.wd-1170{
    width: 90%;
    margin: 0 auto;
}
.page{
    background-color: #e3effb;
}
body{background-color: #e3effb;}
.content{background-color: #e3effb !important;}
.show{
    display: none !important;
}

header{height: 195px;}


.top-row {
   background-color: #e3effb;
    background-image: url("../images/aj-head-bg1.jpg");
    background-size: cover;
    background-position: top center;
    position: relative;
    background-repeat: no-repeat;
    box-shadow: inset 0px -47px 0px 0px #303030;
}
/*.top-row:after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 47px;*/
/*    background: #303030;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    z-index: -1;*/
/*}*/
.header .brand {float: left; }

.brand {display: inline-block; }


.brand img{    
    width: 560px;
    margin-left: -25px;
               /*    margin-left: 27px;*/}
.brand_name { overflow: hidden; }



/*========================   Menu   ==========================*/
/*.stuck_container {background: #272d33;margin-top: -40px; }*/

.sf-menu { display: inline-block;}
.nav ul{margin-bottom:0 !important;}
.sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; 
}
.sf-menu:after {clear: both; }
.sf-menu > li {
    position: relative;
    float: left; 
}
.sf-menu a { display: block; }

.rd-mobilepanel_title { letter-spacing: 1px; }

nav li:first-child { margin: 0; }

.nav li:hover > a:after { display: block; }

.sf-menu > li { margin: 0 0 0 46px; list-style: none;}

.sf-menu > li > a {
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 12px 0;
    text-transform: uppercase; 
    text-decoration: none;
}
.sf-menu > li > a:after {
    background: url("../images/tr.png") no-repeat scroll center bottom;
    bottom: -7px;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    border-top: 5px solid transparent;
    z-index: 1;
    opacity: 0; }
.sf-menu > li > a:hover{
    background: #333;
}
.sf-menu > li > a:hover:after {
    border-top: 5px solid #fc5a0a;
    opacity: 1; }
.sf-menu > li.active > a, .sf-menu > li.sfHover {
    color: #fff;
    display: block; }

/*
.sf-menu > li.active > a:after, .sf-menu > li.sfHover:after {
border-top: 5px solid #fc5a0a; }
*/

nav li.active > a::after {
    opacity: 1; }

.sf-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 269px;
    margin-top: 10px;
    background: #FFF;
    z-index: 999;
    box-sizing: border-box; }

/*
.sf-menu ul {
border: 1px solid #d9d9d9;
padding: 21px 0 0 0; }
*/
/*
.sf-menu ul > li {
margin: 0 0 22px;
padding: 0 0 22px 29px;
border-bottom: 1px solid #d9d9d9; }
*/
.sf-menu ul > li:last-child {
    border-bottom: medium none;
    padding-bottom: 0; }
