/*
Theme Name: EL.MIRA BEAUTY TOUR
Description: Theme for elmira-beauty-tour.com 
Author: Albert Caraman
Version: 1.0
*/ 

/*
@import url('css/font-awesome.min.css');
*/

@font-face {
    font-family: 'Futura';
    src: url('fonts/futurabookc-webfont.woff2') format('woff2'),
         url('fonts/futurabookc-webfont.woff') format('woff'),
         url('fonts/futurabookc-webfont.ttf') format('truetype'),
         url('fonts/futurabookc-webfont.svg#futurabookcregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'Futura';
  src: url('fonts/FuturaBookC-Italic.eot?#iefix') format('embedded-opentype'),  url('fonts/FuturaBookC-Italic.otf')  format('opentype'),
	     url('fonts/FuturaBookC-Italic.woff') format('woff'), url('fonts/FuturaBookC-Italic.ttf')  format('truetype'), url('fonts/FuturaBookC-Italic.svg#FuturaBookC-Italic') format('svg');
  font-weight: normal;
  font-style: italic;	
}

@font-face {
    font-family: 'Futura';
    src: url('fonts/futurademic-webfont.woff2') format('woff2'),
         url('fonts/futurademic-webfont.woff') format('woff'),
         url('fonts/futurademic-webfont.ttf') format('truetype'),
         url('fonts/futurademic-webfont.svg#futurademicregular') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
	font-family: 'Futura';
	src: url('fonts/FuturaDemiC-Italic.eot?#iefix') format('embedded-opentype'),  url('fonts/FuturaDemiC-Italic.otf')  format('opentype'),
		 url('fonts/FuturaDemiC-Italic.woff') format('woff'), url('fonts/FuturaDemiC-Italic.ttf')  format('truetype'), url('fonts/FuturaDemiC-Italic.svg#FuturaDemiC-Italic') format('svg');
	font-weight: bold;
	font-style: italic;
}

@font-face {
    font-family: 'PFRegal';
    src: url('fonts/pfregaldisplaypro-medium-webfont.woff2') format('woff2'),
         url('fonts/pfregaldisplaypro-medium-webfont.woff') format('woff'),
         url('fonts/pfregaldisplaypro-medium-webfont.ttf') format('truetype'),
         url('fonts/pfregaldisplaypro-medium-webfont.svg#pf_regal_display_promedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PFRegal';
    src: url('fonts/pfregaldisplaypro-black-webfont.woff2') format('woff2'),
         url('fonts/pfregaldisplaypro-black-webfont.woff') format('woff'),
         url('fonts/pfregaldisplaypro-black-webfont.ttf') format('truetype'),
         url('fonts/pfregaldisplaypro-black-webfont.svg#pf_regal_display_problack') format('svg');
    font-weight: bold;
    font-style: normal;
}



body {
	font-family: 'Futura', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #1f1f1f;
	background: #ffffff;
	padding: 0;
	margin: 0;
	line-height: 1.4;
}
a {
	color: #de4614;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #f7521a;
	outline: none;
}
p {
	margin: 0 0 1.3em 0;
}
:focus {
	outline: none;
}
::selection {
	background: #dd5f45;
	color: #fff;
}

::-moz-selection {
	background: #dd5f45;
	color:#fff;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button {
	-webkit-border-fit: lines;
}

input, textarea, select, button {
	font-family: inherit;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'PFRegal', cursive;
	color: #000;
}

h1 {
	font-size: 40px;
	font-weight: normal;
	margin: 0 0 1em 0;
}
h2 {
	font-size: 37px;
	font-weight: normal;
	margin: 0 0 1em 0;
}
h3 {
	font-size: 34px;
	font-weight: normal;
	margin: 0 0 1em 0;
}
h4 {
	font-size: 29px;
	font-weight: normal;
	margin: 0 0 1em 0;
}
h5 {
	font-size: 26px;
	font-weight: normal;
	margin: 0 0 1em 0;
}

h6 {
	font-size: 23px;
	font-weight: normal;
	margin: 0 0 1em 0;
}


input.form-control, .product input.form-control, textarea.form-control, select.form-control  {
	background-color: rgba(255,255,255,.25);
	border: 1px solid #c7bb8b;
	color: #000;
	font-size: 21px;
	height: 46px;
	padding: 0 0 0 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	font-family: 'Futura', sans-serif;
	font-weight: 500;
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input.form-control {
	border: none;
	border-bottom: 1px solid #c7bb8b;
}

input.form-control:focus, textarea.form-control:focus {
	border-color: #dd4814;
	-webkit-box-shadow: none;
	box-shadow: none;
}
textarea.form-control {
	height: 140px;
	padding: 10px 0 0 7px;
}

select.form-control  {

}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#000;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
	color:#000;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
	color:#000;
}
.form-control:-moz-placeholder { /* Firefox 18- */
	color:#000;
}


.btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	outline: none;
	cursor: pointer;
}
.btn-default {
	padding: 12px 22px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: none;
	background: #dd4814;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-decoration: none;
	display: inline-block;
}
.main .main-content .btn-default { 
	background: #dd5f45;
}
.btn-default:hover, .main .main-content .btn-default:hover {
	color: #fff;
	background: #f65117;
}

.btn-default:focus, .btn-default.active:focus {
	background: #f65117;
	color: #fff;
}

.btn-default:active, 
.btn-default:active:hover, 
.btn-default:active:focus, 
.btn-default.active, 
.btn-default.active:focus, 
.btn-default.active:hover {
	background: #f65117;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	outline-offset: 0;
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
	background: #c43300;
}

.btn-lg {
	padding: 18px 40px;
	font-size: 14px;
}

.btn-dark, .main .main-content .btn-dark {
	background: #333333;
}

.btn-dark:hover {
}
.wrap {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
.tcont {
	display: table;
}
.trow {
	display: table-row;
}
.tcell {
	display: table-cell;
	vertical-align: middle;
}
.text-center {
	text-align: center;
}

blockquote {
	margin-left:55px;
	border-left: 5px solid #dd4814;
	background:#f8f6f0;
	position:relative;
	font-weight: bold;
	padding: 25px;
	font-size:20px;
	display: table;
}

blockquote:after {
	content:'\f10d';
	position:absolute;
	top:0;
	left:-55px;
	color: #dd4814;
	font-size: 33px;
	font-family: FontAwesome;
}

blockquote>*:last-child {
	margin-bottom: 0;
}

.top-bar {
	position: fixed;
	top:0;
	right: 0;
	z-index: 10;
	text-align: center;
}

.admin-bar .top-bar {
	top: 32px;
}


.top-bar .logo {
	display: inline-block;
	margin-top: 10px;
	text-indent: -9000px;
	background: url(img/logo.png);
	background-image: url(img/logo.svg), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    height: 83px;
    width: 107px;	
}

.top-bar .logo .top-logo {
	display: block;
	text-indent: -9000px;
	background: url(img/mobile-logo1.png) 50% 0 no-repeat;
	width: 75px;
	height: 40px;
	margin: 0 auto;
}


.top-bar .logo .bottom-logo {
	display: block;
	margin: 7px auto 0;
	background: url(img/mobile-logo2.png) 50% 0 no-repeat;
	width: 97px;
	height: 27px;
}

.top-bar .mobile-menu-btn,
.top-bar .logo {
	display: none;
}

.cart-and-lang {
	background: rgba(255,255,255,.5);
	right: 25px;
	top:16px;
	position: absolute;
	padding: 7px 10px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	-ms-border-radius: 21px;
	-o-border-radius: 21px;
	border-radius: 21px;
	width: 120px;
	text-align: center;
}

.top-bar .cart {
	display:inline-block;
	color: #323231;
	font-size: 20px;
	line-height: 24px;
	margin: 0 8px 0 5px;
	position: relative;
	text-decoration: none;
}

.top-bar .cart .count {
	display: block;
	-webkit-border-radius:22px;
	-moz-border-radius:22px;
	-ms-border-radius:22px;
	-o-border-radius:22px;
	border-radius:22px;
	height: 16px;
	min-width: 16px;
	padding: 0 4px;
	background: #dd4814;
	font-size: 10px;
	color: #fff;
	line-height: 16px;
	text-align: center;
	position: absolute;
	left: 11px;
	bottom:-8px;
}

.top-bar .cart .fa {
	position: relative;
	top:2px;
}
.top-bar .languages {
	cursor:pointer;
	color:#000000;	
	position: relative;
	font-size: 16px;
	display: inline-block;
	text-align: left;
}

#qtranslate-chooser {
	display: none;	
}
.top-bar .languages .active-lang  {
	width:45px;
	height:24px;	
	line-height:24px;
	padding:0 0 0 8px;
	text-transform:uppercase;
}

.top-bar .languages::after  {
	content: '\f107';
	font-family: FontAwesome;
	position: absolute;
	line-height: 16px;
	right: 2px;
	top:3px;
}

.top-bar .languages.opened::after {
	content: '\f106';
	top:2px;
}


.top-bar .languages:hover .active-lang {
	color:#93310f;
}

.top-bar .languages select {
	width:45px;
	height:24px;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	padding: 0 0 0 8px;
	-webkit-appearance: none;
    -moz-appearance: none;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	text-align:center;	
	cursor:pointer;
	border:1px solid #000;
}


.menu-block {
	padding: 6vh 0 60px;
	text-align: center;
	width: 265px;
}

.menu-block .logo {
	margin: 0 auto 30px;
	text-align: center;
}

.menu-block .logo a {
	display: inline-block;
	text-indent: -9000px;
    background: url(img/logo.png);
    background-image: url(img/logo2.svg), none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    
	width: 175px;
	height: 110px;
}

.menu-block .menu {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
	text-align: center;
}

.menu-block .menu li {
	list-style: none;
	padding:0 27px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	position: relative;
	cursor: pointer;
}

.menu-block .menu li.current-menu-item>a {
	color: #dd4814;
}

.menu-block .menu li.menu-item-has-children>.arrow {
	position: absolute;
	top:14px;
	right: 35px;
	z-index: 1;
	color: #e1dbc4;
	font-family: FontAwesome;
}

.menu-block .menu li.menu-item-has-children>.arrow::after {
	content: '\f105';	
}

.menu-block .menu li.menu-item-has-children:hover {

}
.menu-block .menu li:first-child>a {
	border-top: 1px solid transparent;
}

.menu-block .menu li>a {
	display: block;
	color: #000000;
	position: relative;
	padding: 14px 0px;
	text-decoration: none;
	border-top: 1px solid #e1dbc4;	
}


.menu-block .menu>li::before {
	content: '';
	width: 0;
	display: block;
	height: 1px;
	top: 0px;
	left: 27px;
	z-index: 1;
	position: absolute;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-top:1px solid #dd4814;
}

.menu-block .menu>li.menu-item-has-children:hover::before
{
	width: 238px;
}


.menu-block .menu>li:hover::before
{
	width: 211px;
}

.menu-block .menu li>a:focus, 
.menu-block .menu li>a:hover, 
.menu-block .menu li:hover.menu-item-has-children>.arrow{
	text-decoration: none;
	color: #dd4814;
	
}
.menu-block .menu li.active>a {

}

.menu-block .menu>li>ul {
	position: absolute;
	right: -270px;
	left: -9000px;
	top:0;
	width: 270px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.menu-block .menu>li:hover>ul {
	left:auto;
}

.menu-block .menu>li>ul>li {
	text-align: left;
	background: #f5f4ee;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	transform:translateX(-270px);
	padding: 0;
	
}

.menu-block .menu>li>ul>li:first-child {
	border-top:1px solid #dd4814;
}

.menu-block .menu>li:hover>ul>li {
	transform:none;	
}


.menu-block .menu>li>ul>li>a {
	padding: 9px 14px 9px 35px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;	
	border-top:1px solid transparent;
}

.menu-block .menu>li>ul>li>a:hover {
	background: #fbfaf7;
}

.menu-block .zvonok {
	padding: 25px 0;
	text-align: center;
}

.menu-block .zvonok .phone {
	font-size: 16px;
	font-weight: bold;
}

.menu-block .zvonok a {
	color: #000000;
	font-size: 12px;
	text-transform:uppercase;
	text-decoration: underline;
}


.menu-block .zvonok a:hover {
	color: #dd4814;
}

.menu-block .btn-zakaz-tura {
	display: block;
	margin: 0 27px;
}

.menu-block .cart a .goods, .mobile-menu .cart a .goods {
	position: absolute;
	top: 39px;
	left: 22px;
	font-size: 12px;
	color: #fff;
	z-index: 2;
	background: #eb0606;
	height: 19px;
	line-height: 18px;
	min-width: 18px;
	text-align: center;
	padding: 0 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.mobile-menu .cart a .goods {
	top: 22px;
}

.menu-block .cart a .icon-cart:before, .mobile-menu .cart a .icon-cart:before {
	content: '\f07a';
	font-family: FontAwesome;
	font-size: 22px;
	padding-right: 15px;
	line-height: 70px;
	position: absolute;
	left: 10px;
}
.mobile-menu .cart a .icon-cart {
	padding-right: 5px;
}
.mobile-menu .cart a .icon-cart:before {
	line-height: normal;
	font-size: 25px;
	padding-top: 5px;
}


.main {
	min-height: 100vh;
	background: #f3f1ea;
	overflow: hidden;
	position: relative;
}

.loader-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	right: 0;
	background: #f3f1ea;
	display: block;
	z-index: 999999;
}

.loader-overlay::before {
	content: '';
	position: absolute;
	background: url(img/logo.png);
	background-image: url(img/logo2.svg), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top:50%;
	left: 50%;
	width: 175px;
	height: 110px;
	margin: -95px 0 0 -87px;	
}

.loader-overlay::after {
	content: '';
	position: absolute;
	background: url(img/loader.gif);
	background-image: url(img/loader.svg), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top:50%;
	left: 50%;
	width: 42px;
	height: 42px;
	margin: 25px 0 0 -21px;
}

.main .main-sidebar {
	width: 265px;
	vertical-align: top;
	z-index: 100;
	left: 0;
	height: 100vh;
	position: fixed;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;	
}

.main .main-content {
	min-height: 100vh;
	position: relative;
	margin-left: 265px;
	background: #fff;
}



.content{
	min-height: 80vh;
}

.content>.content-block {
	padding: 60px 50px 50px;
}

.content>.content-block>*:last-child {
	margin-bottom: 0;
}

.content h1,
.content h2 {
	color: #ec5c37;
}


.content h4,
.content h5,
.content h6 {
	font-family: 'Futura', sans-serif;
	font-weight: bold;
}

.content .custom-text ul {
	padding: 0 0 0 35px;
	margin-bottom: 40px;
	overflow: hidden;
}

.content .custom-text ul ul {
	margin-bottom: 0;
}

.content .custom-text ul li {
	list-style: none;
	position: relative;
}

.content .custom-text ul li::before {
	position: absolute;
	content: '\f111';
	font-family: FontAwesome;
	left: -20px;
	font-size: 7px;
	top:10px;
	color: #f25c36;
}

.content .custom-text ol {
	padding: 0 0 0 25px;
	counter-reset: item;
	margin-bottom: 40px;
	overflow: hidden;
}
.content .custom-text ol ol {
	margin-bottom: 0;
}

.content .custom-text ol li {
	list-style: none;
}
.content .custom-text ol li::before {
	content: counter(item) ". ";
	counter-increment: item;
	padding-right: 3px;
	font-weight: bold;
	color: red;
	color: #f25c36;
}

.custom-text img.alignleft {
	float: left;
	margin: 6px 20px 15px 0;
}


.custom-text img.alignright {
	float: right;
	margin: 6px 0 15px 20px;
}

.custom-text img.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.custom-text .alignright,
.custom-text .alignleft {
	max-width: 50%;
	height: auto;
}

.custom-text .alignright {
	max-width: 100%;
	height: auto;
}

.custom-text .content .container-fluid {
	padding: 0;
}

h1.page-title {
	color: #f25c39;
	font-size: 50px;
	margin-bottom: 1.2em;
	text-align: center;
}

.page-header {
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-origin: padding-box;
	text-align: center;
	display: table;
	width: 100%;
}

.page-header>.inner {
	height: 70vh;
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	padding: 20px 10% 50px;
	color: #fff;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 20%, rgba(0,0,0,0.5) 45%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 20%,rgba(0,0,0,0.5) 45%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 20%,rgba(0,0,0,0.5) 45%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#d9000000',GradientType=0 );
}

.page-header .page-mini-title {
	text-transform: uppercase;
	letter-spacing: 6px;
	font-size: 16px;
	margin-bottom: 20px;
	
}

.page-header .page-mini-title a {
	color: #fff;
	text-decoration: none;
}
.page-header .page-mini-title a:hover {
	text-decoration: underline;
}

.content>.page-header .page-title {
	margin-bottom: 30px;
	color: #f05a35;
}

.page-header .page-subtitle {
	max-width: 700px;
	display: block;
	margin: 0 auto 30px;
}
.page-header>.inner>*:last-child {
	margin-bottom: 0;
}

.spacer50 {
	display: block;
	height: 50px;
	clear: both;
	width: 100%;
}


.half-image-text {
	margin-bottom: 50px;
	overflow: hidden;
}
.half-image-text .image-block {
	float: left;
	margin: 0 5% 20px 0;
	width: 47%;
}


.half-image-text .image-block.right {
	float: right;
	margin: 0 0 20px 5%;
}

.half-image-text .image-block .image {
	display: inline-block;
}

.half-image-text .image-block .image>img {
	width: 100%;
	height: auto;
}

.half-image-text.vertical-image .image-block {
	display: inline-block;
	width: auto;
}

.half-image-text.vertical-image .image-block .image>img{
	height: 320px;
	width: auto;
}

.half-image-text .text-block>*:last-child {
	margin-bottom: 0;
}


.shahmatka>.item {
	margin-bottom: 50px;
	display: table;
}


.shahmatka>.item>.col {
	display: table-cell;
	
}

.shahmatka>.item>.col-1 {
	width: 47%;	
}

.shahmatka>.item>.col-2 {
	vertical-align: middle;
	text-align: left;

}

.shahmatka>.item>.col:nth-child(2).col-2 {
	padding-left: 5%;
}

.shahmatka>.item>.col:nth-child(1).col-2 {
	padding-right: 5%;
}

.shahmatka>.item .image {
	padding-top: 70%;
	width: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}


.shahmatka>.item .text-block>*:last-child {
	margin-bottom: 0;
}

.shahmatka>.item h1,
.shahmatka>.item h2,
.shahmatka>.item h3,
.shahmatka>.item h4,
.shahmatka>.item h5,
.shahmatka>.item h6 {
	text-align: left;
	margin-bottom: 15px;
}

.image-and-text {
	margin-bottom: 50px;
}

.image-and-text .image {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 25px;
	padding-top: 60%;
	display: block;
}

.image-and-text .text>*:last-child {
	margin-bottom: 0;
}

.image-and-text .text h1,
.image-and-text .text h2,
.image-and-text .text h3,
.image-and-text .text h4,
.image-and-text .text h5,
.image-and-text .text h6 {
	margin-bottom: 11px;
}

.services {
	margin: 0 -15px;
}
.services .image-and-text {
	text-align: center;
	padding: 15px;
	margin-bottom: 35px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;		
}

.services .col {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;	
}

.services .col:hover {
	transform: translateY(-7px);
}

.services .col:hover .image-and-text {
	background-color: #f3f1ea;
}


.services .image-and-text .image {
	padding-top: 50%;
	margin-bottom: 10px;
}

.services .image-and-text .text h5 a {
	text-decoration: none;
}

.paginator{
	text-align: center;
}

.section {
	text-align: center;
	position: relative;
	overflow: hidden;
}

.section>.inner-section {
	padding: 80px 7vw 80px 5vw;
}

#home-sections>.nav-arrow {
	position: fixed;
	z-index: 10;
	width: 35px;
	bottom:3.6vh;
	right: 25px;
	color: #dcd7c4;
	font-family: FontAwesome;
	font-size: 6vh;
	line-height: 5vh;
	cursor: pointer;
	text-align: right;
	text-shadow: 0 0 2px #e8e3d1;

}

#home-sections>.nav-arrow>div {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: absolute;
	left: 0;
	bottom:0;
	opacity: 0;
	display: block;
	z-index: -1;
	
}

