/*********************

TOP BARS

****************************/
.top-bar-dark {
    background-color: #333;
}

.top-bar-light {
    background-color: #f3f3f3;
}

.top-bar-light .top-dark-right li {
    border-color: #ddd;
}

.top-bar-light .top-dark-right li a:hover {
    color: #32c5d2;
}

.top-bar-socials {
    line-height: 18px;
    padding-top: 5px;
}

.top-bar-socials:after {
    display: table;
    clear: both;
    content: "";
}

.top-bar-socials a {
    margin: 0px 3px;
}

.top-dark-right {
    margin: 0px;
    padding: 0px;
}

.top-dark-right li {
    line-height: 40px;
    border-left: 1px solid #444;
    padding: 0px 10px;
}

.top-dark-right li, .top-dark-right li a {
    color: #bbb;
    font-size: 12px;
}

.top-dark-right li i {
    margin-right: 5px;
}

.top-dark-right li a:hover {
    color: #fff;
}

.parallax-section {
    background: url('../img/showcase.jpg') no-repeat;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -72px;
}

.parallax-inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.parallax-content {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

h1 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 60px;
    text-shadow: gray 0 0 5px;
}

@media (max-width: 767px) {
    h1 {
        text-transform: uppercase;
        color: #fff;
        font-weight: 300;
        font-size: 36px;
        text-shadow: gray 0 0 2px;
    }
}

.counter {
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
    font-size: 36px;
}

.flexslider {
    margin: 0px;
    border: 0px;
    background: transparent;
}

.sliders > li {
    width: 100%;
    float: left;
    margin-right: -100%;
    position: relative;
    opacity: 0;
    display: block;
    z-index: 1;
}

html, body {
    height: 100%;
}


.services-top {
    height: 65px;
    line-height: 75px;
}

.services-bottom {
    height: 38px;
    line-height: 50px;
}

/***search top bar**/
.topbar-icons {
    display: block;
}

.topbar-icons i {
    margin: 0px !important;
    display: block;
}

.search {
    display: none;
    position: absolute;
    left: 0;
    right: 15px;
    top: 0;
    height: 100%;
    z-index: 99999;
}

