body{
	margin:0px;
	padding:0px;
	color:#888888;
	font-weight:lighter;
	
}

/*font*/
body, h1, h2, h3, h4, p, .rightsearchopen input[type='text'], .newsletterfooter input[type="text"], input[type="text"], textarea, input[type="submit"], .contactform input[type="text"], .contactform input[type="submit"], .contactform textarea{
	font-family: 'Signika', sans-serif;
}
/*end font*/

/*start tag*/
h1{
	color:#5e6d81;
	font-size:30px;
	margin:0px;
	padding:0px;
	font-weight:600;
}
h2{
	color:#7d7d7d;
	font-size:25px;
	margin:0px;
	padding:0px;
	font-weight:normal;
}
h3{
	color:#b1bac3;
	font-size:15px;
	margin:0px;
	padding:0px;
	font-weight:normal;	
}
h4{
	color:#96a0af;
	font-size:17px;
	margin:0px;
	padding:0px;
	font-weight:lighter;	
}
p{
	color:#a9a9a9;
	font-size:17px;
	margin:0px;
	padding:0px;
	font-weight:lighter;
}
a{
	text-decoration:none;	
}
a img{
	border:0px;	
}
input[type="text"], select, option{
	
	float:left;
	border:0;
	background-color:#F9FAFC;
	padding:0 2%;
	height:50px;
	color:#A9A9A9;
	font-size:13px;
	font-style:italic;
	font-weight:normal;	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);
	box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);	
}
select, option{
	width:95%;
	color:#000;
	border-radius:7px;
	font-size:16px
}
#plan, #planvac, .topclose img{
	left:62%; 
	bottom:15%;
	display:none;
}
#rating{
	width:96%;
	float:left;
	border:0;
	background-color:#F9FAFC;
	padding:2% 2%;
	height:50px;
	color:#A9A9A9;
	font-size:13px;
	font-style:italic;
	font-weight:normal;
		
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);
	box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);	
}
input[type="text"]{	
	width:95%;
	color:#000;
	font-size:16px;
	border-radius:7px;
}
textarea{
	width:96%;
	float:left;
	border:0;
	background-color:#F9FAFC;
	padding:2%;
	height:200px;
	color:#A9A9A9;
	font-size:13px;
	font-style:italic;
	font-weight:normal;
	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);
	box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);	
}
input[type="submit"] {
    background-color: #55738f;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 15px;
    margin: 0;
    padding: 8px 20px;
}
code{
	float:left;
	width:100%;	
}
/*end tag*/


/*start header*/
header{
	float:left;
	width:100%;
	position:fixed;
	z-index:999;
	top:0px;
	left:0px;
	height:59px;
}
header select{
	float:right;
	width:100px;
	display:none;
	border:1px solid #EBEEF2;
	padding:10px;
	margin:10px 0px;
	background-color: #f9fafc;
	-webkit-appearance: none;
}


.navigationmenulight{
	background-color: navigationmenu;	
	
	-moz-box-shadow: 0 1px 10px #EBEEF2;
	-webkit-box-shadow: 0 1px 10px #EBEEF2;
	box-shadow: 0 1px 10px #EBEEF2;
}
.navigationmenulight select{
	border:1px solid #EBEEF2;
	background-color: #f9fafc;
	color: #5E6D81;
}



.navigationmenudark{
	background-color:#434A54;	
	-moz-box-shadow: 0 1px 10px #434A54;
	-webkit-box-shadow: 0 1px 10px #434A54;
	box-shadow: 0 1px 10px #434A54;
}
.navigationmenudark select{
	border:1px solid #55738F;
	background-color: #434A54;
	color: #B3BBC6;
}




.logo{
	margin:3px 0px 8px;
	float:left;	
}
.leftmenuclose{
	float:left;
	cursor:pointer;	
	position:absolute;
	z-index:1;
}
.leftmenuclose img{
	float:left;	
}
.leftmenuopen{
	width:300px;
	height:100%;
	position:fixed;
	left:-305px;
	z-index:9999;
	
	-webkit-transition: all 0.8s ease;
     -moz-transition: all 0.8s ease;
       -o-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
          transition: all 0.8s ease;		
}

