/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
    background-color: #212223;
    color: #eeeeee;
}

.container_background{
    background-color: #212223;
}

.top_information{
    width: 100%;
    background-color: #222;
    height: 31px;
    border-bottom: 1px solid #4b4b4b;
    overflow: hidden;
}

.top_container{
    height: 100%;
}

.social_icons{
    height: 31px;
    padding-top: 5px;
    width: 300px;
    clear: none;
    float: left;
}

.social_icons a{
    width: 20px;
    margin-right: 15px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 15px;
    color: #777777;
}

.top_information .social_icons a:hover{
    color: #444444;
}

.social_icons a:nth-child(1):hover{
    color: #5a7fce;
}

.social_icons a:nth-child(2):hover{
    color: #DC4C41;
}

.social_icons a:nth-child(3):hover{
    color: #0177B5;
}

.social_icons a:nth-child(4):hover{
    color: #00AFF0;
}

.top_contact_info{
    background-color: #3B3B3B;
    width: 382px;
    height: 31px;
    line-height: 100%;
    vertical-align: middle;
    padding-top: 8px;
    float: right;
    padding-left: 17px;
    top: 0px;
    right: 0px;
}

.top_contact_info p{
    line-height: 100%;
    vertical-align: middle;
    float: left;
    margin-left: 25px;
    margin-top: 1px;
}

.top_contact_info i{
    color: #a7a7a7;
}

.top_contact_info a{
    color: #a7a7a7;
    font-size: 15px;
    font-weight: bold;
}

.top_contact_info a:hover{
    color: #ffffff;
}

.navbar{
    height: 90px;
    padding-top: 20px;
    display: block;
    margin-bottom: 0px;
    padding-left: 0px;
    border: none;
    z-index: 10000;
}

button.navbar-toggle, .navbar-inverse{
    border: 1px solid #222;
}

.navbar .navbar-header{
    padding: 0px;
    margin: 0px;
}

.navbar .navbar-brand:hover{
    color: #222222;
}

.navbar .logo{
    width: 150px;
    margin-top: -9px;
    margin-left: -21px;
    z-index: -2;
}

.navbar .logo img{
    width: 150px;
    margin-top: -9px;
}

.nav li{
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px 15px 0px 0px;
    background-color: #222;
}

.navbar .nav li a{
    color: #16BCE7;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Exo', sans-serif;
    font-weight: 900;
}

.current{
    border-bottom: 1px solid #16BCE7;
}

.navbar .nav li a:hover{
    color: #9CE5EE;
    border-bottom: 1px solid #16BCE7;
}

#call_to_action{
    background-color: #383838;
    color: #16BCE7;
}

.navbar .nav li #call_to_action:hover{
    color: #9CE5EE;
}

a:hover{
    color: #eeeeee;
    text-decoration: none;
}

.nav{
    
    color: black;
}

.carousel-control:hover{
    background-color: rgba(0,0,0,0.08);
}

.carousel-caption img{
    margin: -380px auto 0px auto;
    width: 43%;
}

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

.header_of_page{
    text-align: center;
    font-size: 26px;
    color: #16BCE7;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    margin-bottom: 30px;
    height: 53px;
    border-bottom: 1px solid #197b95;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
}




/* Menus */

.menus item{
    border: 1px solid #777777;
    background-color: red;
}

.menus img{
    width: 100%;
}

.menus h4{
    position: relative;
    width: 100%;
    z-index: 1000;
    background-color: #5c5c5c;
    border-left: none;
    padding: 10px 15px 10px 10px;
    color: #e6e6e6;
    margin-top: -17px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}

.menus .item_body{
    top: -40px;
    position: relative;
    background-color: #3B3B3B;
    outline: 1px solid #333;
    padding-bottom: 5px;
    height: 243px;
}

.menus p{
    padding: 45px 15px 0px 15px;
    color: #bbb;
    text-align: justify;
    width: 100%;
    height: 160px;
    margin-bottom: 30px;
    
}

.menus a{
    border-radius: 0px;
    padding: 5px 8px 5px 8px;
    font-size: 13px;
    color: #aaaaaa;
    text-align: center;
    display: block;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    background-color: #4a4a4a;
}

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

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

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

