/*General*/

body{background-color: #000;max-height:100%; padding:0; margin:0;}

/**
*   Font integrations
*/
h1,h2,h3,h4,h5, #navigation .yamm-content h3, .navbar .navbar-nav > li > a, .yamm-content li a, .page-header .title, .caption-text h1, .projects-4 .info .info-title, .alert-dark, .sackers, .footer a, .copyright span{ 
    font-family:'GillSansMTPro-Book', "Arial", "Times New Roman", serif;
    letter-spacing: 2px;
    text-transform: uppercase;
} 


.title, .card-title, .info-title, .footer-brand, .footer-big h5, .footer-big h4, .media .media-heading{ 
    font-family: "Arial", "Times New Roman", serif; 
    text-transform: inherit;
    letter-spacing: inherit;
} 

.header-inner h4, .breadcrumb li  a, .airmont_slide h4, .carousel-inner h4{ 
    font-family: "Arial", "Times New Roman", serif !important; 
    text-transform: inherit;
    letter-spacing: inherit;
}

h1, .h1 {
    font-size: 35px;
 }
.showAfterLoad{display: none;}
.navbar{margin-bottom: 0px;box-shadow: none;border-radius: 0px;padding:0px !important;}


.navbar .dropdown-menu .active > a{
    background-color: #000 !important;color: #fff !important;
}
.yamm-fullwidth .dropdown-menu{
        background: rgba(0,0,0,0.9);
    }

.yamm-content a, .yamm-content a:hover {
    color:#2b2b2b !important;
    background: transparent !important;
}
.yamm-content li a{
    color: #fff !important;
    margin: 0px;
    padding: 0px;
}
.yamm-content li h3:hover, .yamm-content li a:hover{
    color:#414141 !important;
}

