/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. General reset
   3. Common site styles
   4. Styles for responsive breakpoints
   ---------------------------------------------------------*/
/*
Theme Name: Acclaro
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
/* ---------------------------------------------------------
   1. Embedded fonts styles
   ---------------------------------------------------------*/
@font-face {
	font-family: 'museo_sans300';
	src: url('fonts/museosans_300-webfont.eot');
	src: url('fonts/museosans_300-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/museosans_300-webfont.woff') format('woff'),
		url('fonts/museosans_300-webfont.ttf') format('truetype'),
		url('fonts/museosans_300-webfont.svg#museo_sans300') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'museo_slab500';
	src: url('fonts/museo_slab_500-webfont.eot');
	src: url('fonts/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/museo_slab_500-webfont.woff') format('woff'),
		url('fonts/museo_slab_500-webfont.ttf') format('truetype'),
		url('fonts/museo_slab_500-webfont.svg#museo_slab500') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'museo_sans500';
	src: url('fonts/museosans_500-webfont.eot');
	src: url('fonts/museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/museosans_500-webfont.woff') format('woff'),
		url('fonts/museosans_500-webfont.ttf') format('truetype'),
		url('fonts/museosans_500-webfont.svg#museo_sans500') format('svg');
	font-weight: bold;
	font-style: normal;
}
/* ---------------------------------------------------------
   2. General reset
   ---------------------------------------------------------*/