/*start dark version*/
.leftmenuopendark{
	background-color:#434A54;
	-moz-box-shadow: 0 0px 5px #434A54;
	-webkit-box-shadow: 0 0px 5px #434A54;
	box-shadow: 0 0px 5px #434A54;	
}
.leftmenuopendark ul li p{
	color:#fff;
}
.leftmenuopendark ul li p a{
	color:#B3BBC6;
}
.leftmenuopendark .evidenceleftmenu{
	background-color:#4a515b;
	
	-webkit-transition: all 0.8s ease;
     -moz-transition: all 0.8s ease;
       -o-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
          transition: all 0.8s ease;
}
.leftmenuopendark .evidenceleftmenu:hover{
	background-color:#434A54;
}
.leftmenuopendark .evidenceleftmenu p{
	color:#FFF;
}
.leftmenuopendark ul li:hover{
	background-color:#4a515b;		
}
.leftmenuopendark ul li{
	-webkit-transition: all 0.8s ease;
     -moz-transition: all 0.8s ease;
       -o-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
          transition: all 0.8s ease;			
}
/*end dark version*/

/*start light version*/
.leftmenuopenlight{
	background-color:#F9FAFC;
	-moz-box-shadow: 0 0px 5px #F9FAFC;
	-webkit-box-shadow: 0 0px 5px #F9FAFC;
	box-shadow: 0 0px 5px #F9FAFC;	
}
.leftmenuopenlight ul li p{
	color:#A9A9A9;
}
.leftmenuopenlight ul li p a{
	color:#A9A9A9;
}
.leftmenuopenlight .evidenceleftmenu{
	background-color:#fff;
	
	-webkit-transition: all 0.8s ease;
     -moz-transition: all 0.8s ease;
       -o-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
          transition: all 0.8s ease;
}
.leftmenuopenlight .evidenceleftmenu:hover{
	background-color:#F9FAFC;
}
.leftmenuopenlight .evidenceleftmenu p{
	color:#5E6D81;
}
.leftmenuopenlight ul li:hover{
	background-color:#fff;		
}
.leftmenuopenlight ul li{
	-webkit-transition: all 0.8s ease;
     -moz-transition: all 0.8s ease;
       -o-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
          transition: all 0.8s ease;			
}
/*end light version*/

