/*
	V2 - 22/06/2017
	CAFÉ COPACABANA - 2015
	Design: Logos Comunicaciones
	www.logoscomunicaciones.com
*/


/* RESET */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body{
line-height: 1;
}
ol,ul{
list-style: none;
}
blockquote,q{
quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after{
content: '';
content: none;
}
focus{
outline: 0;
}
ins{
text-decoration: none;
}
del{
text-decoration: line-through;
}
table{
border-collapse: collapse;
border-spacing: 0;
}

/* RESET */





@font-face {
    font-family: 'vollkornregular';
    src: url('../fonts/vollkorn-regular-webfont.eot');
    src: url('../fonts/vollkorn-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vollkorn-regular-webfont.woff2') format('woff2'),
         url('../fonts/vollkorn-regular-webfont.woff') format('woff'),
         url('../fonts/vollkorn-regular-webfont.ttf') format('truetype'),
         url('../fonts/vollkorn-regular-webfont.svg#vollkornregular') format('svg');
    font-weight: 100px;
    font-style: normal;
}




@font-face {
    font-family: 'vollkornitalic';
    src: url('../fonts/vollkorn-italic-webfont.eot');
    src: url('../fonts/vollkorn-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vollkorn-italic-webfont.woff2') format('woff2'),
         url('../fonts/vollkorn-italic-webfont.woff') format('woff'),
         url('../fonts/vollkorn-italic-webfont.ttf') format('truetype'),
         url('../fonts/vollkorn-italic-webfont.svg#vollkornitalic') format('svg');
    font-weight: 100px;
    font-style: normal;
}




@font-face {
    font-family: 'vollkornmedium';
    src: url('../fonts/vollkorn-medium-webfont.eot');
    src: url('../fonts/vollkorn-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vollkorn-medium-webfont.woff2') format('woff2'),
         url('../fonts/vollkorn-medium-webfont.woff') format('woff'),
         url('../fonts/vollkorn-medium-webfont.ttf') format('truetype'),
         url('../fonts/vollkorn-medium-webfont.svg#vollkornmedium') format('svg');
    font-weight: 100px;
    font-style: normal;
}








body{
	color: #ffffff;
	font-size: 20px;
	font-family: 'vollkornregular', Arial, Tahoma, Verdana;
	text-align: center;
	line-height: 22px;
	background: #1f0f08 url(../lib/bg.jpg) repeat center top;
}







.wrapper{
	clear: both;
	width: 100%;
	margin: 0 auto;
}




header{
	background: url(../lib/bg_menu.png) no-repeat right 92px;
	width: 100%;
	height: 235px;
}
header .cntHd{	
	z-index: 1000;
	position: relative;
	width: 1145px;
	height: 235px;
	margin: 0 auto;
}



nav{
	float: right;
	clear: both;
	position: relative;
	height: 57px;
	margin: 12px auto 0 0;
}
nav ul {
	color: #fff;
	font-size: 20px;
	line-height: 48px;
	margin: 0 auto;
}
nav ul li{
	float: left;
	display: table;
	margin: 0 10px;
}
nav ul li a{
	display: inline-block;
	color: #ebe4c6;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	height: 52px;
	padding: 5px 12px 0 12px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
nav ul li a:hover{
	padding: 0 12px;
}
nav ul li .act{
	color: #eaae00;
}







.cntBn{
	z-index: 100;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 753px;
	margin: 0 auto;
}

.cntBn li{
	display: block;
	outline: none;
	background-color: transparent !important;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 753px;
	padding: 0;
	-webkit-background-size: 100%;
	   -moz-background-size: 100%;
		-ms-background-size: 100%;
		 -o-background-size: 100%;
		    background-size: 100%;
}
 
.cntBn li a{
	display: block;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	width: 100%;
	height: 753px;
}




/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display: block;}
.flex-pauseplay span {text-transform: capitalize;}


/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 0; }




/* Control Nav - BULLETS */
.flex-control-nav {
	z-index: 10000;
	position: absolute;
	top: 650px;
	left: 50%;
	width: 1280px;
	height: 20px !important;
	margin-left: -690px;
}
.flex-control-nav li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 20px !important;
	height: 20px !important;
	margin: 0 10px;
}
.flex-control-paging li a {
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	background: rgba(86, 29, 29, 0.9);
	width: 20px !important;
	height: 20px !important;
	-webkit-border-radius: 80px;
	   -moz-border-radius: 80px;
	        border-radius: 80px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.flex-control-paging li a:hover{
	background: rgba(86, 29, 29, 0.6);
}
.flex-control-paging li a.flex-active{
	background: #b7ca2d;
	cursor: default;
	border: 4px solid #ffffff;
}




.flex-direction-nav{
display: none;
}








.container{
	position: relative;
	width: 1280px;
	margin: -20px auto 0 auto;
	/*
  -webkit-transform: scale(0.92 , 0.92);
     -moz-transform: scale(0.92 , 0.92);
      -ms-transform: scale(0.92 , 0.92);
       -o-transform: scale(0.92 , 0.92);
          transform: scale(0.92 , 0.92);
    */
}


.container h1{
	color: #f4bc16;
	font-size: 50px;
	font-weight: 100;
	line-height: 50px;
	text-transform: uppercase;
	text-shadow: 4px 4px 5px rgba(0, 0, 0, 1);
}

.container h2{
	color: #f4bc16;
	font-size: 30px;
	font-weight: 100;
	line-height: 50px;
	text-shadow: 4px 4px 5px rgba(0, 0, 0, 1);
}


.container p{
	text-shadow: 4px 4px 5px rgba(0, 0, 0, 1);
	margin: 15px auto;
}



.container .headerPrd{
	float: right;
	font-size: 28px;
	font-family: 'vollkornitalic', Arial, Tahoma, Verdana;
	line-height: 32px;
}
.container .headerPrd img{
	float: right;
	margin: 5px 50px;
}
.container .headerPrd p{
	float: right;
	text-shadow: 4px 4px 5px rgba(0, 0, 0, 1);
	width: 36%;
	margin: 5px 0;
}










.cntProd{
	position: relative;
	width: 100%;
	height: 550px;
	margin: 0 auto 0 auto;	
}

.cntProd .flex-direction-nav{
	display: none;
}

.cntProd .flex-direction-nav a{
	display: none;
}

.cntProd #sldIB{
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 480px;
	height: 500px;
	margin: 0 40px 50px 20px;	
}
.cntProd #sldIB li img{
	float: left;
	display: block;
	position: relative;
	z-index: 1000;
}
.cntProd #sldIB li .imgSm{
	margin-top: -150px;
}
.cntProd #sldIB li .imgMd{
	margin-top: -100px;
}
.cntProd #sldIB li .imgBg{
	margin-top: -50px;
}