#home-sections>.nav-arrow.show-up>.up {
	opacity: 1;
	bottom:0;
	z-index: 1;
}

#home-sections>.nav-arrow.show-both>.up {
	opacity: 1;
	bottom:6vh;
	z-index: 1;
}

#home-sections>.nav-arrow.show-down>.down,
#home-sections>.nav-arrow.show-both>.down{
	opacity: 1;
	z-index: 1;
}


#home-sections>.nav-arrow>.up::after{
	content: '\f106';
}

#home-sections>.nav-arrow>.down::after{
	content: '\f107';
}



#home-sections>.nav-sections {
	position: fixed;
	z-index: 10;
	width: 35px;
	top:50%;
	right: 25px;
	background: rgba(255,255,255,.5);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
}

#home-sections>.nav-sections>ul {
	padding: 14px 0;
	margin: 0;
}

#home-sections>.nav-sections>ul>li{
	list-style: none;
	line-height: 1;
	font-size: 0;

}

#home-sections>.nav-sections>ul>li>a {
	display: block;
	height: 27px;
	position: relative;
}

#home-sections>.nav-sections>ul>li>a>span{
	width: 9px;
	height: 9px;
	top:50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -4px;
	display: block;
	position: absolute;
	background:#f3f1ea;
	border: 1px solid #e5decc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;	
}