.parallel{
    height: 325px;
    width: 100%;
    overflow: hidden;
}

.parallel img{
    width: 100%;
    position:fixed;
    top: 100px;
    z-index: -100;
}

/* Footer Styles */

.footer {
    /*height: 430px;*/
    padding-bottom: 50px;
    width: 100%;
    background-color: #262626;
}

.hirlevel{
    margin-top: 80px;
    color: #dddddd;
    line-height: 16px;
    float: left;
}

.kapcsolat{
    margin-top: 80px;
    color: #dddddd;
    line-height: 16px;
    float: left;
}

.hirlevel h3{
    margin-top: -20px;
    color: #ffffff;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 49px;
}

.kapcsolat h3{
    margin-top: -20px;
    color: #ffffff;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 49px;
}

.hirlevel input{
    width: 90%;
    margin-top: 9px;
    height: 34px;
}

.hirlevel input[type=submit]{
    color: #ffffff;
    background-color: #262626;
}

.services{
    margin-top: 40px;
    color: #dddddd;
    line-height: 12px;
    float: left;
}

.services div{
    margin-top: 30px;
    line-height: 32px;
    float: left;
}

.services a{
    color: #cccccc;
   
}

.services i{
    font-size: 9px;
    line-height: 10px;
    vertical-align: middle;
}

.services p{
    width: 262px;
    border-bottom: 1px solid #333333;   
    padding-bottom: 5px;
    margin-top: -5px;
}




/* Contact Page */

#contact_form input {
    color: #333;
    padding-left: 6px;
}

#contact_form textarea {
    color: #333;
    padding-left: 6px;
}

#contact_form label{
    float: left;
    clear: left;
    line-height: 34px;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 0px;
    font-size: 12px;
    width: 300px;
}

#contact_form input{
    float: left;
    clear: left;
    margin-bottom: 20px;
    width: 300px;
    height: 34px;
}

#contact_form textarea{
    float: left;
    clear: left;
    margin-bottom: 20px;
    width: 300px;
    height: 140px;
    resize: vertical;
}

#contact_form button{
    float: left;
    clear: left;
    margin-top: 20px;
}

#contact_form button{
        width: 164px;
    }

/* Reference Page */

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.filters{
    margin-top: 15px;
    margin-bottom: 45px;
}

.filter-button
{
    font-size: 18px;
    border: none;
    font-weight: bold;
    border-radius: 1px;
    text-align: center;
    color: #16BCE7;
    margin-bottom: 30px;
    margin: 0px 15px;
    background-color: transparent;
    padding: 2px 15px;

}
.filter-button:hover
{
    color: #9CE5EE;
    
    background-color: transparent;

}

.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery div{
    margin-bottom: 30px;
}

.gallery_product img{
    width: 100%;
}



/* Service Containers */

.service_container{
    font-size: 18px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.service_container h2{
    float: left;
    clear: left;
    font-weight: bold;
    color: #16BCE7;
    text-align: left;
    width: 100%;
}

.service_container p{
    margin-top: 25px;
    text-align: justify;
    color: #ddd;
}

.service_container ul{
    float: left;
    margin-top: 20px;
    list-style-type: none;
}

.service_container ul li{
    margin-top: 22px;
    font-weight: bold;
    color: #ddd;
}

.service_container ul li:before{
    content: '';
    display: inline-block;
    height: 30px;
    width: 30px;
    background-image: url(../images/tickmark.png);
    background-size:contain;
    background-repeat:no-repeat;
    background-position: bottom;
    margin-right: 30px;
}

.service_container img{
    margin-top: 20px;
}

.service_container .right-cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 320px;
}

.service_container .arajanlat_button{
    text-align: center;
    margin-top: 60px;
    height: 50px;
    overflow: hidden;
    width: 100%;
}
    
.service_container .arajanlat_button a{
    display: block;
    background-color: #333;
    color: #aaa;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    margin: auto;
}

.service_container .arajanlat_button a:link{
    text-decoration: none;
}
    
