/*
 Theme Name:   Haxon Child Theme
 Description:  Haxon Child Theme
 Author:       Bipin Prasad
 Author URI:   decoder.arya@gmail.com
 Template:     haxon
 Version:      1.0.0
*/

@import url("../haxon/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
#header {
    padding-top: 0;
    margin-bottom: 10px;
}
.left-navigation {
    float: left;
    width: 36%;
}
.right-navigation {
    float: right;
    margin-top: 10px !important;
    width: 36%;
}
#header .menu li {
    display: inline-block;
}
#header .menu li a {
    padding: 1px 25px 0 25px;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
}
.navigation {
    margin-top: 94px;
}
#header .menu li a:hover {
    color: #01BFD2;
}
#logo-container {
    float: left;
    width: 27%;
    text-align: center;
}
#logo {
    float: none;
}
.slider-container {
    margin-bottom: 0;
}
.second-top-menu {
    background-color: #393939;
    height: 34px;
    padding-top: 9px;
}
.second-top-menu .menu li {
    display: inline;
}
.second-top-menu .menu li a {
    color: #FFFFFF;
    font-size: 20px;
    padding:  0 57px;
    text-transform: uppercase;
}
.second-top-menu .menu li a:hover {
    color: #01BFD2;
}
.intro-text {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    margin-top: 15px;
}
.intro-text p {
    color: #000000;
}
.second-top-menu div.span12{
    margin: 0 auto;
    float: none !important;
}
.what-we-do {
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
    width: 90%;
}
.what-we-do-body {
    margin-left: 17%;
    width: 88%;
}
.what-we-do-body .vc_span5 {
    margin-right: 3%;
}
.what-we-do-body .vc_span5 img {
    box-shadow: 0 5px 0 #6C6C6C;
}
.why-choose-us {
    width: 100%;
}
.why-choose-us .vc_row-fluid {
    margin: 0 auto !important;
    width: 100%;
}
.who-we-are-strip{
    position: relative; 
    margin-bottom: 0px; 
    left: 0px; 
    top: -68px; 
    z-index: -1; 
    height: 82px; 
    background-color: rgb(229, 229, 229);
}
.special_intro p {
    margin: 0;
}
.special_intro .titles li a {
    color: #333333;
    padding-bottom: 11px;
}
.special_intro .titles li:hover a {
    background-color: #333333;
    color:#fff;
}

.special_intro .titles a.selected {
    background-color: #333333 !important;
    font-weight: 400;
    color: #fff;
}
.special_intro .titles li {
    border-bottom: 1px solid #333333 !important;
}
.special_intro .titles li:hover {
    border-bottom: 1px solid #ffffff !important;
}
.special_intro .titles li:last-child {
    border-bottom: none !important;
}
.special_intro .line {
    border-left: 2px solid #333;
    height: 189px;
}
.special_intro .span4{
    margin-left: 65px;
    width: 296px;
}
.tagline{
    background-color: #01BED2 !important;
}
.tagline .content div{
    text-align:left;
}
.tagline .title {
    font-size: 27px !important;
    font-weight: 600  !important;
    text-transform: uppercase !important;
}
.tagline .button {
    background-color: #323232;
    float: right;
    height: 48px !important;
    margin: 0 !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

#footer {
    background: none repeat scroll 0 0 #333333;
    position: relative;
    z-index: 1;
}
#footer .what-we-do{
    text-align: left;
}
#footer .what-we-do .span4{
    margin-left: 0;
}
#footer .widget_area h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 22px;
}

#menu-quick-links {
    list-style: none;
}
#menu-quick-links li {
    background: none;
    padding: 0;
}
#menu-quick-links li a {
    color: #01BED2 !important;
}
#footer .what-we-do .span4{
    width: 350px;
}
.contact-info {
    padding-left: 12%;
    width: 276px !important;
}
.marketting-news h4 {
    text-align: center;
}

.contact-info .textwidget {
    line-height: 14px;
    color: #8C8C8C;
}
.contact-info a {
    color: #01BED2 !important;
}
.marketting-news li a {
    color: #8C8C8C !important;
}
#footer a:hover{
    text-decoration: underline !important;
}
#footer .footer-menu {
    width: 300px !important;
}

.header-call {
    padding-top: 38px;
    float: left;
    width: 100%;
    text-align: right;
    margin-bottom: 16px;
}

.header-call > img {
    padding-right: 59px;
}

.copyright a{
    color: #01BED2 !important
}
.copyright{
    color: #8C8C8C !important
}

.social_media .social_icons {
    float: right;
    margin-right: 90px;
}
.social_media .social_icons a {
    background-color: #555557;
}
#footer .row{
    margin-bottom: 0px;
}
#footer .widget_area .what-we-do #nav_menu-2{
    margin-bottom: 10px;
}
@media (max-width: 980px) and (min-width: 801px){
    #header .menu li a {
        padding: 1px 16px 0;
    }
    .second-top-menu .menu li a {
        padding: 0 35px;
    }
    .special_intro .span4 {
        margin-left: 48px;
    }
    .special_intro .span8 {
        width: 566px;
    }
    .tagline .content {
        max-width: 572px;
    }
    .tagline .title {
        font-size: 24px !important;
    }
    .contact-info {
        padding-left: 2.5%;
        width: 276px !important;
    }
    #footer .footer-menu {
        width: 195px !important;
    }
    .who-we-are-strip {
        height: 63px;
        top: -59px;
    }
}
@media (max-width: 800px)  {
    .second-top-menu .menu li a {
        padding: 0 13px;
    }
    .who-we-are-strip {
        height: 47px;
        top: -52px;
    }
    .special_intro .span4 {
        margin-left: 36px;
        width: 200px;
    }
    .special_intro .span8 {
        width: 468px;
    }
    .what-we-do .tagline .content {
        width: 380px !important;
    }

    .what-we-do .tagline .first-button {
        padding-bottom: 25px;
        padding-top: 39px;
    }
    .what-we-do .tagline .second-button {
        padding-bottom: 36px !important;
        padding-top: 43px !important;
    }

    #footer .what-we-do .span4 {
        width: 185px !important;
    }
    .social_media .social_icons {
        margin-right: 20px;
    }
}
@media (max-width: 360px)  {
    .second-top-menu {
        height: 130px;
    }
    .second-top-menu .menu li {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .what-we-do-body {
        margin-left: 7%;
    }
    .special_intro .span4 {
        margin-left: 0px;
        width: 265px;
    }
    .special_intro .span8 {
        width: 267px;
    }
    .what-we-do .tagline .content {
        width: 100% ;
    }
    .who-we-are-strip {
        display: none;
    }
    .what-we-do .tagline .content {
        width: 100% !important;
        margin-bottom: 15px;
    }
    .what-we-do .tagline .second-button {
        border: medium none !important;
        margin-top: 10px !important;
        padding: 43px 60px 36px 63px !important;
    }
    #footer .what-we-do .span4 {
        width: 100% !important;
    }
    .marketting-news h4 {
        text-align: left;
    }
    .contact-info {
        padding-left: 0%;
        width: 100%!important;
    }
    .social_media .social_icons {
        margin-right: 0px;
    }
    .tagline .button {
        background-color: #323232;
        float: right;
        height: 48px !important;
        margin: 0 !important;
        padding-left: 17px !important;
        padding-right: 17px !important;
    }
}