/*! 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;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio span,
.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 4px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
/*	border-radius: 9px; */ /*andy added*/
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	text-overflow: ellipsis;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* custom file input styles */

.jcf-file {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}

.jcf-file .jcf-fake-input {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	border: 1px solid #777;
	padding: 0 8px;
	font-size: 13px;
	line-height: 28px;
	height: 28px;
	width: 125px;
}

.jcf-file .jcf-upload-button {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #777;
	margin: 0 0 0 -1px;
	padding: 0 10px;
	line-height: 28px;
	height: 28px;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?guchm9") format("truetype"), url("../fonts/icomoon.woff?guchm9") format("woff"), url("../fonts/icomoon.svg?guchm9#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-poll-black:before {
	content: "";
}

.icon-search-black:before {
	content: "";
}

.icon-left-arrow2:before {
	content: "";
}

.icon-left-arrow:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
	height: 13px;
}

div.pp_default .pp_top .pp_left {
	background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
	background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

div.pp_default .pp_top .pp_right {
	background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
	color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
	background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
	padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
	background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
	padding-right: 13px;
}

div.pp_default .pp_next:hover {
	background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
	cursor: pointer;
}

div.pp_default .pp_previous:hover {
	background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
	cursor: pointer;
}

div.pp_default .pp_expand {
	background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px;
}

div.pp_default .pp_expand:hover {
	background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
	cursor: pointer;
}

div.pp_default .pp_contract {
	background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px;
}

div.pp_default .pp_contract:hover {
	background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
	cursor: pointer;
}

div.pp_default .pp_close {
	width: 30px;
	height: 30px;
	background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
	cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
	background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
	border: 1px solid #aaa;
}

div.pp_default .pp_social {
	margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
	position: static;
	left: auto;
}

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
	height: 30px;
	width: 30px;
}

div.pp_default .pp_nav .pp_pause {
	background-position: -51px -29px;
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
	background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
	height: 20px;
	width: 20px;
	margin: 4px 0 0;
}

div.pp_default a.pp_arrow_next {
	left: 52px;
	background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
	margin-top: 5px;
}

div.pp_default .pp_nav {
	clear: none;
	height: 30px;
	width: 110px;
	position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
	font-family: Georgia;
	font-style: italic;
	color: #999;
	font-size: 11px;
	left: 75px;
	line-height: 25px;
	position: absolute;
	top: 2px;
	margin: 0;
	padding: 0 0 0 10px;
}

div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
	opacity: .7;
}

div.pp_default .pp_description {
	font-size: 11px;
	font-weight: 700;
	line-height: 14px;
	margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
	background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
	background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
	background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
	background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat;
}

