@charset "utf-8";
/* CSS Document */

/*

font-family:400 12px/120% 'PT Sans', sans-serif;

box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;


background-size: px px;
	-webkit-background-size:

content: '\f054';
    font-family: "FontAwesome";
    font-size:14px;
    color: #5F5F5F;


*/

body
{
	margin: 0;
	padding: 0;
    top: 0 !important;
}

/* Hide google translate banner on top of the screen */
body > .skiptranslate {
    display: none !important; }

/* Accessibility map */
.as_map_c
{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.as_map
{
    height: 28px;
    margin: -250px auto 0 auto;
    display: table;
    table-layout: fixed;
    padding: 3px 25px 14px 10px;;
    background-color: #FFFFFF;
    transition: margin-top 400ms;
    -webkit-transition: margin-top 400ms;
}
.as_map.opened { margin-top: 0; }
.as_map ul { float: left; margin: 0; padding: 0; list-style: none; }
.as_map ul li { float: left; margin: 15px 10px; }
.as_map ul li > *
{
    padding: 5px 15px;
    background-color: #d7cfcc;

    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 20px;
    color: #231F1D;
    text-decoration: none;
    line-height: 20px;
}
.as_map ul li > *:focus { background-color: #FFFFFF; outline: 1px dotted #231F1D; }

*
{
	outline: none;
    transition:background-color ease 1s;
    -webkit-transition:background-color ease 1s;
}

*:focus > .art_focus
{
    box-sizing: border-box;
    outline: 2px dotted #B70A45;
}

a
{
    transition: color ease 0.7s;
    -webkit-transition: color ease 0.7s;
}

a img
{
	border: 0px solid;
}

p
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
::selection {
 color: #fff;
 background: #A3073D;
}
::-moz-selection {
 color: #fff;
 background: rgba(163, 7, 61, 0.9);
}
.content p
{
	float: none;
}

a.art_anchor,
.content a.art_anchor
{
	text-decoration:none;
}

body .ui-widget { font-size: 11px; }

.page_c
{
	width: 100%;	
	overflow: hidden;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 1020px)
{
	.page_c
	{
		min-width: 320px;
	}
	body .ui-widget { font-size: 14px; }
}
@media only screen and (max-width: 620px)
{
	body .ui-widget { font-size: 16px; }
}

.offscreen
{
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/*****************************/
/*			HEAD			*/
/***************************/
.head_c
{
	width: 100%;
	position:relative;
	z-index:5;
	height: 73px;
	background-color: #FFF;
    float: left;
}

body.simple .head_c
{
    background-color: #F8F8F9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.logo_c
{
    float: left;
    width: 179px;
    height: 100%;
    position: relative;
    background-color: #B10A43;
}

.logo_c img
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 112px;
    height: 33px;
}

/*Desktop menu*/
.h_menu_c
{
    display: table;
    float: left;
}

.h_menu_c .menu
{
	display:table;
	width: 100%;
    margin: 0;
    z-index: 50;
    position: relative;
}

.menu ul
{
    margin: 0;
    padding: 0 20px;
    float: left;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
}

.menu li
{
	margin: 0;
	list-style: none;
	display: inline-block;
    vertical-align: top;
	z-index: 2;
    position: relative;
	text-transform: none;
}

.menu ul:last-child li
{

}

.menu ul > li:last-child
{
	margin-right:0;
}

.menu li a
{
    display: inline-block;
	margin:0;
	padding: 24px 20px 30px;
	box-sizing: border-box;
    position: relative;

    font: 500 0.938rem/120% Work Sans, Verdana, sans-serif;
	color: #504F5B;
	text-decoration:none;
    text-transform: none;
}

.menu li .subtitle
{
    font-size: 0.813rem;
    font-weight: 400;
}

.menu li li *:focus
{
    outline: none;
    border: none;
}

.menu > ul > li:hover > a,
.menu > ul > li.opened > a,
.menu > ul > li > a:focus,
.menu > ul > li.current_link > a,
.menu > ul > li.current_path > a
{
    color: #B10A43;
}

.menu > ul > li > a::after
{
    content: " ";
    position: absolute;
    top: 16px;
    right: -1px;
    width: 2px;
    height: 47px;
    background-color: #EAEAEA;
}

.menu > ul > li:last-child > a::after
{
    content: none;
}

.menu > ul > li > ul
{
	position:absolute;
	width: 350px;
	margin:0;
	padding: 0;
    box-sizing: border-box;
	z-index:5;
	top: 73px;
	left:-5000px;
    overflow: hidden;
    max-height:0;
    transition: max-height ease 0.5s, padding-top ease 0.5s , padding-bottom ease 0.5s;
    -webkit-transition: max-height ease 0.5s, padding-top ease 0.5s , padding-bottom ease 0.5s;
	background: #F8F8F9 url(../img/icons/hanneshof_icon_white.svg) no-repeat bottom 0 right -50px;
    background-size: 258px 256px;
}

.menu > ul > li.opened > ul
{
    padding: 35px 20px !important;
    max-height: 600px;
    left: 0;
    text-align: center;
}

.menu > ul > li:last-child.opened > ul
{
    left: auto;
    right: 0;
}

.menu li li
{
    width: 100%;
}

.menu li li a
{
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    display: block;
    text-transform: none;
    font: 400 0.938rem/120% Work Sans, Verdana, sans-serif;
    color: #504C59;
    text-align: left;
    background: none !important;
    position: relative;
}

.menu li li > a:hover,
.menu li li.opened > a,
.menu li li > a:focus,
.menu li li.current_link > a,
.menu li li.current_path > a
{
    color: #9B0D3F;
}

.menu li li > a:hover span,
.menu li li.opened > a span,
.menu li li > a:focus span,
.menu li li.current_link > a span,
.menu li li.current_path > a span
{
    text-decoration: underline;
}

.menu li li > a span
{
    position: relative;
    padding-left: 14px;
}

.menu li li > a span::before
{
    content: "\f0da";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "FontAwesome";
    margin-right: 7px;
    text-decoration: none !important;
}

/* Mobile menu */
.mobile_menu_btn
{
    display: none;
}

.menu_slide_c
{
	width: 320px;
	float: left;
	position: absolute;
	top: 62px;
	left: 0;
	z-index: 6;
	overflow: hidden;
	z-index:3;
    background-color: #EDEDEF;
    box-shadow: 0 1px 2px rgba(0, 0,2, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0,2, 0.2);
}

.menu_slide_c.closed
{
	display: none;
}

.menu_slide_c .menusl
{
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.menu_slide_c .menusl .menuslbox
{
	width: 100%;
	position: absolute;
	top: 0px;
	left: -100%;
	z-index: 2;
}

.menu_slide_c .menusl .menuslbox.current
{
	left: 0%;
}

.menu_slide_c li
{

}

.menusl ul
{
    margin: 0;
    padding:30px 10px !important;
    box-sizing: border-box;
    left: 0;
}

.menusl li
{
    width: 100%;
    list-style: none;
}

.menusl li a
{
    width: 100%;
    padding: 10px 30px 10px 20px;
    box-sizing: border-box;
    display: block;
    text-transform: none;
    font: 500 1.125rem/120% Work Sans, Verdana, sans-serif;
    text-decoration: none;
    color: #504F5B;
    position: relative;
}

.menusl li > a:hover,
.menusl li.opened > a,
.menusl li > a:focus,
.menusl li.current_link > a,
.menusl li.current_path > a
{
    color: #9B0D3F;
}

.menusl li a .subtitle
{
    font-size: 0.875rem;
}

.menusl li.sub_links a::after
{
    content: "\f105";
    font: 400 1.125rem/120% "FontAwesome";
    position: absolute;
    top: 10px;
    right: 15px;
}

/*Submenu Mobile*/
.submenu li a
{
    text-transform: none;
}

.submenu li a span
{
    padding-left: 20px;
    position: relative;
    display: inline-block;
}

.submenu li a span::before
{
    position: absolute;
    left: 0;
    top: 0;
    content: '\f0da';
    font-family: "FontAwesome";
    font-size:0.875em;
}

.submenu li.main_li > a
{
    padding: 10px 20px 10px 30px;
    font: 700 1em/120% Work Sans, Verdana, sans-serif;
    text-transform: uppercase;
}

.submenu li.main_li > a span
{
    padding: 0;
}

.submenu li.main_li > a span::before
{
    content:none;
}

.submenu li.mm_parent > a
{
    font:700 1.1em/120% Work Sans, Verdana, sans-serif;
    text-transform: uppercase;
}

.submenu li.mm_parent > a span
{
    padding: 0;
}

.submenu li.mm_parent > a span::before
{
    content:none;
}

.submenu li.back_link > a span::before
{
    top: 0;
    content:'\f053';
    font-size: 14px;
}

.menusl ul ul
{
    padding: 0 !important;
}

.menusl .main_li ul a
{
    padding: 10px 20px 10px 30px;
    font-size: 1em;
}

/* Header Links */
.header_top_links
{
    float: right;
    font: 500 0.938rem/120% Work Sans, Verdana, sans-serif;
    letter-spacing: -0.02em;
    color: #777777;
    height: 100%;
}

.header_top_links > a
{
    display: block;
    float: left;
    color: #777;
    margin-top: 26px;
    margin-left: 8px;
    margin-right: 8px;
}

.header_top_links .gtranslate_c
{
    display: block;
    float: left;
    color: #777;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    padding: 26px 38px 0 12px;
    transition: background-color ease 0.7s;
    -webkit-transition: background-color ease 0.7s;
}

.header_top_links .gtranslate_c:hover,
.header_top_links .gtranslate_c:focus
{
    background-color: #F1F1F2;
}

.header_top_links .gtranslate_c a
{
    color: #777;
}

.header_top_links .gtranslate_c .g_translate_btn
{
    position: relative;
}

.header_top_links .gtranslate_c .g_translate_btn::after
{
    content: "\f0d7";
    position: absolute;
    top: 2px;
    right: -12px;
    font-family: FontAwesome;
    transition: transform ease 0.7s;
    -webkit-transition: -webkit-transform ease 0.7s;
}

.header_top_links .gtranslate_c.opened .g_translate_btn::after
{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

/* Google Translate */
.goog-te-gadget {
    font-size: 0 !important; }

.goog-te-gadget > span {
    display: none !important; }

.gtranslate_c .gtranslate_inner .goog-te-combo {
    width: 100%;
    min-width: 175px;
    font: 400 0.875rem/100% Work Sans, Verdana, sans-serif;
    text-transform: none; }

.header_top_links .search_c
{
    display: block;
    float: left;
    color: #777777;
    margin-top: 26px;
    margin-left: 8px;
    margin-right: 8px;
}

.header_top_links a > *
{
    display: inline-block;
    vertical-align: middle;
    transition: color ease 0.7s;
    -webkit-transition: color ease 0.7s;
}

.header_top_links a:hover,
.header_top_links a:focus
{
    color: #9C0E40;
}

.header_top_links .svg *
{
    fill: #777777 !important;
    stroke: none !important;
    transition: fill ease 0.7s, stroke ease 0.7s;
    -webkit-transition: fill ease 0.7s, stroke ease 0.7s;
}

.header_top_links a:hover svg *,
.header_top_links a:focus svg *
{
    fill: #9B0D3F !important;
    stroke: none !important;
}

.header_top_links .phone_icon
{
    width: 12px;
    height: 17px;
}

.header_top_links .mail_icon
{
    width: 19px;
    height: 19px;
}

.header_top_links .search_icon
{
    width: 16px;
    height: 16px;
}

.header_top_links .translate_icon
{
    width: 26px;
    height: 21px;
}

.header_top_links .search_c input
{
    display: inline-block;
    width: 0;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    vertical-align: middle;
    padding-bottom: 5px;
    font: 500 0.938rem/120% Work Sans, Verdana, sans-serif;
    letter-spacing: -0.02em;
    color: #777777;
    transition: width ease 0.4s, margin ease 0.7s;
    -webkit-transition: width ease 0.4s, margin ease 0.7s;
}

.header_top_links .search_c input:focus
{
    width: 70px;
    border-bottom: 1px solid #777777;
    outline: none;

    margin-left: 10px;
}

.header_top_links .search_c input::placeholder
{
    color: #777777;
    opacity: 1;
}

.header_top_links .search_c form
{
    display: inline-block;
}

.header_top_links .search_c .btnsearch
{
    display: none;
}

.header_top_links .link_t
{
    margin-left: 4px;
}

.gtranslate_c .gtranslate_inner {
    position: fixed;
    right: -1500px;
    top: 73px;
    background-color: #C51251;
    padding: 10px 15px;
    transition: right 0.5s;
    -webkit-transition: right ease 0.5s;
}

.goog-te-gadget-simple .goog-te-menu-value,
.goog-te-gadget-simple .goog-te-menu-value:hover
{
    background-color: #FFF;
}

.gtranslate_c.opened .gtranslate_inner {
    position: absolute;
    right: 0;
}

.gtranslate_c .gtranslate_inner .h_google_tr {
	border-width: 5px 12px 5px 12px;
    border-style: solid;
    border-color: #FFF;
}

.goog-te-gadget-simple
{
    border-color: transparent !important;
}


.goog-te-menu-value
{
    padding: 0 !important;
    height: auto !important;
}

/*Header Image*/

.header_image_c
{
    width: 100%;
    float: left;
    z-index: 1;
    position: relative;
    overflow: hidden;
    line-height: 50%;
    height: 940px;
}

.header_image_c::after
{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/head_image_bg.png) no-repeat center;
    background-size: cover;
}

.header_image_c .header_image > img
{
    width: 2000px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.header_image_c #header_image
{
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}

.header_image_c #header_image::after
{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/head_image_bg.png) no-repeat center;
    background-size: cover;
    z-index: 3;
}

.header_image_c #header_image > img
{
	min-height:100%;
    min-width:100%;
    height:auto;
    width:auto;
    position:absolute;
    top:-100%; bottom:-100%;
    left:-100%; right:-100%;
    margin:auto;
	z-index:1;
    transform: none;
    -webkit-transform: none;
}

#header_image img.current
{
	z-index:2;
}

.header_image_c .marrow.mra_left
{
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 38px;
    height: 84px;
    background: url(../img/icons/arrow_left_head.svg) no-repeat center;
    background-size: 38px 84px;
    z-index: 5;
    cursor: pointer;
}

.header_image_c .marrow.mra_right
{
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 38px;
    height: 84px;
    background: url(../img/icons/arrow_right_head.svg) no-repeat center;
    background-size: 38px 84px;
    z-index: 5;
    cursor: pointer;
}

@media(min-width: 2000px)
{
    .header_image_c
    {

    }

    .header_image_c .header_image > img
    {
        width: 100%;
        position: static;
        transform: none;
        -webkit-transform: none;
    }

}

.header_image_c .dv_slogan
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.header_image_c .header_image_badge
{
    position: absolute;
    top: 95px;
    right: -50px;
    z-index: 3;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
}

.header_image_c .header_image_badge img
{
    width: 296px;
    height: 267px;
}

.header_image_c .header_image_loader
{
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: 0;
}

.header_image_text_c
{
    position: absolute;
    bottom: 80px;
    left: 90px;
    max-width: 1000px;
    z-index: 3;
}

.header_image_text_c .title
{
    font: 900 5rem/100% Montserrat, Arial, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

.header_image_text_c .subtitle
{
    font: 600 1.875rem/120% Montserrat, Arial, sans-serif;
    color: #FFF;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

.header_image_text_c a .art_focus
{
    display: inline-block;
    min-width: 200px;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 18px 25px;
    font: 500 1rem/120% Work Sans, Verdana, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #B70A45;
    position: relative;
}

.header_image_text_c a .art_focus span
{
    position: relative;
    z-index: 2;
}

.header_image_text_c a .art_focus::after
{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #C51251;
    transition: width ease 0.3s;
    -webkit-transition: width ease 0.3s;
    z-index: 1;
}

.header_image_text_c a .art_focus:hover::after,
.header_image_text_c a:focus .art_focus::after
{
    width: 100%;
}

/* Count Down */
.countdown_c
{
    width: 100%;
    box-sizing: border-box;
    padding-top: 35px;
    padding-bottom: 30px;
    float: left;
    position: relative;
    background-color: #EDEDEF;
}

.countdown_c div
{
    float: right;
}

.countdown_c .title_c
{
    text-align: right;
    padding-top: 15px;
}

.countdown_c .title_c .title
{
    font: 700 1.563rem/120% Montserrat, Arial, sans-serif;
    color: #A3073D;
    text-transform: uppercase;
}

.countdown_c .title_c .subtitle
{
    font: 400 0.813rem/120% Work Sans, Verdana, sans-serif;
    letter-spacing: 0.02em;
    color: #504F5B;
}

/* jQuery Countdown styles 2.0.0. */
.is-countdown {
    padding-left: 54px;
    padding-right: 180px;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	text-align: center;
}
.countdown-section {
	display: block;
	float: left;
	font: 400 0.75rem/120% Work Sans, Verdana, sans-serif;
    letter-spacing: 0.02em;
    color: #545454;
    text-transform: uppercase;
	text-align: center;
    padding-left: 16px;
    padding-right: 16px;
}
.countdown-amount {
    font: 700 3.125rem/120% Montserrat, Arial, sans-serif;
    color:  #504E5A;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;

}


#nc_btn
{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 3;
    color: #FFF;
    width: 61px;
    height: 61px;
    border: 2px solid #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    z-index: 5;
}

#nc_btn .fa
{
    position: absolute;
    top: 13px;
    left: 19px;
    font-size: 2.25rem;
    animation: bouncing 2s infinite;
}

#no_btn
{
	position: fixed;
	width: 46px;
	height: 46px;
	right: 0;
	bottom: 0;
	background: #B70A45;
	color: #fff;
	font: 400 32px 'FontAwesome';
	cursor: pointer;
	z-index: 5;
	box-sizing: border-box;
	padding: 6px 13px;
}

#no_btn:hover
{
	background-color: #C51251;
}
/*****************************/
/*			MAIN			*/
/***************************/
.main_c
{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
    float: left;
}
.main
{
	width: 100%;
	min-height: 500px;
	overflow: hidden;
	position: relative;
	z-index: 1;
    display: block;
    padding-bottom: 100px;
}

/*****************************/
/*			FOOTER			*/
/***************************/
.footer_c
{
	width: 100%;
	position:relative;
	z-index:3;
    float: left;
}

.footer_top
{
    width: 100%;
    float: left;
    background: #4A4954;
    position: relative;
}

.footer_top::after
{
    content: " ";
    position: absolute;
    right: 85px;
    top: -100px;
    width: 257px;
    height: 241px;
    background: url(../img/ballonfahrt.png);
    background-size: 257px 241px;
}

.footer_top_c
{
    width: 100%;
    max-width: 1800px;
    box-sizing: border-box;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 55px 40px 10px;
    font: 400 0.875rem/130% Work Sans, Verdana, sans-serif;
    color: #FFF;
}

.footer_top a
{
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    line-height: 160%;
}

.footer_top a:hover,
.footer_top a:focus
{
    text-decoration: underline;
}

.footer_top .column
{
    float: left;
}

.footer_top .column.left
{
    margin-right: 140px;
}

.footer_top .column.center
{
    margin-right: 75px;
}

.footer_top .footer_logo_c img
{
    width: 203px;
    height: 60px;
}

.footer_top .column .title
{
    font: 600 1.125rem/180% Work Sans, Verdana, sans-serif;
    color: #FFF;
    text-transform: uppercase;
}

.footer_top .column .fa
{
    margin-right: 10px;
}

.footer_top .footer_links
{
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    float: left;
    text-align: right;
}

.footer_top .footer_links:first-child
{
    margin-left: 0;
}

.footer_top .footer_links a
{
    display: inline-block;
    font: 400 0.688rem/170% Work Sans, Verdana, sans-serif;
    color: #E4E4E4;
    text-decoration: none;
    margin-left: 13px;
}

.footer_top .footer_links a:hover,
.footer_top .footer_links a:focus
{
    text-decoration: underline;
}

.footer_top .footer_links a .algo_logo
{
    display: inline-block;
    width: 30px;
    height: 9px;
    margin-left: 6px;
}

.footer_bottom
{
    width: 100%;
    float: left;
}

.footer_bottom_c
{
    width: 100%;
    max-width: 1800px;
    box-sizing: border-box;
    padding: 10px 40px;
    float: none;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer_bottom_c img
{
    margin: 10px 20px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: filter ease 0.7s;
    -webkit-transition: filter ease 0.7s;
}

.footer_bottom_c img:hover,
.footer_bottom_c a:focus img
{
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.footer_bottom_c .flogo1
{
    width: 141px;
}

.footer_bottom_c .flogo2
{
    width: 57px;
}

.footer_bottom_c .flogo3
{
    width: 92px;
}

.footer_bottom_c .flogo4
{
    width: 82px;
}

@media(max-width: 1730px)
{
    .header_top_links > a .link_t
    {
        display: none;
    }
}

@media(max-width: 1590px)
{
    .menu ul
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .menu li a
    {
        padding: 24px 15px 30px;
    }

    .header_image_c
    {
        height: 747px;
    }

    .header_image_c .header_image > img
    {
        width: 1590px;
    }

    .header_image_c .header_image_badge
    {
        top: 50px;
    }

}

@media(max-width: 1430px)
{
    .menu li a
    {
        padding: 24px 10px 30px;
    }

    .menu > ul > li > a::after
    {
        content: none;
    }
}

@media(max-width: 1340px)
{
    .head_c
    {
        height: 62px;
    }

    #deskmenu
    {
        display: none;
    }

    .h_menu_c
    {
        padding-top: 16px;
        padding-left: 24px;
    }

    .menu_slide_c
    {
        display: block;
    }

    .menu_slide_c.closed
    {
        display: none;
    }

    /*Mobile Menu*/
    .mobile_menu_btn
	{
		display: block;
		margin: 0;
		padding: 0;
		float: right;
		box-sizing: border-box;
		cursor:pointer;

        font: 500 1.25rem/120% Work Sans, Verdana, sans-serif;
        color: #99073A;
	}

    .mobile_menu_btn > span
    {
        display: inline-block;
        vertical-align: middle;
    }

    .mobile_menu_btn.closed
	{
	}

	.mobile_menu_btn .mmbico
    {
        width: 25px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        z-index: 1;
    }
    .mobile_menu_btn.closed .mmbico
    {
    }
    .mobile_menu_btn .mmbico > *
    {
    	width: 25px;
    	height: 2px;
    	float: left;
    	opacity: 1;
        background-color: #9C093B;
        transition: transform ease 0.5s;
        -webkit-transition: -webkit-transform ease 0.5s;
    }
    .mobile_menu_btn .one
    {
        margin: 0 0 0 5px;
    	transform: rotate(45deg) translate(-4px, 7px);
    	-webkit-transform: rotate(45deg) translate(-4px, 7px);
    }
    .mobile_menu_btn .two { opacity: 0; }
    .mobile_menu_btn .three {
    	margin: 0 0 0 5px;
    	transform: rotate(-45deg) translate(-4px, -7px);
    	-webkit-transform: rotate(-45deg) translate(-4px, -7px);
    }
    .mobile_menu_btn.closed .mmbico > * { height: 3px; margin: 0; }
    .mobile_menu_btn.closed .mmbico > div
    {
    	margin: 5px 0 0 0;
        transform: rotate(0deg) translate(0,0);
    	-webkit-transform: rotate(0deg) translate(0,0);
        opacity: 1;
    }

    .mobile_menu_btn.closed .mmbico  .one
    {
        margin: 0;
    }


    .header_top_links > a
    {
        margin-top: 21px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .header_top_links .search_c
    {
        margin-top: 21px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .header_top_links .phone_icon
    {
        width: 15px;
        height: 21px;
    }

    .header_top_links .mail_icon
    {
        width: 22px;
        height: 20px;
    }

    .header_top_links .search_icon
    {
        width: 20px;
        height: 20px;
    }

    .header_top_links .translate_icon
    {
        width: 26px;
        height: 21px;
    }

    .header_top_links .gtranslate_c
    {
        padding-top: 23px;
        padding-left: 0;
    }

    .header_top_links .gtranslate_c::after
    {
        top: 24px;
    }

    .header_top_links .gtranslate_c:hover,
    .header_top_links .gtranslate_c:focus
    {
        background-color: transparent;
    }

    .gtranslate_c .gtranslate_inner
    {
        top: 62px;
    }

    .header_image_c
    {
        height: 630px;
    }

    .header_image_c .header_image > img
    {
        width: 1340px;
    }

    .header_image_c .header_image_badge
    {
        top: 15px;
    }

}

@media(max-width: 1200px)
{
    .footer_top::after
    {
        right: 20px;
    }

    .footer_top .column.left
    {
        margin-right: 80px;
    }

}

@media( max-width: 1025px)
{

    .as_map_c
    {
        display: none !important;
    }

	/*****************************/
	/*			HEAD			*/
	/***************************/
    .header_image_text_c
    {
        bottom: 15px;
        left: 60px;
        max-width: 700px;
    }

    .header_image_text_c .title
    {
        font-size: 3.125rem;
    }

    .header_image_text_c .subtitle
    {
        font-size: 1.25rem;
    }

    .header_image_text_c a .art_focus
    {
        margin-top: 20px;
    }

    .header_image_c .header_image_badge
    {
        top: 15px;
        right: -25px;
    }

    .header_image_c .header_image_badge img
    {
        width: 221px;
        height: 199px;
    }

    .header_image_c .marrow.mra_left
    {
        left: 15px;
        width: 26px;
        height: 57px;
        background-size: 26px 57px;
    }

    .header_image_c .marrow.mra_right
    {
        right: 15px;
        width: 26px;
        height: 57px;
        background-size: 26px 57px;
    }

    .countdown_c
    {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .countdown_c .title_c
    {
        padding-top: 0;
    }

    .countdown_c .title_c .title
    {
        font-size: 1.563rem;
    }

    /* jQuery Countdown styles 2.0.0. */

    .is-countdown
    {
        padding-left: 45px;
        padding-right: 40px;
    }

    .countdown-section {

        padding-left: 10px;
        padding-right: 10px;
    }
    .countdown-amount {
        font-size: 1.875rem;
    }
    .countdown-period {
        display: block;
    }
    .countdown-descr {
    	display: block;
    	width: 100%;

    }

    .header_image_c
    {
        height: 482px;
    }

    .header_image_c .header_image > img
    {
        width: 1025px;
    }


    #nc_btn
    {
        display: none;
    }

    #no_btn
    {
     width: 50px;
     height: 50px;
     right: 10px;
     bottom: 10px;
     font: 600 40px 'FontAwesome';
     padding: 4px 12px;
    }

    .main
    {
        padding-bottom: 50px;
    }

    .footer_top .column
    {
        width: 100%;
        text-align: center;
        margin: 0 !important;
        padding-bottom: 10px;
    }

    .footer_bottom_c
    {
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media(max-width: 800px)
{
    .footer_top_c
    {
        padding-top: 70px;
    }

    .footer_top::after
    {
        right: 20px;
        top: -80px;
        width: 150px;
        height: 141px;
        background-size: 150px 141px;
    }

    .footer_top .footer_links
    {
        text-align: center;
    }

}

@media( max-width: 650px)
{
	/*****************************/
	/*			HEAD			*/
	/***************************/
	.head_c
    {
        height: 102px;
    }

    .logo_c
    {
        width: 152px;
        height: 55px;
    }

    .h_menu_c
    {
        width: calc(100% - 152px);
        height: 55px;
        box-sizing: border-box;
        background-color: #B10A43;
        padding-right: 20px;
  	}

    .mobile_menu_btn
    {
        color: #FFF;
    }

    .mobile_menu_btn .mmbico > *
    {
        background-color: #FFF;
    }

    .header_top_links
    {
        height: 47px;
    }

    .header_top_links > a
    {
        margin-top: 12px;
    }

    .header_top_links .search_c
    {
        margin-top: 12px;
    }

    .header_top_links .gtranslate_c
    {
        padding: 14px 36px 0 0;
    }

    .header_top_links .gtranslate_c::after
    {
        top: 16px;
        right: 20px;
    }

    .gtranslate_c .gtranslate_inner
    {
        top: 47px;
    }

    .header_image_c
    {
        height: 306px;
    }

    .header_image_c .header_image > img
    {
        width: 650px;
    }

    .header_image_c .header_image_badge
    {
        top: 13px;
        right: -17px;
    }

    .header_image_c .header_image_badge img
    {
        width: 123px;
        height: 110px;
    }


    .header_image_text_c
    {
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
    }

    .header_image_c .marrow.mra_left
    {
        left: 10px;
        width: 17px;
        height: 39px;
        background-size: 17px 39px;
    }

    .header_image_c .marrow.mra_right
    {
        right: 10px;
        width: 17px;
        height: 39px;
        background-size: 17px 39px;
    }

    .header_image_text_c .title
    {
        font-size: 1.875rem;
        padding-left: 35px;
        padding-right: 35px;
        max-width: 500px;
        box-sizing: border-box;
    }

    .header_image_text_c .subtitle
    {
        font-size: 0.938rem;
        padding-left: 35px;
        padding-right: 35px;
    }

    .header_image_text_c a .art_focus
    {
        min-width: 100%;
        text-align: center;
    }


    .countdown_c
    {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .countdown_c .title_c
    {
        width: 100%;
        order: 1;
        box-sizing: border-box;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 10px;
    }

    .countdown_c .title_c .title
    {
        font-size: 1.25rem;
    }

    .countdown_c .title_c .subtitle
    {
        font-size: 0.75rem;
    }

    .is-countdown
    {
        order: 2;
        padding-left: 20px;
        padding-right: 20px;
    }

    .countdown-amount
    {
        font-size: 1.563rem;
    }

    .countdown-section
    {
    	padding-left: 6px;
        padding-right: 6px;
    }

    .menu_slide_c
    {
        top: 55px;
        left: auto;
        right: 0;
    }

	/*****************************/
	/*			MAIN			*/
	/***************************/
	
	
	/*****************************/
	/*			FOOTER			*/
	/***************************/
}