/*
Theme Name: TransitionInAction
Author: VERSION2
Author URI: http://version2.agency
Version: 1
Description: TransitionInAction 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:
*/

.widget:after,
.post-password-form p:after,
.search-form:after,
.wrap-container:after,
#header .header-holder:after,
.info-list:after,
.two-columns:after,
.widget .tweet_area li:after {
	content: " ";
	display: block;
	clear: both;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?rr0rk");
	src: url("fonts/icomoon.eot?#iefixrr0rk") format("embedded-opentype"), url("fonts/icomoon.woff?rr0rk") format("woff"), url("fonts/icomoon.ttf?rr0rk") format("truetype"), url("fonts/icomoon.svg?rr0rk#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
	content: "\e600";
}

.icon-google-plus:before {
	content: "\ea88";
}

.icon-facebook:before {
	content: "\ea8c";
}

.icon-twitter:before {
	content: "\ea91";
}

.icon-flickr2:before {
	content: "\eaa1";
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	margin: 0;
	padding: 0;
	max-height: 1000000px;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 7px;
}

html,
body,
div,
span,
applet,
embed,
object,
iframe,
frameset,
p,
q,
blockquote,
sub,
sup,
a,
abbr,
acronym,
font,
img,
small,
center,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
big,
u,
ins,
i,
cite,
em,
var,
dfn,
address,
s,
strike,
del,
dl,
dt,
dd,
ol,
ul,
li,
pre,
code,
kbd,
samp,
tt,
fieldset,
legend,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	background: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

body {
	color: #000;
	font: 17px/24px "Crimson Text", "Times New Roman", Times, serif;
	overflow-y: scroll;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	margin: 0;
	background: #fff;
}

a {
	text-decoration: underline;
	color: #0fb2f5;
	outline: none;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

video,
iframe,
object,
embed {
	max-width: 100%;
}

input,
textarea,
select {
	font: 300 100% "Open Sans", Arial, Helvetica, sans-serif;
	color: #0fb2f5;
	vertical-align: middle;
	outline: 0;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="file"],
textarea {
	background: #fff;
	margin: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #c9eefd;
	padding: 5px 23px;
	font-size: 27px;
	line-height: 35px;
	height: 49px;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
	min-height: 150px;
	height: 150px;
}

button,
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	color: #fff;
	background: #0fb2f5;
	margin: 0;
	padding: 9px 10px;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	border: none;
	text-align: center;
	min-width: 60px;
	cursor: pointer;
	height: 49px;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	opacity: .85;
}

label {
	vertical-align: middle;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="search"] {
	-webkit-appearance: none;
	box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

b,
strong,
th {
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	position: relative;
	text-transform: uppercase;
	text-align: center;
}

h1.orange,
h2.orange,
h3.orange,
h4.orange,
h5.orange,
h6.orange {
	color: #f6871f;
}

h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue,
h6.blue {
	color: #0fb2f5;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	display: block;
	position: relative;
}

h1 span:before,
h1 span:after,
h2 span:before,
h2 span:after,
h3 span:before,
h3 span:after,
h4 span:before,
h4 span:after,
h5 span:before,
h5 span:after,
h6 span:before,
h6 span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 40px;
	right: 50px;
	height: 1px;
	background: #c9eefd;
}

h1 span:after,
h2 span:after,
h3 span:after,
h4 span:after,
h5 span:after,
h6 span:after {
	top: 100%;
}

.mark {
	font-weight: 700;
	color: #0fb2f5;
}

.sub-heading {
	display: block;
	font: 300 27px/29px "Open Sans", Arial, Helvetica, sans-serif;
	color: #0fb2f5;
	margin: 0 0 5px;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote {
	color: #f08300;
	font-style: italic;
	font-size: 27px;
	line-height: 30px;
	text-align: center;
	position: relative;
	padding: 10px 0 7px;
	border: 1px solid #fcead4;
	border-width: 1px 0;
	margin: 0 0 7px;
}

blockquote p {
	margin: 0;
}

i,
cite,
em,
var,
dfn,
address {
	font-style: italic;
}

u,
ins {
	text-decoration: underline;
}

s,
strike,
del {
	text-decoration: line-through;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

table {
	color: #000;
	font-size: 14px;
	line-height: 16px;
	background: #fff;
	border: 1px solid #c9eefd;
	font-weight: bold;
}

th,
td {
	border: 1px solid #c9eefd;
	border-width: 1px 0 0 1px;
}

th:first-child,
td:first-child {
	border-width: 1px 0 0;
}

th {
	background: #0fb2f5;
	color: #fff;
	border-color: #c9eefd;
	vertical-align: top;
	padding: 7px 3px 6px;
}

td {
	padding: 9px 3px;
}

ul {
	margin-left: 1px;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul > li {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: 4px;
	font-weight: bold;
}

pre {
	max-width: 100%;
	overflow: auto;
}

::-webkit-input-placeholder {
	color: #0fb2f5;
}

:-moz-placeholder {
	color: #0fb2f5;
}

::-moz-placeholder {
	color: #0fb2f5;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #0fb2f5;
}

.mejs-controls .mejs-button button {
	min-width: 0;
}

.widget {
	margin-bottom: 14px;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form textarea,
.post-password-form input[type="password"],
.comment-form input[type="text"],
.search-form input[type="search"],
.search-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"],
.search-form input[type="search"],
.search-form input[type="text"] {
	width: 150px;
}

.post-password-form input,
.search-form input {
	float: left;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	border: none;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

#sidebar .search-form input[type="search"],
#sidebar .search-form input[type="text"] {
	width: 100%;
}

.comment-form input[type="submit"] {
	float: none;
	display: block;
}

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

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	padding: 3px 4px;
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	overflow: hidden;
	margin: 0 0 14px;
}

.navigation .next {
	float: left;
}

.navigation .prev {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 14px;
}

.wp-caption img {
	vertical-align: top;
	margin: 0;
}

.wp-caption p {
	margin: 10px 0 0;
}

div.aligncenter {
	margin: 0 auto;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption.alignleft,
img.alignleft {
	margin: 0 15px 10px 0;
}

.wp-caption.alignright,
img.alignright {
	margin: 0 0 10px 15px;
}

.mejs-container {
	margin-bottom: 14px;
}

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar {
	width: 100%;
	text-align: center;
}

#wp-calendar tfoot td {
	padding: 0;
	background: #0fb2f5;
}

#wp-calendar tfoot a {
	padding: 9px 3px;
	display: block;
	color: #fff;
	background: #0fb2f5;
	text-decoration: none;
}

#wp-calendar tfoot a:hover {
	opacity: .8;
}

#wp-calendar #prev {
	text-align: left;
}

.navigation a {
	display: block;
	color: #fff;
	background: #0fb2f5;
	margin: 0;
	padding: 10px 5px 8px;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	border: none;
	text-align: center;
	min-width: 76px;
	text-decoration: none;
}

.navigation a:hover {
	opacity: .85;
}

h1 {
	font-size: 38px;
	line-height: 38px;
	margin: 0 0 28px;
	letter-spacing: 3px;
}

h1 span {
	padding: 27px 10px 31px;
}

h2 {
	font-size: 28px;
	line-height: 28px;
	margin: 0 0 15px;
}

h2 span {
	padding: 20px 0 22px;
}

h3 {
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 15px;
}

h3 span {
	padding: 15px 0;
}

h4 {
	font-size: 19px;
	line-height: 19px;
	margin: 0 0 15px;
}

h4 span {
	padding: 12px 0;
}

h5 {
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 15px;
}

h5 span {
	padding: 10px 0;
}

h6 {
	font-size: 13px;
	line-height: 13px;
	margin: 0 0 15px;
}

h6 span {
	padding: 8px 0;
}

#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	visibility: hidden;
}