#home-sections>.nav-sections>ul>li>a:hover>span{
	width: 11px;
	height: 11px;
	margin-top: -5px;
	margin-left: -5px;
	background: #f75117;
	border: none;
}

#home-sections>.nav-sections>ul>li>a.active>span{
	width: 11px;
	height: 11px;
	margin-top: -5px;
	margin-left: -5px;	
	background: #dd4814;
	border: 1px solid #dd4814;
}

.main-section {
	min-height: 100vh;
	position: relative;
}

.main-section .video-overlay {
	position: absolute;
	top:0;
	left:0;
	z-index:4;
	width:100%;
	height:100%;
	background: #fff;
	display: none;
}
.main-section .video {
	position: absolute;
	height:100%;
	width: 100%;
	top:0;
	left: 0;
	overflow:hidden;
}

.main-section .center-block {
	width: 100%;
	top:0;
	left: 0;
	position: relative;
	z-index: 5;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;	
	
}

.main-section .center-block .tcell {
	padding: 0 60px 4% 40px;
	text-align: center;
	vertical-align:bottom;
}

.main-section .center-block .text-block {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	padding: 35px 40px;
	background: rgba(0,0,0,.30);
	color: #fff;	
	font-size: 22px;
	font-weight: bold;
	text-shadow: 0 2px 0px rgba(0,0,0,.55);
	border-radius: 80px 0;
}

.main-section .center-block.hideBlock {
	opacity: 0;
}

.main-section .center-block .text-block h3 {
	color: #fff;
	font-weight: bold;
	font-size: 52px;
	margin: 0 0 15px;
}

.main-section .center-block .text-block>*:last-child {
	margin-bottom: 0;
}

.main-section .play {
	height: 10vh;
	width: 10vh;
	background: rgba(0,0,0,.25);
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	margin: 30px 0 0 -5vh;
	cursor: pointer;
	z-index: 6;
	font-size: 4vh;
	padding: 0.6vh 0 0 0.7vh;
	display: none;
	position: absolute;
	bottom:2vh;
	left: 50%;
}

.main-section .play::after {
	content: '\f04b';
	font-family: FontAwesome;
	line-height: 8.6vh;
	color: #f3f1ea;
	text-shadow: 0 0.17vh 0.2vh rgba(0,0,0,.3);
}

.main-section .video-image {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	width:100%;
	height:100%;
	overflow:hidden;

}

.main-section .video-image span {
	display:block;
	width:100%;
	height:100%;
	background:url(img/main-video.jpg) 50% 50% no-repeat;
	background-size:cover;	
}

.main-section .video video {
	width:100%;
	height:auto;
	margin:auto;
	position:absolute;
	z-index:1;
	display:none;
}

.main-section .video video::-webkit-media-controls {
  display:none !important;
}

.main-section .video video::-webkit-media-controls-enclosure {
  display:none !important;
}

/*

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}


*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

*/

.main-section .video .bottom-line {
	background: rgba(255,255,255,.4);
	color: #f3f1ea;
	height: 12vh;
	width: 100%;
	position: absolute;
	bottom:0;
	left: 0;
	z-index: 3;
	font-size: 6vh;
	font-family: 'PFRegal', cursive;
	font-weight: bold;
	transform: scaleY(1.2);
	text-shadow: 0 .15vh 0.35vh rgba(0,0,0,.7);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	display: none;
}

