@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap');

html, body{
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	background-color: #E3E4E2;
}

#menus{
	background-color: #475D82;
}
#hmenu{
	height: 90px;
	position: relative;
}

#hmenu .logo-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 90px;
	background-color: #ffffff;
	transition: all 0.5s;
}
#hmenu .logo-bg:after{
	content: "";
	display: block;
	position: absolute;
	top: -40px;
	right: -20px;
	width: 180px;
	height: 180px;
	background-color: #ffffff;
	transform: rotate(15deg);
}

#hmenu .logo-img{
	position: absolute;
	left: 10%;
	top: 10px;
	z-index: 10;
	width: 598px;
	height: 145px;
	background-image: url(../images/frekomos-logo-full.png);
	background-repeat: no-repeat;
	transition: all 0.5s;
}
#hmenu .logo-img a{
	display: block;
	width: 598px;
	height: 145px;
}

.content{
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
}

#contents_1 .content{
	position: relative;
	padding-bottom: 80px;
}
#contents_1 .content.index{
	top: -60px;
}

#contents_1 ul, #contents_2 ul{
	/* list-style-image: url(../images/bg_li.png); */
}
#contents_1 li, #contents_2 li{
	background: url(../images/bg_li.png) no-repeat left 5px;
	padding: 7px 0px 7px 25px;
	list-style: none;
	margin: 0;
}
.contact h4{
	background-color: #888D8C;
	color: #ffffff;
	font-weight: 400;
	font-size: 22px;
	padding: 20px;
}
.contact p{
	text-align: left;
	position: relative;
	margin: 0;
	padding: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.contact p:hover{
	background-color: #D0D0D0;
}
.contact p a{
	display: inline-block;
	position: absolute;
	right: 5px;
	color: #475D82;
	text-decoration: none;
}
.contact p a:hover{
	text-decoration: underline;
}
.download_list{
	padding-top: 20px;
	padding-bottom: 20px;
}
.download_list .middle{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.download_list, .download_list a{
	display: block;
	background-color: #888D8C;
	text-decoration: none;
	color: #FFFFFF;
}
.download_list h4{
	font-size: 22px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0;
	background-image: url(../images/download-document.png);
	background-repeat:	no-repeat;
	background-position: 0 50%;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.download_list p, .content_data .download_list p{
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	padding-left: 40px;
}

.content_data{
	color: #475D82;
}
.content_data p{
	color: #475D82;
	font-size: 18px;
	font-weight: 400;
}
.content_data h1, .content_data h2{
	border-bottom: 10px solid #475D82;
	font-size: 38px;
	font-weight: 300;
	text-transform: uppercase;
	color: #475D82;
	display: inline-block;
}
.content_data h1:after, .content_data h2:after{
	display: block;
	content: "";
	background-color: #475D82;
	width: 100%;
	height: 2px;
	position: absolute;
	margin-top: 8px;
}

.minigallery{
	background-color: #475D82;
	padding: 12px;
	padding-bottom: 80px;
	padding-top: 40px;
}
.minigallery .gallery{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.minigallery .gallery > div{
	padding: 5px;
}
.minigallery .gallery > div img{
	max-width: 99%;
}

.footer-section{
	background-image: url(../images/bg_img1.jpg);
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	padding-top: 40px;
	padding-bottom: 100px;
}

.footer-section .imgs{
	display: flex;
	padding-top: 20px;
}
.footer-section .imgs > *{
	flex: 1;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.footer-section .imgs > *:first-child{
	padding-left: 0px;
}
.footer-section .imgs > *:last-child{
	padding-right: 0px;
}
.footer-section .imgs img{
	max-width: 99%;
}

.footer-section h1, .footer-section h2, .footer-section h3{
	border: none;
	color: #FEFEFE;
	text-align: center;
	display: block;
	font-size: 38px;
	font-weight: 300;
	text-transform: uppercase;
}
.footer-section h1:after, .footer-section h2:after, .footer-section h3:after{
	display: none;
}

#footer{
	background-color: #475D82;
	color: #716F6E;
	font-weight: 300;
	font-size: 12px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;
	color: #FFFFFF;
}
/*
#footer img{
	height: 30px;
	vertical-align: bottom;
}
#footer a{
	color: #F66B22;
	text-decoration: none;
}
#footer a:hover{
	color: #000000;
	text-decoration: none;
}
*/
#footer .box{
	display: flex;
	text-align: left;
}
#footer .box > div{
	flex: 1;
}
#footer .box > div:last-child{
	text-align: center;
}
#footer a:not(.button){
	color: #ffffff;
	text-decoration: none;
	border: none;
}
#footer a:not(.button):hover{
	text-decoration: underline;
}
/*
#footer .box > div:last-child img{
	width: 40px;
}
*/
#footer p{
	line-height: 20px;
	margin: 0;
	padding: 12px;
	padding-top: 0;
}
#footer strong{
	font-weight: 700;
}