.wrap-container {
	max-width: 982px;
	margin: 0 auto;
	padding: 0 15px;
}

#header {
	visibility: hidden;
	width: 100%;
	position: relative;
}

#header .header-holder {
	padding-top: 27px;
	padding-bottom: 26px;
}

#header.fixed {
	background: #fff;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
}

.page-load #header {
	visibility: visible;
}

.logo {
	float: left;
	margin: 0 10px 0 39px;
}

#nav {
	overflow: hidden;
	text-align: right;
	font: bold 19px/23px "Oswald", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 8px 0 0;
}

#nav ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#nav ul li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 0 0 0 8px;
        font-weight: normal;
    font-size: 20px;
}

#nav ul li:first-child {
	margin-left: 0;
}

#nav ul li:last-child a {
	color: #f6871f;
}

#nav ul li:last-child a:hover {
	text-decoration: none;
}

#nav ul li.active a {
	color: #0fb2f5;
	text-decoration: none;
}

#nav ul a {
	text-decoration: none;
	color: #000;
}

#nav ul a:hover {
	color: #0fb2f5;
	text-decoration: underline;
}

#nav .drop {
	overflow: hidden;
    width:100%;
}

.nav-opener {
	display: none;
	float: right;
	width: 51px;
	height: 41px;
	background: #0fb2f5;
	position: relative;
	text-indent: 9999px;
	overflow: hidden;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 20px;
	left: 7px;
	right: 7px;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 10px;
}