div.light_rounded .pp_top .pp_left {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_right {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .pp_next:hover {
	background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
	cursor: pointer;
}

div.light_rounded .pp_previous:hover {
	background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}

div.light_rounded .pp_expand {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}

div.light_rounded .pp_expand:hover {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}

div.light_rounded .pp_contract {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}

div.light_rounded .pp_contract:hover {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}

div.light_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}

div.light_rounded .pp_nav .pp_play {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.light_rounded .pp_arrow_previous {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_next {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

div.light_rounded .pp_bottom .pp_left {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_right {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_top .pp_left {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_right {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
	background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
	background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

div.dark_rounded .pp_next:hover {
	background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
	cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
	background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}

div.dark_rounded .pp_expand {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}

div.dark_rounded .pp_contract {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}

div.dark_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}

div.dark_rounded .pp_description {
	margin-right: 85px;
	color: #fff;
}

div.dark_rounded .pp_nav .pp_play {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.dark_rounded .pp_arrow_previous {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_next {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

div.dark_rounded .pp_bottom .pp_left {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_right {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
	background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
	background: #000;
}

div.dark_square .pp_description {
	color: #fff;
	margin: 0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
	background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

div.dark_square .pp_expand {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}

div.dark_square .pp_expand:hover {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}

div.dark_square .pp_contract {
	background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}

div.dark_square .pp_contract:hover {
	background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}

div.dark_square .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}

div.dark_square .pp_nav {
	clear: none;
}

div.dark_square .pp_nav .pp_play {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.dark_square .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.dark_square .pp_arrow_previous {
	background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

div.dark_square .pp_arrow_next {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

div.dark_square .pp_next:hover {
	background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
	cursor: pointer;
}

div.dark_square .pp_previous:hover {
	background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}

div.light_square .pp_expand {
	background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}

div.light_square .pp_expand:hover {
	background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}

div.light_square .pp_contract {
	background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}

div.light_square .pp_contract:hover {
	background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}

div.light_square .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}

div.light_square .pp_nav .pp_play {
	background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.light_square .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}

div.light_square .pp_arrow_previous {
	background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_next {
	background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_next:hover {
	background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
	cursor: pointer;
}

div.light_square .pp_previous:hover {
	background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}

div.facebook .pp_top .pp_left {
	background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
	background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

div.facebook .pp_top .pp_right {
	background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

div.facebook .pp_content_container .pp_left {
	background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
	background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

div.facebook .pp_expand {
	background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}

div.facebook .pp_expand:hover {
	background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}

div.facebook .pp_contract {
	background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}

div.facebook .pp_contract:hover {
	background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}

div.facebook .pp_close {
	width: 22px;
	height: 22px;
	background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}

div.facebook .pp_description {
	margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
	background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
	background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
	background-position: 0 -96px;
	cursor: default;
}

div.facebook .pp_arrow_next {
	background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px;
}

div.facebook .pp_arrow_next.disabled {
	background-position: -32px -96px;
	cursor: default;
}

div.facebook .pp_nav {
	margin-top: 0;
}

div.facebook .pp_nav p {
	font-size: 15px;
	padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
	background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
	height: 22px;
	width: 22px;
}

div.facebook .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
	height: 22px;
	width: 22px;
}

div.facebook .pp_next:hover {
	background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
	cursor: pointer;
}

div.facebook .pp_previous:hover {
	background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
	background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
	background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
	background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
	outline: none;
}

div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
}

div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000;
}

.pp_content {
	height: 40px;
	min-width: 40px;
}

* html .pp_content {
	width: 40px;
}

.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
}

.pp_content_container .pp_left {
	padding-left: 20px;
}

.pp_content_container .pp_right {
	padding-right: 20px;
}

.pp_content_container .pp_details {
	float: left;
	margin: 10px 0 2px;
}

.pp_description {
	display: none;
	margin: 0;
}

.pp_social {
	float: left;
	margin: 0;
}

.pp_social .facebook {
	float: left;
	margin-left: 5px;
	width: 55px;
	overflow: hidden;
}

.pp_social .twitter {
	float: left;
}

.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0;
}

.pp_nav p {
	float: left;
	white-space: nowrap;
	margin: 2px 4px;
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px;
}

.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000;
}

.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative;
}

.pp_gallery ul {
	float: left;
	height: 35px;
	position: relative;
	white-space: nowrap;
	margin: 0 0 0 5px;
	padding: 0;
}

.pp_gallery ul a {
	border: 1px rgba(0, 0, 0, .5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
}

.pp_gallery ul a img {
	border: 0;
}

.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.pp_gallery li.default a {
	background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px;
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
	margin-top: 7px !important;
}

a.pp_next {
	background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}

a.pp_previous {
	background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}

a.pp_expand,
a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000;
}

a.pp_close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	line-height: 22px;
	text-indent: -10000px;
}

.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 24px;
	margin: -12px 0 0 -12px;
}

#pp_full_res {
	line-height: 1 !important;
}

#pp_full_res .pp_inline {
	text-align: left;
}

#pp_full_res .pp_inline p {
	margin: 0 0 15px;
}

div.ppt {
	color: #fff;
	display: none;
	font-size: 17px;
	z-index: 9999;
	margin: 0 0 5px 15px;
}

div.pp_default .pp_content,
div.light_rounded .pp_content {
	background-color: #fff;
}

div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
	color: #000;
}

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
	border-color: #fff;
}

div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
	position: relative;
}

div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
	background: #fff;
}

div.light_rounded .pp_description,
div.light_square .pp_description {
	margin-right: 85px;
}

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
	margin-top: 12px !important;
}

div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}

div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}

div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
	background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
	background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
	color: #c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
	color: #fff;
}

.pp_top,
.pp_bottom {
	height: 20px;
	position: relative;
}

* html .pp_top,
* html .pp_bottom {
	padding: 0 20px;
}

.pp_top .pp_left,
.pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}

.pp_top .pp_middle,
.pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}

* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
	left: 0;
	position: static;
}

.pp_top .pp_right,
.pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.pp_fade,
.pp_gallery li.default a img {
	display: none;
}

.add-info-list,
.tag-list,
.paging,
.gallery,
.marked-list,
.aside-sub-nav,
.navbar ul,
.footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header:after,
#header .container:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

