/*
Theme Name: Condo Adviser 2018
Author: Stem Legal
Author URI: http://www.stemlegal.com
Version: 1.0
Description: Theme for Condo Adviser (Gowling WLG)
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* login page */
.login h1 a{
	background-image:url("images/logo-gwlg-clientconnect.png");
}

main .container{
    background:#fff;
}

/* social networks */
ul.social-networks{
	padding-left:0;
}
.social-networks {
	/* text-align: center; */
	margin: 0;
    border-bottom: 1px solid #0a2029;
    padding: 0 0 3px 6px;
    font-size: 19px;	
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 6px 7px;
	padding: 0;
	background-color: #b8b7b7;
	overflow: hidden;
	color: #fff;
	border-radius: 50%;
	position: relative;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.social-networks li:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.social-networks li:after {
	content: none;
	display: none;
}

.social-networks li.icon-facebook:hover {
	background-color: #3b5997;
}

.social-networks li.icon-twitter:hover {
	background-color: #00aced;
}

.social-networks li.icon-linkedin2:before {
	top: 45%;
}

.social-networks li.icon-linkedin2:hover {
	background-color: #069;
}

.social-networks li.icon-youtube:hover {
	background-color: #df4b3e;
}

.social-networks a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    background: #464646;
    color: #e7e7e8;
    padding: 4px 0 0;
}
.social-networks a:hover{
    /* opacity: 1; .9 */
    background: #003a63;
    color: #e7e7e8;
}

#footer .social-networks a {
    background: #e7e7e8;
    color: #464646;
}
#footer .social-networks li:hover {
    opacity: .9;
}

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


[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	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-angle-right:before {
    content: "\e903";
}
.icon-angle-left:before {
    content: "\e904";
}
.icon-angle-double-right:before {
    content: "\e901";
}
.icon-angle-double-left:before {
    content: "\e902";
}

/* .icon-envelope-o */
.icon-email:before {
    content: "\e900";
}

.icon-facebook:before {
    content: "\ea90";
}
.icon-link:before {
    content: "\e9cb";
}
.icon-google-plus:before {
    content: "\ea8b";
}
.icon-twitter:before {
    content: "\ea96";
}
.icon-youtube:before {
    content: "\ea9d";
}

/* icon-linkedin2 */
.icon-linkedin:before {
    content: "\eaca";
}

.nav-drop,
.nav-drop .drop-down,
.carousel .pagination ul,
.footer-nav ul,
.privacy-menu,
.share-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
#content:after,
.container:after,
#header:after,
.header-r:after,
.main-nav:after,
.search:after,
.promo:after,
.carousel .pagination:after,
.footer-bottom:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #636363;
	background: #f7f7f7; /* faf9f9 */
	font: 18px/1.28 "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	font-weight:300;
	/* -webkit-font-smoothing: antialiased; */
	/* -moz-osx-font-smoothing: grayscale; */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

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

.gm-style img {
	max-width: none;
}

a {
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #326081;
	text-decoration: none;
}

a:hover {
	color: #326081;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

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

blockquote {
	border-left: 4px solid #dbd9d9;
	padding-left: .5em;
	margin-left: 1.28em;
}

th,
td {
	border: 1px solid #dbd9d9;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

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

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

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #dbd9d9;
	padding: 8px 12px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #dbd9d9;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #dbd9d9;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #dbd9d9;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #dbd9d9;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #dbd9d9;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#content:only-child {
	float: none;
	width: 100%;
}

#sidebar {
	margin-top: 25px;
	padding: 15px 17px;
	font-size: 18px;
}

#sidebar h2 {
	font-size: 22px;
	margin-bottom: 7px;
}

.widget {
	margin-bottom: 1.28em;
}

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

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

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

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

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

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

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

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

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
	padding: 2px 5px;
	margin-bottom: 5px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

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

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #e7e7e8;
	color: #636363;
	height: 2em;
	border: none;
	padding: 0 .5em;
	border: 1px solid #a7a9ac;
	background-color: #464646;
	color: #fff;
}

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

