/* common */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	background: #E2E2E4;
}

h1, h2, h3, h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.4em;
	color: #33415A;
}

h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

a {
	color: #33415A;

	-ms-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all ease-in-out 0.2s;
	-webkit-transition: all 0.2s ease-in-out 0s;
  	transition: all 0.2s ease-in-out 0s;
}

a:hover, a:active, a:focus {
	color: #CC992B;
	text-decoration: none;
}

.container {
	margin: 0 auto;
}

.btn {
	display: block;
	background-color: #CC992B;
	border: 0;
	line-height: 1.8;
	padding: 6px 24px;
	border-radius: 2px;
	border: 0;
	border-color: #CC992B;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;

	-ms-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all ease-in-out 0.2s;
	-webkit-transition: all 0.2s ease-in-out 0s;
  	transition: all 0.2s ease-in-out 0s;
}

.btn:hover {
	background-color: #33415A;
}

.center-btn {	
	text-align: center;
}

.center-btn .btn {
	display: inline-block;
	position: relative;
}

.center-btn .btn i.fa {
	float: left;
    line-height: 1.23em;
    font-size: 1.5em;
    margin-right: 0.3em;
}

.resp {
	width: auto;
	max-width: 100%;
	height: auto;
}

ul.horizontal {
	padding: 0;
	list-style: none;
}

.mb-20 {
	margin-bottom: 20px;
}

/* header */

.navbar-default {
    background-color: #33415A;
    border: 0;
}

.navbar-default .navbar-brand {
    color: #f0f0f1;
    font-size: 0.7em;
    height: auto;
    padding: 10px;
}

.navbar-default .navbar-brand span {
	font-size: 2em;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #adaeb2;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    margin: 18px 18px 18px 0;
    border-radius: 2px;
    border-width: 2px;
    border-color: #E2E2E4;

	-ms-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all ease-in-out 0.2s;
	-webkit-transition: all 0.2s ease-in-out 0s;
  	transition: all 0.2s ease-in-out 0s;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #E2E2E4;

	-ms-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all ease-in-out 0.2s;
	-webkit-transition: all 0.2s ease-in-out 0s;
  	transition: all 0.2s ease-in-out 0s;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #33415A;
}

.navbar-default .navbar-nav>li>a {
    color: #f0f0f1;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #adaeb2;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #adaeb2;
    background-color: #485C7F;
}

/* slider */

#carousel-example-generic {
	margin: 50px auto 30px auto;
}

#carousel-example-generic .item {
	min-height: 80vh;
	background-size: cover;
	background-position: center;
}

#carousel-example-generic .item:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba( 0, 0, 0, 0.1 );
}

#carousel-example-generic #item1 {
	background-image: url('../img/aP7280121.jpg');
}

#carousel-example-generic #item2 {
	background-image: url('../img/aA3210481.jpg');
}

#carousel-example-generic #item3 {
	background-image: url('../img/aA3210484.jpg');
	background-position: bottom;
}

#carousel-example-generic .shadow {
	position: absolute;
    top: 0;
    width: 100%;
    height: 30vh;
    z-index: 1;
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left bottom,right bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=3);
    background-repeat: repeat-x;
}

#carousel-example-generic .carousel-caption {
	top: 20px;
}

#carousel-example-generic .carousel-caption h2 {
	font-size: 2em;
	/*font-family: 'ikaros_sanslight', 'Helvetica', Arial, sans-serif;*/
	font-family: 'Oswald', sans-serif;
  	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    line-height: 1.5em;
    color: #f0f0f1;
    opacity: 0.8;
    transform: translateY(-50%);
}

/* szlogen div */

.slogen {
	text-align: center;
	color: #CC992B;
	font-size: 1.5em;
}

.slogen a {
	white-space: nowrap;
}

.slogen a:hover, .slogen a:active, .slogen a:focus {
	text-decoration: none;
}