a.button{
	background-color: #ffffff;
	padding: 16px;
	text-decoration: none;
	color: #475D82;
	font-weight: 400;
	font-size: 19px;
	display: inline-block;
}
a.button.contact{
	background-image: url(../images/ico-contact.png);
	background-position: 5px 50%;
	background-repeat: no-repeat;
	background-size: 40px;
	padding-left: 55px;
}
a.button:hover{
	background-color: #e3e4e2;
}

/* slider */

#sliders{
	position: relative;
	background-color: #E3E4E2;
}
#sliders .images{
	position: relative;
	/*
	height: 660px;
	*/
	
	/* height: 55vh; */
	height: calc(80vh - 185px);
	max-height: 660px;
	
}
#sliders .images > div{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* text-align: center; */
}
#sliders.small{
	height: 350px;
}
#sliders.half .images{
	height: 350px;
}
#sliders .offer{
	position: relative;
	top: -65px;
}
.footer-section .offer{
	position: relative;
}
#sliders .offer .content, .footer-section .offer .content{
	display: flex;
	width: 1400px;
}
#sliders .offer .content > div, .footer-section .offer .content > div{
	position: relative;
	flex: 1;
	margin-left: 6px;
	margin-right: 6px;
	min-height: 280px;
}
#sliders .offer .content > div:first-child, .footer-section .offer .content > div:first-child{
	margin-left: 0px;
}
#sliders .offer .content > div:last-child, .footer-section .offer .content > div:last-child{
	margin-right: 0px;
}
#sliders .offer .content .body, .footer-section .offer .content .body{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	transform: skew(-15deg);
	box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.75);
}
#sliders .offer .content .body .caption, .footer-section .offer .content .body .caption{
	background-color: #475D82;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.75);
	transition: background-color 0.5s;
}
#sliders .offer .content a:hover .body .caption, .footer-section .offer .content a:hover .body .caption, .footer-section .offer .content a.active .body .caption{
	background-color: #69964D;
}
#sliders .offer .content a > div, .footer-section .offer .content a > div{
	top: 0;
	left: 0;
	transition: all 0.5s;
}
#sliders .offer .content a:hover > div, .footer-section .offer .content a:hover > div{
	top: -10px;
	left: 3px;
}
#sliders .offer .content .text, .footer-section .offer .content .text{
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
}
#sliders .offer .content .text .img, #sliders .offer .content .text .name, .footer-section .offer .content .text .img, .footer-section .offer .content .text .name{
	text-align: center;
}
#sliders .offer .content .text .img{
	padding-top: 15px;
}
#sliders .offer .content .text .name, .footer-section .offer .content .text .name{
	color: #ffffff;
	position: absolute;
	bottom: 13px;
	left: 0;
	width: 86%;
	z-index: 3;
	text-transform: uppercase;
}
#sliders .offer .content .text .name span{
	white-space: nowrap;
}

#sliders .offer .content .text img, .footer-section .offer .content .text img{
	max-width: 80%;
}
.img_black{
	background-color: rgba(0, 9, 23, 0.2);
}
.img_slider{
	/* background-image: url(../images/slide1.jpg); */
	background-size: cover;
	/* background-position: 50% 50%; */
	position: relative;
}

.img_slider .background{
		
}

.img_slider .background, .img_slider .bgh{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	/*
	background-position: 50% 50%;
	background-attachment: fixed;
	*/
	background-position: 50% 50%;
}

#sliders.half .img_slider .background, #sliders.half .img_slider .bgh{
	background-position: 50% 50%;
}

#sliders .container{
	/*
	padding-left: 30px;
	padding-right: 30px;
	width: calc(100% - 60px);
	*/
	/*text-transform: uppercase;*/
	height: auto;
	/* bottom: 50px; */
	top: 70px;
	color: #ffffff;
	font-size: 56px;
	font-weight: 300;
	font-style: italic;
	
}

#sliders .container p, #sliders .container h1{
	color: #ffffff;
	font-size: 56px;
	font-weight: 300;
	font-style: italic;
	margin: 0;
	text-shadow: none;
}