.leftmenuopen ul{
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
.leftmenuopen ul li{
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
.leftmenuopen ul li p{
	font-size:15px;
	padding:20px;
}
.leftmenuopen ul li p a{
	background-image:url(../img/header/leftmenuarrow.html);
	background-repeat:no-repeat;
	background-position:right;
	display:block;
	width:100%;
}
.leftmenumore{
	background-image:url(../img/header/leftmenumore.html) !important;		
}
.evidenceleftmenu{
	font-size:17px;
	text-transform:uppercase;
}
.bulletevidenceleftmenu{
	float:right;
	width:6px;
	height:6px;
	border-radius:5px;
	margin:5px 0px 5px 20px;		
}
.titlecloseleftmenu{
	background-color:#f5696c;
	color:#FFF;
	padding:20px;
	background-image:url(../img/header/leftmenuopen.html);
	background-position:right;
	background-repeat:no-repeat;
	cursor:pointer;	
}


.rightsearchclose{
	float:right;
	position:absolute;
	right:0;	
}
.rightsearchclose img{
	float:right;	
}
.rightsearchclose{
	float:right;
	cursor:pointer;		
}
.rightsearchopen{
	width:300px;
	position:fixed;
	right:-305px;
	z-index:9999;
	background-color:#1abc9c;
	color:#FFF;
	padding:0px;
	background-image:url(../img/header/rightsearchopen.html);
	background-position:right;
	background-repeat:no-repeat;
	
	-webkit-transition: all 0.8s ease;
     -moz-transition: all 0.8s ease;
       -o-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
          transition: all 0.8s ease;		
}
.rightsearchopenclose{
	float:right;
	width:30px;
	height:20px;
	cursor:pointer;
	margin:20px;	
}
.rightsearchopen input[type='submit'], .rightsearchopen label{
	display:none;	
}
.rightsearchopen form{
	float:left;
	margin:0px;
	padding:0px;
	width:220px;	
}
.rightsearchopen input[type='text']{
	float:left;
	margin:20px 0 0 20px;
	margin-bottom:0px;
	padding:0px;
	border:0px;
	color:#FFF;
	font-size:17px;
	font-weight:normal;
	background-color:transparent;
	width:185px;
	height:auto;
	border-bottom:1px solid #fff;
	
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(244, 244, 246, 1.0);
	box-shadow: inset 0px 0px 0px 0px rgba(244, 244, 246, 1.0);	
}

/*top*/
    .topclose{
	position:absolute;	
	cursor:pointer;	
}
.topclose img{
	float:right;	
}
.topopen{
	width:400px;
	position:fixed;
	top:-450px;
	right:50px;	
	z-index:9999;
	background-color:#1abc9c;
	color:#FFF;
	padding:0px;
	background-image:url(../img/header/rightsearchopen.html);
	background-position:right;
	background-repeat:no-repeat;
	
	-webkit-transition: all 0.8s ease;
     -moz-transition: all 0.8s ease;
       -o-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
          transition: all 0.8s ease;		
}
.topopenclose{
	float:right;
	width:30px;
	height:50px;
	cursor:pointer;
	margin:110px 20px 20px 20px;		
}
topopen input[type='submit'], .topopen label{
	display:none;	
}
.topopen form{
	float:left;
	margin:0px;
	padding:0px;
	width:220px;	
}
.topopen input[type='text']{
	float:left;
	margin:20px 0 0 20px;
	margin-bottom:0px;
	padding:0px;
	border:0px;
	color:#FFF;
	font-size:17px;
	font-weight:normal;
	background-color:transparent;
	width:185px;
	height:auto;
	border-bottom:1px solid #fff;
	
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(244, 244, 246, 1.0);
	box-shadow: inset 0px 0px 0px 0px rgba(244, 244, 246, 1.0);	
}




/*end header*/

/*navigation menu*/
.gridnavigation{
	margin:0px 10px !important;
}
.menufilter{
	float:left;
	width:100%;
	height:3px;
	background-image:url(../img/header/filtermenu.html);
	background-position:right;
	background-repeat:no-repeat;	
}
/*navigation menu*/

/*slider*/
.greybgtextslider{
	color:#FFF;
	background-color:rgba(67, 74, 84, 0.4);
	padding:15px 20px;
	font-size:20px;
	line-height:25px;
	font-weight:lighter;
}
/*slider*/

/*start services*/
#homeservices{
	background-color:#434a54;
}
.homeservice h2, .homeservice p{
	color:#b3bbc6;
	
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.homeservice a{
	color:#b3bbc6;
	
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.homeservice a:hover{
	color:#5e6d81;
}
.homeservice{
	margin-top:0px !important;
	margin-bottom:0px !important;
	border-top:4px solid #55738f;
	text-align:center;
	
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;	
}
.homeservice:hover{
	background-color:#f9fafc;
	-moz-box-shadow: 0 0px 10px #B3BBC6;
	-webkit-box-shadow: 0 0px 10px #B3BBC6;
	box-shadow: 0 0px 10px #B3BBC6;
}
.homeservice:hover h2{
	color:#5e6d81 !important;
}
.homeservice p{
	font-size:15px;
	margin:10px 0px 20px 0px;	
}
.homeservice h2{
	margin-top:20px;
	display:inline-block;	
}
.imgservice{
	    width: 100%;
    float: left;
    padding-bottom: 15px;
    z-index: 999;
    margin-top: -70px;
    margin-left: -17px;
}
.imgserviceopen{
	width:100%;
	float:left;
	position:relative;
	background-color:#F36;
	margin-top:-4px;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.imgserviceopen img{
	 position:absolute;
	 bottom:0;
	 left:0;
	 width:100%;
	 height:0;
	 
}
.homeservice:hover .imgserviceopen{
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	position:relative;
	z-index:97;
}
.homeservice:hover .imgserviceopen img{
	height:auto;
}
canvas{
	position:absolute;
	left:0;
	top:0;
	display:none;
}
.percentagehome{
	position:relative;
	z-index:98;
	height: 157px;
	margin:auto;
}
.chart{
	position:relative;
	z-index:98;	
}
/*end services*/

/*start homepromotions*/
#homepromotions .container div{
	text-align:center;
}
#homepromotions h1{
	margin-bottom:10px;	
}	
/*end homepromotions*/

/*start homedestinations*/
#homedestinations{
	float:left;
	width:100%;
}
.destinationcarousel{
	background-color:#fff;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);
	box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);
	float:left;	
}
.imgdestination{
	width:100%;
	height:auto;
	float:left;		
}
.titledestination{
	background-color:#434a54;
	width:100%;		
}
.avatarandtitle{
	background-color:#C9F;
	width:100%;
	float:left;		
}
.avatardestination{
	float:left;		
	width:74px;
	height:74px;
	margin:-50px 20px 5px 20px;
	border:3px solid #fff;
	
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
}
.avatardestination img{
	width:74px;
	height:74px;
	overflow:hidden;
	
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
}
.descriptiondestination{
	text-align:center;
	font-size:15px;
	margin:20px;
	float:left;
}
.titledestination a{
	font-size:15px;	
	color:#B1BAC3;
	padding:10px 20px;
	display:block;	
}
.infodestination{
	background-color:#f9fafc;
	float:left;
	width:100%;
	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(235, 236, 240, 1.0);
	box-shadow: inset 0px 0px 0px 1px rgba(235, 236, 240, 1.0);		
}
.viewdestination{
	width:33.33%;
	float:left;
	border-top:3px solid #13b8d4;
	text-align:center;
}
.likedestination{
	width:33.33%;
	float:left;
	border-top:3px solid #ffd300;
	text-align:center;
	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(235, 236, 240, 1.0);
	box-shadow: inset 0px 0px 0px 1px rgba(235, 236, 240, 1.0);	;			
}
.commentsdestination{
	width:33.33%;
	float:left;
	border-top:3px solid #18bc9a;
	text-align:center;	
}
.viewdestination span, .likedestination span, .commentsdestination span{
	margin:15px 0px;
	display:inline-block;
	font-size:15px;	
}
.arrowcarouselprev{
	width:40px;
	height:40px;
	cursor:pointer;
	margin-bottom:20px;
	float:right;
	background-image:url(../img/destinations/bgarrowcarouselprev.html);
	background-repeat:no-repeat;	
}
.arrowcarouselnext{
	width:40px;
	height:40px;
	cursor:pointer;
	margin-bottom:20px;
	float:left;
	background-image:url(../img/destinations/bgarrowcarouselnext.html);
	background-repeat:no-repeat;	
}
.notclickable{
	cursor:text;	
}
/*end homedestinations*/