.commentlist {
	margin: 0 0 1.28em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.28em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.28em;
}

.widget_calendar {
	font-size: 16px;
}

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

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

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.28em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #e7e7e8;
	color: #636363;
	padding: .4em;
	text-decoration: none;
	border: 1px solid #a7a9ac;
	background-color: #464646;
	color: #fff;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.28em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: transparent;
	color: #636363;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #dbd9d9;
	padding: .4em;
	margin-bottom: 1.28em;
}

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

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.28em;
}

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

.alignleft {
	float: left;
	margin: 0 1.28em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.28em;
}

.mejs-container {
	margin-bottom: 1.28em;
}

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

iframe {
	max-width: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	/* margin: 0 0 .5em; */
	color: inherit;
}

h1,
.h1 {
	font-size: 40px;
	font-weight: normal;
	/* margin-bottom: 8px; */
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #326081;
}

a:hover,
a:focus {
	color: #25435b;
}

#wrapper {
	overflow: hidden;
}

#content p {
	font-size: 18px/24px;
	/* font-weight: 300; */
}
#content img {
	border:1px solid #636363;
}

#sidebar p {
	font-size: 16px;
	/* font-weight: 300; */
}

.container {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 15px 40px;
}

.container.bg-pebbled {
	padding-bottom: 20px;
}

.bg-pebbled { /* #header, */
	background-image: url("images/bg1.jpg");
}

#header .container {
	padding: 0 20px; /* padding: 0; */
    background-image: url(images/bg1.jpg);
}

.header-l {
	background-color: #003a63;
	padding: 15px 0 0 0;
}

.header-l .logo {
	margin: 0 auto;
	width: 290px;
}

.header-l .logo img {
	vertical-align: top;
	width: 100%;
	height: auto;
	display: inline-block;
	/* margin-bottom: -1px; */
}

.header-top {
	padding: 14px 15px 9px;
	border-bottom: 1px solid #fff;
	box-shadow: 0 1px 0 0 #c9c9c9;
	text-align: center;
}

.header-top span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-size: 16px;
	font-style: italic;
}

.header-top .logo {
	display: inline-block;
	vertical-align: middle;
	max-width: 243px; /* 348px */
}

.header-top .logo img {
	width: 100%;
	height: auto;
}

.main-nav {
	position: relative;
	padding: 6px 7px;
	width: 100%;
	float: right;
	z-index: 99;
}

.nav-opener {
	float: right;
	width: 47px;
	height: 37px;
	background: #000;
	background: #003a63;
	position: relative;
	border-radius: 0;
	position: relative;
	z-index: 100;
}

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

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

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

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

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #fff;
	border-radius: 0;
	position: absolute;
	top: 50%;
	left: 30%;
	right: 30%;
	height: 2px;
	margin-top: -2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 35%;
}

.nav-opener:after {
	top: 64%;
}

.nav-drop {
	background-image: url("images/bg1.jpg");
	color: #636363;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(-120%);
	-ms-transform: translateX(-120%);
	transform: translateX(-120%);
	position: absolute;
	z-index: 999;
	top: calc(100%);
	left: 0;
	right: 0;
	-webkit-transition: -webkit-transform .5s, visibility .5s, opacity .5s;
	transition: transform .5s, visibility .5s, opacity .5s;
	font-size: 20px;
	font-weight:400;
}

.nav-drop .drop-down {
	padding: 10px 20px;
}

.nav-drop .drop-down a {
	font-size: 15px;
}

.nav-drop .drop-down a:hover {
	background-color: #326081;
}

.nav-drop .drop-down li:first-child a {
	border-top: none;
	box-shadow: none;
}

.nav-drop li {
	padding: 0 0;
}

.nav-drop li:last-child {
	border: none;
	box-shadow: none;
}

.nav-drop li:last-child .drop-down {
	right: 0;
	left: auto;
}

