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

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

@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);

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

img {
	border: none;
}

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

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

body {
	color: #000;


	font: 14px 'Open Sans', Arial, sans-serif;
	 background: url('../img/bg.jpg') repeat;
}

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

.top-nav {

background: #393939;
color: #fff;
padding: 5px;
margin: 0;
margin-bottom: 10px;

}

.top-nav p {

padding: 0;
margin: 0;


}

.top-nav-left {

float: left;

}

.top-nav-left p {

padding: 0;
margin: 0;


}

.top-nav-right {

float: right;

}

.top-nav-right p {

padding: 0;
margin: 0;

}

.clear {
	clear: both;
}

hr {
	margin: 25px 0;
	height: 0;
	border: none;
	border-top: 1px solid #ddd;
}

.social-icons {
	position: fixed;
	left: 0;
	top: 135px;
	z-index:9999;
}

	.social-icons ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.social-icons ul li {
		margin-bottom: 5px;
	}
	
	.social-icons ul li a {
		display: block;
		padding: 20px;
		color: #fff;
		background: grey;
	}
	
		.social-icons ul li a.facebook {
			background: #425f9c;
		}
		
		.social-icons ul li a.twitter {
			background: #5dc5f7;
		}

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

a {
	color: #1996c8;
	font-weight: 600;
	text-decoration: none;
	
	transition: color .5s ease;
	-moz-transition: color .5s ease;
	-webkit-transition: color .5s ease;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Dosis';
	/*font-family: 'Lobster'; */
	/*font-family: 'Open Sans'; */
	/*font-family: 'Arial'; */
	color: #333;
}

h1, h2 {
	text-transform: uppercase;
}

/* ----------------------------------
#. Input
---------------------------------- */

label {
	margin: 15px 0 5px;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
textarea,
.input-text {
	width: 200px;
	outline: none;
	padding: 10px 15px;

	color: #6e768f;
	background: #f9f9f9;

	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #e1e1e1;

	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);

	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
}

input[type='number'] {
	width: 50px;
}

input[type='submit'],
input[type='button'] {
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	
	color: #555;
	
	border: 1px solid #a8a7a7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	background-color: #f6f6f6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(246, 246, 246)), to(rgb(236, 236, 236)));
	background-image: -webkit-linear-gradient(top, rgb(246, 246, 246), rgb(236, 236, 236));
	background-image: -moz-linear-gradient(top, rgb(246, 246, 246), rgb(236, 236, 236));
	background-image: -o-linear-gradient(top, rgb(246, 246, 246), rgb(236, 236, 236));
	background-image: -ms-linear-gradient(top, rgb(246, 246, 246), rgb(236, 236, 236));
	background-image: linear-gradient(top, rgb(246, 246, 246), rgb(236, 236, 236));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f6f6f6', EndColorStr='#ececec');
	
	box-shadow: inset 0 1px 1px #fff, 0 1px 3px rgba(0, 0, 0, 0.05);
}

textarea {
	width: 400px;
	height: 100px;
	min-height: 100px;
	resize: vertical;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='number']:focus,
textarea:focus {
	background: #fff;
}


form {

}

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

form input[type='text'],
form textarea {
	padding: 10px 7px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.1);
}

form input[type='text'] {
	width: 200px;
}

form textarea {
	width: 400px;
	height: 100px;
	min-height: 100px;
	resize: vertical;
}

form input[type='submit'] {
	margin-top: 20px;
	background: #49722a;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	
	border: none;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
}

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

/* ----------------------------------
#. Tabs
---------------------------------- */

ul.tabs {

    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
	margin-top:20px;
}
ul.tabs li {
     
    float: left;
    margin: 0;
    padding: 0;
    background: url('../img/bg.png') repeat;
    overflow: hidden;
    position: relative;
}
ul.tabs li a {
    text-decoration: none;
    color: #888;
    display: block;
    
    padding: 10px 25px;
    outline: none;
}
ul.tabs li a:hover {
    background: #111;
}   

