@charset "UTF-8";
.total_body {
    margin-left: auto;
    margin-right: auto;
    max-width: 1365px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.menu_box {
	position: relative;
}
.menu_back {
    position: absolute;
    width: 100%;
    height: 195px;
    background-color: rgba(2,0,25,0.65);
    z-index: 700;
}
.text-white {
    color: white !important;
}
.celeste_button {
    background-color: #3DB3A5 !important;
}

.celeste_button:hover {
    background-color: #18355e !important;
}
.menu_content {
	width: 100%;
	height: 100%;
	background-image: url(../img/layout/lines.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
}
.corner_menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 49%;
	height: auto;
	max-width: 664px;
	z-index: 9991;
}
.temperature_box {
	position: absolute;
	right: 50px;
	width: 68px;
	height: 333px;
	background-color: #3cb4a5;
	border-bottom-left-radius: 33px;
	border-bottom-right-radius: 33px;
	z-index: 9994;
}
.temp_grade {
	color: #FFFFFF;
	font-size: 48px;
	font-family: 'Avenir';
	font-weight: bold;
	text-shadow: 3px 3px 2px rgba(0,0,0,0.25);
	margin-left: -19px;
}
.huatulco_label {
	font-family: 'Avenir';
	color: #1c355e;
	transform: rotate(-90deg);
	transform-origin: top left 0;
	font-weight: 900;
	font-size: 30px;
	position: absolute;
	line-height: 35px;
	left: 17px;
	bottom: 2px;
	text-shadow: 2px 1px 2px rgba(0,0,0,0.25);
}
.content_temperature_box {
	width: 100%;
	height: 100%;
}
.icon_weather {
	text-align: center;
	padding-top: 16px;
	padding-bottom: 17px;
	font-size: 32px;
	color: #eee021;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
.button_lang {
    color: #FFFFFF;
    font-family: 'Avenir';
    font-weight: 900;
    text-decoration: none;
    font-size: 30px;
    position: fixed;
    /* [disabled]left: 20px; */
    z-index: 9992;
    background-color: #3DB3A5;
    top: 0px;
    padding-top: 20px;
    margin-left: 19px;
    padding-left: 5px;
    padding-right: 7px;
    padding-bottom: 5px;
}
.button_lang:hover {
	color: #050C28;
	text-decoration: none;

}
.main_logo {
	position: absolute;
	left: 11.2%;
	top: 46px;
	width: 23%;
	height: auto;
	z-index: 9996;
}
.menu_buttons_box {
    position: absolute;
    right: 146px;
    top: 67px;
    z-index: 9994;
}
.menu_buttons_box a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'Avenir';
	font-weight: 500;
	font-size: 17px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
.menu_buttons_box a:hover {
	color: #3DB3A5;

}
.reservation_button {
	background-color: #eda23b;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 11px;
}
.reservation_button:hover {
	background-color: #77490A;
	color: #FFFFFF !important;

}
.white_logo {
	display: none;
}
.footer_box {
	background-image: url(../img/layout/lines_foot.png), -webkit-linear-gradient(270deg,rgba(24,53,94,1.00) 0%,rgba(16,36,64,1.00) 100%);
	background-image: url(../img/layout/lines_foot.png), -moz-linear-gradient(270deg,rgba(24,53,94,1.00) 0%,rgba(16,36,64,1.00) 100%);
	background-image: url(../img/layout/lines_foot.png), -o-linear-gradient(270deg,rgba(24,53,94,1.00) 0%,rgba(16,36,64,1.00) 100%);
	background-image: url(../img/layout/lines_foot.png), linear-gradient(180deg,rgba(24,53,94,1.00) 0%,rgba(16,36,64,1.00) 100%);
	background-position: right top;
	background-repeat: repeat-y;
	padding-right: 13%;
}
.social_network {
	font-size: 40px;
	-webkit-text-stroke: 1px #3fa69b;
	/* If we weren't using text-shadow, we'd set a fallback color
     and use this to set color instead
    -webkit-text-fill-color: white; */
	text-shadow:
		
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 #3fa69b,  
    1px -1px 0 #3fa69b,
   -1px  1px 0 #3fa69b,
    1px  1px 0 #3fa69b;
	margin-left: 5px;
	margin-right: 5px;
}
.social_network_box a {
	text-decoration: none;
	color: #09102E;
}
.social_network_box a:hover {
	color: #ffffff !important;
}
.footer_menu a {
	font-family: 'Avenir';
	font-weight: 400;
	font-size: 15px;
	color: #ffffff;
	display: inline-block;
	margin-left: 6px;
	margin-right: 5px;
	text-decoration: none;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.64);
}

.footer_menu a:hover {
	font-family: 'Avenir';
	font-weight: 400;
	font-size: 15px;
	color: #3DB3A5;
	display: inline-block;
	margin-left: 6px;
	margin-right: 5px;
	text-decoration: none;
}
.white_text_foot {
	color: #FFFFFF;
	font-family: 'Avenir';
	font-weight: 400;
	vertical-align: 14px;
	margin-right: 15px;
	font-size: 21px;
}
.map_box {
	background-image: url(../img/layout/map.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-bottom: 131px;
	padding-top: 80px;
}
.credit_box {
	background-color: #3DB3A5;
	border-top: 15px solid #FFFFFF;
	padding-top: 19px;
	position: relative;
}
.logo_bycom_conten {
    background-image: -webkit-linear-gradient(0deg,rgba(61,179,165,1.00) 23.01%,rgba(45,124,115,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(61,179,165,1.00) 23.01%,rgba(45,124,115,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(61,179,165,1.00) 23.01%,rgba(45,124,115,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(61,179,165,1.00) 23.01%,rgba(45,124,115,1.00) 100%);
    text-align: right;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 149px;
}
.foot_triangle {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.logo_foot {
	position: absolute;
	bottom: 131px;
	left: 95px;
}
.footer_menu {
	text-align: right;
}
.social_network_box {
	text-align: right;
	padding-top: 100px;
}
.inline_block {
	display: inline-block;
}
.green_foot_tittle {
	color: #3fa69b;
	text-transform: uppercase;
	font-family: 'Avenir';
	font-weight: 600;
	font-size: 23px;
	vertical-align: 7px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.64);

}
.big_foot_tittle {
	color: #FFFFFF;
	font-size: 55px;
	font-family: 'Avenir';
	font-weight: 900;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.64);
	margin-left: 20px;
}
.big_foot_tittle2 {
	color: #FFFFFF;
	font-size: 26px;
	font-family: 'Avenir';
	font-weight: 900;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.64);
	margin-left: 20px;
	vertical-align: 4px;
}
.green_text {
	color: #3fa69b;
}
.phones_box {
	text-align: right;
	padding-top: 100px;
}
.footer_slogan {
	color: #FFFFFF;
	font-family: 'Avenir';
	text-shadow: 2px 2px 2px rgba(0,0,0,0.64);
	font-size: 19px;
	font-weight: 500;
	text-align: right;
	padding-top: 30px;
}
.phones_box_2 {
	text-align: right;
}
.phone_small2 {
	margin-left: 15px;
	border-left: 3px solid #3DB3A5;
	padding-left: 15px;
}
.general_text {
	font-family: 'Avenir';
	color: #808080;
	font-size: 17px;
	line-height: 25px;
}
.corner_fix {
    height: 195px;
}
.itmes_total {
    font-size: 21px;
    vertical-align: -3px;
    display: inline-block;
    margin-left: 5px;
    text-align: center;
    line-height: 19px;
    text-transform: uppercase;
    font-family: 'Avenir';
    font-weight: 400;
}
.items_label {
    font-size: 14px;
}
.tittle_tour {
	font-family: 'Avenir';
	font-weight: 900;
	font-size: 25px;
	padding-bottom: 10px;
}
.tittle_green {
    font-family: 'Avenir';
    font-weight: 900;
    font-size: 29px;
    color: #3cb4a5;
    text-transform: uppercase;
}
.sub_tittle_gray {
    font-family: 'Avenir';
    font-weight: 400;
    font-size: 26px;
    color: #8b8b8b;
    text-transform: uppercase;
}
.footer_page {
    background-image: url(../img/layout/triangles.png);
    background-repeat: repeat-x;
    background-position: center top;
    height: 400px;
    background-color: #f6f6f6;
}
.footer_blue {
    background-color: #17345D;
    background-image: url(../img/layout/clouds.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.footer_blue_box {
    background-color: rgba(13,29,50,0.22);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 990px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 45px;
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.footer_blue_wrap {
    float: left;
    width: 100%;
    margin-top: -300px;
    padding-bottom: 70px;
}
.tittle_box_blue {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 400px;
    background-color: #1c355e;
    padding-top: 45px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 180px;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    color: #FFFFFF;
    font-size: 46px;
    position: relative;
}
.blue_box_content {
    background-color: #FFFFFF;
    position: relative;
}
.position_top_blue {
    width: 100%;
    position: absolute;
    top: -127px;
}
.pic_blue {
    width: 45%;
    float: right;
    background-image: url(../img/layout/pic_blue.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.text_blue_foot {
    float: left;
    margin-left: -122%;
    width: 122%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 133px;
    padding-right: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
}
.transportation_blue {
    padding-top: 20px;
    padding-bottom: 25px;
}
.blue_link {
    display: inline-block;
    background-color: #253761;
    background-image: url(../img/layout/triangle_top_left.png);
    background-position: left top;
    background-repeat: no-repeat;
    line-height: 45px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Avenir';
	font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}
.blue_link:hover {
    background-color: #16213A

}
.welcome_tittle {
    position: absolute;
    bottom: -16px;
    background-color: #3FA69B;
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    left: 29px;
    text-transform: uppercase;
}
.edit_button {
    display: inline-block;
    background-color: #ededed;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 9px;
    text-decoration: none;
    font-family: 'Avenir';
	font-weight: 500;
    font-size: 18px;
    color: #000000;

}
.edit_button:hover {
    background-color: #D5D5D5;
}
.edit_button_box {
    padding-top: 15px;
}
.white_text {
    color: #FFFFFF;
}
.clearabsolite {
    overflow-x: auto;
    overflow-y: auto;
}
.relative {
    position: relative;
}
.img-responsive {
    width: 100%;
    height: auto;
}
.view_tour_box {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 15px;
	text-align: right;
}
.visit_button:hover {
	background: #3CD6BF;
	
}
.blue_text {
    color: #1C355E !important;
}
.header_section {
    background-image: url(../img/cart/header_cart.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-bottom: 69%;
    position: relative;
}
.header_empty_cart {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    /* [disabled]padding-bottom: 69%; */
    position: relative;
    background-color: #153055;
}
.shadow_header {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-bottom: 3%;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,0.35) 99.95%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,0.35) 99.95%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,0.35) 99.95%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(0,0,0,0.35) 99.95%);
}
.top_header_shadow {
    position: absolute;
    top: 195px;
    width: 100%;
    padding-bottom: 3%;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.35) 0%,rgba(255,255,255,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.35) 0%,rgba(255,255,255,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.35) 0%,rgba(255,255,255,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.35) 0%,rgba(255,255,255,0.00) 100%);
}
.paynow_img {
    position: absolute;
    top: 40%;
    right: 16%;
    width: 25%;
    height: auto;
}
.time_travel_img {
    position: absolute;
    right: 5%;
    width: 25%;
    height: auto;
    bottom: 5%;
}
.lead_blue {
    background-image: -webkit-radial-gradient(270deg,rgba(177,33,36,1.00) 0%,rgba(255,0,0,1.00) 100%);
    background-image: -moz-radial-gradient(270deg,rgba(177,33,36,1.00) 0%,rgba(255,0,0,1.00) 100%);
    background-image: -o-radial-gradient(270deg,rgba(177,33,36,1.00) 0%,rgba(255,0,0,1.00) 100%);
    background-image: radial-gradient(180deg,rgba(177,33,36,1.00) 0%,rgba(255,0,0,1.00) 100%);
}
.lead_blue {
    background-image: url(../img/cart/gradient.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.lead_blue_content {
    background-image: url(../img/cart/triangle.png);
    background-repeat: repeat-y;
    background-position: center center;
}
.lead_shadow {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.33) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.33) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.33) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.33) 0%,rgba(0,0,0,0.00) 100%);
    padding-bottom: 3%;
}
.blue_lead_text {
    text-align: center;
}
.white_text_lead {
    color: #FFFFFF;
    font-family: 'Avenir';
    font-weight: bold;
    font-size: 25px;
}
.blue_text_lead {
    color: #6FC8B5;
    font-family: 'Avenir';
    font-weight: 300;
    font-size: 25px;
}
.blue_lead_text {
    padding-top: 60px;
    padding-bottom: 70px;
}
.teaser_item {
    width: 50%;
    background-color: #37BCCE;
    float: left;
    background-image: url(../img/cart/transportation.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 37%;
    position: relative;
}
.teaser_shadow {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.62) 0.05%,rgba(0,0,0,0.00) 99.94%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.62) 0.05%,rgba(0,0,0,0.00) 99.94%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.62) 0.05%,rgba(0,0,0,0.00) 99.94%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.62) 0.05%,rgba(0,0,0,0.00) 99.94%);
    padding-bottom: 4%;
}
.teaser_button_box {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}
.teaser_button {
    display: inline-block;
    background-color: #EEE021;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 27px;
    color: #153055;
    text-decoration: none;
    font-family: 'Avenir';
    font-size: 24px;
    -webkit-box-shadow: 2px 5px 11px rgba(0,0,0,0.56);
    box-shadow: 2px 5px 11px rgba(0,0,0,0.56);
}
.teaser_button:hover {
    background-color: #99900B;
    color: #FFFFFF;
}
.teaser_icon_box {
    position: absolute;
    top: 0px;
    background-color: #EEE021;
    left: 25px;
    width: 56px;
    height: 55px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    -webkit-box-shadow: 4px 0px 0px rgba(0,0,0,0.51);
    box-shadow: 4px 0px 0px rgba(0,0,0,0.51);
    font-size: 35px;
    line-height: 62px;
    padding-top: 0px;
    color: #263862;
}
.teaser_icon_box_right {
    position: absolute;
    top: 0px;
    background-color: #EEE021;
    width: 56px;
    height: 55px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    -webkit-box-shadow: 4px 0px 0px rgba(0,0,0,0.51);
    box-shadow: 4px 0px 0px rgba(0,0,0,0.51);
    font-size: 35px;
    line-height: 62px;
    padding-top: 0px;
    color: #263862;
    right: 30.1px;
}
.results_icon_box {
    position: relative;
}
.results_icon {
    position: absolute;
    top: -118px;
    width: 100%;
    text-align: center;
}