.nav-drop li.active > a {
	/* color: #fff; */
}

.nav-drop li .drop-opener {
	/* color: #636363; */
}

.nav-drop li a {
	text-decoration: none;
	display: block;
	padding: 10px; /* 10px 15px */
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
	border-top: 1px solid #c9c9c9;
	box-shadow: 0 -1px 0 0 #fff;
}

.nav-drop li a:hover, .nav-drop li.active > a {
	background-color: #003a63;
	color: #fff;
}

.nav-active .nav-drop {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.active-drop a.drop-opener {
	background-color: #003a63;
	color: #fff;
}

.forms-holder {
    /* border-top: 9px solid #e41b22; */
	padding: 15px 0 22px;
	width: 100%;
	position: relative;
}

.forms-holder form {
	border-bottom: 1px solid #333;
	padding-bottom: 12px;
}

.forms-holder form select {
	width: 100%;
	font-size: 16px;
}

.forms-holder h3 {
	border-bottom: 1px solid #333;
	color: #1969a1;
	margin-bottom: 10px;
	font-weight: normal;
	padding-bottom: 5px;
}

.find1 {
	/* display: none;
	width: 33%;
	max-width: 221px;
	 */
}

/*
.find1:after {
	content: "";
	position: absolute;
	top: -4px;
	height: 4px;
	left: -9999px;
	right: -9999px;
	background: #005b7f;
}
*/

.find2 {
	/* display: none;
	width: 33%;
	max-width: 221px;
	 */
}

#footer .search {
	width: 100%;
}

.search input[type="search"] {
	width: 69%;
	border: 1px solid #a7a9ac;
	background-color: #fff;
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 3px 10px;
	outline: none;
}

.search input[type="submit"] {
	border: 1px solid #a7a9ac;
	background-color: #464646;
	color: #fff;
	width: 31%;
	float: left;
	margin-left: -1px;
	font-size: 18px;
	height: 32px;
	padding: 6px;
	line-height: 1;
	text-align: center;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
}

.search input[type="submit"]:hover {
	background-color: #fff;
	color: #464646;
}

/* button */
.btn{
	border: 1px solid #a7a9ac;
	background-color: #464646;
	color: #fff;
	font-size: 18px;
	height: 32px;
	padding: 6px;
	line-height: 1;
	text-align: center;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
}
.btn:hover {
	background-color: #fff;
	color: #464646;
}

.promo {
	display: none;
	max-width: 1024px;
    margin: 0 auto;

	padding: 75px; /* 94px */
	/* padding: 74px; 74px */
	background-size: cover;
	text-align: left;
	border-bottom: 3px solid #005b7f;
	border-top: 3px solid #005b7f;
	box-shadow: 0 1px 0 0 #333, 0 -1px 0 0 #333;
	margin-bottom: 1px;
	margin-top: 1px;
	background-image: url("images/header-blue-glass.jpg");
	background-position: 50% 50%;
}

.promo .slogan {
	max-width: 600px; /* 346px */
	background-color: rgba(255, 255, 255, .7);
	color: #005b7f;
	padding: 20px;
	display: block;
	float: right;
	margin-bottom: 0;
}

/* carousel basic styles */

div.carousel {
	position: relative;
	border-top: 4px solid #fff;
	padding: 1px 4px;
	background-image: url("images/bg1.jpg");
}

div.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

div.carousel .slideset {
	width: 100%;
	float: left;
	white-space: nowrap;
	font-size: 0;
}

div.carousel .slide {
	display: inline-block;
	float: left;
	white-space: normal;
	font-size: 30px;
	font-size: 0;
	padding-bottom: 25px;
}

div.carousel .slide:first-child {
	display: inline-block;
}

.carousel-container {
	padding: 0;
}

.post-block {
	width: 100%;
	height: 311px;
	background-size: cover;
	background-position: 50% 50%;
	color: #fff;
	padding: 22px;
	line-height: 1;
	margin-bottom: 1px;
}

