/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */

body,
.navbar-fixed-top,
.navbar-fixed-bottom {
  min-width: 970px;
}

/* Don't let the lead text change font-size. */
.lead {
  font-size: 16px;
}

/* Finesse the page header spacing */
.page-header {
  margin-bottom: 30px;
}
.page-header .lead {
  margin-bottom: 10px;
}


/* Non-responsive overrides
 *
 * Utilize the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
  width: 1170px !important;
  max-width: none !important;
} 








body{
            background-color: black;
            background-image: url(../images/bg-body.png) !important;
            background-repeat: repeat-x;
            background-color: #FFCC33;
        }
        .page{
            width: 90%;
            margin: 10px auto;
            background-color: #fff;
        }
        
        .show{
            display: none !important;
        }
        header{
                border-top: 10px solid #369;
        }

img {
    max-width: 100%;
    height: auto; 
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -2px; 
}

h1 {
    color: #fc5a0a;
    font-size: 103px;
    line-height: 95px; 
}

h2 {
    font-size: 83px;
    line-height: 79px; 
}

h2 span {
    font-weight: 400;
    font-size: 55px; 
}

h3 {
    letter-spacing: 0px;
    font-size: 55px;
    line-height: 55px;
    color: #fc5a0a; 
}

h3 span {
    font-weight: 300; 
}


h4 {
    color: #272d33;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 32px;
    margin-bottom: 7px; 
}

h5 { font-size: 29px; }

h6 { font-size: 28px; }

p { line-height: 26px; }

p a:hover, .marked-list a:hover, .list a:hover {
text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
text-decoration: none; }

.social-buttons{
    background-color: #6495ed;
}
.social-media{
    margin:5px;
}
.social-media li{
        display: inline-block;
        list-style: none;
        margin-right: 10px;
}
.social-media li a img{
    width: 45px;
    text-decoration: none;

}
.pL i{
        margin-top: 5px;
    float: left;
    min-height: 25px;
    color: #FFF;
    margin-right: 10px;
    margin-right: 10px;
}

.nav_buttons{
    height:240px;
    overflow-y: auto;
}
/* Let's get this party started */
.nav_buttons::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
.nav_buttons::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
 
/* Handle */
.nav_buttons::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.nav_buttons::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}


.top-row {
    /*padding: 15px 0 36px;*/
    background: #fff; 
}
.header .brand {float: left; }

.brand {display: inline-block; width:100%;float:left;}

.brand_name { overflow: hidden; }

.brand_slogan {
    
         /* margin-left: 9%;*/
    margin-bottom: 0;
    font-size: 15px;
    color: #f36927;
    /* text-transform: uppercase; */
    /* letter-spacing: 0px; */
    font-weight: bold;
    margin-top: -10px;
position:absolute;
width:100%;
}

.phone1 {
     width: 100%;
    float: left;
    text-align: right;
     margin-top: 30px;
/*    height: 140px;
    padding: 50px 20px;*/
   /* background-image: url("../img/flagBG.png");
    background-repeat: no-repeat;
    box-shadow: 50px 50px 113px #FFF inset,-50px -50px 110px #FFF inset;*/
}


.phone1 .title {
     margin-bottom: 6px; 
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold; 
    color: #000;
}

.phone1 strong {
     color: #fc5a0a;
    display: block;
    font-size: 25px;
    line-height: 12px;
    margin-bottom: 7px;
    padding-left: 40px;
    position: relative;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -1px; 
}
.phone1 strong:after {
    color: #000;
/*    content: "\f10b";*/
    font: 400 63px/63px "FontAwesome";
    left: 85px;
    position: absolute;
    top: -30px; 
}

.phone1 p {
    color: #777; 
}
.phone1 p span {
    color: #272d33;
    font-style: normal;
    font-weight: 600; 
}

.phone1 a:hover {color: #272d33; }


/*========================   Menu   ==========================*/
.stuck_container {background: #272d33; }

.sf-menu { display: inline-block; }
.nav ul{margin-bottom:0 !important; margin-left: 5%;}
.sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; 
}
.sf-menu:after {clear: both; }
.sf-menu > li {
    position: relative;
    float: left; 
    font-family: 'Raleway', sans-serif;
}
.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: 18px;
    font-weight: 600;
    padding: 20px 0 12px;
    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: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;
  }
