/* ----------------------------------
#. Global
---------------------------------- */

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

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

img {
	border: none;
	max-width:100%;
}

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

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

body {
	color: #333;
	background: url('../img/white_wall_hash.png');
	font: 13px 'Open Sans', Arial, sans-serif;
}

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

.clear {
	clear: both;
}

hr {
	height: 50px;
	width: 100%;
	border: none;
	margin: 0;
	
	background: url('../img/hr.png') top center no-repeat;
}


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

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

.offer{
	width:100px;
	height:100px;
	background:gray;
	position:absolute;
	z-index:2;
}

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

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

h4 {
	color: #0000ff;
	font-weight: 600;
	font-size: 20px;
}

a {
	color: #43646b;
	font-weight: 600;
	
	text-decoration: none;
	-webkit-transition: color 0.5s ease;
}

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

.container {
	margin: 0 auto;
	padding: 0 20px;

	
	position: relative;
}

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

form {
	
}

	form label {
		display: block;
		margin: 10px 0;
	}
	
	form input[type='text'],
	form textarea {
		outline: none;
		padding: 10px;
		border: 1px solid #aaa;
	}
	
		form input[type='text']:focus,
		form textarea:focus {
			border-color: #eb463c;
		}
	
	form input[type='text'] {
		width: 200px;
	}
	
	form textarea {
		width: 330px;
		height: 100px;
		min-height: 100px;
		resize: vertical;
	}
	
	form input[type='submit'] {
		margin-top: 10px;
		display: block;
		padding: 10px 15px;
		
		color: #fff;
		font-size: 13px;
		font-family: 'Open Sans';
		text-shadow: 0 1px 1px #ae2d32;
		
		box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
		
		background-color: #43646B;
		
		
		border: 1px solid #222;
		border-radius: 3px;
		-moz-border-radius: 3px;
	}
	
		form input[type='submit']:hover {
			cursor: pointer;
		}

/* ----------------------------------
#. Contact Modal
---------------------------------- */

.contact-modal-container {	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

#contact-modal-toggle {
	position: absolute;
	right: 20px;
	top: 0;
	
	display: block;
	padding: 10px 15px;
	
	color: #fff;
	font-size: 13px;
	font-family: 'Open Sans';
	text-shadow: 0 1px 1px #223a3f;
	
	box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
	
	background:#43646b;
	
	border: 1px solid #223a3f;
	border-top: none;
	
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}

	#contact-modal-toggle:hover {
		cursor: pointer;
	}

.contact-modal {
	display: none;
	
	padding: 30px 20px;
		background:#43646b;

}

	.contact-modal #closeModal {
		position: absolute;
		bottom: 20px;
		right: 20px;
		
		height: 32px;
		width: 32px;
		
		background: url('../img/closeModal.png') center center no-repeat;
	}
	
		.contact-modal #closeModal:hover {
			cursor: pointer;
		}

	.contact-modal .col {
		float: left;
		
		color: #fff;
		width: 300px;
		margin-right: 30px;
	}
	
		.contact-modal .col.last {
			margin-right: 0;	
		}
		
	.contact-modal .col h3 {
		color: #fff;
		margin-top: 0;
	}
	
	.contact-modal .col input[type='text'],
	.contact-modal .col textarea {
		width: 278px;
		margin-bottom: 5px;
		color:#000;
		border-color: #222;
	}
	
	.contact-modal .col textarea {
		min-height: 50px;
		height: 50px;
	}
.sucess p{color:green;}

/* ----------------------------------
#. Header
---------------------------------- */

.header {
	padding: 40px 0 5px;
	font-size: 22px;

}

	.header #logo {
		margin-top: 00px;
		height: 108px;
		background: url('../img/logo.png') no-repeat;
	}
	
	.header #logo a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.header .contact {
		margin-top: 10px;
		font-size: 18px;
	}
	
		.header .contact p {
			margin: 0;
			line-height: 24px;
			font-size:16px;
		}
	
		.header .contact img {
			margin-bottom: -10px;
		}

/* ----------------------------------
#. Navigation
---------------------------------- */

