/*!
 * ForBetterWeb.com - Hybrid Pro Landing Page - Bootstrap Theme
 * Copyright 1994-2015 ForBetterWeb.com
 * To use this theme you must have a license purchased at WrapBootstrap (https://wrapbootstrap.com)
 */

html,
body {
    width: 100%;
    height: 100%!important;
}

body {
    font-size: 18px;
    line-height: 1.9;
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #122b40;
}

a {
    color:#789;
    text-decoration: underline;
}
.btn{
    text-decoration: none;
}

a, .btn, button {
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

a:hover, a:focus {
    color:#999;
}

img {
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

img:hover, img:focus {
    opacity:0.8;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.3;
    font-weight: 700;
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 30px;
}

h1, .heading {
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 35px;
    letter-spacing: -2px;
}

h1 a, h1 a:hover,  h1 a:focus,
.heading a, .heading a:hover, .heading a:focus {
    text-decoration: none;
}

h2 {
    font-size: 35px;
    margin-bottom: 20px;
}

h3 {
    line-height: 1.5;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li a {
    padding-left: 25px;
    line-height: 50px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    text-indent: 2px;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    font-size: 22px;
    font-weight: 700;
    padding-top: 25px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
    padding-left: 22px;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 10px;
    right: 10px;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
}

.toggle {
    margin: 0px 15px 0px 0;
}

.label-small {
    background-color: #cc0000;
    font-size: 11px;
    text-transform: uppercase;
    padding:5px 15px;
    margin:20px 0;
    vertical-align: bottom;
    letter-spacing: 1px;
    text-shadow: none;
    line-height: 15px;
    display: inline-block;
}

.head {
    padding: 60px 0;
}

.text-vertical h1, .text-vertical .heading {
    display: inline-block;
}

.text-vertical a {
    /*     color: #fff; */
}

.text-vertical p {
    margin-bottom: 10px;
}

.btn,
input,
textarea {
    border-radius: 2px!important;
}


.btn-dark {
    border-radius: 50%!important;
    color: #fff;
    background-color: rgba(120,120,120,0.6);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.9);
    opacity: .8;
}

.btn-light {
    color: #999;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #ccc;
}

a.border-button, a.border-button-black, .border-button, .border-button-black {
    font-size:16px;
    padding:10px 50px;
    margin-top:10px;
    font-weight:400;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    text-shadow: none;
}

a.border-button, .border-button {
    border:2px solid #E4E4E4;
    color:#E4E4E4;
}

a.border-button-black, .border-button-black {
    border:1px solid #444;
    background: transparent;
}

.border-button:hover, .border-button-black:hover,
.border-button:focus, .border-button-black:focus {
    opacity: 0.7;
}

.border-button:hover, .border-button:focus {
    color: #fff;
}


.text-vertical {
    display: table-cell;
    vertical-align: middle;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    /*background: url(../img/header.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#testimonials,
.call-to-action {
    background: #1B1F23;
    color: #fff;
}

#contactForm {
    /*background: rgba(0,0,0,0.3);*/
    padding: 10px 35px 35px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-shadow: none;
}

.help-block li {
    font-size: 12px;
    list-style: none;
    color:#fff;
}

#contact .help-block li {
    color:#000;
}

.help-block ul {
    padding: 0;
    margin: 0;
}

#top .form-control {
    margin-bottom:0;
}

#top .form-group {
    margin-bottom: 20px;
}

#contact .form-group {
    margin-bottom: 0;
}

.form-control {
    margin-bottom: 15px;
}

.form-signin p {
    margin-bottom: 20px;
}

.checkbox {
    margin-bottom: 10px;
}

label {
    margin: 10px 10px 20px 0;
}

.btn,
.btn:focus,
.btn:active,
.active {
    outline: 0;
}

.scroll-btn {
    padding: 5px 0 50px;
    width: 100%;
    display: block;
    text-align: center;
}

.scroll-btn .mouse {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 75px;
    margin: 0 auto 5px;
    border: 2px solid #fff;
    border-radius: 24px;
    opacity: .6;
}