html ul.tabs li.active, html ul.tabs li.active a:hover  {
    background: #EFE7C2;
}

.tab_container {
    border-top: none;
    clear: both;
	border: 1px solid #ccc;
    float: left; 
    width: 100%;
    background: #fff;
-webkit-border-radius: 10px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 10px;
-moz-border-radius-topleft: 0;
border-radius: 10px;
border-top-left-radius: 0;

margin-bottom:20px;
}
.tab_content {
    padding: 20px;
    font-size: 1.2em;
}
.tab_content h2 {
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    font-size: 1.8em;
}
.tab_content h3 a{
    color: #254588;
}
.tab_content img {
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #ddd;
    padding: 5px;
}

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

.container {
	width: 960px;
	margin: 0 auto;
}

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

.top-header {
	color: #EFE7C2;
	font-family: 'Dosis';
	font-size: 15px;
}

	.top-header a {
		color: #EFE7C2;
	}
	
	.top-header i {
		margin-right: 5px;
	}
	
	.top-header p {
		margin: 0;
	}

	.top-header .email {
		float: left;
		text-align: left;
		padding: 15px 20px;
		background: url('../img/email.png') no-repeat;
		
		width: 260px;
		height: 20px;
	}
	
	.top-header .telephone {
		float: right;
		text-align: right;
		padding: 15px 20px;
		background: url('../img/telephone.png') no-repeat;
		
		width: 260px;
		height: 20px;
	}