#sliders .container .hidden{
	display: none;
}

#sliders h1, #sliders h2, #sliders h3, #sliders h4, #sliders h5{
	/* font-size: 52pt; */
	font-size: 55pt;
	/* color: #ffffff; */
	color: #EBEBEB;
	font-weight: 700;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
	/* text-align: right; */ 
	text-align: left;
	padding-right: 30px;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
#sliders.small h1, #sliders.small h2, #sliders.small h3, #sliders.small h4, #sliders.small h5{
	text-align: center;
}


.info-section{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #475D82;
	text-align: center;
}
.info-section img{
	max-width: calc(100% - 100px);
}
.info-section h1, .info-section h2, .info-section h3, .info-section h4{
	color: #ffffff;
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	margin: 0;
	padding: 5px;
}
.info-section a{
	opacity: 1;
	transition: all 0.5s;
}
.info-section a:hover{
	opacity: 0.7;
}

.contact-form{
	background-color: #d6d6d6;
}
.contact-form .box{
	display: flex;
	padding-left: 40px;
	padding-right: 40px;
}
.contact-form .box > div{
	flex: 1;
}
.contact-form h1, .contact-form h2, .contact-form h3, .contact-form h4{
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 400;
}
.contact-form .box p{
	color: #000000;
}

.contact-form a{
	color: #000000;
	text-decoration: none;
}
.contact-form a:hover{
	text-decoration: underline;
}

/* KOFO */


.kofo table{
	border:none;
	width: 95%;
}
.kofo table td{
	border:none;
}
.kofo_mandatory{
	color:#990000;
}
.kofo_mandatory_text{
	font-size:11px;
}
.kofo_error{
	margin-left:20px;
	color:#990000;
	margin-bottom:6px;
}
.kofo_info{
	font-size:11px;
	color:#666666;
}
table .kofo_td1{
	text-align:right;
	padding-left:3px;
	font-size:11px;
}
.kofo_submit{
	margin-top:6px;
}
.kofo table input, .kofo table textarea{
	width: calc(95% - 10px);
	padding: 5px;
	background-color: #E3E4E2;
	border: none;
	color: #000000;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.kofo table textarea{
	height:88px;
	resize: vertical;
	color: #000000;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.kofo input[type=submit]{
	width:90%;
	background-color: #475D82;
	color: #ffffff;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	border: none;
	padding: 5px;
}

::placeholder {
	color: #FFFFFF;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	opacity: 1;
}


/* informace formuláře (upload soubor) */
.kofo_info{

}
/* povinné položky (*) */
.kofo_mandatory{

}
/* povinné položky text */
.kofo_mandatory_text{

}
/* formulář */
form.kofo{

}
/* první a druhý sloupec */
table .kofo_td1{

}
table .kofo_td2{

}
/* submit tlačítko */
.kofo_submit{

}
/* error hláška */
p.kofo_error{

}
/* error chyby */
ul.kofo_error{

}





/* MENU */
#hmenu .content{
	position: relative;
}

#hmenu .menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	z-index: 987;
	right: 0;
	margin-right: 10px;
}
#hmenu .menu li {
	display:inline-block;
	float: left;
	/* margin-right: 10px; */
	/* margin-right: 5px; */
	margin-right: 60px;
}
#hmenu .menu li.flag{
	margin-right: 5px;
}
#hmenu .menu li.flag.start{
	margin-left: 25px;
}
#hmenu .menu li.language {
	margin-right: 0px;
	width: 35px;
	height: 90px;
	position: relative;
	text-align: center;
}
#hmenu .menu li.language > div{
	position: absolute;
	left: 0;
	width: 100%;
}
#hmenu .menu li.language > div:nth-child(1){
	top: 10px;
}
#hmenu .menu li.language > div:nth-child(2){
	bottom: 10px;
	border-top: 3px solid #4E9CCE;
	padding-top: 3px;
}
#hmenu .menu li.language > div a{
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	color: #4E9CCE;
	text-decoration: none;
	font-size: 16pt;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.5s;
}
#hmenu .menu li.language > div a:hover{
	color: #E6B849;
	/* text-decoration: underline; */
}
#hmenu .menu li a {
	display:block;
	/* min-width:146px; */
	/* min-width:140px; */
	min-width:70px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	/* color: #D7862E; */
	color: #ffffff;
	font-weight: 400;
	/* background: #ffffff; */
	text-decoration: none;
	font-size: 18pt;
	text-transform: uppercase;
	text-align: left;
	/* transition: all 0.5s; */
	/* padding-left: 5px; */
	/* padding-right: 8px; */
	/* padding-left: 25px; */
}
#hmenu .menu #menu > li:first-child a{
	/* padding-left: 0px; */
}