.nav-opener:after {
	top: auto;
	bottom: 9px;
}

.nav-opener:hover {
	opacity: .85;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 20px;
	left: 5px;
	right: 5px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active #nav .drop {
	max-height: 4000px;
}

.nav-active #nav .drop > ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.resize-active .drop,
.resize-active .drop > ul {
	-webkit-transition: none !important;
	transition: none !important;
}

.bg-stretch {
	position: relative;
	overflow: hidden;
}

.bg-stretch img {
	max-width: none;
	width: 100%;
}

.intro {
	height: 585px;
}

#main {
	padding: 49px 0 95px;
}

.slogan {
	color: #f6871f;
	font-size: 50px;
	line-height: 56px;
	text-transform: none;
	letter-spacing: normal;
	margin-bottom: 48px;
	margin-top: -14px;
	text-align: left;
}

.slogan span {
	padding: 25px 13px 30px 0;
}

.slogan span:after,
.slogan span:before {
	right: 40px;
	left: 40px;
}

.slogan strong {
	color: #0fb2f5;
	font-weight: 700;
	padding: 27px 0 29px;
}

.map-area {
	background: #b2b2b2;
	height: 361px;
}

.info-area {
	padding-top: 16px;
	padding-bottom: 26px;
	font: 12px/14px "Open Sans", Arial, Helvetica, sans-serif;
}

.info-holder {
	border: 1px solid #bceafc;
	color: #0fb2f5;
	overflow: hidden;
	margin: 0 0 35px;
	display: table;
	width: 100%;
}

.info-holder p {
	margin: 0;
}

.info-holder a {
	text-decoration: none;
	color: #f6871f;
}

.info-holder a:hover {
	text-decoration: underline;
}

.info-item {
	width: 50%;
	border: 1px solid #bceafc;
	border-width: 0 0 0 1px;
	display: table-cell;
	vertical-align: middle;
	padding: 6px 5px 4px;
}

.info-item:first-child {
	border: none;
}

.info-item .wrap-holder {
	padding: 0 8.1%;
}

.info-list {
	margin: 0 5px 0 -4px;
	padding: 0;
}

.info-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	list-style: none;
	width: 33.33%;
	padding: 0 0 0 10px;
}

.info-list li a {
	color: #0fb2f5;
	position: relative;
}

.info-list img {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 9px 0 0;
}

.choose-list {
	margin: 0 0 0 -10px;
	padding: 0;
	overflow: hidden;
}

.choose-list li {
	list-style: none;
	float: left;
	width: 50%;
	padding: 0 0 10px 10px;
	position: relative;
}

.choose-list a {
	color: #fff;
	text-decoration: underline;
	display: block;
	position: relative;
}

.choose-list a:hover {
	text-decoration: none;
}

.choose-list a:hover .title {
	text-decoration: none;
}

.choose-list a:hover img {
	display: none;
}

.choose-list a:hover img.hover,
.choose-list a:hover img:nth-child(2) {
	display: block;
}

.choose-list img.hover,
.choose-list img:nth-child(2) {
	display: none;
}