.sf-menu ul > li > a {
    color: #272d33; }
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #fc5a0a; }

.sf-menu ul ul {
    position: static;
    top: 100%;
    width: auto;
    margin-top: 0;
    padding: 0;
    z-index: 4; }

.sf-menu ul ul {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    display: none;
    left: 102%;
    list-style: outside none none !important;
    padding: 22px 0 0;
    position: absolute;
    top: 58px;
    width: 270px;
    z-index: 11; }
.sf-menu ul ul > li > a {
    color: #272d33; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
    color: #fc5a0a; }

.sf-menu > li > .sf-with-ul {
    position: relative; }
.sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 62%;
    margin-left: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome";
    display: none; }

footer {
    background: #1c2025;

}
footer .footer1 {
    font-size: 12px;
    /* padding-bottom: 17px;*/
    padding-top: 10px;
    color: #6a6d6f; }

footer .footer1 a:hover {
    color: #fc5a0a; }
footer h3, footer address {
    color: #fff; 
    margin-bottom: 20px;
    font-size: 40px;

}

.clear{
    clear:both;
}

.footer1 {
    background-color: #000;
    color: #ccc;
    margin-top: 15px;
    /* padding: 15px 0!important;*/

}
.newArrivals{
    padding: 20px 0;
}

.itemNmb, .prodName{
    text-transform: uppercase;
    font-weight: bold;

}
.prodNew{
    padding-bottom: 10px;
}
.newDesc{
    background-color: cornflowerblue;
    color: #FFF;
    padding: 10px;
}
.newDesc p{
    font-size: 13px;
    line-height: 15px !important;
}
.newHead{
    font-family: 'Hammersmith One', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #f28145;
    margin-bottom: 4%;
}
.newHead span{
    color: #272d33;

}
.rowBadge{
    background-color: #272d33;
    color: #FFF;
    text-align: center;
    padding: 10px;

}
.rowBadge h6{
    font-size: 25px!important;
}

.btnVideo{
    margin-top: 5%;
}
.btnVideo a{
    text-decoration: none !Important;
}
.buttons{
    padding: 10px;
    height: 110px;
}

.buttonss{
    padding: 10px;
    height: 60px;
}
.buttonss h6{
    color: #FFF;
    font-size: 16px;
    letter-spacing:normal;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;

}
.buttonss span{
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif; 
}


.buttons h6{
    color: #FFF;
    font-size: 19px;
    letter-spacing:normal;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    padding-top: 7%;

}
.buttons span{
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif; 
}
.bgPink{
    background-color: deeppink;
    border-bottom: 5px solid #901457;
    border-radius: 10px;
    margin-bottom: 10%;
}
.bgOrange{
    background-color: darkorange;
    border-bottom: 5px solid #90560F;
    border-radius: 10px;
}
.margtop{
    margin-top: 3%;
}


.flag{
    margin-right: 25px;
    width: 12%;
    float: right;
}


.searchInv {
    padding: 10px;

}


#menu::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#menu::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#menu::-webkit-scrollbar-thumb
{
    background-color: #0ae;

    background-image: -webkit-gradient(linear, 0 0, 0 100%,
        color-stop(.5, rgba(255, 255, 255, .2)),
        color-stop(.5, transparent), to(transparent));
}

.video {
    background-color: #f5f5f5;
}

.searchDesc {
    background-color: #f5f5f5;
    border-top:5px solid #336598;
}
.searchDesc p{
    line-height: 15px !important;
    padding:2px 10px 5px 20px;
}

.paddR {
    padding-right: 50px;
}

.headerBg1 {
    background: url("../images/bg/bg1.jpg") no-repeat center;
    padding: 40px;
}

.headerBg1 h3 {
    line-height: 15px;
    font-size: 40px;
    color: #FFF;
}

.headerBg1 p {
    color: #f80;   
}

.headerBg1 a {
    text-decoration: none !important;
}

.btnDesc {
    padding-bottom: 20px;
}

.descHead {
    padding-top: 20px;
    font-weight: bold;
    color: #f80;
}

.bgBlue {
    background-color: #336699;
    border-bottom: 5px solid #1D3F62;
    border-radius: 10px;
    text-align: center;
}

.descHead span {
    font-weight: normal;
    color: #000;
}

.descTag td{
    padding: 10px 0 0 15px ;
    font-weight: bold;
}

.videoPro {
    background-color: #333;
}

.videoPro h6 {
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}

.blue {
    color: dodgerblue;
}

.de {
    vertical-align: baseline;
}

.description {
    padding-bottom: 85px;
}


.just {
    text-align: justify;
}

.servImg {
    background-image:url("../images/products/IMG_2667.JPG") no-repeat;
    height: 120px;
}

.services {
    padding-top: 10px;
}

.borBtm {
    background-color: #f5f5f5;
    padding: 10px;
    border-bottom: 5px solid #000;
}

.borBtm h6 {
    color: #369;
    font-family: 'Raleway', sans-serif;
    letter-spacing: normal;
}

.margB0 {
    margin-bottom: 0!important;
}

.content1 input {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}
@media screen(max-width:992px){
    body{
        background-color: blueviolet;
    }
}
.padd0 {
    padding: 0!important;
}



.login input {
    background-color: #f5f5f5;
    padding: 10px;
    width: 100%;
}

.cd-form1 select{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    padding: 12px;
    border: 1px solid #cfd9db;
    background-color: #ffffff;
    border-radius: .25em;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
    width: 100%;

}



.tet textarea {
    width: 100%;
    min-height: 120px;
    padding-top: 10px;
    padding-left: 10px;
    background-color: #f5f5f5;
}

.login .submit {
    width: 30%;
    float: right;
    margin-right: 15px;




}

.submit input {
    background-color: #5EB1FF!important;
    color: #fff;
    font-weight: bold;
}

.textCent {
    text-align: center;

}
.textCent h6 {
    font-size:18px;

}
.pL{
    padding-left: 75px;
    padding-top: 10px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: -15px;
    top:30px;
    z-index: 99;
}
.sf-menu > li {
    float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
    float: left;
    /*
    margin-bottom: 1em;
    margin-left: 32%;
    */
}
.sf-menu ul {
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {

    padding: .75em 1em;
    text-decoration: none;
    zoom: 1; /* IE7 */
}
.sf-menu a {
    color: #13a;
}


/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}

.cut {
    /*overflow: hidden;*/
    padding: 0 0 35px;
}

.cut-bd {
    /*padding: 15px 15px 0;*/
    position: relative;
}


.cut-hd_red { border-bottom: 1px solid darken(#e74c3c,5%); }
.cut-hd_green { border-bottom: 1px solid darken(#1abc9c,5%); }

.cut-bd_red {
      /*background: #fff;*/
    color: #ecf0f1;
    text-shadow: 1px 1px rgba(#ffffff,.2);}
/*.cut-bd_red:before {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    top: 100%;
    right: 30px;
    background: #fff;}
.cut-bd_red:after {
    content: "";
    width: 0;
    height: 0;
    margin-left: -30px;
    position: absolute;
    top: 100%;
    left: 100%;
    border: 15px solid #fff;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}*/
/*.logo-container:before {
    content: "";
    width: 20%;
    height: 52px;
    position: absolute;
     top: 21.9%;
    top:152px;  
    left: 0px;
    background: #fff;
}*/


.cut-bd_green {
    border-top: 5px solid #ecf0f1;
    background: #1abc9c;
    color: #ecf0f1;
    text-shadow: 1px 1px rgba(#ffffff,.2);
    &:before {
        content: "";
        width: 100%;
        height: 30px;
        position: absolute;
        top: 100%;
        right: 30px;
        background: #1abc9c;
    }
    &:after {
        content: "";
        width: 0;
        height: 0;
        margin-left: -30px;
        position: absolute;
        top: 100%;
        left: 100%;
        border: 15px solid #1abc9c;
        border-right: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }
}

.intro {
    color: #ecf0f1;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 3px 3px rgba(darken(#2c3e50,5%),1);
}

.hdg {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding:17px 0;
}
.values {
    padding: 60px 0px;
    background-image: url("../images/core_values_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}
.values h3{
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}

.values p > span {
    color: #4ab9cf;
    font-weight: bold;
}
.shadow{
    min-height:700px;
}
/*///////////////////////////////////Login//////////////////////////////////*/
/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */
#loginContainer {
    position:relative;
    float:right;
    font-size:12px;
    margin-right:5%;
}

/* Login Button */
#loginButton { 
    display:inline-block;
    float:right;
    background: #b3590c url(../images/buttonbg.png) repeat-x;
/*    border:1px solid #899caa; 
    border-radius:3px;
    -moz-border-radius:3px;*/
    position:relative;
    z-index:30;
    cursor:pointer;
    margin-top:-9px;
}

#signupButton { 
    display:inline-block;
    float:right;
    background:#d6e0ea url(../images/buttonbg.png) repeat-x; 
    border:1px solid #899caa; 
    border-radius:7px;
    -moz-border-radius:7px;
    position:relative;
    z-index:50;
    cursor:pointer;
}
/* Login Button Text */
#loginButton span {
    color:#FFF; 
    font-size:14px; 
    font-weight:bold; 
/*    text-shadow:1px 1px #fff; */
    padding: 9px 20px 9px 20px;
    background:url(../images/loginArrow.png) no-repeat 53px 7px;
    display:block
}

#loginButton:hover {
        background: url(../images/buttonbgHover.png) repeat-x #925801;
}

/* Login Box */
#loginBox {
    position:absolute;
    top:34px;
    right:0;
    display:none;
    z-index:29;
}

/* If the Login Button has been clicked */    
#loginButton.active {
    border-radius:3px 3px 0 0;
}

#loginButton.active span {
    background-position:53px -76px;
}

/* A Line added to overlap the border */
#loginButton.active em {
    position:absolute;
    width:100%;
    height:1px;
    background:#d2e0ea;
    bottom:-1px;
}

/* Login Form */
#loginForm {
    width:270px; 
    border:1px solid #899caa;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-1px;
    background:#d2e0ea;
    padding:6px;
}
#loginForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}
#signupForm {
    width:80%; 
    border:1px solid #899caa;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-1px;
    background:#d2e0ea;
    padding:6px;
}

#signupForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset#body {
    background:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
}