/*general carousel*/
.single-carousel{
	margin:10px;
	display:inline;	
}
/*general carousel*/

/*start hometours*/
#hometours{
	float:left;
	width:100%;
}	
.hometour{
	background:none !important;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);
	box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);
	float:left;
}
.tophometour, .bottomhometour{
	float:left;
	width:100%;
}
.titleimghometour, .datedescriptionhometour, .tabshometour, .listhometour{
	width:50%;
	float:left;
}
.titlehometour{
	background-color:#434A54;
	padding:20px;
	color:#b1bac3;	
}
.imghometour{
	width:100%;
	float:left;
	height:auto;	
}
.datedayhometour{
	float:left;
	width:100%;	
}
.datehometour{
	padding:20px;
	color:#FFF;
	float:left;	
}
.dayhometour{
	background-color:#434A54;
	padding:10px 20px;
	float:right;
	text-align:center;
	line-height:1;
}
.dayhometour p{
	font-size:25px;
	color:#b1bac3;	
}
.dayhometour span{
	color:#fff;
	font-size:10px;
}
.descriptionhometour{
	float:left;
	width:100%;
	background-color:#f9fafc;
	overflow:hidden;
	-webkit-box-shadow: inset -1px 0px 0px 0px rgba(244, 244, 246, 1.0);
	box-shadow: inset -1px 0px 0px 0px rgba(244, 244, 246, 1.0);		
}
.titledescriptionhometour{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.descriptionhometour p{
	padding:20px;
	font-size:15px;	
}
.listhometour{
	overflow:hidden;
	border-top:1px solid #EBEEF2;		
}
.bulletlisthometour{
	float:right;
	width:6px;
	height:6px;
	border-radius:5px;
	margin:4px 0px 10px 20px;		
}
.listhometour ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;		
}
.listhometour ul li{
	border-bottom:1px solid #ebeef2;
	float:left;
	width:100%;		
}
.listhometour ul li p{
	font-size: 15px;
    margin: 0;
    padding: 10px 20px;
}
.footerhometour{
	float:right;
	width:50%;
	background-color:#f9fafc;
	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);
	box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);	
}
.footerhometour a{
	color:#888;	
}
.tabshometour{
	background-color:#f9fafc;
	-webkit-box-shadow: inset 0px 1px 0px 1px rgba(244, 244, 246, 1.0);
	box-shadow: inset 0px 1px 0px 1px rgba(244, 244, 246, 1.0);		
}
.hometabs{
	padding:20px 10px 10px;	
}
.hometabs ul{
	margin:0px;
	padding:0px;
	text-align:center;
	line-height:1;	
}
.ui-tabs-active a{	
	-webkit-transition: background 0.8s ease;
     -moz-transition: background 0.8s ease;
       -o-transition: background 0.8s ease;
      -ms-transition: background 0.8s ease;
          transition: background 0.8s ease;		
}
.hometabs ul li{
	background-color:#C0C;
	margin:0px 9px;
	padding:0px;
	list-style:none;
	display:inline-block;
	width:25%;	
}
.hometabs ul li a{
	background-color:#fff;
	float:left;
	width:100%;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);
	box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);
	
	
}
.iconhometabsdefault{
	padding:10px 0px;
	display:block;
	margin:auto;
}
.ui-state-active a .iconhometabsdefault{
	display:none;	
}
.iconhometabsactive{
	display:none;
	padding:10px 0px;
	margin:auto;	
}
.ui-state-active a .iconhometabsactive{
	display:block;	
}