.post-block h2 {
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 9px;
}

.post-block a {
	color: inherit;
	text-decoration: none;
}

.post-block a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.post-block time {
	font-size: 14px;
	display: inline-block;
	/* border-right: 2px solid #fff; */
	padding-right: 7px;
	margin-right: 7px;
}

.post-block .category {
	font-size: 14px;
}

.carousel {
	margin-bottom: 137px;
}

.carousel .pagination {
	background-color: #fff;
	margin: 0 -4px;
	padding: 9px 18px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	position: relative;
}

.carousel .pagination ul {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.carousel .pagination li {
	margin: 0 5px;
	display: inline-block;
}

.carousel .pagination li a {
	width: 14px;
	height: 14px;
	background-color: #b7b7b7;
	display: block;
	text-indent: -9999px;
}

.carousel .pagination li.active a,
.carousel .pagination li a:hover {
	background-color: #003961;
}

.carousel .btn-prev,
.carousel .btn-next {
	display: none;
	position: absolute;
	top: 50%;
	left: 12px;
	width: 19px;
	height: 58px;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.carousel .btn-prev:hover:before,
.carousel .btn-prev:hover:after,
.carousel .btn-next:hover:before,
.carousel .btn-next:hover:after {
	background-color: #326081;
}

.carousel .btn-prev:before,
.carousel .btn-next:before {
	content: "";
	position: absolute;
	width: 8px;
	background-color: #464646;
	height: 100%;
	bottom: 50%;
	left: 11px;
	-webkit-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	transform: skew(-20deg);
}

.carousel .btn-prev:after,
.carousel .btn-next:after {
	content: "";
	position: absolute;
	width: 8px;
	background-color: #464646;
	height: 100%;
	bottom: auto;
	top: 50%;
	left: 11px;
	-webkit-transform: skew(20deg);
	-ms-transform: skew(20deg);
	transform: skew(20deg);
}

.carousel .btn-next {
	left: auto;
	right: 12px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.search-block .container{
    background-image: url(images/bg1.jpg);
}

.search-block .col{
    float: left;
}



.view-link {
	text-transform: uppercase;
	font-size: 18px;
	color: #636363;
	text-decoration: none;
	float: right;
	font-weight:400;
}

.view-link i {
	font-size: 20px;
	margin-left: 5px;
}

.profile{
    margin-bottom:20px;    
}
.post .profile p{
    margin-bottom:4px;
}
.profile .author-social{
    margin-top: 20px;
}

.author-social {
	margin: 0;
	padding: 0 !important;
	list-style: none;
	font-size: 19px;
}
.author-social li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.post .author-social a, .author-social a{
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	text-align: center;
	background: #464646;
	color: #e7e7e8;
	padding: 5px 0 0;
}
.post .author-social a:hover, .author-social a:hover {
	text-decoration: none;
	background: #003a63;
	color: #e7e7e8;	
}

#footer {
	max-width: 1024px;
    margin: 0 auto;
	background: #464647;
	padding: 23px 0 10px;
}

#footer .footer-wrapper {
	/* max-width: 623px; */
	margin: 0;
}

#footer .forms-holder {
	border-top: none;
	padding: 0;
}

#footer .forms-holder form {
	width: 100%;
}

#footer .forms-holder form input[type="submit"] {
	height: 35px;
}

#footer .forms-holder form input[type="submit"]:hover {
	color: #fff;
	background-color: #464646;
}

#footer .forms-holder form input[type="search"] {
	height: 35px;
}

#footer .forms-holder h3 {
	color: #e7e7e8;
	font-size: 18px;
}

#footer .forms-holder input {
	background: #e7e7e8;
	color: #464646;
}

#footer .forms-holder:after {
	display: none;
}

#footer .copy {
	/* display: block; */
	padding: 15px 0 4px;
	/* text-align: center; */
	font-size: 12px;
	font-weight: bold;
	color: #ebebeb;
}

