	
/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	BODY

//////////////////////////////////////////////////////////////////////////////////////////////
*/
html {
	font-size:100%;
}
body{
	font-family:"Helvetica Neue",helvetica,arial,sans;
    font-size: 14px;
    line-height: 24px;
	margin:0; padding:0;
	-webkit-font-smoothing: antialiased;
}

.hidden{
	display:none;
}

/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	LINKS

//////////////////////////////////////////////////////////////////////////////////////////////
*/

a{
	text-decoration:none;
	  -webkit-transition: all 0.4s ease;  /* Saf3.2+, Chrome */
		 -moz-transition: all 0.4s ease;  /* FF4+ */
		   -o-transition: all 0.4s ease;  /* Opera 10.5+ */
			  transition: all 0.4s ease;
}

a:active, a:visited{}

a{}
a:hover{}


/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	HEADINGS

//////////////////////////////////////////////////////////////////////////////////////////////
*/

h1, h2, h3, h4, h5, h6{
	-webkit-font-smoothing: antialiased;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
}

h1{
	font-size:60px;
	line-height:60px;
	margin-bottom:20px;
}
h2{
	font-size:36px;
	line-height:36px;
	font-style:italic;
	margin-bottom:20px;
}
h3{
	font-size:30px;
	line-height:30px;
	margin-bottom:20px;
}
h4{
	font-size:20px;
	line-height:20px;
	margin-bottom:20px;
}
h5{
	font-size:18px;
	line-height:19px;
	margin-bottom:15px;
}
h6{
	font-size:16px;
	line-height:17px;
	margin-bottom:10px;
}

/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	TYPOGRAPHY

//////////////////////////////////////////////////////////////////////////////////////////////
*/

#main p{ margin-top:10px; margin-bottom:20px; }
strong{ font-weight:bold; }
small{ font-size:85%;}


/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	TOP BAR

//////////////////////////////////////////////////////////////////////////////////////////////
*/
#top_bar{
	background:#000;
}
#top_bar .content{
	margin:0 auto;
	width:100%; height:32px; line-height:30px;
	max-width:1170px;
	font-size:12px;
}

#top_bar .social_links{padding:0 0 0 20px;position:relative; float:left;}
#top_bar .social_links ul{margin:0; padding:0;}
#top_bar .social_links ul li{ display:inline;}
#top_bar .social_links ul a{ color:#aaa; margin:0 15px 0 0; padding:5px 0 5px 22px; font-weight:bold;}
#top_bar .social_links ul .facebook{ background:url(http://917eeeaf2402203ee507-3198f152f22f57c8b1ac572b371f2631.r17.cf1.rackcdn.com/facebook_16.png) no-repeat left 50%;}
#top_bar .social_links ul .twitter{ background:url(http://917eeeaf2402203ee507-3198f152f22f57c8b1ac572b371f2631.r17.cf1.rackcdn.com/twitter_16.png) no-repeat left 50%;}
#top_bar .social_links ul .vimeo{ background:url(http://917eeeaf2402203ee507-3198f152f22f57c8b1ac572b371f2631.r17.cf1.rackcdn.com/vimeo_16.png) no-repeat left 50%;}
#top_bar .top_list{
	float:right;
	text-align:left;
}
#top_bar .top_list li{
	display:inline;
}
#top_bar .top_list li:after{ content:" | " ; }
#top_bar .top_list li:last-child:after{ content:" | " ; visibility:hidden; }
#top_bar .top_list a{ color:#aaa; margin:0 5px 0; font-weight:bold;}
#top_bar .top_list a:hover{ color:#a31d3a;}

/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	HEADER

//////////////////////////////////////////////////////////////////////////////////////////////
*/
#header{
	border-top:40px solid #000;
}
#header .content{
	margin:-66px auto 0 auto;
	width:100%;
	max-width:1170px;
	position:relative;
}

.first_box{
	height:110px;
}