.cntProd .txtDsc{
	z-index: 100;
	top: 0;
	right: 0;
	display: block;
	position: absolute;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	background: url(../lib/bg_bx_txt.png) no-repeat center;
	width: 126px;
	height: 90px;
	margin: 110px auto 0 auto;
	padding: 80px 25px 70px 225px;
}
.cntProd #csldIT{
	float: right;
	overflow: hidden;
	position: relative;
	width: 630px;
	height: 280px;
	margin: 150px auto 0 auto;	
}
.cntProd #csldIT p{
	color: #ebe4c6;
	font-size: 24px;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 4px 4px 5px rgba(0, 0, 0, 1);
	margin: 10px 0;
}
.cntProd #csldIT ul{
	display: block;
	height: 238px;
	margin-top: 10px;
}
.cntProd #csldIT li{
	float: left;
	display: block;
	overflow: hidden;
	width: 120px !important;
	margin: 0 1px !important;
	padding-bottom: 20px;
}
.cntProd #csldIT li a{
	float: left;
	display: block;
	outline: none;
}
.cntProd #csldIT li img{
	display: block;
}

/*
.cntProd #csldIT li:nth-child(1){
	margin-top: 0;
}
.cntProd #csldIT li:nth-child(2){
	margin-top: 0;
}
.cntProd #csldIT li:nth-child(3){
	margin-top: 37px !important;
}
.cntProd #csldIT li:nth-child(4){
	margin-top: 71px !important;
}
.cntProd #csldIT li:nth-child(5){
	margin-top: 96px !important;
}
*/

.cntProd #csldIT li img{
	cursor: pointer;
	margin: 0 !important;
}

.cntProd #csldIT li.flex-active-slide{
	border-bottom: 4px solid #f4bc16;
}








.cntPromCr{
	position: relative;
	width: 1018px;
	height: 550px;
	margin: 0 auto 50px auto;	
}

.cntPromCr .flex-direction-nav{
	/*display: none;*/
}

.cntPromCr .flex-direction-nav a{
	/*display: none;*/
	background-color: #561d13 !important;
	-webkit-border-radius: 160px;
	-moz-border-radius: 160px;
	border-radius: 160px;
}

.cntPromCr #sldIB{
	overflow: hidden;
	position: relative;
	width: 926px;
	height: 474px;
	margin: 0 auto 20px auto;	
}
.cntPromCr #sldIB img{
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;	
}
.cntPromCr #sldIB .flex-direction-nav a{
	top: 235px;
	width: 70px;
	height: 70px;
}
.cntPromCr #sldIB .flex-direction-nav .flex-prev{
	left: 4%;
}
.cntPromCr #sldIB .flex-direction-nav .flex-next {
	right: 4%;
}
.cntPromCr #csldIT{
	overflow: hidden;
	position: relative;
	width: 926px;
	height: 122px;
	margin: 0 auto;	
}
.cntPromCr #csldIT ul{
	position: relative;
}
.cntPromCr #csldIT li{
	width: 222px !important;
	height: 114px !important;
	margin-right: 20px;
}
.cntPromCr #csldIT li img{
	cursor: pointer;
	width: 222px !important;
	height: 114px !important;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
}

.cntPromCr #csldIT .flex-direction-nav a{
	top: -80px;
	width: 70px;
	height: 70px;
}
.cntPromCr #csldIT .flex-direction-nav .flex-prev{
	left: 10px;
}
.cntPromCr #csldIT .flex-direction-nav .flex-next {
	right: 10px;
}


.cntPromCr .flex-direction-nav{
	display: block !important;
	*height: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
.cntPromCr .flex-direction-nav a{
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	display: block !important;
	/*top: 240px !important;*/
	z-index: 10;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	width: 60px !important;
	height: 60px !important;
	margin: 0;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.cntPromCr .flex-direction-nav .flex-prev {
	left: 10%;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;}
.cntPromCr .flex-direction-nav .flex-next {
	right: 10%;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;}
.cntPromCr .flexslider:hover .flex-prev { opacity: 0.7;
background: url(../lib/ico_prv.png) no-repeat center;}
.cntPromCr .flexslider:hover .flex-next { opacity: 0.7;
background: url(../lib/ico_nxt.png) no-repeat center;}
.cntPromCr .flexslider:hover .flex-next:hover,.cntPromCr  .flexslider:hover .flex-prev:hover { opacity: 1; }
.cntPromCr .flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.cntPromCr .flex-direction-nav a:before  {
display: inline-block;
}
.cntPromCr .flex-direction-nav a.flex-next:before  {
}










/* TIMELINE */

#timeline {
	position: relative !important;
	width: 80%;
	height: 550px;
	margin: 0 auto 30px auto !important;
}

#timelineC {
	position: relative !important;
	width: 100%;
	height: 550px;
	overflow: hidden;
	margin: 0 auto 10px auto;
	background: url(../lib/dot.png) repeat-x left 48px;
}

#timelineC a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#timelineC  a:hover,a.selected {
	color: #fff;
}

#timelineC h1 {
	font-size: 17px;
	color: #ed1c24;
	margin-bottom: 20px;
}
#timelineC h2 {
	font-size: 14px;
}
#timelineC .sociales {
	text-align: center;
	margin-bottom: 20px;
}
#timelineC #dates {
	overflow: hidden;
	position:relative;
	width: auto !important;
	height: 68px;
	overflow: hidden;
	margin-bottom: 30px;
}
#timelineC #dates li {
	float: left;
	font-size: 29px;
	text-align: center;
	background: url(../lib/biggerdot.png) no-repeat center 45px;
	height: 68px;
	margin: 0 5px;
}
#timelineC #dates a {
	color: rgba(255, 255, 255, 0.60);
	line-height: 38px;
	padding: 10px 20px;
}
#timelineC #dates .selected {
	color: #fff;
	line-height: 46px;
}

