@import url('slicknav.css');
@import url('fonts/fonts.css');
html {
	width:100%;
	height:100%;
}
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	height:100%;
	font-size: 14px;
	font-family:'TeXGyreAdventorRegular';
	font-weight: 400;
	color: #444;
	background:#fff;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	position:relative;
}
p {
	font-size:14px;
	line-height:24px;
	margin:0 0 15px 0;
}
h1 {
	font-size:30px;
	color:#01538f;
	margin:0 0 30px 0;
	font-weight:normal;
}
a {
	color:#1d73d3;
	text-decoration:none;
}
.clear {
	clear:both;
}
.container {
	width:1200px;
	margin:0 auto;
	position:relative;
}
#top-bord {
	height:8px;
	width:45%;
	float:left;
	background:#01538f;
}
#header {
	width:1920px;
	left:50%;
	margin:0 0 0 -960px;
	background:#fff;
	height:150px;
	position:relative;
	z-index:300;
}
.logo {
	float:left;
	margin:15px 0 0 25px;
}
.contacts {
	float:right;
	margin:55px 15px 0 0;
	color:#444;
	font-size:16px;
}
.nav-wrap {
	float:right;
	width:1200px;
	height:70px;
	background:#01538f;
	margin:45px 0 0 0;
	position:relative;
	z-index:400;
}
#nav  {
	float:left;
	margin:20px 0 0 -40px;
	list-style-type:none;
}
#nav li {
	display:inline;
	margin:0 0 0 0;
	float:left;
}
#nav li a{
	color:#fff !important;
	font-size:20px;
	margin:0 0 0 0;
	padding:20px 44px 20px 43px;
	transition:all .5s;
	border-right:1px solid #1b73b3;
	text-decoration:none;
}
#nav li a.current {
	background:#013f6c;
}
#nav li a:hover{
	background:#0a5f9d;
}
.slicknav_menu {
	display:none;
}
#inner-wrap {
	position:relative;
	z-index:200;
	height:100px;
	padding:50px 0 0 0;
	margin:-30px 0 0 0;
	background:url(../images/inner-wrap.jpg) no-repeat top center;
}
#inner-wrap h1 {
	color:#fff;
	font-size:36px;
	margin:0 0 0 0;
	text-shadow:1px 1px 1px #222;
}
.img-r {
	float:right;
	padding:10px;
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	margin:0 0 40px 40px;
}
#slideshow {
	position:relative;
	z-index:200;
	height:560px;
	margin:-30px 0 0 0;
	background:#dededd url(../images/slider.jpg) no-repeat top center;
}
#slideshow .cycle-slideshow{
	position:relative;
	width:100%;
}
#slideshow .cycle-slideshow img {
	position:relative;
	z-index:700;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
.slogan {
	position:absolute;
	top:390px;
	z-index:800;
	left:0;
	color:#fff;
	background:rgba(0,0,0,0.6);
	padding:20px 30px;
	font-size:24px;
}
.prev {
	width:49px;
	height:79px;
	position:absolute;
	top:250px;
	z-index:800;
	background:url(../images/prev.png) no-repeat;
	left:-25px;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
.next {
	width:49px;
	height:79px;
	position:absolute;
	top:250px;
	z-index:800;
	background:url(../images/next.png) no-repeat;
	right:-25px;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
#content {
	padding:50px 0 0 0;
}
.welcome {
	padding:0 40px;
	float:left;
	width:700px;
	margin:-40px 0 0 0;
}
.header-right {
	float:right;
	width:900px;
	height:36px;
	background:#fce096;
	margin:5px 0 0 0;
	position:relative;
	z-index:600;
}
.header-right h2{
	margin:3px 0 0 510px;
	font-size:20px;
	font-weight:normal;
	color:#01538f;
}
.column-right {
	float:right;
	width:330px;
	min-height:140px;
	text-align:center;
	padding:110px 0 30px 0;
	margin:-90px 0 0 0;
	background:#eeeeee;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
.column-right img{
	width:90px;
	margin:0 5px 5px 5px;
}
.column-right a.link {
	color:#1d73d3;
	float:right;
	margin:0 20px 0 0;
	text-decoration:none;
}
.gallery img {
	width:22%;
	float:left;
	margin:0 1% 40px 1%;
	padding:5px;
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
}
.col {
	width:48%;
	float:left;
	margin:0 2% 40px 0;
}
#footer {
	position:relative;
	width:100%;
	background:#222;
	height:auto;
	margin:0 0 0 0;
}
.copy {
	padding:20px 0 20px 40px;
	float:left;
	font-size:12px;
	color:#999;
	margin:0 0 0 0;
}
.designer {
	padding:20px 40px 20px 0;
	float:right;
	font-size:12px;
	color:#999;
	margin:0 0 0 0;
}
.designer a{
	color:#999;
}
#form {
	width:48%;
	float:left;
	margin:0 0 30px 0;
}
.map {
	width:96%;
	height:300px;
	padding:10px;
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	margin:30px 0 0 0;
	
}
#details {
	width:48%;
	float:right;
	margin:0 0 30px 0;
}