@font-face {
	font-family: "vera";
	src: url("../fonts/vera-webfont.woff") format("woff"), url("../fonts/vera-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "vera";
	src: url("../fonts/vera-bold-webfont.woff") format("woff"), url("../fonts/vera-bold-webfont.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "vera";
	src: url("../fonts/vera-bold-italic.woff") format("woff"), url("../fonts/vera-bold-italic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "vera";
	src: url("../fonts/vera-italic-webfont.woff") format("woff"), url("../fonts/vera-italic-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fcf8f1;
	font: 14px/1.65 "vera", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

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: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #000;
}

a:hover,
a:focus {
	text-decoration: none;
}

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 #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

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: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

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;
}

.post-item {
	margin: 0 0 30px;
}

.post-item.full-post {
	display: block;
}

.post-item.full-post h1 {
	color: #000;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
}

.post-item.full-post .description {
	width: 100%;
	padding: 0 0 20px;
}

.post-item .post-img {
	text-align: center;
	margin: 0 0 15px;
}

.post-item .post-img a {
	display: block;
	overflow: hidden;
}

.post-item .post-img a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.post-item .post-img img {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.post-item .description:only-child {
	width: 100% !important;
	padding: 0;
}

.post-item h3 {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 25px;
	font-weight: normal;
}

.post-item h3 a {
	text-decoration: none;
}

.post-item h3 a:hover {
	color: #3f7dc1;
}

.add-info-list {
	font-size: 12px;
	line-height: 14px;
	color: #666;
	margin: 0 -5px;
	letter-spacing: -.4;
}

.add-info-list li {
	padding: 0 5px 5px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

.add-info-list li:after {
	display: none;
}

.add-info-list li:before {
	content: "";
	left: -2px;
	top: 0;
	bottom: 5px;
	position: absolute;
	width: 1px;
	background: #aaa;
}

.add-info-list li:first-child:before {
	display: none;
}

.tag-list {
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	margin: 0 -5px 1px;
	overflow: hidden;
}

.tag-list li {
	padding: 0 5px 5px;
	float: left;
}

.tag-list li:after {
	display: none;
}

.tag-list a, .tag-list li {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	color: #fff;
	background: #79a4d4;
	text-decoration: none;
/*	display: block;*/
	padding: 3px;
}

.tag-list a {
	color: #fff;
	background: #79a4d4;
}

.tag-list a:hover {
	color: #fff;
	background: #3f7dc1;
}

.advertisement-hold {
	border-bottom: 1px solid #aaa;
	padding: 0 0 10px;
	margin: 0 0 30px;
}

.advertisement-hold .advertisement-title {
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-style: italic;
	border-bottom: 1px solid #aaa;
	color: #aaa;
	padding: 0 0 0 30px;
	margin: 0 0 10px;
}

.advertisement-hold a {
	display: block;
	overflow: hidden;
}

.advertisement-hold a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.advertisement-hold img {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	height: auto;
	width: 100%;
}

.paging-hold {
	position: relative;
	padding-top: 43px;
}

.paging-hold:after {
	content: "";
	left: 0;
	right: 0;
	height: 1px;
	top: 0;
	position: absolute;
	background: #79a4d4;
}

.paging {
	letter-spacing: -.4em;
	text-align: center;
}

.paging li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	padding: 0;
}

.paging li:first-child a {
	/*border-radius: 4px 0 0 4px; */ /*andy added*/
	border-left: 1px solid #79a4d4;
}

.paging li:last-child a {
	/*border-radius: 0 4px 4px 0;*/ /*andy added*/
}

.paging li:after {
	display: none;
}

.paging li.current a {
	background: #79a4d4;
	color: #fff;
	pointer-events: nonte;
	cursor: default;
}

.paging li i {
	display: inline-block;
	vertical-align: middle;
}

.paging a {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	display: block;
	border: 1px solid #79a4d4;
	border-left: 0;
	text-decoration: none;
	padding: 5px 10px;
}

.paging a:hover {
	background: #79a4d4;
	color: #fff;
}

.paging strong {
	display: block;
	border: 1px solid #79a4d4;
	border-left: 0;
	text-decoration: none;
	padding: 5px 10px;
	font-weight: normal;
}

form {
	position: relative;
	margin: 0 0 10px;
}

form .title,
form label {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 2px;
}

form .title span,
form label span {
	font-weight: normal;
}

form .input-wrap {
	position: relative;
	margin: 0 0 15px;
}

form textarea,
form input:not([type="subimt"]) {
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out;
	height: 34px;
	width: 100%;
	background: #fff;
	border: 1px solid #79a4d4;
	/*border-radius: 4px;*/ /*andy added*/
	font-size: 14px;
	line-height: 16px;
	color: #000;
	outline: none;
	padding: 4px 10px;
	display: block;
}

form textarea::-webkit-input-placeholder,
form input:not([type="subimt"])::-webkit-input-placeholder {
	color: #000;
}

form textarea::-moz-placeholder,
form input:not([type="subimt"])::-moz-placeholder {
	opacity: 1;
	color: #000;
}

form textarea:-moz-placeholder,
form input:not([type="subimt"]):-moz-placeholder {
	color: #000;
}

form textarea:-ms-input-placeholder,
form input:not([type="subimt"]):-ms-input-placeholder {
	color: #000;
}

form textarea.placeholder,
form input:not([type="subimt"]).placeholder {
	color: #000;
}

form textarea {
	height: 200px;
	resize: none;
	margin: 0 0 20px;
	padding: 10px;
}

form .checkbox-hold {
	margin: 0 0 20px;
}

form .title {
	display: block;
	margin: 0 0 20px;
}

form .btn-hold {
	text-align: center;
	padding-top: 20px;
}

form .search-field {
	border-bottom: 1px solid #79a4d4;
	padding: 0 0 25px;
	margin: 0 0 25px;
}

form .search-field input:not([type="submit"]) {
	padding-right: 30px;
}

form .search-field .btn-search {
	width: 37px;
	height: 37px;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: none;
	font-size: 16px;
	outline: none;
	padding: 1px 0 0 2px;
	color: #79a4d4;
}

form .search-field .btn-search:hover {
	color: #3870af;
}

.checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 15px;
}

.checkbox label {
	margin: 0 0 0 5px;
	font-weight: normal;
	cursor: pointer;
	width: calc(100% - 20px);
}

.checkbox .jcf-checkbox {
	-webkit-transition: border-collor .3s ease-in-out, background .3s ease-in-out;
	transition: border-collor .3s ease-in-out, background .3s ease-in-out;
	/*border-radius: 4px;*/ /*andy added*/
	cursor: pointer;
	border-color: #79a4d4;
}

.checkbox .jcf-checkbox.jcf-checked {
	background: #79a4d4;
	border-color: #79a4d4;
}

.checkbox .jcf-checkbox span {
	border-color: #fff;
	border-width: 0 0 2px 2px;
	margin: -3px 0 0 -4px;
}

.checkbox .jcf-radio {
	-webkit-transition: border-collor .3s ease-in-out, background .3s ease-in-out;
	transition: border-collor .3s ease-in-out, background .3s ease-in-out;
	cursor: pointer;
	border-color: #79a4d4;
}

.checkbox .jcf-radio.jcf-checked {
	background: #79a4d4;
	border-color: #79a4d4;
}

.checkbox .jcf-radio span {
	border-color: #fff;
	border-width: 0 0 2px 2px;
	margin: -3px 0 0 -4px;
}

.jcf-file {
	display: block;
	width: 100%;
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 16px;
	background: none;
}

.jcf-file .jcf-fake-input {
	width: 100%;
	height: 34px;
	border: 1px solid #79a4d4;
	/*border-radius: 4px;*/ /*andy added*/
	padding: 4px 140px 4px 10px;
	display: block;
	background: #fff;
}

.jcf-file .jcf-upload-button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border: none;
	height: auto;
	margin: 0;
	background: #79a4d4;
	/*border-radius: 0 4px 4px 0;*/ /*andy added*/
	color: #fff;
	padding: 4px 10px;
}

.jcf-select {
	width: 100%;
	height: 34px;
	display: block;
	margin: 0 0 20px;
	background: #fff;
	border: 1px solid #79a4d4;
	/*border-radius: 4px;*/ /*andy added*/
	padding: 9px 60px 4px 10px;
}

.jcf-select .jcf-select-text {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
}

.jcf-select .jcf-select-opener {
	background: none;
	width: 40px;
}

.jcf-select .jcf-select-opener:after {
	content: "";
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #79a4d4 transparent transparent transparent;
}

.jcf-select-drop .jcf-select-drop-content {
	border-color: #79a4d4;
/*	border-radius: 4px;*/ /*andy added*/
	overflow: hidden;
	margin-top: 4px;
}

.jcf-select-drop .jcf-hover,
.jcf-select-drop .jcf-list-box .jcf-selected {
	background: #79a4d4 !important;
	color: #fff;
}

.jcf-list .jcf-option {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	padding: 7px 9px;
}

.gallery-description h3 {
	margin: 0 0 20px;
}

.gallery-description .add-info-list {
	margin: 0 0 20px;
}

.gallery-description .help-text {
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 15px;
}

.gallery {
	margin: 0 -9px;
	letter-spacing: -.4em;
}

.gallery li {
	display: inline-block;
	vertical-align: top;
	padding: 0 9px 18px;
	width: 50%;
	overflow: hidden;
}

.gallery .wrap {
	overflow: hidden;
}

.gallery a {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	display: block;
/*! padding-top: 100%; */
	background-size: cover;
	background-repeat: no-repeat;
}

.gallery a:hover {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.search-results {
	margin: 0 0 30px;
}

.search-result-item .result-title {
	display: block;
}

.visual-item {
	position: relative;
	color: #fff;
	margin: 0 0 30px;
}

.visual-item a {
	display: block;
	color: #fff;
	overflow: hidden;
}

.visual-item a:hover .description {
	background: #000;
}

.visual-item a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.visual-item img {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	width: 100%;
}

.imageContainer330x320, .imageContainer600x320 {
    /* border: 1px solid #444; */
    overflow: hidden;
    /*width: 330px;*/
    height: 340px;
}

.visual-item .description {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .6);
	padding: 10px;
}

.visual-item .visual-title {
	font: 14px/18px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
}

.archive-hold {
	margin: 0 auto;
	letter-spacing: -.4em;
	padding-top: 20px;
}

.archive-hold .archive {
	padding: 0 9px 18px;
	width: 78px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	text-align: center;
}

.archive-hold a {
	display: block;
	overflow: hidden;
}

.archive-hold a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.archive-hold img {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	display: block;
}

body {
	background-image: url(../images/eagle-wing.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 15px;
}

.marked-list li {
	padding: 0 0 10px 15px;
	position: relative;
}

.marked-list li:after {
	width: 8px;
	height: 8px;
	content: "";
	background: #dacdbd;
	position: absolute;
	left: 0;
	top: 3px;
}

h1 {
	font: 28px/32px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 20px;
	text-transform: capitalize;
	color: #79a4d4;
}

h2 {
	font: bold 24px/28px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 20px;
	text-transform: capitalize;
	color: #000;
}

h3 {
	font: bold 22px/26px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 10px;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 15px;
}

.btn {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 18px;
	text-transform: capitalize;
	padding: 10px 14px 9px;
	color: #fff;
	background: #79a4d4;
	text-decoration: none;
	/*border-radius: 4px;*/ /*andy added*/
	border: none;
	outline: none;
}

.btn:hover {
	color: #fff;
	background: #3f7dc1;
}

.btn.btn-brown {
	background: #bfa88c;
	color: #000;
	text-align: center;
	border: 1px solid #927652;
}

.btn.btn-brown:hover {
	background: #ac8f6b;
}

.btn.full-width {
	display: block;
	width: 100%;
	max-width: 460px;
	margin: 0 auto 20px;
}

.content-box {
/*	background: #fff;
	border: 1px solid #79a4d4;*/
	border-radius: 0px;
	padding: 25px 15px 40px;
	overflow: hidden;
}

.heading-box {
	text-align: left;/*center;*/
	overflow: hidden;
	margin: 0 auto 20px;
	max-width: 90%;
}

.heading-box h1 {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 10px;
	margin: 0;
}

/*.heading-box h1:after,
.heading-box h1:before {
	width: 9999px;
	height: 1px;
	content: "";
	top: 50%;
	margin-top: 2px;
	position: absolute;
	background: #79a4d4;
}
*/
.heading-box h1:after {
	right: 100%;
}

.heading-box h1:before {
	left: 100%;
}

.box-img {
	text-align: center;
	margin: 0 0 25px;
	width: 100%;
}

.box-img img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

.box-img figcaption {
	padding: 20px 0 0;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #002a5c;
	display: block;
}

main ul {
	margin: 0 0 25px;
}

#main {
	padding: 0 0 40px;
}

#content {
	padding: 0 0 25px;
}

#content:only-child {
	width: 100% !important;
}