#timelineC #issues {
	position:relative;
	width: 1060px;
	height: 560px;
	overflow: hidden;
	margin-top: 10px;
}
#timelineC #issues .dumb{
	float: left;
	display: block;
	width: 525px;
	height: 371px;
}
#timelineC #issues .dumb img{
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
}

#timelineC #issues a{
	color: #eaae00;
}
#timelineC #issues li {
	position:relative;
	width: 1060px;
	height: 540px;
	list-style: none;
	float: left;
}

#timelineC #issues li .titA{
	float: right;
	display: block;
	font-size: 31px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 4px 4px 5px rgba(0, 0, 0, 1);
	width: 370px;
	margin: 0 90px 10px auto !important;
}
#timelineC #issues li .txtDsc {
	float: right;
	display: block;
	font-size: 20px;
	font-family: 'vollkornmedium', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-transform: none;
	text-shadow: 4px 4px 5px rgba(0, 0, 0, 1);
	line-height: 24px;
	width: 450px;
	margin: 10px 40px 20px auto;
}
		
#next,
#prev {
		z-index:11000;
		position: absolute;
		top: 280px;
		width: 51px;
		height: 51px;
	text-indent: -9999px;
	overflow: hidden;

	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
	        border-radius: 40px;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#next:hover,
#prev:hover {
  -webkit-transform: scale(1.20 , 1.20);
     -moz-transform: scale(1.20 , 1.20);
      -ms-transform: scale(1.20 , 1.20);
       -o-transform: scale(1.20 , 1.20);
          transform: scale(1.20 , 1.20);
}
#next {
right: -70px;
background: url('../lib/ico_nxt.png') no-repeat center;
}
#prev {
left: -70px;
background: url('../lib/ico_prv.png') no-repeat center;
}
#next.disabled, #prev.disabled {
opacity: 0.7;
}
				
				
/* TIMELINE */







/* FOOTER */

footer{
	display: none;
	bottom: 0;
	position: relative;
	background: #3e1f0a;
	width: 100%;
	height: 70px;
}


footer .cntFooter{
	width: 90%;
	height: 70px;
	margin: 0 auto;
}


/* FOOTER */





.spL{
display: block;
clear: both;
border-bottom: 1px solid #e3e3e3;
margin-bottom: 10px;
padding-top: 10px;
}





.left{
float: left;
display: block;
}
.right{
float: right;
display: block;
}

.clear{
clear: both;
display: block;
}





b{
font-weight: 700;
}


i{
font-style: italic;
}


.small{
font-size: 12px;
}



.color2{
color: #189eaa;
}







/* ---------------------------- LINKS ---------------------------- */


a.logo:link,a.logo:visited{
	position: absolute;
	display: block;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: url(../lib/logo.png) no-repeat center;
	width: 312px;
	height: 195px;
	margin: 18px 5px 0 5px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a.logo:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}




/* ---------------------------- LINKS ---------------------------- */

/* ---------------------------- LISTADOS ---------------------------- */






/* REDES SOCIALES */