.contenthometab{
	padding:10px 0px 0px 0px;
}
.contenthometab p{
	color:#5c6f80;	
}
.moneyhometab, .weatherhometab, .galleryhometab{
	text-align:center;	
}
.moneyhometab img, .weatherhometab img{
	margin:30px 0px 0px 0px;	
}
.moneyhometab p, .weatherhometab p{
	margin:10px 0px;
	width:100%;
	display:inline-block;	
}
.galleryhometab img{
    border: 1px solid #EBECF1;
    margin: 10px;
    padding: 0px;
    width: 24%;
	
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transition: opacity;
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
.galleryhometab img:hover{
	opacity: 0.7;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transition: opacity;
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}

.contacthometour, .morehometour{
	width:50%;
	float:left;
	text-align:center;
}

.contacthometour, .morehometour{
	border-bottom:1px solid #f4f4f6;
	border-top:1px solid #f4f4f6;
	-webkit-box-shadow: inset -1px 0px 0px 0px rgba(244, 244, 246, 1.0);
	box-shadow: inset -1px 0px 0px 0px rgba(244, 244, 246, 1.0);
}
.contacthometour span, .morehometour span{
	margin:15px 0px;
	display:inline-block;
	font-size:15px;	
}


.grid_4 .titleimghometour,.grid_4 .datedescriptionhometour,.grid_4 .tabshometour,.grid_4 .listhometour,.grid_4 .footerhometour{
	width:100%;		
}
.grid_3 .titleimghometour,.grid_3 .datedescriptionhometour,.grid_3 .tabshometour,.grid_3 .listhometour,.grid_3 .footerhometour{
	width:100%;		
}
/*end hometours*/

/*tooltip*/
.ui-tooltip {
	padding: 10px 20px;
	position: absolute;
	z-index: 9999;
	background-color:#434A54;
	opacity:0.8;
	color:#fff;
	font-size:15px;
}
/*end tooltip*/

/*start home prices*/
#homeprices{
	float:left;
	width:100%;
}
.price{
	background-color:#fff;
	text-align:center;
	float:left;
	width:100%;
	
	-webkit-box-shadow: inset 0px 0px 0px 1px #F4F4F6;
	box-shadow: inset 0px 0px 0px 1px #F4F4F6;	
}
.priceevidence
{
	-webkit-transform:scale(1.05, 1.05);
	-o-transform:scale(1.05, 1.05);
	transform:scale(1.05, 1.05);
}
.price ul{
	float:left;
	width:100%;
	margin:10px 0px;
	padding:0px;
	list-style:none;
	text-align:center;
}
.price ul li{
	border-bottom:1px solid #EBEEF2;
}
.price ul li p{
	margin:10px 0px;
	font-size:15px;
}
.titleprice{
	color:#b1bac3;
	padding:20px 0px;
	background-color:#434A54;	
}
.triangle{
	width: 0; 
	height: 0; 
	line-height: 0px; 
	border-left: 10px solid transparent; 
	border-right: 10px solid transparent;
	border-top: 10px solid #14B9D5;
	margin:0px auto;
}
.descriptionprice{
	font-size:15px !important;	
}
.valueprice{
	padding:10px 0px;
	
	background-image:url(../img/prices/filter.html);
	background-repeat:no-repeat;
	background-position:right;
}
.valueprice p{
	color:#FFF;
	font-size:50px;
}
.valueprice p .currency, .valueprice p .littledescription{
	font-size:20px;
	vertical-align:middle;
}

.footerhomeprices{
	float:right;
	width:100%;
	background-color:#f9fafc;
	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);
	box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);	
}
.footerhomeprices a{
	color:#888;	
}

.contacthomeprice, .morehomeprice{
	width:50%;
	float:left;
	text-align:center;
}

.contacthomeprice, .morehomeprice{
	border-bottom:1px solid #f4f4f6;
	border-top:1px solid #f4f4f6;
	-webkit-box-shadow: inset -1px 0px 0px 0px rgba(244, 244, 246, 1.0);
	box-shadow: inset -1px 0px 0px 0px rgba(244, 244, 246, 1.0);
}
.contacthomeprice span, .morehomeprice span{
	margin:15px 0px;
	display:inline-block;
	font-size:15px;	
}
/*end home prices*/