.scroll-btn .mouse span {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 8px;
    height: 12px;
    margin: -10px 0 0 -4px;
    background: #fff;
    border-radius: 20px;
    -webkit-animation: scroll 2s linear infinite;
    -moz-animation: scroll 2s linear infinite;
    animation: scroll 2s linear infinite;
}

@-webkit-keyframes scroll {
    1% {
        opacity: 1;
        top: 30%;
    }
    20% {
        opacity: 1;
        top: 50%;
    }
    60% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 30%;
    }
}
@-moz-keyframes scroll {
    1% {
        opacity: 1;
        top: 30%;
    }
    20% {
        opacity: 1;
        top: 50%;
    }
    60% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 30%;
    }
}
@keyframes scroll {
    1% {
        opacity: 1;
        top: 30%;
    }
    20% {
        opacity: 1;
        top: 50%;
    }
    60% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 30%;
    }
}

.img-about-greed img {
    height: 460px;
}
.case-study img {
    height: 675px;
}

@media(max-width:1200px) {
    .case-study img {
        padding-top:40px;
    }
}

.services-grid,
.about-grid,
.case-study{
    overflow: hidden;
}

#portfolio,
.about-grid {
    background: #eee;
}

.services .fa,
.about-grid .fa,
.case-study .fa {
    color:#789;
    padding: 30px 15px 0 0;
}

.callout {
    display: table;
    width: 100%;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.callout .text-vertical,
.overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

.portfolio-item .portfolio-link {
    display: block;
    position: relative;
}
.portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(119, 136, 153, 0.5);
    cursor: pointer;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}
.portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -30px;
}
.portfolio-link:hover {
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
.portfolio-item {
    overflow: hidden;
}
@media(max-width:767px) {
    .portfolio-item img {
        width: 100%;
    }
}

.portfolio-modal .modal-content {
    padding: 60px 0;
    min-height: 100%;
    min-width: 102%;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 30px;
}

.portfolio-modal .modal-content img,
.portfolio-modal .embed-responsive {
    margin-bottom: 30px;
    width: 100%;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 20px;
    right: 40px;
    cursor: pointer;
    color:#000;
    opacity: 0.5;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.portfolio-modal .close-modal:hover {
    opacity: .3;
}
.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
.modal-body {
    max-width: 800px;
    margin:0 auto;
    padding: 0 20px;
}

#sponsor {
    padding: 30px 0;
    background: #f2f2f2;
}

.sponsor img {
    max-width: 132px;
    height: 50px;
    margin: 50px auto;
    display: block;
}

.carousel-inner img
{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: inline-block!important;
    border:3px solid #789;
}

.carousel-caption {
    position: static;
}

.carousel-indicators .active, .carousel-indicators li  {
    width: 16px;
    height: 16px;
    margin: 0 5px -50px;
}

.carousel-name {
    font-style: italic;
    font-size: 16px;
    color: #789;
}

.call-to-action .carousel-caption,
.call-to-action .carousel-indicators {
    text-align: left;
    left: 0;
    margin-left: 0;
}

footer {
    background: #eee;
}

/*footer,*/
.overlay,
.callout .text-vertical {
    color: #eee;
    padding: 30px 0;
}

footer a{
    color: #fff;
}



.services,
.about,
.about-grid,
.case-study,
.call-to-action,
#testimonials,
.head {
    padding: 100px 0;
}

#contact {
    padding: 200px 0;
}

#case-study,
#services {
    background: #eee;
}

/*#contact {
    display: table;
    width: 100%;
    background: url(../img/desk.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#contact2 {
    display: table;
    width: 100%;
    color: #fff;
    background: url(../img/contact.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}*/

.header a, .call-to-action a, .callout a, #contact2 a {
    /*     color: #fff; */
    text-decoration: none;
}

.header a:hover, .call-to-action a:hover, .callout a:hover, #contact2 a:hover {
    opacity: .8;
}

.list-inline {
    padding: 30px 0;
}

.no-pad {
    padding: 0;
}

.no-pad-right {
    padding-right: 0;
}

#map {
    width: 100%;
    height: 300px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
    body {
        line-height: 1.7;
    }
    h1, .heading {
        font-size: 35px;
    }
    a.border-button {
        font-size: 16px;
        padding: 10px 30px;
        margin-top: 20px;
    }
    .about-grid,
    .services,
    .case-study,
    #contact {
        text-align: center;
    }

}