ul.liIRS{
	float: right;
	overflow: hidden;
	width: auto;
	height: 50px;
	margin: 30px auto 0 auto;
  -webkit-transform: scale(0.90 , 0.90);
     -moz-transform: scale(0.90 , 0.90);
      -ms-transform: scale(0.90 , 0.90);
       -o-transform: scale(0.90 , 0.90);
          transform: scale(0.90 , 0.90);
}
ul.liIRS li{
	float: left;
	text-align: center;
	margin: 0 7px;
}
ul.liIRS li a{
	display: block;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
ul.liIRS li a:hover{
	margin-top: 0px;
}

ul.liIRS .fbk{
	background: url(../lib/ico_redes_sociales.png) no-repeat 0 0;
}
ul.liIRS .twt{
	background: url(../lib/ico_redes_sociales.png) no-repeat -40px 0;
}
ul.liIRS .gp{
	background: url(../lib/ico_redes_sociales.png) no-repeat -80px 0;
}
ul.liIRS .inst{
	background: url(../lib/ico_redes_sociales.png) no-repeat -120px 0;
}
ul.liIRS li:nth-child(4){
	margin-right: 0;
}






ul.liItm{
	overflow: hidden;
	width: 80%;
	margin: 40px auto;
}
ul.liItm li{
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	width: 210px;
	height: 350px;
	margin: 10px 40px
}

ul.liItm li img{
	width: 130px;
	height: 190px;
	margin: 10px auto 25px auto;
}
ul.liItm li a{
	display: block;
	color: #f4bc16;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	text-decoration: none;
	border-bottom: 9px solid rgba(221, 31, 38, 0.00);
	padding-bottom: 10px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
ul.liItm li a:hover{
	border-bottom: 9px solid rgba(221, 31, 38, 1.00);
	/*
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
	*/
}

ul.liItm li .bxBG{
	position: absolute;
	pointer-events: none;
	z-index: 5;
	left: 2px;
	top: 0;
	font-size: 16px;
	width: 210px;
	height: 180px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

ul.liItm li .bxBG span{
	display: block;
	color: rgba(221, 31, 38, 0.00);
	font-size: 42px;
	font-family: 'vollkornmedium', Arial, Tahoma, Verdana;
	font-weight: bold;
	line-height: 44px;
	background-color: rgba(255, 255, 255, 0.00);
	border: 5px solid rgba(244, 188, 22, 0.00);
	width: 50px;
	height: 50px;
	margin: 0 auto;

	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
ul.liItm li:hover .bxBG span{
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(221, 31, 38, 1.00);
	border: 5px solid rgba(244, 188, 22, 1.00);
	margin-top: 85px;
}




ul.liItm li .tag{
	z-index: 20;
	top: 5px;
	right: 0;
	display: block;
	pointer-events: none;
	position: absolute;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	background: url(../lib/tag_nuevo_01.png) no-repeat center;
	width: 54px;
	height: 53px;
}





ul.liItmRs{
	display: none;
	overflow: hidden;
	width: 76%;
	margin: 40px auto;
}
ul.liItmRs li{
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	width: 240px;
	height: 220px;
	margin: 10px auto;
}
ul.liItmRs li img{
	width: 130px;
	height: 190px;
	margin: 10px auto 25px auto;
}
ul.liItmRs li a{
	display: block;
	color: #f4bc16;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

ul.liItmRs li a .bxBG{
	position: absolute;
	pointer-events: none;
	z-index: 5;
	left: 2px;
	top: 0;
	font-size: 16px;
	background: rgba(255, 255, 255, 0.00);
	width: 240px;
	height: 180px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
ul.liItmRs li a:hover .bxBG{
	background: rgba(255, 255, 255, 0.00);
}

ul.liItmRs li a .bxBG span{
	display: block;
	color: rgba(255, 255, 255, 0.00);
	font-size: 42px;
	font-weight: bold;
	line-height: 44px;
	background-color: rgba(221, 31, 38, 0.00);
	width: 50px;
	height: 50px;
	margin: 0 auto;

	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
ul.liItmRs li a:hover .bxBG span{
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(221, 31, 38, 1.00);
	margin-top: 85px;
}





/* ---------------------------- LISTADOS ---------------------------- */


/* ---------------------------- FORMULARIOS ---------------------------- */
.pTFrm{
	float: left;
	display: block;
	width: 40%;
	margin-right: 6%;
}

.formA fieldset{
	float: left;
	overflow: hidden;
	font-family: 'vollkornregular', Arial, Tahoma, Verdana;
	text-align: center;
	/*background: url(../lib/pollito_form.png) no-repeat left bottom;*/
	width: 46%;
	margin: 0 auto 50px auto;
}

.formA select, input, textarea{
	clear: both;
	font-size: 16px;
	line-height: 16px;
	font-family: 'vollkornregular', Arial, Tahoma, Verdana;
	border: none;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;
}

.formA label{
	display: block;
	float: left;
	clear: both;
	color: #f4bc16;
	font-size: 20px;
	line-height: 36px;
	text-align: left;
	width: auto;
	padding: 8px 0;
}


.formA select{
	display: block;
	float: left;
	color: #333333;
	height: 40px;
	padding: 6px 10px;
}



.formA .inpB{
	display: block;
	float: left;
	height: 28px;
	padding: 6px 10px;
}


.formA .req{
	border: 1px solid #e84c3d;
}


.formA textarea{
	display: block;
	float: left;
	width: 470px;
	height: 123px;
	padding: 6px 10px;
}


.formA .button{
	float: left;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	font-family: 'vollkornregular', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
	border: none;
	background: #f4bc16;
	padding: 20px 35px;

	-webkit-appearance: none;

	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;

	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.formA .button:hover{
	background: #f2b212;
}


.formA p{
	clear: both !important;
	overflow: hidden;
	position: relative;
	text-align: justify;
	margin: 10px 0 !important;
}


.formA .bxEr{
	float: left;
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
	line-height: 34px;
	background: #e84c3d;
	width: 80px;
	height: 38px;
	margin: 2px 0 0 -82px;
	*margin: -6px 0 0 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}




/* ---------------------------- FORMULARIOS ---------------------------- */



/* ---------------------------- ANIMACION ---------------------------- */




.logoHom{
z-index: 20;
top: 170px;
left: 50%;
position: absolute;
width: 567px;
height: 278px;
margin-left: -284px;

-moz-animation-name: logoHom_anim;
-moz-animation-duration: 2.8s;
-moz-animation-timing-function: ease-in;
-moz-animation-iteration-count: stop;

-webkit-animation-name: logoHom_anim;
-webkit-animation-duration: 2.8s;
-webkit-animation-timing-function: ease-in;
-webkit-animation-iteration-count: stop;

-o-animation-name: logoHom_anim;
-o-animation-duration: 2.8s;
-o-animation-timing-function: ease-in;
-o-animation-iteration-count: stop;

-ms-animation-name: logoHom_anim;
-ms-animation-duration: 2.8s;
-ms-animation-timing-function: ease-in;
-ms-animation-iteration-count: stop;

-webkit-transform-origin: center;
-moz-transform-origin: center;
-o-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
}

@-webkit-keyframes logoHom_anim {
	from { -webkit-transform: translateY(  200px ); opacity: 0.00;}
     50% { -webkit-transform: translateY(  200px ); opacity: 0.00;}
     75% { -webkit-transform: translateY(  100px ); opacity: 0.00;}
      to { -webkit-transform: translateY(    0px ); opacity: 1.00;}
}

@-moz-keyframes logoHom_anim {
	from { -moz-transform: translateY(  200px ); opacity: 0.00;}
     50% { -moz-transform: translateY(  200px ); opacity: 0.00;}
     75% { -moz-transform: translateY(  100px ); opacity: 0.00;}
      to { -moz-transform: translateY(    0px ); opacity: 1.00;}
}

@-ms-keyframes logoHom_anim {
	from { -ms-transform: translateY(  200px ); opacity: 0.00;}
     50% { -ms-transform: translateY(  200px ); opacity: 0.00;}
     75% { -ms-transform: translateY(  100px ); opacity: 0.00;}
      to { -ms-transform: translateY(    0px ); opacity: 1.00;}
}

@-o-keyframes logoHom_anim {
	from { -o-transform: translateY(  200px ); opacity: 0.00;}
     50% { -o-transform: translateY(  200px ); opacity: 0.00;}
     75% { -o-transform: translateY(  100px ); opacity: 0.00;}
      to { -o-transform: translateY(    0px ); opacity: 1.00;}
}

@keyframes logoHom_anim {
	from { transform: translateY(  200px ); opacity: 0.00;}
	 50% { transform: translateY(  200px ); opacity: 0.00;}
	 75% { transform: translateY(  100px ); opacity: 0.00;}
      to { transform: translateY(    0px ); opacity: 1.00;}
}





.contHom{
z-index: 10;
top: 470px;
left: 50%;
position: absolute;
width: 807px;
height: 200px;
margin-left: -403px;

-moz-animation-name: contHom_anim;
-moz-animation-duration: 3.0s;
-moz-animation-timing-function: ease-in;
-moz-animation-iteration-count: stop;

-webkit-animation-name: contHom_anim;
-webkit-animation-duration: 3.0s;
-webkit-animation-timing-function: ease-in;
-webkit-animation-iteration-count: stop;

-o-animation-name: contHom_anim;
-o-animation-duration: 3.0s;
-o-animation-timing-function: ease-in;
-o-animation-iteration-count: stop;

-ms-animation-name: contHom_anim;
-ms-animation-duration: 3.0s;
-ms-animation-timing-function: ease-in;
-ms-animation-iteration-count: stop;

-webkit-transform-origin: top;
-moz-transform-origin: top;
-o-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
}

@-webkit-keyframes contHom_anim {
	from { -webkit-transform: translateY( -200px ); opacity: 0.00;}
	 50% { -webkit-transform: translateY( -200px ); opacity: 0.00;}
	 75% { -webkit-transform: translateY( -100px ); opacity: 0.00;}
     to { -webkit-transform: translateY(    0px ); opacity: 1.00;}
}

@-moz-keyframes contHom_anim {
	from { -moz-transform: translateY( -200px ); opacity: 0.00;}
	 50% { -moz-transform: translateY( -200px ); opacity: 0.00;}
	 75% { -moz-transform: translateY( -100px ); opacity: 0.00;}
     to { -moz-transform: translateY(    0px ); opacity: 1.00;}
}

@-ms-keyframes contHom_anim {
	from { -ms-transform: translateY( -200px ); opacity: 0.00;}
	 50% { -ms-transform: translateY( -200px ); opacity: 0.00;}
	 75% { -ms-transform: translateY( -100px ); opacity: 0.00;}
     to { -ms-transform: translateY(    0px ); opacity: 1.00;}
}

@-o-keyframes contHom_anim {
	from { -o-transform: translateY( -200px ); opacity: 0.00;}
	 50% { -o-transform: translateY( -200px ); opacity: 0.00;}
	 75% { -o-transform: translateY( -100px ); opacity: 0.00;}
     to { -o-transform: translateY(    0px ); opacity: 1.00;}
}

@keyframes contHom_anim {
	from { transform: translateY( -200px ); opacity: 0.00;}
	 50% { transform: translateY( -200px ); opacity: 0.00;}
	 75% { transform: translateY( -100px ); opacity: 0.00;}
     to { transform: translateY(    0px ); opacity: 1.00;}
}





/* ---------------------------- ANIMACION ---------------------------- */









#pageslide {
    display: none;
    z-index: 999999;
    position: absolute;
    top: 0;
    color: #fff;
	background-color: #561d13;
    width: 90%;
    height: 100%;
    padding: 10px 20px;
}



/* DEMO */

.open {
	display: none;
	position: relative;
	top: 10px;
	right: 0;
	width: 65px;
	height: 60px;
	background: url(../lib/nav_mb.png) no-repeat center;
	text-indent: -999999px;
}


@media screen and (min-width:200px) and (max-width:920px) {
	ul#nav2 { display: none; }
	.open { display: block; }
	#pageslide { width: 85%; }
	#pageslide #nav2 li{
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	text-transform: uppercase;
	}
	#pageslide #nav2 li a{
	display: block; 
	color: #fff;
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	padding: 10px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	}
	#pageslide #nav2 li a:hover {
	background: rgba(255, 255, 255, 0.06);
	}
	#pageslide #nav2 .menu_items, .menu_items:hover {
	display: block;
	position: relative;
	}
	
}



/* ---------------------------- MEDIA QUERIES ---------------------------- */


@media screen and (min-width:1351px) and (max-width:1440px){

	.wrapper{
		min-width: 320px;
	}



	
}


@media screen and (min-width:1200px) and (max-width:1350px){

	.wrapper{
		min-width: 320px;
	}



	.cntBn{
		bottom: -80px;
		height: 753px;
	}

	.cntBn li{
		height: 753px;
		-webkit-background-size: 100%;
		   -moz-background-size: 100%;
			-ms-background-size: 100%;
			 -o-background-size: 100%;
			    background-size: 100%;
	}

	
}


/* ---------------------------- TABLET H ---------------------------- */

@media screen and (min-width:1024px) and (max-width:1190px){

	.wrapper{
	min-width: 320px;
	}


	

	header{
		background: none;
		height: 150px;
	}
	header .cntHd{
		width: 98%;
		height: 150px;
		margin: 0 auto;
	}
	header .cntHd .liIRS{
		display: none;
	}


	a.logo:link,a.logo:visited{
		top: -5px !important;
		left: 0;
		position: absolute;
		width: 220px;
		height: 140px;
		-webkit-background-size: 100%;
		   -moz-background-size: 100%;
		    -ms-background-size: 100%;
		     -o-background-size: 100%;
		        background-size: 100%;
	}
	




	nav{
		margin: 50px auto 0 0;
	}
	nav ul {
		font-size: 20px;
		line-height: 48px;
	}
	nav ul li a{
		display: inline-block;
		color: #fff;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		height: 52px;
		padding: 5px 8px 0 8px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	nav ul li a:hover{
		padding: 0 8px;
	}






	.container{
		width: 96%;
	}

	.container h1{
		font-size: 40px;
		line-height: 50px;
	}

	.container h2{
		font-size: 30px;
		line-height: 50px;
	}



	.cntBn{
		height: 500px;
		margin-top: 30px;
	}

	.cntBn li{
		-webkit-background-size: 120%;
		   -moz-background-size: 120%;
		    -ms-background-size: 120%;
		     -o-background-size: 120%;
		        background-size: 120%;
		height: 500px;
	}





	#timelineC #issues .dumb{
		width: 300px;
		height: 200px;
		margin: 0 auto;
	}
	#timelineC #issues .dumb img{
		width: 100%;
	}

	#timelineC #issues li {
		width: 790px;
		height: 420px;
	}

	#timelineC #issues li .titA{
		display: block;
		font-size: 36px;
		line-height: 34px;
		width: 400px;
		margin: 10px 30px 10px auto !important;
	}
	#timelineC #issues li .txtDsc {
		float: right;
		display: block;
		width: 400px;
		margin: 20px 30px 20px auto;
	}
		
	#next,
	#prev {
		top: 190px;
	}






	.container .headerPrd{
		overflow: hidden;
		float: none;
		font-size: 20px;
		line-height: 24px;
		width: 94%;
		margin: 0 auto;
	}
	.container .headerPrd img{
		float: right;
		width: 30%;
		margin: 5px 30px;
	}
	.container .headerPrd p{
		float: left;
		clear: none;
		width: 55%;
		margin: 20px 0;
	}










	.cntProd{
		position: relative;
		width: 100%;
		height: 440px;
		margin: 0 auto 0 auto;	
	}
	.cntProd #sldIB{
		float: left;
		overflow: hidden;
		position: relative;
		text-align: center;
		width: 400px;
		height: 430px;
		margin: 0 20px 0 20px;
	}
	.cntProd .txtDsc{
		font-size: 18px;
		line-height: 20px;
		width: 150px;
		height: 90px;
		margin: 115px auto 0 auto;
		padding: 80px 20px 70px 100px;
			-webkit-background-size: 100%;
			   -moz-background-size: 100%;
			    -ms-background-size: 100%;
			     -o-background-size: 100%;
			        background-size: 100%;
	}
	/*
	.cntProd #sldIB li img{
		float: left;
		width: 60%;
		margin-top: 40px;
	}
	*/
	.cntProd #sldIB li img{
		float: left;
		width: 60%;
	}
	.cntProd #sldIB .imgSm{
		margin-top: -40px;
	}
	.cntProd #sldIB li img{
		margin-top: 40px;
	}


	.cntProd #csldIT{
		float: right;
		overflow: hidden;
		position: relative;
		width: 520px;
		height: 240px;
		margin: 140px 0 0 auto;	
	}
	.cntProd #csldIT ul{
		display: block;
		height: 200px;
		margin-top: 10px;
	}
	.cntProd #csldIT li{
		float: left;
		display: block;
		overflow: hidden;
		width: 96px !important;
		margin: 0 3px !important;
		padding-bottom: 20px;
	}
	.cntProd #csldIT li img{
		width: 100px !important;
	}

	.cntProd #csldIT li.flex-active-slide{
		border-bottom: 4px solid #f4bc16;
	}





	.cntPromCr{
		width: 84%;
		height: 550px;	
	}

	.cntPromCr #csldIT{
		display: none;
	}

	.cntPromCr #sldIB{
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 540px;
		margin: 0 auto 0 auto;	
	}
	.cntPromCr #sldIB img{
		width: 100%;
		-webkit-border-radius: 20px;
		   -moz-border-radius: 20px;
		        border-radius: 20px;	
	}
	.cntPromCr #sldIB .flex-direction-nav a{
		top: 180px;
	}
	.cntPromCr #sldIB .flex-direction-nav .flex-prev{
		left: 4%;
	}
	.cntPromCr #sldIB .flex-direction-nav .flex-next {
		right: 4%;
	}




	.pTFrm{
		width: 40%;
	}








	ul.liItm{
		width: 90%;
		margin: 30px auto;
	}






	.formA fieldset{
		width: 54%;
		margin: 0 auto 50px auto;
	}







	
}