.choose-list .title {
	text-decoration: underline;
	position: absolute;
	bottom: 27px;
	width: 60%;
	right: 9%;
	text-transform: uppercase;
	font: 38px/38px "Open Sans", Arial, Helvetica, sans-serif;
	z-index: 2;
	text-align: right;
	padding: 51px 0 0;
}

.choose-list .title span {
	display: table-cell;
	vertical-align: bottom;
}

.choose-list .title:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 46px;
	background: url(images/icon04.png) no-repeat;
}

.two-columns #content {
	width: 100%;
	float: left;
}

.content-holder {
	margin: 0 312px 0 0;
}

#sidebar {
	float: right;
	width: 282px;
	margin: 0 0 0 -100%;
}

#sidebar .search-form {
	position: relative;
	margin: 0 0 9px;
	border: 1px solid #c9eefd;
	padding: 0 60px 0 0;
}

#sidebar .search-form input[type="text"],
#sidebar .search-form input[type="tel"],
#sidebar .search-form input[type="email"],
#sidebar .search-form input[type="url"],
#sidebar .search-form input[type="password"],
#sidebar .search-form input[type="search"],
#sidebar .search-form input[type="file"],
#sidebar .search-form textarea {
	border: none;
}

#sidebar .search-form button,
#sidebar .search-form input[type="button"],
#sidebar .search-form input[type="submit"] {
	background: none;
	text-indent: -9999px;
}

#sidebar .search-form .icon-search {
	height: 49px;
	width: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

#sidebar .search-form .icon-search:hover:before {
	color: #0fb2f5;
}

#sidebar .search-form .icon-search:before {
	position: absolute;
	top: 10px;
	right: 23px;
	color: #b9e9fc;
	font-size: 36px;
	line-height: 26px;
}

#sidebar .choose-list {
	margin: 0;
	padding: 97px 0 19px;
}

#sidebar .choose-list li {
	float: none;
	width: 100%;
	padding: 0 0 10px;
}

#sidebar .choose-list .title {
	right: 17px;
	left: 17px;
	bottom: 29px;
	padding: 0;
	font-size: 35px;
	line-height: 35px;
	width: auto;
}

#sidebar .choose-list .title:before {
	display: none;
}

#sidebar .choose-list .title span {
	display: block;
	height: auto !important;
}

.column-holder {
	overflow: hidden;
	margin: 0 0 0 -13px;
}

.column {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	padding: 0 0 0 13px;
	width: 50%;
	font: 14px/18px "Crimson Text", "Times New Roman", Times, serif;
}

.column h2 {
	color: #0fb2f5;
	font-size: 27px;
	line-height: 29px;
	text-transform: none;
	text-align: left;
	margin: 0 0 15px;
}

.column h2 a {
	color: #0fb2f5;
	text-decoration: none;
}

.column h2 a:hover {
	text-decoration: underline;
	color: #f6871f;
}

.social-folder {
	border: 1px solid #bceafc;
}

.social-folder h3 {
	font-size: 38px;
	line-height: 40px;
	margin: 0;
	padding: 28px 10px 29px;
	letter-spacing: 3px;
}

.social-folder .heading-list {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font: bold 15px/17px "Open Sans", Arial, Helvetica, sans-serif;
	text-align: center;
	border-top: 1px solid #bceafc;
}

.social-folder .heading-list li {
	list-style: none;
	float: left;
	width: 50%;
	border-left: 1px solid #bceafc;
}

.social-folder .heading-list li:first-child {
	border: none;
}

.social-folder .heading-list .heading {
	display: block;
	font-size: 27px;
	line-height: 30px;
	font-weight: 300;
	color: #0fb2f5;
	padding: 9px 5px;
}

.social-folder .heading-list .st_twitter_custom {
	display: block;
	padding: 15px 5px 16px 40px;
	cursor: pointer;
	position: relative;
	color: #fff;
	background: #0fb2f5;
}

.social-folder .heading-list .st_twitter_custom:hover {
	opacity: .85;
}

.social-folder .heading-list [class^="icon-"]::before,
.social-folder .heading-list [class*=" icon-"]::before {
	position: absolute;
	top: 17px;
	left: 23px;
}

.social-folder hr {
	display: none;
	border: none;
	background: #bceafc;
	height: 1px;
}

