@charset "utf-8";
/* CSS Document */
/*Estructura*/
@import url(reset.css);



@font-face 
{
    
font-family: 'CM12';
    src: url("../fonts/CMSansSerif2012.ttf");

}

@font-face 
{
    
font-family: 'BlockGothicRR';
    src: url("../fonts/BlockGothicRR-MediumExtraCond.otf");

}

@font-face 
{
    
font-family: 'BigNoodle';
    src: url("../fonts/big_noodle_titling.ttf");

}

@font-face 
{
    
font-family: 'Dusseldorf';
    src: url("../fonts/Dasseldorf.ttf");

}



body{
	background-color:black;
	
	}
body, .container,.container article, footer{
	width:1000px;
	margin: 0 auto;	
	 font-family: Sans-Serif;
    font-size: 20px;
    font-weight:lighter;
    
}
nav li{float:left;
       margin-left: 10px}
header
{
    
	height:172px;
    margin: 0px;
    background: url("../ImgCss/HeaderBackground.png") no-repeat scroll  ;
	
}


header div{float:left;}

.container{
    height:auto;
	margin:0 0 10px;
}
footer
{
    clear: both;
	height:223px;
    width: 1050px;
    margin: 0px;
    
    margin-bottom: 20px;

	background: url("../ImgCss/FooterBckGround.png")no-repeat scroll  ;
    
}
a{
	text-decoration:none;
	color:white;
}
/*
----------------------------------------------------*/
.logo{
	width:160px;
	height:172px;
	background: url("../ImgCss/LogoHeader.png") no-repeat scroll 15px 15px ;
	margin:0 0 0 0;
}




.separadorSuperior{
	vertical-align:bottom;
	width:1000px;
	height:23px;
 
	font-weight:bold;
    margin-bottom: 10px;
    margin-top: 10px;
    clear: both;
	background: url("../ImgCss/SeparadorSuperiorHome.png") no-repeat scroll;
}



.menu   {
	
	width:1000px;
	height:38px;

    font-family: BigNoodle;
    font-size: 20px;
    list-style-type: none;
   
    padding: 0px;
    margin:0px;
	background: url("../ImgCss/MenuBckGround.png") no-repeat scroll;




}