.header {
	padding: 25px;
	background: url('../img/bg.png') repeat;
	margin-bottom: 15px;
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.header .navigation h2{
color:#fff;
text-align:right;
}

	.header .logo {
		float: left;
	}
	
	.header .navigation {
		float: right;
		font-family: 'Dosis';
		margin-top: -20px;
	}
	
		.header .navigation ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		.header .navigation ul li {
			float: left;
			padding:10px 10px;
		}
		
	.header .navigation ul li.last {
			border-right: none;
		}
		
		.header .navigation ul li.has_children {
			position: relative;
		}
		
		.header .navigation ul li.has_children a {
			
		}
		
			.header .navigation ul li.has_children:hover ul {
				display: block;
			}
		
		.header .navigation ul li.has_children ul {
			display: none;
		
			position: absolute;
			top: 32px;
			left: -20px;
			
			z-index: 9999;
			padding:0 20px;
			background: #000;
	
			
			border-bottom-left-radius: 3px;
			border-bottom-right-radius: 3px;
			-moz-border-radius-bottomleft: 3px;
			-moz-border-radius-bottomright: 3px;
		}
		
		.header .navigation ul li.has_children ul li {
			border: none;
		}
		
		.header .navigation ul li.has_children ul li a {
			width: 120px;
		}
		
		.header .navigation ul li a {
			text-transform: uppercase;
			color: #fff;
		}
		
		.logo__header {
			max-width: 250px;
		}
		
/* ------------------------------------
#. Slider
------------------------------------ */

.flexslider {
	position: relative;
}

	.flexslider li {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
		
		overflow: hidden;
	}

	.flexslider .caption {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 910px;
		padding: 0 25px 25px;
	}
	
		.flexslider .caption span {
			margin: 0;
			padding: 12px 15px;
			color: #fff;
			background: #222;
		}
		
			.flexslider .caption span.title {
				background: #EFE7C2;
				box-shadow: inset 0 1px 1px #FFFFFF;
				border: 1px solid #C9C2A4;
				padding: 10px 15px;
				font-size: 16px;
				color: #222;
			}

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

.content {
	padding: 25px;
	border: 1px solid #ccc;
	background: #fff;
	line-height: 22px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

	#front-page .content {
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}

	.content .inner {
		width: 600px;
		float: left;
	}
	
		.content .inner img {
			max-width: 100%;
			height: auto;
		}
	
		.content .inner ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		.content .inner ul li {
			padding: 3px 0 3px 17px;
			margin-bottom: 10px;
			background: url('../img/li.png') top 10px left no-repeat;
		}
	
	.content h1 {
		margin-top: 0;
	}
		
	.content .sidebar {
		width: 285px;
		float: right;
	}
	
		.content .sidebar h2 {
			margin-top: 0;
		}
		
		.content .sidebar input[type='text'],
		.content .sidebar input[type='email'],
		.content .sidebar textarea {
			width: 255px;
		}
		
	.content h1,
	.content h2,
	.content h3,
	.content h4,
	.content h5,
	.content h6 {
		line-height: normal;
	}
		
	.content .inner h1, .content .sidebar h2:first-of-type {
		font-size: 24px; /* Setting font-size for h1 in inner and first h2 in sidebar */
	}
		
/* ----------------------------------
#. 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%;
	}
/* ------------------------------------
#. Columns
------------------------------------ */

.columns {
	padding: 25px;
	/* background: #f0f0f0; */
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	
	color: #fff;
	background: url('../img/bg.png') repeat;
}

	.columns .title {
		text-align: center;
		color: #fff;
		font-size: 32px;
		margin: 0 0 30px;
	}
	
	.columns .numbers {
		position: relative;
		margin-bottom: 20px;
	}
	
		.columns .numbers .line {
			height: 2px;
			width: 590px;
			background: #fff;
			position: absolute;
			top: 16px;
			left: 50%;
			margin-left: -300px;
			z-index: 9998;
		}
	
		.columns .numbers .number {
			padding: 5px 0;
			text-align: center;
			font-weight: 600;
			margin-bottom: 20px;
			
			border: 2px solid #fff;
			
			width: 30px;
			height: 20px;
			
			display: inline-block;
			
			border-radius: 20px;
			-moz-border-radius: 20px;
			-webkit-border-radius: 20px;
			
			position: relative;
			z-index: 9999;
		}
		
			.columns .numbers .number.solid {
				background: #D60000;
			}

	.columns ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.columns ul li {
		float: left;
		width: 276px;
		margin-right: 35px;
		
		text-align: center;
	}
	
		.columns ul li.last {
			margin-right: 0;
		}
		
		.columns ul li h2 {
			margin-top: 0;
			color: #fff;
		}
		
		.columns ul li h3 i {
			margin-right: 5px;
			color: #1996c8;
		}
		
		.columns ul li p {
			line-height: 22px;
		}

		.contact-left{
		float:left; 
		width:300px; 
		border-right:1px solid #ccc; 
		margin-right:20px; 
		padding-right:20px; 
		height:480px;
		font-weight:800;
		}
		
		.contact-right{
		float:left; 
		width:300px; 

		}
		
		.contact-left span{
		color:#888;
		font-weight:600;
		}
		
		.contact-left span a{
		color:#888;
		}
/* ------------------------------------
#. Footer
------------------------------------ */

.footer {
	margin-top: 15px;
	background: #fff;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

	.footer .upper {
		padding: 25px;
	}
	
	.footer .lower {
		font-size: 13px;
		padding: 15px 25px;
		background: #f0f0f0;
		border-top: 1px solid #ddd;
	}
	
		.footer .lower .copyright {
			float: left;
		}
		
		.footer .lower .credit {
			float: right;
		}

	.footer .column {
		float: left;
		width: 150px;
		margin-right: 25px;
	}
	
		.footer .column.last {
			margin-right: 0;
			width: 560px;
		}
		
		.footer .column h3 {
			margin-top: 0;
			text-transform: uppercase;
			font-size: 14px;
		}
		
		.footer .column ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		.footer .column ul li {
			padding: 3px 0 3px 14px;
			background: url('../img/li.png') top 10px left no-repeat;
		}
		
			.footer .column ul li.menu-item-has-children ul {
				display: none;
			}
			
	.extention__img img {
		display: inline-block;
		width: 47.3333%;
		margin: 10px;
		vertical-align: top;
	}