.results_icon2 {
    position: absolute;
    top: -130px;
    width: 100%;
    text-align: center;
}

.text_results {
    text-align: center;
    padding-top: 90px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #3CB4A5;
    font-family: 'Avenir';
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 55px;
}
.empty_cart_text {
    padding-top: 35%;
    text-align: center;
    padding-bottom: 25%;
}
.empty_icon_cart {
    color: rgba(61,179,165,1.00);
    font-size: 60px;
}
.empty_cart_content {
    color: #FFFFFF;
    font-family: 'Avenir';
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    padding-top: 15px;
    font-weight: 300;        
}
.icon_found {
    width: 80%;
    max-width: 332px;
    height: auto;
}
.header_section.header_tours {
    padding-bottom: 55%;
    background-image: url(../img/cart/header_tours.jpg);
}
.capitalize {
    text-transform: uppercase;
}
.qr_box {
    text-align: center;
}
@media screen and (max-width:1150px){
.white_logo {
	width: 25%;
	height: auto;
	position: absolute;
	left: 2%;
	top: 60px;
	display: block;
}
.corner_menu {
	display: none;
}
.main_logo {
	display: none;
}
.button_lang, .button_lang:hover {
	display: inline-block;
	background-color: #3DB3A5;
	top: 0px;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 6px;
	font-size: 18px;
}
.menu_content .button_lang .icon.icon-cart-arrow-down {
    font-size: 26px;
    vertical-align: 0px;
    margin-right: 4px;
}
}