/* ---------------------------- TABLET V ---------------------------- */

@media screen and (min-width:581px) and (max-width:920px){


	.wrapper{
	min-width: 200px;
	}






	.logoHom{
		top: 100px;
		left: 0;
		text-align: center !important;
		width: 100%;
		height: 130px;
		margin-left: 0;
	}
	.logoHom img{
		float: none !important;
		display: inline-block;
		width: 90%;
		width: 0 auto !important;
	}



	.contHom{
		left: 0;
		top: 450px;
		text-align: center !important;
		width: 100%;
		height: 30px;
		margin-left: 0;
	}
	.contHom img{
		float: none !important;
		display: inline-block;
		width: 90%;
		width: 0 auto !important;
	}	





	header{
		background: none;
		height: 150px;
	}
	header .cntHd{
		width: 90%;
		height: 150px;
		margin: 0 auto;
	}
	header .cntHd .liIRS{
		display: none;
	}


	a.logo:link,a.logo:visited{
		top: -5px !important;
		left: 0;
		position: absolute;
		width: 220px;
		height: 140px;
		-webkit-background-size: 100%;
		   -moz-background-size: 100%;
		    -ms-background-size: 100%;
		     -o-background-size: 100%;
		        background-size: 100%;
	}





	.cntBn{
		position: relative;
		top: 0;
		height: 500px;
		margin-top: 27%;
	}

	.cntBn li{
		-webkit-background-size: 150%;
		   -moz-background-size: 150%;
		    -ms-background-size: 150%;
		     -o-background-size: 150%;
		        background-size: 150%;
		height: 500px;
	}







	.container{
		width: 96%;
	}

	.container h1{
		font-size: 40px;
		line-height: 50px;
	}

	.container h2{
		font-size: 30px;
		line-height: 50px;
	}


	.container p{
		text-shadow: 4px 4px 5px rgba(0, 0, 0, 1);
		margin: 15px auto;
	}



	.container .headerPrd{
		float: none;
		font-size: 20px;
		line-height: 24px;
		width: 90%;
		margin: 0 auto;
	}
	.container .headerPrd img{
		float: right;
		width: 36%;
		margin: 20px auto;
	}
	.container .headerPrd p{
		float: left;
		width: 50%;
		margin: 20px auto;
	}





	/* TIMELINE */

	#timeline {
		width: 80%;
		height: 430px;
	}

	#timelineC {
		width: 100%;
		height: 400px;
		overflow: hidden;
		margin: 0 auto 10px auto;
		background: none;
	}

	#timelineC #dates {
		display: none;
	}

	#timelineC #issues {
		width: 100%;
		height: 600px;
	}
	#timelineC #issues .dumb{
		float: none;
		width: 300px;
		height: 200px;
		margin: 0 auto;
	}
	#timelineC #issues .dumb img{
		width: 100%;
	}

