/** FONTOK **/
@font-face {
  font-family: DMSans-Reg;
  src: url(/includes/font/DMSans-Regular.ttf);
}
@font-face {
  font-family: DMSans-Med;
  src: url(/includes/font/DMSans-Medium.ttf);
}
@font-face {
  font-family: DMSans-Bold;
  src: url(/includes/font/DMSans-Bold.ttf);
}

.carousel-control-prev, .carousel-control-next{
	height: 15%;
	top: 42.5%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='gray' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='gray' viewBox='0 0 8 8'><path d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/></svg>") !important;
}

/** EGYÉB **/
body{
	font-family: DMSans-Reg;
	font-variant-ligatures: no-common-ligatures;
}
.fixed-top-body{
	padding-top: 75px;
}
h1{
	font-family: DMSans-Bold;
	font-size: 30px;
	text-align: center;
}
h2{
	font-family: DMSans-Reg;
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
}
.align-center{
	display: table;
	margin: auto;
}
.background {
	position: absolute;
	height: 1000vh;
	width: 100vw;
	background-color: #1d2900;
	z-index: 99999;
	display: none;
}
.container{
	max-width: 1140px;
	color: #202020;
}

/** EUROPE ICON **/
.europeIcon{
	position: fixed;
	bottom: 0;
	right: 0;
	max-height: 150px;
	z-index: 9999;
}
/** Home **/
.homeSlider{
	height: 600px;width: 100%;background-image: url(/includes/img/optitherm-gradient.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;color: white;
}
.homeSlider .container{
	margin-top: 100px
}
.homeSlider .homeSlider__text{
	font-size: 18px;
	margin-top: 50px
}
.homeVideo{
	margin-top: -20vh;
}
.homeContact{
	margin-top: 50px;
	padding: 10px 20px;
	background: #0b2e13;
	border-radius: 5px;
	color: white;
}
.homeVideo .homeVideo__text{
	font-size: 18px;
	line-height: 32px
}
.homeVideo .homeVideo__text .col-md-6{
	margin-top: 50px;
}
.div--margin-top-50{
	margin-top: 50px;
}
/** FOOTER **/
.footer{
	background-color: #eff1f1;
	padding-bottom: 20px;
}
.footer a, .email{
	color: #202020;
	transition: all 0.5s;
	font-size: 17px !important;
}
.footer a:hover, .email{
	color: #6CB4A4 !important;
	text-decoration: none !important;
}
.footer .footer__other{
	padding-left: 35px !important;
	padding-right: 35px !important;
}
.footer .footer__other .other__item{
	color: #0b2e13;
	font-weight: bold;
	font-size: 17px;
	transition: all 0.5s;
	padding-right: 22px;
}
.footer .footer__links{
	min-height: 200px;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}
.footer .footer__links .link__header{
	color: #334440;
	font-family: DMSans-Bold;
	font-size: 17px;
	margin-bottom: 28px;
	display: block;
}
.footer .footer__more{
	padding-top: 20px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.footer .footer__more .footer__copyright{
	color: #a9abab;
	font-size: 12px;
}
.socialIcon{
	color: white;
	line-height: 40px;
	display: inline-block;
	margin-left: 10px;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	background-color: #068B6C;
}

/** Optitherm GOMB **/
.CrocolockButton{
	font-family: DMSans-Med;
	margin-top: 50px;
	border: none;
	outline: none !important;
	color: white;
	padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
	background-color: #6CB4A4;
	border: 1px solid #6CB4A4;
	border-radius: 25px;
	transition: all 0.5s;
	cursor: pointer;
}
.CrocolockButton:hover{
	background-color: white;
	color: #6CB4A4;
}
.align--center{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.CrocolockButton.CrocolockButton--end{
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

/** NAVBAR **/
.navbar {
	font-family: DMSans-Med;
	height: 75px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
	background-color: #1d2900;
}
.navbar-toggler{
	height: 30px;
	width: 40px;
	z-index: 999999;
}
.navbar-toggler:focus, .navbar-toggler:active{
	background-image: none !important;
	outline: 0;
	border: none;
	-moz-outline-style: none;
}
.navbar-toggler.active{
	background-image: none !important;
}
.nav-link{
	font-size: 17px;
	color: rgba(255,255,255,0.5);
	transition: all 0.5s;

	display: inline-block;
	padding-bottom: 24px;
	padding-top: 24px;
	margin-right: 40px;

	background-image: linear-gradient(white, white), linear-gradient(#1d2900, #1d2900);
	background-size: 0 3px, auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	transition: all .5s ease-out;
}
.nav-link:hover{
	background-size: 100% 3px, auto !important;
	color: #ffffff;
}
.nav-link.active{
	background-image: linear-gradient(white, white), linear-gradient(#1d2900, #1d2900);
	background-size: 0 3px, auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 3px, auto !important;
	color: white;
}
.nav-link.languageSelector{
	margin-right: 0px !important;
}
.dropdown-toggle::after {
	content: none;
}
.crocolock-default, .crocolock-default:hover, .crocolock-default:active, .crocolock-default:visited{
	text-decoration: none;
}
.navbar-collapse-show{
	overflow-y: hidden;
}
.navbar-collapse{
	z-index: 999999;
}
.navbar-brand{
	transition: all 0.5s;
}
.navbar-collapse.collapsing {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  -ms-transition: height 0s;
  -o-transition: height 0s;
  transition: height 0s;
}
.dropdown-divider{
	border-color: #dcdee0 !important;
}
.dropdown{
	position: initial !important;
}
.dropdown-menu{
	max-height: 50vh;
   	overflow-y: auto;
   	overflow-x: hidden;
	background-color: #F7F7F7 !important;
	border-radius: 0px;
	width: 100% !important;
}
.dropdown-menu .row{
	margin-bottom: 30px;
}
.dropdown__content{
	padding-left: 50px;
	padding-top: 10px;
	font-size: 17px !important;
}
.dropdown__content .content__header{
	font-family: DMSans-Bold;
	color: #068B6C !important;
}
.dropdown__content a{
	font-family: DMSans-Reg;
	color: #334440;
}
li.nav-item {
	display: table !important;
	margin: auto !important;
}

/** MOBILE NAVBAR IKON **/
.icon-bar {
	width: 30px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border: 1px solid white;
	position: absolute;
	margin-left: -15px;
	transform: rotate(0);
}
.icon-bar:nth-of-type(1) {
	margin-top: -8px;
}
.icon-bar:nth-of-type(2) {
	margin-top: 0px;
}
.icon-bar:nth-of-type(3) {
	margin-top: 8px;
}
.navbar-toggler.active .icon-bar{
	margin-top: 6px;
}
.navbar-toggler.active .icon-bar:nth-of-type(1) {
	transform: rotate(45deg);
}
.navbar-toggler.active .icon-bar:nth-of-type(2) {
	display: none;
}
.navbar-toggler.active .icon-bar:nth-of-type(3) {
    transform: rotate(135deg);
}

/** INFO BAR **/
.info-bar{
	background-color: #068B6C;
	font-family: DMSans-Med;
	color: #6CB4A4;
	height: 75px;
	font-size: 17px;
	line-height: 75px;
	color: white;
}
.info-bar .info-bar__btn{
	padding-right: 13px;
	padding-left: 13px;
	color: rgba(255,255,255,0.5);
	transition: all 0.5s;
}
.info-bar .info-bar__btn:hover{
	color: #ffffff;
	text-decoration: inherit;
}
.languageSelectorButton{
	margin-left: auto;
	display: inline-block;
}
.languageSelectorButton .langSelector__select{
	border: 2px solid #6CB4A4;
    border-radius: 50%;
    padding: 2px 5px;
    margin-left: 10px;
}
.languageSelectorButton .langSelector__list{
	display: none;
	z-index: 99999999999;
	width: 150px;
	border: 1px solid white;
	background-color: #068B6C;
	position: absolute;
}
.languageSelectorButton .langSelector__list a{
	font-family: DMSans-Reg;
	float: left;
	height: 40px;
	padding-left: 5px;
	color: white;
	line-height: 40px;
}
.languageSelectorButton .langSelector__list a:hover{
	text-decoration: none;
}

/** TOTOP GOMB **/
.toTop{
	cursor: pointer;
	background-color: #333;
	border-radius: 4px 4px 0 0;
	bottom: 0;
	right: 75px;
	color:white;
	line-height: 35px !important;
	font-size: 20px;
	display: none;
	height: 35px;
	position: fixed;
	width: 48px;
	opacity: .9;
	z-index: 99999;
	transition: background-color 0.5s;
}
.toTop:hover{
	background: #0b2e13;
	opacity: 0.95;
}

/** FUNKCIÓK **/
.functions{
	padding-top: 100px;
	padding-bottom: 100px;
}
.functions .row{
	margin-top: 30px;
}
.functions .functions__item a{
	color: inherit;
}
.functions .functions__item a:hover{
	color: inherit;
	text-decoration: none !important;
}
.functions .functions__item .item__content{
	margin-top: 30px;
	border: 1px solid lightgray;
	border-radius: 3px;
}
.functions .functions__item .item__content:hover{
	border-color: #6CB4A4;
}
.functions .functions__item .item__content .item__img{
	width: 100%;
}
.functions .functions__item .item__content .item__head{
	font-family: DMSans-Bold;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 24px;
}
.functions .functions__item .item__content .item__body{
	font-size: 14px;
	font-family: DMSans-Reg;
}

/** LEÍRÁS **/
.description{
	background-color: #334440;
	padding-top: 100px;
	padding-bottom: 200px;
	color: white;
}
.description .description__body{
	font-size: 22px;
	margin-top: 30px;
	opacity: 0.6;
	margin-left: 20px;
	margin-right: 20px;
}
.description .row{
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 100px;
	font-size: 20px;
	font-weight: bold;
	color: #6CB4A4;
}
.description .row li{
	list-style: none;
	font-weight: normal;
	color: white;
	font-size: 17px;
}
.description .row li:before{
	content: '\2022';
	color: #6CB4A4;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

/** KÉPZÉSEK **/
.training .row{
	background-color: #eff1f1;
	margin-top: -100px;
	margin-left: 30px;
	margin-right: 30px;
}
.training .training__content{
	margin-bottom: 20px;
	padding-top: 80px !important;
	padding-left: 30px !important;
}
.training .training__content .content__body{
	margin-top: 20px;
	font-size: 17px;
	color: #334440;
}
.training .training__img{
	padding: 0px !important;
}
.training .training__img img{
	width: 100%;
}

/** MAIN SLIDER **/
.mainSlider{
	color: white;
	padding: 0px;
	display: flex;
    align-items: center;
}
.mainSlider .mainSlider__content{
	padding: 30px;
	position: absolute;
	display: none;
	z-index: 5;
}
.mainSlider .mainSlider__content .content__header{
	font-size: 40px;
	font-family: DMSans-Bold;
	line-height: 50px;
}
.mainSlider .mainSlider__content .content__body{
	font-family: DMSans-Reg;
	font-size: 15px;
	line-height: 20px;
}
.mainSlider .mainSlider__video{
	width: 100%;
}
.mainSlider .mainSlider__preLoader{
	height: 100%;
	width: 100%;
	z-index: 99;
	position: absolute;
	background-color: #eff1f1;
	display: flex;
    align-items: center;
}
.mainSlider .mainSlider__preLoader .preLoader__content{
	display: table;
	margin: auto;
	border-top: 8px solid #6CB4A4;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 2s linear infinite;
}

/** TERVEZÉS **/
.planning{
	padding-bottom: 100px;
}
.planning .planning__header{
	padding-top: 100px;
	padding-bottom: 50px;
	font-size: 29px;
	font-family: DMSans-Bold;
	color: #334440;
}
.planning .planning__img{
	width: 100%;
	padding-bottom: 50px;
}

/** HÉTKÖZNAPOK **/
.weekdays{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #eff1f1;
}
.weekdays .weekdays__item{
	margin-top: 50px;
	display: flex;
	padding: 0px !important;
	align-items: center; 
}
.weekdays .weekdays__item .item__inner .item__header{
	font-family: DMSans-Bold;
	font-size: 29px;
	color: #202020;
	padding-top: 100px;
}
.weekdays .weekdays__item.item--right{
	justify-content: flex-end;
}
.weekdays .weekdays__item .item__inner{
	padding: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: white;
}
.weekdays .weekdays__item .item__inner .item__header{
	font-size: 23px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 20px;
}
.weekdays .weekdays__item .item__inner .item__body{
	font-size: 17px;
}

/** ESZKÖZÖK **/
.devices {
	padding-top: 100px;
	font-size: 20px;
	color: #334440;
	font-weight: bold;
	padding-bottom: 100px;
}
.devices .devices__body{
	padding-top: 50px;
	padding-bottom: 100px;
	opacity: 0.6;
	font-weight: normal;
	font-size: 22px;
}
.devices .devices__item .item__img{
	display: table;
	margin: auto;
}

/** IRÁNYÍTÁS **/
.control {
	padding-top: 100px;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 100px;
	background-color: #334440;
}
.control .control__body{
	padding-top: 50px;
	padding-bottom: 100px;
	font-weight: normal;
	font-size: 22px;
}
.control .control__item{
	font-size: 17px;
}
.control .control__item .item__img{
	height: 45px;
	display: table;
	margin: auto;
	margin-bottom: 30px;
}

/** REFERENCIÁK **/
.reference{
	font-family: DMSans-Bold;
	font-size: 30px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.reference .reference__item{
	margin-top: 30px;
}
.reference .reference__item a{
	color: inherit;
	text-decoration: none !important;
}
.reference .item__content{
	margin-top: 30px;
	border: 1px solid lightgray;
	border-radius: 3px;
}
.reference .item__content .item__img{
	width: 100%;
}
.reference .item__content:hover{
	border-color: #6CB4A4;
}
.reference .reference__item .item__head{
	font-family: DMSans-Bold;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 24px;
}
.reference .reference__item .item__body{
	font-size: 14px;
	font-family: DMSans-Reg;
}
.container.main{
	margin-bottom: 50px;
	max-width: 100%;
}
.container{
	color: inherit;
}

/** FŐOLDAL **/
.home__img{
	height: 125px;
}
.home__img, .home__motto{
	margin-bottom: 30px;
}
.home__video{
	max-width: 100%;
}

/** KAPCOSLATOK **/
.contact__img{
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact__text .row{
	margin-top: 25px;
}

/** Crocolock **/
.crocolok__img{
	width: 100%;
}
.crocolock__page h2{
	margin-bottom: 30px;
}
.crocolock__page .row:nth-of-type(2), .crocolock__page .row:nth-of-type(3){
	padding-top: 100px;
}

.webshop .row, .webshop h5{
	margin-top: 50px;
}

#contact{
	padding-top: 75px;
}
/** EGYÉB **/
@keyframes spin {
  0% {
  	transform: rotate(0deg);
  }
  100% {
  	transform: rotate(360deg);
  }
}
@media only screen and (max-width: 575px){
	.mainSlider .mainSlider__content .content__header{
		font-size: 25px;
		line-height: 30px;
	}
	.CrocolockButton{
		margin-top: 10px;
	}
	.footer .footer__other .other__item{
		font-size: 14px !important;
	}
	.info-bar{
		font-size: 12px;
	}
	.info-bar__btn{
		text-align: center;
		padding: 0px !important;
		width: 75px !important;
		float: left;
	}
	.info-bar--long-text{
		padding: 10px !important;
		line-height: normal;
	}
}
@media only screen and (max-width: 767px){
	.languageSelectorButton{
		margin: auto !important;
		display: table;
	}
	.weekdays .weekdays__item .item__inner{
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.socialIcons{
		text-align: center !important;
	}
	.info-bar {
		height: 50px !important;
		line-height: 50px !important;
	}
	.europeIcon{
		height: 100px;
	}
	.weekdays .weekdays__item{
		background: #eff1f1 !important;
	}
	.home__img{
		height: 50px !important;
	}
	.contact__text .row{
		text-align: center;
	}
}
@media only screen and (max-width: 991px) {
	.nav-link{
		font-size: 15px !important;
		margin-right: 20px !important;
	}
	.navbar-expand-md .navbar-nav .nav-link {
	    padding-right: 0px;
	    padding-left: 0px;
	}
	.home__img{
		height: 100px;
	}
}

/* Form elemek */
.crocolockButton{
	border: #068B6C !important;
	background: #068B6C;
}
.crocolockButton:hover, .crocolockButton:focus{
	background: #057359 !important;
}
