[class*="leading"] {
   margin-bottom: 50px !important;
}

#osm-plans-list-columns .osm-plan {
   min-height: 480px; !important;
}
#osm-plans-list-columns .btn {
   margin-bottom: 20px !important;
}

#field_osm_mag_premium, #field_osm_mag_full, #field_osm_mag_aasoc, #field_osm_full_gst, #field_osm_assoc_gst, #field_osm_assoc_membership, #field_osm_full_membership {
	display: none;	
}

.pagination ul {
	list-style-type: none;	
}
.pagination ul li {
	display: inline-block;
	float: left;
	margin: 20px 20px 0 0;	
	list-style-type: none;
	background: none !important;
}
.pagination ul li:after {
	background: none !important;
}

/*! 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;
}

@font-face {
	font-family: "museo";
	src: url("../fonts/842773b076750808b9d86068fdce478a-museo500-regular-webfont.eot");
	src: url("../fonts/842773b076750808b9d86068fdce478a-museo500-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/842773b076750808b9d86068fdce478a-museo500-regular-webfont.woff") format("woff"), url("../fonts/842773b076750808b9d86068fdce478a-museo500-regular-webfont.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "museo";
	src: url("../fonts/2e06bd26a735c5c451d9978979434cad-museo300-regular-webfont.eot");
	src: url("../fonts/2e06bd26a735c5c451d9978979434cad-museo300-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/2e06bd26a735c5c451d9978979434cad-museo300-regular-webfont.woff") format("woff"), url("../fonts/2e06bd26a735c5c451d9978979434cad-museo300-regular-webfont.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "museo";
	src: url("../fonts/95ea300599948a44190e51bee5f54f96-museo700-regular-webfont.eot");
	src: url("../fonts/95ea300599948a44190e51bee5f54f96-museo700-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/95ea300599948a44190e51bee5f54f96-museo700-regular-webfont.woff") format("woff"), url("../fonts/95ea300599948a44190e51bee5f54f96-museo700-regular-webfont.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.header-holder:after,
#nav ul:after,
.newsletter-box:after,
.banner-holder: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: #000;
	background: #fff;
	font: 16px/1.625 "Lucida Sans Unicode", "Lucida Grande", 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;
}

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

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

th,
td {
	border: 1px solid #999;
	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-position: outside;
	margin: 0;
	padding: 0;
}

ul > li {
	list-style-position: outside;
	list-style: none;
	padding: 0 0 20px 22px;
	position: relative;
}

ul > li:after {
	position: absolute;
	top: 8px;
	left: 2px;
	width: 8px;
	background: #a1e2e7;
	height: 8px;
	content: "";
}

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

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "museo", Arial, Helvetica, sans-serif;
	font-weight: 500;
	margin: 0 0 .5em;
	color: #0098a1;
}

h1,
.h1 {
	font-size: 32px;
	line-height: 34px;
	margin: 0 0 14px;
}

h2,
.h2 {
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 3px;
}

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

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

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

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

p {
	margin: 0 0 17px;
}

a {
	color: #0098a1;
	text-decoration: none;
	-webkit-transition: opacity .3s ease 0s;
	transition: opacity .3s ease 0s;
}

a:hover,
a:focus {
	opacity: .8;
}

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

textarea,
input[type=submit],
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
input[type=url],
input[type=number] {
	-webkit-border-radius: 0;
	outline: none;
	box-shadow: none !important;
}

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

.container,
.banner-holder,
.offer-section,
.main-holder,
.footer-holder {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1040px;
}

#header {
	background: #000;
}

.header-holder {
	position: relative;
	z-index: 5;
	padding: 0;
	max-width: 1000px;
	margin: 0 auto;
}

#nav {
	float: left;
	margin: 15px 0;
}

#nav ul {
	text-transform: uppercase;
	font: 500 14px/16px "museo", Arial, Helvetica, sans-serif;
	margin: 0;
}

#nav ul li {
	float: left;
	margin: 0 16px 0 0;
	position: relative;
	padding: 0;
	color: #d4d4d4;
}

#nav ul li.active > a {
	color: #0098a1;
}

#nav ul li:after {
	background: none;
}

#nav ul li:hover .drop {
	opacity: 1;
	visibility: visible;
}

#nav ul a {
	color: #d4d4d4;
	-webkit-transition: color .3s ease 0s, background .3s ease 0s;
	transition: color .3s ease 0s, background .3s ease 0s;
}

#nav ul a:hover {
	color: #0098a1;
	opacity: 1;
}

#nav ul .drop {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	-webkit-transition: opacity .3s ease 0s, visibility .3s ease 0s;
	transition: opacity .3s ease 0s, visibility .3s ease 0s;
	top: 100%;
	left: 0;
	z-index: 100;
	width: 172px;
	padding: 18px 0 0;
}

#nav ul .drop ul {
	font: 15px/17px Arial, Helvetica, sans-serif;
	text-transform: none;
	padding: 6px 0 16px;
	background: rgba(0, 158, 170, .85);
}

#nav ul .drop ul li {
	padding: 0 0 7px;
	float: none;
	margin: 0;
}

#nav ul .drop ul li.active a {
	background: rgba(0, 106, 132, .6);
}

#nav ul .drop ul a {
	display: block;
	padding: 3px 14px;
	color: #fff;
	-webkit-transition: background .3s ease 0s;
	transition: background .3s ease 0s;
}

#nav ul .drop ul a:hover {
	opacity: 1;
	background: rgba(0, 106, 132, .6);
}

.resize-active #nav {
	-webkit-transition: none;
	transition: none;
}

.nav-opener {
	float: left;
	display: none;
	position: relative;
	width: 40px;
	height: 29px;
	margin: 10px 0 0 20px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 5px;
	background: #e0e0e0;
	content: "";
}

.nav-opener:before {
	content: "";
	top: 24px;
}

.nav-opener:after {
	content: "";
	top: 12px;
}

.header-block {
	float: right;
}

.header-block a {
	float: left;
}

.login-link {
	text-transform: uppercase;
	background: #003e43;
	padding: 15px 34px 18px 27px;
	color: #d4dada;
	-webkit-transition: background .3s ease 0s;
	transition: background .3s ease 0s;
	font: 500 14px/16px "museo", Arial, Helvetica, sans-serif;
}

.login-link:hover {
	opacity: 1;
	background: #006d76;
}

.facebook-link,
.search-link {
	width: 47px;
	height: 49px;
	text-align: center;
	background: #008a95;
	color: #fff;
	font-size: 27px;
	line-height: 49px;
	-webkit-transition: background .3s ease 0s;
	transition: background .3s ease 0s;
}

.facebook-link:hover,
.search-link:hover {
	opacity: 1;
	background: #00b9c8;
}

.search-link {
	background: #00b2bf;
}

.search-link:hover {
	background: #00e2f2;
}

#main {
	position: relative;
	z-index: 1;
}

.logo {
	display: block;
	width: 338px;
	height: 139px;
	margin: 0 0 47px -1px;
	position: relative;
	z-index: 3;
}

.logo a:hover {
	opacity: 1;
}

.logo img {
	display: block;
	width: 100%;
}

.banner-section {
	overflow: hidden;
	position: relative;
	background: -webkit-linear-gradient(top, #fff 0%, #fff 7%, #fdfdfd 9%, #fefefe 18%, #fdfdfd 23%, #fbfbfb 24%, #fdfdfd 24%, #fcfcfc 29%, #f6f6f6 44%, #e4e4e4 75%, #e0e0e0 100%);
	background: linear-gradient(to bottom, #fff 0%, #fff 7%, #fdfdfd 9%, #fefefe 18%, #fdfdfd 23%, #fbfbfb 24%, #fdfdfd 24%, #fcfcfc 29%, #f6f6f6 44%, #e4e4e4 75%, #e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	min-height: 350px;
}

.banner-section .info-block {
	width: 40%;
	padding: 9px 0 10px;
}

.newsletter-box {
	background: #fff;
	width: 245px;
	padding: 24px 0 10px 30px;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	z-index: 3;
}

.newsletter-box .image-holder {
	float: right;
	margin: -23px -3px -10px 10px;
	width: 90px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}

.newsletter-box .image-holder img {
	display: block;
	width: 100%;
}

.newsletter-box a {
	color: #00539b;
}

.newsletter-box h3 {
	font-size: 20px;
	font-weight: 300;
	line-height: 22px;
	color: #00929c;
	margin: 0 0 16px;
}

.visual-holder {
	position: absolute;
	width: 64.6%;
	max-width: 938px;
	top: 0;
	right: 0;
	bottom: 0;
}

@media (min-width: 1500px) {
	.visual-holder {
		width: 60%;
		max-width: 1600px;
	}
}

@media (min-width: 2000px) {
	.visual-holder {
		width: 55%;
		max-width: 2000px;
	}
}

.visual-holder .crop-image {
	float: left;
	width: 100%;
	height: 100%;
}

.visual-holder img {
	display: block;
	width: auto;
	height: 100%;
	max-width: none;
}

.visual-holder:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 200px;
	z-index: 2;
	background: url(../images/bg-mask.png) no-repeat;
	background-size: auto 100%;
	content: "";
}

.offer-section {
	background: #6d8fa4;
	position: relative;
	padding-top: 18px;
	padding-bottom: 22px;
}

.offer-section .holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
	position: relative;
	z-index: 2;
}

.offer-section:before,
.offer-section:after {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	right: 100%;
	left: -9999px;
	background: #6d8fa4;
	content: "";
}

.offer-section:after {
	left: 100%;
	right: -9999px;
}

.offer-block {
	width: 33.3%;
	padding: 0 10px;
}

.offer-block img {
	display: block;
	width: 100%;
}

.offer-block a {
	display: block;
	position: relative;
}

.offer-block a:hover {
	opacity: 1;
}

.offer-block a:hover span {
	background: rgba(0, 0, 0, .7);
}

.offer-block span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	color: #fff;
	font: 500 21px/23px "museo", Arial, Helvetica, sans-serif;
	padding: 19px;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: background .3s ease 0s;
	transition: background .3s ease 0s;
}

.main-holder {
	padding-top: 50px;
	padding-bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#content {
	padding: 0 0 0 50px;
	width: 100%;
}

#content ul {
	padding: 11px 0 0;
}

#sidebar {
	width: 48%;
	margin: 5px 0 0;
}

.side-box {
	background: #f5f5f5;
	overflow: hidden;
	margin: 0 0 39px;
}

.side-box h2, .side-box h2 a {
	display: block;
	color: #fff;
	padding: 8px 23px 8px 10px;
	background: #0098a1;
	font: 700 19px/21px "museo", Arial, Helvetica, sans-serif;
}

.side-box .description {
	padding: 16px 19px 0 23px;
}

.side-box h5 {
	font-size: 12px;
	line-height: 25px;
	margin: 0 0 13px;
	color: #000;
}

.side-box .image-holder {
	padding: 0 0 22px;
}

.side-box .image-holder img {
	display: block;
	width: 100%;
}

.side-box .place {
	display: block;
	font-size: 15px;
	line-height: 22px;
	padding: 9px 0 31px;
}

.btn-holder {
	text-align: right;
	margin: 0 -30px 0 0;
}

.btn-more {
	display: inline-block;
	vertical-align: top;
	font: 300 19px/21px "museo", Arial, Helvetica, sans-serif;
	color: #fff;
	background: #ababab;
	-webkit-transform: skew(-25.5deg, 0deg);
	-ms-transform: skew(-25.5deg, 0deg);
	transform: skew(-25.5deg, 0deg);
	-webkit-transition: background .3s ease 0s;
	transition: background .3s ease 0s;
}

.btn-more span {
	display: block;
	-webkit-transform: skew(25.5deg, 0deg);
	-ms-transform: skew(25.5deg, 0deg);
	transform: skew(25.5deg, 0deg);
	padding: 8px 25px 9px 24px;
}

.btn-more:hover {
	opacity: 1;
	background: #929292;
}

.footer-section {
	background: #000;
	border-top: 13px solid #6d8fa4;
}

.footer-holder {
	padding-bottom: 68px;
	padding-top: 31px;
}

.menu-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 46px;
}

.menu-block li {
	padding: 0 10px 0 0;
}

.menu-block li:after {
	background: none;
}

.menu-block h3 {
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 12px;
}

.menu-block h3 a {
	color: #fff;
	-webkit-transition: color .3s ease 0s;
	transition: color .3s ease 0s;
}

.menu-block h3 a:hover {
	color: #0098a1;
	opacity: 1;
}

.menu {
	font-size: 14px;
	line-height: 16px;
	padding: 0;
	margin: 0;
}

.menu li {
	padding: 0 0 12px;
}

.menu li:after {
	background: none;
}

.menu li.active a {
	color: #0098a1;
}

.menu a {
	color: #cecdcd;
	-webkit-transition: color .3s ease 0s;
	transition: color .3s ease 0s;
}

.menu a:hover {
	color: #0098a1;
	opacity: 1;
}

#footer {
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	color: #848484;
}

.copyright {
	display: block;
}

.copyright .terms a {
	color: #848484;
}

@media (min-width: 1025px) {
	.menu-block h3 a {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1024px) {
	ul > li:after {
		left: 0;
	}

	ul > li {
		padding: 0 0 20px 19px;
	}

	h2,
	.h2 {
		margin: 0 0 2px;
	}

	p {
		margin: 0 0 18px;
	}

	#nav ul li.active > a {
		background: none;
	}

	#nav ul li:hover .drop {
		display: block;
	}

	#nav ul li {
		float: none;
		margin: 0;
		border-top: 1px solid #fff;
	}

	#nav ul a:hover {
		color: #d4d4d4;
		background: #0098a1;
	}

	#nav ul a {
		display: block;
		padding: 10px 20px;
	}

	#nav ul .drop ul li {
		padding: 0;
	}

	#nav ul .drop ul a {
		padding: 10px 30px;
	}

	#nav ul .drop ul {
		padding: 0;
	}

	#nav ul .drop {
		position: static;
		padding: 0;
		display: none;
		width: 100%;
	}

	#nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 300;
		background: #000;
		padding: 0;
		margin: 0;
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s ease 0s, visibility .3s ease 0s;
		transition: opacity .3s ease 0s, visibility .3s ease 0s;
	}

	.nav-opener {
		display: block;
	}

	.nav-active #nav {
		opacity: 1;
		visibility: visible;
	}

	.logo {
		width: 272px;
		height: 111px;
		margin: 0 0 38px -3px;
	}

	.banner-section .info-block {
		padding: 8px 0 0;
		width: 31.4%;
		float: left;
	}

	.banner-section {
		min-height: 10px;
	}

	.newsletter-box .image-holder {
		margin: -18px -2px -11px 10px;
		width: 73px;
	}

	.newsletter-box h3 {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 13px;
	}

	.newsletter-box {
		width: 197px;
		font-size: 9px;
		line-height: 16px;
		padding: 18px 0 10px 24px;
	}

	.visual-holder .crop-image {
		min-width: 756px;
	}

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

	.visual-holder {
		width: 68.6%;
		max-width: 100%;
		float: right;
		height: 100%;
		position: relative;
	}

	.offer-section .holder {
		margin: 0 -7px;
	}

	.offer-section {
		padding-top: 23px;
		padding-bottom: 23px;
	}

	.offer-block span {
		font-size: 15px;
		line-height: 17px;
		padding: 14px 12px 14px;
	}

	.offer-block {
		padding: 0 7px;
	}

	.main-holder {
		padding-top: 33px;
		padding-bottom: 16px;
	}

	#content ul {
		padding: 8px 0 0;
	}

	#content {
		padding: 0;
	}

	#sidebar {
		display: none;
	}

	.footer-holder {
		padding-bottom: 62px;
	}

	.menu-block li.active .slide {
		display: block;
	}

	.menu-block li {
		padding: 0 0 7px;
	}

	.menu-block .slide {
		display: none;
	}

	.menu-block h3 {
		margin: 0 0 5px;
	}

	.menu-block {
		display: block;
	}

	.menu li {
		padding: 0 0 5px;
	}

	#footer {
		text-align: left;
		line-height: 15px;
	}
}

@media (max-width: 767px) {
	ul > li:after {
		left: 2px;
	}

	ul > li {
		padding: 0 0 20px 22px;
	}

	.container,
	.banner-holder,
	.offer-section,
	.main-holder,
	.footer-holder {
		padding-left: 9px;
		padding-right: 9px;
	}

	.logo {
		width: 238px;
		height: 97px;
		margin: 0 0 34px;
	}

	.banner-section .info-block {
		padding: 2px 0 0;
		width: 65%;
	}

	.newsletter-box .image-holder {
		width: 63px;
		margin: -15px -10px -11px 10px;
	}

	.newsletter-box h3 {
		font-size: 14px;
		line-height: 16px;
		margin: 0 0 10px;
	}

	.newsletter-box {
		width: 87%;
		padding: 16px 0 10px 11px;
		font-size: 12px;
		line-height: 14px;
	}

	.visual-holder .crop-image {
		min-width: 649px;
	}

	.visual-holder {
		width: 33%;
	}

	.offer-section .holder {
		margin: 0;
	}

	.offer-section {
		padding-top: 31px;
		padding-bottom: 5px;
	}

	.offer-block a {
		max-width: 320px;
		margin: 0 auto;
	}

	.offer-block span {
		font-size: 20px;
		line-height: 22px;
		padding: 18px 17px 16px;
	}

	.offer-block {
		width: 100%;
		padding: 0 0 30px;
	}

	.main-holder {
		padding-top: 27px;
		padding-bottom: 14px;
	}

	#content ul {
		padding: 1px 0 0;
	}

	.footer-holder {
		padding-bottom: 31px;
	}

	.menu-block {
		padding: 0 0 30px;
	}

	.copyright .terms {
		display: block;
		padding: 14px 0 0;
	}
}