#loginForm #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#signupForm #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#body label {
    color:#3a454d;
    margin:9px 0 0 0;
    display:block;
    float:left;
}

#loginForm #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

#signupForm #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

/* Default Input */
#loginForm input {
    width:92%;
    border:1px solid #899caa;
    border-radius:3px;
    -moz-border-radius:3px;
    color:#3a454d;
    font-weight:bold;
    padding:8px 8px;
    box-shadow:inset 0px 1px 3px #bbb;
    -webkit-box-shadow:inset 0px 1px 3px #bbb;
    -moz-box-shadow:inset 0px 1px 3px #bbb;
    font-size:12px;
}
/* Sign In Button */
#loginForm #login {
    width:auto;
    float:left;
    background:#339cdf url(../images/loginbuttonbg.png) repeat-x;
    color:#fff;
    padding:7px 10px 8px 10px;
    text-shadow:0px -1px #278db8;
    border:1px solid #339cdf;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
    *padding:7px 2px 8px 2px; /* IE7 Fix */
}

/* Forgot your password */
#loginForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#loginForm span a {
    color:#3a454d;
    text-shadow:1px 1px #fff;
    font-size:12px;
}

input:focus {
    outline:none;
}


/*=============== MAIN MENU NEW DESIGN ====================*/
.mainmenu-area {
    background: #303030;
    padding: 3px 0px 0px;
    position: relative;
}
.mainmenu-area::before {
    content: '';
    position: absolute;
    right: 31px;
    top: 0;
    width: 35%;
    background: #D2D7D3;
    height: 100%;
    -webkit-transform: skewx(-45deg);
    -ms-transform: skewx(-45deg);
    transform: skewx(-35deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.navbar-nav>li {
    float: left;
}
.navbar-nav {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-right: 15px;
    background: none;
    margin: 0px;
}
.navbar-right {
    float: right!important;
}
.mainmenu-area::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    width: 35%;
    background: #D2D7D3;
    height: 100%;
}
.loginorreg{
    width: 320px;
     position: relative;
    /* top: 17px; */
    /* right: 180px; */
    z-index: 9999999;
    float: right;
    padding: 5px 0;
    text-align:center;
}
.loginorreg a{color:#000;}
.loginorreg h3{
  font-family: 'Montserrat', sans-serif;
}
.social-media-icon li{
    list-style: none;
}
.social-media-icon> li> a> img{
    width: 35px;
}
.sell-btn{
    border-radius: 10px;
    padding: 14px 7px;
    background-color: #961d0e;
    margin-bottom: 2%;
}
.sell-btn a{
    color: #FFF;
    text-decoration: none;
}
.sell-btn h3{
    margin: 0;
    font-size: 19px;
    color: #FFF;
    text-align: center;
    font-family: 'Muli', sans-serif;
}
.callus-btn{
    background-color: #0e5596;
    border-radius: 10px;
    padding: 14px 7px;
}
.callus-btn h3{
    font-family: 'Muli', sans-serif;
    margin: 0;
    font-size: 20px;
    color: #FFF;
    text-align: center;
}
.loggedin{width:320px;}
.loggedin h3{margin:0;font-size:18px;}
.loggedin span{font-size: 16px;}
.loggedin span> a{color:#000;}



/* --   Form Group Margin ---*/
#Description-form .form-group{
    margin-bottom: 0;
}
#Description-form p:empty{display: none !important;}
.help-block{margin-bottom: 0;}

#Makeanoffer-form .form-group{
    margin-bottom: 0;
}
#Makeanoffer-form p:empty{display: none !important;}

.YouTubePlaylistModal{z-index: 99999999;}

    
#YouTubePlaylistModalContent .btn-default {
    background-color: #f4f4f4 !important;
    color: #444;
    border-color: #ddd !important;
    line-height: 40px;
}

.controls a{background: #369 !important;}