﻿*{
    margin:0;
	
}
html, body{
    font-size: 100%;
	background:	#fff;
	font-family: 'Open Sans', sans-serif;
}
p{
	margin:0;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Lato', sans-serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}

/*-- Video --*/
video {
	width:100%;
	height: auto;
}
/*-- //Video --*/
/*--- Hotel ---*/
.hotel-program {
	background-color:#F7F7F9;
	padding:0;
	clear: both;
}
.hotel-program .container {
	padding:0 3em 0em;
}
.landing-product-cover-img-hotel {
	border-bottom: 4px solid #008000;	
}
.landing-product-hotel h4 {
	text-align:center;
	font-size: 1 em;
    color: #222;
    margin: 1.3em 0 .3em;
    display: block;
    text-decoration: none;
}
.landing-product-cover-description-hotel{
	height: 355px;
	padding: 0 2em 0;
 }
 .landing-product-info-hotel{
	height: 284px;
}

.landing-product-hotel p {
	font-size: 0.9em;
    color: #222;

    display: block;
    text-decoration: none;
}

.sale {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background-color: #008000;
	line-height: 23px;
	padding: 3px 14px;
	position: absolute;
	top: 10px;
	left: 230px;
	text-transform: uppercase;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
}
i.home{
	width: 67px;
	height: 67px;
	background: url(../images/img-sprite1.png)no-repeat -7px -93px;
	display: block;
	position: absolute;
	top:180px;
	left:132px;
}
.program-grid-hotel-inside {
	padding-left: 0;
}
/*--- //Hotel ---*/

/* Caption Style 1 */
.grid-landing-product {
	padding: 20px 20px 20px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}


.grid-landing-product figure {
	margin: 0;
	position: relative;
}

.grid-landing-product figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid-landing-product figcaption {
	position: absolute;
	top: 0;
	left: 15px;
	padding: 20px;
	background: #2c3f52;
	color: #fff;
}

.grid-landing-product figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
}
.grid-landing-product-interval {
	margin-bottom: 3em;
}
.landing-product-kvadro {
	padding: 3em 0.5em 0;
}


.cs-style-1 figcaption {
	height: 100%;
	width: 302px;
	opacity: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.no-touch .cs-style-1 figure:hover figcaption,
.cs-style-1 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translate(15px, 15px);
	-moz-transform: translate(15px, 15px);
	-ms-transform: translate(15px, 15px);
	transform: translate(15px, 15px);
}

.cs-style-1 figcaption h3 {
	margin-top: 70px;
	font-size:1.4em;
}
.landing-product-info-order-kvadro {
	color: #fff !important;
}
.cs-style-1 figcaption .span-kvadro {
	font-size: 0.8em;
	padding-top: 0.8em;
	display: block;
}

.cs-style-1 figcaption a {
	margin-top: 30px;
}

/*----- Order ----*/
.order-modal {
	height: auto;
}
.container-order {
	top:100px;
	left:20%;
	position:absolute;
}
.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}
.mail{
	padding: 0 0 1em;
}
.mail h3 {
	text-align: center;
    color:#222;
    margin: 0;
    position: relative;
    font-size: 3em;
}
p.est{
	width: 60%;
    margin: .5em auto 0 !important;
    color: #999;
    font-size: 14px;
    line-height: 1.8em;
    text-align: center;
    font-weight: 500 !important;
}
.mail h3:before{
	left:10%;
}
.mail h3:after{
	right:10%;
}
.mail-grids{
	margin:3em 0 2em;
}
.mail-grid-left input[type="text"],.mail-grid-left input[type="email"],.mail-grid-left textarea{
	outline: none;
    border: 1px solid #E4E4E4;
    background: #f5f5f5;
    font-size: 14px;
    color: #212121;
    padding: 10px;
    width: 100%;
}
.mail-grid-left input[type="email"]{
	margin:1em 0;
}
.mail-grid-left textarea{
	min-height:200px;
	margin:1em 0 .8em;
}
.landing-product-info-order {
	margin-bottom: 1em;
	font-size: 14px;
    color: #008000;
    text-decoration: none;
    text-transform: uppercase;
	text-align:center;
    padding: 1em 1em;
    border: 1px solid;
	border-radius: 3px;
 }
 .landing-product-info-order-hover {
	margin-bottom: 1em;
	font-size: 14px;
	background-color:#008000;
    color: white;
	cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
	text-align:center;
    padding: 1em 1em;
    border: 1px solid;
	transition: 0.3s;
 }
.mail-grid-left input[type="submit"]{
	outline:none;
	border: 1px solid;
	border-radius: 3px;
	background-color:white;
	color: #008000;
	font-size:1em;
	padding:10px 0;
	width:30%;
}
.mail-grid-left input[type="submit"]:hover{
	background-color:#008000;
    color: white;
	cursor: pointer;
    text-decoration: none;
	text-align:center;
    border: 1px solid;
	transition: 0.3s;
}
.mail-grid-right1{
	padding:2em;
	background:#008000;
	text-align:center;
}
.mail-grid-right1 img {
    margin: 0 auto;
    padding: .5em;
    border: 1px solid white;
    border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
}
.mail-grid-right1 h4{
	font-size:1em;
	color:white;
	margin:1em 0;
	text-transform:uppercase;
}
.mail-grid-right1 h4 span{
	display: block;
    text-transform: capitalize;
    font-size: .8em;
    color:#FFFFFF;
    margin: .5em 0 0;
}
.mail-grid-right1 ul.phone-mail li{
	list-style-type:none;
	margin-bottom:1em;
	font-size:14px;
	color:#FFFFFF;
}
.phone-mail li span{
	display:block;
	margin-left: 6em;
}
.mail-grid-right1 ul.phone-mail li a{
	color:#FFFFFF;
	text-decoration:none;
}
.mail-grid-right1 ul.phone-mail li a:hover{
	color:#212121;
}
.mail-grid-right1 ul li i{
	left:-.5em;
}
ul.phone-mail {
    margin: 0 0 2em;
}
.mail iframe{
	width:100%;
	min-height:300px;
	padding:0 1em;
}
.mail-grids-991-less {
	display:none
}
/*-----//Order ----*/
/*----- Scroll-top ----*/
.scroll-top {
	position: fixed;
	left:0;
	top:0;
	height: 100%;
	display: none;
	z-index:auto;
}
.scroll-top-title {
	padding: 15px 0 15px;
	width: 100px;
	height: 100%;
	background:rgba(0, 128, 0, 0);
	opacity: 0.3;
	position: relative;
	-webkit-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    -o-transition: opacity easet 0.5s;
    transition: opacity ease 0.5s;
}
.scroll-top-title:hover {
	background:rgba(0, 128, 0, 0.1);
	opacity:0.7;
	-webkit-transition: opacity ease 0.5s;
	-moz-transition: opacity ease 0.5s;
	-o-transition: opacity easet 0.5s;
	transition: opacity ease 0.5s;
}
.scroll-top-title-p  {
	position: absolute;
	left: 40px;
	top: 15px;
	color: #003400;
	opacity: 1;
	font-size: 0.8em;
	font-weight: 300;
	text-align: center;
}

.scroll-top-glyphicon {
	position: absolute;
	left: 15px;
	top: 14px;
	color: #003400;
	opacity: 1;
	font-size: 1.2em;
	font-weight: 300;
	text-align: center;
}
/*-----//Scroll-top ----*/
/*----- Map -----*/

.conteiner-map {
	text-align:center;
}
 #genetckyi {
		padding: 0 2em 0;
        height:450px;
        width:950px;
    }
.gm-style-iw * {
        display: block;
        width: 100%;
    }
.gm-style-iw h4, .gm-style-iw p {
        margin: 0;
        padding: 0;
    }
.gm-style-iw a {
        color: #4272db;
    }

/*----- Landing -----*/
.container-landing-product {
	background-color:#F7F7F9;
	padding: 4em 0 3em;
 }
.container-landing-product-with-program {
	padding: 4em 0 0 !important;
 }
.container-landing-product h3 {
	text-align: center;
    color:#111;
    margin: 0;
    position: relative;
    font-size: 3em;
	font-weight:300;
}
.container-landing-product h3:before, .mail h3:before, .container-landing-product h3:after, .mail h3:after {
	position: absolute;
    top: 50%;
    width: 14%;
    height: 1px;
    background: #D5D5D5;
    content: '';
}
.container-landing-product h3:before{
	left:7%;
}
.container-landing-product h3:after{
	right:7%;
}
.container-landing-product h6 {
	text-align: center;
    color:#111;
    margin: 1em 0 1em;
    position: relative;
    font-size: 2em;
	font-weight: 300;
}
.container-landing-product h6:before,.container-landing-product h6:after {
	position: absolute;
    top: 50%;
    width: 15%;
    height: 1px;
    background: #D5D5D5;
    content: '';
}
.container-landing-product h6:before{
	left:17%;
}
.container-landing-product h6:after{
	right:17%;
}
p.est{
	width: 60%;
    margin: .5em auto 0 !important;
    color: #666;
    font-size: 14px;
    line-height: 1.8em;
    text-align: center;
    font-weight: 300 !important;
}
.container-landing-product h5 {
    color:#111;
	padding: 0 0 0.5em;
    margin: 2em 0 1em;
    position: relative;
    font-size: 1.5em;
	font-weight: 300;
}
.container-landing-product h5:before{
	position: absolute;
    bottom: 0%;
    left: 0%;
    width:10%;
    height: 1px;
    background: #D5D5D5;
    content: '';
}
.landing-text-container{
	 padding: 2em;
 }
 .landing-text-container-last{
	 padding:0 0 2em;
 }
.landing-product-display{
	margin: 2em 0 1em;
 }
 .landing-hide {
	 display:none;
 }
  .landing-hide-active {
	 display:block;
 }
 .landing-product{
	width: 302px;
	background-color: white;
	border-radius: 5px;
	border: 1px solid #BDBDBD;
 }
.landing-product-tea{
	width: 302px;
	background-color: white;
	border-radius: 5px;
	border: 1px solid #BDBDBD;
 }
 .container-landing-product-tea {
	 text-align:center;
 }
 .landing-product-hotel{
	width: 302px;
	background-color: white;
	border-radius: 5px;
	border: 1px solid #BDBDBD;
 }
.landing-product-cover-img img{
	overflow: hidden;
	height:200px;
	background-color:white;
 }
.landing-product-cover-img-tea img{
	overflow: hidden;
	height:300px;
	background-color:white;
	opacity: 1; 
 }
 .landing-product-cover-img-hotel img{
	overflow: hidden;
	height:225px;
	background-color:white;
	opacity: 1; 
 }
 .landing-product-cover-img-tea img:hover{
	opacity: 1; 
 }
.landing-product-cover-description{
	height: 210px;
	padding: 0 2em 0;
 }
.landing-product-cover-description-category {
	
 }
 .landing-product-eco, .landing-product-category{
	background-color: white;
	border-radius: 5px;
	border: 1px solid #BDBDBD;
 }
 .landing-product-cover-img-item, .landing-product-cover-img-item-other{
	display:inline-block;
	text-align:center;
 }
 
 .landing-product-cover-img-item img, .landing-product-cover-img-item-other img{
	overflow: hidden;
	width: 100%;
	height:auto;
	background-color:white;
 }
 .landing-product-cover-img-item-img {
	 opacity:0.9;
 }
 .landing-product-cover-img-item a, .landing-product-cover-img-eco a, .landing-product-cover-img-item-other a{
	position:relative;
	text-align:center;
 }
 .landing-product-cover-img-item-img-hover {
	opacity: 1;
 }
 .landing-product-glyphicon-hover {
	text-align:center;
	display:inline-block;
	margin: auto;
	padding:0;
	color: #FFF;
	font-size: 4em;
	position: absolute;
	left:45%;
	animation-iteration-count:infinite;
	cursor: pointer;
 }
.landing-product-glyphicon-hover:hover  .landing-product-cover-img-item img, .landing-product-glyphicon-hover:hover  .landing-product-cover-img-item-other img,{
	opacity:1;
} 

 
.landing-product-glyphicon {
	display:none;
	
} 
.landing-product-cover-img-item:hover i , .landing-product-cover-img-eco:hover i {
	text-align:center;
	display:inline-block;
	margin:0 auto;
	padding:0;
	color: #FFF;
	font-size: 4em;
	position: absolute;
	left:45%;
	animation-iteration-count:infinite;
}
 .landing-product-cover-img-eco img{
	overflow: hidden;
	width: 100%;
	background-color:white;
 }