#timelineC #issues li {
	position:relative;
	width: 600px;
	height: 420px;
	list-style: none;
	float: left;
}

#timelineC #issues li .titA{
	clear: both;
	float: none;



	display: block;
	font-size: 36px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 4px 4px 5px rgba(0, 0, 0, 1);
	width: 370px;
	margin: 10px auto !important;
}
#timelineC #issues li .txtDsc {
	clear: both;



	float: right;
	display: block;
	font-size: 20px;
	font-family: 'vollkornmedium', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-transform: none;
	text-shadow: 4px 4px 5px rgba(0, 0, 0, 1);
	line-height: 24px;
	width: 550px;
	margin: 20px 30px 20px auto;
}
		
#next,
#prev {
		z-index:11000;
			position: absolute;
			top: 230px;
			width: 51px;
			height: 51px;
}
#next {
right: -70px;
}
#prev {
left: -70px;
}



	.cntProd{
		display: none;
	}




	.cntPromCr{
		width: 98%;
		height: 400px;	
	}

	.cntPromCr #csldIT{
		display: none;
	}

	.cntPromCr #sldIB{
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 400px;
		margin: 0 auto 0 auto;	
	}
	.cntPromCr #sldIB img{
		width: 100%;
		-webkit-border-radius: 10px;
		   -moz-border-radius: 10px;
		        border-radius: 10px;	
	}
	.cntPromCr #sldIB .flex-direction-nav a{
		top: 160px;
	}
	.cntPromCr #sldIB .flex-direction-nav .flex-prev{
		left: 4%;
	}
	.cntPromCr #sldIB .flex-direction-nav .flex-next {
		right: 4%;
	}







	footer{
		display: block;
		bottom: 0;
		position: relative;
	}



	ul.liIRS{
		margin: 10px auto 0 auto;
	}
	


	ul.liItmRs{
		display: block;
		width: 90%;
		margin: 20px auto;
	}

	ul.liItmRs li{
		width: 180px;
		margin: 10px;
	}


	.pTFrm{
		float: none;
		width: 90%;
		margin: 0 auto;
	}

	.formA{
		clear: both;
	}


	.formA fieldset{
		float: none;
		width: 94%;
		margin: 0 auto 50px auto;
	}

	.formA select, input, textarea{
		width: 90% !important;
	}