.sidebar {
	position: relative;
	padding: 35px 0 0;
}

/*.sidebar:after {
	content: "";
	top: 0;
	left: -9999px;
	right: -9999px;
	height: 1px;
	position: absolute;
	background: #79a4d4;
}
*/
.aside-heading {
	background: #79a4d4;
	position: relative;
	padding: 16px 15px 16px;
	margin: 0 0 15px;
}

.aside-heading.with-icon {
	padding: 16px 15px 16px 60px;
}

.aside-heading [class^="icon-"],
.aside-heading [class*=" icon-"] {
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 38px;
}

.aside-heading h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #fff;
	margin: 0 0 4px;
}

.aside-heading h3:only-child {
	text-align: center;
	margin: 0;
}

.aside-heading h3 a {
	color: #fff;
	text-decoration: none;
}

.aside-heading h3 a:hover {
	color: #002a5c;
}

.aside-heading .sub-title {
	display: block;
	font: 12px/14px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #002a5c;
}

.icon-search2 {
	width: 50px;
	height: 50px;
	background: url(../images/search-icon.png) no-repeat;
	display: inline-block;
	vertical-align: top;
	background-size: cover;
}

.icon-megafon {
	width: 50px;
	height: 50px;
	background: url(../images/megafon.png) no-repeat;
	display: inline-block;
	vertical-align: top;
	background-size: cover;
	left: 0 !important;
}