.nav-title{
	color:#fff;
	padding:12px 20px;
	font-weight:bold;
	font-size:18px;

	text-shadow: 0 0 3px #000;
}

.navigation {
background: #222;
	
	box-shadow: inset 1px 1px 1px #353535;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
	
}

	.navigation ul {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

		margin: 0;
		padding: 0;

		
	}
	
	.navigation ul li {
		text-align:center;
		list-style: none;
		
		border-right: 1px solid #111; /* Dark */
		border-left: 1px solid #333; /* Light */
		border-top: 1px solid #333; /* Light */
	}
	
		.navigation ul li.first {
			border-left: none;
		}
	
		.navigation ul li.last {
			box-shadow: 1px 0 0 #333;
		}
		
		.navigation ul li.slogan {
			float: right;
			border: none;
			padding: 15px 20px;
			color: #fff;
			font-weight: bold;
			font-style: italic;
		}
		
		.navigation ul li.has_children {
			position: relative;
		}
		
			.navigation ul li.has_children:hover ul {
				display: block;
			}
		
			.navigation ul li.has_children ul {
				display: none;
			
				position: absolute;
				top: 48px;
				left: 0;
				
				border: 1px solid #000;
				
				border-bottom-left-radius: 3px;
				border-bottom-right-radius: 3px;
				-moz-border-radius-bottomleft: 3px;
				-moz-border-radius-bottomright: 3px;
				
				box-shadow: inset 0 -1px 1px #444;
				
				background: #242324;
				
				z-index: 9999;
			}
			
			.navigation ul li.has_children ul li {
				float: none;
				border: none;
			}
			
			.navigation ul li.has_children ul li a {
				width: 120px;
			}
	
	.navigation ul li a {
		color: #f0f0f0;
		font-weight: 600;
	
		display: block;
		padding: 15px 20px 13px;
		border-bottom: 2px solid transparent;
	}
	
		.navigation ul li.current a,
		.navigation ul li a:hover {
			color: #fff;
			border-bottom-color: #0000ff;
			
		}
		
		.navigation ul li.current > a {
			border-bottom-color: #0000ff;
		}
	
/* ----------------------------------
#. Slider
---------------------------------- */

.slider {
	
}

.nivo-caption {
	padding: 20px !important;
}

/* ----------------------------------
#. Gallery
---------------------------------- */

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

	.gallery li {
		float: left;
	
		width: 215px;
		height: 170px;
		
		overflow: hidden;
		
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
		.gallery li.last {
			margin-right: 0;
		}
		
	.gallery li img {
		max-width: 100%;
		min-height: 100%;
	}

/* ----------------------------------
#. Content
---------------------------------- */

.content {
	padding: 30px 0;
	background-position-y: -100px;
	background-position-x: 250px;
			background: url('../img/inner-2.png') right top no-repeat;
}

	.content .inner {
		padding:20px;
		background: url('../img/overlay-inner.png');
		border-bottom:1px dotted #ccc;
		border-top:1px dotted #ccc;
		margin-bottom: 20px;
	}
	
		.content .inner#full-width {
			
		}
	
	.content .inner h1 {
		margin-top: 0;
	}
	
	
	
/* ----------------------------------
#. About Col(s)
---------------------------------- */

.about-col {

}

	.about-col.last {
		margin-right: 0;
	}
	
	.about-col .about-gallery {
		
	}
	
	.about-col .about-gallery ul {
		margin: 0;
		padding: 0;
	}
	
	.about-col .about-gallery ul li {
		list-style: none;
		
		float: left;
		
		overflow: hidden;
		
		margin-right: 10px;
		margin-bottom: 10px;
	
		width: 80px;
		height: 80px;
		border: 3px solid #fff;
	}
	
		.about-col .about-gallery ul li img {
			max-width: 100%;
			min-height: 100%;
		}
	
/* ----------------------------------
#. Testimonials
---------------------------------- */

.testimonials {
	
}

	.testimonials ul {
		margin: 0;
		padding: 0;
	}
	
	.testimonials ul li {	
		float: left;
		
		list-style: none;
		width: 215px;
		margin-right: 20px;
	}
	
		.testimonials ul li.last {
			margin-right: 0;
		}
	