/*
---------------------- [ LOGO
*/
#header_logo{
	float:left;
}
#header_logo a{
	float:left;
	margin-top:-20px;
	display:block;
}
/*
---------------------- [ head_infos
*/
.head_infos{
	float:left;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	width: 600px;
	padding: 0 40px;
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		 box-sizing: border-box;         /* Opera/IE 8+ */
}
.head_infos span{
	font-size:36px;
	display:block;
	clear:both;
}

/*
---------------------- [ quickstart
*/
#header .quickstart{position:absolute;top:-16px;right:0px;width:149px; height:149px;}
#header .quickstart a{display:block;position:relative;width:149px; height:149px;}
#header .quickstart .normal{display:block;background:url(http://917eeeaf2402203ee507-3198f152f22f57c8b1ac572b371f2631.r17.cf1.rackcdn.com/starred.png);width:149px; height:149px;position:absolute;top:0;left:0;z-index:50;}
#header .quickstart .hover{display:block;background:url(http://917eeeaf2402203ee507-3198f152f22f57c8b1ac572b371f2631.r17.cf1.rackcdn.com/starblue.png);width:149px; height:149px;top:0;left:0;z-index:51;}

/*
---------------------- [ NAVIGATION
*/
#navigation{
	margin-top:20px;
}
#navigation ul{text-align:center;}
#navigation ul li{ display:inline; position:relative;}
#navigation ul li a{ color:#AAA; display:inline-block; margin:0 15px; text-transform:uppercase; font-size:16px; font-weight:bold;}
#navigation ul li a:hover{}
#navigation ul ul{background:#000; display:none; line-height:normal;padding:10px 0 0 0;position:absolute;	top:15px;left:0;z-index:90000;text-align:left;width:200px;}
#navigation ul ul li{display:block;}
#navigation ul ul li a{border-bottom:1px solid #25252f;display:block;padding:9px 10px; margin:0;font-size:12px;}
#navigation ul ul li a:hover{}

#navigation select{ display:none;
	height:40px;
	line-height:32px;
	width:100%;
	padding:3px 6px;
	cursor:pointer;
	font-size:14px;
	background:rgba(255, 255, 255, 0.2);
	color:#fff;
	border:#000;
   -webkit-appearance: none;
   -moz-appearance: none;
}

/*
---------------------- [ MOBILE NAVIGATION
*/
#header .mobileMenu_tool{
	display:none;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding: 6px;
}
#header .mobileMenu_tool .opener{
	background:url(http://917eeeaf2402203ee507-3198f152f22f57c8b1ac572b371f2631.r17.cf1.rackcdn.com/event_box_opener.png) no-repeat center top;
	cursor:pointer;
	width:100%;
	height:28px;
}
#header .mobileMenu_tool .opener.active{
	background:url(http://917eeeaf2402203ee507-3198f152f22f57c8b1ac572b371f2631.r17.cf1.rackcdn.com/event_box_opener.png) no-repeat center -24px;
}

#header #mobileMenu{ 
	display:none;
	clear:both;
	height:auto;
}
#header #mobileMenu ul{
	top:auto;
	margin:0; padding:0;
	list-style:none;
}
#header #mobileMenu ul ul{
	display:none;
	margin:5px 0 0 20px; padding:0;
	list-style:none;
	position:inherit;
}
#header #mobileMenu li { border-bottom:1px solid #f0f0f0; position:relative; display:block; }
#header #mobileMenu ul li ul li {  display:block; font-size:13px; }
#header #mobileMenu ul li a{
	background:#fff;
	color:#292929;
	padding:0 8px;
	display:block;
	height:37px;
	line-height:37px;
}
#header #mobileMenu ul li a:hover{
	background:#dadada;
}
#header #mobileMenu .dropper span {
	cursor:pointer;
	position: absolute;
	top: 6px;
	right: 6px;
	width: 24px;
	height: 24px;
	display: block;
	text-align: center;
	line-height: 37px;
	font-size: 20px;
	color: #999;
	background:url(http://917eeeaf2402203ee507-3198f152f22f57c8b1ac572b371f2631.r17.cf1.rackcdn.com/event_box_opener.png) no-repeat center top;
}
#header #mobileMenu .dropper span.active {
	background:url(http://917eeeaf2402203ee507-3198f152f22f57c8b1ac572b371f2631.r17.cf1.rackcdn.com/event_box_opener.png) no-repeat center bottom !important;
}