.icon-poll {
	width: 50px;
	height: 50px;
	background: url(../images/poll-icon.png) no-repeat;
	display: inline-block;
	vertical-align: top;
	background-size: cover;
}

.aside-widget {
	background: #f8ebdb;
	padding: 20px 15px;
	margin: 0 0 35px;
}

.aside-widget form {
	margin: 0;
}

.aside-widget form .input-wrap {
	margin: 0 0 18px;
}

.aside-widget form input:not([type="submit"]) {
	border-color: #000;
}

.aside-widget form input:not([type="submit"]):focus {
	border-color: #79a4d4;
}

.aside-widget form .jcf-select {
	border-color: #000;
}

.aside-widget form .jcf-select-opener:after {
	border-color: #000 transparent transparent transparent;
	border-width: 6px 6px 0 6px;
}

.aside-widget form .checkbox .jcf-checkbox {
	border-color: #000;
}

.aside-widget form .checkbox .jcf-checkbox.jcf-checked {
	border-color: #79a4d4;
}

.aside-widget form .checkbox .jcf-radio {
	border-color: #000;
}

.aside-widget form .checkbox .jcf-radio.jcf-checked {
	border-color: #79a4d4;
}

.aside-widget form .btn {
	margin: 0;
}

.aside-widget form .help-link {
	font-size: 12px;
	line-height: 14px;
	display: block;
	padding: 10px 0 0;
}

.aside-list {
	font-size: 14px;
	line-height: 17px;
}

.aside-list li:after {
	top: 4px;
}

.aside-sub-nav {
	font-size: 12px;
	line-height: 1;
	margin: -15px 0 25px;
}

.aside-sub-nav li {
	border-bottom: 1px solid #c1b4a4;
}

.aside-sub-nav li.active a {
	background: #dacdbd;
}

.aside-sub-nav a {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	display: block;
	padding: 10px 30px;
	text-decoration: none;
	background: #f8ebdb;
	font-weight: bold;
}

.aside-sub-nav a:hover {
	background: #dacdbd;
}

.text-title {
	display: block;
	margin: 0 0 20px;
}

.back-link {
	position: relative;
	background: #fff;
	border: 1px solid #79a4d4;
	color: #79a4d4;
}

.back-link:hover {
	background: #79a4d4;
	color: #fff;
}

.back-link i {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
}

.addthis_toolbox {
	margin: 20px 0 18px;
}

.pluginConnectButton {
	display: none !important;
}

#header {
	position: relative;
	z-index: 10;
}

#header .container {
	position: relative;
	padding: 10px 66px 10px 15px;
}

#header .socials-networks {
	float: right;
}