#footer .copy a {
	text-decoration: none;
	color: inherit;
}

#footer .copy a:hover {
	color: #326081;
}

#footer h3 {
	margin: 0 0 9px;
	font-size: 18px;
	line-height: 21px;
	color: #e7e7e8;
	font-weight: normal;
	padding: 0 0 7px 2px;
	border-bottom: 1px solid #0a2029;
}

#footer .search {
	padding: 0 0 12px;
	margin: 0 0 16px -1px;
	border-bottom: 1px solid #0a2029;
}

#footer .widget_nav_menu h3 {
    border: none;
    padding: 0;
    margin: 0 0 5px;
}
#footer .social-networks a{
    color: #464646;
}

.col-one{
    float: left;
    width: 72.5%;   
}
.col-two{
    float: right;
    width: 21.4%;;   
}

.footer-nav {
	color: #e7e7e8;
	font-size: 0;
	padding: 0;
	margin: 0 -14px;
}

.footer-nav nav {
	display: inline-block;
	font-size: 16px;
	margin: 0 14px;
	vertical-align: top;
	margin-bottom: 15px;
}

.footer-nav nav h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}

.footer-nav nav a {
	font-size: 14px;
	color: #e7e7e8;
	margin-bottom: 3px;
	display: block;
	text-decoration: none;
}

.footer-nav nav a:hover {
	color: #e7e7e8;
	text-decoration:underline;
}

.privacy-menu {
	/* text-align: center; */
}

.privacy-menu a {
	font-weight: bold;
	color: #e7e7e8;
	text-decoration: none;
	font-size: 12px;
}

.privacy-menu a:hover {
	color: #326081;
}

.privacy-menu li {
	display: inline-block;
	padding: 0 5px 3px 2px;
	vertical-align: middle;
	border-right: 2px solid #e7e7e8;
	line-height: .65;
}

.privacy-menu li:last-child {
	border-right: 0;
}

.footer-bottom {
	border-top: 1px solid #333;
}
.privacy-menu a:hover{
	color:#ffffff;
	text-decoration:underline;
}
.arhive-page .promo {
	padding-bottom: 55px;
	padding-top: 82px;
}

.arhive-page h1, h1 {
	color: #003a63;
	font-size: 32px;
	margin-bottom: 18px;
}

.arhive-page h2, h2 {
	color: #1969a1;
	font-weight: normal;
}

.arhive-page h2 a, h2 a {
	color: inherit;
}
.home h2 a{
	color:#ffffff;
}

.arhive-page #content,
.arhive-page #sidebar {
	margin-top: 17px;
	margin-bottom: 25px;
}

.arhive-page #content p,
.arhive-page #sidebar p {
	/* font-weight: 300;
	font-size: 16px; */
}

.post {
	color: #636363;
	/* font-size: 16px; 
	line-height: 1.2; */
	padding-bottom: 32px;
	margin-bottom: 16px;
	border-bottom: 1px solid #c1c2c2;
}

.post h2 {
	font-size: 22px;
	margin-bottom: 5px;
}

.post a {
	text-decoration: none;
	color: #326081;
}

.post a:hover {
	color: #002742;
}

.post p {
	margin-bottom: 20px;
	line-height: 1.4;
	/* font-weight: 300; */
}

.add-info {
	margin-bottom: 20px;
	color:#003255;
	font-size: 14px;
	font-weight: normal;
}

.add-info .author {
	/* display: inline-block; */
	/* margin-right: 5px; */
	/* padding-right: 5px; */
	line-height: 1;
	/* border-right: 1px solid #002742; */
	/* color: #002742; */
	/* font-weight: 400; */
}

.add-info a {
	color: #002742;
}

.add-info a:hover {
	color: #326081;
}

.share-list {
	text-align: left;
}

.share-list li {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 8px;
}

.share-list li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	padding: 2px 6px !important;
}

