.main-page-logo{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/app_icon_1024.jpg) no-repeat;
    background-size: 120px;
    width: 120px;
    padding-top: 122px;
    font-size: 13px;
    font-family: verdana;
    color: #adadad;
    text-align: center;
    border-radius: 15px;
}

@font-face {
    font-family: AvenirLTStd-Light;
    src: url(../img/AvenirLTStd-Light.woff);
}

* {
	font-family: AvenirLTStd-Light, "Open Sans", open-sans, sans-serif;
}

html{
	/* height: 100%; */
}

body{
	height: 100%;
	background-color: #f2f2f2;
}

.preloader{
    -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
    opacity: 0;
    display: none;
    background: url(../img/preloader_icon.gif) no-repeat #ffffffa6;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-position: 50% 50%;
    background-size: 20px;
    top: 0;
    left: 0;	
}

.preloader.show {
	opacity: 1;
}

a{
	text-decoration: none;
	color: #4d4d4d;
}

a:hover{
	color: #001e62; 
	text-decoration: none;
}

.color-red{
	color: #ff5c39;	
}

.color-gray{
	color: #4d4d4d;
}

.color-white{
	color: white;
}

.bg-red{
	/* background-color: #ff5c39 !important;*/	
	background-color: #f2f2f2 !important;
}

.bg-gray{
	background-color: #f2f2f2 !important;
	display: -webkit-box;
}

.align-center{
	text-align: center;
}

.align-right{
	text-align: right;
}

.with-borders{
	border-right: 1px solid #a4a4a4;
	border-left: 1px solid #a4a4a4;
}

h1{
	font-family: AvenirLTStd-Light, "Open Sans", open-sans, sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: normal;
	margin: 0;	
	text-align: center;
}

h2{
	font-family: AvenirLTStd-Light, "Open Sans", open-sans, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	margin: 21px 0 0 0;	
}

h3{
	margin: 0 0 10px 0;
    font-family: AvenirLTStd-Light, "Open Sans", open-sans, sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: block;
}		


.wrapper{
    /* background-color: #f8f8f8; */
    max-width: 1000px;
}

.wrapper-paddings{
	padding: 0 10%;
}

.wrapper-margins{
	margin: 65px 0;
}

.space-from-top{
	margin-top: 56px;
}

.space-from-top-2{
	margin-top: 69px;
}

.space-from-bottom{
	margin-bottom: 62px;
}

.space-from-bottom-2{
	margin-bottom: 63px;
}

.phone-pic1, .phone-pic2, .big-pic3{
    position: relative;
    z-index: 0;
    min-height: 367px;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-position: center center !important;
    max-width: 1000px;
    max-height: 100%;
    width: auto;
}

.phone-pic1{
	background: url(../img/website_baner1.jpg) no-repeat;	
}

.phone-pic2{
	background: url(../img/phone_pic2.png) no-repeat;	
}

.big-pic3{
	background: url(../img/wax_mobile.jpg) no-repeat;	
	min-height: 377px !important;
	display: block;
	margin-bottom: 65px;
}

.big-pic3 .text-wraper{
	position: absolute;
	z-index: 2;
	top: 115px;
	right: 127px;
}

.big-pic3 .text-wraper p{
	text-align: right;
    font-size: 1.25em;
    line-height: 1.5em;
    padding: 0;
    margin: 0 0 .5em 0;
    color: white; 
    text-shadow: rgba(0,0,0,.33) 0px 0px 4px;   	
}

.header{
	background-size: cover;
    background-color: #000;
    background-image: url(../img/bestof2015.png);
    background-position: center;
    height: 100px;
    display: none;	
}

.villas-page, .hotels-page{
	position: relative;
    width: auto;
    z-index: 0;
    max-width: 1000px;
    height: 367px;
    background-color: transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;    
}

.villas-page .black-layer, .hotels-page .black-layer, .big-pic3 .black-layer{
	width: inherit;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
    background: #00000017;
    opacity: 0;
}

.big-pic3 .black-layer{
	background: #00000029 !important;
	width: 100%;
	height: 100%;
}

.villas-page .black-layer{
	background: #00000029 !important;	
}

.villas-page{
	background-image: url(../img/123.jpg);	
}

.hotels-page{
	background-image: url(../img/wax.jpg);	
}