@media (max-width: 992px) {
    #contactForm {
        max-width: 450px;
        margin: 0 auto;
    }

    .text-vertical,
    footer {
        text-align: center;
    }
    .scroll-btn {
        padding-top: 30px;
    }

}

@media (max-width: 1200px) {
    .no-pad-right {
        padding-right: 15px;
    }
    #testimonials {
        height: 620px;
    }

    .call-to-action .carousel-caption,
    .call-to-action .carousel-indicators {
        text-align: center;
        width: 100%;
    }

    .services,
    .about,
    .case-study,
    /*footer,*/
    .overlay,
    .head,
    .callout .text-vertical,
    #testimonials,
    .call-to-action,
    #contact {
        padding: 30px 0;
    }

    #contactForm {
        padding: 15px;
    }
}

@media (max-width: 1440px) {
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
    }
}

@media (max-width: 1400px) {
    .text-vertical {
        padding-top: 50px;
    }
}
@media(max-width:1200px) {
    .header, .callout, #contact2 {
        background-attachment: scroll;
    }
}

.checkbox-label{
    margin: 0px 0px 15px 0px;
    /*font-size: 14px;*/
}

.alert {
    padding: 10px 15px;
    border-radius: 0px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #ccc;
    cursor: not-allowed;
}

.checkbox-label{
    /*line-height: 1.2em;*/
    font-size: 80%;
}


.remote-form{
    max-width: 800px;
    margin: 0px auto;
}

.radio-label{
    margin: 0px;
    display: block;
}
.checkbox-modules{
    margin: 0px;
    display: block;
}

.form-modules .form-control {
    padding: 6px;
}

h1, .heading {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

#contactForm {
    padding: 10px 30px 15px;
}

iframe{
    overflow:hidden;
}

.form-control.file {
    height: auto;
}

.margin-0{
    margin: 0px;
}

.required_text{
    color: #a94442;
}

.required_input input{
    border-color: #a94442;
}

.required_label{
    border: 1px solid #a94442;
}

.has-error.form-control,
.has-error.input-group-addon {
    border-color: #dd4b39;
    box-shadow: none;
}

label.has-error {
    color: #dd4b39;
    margin: 0px;
    font-size: 90%;
}

.compareimage_container{
    padding: 50px;
}

.compareimage_box{
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.compareimage_box img{
    max-width: 100%;
}

.select2-container{
    padding: 0px;
    border: none;

}

.select2-container .select2-choice{
    height: 46px;
    font-size: 18px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    /*! box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    /*border-color: #d2d6de;*/
    /*padding-left: 12px;*/
}

.select2-chosen{
    padding: 10px 12px;
}

.select2-container .select2-choice .select2-arrow {
    top: 10px;
}

.m-l-0{
    margin-left: 0px !important;
}

.m-l-5{
    margin-left: 5px !important;
}

.m-l-10{
    margin-left: 10px !important;
}

.m-r-0{
    margin-right: 0px !important;
}

.m-r-5{
    margin-right: 5px !important;
}

.m-r-10{
    margin-right: 10px !important;
}

.m-t-0{
    margin-top: 0px !important;
}

.m-t-5{
    margin-top: 5px !important;
}

.m-t-10{
    margin-top: 10px !important;
}

.m-t-20{
    margin-top: 20px !important;
}

.m-b-0{
    margin-bottom: 0px !important;
}

.m-b-10{
    margin-bottom: 10px !important;
}

.m-b-20{
    margin-bottom: 20px !important;
}

.p-l-0{
    padding-left: 0px !important;
}

.p-l-5{
    padding-left: 5px !important;
}

.p-l-10{
    padding-left: 10px !important;
}

.p-l-15{
    padding-left: 15px !important;
}

.p-l-20{
    padding-left: 20px !important;
}

.p-r-0{
    padding-right: 0px !important;
}

.p-b-0{
    padding-bottom: 0px !important;
}

.p-b-10{
    padding-bottom: 10px !important;
}

.p-b-20{
    padding-bottom: 20px !important;
}