/* ----------------------------------
#. Services
---------------------------------- */

.services {
	padding: 10px 0 30px;
}

	.services ul {
		margin: 0;
		padding: 0;
		
		overflow: hidden;
	}
	
	.services ul li {

	  list-style: none;
	  height: 180px;
	  position: relative;
	  background-repeat: no-repeat;
	  margin-bottom:20px;
	}
	
		.services ul li.last {
			margin-right: 0;
		}
		
	.services ul li .overlay {
		display: none;
		text-align: center;
	
		position: absolute;
		width: 100%;
		height: 100%;
		padding: 70px 0;
		
		background: url('../img/overlay-inner.fw.png');
	}
	
	.services ul li .overlay a {
		display: inline-block;
		padding: 5px 10px;
		
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
		
		border: 2px solid #fff;
	}
	
	
	.sidebar{
	
	}
	
		.attention {
		 background: #4242E7;
		 padding: 10px 10px;
		 margin: 20px 15px;
		 
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
		box-shadow: inset 1px 1px 1px #3F369C;
		text-shadow: 0 1px 1px #223a3f;
		}
		
		.attention p {
		color: white;
		text-align: center;
		}
	 
	.logos{
	list-style:none;
	padding:0;
	margin:0;
	}
	
	.logos li{
	margin-bottom:10px;
	}
/* ----------------------------------
#. Footer
---------------------------------- */
#toggle {
	width: 120px;
	position: absolute;
	left: 50%;
	top: -17px;
	margin-left: -60px;
	
	padding: 10px 0;
	
	border: 1px solid #111;
	
	box-shadow: inset 0 1px 1px #444;
	text-align: center;
	color: #fff;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	
	background-color: #2d2c2d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2f2e2f), to(#2b2b2c));
	background-image: -webkit-linear-gradient(top, #2f2e2f, #2b2b2c);
	background-image: -moz-linear-gradient(top, #2f2e2f, #2b2b2c);
	background-image: -o-linear-gradient(top, #2f2e2f, #2b2b2c);
	background-image: -ms-linear-gradient(top, #2f2e2f, #2b2b2c);
	background-image: linear-gradient(top, #2f2e2f, #2b2b2c);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2f2e2f', EndColorStr='#2b2b2c');
}

	#toggle:hover {
		cursor: pointer;
	}
	
.footer-container {
	
}

.footer {
	color: #aaa;
	padding: 30px 30px;
	background: #222;
		position:relative;
}

	.footer .col {
		list-style: none;
	}
	
		.footer .col.last {
			margin-right: 0;
		}
		
	.footer .col h3 {
		color: #fff;
		font-size: 13px;
		text-transform: uppercase;
	}
	
	.footer .col .footer-gallery {
		
	}
	
		.footer .col .footer-gallery ul {
			margin: 0;
			padding: 0;
		}
		
		.footer .col .footer-gallery ul li {
			list-style: none;
			background: none;
			padding: 0;
			float: left;
			
			margin-right: 10px;
			margin-bottom: 10px;
			
			width: 65px;
			height: 65px;
			
			border: 3px solid #fff;
			
			overflow: hidden;
		}
		
			.footer .col .footer-gallery ul li img {
				max-width: 100%;
				min-height: 100%;
			}
	
	.footer .col ul {
		margin: 0;
		padding: 0;
	}
	
	.footer .col ul li {
		list-style: none;
		padding: 3px 0 3px 14px;
		background: url('../img/li.png') left center no-repeat;
	}
	
		.footer .col ul li.has_children {
			
		}
		
		.footer .col ul li.has_children ul {
			display: none;
		}
	
	.footer .col ul li a {
		color: #aaa;
		font-size: 12px;
	}
	
	.footer .col ul li.current a,
	.footer .col ul li a:hover {
		color: #43646b;
	}
	
		
	/* ----------------------------------
#. Extra
---------------------------------- */

.extra {
	padding: 40px 0;
	background: #333;
	
	display: none;
}

	.extra ul {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	.extra ul li {
		display: inline-block;
		padding: 5px 7px;
	}
	
	.extra ul li a {
		color: #fff;
	}
	.in {
		margin-right:20px;
	}
	