
.sponsor{

}


.sponsor ul li{

display:inline; 
margin:10px;


}



.caption{
	position:absolute;
	bottom:0;
	right:0;
	
	
background:url('../img/bg-caption.png');

padding:10px 0;
width:100%;
color:#f1f1f1;
}


.caption h2{
float:left;
color:#fff;
margin-left:20px;
margin-right:40px;
}

.warning{
height: 11px;
background: url('../img/top.jpg') repeat-x;
}

.warning.mobile{
height:21px;
}
.caption p{
margin-right:20px;
}

/* --------------------------------------
#. Skips
-------------------------------------- */

.skips {
	padding: 0;
	margin: 0;
	list-style: none;
}

.skips li {
	margin-bottom: 15px;
	padding: 10px;
	background: #fff;
	overflow: hidden;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
}

.skips li img {
	float: left;
	vertical-align: middle;
}

.skips li .info {
	float: right;
	text-align: right;
	color: #555;
	width: 230px;
}

.skips li .info h3 {
	margin-top: 0;
	font-weight: bold;
	color: #c90000;
}

.skips li .sizing {
	float: right;
	margin-left: 25px;
	text-align: center;
}

.sizing td {
	padding-bottom: 15px;
	margin-right: 10px;
	padding-right: 15px;
}

.sizing td.last {
	margin-right: 0;
}

/* ----------------------------------
#. Generals
---------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

* {
	-webkit-font-smoothing: antialiased;
}

img {
	border: none;
}

/* ----------------------------------
#. HTML Body
---------------------------------- */

html, body {
	margin: 0;
	padding: 0;
}

body {
	color: #888e95;
	font: 14px 'Open Sans', Helvetica, Arial, sans-serif;
	background:#fff;
}

/* ----------------------------------
#. General
---------------------------------- */


.columns{
padding:10px 0 0 0;
margin-bottom:20px;
}
.columns ul{
list-style:none;
padding:0;
margin:0;
}

.columns ul li{

padding:10px;
border:1px solid #ddd;
background:#fff;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
marign-bottom:10px;
}

