@import url(https://fonts.googleapis.com/css?family=Asap:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
body {
    font-family: Verdana;
    font-weight: normal;
    font-size: 14px;
}

h1 {
    text-transform: uppercase;
    font-size: 34px;
    color: #ff9649;
}

h2 {
    text-transform: uppercase;
    font-size: 26px;
}

h2 .h-img {
    display: inline-block;
    width: 20% !important;
}

a {
    cursor: pointer;
    color: #282828;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;   
}

a:hover {
    color: #ff9649;
    text-decoration: none; 
}

a.content-link, a.content-link:hover {
    color: #000000;
    text-decoration: none;
}

.top-space {
    height:90px; 
    background: url('../img/slide_1.jpg') no-repeat center center;
}

/** Navbar **/
.navbar{
    background: rgba(0,0,0, 0.7);
    -moz-box-shadow: 0 0 5px #ff9649;;
    -webkit-box-shadow: 0 0 5px #ff9649;;
    box-shadow: 0 0 5px #ff9649;
    margin: 0px;
    padding: 0px;
    border: none;
}

.navbar-mobile {
    background: #000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 325px;
    height: 100vh;
    z-index: 99999;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    margin: 0;
    padding: 0;
    display: none;
}
.navbar-mobile .navbar-mobile-header {
    margin: 0;
    padding: 0;
    text-align: right;
    border-bottom: 1px solid #ff9649;
}
.navbar-mobile .navbar-mobile-header .navbar-mobile-toggle {
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    margin: 0;
    padding: 0;
    width: 40px;
    text-align: center;
    display: inline-block;
    border-left: 1px solid #ff9649;
}

.navbar-mobile-toggle {
    line-height: 90px;
    font-size: 60px;
    color: #ff9649;
    padding: 9px 25px;

}

.navbar-mobile-toggle:hover {
    background: #ff9649;
    color: #ffffff;
}

.navbar-mobile .navbar-mobile-menu .mobile-menu a {
    display: block;
    padding: 6px 0 6px 30px;
    border-bottom: 1px solid #ff9649;
    font-size: 16px;
    color: #ff9649;;
}
.navbar-mobile .navbar-mobile-menu .mobile-menu a:hover,.navbar-mobile .navbar-mobile-menu .mobile-menu a:active {
    color: #FFFFFF;
    background: #ff9649;
}

.navbar-mobile .navbar-mobile-menu .mobile-menu.expandable a {
    padding-left: 0px;
} 

.navbar-mobile .navbar-mobile-menu .mobile-menu.expandable a i {
    display: inline-block;
    width: 30px;
    text-align: center;
}

.navbar-mobile .navbar-mobile-menu .mobile-menu.expandable .mobile-submenu {
    display: none;
}

.navbar-mobile .navbar-mobile-menu .mobile-menu.expandable .mobile-submenu a {
    padding-left: 45px;
    font-size: 14px;
} 

.navbar-user {
    min-width: 200px;
    position: fixed;
    top:0;
    right:0;
    z-index: 9999;
    padding: 10px;
    background: #FFFFFF;
    -moz-box-shadow: 0 0 5px #ff9649;;
    -webkit-box-shadow: 0 0 5px #ff9649;;
    box-shadow: 0 0 5px #ff9649;
    height: 90px;
}

.navbar-user .user-name {
    font-size: 18px;
    color: #ff9649;
    cursor: default;
    display: inline-block;
    padding-bottom: 15px;
}

.navbar-user .btn {
    margin: 0px;
}


.navbar-header {
    float: right;
}


.navbar .navbar-brand {
    margin-top: 0;
    padding: 0;
  //  font-size: 60px;
  //  text-align: right;
 //   font-family: 'Open Sans', sans-serif;
  //  font-weight: 600;
  //  color: #ff9649;
  //  float: right;
 //   font-weight: bold;
    height: 90px;
}

.navbar .navbar-brand img {
    height: 90px;
}

.navbar-brand:hover {
    color: #ff9649;
    text-decoration: none;
}

.navbar .navbar-collapse {
    margin: 0;
    padding: 0;
}

.navbar .navbar-nav li a{
    font-size: 20px;
    line-height: 60px;
    //font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #ff9649;
    background: none;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    text-align: center;
}
.navbar .navbar-nav li a:hover {
    background: #ff9649;
    color: #ffffff;
}

.navbar .navbar-nav li.active a {
    color: #000000;
    background: #ff9649;
}
.navbar .navbar-nav li.active a:hover {
    color: #000000;
    cursor: default;
}



/** Banner **/
.home-banner {
    height: 500px;
}
.carousel-caption {
    top: 140px;
    padding: 0px;
    margin: 0px;

}
.carousel-caption h1 {
    font-size: 40px;
    line-height: 60px;
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: none;
    margin-bottom: 80px;
}

.carousel-caption .btn {
    min-width: 180px;
}

.carousel-control {
    color: #ff9649;
}

.carousel-indicators li{
    color: #ff9649;
}

.img-center {
    margin: 0 auto;
}
.contact-bg {
    padding: 60px 0 60px 0;
    background:  url(../img/bg_contact.jpg) no-repeat center center;
    background-size: cover;
}

/** Map */
.map-full-width {
    height: 380px;
    width: 100%;
    margin-bottom: -25px;
}

/** Form **/

label  {
    color: #ff9649;
    padding:0;
    margin: 10px 0 0 0;

}

.form-control {
    opacity: 0.8;
    border-radius: 1px;
    border: solid 1px #ff9649;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 153, 51, .075);
    box-shadow: inset 0 1px 1px rgba(255, 153, 51, .075);
}

.form-control:focus {
    outline: 0;
    opacity: 1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0,.075), 0 0 8px rgba(255, 153, 51, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0,.075), 0 0 8px rgba(255, 153, 51, .6);
}