* {font-size: 100.01%;}
html {font-size: 62.5%;}
html,
body{
	height:100%;
	color:#535353;
	line-height: 1.5;
}
body {
	min-width:320px;
}
/* set typography styles for common tags */
input [type="email"], input [type="tel"], input[type="search"], input[type="text"], input[type="password"], input[type="file"], input[type="submit"], textarea{-webkit-appearance:none;}
input[type=submit], 
input[type=button]{
	cursor:pointer;
}
button::-moz-focus-inner{
	padding:0;
	border:0;
}
img{
	max-width: 100%;
	height: auto;
	border:1px solid #999;
}
video, iframe, object, embed{max-width: 100%;}
h1,.h1,h2,h3,h4,h5,h6 {
	font-family: 'museo_slab500','Times New Roman', Times, serif;
	font-weight:normal;
}
small {display:block;}
h1.biggest {
	font-size:2.625em;
	line-height: 1.07em;
	text-align:center;
	margin: 0 0 36px;
}
h1 small {
	color:#666;
	font-size:0.53em;
	line-height: 1.35em;
}
h1,
.h1 {
	font-size:2.125em;
	line-height:1.21em;
	margin:0 0 26px;
	color:#666;
}
h2 {
	font-size:1.5em;
	margin:0 0 6px;
}
h3 {
	font-size:1.125em;
	color:#fe5000;
	margin:0 0 6px;
}
h4 {
	font-size:1em;
	color:#666;
}
h5{
	font-size:0.95em;
	color:#666;
}
h6{
	font-size:0.9em;
	color:#666;
}
strong {
	font-family: 'museo_sans500';
	color: #333;
}
.head {text-align:center;}
.green,
.green small{color:#7ab700;}
.orange,
.orange small {color:#fe5000;}
.blue,
.blue small {color:#0d5377;}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea{
	color:#666;
	background:#fff;
	margin: 0;
	font:16px/20px 'museo_sans300';
	border:1px solid #ccc;
	padding:8px 15px 7px;
	border-radius: 4px;
}
input[type="button"],
input[type="submit"]{
	color:#fff;
	background:#3fbbe3;
	font-size:18px;
	line-height:22px;
	font:18px/22px 'museo_slab500', 'Times New Roman', Times, serif;
	text-align:center;
	border:1px solid #3fbbe3;
	border-radius: 4px;
	padding:6px 12px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus  {
	background:#0d5377;
	border-color:#0d5377;
}
div.head {margin:0 0 29px;}
.head strong {
	display:block;
	color: #fe5000;
	font: 1.125em 'museo_slab500';
	padding: 6px 0 0;
}
.form {
	text-align:center;
	max-width:432px;
	margin:0 auto;
}
.form .form-group {
	display:block;
	padding:0 0 29px;
}
.form-control {
	box-shadow: none;
	font:16px/20px 'museo_sans300';
	height:36px;
	padding:8px 15px 7px;
}
.form-inline .form-control {
	width:302px;
	display:inline-block;
	vertical-align:top;
	margin:0 7px 0 0;
}
.form .btn {min-width:118px;}
label {
	color:#666;
	font:18px/20px 'museo_slab500';
}
.required {color:#fe5000;}
.form label {margin:0 0 15px;}
.form .message {
	display:none;
	color:#000;
}
.form .message strong {
	display:block;
	color:#fe5000;
	margin:0 0 7px;
	font: 1em 'museo_sans500';
}
.form .message a {font-family:'museo_sans500';}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
.form-control:focus {
	box-shadow: 0 0 8px rgba(63, 187, 227, .75);
}
table {
	margin-bottom:14px;
}
table, caption, tbody, tfoot, thead, tr, th, td{
	border-collapse: collapse;
	border-spacing: 0;
}
th, td{
	border:1px solid #c7c7c7;
	padding:3px 7px;
	text-align:left;
	vertical-align:top;
}
th{
	border-color:#999;
	text-align:center;
	vertical-align:middle;
}
.widget {
	margin-bottom: 14px;
	overflow: hidden;
}
.widget ul{padding-left:2em;}
.widget select{
	min-width: 150px;
	margin:1px;
}
.comment-form textarea,
.post-password-form input[type="password"],
.comment-form input[type="text"],
.search-form input[type="text"]{
	margin:0 4px 0 0;
	width:290px;
}
.comment-form textarea {
	width:290px !important;
	max-width:290px;
	min-height:100px;
	max-height:200px;
}
.post-password-form input[type="password"],
.search-form input[type="text"]{
	width:150px;
}
.commentlist {margin:0 0 14px;}
.commentlist .edit-link {margin:0;}
.commentlist-item .commentlist-item {padding:0 0 0 3em;}
.comment,
.commentlist-holder{overflow:hidden;}
.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item{padding-top:14px;}
.commentlist .avatar-holder{
	float:left;
	margin:0 14px 4px 0;
}
.commentlist .avatar-holder img {
	max-width:none !important;
}
.comment-form label{
	display:block;
	padding-bottom:4px;
}
.comment-form textarea{
	padding:3px 4px;
	overflow:auto;
	margin:0;
	height:120px;
}
.gallery-item dt {
	float:none;
	padding:0;
}
.navigation {
	font-family: 'museo_sans500';
	border-top:1px solid #c7c7c7;
	padding: 21px 0 27px;
	overflow:hidden;
}
.navigation .next {float:left;}
.navigation .prev {float:right;}
.nav-bar {text-align:right;}
.wp-caption {
	max-width: 98%;
	clear:both;
	border:1px solid #ccc;
	padding:5px;
}
.wp-caption img {vertical-align:top;} 
.wp-caption p {margin:10px 0 0;}
div.aligncenter {margin: 0 auto 14px;}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 0 14px 4px 0; 
}
.alignright {
	float: right;
	margin: 0 0 4px 14px; 
}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
blockquote {
	border:none;
	padding: 12px 58px 12px 29px;
	margin: 0 0 30px;
	font-size:16px;
	line-height:19px;
}
blockquote q,
blockquote p {
	display:block;
	margin: 0 0 7px;
}
blockquote q:before,
blockquote p:before{
	content:'';
	display:inline-block;
	vertical-align:top;
	background:url(./images/sprite.png) no-repeat -63px -73px;
	width: 20px;
	height: 13px;
	margin:2px 16px 0 2px;
}
blockquote cite {
	display:block;
	text-align:right;
}
.btn {
	font-size:18px;
	line-height:22px;
	font:18px/22px 'museo_slab500', 'Times New Roman', Times, serif;
	text-align:center;
	text-transform:capitalize;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.btn:hover,
.btn:focus {
	background:#0d5377;
	border-color:#0d5377;
}
.link {
	font-family: 'museo_sans500';
	position:relative;
}
.link-next,
.link-prev {
	position:relative;
}
.link-2,
.link-2:hover,
.link-2:focus {color:#fff;}
.link:after,
.paging .next a:after,
.paging .prev a:before,
.navigation .prev a:after,
.navigation .next a:before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	background:url(./images/sprite.png) no-repeat;
	width:12px;
	height:8px;
	margin: -2px 0 0 6px;
}
.link-2:after {background-position:0 -15px;}
.navigation .next a:before,
.paging .prev a:before {
	margin:-2px 2px 0 0;
	background-position:0 -33px;
}
/* ---------------------------------------------------------
   3. Common site styles
   ---------------------------------------------------------*/
/* main container styles */
#wrapper {
	width:100%;
	height:100%;
	display:table;
	table-layout:fixed;
	overflow:hidden;
}
.w1 {
	width:100%;
	display:table-row;
}
/* header styles */
.scrollable .navbar{
	background:#fff;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
/* page logo styles */
.logo {
	float:left;
	margin:13px 14px 14px 0;
}
.logo a span {
	display:none;
	text-indent:-9999px;
	overflow:hidden;
}
.logo img {border:none;}
.logo:hover{opacity:0.9;}
/* main navigation styles */
.navbar-default {
	background:#fff;
	background:rgba(255, 255, 255, 0.65);
	border:none;
	text-align:center;
}
.navbar {margin:0;}
.navbar-nav {
	font-size:18px;
	text-transform:uppercase;
}
.navbar-nav > li {margin:0 0 0 34px;}
.navbar-nav > li > a {
	line-height:22px;
	position:relative;
	padding:28px 0 0;
}
.navbar-nav > .active > a:before,
.navbar-nav > li > a:hover:before,
.navbar-nav > li > a:focus:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	background:#fe5000;
	height:4px;
	width:100%;
}
.navbar-nav > li > a:hover:before,
.navbar-nav > li > a:focus:before {
	height:1px;
}
.navbar-nav > .active > a:hover:before,
.navbar-nav > .active > a:focus:before{height:4px;}
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
	font-family: 'museo_sans300', Arial, Helvetica, sans-serif;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	font-family: 'museo_sans300', Arial, Helvetica, sans-serif;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{color:#fe5000;}
.navbar-nav.navbar-right:last-child {margin:0;}
/* slideshow styles */
.slideshow {
	position: relative;
	margin:0 0 28px;
	min-height: 300px;
}
.slideshow .slideset {height: 100%;}
.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.slideshow .bg-stretch{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	overflow:hidden;
}
.slideshow .bg-stretch img{
	max-width:none;
}
.slideshow .slide:after {
	content:'';
	position:absolute;
	bottom:-48px;
	left:0;
	width:100%;
	background:#fff;
	height:63px;
	z-index:2;
	-moz-transform: skewY(-1.8deg);
	-webkit-transform: skewY(-1.8deg);
	-o-transform: skewY(-1.8deg);
	-ms-transform: skewY(-1.8deg);
	transform: skewY(-1.8deg);
}
.slideshow .slide img {
	display:block;
	width:100%;
	height:auto;
	border:none;
}
.slideshow .slide.active {z-index: 2;}
.slideshow .block {
	position:absolute;
	bottom:11px;
	width:100%;
	z-index:5;
}
.slideshow .block .holder {
	width:270px;
	color:#fff;
	font:18px/23px 'museo_slab500','Times New Roman', Times, serif;
	padding:20px 24px 33px;
	margin:0 2px 0 auto;
	background:#3fbbe3;
	background:rgba(63,187,227,.9);
	position:relative;
}
.slideshow .block .holder:before,
.slideshow .block .holder:after {
	content:'';
	position:absolute;
	left:0;
	bottom:100%;
	width: 0;
	height: 0;
	border-left: 270px solid transparent;
}
.slideshow .block .holder:before {
	border-bottom: 8px solid #3fbbe3; 
	border-bottom: 8px solid rgba(63,187,227,.9); 
}
.slideshow .block .holder:after {
	bottom:auto;
	top:100%;
	border-top: 11px solid #3fbbe3; 
	border-top: 11px solid rgba(63,187,227,.9); 
}
.slideshow p {margin: 0 0 21px;}
.slideshow .btn {
	display:block;
	font:24px/28px 'museo_sans500', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-color:#fff;
	border-radius: 0;
	margin: 0 0 23px;
	padding:16px 6px;
}
.switcher-box {
	position:absolute;
	bottom:33px;
	left:0;
	width:100%;
	z-index:5;
}
/* switcher styles */
.switcher {
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.slideshow .switcher {
	width:270px;
	margin:0 0 0 auto;
	font-size:0;
}
.switcher li {
	display:inline-block;
	vertical-align:top;
	margin:0 3px;
}
.slideshow .switcher ul {padding:0;}
.switcher a {
	display:block;
	background:#fff;
	width:11px;
	height:11px;
	border-radius: 6px;
	text-indent:-9999px;
	overflow:hidden;
}
.cycle-gallery .switcher a {background:#3fbbe3;}
.switcher .active a,
.switcher a:hover,
.switcher a:focus {
	background:#0d5377;
}
/* progressbar */
.progressbar {
	background: #fff;
	width: 100%;
	height: 1px;
	margin: 4px 0 11px;
	position: relative;
	overflow:hidden;
}
.progressbar .progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #0d5377;
}
/* cycle carousel basic styles */
.block-holder{
	border-bottom:1px solid #c7c7c7;
	margin:0 0 51px;
}
.cycle-gallery {
	padding: 0 53px;
	position: relative;
	margin: 0 0 16px;
}
.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
	width:100%;
	margin: 0 0 31px;
	border:1px solid #c7c7c7;
}
.cycle-gallery .mask .slideset {
	width: 99999px;
	float: left;
	height:599px;
}
.cycle-gallery .mask .slide {
	width: 100%;
	float: left;
}
.cycle-gallery .mask .slide.active {z-index: 1;}
.image-frame{
	border: 1px solid #c7c7c7;
	margin: 0 53px 16px;
}
.image-frame img,
.cycle-gallery .mask img {
	border:none;
	display:block;
	width:100%;
}
.btn-prev,
.btn-next {
	position:absolute;
	top:50%;
	left:0;
	z-index:3;
	width:35px;
	height:35px;
	background:#fe5000;
	background:rgba(254,80,0,.55);
	border-radius: 17px;
	text-indent:-9999px;
	overflow:hidden;
	margin: -74px 0 0;
}
.btn-next {
	left:auto;
	right:0;
}
.btn-prev:hover,
.btn-prev:focus,
.btn-next:hover,
.btn-next:focus {
	background:#fe5000;
}
.btn-prev:after,
.btn-next:after {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	background:url(./images/sprite.png) no-repeat -4px -121px;
	width: 18px;
	height: 21px;
	margin: -10px 0 0 -10px;
}
.btn-next:after {
	background-position:-45px -121px;
	margin: -10px 0 0 -7px;
}
/* main informative part styles */
.home #main {
	padding-top:0;
	padding-bottom:0;
}
#main {
	padding-top: 124px;
	padding-bottom:39px;
}
/* page introductory content styles */ 
.intro {
	display:block;
	font-size:1.5em;
	line-height:1.25em;
	margin: 0 0 62px;
	padding:0 5px;
}
.intro .h1,
.intro-2 h1 {
	font-size:1.42em;
	line-height:0.88em;
	color:#666;
}
.intro .h1 {
	margin:0;
}
.intro-2 h1 {margin: 0 0 14px;}
.intro-2 {
	text-align:center;
	margin: 0 0 46px;
}
.btn-down {
	position:absolute;
	top: 6px;
	left:50%;
	margin: 0 0 0 -28px;
	width:55px;
	height:55px;
	border-radius: 30px;
	background:#fe5000;
	background:rgba(254,80,0,.55);
	text-indent:-9999px;
	overflow:hidden;
}
.btn-down:hover,
.btn-down:focus{
	background:#fe5000;
}
.btn-down:after {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	background:url(./images/sprite.png) no-repeat 0 -65px;
	width: 32px;
	height: 28px;
	margin:-11px 0 0 -16px;
}
/* panel styles */
.panel-area {
	padding:26px 0 16px;
	margin: -32px -32px 52px;
	overflow:hidden;
}
.panel-area  .panel{
	padding: 93px 32px 57px;
	margin:0 0 -22px;
}
.panel{
	position:relative;
	z-index:1;
	border-radius: 0;
	text-align:center;
	border:none;
	box-shadow: none;
	padding: 60px 32px 35px;
	margin:0;
	color:#000;
}
.panel:before {
	background:#fff;
	top: -45px;
	content: "";
	height: 70px;
	left: 0;
	position: absolute;
	-moz-transform:skewY(0.9deg);
	-ms-transform:skewY(0.9deg);
	-webkit-transform:skewY(0.9deg);
	-o-transform:skewY(0.9deg); 
	transform: skewY(0.9deg);
	width: 100%;
	z-index: 0;
}
.visual .panel:before{background:#fe6119;}
.panel:after {
	background:#fff;
	bottom: -52px;
	content: "";
	height: 67px;
	left: 0;
	position: absolute;
	-moz-transform:skewY(-0.9deg);
	-ms-transform:skewY(-0.9deg);
	-webkit-transform:skewY(-0.9deg);
	-o-transform:skewY(-0.9deg); 
	transform: skewY(-0.9deg);
	width: 100%;
	z-index: 2;
}
.panel.panel-2 {
	background:#fe5000;
	overflow:hidden;
	padding: 26px 32px;
	margin:-10px -32px 22px;
}
.panel.panel-2:before {
	background:#fff;
	top: -45px;
	content: "";
	height: 70px;
	left: 0;
	position: absolute;
	-moz-transform:skewY(-1.5deg);
	-ms-transform:skewY(-1.5deg);
	-webkit-transform:skewY(-1.5deg);
	-o-transform:skewY(-1.5deg); 
	transform: skewY(-1.5deg);
	width: 100%;
	z-index: 2;
}
.panel.panel-2:after {
	background:#fff;
	bottom: -52px;
	content: "";
	height: 67px;
	left: 0;
	position: absolute;
	-moz-transform:skewY(0.9deg);
	-ms-transform:skewY(0.9deg);
	-webkit-transform:skewY(0.9deg);
	-o-transform:skewY(0.9deg); 
	transform: skewY(0.9deg);
	width: 100%;
	z-index: 2;
}
.panel-2 .holder{
	display:table;
	width:100%;
	height: 335px;
}
.panel-2 .frame{
	display:table-cell;
	vertical-align:middle;
}
.bg-img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:-1;
}
.bg-img img {
	border:none;
	display:block;
	width:auto;
	max-width:none;
	opacity:0.1;
	filter: alpha(opacity=10);
	width:100%;
}
.panel h1,
.panel h2 {color:#fff;}
.panel h1 {margin: 0 0 24px;}
.panel h2 {margin:0 0 6px;}
.panel.panel-2 h2 {margin: 0 0 20px;}
.panel p {margin: 0 0 7px;}
.panel-area.visual {
	margin-top:-17px;
	margin-bottom:31px;
	padding:0 0 16px;
}
.visual .panel {
	text-align:left;
	padding:3px 32px 35px;
	margin: 0 0 -23px;
}
.visual .panel h2 {text-align:center;}
.visual .panel .box {margin-bottom:38px;}
/* photo-block styles */
.photo-block {
	position:relative;
	width:100%;
	overflow:hidden;
}
.photo-block img {
	border:none;
	display:block;
	max-width:none;
	margin:0 auto;
	width:100%;
}

.photo-block:before {
	background: none repeat scroll 0 0 #fff;
	content: "";
	height: 70px;
	left: 0;
	position: absolute;
	top: -45px;
	-moz-transform:skewY(-1.5deg);
	-ms-transform:skewY(-1.5deg);
	-webkit-transform:skewY(-1.5deg);
	-o-transform:skewY(-1.5deg); 
	transform: skewY(-1.5deg);;
	width: 100%;
	z-index: 2;
}
.ico {
	display:block;
	background:url(./images/sprite.png) no-repeat;
	height:56px;
	margin: 0 auto 12px;
}
.ico-01 {
	background-position: -58px 0;
	width: 74px;
}
.ico-02 {
	background-position:-157px 2px;
	width: 66px;
}
.ico-03 {
	background-position:-258px 2px;
	width: 60px;
}
.section-how .ico {height:65px;}
.ico-04 {
	background-position: -120px -67px;
	width: 37px;
}
.ico-05 {
	background-position: -202px -69px;
	width: 41px;
}
.ico-06 {
	background-position:-290px -69px;
	width: 56px;
}
/* items block styles */
.items-block {
	margin-bottom: -5px;
	overflow:hidden;
}
.items-block-2 {margin-bottom:-27px;}
.items-block .block {margin-bottom: 61px;}
.items-block .image {
	margin: 0 0 24px;
	position:relative;
}
.items-block .image img {
	display:block;
	width:100%;
	height:auto;
}
.title {
	padding:0;
	background:none;
	text-align:center;
	font: 18px/22px 'museo_slab500', 'Times New Roman', Times, serif;
	margin:0;
}
a {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.title a,
.title span {
	display:block;
	color:#fff;
	padding:14px 20px;
	background:#fe5000;
	background:rgba(254,80,0,.9);
	text-decoration:none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.title a:hover,
.title a:focus {
	color:#fff;
	text-decoration:none;
	background:#fe5000;
}
.items-block .title {
	position:absolute;
	bottom:0;
	display:block;
	
	width:100%;
	margin:0;
	height:auto;
}
.items-block .no-image .title {position:relative;}
.items-block .title.blue a {
	background:#0d5377;
	background:rgba(13,83,119,.9);
}
.items-block .title.blue a:hover,
.items-block .title.blue a:focus {
	background:#0d5377;
}
.items-block p {margin: 0 0 6px;}
.items-block .author {
	display:block;
	color:#666;
	margin: 0 0 10px;
	line-height: 1.5em;
}
.items-block h3 {margin: 0 0 7px;}
/* information block styles */
.information {
	color:#535353;
}
.information .box-holder {
	padding: 20px 18px 0 48px;
	overflow:hidden;
}
.information .box-holder ul {
	padding:0;
	margin: 0 0 26px;
	list-style:none;
}
.information .box-holder ul .link {margin: 0 15px 0 0;}
.information .box-holder h3, .information .box-holder h2, .information .box-holder h1 {
	color:#666;
	margin: 0 0 14px -29px;
}
.information .box-holder h4 {
	font-family: 'museo_sans300';
	margin: 0 0 2px;
}
/* accordion */
.accordion {
	padding:0;
	margin:0;
	list-style:none;
}
.accordion > li {margin: 0 0 29px;}
.accordion h2 {margin:0;}
.accordion .opener {position:relative;}
.accordion .opener .icon {
	position:absolute;
	right:21px;
	top:50%;
	margin:-20px 0 0;
	font-weight:normal;
}
.accordion .opener .glyphicon {
	font-size:36px;
	line-height:36px;
	color: #fff;
}
.accordion .opener .glyphicon-plus {
	font-size:30px;
	line-height:30px;
	vertical-align: top;
	margin: 2px 0 0;
} 
.accordion .opener .glyphicon-plus,
.accordion .active .opener .glyphicon-minus {
	display:block;
}
.accordion .active .opener .glyphicon-plus,
.accordion .opener .glyphicon-minus {
	display:none;
}
/* main content styles */
#content h1 {
	color:#fe5000;
	margin: 0 0 10px;
}
#content h2 {
	color:#fe5000;
	margin: 0 0 10px;
	padding: 6px 0 0;
}
.content-holder ul {
	padding: 0 0 0 32px;
	margin: 0 0 12px;
	list-style:none;
}
.content-holder ul li {
	padding:0 0 0 10px;
	position:relative;
	margin: 0 0 6px;
}
.content-holder ul li:before{
	content:'';
	position:absolute;
	left:0;
	top: 8px;
	background:#7ab700;
	width:4px;
	height:4px;
	border-radius: 4px;
}
#content .addtoany_list {
	display: block;
	margin: 1em 0;
}
#content .meta .addtoany_list {
	margin-top: 9px;
}
.meta {
	margin: 0 0 13px;
	overflow:hidden;
}
.meta .date {margin: 0 12px 0 0;}
.meta .published {
	color:#666;
	display:block;
	padding: 16px 0 0;
	overflow:hidden;
}
.meta .published span{color:#3fbbe3;}
#content p {margin:0 0 1.5em;}
#content .aligncenter {
	margin: 0 auto 32px;
}
/* article styles */
.article {
	color:#000;
	border-top:1px solid #c7c7c7;
	padding: 55px 0 50px;
}
.date {
	float:left;
	color:#fff;
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;
	background:#fe6119;
	text-align:center;
	font-style:normal;
	padding:10px 5px 5px;
	width:52px;
	height:52px;
	border-radius: 60px;
}
.article .date {
	font-size:12px;
	line-height:14px;
	margin: 7px 43px 0 23px;
	width:63px;
	height:63px;
	padding:13px 5px 5px;
}
.date span {
	display:block;
	font-size:20px;
	line-height:20px;
}
.article .date span {
	font-size:24px;
	line-height:24px;
	font-weight:bold;
}
.image .date {
	position:absolute;
	top:18px;
	left:18px;
}
.article .box {overflow:hidden;}
.article h1 {
	color:#fe5000;
	margin: 0 0 6px;
}
.article h1 a {color:#fe5000;}
.article p {margin:0;}
/* section-how styles */
.section-how {padding: 50px 0 26px;}
.section-how .col {
	color:#535353;
	margin-bottom:47px;
}
.section-how h2 {
	text-align:center;
	margin: 0 0 14px;
}
.section-how h2 small {
	font-family: 'museo_sans300';
	text-transform:uppercase;
}
.section-how .col p {margin: 0 0 33px;}
.section-how ul {
	padding: 0 0 0 20px;
	margin:0;
	list-style:none;
}
.section-how ul li {
	position:relative;
	padding: 0 0 0 10px;
	margin: 0 0 6px;
}
.section-how ul li:before {
	content:'';
	position:absolute;
	top: 7px;
	left:0;
	width:4px;
	height:4px;
	border-radius:4px;
	background:#535353;
}
.section-how .add-note {text-align:center;}
.heading {
	overflow:hidden;
	margin: 0 0 9px;
	padding: 0 2px 0 4px;
}
.heading h1 {margin:0;}
.body-class-single-post .content-holder img {
	border:	none;
}
/* paging styles */
.paging {
	padding:0;
	margin:0;
	list-style:none;
}
.heading .paging {
	float:right;
	margin: 17px 0 0;
}
.paging li {
	display:inline-block;
	margin: 0 0 0 22px;
}
.paging li a {
	display:inline-block;
}
.paging .back a {
	display:inline-block;
	background:url(./images/sprite.png) no-repeat -28px -11px;
	width: 8px;
	height: 12px;
	text-indent:-9999px;
	overflow:hidden;
}
/* testimonials styles */
.testimonials {
	padding: 0 53px;
	margin:0 0 58px;
	overflow:hidden;
}
.testimonials h2 {
	color:#fe5000;
	margin: 0 0 4px;
}
.testimonials .holder {overflow:hidden;}
.testimonials .text-box {
	float:left;
	width: 70%;
}
.testimonials p {margin: 0 0 6px;}
.testimonials blockquote {
	width: 30%;
	padding: 1px 0 0 12px;
	float:right;
	margin: 0;
}
/* banner styles */
.banner {padding: 11px 44px 19px;}
.banner .columns {overflow:hidden;margin: 0 0 42px;}
.banner .col {
	float:left;
	padding: 0 10px;
	width:25%;
}
.banner .col img {
	display:block;
	border:none;
}
.banner h2 {color:#fe5000;}
.banner .add-text {padding: 0 13px;}
.banner .add-text p a {color:#000;}
/* sidebar styles */
#sidebar {padding-top: 8px;}
#sidebar .btn {margin: 0 0 47px;}
#sidebar .block {
	margin-bottom: 52px;
	height:auto !important;
}
/* footer styles */
#footer {
	width:100%;
	color:#999;
	background:#666;
	overflow:hidden;
	display:table-footer-group;
}
.f1 {
	height:1%;
	display:table-row;
}
.f2 {display:table-cell;}
#footer .container {
	padding-top: 56px;
	padding-bottom: 72px;
}
.tel {color:#fff;}
/* add-nav styles */
.add-nav{
	padding:0;
	margin: 0 0 19px;
	list-style:none;
	font-family: 'museo_sans500';
	overflow:hidden;
}
.add-nav li {
	display:inline-block;
	vertical-align:top;
}
.add-nav li+li:before {
	content:'|';
	color:#999;
	padding:0 9px 0 7px;
}
.contact {
	padding: 0;
	margin:0;
	list-style:none;
}
.panel.panel-2 .contact{margin: 0 0 30px;}
.contact .email {color:#000;}
.contact .tel {color:#000;}
#footer .contact {
	color:#fff;
	padding-left:23px;
}
#footer .contact li {margin: 0 0 6px;}
#footer .contact .email {
	color:#3fbbe3;
	font-family: 'museo_sans500';
}
#footer .contact .tel {color:#fff;}
/* ---------------------------------------------------------
   4. Styles for responsive breakpoints
   ---------------------------------------------------------*/
/* styles for screens 1025px wide and larger */
@media only screen and (min-width:1025px){
	.tel{
		cursor:default;
		pointer-events:none;
	}
	.slideshow .slide:after {
		bottom:-33px;
	}
}
/* styles for screens 991px wide and narrower */
@media only screen and (max-width:991px) {
	.items-block .image .title {
		font-size:15px;
	}
	.panel-area {
		margin: 0 -32px 52px;
		padding: 26px 0 16px;
	}
	.panel {
		padding: 60px 32px 35px;
	}
	.information .box-holder {
		padding: 20px 0 0 8px;
		overflow:hidden;
	}
	.information .box-holder h3 {
		color:#535353;
		margin: 0 0 14px -8px;
	}
	.heading .paging {
		float:none;
		width:100%;
		text-align:center;
		margin:0 0 19px;
	}
	.paging li {margin:0 6px;}
	.testimonials {margin:0 0 46px;}
	.testimonials .text-box {
		float:none;
		width:100%;
		margin:0 0 29px;
	}
	.testimonials blockquote {
		float:none;
		width:100%;
		padding:0;
	}
	.bg-img img{width:auto;}
	#footer .copy {font-size:13px;}
	.information .box-holder h3, .information .box-holder h2, .information .box-holder h1 {
	margin-left: 0;
	}

}
/* styles for screens 767px wide and narrower */
@media only screen and (max-width:767px) {
	.post-password-form label {
		font-size:12px;
	}
	.post-password-form input[type="password"],
	.search-form input[type="text"] {
		width:125px;
	}
	.logo {margin:14px 14px 14px 15px;}
	.slideshow{
		min-height: 192px;
	}
	.btn-toggle {
		float:right;
		color:#000;
		font-size:18px;
		padding:22px 8px 0 0;
	}
	.btn-toggle .sr-only {
		font-size:18px;
		text-transform:uppercase;
		margin:0 3px 0 0;
		position:static;
		float:left;
		width:auto;
		height:auto;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus{
		background-color:transparent;
	}
	.button-holder{
		float:right;
		border-radius: 4px;
		padding: 6px 7px;
		background-color:#fff;
		margin: -6px 0 0;
	}
	.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
		background:#fe5000;
		opacity:0.9;
	}
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
		max-height:230px;
	}
	.navbar-toggle {
		margin:5px 0 0;
		padding:0;
	}
	.navbar-toggle .icon-bar {
		height:4px;
		width:20px;
	}
	.navbar-toggle .icon-bar + .icon-bar {margin-top:3px;}
	.navbar-nav > li {margin:0;}
	.nav > li > a {padding:10px;}
	.nav > .active > a {
		background:#fe5000;
		color:#fff;
		background:rgba(254,80,0,.7);
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color:#fff;
	}
	.navbar-nav > .active > a:before,
	.navbar-nav > li > a:hover:before,
	.navbar-nav > li > a:focus:before {
		background:none;
	}
	.navbar-collapse {
		padding:0;
		border:none;
		box-shadow: none;
	}
	.navbar-default {background:#fff;}
	.commentlist-item .commentlist-item {padding: 0;}
	.slideshow {margin:0 0 30px;}
	.progressbar,
	.slideshow .block .holder span,
	.slideshow .block .holder p {display:none;}
	.slideshow .block {
		bottom:auto;
		top:50%;
	}
	.slideshow .block .holder {
		background:none;
		padding:0;
		margin:0;
		width:100%;
		text-align:center;
	}
	.slideshow .block .holder:before,
	.slideshow .block .holder:after {
		border:none;
	}
	.slideshow .btn {
		max-width:222px;
		margin:0 auto;
		background:#0d5377;
		background:rgba(13,83,119,.7);
	}
	.slideshow .btn:hover,
	.slideshow .btn:focus {
		background:#0d5377;
	}
	.switcher-box {
		position:relative;
	}
	.slideshow .switcher {
		width:100%;
		padding-top:38px;
	}
	.slideshow .switcher a {
		background:#3fbbe3;
	}
	.slideshow .switcher .active a,
	.slideshow .switcher a:hover,
	.slideshow .switcher a:focus {
		background:#0d5377;
	}
	.items-block .image .title {
		font-size:18px;
	}
	.image-frame{margin:0 0 16px;}
	h1.biggest {
		font-size:2.25em;
		line-height:1.05em;
		margin:0 0 14px;
	}
	h1.biggest br {
		display:none;
	}
	h1 {
		font-size:1.875em;
		line-height:1.13em;
		margin:0 0 25px;
	}
	.panel-area{margin:0 -15px 46px;}
	.panel {padding:48px 15px 20px;}
	.panel-area.visual {margin-bottom:18px;}
	.visual .panel {padding: 39px 15px 0;}
	.panel h1 {margin: 0 0 30px;}
	.panel .widget {margin-bottom:35px;}
	.items-block {margin-bottom: 39px;}
	.items-block-2 {margin-bottom:0;}
	.items-block .block {
		height:auto !important;
		margin-bottom:36px;
	}
	.items-block .box {
		padding:0 25px;
	}
	.article h1 {margin-bottom:9px;}
	.article {padding-bottom:66px;}
	.article .date {
		float:none;
		display:block;
		margin:10px auto 25px;
	}
	.article .box {padding: 0 25px;}
	.home #main {padding-top:0;}
	#main {padding-top:100px;}
	.intro {
		font-size:1.25em;
		line-height:1.25em;
		margin: 0 0 33px;
	}
	.intro .h1 {
		font-size:1.5em;
		line-height:1em;
	}
	#sidebar {
		padding-top:47px;
		border-top:1px solid #c7c7c7;
	}
	blockquote {padding:12px;}
	#content ul {padding:0 0 0 12px;}
	.section-how .add-note {text-align:left;}
	.heading,
	.intro,
	.testimonials {padding:0;}
	.cycle-gallery .mask {margin: 0 0 15px;}
	.cycle-gallery {
		padding:0;
		margin:0 0 10px;
	}
	.btn-prev, .btn-next {
		margin-top:-42px;
		background:#fe5000;
	}
	.btn-prev {left:12px;}
	.btn-next {right:12px;}
	.block-holder{margin:0 0 45px;}
	.banner {padding:0 0 46px;}
	.photo-block .right-3 div{margin:0 -10em;}
	.banner .columns {margin:0 -5px 22px;}
	.banner .col {padding:0 5px;}
	.section-how {padding-bottom:3px;}
	.section-how .col {margin-bottom:38px;}
	#footer .copy {font-size:16px;}
	.banner .add-text {padding:0;}
	.add-nav {display:none;}
	#footer .container {
		padding:33px 40px 35px;
	}
	#footer .contact {padding:20px 0 0;}
}
/* styles for screens 479px wide and narrower */
@media only screen and (max-width:479px) {
	.form-inline .form-control {
		display:block;
		width:100%;
		margin:0 0 10px;
	}
	.form .btn {
		display:block;
		width:100%;
	}
	.form .message br {display:none;}
	.items-block .box {padding:0;}
	.article .box {padding:0;}
	#footer .container {
		padding:33px 15px 35px;
	}
}
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }