/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');


@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
/*@import url('https://fonts.googleapis.com/css?family=Passion+One');*/
html,
body {
    height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}
.bold{font-weight:700;}
.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
	color:#E4E7EA;
}
footer a{color:#E4E7EA;}
footer a:hover, footer a:focus{color:#FFF;}
.nar{color:#ff5400;}
.fekete{color:#333;
font-weight:600;}
.pad20{padding-top:20px;
padding-bottom:20px;
border-bottom:solid 1px rgba(113,113,113,0.2)}
.pad10{margin-top:10px;
margin-bottom:10px}
.kapcs{margin:0!important;
width:100%;
text-align:center;
padding-top:30px;
padding-bottom:30px;
background-color:#fc5a0a;
color:FFF}
.kapcs2{margin:0!important;
width:100%;
text-align:center;
padding-top:30px;
padding-bottom:30px;
background-color:#535960;
color:FFF}
.ok{
	
padding-top:100px;
padding-bottom:300px;
text-align:center}
.map {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.map iframe {
	width: 100%;
	height: 270px;
	border: none;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}