.main-section .video .bottom-line { 
	padding: 15px 60px;
	line-height: 1;
}
.main-section .video .bottom-line span {
	display: block;
	margin-bottom: 0.5vh;
}

.main-section .video .bottom-line.hideLine {
	opacity: 0;
}

.main-section .btn-replay {
	left: 50%;
	bottom:3vh;
	position: absolute;
	color: #f3f1ea;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-shadow: 0 3px 3px rgba(0,0,0,.36);
	opacity: 0;
	z-index: -1;
}

.main-section.show-replay .btn-replay {
	opacity: 1;
	z-index: 6;
}

.main-section .btn-replay::after {
	content: '\f01e';
	font-family: FontAwesome;
	font-size: 5vh;
	cursor: pointer;
	transform: scale(1) rotate(0deg);
}

.main-section .btn-replay:hover {
	transform: scale(1.15);
	color: #fff;
}

.main-section .btn-replay:active,
.main-section .btn-replay:focus
{
	transform: scale(1);
}

#cosm-tours {
	background: url(img/bg-slide2.jpg) 50% 50% no-repeat;
	background-size: cover;
	background-attachment: fixed; 
	padding: 0 8vw 0 6vw;
}

#cosm-tours .white-block {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	background: url(img/ornament1.png) 100% 100% no-repeat,
		url(img/bg-block-bottom.jpg) 0 100% repeat-x,
		#fff url(img/bg-block-top.jpg) 0 0 repeat-x;
	display: table;
	table-layout: fixed;
	height: 100vh;
}

#cosm-tours .presentation {
	display: table-cell;
	vertical-align: middle;
	padding: 40px 40px;
}

#cosm-tours .presentation h1 {
	max-width: 500px;
	margin: 0 auto 1.1em;
}

.cosm-tours-photos {
	width: 80%;
	margin: 0 auto 10px;
	overflow: hidden;
}

.cosm-tours-photos .owl-theme .owl-dots {
	position: relative;
	top:-40px;
	padding: 0 10px 0;
}

.cosm-tours-photos .item {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 90%;
}

#beauty-tours h1 {
	margin-bottom: 2em;
}
#beauty-tours .tours {
	overflow: hidden;
	max-width: 900px;
	margin: 0 auto;
}

#beauty-tours .tours .item {
	width: 45%;
	float: left;
	font-size: 18px;
	position: relative;
}

#beauty-tours .tours .item:nth-child(2n) {
	top: 280px;
	margin-left: 10%;
}


#beauty-tours .tours .item .image img {
	display: block;
	width: 100%;
	height: auto;
}
#beauty-tours .tours .item p {
	min-height: 190px;
	margin: 25px auto;
}

#beauty-tours .tours .item:last-child p {
	min-height: 90px;
}


.back-image-block {
	background-position:50% 50%;
	background-repeat: no-repeat;
	background-size: cover;	
	color: #fff;
}

.back-image-block .inner {
	margin: 0 auto;
	display: inline-block;
	padding: 50px 7vw 50px 5vw;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/*
.back-image-block .inner:hover {
	background: rgba(0,0,0,.3);
}

*/

.back-image-block h1 {
	color: #fff;
	margin-bottom: 0.6em;
}

.back-image-block .inner p {
	max-width: 680px;
	margin:0 auto 30px;
}

.gallery {
	margin:0 36px 50px;
	
}

.gallery .owl-carousel .owl-stage {
	height: 170px;
	overflow: hidden;
}

.gallery .owl-carousel .owl-item .item {
	display: block;
	text-align: center;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 170px;
}

.gallery .owl-carousel .owl-item img {
	height: 170px;
	width: auto;
	display:none;
	margin:0 auto;
}

.gallery .owl-carousel .owl-nav .owl-prev {
	top:-108px;
	left: -55px;
}

.gallery .owl-carousel .owl-nav .owl-next {
	top:-108px;
	right: -55px;
}

.gallery .owl-theme .owl-dots {
	padding: 10px 0 0;
}

.gallery .owl-theme .owl-dots .owl-dot span {
	margin: 11px 15px;	
}

.gallery .owl-theme .owl-dots .owl-dot span {
	border-color: #c8ba89;
}

.zoom-zoom {
	position: relative;
}

.zoom-zoom::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	background: rgba(48,44,34,.6);
	transform: scale(0.7);
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	opacity: 0;
}
.zoom-zoom:hover::before {
	opacity: 1;
	transform: none;
}
.zoom-zoom::after {
	content: '\f00e';
	font-family: FontAwesome;
	font-size: 0px;
	line-height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	color: #f4f1ea;
	width: 100%;
	text-align: center;
	display: block;
	z-index: 2;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	opacity: 0.7;
}
.zoom-zoom:hover::after {
	font-size: 40px;
}


#proc {
	min-height: 80vh;
	width: 100%;
	background-image: url(img/bg-proc.jpg);
	
}

#proc .inner p {
	max-width: 420px;
}

.btn-video .fa {
	width: 26px;
	height: 26px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	margin-right: 5px;
	font-size: 12px;
}

.btn-video .fa::before { 
	margin-left: 4px;
}
#ambassade {
	min-height: 80vh;
	width: 100%;
	background-image: url(img/bg-ambassade.jpg);
	background-position: 50% 0;
	
}

#proc .inner {
	margin: 0 auto;
}

.additional-links {
	overflow: hidden;
	padding: 28px 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.additional-links .col{
	padding: 60px 10px;
}
.additional-links .col-1 {
	float: left;
	width: 50%;
}

.additional-links .col-2 {
	margin-left: 50%;
	border-left: 1px solid #e2e2dd;
}

.additional-links a {
	color: #dd4814;
	text-decoration: none;
	border-bottom: 1px solid #e2e2dd;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	display: inline-block;
}

.additional-links a:hover {
	border-bottom: 1px solid #dd5f45;
}

.margin50 {
	margin-bottom:50px;
}

.hity {
	max-width: 880px;
	margin: 0 auto 50px;	
}
.hity .item {
	overflow: hidden;
	padding-bottom: 20px;
}

.hity .item .image {
	float: left;
	width: 43%;
	padding-top: 43%;
	position: relative;
	display: block;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.hity .item .image:hover {
	transform: translateY(-5px) scale(1.0, 1.0);
}

.hity .item .image>span {
	display:block;
	height: 99.9%;
	width: 99.9%;
	position: absolute;
	top:0;
	left: 0;
	z-index:0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;	
	
}

.hity .item .image::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	display: block;
	z-index:1;
	background: url(img/flower-over.png) 50% 50% no-repeat;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);	
}


.hity .item .text-block {
	text-align: left;
	margin-left: 50%;
	padding-top: 8%;
}

.hity .item .text-block h3 {
	color: #dd4814;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Futura', sans-serif;
	margin-bottom: 7px;
}

.hity .item .text-block h3 a {
	color: #dd4814;
	text-decoration: none;
}


.hity .item .text-block h3 a:hover {
	text-decoration: underline;
}

.hity .item .text-block .sub-title {
	margin-bottom: 20px;
}

.hity .item .text-block .text {
	font-size: 18px;
}

.owl-theme.hity .owl-dots .owl-dot span {
	border-color: #cec7ac;
}

#actions {
	background: url(img/bg-act2.jpg) 100% 0 no-repeat,
		#e3e2dc url(img/bg-act1.jpg) 0 100% no-repeat;
	background-size: 26%;
	padding: 60px 10%;
}

#actions .inner {
	margin: 0 auto;
	max-width: 780px;
}

#actions .inner .title {
	width: 32%;
	float: left;
	border-bottom: 1px solid #bab9b0;
	position: relative;
}

#actions .inner .title h1 {
	color: #dd4814;
	font-size: 54px;
	margin-bottom: 30px;
}

#actions .inner .title .fa {
	position: absolute;
	bottom:-90px;
	font-size: 30px;
	color: #e3e2dc;
	background: #d1d0c9;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	width: 48px;
	height: 48px;
	line-height: 45px;
	text-align: center;
	left: 50%;
	margin-left: -24px;
}

#actions .inner .text-block {
	margin-left:42%;
	text-align: left;
}