.footer a:hover{color:red;}






  /* cada item del menu */
  .menu  li {
    display: block;
    float: left; /* la lista se ve horizontal */
    
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .menu li a {
   
    display: block;

    text-decoration: none;
   
    float: left;
    margin-left: 17px;
    margin-right: 10px;
    margin-top: 7px;
    color: Gray;
  }

  

.menu li a:hover {color:red;}


.menu ul 
{
    webkit-padding-start: 0px;
    padding: 0px;
  
    font-family: Dusseldorf;
    font-size: 12px;
    font-style: italic;
    font-weight:bold;
    font-variant: small-caps;
    left: -30px;
    margin: 0px;
    opacity: 0; /* no son visibles */
    position: absolute;
    z-index:1000;
    top: 38px; /* se ubican debajo del enlace principal */
    /* el color de fondo */
    background: #222;
    background: -moz-linear-gradient(#222,#555);
    background: -webkit-linear-gradient(#22,#555);
    background: -o-linear-gradient(#222,#555);
    background: -ms-linear-gradient(#222,#555);
    background: linear-gradient(#222,#555);
    /* animamos su visibildiad */
    -moz-transition: opacity .25s ease .1s;
    -webkit-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
  }
  /* son visibes al poner el cursor encima */
  .menu li:hover > ul { opacity: 1; }

   /* cada un ode los items de los submenús */
  .menu ul li {
    height: 0; /* no son visibles */
    overflow: hidden;
    padding: 0;
    text-align:center;
    border-top: 2px solid Black;
    /* animamos su visibildiad */
    -moz-transition: height .25s ease .1s;
    -webkit-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
    z-index:-1;
  }
  .menu li:hover > ul li {
    height: 36px; /* los mostramos */
    overflow: visible;
    padding: 0;
  }
  .menu ul li a {
    border: none;
   
    margin: 0px;
    /* el ancho dependerá de los textos a utilizar */
    padding: 11px 20px;
    width: 110px;
  }
  .menu ul li a:hover
  {
      background-color:Red;
      color:Black;
  }
  
  /* el último n otiene un borde */
  .menu ul li:last-child a { border: none; }
  
.titulo_web{
	width:500px;
	font-size:30px;
	color:white;
	float:left;
    margin-left: 20px;
    margin-top: 20px;
	
    font-family: BlockGothicRR;
	
}

.menuRedesSociales
{
    width: 110px;
    float: right;
   
    margin-right: 10px;
    margin-top: 7px;
}



.menuRedesSociales a
{
    margin: 3px;
}

.rrsscontainerNews
{
    
   clear:both;
   height: 30px;
   border-top: 1px solid white;
    font-size: 10px;
    font-weight: bold;
   border-bottom: 1px solid white;
   margin: 5px 2px 15px 0px;
    
}

.rrss
{
    height: 30px;
    float:right;
    margin-left: 10px;
    margin-top: 5px;

}

.whiteLitnews
{
    height: 30px;
    float:left;
    margin-right:5px;
    margin-top: 5px;
    color: White;
    
    
}

.redLitnews
{
    margin-top: 5px;
    height: 30px;
    float:left;
    margin-right: 5px;
    color: Red;
    
    
}



.aboutContainer 
{
    width:991px;
    height: 917px;
  
    margin-top: 80px;
    
    
    color: white;
    background: url("../ImgCss/AboutBckGround.png") no-repeat scroll;
}
.aboutInnerText 
{
    font-size: 14px;
   text-align: left;
    width: 515px;
    height: 500px;
    margin-right:5px;
    float: right;
   
    text-align: justify;
    font-family: Dusseldorf;
     font-style: oblique;
     font-weight: bold;
     line-height: 24px;
     


    
}

.crewTeamMenu
{
    width: 999px;

    margin: 10px;
    height: 270px;
    float:left;
    
}

.crewTeamInnerBox
{
    float:left;
    margin: 10px;
 position: relative;
     display:inline;
}



.crewTeamInnerBox:hover .hoverimage { background-color: Red;
                                      opacity: 0.8; }


.btnBckContainer
{
    font-size: 15px;
    float: right;
    width: 1000px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    
}

.btnBckContainer a:hover
{
    color: red;
}
.titulo_section{
	width:1050px;
    height: 100px;
	
	color:#000000;
	float:left;
	position:relative;
    padding-top: 20px;
	text-align:center;
	font-size:50px;
    margin-bottom: 10px;
	border-top:2px dotted #7b7b7b;
	border-bottom: 2px dotted #7b7b7b;
    clear: both;
    
}
.titulo_section_detail
{
    width:1050px;
    height: 20px;
	
	color:#000000;
	float:left;
	position:relative;
    padding-top: 20px;
	text-align:left;
	font-size:15px;
    margin-bottom: 15px;
	border-top:2px dotted #7b7b7b;
	border-bottom: 2px dotted #7b7b7b;
    clear: both;
    
}
.subtitulo_section
{
    width:1050px;
    
	
	color:#000000;
	float:left;
	position:relative;
    padding-top: 10px;
	text-align:center;
	font-size:20px;

}

.titulo_newsDetail{
	width:1000px;
    height: 50px;
	
	
	float:left;
    font-weight: bold;
	position:relative;
    padding-top: 20px;
	text-align:left;
	font-size:20px;
	color:#EA4C4C;
    margin-bottom: 10px;
   
    margin-right: 140px;

    clear: both;
    
}

.bodyNewsDetails
{
   
	 font-family: Verdana;
	width:999px;
	height:auto;
	font-size:13px;
    float: left;
   padding-top:12px;
   line-height: 20px;
   text-align: justify;
	color:White;
	margin-top:5px;
	margin-bottom: 40px;
	border-top : 2px solid white;
	

}

.menuNewsHistorial{
	vertical-align:bottom;
	width:140px;
	height:auto;
	font-size:15px;
    float: left;
   
	color:#000000;
}
.video {

   
    margin-top:0px;
    margin-bottom:5px;
    float: right;
    
}




.videoLarge{
	width:1000px;
	height:413px;
	float:right;
	margin-right:25px;
	background-color:#333;
}


.BoxesContainer
{
    float:left;
    height:400px;
    width:260px;
}


.innerBoxes 
{    
  width:260px;
  height: 130px;
   position: relative;
   margin-bottom: 8px;
}



.innerBoxes:hover .hoverimage { display: block; }

    
    



.frames{
	width:256px;
	height:129px;
    text-align: center;
    margin-bottom: 11px;
	float:left;
	background: url("../ImgCss/FramesBckGround.png") no-repeat scroll;
}
.frames a 
{
    
    
    font-weight: bold;
    color:grey;
}
.frames a:hover,footer a:hover{color:red;}

.tumblr{
	width:256px;
	height:129px;
    text-align: center;
    margin-bottom: 11px;
	float:left;
	background: url("../ImgCss/TumblrBckGround.png") no-repeat scroll;
}
.tumblr a 
{
    opacity: 1;
    
    font-weight: bold;
    color:grey;
}
.tumblr a:hover,footer a:hover{color:red;}

.events{
	float:left;
	width:320px;
	height:110px;
	margin: 0 0 0 10px;
	background-color:#666;	
}

.newsPhoto{
	width:663px;
    margin-top:30px;
	float:left;
	font-family: Verdana;
	
    background-color: #272827;
}
.faqBody
{
    width:999px;
    background-color: #272827;
    margin-bottom: 10px;
    height:6800px;
    margin-top: 40px;
  
}

.faqBodyheader
{
    float: left;
   color:White;
   height: 30px;
    margin-top:40px;
    font-size: 25px;
    width:700px;
    font-family:Dusseldorf;
    font-style: italic;
    padding-left: 240px;

    
}

.faqLinks
{
    font-family: Verdana;
	width:190px;
	margin-left: 20px;
  
	float:left;
	border-top: 3px solid white;
   
}
.faqText
{
    font-family: Verdana;
    font-size: 11px;
    text-align:justify;
    margin-bottom: 10px;
	width:740px;
	color:White;
    line-height: 21px;
	float:right;
	margin-right: 20px;
	
   
}

.faqText a
{
    color:Red;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  
}

.faqLinks a
{
    color:Red;
    font-size: 12px;
    font-style:italic;
    margin-left: 10px;
    margin-bottom: 10px;
  
}
.faqLinkTitle
{
    color:White;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}


.faqSection
{
    clear:both;
    margin-bottom: 20px;
    
}

.newsText{
	width:647px;

	float:left;
	margin:10px 0 0;
    color: white;
    
	
}
.newsTextTitle
{
    margin-left: 15px;
    margin-bottom: 25px;
    margin-top:15px;
    
}

.newsBottomSepartor
{
   float:left;
   width:647px;
   clear:both;
  
    margin-top: 15px;
   
    margin-bottom: 15px;
}

.newsBottomSepartor a
{ font-family: Dusseldorf;
     font-style: oblique;
     font-weight: bold;
    font-size:14px;
    color: #EA4C4C;
}

.newsReadMore
{
    float: Right;     
   margin-bottom:15px;
    margin-top: 15px;
    margin-right:20px;
}

.newsReadMore a
{
    font-size:15px;
    color: #EA4C4C;
   
}
.newsTextTitle a
{
    font-size: 21px;
    text-align: justify;
    color: #EA4C4C;
    
}
.newsTextSubtitle
{
     font-size: 12px;
    color: white;
    margin-left: 15px;
    line-height: 16px;
    text-align: justify;
}


.productLinks {

    color: red;
    float: right;
    margin-right: 32px;
    margin-top: 10px;
}

.productLinks  a{

    color: red;
    font-style: italic;
    
}
.productPhoto{
	width:600px;
	height:367px;
	float:left;
	margin:10px 0 0 0;
}
.productText{
	width:400px;
	height:367px;
	float:left;
	margin:10px 0 0 0;
    color: white;
    background-color: black;
}

.productTextTitle
{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    
    
}
.communityBody
{
    width: 1000px;
    height: 500px;
    
   
}

.infoCommunityText
{
    font-family: Dusseldorf;
    text-align: justify;
    font-style: oblique;
    line-height: 24px;
    color: white;
    float: left;
    clear: both;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 15px;
  
  
    font-weight: bold;
    
    
}
.formularCommunityTextBox
{   
    font-size : 15px;
    
    float: left;
    text-align: center;
    width: 185px;
    color: white;
    height: 70px;
    margin-top: 30px;
    margin-right: 13px;
    margin-bottom: 10px;
    font-variant: small-caps;
   
}

.formularCommunityFirstTextBox
{
    float: left;
    
    
    text-align: center;
    width: 185px;
    color: white;
    height: 70px;
    margin-left: 8px;
    margin-top: 30px;
    margin-right: 13px;
    margin-bottom: 10px;
    
    font-variant: small-caps;
   
     
     font-size: 15px;
    font-weight: bold;
}

.textBoxHeader
{
    background-color :  #383838;
    -moz-opacity: 0.7; /* Mozilla */
    opacity: 0.7;
    color: White;
    border: 0px;
    padding-left: 5px;
    margin-left: 2px;
    height: 23px;
    width: 173px;
 
   
     
}
.textBoxHeader:focus
{
    border:1px solid red;
    -webkit-box-shadow: 0 0 10px red;
    -moz-box-shadow: 0 0 10px red;
    box-shadow:0 0 10px red;
}


.newsletterLiteral
{
    margin-top: 4px;
    margin-right: 2px;
    float:right;
}
.newsLetterHeader

{ 
   margin-top: 135px;
   float:left;
   margin-left: 400px;
   height: 35px;
   width: 426px;
   display:inline;
}
.textboxCommunity
{


    height: 35px;
    padding-left: 5px;
    width: 183px;
    margin-right: 6px;
    margin-left: 5px;
    margin-bottom: 5px;
    background-color :  darkgrey;
    border: 0px;
}

.lasttextboxCommunity
{


    height: 35px;
    width: 183px;
    background-color :  darkgrey;
    border: 0px;
}
.textboxCommunity:focus
{
    border:1px solid #ff0000;
    -webkit-box-shadow: 0 0 10px #ff0000;
    -moz-box-shadow: 0 0 10px #ff0000;
    box-shadow:0 0 10px #ff0000;
}
.lasttextboxCommunity:focus
{
    border:1px solid #ff0000;
    -webkit-box-shadow: 0 0 10px #ff0000;
    -moz-box-shadow: 0 0 10px #ff0000;
    box-shadow:0 0 10px #ff0000;
}


.formularCommunityBtn
{
    float: left;
    clear: both;
    width: 999px;
    height: 50px;
   margin-bottom: 15px;
    margin-top: 10px;
    
}

.formularPreorderBtn
{
    float: left;
 
    width: 150px;
    height: 50px;
margin-left: 250px;
    margin-top: 10px;
    
}



.formularPreorderBtn a {
    color:#272827 ;
   font-family: Dusseldorf;
    padding: 10px 0 10px 0;
    display:table-cell;
    text-align:center;
    
    background-color: Red;
    font-size: 15px;
    font-weight: bold;

}

.formularPreorderBtn a:hover  
{
    
    color: White;
   
 
}

.formularCommunityBtn a {
    color: #FFF;
   font-family: Dusseldorf;
    padding: 10px 0 10px 0;
    display:table-cell;
    text-align:center;
    margin-left: 435px;
    background-color: #272827;
    font-size: 15px;
    font-weight: bold;

}

.formularCommunityBtn a:hover  
{
    
    color: #ff0000;
   
 
}

.textNewsletter
{
    float:right;
    color: White;
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
    font-variant: small-caps;
    margin-top: 4px;
}

.newsLetterButton 
{
    margin-left: 4px;

    margin-top:3px;
    float:right;
}

.newsLetterButton a
{
    
      color: white;
   font-family: Verdana;
   padding: 5px 10px 4px 10px;
   
    
    text-align:center;
     font-variant:small-caps;
    background-color: #272827;
    font-size: 13px;
    font-weight: bold;
}


.newsLetterButton a:hover
{
    
      color: red;
 
}
.framesPanel
{
    width: 1000px;
    margin-bottom: 25px;
    float: left;
    
}

.framesGrid {
    width: 308px;
    height: 378px;
}

/*.framesGrid img:hover
{
    color: #ff0000;
    border:1px solid #ff0000;
    -webkit-box-shadow: 0 0 10px #ff0000;
    -moz-box-shadow: 0 0 10px #ff0000;
    box-shadow:0 0 10px #ff0000;
 }*/

.preorderLeftRibbon
{
   float: left;
   
margin-left:20px;
   margin-top: 30px;
  position:relative;

   margin-bottom: 20px;
    height: 1600px;
 
} 

.preorderBody
{
    margin-top: 30px;
    width: 1000px;
    height: 1750px;
    padding-bottom: 10px;
    background-color: #222322;
       font-weight:bold;
       font-size:14px;
     font-family: Verdana;
      font-variant:small-caps;
       margin-bottom: 20px;
}
 
 .preorderText
 {
      
      margin-top: 28px;
      margin-left: 15px;
      float:left;
      margin-bottom:0px;
      background-color: #222322;
     
 }
 
 
 
 .preorderSectionTitle
 {
     border-bottom: 2px solid red;
     width: 745px;
     float: left;
     color:Red;
     font-size:11px;
     font-family: Verdana;
     font-weight: bold;
     margin-top: 10px;
     margin-bottom: 20px;
     margin-left: 7px;
     
 }
 .preorderLine
 {
      width: 745px;
     float:left;
     color:#6b6d6b;
margin-left: 7px;
     margin-bottom:20px;
     
 }
 
 .preorderInsideLine
 {
     float:left;
     margin-left: 7px;
     margin-right: 15px;
 }
 
 .lastPreorderGroup
 {
     float:right;
     margin-right:10px;
 }
 
 .preorderTxt
 {
     margin-left: 25px;
     background-color :  #6b6d6b;
    
    color: White;
    border: 0px;
   
    height: 27px;
    
 }

.communityWorld
{
    float: left;
    margin-left: 378px;
    width: 245px;
    height: 256px;
    background: url("../ImgCss/communityBckGround.png") no-repeat scroll;
}
.teamFerBody{
  width:1000px;
    height: 528px;
  overflow:hidden;
  background: url("../ImgCss/FerTeamBckGround.png") no-repeat scroll;
  
}

.FerSheet
 {
    width: 700px;
    height: 528px;
    float: right;
      background: url("../ImgCss/FerSheetBckGround.png") no-repeat scroll;
    
 }
 .tempFerinfo
 {
     
    width: 285px;
    height: 165px;
    float: left;
     margin-top: 175px;
     margin-left: 52px;
      background: url("../ImgCss/tempFerInfoBckGround.png") no-repeat scroll;
 }
 .palmaresBody
 {
     float: left;
     color: #a5a5a5;
     text-align: left;
     font-size: 11px;
     margin-top: 168px;
     font-family: Verdana;
     
     line-height: 15px;
     margin-left:  15px;
 }

.teamCarlosBody
{
    margin-top: 45px;
    margin-bottom:50px;
  width:1000px;
    height: 528px;
  overflow:hidden;
  background: url("../ImgCss/CarlosTeamBckGround.png") no-repeat scroll;
  
}

.CarlosSheet
 {
    width: 700px;
    height: 528px;
    float: right;
     background: url("../ImgCss/CarlosSheetBckGround.png") no-repeat scroll;
    
 }
 .tempCarlosinfo
 {
     
    width: 285px;
    height: 165px;
    float: left;
    margin-top: 175px;
    margin-left: 52px;
    background: url("../ImgCss/tempCarlosInfoBckGround.png") no-repeat scroll;
 }
 
 .backGroundCrewRider
 
 {
     width:999px;
     height:374px;
     margin-top: 30px;
     background: url("../ImgCss/backGroundCrewteam.png") no-repeat scroll;
     
 }
 
 .crewteampictureBig
 {
     height:340px;
     margin-top: 17px;
     margin-left: 17px;
     float:left;
 }
 
.linkPersonalWebsite
{
   margin-left: 17px;
   margin-top: 17px;
   float: left;
    
}
 
 .linkPersonalWebsite a
 {
      color:Red;
      font-size: 14px;
    font-family: Dusseldorf;
    font-style: oblique;
    font-weight: bold;
 }
 .linkPersonalWebsite a:hover
 {
     text-decoration: underline;
 }
 
 
.productTextSubtitle
{
     font-size: 15px;
}

.videoDescription
{
    
 
    
   
    font-size: 14px;
     border-bottom: 2px solid #272827;
     border-top : 2px solid #272827;
    text-align: justify;
    font-family: Dusseldorf;
  
     font-style: oblique;
     font-weight: bold;
     line-height: 24px;
     padding-top: 20px;
     padding-bottom: 20px;
    color: white;
    width: 1000px;
    float: left;
    margin-top: 10px;
    
}

.videoGalleryTitle
{
    color: #b6b3b3;
    padding-left: 10px;
    height: 30px;
    background-color: #272827;
    width: 990px;
    float: left;
    padding-top: 7px;
    margin-bottom: 10px;
    font-family: BigNoodle;
    font-size: 25px;
    
    
}

.redSocial
{
     position: relative;
     display:inline;
}

.redSocial:hover .hoverimage { display: block; }

.miniVideo
{
   
    background-color: #272827;
    height: 218px;
    width: 314px;
    float: left;
    margin-right: 28px;
    margin-bottom: 17px;
    position: relative;
    
}

.minivideoLiteral
{
    margin-left: 10px;
    margin-top: 5px;
    color: #b6b3b3;
    font-family: BigNoodle;
    font-size: 20px;
   
}


.hoverimage { position: absolute; top: 0; left: 0; display: none;
              
 
    
    }

.miniVideo:hover .hoverimage { display: block; }


.miniVideoLastCol
{   
    background-color: #272827;
    height: 218px;
    width: 314px;
    float: left;
   
    margin-bottom: 17px;
    position: relative;
    
}
.miniVideoLastCol:hover .hoverimage { display: block; }

.miniVideo a {
    color: #B6B3B3;
    font-size: 17px;
    margin-left: 10px;
    margin-top: 218px;
}
.miniVideoLastCol a {
    color: #B6B3B3;
    font-size: 17px;
    margin-left: 10px;
    margin-top: 218px;
}


.miniVideo a:hover {
    color: #ff0000;
    border:0px solid #ff0000;
    -webkit-box-shadow: 0 0 0px #ff0000;
    -moz-box-shadow: 0 0 0px #ff0000;
    box-shadow:0 0 0px #ff0000;
    
}
.miniVideoLastCol a:hover {
    color: #ff0000;
    border:0px solid #ff0000;
    -webkit-box-shadow: 0 0 0px #ff0000;
    -moz-box-shadow: 0 0 0px #ff0000;
    box-shadow:0 0 0px #ff0000;
}

.footerinnerContainer
{

     font-family: CM12;
    font-size: 12px;
    height: 151px;
    color: white;
    text-align: center;
    float: left;
    margin-left: 10px;
    margin-right: 7px;
    margin-top: 10px;
    line-height: 20px;
}

.footerinnerTitle
{
    
    font-variant: small-caps;
    height: 20px;
    font-family: CM12;
    background-color:#272827;
    color: #B6B3B3;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    padding-left: 17px;
    padding-right: 17px;
    margin-bottom: 8px;
}
    
.partnerContainer
{

    width: 1000px;
    height: 120px;
    background: url("../ImgCss/PartnersBckGround.png") no-repeat scroll;
    clear: both;  
}

.innerPartner
{
    width: 100px;
    height: 100px;
 
    margin-right: 10px;
    margin-left: 20px;
    float: left;
    
    
}






/* Slider 
-------------------------------------------*/

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{display:none;position:absolute;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ol.bjqs-markers{list-style:none;margin:0;padding:0;z-index:9999;}


ol.bjqs-markers li{float:left;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}




#slide_container{
  width:1000px;
  overflow:hidden;
 z-index:-1;
}

#slide_container_productdetails{
  width:560px;
  overflow:hidden;
}

.banner {
  height:313px;
  width:568px;
  position:relative;
}

.bannerProd {
  height:380px;
  width:1050px;
  position:relative;
}
ul.bjqs-controls li a{
  display:block;  
  height:35px;
  padding:10px 15px;
  position:absolute;
  
  color:#fff;
  text-decoration:none;
  text-transform:uppercase; 
  
}
a.bjqs-next,a.bjqs-prev{
	width:7px;
  background:rgba(0,0,0,0.7) url(../img/slider/prev_next.png) no-repeat 0 0!important;
}
a.bjqs-prev{
  left:0;
  background-position: 10px center !important;
}

a.bjqs-next{
  right:0;
  background-position:-21px center !important;
}
ol.bjqs-markers{
  position:absolute;
  bottom:6px;
}

ol.bjqs-markers li{
  float:left;
  margin:0 3px;
}

ol.bjqs-markers li a{
  display:block;
  height:10px;
  width:10px;
  border:2px solid #fff;
  overflow:hidden;
  text-indent:-9999px;
  background:transparent;
  border-radius:10px;
  box-shadow:0 0 50px rgba(0,0,0,0.5);
}

ol.bjqs-markers li.active-marker a{
  background:#fff;
}

.gallery {
		background-color:transparent;
		padding: 0px;
		width: 695px;
		margin-right: 5px;
		margin-top: 20px;
		float: left;
		
	}
	.gallery ul { list-style: none;
	              margin-left: 0px; }
	.gallery ul li { display:inline; }
	.gallery ul img {
		border: 0px solid #3e3e3e;
		border-width: 0px 0px 0px;
		margin-right: 2px;
	}
	.gallery ul a:hover img {
		border: 0px solid #fff;
		border-width: 0px 0px 0px;
		color: #fff;
	}
	.gallery ul a:hover { color: #fff; }
	
	
	.galleryvertical {
		

		width: 110px;
		margin-right:10px;
		margin-top: 17px;
		margin-left: 15px;
		float: left;
		
		
	}
	
	
	
	.galleryNewsDetails {
		background-color:transparent;
		
		width: 999px;
		
		margin-top: 5px;
		float: left;
		padding:0px;
		
	}
	
	.galleryNewsDetails ul { list-style: none;
	                         padding: 0px;
	                         margin-top: 0px;
	              }
	.galleryNewsDetails ul li { display:inline;
	                            margin-top: 0px; }
	.galleryNewsDetails ul img 
	{
	      width:89px;
	      height: 86px;
	      margin-top: 0px;
		
	
	}
	.galleryNewsDetails ul a:hover img {
		
		color: #fff;
	}
	.galleryNewsDetails ul a:hover { color: #fff; }
	

	
	
	
	
	.galleryProducts {
		background-color:transparent;
		
		width: 999px;
		
		margin-top: 5px;
		float: left;
		padding:0px;
		
	}
	
	.galleryProducts ul { list-style: none;
	                         padding: 0px;
	                         margin-top: 0px;
	              }
	.galleryProducts ul li { display:inline;
	                            margin-top: 0px; }
	.galleryProducts ul img  
	{
	    
	     margin-top: 0px;
	     width: 114px;
	     height: 76px;
	                         
	                           
		
	
	}
	.galleryProducts ul a:hover img {
		
		color: #fff;
	}
	.galleryProducts ul a:hover { color: #fff; }
	
	
	/*Headquarters gallery*/
	
	.galleryHQ {
		background-color:transparent;
		
		width: 999px;
		
		margin-top: 5px;
		float: left;
		padding:0px;
		
	}
	
	.galleryHQ ul { list-style: none;
	                         padding: 0px;
	                         margin-top: 0px;
	                         margin-bottom: 7px;
	              }
	.galleryHQ ul li { display:inline;
	                   margin-right:3px;
	                            margin-top: 0px; }
	.galleryHQ ul img  
	{
	    
	     margin-top: 0px;
	     width: 117px;
	     height: 82px;
	                         
	                           
		
	
	}
	.galleryHQ ul a:hover img {
		
		color: #fff;
	}
	.galleryHQ ul a:hover { color: #fff; }
	
	
	.infoHQText
{
    font-family: Dusseldorf;
    text-align: justify;
    font-style: oblique;
    line-height: 24px;
    color: white;
    float: left;
    clear: both;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: bold;
    
    
}

.infoHQDetails
{
     width:1000px;
     text-align:center;
     
    font-family: Dusseldorf;
   
    font-style: oblique;
    line-height: 24px;
    color: white;
    float: left;
    clear: both;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: bold;
    
}