/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	MAIN

//////////////////////////////////////////////////////////////////////////////////////////////
*/
#main{
	background:url(http://917eeeaf2402203ee507-3198f152f22f57c8b1ac572b371f2631.r17.cf1.rackcdn.com/safe-Background.jpg) no-repeat center top;
}
#main.home{
	background:url(http://917eeeaf2402203ee507-3198f152f22f57c8b1ac572b371f2631.r17.cf1.rackcdn.com/safe-Background-home.jpg) no-repeat center top;
}


#main .content{
	margin:0 auto;
	max-width:1170px;
	width:100%;
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		 box-sizing: border-box;         /* Opera/IE 8+ */
}

#main .box_content{
	padding:30px 50px;
}

#page_content{
	float:left;
	width:70%;
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		 box-sizing: border-box;         /* Opera/IE 8+ */
}


#sidebar{
    font-size: 13px;
    line-height: 22px;
	float:left;
	padding:0 0 0 40px;
	border-left:1px solid #f0f0f0;
	width:30%;
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		 box-sizing: border-box;         /* Opera/IE 8+ */
}

.btn{
	background:#fff;
	color:#999;
	padding:4px 8px;
	text-transform:uppercase;
	font-weight:bold;
/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
}
.padding_10_20{
	padding:10px 20px;
}

#main h4{
	border-bottom:1px solid #fff;
	border-bottom:1px solid rgba(255,255,255,0.4);
	padding-bottom:10px;
	text-transform:uppercase;
}
#main ul{
	margin:10px 0 20px 30px;
}
#main li{
	background:url(http://917eeeaf2402203ee507-3198f152f22f57c8b1ac572b371f2631.r17.cf1.rackcdn.com/arrow.png) no-repeat left center;
	font-size:15px;
	font-weight:bold;
	padding:6px 0 6px 30px;
}

.newsBox{
}


/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	FOOTER

//////////////////////////////////////////////////////////////////////////////////////////////
*/
#footer{
	width:100%;
}
#footer .content{
	margin: 0 auto;
	width:100%;
	max-width:1170px;
	position:relative;
}

/*
---------------------- [ LISTS
*/

#footer ul, #footer li { margin:0; padding:0; list-style:none; list-style-position:outside; }

#bottom_navigation{
	display:block;
	float:none;
	width:100%;
	margin-bottom:10px;
}
#bottom_navigation ul{
}
#bottom_navigation li{
	display:inline;
	margin:0 4px;
	text-transform:uppercase;
}

.copyright{
	display:block;
	width:100%;
	font-size:12px;
	line-height:19px;
}

/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	form_side

