/* ==============================
   btn for hotel catalogue
   ============================== */
.filters.search-box ul.list-group li div.roundedOne label span span.green i.fa.fa-star{ font-size: 10px;
    position: relative;
    top: -1px;}
.btn-reset-hotel{ width: 190px;}
.btn-page-hotel-1.list-viewthis.col-md-6{ margin: 0 5px 0 10px;
    width: 134px;}
.btn-page-hotel-1.list-viewthis.col-md-6 button{ background: #bdbfbf none repeat scroll 0 0;
    border: 1px solid #a4a8a7;
    padding: 4px!important; font-weight: 600;}
.btn-page-hotel-1.list-viewthis.col-md-6 button:hover{ padding: 4px!important; background: #80b157; border: 1px solid #80b157;}
.btn-page-hotel-2.list-share{     margin: 0;
    width: 125px;}
.list-share a{background: #fff !important; border: 1px solid #80b157; color:#80b157; font-weight: 600;}
.list-share a:hover{background: #80b157 !important; border: 1px solid #80b157; color:#fff; font-weight: 600;}
.list-share a:focus{background: #80b157 !important; border: 1px solid #80b157; color:#fff ; font-weight: 600;}
.list-share.col-md-6 a:hover,.btn-page-hotel-2.list-share.col-md-6 a:focus{padding: 4px!important; background: #80b157 !important; border: 1px solid #80b157; color:#fff;}
#filter.hotel-page .col-md-12{font-size: 12px;
    margin: 0;
    padding: 10px;
    width: 100%; font-weight:500;}
#container > div > div > div > div.btn-page-hotel-1.list-viewthis.col-md-6.col-md-12{ margin: 0 0 10px 0;
    padding: 0 0;
    width: 100%; font-weight:500;}
#filter.hotel-page span.icon-heart-grid.green.grid-view-heart.fav-heart{  position: absolute !important;
    right: 0;
    top: 0 !important;}
div.compare-product-details div.details-tour{ width: 300px; padding: 10px;}	
    #btn-close-modal {
        width:100%;
        text-align: center;
        cursor:pointer;
        color:#79b562;
		font-weight: bold;
    }

	.clearfix{
		clear:both;
	}
	.modal-content{ box-shadow: none !important; border: none !important}
    .modal-products .product{
	   border: 1px solid #8f8f8f !important;
    float: left;
    /*height: 650px;*/
    margin: 10px 5px;
    text-align: left;
    transition: transform 0.2s ease-in-out 0s;
    z-index: 999;
	width: 320px !important;
	padding: 10px;
	background: #fff;
	}
	.product{
	/*	width:22.5%;
		min-height:400px;*/
		background-color:#000;
		width: 100% !important;
		/*border:3px solid #efefef;*/
		/*padding:7px 7px 30px 7px;*/
		position: relative !important;
		/*border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		-o-border-radius:10px;*/
		text-align: center;
    	/*-o-transition: -webkit-transform .2s ease-in-out;
    	-webkit-transition: -webkit-transform .2s ease-in-out;
  		transition: transform .2s ease-in-out;*/
	}
    
	.product h4{
		font-size:22px;
		margin-bottom: 50px;
	}

	.product h4 span{
		/*border-bottom:2px solid #ccc;*/
		padding-bottom:10px;
	}
.compare-overlay {
    background: rgba(128, 177, 87, 0.9) none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 1.3em;
    height: 150px;
    left: 0;
    line-height: 1.2em;
    padding: 50px 10px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
/*#auto > div.col-md-2{ margin: 10px 0 0 0;}*/
#filter > div.container.mb-80 > div.col-md-4.text-left.group-view{margin: 0;
    padding: 0;
    width: 300px;}
.group-view-r span.font-16 {
    float: left;
}
.filter-box-center div.col-md-6.text-left.group-view-r div.dropdown.dropdown-wrap.view-list {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    top: -7px;
}
.group-view div.button-group.layout-mode-button-group div.col-md-6 {
    margin: 0 10px 0 0;
    width: 175px;
}
.product-img{
   		display: block;
    	margin: 0 auto;
		height: 150px;
		width: 100%;
    	/*-webkit-transition: -webkit-transform .2s ease-in-out;
  		transition: transform .2s ease-in-out;*/
		opacity:0.8 !important;
	}
	.product-img:hover{ background: #555; display: block;
    	margin: 0 auto;
    }

	/* rotate and scale product images */
	.modal-products .product-img{
		opacity:1 !important;
	}
	.modal-products .product:hover img{
		opacity:1 !important;
	}
	
	.product:hover img{
		opacity:0.6 !important;
		transition: transform .1s ease-in-out;
	}

	/* rotate and scale product images */
	/*.product:hover img{
		transform:rotate(8deg) scale(1.05);
		-webkit-transform:rotate(8deg) scale(1.05);
	    -moz-transform:rotate(8deg) scale(1.05);
	    -o-transform:rotate(8deg) scale(1.05);
	}*/

	.product .btn-compare{
		border:1px solid #9fa29e;
		background:#9fa29e;
		font-size:20px;
		width:30px;
		height:30px;
		outline: none;
		-moz-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		cursor: pointer;
		position: absolute;
		bottom:0px;
		right: 0px;
		color: #fff;
		z-index: 999;
        
	}
	
	.product .btn-compare:hover{
		border:1px solid #79b562;
		background:#79b562;
		color:#fff;
	}
	
	/* selected product button state */
	.product.selected{
	   border-color:#79b562;
	   transition: border-color .5s ease-in-out;
	    -webkit-transition: border-color .5s ease-in-out;
	    -moz-transition: border-color .5s ease-in-out;
		background: #79b562;

	}
    
	.product.selected .btn-compare{
		background:#79b562;
		border:1px solid #79b562;
		color:#fff;
		z-index: 999;
	
	}

    .btn-icon-plus-01{     background: url(../img/top-page/icon-plus-01.png) no-repeat 7px 7px;
    width: 20px;
    height: 25px;}
    .btn-icon-plus-02{font-family: "exo-icon" !important; width: 20px; height: 15px;
		content: "\71";}
	 
	
	.product.selected .btn-compare div{
    background: url(../img/top-page/icon-plus-02.png) no-repeat 7px 7px;
    width: 20px;
    height: 25px;
		/*margin-left:-2px;

		-webkit-transform: rotate(-45deg);

		-moz-transform: rotate(-45deg);

		-ms-transform: rotate(-45deg);

		-o-transform: rotate(-45deg);

		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);*/
	}

	.product .btn-compare.selected:hover{
		background:#79b562;
	}
	
	.product .text-center{ color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1em;
    padding: 15px 10px 0;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 5px;
    width: 100%;}

	.product .description{
		/*padding:0 50px;*/
	}
	
	.product .price{
		margin:20px 0;
		color:#666;
	}

	.product .add-to-cart{
		background: #1360b7;
		padding:8px 10px;
		text-decoration: none;
		color: #fff;
		border-radius:4px;
	}

	/* Compare products button */
	.wrap-compare{ width: 100%; text-align: center; }
	.compare-products{
		/*background: #efefef none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 0 auto 30px 0;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none !important;
    width: 250px;*/
	}

	.compare-products.active{
		background:#80b157;
		color: #fff !important;
		text-decoration: none;
	}
	
	/* 	Modal Styles */

	.modal-inner{
		/*padding:5%;*/
		/*background: #cfd0cb !important;
		overflow: hidden;*/
	}
/*bootstrap*/	

#animatedModal .modal-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    margin: 2% auto;
    outline: 0 none;
    position: relative;
    width: 1000px !important;
}
	.modal-inner .no-products{
		color: #fff;
		margin-top:18%;
		font-size:35px;
		text-align: center;
	}

	.modal-inner .product{
	/*	background: #fff none repeat scroll 0 0;*/
    border: 1px solid #ccc;
    padding: 10px;
    /*width: 330px;*/
	}

	.modal-inner .product ul, .modal-inner .product li{
		color: #444;
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    text-align: left;
	}

	.modal-inner .product li:last-of-type{
		border-bottom:0;
	}

	.modal-inner .product li span{
	 	padding:0 20px 0 20px;
	}

	#btn-close-modal{
		/*margin-top:40px;*/
	}