.social-folder p {
	line-height: 18px;
	margin: 0;
}

.widget.tweet {
	margin: 0;
}

.widget .tweet_area {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
}

.widget .tweet_area li {
	list-style: none;
	padding: 12px 20px 12px 9px;
	border-top: 1px solid #bceafc;
}

.widget .tweet_area li:nth-child(2n) {
	padding: 13px 20px 24px 9px;
}

.widget .tweet_area .avatar {
	float: left;
	min-width: 33px;
	margin: 0 8px 10px 0;
}

.widget .tweet_area a {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #f6871f;
	text-decoration: none;
}

.widget .tweet_area a:hover {
	text-decoration: underline;
}

#footer {
	background: #000;
	padding: 42px 0 31px;
	color: #fff;
	font: 300 10px/12px "Open Sans", Arial, Helvetica, sans-serif;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #f6871f;
}

#footer .add-nav ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#footer .add-nav ul li {
	list-style: none;
	float: left;
	padding: 0 5px 0 6px;
	position: relative;
}

#footer .add-nav ul li:first-child {
	padding-left: 0;
}

#footer .add-nav ul li:first-child:before {
	display: none;
}

#footer .add-nav ul li:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 1px;
	height: 9px;
	background: #fff;
}

.nav-area {
	float: left;
	padding: 0px 24% 0 0;
}

.copyrijght {
	display: block;
	margin: 0 0 2px;
	font-weight: 300;
}

.copyrijght a {
	text-decoration: none;
}

#footer .social-networks,
.social-networks {
	float: left;
	padding: 0;
	margin: 0;
}

#footer .social-networks li,
.social-networks li {
	list-style: none;
	float: left;
	margin: 0 0 10px 10px;
}

#footer .social-networks li:first-child,
.social-networks li:first-child {
	margin-left: 0;
}

#footer .social-networks a,
.social-networks a {
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}

#footer .social-networks a:hover,
.social-networks a:hover {
	background: #f6871f;
	color: #fff;
}

#footer .social-networks a.icon-facebook,
.social-networks a.icon-facebook {
	font-size: 18px;
}

#footer .social-networks a.icon-facebook:before,
.social-networks a.icon-facebook:before {
	margin: 0 0 0 -3px;
}

#footer .social-networks a.icon-google-plus,
.social-networks a.icon-google-plus {
	font-size: 17px;
	line-height: 32px;
}

#footer .social-networks a.icon-google-plus:before,
.social-networks a.icon-google-plus:before {
	margin: 0 0 0 2px;
}

#footer .social-networks a.icon-icon-flickr2,
.social-networks a.icon-icon-flickr2 {
	font-size: 17px;
	line-height: 28px;
}

#footer .social-networks span,
.social-networks span {
	display: block;
	text-indent: -9999px;
	height: 0;
}

.by {
	float: right;
	padding: 7px 0 0;
}

.by img {
	margin: 0 0 0 19px;
	display: inline-block;
	vertical-align: middle;
}

.posts-section {
	padding: 8px 0 0;
}

.menu {
	margin: 0 0 45px -5px;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

.menu li {
	list-style: none;
	float: left;
	margin: 0 5px 5px;
}

.menu li.active a {
	background: #0fb2f5;
	color: #fff;
	text-decoration: none;
}

.menu a {
	display: block;
	background: #fff;
	color: #000;
	text-transform: uppercase;
	font: 700 19px/21px "Oswald", Arial, Helvetica, sans-serif;
	padding: 14px 5px 13px;
	min-width: 110px;
	border: 1px solid #0fb2f5;
	text-decoration: none;
}

.menu a:hover {
	background: #0fb2f5;
	color: #fff;
	text-decoration: none;
}

.post {
	overflow: hidden;
	margin: 23px 0 0;
}

.post:first-child {
	margin-top: 0;
}

.post .visual {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	width: 29.2%;
	padding: 0 6% 0 0;
	margin: 0 -4px 0 0;
}

.post .text-info {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 65%;
	padding: 0 0 0 14px;
	margin: 0 -4px 0 0;
}

.post .text-info:before {
	content: "";
	position: absolute;
	top: -9999px;
	left: 0;
	width: 4px;
	bottom: -99999px;
	background: #f08200;
	z-index: 2;
}

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	text-align: left;
	letter-spacing: normal;
	font-weight: 300 !important;
}

