

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

padding:0px;

color:#f1f1f1;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}


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

.caption p{
padding-right:20px;
}



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

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

.home{

}

.background{
	position: absolute;
	z-index: -1;
	top:0;
	left:0;
	border-bottom: 5px solid rgba(182, 182, 182, 0.85);
}

.background img {
	width:100%;
}


.columns{
	padding: 0 0 20px;
	margin-left: 3px;
	margin-top: -45px;
}


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

.columns ul li{
width:210px;

float:left;
margin-right:10px;
padding:10px;
background:#fff;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-align:center;
border-bottom:3px solid transparent;
height:190px;

}

.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;
margin-top:2px;
color:#ddd;
}

.columns ul li.last{

margin-right:0;

}

.columns ul li:hover{
	border-bottom:2px solid #898989;
}



.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:#66aef5;
}

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

a:hover {
	color: #294890;
}

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




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

.module {
	padding: 10px 0;
}

/* ----------------------------------
#. Header
---------------------------------- */
.grow img {

 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow img:hover {
  width: 200px;
  height: 150px;
}




.box-in{
	border: 1px solid rgb(240, 240, 240);
	padding: 10px;
	background: white;
	border-radius: 4px;
	border-bottom:3px solid #4D5A76;
	margin-top:-10px;
}

.header{

}

.social{
	position: absolute;
	z-index: 2;
	margin-left: 815px;
	margin-top: 5px;
}



.social img{
	width:34px;
	border-radius:4px;
}

.social img:hover{
	opacity:0.4;
}

.logo h1 span{
	color:Black;
}

.logo h1 {
	color:rgb(166, 166, 166);
}




.top-header{
	background:#333;
	padding:10px;
	border-bottom:1px solid #000;
	color:#fff;
}


	
	.box{
		padding:10px 0;
	}
	.header .logo {
		float: left;
		padding: 18px;
	}
	
	.header .contact {
		float: right;
		text-align:right;
		display:block;
		margin-top:20px;

	}
	
	.header .contact h2{
		color:#666;
		font-size: 23px;
		font-weight: bold;
		margin:0;
	}
	.header .contact a{
		margin:0;
		padding:0;
		border:1px solid #ccc;
		padding:7px 10px;
		background:#f1f1f1;
		color:#777;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
		.header .contact a:hover{

		background:#DFDFDF;
	}
	.header .contact .tel{		
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		color: #000000;
		background: #F4F4F4;
		border: 1px solid #C7C7C7;
	}
	.header .contact .tel:hover{
	background: #DFDFDF;
	}
	
	.header .contact a:hover{	
	}
/* ----------------------------------
#. 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;

}
.navigation{


}
.Navigation{
	background:#ECECEC;
	width: 100%;

}

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

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

.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: 32px;
		left: 0px;

		z-index: 9998;

		width:400px;

		background:#f1f1f1;


}

	.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;
		border:none;
		
	}
	.navigation ul li.sub ul li a{ 
		padding:10px 10px;
		background:none;
		border:none;
	}
	.navigation ul li.sub ul li a:hover{ 
		background:#e1e1e1;
	}
	.navigation ul li.sub ul li h4{ 
		padding:10px 20px;
		margin:0px;
		background:#fff;
		font-weight:bold;
		color:#222;
	}
	
		.navigation ul li.sub ul li h4 .fa{ 
		margin-right:5px;
		color:#222;
	}
	.navigation ul li a{
		display:block;
		padding:12px 33px; 
		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:#f3f3f3;
}
.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;
		margin:0px;
		display:block;
		font-weight:600;
		color:#0067b1;
		background:#fff;
	}

	.service-nav ul li a:hover{
		background:#daeafa;
	}
	
	.service-nav ul li a .fa{
		float:right;   
		margin-top:2px;
    padding-right:5px;
    -webkit-transition: padding 0.3s ease;
	}
	
		.service-nav ul li a:hover .fa{
		 padding-right:0;
		}
/* ----------------------------------
#. About page
---------------------------------- */
	
	
	.icons{
		margin-left: 16px;
		margin-right: -100px;
	}
	
	.icons ul li{
		display:inline;
		float:left;
		list-style:none;
		margin:5px;
	}
	
	.icons img{
		width:50%;
	}
	


/* ----------------------------------
#. Construction: page
---------------------------------- */





.content {
margin-top:300px;
}



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

	.content .inner hr{
	border:none;
		border-bottom:1px solid #e1e1e1;
	}
		.content .inner h1 {
			margin-top: 0;
			font-size: 21px;
			color: #666666;
			font-family: font-family: berlin sans fb;
			text-align: center;
		}
		
		.content .inner .inner-header {
			padding: 10px 20px;

			background: #55627F;
			border: 1px solid #4D5A76;
			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;
			background:#fff;
			border-bottom-left-radius: 3px;
			border-bottom-right-radius: 3px;
			-moz-border-radius-bottomleft: 3px;
			-moz-border-radius-bottomright: 3px;
			
		}
		
		.tushi {
			float:right;
			padding:10px;
			width:220px;
		}
		
		.tushi p {
			text-align:center;
		}
	
/* ----------------------------------
#. Sidebar
---------------------------------- */
	
.content .sidebar {
	float: left;
	width: 248px;
}
	.content .sidebar hr{
		margin-bottom:20px;
		border:none;
		border-bottom:1px solid #e1e1e1;
	}
	.content .sidebar .mod{
		padding:0px;
		width:248px;
	}
	.content .sidebar .mod.social{
		margin-bottom:10px;
	}
	
	.content .sidebar .mod.social img{
	width:36px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

margin-right:3px;
	}
	.content .sidebar .mod h2{
		color:#444;
		font-size: 12px;
		padding:0;
		margin:0;
		text-align:center;
	}
	
	.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;
		}
		
		.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: #E8E8E8;
			border: 1px solid #E5E5E5;
			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:333px;
	}
	
	.col ul li .inner .inner-inner{
		padding:10px 20px;
	}
	

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

.services {
}

	.services ul {
		margin: 0;
		padding: 0;
	}
	
	.services ul li {
		list-style: none;
		
		float: left;
		width: 206px;
		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: 155px;
		height: 140px;
		
		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;
}

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

}

	#toggle {
	display:block;
   text-align:center;
    padding:10px 0;
    background: #fafafa;
    color:#777;
    -webkit-transition: color 0.3s ease, background 0.3s ease;
    cursor:pointer;
	}
	
		.footer #toggle:hover {
			cursor: pointer;   
			background:#f5f5f5;
		}

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