/*start team*/
.member{
	text-align:center;
	float:left;
	width:100%;
	background-color:#fff;
	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);
	box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);
}
.membername{
	float:left;
	width:100%;
	background-color:#434A54;
	color:#96A0AF;
	padding:20px 0px;	
}
.memberposition{
	float:left;
	width:100%;
	margin:0px;
	padding:10px 0px;
	font-size:15px;
	background-color:#1BBC9B;
	color:#fff;
}
.memberdescription{
	display:inline-block;
	padding:20px;
	font-size:15px;	
}
.imgmember{
	float:left;
	width:100%;	
}
.imgmember img{
	float:left;
	width:100%;	
}
.socialmember{
	float:left;
	width:100%;
	text-align:center;
}
.socialmember ul{
	float:left;
	width:100%;
	text-align:center;
	list-style:none;
	background-color:#F9FAFC;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);
	box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);
	margin:0px;
	padding:0px;
}
.socialmember ul li{
    display: inline-block;
    margin: 0;
    padding: 0;
	border-right:1px solid #F4F4F6;
}
.socialmember ul li:last-child{
	border-right-width:0px;
}
.socialmember img{
	display: inherit;
    padding: 20px;
}
.socialmember a{
	display:inline-block;
}
/*end team*/

/*start homeclients*/
.imgclient{
	float:left;
	width:100%;
	background-color:#f9fafc;
	text-align:center;
	-webkit-transition: background 0.8s ease;
     -moz-transition: background 0.8s ease;
       -o-transition: background 0.8s ease;
      -ms-transition: background 0.8s ease;
          transition: background 0.8s ease;	
	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);
	box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);	
}
.imgclient:hover{
	background-color:transparent;
}
.imgclient img{
	display: block;
    margin: 35px auto;
	width:80%;
}
/*end homeclients*/

/*start footer*/
#footer{
	float:left;
	width:100%;
	background-color:#434a54;
	margin-top:10px;
}
.gridfooter{
	padding:50px 10px;
	margin:0px 0px !important;
}
.footerfilter{
	background-color:#4a515b;	
}
#copyright{
	float:left;
	width:100%;
	background-color:#4a515b;
	/*text-align:center;*/
}
#copyright p{
	font-size:15px;
	color:#fff;
	margin:10px 0px;
}	
#footer p, #footer h3{
	margin:10px 0px;
	float:left;
	width:100%;
}
#footer p{
	color:#FFF;
}	
.socialfooter img{
	float:left;
	margin:10px 10px 10px 0px;
	height:30px;
	width:30px;
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transition: opacity;
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;	
}
.socialfooter img:hover{
	opacity: 0.7;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transition: opacity;
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}

.newsletterfooter{
	float:left;
	width:100%;	
	margin:20px 0px;	
}
.newsletterfooter input[type="text"]{
	float:left;
	margin:0px;
	padding:0px 10px;
	border:0px;
	height:40px;
	background-color:#4A515B;
	color:#fff;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);
	box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);	
}


.grid_2 .newsletterfooter input[type="text"]{
	width:120px;
}
.grid_3 .newsletterfooter input[type="text"]{
	width:220px;
}
.grid_4 .newsletterfooter input[type="text"]{
	width:320px;
}
.grid_5 .newsletterfooter input[type="text"]{
	width:520px;
}
.grid_6 .newsletterfooter input[type="text"]{
	width:220px;
}


.newsletterfooter input[type="submit"]{
	float:right;
	width:40px;
	height:40px;
	background-color:#1ABC9C;
	cursor:pointer;
	border:0px;	
	font-size:0px;
	margin:0px;
	padding:0px;
	background-image:url(../img/footer/newslettersubmit.html);
	background-repeat:no-repeat;
}

.backtotop{
	float:right;
	background-color:#434A54;
}
.backtotop img{
	padding:24px;
	float:left;	
}



#tweets {
	float:left;
	width: 100%;
}
#tweets-wrapper {
	float:left;
	width: 100%;
}
#tweets-wrapper div.tweet a {
	color: #1bbc9b;
}
#tweets-wrapper div.tweet-actions, .tweet small{
	display:none;
}
#tweets .tweet{
	float:left;
	width: 100%;
	margin:10px 0px;
	color:#fff;
}
/*end footer*/


/*start internal page*/
.header-page{
	float:left;
	width:100%;
	margin-bottom:10px;
	
	background: url(../img/header-page/dafault.html) 50% 0 fixed;	
}
.header-page div{
	color:#FFF;
	font-weight:lighter;
	text-align:center;
	padding:150px 0px;
}
.header-page .header-pagetitle{
	color:#FFF;
	opacity:0.8;
	background-color:rgba(67, 74, 84, 0.5);;
	padding:10px 20px;
	display:inline-block;
	font-weight:lighter;
}
.header-pagedescription{
	font-size:17px;	
}