#hmenu .menu #menu > li:last-child a{
	padding-right: 0px;
}

#menu > li{
	position: relative;
}
#menu > li.choice{
	background-color: #A6BD41;
}
#hmenu .menu li.choice > a{
	color: #ffffff;
	font-weight: 700;
	padding-left: 40px;
	padding-right: 40px;
}

/*
#menu > li:not(.choice):not(.demand):hover:after{
	position: absolute;
	top: 25%;
	margin-top: 0px;
	display: block;
	content: "";
	width: 2px;
	height: 45%;
	background-color: #D7862E;
}
*/

#hmenu .menu li.choice a.base span{
	padding-top: 12px;
	line-height: 30px;
}

#hmenu .menu li:hover a.base, #hmenu .menu li a.base.active{
	/* background: #F2F2F2; */
	/* color: #D9B652; */
	/* color: #F66B22; */
	
	/* border-top: 4px solid #ffffff; */
	position: relative;
}
#hmenu .menu li:hover a.base:after, #hmenu .menu li a.base.active:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	background-color: #ffffff;
	top: 30px;
	left: 0;
}
#hmenu .menu li:hover a.base:before, #hmenu .menu li a.base.active:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	background-color: #ffffff;
	bottom: 20px;
	left: 0;
}
	
#hmenu .menu li a.base{
	display: table;
	/* width:146px; */
	/* width:112px; */
	line-height: normal;
	/* font-size: 18px; */
	/* font-size: 17px; */
	font-size: 15px;
	/* text-align: center; */
	text-align: left;
	text-transform: uppercase;
}
#hmenu .menu li a.base.flag{
	text-transform: none;
}
#hmenu .menu li a.base.flag{
	font-size: 12px;
	font-weight: 300;
}
#hmenu .menu li a.flag{
	padding-left: 5px;
}
#hmenu .menu li a.flag.start{
	/* padding-left: 40px; */
}
#hmenu .menu li a img{
	vertical-align: middle;
	/* padding-right: 8px; */
}
#hmenu .menu li a.base img{
	vertical-align: middle;
	/* padding-left: 10px; */
}
#hmenu .menu li a.base span, #hmenu .menu li.demand span{
	/* vertical-align:middle; */
	display: table-cell;
	padding-top: 40px;
	text-align: center;
}

#hmenu .menu li.demand span{
	padding-top: 25px;
	text-transform: uppercase;
	font-size: 10pt;
}

#hmenu .menu li a.base.language2{
	width:38px;
	min-width: 38px;
}

#hmenu .menu li ul{
	background: #475D82;
	/*border: 1px solid #ffffff;
	border-radius: 8px;*/
	padding: 2px;
}
#hmenu .menu li ul a{
	/* background: #475D82; */
	color: #ffffff;
	height: 45px;
	line-height: 45px;
	/*
	padding-left: 30px;
	padding-right: 30px;
	*/
	text-align: left;
	font-size: 10pt;
	font-weight: 400;
	text-transform: none;
}
#hmenu .menu li:hover ul a.base:hover {
	background: #5BC550;
	color: #fff;
}
#hmenu .menu li:hover ul a:hover {
	/* color: #000; */
	/* color: #D7862E; */
	
	color: rgb(207, 210, 210);
	background-color: rgba(136, 141, 140, 0.41);
}
#hmenu .menu li ul {
	display: none;
	right: unset;
}
#hmenu .menu li ul li {
	display: block;
	float: none;
}
#hmenu .menu li ul li a {
	width: auto;
	min-width: 200px;
	padding: 0 20px;
}
#hmenu .menu ul li a:hover + .hidden, #hmenu .menu .hidden:hover {
	display: block;
}
#hmenu .menu .show-menu {
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	display: none;
}
#hmenu .menu input[type=checkbox]{
    display: none;
}
#hmenu .menu input[type=checkbox]:checked ~ #menu{
    display: block;
}


#hmenu .menu ul ul {
	display: none;
	position: absolute;
	width: auto;
	/* margin-top: -18px; */
	margin-top: 0px;
}

#hmenu .menu ul li:hover > ul {
	display: block;
}

#hmenu .menu ul ul li {
	float: none;
	width: 100%;
}
#hmenu .menu ul ul ul {
	left: 250px;
	margin-top: -45px;
}