.post h2 {
	text-transform: none;
	font-size: 27px;
	line-height: 28px;
	margin: 0 0 15px;
}

.post h2 a {
	text-decoration: none;
}

.post h2 a:hover {
	text-decoration: underline;
}

.post p {
	margin: 0 0 2px;
}

.post .info {
	font-size: 14px;
	line-height: 16px;
	overflow: hidden;
}

.post .title {
	font-style: italic;
	margin: 0 2px 0 0;
	font-weight: normal;
}

.single-article {
	padding: 23px 0 0;
}

.single-article blockquote {
	margin: 15px 0 35px;
	padding: 10px 0;
}

.single-article .visual-block {
	position: relative;
	padding: 6px 31px 0 0;
	margin: 0 5px 0 0;
	overflow: hidden;
}

.single-article .visual-block.alignleft:before {
	right: 0;
}

.single-article .visual-block.alignright:before {
	left: 0;
}

.single-article .visual-block:before {
	content: "";
	position: absolute;
	top: 6px;
	width: 4px;
	height: 158px;
	background: #f08200;
	z-index: 3;
}

.single-article .visual {
	padding: 6px 0 9px;
}

.single-article .btn-holder {
	text-align: center;
	margin: -3px 0 20px;
}

.single-article .button {
	display: inline-block;
	vertical-align: top;
	float: none;
	background: #fff;
	border: 1px solid #c9eefd;
	font: 300 27px/30px "Open Sans", Arial, Helvetica, sans-serif;
	padding: 9px 10px 8px;
	min-width: 282px;
	text-decoration: none;
}

.single-article .button:hover {
	color: #000;
	background: #c9eefd;
}

.single-article .text-list {
	margin: 0 0 0 10px;
	padding: 28px 0 10px;
	color: #000;
	width: 100%;
	overflow: hidden;
	counter-reset: item;
	font-size: 10px;
	line-height: 12px;
	color: #333;
	word-wrap: break-word;
}

.single-article .text-list li {
	padding: 0;
	position: relative;
}

.single-article .text-list li:before {
	padding: 0 2px 0 3px;
	color: #333;
	content: counters(item, ".") "]";
	counter-increment: item;
}

.single-article .text-list li:after {
	content: "[";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	line-height: 12px;
	color: #333;
	z-index: 10;
}

.single-article .text-list a {
	color: #333;
	border-bottom: 1px solid #f4a140;
	text-decoration: none;
}

.single-article .text-list a:hover {
	border: none;
}

.article-block {
	overflow: hidden;
	padding: 0 0 0 4px;
	position: relative;
}

.panel-info {
	padding: 0 9px 0;
	margin: 0 0 20px -5px;
}

.panel-info.blue {
	border: 1px solid #f7fdff;
	background: #eefafe;
	margin: 0 0 22px;
}

.panel-info.blue h1,
.panel-info.blue h2,
.panel-info.blue h3,
.panel-info.blue h4,
.panel-info.blue h5,
.panel-info.blue h6 {
	background: #fff;
	text-align: left;
	color: #0fb2f5;
	text-transform: none;
	margin: 0 -9px 10px;
	padding: 4px 9px 4px;
}

.panel-info.blue h1 sup,
.panel-info.blue h2 sup,
.panel-info.blue h3 sup,
.panel-info.blue h4 sup,
.panel-info.blue h5 sup,
.panel-info.blue h6 sup {
	font-size: 16px;
}

.panel-info.blue h2 {
	font-size: 27px;
	line-height: 27px;
}

