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

@import "../css/reset.css";
@import "../css/grid.css";
@import "../css/superfish.css";

@font-face {
    font-family: 'misoregular';
    src: url('fonts/miso-webfont.eot');
    src: url('fonts/miso-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/miso-webfont.woff') format('woff'),
         url('fonts/miso-webfont.ttf') format('truetype'),
         url('fonts/miso-webfont.svg#misoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'misobold';
    src: url('fonts/miso-bold-webfont.eot');
    src: url('fonts/miso-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/miso-bold-webfont.woff') format('woff'),
         url('fonts/miso-bold-webfont.ttf') format('truetype'),
         url('fonts/miso-bold-webfont.svg#misobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'misolight';
    src: url('fonts/miso-light-webfont.eot');
    src: url('fonts/miso-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/miso-light-webfont.woff') format('woff'),
         url('fonts/miso-light-webfont.ttf') format('truetype'),
         url('fonts/miso-light-webfont.svg#misolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'klavikabold';
    src: url('fonts/klavika-bold-webfont.eot');
    src: url('fonts/klavika-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/klavika-bold-webfont.woff') format('woff'),
         url('fonts/klavika-bold-webfont.ttf') format('truetype'),
         url('fonts/klavika-bold-webfont.svg#klavika_regularbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'klavikaregular';
    src: url('fonts/klavika-regular-webfont.eot');
    src: url('fonts/klavika-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/klavika-regular-webfont.woff') format('woff'),
         url('fonts/klavika-regular-webfont.ttf') format('truetype'),
         url('fonts/klavika-regular-webfont.svg#klavika_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'klavikaitalic';
    src: url('fonts/klavika-regularitalic-webfont.eot');
    src: url('fonts/klavika-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/klavika-regularitalic-webfont.woff') format('woff'),
         url('fonts/klavika-regularitalic-webfont.ttf') format('truetype'),
         url('fonts/klavika-regularitalic-webfont.svg#klavikaregular_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {width: 100%;}

a[href^="tel:"] {color: inherit;text-decoration:none;}
* {-webkit-text-size-adjust: none;}

body {
	font: 14px/19px 'klavikaregular', Arial, Helvetica, sans-serif;
	color:#fefefd;
	position:relative;
	background: url(../images/content-bg.jpg) top center no-repeat #222222;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'misobold', Arial, Tahoma;
	color: #ffcb05;
}
h1 {
	font-size:22px;
	background:#ffcb05;
	color:#241f20;
	line-height:53px;
	padding:0 50px 0 30px;
	margin:0 0 20px 0;
}
h2 {
	font-size: 22px;
	line-height: 1.3em;
	margin:0 0 15px 0;
}
h3 {
	font-size: 20px;
	line-height: 1.2em;
	margin:0 0 15px 0;
}
h4 {
	font-family:'klavikaregular';
	font-size: 16px;
	margin:0 0 5px 0;
	color: #ffcb05;
}
h5 {
	font-size:16px;
	margin:0 0 5px 0;
}
p {
	font-family:'klavikaregular';
	line-height:20px;
	margin-bottom: 15px;
}
p span {
	color:#ffcb05;
}
p em, p i {
	font-style:normal;
	font-family:'klavikaitalic';
}
p strong, p b {
	font-style:normal;
	font-family:'klavikabold';
}
table {
	font-family:'klavikaregular';
	margin-bottom: 15px;
}
td {
	line-height:22px;
}
table img {
	margin-top:3px;
}
hr {
	border:none;
	border-top:1px solid #706c6d;
	margin:15px 0;
}

.staff-image {
	clear:both;
	float:left;
	margin:0 25px 15px 0;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.content ul, ul.list {
	margin:0 0 15px 0;
}
.content ul li, ul.list li{
	background: url(../images/marker.gif) 0 7px no-repeat;
	margin-top:2px;
	padding-left: 15px;
}
ul.list li a{color: #6f6f6f;}
ul.list li a:hover{color: #fd6e43;}

.bg-1 p, .bg-1 li {color:#000 !important;}

/*links*/
a {
	text-decoration: none;
	color: #ffcb05;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
a:hover {color: #ffcb05;}

.btn {
	background: url(../images/btn.jpg) 0 0 repeat-x #f44e1e;
	display: inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1em;
	padding: 11px 30px 12px 30px;
	color: #fff;
	text-transform:uppercase;
	margin-top: 33px;
}

.btn:hover {
	background:  #f44e1e;
	color: #fff;
}
.clear {clear: both;}
.wrap {overflow:hidden;}

/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 49px;
  height: 48px;
  overflow: hidden;
  background: url(../images/totop.png) 0 0 no-repeat;
  position: fixed;
  margin-right: -480px !important;
  right: 50%;
  bottom: 10px;
  z-index: 999;
}
#toTop:hover {
}
#toTop:active,
#toTop:focus {
  outline: none;
}

/*header*/
header, .header {
	display: block;
	z-index: 999;
	width:100%;
	height:220px;
	background:url(../images/header-bg.jpg) bottom center repeat-x;
}
.header .container_12 {
	position: relative;
	height:233px;
}

.logo {
	position: absolute;
	top:15px;
	left:0px;
	margin:0;
	padding:0;
	z-index: 999;
}
.logo a {display: inline-block;}
.logo a img {display: block;}

.slogan {
	position:absolute;
	bottom:62px;
	right:0;
	margin:0;
	padding:0;
	z-index: 999;
}

nav .grid_12 {
	text-align:center;
}

/********banner*********/

.slider {
	width: 980px;
	height: 331px;
	margin: 0 auto 20px auto;
}


/*******homepage********/

.nuggets {
	padding:0;
	margin:0 auto 20px auto;
}
.nuggets > div {
	float:left;
	width:44%;
	margin:0 5% 0 0;
	overflow:hidden;
	position:relative;
}
.nuggets div+div {
	width:23%;
	margin:0 5% 0 0;
}
.nuggets div+div+div {
	width:23%;
	margin:0;
}
.nuggets div h3 {
	line-height:44px;
	font-family:'misoregular';
	font-size:20px;
	color:#ffcb05;
}
.w100 {
	width:100%;
	max-width:100%;
}

/********content********/
.content {
	width:600px;
	min-height:200px;
	margin:-53px 0 20px 22px;
	background:#231f20;
	padding:0 30px 20px 30px;
	z-index:20;
}
	.content h1 {
		clear:left;
		float:left;
		margin-left:-30px;
	}
	.content p {
		clear:left;
		color:#fefefd;
	}

.testimonial {
	margin:0 0 15px 0;
}
.testimonial blockquote {
	margin: 0;
	padding: 0px 0 0 40px;
	font-size: 14px;
	line-height: 20px;
	background: url(../images/blockquote.png) 0 3px no-repeat;
	display: block;
	border: none;
	overflow: hidden;
}
.testimonial blockquote strong {
	display: inline-block;
}

.map {
	padding-top:35px
}
.map iframe {
	width: 100%;
	height: 462px;
	border: none;
}

address {font-size:14px; font-style:normal; margin-top:22px}
address dl {float:left; width:220px;}
address dl+dl {margin-left:20px;}
address dl dt {margin-bottom:19px;}
address dl span {display:inline-block; width:100px;}

/****Form****/

#form {position:relative;}
#form .text-info {padding-bottom:3px;}
#form input[type="text"], #form input[type="tel"], #form input[type="email"] {
	background:#fff;
	color:#6f6f6f;
	border: 1px solid #e5e5e5;
	padding: 6px 14px 7px 14px;
	width: 100%;
	height: 30px;
	float:left;
	font: 12px/15px  Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#form textarea {
	background:#fff;
	color:#6f6f6f;
	height: 223px;
	overflow: auto;
	border: 1px solid #e5e5e5;
	padding: 6px 14px 7px 14px;
	width: 100%;
	position: relative;
	resize:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
	font: 12px/15px  Arial, Helvetica, sans-serif;
	margin: 0;
}
#form label {
	position:relative;
	display: block;
	min-height: 45px;
	width: 100%;
	float: left;
}
#form label .title {font-size:14px; padding:12px 0 9px; display:block;}
#form .error, #form .empty {
	color: #FF0000;
	display: none;
	font-size: 10px;
	line-height:12px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	bottom: -12px;
	float:left;
}
#form .error-empty {
	display:none;
	float:left;}
#form .message {width: 100%;}


#form .success {
	font-size: 16px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	padding: 20px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#form .btn {
	border:none;
	cursor:pointer;
	margin-top:15px;
}


/************Footer***********/

.footer {
	
}
	.footer p {
		font-family: 'misoregular';
		font-size: 15px;
		color: #ffcb05;
		text-align:right;
	}
	.footer .copy {
		float:left;
		text-align:left;
		color:#666;
	}
	.footer .copy a {
		color:#888;
		text-decoration:underline;
	}