.header-page-prices{
	background: url(../img/header-page/prices.html) 50% 0 fixed;	
}
.header-page-tours{
	background: url(../img/header-page/tours.html) 50% 0 fixed;		
}
.header-page-destinations{
	background: url(../img/header-page/destinations.html) 50% 0 fixed;		
}
.header-page-single-project{
	background: url(../img/header-page/single-project.html) 50% 0 fixed;		
}
.header-page-gallery{
	background: url(../img/header-page/gallery.html) 50% 0 fixed;		
}
.header-page-about-us{
	background: url(../img/header-page/about-us.html) 50% 0 fixed;		
}
.header-page-team{
	background: url(../img/header-page/team.html) 50% 0 fixed;		
}

#internalpage{
	float:left;
	width:100%;
}
/*end internal page*/



/*start archive tour*/
.archivetour{
	float:left;
	width:100%;
	
	background-color:#fff;
	
	-webkit-box-shadow: inset 0px 0px 0px 1px #F4F4F6;
	box-shadow: inset 0px 0px 0px 1px #F4F4F6;		
}
.leftarchivetour{
	float:left;
	width:50%;
	position:relative;		
}
.imgleftarchivetour{
	width:100%;	
	float:left;
}
.pricetitleleftarchivetour{
	float:left;
	position:absolute;
	bottom:-10px;
	width:100%;
}
.titleleftarchivetour{
	padding:10px;
	background-color:#434A54;
	color:#B1BAC3;
	font-size:15px;	
	margin-top:25px;
	margin-bottom:25px;
}
.priceleftarchivetour{
	border:2px solid #fff;
	float:left;
	margin:0px 20px 0px 20px;
	border-radius:100px;	
}
.priceleftarchivetour p{
	width:90px;
	height:90px;
	font-size:25px;
	color:#Fff;	
	text-align:center;
	line-height:90px;
	font-weight:400;
}



.rightarchivetour{
	float:left;
	width:50%;		
}
.titledayarchivetour{
	background-color:#F9FAFC;
	float:left;
	width:100%;	
	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);
	box-shadow: inset 01px 0px 0px 1px rgba(244, 244, 246, 1.0);
}
.dayarchivetour{
	background-color:#f0f1f5;
	padding:10px 20px;
	float:right;
	text-align:center;
	line-height:1;
}
.dayarchivetour p{
	font-size:25px;
	color:##5E6D81;	
}
.dayarchivetour span{
	color:##5E6D81;
	font-size:10px;
}
.titlearchivetour{
	padding:20px;
	float:left;
}
.descriptioniconsarchivetour{
	float:left;
	width:100%;	
}
.descriptionarchivetour{
	padding:20px;
	font-size:15px;
}
.iconsarchivetour{
	float:left;
	width:100%;
	margin:0px 10px 10px 10px;	
}
.iconsarchivetour img{
	margin:0px 10px 10px 10px;
	float:left;
}
.iconsarchivetour a{
	float:left;
}


.grid_5 .leftarchivetour,.grid_5 .rightarchivetour{
	width:100%;	
}
.grid_4 .leftarchivetour,.grid_4 .rightarchivetour{
	width:100%;	
}
.grid_3 .leftarchivetour,.grid_3 .rightarchivetour{
	width:100%;	
}
/*end archive tour*/



/*start blog post masonry*/
.stylemasonry{
	float:left;
	width:100%;	
}
.singlepostmasonry{
	float:left;
	width:100%;
	background-color:#fff;
	
	-webkit-box-shadow: inset 0px 0px 0px 1px #F4F4F6;
	box-shadow: inset 0px 0px 0px 1px #F4F4F6;		
}
.imgsinglepostmasonry{
	width:100%;
	float:left;
}
.descriptionsinglepostmasonry{
	padding:20px;
	font-size:15px;
	float:left;	
}
.titledaysinglepostmasonry{
	background-color:#F9FAFC;
	float:left;
	width:100%;	
	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(244, 244, 246, 1.0);
	box-shadow: inset 01px 0px 0px 1px rgba(244, 244, 246, 1.0);
}
.daysinglepostmasonry{
	background-color:#f0f1f5;
	padding:10px 20px;
	float:right;
	text-align:center;
	line-height:1;
}
.daysinglepostmasonry p{
	font-size:25px;
	color:##5E6D81;	
}
.daysinglepostmasonry span{
	color:##5E6D81;
	font-size:10px;
}
.titlesinglepostmasonry{
	padding:20px;
	float:left;
}
.areadmoresinglepostmasonry{
	float:left;
	width:100%;
	background-image:url(../img/blog/bgareadmoresinglepostmasonry.html);
	background-position:right;
	background-repeat:no-repeat;
}
.readmoresinglepostmasonry{
	padding:10px 20px;
	float:left;
	color:#FFF;	
}
.singlepostmasonry iframe{
	width:100%;
	float:left;		
}
/*end blog post masonry*/