#actions .inner .text-block img {
	width: 90%;
	height: auto;
	margin-bottom: 25px;
}

#actions .inner .text-block .text {
	width: 75%;
	font-size: 20px;
}

.news {
	margin: 0 auto 40px;
	max-width: 920px;
}

#news .news {
	max-width: 715px;
	margin-bottom: 0;
}

.news .item {
	overflow: hidden;
	margin-bottom: 50px;
	width: 95%;
	text-align: left;
}

.news .item:last-child, .news .item>*:last-child {
	margin-bottom: 0;
} 

.news .item:nth-child(2n) {
	margin-left: 15%;
	width: auto;
}

.feedbacks .item, .feedbacks .item:nth-child(2n) {
	margin-left: 0;
	width: auto;
}

.feedbacks .item .entry {
	font-family: Arial, "sans-serif", "serif";
	font-size: 17px;
}

.feedbacks .answer {
	background: #f8f6f0;
	padding: 24px;
}

.feedbacks .answer .answer-title {
	font-size: 20px;
	font-weight: bold;
	color: #dd4814;
	margin-bottom: 8px;
}

.feedbacks .item .col-1 {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.news .item .col-1 {
	overflow: hidden;
	width: 130px;
	height: 130px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	float: left;
	display: block;
}

.news .item .col-1>img {
	display: none;
}

.news .item .col-2 {
	margin-left: 160px;
	text-align: left;
}

.news .item .entry>p:last-child {
	margin-bottom: 0;
}

.news .item h5 {
	margin-bottom: 5px;
	font-family: 'Futura', sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}
.news .item h5 a {
	color: #000;
	text-decoration: none;
}

.news .item h5 a:hover {
	color: #dd4814;
	text-decoration: underline;
}

.news .item .date {
	font-size: 15px;
	margin-bottom: 10px;
	color: #a39e8f;	
	padding-top: 10px;	
}

.white-popup {
	width: auto;
	max-width: 500px;
}
.form-zvonok {
	width:auto;
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
	padding: 45px 80px 30px;
}


.form-zvonok .form-group label{
	color: #b7b7b7;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: normal;
}

.form-zvonok .buttons-bar {
	padding: 35px 0 10px;
}

.form-zvonok .message {
	color: #9a9a9a;
	font-size: 16px;
}

.navigation.pagination, .navigation.comments-pagination  {
	margin-bottom: 50px;
	display: block;
}

.navigation .screen-reader-text {
	display: none;
}

.navigation .nav-links {
	text-align: center;
	font-size: 17px;
}

.navigation .nav-links>.page-numbers{
	display: inline-block;
	width: 38px;
	height: 38px;
	margin: 0 7px;
	color: #000;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;	
	text-align: center;
	line-height: 38px;
	text-decoration: none;
}

.navigation .nav-links>.page-numbers:hover {
	background: #f3f1ea;
}
.navigation .nav-links>.current, .navigation .nav-links>.current:hover{
	color: #fff;
	background: #000;
}

.pagination>li>a, .pagination>li>span {
	border: none;
	color: #000;
	margin: 0 7px;
	padding: 0;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 17px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;	
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;	
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	color: #fff;
	background: #000;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	background: #f4f1ea;
	color: #000;
}

ul.stars {
	display: inline-block;
	font-size: 0;
	margin: 0;
	padding: 0;
}

ul.stars>li {
	display: inline-block;
	margin: 0 3px;
}

ul.stars>li::before {
	font-family: FontAwesome;
	content: '\f005';
	position: static;
	font-size: 15px;
	line-height: 13px;
}

.big-image-block {
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;	
	margin: 0 0 50px;
}

.full-width {
	margin-left:-50px;
	margin-right:-50px;
}

.big-image-block .tcont {
	width: 100%;
	height: 70vh;
	 table-layout: fixed;
}
.big-image-block .tcell {
	position:relative;
	text-align: center;
	background: rgba(0,0,0,.5);
	padding: 50px 40px;
	height: 100%;
	color: #fff;
	overflow: hidden;
}

.big-image-block>.inner>*:last-child {
	margin-bottom: 0;
}

.big-image-block .stars {
	margin-bottom: 20px;
}

.big-image-block h1,
.big-image-block h2,
.big-image-block h3,
.big-image-block h4,
.big-image-block h5,
.big-image-block h6 {
	color: #fff;
	margin-bottom: 15px;
}

.big-image-block .geo {
	margin-bottom: 20px;
	background: rgba(0,0,0,.4);
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	-ms-border-radius:18px;
	-o-border-radius:18px;
	border-radius:18px;
	padding: 4px 25px 5px;
	display: inline-block;
	clear: both;
}

.big-image-block .geo::before {
	content: '\f041';
	display: inline-block;
	margin-right: 10px;
	font-family: FontAwesome;
}


.big-image-block .text {
	margin-bottom: 25px;
}

.big-image-block .gallery-wrapper {
	position:absolute;
	padding: 0 40px;
	bottom:-20px;
	width:100%;	
	left:0;
}

.hotel {
	margin-bottom: 50px;
}

.hotel>*:last-child {
	margin-bottom: 0;
}

.hotel .gallery .owl-theme .owl-dots {
	display: none;
}



.hotel .big-image-block {
	margin-bottom: 20px;
}


/* Accordion */
/* -------------------------------------------------- */
.fw-accordion {
	margin-bottom: 50px;
}

.fw-accordion .panel, 
.woocommerce div.product .woocommerce-tabs .fw-accordion .panel {
	margin:0;
	border-radius: 0px;
	border:none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #c8ba89;
}

.fw-accordion .panel:last-child, 
.woocommerce div.product .woocommerce-tabs .fw-accordion .panel:last-child {
	border-bottom: none;
}
.fw-accordion .panel-heading {
	padding: 0;
	border-radius: 0px;
	background: none;
}
.fw-accordion .panel-title {
	font-size: 21px;
	font-weight: 700;
	position: relative;
	text-align: left;
}
.fw-accordion .panel-title a {
	color: #010101;
	display: block;
	text-decoration: none;
	padding: 18px 50px 20px 15px;
	background: #fbfaf7;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;		
}

.fw-accordion .panel-title a.collapsed {
	background: none;
}


.fw-accordion .panel-title a>.fa {
	font-size: 16px;
	line-height: 23px;
	padding: 1px 0 0 0;
	color: #dd4814;
	display: block;
	float: left;

}

.fw-accordion .panel-title a:hover>.fa {
	transform: rotateY(360deg);
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;	
}

.faq.fw-accordion .panel-title a>.fa {
	padding-top: 0;
	line-height: 18px;
}

.fw-accordion .panel-title a .text {
	display: block;
	margin-left: 35px;
}

.fw-accordion .panel-title a .text p {
	display: inline-block;
	margin: 0;
}

.fw-accordion .panel-title a .text .waiting {
	display: block;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 13px;
}

.fw-accordion .panel-title a:hover {
	background: #fbfaf7;
}

.fw-accordion .panel-title a .name {
	color: #f35b38;
	font-weight: normal;
	font-size: 18px;
	display: block;
	line-height: 18px;
	margin-bottom: 4px;
}

.fw-accordion .panel-title a .collapser {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;	
	display: block;
	position: absolute;
	top:50%;
	margin-top: -18px;
	right: 10px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	transform: rotate(180deg);
	text-align: center;
	color:#d9cea8;
	border: 1px solid #c8ba89;
}

.fw-accordion .panel-title a .collapser::before {
	content: '\f107';
	font-family: FontAwesome;
	display: block;
	line-height: 32px;
	
}

.fw-accordion .panel-title a:hover .collapser {
	background: #d94628;
	border: 1px solid #d94628;
	color: #fff;
}


.fw-accordion .panel-title a.collapsed .collapser {
	transform: rotate(0deg);
}

.panel-group .panel+.panel {
	margin: 0;
}
.panel-group .panel-heading+.panel-collapse>.panel-body,
.fw-accordion .panel-body {
	padding: 15px 15px 25px;
	text-align: left;
	border: none;
}

.product .fw-accordion .panel-collapse {
	padding: 0 20px;	
}

.panel-body .params {
	margin-bottom: 20px;
	overflow: hidden;
}

.panel-body>*:last-child,
.panel-body .params>*:last-child {
	margin-bottom: 0;
}

.panel-body .image {
	display: inline-block;
	float: left;
	margin: 0 25px 16px 0;
	width: 37%;
}

.panel-body .image>img {
	width: 100%;
	height: auto;
}

/* ------------------------------------- */

.centered-image-block {
	margin: 0 auto 50px;
	max-width: 700px;
	text-align: center;
}

.centered-image-block a {
	display:inline-block;
}

.centered-image-block a img {
	width: 100%;
	height: auto;
}

.centered-image-block.vertical-image a img {
	height: 400px;
	width: auto;
}

.video-block {
	margin: 0 auto 50px;
	max-width: 700px;
}

.video-block .video {
	position:relative;
	padding-top:56.2%;
	overflow:hidden;
	text-align: center;
}

.video-block .video iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;			
}

