/******************** GLOBAL ********************/
body, html{
	margin:0;
	padding:0;
	font-family:'DINLig',Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height: 20px;
	background:#fff;
	color:#000;
	height:100%;
}
div, input, textarea{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
h1, h2, h3{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h2{
	line-height: 1.2em;
}
a{
	color:#000;
	text-decoration:none;
	outline: none;
	border: none;
}
a:hover{
	text-decoration:underline;
}
.under_links a{
	text-decoration: underline;
}
input[type="text"], input[type="password"], select{
	font-family:'DINLig',Arial, Helvetica, sans-serif;
	font-size:15px;
    height: 60px;
    padding: 10px;
    background: #d9d9d9;
    color: #000;
	border: 1px solid #000;
}
.btn{
	margin-top: 10px;
	float: left;
	clear: both;
	height: 60px;
	line-height: 60px;
	background: #000;
	width: 100%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.btn:hover{
	cursor: pointer;
	text-decoration: underline;
}
.container{
	float:left;
	width:100%;
	min-height: calc(100% - 200px);
}
.content{
	clear:both;
	margin:100px auto 200px;
	padding:20px 0;
	width:100%;
	max-width: 1200px;
	min-height: 100%;
}
.clear{	
	clear:both;
	width:100%;
}
.left{
	float: left;
}
.right{
	float: right;
}
.last{
	border-right:none !important;
}
.left_txt{
	text-align: left;
}
.right_txt{
	text-align: right;
}
.two_column{
	float: left;
	width: 100%;
	-webkit-column-count: 2;
    -moz-column-count: 2; 
    column-count: 2;
}
.two_column p{
	-webkit-column-break-inside: avoid; 
    page-break-inside: avoid;
    break-inside: avoid-column;
    display:table; 
}

/******************** CONTENT ********************/
.full_img{
	float: left; 
	width: 100%;
	margin-bottom: 20px;
}

/******************** PROMOS ********************/
.slideshow{
	position: relative;
	float: left;
	width: 100%;
}
.home .slideshow, .home_html{
	margin-left: 10px;
	width: calc(100% - 20px);
}
.home_html{
	float: left;
	margin-top: 30px;
}
.home_html h1{
	font-size: 2.4em;
	margin-bottom: -20px;
	line-height: 1em;
}
.slideshow_promos{
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	/*height: 26vw;*/
	height: 36vw;
	max-height: 440px;
	overflow: hidden;
}
.slideshow_container{
	position: absolute;
	width: 100%;
	height: 100%;
}
.slideshow_holder{
	position: relative;
	width: 100%;
	height: 100%;
}
.slideshow_promo{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
.slideshow_promo img{
	width: 100%;
}
.slide_link{
	position: absolute;
	min-height: 20px;
	min-width: 20px;
	z-index: 20;
}
.slide_link.red{
	background: rgba(255,0,0,0.5);
}
.prev_promo, .next_promo{
	position: absolute;
	width:40px;
	height: 100%;
	z-index: 3;
	cursor: pointer;
	background: red;
}
.prev_promo{
	left:-40px;
	background: url(images/arrow_prev.png) center center no-repeat;
}
.next_promo{
	right: -40px;
	background: url(images/arrow_next.png) center center no-repeat;
}
.slideshow_nav{
	float: left;
	padding: 8px 15px 5px;
	clear: both;
	width: 100%;
	min-height: 20px;
	background: rgba(0,0,0,0.4);
	overflow: hidden;
	color: #fff;
	position: absolute;
	bottom: 0px;
}
.slideshow_nav .left span, .slideshow_nav .left h1{
	display: none;
}
.slideshow_nav a{
	color: #ffffff !important;
}
.slideshow_title{
	font-size: 1.5em;
	line-height: 2em;
}
.title_active{
	display: block !important;
}
.slide_dot{
	float: left;
	width: 15px;
	height: 15px;
	margin: 15px 5px;
	background: rgba(153, 153, 153, 0.5);
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
}
.slide_dot:hover, .dot_active{
	background: rgba(153, 153, 153, 1);
	cursor: pointer;
}
.sub_sm{
	position: relative;
	float: left;
	height: auto;
	margin: 20px 0 0;
	padding: 0 10px;
	width: 33.3333%;
}
.learn_more{
	position: absolute;
	bottom: 0px;
	right:10px;
}
.sub_sm img{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.sub_copy{
	float: left;
}
.sub_title{
	font-size: 1.4em;
	margin-bottom: 5px;
}

/******************** HEADER / FOOTER ********************/
.header, .footer{
	width:100%;
	background: #f2f2f2;
	position: relative;
}
.header_holder, .footer_holder{
	position: relative;
	height: 100%;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.header{
	position:fixed;
	top:0;
	height:100px;
	z-index: 20;
}
.logo{
	float: left;
	height: 100px;
	width: 150px;
	margin-left: 10px;
	background: url(images/logo.png) left center no-repeat;
	background-size: auto 70px;
}
.header_links{
	position: absolute;
	right: 0px;
	bottom: 0px;
	line-height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.top_nav{
	float: left;
	margin: 10px;
	text-transform: uppercase;
}
.top_nav ul{
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 10px;
	background: #f2f2f2;
	font-size: 0.8em;
	display: none;
}
.top_nav:hover ul{
	display: block;
}
.footer{
	clear:both;
	float:left;
	min-height:200px;
	font-size:13px;
	margin-top: 50px;
}
.foot_half{
	padding: 5px;
	float: left;
	width: 50%;
	min-height: 200px;
	position: relative;
}
.foot_title{
	font-size: 1.2em;
}
.copyright{
	position: absolute;
	bottom: 0px;
	right: 5px;
}
.mobile_menu{
  float: right;
  margin: 70px 10px 0 0;
  cursor: pointer;
  width: 50px;
  height: 30px;
  display: none;
}
.mobile_select{
  position: relative;
  padding-left: 1.25em;
}
.mobile_select:before{
  content: "";
  position: absolute;
  right: 0;
  top: 0.25em;
  width: 2em;
  height: 0.25em;
  background: black;
  box-shadow: 
    0 0.5em 0 0 black,
    0 1em 0 0 black;
}