@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
body{
	font-family: 'Exo', sans-serif;
	font: 15px/21px 'ExoRegular', sans-serif;
	background:#990000;
}
.privacy{
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}
.gray_gradient{
	background-image: -ms-linear-gradient(top, #FDFDFD 0%, #CCCCCC 100%);
	background-image: -moz-linear-gradient(top, #FDFDFD 0%, #CCCCCC 100%);
	background-image: -o-linear-gradient(top, #FDFDFD 0%, #CCCCCC 100%);
	bbackground-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD), color-stop(1, #CCCCCC));
	background-image: -webkit-linear-gradient(top, #FDFDFD 0%, #CCCCCC 100%);
	background-image: linear-gradient(to bottom, #FDFDFD 0%, #CCCCCC 100%);
	background-attachment: fixed; 
}
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
.white{
	background:#FFFFFF;
}
.logo{
	background:url(../img/logo-transparent.png) center no-repeat;
}
.red{
	background:#990000;
}
a.fillthediv{
	display:block;
	height:100%;
	width:100%;
	text-decoration: none;
}
.banner{
	margin-top: 2rem;
	background-color: yellow;
	padding: 1rem;
	border: 5px #cc0000 solid;
}
.banner p{
	text-transform:uppercase;
	text-align:center;
	font-size:25px !important;
	font-weight:700;
	font: 18px/45px 'ExoDemiBold', sans-serif;
	color:#cc0000;
}
.blink {
    animation: blinker 1s linear infinite;
    color: #1c87c9;
    font-size: 30px;
    font-weight: bold;
    font-family: sans-serif;
    }
    @keyframes blinker {  
    100% { opacity: 0; }
}
.box_title{
	color: #FFFFFF;
	font-size:400;
	text-align:center;
	padding:10px 0px;
}
.box_title a{
	color: #FFFFFF;
	text-decoration:none;
}
.box_photo{
	position:relative;
	overflow:hidden;
	border-bottom: 3px solid #990000;
}
.overlay_box_photo{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	padding-top:30px;
	background:url(../img/box-home-hover.png) no-repeat center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity:0;
}
.overlay_box_photo a{
	color:#FFFFFF;
	font-size:22px;
	-webkit-text-shadow: 2px 2px 10px #000;
	-moz-text-shadow: 2px 2px 10px #000;
	-ms-text-shadow: 2px 2px 10px #000;
	-o-text-shadow: 2px 2px 10px #000;
	text-shadow: 2px 2px 10px #000;
	text-decoration:none;
	text-transform:uppercase;
}
.overlay_box_photo:hover{
	opacity:1;
}
.box_photo_prod{
	position:relative;
	overflow:hidden;
}
.overlay_box_photo_prod{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	padding-top:30px;
	background:url(../img/box-prod-hover.png) 0% 70% no-repeat;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity:0;
}
.overlay_box_photo_prod a{
	color:#cc0000;
	font-size:52px;
	/*-webkit-text-shadow: 2px 2px 10px #000;
	-moz-text-shadow: 2px 2px 10px #000;
	-ms-text-shadow: 2px 2px 10px #000;
	-o-text-shadow: 2px 2px 10px #000;
	text-shadow: 2px 2px 10px #000;*/
	text-decoration:none;
	text-transform:uppercase;
}
.overlay_box_photo_prod:hover{
	opacity:1;
}
.mini_photo_prod{
	position:relative;
	overflow:hidden;
}
.overlay_mini_photo_prod{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	padding-top:20px;
	background:url(../img/mini-prod-hover.png) 0px 30px no-repeat;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity:0;
}
.overlay_mini_photo_prod a{
	color:#cc0000;
	font-size:32px;
	/*-webkit-text-shadow: 2px 2px 10px #000;
	-moz-text-shadow: 2px 2px 10px #000;
	-ms-text-shadow: 2px 2px 10px #000;
	-o-text-shadow: 2px 2px 10px #000;
	text-shadow: 2px 2px 10px #000;*/
	text-decoration:none;
	text-transform:uppercase;
}
.overlay_mini_photo_prod:hover{
	opacity:1;
}
.credits{
	font-size:11px;
	text-align:right;
	padding:20px 0px;
}
.credits a{
	color: #FFFFFF;
	text-decoration:none;
}
h1{
	text-transform:uppercase;
	text-align:center;
	font-size:18px;
	font-weight:700;
	line-height:45px;
	font: 18px/45px 'ExoDemiBold', sans-serif;
	border-bottom: 1px solid #660000;
}
h2{
	text-transform:uppercase;
	text-align:center;
	font-size:18px;
	font-weight:700;
	line-height:45px;
	font: 18px/45px 'ExoDemiBold', sans-serif;
	border-top: 1px solid #cc0000;
	color:#cc0000;
}

.news_title{
	text-transform:uppercase;
	font-weight:700;
	font-size:16px;
	line-height:30px;
	font: 16px/30px 'ExoDemiBold', sans-serif;
	border-bottom: 1px solid #660000;
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.top {
	position:relative;
}
.language {
	width: 21.0526%;
}
.language ul{
	margin:5px 0 0 10px;
	padding:0;
}
.language ul li{
	list-style:none;
	margin-top:3px;
}
.top_image {
	width: 21.0526%;
	clear: none;
	margin-left: 5.2631%;
}
.top_image ul{
	margin:0px;
	padding:0px;
}
.top_image img{
	width:100%;
}
.top_logo {
	width: 47.3684%;
	clear: none;
	margin-left: 5.2631%;
	text-align:center;
	color:#990000;
	font-weight:300;
	font-size:15px;
	text-align:center;
}
.menu_smart {
}
.onlysmart{
	display:block;
}
.onlytablet{
	display:none;
}
.onlyscreen{
	display:none;
}
.smart_tablet{
	display:block;
}
.tablet_screen{
	display:none;
}
.smart_screen{
	display:block;
}
.menu {
}
.box1 {
	width: 100%;
	margin-bottom:20px;
}
.box2 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom:20px;
}
.box3 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom:20px;
}
.spacer{
	height:5px;
}
.text_photo{
	background:#cccccc;
	font-weight:300;
	font-size:14px;
	padding:8px;
}
.footer {
	color:#FFFFFF;
	font-size:14px;
	font-weight:300;
	padding:10px 0px;
}
.footer1 {
	width: 100%;
}
.footer2 {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.footer3 {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.footer3 a{
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;	
}

#div1 {
}
.sx_m {
	width: 100%;
}
.dx_m {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.padding10{
	padding:10px
}
.box_news {
	padding-top:10px;
	padding-bottom:10px;
}
.sx_s {
	width: 100%;
}
.dx_l {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.sx_l {
	width: 100%;
}
.dx_s {
	width: 100%;
	clear: both;
	margin-left: 0;
}
ul.gallery_news{
	margin:0;
	padding:0;
}
ul.gallery_news li{
	float:left;
	width:48%;
	margin-left:1%;
	list-style:none;
}
ul.gallery_prod{
	margin:0;
	padding:0;
}
ul.gallery_prod li{
	float:left;
	width:48%;
	margin-left:1%;
	margin-bottom:5px;
	list-style:none;
	border: 1px solid #cc0000;
}
.title_prod {
	width: 73.6842%;
}
.pdf_prod {
	width: 21.0526%;
	clear: none;
	margin-left: 5.2631%;
}
.header_prod{
	border-bottom:2px solid #cc0000;
}
.header_prod h1{
	border-bottom: none;
	text-align:left;
	padding-left:15px;
	padding-top:5px;
	color:#cc0000;
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.top {
}
.language {
	width: 10.2564%;
}
.top_image {
	width: 48.7179%;
	clear: none;
	margin-left: 2.5641%;
}
.top_logo {
	width: 35.8974%;
	clear: none;
	margin-left: 2.5641%;
}
.menu_smart {
}
.onlysmart{
	display:none;
}
.onlytablet{
	display:block;
}
.onlyscreen{
	display:none;
}
.smart_tablet{
	display:block;
}
.tablet_screen{
	display:block;
}
.smart_screen{
	display:none;
}
.menu {
	text-align:right;
}
.menu ul {
	margin:0;
	padding:0;
}
.menu ul li{
	display:inline-block;
	float:left;
	width:19.3%;
	text-align:center;
}
.menu ul li:last-child{
}
.menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:300;
	line-height:40px;
	background-image: -ms-linear-gradient(top, #990000 0%, #770000 100%);
	background-image: -moz-linear-gradient(top, #990000 0%, #770000 100%);
	background-image: -o-linear-gradient(top, #990000 0%, #770000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #990000), color-stop(1, #770000));
	background-image: -webkit-linear-gradient(top, #990000 0%, #770000 100%);
	background-image: linear-gradient(to bottom, #990000 0%, #770000 100%);
}
.menu ul li a:hover{
	background-image: -ms-linear-gradient(top, #770000 0%, #990000 100%);
	background-image: -moz-linear-gradient(top, #770000 0%, #990000 100%);
	background-image: -o-linear-gradient(top, #770000 0%, #990000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #770000), color-stop(1, #990000));
	background-image: -webkit-linear-gradient(top, #770000 0%, #990000 100%);
	background-image: linear-gradient(to bottom, #770000 0%, #990000 100%);
}
.menu ul li.active a{
	background-image: -ms-linear-gradient(top, #770000 0%, #FF0000 100%);
	background-image: -moz-linear-gradient(top, #770000 0%, #FF0000 100%);
	background-image: -o-linear-gradient(top, #770000 0%, #FF0000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #770000), color-stop(1, #FF0000));
	background-image: -webkit-linear-gradient(top, #770000 0%, #FF0000 100%);
	background-image: linear-gradient(to bottom, #770000 0%, #FF0000 100%);
}
.box1 {
	width: 48.7179%;
}
.box2 {
	width: 48.7179%;
	clear: none;
	margin-left: 2.5641%;
}
.box3 {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.spacer{
	height:40px;
}
.text_photo{
	min-height:120px;
}
.footer {
}
.footer1 {
	width: 48.7179%;
}
.footer2 {
	width: 48.7179%;
	clear: none;
	margin-left: 2.5641%;
}
.footer3 {
	width: 100%;
	clear: both;
	margin-left: 0;
}
#div1 {
}
.menu_prod{
	background:#660000;
}
.menu_prod ul{
	margin:0;
	padding:0;
	text-align:center;
}
.menu_prod ul li{
	display:inline-block;
	/* float:left; */
	width:48%;
	text-align:center;
	font-size:0.9em;
}
.menu_prod2 ul li{
	width:48%;
}
.menu_prod ul li a{
	color:#333;
	color:#FFF;
	text-decoration:none;
	background-image: -ms-linear-gradient(top, #660000 0%, #770000 100%);
	background-image: -moz-linear-gradient(top, #660000 0%, #770000 100%);
	background-image: -o-linear-gradient(top, #660000 0%, #770000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #660000), color-stop(1, #770000));
	background-image: -webkit-linear-gradient(top, #660000 0%, #770000 100%);
	background-image: linear-gradient(to bottom, #660000 0%, #770000 100%);
	line-height:30px;
	text-transform:uppercase;
	border-top: 1px solid #660000;
}
.menu_prod ul li.active a{
	background-image: -ms-linear-gradient(top, #FF0000 0%, #770000 100%);
	background-image: -moz-linear-gradient(top, #FF0000 0%, #770000 100%);
	background-image: -o-linear-gradient(top, #FF0000 0%, #770000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF0000), color-stop(1, #770000));
	background-image: -webkit-linear-gradient(top, #FF0000 0%, #770000 100%);
	background-image: linear-gradient(to bottom, #FF0000 0%, #770000 100%);
}
.menu_prod ul li a:hover{
	background: #550000;
	border-top: 1px solid #FF0000;
}

ul#diva2 li{
	float:none;
	clear:both;
	margin-bottom:0;
	width:100%;
}
.sx_m{
	width: 100%;
}
.dx_m{
	width: 100%;
	clear: both;
	margin-left: 0;
}
.box_news{
}
.sx_s{
width: 35.8974%;
}
.dx_l{
width: 61.5384%;
margin-left: 2.5641%;
clear: none;
}
.sx_l{
width: 61.5384%;
}
.dx_s{
width: 35.8974%;
margin-left: 2.5641%;
clear: none;
}
.title_prod{
width: 87.1794%;
}
.pdf_prod{
width: 10.2564%;
clear: none;
margin-left: 2.5641%;
}
.hide_tablet{
display: none;
}
.zeroMargin_tablet{
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.top {
}
.language {
	width: 6.7796%;
}
.top_image {
	width: 66.1016%;
	margin-left: 1.6949%;
	clear: none;
}
.top_logo {
	width: 23.7288%;
	margin-left: 1.6949%;
	clear: none;
}
.menu_smart {
}
.onlysmart{
	display:none;
}
.onlytablet{
	display:none;
}
.onlyscreen{
	display:block;
}
.smart_tablet{
	display:none;
}
.tablet_screen{
	display:block;
}
.smart_screen{
	display:block;
}
.menu {
}
.menu ul li{
	width:12.5%;
}
.box1 {
width: 32.2033%;
}
.box2 {
	width: 32.2033%;
	margin-left: 1.6949%;
	clear: none;
}
.box3 {
	width: 32.2033%;
	margin-left: 1.6949%;
	clear: none;
}
.spacer{
	height:100px;
}
.text_photo{
	min-height:120px;
}
.footer {
}
.footer1 {
	width: 32.2033%;
}
.footer2 {
	width: 32.2033%;
	margin-left: 1.6949%;
	clear: none;
}
.footer3 {
	width: 32.2033%;
	margin-left: 1.6949%;
	clear: none;
}
.menu_prod ul{
	text-align:center;
	border-top: 1px solid #FF0000;
}
.menu_prod ul li{
	width:33%;	
	/*line-height:40px;*/
	border-top: none;
}
.menu_prod2 ul li{
	width:24.7%;
}
.menu_prod ul li a{
	border-top: none;
}
.menu_prod ul li a:hover{
	border-top: none;
}
ul#diva2 li{
	line-height: 20px;
}
#div1 {
}
.sx_m {
	width: 49.1525%;
}
.dx_m {
	width: 49.1525%;
	margin-left: 1.6949%;
	clear: none;
}
.box_news {
}
.sx_s {
width: 32.2033%;
}
.dx_l {
width: 66.1016%;
clear: none;
margin-left: 1.6949%;
}
.sx_l {
width: 66.1016%;
}
.dx_s {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
ul.gallery_news li{
	width:24%;
	margin-left:1%;
}
ul.gallery_prod li{
	width:24%;
	margin-left:1%;
}
.title_prod {
width: 91.5254%;
}
.pdf_prod {
width: 6.7796%;
margin-left: 1.6949%;
clear: none;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}