/* ==== Google font ==== */

@import url('custom-fonts.css');
@import url('font-awesome.css');

@import url('https://fonts.googleapis.com/css?family=Oswald');


a, a:hover, a:focus {
	text-decoration: none!important;
}
a {
	color: #333
}
#wrapper {
	width: 100%;
	margin: 0;
	background-color: #FFF;
}




h1, .cim1 {
	font-size: 2em;
	line-height: 1.7em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	
	
}
h2 {
	font-size: 1.7em;
	line-height: 1.7em;
	margin-bottom: 0.3em;
	margin-top: 0.5em;
}
h3 {	
	
	font-size: 1.4em;
	line-height: 1.5em;
	margin-top: 10px;
	padding: 0;
	letter-spacing: normal;
}


.fejcim{float:left;}
.domain{	
	
	font-size: 28px;
	font-weight: 400;
	margin: 0!important;
	margin-top: 10px!important;
	padding: 0!important;
	float: left;
	width:100%
	}
.domain h1, .domain h2{	
	
	font-size: 28px;
	
	margin: 0!important;
	margin-top: 5px!important;
	padding: 0!important;
	
	}
	

.hatter-p{background-color: #272d33}

.hatter-sz{
	background: url(../img/szaniterkontener/00.jpg) no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/**/background-attachment: fixed;

}

.piros {
	color:#e4012e /*#f96332e5663d*/;
	
}



strong {
	
	font-weight: 700;
}
a {
	text-decoration: none
}
.link, .link a {
	color: #246DB6;
}
a.link:hover, a.link:focus {
	color: #e4012e;
	text-decoration: underline!important;
}
.clear {
	clear: both;
}
.f-kapcs {
	float: right;
	text-align: right;
	padding: 5px;
	
}
.f-kapcs a {
	margin-left: 5px;
	margin-right:5px;
	color:#1e293a;
		
}


.f-kapcs a:hover {
	color:#E4012E!important;
}
.sorki, .p2 {
	text-align: justify;
}
.ok {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 100px;
}
a.alahuz:hover, a.alahuz:focus {
	text-decoration: underline!important;
}
h1, h2, h3
{font-weight:400!important;}
/* ===================================
2. layout
==================================== */



/*menünél*/	




/*fehér háttér, border top */
.hatter-f{background-color:#FFF;
padding-bottom:20px;
padding-top:20px;
border-top: solid 1px #ACB9BD;
}
.hatter-f2{background-color:#FFF;
padding-bottom:20px;
padding-top:20px;

}
.hatter-h{
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: solid 1px #E3E3E3;
	background-image: -webkit-linear-gradient(270deg,rgba(244,247,251,1.00) 0%,rgba(255,255,255,1.00) 6.74%);
	background-image: -moz-linear-gradient(270deg,rgba(244,247,251,1.00) 0%,rgba(255,255,255,1.00) 6.74%);
	background-image: -o-linear-gradient(270deg,rgba(244,247,251,1.00) 0%,rgba(255,255,255,1.00) 6.74%);
	background-image: linear-gradient(180deg,rgba(244,247,251,1.00) 0%,rgba(255,255,255,1.00) 6.74%);
}

.hatter-z{background-color:#05a69f;
padding-bottom:20px;
padding-top:20px;
border-top: solid 1px #868686;
color:#FFF;}

.hatter-s{background-color:#1E293A;
padding-bottom:20px;
padding-top:20px;
border-top: solid 1px #ACB9BD;
color:#FFF;
}
.content {
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}
.content img {
	max-width: 100%;
	height: auto;
}
/* =========
11. Forms
============================= */

/* --- contact form  ---- */
form#contactform input[type="text"], #mail, #tel, #cim {
	width: 100%;
	border: 1px solid #CCC;
	min-height: 40px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
}
form#contactform textarea {
	border: 1px solid #CCC;
	width: 100%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	font-size: 14px;
}
/*
#thumbs {
	margin: 0;
	padding: 0;
}
#thumbs li {
	list-style-type: none;
}*/
.item-thumbs {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.item-thumbs a + img {
	width: 100%;
}
.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	-moz-transition: all 450ms ease-out 0s;
	-o-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
	-moz-transform: rotateY(180deg) scale(0.5, 0.5);
	-ms-transform: rotateY(180deg) scale(0.5, 0.5);
	-o-transform: rotateY(180deg) scale(0.5, 0.5);
	transform: rotateY(180deg) scale(0.5, 0.5);
}
.item-thumbs:hover .hover-wrap, .item-thumbs.active .hover-wrap {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1, 1);
	-moz-transform: rotateY(0deg) scale(1, 1);
	-ms-transform: rotateY(0deg) scale(1, 1);
	-o-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1);
}
.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 50%;
	height: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	background: #000;
}
.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	border-radius: 60px;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #fff;
	font-size: 32px;
	line-height: 1em;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
