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

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

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

img {
	border: none;
}

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

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

body {
	color: #333;
	background: #f0f0f0;
	border-top: solid 2px #888;
	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/1379518770_tick-red.png') top left no-repeat;
}
/* ----------------------------------
#. Typography
---------------------------------- */

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

h1{
	font-size:24px !important;
}

h2{
	font-size:22px !important;
}

h3{
	font-size:20px !important;
}

h4{
	font-size:20px !important;
}

a {
	color: #222;

	font-weight: 600;
	
	text-decoration: none;
	-webkit-transition: color 0.5s ease;
}

a:hover {
	color: #cf2525;

	
}

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


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

.container {

}

/* ----------------------------------
#. Button
---------------------------------- */
.btn{
	
	padding: 5px 15px;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
	background:#355F80;
	border: 1px solid #204A8A;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	color: #fff;
	font-size: 13px;
	font-family: 'Open Sans';
	text-shadow: 0 1px 1px #204A8A;
}

/* ----------------------------------
#. 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: 240px;
	}
	
	form textarea {
		width: 240px;
		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 #691717;
		
		box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
		
		background-color: #3F5666;
		
		
		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: 160px;
	
	display: block;
	padding: 15px;
	
	color: #fff;
	font-size: 13px;
	font-family: 'Open Sans';
	text-shadow: 0 1px 1px #223a3f;
	
	
	background:#3f5666;
	

	border-top: none;
	
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}

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

.contact-modal {
	display: none;
	
	padding: 30px 20px;
		background:#3f5666;

}

	.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;
		
		border-color: #222;
	}
	
	.contact-modal .col textarea {
		min-height: 50px;
		height: 50px;
	}

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

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

	.header #logo {

	}
	
	.header #logo a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.header .contact {
		text-align: right;
		font-size: 18px;
	}
	
		.header .contact p {
			margin: 0;
			line-height: 20px;
		}
	
		.header .contact img {
			margin-bottom: -10px;
		}

	
/* ----------------------------------
#. Slider
---------------------------------- */

.slider {
	
}

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

.slider-wrapper{
	background: #555 url('../img/bg.jpg');
	width: 100%;
	box-shadow: inset 0 1px 3px #999;
	padding: 20px 0;
}

.box{
background:#fff;
padding:10px 10px 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 1px 3px #999;
position: relative;
}

.slider_caption {
	position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    background-color: rgba(1, 1, 1, 0.5);
    color: #ffd200;
    padding: 15px 20px;
    border-radius: 5px;
	text-align: center;
}

.slider_caption img {
	width: 100px;
	margin-top: 10px;
}

.slider_caption h3 {
	margin: 0;
	font-size: 25px!important;
}

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

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

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

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

.content {
	padding: 10px 0;
	background-position-y: -100px;
	background-position-x: 250px;
	
}

	.content .inner {


		margin: 20px 0;
	}
	
		.content .inner#full-width {
			width: 920px;
		}
	
	.content .inner h1 {
		margin-top: 0;
	}
	
	.content .sidebar {

		margin: 20px 0;
	}
	
/* ----------------------------------
#. About Col(s)
---------------------------------- */

.about-col {
	width: 285px;
	float: left;
	margin-right: 30px;
}

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

	box-shadow: 0 1px 3px #999;
	background:#fff;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

	.services ul {
		margin: 0;
		padding: 0;
		
		overflow: hidden;
	}
	
		.services ul li h2{
		margin: 0;
		padding: 0 0 0 30px;
		border-bottom: 1px dotted #ccc;
		margin-bottom:10px;
		background: url('../img/arrow-right.png') left center no-repeat;
	}
	
	.services ul li {
		margin-bottom:20px;
		list-style: none;
	
		text-align:center;
		position: relative;
		
		
		background-size: cover;
		background-repeat: no-repeat;
	}
	
		.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;
	}
	
/* ----------------------------------
#. 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 {
	background: none;
}

.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;
	}
	
	@media only screen and (max-width : 560px) {
		.slider_caption h3 {
			font-size: 18px!important;
		}
	}
	@media only screen and (max-width : 456px) {
		.slider_caption h3 {
			font-size: 15px!important;
		}
	}