/* Contact Form
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.basic-grey {
    color: #888;
	position:relative;
    text-shadow: 1px 1px 1px #FFF;
	margin:30px auto 30px 0;
}
.basic-grey label {
    display: block;
    margin: 0px;
	float: left;
	clear:both;
}
span.req {
	color:red;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 100%;
    font-size: 14px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.basic-grey textarea{
    height:200px;
}
.basic-grey  input[type="submit"] {
    background: #c12929;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
	height:36px;
	width:100px;
}
.basic-grey  input[type="submit"]:hover {
    background: #ab1c1c;
}


@media only screen and (max-width: 1366px) {
	.header-right {
		float:right;
		width:750px;
		height:36px;
		background:#fce096;
		margin:5px 0 0 0;
		position:relative;
		z-index:600;
	}
	.header-right h2{
		margin:3px 0 0 475px;
		font-size:20px;
		font-weight:normal;
		color:#01538f;
	}
}



@media only screen and (max-width: 1200px) {
	
	#header {
		width:100%;
		left:0%;
		margin:0 0 60px 0px;
		background:#fff;
		height:170px;
		position:relative;
		z-index:300;
	}
	.container {
		max-width:96%;
		padding:0 2%;
	}
	.nav-wrap {
		float:none;
		width:100%;
		height:70px;
		background:#01538f;
		margin:0px 0 0 0;
		top:160px;
		position:absolute;
		z-index:400;
	}
	#nav  {
		float:left;
		margin:0 0 0 -40px;
		list-style-type:none;
		width:100%;
	}
	#nav li {
		display:inline;
		margin:0 0 0 0;
		float:left;
		width:19%;
		padding:0 0 0 0;
		border-right:1px solid #1b73b3;
		text-align:center;
	}
	#nav li a{
		color:#fff !important;
		font-size:18px;
		margin:0 0 0 0;
		padding:22px 0 22px 0;
		width:100%;
		float:left;
		display:block;
		text-align:center;
		transition:all .5s;
		border-right:0px solid #1b73b3;
		text-decoration:none;
	}
	#slideshow {
		height:auto;
		padding:0 0 30px 0;
		margin:0 0 0 0 !important;
		position:relative;
		background:#dededd url(../images/lider.jpg) no-repeat top center;
	}
	
	.prev, .next {
		display:none;
	}
	#slideshow .cycle-slideshow img {
		z-index:700;
		position:relative;
		margin:30px 0;
		width:100%;
		box-shadow:0 0 10px rgba(0,0,0,0.5);
	}
	.welcome {
		padding:0 0 0 0;
		float:none;
		width:96%;
		margin:0 auto;
		text-align:center;
	}
	#content {
		padding:50px 0 50px 0;
	}
	.column-right, .header-right {
		display:none;
	}

}
@media only screen and (max-width: 800px) {
	.contacts span{
		display:none;
	}
	.copy {
		padding:20px 0 0px 0px;
		float:none;
		text-align:center;
		font-size:12px;
		color:#999;
		margin:0 0 0 0;
	}
	.designer {
		padding:0px 0px 20px 0;
		float:none;
		text-align:center;
		font-size:12px;
		color:#999;
		margin:0 0 0 0;
	}
	#nav li a{
		font-size:14px;
		padding:24px 0 25px 0;
	}
	.img-r {
		max-width:80%;
		float:none;
		margin:0 0 40px 0;
	}
	.gallery img {
		width:45%;
		float:left;
		margin:0 1% 40px 1%;
		padding:5px;
		background:#fff;
		box-shadow:0 0 5px rgba(0,0,0,0.3);
	}
}
@media only screen and (max-width: 700px) {
	.nav-wrap, #top-bord {
		display:none;
	}
	.slicknav_menu {
		display:block;
	}
	.contacts {
		color:#fce096;
		position:fixed;
		top:12px;
		font-size:13px;
		left:20px;
		float:none;
		margin:0 0 0 0;
	}
	#header {
		height:115px;
		text-align:center;
	}
	#inner-wrap {
		margin:0 0 0 0;
	}
	.logo {
		float:none;
		margin:20px 0 0 0;
	}
	h1 {
		font-size:24px;
		line-height:30px;
	}
	#form {
		width:98%;
		float:left;
		margin:0 0 30px 0;
	}
	#details {
		width:98%;
		float:right;
		margin:0 0 30px 0;
	}
	.col {
		width:98%;
		float:left;
		margin:0 2% 40px 0;
	}
}
@media only screen and (max-width: 500px) {
	
}