.share-list li span i {
	color: inherit;
	display: inline-block;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	font-size: 14px;
}

.share-list li span i.icon-linkedin {
	margin-bottom: 3px;
}

.share-list li .text {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.share-list li a {
	border: 1px solid #ccc;
	color: #777;
	border-radius: 5px;
	-webkit-transition: color .3s, border-color .3s;
	transition: color .3s, border-color .3s;
	/* font-weight: 300; */
	font-size: 13px;
	display: block;
}

.share-list li a:hover {
	color: #326081;
	border-color: #326081;
}

.arhive-page .navigation-single .next {
	border-left: 1px solid #cecece;
}

.arhive-page .navigation-single .next:only-child {
	border: none;
}

.navigation-single {
	position: relative;
	line-height: 25px;
	margin: 0 -13px 20px;
	width: 100%;
	font-size: 0;
	padding-top: 15px;
}

.navigation-single a {
	padding: 0 !important;
	font-size: 16px;
	text-transform: uppercase;
	color: #818181;
	line-height: 25px;
}

.navigation-single a:hover {
	color: #326081;
}

.navigation-single a i {
	font-size: 24px;
	line-height: 25px;
	display: inline-block;
	vertical-align: middle;
	/* font-weight: 100; */
	margin: 0 5px 3px;
}

.navigation-single .prev,
.navigation-single .next {
	display: inline-block;
	max-width: none;
	padding: 0 10px;
	background: transparent !important;
	float: none;
}

#sidebar {
	background-color: #e6e7e7;
}

@media (min-width: 480px) and (max-width: 767px) {
	.post-block {
		padding: 40px 22px;
	}

	.post-block h2 {
		margin-bottom: 25px;
	}
}

@media (min-width: 768px) {
	#content {
		float: left;
		width: 62%;
		margin-right: 5%;
		padding-bottom:40px;
	}

	#sidebar {
		float: right;
		width: 28%;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.header-l {
		float: left;
		padding: 15px 5px 0;
		width: 30%;
	}

	.header-l .logo {
		width: 220px;
	}

	.header-r {
		float: left;
		width: 61%;
	}

	.header-top {
		border-bottom: none;
		box-shadow: none;
		text-align:right;
		padding: 7px;
	}

	.header-top span {
		font-size: 22px;
	}

	.main-nav {
		padding-right: 0;
		padding-left: 0;
		margin-top:40px;
	}

	.nav-opener {
		display: none;
	}

	.nav-drop {
		position: static;
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		text-align: right;
	}

	.nav-drop .drop-down {
		position: absolute;
		max-width: 212px;
		width: 150px;
		right: auto;
		padding: 8px 0 8px;
		background-color: #003a63;
		text-align: left;
		margin-top: 4px;
	}

	.nav-drop .drop-down li {
		border: none;
		box-shadow: none;
		display: block;
	}

	.nav-drop .drop-down a {
		padding: 7px 14px;
		color: #fff;
		line-height: 1.2;
		font-size: 13px;
	}

	.nav-drop li {
		display: inline-block;
		border-right: 1px solid #b2b3b1;
		box-shadow: 1px 0 0 0 #eaeaea;
	}

	.nav-drop li:last-child .drop-down {
		text-align: right;
	}

	.nav-drop li a {
		/* padding: 6px 7px 3px; */
		line-height: 1;
		border-top: 0;
		box-shadow: none;
		-webkit-transition: none !important;
		transition: none !important;
		font-size: 16px;
	}

	.active-drop {
		position: relative;
	}

	.active-drop .drop-down {
		position: absolute;
		top: 100%;
		left: 0;
	}

	.active-drop:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -4px;
		height: 4px;
		background-color: #003a63;
	}

	.forms-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 23px;
	}

	.find1 {
		display: inline-block;
	}

	.find2 {
		display: inline-block;
	}

	.search {
		width: 33%;
	}

	.search input[type="search"] {
		width: 74%;
	}

	.search input[type="submit"] {
		width: 26%;
	}
	.promo {
		display: block;
		padding: 48px 31px 18px; /* 75px 31px 46px 95px 31px 66px */
	}
	/* make promo bar with slogan same height as without slogan
	.home .promo{
		padding:48px 31px 18px;
	}
	*/
	div.carousel {
		border-top: 0;
		padding: 1px 42px;
	}

	.post-block {
		margin-right: 1px;
		width: 33.1%;
		display: inline-block;
		vertical-align: top;
	}

	.carousel {
		margin-bottom: 0;
		border-bottom: none;
		padding-bottom: 0 !important;
	}

	.carousel .pagination {
		margin-left: -42px;
		margin-right: -42px;
		padding-left: 42px;
		padding-right: 42px;
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.carousel .pagination ul {
		display: inline-block;
		text-align: center;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		display: block;
	}

	.view-link {
		margin-right: 17px;
	}

	.view-link i {
		font-size: 22px;
	}

	#footer .forms-holder form input[type="submit"] {
		width: 15%;
	}

	#footer .forms-holder form input[type="search"] {
		width: 85%;
	}

	.footer-nav nav {
		margin-bottom: 11px;
	}

	.privacy-menu {
		float: left;
		padding-top: 8px;
		margin-left: 10px;
	}

	.footer-bottom .copy {
		float: left;
	}

	.arhive-page h1, h1 {
		font-size: 40px;
		margin-bottom: 12px;
	}

	.share-list li span {
		padding: 3px;
	}

	.share-list li span i {
		margin-right: 4px;
	}
	
}