.product .add-content-overlay {
 /* background: rgba(135, 138, 135, 0.9) none repeat scroll 0 0;*/
    border: 3px solid #79b562;
    bottom: 0;
    color: #fff;
    display: block;
    left: 0;
    opacity: 0;
    padding: 50px 10px 0 10px !important;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}

.product:hover .add-content-overlay{
  opacity: 1;
  z-index: 777;
    padding: 20% 0;
  display: inline-block;
  color: #fff;
  font-size: 1.3em;
}

.compare-overlay:hover{ text-decoration: underline;}
.product div.compare-overlay{opacity:0 !important;}
.product.selected div.compare-overlay{ opacity: 1 !important;}
.product.selected img.product-img{ opacity: 0.2;}
.product img.product-img{ opacity: 1;}
.product.selected h4.text-center{opacity: 0.2 !important;}
.product.selected div.add-content-overlay{ opacity: 0; color: #fff;}
.btn-remove-Procompare{ background: rgba(0, 0, 0, 0) url("../img/top-page/icon-close.png") no-repeat scroll 0 0;
    height: 28px;
    position: absolute;
    right: -7px;
    top: -7px;
    width: 28px; z-index:999;}
.list-view-btn-compare{  left: 105px;
    position: absolute !important;
    top: 50px;}
.compare-overlay-listview {
    border: 3px solid #80b157;
    color: #fff;
    display: block;
    height: 80px !important;
    left: 0;
    padding:10px !important;
    position: absolute;
    top: 0;
    width: 135px !important;
    z-index: 999;
	font-size: 14px;
	background: rgba(128,177,87,0.9) none repeat scroll 0 0;
}

.product .add-content-overlay-listview {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border: 3px solid #79b562 !important;
    bottom: 0;
    color: #fff;
    display: block !important;
    left: 0;
    opacity: 0;
    padding: 10px !important;
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    transition: all 0.4s ease-in-out 0s;
    width: 135px !important;
	height: 80px !important;
	font-size: 14px !important;
}
.fav-heart { 
   background: url(../img/top-page/heart-01.png) no-repeat;
   height: 22px;
   width: 22px;
   display: block;
   cursor: pointer;
}
.fav-heart:hover {
   background:  url(../img/top-page/heart-02.png) no-repeat;
}
.fav-heart.acitve {
   background:  url(../img/top-page/heart-02.png) no-repeat;
}
.modal-products .product img{ width: 300px; height: 160px;}
.compare-product-title{ color: #fff;
    font-size: 22px;
    font-weight: bold;
    left: 0;
    padding: 12% 10%;
    position: absolute;
    text-transform: capitalize;
    top: 0;
    width: 100%;}
.img-overlay-Procompare{ background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    height: 160px;
    margin: 10px auto;
    position: absolute;
    top: 0;
    width: 300px; left: 10px;}
.img-overlay-Progrid{ 
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    height: 150px;
    position: absolute;
    top: 0;
    width: 300px;}
.img-overlay-Prolist{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    height: 80px;
    position: absolute;
    top: 0;
    width: 135px;}

.compare-product-region{  /*border-bottom: 1px solid #ccc;*/
    color: #343738;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-align: left;}
.compare-product-length{ border-bottom: 2px solid #ccc;
    color: #343738;
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px 5px;
    padding: 0 0 10px;
    text-align: left;}
.compare-product-details ul {
    font-size: 14px;
    margin: 0 !important;
    padding: 5px !important;
}
.compare-product-details ul li{ margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}
.icon-heart-grid.green.fav-heart.compare-product-heart{ position: absolute !important;
    right: 20px !important;
    top: 180px !important;
    }
.compare-product-viewtour { border-radius: 4px !important;
    float: left;
    padding: 5px;
    width: 65% !important;
}
.compare-product-share{ border-radius: 4px !important;
    border-radius: 4px !important;
    float: left;
    padding: 5px 5px 5px 0px;
    width: 35%;
}
.compare-product-share i{ padding: 0 !important;}
.compare-product-map{  height: 150px;
    margin: 10px 0 20px;
    position: relative;
    width: 300px;}
.compare-product-flag img {
    height: 18px !important;
    left: 145px;
    position: absolute;
    top: 140px;
    width: 30px !important;
}
.compare-product-title{ text-align: center}
compare-product-region{ border-bottom: 1px solid #ccc;}
/*html.no-mobile.skrollr.skrollr-desktop.gr__ body.appear-animate div#page.page section#filter.hotel-page.pt-0 div#auto.container div.col-md-10 div#container.grid div.item.grid-item.box.grid-item--width2.grid-item--height2.1week div.item-content.col-md-12{margin: 0 0 !important; padding: 0 0 !important;}*/
.compare-overlay{ font-family: "Quicksand", Arial, sans-serif; unicode-range: U+30-39; font-weight: bold;}
.compare-overlay span{ font-family: 'Raleway', Arial, sans-serif !important; }
.dropdown-wrap.btn-sort div.btn-useful.dropdown-toggle.trigger.sortby.tours-sortby{ font-size: 16px !important;
    padding: 5px 0 !important;
    width: 180px;}
.list-group-item div.wrap-tour div.product img.product-img{ opacity: 1!important;}
.list-group-item {
    height: auto;
    padding: 0px !important;
    margin: 0px 0px 0px 10px !important;
}
.icon-plus-filter {
    font-size: 25px;
    left: -13px !important;
    margin: 0 !important;
    position: absolute !important;
    top: -8px !important;
}
.modal-products .compare-product-region {
    color: rgb(52, 55, 56);
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    padding: 10px 10px 0px;
}
.modal-inner .product ul, .modal-inner .product li {
    color: rgb(68, 68, 68);
    display: inline-block;
    font-weight: 500;
    text-align: left;
    width: 100%;
    list-style: none outside none;
}
.list-view-btn {
    margin: 0 0 0 102px !important;
    width: 165px;
}

	/* Media queries for responsive */
	@media screen and (max-width: 1220px) { 
	.btn-sort {
    margin: 0 auto !important;
    width: 100%;
    float: right;
}
.filter-box-center {
    width: 100%;
}
.group-result {
	width: 50%;
}
.group-view-r {
   width: 50%;
}
	.grid-item--width2 {
	width: 45%;	
	}
	.img-overlay-Progrid{
    width: 100% !important;}
	.btn-page-hotel-2.list-share{     margin: 0 0 0 5px;
    width: 150px;}
	
.btn-page-hotel-1.list-viewthis.col-md-6 {
    margin: 0 5px 10px 0px !important;
    width: 150px;
}

#container > div > div.item-content.list-view-details.item-content-300{ margin-right: 10px; width: 300px;}
.btn-page-hotel-2.list-share {
    
    width: 150px;
}
.btn-grid-view, .btn-list-view {
    border-radius: 4px !important;
    margin: 0 0 10px !important;
    padding: 10px 0 !important;
    width: 100% !important;
}
.group-view div.button-group.layout-mode-button-group div.col-md-6 {
    width: 100% !important;
    margin: 0 10px 0 0;
}
.group-view {
    width: 100%;
}
.btn-sort {
    margin: 0 auto !important;
    width: 100%;
    float: right;
}
#filter > div.container.mb-40{ margin-bottom: 0;}
/*.hotel-page .list-view-btn {
     margin: 0 0; 
    width: 100%;
}*/
.hotel-page .list-view-btn {
    margin: 0 0;
    width: 100% !important;
 /*   padding: 0 20px 0 0;*/
}
.hotel-page .grid-view-btn .list-view-btn {
    margin: 0 0;
    width: 100% !important;
    padding: 0 0;
}
.list-view-btn {
    width: 100% !important;
     margin: 0 0; 
}
.detail-list-view-style {
    font-size: 11px !important;
    overflow: hidden !important;
    width: 100%;
    padding: 10px;
}	
#container > div > div > div > div.btn-page-hotel-2.list-share.col-md-6.col-md-8 > a {
    font-weight: bold;
    padding: 4px 6px 4px 17px;
    text-align: center !important;
    width: 100% !important;
}
.hotel-page .item-content-300{ width: 100% !important;}
#container > div > div > div > div.btn-page-hotel-2.list-share.col-md-6.col-md-8{ width: 100% !important; margin: 0 0;}
#container > div > div > div > div.btn-page-hotel-1.list-viewthis.col-md-6.col-md-12{
    margin: 0 5px 10px 0px !important;
    width: 100%;
}
.grid-view-btn .btn-page-hotel-1.list-viewthis.col-md-6 {
    margin: 0 0 0 10px !important;
    width: 150px;
}
.dropdown-wrap.btn-sort div.btn-useful.dropdown-toggle.trigger.sortby.tours-sortby{ font-size: 16px !important;
    padding: 5px 0 !important;
    width: 100% !important;}
	}
@media only screen and (max-width: 1199px){
.item-content-300 {
    width: 100%;
    font-size: 12px;
    margin: 10px 0px 0px;
}
.list-view-btn div.list-share.col-md-8 a.btn.btn-coffee.btn-border.btn-full.btn-round.btn-radius-4.btn.show-pop.btn-danger.popByUrl {
    width: 100% !important;
}
}
	@media screen and (max-width: 1000px) { 
	
		.grid-item--width2 {
	width: 45%;	
}
#filter > div.container.mb-20 > div.col-md-5.filter-box-center {
    text-align: center;
    width: 100% !important;
    margin: 10px auto;
}
.btn-page-hotel-1.list-viewthis.col-md-6 {
    margin: 10px 10px !important;
    width: 95% !important;
}
#container > div > div > div > div.btn-page-hotel-1.list-viewthis.col-md-6.col-md-12 {
    margin: 10px 10px !important;
    width: 100% !important;
}
.btn-page-hotel-2.list-share {
    margin: 10px 10px !important;
    width: 95% !important;
}


	}
	@media (min-width: 992px){
.list-viewthis.col-md-8 {
    margin: 0px;
    padding: 0px 5px 5px 0px !important;
}

	}