/* Responsive Styles */

@media(max-width:991px) {
    
    
    #contact_form label{
    width: 300px;
    max-width: 100%;
    margin-left: calc(50% - 150px);
    }

    #contact_form input{
        margin-left: calc(50% - 150px);
        width: 100%;
        max-width: 300px;
        background-color: transparent;
        border: 1px solid #aaa;
        outline: none;
        background-color: #fff;
        color: #222;
        text-indent: 10px;
    }
    
    #contact_form textarea{
        margin-left: calc(50% - 150px);
        width: 100%;
        max-width: 300px;
        background-color: transparent;
        border: 1px solid #aaa;
        outline: none;
        transition: 0.5s border;
        background-color: #fff;
        color: #222;
        padding: 10px;
        padding-top: 5px;
    }
    
    #contact_form button{
        margin-left: calc(50% - 100px);
        width: 200px;
        margin-bottom: 50px;
    }
    
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
    
    .navbar{
        margin-bottom: 5px;
        width: 100%;
    }
    
    .navbar-toggle{
        display: block;
        position: absolute;
        right: 0;
    }
    
    .nav li{
        text-align: center;
        width: 100%;
    }
    
    .navbar .logo{
        margin-left: calc(50% - 75px);
    }
    
    .footer{
        height: 1160px;
    }
    
    .services{
        width: 100%;
    }
    
    .services div{
        margin-top: 0px;
    }
    
    .services h3{
        text-align: center;
        width: 100%;
        margin-bottom: 35px;
    }
    
    .services p{
        font-size: 15px;
        line-height: 45px;
        text-align: center;
        width: 100%;
    }
    
    .services i{
        display: none;
    }
    
    .kapcsolat h3{
        text-align: center;
        width:100%;
        color: #DCD4D6;
    }
    
    .kapcsolat p{
        text-align: center;
        width: 100%;
    }
}

@media(max-width:1199px){
    .service_container img{
        margin-top: 30px;
        padding: 0px;
    }

    .service_container .right-cont {
        height: 296px;
    }

    .service_container .right-cont h2 {
        text-align: center;
    }
    
    .hirlevel{
        display: none;
    }

}

@media(max-width:767px) {

    .service_container .right-cont {
        height: unset;
    }

    .service_container .arajanlat_button{
        margin-top: 18px;
    }

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

    header.carousel .carousel {
        height: 70%;
    }
    
    .img-responsive{
    margin-left: calc(50% - 182.5px);
    }
    
    .social_icons{
        position: absolute;
        left: -10px;
        top: 1px;
    }
    
    #phone{
        display: inline;
        position: absolute;
        right: 0px;
        top: 8px;
    }
    
    #phone a{
        color: #bbbbbb;
        font-size: 15px;
    }
    
    #phone i{
        color: #bbbbbb;
        display: none;
    }  
    
    #email{
        display: none;
    }
    
    .top_contact_info{
        background-color: transparent;
    }
    
}

@media(max-width: 540px) {
    .carousel-caption img{
        width: 110%;
        margin-top: -210px;
        margin-left: -5%;
    }    
    
    .panel-image{
        width: 100%;
    }
    
    .top_container .social_icons{
        margin-left: 8px;
    }
    
    .top_container .social_icons i{
        color: #aaaaaa;
    }
    
    .service_container h2{
        font-size: 26px;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #197b95;
        border-top: 1px solid #197b95;
        padding: 20px 0px;
    }
    
    .service_container h4{
        display: none;
    }
    
    .service_container h3{
        display: none;
    }
    
    .service_container ul{
        margin-left: 15px;
        font-size: 15px;
    }
    
    .service_container p{
        font-size: 16px;
    }
    
    carousel-caption img{
        width: 100%;
    }
    
    .filters{
        margin-top: 0px;
        margin-bottom: 0px;
        display: none;
    }
    
    .filter-button{
        display: none;
    }
    
}

@media(max-width: 350px){
    #contact_form input{
        margin-left: auto;
    } 
    
    #contact_form textarea{
        margin-left: auto;
    } 
    
    #contact_form label{
        margin-left: auto;
    }
}