div.up{
	display: none;
	cursor: pointer;
}



.video{
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

.video iframe{
	width: 99.9% !important;
	height: 500px !important;
}



@media screen and (max-width : 1650px){
	
	#hmenu .logo-img {
		left: 10px;
	}
	#hmenu .logo-bg {
		width: 30%;
	}
}


@media screen and (max-width : 1500px){
	#sliders .offer .content, .footer-section .offer .content{
		width: calc(100% - 100px);
	}
	#hmenu .menu li {
		margin-right: 30px;
	}
}

@media screen and (max-width : 1350px){
	#hmenu .menu li {
		margin-right: 20px;
	}
	#hmenu .menu li.flag.start {
		margin-left: 15px;
	}
	
	#hmenu .logo-img {
		top: 25px;
		width: 400px;
		height: 97px;
		background-size: 400px 97px;
	}
	#hmenu .logo-img a {
		width: 400px;
		height: 97px;
	}
	#hmenu .logo-bg {
		width: 25%;
	}
	#sliders .offer .content .text .name, .footer-section .offer .content .text .name {
		font-size: 13px;
	}
}

@media screen and (max-width : 1200px){
	#hmenu .logo-bg{
		display: none;
	}
	#menus {
		background-color: #ffffff;
	}
	#sliders .offer .content > div , .footer-section .offer .content > div {
		min-height: 230px;
	}
	#sliders .images {
		height: 570px;
	}
}












/* MENU */
/* @media screen and (max-width : 735px){ */
@media screen and (max-width : 1200px){
	
	#hmenu .menu ul ul {
		position: unset;
		margin-top: 0;
	}
	#hmenu .menu ul ul ul {
		left: 0;
		margin-top: 0px;
	}
	#hmenu .menu li ul ul a, #hmenu .menu li:hover ul ul a {
		background: #666666;
	}

	
	#hmenu .menu {
		top: 28px;
		width: 100%;
	}
	
	#hmenu .menu li a {
		padding-right: 0;
	}
	#hmenu .menu ul {
		/* position: static; */
		display: none;
		/* margin-top: 15px; */
		
	}
	#hmenu .menu .show-menu{
		padding-top: 25px;
	}
	#hmenu .menu li {
		margin-bottom: 1px;
	}
	#hmenu .menu ul li, #hmenu .menu li a {
		/* width: calc(100% - 7px); */
		width: 100%;
	}
	#hmenu .menu .show-menu {
		display:block;
		height: 55px;
		background-image: url(../images/menu3.png);
		background-position: 99% 50%;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	#hmenu .menu li a.base, #hmenu .menu li a.base.search{
		width: 100%;
		/* border-bottom: 1px solid #333333; */
	}
	#hmenu .menu li:first-child a.base, #hmenu .menu li:first-child a.base.search{
		/* border-top: 1px solid #333333; */
	}
	#hmenu .menu li {
		margin-bottom: 0px;
	}
	#hmenu .menu li ul a {
		/* background: #2B2F2B; */
		/* color: #fff; */
		color: #475D82;
		height: 45px;
		line-height: 45px;
		font-size: 12pt;
		text-align: center;
		
		color: rgb(207, 210, 210);
		background-color: rgba(136, 141, 140, 0.41);
	}
	
	
	#hmenu .menu li:hover ul a {
		/* color: #fff; */
		/*
		line-height: auto;
		text-align: center;
		font-size: 12pt;
		font-weight: 300;
		*/
		/* background: #2B2F2B; */
		
	}
	#hmenu .menu li:hover ul a:hover{
		/* color: #A6BD41; */
		color: ##D7862E;
	}
	#hmenu .menu ul.hidden{
		padding: 0;
	}
	
	
	
	#hmenu .menu li:hover a.base:after, #hmenu .menu li a.base.active:after, #hmenu .menu li:hover a.base:before, #hmenu .menu li a.base.active:before{
		display: none;
	}
	
	
	
	
	#hmenu .menu li ul {
		display: block;
	}	
	#hmenu .menu li.search{
		width: 100%;
	}
	#hmenu .menu li a.base.language2{
		width: 100%;
	}

	#hmenu.page .heading {
		height: 100px;
	}
	#hmenu .menu li.search input[type="submit"]{
		width: 96%;
	}
	
	#hmenu .menu li:not(.language) a {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#hmenu .menu li:hover ul a:hover {
		/* color: #D7862E; */
		/*
		color: rgb(207, 210, 210);
		background-color: rgba(136, 141, 140, 0.41);
		*/
	}
	
	#menu > li:after{
		display: none;
	}
	#menu > li:before{
		display: none;
	}
	
	#hmenu .menu li a {
		background-color: #E3E4E2;
	}
	#hmenu .menu li a{
		color: #475D82;
	}
	#hmenu{
		height: 90px;
	}
	
	#hmenu .menu li{
		margin-right: auto;
	}
	#hmenu .menu > ul {
		width: 100%;
	}
	
	
	#hmenu .menu > ul li.demand{
		display: none;
	}
	
	#hmenu .menu li ul{
		border: none;
		border-radius: 0;
	}
	#hmenu .menu ul{
		margin-right: 0;
	}
	
	#menu > li:not(.choice):not(.demand):hover:after{
		display: none;
	}
	
	#hmenu .menu li a:hover{
		/* background-color: #A6BD41; */
	}
	#hmenu .menu li.choice > a{
		color: unset;
		font-weight: 300;
	}
	
	
	#hmenu .menu > ul {
		list-style-type:none;
		margin:0;
		padding:0;
		position: absolute;
		z-index: 987;
		right: 0;
	}
	#hmenu .menu ul {
		position: relative;
	}
	
	#hmenu .menu li.flag.start, #hmenu .menu li.flag{
		margin: 0;
	}
}






