//////////////////////////////////////////////////////////////////////////////////////////////
*/
.form_side{
	position:relative;
}
.form_side form{
	padding:20px 20px 50px 20px;
/* CSS3 ROUND CORNER */
	-webkit-border-radius:		3px 3px 3px 3px;
	 -khtml-border-radius:		3px 3px 3px 3px;
	   -moz-border-radius:		3px 3px 3px 3px;
	     -o-border-radius:		3px 3px 3px 3px;
	        border-radius:		3px 3px 3px 3px;
}
.form_side .tti{
	background:url(http://917eeeaf2402203ee507-3198f152f22f57c8b1ac572b371f2631.r17.cf1.rackcdn.com/learnmoreForm.png);
	width:252px;
	height:80px;
	border:none !important;
	text-indent:-9999px;
	margin-left:-126px;
	position:absolute;
	left:50%;
	top:-30px;
	z-index:2;
}
.form_side .arrow{
	background:url(http://917eeeaf2402203ee507-3198f152f22f57c8b1ac572b371f2631.r17.cf1.rackcdn.com/arrowForm.png);
	display:block;
	position:absolute;
	top:-50px;
	right:0;
	width:78px;
	height:128px;
	z-index:900;
}
.form_side label{
	display:block;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
.form_side input.field{
	background:#fff url(http://917eeeaf2402203ee507-3198f152f22f57c8b1ac572b371f2631.r17.cf1.rackcdn.com/highlight.png) no-repeat 0px top;
	background:rgba(255, 255, 255, 0.2) url(http://917eeeaf2402203ee507-3198f152f22f57c8b1ac572b371f2631.r17.cf1.rackcdn.com/highlight.png) no-repeat 0px top;
	border-top:1px solid #292929;
	border-right:1px solid #494949;
	border-bottom:1px solid #494949;
	border-left:4px solid #292929;
	color:#fff;
	font-size:14px;
	height:42px;
	line-height:42px;
	padding:4px 8px;
	width:100%;
	/* CSS3 ROUND CORNER */
	-webkit-border-radius:		0px 3px 3px 0px;
	 -khtml-border-radius:		0px 3px 3px 0px;
	   -moz-border-radius:		0px 3px 3px 0px;
	     -o-border-radius:		0px 3px 3px 0px;
	        border-radius:		0px 3px 3px 0px;
	 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		 box-sizing: border-box;         /* Opera/IE 8+ */
	  -webkit-transition: all 0.4s ease;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.4s ease;  /* FF4+ */
       -o-transition: all 0.4s ease;  /* Opera 10.5+ */
          transition: all 0.4s ease;
		/* CSS3 SHADOW */
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
	     -o-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
.form_side input.field:focus{
	border:1px solid #fff;
}
.form_side input.submitt{
	background:url(http://917eeeaf2402203ee507-3198f152f22f57c8b1ac572b371f2631.r17.cf1.rackcdn.com/submitt.png) no-repeat center top;
	border:none;
	cursor:pointer;
	display:block;
	width:264px;
	height:99px;
	text-indent:-9999px;
	position:absolute;
	left:50%;
	bottom:-50px;
	margin-left:-132px;
}
.form_side input.submitt:hover{
	background:url(http://917eeeaf2402203ee507-3198f152f22f57c8b1ac572b371f2631.r17.cf1.rackcdn.com/submitt.png) no-repeat center bottom;
}

/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	TOP GAP

//////////////////////////////////////////////////////////////////////////////////////////////
*/
#top_gap{
	background:#ff0070;
	height:45px;
}

/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	SLIDER

//////////////////////////////////////////////////////////////////////////////////////////////
*/
#slider{
}
#slider .content{
	margin:0 auto;
	max-width:1170px;
	width:100%;
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		 box-sizing: border-box;         /* Opera/IE 8+ */
}


/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	COLUMNS

//////////////////////////////////////////////////////////////////////////////////////////////
*/

.col{
	float:left;
	margin-bottom:20px;
  -webkit-transition: width 0.4s ease;  /* Saf3.2+, Chrome */
     -moz-transition: width 0.4s ease;  /* FF4+ */
       -o-transition: width 0.4s ease;  /* Opera 10.5+ */
          transition: width 0.4s ease;
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		 box-sizing: border-box;         /* Opera/IE 8+ */
}

    .one-full{
		float:none !important;
        margin-left: 0%;
        margin-right: 0%;
    }
	
    .one-half,
	.one-third,
	.two-third,
	.one-fourth,
	.two-fourth,
	.three-fourth,
	.one-fifth,
	.two-fifth,
	.three-fifth,
	.four-fifth{
        float: left;
        margin-left: 0%;
        margin-right: 4%;
    }
	.col.last{ margin-right:0% !important; }
	
    .one-full { 		width: 100%; }
    .one-half { 		width: 48%; }
    .one-third { 		width: 30.6%; }
    .two-third { 		width: 65.4%; }
    .one-fourth {		width: 22%; }
    .two-fourth { 		width: 48%; }
    .three-fourth { 	width: 74%; }
    .one-fifth { 		width: 16.8%; }
   	.two-fifth { 		width: 37.6%; }
   	.three-fifth { 		width: 58.4%; }
   	.four-fifth { 		width: 79.3%; }