@media screen and (max-width:960px){
.white_logo {
	width: 300px;
	left: 50%;
	top: 41px;
	margin-left: -150px;
}
.menu_buttons_box {
	width: 100%;
	left: auto;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	position: relative !important;
	padding-top: 131px;
	top: auto;
	right: auto;
	padding-bottom: 30px;
}
.footer_box {
	background-image: -webkit-linear-gradient(270deg,rgba(24,53,94,1.00) 0%,rgba(16,36,64,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(24,53,94,1.00) 0%,rgba(16,36,64,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(24,53,94,1.00) 0%,rgba(16,36,64,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(24,53,94,1.00) 0%,rgba(16,36,64,1.00) 100%);
	background-position: right top;
	background-repeat: repeat-y;
	padding-right: 0px;
}
.map_box {
	padding-right: 12%;
	background-position: left top;
}
.logo_bycom_conten {
    background-image: -webkit-linear-gradient(90deg,rgba(61,179,165,1.00) 23.01%,rgba(45,124,115,1.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(61,179,165,1.00) 23.01%,rgba(45,124,115,1.00) 100%);
    background-image: -o-linear-gradient(90deg,rgba(61,179,165,1.00) 23.01%,rgba(45,124,115,1.00) 100%);
    background-image: linear-gradient(0deg,rgba(61,179,165,1.00) 23.01%,rgba(45,124,115,1.00) 100%);
    text-align: right;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 93px;
}
}

@media screen and (max-width:790px){
.temperature_box {
	display: none;
}
.menu_back {
	position: relative;
	background-color: #0D192E;
}
.menu_back {
	height: auto;
}
.white_logo {
	max-width: 100%;
}
.big_foot_tittle {
	font-size: 39px;
}
.inline_block.phone_small2 {
	display: block;
	border-left-style: none;
}
.green_foot_tittle {
	display: block;
	margin-top: 18px;
	margin-bottom: 9px;
}
.foot_triangle {
	display: none;
}
.logo_foot {
	display: none;
}
.logo_bycom_conten {
    background-image: -webkit-linear-gradient(90deg,rgba(61,179,165,1.00) 23.01%,rgba(45,124,115,1.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(61,179,165,1.00) 23.01%,rgba(45,124,115,1.00) 100%);
    background-image: -o-linear-gradient(90deg,rgba(61,179,165,1.00) 23.01%,rgba(45,124,115,1.00) 100%);
    background-image: linear-gradient(0deg,rgba(61,179,165,1.00) 23.01%,rgba(45,124,115,1.00) 100%);
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 0px;
}
.pic_blue {
    width: 100%;
    background-image: none;
}
.text_blue_foot {
    float: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
}
.top_header_shadow {
    top: 0px;
}
.paynow_img {
    width: 30%;
    height: auto;
    top: 20%;
    right: 10%;
}
.time_travel_img {
    width: 33%;
    height: auto;

}    
}

@media screen and (max-width:600px){
.white_logo {
	top: 75px;
}
.menu_buttons_box {
	padding-top: 178px;
}
.footer_menu {
	display: none;
}
.map_box {
	text-align: center;
	padding-right: 0px;
}
.phones_box {
	text-align: center;
	padding-top: 30px;
}
.phones_box_2 {
	text-align: center;
}
.phone_small2 {
	margin-left: 0px;
	padding-left: 0px;
}
.footer_slogan {
	text-align: center;
}
.social_network_box {
	text-align: center;
}
.footer_slogan {
	display: none;
}
.teaser_item {
    float: none;
    width: 100%;
    padding-bottom: 60%;
}
.teaser_icon_box_right {
    left: 20px;
}
}

@media screen and (max-width:450px){
.footer_blue {
    display: none;
}
}