@media (min-width: 1024px) {
	.header-l {
		width: 39%;
		margin-bottom: 6px;
	}

	.header-l .logo {
		width: 368px;
	}

	.header-r {
		margin-bottom: 6px;
	}

	.header-top {
		padding: 25px 0 17px 13px; /* 25px 0 32px 13px */
	}

	.header-top .logo {
		max-width: 348px;
	}

	.nav-drop .drop-down {
		width: 212px;
		padding: 0;
	}

	.nav-drop .drop-down a {
		font-size: 16px;
	}

	.nav-drop li a {
		font-size: 20px;
		/* padding: 6px 11px 3px; */
	}

	.promo .slogan {
		font-size: 34px; /* 56px */
	}

	.carousel .pagination {
		border-bottom: none;
	}

	.privacy-menu {
		margin-left: 29px;
	}

	.arhive-page #content,
	.arhive-page #sidebar {
		margin-bottom: 33px;
	}

	.arhive-page .navigation-single {
		margin-bottom: 118px;
	}

	.navigation-single {
		padding-top: 0;
	}
}

@media (max-width: 1199px) {
	.nav-drop li:nth-last-child(2) .drop-down {
		max-width: 160px;
	}
}

@media (max-width: 1023px) {
	.widget_calendar {
		font-size: 14px;
	}

	.widget_calendar td {
		padding: 5px;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.nav-drop li.hover .drop-down {
		display: block !important;
		position: static !important;
	}

	div.carousel .slide {
		display: none;
		width: 100%;
	}

	div.carousel .slide:first-child .post-block {
		display: none;
	}

	div.carousel .slide:first-child .post-block:nth-child(1),
	div.carousel .slide:first-child .post-block:nth-child(2),
	div.carousel .slide:first-child .post-block:nth-child(3) {
		display: block;
	}
	
	.col-one{
        float: none !important;
        width: 100% !important;   
    }
    .col-two{
        float: none !important;
        width: 100% !important;   
    }
    .footer-bottom{
        margin-top:10px;
        border-top:none;
    }
    
}

@media (min-width: 479px) and (max-width: 1023px) {
    .profile a.email{
        font-size: 14px;
    }
}

@media (max-width: 767px) {
	.comment-form input,
	.comment-form textarea {
		max-width: 100%;
	}
	.bg-pebbled{
		display:none;
	}
	
}

