ul.pagination{
	list-style:none;
	padding:0;
	margin:0;
	
	position:relative;
	top:0;
	left:50%;

	margin-top:20px;
	margin-left:-30px;
}

.pagination li{
float:left;
margin-right:10px;
}

.pagination li.current a{
background: #8b3c35;
color: #fff;
}

.pagination li a{
box-shadow: 0 0 3px #aaa;
padding:10px;
display:block;

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


	-webkit-transition: color 0.5s ease, background 0.5s ease;
}

.pagination li a:hover{
	background:#eee;
	color:#555;
	
	
}

.pagination li a:active{
	background:#6f2d27;
	color:#fff;
	}




.caption{
	position:absolute;
	bottom:0;
	right:0;
	background:url('../img/bg-caption.png');
	padding:0 20px;
	color:#f1f1f1;
}


.caption h2{
float:left;
color:#fff;

margin-right:40px;
}

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

@import url(http://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: 13px 'Open Sans', Helvetica, Arial, sans-serif;
	background:#f1f1f1;
}

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


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

.columns ul li{
width:291px;

float:left;
margin-right:10px;
padding:10px;
border:1px solid #ddd;
background:#fff;

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

.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:#8b3c35;
}

.columns ul li.last{

margin-right:0;
}




.process{
padding:10px;

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


}
.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-top: 1px solid #ADADAD;
	border-bottom: 1px solid #FFF;
}

	.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:#5c2722;
}

a {
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	color:#8b3c35;
}

a:hover {
	color: #5c2722;
}

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;
}

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

form textarea {
	width: 400px;
	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 {
	width: 960px;
	margin: 0 auto;	
}

.container.header{
	background:none;
}


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

.module {
	padding: 10px 0;
}

/* ----------------------------------
#. Header
---------------------------------- */
.top-header{
	background:#8b3c35;
	padding:10px;
border-bottom:1px solid #5b2d29;
	color:#fff;
}


	.header {
		background: #fff ;
		padding:0;
	}
	.box{
		padding:10px 0;
	}
	.header .logo {
		float: left;
		width:400px;
	}
	
	.header .contact {
		float: right;
		margin-top:10px;
		text-align:right;

	}
	
	.header .contact h2{
		color:#666;
		font-size: 23px;
		font-weight: bold;
		margin:0;
	}
	.header .contact a{
		margin:0;
		padding:0;
		color:#8b3c35;
	}
	
	.header .contact a:hover{	
		color:#4a2724;
	}
/* ----------------------------------
#. Navigation
---------------------------------- */
.nav{
	float:right;
}
.nav ul{
	list-style:none;
	padding:0;
	margin:0;
}

.nav ul li{
	float:left;
}

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

}

.nav ul li.current a{
	background:#111;
}
.nav ul li a:hover {
	color: #fff;
	background:#111;
}


.navigation-mod{
padding:10px 20px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}
.navigation{


}
.Navigation{
background:#eee;

	

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

.navigation ul li{
	float:left;
	border-right:1px solid #C1C1C1;
}

.navigation ul li.sub{
	position: relative;
	

}

.navigation ul li.sub a {
	
}

.navigation ul li.sub:hover ul{ 
	display:block;
}
.navigation ul li.sub ul{ 
		display:none;
		position: absolute;
		top: 30px;
		left: 0px;

		z-index: 9998;

		width:400px;

		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		-moz-border-radius-bottomleft: 3px;
		-moz-border-radius-bottomright: 3px;
		
		
		background:#eee;
		box-shadow:0 2px 2px #555;
}

	.navigation ul li.sub ul.column{
		float:left;
		width:200px;
	}

	.navigation ul li.sub ul.column#next{
		margin-left:200px;

	}

	.navigation ul li.sub ul.column#nextmap{
		margin-left:200px;
		width:300px;
	}
	.navigation ul li.sub ul.column#nexti{
		margin-left:400px;

	}
	.navigation ul li.sub ul li{ 
		float:none;
		
	}
	.navigation ul li.sub ul li a{ 
		padding:10px 20px;
		background:none;
		color:#555;
	}
	.navigation ul li.sub ul li a:hover{ 
		background:#f3f3f3;
	}
	.navigation ul li.sub ul li h4{ 
		padding:10px 20px;
		margin:0;
		background:#5c2722;

		color:#fff;
	}
	
	.navigation ul li.sub ul li h4 i{
	color:#fff;
	margin-right:5px;
	}
	.navigation ul li a{
		display:block;
		padding:10px 20px; 
		color: #383838;
		font-size: 13px;
		font-weight: bold;

	 }


.navigation ul li a.last{
	color:#7D8995;
	padding-right:0px;
}

.navigation ul li a:hover{
	
}

.navigation ul li.current a{
	background:#8b3c35;
	color:#fff;
}
.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 20px;
		display:block;
		font-weight:600;
		color:#5c2722;
	}

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

.content {
}

	.content .inner {
		float: right;
		width: 690px;
		margin-bottom:20px;
		background:#fff;
	}

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

			background:#8b3c35;

			

			border: 1px solid #5b2d29;
			border-bottom: none;

			border-top-left-radius: 3px;
			border-top-right-radius: 3px;
			-moz-border-radius-topleft: 3px;
			-moz-border-radius-topright: 3px;
		}
		
			.content .inner .inner-header h1 {
				margin: 0;
				color: #fff;
				font-size: 18px;
			}
				
			.content .inner .inner-header h2 {
				margin: 0;
				color: #fff;
				font-size: 18px;
			}
		
		.content .inner .inner-inner {
			padding:20px;
			border: 1px solid #e7e7e7;
			
			border-bottom-left-radius: 3px;
			border-bottom-right-radius: 3px;
			-moz-border-radius-bottomleft: 3px;
			-moz-border-radius-bottomright: 3px;
			
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		}
	
/* ----------------------------------
#. Sidebar
---------------------------------- */
	
.content .sidebar {
	float: left;
	width: 248px;
}
	
	.content .sidebar .mod{
		padding:0px;
		width:248px;
	}
	.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:5px 20px 10px;
	}
	
		.content .sidebar .mod .inner .inner-inners{
			padding:0;
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		}
		
		.content .sidebar .mod .inner{
			margin-top:0;
			width:248px;
			border-bottom-left-radius: 3px;
			border-bottom-right-radius: 3px;
			-moz-border-radius-bottomleft: 3px;
			-moz-border-radius-bottomright: 3px;
			
			margin-bottom:20px;
		}
		
	.content .sidebar .mod .inner .inner-header{
		padding: 10px 20px;
		background:#858585;
		
		
		border: 1px solid #676767;
		border-bottom: none;
		
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
	}
	
		.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{
		margin-left:20px;
	}
	
	.col ul{
		list-style:none;
		padding:0;
		margin:0;
		display:inline-block;
		margin-left:20px;
	}
	
	.col ul li{
		width:335px;
		float:left;
		margin-right:20px;
	}
	
	.col ul li.last{
		margin-right:0px;
	}

	.col ul li .inner{
		width:343px;
	}
	
	.col ul li .inner .inner-inner{
		padding:0 30px;
	}
	

/* ----------------------------------
#. 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: 154px;
		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;
}

.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;
}

.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;
	
		float: left;
		width: 280px;
		margin-right: 20px;
	}
	
		.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;
	}