/* Gloval styles */
body, html {
    height: 100%;
}
body {
    font-size: 12px;
}

h1 {
    margin-top: 0;
}

/* =Scaffold */
#main-wrapper {
    padding-top: 120px;
    padding-bottom: 210px;
    min-height: 100%;
    position: relative;
}

#main-container {
    position: relative;
}

/* =Header */
.header-top {
    height: 70px;
    position: relative;
}

.header-logo {
    line-height: 70px;
    height: 70px;
    float:left;
}

.header-right{
    float: right;
}

.header-right .search-box {
    float: right;
    margin-top: 5px;
}

.header-right .search-box.margin-top {
    margin-top: 25px;
}

.header-right .form-group {
    margin: 0;
}

.header-right input,
.header-right button{
    -webkit-border-radius:0;
            border-radius:0;
    box-shadow: none;
    border: none;
    height: 30px;
}

.header-right .form-control {
    width: 150px;
    -webkit-transition: width .25s ease;
        -ms-transition: width .25s ease;
            transition: width .25s ease;
}

.header-right .form-control:focus {
    width: 200px;
}


header .navbar-nav,
header .navbar-header{
    float: none;
}

header .navbar-nav {
    display: inline-block;
    margin-bottom: -5px;
}

header .navbar-header {
    text-align: center;
}

header .input-group-btn {
    width: auto;
}

.navbar-fixed-top {
    border:none;
}

#why-us-question {
    color: #ccc;
    line-height: 35px;
    font-size: 1.1em;
    padding-right: 55px;
    background-image: url(../design/header/why-us.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
}

#page-association {
    background-color: #363636;
    padding: 10px;
    color: #f2f2f2;
	margin-top: 25px;
}


#page-association a {
    display: inline-block;
    padding: 0 4px;
    color: #f2f2f2;

}

#page-association > a + a:before {
    content: '';
    border-left: 1px solid gray;
    padding: 0 4px;
}

.breadcrumb {
    margin-top: 20px;
}
/* Override */
    /* Bootstrap */


/* Menu */
.navbar-brand {
    /* position: absolute;
    top: 0;
    left: 0; */
}

.main-nav {
    /* margin-left: 83px; */
}

.panel-block {
    display: inline-block;
}
.panel-beszereles table tr td:first-child {
    width: 120px;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f2f2f2;
}
.panel-heading {
    font-weight: bold;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown:hover> .dropdown-menu {
    display: block;
}
.dropdown-menu > li > span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    cursor: default;
}
.dropdown-menu > li > span:hover, .dropdown-menu > li > span:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > span, .dropdown-menu > .active > span:hover, .dropdown-menu > .active > span:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}
.dropdown-menu > .disabled > span, .dropdown-menu > .disabled > span:hover, .dropdown-menu > .disabled > span:focus {
    color: #999;
}
.dropdown-menu > .disabled > span:hover, .dropdown-menu > .disabled > span:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}
/* Fancyboy */
.fancybox-title-after-wrap {
    padding-top: 6px;
    font-size: 1.2em !important;
}

/* Own expands */
    /* Bootstrap */
.row.border_left {
    margin: 0;
    margin-bottom: 4px;
    border-left: 4px solid #A2501C;
}
.row.border_left.cian {
    border-color: #75C4F0;
}
.row.space {
    margin-bottom: 6px;
}
.text-justify {
    text-align: justify;
}

/* Dropdown submenu */

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after, .dropdown-submenu>span:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after, .dropdown-submenu:hover>span:after {
    border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* Own */
img[align="left"] {
    margin-right: 8px;
}
img[align="right"] {
    margin-left: 8px;
}

/* =Product-group */

.products_group_header {
    border-bottom: 1px solid black;
    margin-bottom: 8px;
    font-size: 30px;
    padding-bottom: 2px;
}
.products_group_header img {
    margin-right: 6px;
}
.products_group_row {
    padding-bottom: 8px;
}
.products_group_row img {
    width: 224px;
}
/* Prev */
.products_group_preview {
    /* float: left; */
    /* margin: 0 5px; */
    /* max-width: 224px; */
    line-height: normal;
}

/* =Preview */
.preview {
    text-align: center;
}

.preview-header {
    border-bottom: 1px solid gray;
    padding-bottom: 4px;
    padding-left: 4px;
}

.preview .col-lg-2,
.preview .col-md-3,
.preview .col-sm-3 {
    padding: 4px 8px 0;
}


.preview-img {
    display: block;
    overflow: hidden;
}

.preview-img img {
    width: 100%;
}

.preview-text {
    display: block;
    min-height: 47px;
    padding: 6px 0;
}

.preview-scale a:hover img {
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}

.preview-scale a img {
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

/* =Products */
.product_separation {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    background-color: gray;
}
.product_sub_separation {
    border-bottom: 1px solid black;
    background-color: #B0B0B0;
}

/* =References */
.reference_photo_preview a {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
}

.reference_photo_preview div, .reference_photo div {
    overflow: hidden;
}
.reference_photo_preview img, .reference_photo img {
    width: 100%;
}
.reference_photo_preview a:hover img, .reference_photo.zoom a:hover img {
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}

.reference_photo {
    display: inline-block;
    text-align: center;
    padding: 4px;
}


.emp-banner {
    background: none repeat scroll 0 0 #CFCFCF;
    border: 3px solid #A9A9A9;
    border-radius: 15px;
    display: inline-block;
    font-size: 18px;
    margin: auto;
    margin-bottom: 6px;
    padding: 8px;
    text-align: center;
}
.emp-banner-open {
    cursor: pointer;
}

#why-us-contaiener {
    position: fixed;
    top: 120px;
    right: 0;
    left: 0;
    z-index: 10;
    color: #ccc;
}

#why-us {
    padding: 10px 15px;
    color: #ccc;
    background: #333;
}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #191919;
    color: #ccc;
}

