*{
	margin: 0px;
	padding: 0px;
}

body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;

}

strong{
	font-weight: 500;
}

h3{
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

.text-bg-red{
	background-color: #ea4340;
	padding: 1px 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;
}

.table-row{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #7a7a7a;
}

.main{
	background: url('../images/slider/home.jpg') center no-repeat;
	background-size: cover;
	min-height: 875px;
	padding-top: 600px;
}

.main .text{
	background-color: rgba(0,199,248,0.8);
	color: #ffffff;
	padding: 30px 0px;
}

.main .text h1{
	font-size: 40px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0px 50px 0px;
}

.main .text p{
	font-size: 20px;
	font-weight: 300;
	text-align: center;
}

.main a{
	background: #0099bf;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	padding: 16px;
}

.main .row .col-6:first-child a{ 
	border-right: 2px solid #1ebce1;
	text-align: right;
}

.sub_page .title{
	background-color: #06c8f9;
}

.sub_page .title h1{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 26px;
	padding: 15px 0px;
}

.sub_page .text {
	text-align: center;
}
.sub_page .text .title{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 22px;
	padding: 8px 16px;
	display: inline-block;
	text-align: center;
	margin: 20px 0px;
}

.sub_page .text h2{
	color: #8a8a8a;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	padding: 8px 0px;
	display: block;
	text-align: left;
}

.sub_page .text h2 span{
	border-bottom: 5px solid #06c8f9;
	width: 40px;
	padding-top: 5px;
	display: block;
}

.sub_page .text p{
	color: #8a8a8a;
	font-weight: 400;
	font-size: 15px;
	padding-top: 10px;
	text-align: justify;
}

.sub_page .text ul li, .sub_page .text ol li{
	margin-left: 40px;
	text-align: left;	
}

.sub_page .text a{
	display: inline-block;
	height: 200px;
	border: 1px solid #06c8f9;
	margin: 20px;
}

.sub_page .text a img{
	max-height: 100%;
}

.services{
	padding: 30px 0px;
}

.services a{
	text-decoration: none;
	transition: all ease 0.1s;
}

.services a:hover h2, h2.double{
	background-color: #ffffff;
	color: #06c8f9;
	transition: all ease 0.1s;
}

.services h2{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	background: #00c6fe;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	line-height: 50px;
	height: 50px;
}

.services h2.double{
	line-height: 20px;
	padding-top: 6px;
}

.services img{
	width: 100%;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.services .well{
	margin-bottom: 20px;
}

.opinions{
	background: #4967aa;
	color: #ffffff;
}

.opinions .well{
	margin-bottom: 20px;
}

.opinions h3{
	margin: 40px 0px;
}

.opinions a{
	float: right;
	margin: 30px 0px 10px 0px;
}

.opinions .article span{
	font-weight: 300;
	display: block;
	text-align: right;
}

.opinions .article .star-rating{
	text-align: center;
	margin: 8px 0px 2px 0px;
}

.opinions .article strong{
	font-weight: 500;
	display: block;
	text-align: center;
	font-size: 18px;
}

.opinions .article p{
	font-weight: 300;
	background: #ffffff;
	padding: 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #7a7a7a;
	font-size: 16px;
	min-height: 85px;
}

.videos{
	margin-top: 30px;
}

.videos iframe{
	margin-bottom: 20px;
}

.videos h3{
	margin-bottom: 20px;
}

.contact{
	background: #e8e8e8;
	color: #7a7a7a;
	margin-top: 20px;
	padding: 20px 0px;
}

.contact img{
	width: 100%;
}

.contact h3{
	color: #7a7a7a;
}

.contact span.phone{
	display: block;
	font-size: 40px;
	font-weight: 700;
}

.contact a{
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

.contact a:hover{
	text-decoration: underline;
}

footer{
	padding: 30px 0px;
}

.footer-nav{
	text-align: right;
}

footer, footer a{
	font-size: 16px;
	color: #7a7a7a;
	font-weight: 100;
	text-decoration: none;
}

footer ul{
	display: flex;
	display: inline;
}

footer ul li{
	display: inline;
}

footer ul li a{
	padding: 0px 10px;
	border-right: 1px solid #7a7a7a;
}

footer ul li:last-child a{
	border-right: 0px;
}

footer ul li a:hover{
	text-decoration: underline;
}

#cookie-adatvedelem{
	position: fixed;
	bottom: 0;
	background-color: #06c8f9;
	color: #ffffff;
	padding: 20px 0px;
	width: 100%;
}

#cookie-adatvedelem a{
	text-decoration: none;
	color: #ffffff;
}

#cookie-adatvedelem p{
	float: left;
}
#cookie-adatvedelem p a:hover{
	text-decoration: underline;
}

#cookie-adatvedelem .cookie_elfogad{
	border: 3px solid #ffffff;
	float: right;
	font-weight: 600;
	padding: 4px 8px;
	transition: all ease 0.1s;
}

#cookie-adatvedelem .cookie_elfogad:hover{
	color: #06c8f9;
	background: #ffffff;
}

@media (min-width: 600px) {

	.text-left{
		text-align: left;
	}

	.text-right{
		text-align: right;
	}

}