.panel-info a {
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

.panel-info a:hover {
	text-decoration: underline;
}

.row {
	overflow: hidden;
}

.bg-holder {
	height: 450px;
	overflow: hidden;
	position: relative;
}

.bg-holder .bg-frame {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.bg-holder .bg-frame img {
	position: absolute;
	width: 100%;
	max-width: none;
}

.loader {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 30px;
	height: 45px;
	overflow: hidden;
	margin: -23px 0 0 -16px;
}

.loader span {
	opacity: 0;
	float: left;
	width: 15px;
	height: 15px;
	clear: right;
	background: #0fb2f5;
	animation: show .9s step-end infinite alternate;
	-webkit-animation: show .9s step-end infinite alternate;
	-ms-animation: show .9s step-end infinite alternate;
}

.loader span.alignright {
	float: right;
	clear: left;
}

.loader .box {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.loader .box2 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.loader .box3 {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.page-load #wrapper {
	visibility: visible;
}

.page-load .loader {
	display: none;
}

.visual.aligncenter {
	text-align: center;
}

@media all and (max-width: 1023px) {
	.logo {
		margin: 0 10px 0 0;
	}

	.intro {
		height: 350px;
	}

	#main {
		padding: 30px 0 45px;
	}

	.slogan {
		font-size: 40px;
		line-height: 44px;
		margin-bottom: 20px;
	}

	.slogan span {
		padding: 20px 10px;
	}

	.map-area {
		height: 300px;
	}

	.info-list {
		margin: 0 0 0 10px;
	}

	.info-list li {
		margin: 10px 0 0;
		padding: 0;
		width: 100%;
		display: block;
	}

	.info-list li:first-child {
		margin-top: 0;
	}

	.choose-list .title {
		left: 9%;
		width: auto;
	}

	.single-article .visual-block.alignleft {
		margin: 0 5px 0 0;
	}

	.single-article .visual-block.alignleft:before {
		right: 2px;
	}

	.single-article .visual-block.alignright {
		margin: 0 0 0 5px;
	}

	.single-article .visual-block.alignright:before {
		left: 2px;
	}

	.article-block {
		overflow: visible;
		padding: 0;
	}

	.bg-holder {
		height: 350px;
	}
}

@media only screen and (max-width: 767px) {
	.commentlist-item .commentlist-item {
		padding: 0;
	}
}

@media all and (max-width: 767px) {
	h1 {
		font-size: 28px;
		line-height: 28px;
	}

	h1 span {
		padding: 17px 10px;
	}

	h2 {
		font-size: 24px;
		line-height: 24px;
	}

	h2 span {
		padding: 14px 0;
	}

	h3 {
		font-size: 20px;
		line-height: 20px;
	}

	h3 span {
		padding: 12px 0;
	}

	h4 {
		font-size: 18px;
		line-height: 18px;
	}

	h4 span {
		padding: 10px 0;
	}

	h5 {
		font-size: 14px;
		line-height: 14px;
	}

	h5 span {
		padding: 8px 0;
	}

	h6 {
		font-size: 12px;
		line-height: 12px;
	}

	h6 span {
		padding: 6px 0;
	}

	#header .header-holder {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#nav {
		text-align: center;
		padding: 12px 0 0;
	}

	#nav ul li {
		display: block;
		margin: 0;
		border-top: 1px solid #3e3e3e;
	}

	#nav ul a {
		color: #3F4A59;
		display: block;
		padding: 3px 15px;
	}

	#nav .drop {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		max-height: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		z-index: 100;
	}

	#nav .drop > ul {
		background: #000;
		background: rgba(0, 0, 0, .85);
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.nav-opener {
		display: block;
	}

	#main {
		padding: 15px 0;
	}

	.slogan {
		font-size: 28px;
		line-height: 32px;
		margin-top: 0;
	}

	.slogan span {
		padding: 17px 10px;
	}

	.info-item {
		width: 100%;
		display: block;
		border-width: 1px 0 0;
		padding: 6px 15px;
	}

	.info-item .wrap-holder {
		padding: 0;
	}

	.info-list {
		margin: 0;
	}

	.choose-list .title {
		font-size: 29px;
		line-height: 35px;
	}

	.choose-list .title {
		font-size: 25px;
		line-height: 25px;
		bottom: 15px;
		padding: 36px 0 0;
		right: 15px;
		left: 15px;
	}

	.choose-list .title:before {
		width: 21px;
		height: 31px;
		background-size: cover;
	}

	.two-columns #content {
		float: none;
	}

	.content-holder {
		margin: 0 0 25px;
	}

	#sidebar {
		float: none;
		margin: 0;
		width: auto;
	}

	#sidebar .choose-list {
		margin: 0 0 0 -10px;
		padding: 20px 0;
	}

	#sidebar .choose-list li {
		float: left;
		width: 50%;
		padding: 0 0 10px 10px;
	}

	#sidebar .choose-list .title {
		font-size: 25px;
		line-height: 25px;
		bottom: 15px;
	}

	.social-folder h3 {
		font-size: 27px;
		line-height: 30px;
		padding: 10px 10px 12px;
		letter-spacing: normal;
	}

	.social-folder .heading-list .heading {
		font-size: 24px;
		line-height: 26px;
	}

	#footer {
		padding: 15px 0;
	}

	.nav-area {
		padding: 0 10px 20px 0;
	}

	#footer .social-networks,
	.social-networks {
		clear: left;
		float: none;
	}

	.by {
		padding: 5px 0 0;
	}

	.by img {
		margin: 0 0 0 9px;
	}

	.menu a {
		font-size: 16px;
		line-height: 18px;
		padding: 11px 5px 12px;
	}

	.single-article .visual-block {
		max-width: 40%;
		padding: 6px 16px 0 0;
	}

	.single-article .text-list {
		padding: 0 0 10px;
	}
}