.search .form-control {
    height: 100%;
    position: absolute;
    top: 0;
    width: 99%;
    right: 0;
    border: 0px;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.search-close {
    position: absolute;
    right: 9px;
    top: 5px;
    cursor: pointer;
}

/**on scroll change navigation style**/
.navbar-default.shrink {
    background: rgba(255, 255, 255, 0.95);
    @include box-shadow(0px 1px 4px rgba(0,0,0,0.1));
    border: 0px;
    padding: 3px 0;
}

.navbar-default.shrink .navbar-nav > li > a {
    color: #333;

}

.shrink.navbar-default .navbar-nav > .active > a, .shrink.navbar-default .navbar-nav > .active > a:focus, .shrink.navbar-default .navbar-nav > .active > a:hover {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #333;
    background-color: transparent;
}

.navbar-default.shrink .navbar-brand {
    color: #000;
    font-size: 30px;
}

.navbar-default.shrink .navbar-brand:hover {
    color: #000;
}


/*******section heading**********/
.center-heading {
    text-align: center;
    margin-bottom: 40px;
}

.center-heading h2 {
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    font-size: 25px;
}

.center-heading p {
    font-size: 20px;
    line-height: 35px;
}

.center-heading h2 strong {
    font-weight: 700;
}


.center-line-top {
    display: inline-block;
    width: 70px;
    height: 1px;
    border-top: 1px solid #bbb;
    margin: auto;
}

.center-heading p {
    margin-top: 10px;
}

.overflow-hidden {
    overflow: hidden;
}

/*parahraphs*/
p {
    color: #555;
    line-height: 24px;
    margin: 0 0 20px;
}

p.sub-text {
    font-style: normal;
    font-size: 16px;
    line-height: 29px;
    font-weight: 300;
    color: #555;
}

.sub-text-left li {
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    font-weight: 300;
    color: #555;
}

p.lead {
    font-size: 16px;
    font-weight: 400;
}

pre:after, pre:before {
    clear: both;
    display: table;
    content: "";
}

/***colored boxed**************/
.colored-boxed {
    text-align: center;
}

.colored-boxed i {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border: 0px solid;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 50px;
    display: inline-block;
}

.colored-boxed.green i {
    color: #32c5d2;
    border-color: #32c5d2;
}

.colored-boxed.dark i {
    color: #333;
    border-color: #333;
}

.colored-boxed.blue i {
    color: #3b5998;
    border-color: #3b5998;
}

.colored-boxed.red i {
    color: #cb2027;
    border-color: #cb2027;
}

.colored-boxed h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.colored-boxed p {
    margin-top: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
    width: 100%;
    height: 0px;
}

.divide2 {
    width: 100%;
    height: 2px;
}

.divide3 {
    width: 100%;
    height: 3px;
}

.divide5 {
    width: 100%;
    height: 5px;
}

.divide10 {
    width: 100%;
    height: 10px;
}

.divide15 {
    width: 100%;
    height: 15px;
}

.divide20 {
    width: 100%;
    height: 20px;
}

.divide25 {
    width: 100%;
    height: 25px;
}

.divide30 {
    width: 100%;
    height: 30px;
}

.divide35 {
    width: 100%;
    height: 35px;
}

.divide40 {
    width: 100%;
    height: 40px;
}

.divide45 {
    width: 100%;
    height: 40px;
}

.divide50 {
    width: 100%;
    height: 50px;
}

.divide55 {
    width: 100%;
    height: 55px;
}

.divide60 {
    width: 100%;
    height: 60px;
}

.divide65 {
    width: 100%;
    height: 65px;
}

.divide70 {
    width: 100%;
    height: 70px;
}

.divide75 {
    width: 100%;
    height: 75px;
}

.divide80 {
    width: 100%;
    height: 80px;
}

.divide85 {
    width: 100%;
    height: 85px;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
        margin-top: -8px;
    }
}

.navbar-default {
    opacity: 0.85;
}


#comments {
    padding-top: 70px;
    padding-bottom: 0px;
    background-color: #fff;
}

.special-feature .section-title hr {
    border-color: #333;
}

.special-feature i {
    font-size: 65px;
    line-height: 75px;
    color: #32c5d2;
}

.special-feature h4 {
    font-size: 16px;
    margin-top: 25px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #777;
}

.note {
    font-style: normal;
    font-size: 16px !important;
    line-height: 29px !important;
    font-weight: 300;
    color: red;
}

.blog-post > h3 {
    line-height: 24px;
    margin: 10px 0 !important;
    text-align: center;
}

.blog-post > p {
    text-align: justify;
}

.blog-post > p > img {
    max-width: 100%;
    height: auto
}

#authorized {
    padding-top: 70px;
    background-color: #fff;
}

/* Main page logos section */

#owl-logos {
    margin-top: 12px;
}

#owl-logos .item {
    width: 280px;
    padding: 15px 0;
    text-align: center;
}

@media (max-width: 610px) {
    #owl-logos .item {
        width: 180px;
    }
}

#owl-logos .item img {
    width: 100%;
    filter: grayscale(1);
    transition: all 0.2s ease;
}

#owl-logos .item:hover img {
    filter: grayscale(0);
}

/* Contacts */
.link-text-default {
    color: #555;
    text-decoration: none;
}

.social-constats-icons {
    margin-top: -10px;
}

.social-constats-icons a {
    margin-right: 5px;
}

.social-constats-icons a:hover {
    opacity: .7;
}

.social-constats-icons img {
    width: 36px;
    height: 36px;
}

@media (max-width: 610px) {
    .social-constats-icons {
        margin-top: -14px;
        margin-bottom: 18px;
    }

    .social-constats-icons img {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 767px) {
    .navbar-brand { padding-top: 8px; }
    
}