.villas-page .row .title, .hotels-page .row .title{
    position: absolute;
    top: 154px;
    left: 0;
    z-index: 2;	
	font-size: 2.25em;
    text-align: center;
    line-height: 1.5em;
	font-weight: bold;
    margin: 0;
	color: #fff; 
	text-shadow: rgba(0,0,0,.33) 0px 0px 4px;   	
}

.apps-buttons{
    padding-top: 270px;	
}

.apps-buttons.last{
	display: none;
}

.apps-buttons .col-sm-6{
	z-index: 2;
}

.ios-bt{
    width: 193px;
    height: 57px;
    background-image: url(../img/dl_ios_app.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.andriod-bt{
    width: 193px;
    height: 57px;
    background-image: url(../img/dl_android_app.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.ios-align{
	text-align: right;
}

.app-buts-fix-paddings{
    padding-right: 5px !important;
    padding-left: 5px !important;	
}

.android-align{
	text-align: left;
}

.villas-page .row .logo, .hotels-page .row .logo{
	position: absolute;
    top: 70px;
    left: 0;
    z-index: 2;
    background-size: contain;
    background-image: url(../img/logo.png);
    background-position: center;
    height: 44px;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.33));  	
}

.services .gray-text{
	color: #4a4a4a;
	display: block;
	font-size: 16px;
	font-family: AvenirLTStd-Light, "Open Sans", open-sans, sans-serif;
	text-align: center;
	margin-bottom: 0;
	line-height: 20px;
}

img.kiwi{
	width: 125px;
}

img.budget{
	width: 121px;
    margin-top: 8px;
}

.budget-footer{
	margin-top: 5px !important;
    position: relative;
    top: -6px;	
}

.kiwi-footer{
	margin-top: -2px !important;
    position: relative;
    top: -6px;	
}

img.booking{
	height: 26px;
    position: relative;
    top: -6px;	
}

.services .gray-text span{
    position: relative;
    top: 0px;
    margin-right: 5px;	
}

.content{
	padding: 45px 0 0 0;
}

.content .text{
	padding: 22px 15px 15px 15px;
	font-size: 16px;
	line-height: 23px;
}

.content .text p{
	color: #ff6161;
	padding: 27px 0;
    line-height: 36px;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;	
}

.footer-container{
	background-color: #f8f8f8;
	border-top: 1px solid #d6d5d4;
	padding-top: 29px;
}

.footer-links div[class*="col-sm"]{
    padding-right: 0 !important;
    padding-left: 0 !important;	
}

.footer-links a{
	line-height: 28px;
	font-size: 16px;
	font-family: AvenirLTStd-Light, "Open Sans", open-sans, sans-serif;
}

.footer .follow{
	line-height: 28px;
    font-size: 16px;
    font-family: AvenirLTStd-Light, "Open Sans", open-sans, sans-serif;	
}

.social, .footer-menu{
	list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;	
}

.social li, .footer-menu li{
	display: inline;
	padding: 5px 0px 5px 15px;
}

.footer-menu li{
	padding: 5px 4em 5px 0 !important;	
}

.social li img, .footer-menu li img{
	height: 1.25em;
    width: auto;
}

.footer-partners{
	border-bottom: 1px solid #aeaaa9;
    padding-bottom: 0;
    margin-bottom: 28px;
}

.partners-title{
	font-size: 20px;
	line-height: normal;
    position: relative;
    top: -4px;	
}

.copyright{
	font-size: 16px;
	text-align: center;
	margin: 17px 0 12px 0;
	padding: 0;
	display: block;
	font-family: AvenirLTStd-Light, "Open Sans", open-sans, sans-serif;
	color: #9b9b9b;
}

.booking_congrads{
	position: relative;
	margin: 0;
}

.booking_congrads .page-content{
	background-color: transparent;
	padding-top: 245px;	
}

.booking_congrads .main-image{
	width: 100%;
	height: 200px;
	position: absolute;
	top: 45px;
	left: 0;
	box-sizing: border-box;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 1;	
}

.booking_congrads .nav-block{
	position: relative;
	width: inherit;
	height: 74px;
	box-sizing: border-box;
	background-color: #f0f0f0;
	border-bottom: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;	
	z-index: 0;
}

.booking_congrads .nav-block{
 	border: 0;
    background-color: white;
    height: 100%;
 }
 
 .booking_congrads .nav-block #paypal-button{
    width: calc(100% - 30px);
    margin: 15px 0px 15px 15px;	 
 }
 
 .booking_congrads .nav-block .price-block{
 	width: 100%;
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
    color: #3f3f3f;	 
 }
 
 .booking_congrads .title{
    position: absolute;
    text-align: center;
    width: calc(100% - 40px);
    padding: 16px 0 0 0;
    font-size: 15px;
    font-weight: bold;
    color: #1c1c1c;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 20px; 
 }


@media only screen and (min-width : 400px) {
	.booking_congrads .main-image{
		height: 220px;
	}
	.booking_congrads .page-content{
		padding-top: 265px;
	}			
}

.booking_congrads .text1{
    text-align: center;
    font-weight: 300;
    font-size: 32px;
    padding-top: 21px;
    line-height: 32px; 
    color: #3f3f3f;
 }
 
.booking_congrads .text2{
 	text-align: center;
    font-size: 19px;
    line-height: 19px;
    font-weight: 400;
    padding-top: 12px;
    color: #3f3f3f;	 
 }
 
.booking_congrads .text3{
    text-align: center;
    padding: 28px 10px 24px 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #3f3f3f;	 
 }


@media (max-width: 640px){
	.header{
		display: none;
	}
	.villas-page{
		background-position: calc(100% + 1px);
		background-image: url(../img/123_mobile.jpg);
		height: 370px;
	}
	
	.hotels-page{
   	 	height: 420px;
   	 	background-position: calc(100% + 195px) center;
   	 	background-image: url(../img/wax_mobile.jpg);
	}
		
	.villas-page .row .title, .hotels-page .row .title{
	    font-size: 1.4em !important;
	    font-weight: bold;
	    top: 135px !important;
	    text-shadow: rgba(0,0,0,.33) 0px 0px 4px;
	}
	.villas-page .row .logo, .hotels-page .row .logo{
    	/* top: 45px !important; */
		height: 25px !important;
		filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.33));
	}
	.apps-buttons{
		padding-top: 250px !important;
	}
	.apps-buttons.last{
		display: block;
		padding-top: 50px !important;
	}
	.ios-bt, .andriod-bt{
    	width: 167px;
		height: 49px;		
	}
	.ios-align, .android-align{
		text-align: center;
	}
	h1{
		font-size: 1.75em;
		width: 70%;
		line-height: 1.3em;
	}
	h2{
	    font-size: 1.05em;
	    max-width: 70%;
	    text-align: center;
	    line-height: inherit;
	}
	.phone-pic1, .phone-pic2{
		min-height: 370px;
		background: url(../img/website_baner1_mobile.jpg) no-repeat;	
		background-position: calc(100% + 187px) center !important;	
	}
	.big-pic3{
		display: none;
	}	
	.with-borders{
		border-right: 0 solid gray;
		border-left: 0 solid gray;
	}
	.services .col-sm-4:nth-child(2), .services .col-sm-4:nth-child(3){
		padding-top: 60px;
	}
	.copyright{
		font-size: 0.75em;
		line-height: 1.3em;
	}
	.content .text{
		font-size: 1.25em;
	}
	.content .text p{
		font-size: 17px;
		font-weight: 400;
		line-height: 25px;
	}
	.footer-container{
		padding-bottom: 20px;
	}
	.footer-partners .col-sm-3{
		padding-bottom: 0.5em;
	}
	.footer-menu li{
		display: block;
		text-align: center;
		padding: 5px 0 5px 0 !important;
		height: 20px;
	}
	.footer-links div[class*="col-sm"]{
		text-align: center;
	}
	.big-pic3 .text-wraper{
		position: relative;
		right: 0;
		top: 45px;
    	padding: 0 30px;		
	}
	.big-pic3 .text-wraper h1{
    	font-size: 1.35em;
		font-weight: bold;
		width: auto;
		color: white;		
	}
	.big-pic3 .text-wraper p{
		display: none;
	}
	.big-pic3{
		background-position: -265px center !important;
		min-height: 500px !important;
	}
	.footer-partners{
	    padding-bottom: 15px;
		margin-bottom: 10px;
	}	
	.social{
		float: right;
	}
	.footer .follow{
		float: left;
	}			
}


.services{
	padding: 65px 15px;
}