footer p{
margin:0;
    font-size: 16px;
    padding-left: 25px;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    
}
  footer address {
    margin-top: 48px; 
}
    footer address .mail1 {
      color: #34aed6; }

    footer address dt {
      float: left;
      font-size: 17px;
      text-transform: uppercase;
      color: #fc5a0a; }
     
.footer address dd {
      font-size: 20px;
      line-height: 17px;
      margin-bottom: 25px;
      overflow: hidden;
      padding-left: 3px; 
      padding-bottom: 15px;
}
  .footer1 p{
     font-size: 15px;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
padding-bottom:10px;
  }  
footer address dd .mail1, footer address dd a:hover {color: #fc5a0a; }
.clear{
    clear:both;
}

.map{
    margin-top: 10px;
}
.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: 5px 10px;
    height: 120px;
overflow-y:hidden;
}
.newDesc p{
        font-size: 13px;
    line-height: 15px !important;
}
.newHead{
    font-family: 'Hammersmith One', sans-serif!important;
    font-weight: bold!important;
    text-transform: uppercase!important;
    color: #f28145 !important;
    margin-bottom: 4%;
    font-size: 30px!important;
}
.newHead span{
    color: #272d33;
    
}
.rowBadge{
    background-color: #272d33;
    color: #FFF;
    text-align: center;
    padding: 10px;
    
}
.rowBadge h6{
    font-size: 25px!important;
        font-family: 'Montserrat', sans-serif;
       /* letter-spacing: 0.1px;*/
}

.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: 15tpx;
    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;
}


.searchInvv input {
   /* padding: 10px;*/
border:1px solid #369;
height: 40px;
padding:5px;
    
}


#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;
background-size:cover;
    padding: 40px;
}

.headerBg1 h3 {
    line-height: 30px;
    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;
    transition: background-color 0.5s ease;
}
.videoPro:hover{
    background-color: #F90;
}
.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-top: 10px;
    /*padding-bottom: 85px;*/
}

.about {
    min-height: 865px;
}

.just {
    text-align: justify;
}

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

.services {
   padding-top: 10px;
margin-bottom:5%;
}

.borBtm {
    background-color: #ececec;
    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: 8px;
    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: 60px;
    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;
    letter-spacing:0.1px;
    
}
.pL{
  padding-left: 40px;
  padding-top: 10px;
}
.productNew a  {
   transition: background-color 0.5s ease;
    background-color: cornflowerblue;
}
.productNew a :hover {
       background-color: #345692;
}     

.description table, td {
    border:none !important;
}
.videoHead{
  font-family:Helvetica !important;
    font-size: 28px !important;
 
}
.minHeight{
    min-height: 925px !important;
}
.requestHead{
    background: #f5f5f5;
}
.requestHead .textCent{
    text-align: left !important;
    padding-top: 20px;
}
.requestHead img{
    width: 80px;height: 80px;
    border-radius: 50px;
}
.searchInvv input{
    width: 100%;
}


.vdesign{
    color: #008d4c;
    font-weight: 700;
}
.productNew{
    height:315px;
    overflow: hidden;
}

.headerFlag{
  width: 100%;float: right;opacity: 0.5;
     box-shadow: inset 120px 0px 120px 120px rgba(255, 255, 255, 1);;

}
.headerFlag img{position: relative;}
.searchBtn_Neww button{
    background-color: #369 !important;
    height: 40px;
    width:100%;
    color:#fff;
    
}

.alert-success {
    
    background-color: #57d098 !important;
    color:#fff !important;
 border: #00b964 !important;
 text-align: center !important;
 font-weight: 700;
margin-top: 30px;
    
}
.newImage{
    position:relative;
}

.newImage[data-price]::after{
    position: absolute;
    top: 0;
    content: attr(data-price);
    background: #6495ed;
    width: 80px;
    height: 25px;
    text-align: center;
    border-bottom-right-radius: 50px;
    font-size: 14px;
    line-height:25px;
    font-weight: 600;
    color: #fff;
    box-shadow: -1px 1px 8px 1px #0000007a;
}