.landing-product-cover-description-eco, .landing-product-cover-description-category{
	padding: 0 2em 1em;
}

.landing-product h4, .landing-product-eco h4, .landing-product-tea h4, .landing-product-category h4 {
	font-size: 1 em;
    color: #222;
    margin: 1em 0 .3em;
    display: block;
    text-decoration: none;
	font-weight:400;
}
.landing-product-tea h4 {
	text-align:left;
}
.landing-product p, .landing-product-eco p, .landing-product-tea p, .landing-product-category p, .landing-product-hotel p{
	font-size:14px;
	color:#999;
	line-height:1.8em;
	margin:0 0 1em;
}
.landing-product-tea p {
	text-align:justify;
}
.landing-product-category li{
	list-style-type: none;
	font-size:15px;
	color:#999;
	line-height:1.8em;
	margin:0 0 0;
}
.circleyes{	
	height:10px;
	width:10px;
	color:#999;
	border: 5px solid;
	border-radius: 5px;
	display:inline-block;
}
.circleno {
	height:10px;
	width:10px;
	color:#999;
	border: 1px solid;
	border-radius: 5px;
	display:inline-block;
}

.landing-product  a, .landing-product-eco a , .landing-product-tea a, .landing-product-category a{
	font-size: 14px;
    color: #D8703F;
	text-decoration: none;
 }
.landing-product-info{
	height: 139px;
}
.landing-product-info-price{
	padding:1em;
 }
.landing-product-info-order {
	margin-bottom: 1em;
	font-size: 14px;
    color: #008000;
    text-decoration: none;
    text-transform: uppercase;
	text-align:center;
    padding: 1em 1em;
    border: 1px solid;
	border-radius: 3px;
 }
 .landing-hide-text{
	 font-size: 16px;
	 text-align:center !important;
	 padding: 1em 0 1em;
 }
  .landing-hide-text p{
	 text-align:center !important;
 }

 .landing-hide-buttom {
	margin: 0 0 1em;
	font-size: 14px;
    color: #008000;
    text-decoration: none;
    text-transform: uppercase;
	text-align:center;
    padding: 1em 1em;
    border: 1px solid;
	border-radius: 3px;
	cursor: pointer;
 }
  .landing-hide-buttom:hover {
	margin: 0 0 1em;
	font-size: 14px;
	background-color:#008000;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
	text-align:center;
    padding: 1em 1em;
    border: 1px solid;
	border-radius: 3px;
	cursor: pointer;
	transition: 0.3s;
 }
 .landing-hide-buttom-none{
	 display:none;
 }
 .landing-product-info-order-hover {
	margin-bottom: 1em;
	font-size: 14px;
	background-color:#008000;
    color: white;
	cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
	text-align:center;
    padding: 1em 1em;
    border: 1px solid;
	transition: 0.3s;
 }

.landing-tour-example {
	width: 90%;
	height: auto;
	transition: 0.5s linear;
	z-index:99;
}
.landing-product-interval {
	padding: 1em 0 0;
}
.google-form-center {
	padding: 1em 0 3em;
	text-align:center;
}
.landing-text-container {
	list-style-type: none;
}
.landing-text-container  p{
	text-align: justify;
}
 
/*----- //Landing -----*/



/*-- header --*/
.emblema {
	height:50px;
	width:auto;
	float:left;
}
.emblema-name {
	height:50px;
	width:auto;
}
.emblema-600 {
	display:none;
}
.carousel {
	border-top: 2px solid #BDBDBD;
}

.header-grid-left ul li a,.new-collections-grid1-image-pos a,.new-collections-grid1 h4 a,.login a,.register-home a,.checkout-right-basket a,.bootstrap-tab-text-grid-right ul li a,.occasion-cart a,input[type="submit"],.mail-grid-right1 ul li a,.categories ul li a,.new-products-grid-right-add-cart p a,.new-products-grid-right h4 a,.products-right-grid1-add-cart p a,.timer-grid-left h3 a,.new-collections-grid1-left p a,.copy-right p a,.footer-grid-sub-grid-right h4 a,input[type="submit"],.footer-grid ul li a{
	transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
}
.header-grid{
	padding:2em 0;
	border-bottom:1px solid #DEDEDE;
}
.logo-nav{
	padding:0 0 0;
	margin:0 1em 0;
}
.header-grid-left{
	float:left;
}
.header-grid-left ul li{
	display:inline-block;
	font-size:14px;
	color:#999;
	margin: 0 1em;
}
.header-grid-left ul li i{
	left:-.5em;
}
.header-grid-left ul li a{
	text-decoration:none;
	color:#999;
}
.header-grid-left ul li a:hover{
	color:#FFC229;
}
.header-grid-right{

	float:right;
}

.header-grid-right ul{
	margin: 0.7em 0 0;
}
ul.social-icons li{
	display:inline-block;
	margin: 0px 4px;
}
ul.social-icons li a.facebook{
	background: url(../images/social_icons.png) no-repeat -0px -0px;
	opacity: 1;
    display: block;
    width: 25px;
    height: 30px;
}
ul.social-icons li a.facebook:hover{
	opacity: 0.7;
    display: block;
}
ul.social-icons li a.vkontakte{
	background: url(../images/social_icons.png) no-repeat -356px -1px;
	opacity: 1;
    display: block;
    width: 29px;
    height: 28px;
}
ul.social-icons li a.vkontakte:hover{
	opacity: 0.7;
    display: block;
}
ul.social-icons li a.instagram{
	background: url(../images/social_icons.png) no-repeat -108px -0px;
	opacity: 1;
    display: block;
    width: 28px;
    height: 30px;
}
ul.social-icons li a.instagram:hover{
	opacity: 0.7;
    display: block;
}
.logo-nav-left{
	width: 23%;
	min-height: 50px;
    margin-bottom: 20px;
	float:left;
	padding: 13px 0 0;
}
.logo-text {
	padding: 0.65em 0 0 10px ;
	display: inline-block;
	clear:both;
}
.logo-text  a{
	font-size:1.3em;
	color:#222;
	text-decoration:none;
	
}
.logo-nav-left h1 a span{
	display: block;
    font-size: .2em;
    line-height: 0;
    text-transform: uppercase;
    letter-spacing: 12px;
    color: #222222;
    padding-left: .3em;
}
.logo-nav-left1 {
    float: left;
    margin-left: 2em;
}
.logo-nav-left1 ul li a{
	font-size:.875em;
    color: #222;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
	font-weight: 300;
}
.logo-nav-left1 ul li.active a.act{
	color:#d8703f !important;
}
.multi-column-dropdown a h6, .multi-column-dropdown-bottom a h6 {
	text-transform: none !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #d8703f;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar-collapse {
    padding: 0;
}

.multi-column-dropdown-hover a h6, .multi-column-dropdown-bottom-hover a h6 {
	color:red !important;
}

ul.multi-column-dropdown h6 {
    font-size: 1.2em;
    color:#222222;
    margin: 0 0 1em;
    padding-bottom: 1em;
	border-bottom: 1px solid #E4E4E4;		
 }
  ul.multi-column-dropdown a {
    font-size: 1em;
    color:#222222;
    margin: 0 0 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #E4E4E4;
	text-transform:lowercase;
 }

 ul.multi-column-dropdown-bottom h6 {
    font-size: 1.2em;
    color:#222222;
    margin: 0 0 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #E4E4E4;
 }
.multi-column-dropdown li {
    list-style-type: none;
    margin: 7px 0;
}
.dropdown-menu.columns-3 {
    min-width: 750px;
    padding: 15px 30px 30px;
}
.dropdown-menu > .row {
	padding: 15px 0 0;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    border: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}
.nav > li > a {
	color:#1D1E23 !important;
}
.nav > li > a:hover, .nav > li > a:focus {
    background: none;
	color:#008000 !important;
}
.navbar-nav > li > a {
    padding: 29px 18px 0;
}
.search-box {
    margin-top: .6em;
}
/*start search*/
.sb-search {
	position: absolute;
    right:25%;
    width: 0%;
    min-width:50px;
    margin: 0;
    height: 50px;
    float: none;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    background: none;
}
.sb-search-input {
	position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    outline: none;
    background:#F5F5F5;
    width: 100%;
    height: 50px;
    margin: 0;
    z-index: 10;
    font-size:14px;
    color: #999;
    padding-left: 1em;
    padding-right: 4em;
}
.sb-search-input::-webkit-input-placeholder {
	color:#999;
}
.sb-search-input:-moz-placeholder {
	color: #999;
}
.sb-search-input::-moz-placeholder {
	color: #999;
}
.sb-search-input:-ms-input-placeholder {
	color: #999;
}
.sb-icon-search,.sb-search-submit  {
	width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 85px;
    text-align: center;
    cursor: pointer;
}
.sb-search-submit {
	background:#fff url(../images/img-sp.png) no-repeat 7px -91px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
   background:#fff url(../images/img-sp.png) no-repeat 7px -91px;
	z-index: 90;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width:42%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background:#fff url(../images/img-sp.png) no-repeat 7px -91px;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*-- search-ends --*/
.header-right {
    float: right;
    margin-top: 5px;
	width: 14%;
}
.box_1 {
  float: right;
  margin-top: 5px;
}
.box_1 h3 {
  color:#d8703f;
  font-size: 1em;
  margin: 0;
}
.total {
  display: inline-block;
  vertical-align: middle;
}
.box_1 a img {
  margin: 3px 0 0 0px;
}
.box_1 p {
	margin: 0;
    color: #999;
    font-size: 14px;
}
a.simpleCart_empty {
	color:#212121;
    font-size: 13px;
    text-decoration: none;
    text-align: right;
    display: block;
}

#header {
    position: relative;
    height: 10%;
    width: 100%;
	clear: both;
	font-family: Arial Black, sans-serif;
	color:#FFFFF0;
	font-size: 0px;
	text-align: center;
	padding-top: 0px;
}

#menu {
	background: white;  
    width:100%; 
    height:8%;
	float:left;
	clear: both;
	z-index:100;
}

#links {
	background: white; 
	width:30%;
	height:100%;
	margin-left:1%;
	float:left;
}

#sociallinks {
	background: white; 
	width:25%;
	height:100%;
	margin-left:1%;
	margin-right: 3%;
	float:right;
}

#socialicons1 {
	width:10%;
	height:47%;
	float:right;
	display: inline-block;
	margin-right:5%;
	margin-top: 5%;
	
	
}

.divmenu1{
	height:100%;
	width:25%;
	font-family: 'Lato', sans-serif;
	font-size: 95%;
	color:#898989;
	font-weight: bold;
	display: inline-block;
	float:left;
	padding-top: 6%;
	text-align: center;
	vertical-align: middle;
}


/*-- header ends--*/