.logo {
	float: left;
	width: 180px;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.search-hold {
	float: right;
	position: relative;
	margin: 18px 0 0;
}

.search-form input[type="search"] {
	border-radius: 0;
	height: 36px;
	padding: 4px 20px 4px 10px;
	border-color: #fff;
	border-radius: 4px;
}

.search-form input[type="search"]:focus {
	border-color: #79a4d4;
}

.search-form .btn-search {
	width: 40px;
	height: 40px;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: none;
	font-size: 16px;
	outline: none;
	padding: 4px 0 0 2px;
}

.search-form .btn-search:hover {
	color: #79a4d4;
}

.navbar {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.navbar ul {
	margin: 0;
}

.navbar ul a {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	display: block;
	padding: 6px 10px;
	color: #002a5c;
	text-decoration: none;
}

.navbar .main-nav {
	text-align: center;
	font-size: 16px; /*andy added*/
	max-width: 994px;/*andy added*/
	background: #f8ebdb; /*andy added*/
}
/*
.navbar .main-nav:after {
	content: "";
	background: #f8ebdb;
	position: absolute;
	left: -9999px;
	top: 0;
	right: -9999px;
	bottom: 0;
	z-index: -1;
	
}
*/
.navbar .main-nav li:before,
.navbar .add-nav li:before {
	content: "\2022";
	position: absolute;
	left: -10px;
	top: 0;
	margin: 0;
}

.navbar .main-nav li:after,
.navbar .add-nav li:after {
	display: none;
}

.navbar .main-nav li:first-child,
.navbar .add-nav li:first-child {
	margin: 0;
}

.navbar .main-nav li:first-child:before,
.navbar .add-nav li:first-child:before {
	display: none;
}

.socials-networks {
	letter-spacing: -.4em;
	margin: 0;
}

.socials-networks li {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
}

.socials-networks li:after {
	display: none;
}

.socials-networks a {
	width: 32px;
	height: 32px;
	display: block;
	/*border-radius: 4px;*/ /*andy added*/
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	padding: 0 2px 0 0;
}

.socials-networks a.facebook {
	border: 1px solid #445579;
	background: -webkit-linear-gradient(top, #7b99c3 0%, #637db2 3%, #637db2 10%, #5f79af 14%, #5f79af 17%, #5a75ab 21%, #5972a8 31%, #556fa8 38%, #516ca5 41%, #516ca5 48%, #47629d 55%, #47629d 66%, #425e98 69%, #425e98 72%, #3d578f 76%, #5f77ab 79%, #5d75a9 83%, #5f77ab 86%, #5d75a9 93%, #5972a8 97%, #6c8bb9 100%);
	background: linear-gradient(to bottom, #7b99c3 0%, #637db2 3%, #637db2 10%, #5f79af 14%, #5f79af 17%, #5a75ab 21%, #5972a8 31%, #556fa8 38%, #516ca5 41%, #516ca5 48%, #47629d 55%, #47629d 66%, #425e98 69%, #425e98 72%, #3d578f 76%, #5f77ab 79%, #5d75a9 83%, #5f77ab 86%, #5d75a9 93%, #5972a8 97%, #6c8bb9 100%);
}

.socials-networks a.facebook:hover {
	background: -webkit-linear-gradient(top, #3d578f 0%, #425e98 5%, #425e98 9%, #47629d 14%, #47629d 23%, #4c68a1 27%, #4c68a1 41%, #556fa8 50%, #556fa8 55%, #5a75ab 64%, #5a75ab 73%, #637db2 82%, #5f79af 86%, #637db2 91%, #6886b6 95%, #7b99c3 100%);
	background: linear-gradient(to bottom, #3d578f 0%, #425e98 5%, #425e98 9%, #47629d 14%, #47629d 23%, #4c68a1 27%, #4c68a1 41%, #556fa8 50%, #556fa8 55%, #5a75ab 64%, #5a75ab 73%, #637db2 82%, #5f79af 86%, #637db2 91%, #6886b6 95%, #7b99c3 100%);
}

.socials-networks a.twitter {
	border: 1px solid #75a3a3;
	background: -webkit-linear-gradient(top, #bee1e2 0%, #acd7d8 4%, #a2d1d2 11%, #a4d3d4 14%, #99cccd 25%, #9ccdce 29%, #99cccd 32%, #90c4c5 39%, #93c7c8 43%, #8dc2c3 46%, #8ac1c2 54%, #80babb 64%, #7fb9ba 75%, #78b4b5 79%, #78b4b5 86%, #6faeaf 93%, #72afb0 96%, #6faeaf 100%);
	background: linear-gradient(to bottom, #bee1e2 0%, #acd7d8 4%, #a2d1d2 11%, #a4d3d4 14%, #99cccd 25%, #9ccdce 29%, #99cccd 32%, #90c4c5 39%, #93c7c8 43%, #8dc2c3 46%, #8ac1c2 54%, #80babb 64%, #7fb9ba 75%, #78b4b5 79%, #78b4b5 86%, #6faeaf 93%, #72afb0 96%, #6faeaf 100%);
}

.socials-networks a.twitter:hover {
	background: -webkit-linear-gradient(top, #6faeaf 0%, #72afb0 4%, #6faeaf 7%, #78b4b5 14%, #78b4b5 21%, #7fb9ba 25%, #80babb 36%, #8ac1c2 46%, #8dc2c3 54%, #93c7c8 57%, #90c4c5 61%, #99cccd 68%, #9ccdce 71%, #99cccd 75%, #a4d3d4 86%, #a2d1d2 89%, #acd7d8 96%, #bee1e2 100%);
	background: linear-gradient(to bottom, #6faeaf 0%, #72afb0 4%, #6faeaf 7%, #78b4b5 14%, #78b4b5 21%, #7fb9ba 25%, #80babb 36%, #8ac1c2 46%, #8dc2c3 54%, #93c7c8 57%, #90c4c5 61%, #99cccd 68%, #9ccdce 71%, #99cccd 75%, #a4d3d4 86%, #a2d1d2 89%, #acd7d8 96%, #bee1e2 100%);
}

.resize-active .search-form,
.resize-active .nav-slide {
	-webkit-transition: none;
	transition: none;
}

#footer {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 16px;
	padding: 15px 0;
}

.footer-col {
	padding: 0 0 15px;
}

.footer-col .col-hold {
	background: #f8ebdb;
	padding: 20px 15px 22px;
}

.footer-col a {
	text-decoration: none;
	position: relative;
}

.footer-list {
	margin: 0 0 15px;
	font: 13px/15px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.copyright {
	font-style: italic;
	margin-left: 14px;
	font-size: 10px;
	line-height: 12px;
}

.copyright a {
	text-decoration: none;
	position: relative;
}

.creator-info {
	margin-left: 14px;
}

@media (min-width: 480px) {
	.gallery li {
		width: 33.33%;
	}
}

@media (max-width: 767px) and (min-width: 768px) {
	.nav-opener {
		display: none;
	}
}

@media (min-width: 768px) {
	.post-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 23px;
	}

	.post-item.full-post h1 {
		font-size: 28px;
		line-height: 30px;
	}

	.post-item.full-post .description {
		padding: 0 0 45px;
	}

	.post-item .post-img {
		width: 120px;
		margin: 0;
	}

	.post-item .description {
		width: calc(100% - 120px);
		padding: 2px 0 0 10px;
	}

	.post-item h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.paging a {
		padding: 8px 15px;
	}

	.paging strong {
		padding: 8px 15px;
	}

	form .input-wrap {
		margin: 0 0 25px;
	}

	form .checkbox-hold {
		margin: 0 0 30px;
	}

	form .btn-hold {
		text-align: right;
		padding-top: 25px;
	}

	form .search-field {
		padding: 0 0 40px;
	}

	form .search-field .btn-search {
		padding: 2px 0 0;
	}

	.checkbox .jcf-checkbox {
		width: 20px;
		height: 20px;
	}

	.checkbox .jcf-checkbox span {
		width: 11px;
		height: 5px;
		margin: -4px 0 0 -5px;
	}

	.checkbox .jcf-radio {
		width: 20px;
		height: 20px;
	}

	.checkbox .jcf-radio span {
		width: 11px;
		height: 5px;
		margin: -4px 0 0 -5px;
	}

	.gallery-description .add-info-list {
		margin: 0 0 45px;
	}

	.gallery-description .help-text {
		font-size: 18px;
		line-height: 20px;
	}

	.search-results h2 {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 25px;
	}

	.visual-item.new .visual-title {
		font-size: 20px;
		line-height: 24px;
	}

	.visual-item .description {
		padding: 10px 20px;
	}

	.archive-hold {
		margin: 0 -9px;
	}

	p {
		margin: 0 0 21px;
	}

	h1 {
		font-size: 40px;
		line-height: 44px;
	}

	h2 {
		font-size: 32px;
		line-height: 34px;
		margin: 0 0 28px;
	}

	h3 {
		font-size: 28px;
		line-height: 32px;
	}

	.btn {
		font-size: 16px;
		line-height: 18px;
	}

	.heading-box {
		margin: 0 auto 25px;
	}

	.box-img {
		margin: 0 0 45px;
	}

	#main {
		padding: 20px 0 40px;
	}

	.content-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	#content {
		width: 70%;
		padding: 0 38px 0 0;
	}

	.sidebar {
		width: 30%;
		padding: 0;
	}

	.sidebar:after {
		left: -19px;
		right: auto;
		top: 0;
		bottom: 0;
		height: auto;
		width: 1px;
	}

	.aside-widget {
		margin: 0 0 46px;
	}

	.aside-widget form input:not([type="submit"]) {
		height: 26px;
	}

	.aside-widget form .jcf-select {
		height: 26px;
		padding: 5px 40px 4px 10px;
	}

	.aside-widget form .checkbox .jcf-checkbox {
		width: 15px;
		height: 15px;
		/*border-radius: 2px;*/ /*andy added*/
	}

	.aside-widget form .checkbox .jcf-checkbox span {
		width: 8px;
		height: 5px;
		margin: -4px 0 0 -4px;
	}

	.aside-widget form .checkbox .jcf-radio {
		width: 15px;
		height: 15px;
	}

	.aside-widget form .checkbox .jcf-radio span {
		width: 8px;
		height: 5px;
		margin: -3px 0 0 -4px;
	}

	.addthis_toolbox {
		margin: 0 0 18px;
	}

	#header .container {
		padding: 76px 15px 10px;
	}

	#header .socials-networks {
		margin: -3px 0 0;
	}

	.logo {
		width: 230px;
		position: absolute;
		left: 15px;
		top: 7px;
	}

	.search-hold {
		margin: 0 0 0 19px;
	}

	.search-hold .search-opener {
		display: none;
	}

	.search-form {
		width: 204px;
	}

	.search-form input[type="search"] {
		height: 26px;
		font-size: 12px;
		border-radius: 0;
		border-color: #000;
	}

	.search-form .btn-search {
		width: 26px;
		height: 26px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 2px 0 0;
	}

	.navbar {
		padding: 56px 0 0;
	}

	.navbar .main-nav {
		position: relative;
		z-index: 3;
		clear: both;
		padding: 14px 10px 12px;/*andy added padding: 14px 0 12px;*/
	}

	.navbar .main-nav li {
		margin: 0 0 0 15px !important;
	}

	.navbar .main-nav li:first-child {
		margin: 0 !important;
	}

	.navbar .main-nav li:before {
		left: -15px;
	}

	.navbar .main-nav li,
	.navbar .add-nav li {
		display: inline-block;
		vertical-align: top;
		position: relative;
		padding: 0;
		margin: 0 0 0 10px;
	}

	.navbar .main-nav li.active a:after,
	.navbar .add-nav li.active a:after {
		left: 0;
		right: 0;
	}

	.navbar .main-nav a,
	.navbar .add-nav a {
		color: #000;
		padding: 0;
		position: relative;
	}

	.navbar .main-nav a:after,
	.navbar .add-nav a:after {
		-webkit-transition: left .3s ease-in-out, right .3s ease-in-out;
		transition: left .3s ease-in-out, right .3s ease-in-out;
		content: "";
		left: 50%;
		right: 50%;
		bottom: 0;
		position: absolute;
		height: 2px;
		background: #000;
	}

	.navbar .main-nav a:hover:after,
	.navbar .add-nav a:hover:after {
		left: 0;
		right: 0;
	}

	.navbar .add-nav {
		position: absolute;
		right: 15px;
		top: 24px;
		font-size: 11px;
	}

	#footer .footer-cols {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -5px;
		padding: 23px 0;
	}

	.footer-col {
		width: 33.33%;
		padding: 0 5px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.footer-col .col-hold {
		width: 100%;
		padding: 23px 10px 20px;
	}

	.footer-col a:after {
		-webkit-transition: left .3s ease-in-out, right .3s ease-in-out;
		transition: left .3s ease-in-out, right .3s ease-in-out;
		content: "";
		left: 50%;
		right: 50%;
		bottom: -1px;
		position: absolute;
		height: 1px;
		background: #3f7dc1;
	}

	.footer-col a:hover:after {
		left: 0;
		right: 0;
	}
}

@media (min-width: 1024px) {
	.post-item .post-img {
		width: 180px;
	}

	.post-item .description {
		width: calc(100% - 180px);
	}

	.gallery li {
		width: 25%;
	}

	.marked-list li {
		padding: 0 0 15px 30px;
	}

	.marked-list li:after {
		width: 12px;
		height: 12px;
		top: 2px;
	}

	h2 {
		font-size: 40px;
		line-height: 44px;
	}

	.aside-widget {
		padding: 26px 25px;
	}

	.navbar .add-nav {
		font-size: 14px;
	}

	#footer .footer-cols {
		margin: 0 -15px;
	}

	.footer-col {
		padding: 0 15px;
	}

	.footer-col .col-hold {
		padding: 35px 30px 20px 31px;
	}

	.copyright {
		margin-left: 30px;
	}

	.creator-info {
		margin-left: 30px;
	}
}

@media (max-width: 767px) {
	.post-item {
		border-bottom: 1px solid #aaa;
		padding: 0 0 20px;
	}

	.post-item:last-child {
		border: none;
		padding: 0;
	}

	form .btn-hold button {
		width: 100%;
		max-width: 460px;
		margin: 0 auto;
	}

	.archive-hold {
		max-width: 234px;
	}

	.aside-widget form .btn {
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 460px;
	}

	.aside-widget form .help-link {
		text-align: center;
	}

	.search-hold {
		-webkit-transition: width .3s ease-in-out;
		transition: width .3s ease-in-out;
		width: 40px;
		height: 40px;
		background: #fff;
		border: 1px solid #79a4d4;
		/*border-radius: 4px;*/ /*andy added*/
		position: absolute;
		right: 67px;
		top: 50%;
		margin: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.search-hold.search-active {
		width: 200px;
	}

	.search-hold .search-opener {
		width: 40px;
		height: 40px;
		float: right;
		text-decoration: none;
		font-size: 16px;
		margin-right: 5px;
		margin: -1px 0 0 0;
		padding: 10px 0 0 2px;
		display: block;
		text-align: center;
	}

	.search-form {
		-webkit-transition: width .3s ease-in-out;
		transition: width .3s ease-in-out;
		width: 0;
		overflow: hidden;
		top: 0;
		right: 0;
		position: absolute;
	}

	.search-active .search-form {
		width: 198px;
	}

	.navbar ul li.active a {
		background: #79a4d4;
		color: #fff;
	}

	.navbar ul a:hover {
		background: #79a4d4;
		color: #fff;
	}

	.nav-slide {
		-webkit-transition: max-height .3s ease-in-out;
		transition: max-height .3s ease-in-out;
		max-height: 0;
		overflow: hidden;
		position: absolute;
		left: -15px;
		right: -15px;
		top: 100%;
	}

	.nav-active .nav-slide {
		max-height: 4000px;
	}

	.nav-slide .nav-wrap {
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		background-color: #fff;
		border: 2px solid #79a4d4;
		text-align: center;
	}

	.nav-active .nav-slide .nav-wrap {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.nav-opener {
		width: 40px;
		height: 40px;
		position: relative;
		/*border-radius: 3px;*/ /*andy added*/
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #fff;
		border: 1px solid #79a4d4;
	}

	.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:before,
	.nav-opener:after,
	.nav-opener span {
		background: #79a4d4;
		/*border-radius: 4px;*/ /*andy added*/
		position: absolute;
		top: 50%;
		left: 25%;
		right: 25%;
		height: 4px;
		margin-top: -2px;
		-webkit-transition: .3s ease 0s;
		transition: .3s ease 0s;
	}

	.nav-opener:after,
	.nav-opener:before {
		content: "";
		top: 30%;
	}

	.nav-opener:after {
		top: 70%;
	}

	.xs-hidden {
		display: none;
	}
}

