@import url(https://fonts.googleapis.com/css?family=Oxygen);

/* Linkek osztalyok */
@brand-primary: #428bca;
@brand-success: #5cb85c;
@brand-info:    #5bc0de;
@brand-warning: #f0ad4e;
@brand-danger:  #d9534f;

@gray-darker:  lighten(#000, 13.5%); // #222
@gray-dark:    lighten(#000, 20%);   // #333
@gray:         lighten(#000, 33.5%); // #555
@gray-light:   lighten(#000, 46.7%); // #777
@gray-lighter: lighten(#000, 93.5%); // #eee

/* Global Styles */

html,
body {
    height: 100%;
    font-family: 'Oxygen', sans-serif;
}

body {
    /*padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
a{
    cursor: default;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
    width: 800px;
    margin: 0px auto;
}

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;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 15px auto;
}

/* Általános */
.clear{
    clear: both;
}

/* 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%;
    }
}

.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

.tart{
    width: 1100px;
    height: auto;
    /*border: 1px solid black;*/
    margin: 0 auto;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}

/*MENU*/
.menu{
    width: 1100px;
    height: 80px;
    /*border: 1px solid yellow;*/
    padding: 5px;
    margin: 0px auto;
}

.menu .logo{
    width: 110px;
    /*height: 50px;*/
    display: inline-block;
    float: left;
    /*border: 1px solid green;*/
    margin-top: 7px;
    /*background-image: url('../img/mobil_lan_logo_pici_pici_atlatszo_vonal.png');*/
}

.menu .menu_tart{
    width: 700px;
    height: 70px;
    padding: 5px;
    float: left;
    display: inline-block;
    /*border: 1px solid red;*/
}

.menu .menu_eler{
    width: 270px;
    /*height: 50px;*/
    float: left;
    display: inline-block;
    /*border: 1px solid orange;*/
}

.menu .menu_eler img{
    float: left;
}
/*MENU*/

/*Uleti Valto MENU*/
.uzletiValto{
    /*border: 3px solid black;*/
    margin: 0 auto;
    width: 100%;
    background-color: @brand-info;
    /*width: 400px;*/
    /*margin: 0 auto;81*/
    /*text-align: center;*/
    padding: 2px;

    /*Kerek also szelek*/
    /*-webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;*/

}

/*Uleti Valto MENU*/

.hirek{
    /*border: 1px solid red;*/
    width: 250px;
    height: 450px;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}

/*SLIDESHOW*/
.slideshow{
    /*border: 1px solid green;*/
    /*float: left;*/
    margin: 10px auto;
    width: 810px;
    height: 350px;
    margin-top: 10px;
}

#Slider {
    max-width: 810px;
    max-height: 350px; 
    overflow: hidden; 
    list-style: none; 
    padding: 0; 
    margin: 0;
}
 
#Slider img {
    width: 100%;
}


/*SLIDESHOW*/

/*Linkek tábla*/
.borderless tbody tr td, .borderless thead tr th {
    border: none;
}
/*Linkek tábla*/

/*Árak*/
.tol{
    font-size: 22px;
    font-weight: normal;
    /*margin-top: -40px;*/
}

.price{
    font-size: 36px;
}
/*Árak*/

/*MailForm*/
.mailForm{
    /*visibility: hidden;*/
    display: none;
}

#Uzenet{
    /*visibility: hidden;*/
    display: none;
}
/*MailForm*/

/*Minden GUI class elrelytése*/
div[class*='GUI']{
    display: none;
    text-align: center;
}
/*Minden GUI class elrelytése*/