.has-error .form-control {
    background: #ff6060;
}

textarea.form-control {
    height: 200px;
    resize: none;
}


input[type=checkbox].form-control, input[type=radio].form-control {
    display: none;
}
input[type=checkbox].form-control + label, input[type=radio].form-control + label {
    padding: 5px 10px 5px 0;
    height: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-weight: normal;
    font-size: 16px;
     color: #ff9649;
}

input[type=checkbox].form-control.wrong + label, input[type=radio].form-control.wrong + label {
    color: #e65e5e !important;
}

input[type=checkbox].form-control + label span, input[type=radio].form-control + label span {
    margin-right: 6px;
}

input[type=checkbox].form-control + label .fa-check-square, input[type=checkbox].form-control:checked + label,input[type=radio].form-control + label .fa-check-circle, input[type=radio].form-control:checked + label {
   // color: #51a442;
}

input[type=checkbox].form-control + label .fa-check-square, input[type=checkbox].form-control:checked + label .fa-square-o, input[type=radio].form-control + label .fa-check-circle, input[type=radio].form-control:checked + label .fa-circle-o {
    display: none;
}

input[type=checkbox].form-control:checked + label .fa-check-square, input[type=checkbox].form-control + label .fa-square-o, input[type=radio].form-control:checked + label .fa-check-circle, input[type=radio].form-control + label .fa-circle-o  {
    display: initial;

}
/** Button **/
.btn {
    font-size: 18px;
    margin: 8px 4px;
    border-radius: 2px;
    color: #ff9649;
    border:1px solid #ff9933;
    background-color: rgba(255, 255, 255, 0.0);
    padding: 10px 20px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;   
}
.btn.btn-sm {
    padding: 5px 10px;
}

.btn:hover {
    border:1px solid #ff9933;
    background-color: #ff9933;
    color: #ffffff;
}

.btn.btn-abort {
    color: #ff0033;
    border:2px solid #ff0033;
}

.btn.btn-abort:hover {
    background-color: #ff0033;
    color: #ffffff;
}

.nav-pils li.active{
    background: #ff9649;
}

.nav-pils li.active a {
    //  color: #FFFFFF;
}

/** Footer*/
.fbg {
    margin-top: 20px;
    padding: 20px 0 30px 0;
    background: #ff9649;
}

.fbg a:hover {
    color: #FFFFFF;
}

footer {
    margin-top: 0px;
    background: #000000;
    padding: 20px 0 5px 0;
    -moz-box-shadow: 0 0 5px #ff9649;;
    -webkit-box-shadow: 0 0 5px #ff9649;;
    box-shadow: 0 0 5px #ff9649;
    color: #ff9649;
}

footer h2, footer h2 a {
    color:#ffffff;
    text-transform:none;
}


#email_success, #email_success h3 , #email_success p{
    color: #FFFFFF;
}

.loader {
    position: fixed;
    background: rgba(255,255,255, 0.9) url(../img/loader.gif) no-repeat center center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999;  
    display: none;
}

.circle-box {
    color: #ff9649;
    width: 220px;
    height: 220px;
    display: inline-block;
    border: 1px solid #ff9649;
    border-radius: 50%;
    margin: 30px 0;
    text-align: center;
    -moz-box-shadow: 0 0 5px #ff9649;
    -webkit-box-shadow: 0 0 5px #ff9649;
    box-shadow: 0 0 5px #ff9649;
    cursor: pointer;
     -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; 
}

.circle-box:hover {
    background: #ff9649;
    color: #ffffff;
    -moz-box-shadow: 0 0 8px #ff9649;
    -webkit-box-shadow: 0 0 8px #ff9649;
    box-shadow: 0 0 8px #ff9649;
}

.circle-box i {
    display: block;
    margin-top: 40px;
    font-size: 70px;
}

.circle-box span {
    display: block;
    font-weight: bold;
    margin-top: 20px;
    font-size: 18px;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 1199px) {
    body {
        padding-top: 0px;
    }


    .navbar-header {
        float: none;
        width: 100%;
    }




    .carousel-caption {
        top: 100px;
        padding: 0px;
        margin: 0px;

    }
    .carousel-caption h1 {
        font-size: 35px;
        line-height: 50px;
        margin-bottom: 40px;
    }


}

@media only screen and (max-width: 767px) {

    .fbg .col-sm-6, .fbg .col-sm-6.text-right{
        text-align: center !Important;
    }

}

@media only screen and (max-width: 559px) {

    .navbar .navbar-brand img {
        width: 180px;
        height: 55px;
        margin-top: 25px;
        margin-left: 20px;
    }
   
    .carousel-caption {
        top: 100px;
        padding: 0px;
        margin: 0px;

    }
    .carousel-caption h1 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 25px;
    }


}

@media only screen and (max-width: 340px) {

    .navbar .navbar-brand {
        font-size: 18px;
    }
    .navbar-brand span {
        font-size: 10px;
        padding-top: 0px;

    }
    .carousel-caption {
        top: 100px;
        padding: 0px;
        margin: 0px;

    }
    .carousel-caption h1 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 25px;
    }
    .navbar-mobile-toggle {
        padding: 9px 6px;
    }

}