@media all and (max-width: 479px) {
	.choose-list {
		margin: 0;
	}

	.choose-list li {
		width: 100%;
		padding: 0 0 10px;
		float: none;
	}

	.choose-list .title span {
		display: block;
		height: auto !important;
	}

	#sidebar .choose-list {
		margin: 0;
	}

	#sidebar .choose-list li {
		float: none;
		width: 100%;
		padding: 0 0 10px;
	}

	.column-holder {
		margin: 0;
	}

	.column {
		width: 100%;
		float: none;
		margin: 0;
		padding: 0 0 10px;
	}

	.social-folder h3 {
		font-size: 24px;
		line-height: 26px;
	}

	#footer .add-nav ul li {
		float: none;
		padding: 2px 0 0;
	}

	#footer .add-nav ul li:first-child {
		padding-top: 0;
	}

	#footer .add-nav ul li:before {
		display: none;
	}

	.nav-area {
		padding: 0 10px 0 0;
	}

	#footer .social-networks,
	.social-networks {
		clear: none;
		float: right;
	}

	.by {
		clear: right;
	}

	.post .visual {
		float: left;
		padding: 0 5px 0 0;
		margin: 0;
	}

	.post .text-info {
		display: block;
		overflow: hidden;
		margin: 0;
		width: auto;
		padding: 0 0 0 10px;
	}

	.post .text-info:before {
		width: 3px;
	}

	.post h2 {
		font-size: 22px;
		line-height: 24px;
	}

	.gallery-item {
		float: none !important;
		width: 100% !important;
	}
}

@-webkit-keyframes show {
	from,
	40% {
		opacity: 0;
	}

	41%,
	to {
		opacity: 1;
	}
}

@keyframes show {
	from,
	40% {
		opacity: 0;
	}

	41%,
	to {
		opacity: 1;
	}
}
#header{
z-index:99999;
}
#nav ul li{
padding:10px 5px;
}
#nav ul li:hover{
text-decoration:none;
    border-radius: 5px;
    color: #fff;
    background-image: linear-gradient(-180deg, #F6871F 0%, #DA6751 66%, #DA6752 100%);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50), inset 0 1px 3px 0 rgba(0,0,0,0.50);
}
#nav ul li a:hover{
color:#fff;
text-decoration:none;
}
@media(max-width:767px){
.nav-opener{
	position:absolute;
	right:20px;
}
.drop{
    text-align: right;
}
.drop #menu-main-menu{
	    text-align: center;
}
#nav .drop > ul{
	    max-width: 140px;
    float: right;
}
.nav-opener{
background:transparent;
}
.nav-opener:before, .nav-opener:after, .nav-opener span{
    background: #3F4A59;
}
#nav ul li{
background:#fff;
}
	.filters .filters-wrapper div:nth-child(3) input{
		right:auto;
		    left: 201px;
	}
	.filters .filters-wrapper div:nth-child(2) input,
	.filters .filters-wrapper div:first-child input{
		    right: auto;
    left: 116px;
	}
}