/*-- banner --*/
.banner{
	background:url(../images/teabanner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
	min-height:700px;
}
.banner-water {
	position: relative;
	background:url(../images/banner-water.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-shpyci {
	position: relative;
	background:url(../images/banner-shpyci.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-yavirnyk-gorgany {
	position: relative;
	background:url(../images/banner-yavirnyk-gorgany.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-dovbushanka {
	position: relative;
	background:url(../images/banner-dovbushanka.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-pip-ivan {
	position: relative;
	background:url(../images/banner-pip-ivan.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-hutsuls-cikavynky {
	position: relative;
	background:url(../images/banner-hutsuls-cikavynky.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-mostamy-vorohty {
	position: relative;
	background:url(../images/banner-mostamy-vorohty.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-na-zahid-do-kordonu {
	position: relative;
	background:url(../images/banner-na-zahid-do-kordonu.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-rubalka {
	position: relative;
	background:url(../images/banner-rubalka.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-rafting {
	position: relative;
	background:url(../images/banner-rafting.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-velomandry {
	position: relative;
	background:url(../images/banner-velomandry.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-djiping {
	position: relative;
	background:url(../images/banner-djiping.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-zipline {
	position: relative;
	background:url(../images/banner-zipline.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-kvadrotsckly {
	position: relative;
	background:url(../images/banner-kvadrotsckly.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-kinni-progulynki {
	position: relative;
	background:url(../images/banner-kinni-progulynki.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-royp-djamping {
	position: relative;
	background:url(../images/banner-royp-djamping.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-nevidome-prykarpatya {
	position: relative;
	background:url(../images/banner-nevidome-prykarpatya.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-pysanyi-kamin {
	position: relative;
	background:url(../images/banner-pysanyi-kamin.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-zamkova-feeriy {
	position: relative;
	background:url(../images/banner-zamkova-feeriy.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-yaremche {
	position: relative;
	background:url(../images/banner-yaremche.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-vodospady {
	position: relative;
	background:url(../images/banner-vodospady.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-verhovyna {
	position: relative;
	background:url(../images/banner-verhovyna.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-synevir {
	position: relative;
	background:url(../images/banner-synevir.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-skeli-dovbusha {
	position: relative;
	background:url(../images/banner-skeli-dovbusha.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-selo-dora {
	position: relative;
	background:url(../images/banner-selo-dora.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-pysana-kolomyya {
	position: relative;
	background:url(../images/banner-pysana-kolomyya.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-manyavskyi {
	position: relative;
	background:url(../images/banner-manyavskyi.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-maetkamy-mykuly{
	position: relative;
	background:url(../images/banner-maetkamy-mykuly.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-kolochava {
	position: relative;
	background:url(../images/banner-kolochava.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-karpatski-tramvaichik {
	position: relative;
	background:url(../images/banner-karpatski-tramvaichik.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-karpatski-scarbnytsci {
	position: relative;
	background:url(../images/banner-karpatski-scarbnytsci.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-etnichna-podorozh {
	position: relative;
	background:url(../images/banner-etnichna-podorozh.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-homyak {
	position: relative;
	background:url(../images/banner-homyak.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-makovytcya {
	position: relative;
	background:url(../images/banner-makovytcya.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-po-gryby {
	position: relative;
	background:url(../images/banner-zbyraemo-gryby.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-po-yagody {
	position: relative;
	background:url(../images/banner-zbyraemo-yagody.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-nesamovyte {
	position: relative;
	background:url(../images/banner-nesamovyte.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-gostyna {
	position: relative;
	background:url(../images/banner-gostyna.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-goverla {
	position: relative;
	background:url(../images/banner-goverla.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-towns {
	position: relative;
	background:url(../images/banner-towns.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-flora {
	position: relative;
	background:url(../images/banner-flora.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-fortress {
	position: relative;
	background:url(../images/banner-fortress.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-sacred {
	position: relative;
	background:url(../images/banner-sacred.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.tour-weekend-banner {
	position: relative;
	background:url(../images/tour-weekend-banner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.tour-forest-glade-banner {
	position: relative;
	background:url(../images/tour-forest-glade-banner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.tour-black-mountain-banner {
	position: relative;
	background:url(../images/tour-black-mountain-banner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.tour-carpathians-banner {
	position: relative;
	background:url(../images/tour-carpathians-banner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.tour-green-pearl-banner {
	position: relative;
	background:url(../images/tour-green-pearl-banner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.tour-hoverla-banner {
	position: relative;
	background:url(../images/tour-hoverla-banner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.tour-shadows-of-forgotten-hutsuls-banner {
	position: relative;
	background:url(../images/tour-shadows-of-forgotten-hutsuls-banner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.tour-montenegrin-banner {
	position: relative;
	background:url(../images/tour-montenegrin-banner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-tours {
	position: relative;
	background:url(../images/banner-tours.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-akva-mandrivka{
	position: relative;
	background:url(../images/banner-akva-mandrivka.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-petros{
	position: relative;
	background:url(../images/banner-petros.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-davnyi-galuch {
	position: relative;
	background:url(../images/banner-davnyi-galuch.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner-aktyvyi-vidpochynok {
	position: relative;
	background:url(../images/aktyvnyi-vidpochynok-banner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
}
.banner1{
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
	min-height:600px;
}
.banner-house{
	background:url(../images/housebanner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
	min-height:600px;
}

.banner-mountain{
	background:url(../images/banner-mountain.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
	min-height:600px;
}
.banner-hotel-hutsul {
	position: relative;
	background:url(../hotels/img/banner-hotel-hutsul.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
	min-height:600px;
}
.banner-shale-hutsulyandiya {
	position: relative;
	background:url(../hotels/img/shale-guzulandiy1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
	min-height:600px;
}

.banner2{
	background:url(../images/travelbanner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	border-top: 2px solid #BDBDBD;
	border-bottom: 2px solid #BDBDBD;
	min-height:700px;
}
.banner-product-position {
	position: absolute;
	left:2%;
	width: 98%;
	top:200px;
}
.banner-product-pre-info{
	text-align:center;
}
.banner-product-info{
	width:300px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-align:center;
	display:inline-block;
	position: relative;
	border-radius:5px;
	padding: 0 0 0.5em;
}
/* .banner-product-info:after{
	content:'';
	position: absolute; /* Абсолютное позиционирование */
 /*   left: 0%; bottom: -170px; /* Положение треугольника */
 /*   border: 150px solid transparent; /* Прозрачные границы */
 /*   border-top: 20px solid rgba(0,0,0,0.5); /* Добавляем треугольник */
/*}*/
.banner-product-info-up{
	margin: 1em 1em 0;
	padding: 0.6em 0 0.6em;
	color: #fff;
	text-align:center;
	border-top: 2px dotted #fff;
	border-bottom: 2px dotted #fff;
}
.banner-product-info-down{
	margin: 0 1em 1em;
	padding: 0.6em 0 0.6em;
	text-align:center;
	border-bottom: 2px dotted #fff;
}
.banner-product-info-down li{
	list-style-type: none;
	font-size:15px;
	line-height:1.8em;
	margin:0 0 0;
}
.banner-product-info-down p{
	font-size:10px;
	line-height:1.8em;
	color: #fff;
	text-transform:uppercase;
	float:none;
	margin:0 0 0;
}
.banner-product-info-down .row{
	margin-right: 0 !important;
    margin-left: 0 !important;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 1em 0 0;
	border-top: 2px dotted #fff;
}
.banner-product-info-price{
	padding: 0.5em;
 }
.banner-product-info-order {
	font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
	text-align:center;
    padding: 0.5em 0.5em 0.5em;
    border: 1px solid;
	border-radius: 3px;
 }
 .banner-product-info-order-hover {
	font-size: 14px;
	background-color:#008000;
    color: white !important;
	cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
	text-align:center;
    padding: 0.5em 0.5em 0.5em;
    border: 1px solid;
	transition: 0.3s;
 }
 .banner-info h3{
	font-size:5em;
	color:#fff;
	margin:0;
}
.banner-info {
    margin: 4em 0 0;
    text-align: center;
}
.banner-info h4{
	font-size: 3em;
    color: #fff;
    margin: 0em 0 0 7.5em;
	font-weight:300;
	font-family: 'Lato', sans-serif;
}
.banner-info h4 span{
	padding: 0.8em .9em;
    background: #ffc229;
    border-radius: 100%;
    display: inline-block;
}
.banner-info h4 span i{
	display:block;
}
.banner-info1 p{
	text-align:center;
	font-size:2em;
	color:#fff;
	margin:0;
	line-height:1.8em;
	width:100%;
}
/*-- //banner --*/
/*-- wmuslider --*/

.example1{
	margin:20em 0 0;
}
.wmuSlider {
	position: relative;
	overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article img {
	/*--max-width: 100%;
	width: auto;
	height: auto;
	display:block;--*/
}
/* Default Skin */
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	left:45%;
    bottom:10%;
}
ul.wmuSliderPagination {
	padding:0;
}
.wmuSliderPagination li {
	float: left;
	margin: 0 8px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	display: block;
    text-indent: -9999px;
    width: 0px;
    height: 0px;
    background: transparent;
    border: 0px solid #fff;
}
.wmuSliderPagination a.wmuActive {
	background:transparent;
	border: 0px solid #ffc229;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.banner-wrap{
	padding:0px 0 5em;
}
/*-- //wmuslider --*/

/*--- Carousel --*/
.item img{
	width:100%;
	height:auto;
}
.banner-aboutus-label {
	width: 150px;
	font-size: 1.5em;
	color:white;
	padding: 0.1em;
	border: 2px solid white;
	border-radius: 10px;
	z-index:2;
	margin: 0 auto;
}
.container-banner-aboutus-label {
	margin: 0;
	height:0%;
	width:100%;
	text-align:center;
	position:absolute;
	top:80%;
	z-index:3;
}
/*---//Carousel --*/

/*---Under Carousel --*/

.aboutus {
	width:100%;
	height:auto;
	clear: both;
}
.row-small3{
	overflow:hidden;
	margin-right: 0px;
	margin-left: 0px;
}

.small3{
	position:relative;
	display:inline;
	margin-top: 4px;
	clear: both;
}
.small3-center{
	text-align:center;
}

.small3 img{
	width:33%;
	height: auto;
	display:inline-block;
	margin-top: 4px;
	opacity: 1;
	clear: both;
}

.small3 img:hover{
	opacity: 0.8;
}
.small3-hover{
	opacity: 0.8;
}

.small3-text-link {
	font-size: 1.5em;
	position:absolute;
	left: 5%;
	top: 100%;
    width: 90%;
    text-align: center;
    text-transform: capitalize;
	padding-top:4%;
}

a .small3-text-link p, .carousel-caption a h3{
	font-weight: 300;
	text-decoration:none;
	color:white;
}
.carousel-caption p {
	padding: 20px 0 0;	
}

/*--- //Under carousel--*/

/*--- Aktuvnui-Vidpochunok ---*/

.landing-product-cover-img-item-inside {
	font-size: 1.5em;
	position:absolute;
	left: 5%;
	top: -300%;
    width: 90%;
    text-align: center;
    text-transform: capitalize;
	padding-top:4%;
}
.landing-product-cover-img-item-inside p{
	color:white;
	font-size: 1.5em;
	margin: 0 0 0;
}
.landing-product-cover-img-item-go{
	background-color: rgba(0,0,0,0.3);
	height: 50%;
	border: 1px solid white;
	border-radius:2px;
}
.landing-product-cover-img-item-go p{
	color: white;
	font-size: 0.8em;
	display: inline-block;
}
.landing-product-cover-img-item-go i {
	display: inline-block;	
	font-size:0.8em;
	padding: 1em 0 1em;
}
.landing-tour-example:hover
{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
	z-index: 103;
}
.glyphicon-menu-right:before{
	margin: 0.5em 0 0;
}

/*--- //Aktuvnui-Vidpochunok ---*/

.ecscursion-program {
	background-color:#F7F7F9;
	padding:0;
	clear: both;
}
.ecscursion-program .container {
	padding: 3em 2em 0;
}
.program-container-top {
	padding: 1em 0 0em;
}
.program-row {
	padding: 1em 0 0;
	border-bottom: 1px solid;
	border-color: #004000;
}

.program-grids-padding {
	padding: 3em 0 0;
}
.program-grid h3 {
	font-size:1.3em;
	color:#222;
	margin:0 0 1em;
	position:relative;
	padding-bottom:.5em;
	font-weight: 300;
}
.program-grid-h3-bold{
	color:#333;
	margin:0 0 1em;
	position:relative;
	padding-bottom:.5em;
}
.program-grid-top {
	margin: 3em 0 0;
}
.program-grid h3:before{
	position: absolute;
    bottom: 0%;
    left: 0%;
    width:40%;
    height: 1px;
    background: #D5D5D5;
    content: '';
}
.program-grid p{
	font-size:14px;
	color:black;
	line-height:1.8em;
	margin:0;
}
.program-grid p span{
	display:block;
	margin:1em 0 0;
}
.program-grid ul .program-grid-improtant{ 
	color:red !inportant;
}
.program-grid ul li, .landing-text-container ul li{
	list-style-type:none;
	margin-bottom:1em;
	color:black;
	font-size:14px;
	font-weight: 300;
}
.program-grid ul a li:hover {
	color:red;
}
.program-grid ul li i, .landing-text-container ul li i{
	color: #004000;

    margin-right: 1em;
}
.glyphicon-no {
	color:#F7F7F9 !important;
}
.landing-text-container ul {
	padding: 1em 0 2em;
}
.program-grid ul li span{
	display:block;
	margin-left: 3em;
}
.program-grid ul li a{
	color:black;
	text-decoration:none;
}
.program-grid ul li a:hover{
	color:#333;
}

.program-grid-left{
	float:left;
	width:33.33%;
	padding:.3em;
}

.program-grid-left img:hover{
	opacity:0.8;
}

.p-reverse{
	padding: 0 1em 0;
	text-align:right !important;
	color:#999;
}
/*-- Kvazi-Figcaption --*/
.demo-1-991px {
	display: none;
}
.container-kvazi-figcaption {
	text-align:center;
	margin-bottom: 2em;
}
.kvazi-figcaption-991px {
	position: absolute;
	left:0px;
	top:0px;
	width: 360px;
	height: 360px;
	background: #2c3f52;
    color: #fff;
	padding-top:90px;
}
.container-kvazi-figcaption:nth-child(3) {
	margin-bottom: 0em !important;
}
.kvazi-figcaption-991px  h3 {
	font-size: 1.4em;
	padding: 0;
	color: #fff !important;
}
.kvazi-figcaption-991px  .span-kvadro {
	font-size: 0.8em;
	padding-top: 0.8em;
	display: block;
}

.kvazi-figcaption-991px  a {
	margin-top: 30px;
}
.landing-product-cover-img-kvadro{
	width: 362px;
	height: 362px;
    border-radius: 5px;
    border: 1px solid #BDBDBD;
	text-align: center;
    margin: auto;
	position:relative;
}
.landing-product-cover-img-kvadro img{
	position: relative;
	width: 360px;
	height: 100%;
}
/*-- //Kvazi-Figcaption --*/
.row-detailed {
	display:none;
}
/*--- Footer --*/
footer {
	background:white;
	padding:3em 0;
    width:100%; 
    height:10%;
	border-top: 2px solid #BDBDBD;
    float: above;
	clear: both;
	z-index:auto;
}

.footer{
	background:#2E2E2E;
	padding:3em 0em 0em 0em;
}



.footer-grid h3{
	font-size:2em;
	color:#333;
	margin:0 0 1em;
	position:relative;
	padding-bottom:.5em;
}
.footer-grid h3:before{
	position: absolute;
    bottom: 0%;
    left: 0%;
    width:30%;
    height: 1px;
    background: #828282;
    content: '';
}

.footer-grid p{
	font-size:14px;
	color:#999;
	line-height:1.8em;
	margin:0;
}
.footer-grid p span{
	display:block;
	margin:1em 0 0;
}
.footer-grid ul li{
	list-style-type:none;
	margin-bottom:1em;
	color:#999;
	font-size:14px;
}
 .callback-glyphicon {
	background-color: #008000;
	color:white !important;
	border: 1px solid white !important;
}

.footer-grid ul li i{
	color: #999;
    border: 1px solid #999;
    padding:.5em;
    border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
    margin-right: 1em;
}

.footer-grid ul li span{
	display:block;
	margin-left: 3em;
}
.footer-grid ul li a{
	color:#999;
	text-decoration:none;
}
.footer-grid ul li a:hover{
	color:#333;
}

.footer-grid-left{
	float:left;
	width:33.33%;
	padding:.3em;
}
.footer-grid-hotels .footer-grid-left {
	margin-right: .5em;
}
.footer-grid-hotels .row p{
	font-size: 1.1em;
}
.footer-grid-hotels a h3:hover{
	color: #008000;
}
.footer-grid-hotels a p:hover {
    color: #333;
}
.footer-grid-hotels .row{
	margin-right: 0;
    margin-left: 0;
}
.footer-grid-left img:hover{
	opacity:0.8;
}

.footer-logo{
	text-align:center;
	margin:3em 0;
}
.footer-logo h2 a{
	font-size: 2em;
    color:#575757;
    text-decoration: none;
    position: relative;
	font-weight:400;
}
.footer-logo h2{
	position:relative;
}
.footer-logo h2 a span{
	margin: 3px 0 0;
	display:block;
	font-size:.2em;
	letter-spacing:5px;
	text-transform:uppercase;
}
.footer-logo h2:before,.footer-logo h2:after{
	content: '';
    width: 20%;
    height: 4px;
    border-top: 1px solid #575757;
    border-bottom: 1px solid #575757;
    position: absolute;
    top: 60%;
}
.footer-logo h2:before{
    left: 0%;
}
.footer-logo h2:after{
    right: 0%;
}
.copy-right p{
	text-align:center;
	color:#999;
	margin:0;
	line-height:1.8em;
}
.copy-right p a{
	color:#fff;
	text-decoration:none;
}
.copy-right p a:hover{
	color:#999;
}
.grid-br-display-margin {
		display:none;
		font-weight: 400;
	}
/*--- //Footer --*/


/*-----start-responsive-design------*/
@media (max-width:1440px){
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 45%;
	}
}
@media (max-width:1366px){
	.sb-search {
		right: 20%;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 50%;
	}
	.products-right-grid1:hover:before {
		height: 62% !important;
	}
}
@media (max-width:1280px){
	.banner-info {
		margin: 4em 0 0;
	}
	.banner {
		min-height: 630px;
	}
	.banner1, .banner2, .banner-water, .banner-mountain {
		min-height: 530px;
	}	
	.example1 {
	margin:12em 0 0;
	}
	.container-banner-aboutus-label {
	position:absolute;
	top:75%;
	z-index:3;
}
	
}
@media (max-width:1199px){
	.grid-landing-product {
		padding: 20px 0 20px;
		max-width: 1300px;
		margin: 0 auto;
		list-style: none;
		text-align: center;
	}
	.grid-br-display-margin {
		display:block;
		margin-left:3em !important;
	}
	.grid-gmail-font {
		font-size: 12px;
	}
	.grid-br-display-font {
		display:none;
	}
	}
@media (max-width:1180px){
	.logo-nav-left{
		width: 30% ;
		min-height: 50px;
		margin-bottom: 20px;
		float:left;
		padding: 13px 0 0;
	}
	.logo-nav-left h1 a {
		font-size: 1.2em;
	}
	.logo-nav{
		padding: 0 0 0;
	}
	.banner-aboutus-label {
		width: 150px;
		font-size: 1.4em;
		padding: 0.1em;
	}
	.container-banner-aboutus-label {
		position:absolute;
		top:75%;
		z-index:3;
	}
	.scroll-top-title {
		padding: 15px 0 15px;
		width: 80px;
	}
	.scroll-top-title-p  {
		position: absolute;
		left: 30px;
		top: 15px;
	}

	.scroll-top-glyphicon {
		position: absolute;
		left: 5px;
		top: 14px;
	}

	}
@media (max-width:1080px){
	.scroll-top {
		display:none !important;
	}
	.logo-nav-left h1 a span {
		letter-spacing: 9px;
	}
	.navbar-collapse {
		padding: 0;
	}
	.navbar-nav > li > a {
		padding: 28px 15px 0;
	}
	.sb-search {
		right: 18%;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 55%;
	}
	.banner-product-position {
		position: absolute;
		left:2%;
		width: 98%;
		top:180px;
	}
	.banner-product-pre-info{
		text-align:center;
	}
	.banner-product-info{
		width:250px;
		padding: 0 0 0.5em;
	}
	/*.banner-product-info:after{
		content:'';
		position: absolute; 
		left: 0%; bottom: -145px; 
		border: 125px solid transparent; 
		border-top: 20px solid white;
	} */
	.banner-product-info-up{
		margin: 0.8em 1em 0;
		padding: 0.6em 0 0.6em;
		text-align:center;
	}
	.banner-product-info-up h3{
		font-size: 22px;
	}
	.banner-product-info-down{
		margin: 0 1em 0.6em;
		padding: 0.6em 0 0.6em;
		text-align:center;
	}
	.banner-product-info-down li{
		list-style-type: none;
		font-size:13px;
		line-height:1.5em;
		margin:0 0 0;
	}
	.banner-product-info-down p{
		font-size:10px;
		line-height:1.5em;
		text-transform:uppercase;
		float:none;
		margin:0 0 0;
	}
	.banner-product-info-down .row{
		margin-right: 0 !important;
		margin-left: 0 !important;
		margin-top: 0.5em;
		padding: 0.7em 0 0;
	}
	.banner-product-info-price{
		padding: 0.4em;
	}
	.banner-product-info-order {
		font-size: 13px;
		text-decoration: none;
		text-transform: uppercase;
		text-align:center;
		padding: 0.4em 0.5em 0.4em;
	}
	.banner-info h3 {
		font-size: 4.5em;
	}
	.banner-info1 p {
		font-size: 1.5em;
	}
	.banner-info {
		margin: 4em 0 0;
	}
	.example1 {
	margin:13em 0 0;
	}
	.banner {
		min-height: 555px;
	}
	.banner1, .banner2, .banner-water, .banner-mountain{
		min-height: 475px;
	}
	.banner-bottom, .new-collections, .checkout, .collections-bottom, .timer, .register, .products, .typo, .single, .login, .single-related-products {
		padding: 4em 0;
	}
	.mail{
		padding: 0 0 1em;
	}
	.grid figure {
		min-width: 310px;
	}
	.grid figure h3 i {
		font-size: .4em;
		letter-spacing: 4px;
	}
	figure.effect-julia h3 {
		padding: 0em 0 1em;
	}
	figure.effect-julia p {
		font-size: 57%;
	}
	.banner-bottom-grid-left1-pos1 {
		padding: .8em;
	}
	.banner-bottom-grid-right {
		width: 31.4%;
	}
	.grid-left-grid1-pos p {
		font-size: 1.5em;
	}
	.banner-bottom-grid-left1 {
		width: 32%;
	}
	.container-landing-product h3 {
		font-size: 2.6em;
	}
	.small3-text-link {
		font-size: 1.2em;
		padding-top:3%;
	}
	.new-collections-grid1-left p a{
		margin: 1em 0 0;
		padding: 0em 1em;
		width: 65%;
		text-align: center;
		display:block;
	}
	.new-collections-grid1 p {
		font-size: 12px;
	}
	.new-collections-grid1:hover:before {
		height:61%;
	}
	.new-collections-grid1:before {
		height:65%;
	}
	.new-collections-grid1-left {
		margin: 0.5em 0 .8em;
	}
	.new-collections-grid1-sub {
		float: left;
		width: 48.2%;
	}
	.new-collections-grid1-image-pos a {
		padding: 7px 20px;
	}
	.new-collections-grid1-image-pos {
		top: 40%;
		left: 22%;
	}
	.new-collections-grid1-right {
		bottom: 37%;
		left: 28%;
	}
	.new-collections-grid1-image-pos1 {
		left: 37% !important;
	}
	.new-collections-grid1-right-rate {
		left: 39.5% !important;
	}
	.timer-grid-left h3 a {
		font-size: 1.3em;
	}
	.timer-grid-left-price p a {
		padding: .5em 1em;
		margin: 0;
		width: auto;
		display: -webkit-inline-box;
	}
	.collections-bottom-grid h3 {
		font-size: 2.5em;
	}
	.collections-bottom-grids {
		min-height: 425px;
	}
	.newsletter form {
		width: 72%;
	}
	.footer-grid h3 {
		font-size: 1.7em;
		font-weight:300;
	}
	.footer-grid-sub-grid-right h4 a {
		font-size: .9em;
	}
	.footer-logo {
		margin: 2em 0 3em;
	}
	.footer-logo h2:before, .footer-logo h2:after {
		width: 20%;
	}
	.filter-price h3 {
		padding: 0 !important;
	}
	.products-right-grids-position1 h4 {
		width: 63%;
	}
	.products-right-grids-position1 p {
		width: 100%;
	}
	.products-right-grids-position1 {
		top: 35%;
	}
	.products-right-grids-pos {
		left: 12% !important;
	}
	.products-right-grids-pos-right {
		left: 21% !important;
	}
	.products-right-grid1:hover:before {
		height: 56% !important;
	}
	.men-position-pos {
		top: 20%;
	}
	.single-right-left h3 {
		font-size: 1.8em;
	}
	.colr {
		margin-right: 0.4em;
	}
	.bootstrap-tab-text-grids {
		margin: 2em 0 0 0em;
	}
	.add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
		width: 48.4%;
	}
	.checkout-left-basket {
		width: 40%;
	}
	.login-form-grids {
		width: 60%;
	}
	.dropdown-menu.columns-3{
		left: -110%;
	}
	.container-banner-aboutus-label {
	position:absolute;
	top:70%;
	z-index:3;
	}
}
@media (max-width:1024px){
	.demo-1-991px {
		display: block;
	}
	.demo-1 {
		display:none;
	}
	.kvazi-figcaption-991px {
		background: rgba(0,0,0,0.5);
		color: #fff;
	}
	.kvazi-figcaption-991px h3 {
		font-size: 1.4em; 
	}
	.container-kvazi-figcaption {
		display: inline-block;
	}
	.kvazi-figcaption-991px {
		height: 300px;
		width: 300px;
	}
	.landing-product-cover-img-kvadro{
		width: 302px;
		height: 302px;
		border-radius: 5px;
		border: 1px solid #BDBDBD;
		text-align: center;
		margin: auto;
		position:relative;
	}
	.landing-product-cover-img-kvadro img{
		position: relative;
		width: 300px;
		height: 100%;
	}
	.landing-product-kvadro {
		padding: 5em 23px 0 !important;
	}
	.kvazi-figcaption-991px {
		padding-top:70px;
	}
	.banner-bottom-grid-left1-pos1 p,.banner-bottom-grid-left1-pos p {
		font-size: 1.8em;
	}
	.header-right {
		width: 16%;
	}
	.dropdown-menu.columns-3 {
		left: -150%;
	}
	ul.multi-column-dropdown a h6, ul.multi-column-dropdown-bottom a h6 {
		font-weight:200;
	}
	.landing-product-cover-img-item:hover i , .landing-product-cover-img-eco:hover i {
		display:none;
	}
	p {
		font-weight:300;
	}
	
	
}
@media (max-width:1023px){
	.demo-1-991px {
		display: none;
	}
	.demo-1 {
		display:block;
	}
	.landing-product-cover-img-item:hover i , .landing-product-cover-img-eco:hover i {
		display:inline-block;
	}
}
@media (max-width:991px){
	.demo-1-991px {
		display: block;
	}
	.demo-1 {
		display:none;
	}
	.kvazi-figcaption-991px {
		background: rgba(0,0,0,0.5);
		color: #fff;
	}
	.container-kvazi-figcaption {
		display: block;
	}
	.landing-product-kvadro {
		padding: 6em 23px 0;
	}
	.grid-landing-product figure {
		margin: 0 25% 0;
		position: relative;
	}
	.cs-style-1 figcaption {
		height: 100%;
		width: 302px;
		opacity: 0;
		text-align: center;
		-webkit-backface-visibility: visible;
		-moz-backface-visibility: visible;
		backface-visibility: visible;
		-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
		-moz-transition: -moz-transform 0.3s, opacity 0.3s;
		transition: transform 0.3s, opacity 0.3s;
	}
	.grid-br-display-margin {
		margin-left:0em !important;
		display: none;
	}
	.grid-br-display-font {
		display:inline-block;
	}
	.grid-gmail-font {
		font-size: 14px;
	}
	.landing-product-hotel-bottom-padding {
		margin-bottom: 2em;
	}
	.logo-nav-left {
		min-height: 50px;
		margin-bottom: 10px;
		float: left;
		padding: 5px 0 0;
	}
	.logo-nav {
		padding: 0.5em 0 0em;
	}
	.logo-nav-left1 ul li a {
		font-size: 12px;
	}
	.logo-nav-left h1 a {
		font-size: 1.1em;
	}
	.logo-text a{
		font-size: 1.2em;
	}
	.navbar-nav > li > a {
		padding: 20px 10px 0;
	}
	.logo-nav-left1 {
		margin-left: 0em;
	}
	.header-grid-right ul{
	margin: 0.3em 0 0;
	}
	.sb-icon-search,.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search,.sb-search-submit {
		background: #fff url(../images/img-sp.png) no-repeat 0px -101px;
	}
	.sb-search {
		min-width: 35px;
		height: 35px;
	}
	.sb-icon-search, .sb-search-submit {
		width: 35px;
		height: 35px;
	}
	.sb-search-input {
		height: 35px;
	}
	.sb-search {
		right: 21%;
	}
	.header-right {
		width:20%;
	}
	.box_1 h3 {
		font-size: 9px;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 46%;
	}
	.banner-product-position {
		position: absolute;
		left:2%;
		width: 98%;
		top:160px;
	}
	.banner-info h3 {
		font-size: 4em;
	}
	.banner-info h4 {
		font-size: 2.5em;
	}
	.banner {
		min-height: 500px;
	}
	.banner1, .banner2, .banner-water, .banner-mountain  {
		min-height: 450px;
	}
	.banner-info1 p {
		width: 100%;
	}
	.grid figure {
		min-width: 238px;
	}
	figure.effect-julia h3 {
		font-size: 1.6em;
	}
	.grid figure h3 i {
		letter-spacing: 2px;
	}
	.grid figure figcaption {
		padding: 1em;
	}
	.grid figure p {
		letter-spacing: 0px;
	}
	.banner-bottom-grid-left1-pos1 p, .banner-bottom-grid-left1-pos p {
		font-size: 1.5em;
	}
	.banner-bottom-grid-left1-position {
		padding: .5em;
	}
	.banner-bottom-grid-left1 {
		width:31.7%;
		margin: 0 0.5em;
	}
	.banner-bottom-grid-right {
		width: 30.8%;
	}
	.banner-bottom-grid-right {
		width: 31.8%;
	}
	.container-landing-product h3 {
		font-size: 2em;
	}
	.kvazi-figcaption-991px  h3 {
		font-size: 1.4em;
	}
	.landing-product {
		margin-left: 30%;
		margin-bottom: 3em;
	}
	.container-landing-product h6:before{
	left:12%;
	}
	.container-landing-product h6:after{
	right:12%;
	}
	.landing-product-tea{
		margin: auto;
	}
	.container-landing-product-tea{
		margin-bottom: 3em;
	 }
	#container-landing-product-last {
	 margin-bottom: 0;
	}
	.banner-bottom, .new-collections, .checkout, .collections-bottom, .timer, .register, .products, .typo, .single, .login, .single-related-products {
		padding: 3em 0;
	}
	.small3 img {
	width:32.9%;
	height: auto;
	display:inline;
	margin-top: 4px;
	clear: both;
	}
	.new-collections-grid,.products-right-grids-bottom-grid {
		width: 47%;
		margin: 0 auto;
	}
	.new-collections-grids {
		margin: 2em 0 0;
	}
	.new-collections-grid1:hover:before {
		height:69% !important;
	}
	.new-collections-grid1:before {
		height: 70% !important;
	}
	.new-collections-grid1-image-pos {
		left: 31% !important;
	}
	.new-collections-grid1-right {
		bottom: 43% !important;
		left: 34% !important;
	}
	.new-collections-grid1-image-width:before {
		height: 60% !important;
	}
	.new-collections-grid1-image-width:hover:before {
		height: 60% !important;
	}
	.new-collections-grid1-image-width:hover:before {
		height: 52% !important;
	}
	.new-collections-grid1-image-pos1 {
		left: 33% !important;
	}
	.new-collections-grid1-right-rate {
		left: 37.5% !important;
		bottom: 30% !important;
	}
	.new-collections-grid:nth-child(2) {
		margin: 1em auto;
	}
	.dropdown-menu.columns-3 {
		min-width: 700px;
	}
	ul.multi-column-dropdown a h6, ul.multi-column-dropdown-bottom a h6 {
		font-weight:200;
		font-size: 1.1em;
	}
	.new-collections-grid1-sub {
		float: none;
		width: 100%;
	}
	.new-collections-grid1-sub:nth-child(2) {
		margin: 1em 0 0;
	}
	.timer-grid-right {
		width: 60%;
		margin: 2em auto 0;
	}
	.collections-bottom-grid {
		width: 68%;
		margin-left: 2em;
	}
	.collections-bottom-grids {
		min-height: 280px;
		padding: 3.5em 2em 2em;
	}
	.newsletter form {
		width: 100%;
	}
	.footer-grid {
		float: left;
		width: 50%;
	}
	.ecscursion-program .program-grid {
		float: left;
		width: 50%;
	}
	.container-landing-product-with-program:nth-child(2){
		padding: 0 0 0 !important;
	}
	.footer-grid:nth-child(2) {
		margin-bottom: 4em;
	}
	.ecscursion-program .program-grid:nth-child(1) {
		margin-bottom: 2em;
	}
	.ecscursion-program .program-grids-padding {
		padding: 0 0 0;
	}
	.ecscursion-program .program-grid:nth-child(3) {
		clear: left;
	}
	.footer-logo h2 a {
		font-size: 1.8em;
	}
	.footer-logo h2:before, .footer-logo h2:after {
		width: 14%;
	}
	.products-left {
		width: 70%;
		margin: 0 auto 2em;
	}
	.products-right-grids-position1 p {
		width: 90%;
	}
	p.est {
		width: 85%;
	}
	.mail-grid-right {
		width: 50%;
		margin: 0 auto 3em;
	}
	.value-minus, .value-plus {
		height: 25px;
		width: 25px;
		font-size: 10px;
		margin-right: 0;
	}
	.value {
		width: 25px;
		height: 25px;
		padding: 4px 0px;
		line-height: 15px;
		margin-right: 0;
	}
	.quantity-select .entry.value-plus:after {
		height: 6px;
		top: 60%;
		margin-top: -4px;
	}
	.quantity-select .entry.value-minus:before, .quantity-select .entry.value-plus:before {
		width: 6px;
		margin-left: -3px;
	}
	.login-form-grids {
		width: 75%;
	}
	.mail-grids-991-less {
		display:none;
		text-align:center;
	}
	.mail-grids-input-991-more {
		display: block;
		position: relative;
		top: 500px;
		margin: auto;
	}
	}
	.mail h3 {
		text-align: center;
		color:#222;
		margin: 0;
		position: relative;
		font-size: 2em;
	}
	.landing-product-cover-img-item-go p {
		font-size: 0.7em;
	}
	.banner-aboutus-label {
	width: 140px;
	font-size: 1.3em;
	padding: 0.1em;
	}
}
@media (max-width:800px){
	.dropdown-menu.columns-3 {
		min-width: 670px;
		padding: 1em 2em 2em;
	}
	ul.multi-column-dropdown h6, ul.multi-column-dropdown-bottom h6{
		font-size: 0.8em;
	}
	.sb-search {
		right: 14%;
	}
	.header-grid {
		padding: 1em 0;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 57%;
	}
	.banner-product-position {
		position: absolute;
		left:2%;
		width: 98%;
		height: 40%;
		top:130px;
	}
	.banner-info h3 {
		font-size: 3.5em;
	}
	.banner-info {
		margin: 3em 0 0;
	}
	.banner {
		min-height: 470px;
	}
	.banner1, .banner2, .banner-water, .banner-mountain{
		min-height: 420px;
	}
	.example1{
		margin: 7em 0 0;
	}
	.dropdown-menu {
		left: -90%;
	}
	.single-right-left {
		float: left;
		width: 45%;
	}
	.single-right-left:nth-child(2){
		width:55%;
	}
	.add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
		width: 48.68%;
	}
}
@media (max-width:768px){
	.landing-product-cover-img-kvadro{
		width: 302px;
		height: 302px;
		border-radius: 5px;
		border: 1px solid #BDBDBD;
		text-align: center;
		margin: auto;
		position:relative;
	}
	.landing-product-cover-img-kvadro img{
		position: relative;
		width: 300px;
		height: 100%;
	}
	.logo-nav-left h1 a {
		font-size:0.9em;
	}
	.navbar-nav > li > a {
		padding: 20px 9px 0;
	}
	.men-position-pos {
		top: 41%;
	}
	.men-position-pos h4:after {
		width: 80%;
		right: -5%;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 58%;
	}
	.dropdown-menu {
		left: -100%;
	}
	.landing-product-cover-img-item:hover i , .landing-product-cover-img-eco:hover i {
		display:none;
	}
	.container-kvazi-figcaption-991px {
		text-align: center;
		margin:auto;
		padding:auto;
	}
	.kvazi-figcaption-991px {
		height: 300px;
		width: 300px;
	}
	.mail-grids-input-991-more {
		position: relative;
		top: 480px;
	}
@media (max-width:767px){
	.landing-product-display{
		margin: 0 0 0;
	}
	.landing-product-cover-img-item:hover i , .landing-product-cover-img-eco:hover i {
		display:inline-block;
	}
	.logo-nav-left1 ul li a {
		font-size: 14px;
	}
	.logo-text {
		display: none;
	}
	.logo-nav-left{
		width: 10%;
		min-height: 50px;
		margin-bottom: 0;
		float:left;
		padding: 0 0 0;
	}
	.banner-product-info-down .row{
		margin-right: 0 !important;
		margin-left: 0 !important;
		margin-top: 0.5em;
		padding: 0.7em 0 0 !important;
	}
	.row {
		margin-right:0px !important;
		margin-left:0px !important;
		padding: 0 !important;
	}
	.landing-product-kvadro {
		padding: 5em 23px 0 !important;
	}
	.kvazi-figcaption-991px {
		padding-top:70px;
	}
	.dropdown-menu {
	/*	background-color: white !important;
		left: 0%;
		border-right: 1px solid #DFDFDF !important;
		border-left: 1px solid #DFDFDF !important;
	*/
		padding: 0 0 1em !important;
	}
	.navbar-nav {
		margin: 1em 0 0;
		background: #DFDFDF;
		text-align: center;
		padding-bottom: 1em;
	}
	.dropdown-menu.columns-3 {
		min-width: 200px;
		text-align: center;
	}
	ul.dropdown-menu .row{
		max-width:100% !important;	
	}
	ul.dropdown-menu .col-sm-3{
		max-width:100% !important;	
		margin: 0 !important;
		padding: 0 !important;
		left: +0% !important;
	}
	ul.multi-column-dropdown h6, ul.multi-column-dropdown-bottom h6{
		width:60%;
		border-bottom: 1px solid #C3C3C3;
		margin: 2em 0 0 20% !important;
		padding:0 0 1em;
	}
	ul.multi-column-dropdown {
		margin:  0;
	}
	.logo-nav-left1 {
		width: 70%;
	}
	
	.navbar-default .navbar-toggle {
		border-color: #212121;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #212121;
	}
	.logo-nav {
		padding: 1em 0;
	}
	.sb-search {
		right: 17%;
		margin-top:1em;
	}
	.search-box {
		margin-top:0;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 55%;
	}
	.box_1 h3 {
		font-size: 13px;
	}
	.header-right {
		width: 20%;
	}
	.navbar {
		margin-bottom: 0;
	}
	
    .landing-product {
		margin-left: 25%;
	}
	.landing-product-category {
	margin: 0 0 1em;
	}	
	.banner-aboutus-label {
	width: 140px;
	font-size: 1.3em;
	padding: 0.1em;
	}
	.container-banner-aboutus-label {
	position:absolute;
	top:70%;
	z-index:3;
	}
}
@media (max-width: 736px){

	.row {
		margin-right:0px !important;
		margin-left:0px !important;
		padding: 0 !important;
	}
	.landing-product-kvadro {
		padding: 5em 23px 0 !important;
	}
	.logo-nav-left1 {
		width:70%;
	}
	.sb-search {
		right:21%;
	}
	/*--------.navbar-collapse.in {
	
		width:150%;
	} ---------*/
	.header-right {
		width: 20%;
	}
	.dropdown-menu.columns-3 {
		min-width: 200px;
		text-align: center;
	}
	ul.dropdown-menu .row{
		max-width:100% !important;	
	}
	ul.dropdown-menu .col-sm-3{
		max-width:100% !important;	
		margin: 0 !important;
		padding: 0 !important;
		left: +0% !important;
	}
	ul.multi-column-dropdown h6, ul.multi-column-dropdown-bottom h6{
		width:60%;
		border-bottom: 1px solid #C3C3C3;
		margin: 2em 0 0 20% !important;
		padding:0 0 1em;
	}

	.small3 img {
		width:100%;
		height: auto;
		display:inline;
		margin-top: 4px;
		clear: both;
	}
	.small3-text-link {
		font-size: 1.8em;
		padding-top:13%;
	}
	.banner-aboutus-label {
	width: 140px;
	font-size: 1.5em;
	padding: 0.1em;
	}
	.container-banner-aboutus-label {
	position:absolute;
	top:60%;
	z-index:3;
	}
	.landing-product-cover-img-item:hover i , .landing-product-cover-img-eco:hover i {
		display:none;
	}
	.container-landing-product h6:before{
	left:12%;
	width: 10%;
	}
	.container-landing-product h6:after{
	right:12%;
	width: 10%;
	}
	.mail-grid-right {
		width: 60%;
	}
}
@media (max-width:735px){
	.landing-product-cover-img-item:hover i , .landing-product-cover-img-eco:hover i {
		display:inline-block;
	}
}
@media (max-width:667px){
	.landing-product-cover-img-item:hover i , .landing-product-cover-img-eco:hover i {
		display:none;
	}
	.logo-nav-left1 {
		width: 69%;
	}
	.header-right {
		width: 21%;
	}
	ul.dropdown-menu .row{
		max-width:100% !important;	
	}
	ul.dropdown-menu .col-sm-3{
		max-width:100% !important;	
		margin: 0 !important;
		padding: 0 !important;
		left: +0% !important;
	}
	ul.multi-column-dropdown h6, ul.multi-column-dropdown-bottom h6{
		width:50%;
		border-bottom: 1px solid #C3C3C3;
		margin: 2em 0 0 25% !important;
		padding:0 0 1em;
	}
	.landing-text-container{
	 padding: 2em 1em 2em 2em;
	}
}
@media (max-width:666px){
	.landing-product-cover-img-item:hover i , .landing-product-cover-img-eco:hover i {
		display:inline-block;
	}
}
@media (max-width: 640px){
	.landing-text-container .row .col-xs-4 {
		width: 100% !important;
		margin: 1em 0 0;
		text-align: center;
	}
	.landing-tour-example {
		width: 80%;
		height: auto;
		transition: 0.5s linear;
		z-index:99;
	}
	.landing-tour-example:hover {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 103;
	}
	.header-right {
		width: 25%;
	}
	.logo-nav-left1 {
		width: 65%;
	}
	.banner-product-position {
		position: absolute;
		left:2%;
		width: 98%;
		top:120px;
	}
	.banner-info h3 {
		font-size: 3em;
	}
	.banner-info h4 {
		font-size: 2em;
	}
	.banner-info1 p {
		font-size: 1.2em;
	}
	.banner {
		min-height: 410px;
	}
	.banner1, .banner2, .banner-water, .banner-mountain  {
		min-height: 400px;
	}
	.example1 {
		margin: 7em 0 0;
	}
	.banner-bottom-grid-left {
		float: none;
		width: 100%;
	}
	.grid figure {
		min-width: 330px;
		margin: 0 auto;
	}
	.grid figure figcaption {
		padding: 2em;
	}
	.banner-bottom-grid-left1 {
		margin: 1em auto;
		float: none;
	}
	.banner-bottom-grid-left1-pos1 p, .banner-bottom-grid-left1-pos p {
		font-size: 1.6em;
	}
	.banner-bottom-grid-left1-pos1 {
		padding: 2em;
	}
	.banner-bottom-grid-right {
		float: none;
		margin: 0 auto;
	}
	.banner-bottom-grid-right,.banner-bottom-grid-left1{
		width: 55%;
	}
	.container-landing-product h3:before, .single-related-products h3:before {
		left: 5%;
	}
	.container-landing-product h3:after, .single-related-products h3:after{
		right: 5%;
	}
	.new-collections-grid, .products-right-grids-bottom-grid {
		width: 50%;
	}
	.new-collections-grid1-image-width:before {
		height: 55% !important;
	}
	.new-collections-grid1-image-width:hover:before {
		height: 48% !important;
	}
	.collections-bottom-grid {
		width: 84%;
	}
	.collections-bottom-grid h3 {
		font-size: 2em;
	}
	.navbar-nav > li > a {
		padding: 14px 0 0;
	}
	.newsletter input[type="email"] {
		width: 72%;
	}
	.footer-logo{
		padding:1em 0 1em;
		border-top: 2px solid #BDBDBD;
		border-bottom: 2px solid #BDBDBD;
	}
	.footer-logo h2:before, .footer-logo h2:after {
		width: 0%;
	}
	.footer-logo h2 a {
		font-size: 1.5em;
	}
	.new-collections-grid1 p {
		font-size: 14px;
	}
	.dropdown-menu.columns-3 {
		min-width: auto;
	}
	.breadcrumbs {
		padding: 1em 0;
	}
	.breadcrumb1 {
		padding: 0;
	}
	.new-collections-grid1:before {
		height: 66% !important;
	}
	.men-position-pos h4 {
		font-size: 1.7em;
	}
	.men-position-pos {
		top: 37%;
		left: 8%;
	}
	.products-right-grids-position1 p {
		width: 100%;
	}
	.products-right-grids-position1 {
		left: 5%;
	}
	h3.title:before, .login h3:before {
		left: 17%;
	}
	h3.title::after, .login h3:after {
		right: 17%;
	}
	.mail h3:before {
		left: 5%;
	}
	.mail h3:after {
		right: 5%;
	}
	.mail-grid-right {
		width: 80%;
	}
	.mail iframe {
		min-height: 200px;
	}
	.quantity-select .entry.value-minus:before, .quantity-select .entry.value-plus:before {
		margin-left: -4px;
	}
	.quantity-select .entry.value-plus:after {
		margin-top: -4px;
	}
	.checkout-left-basket {
		width: 55%;
	}
	.register h3:before {
		left: 15%;
	}
	.register h3:after {
		right: 15%;
	}
	.single-right-left {
		float: none;
		width: 60%;
	}
	.single-right-left:nth-child(2) {
		width: 100%;
		margin:2em 0 0;
	}
	.single-right-left h3 {
		font-size: 1.6em;
	}
	.single-right-left h4 {
		font-size: 1.3em;
	}
	.colr {
		margin-right: 2em;
	}
	.add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
		width: 48.3%;
	}
	 .imagezoom-view {
		display: none;
	}
}
@media (max-width:600px){
	.container-landing-product-with-program:nth-child(7){
		padding: 1em 0 0 !important;
	}
	.landing-product-cover-img-item:hover i , .landing-product-cover-img-eco:hover i {
		display:none;
	}
	.emblema-full {
		display:none;
	}
	.emblema-600 {
	display:block;
	}
	.header-grid-left ul li {
		margin: 0 0.6em;
	}
	.banner-product-position {
		position: absolute;
		left:2%;
		width: 98%;
		top:120px;
	}
	.banner-product-pre-info{
		text-align:center;
	}
	.banner-product-info{
		width:200px;
		padding: 0 0 0.2em;
	}
	/*.banner-product-info:after{
		content:'';
		position: absolute; 
		left: 0%; bottom: -120px; 
		border: 100px solid transparent;
		border-top: 20px solid white;
	} */
	.banner-product-info-up{
		margin: 0.7em 0.8em 0;
		padding: 0.5em 0 0.5em;
	}
	.banner-product-info-up h3{
		font-size: 20px;
	}
	.banner-product-info-down{
		margin: 0 0.8em 0.3em;
		padding: 0.5em 0 0.5em;
	}
	.banner-product-info-down li{
		list-style-type: none;
		font-size:13px;
		line-height:1.5em;
		margin:0 0 0;
	}
	.banner-product-info-down p{
		font-size:10px;
		line-height:1.5em;
		text-transform:uppercase;
		float:none;
		margin:0 0 0;
	}
	.banner-product-info-down .row{
		margin-right: 0 !important;
		margin-left: 0 !important;
		margin-top: 0.5em;
		padding: 0.7em 0 0;
	}
	.banner-product-info-price{
		font-size: 15px;
		padding: 0.4em;
	}
	.banner-product-info-order {
		font-size: 12px;
		text-decoration: none;
		text-transform: uppercase;
		text-align:center;
		padding: 0.4em 0.5em 0.4em;
	}
	.grid-br-display-margin {
		display:block;
		margin-left:3em !important;
	}
	.grid-gmail-font {
		font-size: 12px;
	}
	.grid-br-display-font {
		display:none;
	}
}
@media (max-width:568px){
	.header-grid-left,.header-grid-right {
		float: none;
		text-align: center;
	}
	.header-grid-right {
		margin: 0.2em 0 0;
	}
	.header-grid-left ul li {
		margin: 0 0.7em;
	}
	.logo-nav-left {
		text-align: center;
	}
	.header-right {
		width: 30%;
	}
	.sb-search {
		right: 23%;
	}
	.logo-nav-left1 {
		width: 60%;
	}
	ul.multi-column-dropdown h6, ul.multi-column-dropdown-bottom h6{
		width:60%;
		border-bottom: 1px solid #C3C3C3;
		margin: 2em 0 0 20% !important;
		padding:0 0 1em;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 74%;
	}
	.header-grid-left ul li {
		margin: 0 0.3em;
	}
	.landing-text-container p{
		font-size: 0.9em;
	}
	.landing-product {
		margin-left: 20%;
	} 
	.banner-aboutus-label {
	width: 140px;
	font-size: 1.4em;
	padding: 0.1em;
	}
	.container-banner-aboutus-label {
	position:absolute;
	top:60%;
	z-index:3;
	}
	.container-landing-product h6:before{
	display: none;
	}
	.container-landing-product h6:after{
	display: none;
	}
}
@media (max-width:480px){
	.container-landing-product-with-program:nth-child(7){
		padding: 0 0 0 !important;
	}
	.header-grid-left,.header-grid-right {
		float: none;
		text-align: center;
	}
	.header-grid-left ul li {
		margin: 0 0.7em;
	}
	.logo-nav-left {
		text-align: center;
	}
	.sb-search {
		right:30%;
	}
	.header-right {
		width: 35%;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 67%;
	}
	.logo-nav-left1 {
		width: 55%;
	}
	.banner-product-position {
		position: absolute;
		left:2%;
		width: 98%;
		top:50px;
	}
	.banner-info h3 {
		font-size: 2em;
	}
	.banner-info h4 {
		font-size: 1.8em;
		margin: 0em 0 0 3.5em;
	}
	.banner-info1 p {
		width: 100%;
	}
	.banner-info {
		margin: 2em 0 0;
	}
	.banner {
		min-height: 325px;
	}
	.banner1, .banner2, .banner-water, .banner-mountain  {
		min-height: 325px;
	}
	.banner-wrap {
		padding: 0px 0 3em;
	}
	.banner-bottom-grid-right, .banner-bottom-grid-left1 {
		width: 76%;
	}
	.container-landing-product h3 {
		font-size: 1.8em;
	}
	.container-landing-product h3:before, .container-landing-product h3:after, h3.title:before, h3.title:after, .mail h3:before, .mail h3:after, .single-related-products h3:before, .single-related-products h3:after, .login h3:before, .login h3:after, .register h3:before, .register h3:after {
		width: 0%;
	}
	.container-landing-product h3:before, .single-related-products h3:before {
		left: 2%;
	}
	.container-landing-product h3:after, .single-related-products h3:after {
		right: 2%;
	}
	.banner-bottom, .new-collections, .checkout, .collections-bottom, .timer, .register, .products, .typo, .mail, .single, .login, .single-related-products {
		padding: 2em 0;
	}
	.new-collections-grid, .products-right-grids-bottom-grid {
		width: 72%;
	}
	p.est {
		width: 100%;
	}
	.new-collections-grid1-image-width:before {
		height: 56% !important;
	}
	.new-collections-grid1-image-width:hover:before {
		height: 50% !important;
	}
	.landing-product  {
		margin-left: 3%;
	} 
	.timer-grid-left h3 a {
		font-size: 1em;
	}
	.timer-grid-right {
		width: 85%;
	}
	.collections-bottom-grid h3 {
		font-size: 1.6em;
	}
	.collections-bottom-grids {
		min-height: 217px;
		padding: 2.5em 2em 2em;
	}
	.newsletter h3 {
		font-size: 1.6em;
	}
	.newsletter {
		padding: 1.5em;
	}
	.newsletter input[type="submit"] {
		padding: 8px 0;
		font-size: 14px;
		width: 21%;
		margin-left: 1em;
	}
	.newsletter input[type="email"] {
		width: 68%;
	}
	.footer-grid h3 {
		font-size: 1.5em;
	}
	.footer {
		padding: 2em 0;
	}
	.footer-grid {
		float: none;
		width: 100%;
	}
	.ecscursion-program .program-grid {
		float: none;
		width: 100%;
		margin: 2em 0;
	}
	.ecscursion-program .program-grid:nth-child(1) {
		margin: 0 0 2em !important;
	}
	.footer-grid:nth-child(2) {
		margin: 2em 0;
	}
	.footer-grid:nth-child(3) {
		margin: 0em 0 2em;
	}
	.ecscursion-program .program-grid:nth-child(2) {
		margin: 2em 0;
		min-height: auto;
	}
	.ecscursion-program .program-grid:nth-child(3) {
		margin: 0em 0 2em;
	}
	.footer-grid-sub-grid-right h4 a {
		font-size: 1.1em;
	}
	.footer-grid-sub-grid-right {
		margin: 3em 0 0;
	}
	.footer-logo h2 a {
		font-size: 1.3em;
	}

	.footer-logo {
		margin: 2em 0 2em;
	}
	.grid-br-display-margin {
		margin-left:0em !important;
		display: none;
	}
	.grid-br-display-font {
		display:inline-block;
	}
	.grid-gmail-font {
		font-size: 14px;
	}
	.categories h3, .filter-price h3, .new-products h3 {
		font-size: 1.2em;
		letter-spacing: 2px;
	}
	.products-left {
		width: 100%;
	}
	.categories {
		margin: 2em 0;
	}
	.men-position {
		margin: 2em 0 0;
	}
	.sorting-left {
		width: 40%;
	}
	.sorting {
		width: 50%;
	}
	.products-right-grids-position1 h4 {
		width: 75%;
		font-size: 1.2em;
	}
	.products-right-grids-position1 {
		top: 22%;
	}
	ul.paging {
		margin: 3em auto 0;
	}
	h3.title:before, .login h3:before {
		left: 8%;
	}
	h3.title::after, .login h3:after {
		right: 8%;
	}
	.mail h3:before {
		left: 3%;
	}
	.mail h3:after {
		right: 3%;
	}
	.mail-grid-left input[type="submit"] {
		font-size: 14px;
		width: 100%;
	}
	.mail-grid-right {
		width: 80%;
	}
	.timetable_sub th, .timetable_sub td {
		display: block;
	}
	.timetable_sub th {
		border-right: none;
		border-bottom: 1px solid #A95832;
	}
	td.invert-image a img {
		width: 50%;
	}
	.timetable_sub td {
		border: none;
	}
	tr.rem1,tr.rem2,tr.rem3 {
		border: 1px solid #D7D7D7;
		padding-bottom: 2em;
		display: block;
		border-top:none;
	}
	.close1, .close2, .close3 {
		right: 190px;
		top: -4px;
	}
	.quantity-select .entry.value-plus:after {
		margin-top: -5px;
	}
	.quantity-select .entry.value-minus:before, .quantity-select .entry.value-plus:before {
		margin-left: -3px;
	}
	.checkout-left-basket {
		width: 100%;
		float: none;
	}
	.checkout-right-basket {
		float: none;
		margin: 2em 0 0 0em;
		text-align: center;
	}
	.single-right-left {
		width: 90%;
	}
	.colr {
		margin-right: 1em;
	}
	.bootstrap-tab {
		margin: 3em 0 0;
	}
	.bootstrap-tab-text p span {
		margin: 1em 0 0;
	}
	.bootstrap-tab-text h5, .add-review h4 {
		margin: 2em 0 1em;
	}
	.add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
		width: 100%;
	}
	.add-review input[type="email"] {
		margin: 1em 0 0;
	}
	.add-review input[type="submit"] {
		width: 100%;
		font-size: 14px;
	}
	.login-form-grids {
		width: 95%;
		margin: 2em auto 0;
		padding: 2em;
	}
	.login h4 {
		margin: 1.5em 0 0.5em;
		font-size: 1.1em;
	}
	.bootstrap-tab-text-grid:nth-child(2) {
		margin: 2em 0 0;
	}
	.register h3:before {
		left: 5%;
	}
	.register h3:after {
		right: 5%;
	}
	.small3-text-link {
		font-size: 1.5em;
		padding-top:12%;
	}
	.banner-aboutus-label {
	width: 140px;
	font-size: 1.2em;
	padding: 0.1em;
	}
	.container-banner-aboutus-label {
	position:absolute;
	top:50%;
	z-index:3;
	}
	.ecscursion-program .container {
		padding: 1em 2em 0;
	}
	.mail-grids-input-991-more {
		position: relative;
		top: 490px;
	}
@media (max-width: 414px){
	.header-right {
		width: 33%;
	}
	.sb-search {
		right: 36%;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 63%;
	}
	.footer-grid-sub-grid-right h4 a {
		font-size: 0.9em;
	}
	.banner-info h4 {
		font-size: 1.5em;
	}
	.wmuSliderPagination a {
		width: 35px;
	}
	.wmuSliderPagination {
		left: 60%;
	}
	.banner-product-position {
		position: absolute;
		left:2%;
		width: 98%;
		top:20px;
	}
	.banner-info {
		margin: 2em 0 0;
	}
	.banner-info1 p {
		font-size: 1em;
	}
	.banner-wrap {
		padding: 0px 0 2em;
	}
	.banner {
		min-height: 300px;
	}
	.banner1, .banner2, .banner-water, .banner-mountain {
		min-height: 300px;
	}
	.example1 {
		margin: 2em 0 0;
	}
	.banner-bottom-grid-right, .banner-bottom-grid-left1 {
		width: 90%;
	}
	.container-landing-product h3, h3.title, .mail h3, .single-related-products h3, .login h3, .register h3 {
		font-size: 1.6em;
	}
	.new-collections-grid, .products-right-grids-bottom-grid {
		width: 80%;
	}
	.new-collections-grid1-image-width:before {
		height: 50% !important;
	}
	.new-collections-grid1-image-pos1 {
		left: 27% !important;
	}
	.new-collections-grid1-right-rate {
		left: 31.5% !important;
		bottom: 25% !important;
	}
	.collections-bottom-grids {
		background: url(../images/12.jpg) no-repeat -120px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
	.newsletter input[type="email"] {
		width: 92%;
		margin: 0 0 .5em;
	}
	.newsletter input[type="submit"] {
		width: 40%;
		margin-left: 0;
	}
	.collections-bottom-grid {
		margin-left: 0;
	}
	.footer-grid-sub-grid-right {
		margin: 1em 0 0;
	}
	.breadcrumb1{
		margin:0 !important;
	}
	.bootstrap-tab ul li a {
		padding: 9px;
	}
	.bootstrap-tab-text-grid-right p {
		margin: 1em 0 0;
	}
	.sorting-left {
		width: 45%;
		margin-right: 1em;
	}
	.products-right-grids-position1 h4 {
		width: 90%;
	}
	.products-right-grids-position1 p {
		font-size: 12px;
	}
	.products-right {
		padding: 0;
	}
	.mail-grid-right {
		width: 100%;
	}
	.mail-grids {
		margin: 2em 0;
	}
}
@media (max-width:384px){
	.container-landing-product-tea {
		padding: 0;
	}
	.header-right {
		width: 32%;
	}
	.sb-search {
		right: 35%;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 64%;
	}
	.logo-nav {
		padding: 0.5em 0 1em;
	}
	.header-grid-left ul li {
		margin: 0 0.7em .5em;
	}
	.header-grid-right {
		margin: 0.2em 0 0;
	}
}
@media (max-width: 375px){
	.landing-product-cover-img-item-go {
		width:150px;
		text-align:center;
		margin:auto !important;

	}
	.row-detailed {
		display:block;
		text-align:center;
		width:100%;
	}
	.landing-product-cover-img-item-inside .row {
		display:none;
	}
	.logo-nav-left {
		display:none;
	}
	.header-right {
		width:40%;
	}
	.logo-nav-left1 {
		width: 60%;
	}
	.navbar-toggle{
		float: left;
	}
	.navbar-collapse{
	
	}
	.sb-search {
		right: 39%;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 60%;
	}
	.banner-bottom-grid-right, .banner-bottom-grid-left1 {
		width: 100%;
	}
	.container-landing-product h3, h3.title, .mail h3, .single-related-products h3, .login h3, .register h3 {
		font-size: 1.5em;
	}
	.new-collections-grid, .products-right-grids-bottom-grid {
		width: 90%;
	}
	.new-collections-grid1-image-pos {
		left: 26% !important;
	}
	.new-collections-grid1-right {
		left: 31% !important;
	}
	.timer-grid-left,.products-left,.single-right,.single-right-left:nth-child(2),.mail iframe{
		padding: 0;
	}
	.timer-grid-left h3 a {
		font-size: .9em;
	}
	.timer-grid-right {
		width: 100%;
		margin: 1em auto 0;
	}
	.collections-bottom-grid {
		padding: 1em;
	}
	.men-position-pos h4 {
		font-size: 1.8em;
	}
	.men-position-pos h4:after {
		right: 10%;
	}
	.single-right-left h3 {
		font-size: 1.5em;
	}
	.bootstrap-tab-text-grid-right ul li a {
		font-size: 14px;
	}
	.bootstrap-tab-text h5, .add-review h4 {
		font-size: 1.1em;
	}
	.men-position-pos {
		top: 25%;
	}
	.checkout h3 {
		font-size: 14px;
		margin: 0 0 2em;
		line-height:1.5em;
	}
	.close1, .close2, .close3 {
		right: 143px;
	}
	.login-form-grids {
		width: 100%;
		padding: 1em;
	}
	.landing-product-cover-description-eco, .landing-product-cover-description-category{
	padding: 0 1em 1em;
	}
	.container-banner-aboutus-label {
	position:absolute;
	top:40%;
	z-index:3;
	}
	.mail-grid-right1{
	padding:1em;
	}
	.mail-grids-input-991-more {
		position: relative;
		top: 450px;
	}
}
@media (max-width: 320px){
	.landing-product-cover-img-kvadro{
		width: 262px;
		height: 262px;
		border-radius: 5px;
		border: 1px solid #BDBDBD;
		text-align: center;
		margin: auto;
		position:relative;
	}
	.landing-product-cover-img-kvadro img{
		position: relative;
		width: 260px;
		height: 100%;
	}
	.header-grid-left ul li {
		margin: 0 0.7em 0em;
		font-size: 13px;
	}
	.logo-nav-left h1 a {
		font-size: 0.9em;
	}
	.header-right {
		width: 48%;
	}
	ul.social-icons li a.facebook{
	background: url(../images/social_icons.png) no-repeat -0px -0px;
	opacity: 1;
    width: 25px;
    height: 30px;
	}
	.logo-nav-left1 {
		width: 40%;
	}
	.sb-search {
		right: 4%;
		margin-top: 0.5em;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width:90%;
	}
	.sb-search-input {
		font-size: 13px;
		padding-left: .5em;
		padding-right: 3em;
	}
	.banner-product-position {
		position: absolute;
		left:2%;
		width: 98%;
		height: 40%;
		top:10px;
	}
	.banner-product-info{
		width:200px;
		padding: 0 0 0.2em;
	}
/*	.banner-product-info:after{
		content:'';
		position: absolute; 
		left: 0%; bottom: -115px; 
		border: 100px solid transparent;
		border-top: 15px solid white; 
	} */
	.banner-product-info-up{
		margin: 0.8em 0.5em 0;
		padding: 0.5em 0 0.5em;
	}
	.banner-product-info-up h3{
		font-size: 18px;
	}
	.banner-product-info-down{
		margin: 0 0.5em 0.3em;
		padding: 0.5em 0 0.5em;
	}
	.banner-product-info-down li{
		list-style-type: none;
		font-size:13px;
		line-height:1.5em;
		margin:0 0 0;
	}
	.banner-product-info-down p{
		font-size:10px;
		line-height:1.5em;
		text-transform:uppercase;
		float:none;
		margin:0 0 0;
	}
	.banner-product-info-down .row{
		margin-right: 0 !important;
		margin-left: 0 !important;
		margin-top: 0.5em;
		padding: 0.5em 0 0;
	}
	.banner-product-info-price{
		font-size: 14px;
		padding: 0.4em;
	}
	.banner-product-info-order {
		font-size: 12px;
		text-decoration: none;
		text-transform: uppercase;
		text-align:center;
		padding: 0.4em 0.5em 0.4em;
	}
	.banner-info h3 {
		font-size: 1.7em;
	}
	.banner-info1 p {
		font-size: 13px;
	}
	.wmuSliderPagination {
		left: 50%;
	}
	.banner {
		min-height: 260px;
	}
	.banner1, .banner2, .banner-water , .banner-mountain, .banner-mountain {
		min-height: 260px;
	}
	ul.multi-column-dropdown h6, ul.multi-column-dropdown-bottom h6 {
		font-size: 0.8em !important;
		width:60%;
		border-bottom: 1px solid #C3C3C3;
		margin: auto !important;
		padding:0 0 1em;
	}
	.navbar-collapse {
		width:250px;
	}
	.dropdown-menu.columns-3 {
		padding: 0 0.5em;
	}
	.grid figure {
		min-width: 270px;
	}
	.grid figure figcaption {
		padding: 1.5em;
	}
	.banner-bottom-grid-left1-pos1 {
		padding: 1.3em;
	}
	.container-landing-product h3, h3.title, .mail h3, .single-related-products h3, .login h3, .register h3 {
		font-size: 1.3em;
	}
	.container-landing-product h3:before, .single-related-products h3:before {
		left: 0%;
	}
	.container-landing-product h3:after, .single-related-products h3:after {
		right: 0%;
	}
	p.est,.new-collections-grid1 p,.bootstrap-tab-text p,.description p,.color-quality-left ul li a,label.radio,.copy-right p,.categories ul li,.footer-grid-sub-grid-right p,.new-collections-grid1-left p a,.footer-grid ul li,.footer-grid p, .occasion-cart a,.timer-grid-left-price h4 {
		font-size: 13px;
	}
	.bootstrap-tab-text h5, .add-review h4 {
		font-size: 1em;
		margin: 1.5em 0 0.7em;
	}
	.bootstrap-tab ul li a {
		font-size: 14px;
	}
	.color-quality-left,.color-quality-right {
		float: none;
	}
	.description {
		margin: 2em 0 1em;
	}
	.color-quality-right{
		margin:1em 0 0;
	}
	.men-position-pos h4 {
		font-size: 1.5em;
	}
	.men-position-pos h5 {
		font-size: 1.6em;
	}
	.categories ul.cate, .new-products-grids {
		padding: 1em 1em 2em;
	}
	.categories h3, .filter-price h3, .new-products h3 {
		font-size: 1.1em;
		letter-spacing: 1px;
	}
	.footer-logo h2 a {
		font-size: 1.1em;
	}
	.footer-grid-sub-grid-right {
		margin: 0;
	}
	.footer-grid p span {
		display: initial;
		margin: 0;
	}
	.new-collections-grid, .products-right-grids-bottom-grid {
		width: 100%;
	}
	.new-collections-grid {
		padding: 0;
	}
	.new-collections-grid1:hover:before {
		height: 66% !important;
	}
	.new-collections-grid1-image-width:hover:before {
		height: 48% !important;
	}
	.new-collections-grid1-image-width:before {
		height: 45% !important;
	}
	.timer-grid-right {
		margin: 2em auto 0;
	}
	.timer-grid-right-pos h4 {
		font-size: 14px;
	}
	.collections-bottom-grid h3 {
		font-size: 1.3em;
	}
	.collections-bottom-grids {
		background: url(../images/12.jpg) no-repeat -80px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		min-height: 170px;
		padding: 1.5em 1em 0em;
	}
	.new-collections-grid1 h4 a{
		font-size: 14px;
	}
	.newsletter h3 {
		font-size: 1.3em;
	}
	.newsletter {
		padding: 1em;
	}
	.newsletter p,.new-products-grid-right h4 a,select#country, select#country1 {
		font-size: 13px;
	}
	.sorting {
		width: 49%;
	}
	.products-right-grids-position1 h4 {
		width: 93%;
		font-size: 1em;
	}
	.products-right-grids-position1 {
		top: 5%;
	}
	.products-right-grid1-add-cart p, .new-products-grid-right-add-cart p {
		font-size: 1em !important;
	}
	.newsletter input[type="email"] {
		width: 91%;
		font-size: 13px;
	}
	.newsletter p {
		margin: .5em 0 0.5em;
	}
	.newsletter input[type="submit"] {
		width: 55%;
		padding: 5px 0;
		font-size: 13px;
	}
	.footer-grid h3 {
		font-size: 1.3em;
	}
	.footer-grid, .program-grid, .mail-grid-right{
		padding:0;
	}
	.single-right-left {
		width: 100%;
	}
	.single-right-left h4 {
		font-size: 1.1em;
	}
	.add-review input[type="text"],.checkout-left-basket ul li, .add-review input[type="email"],.mail-grid-left input[type="text"], .mail-grid-left input[type="email"], .mail-grid-left textarea, .add-review textarea,.mail-grid-right1 ul.phone-mail li {
		font-size: 13px;
	}
	.checkout-left-basket h4 {
		padding: .7em;
		font-size: 1em;
	}
	.mail-grid-left textarea {
		min-height: 135px;
		text-align: center;
	}
	ul.multi-column-dropdown {
		margin: 1em 0 0;
	}
	ul.multi-column-dropdown-bottom {
		margin: 1em 0 0;
	}
	
	.new-products-grid-right {
		width: 61%;
	}
	ul.paging {
		margin: 2em auto 0;
	}
	.mail-grids {
		margin: 1.5em 0;
	}
	.mail iframe {
		min-height: 140px;
	}
	ul.phone-mail {
		margin: 0 0 1em;
	}
	.mail-grid-right1 ul.phone-mail li {
		margin-bottom: .5em;
	}
	.close1, .close2, .close3 {
		right: 114px;
	}
	.checkout-right-basket a {
		font-size: 14px;
	}
	.login-form-grids h5, .login-form-grids h6 {
		margin: 0 0 1.5em;
	}
	.login-form-grids {
		margin: 1.5em auto 0;
	}
	.login-form-grids input[type="email"],.forgot a,.register-check-box label, .login-form-grids input[type="password"], .login-form-grids input[type="text"]{
		font-size:13px;
	}
	.forgot {
		margin: 1em 0 0;
	}
	.login-form-grids h6 {
		margin: 2em 0 1.5em !important;
	}
	.login-form-grids input[type="submit"],.register-home a {
		font-size: 14px;
	}
	.login h4 {
		font-size: 1em;
	}
	.login p {
		font-size: 12px;
	}
	.logo-nav-left {
		float: left;
		text-align: left;
	}
	.small3-text-link {
		font-size: 1.2em;
		padding-top:12%;
	}
	.landing-text-container p{
		font-size: 0.8em;
	}
	.landing-product-tea{
		width: 282px;
		background-color: white;
		border-radius: 5px;
		border: 1px solid #BDBDBD;
		margin-left: 0;
	}
	.landing-product-cover-description{
		height: 230px;
		padding: 0 2em 0;
	}
	.landing-product-info{
		height: 159px;
	}
	.landing-text-container{
	 padding: 1em 0.5em 1em 1em;
	}
	.landing-product-display .col-xs-12{
		padding-left: 0.5em !important;
	}
	.landing-product-cover-img-tea img{
		overflow: hidden;
		height:280px;
		background-color:white;
		opacity: 1; 
	}
	.landing-product-display{
		margin: 0em 0 0em;
	}
	.container-banner-aboutus-label {
		position:absolute;
		top:30%;
		z-index:3;
	}
	.kvazi-figcaption-991px {
		height: 260px;
		width: 260px;
		padding-top: 50px;
	}
	.landing-product-kvadro {
		padding: 4em 23px 0 !important;
	}
	.mail-grids-input-991-more {
		position: relative;
		top: 405px;
	}
}
@media (max-width: 319px){
	.header-right {
		width: 60%;
	}
}