.product .params {
	margin: 0 0 20px;
}

.product .params h6 {
	margin:  0 0 10px;
}
.answer-block {
	display: table;
}
.answer-block>.answer-label {
	display: table-cell;
	padding-left: 45px;

}
.answer-block>.answer-label>span {
	padding: 5px 8px 3px;
	display: inline-block;
	margin-right: 15px;
	background: #f3f1ea;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.answer-block>.answer-text {
	display: table-cell;
}

.contact-block {
	margin-bottom: 40px;
}

.contact-block a {
	text-decoration: none;
}

.tcols {
	display: table;
}

.tcols .trow {
	display: table-row;
}

.tcols .tcol{
	display: table-cell;
	padding:2px 10px 2px 0;
}

.map {
	margin-bottom: 50px;
	height: 60vh;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(90%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */	
}

.map:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}
.map>img {
	width: 100%;
	height: 100%;
}


.acf-map {
	width: 100%;
	height: 100%;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

#faq-form .acf-field-image {
	display: none;
}

.form-contact {
	text-align: center;
	max-width: 500px;
	margin: 0 auto 50px;
}

.form-contact .form-group {
	margin-bottom: 30px;
}

.form-contact .wpcf7-recaptcha>div {
	margin:0 auto;
}

.comment-form .logged-in-as {
	font-size: 17px;
}

.comment-form .acf-field .acf-basic-uploader {
	font-weight: normal;
}

.comment-form .acf-image-uploader .view {
	display: inline-block;
	float: none;
}

.comment-form .acf-image-uploader .acf-soh {
	display: none;
}

.comment-respond {
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
	padding: 40px;
}

.fs-recaptcha-comments {
	margin: 0;
}
#fs_recaptcha_comments {
	text-align: center;
	margin: 0 auto;
	-webkit-transform-origin: 50% 50% !important;
	transform-origin: 50% 50% !important;
    
}

#fs_recaptcha_comments>div {
	display: inline-block;
}

.gglcptch_recaptcha {
	display: inline-block;
}

.team {
	
}
.team h2 {
	text-align: center;
}
.team .people {
	margin: 0 -1% 50px;
	text-align: center;
	font-size: 0px;
}



.team .people .item {
	width: 21%;
	margin: 0 2% 40px;
	display: inline-block;
	font-size: 20px;
	vertical-align: top;
}

.team .people .item .image {
	max-width: 210px;
	margin:0 auto 10px;
}

.team .people .item .image a {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	padding-top: 100%;
	margin:0 auto;
	border-radius: 50%;
	overflow: hidden;
}

.team .people .item .image a::before {
	border-radius: 50%;
}

.footer {
	background: #e3e2dc;
	font-size: 16px;
	padding: 35px 50px;
	line-height: 1.4;
	position: relative;
	color: #000;
}

.footer .wrap {
	overflow: hidden;
}

.footer a {
	color: #000;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .col {
	float: left;
	padding: 0 0 0 35px;

}

.footer .col>*:last-child {
	margin-bottom: 0;
}


.footer .col-1 {
	width: 38%;
	padding: 0;
}

.footer .col-2 {
	width: 34%;
}

.footer .col-3 {
	width: 28%;
	font-size: 15px;
}

.footer .social {
	font-size: 0;
	padding-left: 25px;
}

.footer .social a {
	font-size: 18px;
	width: 34px;
	height: 34px;
	display: inline-block;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	background: #dd5f45;
	color: #fff;
	text-align: center;
	line-height: 35px;
	margin: 0 5px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.footer .social a:hover {
	background: #f65117;
	transform: translateY(-3px);
}

.footer .icon-block {
	padding: 0 0 0 30px;
	position: relative;
	margin-bottom: 20px;
	font-style:normal;
}

.footer .icon-block::before {
	font-family: FontAwesome;
	position: absolute;
	text-align: left;
	color: #dc7463;
	display: block;
	content: 'a';
	width: 30px;
	font-size: 19px;
	top:0;
	left: 0;
}

.footer address.icon-block::before {
	content: '\f041';
}

.footer .email.icon-block::before {
	content: '\f0e0';
}

.footer .phones.icon-block::before {
	content: '\f095';
}

.footer .copyright.icon-block::before {
	content: '\f1f9';
}

.footer .phones, .footer .email {
	white-space: nowrap;
}

.footer .our-projects {
	text-align: center;
}

.footer .our-projects h6 {
	font-family: 'Futura', sans-serif;
	font-size: 23px;
	margin-bottom: 1em;
}


.footer .our-projects .logos {
	overflow: hidden;
	padding-top: 3px;
}

.footer .our-projects .logo {
	width: 50%;
	float: left;
	padding: 0 10px;
}

.footer .our-projects .logo a {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	display: inline-block;
}

.footer .our-projects .logo a:hover {
	transform: translateY(-3px);
}

.footer .our-projects .logo img {
	width: 100%;
	height: auto;
}

.footer .our-projects .logo1 img {
	max-width: 121px;
}

.footer .our-projects .logo2 img {
	max-width: 138px;
}


/* --------------- woocommerce--------------------*/

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	border-radius:0;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	font-size:0.75em;
	padding: .618em 1em;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color:#dd5f45;
	font-size:0.9em;
	letter-spacing: 1.5px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color:#c43300;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color:#dd5f45;
}

.tc-totals-form {
	display: none !important;
}

.tm-epo-required {
	position: absolute;
	top:4px;
	left: -13px;
}

.warning {
	background: #f3f1ea;
	color: #ec5c37;
	border: 1px solid #ec5c37;
	padding: 15px;
}

.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
	display: none;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	overflow: hidden;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	display: block;
	float: left;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
	display: block;
}
.woocommerce div.product .explanation {
	margin-bottom: 40px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	font-size: 27px;
}
.woocommerce div.product .product_title small,
.woocommerce ul.products li.product .woocommerce-loop-category__title small, 
.woocommerce ul.products li.product .woocommerce-loop-product__title small, 
.woocommerce ul.products li.product h3 small {
	background: #ec5c37;
	color: #fff;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 5px;
}

.woocommerce ul.products {
	margin: 0 -15px;
	font-size: 0;
	text-align: center;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin: 0 1% 50px;
	font-size: 21px;
	text-align: left;
	float: none;
}


.woocommerce ul.products li.product>.inner, 
.woocommerce-page ul.products li.product>.inner {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 15px;	
}

.woocommerce ul.products li.product>.inner:hover, 
.woocommerce-page ul.products li.product>.inner:hover {
	transform: translateY(-7px);
	background: #f3f1ea;
}

.woocommerce ul.products li.product>.inner>*:last-child, 
.woocommerce-page ul.products li.product>.inner>*:last-child {
	margin-bottom: 0;
}

.woocommerce ul.products li.product>.inner p, 
.woocommerce-page ul.products li.product>.inner p {
	margin-bottom:10px;
}

.woocommerce-page ul.products li.product .price2 {
	font-size:24px;
}
/*
.woocommerce ul.products li.product:nth-child(2n) {
	margin-right:0;
}
*/

.woocommerce ul.products li.product:last-child, 
.woocommerce-page ul.products li.product:last-child,
.woocommerce ul.products li.product>*:last-child, 
.woocommerce-page ul.products li.product>*:last-child{
	margin-bottom: 0;
}
/*
.woocommerce ul.products li.product:nth-child(2n+1):last-child {
	margin-left: 25%;
}
*/

.woocommerce ul.products li.product a img {
	margin-bottom: 10px;
}
.woocommerce-info {
	border-top-color:#755836;	
}