.columns ul li img{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.columns ul li  hr{
border-color:#eee;
}

.columns ul li a .fa{
float:right;
color:#e81f1e;
}

.columns ul li.last{

margin-right:0;
}




.process{
padding:10px;

position:absolute;
top:0;
left:0;
z-index:3;


}
.process ul{
list-style:none;
padding:0;
margin:0;
}

.process ul li{
width:210px;
margin-bottom: 5px;
padding:10px;
font-weight: bold;

font-size: 12px;
border:1px solid #111;
background:url('../img/bg-caption.png');
float:left;
margin-right:10px;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;


}

.process ul li:hover{

background:#000;

}
.process ul li.last{

margin-right:0;
}

.process .fa{
font-size: 15px;
margin-right:5px;
color:#fff;
}

.clear {
	clear: both;
}

hr{
	border:none;
	border: 1px solid #f1f1f1;
}

	.list{
		list-style:none;
		padding:0;
		margin:0;
	}

	.list li{
		background:url('../img/list.png') left center no-repeat;
		padding-left:30px;
		margin-bottom:10px;
	}

/* ----------------------------------
#. Typography
---------------------------------- */

strong{
	color:#fddb00;
}

a {
	text-decoration: none;
	-webkit-transition: color 0.3s ease, background 0.3s ease;
	color:#e81f1e;
}

a:hover {
	color: #cd0101;
}

p {
	line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: 600;
}

i.fa{
color:#132a60;
}
/* ----------------------------------
#. Message
---------------------------------- */

.message {
	padding: 15px 25px;
	border: 1px solid transparent;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.message.error {
	color: #fff;
	
	border-color: #a4303d;
	
	box-shadow: inset 0 1px 1px #e47278;

	background-color: #e5435a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(229, 67, 90)), to(rgb(209, 66, 82)));
	background-image: -webkit-linear-gradient(top, rgb(229, 67, 90), rgb(209, 66, 82));
	background-image: -moz-linear-gradient(top, rgb(229, 67, 90), rgb(209, 66, 82));
	background-image: -o-linear-gradient(top, rgb(229, 67, 90), rgb(209, 66, 82));
	background-image: -ms-linear-gradient(top, rgb(229, 67, 90), rgb(209, 66, 82));
	background-image: linear-gradient(top, rgb(229, 67, 90), rgb(209, 66, 82));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e5435a', EndColorStr='#d14252');
}

	.message.error ul {
		margin: 0;
		padding: 0;
	}
	
	.message.error ul li {
		padding: 2px 0;
		list-style: none;
	}
	
.message.success {
	color: #fff;
	
	border-color: #466f29;
	
	box-shadow: inset 0 1px 1px #93ce86;

	background-color: #81cd62;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(129, 205, 98)), to(rgb(120, 184, 73)));
	background-image: -webkit-linear-gradient(top, rgb(129, 205, 98), rgb(120, 184, 73));
	background-image: -moz-linear-gradient(top, rgb(129, 205, 98), rgb(120, 184, 73));
	background-image: -o-linear-gradient(top, rgb(129, 205, 98), rgb(120, 184, 73));
	background-image: -ms-linear-gradient(top, rgb(129, 205, 98), rgb(120, 184, 73));
	background-image: linear-gradient(top, rgb(129, 205, 98), rgb(120, 184, 73));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#81cd62', EndColorStr='#78b849');
}

/* ----------------------------------
#. Form
---------------------------------- */

form {
	
}

form label {
	display: block;
	margin: 5px 0 15px;
}

form input[type='text'],
form textarea {
	padding: 7px 10px;
	border:none;
	border:1px solid #ccc;
	    padding: 15px;
    height: 30px;
}

	form input[type='text']:focus,
	form textarea:focus {
		border-color: #999;
	}
	
form input[type='text'] {
	width:100%;
	height:22px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; padding: 15px;
    height: 38px;
}

form textarea {
	width: 100%;
	height: 100px;
	min-height: 100px;
	resize: vertical;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

form input[type='submit'] {
	margin-top: 15px;
	padding: 10px 15px;
	color: #fff;
	font-size: 13px;
	text-shadow: 0 1px 1px #2a063a;
	width:202px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0 1px 1px #a0caf4;
	
	border: 1px solid #0067b1;
	background: #66aef5;
}

	form input[type='submit']:hover {
		cursor: pointer;
	}

/* ----------------------------------
#. Container
---------------------------------- */

.container.header{
	background:none;
}


/* ----------------------------------
#. Module
---------------------------------- */

.module {
	padding-bottom:20px;
}

/* ----------------------------------
#. Header
---------------------------------- */
.top-header{
	text-shadow: 0 1px 0 #a90b0b;
	border: 1px solid #cc0000;
	-webkit-box-shadow: inset 0 1px 0 #ee5150;
	box-shadow: inset 0 1px 0 #ee5150;
	background: #e81f1e;
	padding:10px;
	color:#fff;
}


	.header {
		background: #ddd ;
		padding:0;
	}
	.box{
		padding:10px 0;
	}
	.header .logo {
		margin:10px 0;
	}
	
	.header .contact {
	display:inline-block;
		background:#f1f1f1;
		border:1px solid #ccc;
		padding:10px 20px;
		
		margin:10px 0;

	}
	.header .contact hr{
		border:1px solid #e1e1e1;
	}
	.header .phone{
	padding:0 10px;
	font-size:35px;
	height:85px;
	border:1px solid #cc0000;
	float:right;
		text-shadow: 0 1px 0 #a90b0b;
-webkit-box-shadow: inset 0 1px 0 #ee5150;
box-shadow: inset 0 1px 0 #ee5150;
background: #e81f1e;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
	}
		.header .phone i{
color:#fff;
margin-top:25px;
	}
	.header .contact h2{
		color:#666;
		font-size: 23px;
		font-weight: bold;
		margin:0;
	}
	.header .contact a{
		margin:0;
		padding:0;
		color:#e81f1e;
	}
	
	.header .contact a:hover{	
		color:#cd0101;
	}
/* ----------------------------------
#. Navigation
---------------------------------- */
.nav-top{
}
.nav-top ul{
	list-style:none;
	padding:0;
	margin:0;
	display:inline-block;
}

.nav-top ul li{
	float:left;
}

.nav-top ul li a{
	color:#fff;
	padding: 5px 10px;-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

.nav-top ul li.current a{
	background:#111;
}
.nav-top ul li a:hover {
	color: #fff;
	background:#9c1f1e;
}
.navbar-nav{
}
.navbar{
	background:none;
	border:0;
	margin-bottom:0;
	
	
}
.nav-title {
  color: #555;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 18px;
}
.navigation-mod{
padding:10px 0px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}
.navigation{


}
.Navigation{
background:#eee;

	

}
.navigation ul li.current a{
color:#fff;
	text-shadow: 0 1px 0 #a90b0b;
background: #e81f1e;
}
.navigation ul li a:hover {
	color: #555;
	background:#f3f3f3;
}
/* ----------------------------------
#. sidebar navigation
---------------------------------- */

.service-nav ul{
	list-style:none;
	margin:0;
	padding:0;
}

	.service-nav ul li{
		
	}

	.service-nav ul li a{
		padding:10px ;
		display:block;
		font-weight:600;
		color:#555;
	}

	.service-nav ul li a:hover{
		background:#f5ec83;
	}
	
/* ----------------------------------
#. Content
---------------------------------- */

.content {
margin-top:20px;
}

	.content .inner {
	}

	.content .inner hr{
		border:1px solid #eee;
	}
		.content .inner h1 {
			margin-top: 0;
			font-size: 24px;
		}
		
		.content .inner .inner-header {
			padding: 0px 20px;



		}
		
			.content .inner .inner-header h1 {
				margin: 0;
				color: #555;
				font-size: 22px;
				font-weight:bold;
			}
				
			.content .inner .inner-header h2 {
				margin: 0;
				color: #555;
				font-weight:700;
				font-size: 18px;
			}
		
		.content .inner .inner-inner {
			padding:10px 20px;
			

			
		}

	/* ----------------------------------
#. Sidebar
---------------------------------- */
	
.content .sidebar {
}
	
	.content .sidebar .mod{
		padding:0px;
	}
	.content .sidebar .mod h2{
		color:#fff;
		padding:0;
		margin:0;
	}
	
	.content .sidebar .mod .inner .inner-inner img{
		margin:5px 2px;
	}
	.content .sidebar .mod .inner .inner-inner{
		padding:10px;
	}
	
		.content .sidebar .mod .inner .inner-inners{
			padding:0;		
		}
		
		.content .sidebar .mod .inner{
			margin-top:0;

			border-right:1px solid #eee;
			border-bottom:1px solid #eee;

			border-left:1px solid #eee;
			margin-bottom:10px;
		}
		
	.content .sidebar .mod .inner .inner-header{
		padding: 10px 10px;
		border:1px solid #cc0000;
		
	
		background: #e81f1e;
		
		
	}
	
		.content .sidebar .mod .inner .inner-header i{
			color:#fff;
		}
	
		.content .sidebar h2 {
			margin-top: 0;
		}
		
			.content .sidebar form {
			
			}
			
			.content .sidebar form input[type='text'],
			.content .sidebar form textarea {
				width: 180px;
				border:none;
				border:1px solid #ccc;
			}
		
	.content.full-width {
		
	}
	
		.content.full-width .inner {
			width: 960px;
		}
		
		.content.full-width .sidebar {
			display: none;
		}
	
	.col{
	}
	
	.col ul{
		list-style:none;
		padding:0;
	}
	
	.col ul li{
	}
	


	
	.col ul li .inner .inner-inner{
		padding:0 20px;
	}
	

/* ----------------------------------
#. Services
---------------------------------- */

.services {
}

	.services ul {
		margin: 0;
		padding: 0;
	}
	
	.services ul li {
		list-style: none;
		
		float: left;
		width: 202px;
		height: 150px;
		margin-right: 15px;
		
		background-size: cover;
		background-repeat: no-repeat;
		
		overflow: hidden;
		
		border-radius: 3px;
		-moz-border-radius: 3px;
	}
	
		.services ul li.last {
			margin-right: 0;
		}
		
	.services ul li .overlay {
		display: none;
		
		width: 100%;
		height: 44%;
		padding: 28% 0;
		text-align: center;
		
		background: url('../img/overlay.png');
	}
	
	.services ul li .overlay a {
		display: inline-block;
		padding: 7px 10px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 600;
		border: 2px solid #fff;
	}
	
/* ----------------------------------
#. Gallery
---------------------------------- */

.gallery {
	margin: 0;
	padding: 0;
}

	.gallery li {
		list-style: none;
		float: left;
		
		width: 139px;
		height: 150px;
		
		margin-right: 10px;
		margin-bottom: 10px;
		
		overflow: hidden;
	}
	
		.gallery li.last {
			margin-right: 0;
		}
		
	.gallery li img {
		max-width: 100%;
		min-height: 100%;
	}
	
/* ----------------------------------
#. Extra
---------------------------------- */

.extra {
	display: none;
	text-align: center;
	background: #000;
	padding:30px 0;
}

.extra ul {
	margin: 0;
	padding: 0;
}

.extra ul li {
	display: inline-block;
	padding: 3px 5px;	
}

.extra ul li a {
	color: #999;
	text-shadow: 0 1px 1px #000;
}

/* ----------------------------------
#. Footer
---------------------------------- */

.footer {
	color: #fff;
	position: relative;
	background:#222;
	padding-top:40px;
}

.footer hr{

border-top: 1px solid #000000;
border-bottom: 1px solid #424242;

}

	.footer #toggle {
		padding: 7px 10px;
		position: absolute;
		width: 70px;
		left: 50%;
		top: -15px;
		margin-left: -46px;
		text-align: center;
		
		border: 1px solid #000;
		border-radius: 3px;
		-moz-border-radius: 3px;
		
		box-shadow: inset 0 1px 1px #555, 0 1px 3px #333;
		
		background-color: #383838;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(56, 56, 56)), to(rgb(48, 48, 48)));
		background-image: -webkit-linear-gradient(top, rgb(56, 56, 56), rgb(48, 48, 48));
		background-image: -moz-linear-gradient(top, rgb(56, 56, 56), rgb(48, 48, 48));
		background-image: -o-linear-gradient(top, rgb(56, 56, 56), rgb(48, 48, 48));
		background-image: -ms-linear-gradient(top, rgb(56, 56, 56), rgb(48, 48, 48));
		background-image: linear-gradient(top, rgb(56, 56, 56), rgb(48, 48, 48));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#383838', EndColorStr='#303030');
	}
	
		.footer #toggle:hover {
			cursor: pointer;
		}

	.footer .column {
		color: #aaa;
	

	}
	
		.footer .column.last {
			margin-right: 0;
		}
		
	.footer .column h3 {
		color: #fff;
	}
	
	.footer .column ul {
		margin: 0;
		padding: 0;
	}
	
	.footer .column ul li {
		list-style: none;
	}
	
		.footer .column ul li.has_children {
			
		}
		
		.footer .column ul li.has_children ul {
			display: none;
		}
	
	.footer .column ul li a {
		display: block;
		padding: 2px 0;
		color: #aaa;
	}
	
	.ball {
		width:70px;
		height:26px;
		background: url('../img/edm-logo.png');
		display:inline-block;
		float:right;
	}

	.ball:hover{
		background-position-y:26px;
	}
	
	.skips li img {
		max-width: 130px;
	}