.formA .button{
	float: left;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	font-family: 'vollkornregular', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
	border: none;
	background: #f4bc16;
	padding: 15px 40px;
}
.formA .bxEr{
	float: left;
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
	line-height: 34px;
	background: #e84c3d;
	width: 80px;
	height: 38px;
	margin: 2px 0 0 -82px;
	*margin: -6px 0 0 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}







	


}




/* ---------------------------- MOBILE H ---------------------------- */


@media screen and (min-width:321px) and (max-width:580px){



	body{
		-webkit-background-size: 400%;
		   -moz-background-size: 400%;
			-ms-background-size: 400%;
			 -o-background-size: 400%;
			    background-size: 400%;
	}





	.logoHom{
		top: 100px;
		left: 0;
		text-align: center !important;
		width: 100%;
		height: 130px;
		margin-left: 0;
	}
	.logoHom img{
		float: none !important;
		display: inline-block;
		width: 90%;
		width: 0 auto !important;
	}



	.contHom{
		left: 0;
		top: 260px;
		text-align: center !important;
		width: 100%;
		height: 30px;
		margin-left: 0;
	}
	.contHom img{
		float: none !important;
		display: inline-block;
		width: 90%;
		width: 0 auto !important;
	}



	.wrapper{
		min-width: 200px;
	}


	

	header{
		background: none;
		height: 150px;
	}
	header .cntHd{
		width: 90%;
		height: 150px;
		margin: 0 auto;
	}
	header .cntHd .liIRS{
		display: none;
	}


	a.logo:link,a.logo:visited{
		top: 0 !important;
		left: 0;
		position: absolute;
		width: 170px;
		height: 100px;
		-webkit-background-size: 100%;
		   -moz-background-size: 100%;
		    -ms-background-size: 100%;
		     -o-background-size: 100%;
		        background-size: 100%;
	}







	.cntBn{
		position: relative;
		top: 0;
		height: 250px;
		margin-top: 170px;
	}

	.cntBn li{
		-webkit-background-size: 180%;
		   -moz-background-size: 180%;
		    -ms-background-size: 180%;
		     -o-background-size: 180%;
		        background-size: 180%;
		height: 250px;
	}
	.cntBn li a{
		height: 250px;
	}

	.flex-control-nav {
		top: 200px;
		left: 0;
		width: 96%;
		margin: 0;
	}






	.container{
		width: 96%;
	}

	.container h1{
		font-size: 40px;
		line-height: 50px;
	}

	.container h2{
		font-size: 30px;
		line-height: 50px;
	}


	.container p{
		text-shadow: 4px 4px 5px rgba(0, 0, 0, 1);
		margin: 15px auto;
	}



	.container .headerPrd{
		float: none;
		font-size: 20px;
		line-height: 24px;
		width: 94%;
		margin: 0 auto;
	}
	.container .headerPrd img{
		float: none;
		width: 50%;
		margin: 5px auto;
	}
	.container .headerPrd p{
		float: none;
		clear: both;
		width: 90%;
		margin: 0 auto;
	}





	/* TIMELINE */

	#timelineC {
		width: 100%;
		height: 550px;
		overflow: hidden;
		margin: 0 auto 0px auto;
		background: none;
	}

	#timelineC #dates {
		display: none;
	}



	#timelineC #issues {
		height: 500px;
	}

	#timelineC #issues .dumb{
		float: none;
		width: 260px;
		height: 200px;
		margin: 0 auto;
	}
	#timelineC #issues .dumb img{
		width: 100%;
	}

	#timelineC #issues li {
		overflow: hidden;
		width: 436px;
		height: 850px !important;
	}

	#timelineC #issues li .titA{
		display: block;
		font-size: 36px;
		line-height: 34px;
		width: 400px;
		margin: 10px 20px 10px auto !important;
	}
	#timelineC #issues li .txtDsc {
		float: right;
		display: block;
		width: 400px;
		margin: 10px 20px 10px auto;
	}
		
	#next,
	#prev {
		top: 190px;
	}
	#next {
		right: -50px;
	}
	#prev {
		left: -50px;
	}




	/* TIMELINE */






	.cntProd{
		display: none;
	}




	.cntPromCr{
		width: 96%;
		height: 250px;	
	}

	.cntPromCr #csldIT{
		display: none;
	}

	.cntPromCr #sldIB{
		overflow: hidden;
		position: relative;
		width: 96%;
		height: 260px;
		margin: 0 auto 0 auto;	
	}
	.cntPromCr #sldIB img{
		width: 100%;
		-webkit-border-radius: 10px;
		   -moz-border-radius: 10px;
		        border-radius: 10px;	
	}
	.cntPromCr #sldIB .flex-direction-nav a{
		top: 90px;
	}
	.cntPromCr #sldIB .flex-direction-nav .flex-prev{
		left: 4%;
	}
	.cntPromCr #sldIB .flex-direction-nav .flex-next {
		right: 4%;
	}





	footer{
		display: block;
	}



	ul.liIRS{
		margin: 10px auto 0 auto;
	}
	


	ul.liItmRs{
		display: block;
		width: 90%;
		margin: 20px auto;
	}
	ul.liItmRs li{
		width: 160px;
		height: 220px;
		margin: 10px auto;
	}


	.pTFrm{
		float: none;
		width: 90%;
		margin: 0 auto;
	}

	.formA{
		clear: both;
	}


	.formA fieldset{
		float: none;
		width: 94%;
		margin: 0 auto 50px auto;
	}

	.formA select, input, textarea{
		width: 90% !important;
	}