.woocommerce-info::before {
	color:#755836;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background-color: #f7f5f0;	
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color:#eeece4;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color:#eeece4;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #f7f5f0;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color:#efede5;	
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color:#e7e4da;
}

.woocommerce div.product .description-block {
	clear: both;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-weight: bold;
}

.woocommerce div.product .prices {
	margin-bottom: 50px;
}

.woocommerce div.product .prices .item2 {
	font-size: 25px;
}

.woocommerce #customer_details {
	

	margin-bottom: 40px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	border: 1px solid #c7bb8b;
	font-size: 21px;
    height: 46px;
	color: #000;
	font-family: 'Futura', sans-serif;
    font-weight: 500;
	padding: 0 0 0 10px;
}

.woocommerce form .form-row textarea {
	height: auto;
}

.woocommerce form .form-row .select2-container {
	border: 1px solid #c7bb8b;
	border-radius:0;
}

.select2-container--default .select2-selection--single {
	border: none;
	height: 38px;
	line-height: 40px;
	padding: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
}
.price2 {
	color:#77a464;
	font-weight: bold;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 100px;
}

#cart-form-popup {
	padding: 40px;
}

.tm-cart-edit-options {
	display: none;
}

#cart-form-popup input.form-control, #cart-form-popup select.form-control {
	border: 1px solid #c7bb8b;
	padding-left: 10px;
	text-align: left;
}

#cart-form-popup input[type=number] {
	width: 90px;
}

#cart-form-popup div.quantity {
	display: inline-block;
}

/*
.woocommerce .tm-extra-product-options .cpf-section .tm-cell {
	float: left !important;
	width: 50%;
}

.woocommerce .tm-extra-product-options .cpfclear {
	display: none;
	
}
*/

/* --------------- start mobile menu --------------------*/


.show-mobile-menu {
	overflow: hidden;
	
}
.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(51,48,35,0.7);
	z-index: 98;
	display: none;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mobile-menu-btn {
	width: 50px;
	height: 43px;
	position: absolute;
	z-index: 101;
	top: 50%;
	margin-top: -24px;
	left: 20px;
	cursor: pointer;

}
.mobile-menu-btn .line {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background: #333333;
	height: 3px;
	width: 36px;
	font-size: 0;
	left: 7px;
	position: absolute;
}
.mobile-menu-btn .line1 {
	top: 10px;
}
.mobile-menu-btn .line2 {
	top: 20px;
}
.mobile-menu-btn .line3 {
	top: 30px;
}
.show-mobile-menu .mobile-menu-btn .line1 {
	top: 20px;
	transform: rotate(45deg);
}
.show-mobile-menu .mobile-menu-btn .line2 {
	opacity: 0;
}
.show-mobile-menu .mobile-menu-btn .line3 {
	top: 20px;
	transform: rotate(-45deg);
}

.debug-console {
	bottom:0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 9000000;
	height: 28vh;
	background: #000;
	padding: 15px;
	font-family: Arial, "sans-serif", "serif";
	font-size: 13px;
	color: #D6E8B6;
	text-align: left;
	overflow: auto;
}
/* --------------- end mobile menu --------------------*/

/* --------- owl-carousel ---------- */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; height:auto; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-theme {
	position: relative;
}
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	margin: 0 10px;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: #dcd7c4;
	font-size: 14px;
	margin: 0 5px;
	padding: 0px 7px;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	color: #ff7456;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots {
	text-align: center;
	padding: 14px 35px 0;
	line-height: 0;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 15px;
	background: none;
	display: block;
	border: 1px solid #e8e7e3;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: #f54f13;
	border: 1px solid #f54f13;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot.active:hover span {
	background: #dc4818;
	border: 1px solid #dc4818;
}


.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	font-size: 48px;
	line-height: 35px;
	position: absolute;
	top:0;
}


.owl-carousel .owl-nav .owl-prev {
	left: 0;
}
.owl-carousel .owl-nav .owl-next {
	right: 0;
}

/* --------------- magnific popup ---------------- */

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #211f1c;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999991;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	max-width: 960px;
	width: 100%;
	margin-top: 35px;
	cursor: auto;
	
	background: #fff;
}

.mfp-inline-holder .mfp-content{
	width: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #CCC;
}
.mfp-preloader a:hover {
	color: #FFF;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}
 button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,  .mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover,  .mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before,  .mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	height: auto;
	margin-top: 36px;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #fff;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 20px;
	font-weight: bold;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
       * Remove all paddings around the image on small screen
       */
.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
	padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}
.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
}
.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0;
}
}

@media all and (max-width: 900px) {
.mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
}
.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0;
}
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
}
.mfp-container {
	padding-left: 6px;
	padding-right: 6px;
}
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}


/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* ------------------------------------- */


@media (max-width: 950px) {
	.top-bar {
		background: #f3f1ea;
		height: 100px;
		width: 100%;
		-webkit-box-shadow: 0 1px 13px 5px rgba(0, 0, 0, 0.3);
		box-shadow: 0 1px 13px 5px rgba(0, 0, 0, 0.3);
		text-align: center;
		z-index: 200;
		top:-115px;
		  -webkit-transition: all 0.25s ease-out;
		  -moz-transition: all 0.25s ease-out;
		  transition: all 0.25s ease-out;	
	}
	
	.admin-bar .top-bar {
		top:-115px;
	}
	.show-top-bar .top-bar {
		top:0;
	}
	.admin-bar .show-top-bar .top-bar {
		top: 32px;
	}	
	
	.top-bar .mobile-menu-btn,
	.top-bar .logo {
		display: inline-block;
	}
	
	.cart-and-lang {
		background: none;
		right: 4px;
		top:50%;
		margin-top: -24px;
	}
	
	.main .main-sidebar {
		left: -265px;
	}
	
	.main .main-content {
		margin-left: 0;
	}
	
	.main-section {
		padding-top: 100px;
	}
	
	.content{ 
		padding-top: 100px;
	}
	
	#home-sections>.nav-sections,
	#home-sections>.nav-arrow{
		right: 15px;
	}
	
	.show-mobile-menu .main-sidebar {
		left: 0;
		background: #f3f1ea;
		overflow: auto;
		
	}
	.show-mobile-menu .menu-block  {
		padding-top: 130px;
	}
	.show-mobile-menu .menu-block .logo {
		display: none;
	}
	
	.show-mobile-menu .menu-overlay {
		display: block;
		opacity: 1;
	}

	
	.show-mobile-menu .menu-block .menu>li.menu-item-has-children:hover::before {
		width: 211px;
	}
	
	.show-mobile-menu .menu-block .menu li.menu-item-has-children>.arrow {
		position: absolute;
		top:10px;
		right: 27px;
		height: 25px;
		width: 20px;
		text-align: center;
		z-index: 1;
		color: #e1dbc4;
		font-size: 16px;
		line-height: 25px;
		background: #f9f9f7;
		font-family: FontAwesome;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		-ms-border-radius:5px;
		-o-border-radius:5px;
		border-radius:5px;
	}
	
	.show-mobile-menu .menu-block .menu li.menu-item-has-children>.arrow::after {
		content: '\f107';
	}
	
	.show-mobile-menu .menu-block .menu>li>ul {
		position: static;
		right: auto;
		left: auto;
		top: auto;
		width: auto;
		overflow: hidden;
		height: 0;
		transform: scaleY(0);
		transform-origin:top;
		margin: 0 -27px;
		background: #faf9f5;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;		
		
	}
	
	.show-mobile-menu .menu-block .menu>li>ul>li{
		text-align: center;
		transform: none;
		background: none;
	}
	
	.show-mobile-menu .menu-block .menu>li>ul>li:first-child {
		border: none;
		margin-top: 8px;
	}
	
	.show-mobile-menu .menu-block .menu>li>ul>li:last-child {
		margin-bottom: 15px;
	}
	
	.show-mobile-menu .menu-block .menu>li>ul>li>a {
		    padding: 9px 14px;
	}
	.show-mobile-menu .menu-block .menu>li.opened>ul {
		transform: none;
		height: auto;
	}
	
	/*
	.portret .main-section {
		height: 75vh;
		border-bottom: 2px solid #56544c;
	}
	*/

	.main-section .center-block .text-block h3 {
		font-size: 43px;
	}
	
	.main-section .center-block .text-block {
		font-size: 21px;
	}
	
	.main-section .video {
		top:100px;
	}
	.portret .main-section .video .bottom-line {
		font-size: 4vh;
		text-shadow: 0 0.1vh 0.3vh rgba(0,0,0,.7);
	}
	
	.portret #proc, .portret #ambassade {
		min-height: 50vh;
	}
	
	.content>.content-block {
		padding: 50px;
	}
}