#navigation .yamm-content h3{
    margin-top: 0px;
    font-size: 14px;
    border-bottom: 1px solid #444;
    padding-bottom: 8px;
    color:#fff;
}
#navigation .yamm-content ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.yamm-content li > a:hover{
    border: 0px !important;
    cursor: pointer;
    box-shadow: none !important;
}
.carousel .carousel-control .material-icons {
    top: 56%;
}
.btn-white-bordered{
    background: #fff !important;
    border:1px solid #767676;
    color:#767676 !important;
    width: 150px !important;
    box-shadow: none;
    margin-top: 20px !important;
}
.btn-white-bordered:hover, .btn-white-bordered:active{
    background: #fff !important;
    border:1px solid #767676 !important;
    color:#767676 !important;
    box-shadow: none;
    cursor: pointer;
}
.social-line-white, .subscribe-line-white{
    background-color: #f2f2f2;
    color:#2b2b2b;
}
.text-dark{color:#2b2b2B;}
.subscribe-line{
    padding: 40px 0;
    z-index: 999;
}
.subscribe-line h3, .subscribe-line .description, .subscribe-line i , .subscribe-line input{
    color: #777 !important;
}
.subscribe-line h3{
    font-weight: normal;
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 18px;
}
.subscribe-line .description{
    margin-bottom: 5px;
    font-size:13px;
}
.subscribe-line .btn, .subscribe-line .btn:hover{
    background: #f2f2f2;
    border:1px solid #c6c6c6;
    color:#afafaf !important;
    box-shadow: none;
}
.subscribe-line .card{
    margin-top: 3px;
}
.newsletter_msg{
    padding-left: 30px;
}
footer ul.links-vertical li {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    color: #fff;
}

[class*="features-"], [class*="team-"], [class*="projects-"], [class*="pricing-"], [class*="testimonials-"], [class*="contactus-"]{
    padding: 20px 0px;
}

/*Colors*/
.navbar-dark, .btn-dark {background-color: #000;color: #fff;}
.icon-dark{color: #000 !important;}
.btn-dark:hover{background-color: #fff !important;color: #000 !important;}
.hack-absolute{color:#000;background: #fff;}
.navbar .dropdown-menu li > a:hover, .navbar .dropdown-menu li > a:focus, .navbar.navbar-default .dropdown-menu li > a:hover, .navbar.navbar-default .dropdown-menu li > a:focus{
	background-color: #000;color: #fff;
}
.nav-dark{background: #222;color:#fff !important;}
.nav-dark{color:#fff;}
.nav-middle{
    min-height: 40px;
}
.nav-center{
    border-bottom: 1px solid #000;
    color: #000;
}
.navbar-right{
    padding-top: 5px;
}
.nav-middle li a:first-child{
    padding-left: 0px;
}
.nav-center li a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.nav-middle .separator{
        padding: 7px 10px 0px 0px;
        display: block;
        font-size: 10px;
}
.title, .title a, .card-title, .card-title a, .info-title, .info-title a, .footer-brand, .footer-brand a, .footer-big h5, .footer-big h5 a, .footer-big h4, .footer-big h4 a, .media .media-heading, .media .media-heading a{
    color: #000;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label{
	color:#ee0808;
}
.scrollTopFixed.nav-middle {
    z-index: 5 !important;
    text-align: center;
}
.scrollTopFixed .nav{
    display: inline-block;
    float: none;
    vertical-align: top;
}
.scrollTopFixed a.active{
    color:red !important;
}
.breadcrumb{
    margin-top:50px;
    min-height: auto;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    color: #fff;

}
.breadcrumb li a{
    padding: 7px 10px 7px 2px !important;
    text-transform: inherit !important;
}


.page-header {
    background-position: center center;
}
.contactus-2{
	height: 90vh;
	overflow: scroll;
	background: url('../jpg/default_bg.jpg');
	background-size: cover;
}
.contactus-2 .card-contact {
	border-radius: 0px;
	box-shadow: none;
	margin: 30px 0 80px 150px;
}

.header-filter::before {
    background-color: rgba(0, 0, 0, 0.7);
}
.opacity_0::before{
    background-color: rgba(0, 0, 0, 0);
}
.opacity_1::before{
    background-color: rgba(0, 0, 0, 0.1);
}
.opacity_2::before{
    background-color: rgba(0, 0, 0, 0.2);
}
.opacity_3::before{
    background-color: rgba(0, 0, 0, 0.3);
}
.opacity_4::before{
    background-color: rgba(0, 0, 0, 0.4);
}
.opacity_5::before{
    background-color: rgba(0, 0, 0, 0.5);
}
.opacity_6::before{
    background-color: rgba(0, 0, 0, 0.6);
}
.opacity_7::before{
    background-color: rgba(0, 0, 0, 0.7);
}
.opacity_8::before{
    background-color: rgba(0, 0, 0, 0.8);
}
.opacity_9::before{
    background-color: rgba(0, 0, 0, 0.9);
}
.opacity_10::before{
    background-color: rgba(0, 0, 0, 1);
}

.lang-ar .label-floating {
	text-align: right;
}
.form-control:focus,.form-control,.has-error .form-control, .has-error .form-control:focus{
	    border: none !important;
    box-shadow: none !important;
}


.navbar .dropdown-menu, .navbar.navbar-default .dropdown-menu {
    border-radius: 0px !important;
}
ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;    
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}


@media screen and (min-width: 800px) {
	.info, .features-3 .info {
	    padding: inherit !important;
	}
}


.btn.btn-white, .btn.btn-white:focus, .btn.btn-white:hover, .navbar .navbar-nav > li > a.btn.btn-white, .navbar .navbar-nav > li > a.btn.btn-white:focus, .navbar .navbar-nav > li > a.btn.btn-white:hover
{
    color:#000;
}
.page-header .title {
    font-size: 46px;
    margin-top: 0px;
    letter-spacing: 0.17em;
    line-height: 55px;
}


h3{
    font-size: 1.625em;
}

/*Content*/
footer .copyright {
    padding: 0px 0;
    font-size: 12px;
}
footer .copyright span{
    font-size: 11px;
}
.footer-black{
    background: #000;
}
footer ul li a {padding: 2px !important;color:#777 !important;}
footer ul li a:hover {color:#757575 !important;}
.footer-copyright{border-top:1px solid #2f2f2f;padding:25px;color:#919191;}
a:hover, a:focus{color:#888;}

/*Text*/
h1{font-weight: bold;text-transform: uppercase;}
.row{
    margin-right: 0px;
    margin-left: 0px;
}
#parent{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.false{
     opacity:0;
}
.true{
     opacity:1;
}

#child{
    width: 100%;
    overflow-y: scroll;
    padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
}

.airmont_slide{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.contactTitle{
    font-family: Arial;
        color: #fff;
    font-size: 20px;
    margin-bottom: 13px !important;
}

.navbar-dark .navbar-nav>li{
}
.navbar-dark .navbar-nav>li:last-child{
    border-right: 0px;
}
.navbar-dark .navbar-nav>li:hover{
    background: none;
}

.page-header{
    height: 80vh !important;
}
.header-inner{
    height: 60vh !important;
}

.page-header .container{
    padding-top: 13% !important;
    padding-bottom: 6% !important;
}
.header-inner .container{
    padding-top: 14% !important;
}
.card-raised {
    box-shadow: none !important;
    overflow: hidden;
}


.caption{
           cursor: pointer;
    position: absolute;
    opacity: 1;
    top: 400px;
    width: 100%;
    height: 100%;
    margin: 0px !important;
    padding: 0px !important;
        -webkit-transition:all 0.7s ease-in-out;
        -moz-transition:all 0.7s ease-in-out;
        -o-transition:all 0.7s ease-in-out;
        -ms-transition:all 0.7s ease-in-out;
        transition:all 0.7s ease-in-out;
}

.card{
    margin-bottom: 0px;
    border-radius: 0px;
}
.card-background{
    border-radius:0px;
}
.card-background .content{
    max-width: 100%;
    padding: 20px;
    min-height: 500px;
}
.col-md-12{
    padding:20px;
}
.content_text{
    padding: 0px 7px;
}
.btn{
    border-radius: 0px;
}
.alert.alert-dark {
    background: #fff;
    color: #000;
    padding: 10px 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #000;
    font-size:10px;
}
.projects-4 .col-md-6{
    padding: 0px;
}
.projects-4 .info{
    max-width: 80%;
}

.projects-4 .info .info-title{
    color: #000;
    font-size: 35px;
    margin-top: 20px;
    font-weight: normal;
    line-height: 35px;
}
.info-horizontal .description {
    overflow: hidden;
    width: 100%;
    margin: auto;
}


.projects-4 a{
    color: #000;
    margin-top: 10px;
}
.card-background:after{
        background-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
}
.card-background-transparent:after{
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 0px !important;
}

.card-background:hover .caption{
        opacity: 1;
        transform: translateY(-400px);
        -webkit-transform:translateY(-400px);
        -moz-transform:translateY(-400px);
        -ms-transform:translateY(-400px);
        -o-transform:translateY(-400px);

    }

.blur{
            background-color: rgba(0,0,0,1);
    height: 100%;
    width: 100%;
    z-index: 5;
    position: absolute;
    }

.caption-text h1{
    font-size: 23px;
    font-weight: normal;
    margin: 0px;
    text-transform: inherit;
    line-height: 23px;
}
.caption-text{
            z-index: 10;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: left;
    top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }


.only_mobile{
    display: none !important;
}
.only_desktop{
    display: none !important;
}

.scrollTopFixed a {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.dropdown-menu {
  -webkit-animation-duration: 1s;
}

.bxs {
  -webkit-animation-duration: 2s;
  z-index: 0 !important;
  overflow: hidden !important;
}

.footer-big h5{
    color: #fff;
}
.newsletterform{
    padding: 7px 0px !important;
}
.text-white{
    color: #fff;
}
.card{
    box-shadow: none !important;

    background-position: top;
    background-repeat: no-repeat;
}
.col-md-4 .card{
    background-size: 375px 400px;
}
.col-md-8 .card{
    background-size: 100% 400px;
}
.carousel-inner h4{
    margin-top: 0px;
    font-size: 23px;
}
.grid .col-md-4{
    padding-left: 10px;
    padding-top:10px;
}
.grid .col-md-8{
    padding-left: 10px;
    padding-top:10px;
}
.carousel .btn{
    background: transparent !important;
    border:1px solid #FFF;
    color:#fff !important;
}
.btnTransparent{
    background: transparent !important;
    border:1px solid #FFF;
    color:#fff !important;
}
.btnTransparent:hover{
    box-shadow: none;
}
.form .col-md-6{
    padding: 0px;
    padding-right: 20px;
}
.prnone{
    padding-right: 0px !important;
    display: block !important;
}
.padding20{
    padding: 20px 0px;
}
.padding40{
    padding: 40px 0px;
}

.navbar .navbar-nav > li > a{
    font-size: 10px;
}
.contenttext > div{
    width:80%;
}
.info p {
    color:#000;
}
.scrollBind h2, .scrollBind h3, .scrollBind h4, .scrollBind h5 {
    color:#000 !important;
}

.yamm-content li a{
    text-transform: inherit;
}

/* Safari FIX */
.vcenter:before, .vcenter:after{
  width: 0;
}
.col-md-8{
    width: 66.59%;
}
.newsletter_row:before{
    display: inherit !important;
}

/* Search */
.form-search{
    font-family: 'GillSansMTPro-Book', "Arial", "Times New Roman", serif;
    letter-spacing: 2px;
    font-size:12px !important;
}
.form-search::-webkit-input-placeholder {
    color:#444;
}

.btn-search,    .btn-search:hover, .btn-search:focus, .btn-search:active:focus{
    background-color: #000;
    color: #fff;
}


video#video { transition: 1s opacity; }
.stopfade { opacity: .5; }

#video_btn_container{
    position: absolute;
    bottom: 10%;
    left: 10%;
}
#videopause{
    width: 40px !important;
}
#videomute{
    margin-left:10px;
    width: 40px !important;
}

::-webkit-scrollbar {
    width: 0px  !important;
    background: transparent  !important;
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
}

/* Only Screen */
@media screen and (min-width: 800px) {

    .info, .features-3 .info{
    padding: inherit !important;
}

    .carousel .carousel-control.right i {
        right: 50%;
    }
    .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display:         flex;
      flex-wrap: wrap;
    }
    .row > [class*='col-'] {
      display: flex;
      flex-direction: column;
    }
    .only_desktop{display: block !important;}

    .vcenter{
        display: flex;
        align-items: center;
    }

    .contentm .col-xs-1, .contentm .col-sm-1, .contentm .col-md-1, .contentm .col-lg-1, .contentm .col-xs-2, .contentm .col-sm-2, .contentm .col-md-2, .contentm .col-lg-2, .contentm .col-xs-3, .contentm .col-sm-3, .contentm .col-md-3, .contentm .col-lg-3, .contentm .col-xs-4, .contentm .col-sm-4, .contentm .col-md-4, .contentm .col-lg-4, .contentm .col-xs-5, .contentm .col-sm-5, .contentm .col-md-5, .contentm .col-lg-5, .contentm .col-xs-6, .contentm .col-sm-6, .contentm .col-md-6, .contentm .col-lg-6, .contentm .col-xs-7, .contentm .col-sm-7, .contentm .col-md-7, .contentm .col-lg-7, .contentm .col-xs-8, .contentm .col-sm-8, .contentm .col-md-8, .contentm .col-lg-8, .contentm .col-xs-9, .contentm .col-sm-9, .contentm .col-md-9, .contentm .col-lg-9, .contentm .col-xs-10, .contentm .col-sm-10, .contentm .col-md-10, .contentm .col-lg-10, .contentm .col-xs-11, .contentm .col-sm-11, .contentm .col-md-11, .contentm .col-lg-11, .contentm .col-xs-12, .contentm .col-sm-12, .contentm .col-md-12, .contentm .col-lg-12{
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .containerpadding{
        padding: 0px !important;
        width: 100% !important;
    }
    .info {
        max-width: 80%;
    }


    .carousel .carousel-control.right {
        right: -25px;
    }
    .carousel-control{
        width:5%;
    }

    .text_35{
        width:35% !important;
    }

    .text_55{
        width:55% !important;
    }


.col-md-8,.col-md-4{
    padding-right: 0px;
    padding-left: 2px;
}
}

@media (min-width: 1441px){

    .page-header .title {
        font-size: 56px;
        line-height: 65px;
    }
    .carousel-inner h4{
        font-size: 26px;
    }

    .container, .alert-dark .container, .hack-absolute .container {
        width: 1400px;
    }
    .alert-dark .container{
        padding-left: 20px;
    }
    .card-background .content{
        min-height: 620px;
    }
    .col-md-4 .card{
        background-size: 450px 500px;
    }
    .caption{
        top:500px;
    }
    .card-background:hover .caption{
        transform: translateY(-500px);
        -webkit-transform:translateY(-500px);
        -moz-transform:translateY(-500px);
        -ms-transform:translateY(-500px);
        -o-transform:translateY(-500px);
    }
    .caption-text h1{
        line-height: 30px;
    }
    .col-md-8 .card{
        background-size: 100% 500px;
    }
    .carousel-inner .btn{
        font-size: 16px;
    }
    .carousel-inner .container{
        padding-top: 13% !important;
    }
}

/* Mobile Only*/
@media only screen and (max-width: 800px) {

    .card-background .content{padding: 0px !important;}
    .col-md-12, .col-md-6, .col-md-8, .col-md-4, .hack-absolute .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .contactus-2 .card-contact {margin: 0px !important;}
    .contactus-2{height: auto !important;overflow: auto !important;}
    .logo {margin-left: 20px;}
    #child {padding-right: 0px;}
    .form{margin-bottom: 40px;}
    footer ul li a {padding: 10px 10px !important;}
    .page-header {height: auto;min-height: 75vh;}
    footer ul li:first-child{display: block;}
    footer .copyright {padding: 0px 0 !important;}
    .carousel-indicators{display: none;}
    .airmont_slide{}
    .default img{
        max-width: 100%;
    }
    img{
        max-width: 100%;
    }
    .text-right{
        text-align: center;
    }
    .marge_mobile {
        margin-bottom: 20px;
    }
    .page-header .title {
        padding-top: 50% !important;
        line-height: 35px;
    }
    .carousel-inner .page-header .title{
        padding-top: 20% !important;
        font-size:20px;
    }
    .carousel-inner h4{
        font-size: 14px;
    }
    .navbar-white{
        padding: 0px;
        margin: 0px;
    }
    .navbar-white .collapse{
        display: block;
        float: right;
    }
    .navbar-white .nav li img{
        width: 175px;
    }
    .yamm-content li a{
        margin: 4px -1px;
        display: block;
        padding: 2px 6px;
        color: #fff;
    }
    .yamm-content h3{
        padding-bottom: 0px !important;
        color:#aaa;
        border-bottom: 0px;
        font-size: 12px !important;
        border-bottom: 0px !important;
    }
    .yamm-fullwidth:hover .dropdown-menu{
        display: none !important;
    }
    
    .nav .yamm-fullwidth.open:hover .dropdown-menu{
        display: block !important;
    }
    .navbar-toggle{
        margin-top: 2px;
        margin-bottom: 0px;
    }
    .navbar-toggle i{
        font-size: 25px;
    }
    .yamm .yamm-content{
        width: 90%;
        padding: 0px;
    }
    .yamm-content .col-md-3{
        margin-bottom: 10px;
    }
    .alert-dark .alert-icon{
        display: none;
    }
    .alert-dark{
        font-size:11px;
    }
    .projects-4 .text-info{
        position: initial !important;
    }
    .info-horizontal{
        margin-left: 0px !important;
        margin-right: 0px !important;
        position: relative !important;
        padding-right: 3% !important;
        padding-left: 6% !important;
    }

    .col-md-4 .card{
        background-size: cover;
    }
    .col-md-8 .card{
        background-size: cover;
    }

    .projects-4 .info{
        max-width: 100%;
        word-wrap: break-word;
    }

    #navigation .yamm-content h3 {
    	margin-left: -7px;
    }
    .dropdown-menu li > a{
    	margin-left: 11px;
    }
    .scrollTopFixed .nav{
        width: 100%;
    }

    .contenttext > div{
        width:97% !important;
    }

    .info {
        max-width: 96%;
    }

    .carousel .carousel-control.left {
        left: -10px;
    }
    .carousel .carousel-control.right {
        right: 0px;
    }
    .carousel-control{
        width:5%;
    }
    .kxl_part_features h4{
        margin-bottom: 14px !important;
        margin-top: 30px !important;
    }
    .kxl_part_features h5{
        line-height: 10px !important;
    }
    .docscall .col-md-6{
        border: 0px !important;
    }
    .docscall .col-md-6:first-child{
        margin-bottom: 50px;
    }
}
@media (orientation: landscape) and (max-device-width : 700px) {
    .page-header .title {
        font-size: 30px;
        line-height: 35px;
        padding-top: 8% !important;
    }
    .carousel-inner .page-header .title{
        padding-top: 0% !important;
    }
    .carousel-inner h4{
        font-size: 16px;
    }
    .carousel-inner .container{
        padding-top: 10% !important;
    }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .only_mobile{
        display: block !important;
    }
    .only_desktop{
        display: none !important;
    }
    .default img {
    max-width: 100%;
}
    .col-md-4 .card {
    background-size: cover !important;
}
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 100%;
  }
  .col-md-10 {
    width: 100%;
  }
  .col-md-9 {
    width: 100%;
  }
  .col-md-8 {
    width: 100%;
  }
  .col-md-7 {
    width: 100%;
  }
  .col-md-6 {
    width: 100%;
  }
  .col-md-5 {
    width: 100%;
  }
  .col-md-4 {
    width: 100%;
  }
  .col-md-3 {
    width: 100%;
  }
  .col-md-2 {
    width: 100%;
  }
  .col-md-1 {
    width: 100%;
  }
  .col-md-pull-12 {
    right: 0%;
  }
  .col-md-pull-11 {
    right: 0%;
  }
  .col-md-pull-10 {
    right: 0%;
  }
  .col-md-pull-9 {
    right: 0%;
  }
  .col-md-pull-8 {
    right: 0%;
  }
  .col-md-pull-7 {
    right: 0%;
  }
  .col-md-pull-6 {
    right: 0%;
  }
  .col-md-pull-5 {
    right: 0%;
  }
  .col-md-pull-4 {
    right: 0%;
  }
  .col-md-pull-3 {
    right: 0%;
  }
  .col-md-pull-2 {
    right: 0%;
  }
  .col-md-pull-1 {
    right: 0%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 0%
  }
  .col-md-push-11 {
    left: 0%
  }
  .col-md-push-10 {
    left: 0%
  }
  .col-md-push-9 {
    left: 0%
  }
  .col-md-push-8 {
    left: 0%
  }
  .col-md-push-7 {
    left: 0%
  }
  .col-md-push-6 {
    left: 0%
  }
  .col-md-push-5 {
    left: 0%
  }
  .col-md-push-4 {
    left: 0%
  }
  .col-md-push-3 {
    left: 0%
  }
  .col-md-push-2 {
    left: 0%
  }
  .col-md-push-1 {
    left: 0%
  }
  .col-md-push-0 {
    left: 0%
  }
  .col-md-offset-12 {
    margin-left: 0%;
  }
  .col-md-offset-11 {
    margin-left: 0%;
  }
  .col-md-offset-10 {
    margin-left: 0%;
  }
  .col-md-offset-9 {
    margin-left: 0%;
  }
  .col-md-offset-8 {
    margin-left: 0%;
  }
  .col-md-offset-7 {
    margin-left: 0%;
  }
  .col-md-offset-6 {
    margin-left: 0%;
  }
  .col-md-offset-5 {
    margin-left: 0%;
  }
  .col-md-offset-4 {
    margin-left: 0%;
  }
  .col-md-offset-3 {
    margin-left: 0%;
  }
  .col-md-offset-2 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 0%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (max-width: 991px){
    .carousel-indicators{display: none;}
    body{overflow: auto !important;}
    .default img{
        max-width: 100%;
    }
    .nav-middle li{
        float: left;
        margin-left: 15px !important;
        margin-right: 0px !important;
    }
    .nav-middle a, .nav-middle span{
        font-size: 12px;
    }
    .nav-middle .separator{
        padding: 7px 0px 0px 0px;
        display: block;
    }
    .only_mobile{
        display: block !important;
    }
    .toNchr{
        display: none !important;
    }
    .page-header .title {
        font-size: 30px;
    }
}