.formA .button{
	float: left;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	font-family: 'vollkornregular', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
	border: none;
	background: #f4bc16;
	padding: 15px 40px;
}
.formA .bxEr{
	float: left;
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
	line-height: 34px;
	background: #e84c3d;
	width: 80px;
	height: 38px;
	margin: 2px 0 0 -82px;
	*margin: -6px 0 0 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}




	
}


/* ---------------------------- MOBILE V ---------------------------- */



@media screen and (max-width: 320px) {



	body{
		-webkit-background-size: 400%;
		   -moz-background-size: 400%;
			-ms-background-size: 400%;
			 -o-background-size: 400%;
			    background-size: 400%;
	}



	.logoHom{
		top: 100px;
		left: 0;
		text-align: center !important;
		width: 100%;
		height: 130px;
		margin-left: 0;
	}
	.logoHom img{
		float: none !important;
		display: inline-block;
		width: 90%;
		width: 0 auto !important;
	}



	.contHom{
		left: 0;
		top: 260px;
		text-align: center !important;
		width: 100%;
		height: 30px;
		margin-left: 0;
	}
	.contHom img{
		float: none !important;
		display: inline-block;
		width: 90%;
		width: 0 auto !important;
	}



	.wrapper{
		min-width: 200px;
	}


	

	header{
		background: none;
		height: 150px;
	}
	header .cntHd{
		width: 90%;
		height: 150px;
		margin: 0 auto;
	}
	header .cntHd .liIRS{
		display: none;
	}


	a.logo:link,a.logo:visited{
		top: 0 !important;
		left: 0;
		position: absolute;
		width: 170px;
		height: 100px;
		-webkit-background-size: 100%;
		   -moz-background-size: 100%;
		    -ms-background-size: 100%;
		     -o-background-size: 100%;
		        background-size: 100%;
	}






	.cntBn{
		position: relative;
		top: 0;
		height: 250px;
		margin-top: 100px;
	}

	.cntBn li{
		-webkit-background-size: 180%;
		   -moz-background-size: 180%;
		    -ms-background-size: 180%;
		     -o-background-size: 180%;
		        background-size: 180%;
		height: 250px;
	}
	.cntBn li a{
		height: 250px;
	}


/*
.cntBn{
	z-index: 100;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 753px;
	margin: 0 auto;
}

.cntBn li{
	display: block;
	outline: none;
	background-color: transparent !important;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 753px;
	padding: 0;
	-webkit-background-size: 100%;
	   -moz-background-size: 100%;
		-ms-background-size: 100%;
		 -o-background-size: 100%;
		    background-size: 100%;
}
 
.cntBn li a{
	display: block;
	outline: none;
	text-indent: -9000px;
	text-decoration: none;
	width: 100%;
	height: 753px;
}
*/

	.flex-control-nav {
		top: 200px;
		left: 0;
		width: 96%;
		margin: 0;
	}





	.container{
		width: 96%;
	}

	.container h1{
		font-size: 40px;
		line-height: 50px;
	}

	.container h2{
		font-size: 30px;
		line-height: 50px;
	}


	.container p{
		text-shadow: 4px 4px 5px rgba(0, 0, 0, 1);
		margin: 15px auto;
	}



	.container .headerPrd{
		float: none;
		font-size: 20px;
		line-height: 24px;
		width: 94%;
		margin: 0 auto;
	}
	.container .headerPrd img{
		float: none;
		width: 90%;
		margin: 5px auto;
	}
	.container .headerPrd p{
		float: none;
		clear: both;
		width: 90%;
		margin: 0 auto;
	}








	/* TIMELINE */

	#timelineC {
		width: 100%;
		height: 550px;
		overflow: hidden;
		margin: -30px auto 0px auto;
		background: none;
	}

	#timelineC #dates {
		display: none;
	}



	#timelineC #issues {
		height: 500px;
	}

	#timelineC #issues .dumb{
		float: none;
		width: 200px;
		height: 150px;
		margin: 0 auto;
	}
	#timelineC #issues .dumb img{
		width: 100%;
	}

	#timelineC #issues li {
		overflow: hidden;
		width: 240px;
		height: 850px !important;
	}

	#timelineC #issues li .titA{
		display: block;
		font-size: 30px;
		line-height: 34px;
		width: 200px;
		margin: 10px 20px 0 auto !important;
	}
	#timelineC #issues li .txtDsc {
		float: right;
		display: block;
		font-size: 16px;
		line-height: 17px;
		width: 220px;
		margin: 10px 10px 10px auto;
	}
		
	#next,
	#prev {
		top: 190px;
	}
	#next {
		right: -30px;
	}
	#prev {
		left: -30px;
	}




	/* TIMELINE */





	.cntProd{
		display: none;
	}


	.cntPromCr{
		width: 96%;
		height: 160px;	
	}



	.cntPromCr #csldIT{
		display: none;
	}
		

	.cntPromCr #sldIB{
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 160px;
		margin: 0 auto 0 auto;	
	}
	.cntPromCr #sldIB img{
		width: 100%;
		-webkit-border-radius: 10px;
		   -moz-border-radius: 10px;
		        border-radius: 10px;	
	}
	.cntPromCr #sldIB .flex-direction-nav a{
		top: 55px;
		width: 70px;
		height: 70px;
	}
	.cntPromCr #sldIB .flex-direction-nav .flex-prev{
		left: 4%;
	}
	.cntPromCr #sldIB .flex-direction-nav .flex-next {
		right: 4%;
	}







	footer{
		display: block;
	}



	ul.liIRS{
		margin: 10px auto 0 auto;
	}
	


	ul.liItmRs{
		display: block;
	}



	.pTFrm{
		float: none;
		width: 90%;
		margin: 0 auto;
	}

	.formA{
		clear: both;
	}


	.formA fieldset{
		float: none;
		width: 94%;
		margin: 0 auto 50px auto;
	}

	.formA select, input, textarea{
		width: 90% !important;
	}



.formA .button{
	float: left;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	font-family: 'vollkornregular', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
	border: none;
	background: #f4bc16;
	padding: 15px 40px;
}
.formA .bxEr{
	float: left;
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
	line-height: 34px;
	background: #e84c3d;
	width: 80px;
	height: 38px;
	margin: 2px 0 0 -82px;
	*margin: -6px 0 0 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



	




	
}




