ul.list {
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 5px;
}
ul.list li {
	margin-left: 10px;
	margin-bottom: 10px;
	list-style-type: none;	
}


footer a {
	color: #FFF;
}
footer .alsolink {
	text-align: center;
}
footer .alsolink a {
	padding: 8px;
	white-space: nowrap;
}
footer .alsolink a:hover, footer .alsolink a:focus {
	text-decoration: underline!important;
}


.map {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.map iframe {
	width: 100%;
	height: 270px;
	border: none;
}
#fb-root {
	display: none;
}
/* ===============================
16. Footer
================================ */



footer {
	padding: 20px 0 0 0;
	border-top: medium double #CCC;
}
.hon a {
	margin-top: 40px;
	text-align: left;
	font-size: 12px;
	color:#ABB5BE
}
footer, footer strong{color:#FFF;} 
footer a {
	color: #e4012e;
}
footer a:hover {color:#FFF;
	text-decoration: underline;
}
/* scroll to top */
.scrollup {
	position: fixed;
	width: 32px;
	height: 32px;
	bottom: 0px;
	right: 20px;
	background: #E40151;
}
a.scrollup {
	outline: 0;
	text-align: center;
}
a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
	opacity: 1.0;
	text-decoration: none;
}
a.scrollup i {
	margin-top: 10px;
	color: #FFF;
}
a.scrollup i:hover {
	text-decoration: none;
}
/* =============================
18. Position & alignment
============================= */


.floatright {
	float: right;
}
.img-floatright {
	float: right;
	margin-left: 10px;
	width: 100px;
	height: auto;
	border-radius: 5px;
	border: 2px solid #e2ceb7;
}
.floatleft {
	float: left;
}
.img-floatleft {
	float: left;
	margin-right: 10px;
	width: 100px;
	height: auto;
	border-radius: 5px;
	border: 2px solid #e2ceb7;
}

/* ===================================
kis képek
==================================== */




@media (max-width: 480px) {
.flexslider .flex-caption {
	display: none;
}
.click-mobile {
	font-size: 18px;
}
}
/**menüszínek*/
@media (min-width:768px) {

.hatter-1{background-color: #1e293a;}
.hatter-1 a, .nav li a{color:#FFF!important;}
.hatter-1 a:hover, .nav li a:focus, .hatter-1 a:focus, .nav li a:hover{
	color:#e4012e!important;
	background-color:#161e2b;}
}
.hatter-1{margin:0;
padding:0;
}

@media (max-width:767px) {
.nav li a {
	color: #272D33!important;
	
	
}
.nav li a:hover, .nav li a:focus {
	color: #FFF!important;
	background-color:rgba(39,45,51,0.8);
	
}
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .active > a {
	color: #e4012e!important;
	background-color:#263348;
	
}
.navbar-nav .open .dropdown-menu .active a {
	color: #f96332!important;
	background-color:#263348;
	
}

/* rövid menü*/	
@media (max-width:767px) {
.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #eeeeee!important;
	background-color:rgba(39,45,51,0.8);
	}
.active> a {
	color: #f96332!important;
	background-color:#263348}
}
.kiemel{background-color: #E0E3E3;

padding:10px;
margin-top:10px;
margin-bottom: 10px;
clear: both}
.col-lg-3right{width:25%;
float:right;
margin-left:10px;}.col-lg-3rigt img{max-width: 100%;
height:auto;}
a.accordion-toggle{color: #1E293A;}
a.accordion-toggle:hover,a.accordion-toggle:focus{color: #E9012E;}