/*start archive blog standard*/
.archivesinglepost{
	float:left;
	width:100%;
	background-color:#f9fafc;
	margin-bottom:20px;
	
	-webkit-box-shadow: inset 0px 0px 0px 1px #F4F4F6;
	box-shadow: inset 0px 0px 0px 1px #F4F4F6;	
}
.archivesinglepost iframe{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;	
}
.archivesinglepost .btn{
	margin:0px 0px 20px 20px;	
}
.conttitlearchivesinglepost{
	background-color:#eff1f5;
	float:left;
	width:100%;	
	border-bottom:1px solid #F4F4F6;
}
.titlearchivesinglepost{
	padding:20px;
	float:left;
	color:#5e6d81;
}
.descriptionarchivesinglepost{
	padding:20px;
	font-size:15px;
	float:left;	
}
.imgarchivesinglepost{
	width:100%;
	float:left;
}
.infoarchivesinglepost{
	width:100%;
	float:left;
	background-color:#434a53;
}
.datearchivesinglepost{
    float:left;
    line-height: 1;
    padding: 10px 20px;
    text-align: center;
	color:#fff;	
}
.datearchivesinglepost span{
	font-size:10px;
}
.datearchivesinglepost p{
	color:#fff;
	font-size:25px;
}
.iconarchivesinglepost{
	float:left;	
}
.iconarchivesinglepost img{
	float:left;
	padding:23px;	
}
.iconarchivesinglepost a{
	float:left;
	border-right:1px solid #646a72;	
}
.contentarchivepagination{
	float:left;
	width:100%;	
}
.paginationmasonry{
	margin-top:10px;
}
.paginationinfinite-scroll{
	display:none;	
}
.archivepagination{
	margin:auto;
	width:120px;	
}
.archivepagination .btn{
	background-color:#F9FAFC;
	border:1px solid #F4F4F6;	
}
.prevbtn{
	float:left;	
}
.nextbtn{
	float:right;	
}
.prevbtn img, .nextbtn img{
	padding:15px 20px;
	float:left;	
}
/*end archive blog standard*/


/*start single post*/
.singlepost{
	float:left;
	width:100%;
}
.imgsinglepost{
	float:left;
	width:100%;	
}
.infosinglepost{
	width:100%;
	float:left;
	background-color:#434a53;
}
.datesinglepost{
    float:left;
    line-height: 1;
    padding: 10px 20px;
    text-align: center;
	color:#fff;	
}
.datesinglepost span{
	font-size:10px;
}
.datesinglepost p{
	color:#fff;
	font-size:25px;
}
.iconsinglepost{
	float:left;	
}
.iconsinglepost img{
	float:left;
	padding:23px;	
}
.iconsinglepost a{
	float:left;
	padding:20px 20px 20px 0px;
	color:#FFF;	
}
.iconsinglepost p{
	font-size:15px;
	float:left;
	border-right:1px solid #646a72;	
}
.titlesinglepost{
	font-weight:normal;
	margin:40px 0px;
	float:left;
	width:100%;	
}
blockquote{
	background-color:#F9FAFC;
	color:#A9A9A9;
	margin:20px;
	padding:20px;
	border:1px solid #F4F4F6;
	font-style:italic;	
}
.authorsinglepost{
	float:left;
	width:100%;
	background-color:#434A53;
	position:relative;
	
}
.imgsocialauthorsinglepost{
	float:left;
	margin:20px;
	padding:0px;
	margin-right:20px;
	width:160px;
}
.imgauthorsinglepost{
	float:left;
	width:150px;
}
.socialauthorsinglepost{
	float:left;
	width:40px;
	background-color:#ccc;
}
.socialauthorsinglepost img{
	float:left;
	width:100%;
}
.descriptionauthorsinglepost{
	padding:20px;
}
.nameauthorsinglepost{
	color:#FFF;
}
.numbercommentssinglepost{
	float: left;
    font-weight: normal;
    width: 100%;
	color:#5E6D81;	
	margin-bottom:30px;
}
.comment-reply-title{
	float: left;
    font-weight: normal;
    width: 100%;
	color:#5E6D81;
	margin-bottom:20px;	
}
.comment-respond input[type="text"], .comment-respond textarea, .comment-respond input[type="submit"], .comment-respond select{
	margin:10px 0px	
}
.commentlist{
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
	list-style:none;
	border-bottom:1px solid #E5E5E5;	
}
.comment{
	margin:0px;
	border-top:1px solid #E5E5E5;	
	float:left;
	width:100%;
	padding:0px;
}
.comment .children{
	margin:0px;
	padding:0px;
	list-style:none;
	margin-left:20px;