@media screen and (max-width : 1140px){
	.content{
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	#contents_1 .content{
		margin-left: 10px;
		margin-right: 10px;
		padding-left: 0px;
		padding-right: 0px;
	}
	#sliders .offer .content .text .name , .footer-section .offer .content .text .name {
		font-size: 12px;
	}
	
}

@media screen and (max-width : 1000px){
	#sliders .offer .content, .footer-section .offer .content {
		display: block;
	}
	#sliders .offer .content .body, .footer-section .offer .content .body{
		display: none;
	}
	#sliders .offer .content .text, .footer-section .offer .content .text{
		background-color: #475D82;
		color: #ffffff;
	}
	#sliders .offer .content > div, .footer-section .offer .content > div{
		margin-right: 0;
		margin-left: 0;
	}
	#sliders .offer .content a:hover > div, .footer-section .offer .content a:hover > div{
		top: 0;
		left: 0;
	}
	#sliders .offer .content, .footer-section .offer .content{
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}
	
	#sliders .offer .content > div:nth-child(even) .text, .footer-section .offer .content > div:nth-child(even) .text{
		background-color: #ffffff;
		color: #475D82;
	}
	
	#sliders .offer .content > div:nth-child(even) .text .name, .footer-section .offer .content > div:nth-child(even) .text .name{
		color: #475D82;
	}
	
	#sliders .offer .content .text .name, .footer-section .offer .content .text .name{
		width: 100%;
		font-size: 18px;
	}
	
	.minigallery .gallery {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	
	.minigallery .gallery > div:nth-child(5), .minigallery .gallery > div:nth-child(6), .minigallery .gallery > div:nth-child(7), .minigallery .gallery > div:nth-child(8){
		display: none;
	}
}

@media screen and (max-width : 900px){
	.contact p{
		text-align: center;
	}
	.contact p a{
		display: block;
		position: relative;
		right: 0px;
		text-align: center;
		margin-bottom: 20px;
	}
}

@media screen and (max-width : 800px){
	#footer .box{
		display: block;
		text-align: center;
	}
	.footer-section .imgs {
		/* flex-direction: column; */
		display: block;
	}
	.footer-section .imgs img{
		max-width: 50%;
	}
	.footer-section .imgs > * {
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}
	
	.contact-form .box{
		display: block;
		padding-bottom: 40px;
		text-align: center;
	}
}

@media screen and (max-width : 650px){
	.download_list .middle{
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
}


@media screen and (max-width : 550px){
	.footer-section .imgs img{
		max-width: 90%;
	}
	
	.minigallery .gallery {
		display: grid;
		grid-template-columns: 1fr;
	}
	.minigallery .gallery > div:nth-child(2), .minigallery .gallery > div:nth-child(3), .minigallery .gallery > div:nth-child(4){
		display: none;
	}
	
	#hmenu .logo-img {
		top: 20px;
		width: 280px;
		height: 68px;
		background-size: 280px 68px;
	}
	#hmenu .logo-img a {
		width: 280px;
		height: 68px;
	}
	
	#hmenu {
		height: 70px;
	}
	#menu{
		top: -20px;
	}
}