.rolunk {
	margin: 30px auto 25px auto;
	background-position: center;
	background-size: cover;
	background-image: url( '../img/aA3210378.jpg' );

}

.rolunk .doboz {
	background: rgba(255,255,255,0.8);
	padding: 25px 25px 75px 25px;
	margin: 125px 0;
}

.szolgaltatasok {
	margin: 50px auto 100px auto;
}

.szolgaltatasok .doboz {
	padding: 25px;
	margin: 0 0 25px 0;
	background: rgba(255,255,255,0.5);
    box-shadow: 0px 0px 40px -20px #33415A;
}

.szolgaltatasok .doboz h2 {
	text-align: center;
}

/* aloldalak */

.hero {
	margin: 50px auto 25px auto;
	min-height: 300px;
    background-position: center;
    background-size: cover;
}

.gumiszerviz-hero {
	background-image: url( '../img/aA3210371.jpg' );
}

.autokozmetika-hero {
	background-image: url( '../img/aA3210387.jpg' );
}

.elerhetosegek-hero {
	background-image: url( '../img/aP7280121.jpg' );
}

.informaciok-hero {
	background-image: url( '../img/aP7280121.jpg' );
}

.content {
	margin: 0px auto 0px auto;
}

.doboz {
    background: rgba(255,255,255,0.5);
    padding: 25px 25px 125px 25px;
    margin: 50px 0;
}

.galeria {
	margin: 30px 0;
}

#instagram-feed li {
	margin-bottom: 30px;
}

.elerhetosegek .slogen {
	color: #33415A;
}

#map2 {
	min-height: 250px;
	margin: 30px 0;
}

.elerhetosegek .social {
	line-height: 3em;
}

.elerhetosegek .social i.fa {
	font-size: 2.5em;
	vertical-align: middle;
	margin-right: 0.3em;
}

.elerhetosegek .social a {
	vertical-align: middle;
	font-weight: bold;
}

.elerhetosegek .utvonal {
	text-align: center;
}

.elerhetosegek .nyitva {
	font-size: 1.66em;
}

.elerhetosegek .nyitva span {
	color: #CC992B;
}

/* lábléc */

.footer {
	margin: 50px 0 0 0;
	padding: 25px 0;
    width: 100%;
    background-color: #33415A;
    color: #f0f0f1;
}

.footer a {
	color: #f0f0f1;
}

.footer a:hover {
	color: #CC992B;
}

.footer h3 {
	color: #f0f0f1;
}

.footer #map {
	min-height: 200px;
}

.cookie-notification {
	left: 0px;
    right: 0px;
    font-size: 0.785em;
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    padding: 1em;
}

.cookie-notification p {
	margin-right: 100px;
}

.cookie-notification .btn {
	display: inline-block;
	font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
}

.cookie-notification .btn:hover {
	color: #fff;
}

/* maps */

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 42.85%;
}

.iframe-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (min-width: 768px) {

	h1 {
		font-size: 2.2em;
	}

	h2 {
		font-size: 1.8em;
	}

	.slogen {
		font-size: 2.5em;
	}

	#carousel-example-generic .carousel-caption h2 {
		font-size: 4em;
	}

	.navbar-default .navbar-nav {
	    margin: 0 0 0 2em;
	}

	.navbar-nav > li > a {
    	padding-top: 25px;
    	padding-bottom: 25px;
	}

	#map2 {
		min-height: 400px;
	}
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav {
	    margin: 0 0 0 2em;
	}

	.navbar-default .navbar-nav>li>a {
	    font-size: 1.2em;
	}
}

/* fontok */

@font-face {
    font-family: 'ikaros_sanslight';
    src: url('../fonts/ikaros-light-webfont.woff2') format('woff2'),
         url('../fonts/ikaros-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ikaros_sansregular';
    src: url('../fonts/ikaros-regular-webfont.woff2') format('woff2'),
         url('../fonts/ikaros-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}