@media (max-width: 991px){
.list-viewthis.col-md-8 {
    margin: 0px;
    padding: 0px 0 5px 0px !important;
}

	}
@media screen and (max-width: 960px){
	.modal-products .product {
    border: 1px solid #8f8f8f !important;
     float: none !important; 
    height: 410px;
    margin: 10px 10% 0 5% !important;
    text-align: center;
    transition: transform 0.2s ease-in-out 0s;
    z-index: 999;
    width: 320px;
    background: #fff;
}
.list-viewthis.col-md-8 {
    margin: 0px 0px 5px !important;
}

	}
	@media screen and (max-width: 720px) { 
		#auto > div.col-md-2{ width: 100%}
		.product{
			width: 95%;
			float: none;
		}
		#auto > div.col-md-10{ width: 95% !important; margin: 0 0 !important; padding: 0 0 !important}
		#container > .item,.img-overlay-Progrid{ width: 100% !important; margin: 0 0 !important;}
		#filter > div.container.mb-20 > div.col-md-4.text-left.group-view {
    width: 100% !important;
    padding: 0 0;
}
		#reset-checkboxes{ width: 100% !important}
		#filter > div.container.mb-20 > div.text-right{ width: 100% !important}
		#filter > div.container.mb-20 > div.text-right > div {
    width: 100% !important;
    margin: 0 0px !important;
}
.item-content-300 {
    width: 100%;
    float: left;
    font-size: 12px;
}
	
}
		
	}
	
    @media screen and (max-width: 619px) { 
	.compare-overlay {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 999;
    color: #fff;
    padding: 50px 10px 0 10px !important;
    font-size: 1.3em;
    background: rgba(128,177,87,0.8) none repeat scroll 0 0;
    height: 150px;
    width: 100%;
}
	}
	@media only screen and (max-width:720px) {
	.product-img {
    display: block;
    margin: 0 auto;
    height: 220px;
    width: 100%;
    opacity: 0.9 !important;
}
.compare-overlay {
    background: rgba(128, 177, 87, 0.9) none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 220px;
    left: 0;
    line-height: 25px;
    padding: 50px 10px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
}
@media only screen and (max-width:1200px) {
	.img-overlay-Prolist {
     background: none; 
}
}
@media only screen and (max-width:1199px) {
	.list-view-btn {
    display: inline;
    margin: 0 0 !important;
}
.list-share.col-md-8 {
    margin: 10px 0 0 0;
    width:100%;
}
.btn-reset{ font-size: 12px;}
}
@media only screen and (max-width:960px) {
	.list-view-btn {
    margin: 10px 0 0 0;
    width: 100%;
    position: relative;
}
.list-share.col-md-8 {
    margin: 10px 0 0 0;
    width: 100%;
}
.img-overlay-Prolist {
     background: none; 
}
}
@media only screen and (max-width:990px) {
	.btn-reset{ font-size: 16px;}
}