footer h4 {
    border-bottom: 1px solid #ccc;
    padding-top: 8px;
    padding-bottom: 6px;
}

footer .phone-numbers a {
    color: inherit;
}

footer .phone-numbers a:hover {
    color: inherit;
    background: inherit;
}

footer li {
    list-style:none;
    padding-left: 4px;
}

footer li a {
    display: block;
}

footer a {
    color: #676767;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

footer table {
    width: 100%;
}

footer tr td:last-child {
    text-align: right;
    color: #de2624;
}

footer .text-center a:hover,
footer .text-center a:focus{
    padding: 0;
    background-color: transparent;
}

footer a:hover,
footer a:focus{
    padding-left: 6px;
    background-color: #262626;
    text-decoration:none;
    color: #afafaf;
}
#scroll-top {
    position: absolute;
    bottom: 8px;
    right: 2px;
    cursor: pointer;
}

.img-left {
    float:left;
    margin: 0 10px 10px;
}

.img-right {
    float:right;
    margin: 0 0 10px 10px;
}

/* Main page */
.main-tile {
    text-align: center;
    min-height: 400px;
}

.main-tile-title {
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
    height: 51px;
}

.main-tile:hover {
    text-decoration: none;
}

.main-tile:hover img {
    -webkit-transform: scale(.95); /* Chrome, Safari, Opera */
        -ms-transform: scale(.95); /* IE 9 */
            transform: scale(.95);
    -webkit-transition: transform .08s linear;
       -moz-transition: transform .08s linear;
        -ms-transition: transform .08s linear;
         -o-transition: transform .08s linear;
            transition: transform .08s linear;

}

.main-tile img {
    width: 100%;
    margin-bottom: 10px;
}


#door-window .filter-table td {
    padding: 5px;
}

#door-window .magnifying-glass {
    position: absolute;
    right: 0;
    bottom: 0;
}

#door-window .media-left {
    min-width: 120px;
    text-align: center;
}

#door-window .media-left a{
    position: relative;
    display: inline-block;
}

#door-window .details {
    display: none;
}

#door-window .details table{
    width: auto;
    margin: 10px auto;
}

#door-window .open-details {
    margin: 10px 1px;
    font-weight: bold;
    cursor: pointer;
}

/* Mobil */

/* Media queries */
@media (max-width: 767px) {
    #main-wrapper {
        padding-bottom: 0;
    }
    footer {
        position: static;
    }

    footer .row {
        margin: 0 -15px;
    }

    .navbar-header .navbar-toggle {
        position: absolute;
        top: 11px;
        right: 0;
    }

    #page-association {
        margin: 0 -15px;
    }

    #main-wrapper {
        padding-top: 70px;
    }

    .breadcrumb {
        margin: 0 -15px 20px;
    }

    #main-header-navabar .dropdown-menu a{
        padding: 4px;
    }

    header .navbar-nav {
        display: block;
        margin-top: 0;
    }

    .dropdown:hover> .dropdown-menu {
        display: none;
    }

    .open .dropdown-menu {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .preview .col-xs-6 img{
        width: auto;
    }
    .preview .col-xs-6{
        height: 210px;
    }
}

@media (max-width: 992px) {
    .nav > li > a{
        padding-left: 8px;
        padding-right: 8px;
    }
    footer .col{
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1024px) {
    .navbar-fixed-top {
        position: static;
        margin-bottom: 0;
    }

    #main-wrapper {
        padding-top: 0;
    }
}

.table-default td {
    padding: 2px 6px;
}

.mobile-device .navbar-fixed-top {
    position: static;
    margin-bottom: 0;
}

.mobile-device #main-wrapper {
    padding-top: 0;
}
@media only screen and (max-width: 700px) {
  header {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    top:0px;
  }
  #main-container {
    margin-top: 85px;
  }
}
.kapcsolat-gomb {
    background: #e41910;
    color: #FFF;
    padding: 5px 30px;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 150px;
    margin-top: 30px;
}
.kapcsolat-gomb:hover {
    color: #FFF !important;
}
.ar-elrejtes{
	display: none !important;
}

/* Azonnali elérhetőség desktop view  */

@media screen and (min-width:769px ){
    .azonnali {
        color: #fff;
    }
    .azonnali a {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
    }
}

.azonnali {
    color: #fff;
}
.azonnali a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

/*blog cikkek css*/

.blog-cikk{
	margin:20px 0;
}

.blog-cikk h2{font-size:26px;}
.blog-cikk h3{font-size:20px;}

.tartalom-img-right{width:30%; height:auto; float:right; margin-left:10px;}

#body_ifr img.tartalom-img-right {
    width: 30%;
    height: auto;
    float: right;
    margin-left: 10px;
}

@media screen and (max-width:500px){
	.tartalom-img-right{width:100%; float:none !important; margin:0 0 20px 0 !important;}
}

/*blog cikkek css vége*/