@media (max-width: 782px) {
	
	.admin-bar .show-top-bar .top-bar {
		top: 46px;
	}	
}

@media (max-width: 768px) {
	
	h1 {
		font-size: 34px;
	}
	h2 {
		font-size: 32px;
	}
	
	h3 {
		font-size: 30px;
	}
	
	h4 {
		font-size: 27px;
	}
	h5 {
		font-size: 24px;
	}
	h6 {
		font-size: 22px;
	}
	
	h1.page-title {
		font-size: 40px;
	}
	.hity .item .text-block h3 {
		font-size: 25px;
	}
	
	.section>.inner-section {
		padding: 70px 50px 70px 35px;
	}
	
	#home-sections>.nav-sections {
		right: -1px;
		-webkit-border-radius: 30px 0 0 30px;
		-moz-border-radius: 30px 0 0 30px;
		-ms-border-radius: 30px 0 0 30px;
		-o-border-radius: 30px 0 0 30px;
		border-radius: 30px 0 0 30px;	
	}
	#home-sections>.nav-sections>ul {
		padding: 14px 8px;
	}
	#home-sections>.nav-arrow {
		right:3px;
		font-size: 5vh;
	}
	
	#actions {
		padding: 50px 50px 50px 35px;
	}
	#actions .inner .title h1 {
		font-size: 45px;
	}
	
	#actions .inner .text-block img {
		width: 100%;
	}
	
	#actions .inner .text-block .text {
		font-size: 18px;
		width: auto;
	}
	
	.footer .col-1 {
		float: none;
		width: auto;
		border-bottom: 1px solid #c8c6bd;
		padding: 0 0 30px 0;
		margin-bottom: 30px;
	}
	
	.footer .col {
		padding-left: 20px;
	}
	.footer .col-2 {
		width: 50%;
	}
	
	.footer .col-3 {
		width: 50%;
	}
	
	.footer .col-2>*,.footer .col-3>* {
		width: 220px;
		display: block;
		margin: 0 auto 15px;
	}
	
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
		font-size: 25px;
	}
	
	.content>.content-block {
		padding: 40px 30px;
	}
	
	.big-image-block .tcell {
		 padding: 40px 30px;
	}
	
	.big-image-block .gallery-wrapper {
		padding: 0 30px;
	}
}

@media (max-width: 640px) {
	.half-image-text .image-block, 
	.half-image-text.vertical-image .image-block, 
	.half-image-text .image-block.right {
		float: none;
		margin: 0 0 30px 0;
		width: auto;
		display: block;
		text-align: center;
	}
	
	.main-section .center-block .text-block {
		padding: 25px 30px;
		border-radius: 60px 0;
	}
	
	.main-section .center-block .tcell {
		padding: 0 50px 4% 20px;
	}
	.main-section .center-block .text-block h3 {
		font-size: 40px;
		margin-bottom: 10px;
	}
}


@media (max-width: 560px) {
	.hity .item .image {
		float: none;
		width: 60%;
		padding-top: 60%;
		margin: 0 auto;
	}
	
	.hity .item .text-block {
		margin:0;
		padding-top:20px;
		width: auto;
		text-align: center;
	}
	
	h1 {
		font-size: 30px;
	}
	
	h2 {
		font-size: 28px;
	}
	
	h3 {
		font-size: 26px;
	}
	
	h4 {
		font-size: 25px;
	}
	h5 {
		font-size: 23px;
	}
	h6 {
		font-size: 21px;
	}
	
	#cosm-tours {
		padding: 0 50px 0 35px;
	}
	#cosm-tours .presentation {
		padding: 40px 30px;
	}
	
	.cosm-tours-photos {
		width: 90%;
	}
	
	body {
		font-size: 18px;
	}
	
	#beauty-tours .tours .item:nth-child(2n) {
		top:0;
		clear: right;
	}
	#beauty-tours .tours .item:last-child {
		left: 27%;
	}
	#beauty-tours .tours .item:last-child p {
		min-height: 90px;
	}
	
	.section>.inner-section {
		padding: 50px 45px 50px 25px;
	}
	
	#actions .inner .title h1 {
		font-size: 38px;
	}
	
	.news .item, .news .item:nth-child(2n) {
		width: auto;
		margin-left: 0;
	}
	.news .item .col-2 h5 {
		font-size: 19px;
	}
	
	.additional-links {
		font-size: 25px;
	}
	
	.additional-links .col {
		padding: 40px 10px;
	}
	


	.shahmatka>.item>.col-1 {
		display: table-header-group;
		padding: 0
	}
	
	.shahmatka>.item>.col-2 {
		display: table-footer-group;
		padding: 0;
	}
	.shahmatka>.item>.col-2 .text-block{
		padding: 15px 0 0 ;
	}
	
	.footer {
		padding: 30px 35px;
	}
	
	.footer .col-2 {
		float: none;
		width: auto;
		border-bottom: 1px solid #c8c6bd;
		padding: 0 0 30px 0;
		margin-bottom: 30px;
	} 
	.footer .col-3 {
		float: none;
		width: auto;
	}
	
	.tcols .tcol{
		display: block;
		padding: 0 0 5px;
	}
	
	.full-width {
		margin-left:-35px;
		margin-right:-35px;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: auto;
		margin: 0 0 50px;
		font-size: 19px;
	}
	
	.panel-body .image {
		float: none;
		margin: 0 0 25px;
		width: auto;
	}
	
	
	.team .people .item {
		width: 46%;
		margin: 0 2% 40px;
		font-size: 18px;
	}
	
	.main-section .center-block {
		 background: rgba(0, 0, 0, 0.55);
	}


	.main-section .center-block .text-block {
		border-radius: 0;
		font-size: 20px;
		padding: 25px 60px 25px 30px;
		background: none;
	}
	
	.main-section .center-block .text-block h3 {
		font-size: 32px;
		margin-bottom: 10px;
	}	
}

@media (max-width: 460px) {
	#cosm-tours {
		padding: 0;
	}
	
	#cosm-tours .presentation {
		padding: 35px 45px 35px 25px;
	}
	
	#cosm-tours .presentation .text {
		font-size: 16px;
	}
	
	#beauty-tours .tours .item {
		width: 47%;
	}
	
	#beauty-tours .tours .item:nth-child(2n) {
		margin-left: 6%;
	}
	#beauty-tours .tours .item p {
		font-size: 16px;
		min-height: 200px;
	}
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 25px;
	}
	
	h3 {
		font-size: 24px;
	}
	
	h4 {
		font-size: 23px;
	}
	h5 {
		font-size: 22px;
	}
	h6 {
		font-size: 20px;
	}
	
	#actions .inner .title {
		float: none;
		width: auto;
		border-bottom: none;
	}
	
	#actions .inner .title .fa {
		display: none;
	}
	
	#actions .inner .text-block {
		margin-left: 0;
		text-align: center;
	}
	
	.news .item .col-1 {
		float: none;
		width: 50%;
		padding-top: 50%;
		height: auto;
		margin: 0 auto 20px;
	}
	
	.news .item .col-2 { 
		margin-left: 0;
		text-align: center;
	}
	
	.news .item .col-2 h5 {
		text-align: center;
	}
	
	.additional-links .col {
		padding: 20px 10px;
	}
	.additional-links .col-1 {
		float: none;
		width: auto;
	}
	.additional-links .col-2 {
		margin-left: 0;
	}
	
	.footer {
		padding: 30px 25px;
	}
	
	.content>.content-block {
		padding: 40px 25px;
	}
	
	.big-image-block .tcell {
		 padding: 30px 25px;
	}
	
	.big-image-block .gallery-wrapper {
		padding: 0 15px;
	}
	
	.full-width {
		margin-left:-25px;
		margin-right:-25px;
	}
	
	.centered-image-block.vertical-image a img {
		height: auto;
		width: 100%;
	}
	
	.main-section .center-block .text-block {
		font-size: 19px;
	}
	
	.main-section .center-block .text-block h3 {
		font-size: 28px;
	}	

}

@media (max-width: 360px) {
}
