.container:after,
#nav:after,
.article:after,
.content-block:after,
.two-columns .columns-holder:after,
.reservations-form:after,
.reservations-form .columns-holder:after,
.reservations-form .row:after,
.counting-block .three-columns:after,
.news-block figure:after,
.payments:after,
#footer:after,
.nav ul:after {
	content: " ";
	display: block;
	clear: both;
}

#nav ul,
.content-block ul,
.footer ul,
.videos-info .holder ul,
.payments .cards ul,
.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.logo,
#nav ul li,
.content-block ul li,
.reservations-form input[type="submit"],
.footer ul li,
.carousel .mask .slide,
.aside .widget,
.counting-block .three-columns .col,
.payments h2,
.payments .cards ul,
.payments .cards ul li,
.payments .security h3,
.four-columns .contact a,
.nav {
	vertical-align: top;
	display: inline-block;
}

html {
	box-sizing: border-box;
	background: #2e2e2e;
}

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

body {
	margin: 0;
	color: #63787f;
	background: #fff;
	font: 16px/2.062 "Open Sans", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

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

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

a {
	text-decoration: none;
	color: #63787f;
	font-weight: 700;
}

a:hover {
	text-decoration: underline;
}

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

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

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

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
}

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

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

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

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
	font-family: "FontAwesome";
	src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
	font-size: 1.3333333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.2857142857em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.1428571429em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.1428571429em;
	width: 2.1428571429em;
	top: .1428571429em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.8571428571em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}

.fa-won:before,
.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-genderless:before,
.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

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

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

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

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

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

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

.opener {
	position: absolute;
	right: 7px;
	top: -47px;
	width: 40px;
	height: 40px;
	background: #000;
	border-radius: 3px;
	display: none; /* styles for screens with width from 321px to 768px */
}

.opener:before,
.opener:after,
.opener span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.opener:before,
.opener:after {
	content: "";
	top: 30%;
}

.opener:after {
	top: 70%;
}

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

.opener:hover {
	opacity: .8;
}

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

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

.container {
	max-width: 1250px;
	margin: 0 auto;
}

h1 {
	font-size: 34px;
	line-height: 36px;
	color: #dc7096;
	text-transform: uppercase;
	font-family: "archive", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
}

h2 {
	font-size: 26px;
	line-height: 27px;
	color: #8c8b8c;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "archive", "Arial", "Helvetica", sans-serif;
}

h3 {
	color: #bfbfbf;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: "archive", "Arial", "Helvetica", sans-serif;
}

h4 {
	font-family: "archive", "Arial", "Helvetica", sans-serif;
}

#header {
	overflow: hidden;
	background: #81c3dd url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgxYzNkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iIzgwYzJkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzgwYzBkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iIzgwYzJkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzdlYzBkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iIzgwYzBkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iIzdlYmVkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iIzdkYmRkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iIzdhYjhjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iIzdiYjdkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iIzc5YjdjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iIzdhYjZkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzc5YjVjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3N2IzY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(left, #81c3dd 0%, #80c2dc 17%, #80c0d9 18%, #80c2dc 19%, #7ec0da 20%, #80c0db 26%, #7ebed7 29%, #7dbdd8 38%, #7ab8cf 64%, #7bb7d1 68%, #79b7ce 69%, #7ab6d0 72%, #79b5cd 76%, #77b3cb 100%);
	background: linear-gradient(to right, #81c3dd 0%, #80c2dc 17%, #80c0d9 18%, #80c2dc 19%, #7ec0da 20%, #80c0db 26%, #7ebed7 29%, #7dbdd8 38%, #7ab8cf 64%, #7bb7d1 68%, #79b7ce 69%, #7ab6d0 72%, #79b5cd 76%, #77b3cb 100%);
}

.logo-area {
	background: url(../images/bg-header.jpg) no-repeat 50% 50%;
	background-size: cover;
	min-height: 663px;
	min-height: 768px;
	position: relative;
}

.logo-area:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.logo-area:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4MTYxZCIgc3RvcC1vcGFjaXR5PSIwLjUxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzA5MTgyMCIgc3RvcC1vcGFjaXR5PSIwLjUxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODE2MWQiIHN0b3Atb3BhY2l0eT0iMC41MSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(left, rgba(8, 22, 29, .51) 0%, rgba(9, 24, 32, .51) 30%, rgba(8, 22, 29, .51) 100%);
	background: linear-gradient(to right, rgba(8, 22, 29, .51) 0%, rgba(9, 24, 32, .51) 30%, rgba(8, 22, 29, .51) 100%);
}

.logo-area .container {
	padding: 15px 91px 15px 42px;
	position: relative;
	z-index: 1;
}

.logo {
	float: left;
	margin: 0 3% 0 0;
}

.logo img {
	display: block;
}

.slogan {
	overflow: hidden;
	color: #fff;
	padding: 12px 0;
}

.slogan strong.title {
	font-family: "brushScript", "Arial", "Helvetica", sans-serif;
	font-size: 89px;
	line-height: 106px;
	color: #fff;
	display: block;
	padding: 0 0 0 5px;
	font-weight: 400;
	text-indent: 79px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .7);
}

.slogan span {
	display: block;
	text-align: right;
	font-size: 30px;
	line-height: 30px;
	font-family: "lucida_sans", "Arial", "Helvetica", sans-serif;
	margin: -7px 0 0 0;
	padding: 0 7px;
}

.slogan span span {
	font-size: 24px;
	line-height: 24px;
	margin: 0 -16px;
}

#nav {
	position: relative;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

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

.nav-active #nav ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.nav-holder {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 43px;
	position: relative;
	z-index: 999;
}

.nav-holder:before {
	background: #81c3dd url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgxYzNkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iIzgwYzJkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzgwYzBkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iIzgwYzJkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzdlYzBkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iIzgwYzBkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iIzdlYmVkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iIzdkYmRkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iIzdhYjhjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iIzdiYjdkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iIzc5YjdjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iIzdhYjZkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzc5YjVjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3N2IzY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(left, #81c3dd 0%, #80c2dc 17%, #80c0d9 18%, #80c2dc 19%, #7ec0da 20%, #80c0db 26%, #7ebed7 29%, #7dbdd8 38%, #7ab8cf 64%, #7bb7d1 68%, #79b7ce 69%, #7ab6d0 72%, #79b5cd 76%, #77b3cb 100%);
	background: linear-gradient(to right, #81c3dd 0%, #80c2dc 17%, #80c0d9 18%, #80c2dc 19%, #7ec0da 20%, #80c0db 26%, #7ebed7 29%, #7dbdd8 38%, #7ab8cf 64%, #7bb7d1 68%, #79b7ce 69%, #7ab6d0 72%, #79b5cd 76%, #77b3cb 100%);
	bottom: 0;
	content: "";
	left: -9999px;
	position: absolute;
	right: -9999px;
	top: 0;
}

#nav ul {
	font-family: "archive", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 22px;
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
}

#nav ul:first-child:before {
	display: none;
}

#nav ul:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
}

#nav ul:before {
	background: #a7d4e5;
	height: 1px;
}

#nav ul li {
	padding: 28px 0 22px;
	display: table-cell;
	width: 20%;
	position: relative;
}

#nav ul li:before {
	position: absolute;
	content: "";
	top: 13px;
	bottom: 17px;
	left: 0;
	right: auto;
}

#nav ul li:before {
	background: #a7d4e5;
	width: 1px;
}

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

#nav ul li.active a {
	background: #4498ba url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0OThiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iIzQzOTdiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iIzNkOTBiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iIzNmOGZiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzNjOGRhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYyJSIgc3RvcC1jb2xvcj0iIzM4ODdhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iIzNhODdhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNDdmOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(left, #4498ba 0%, #4397b9 16%, #3d90b0 34%, #3f8fb2 39%, #3c8dab 48%, #3887a6 62%, #3a87a5 69%, #347f9e 100%);
	background: linear-gradient(to right, #4498ba 0%, #4397b9 16%, #3d90b0 34%, #3f8fb2 39%, #3c8dab 48%, #3887a6 62%, #3a87a5 69%, #347f9e 100%);
	color: #fff;
	border-radius: 6px;
}

#nav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 20px 5px;
	margin: 0 9px;
	display: block;
	text-align: center;
	font-weight: 400;
	overflow: hidden;
}

#nav ul li a:hover {
	text-decoration: none;
	background: #4498ba url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0OThiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iIzQzOTdiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iIzNkOTBiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iIzNmOGZiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzNjOGRhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYyJSIgc3RvcC1jb2xvcj0iIzM4ODdhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iIzNhODdhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNDdmOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(left, #4498ba 0%, #4397b9 16%, #3d90b0 34%, #3f8fb2 39%, #3c8dab 48%, #3887a6 62%, #3a87a5 69%, #347f9e 100%);
	background: linear-gradient(to right, #4498ba 0%, #4397b9 16%, #3d90b0 34%, #3f8fb2 39%, #3c8dab 48%, #3887a6 62%, #3a87a5 69%, #347f9e 100%);
	color: #fff;
	border-radius: 6px;
}

#main {
	overflow: hidden;
}

.article {
	max-width: 1250px;
	margin: 0 auto;
}

.content-block {
	text-align: center;
	padding: 46px 93px 0;
}

.content-block h1 {
	margin: 0 0 14px;
}

.content-block h2 {
	color: #bfbfbf;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	margin: 0 0 19px;
	font-weight: 400;
	font-family: "archive", "Arial", "Helvetica", sans-serif;
}

.content-block p {
	margin: 0 0 36px;
}

.content-block ul {
	display: inline-block;
	width: 90%;
	font-weight: 700;
	padding: 5px 0 0;
	margin: 0 0 40px;
	font-style: italic;
	font-size: 16px;
	line-height: 18px;
}

.content-block ul li {
	padding: 0 18px 5px;
	position: relative;
}

.content-block ul li:before {
	position: absolute;
	content: "";
	top: 50%;
	bottom: auto;
	left: 0;
	right: auto;
}

.content-block ul li:before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-top: -8px;
	background: #d4d4d4;
}

.content-block ul li a {
	color: #63787f;
}


.privacy-block {
	text-align: left;
	padding: 46px 93px 0;
}

.privacy-block h1 {
	text-align:center;
	margin: 0 0 14px;
}

.privacy-block h1 {
	margin: 0 0 14px;
}

.privacy-block p {
	margin: 0 0 36px;
}

/*

.content-block {
	text-align: center;
	padding: 46px 93px 0;
}

.content-block h1 {
	margin: 0 0 14px;
}

.content-block h2 {
	color: #bfbfbf;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	margin: 0 0 19px;
	font-weight: 400;
	font-family: "archive", "Arial", "Helvetica", sans-serif;
}

.content-block p {
	margin: 0 0 36px;
}

.content-block ul {
	display: inline-block;
	width: 90%;
	font-weight: 700;
	padding: 5px 0 0;
	margin: 0 0 40px;
	font-style: italic;
	font-size: 16px;
	line-height: 18px;
}

.content-block ul li {
	padding: 0 18px 5px;
	position: relative;
}

.content-block ul li:before {
	position: absolute;
	content: "";
	top: 50%;
	bottom: auto;
	left: 0;
	right: auto;
}

.content-block ul li:before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-top: -8px;
	background: #d4d4d4;
}

.content-block ul li a {
	color: #63787f;
}


*/

.disclaimer-block {
	margin:0 auto;
	text-align:left;
	display:block;
	width: 80%;
}

.disclaimer-block ul {
	font-weight: normal;
	font-style: normal;	
}

.disclaimer-block ul li {
	display:block;
	padding-top: 4px;
	padding-bottom: 4px;
}

.form-block {
	background: #f1f1f1;
	text-align: center;
	margin: -5px 0 0;
	padding: 28px 199px 31px 201px;
}

.form-block header {
	font-size: 15px;
	line-height: 33px;
}

.form-block header h2 {
	margin: 0 0 12px;
	font-size: 26px;
	line-height: 28px;
	color: #8c8b8c;
}

.form-block header p {
	margin: 0 0 41px;
}

.gray {
	z-index: 1;
	position: relative;
}

.gray:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
}

.gray:before {
	background: #f1f1f1;
	z-index: -1;
}

.reservations-form {
	text-align: center;
}

.reservations-form .column {
	width: 47.5%;
	margin: 0 1% 0 0;
	float: left;
}

.reservations-form .column + .column {
	float: right;
	margin: 0;
}

.reservations-form .row {
	padding: 0 0 19px;
	width: 100%;
}

.reservations-form .row label {
	display: block;
	font-size: 16px;
	line-height: 18px;
	padding: 0 4px 14px;
	text-align: left;
	font-weight: 700;
	color: #abaaab;
}

.reservations-form .error input[type="email"],
.reservations-form .error textarea,
.reservations-form .error .jcf-select,
.reservations-form .error input[type="tel"],
.reservations-form .error input[type="text"] {
	border-color: #9f0513;
	color: #9f0513;
}

.reservations-form input[type="tel"],
.reservations-form input[type="email"],
.reservations-form input[type="text"] {
	float: left;
	margin: 0;
	padding: 13px 25px 11px;
	font-size: 16px;
	line-height: 18px;
	height: 49px;
	background: #fff;
	border: 2px solid #d3d3d3;
	color: #8c8b8c;
	width: 100%;
	font-weight: 700;
	outline: none;
}

.reservations-form input[type="tel"]:focus,
.reservations-form input[type="email"]:focus,
.reservations-form input[type="text"]:focus {
	outline-color: transparent;
}

.reservations-form input[type="tel"]::-webkit-input-placeholder,
.reservations-form input[type="email"]::-webkit-input-placeholder,
.reservations-form input[type="text"]::-webkit-input-placeholder {
	color: #8c8b8c;
}

.reservations-form input[type="tel"]::-moz-placeholder,
.reservations-form input[type="email"]::-moz-placeholder,
.reservations-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #8c8b8c;
}

.reservations-form input[type="tel"]:-moz-placeholder,
.reservations-form input[type="email"]:-moz-placeholder,
.reservations-form input[type="text"]:-moz-placeholder {
	color: #8c8b8c;
}

.reservations-form input[type="tel"]:-ms-input-placeholder,
.reservations-form input[type="email"]:-ms-input-placeholder,
.reservations-form input[type="text"]:-ms-input-placeholder {
	color: #8c8b8c;
}

.reservations-form input[type="tel"].placeholder,
.reservations-form input[type="email"].placeholder,
.reservations-form input[type="text"].placeholder {
	color: #8c8b8c;
}

.reservations-form textarea {
	font-size: 18px;
	line-height: 22px;
	float: left;
	overflow: auto;
	margin: 0;
	background: #fff;
	width: 87%;
	height: 272px;
	padding: 10px 25px 2px;
	box-sizing: content-box;
	min-height: 272px;
	color: #8c8b8c;
	font-weight: 700;
	border: 2px solid #d3d3d3;
}

.reservations-form textarea:focus {
	outline-color: transparent;
}

.reservations-form textarea::-webkit-input-placeholder {
	color: #8c8b8c;
}

.reservations-form textarea::-moz-placeholder {
	opacity: 1;
	color: #8c8b8c;
}

.reservations-form textarea:-moz-placeholder {
	color: #8c8b8c;
}

.reservations-form textarea:-ms-input-placeholder {
	color: #8c8b8c;
}

.reservations-form textarea.placeholder {
	color: #8c8b8c;
}

.reservations-form input[type="submit"] {
	width: 170px;
	height: 58px;
	font-size: 20px;
	line-height: 22px;
	font-family: "archive", "Arial", "Helvetica", sans-serif;
	margin: 12px 0 0;
	padding: 7px 5px 5px;
	border-radius: 8px;
	border: 0;
	background: #b2b2b2;
	outline: none;
	color: #fff;
}

.reservations-form input[type="submit"]:hover {
	opacity: .8;
}

.footer {
	padding: 28px 42px 95px;
}

.footer h2 {
	margin: 0 0 30px;
	text-align: center;
	text-shadow: -1px 0 0 #cecece, 1px 0 0 #cecece;
}

.footer ul {
	font-size: 16px;
	line-height: 32px;
}

.footer ul li {
	padding: 0 7px 0 28px;
	margin: 0 1.5% 3px 0;
	max-width: 47%;
	position: relative;
}

.footer ul li:before {
	position: absolute;
	content: "";
	top: 11px;
	bottom: auto;
	left: 0;
	right: auto;
}

.footer ul li:before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d4d4d4;
}

.content-holder {
	max-width: 1250px;
}

.visual {
	position: relative;
}

.visual:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
}

.visual:before {
	background: #f1f1f1;
}

.carousel {
	position: relative;
	padding: 59px 69px 48px;
	margin: 0 auto;
	max-width: 1250px;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
}

.carousel .mask .slideset {
	width: 100% !important;
	float: left;
	white-space: nowrap;
	letter-spacing: -4px;
}

.carousel .mask .slide {
	width: 28.7% !important;
	letter-spacing: 0;
	white-space: normal;
	margin: 0 6.8% 10px 0;
}

.carousel .mask .slide img {
	display: block;
	border: 7px solid #fff;
	box-shadow: 1px 3px 2px 0 rgba(0, 0, 0, .1), -1px 3px 2px 0 rgba(0, 0, 0, .1);
	border-radius: 1px;
}

.btn-prev {
	width: 25px;
	height: 25px;
	display: block;
	margin: -23px 0 0;
	left: 0;
	position: absolute;
	top: 50%;
}

.btn-prev:hover {
	text-decoration: none;
}

.btn-prev .fa {
	font-size: 32px;
	line-height: 35px;
	color: #a2a2a2;
	margin: 6px 3px 0 0;
}

.btn-next {
	width: 25px;
	height: 25px;
	display: block;
	margin: -23px 0 0;
	right: 3px;
	top: 50%;
	position: absolute;
}

.btn-next:hover {
	text-decoration: none;
}

.btn-next .fa {
	font-size: 32px;
	line-height: 35px;
	color: #a2a2a2;
	margin: 6px 0 0 3px;
}

.aside {
	max-width: 1250px;
	padding: 39px 48px 46px 67px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 23px;
}

.aside h2 {
	margin: 0;
	color: #63787f;
	font-size: 16px;
	line-height: 18px;
	font-family: "archive", "Arial", "Helvetica", sans-serif;
	min-height: 32px;
}

.aside strong.visitors {
	font-size: 48px;
	line-height: 50px;
	color: #dc7096;
	display: block;
	margin: 0 0 13px;
}

.aside .widget {
	width: 26.6%;
	margin: 0 0 0 9.1%;
	text-align: center;
}

.aside .widget:first-child {
	margin: 0;
}

.aside .widget .img-box {
	padding: 5px 0 0;
}

.aside .widget .img-box img {
	display: block;
	box-shadow: 1px 3px 2px 0 rgba(0, 0, 0, .1), -1px 3px 2px 0 rgba(0, 0, 0, .1);
	border: 7px solid #fff;
	border-radius: 1px;
}

.content-block.post {
	padding: 27px 68px 12px 48px;
}

.content-block.post:first-child {
	padding: 52px 29px 30px;
}

.content-block.post h1 {
	font-size: 26px;
	line-height: 28px;
	color: #dc7096;
	margin: 0 0 20px;
	font-weight: 400;
}

.content-block.post h2 {
	color: #8c8b8c;
	margin: 0 0 12px;
	font-size: 26px;
	line-height: 28px;
}

.content-block.post .holder {
	overflow: hidden;
	padding: 0 23px 0 41px;
}

.content-block.post .holder .text-box {
	padding: 6px 0 0;
}

.content-block.post .text {
	padding: 6px 0 0;
}

.img-holder {
	overflow: hidden;
}

.alignleft {
	float: left;
	margin: 0 64px 0 0;
}

.alignleft img {
	display: block;
	border-radius: 1px;
	box-shadow: 1px 3px 2px 0 rgba(0, 0, 0, .1), -1px 3px 2px 0 rgba(0, 0, 0, .1);
	border: 7px solid #fff;
}

.alignright .alignleft {
	float: right;
	margin: 0 0 0 20px;
}

.text-box {
	overflow: hidden;
	text-align: left;
}

.counting-block {
	max-width: 1250px;
	margin: 0 auto;
	padding: 30px 55px 56px 41px;
	text-align: center;
}

.counting-block h1 {
	font-size: 25px;
	line-height: 28px;
	color: #dc7096;
	margin: 0 0 14px;
}

.counting-block h2 {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 29px;
	color: #bfbdbe;
}

.counting-block strong.num {
	font-size: 60px;
	line-height: 62px;
	margin: 0 0 5px;
	color: #dc7096;
}

.counting-block p {
	margin: 0 0 5px;
}

.counting-block .three-columns {
	font-size: 22px;
	line-height: 25px;
	color: #9a999a;
	text-align: center;
}

.counting-block .three-columns .col {
	background: #fff;
	border-radius: 25px;
	width: 31%;
	margin: 0 1.5% 0 0;
	padding: 22px 3px 15px;
	overflow: hidden;
}

.counting-block .three-columns .col.add strong.num {
	font-size: 36px;
	line-height: 62px;
}

.news-block {
	max-width: 1250px;
	margin: 0 auto;
	padding: 21px 25px 0 41px;
}

.news-block header {
	text-align: center;
}

.news-block header h1 {
	font-size: 26px;
	line-height: 28px;
	margin: 0 0 2px;
}

.news-block header p {
	margin: 0 0 7px;
}

.news-block .three-columns {
	overflow: hidden;
}

.news-block .col {
	float: left;
	width: 34.4%;
	margin: 0 0 0 2.2%;
}

.news-block .col:first-child {
	width: 26%;
	margin: 0;
}

.news-block figure {
	padding: 7px 0 0;
	margin: 0;
	text-align: center;
}

.news-block figure img {
	display: block;
	margin: 0 auto 27px;
	border-radius: 1px;
	border: 7px solid #fff;
	box-shadow: 6px 0 5px -5px rgba(9, 9, 9, .18), -6px 0 5px -5px rgba(9, 9, 9, .18), 0 3px 5px rgba(9, 9, 9, .18);
}

.news-block figure figcaption {
	font-size: 10px;
	line-height: 12px;
	color: #63787f;
	font-style: italic;
}

.news-block .post {
	padding: 0 5px 0 27px;
	margin: 0 0 19px;
	position: relative;
}

.news-block .post:before {
	position: absolute;
	content: "";
	top: 11px;
	bottom: auto;
	left: 0;
	right: auto;
}

.news-block .post:before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d4d4d4;
}

.news-block .post .part {
	display: block;
	margin: 0 0 7px -3px;
	line-height: 20px;
}

.news-block .post .part a {
	font-weight: normal;
}

.news-block .post .part span {
	padding: 0 0 0 20px;
}

.news-block .post .title {
	margin: 0 0 2px;
	line-height: 30px;
	display: block;
	font-style: italic;
}

.news-block .post .title span {
	font-weight: normal;
}

.news-block .post .title span a {
	font-weight: normal;
}

.two-columns .column {
	width: 49%;
	margin: 0 1% 0 0;
	float: left;
}


.videos-info {
	max-width: 1250px;
	margin: -10px auto 0;
	padding: 29px 75px 36px 78px;
	border-top: 2px solid #dedede;
}

.videos-info h1 {
	font-size: 26px;
	line-height: 28px;
	margin: 0 0 25px;
	text-align: center;
}

.videos-info .holder {
	overflow: hidden;
}

.videos-info .holder ul {
	float: left;
	width: 30%;
	font-style: italic;
	margin: 0 1% 0 0;
	font-size: 19px;
	line-height: 22px;
}

.videos-info .holder ul:first-child {
	width: 25.8%;
}

.videos-info .holder ul li {
	padding: 0 0 23px 38px;
	position: relative;
}

.videos-info .holder ul li:before {
	position: absolute;
	content: "";
	top: 6px;
	bottom: auto;
	left: 0;
	right: auto;
}

.videos-info .holder ul li:before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #63787f;
}

.videos-info .holder ul li a {
	color: #63787f;
}

.videos-info .holder ul li a:hover {
	text-decoration: none;
	color: #dc7096;
}

.videos-info .holder ul.add {
	width: 39%;
}

.footer-holder {
	background: #494949;
	overflow: hidden;
}

.payments {
	background: #f1f1f1;
	max-width: 1250px;
	margin: 0 auto;
	padding: 37px 82px 5px 44px;
	z-index: 1;
	position: relative;
}

.payments:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
}

.payments:before {
	background: #f1f1f1;
	z-index: -1;
}

.payments h2 {
	font-size: 30px;
	line-height: 33px;
	font-weight: 400;
	padding: 6px 0 0;
	color: #a4a4a4;
}

.payments p {
	margin: 0;
}

.payments .cards {
	float: left;
	width: 52.2%;
	margin: 0 2% 0 0;
}

.payments .cards ul {
	width: 263px;
	margin: 0 0 0 1%;
}

.payments .cards ul li {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.payments .security {
	font-size: 15px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #494949;
}

.payments .security .holder {
	overflow: hidden;
}

.payments .security .holder img {
	vertical-align: top;
	margin: -3px 0 0;
}

.payments .security h3 {
	font-size: 19px;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	color: #9f9f9f;
}

.four-columns {
	overflow: hidden;
	max-width: 1250px;
	margin: 0 auto;
	padding: 28px 49px 0 18px;
	text-align: center;
}

.four-columns h4 {
	font-size: 20px;
	line-height: 22px;
	margin: 0;
	color: #cacaca;
	font-weight: normal;
}

.four-columns h3 {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 15px;
	color: #cacaca;
	font-weight: normal;
}

.four-columns .contact a {
	margin: 0 0 21px;
	color: #cacaca;
	font-weight: normal;
}

.four-columns .contact .facebook {
	margin: -6px 0 2px;
}

.four-columns .contact .facebook img {
	width: 100%;
}

.four-columns .col {
	width: 19%;
	float: left;
	margin: 0 0 0 10px;
	text-align: center;
	overflow: hidden;
}

.four-columns .col:first-child {
	margin: 0;
}

.four-columns .col img {
	margin: 0 auto 11px;
	display: block;
}

.four-columns .security {
	margin: 0 0 0 4%;
}

.four-columns .license {
	width: 18%;
	margin: 0 0 0 3.6%;
}

.four-columns .col.direction {
	width: 32.6%;
	padding: 20px 0 0;
	float: right;
}

.four-columns .col.direction .holder {
	overflow: hidden;
	margin: 0 0 8px;
}

.four-columns .col.direction .btn.btn-blue {
	margin: 0 0 0 1%;
	width: 58%;
	float: right;
}

.four-columns .col.direction .btn.btn-blue span {
	font-size: 14px;
	line-height: 16px;
}

.btn {
	border-radius: 7px;
	min-height: 67px;
	padding: 12px 5px;
	float: left;
	width: 39%;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	font-family: "archive", "Arial", "Helvetica", sans-serif;
	background: #ea7aa2 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhN2FhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iI2U1Nzg5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iI2JmNmE4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNDY1ODIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(left, #ea7aa2 0%, #e5789f 17%, #bf6a89 73%, #b46582 100%);
	background: linear-gradient(to right, #ea7aa2 0%, #e5789f 17%, #bf6a89 73%, #b46582 100%);
}

.btn:hover {
	text-decoration: none;
	opacity: .8;
}

.btn-blue {
	background: #84d3f2 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0ZDNmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iIzdlY2RlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iIzZhYmVlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MGI2ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(left, #84d3f2 0%, #7ecdee 27%, #6abee0 69%, #60b6d9 100%);
	background: linear-gradient(to right, #84d3f2 0%, #7ecdee 27%, #6abee0 69%, #60b6d9 100%);
}

.btn.btn-larg {
	background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(left, #fff 0%, #f6f6f6 33%, #e7e7e7 69%, #dedede 100%);
	background: linear-gradient(to right, #fff 0%, #f6f6f6 33%, #e7e7e7 69%, #dedede 100%);
	color: #494949;
	padding: 22px 5px 24px;
	width: 100%;
}

#footer {
	font-size: 14px;
	line-height: 17px;
	color: #cacaca;
	margin: -6px auto 0;
	padding: 18px 50px 20px 55px;
	max-width: 1250px;
	z-index: 1;
	position: relative;
}

#footer:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
}

#footer:before {
	background: #2e2e2e;
	z-index: -1;
}

#footer a {
	color: #cacaca;
	font-weight: normal;
}

#footer p {
	margin: 0;
}

.nav {
	float: right;
	max-width: 40%;
	margin: 0 0 0 2%;
}

.nav ul {
	font-size: 14px;
	line-height: 18px;
}

.nav ul li {
	float: right;
	padding: 0 10px 4px 0;
	position: relative;
}

.nav ul li:before {
	position: absolute;
	content: "";
	top: 3px;
	bottom: auto;
	left: auto;
	right: 4px;
}

.nav ul li:before {
	height: 14px;
	border-left: 1px solid #7e7e7e;
	border-right: 1px solid #5f5f5f;
}

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

.nav ul li a {
	color: #cacaca;
	font-weight: 400;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	margin: 0;
	width: 100%;
	border: 2px solid #d3d3d3;
	height: 48px;
}

.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;
	text-align: left;
	display: block;
	font-weight: 700;
	color: #8c8b8c;
	font-size: 16px;
	line-height: 23px;
	margin: 10px 37px 10px 26px;
}

.jcf-select .jcf-select-opener {
	text-align: center;
	background: none;
	width: 35px;
	bottom: 0;
	right: 0;
	top: 0;
	position: relative;
	position: absolute;
}

.jcf-select .jcf-select-opener:after {
	position: absolute;
	content: "";
	top: 17px;
	bottom: auto;
	left: 2px;
	right: auto;
}

.jcf-select .jcf-select-opener:after {
	border-style: solid;
	border-width: 12px 8px 0 7px;
	border-color: #bcbcbc transparent transparent transparent;
}

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: 2px solid #d3d3d3;
}

/* 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;
	font-size: 16px;
	line-height: 35px;
	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;
	display: block;
	padding: 5px 32px;
	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: #fff;
	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;
}

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #d3d3d3 !important;
}

.tel {
	font-weight: normal;
}

span.pink {
	font-weight: bold;
	color: #dc7096;
}

h2.pink {
	color: #dc7096;
}

p.sitemap-l1 {
	text-indent:0px;
	margin: 0;
	text-align: left;
}

p.sitemap-l2 {
	text-indent:60px;
	margin: 0;
	text-align: left;
}

p.sitemap-l3 {
	text-indent:120px;
	margin: 0;
	text-align: left;
}

/* Lightbox */

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.lightbox {
	padding: 5px;
	width: 300px;
}

.lightbox h2 {
	margin: 0 0 10px;
}

.lightbox p {
	margin: 0;
	border: 10px solid red;
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

.fancybox-skin {
	max-width: 1216px;
	width: auto;
}

.fancybox-skin .fancybox-inner {
	width: 100% !important;
	height: auto !important;
}

@media only screen and (min-width: 1024px) {
	.tel {
		cursor: default;
		pointer-events: none;
	}
}

@media only screen and (max-width: 1249px) {
	#nav ul {
		font-size: 16px;
		line-height: 19px;
	}
}

@media only screen and (max-width: 1246px) {
	.four-columns .security {
		margin: 0 0 0 2%;
		width: 18%;
	}

	.four-columns .license {
		margin: 0 0 0 2%;
	}

	.four-columns .col.direction {
		width: 34%;
	}
}

@media only screen and (max-width: 1245px) {
	.payments {
		padding: 37px 42px 5px 44px;
	}
}

@media only screen and (max-width: 1227px) {
	.slogan strong.title {
		font-size: 65px;
		line-height: 70px;
	}

	.slogan span {
		font-size: 24px;
		line-height: 24px;
	}

	.slogan span span {
		font-size: 18px;
		line-height: 18px;
		margin: 0 -13px;
	}

	.payments h2 {
		font-size: 19px;
		line-height: 22px;
		padding: 13px 0 0;
	}

	.payments .security {
		font-size: 13px;
		line-height: 18px;
	}

	.payments .security h3 {
		font-size: 14px;
		line-height: 18px;
	}
	
	
}

@media only screen and (max-width: 1200px) {
	.nav-holder {
		padding: 0 20px;
	}

	.content-block {
		padding: 46px 25px 0;
	}

	.content-block ul {
		font-size: 15px;
		line-height: 18px;
	}

	.form-block {
		padding: 28px 40px 31px;
	}

	.reservations-form textarea {
		width: 100%;
		height: 287px;
		box-sizing: border-box;
	}
	
}

@media only screen and (max-width: 1180px) {
	.counting-block strong.num {
		font-size: 50px;
		line-height: 62px;
	}

	.counting-block .three-columns {
		font-size: 20px;
		line-height: 25px;
	}

	.counting-block .three-columns .col.add strong.num {
		font-size: 30px;
		line-height: 62px;
	}
	
}

@media only screen and (max-width: 1162px) {
	.aside h2 {
		font-size: 14px;
		line-height: 16px;
	}

	.aside strong.visitors {
		font-size: 30px;
		line-height: 40px;
	}

	.four-columns .col.direction .btn.btn-blue span {
		font-size: 13px;
		line-height: 16px;
	}

	.btn {
		font-size: 16px;
		line-height: 17px;
	}
	
	.slogan span span{
		margin: 0;
	}
}

@media only screen and (max-width: 1160px) {
	.four-columns {
		padding: 28px 10px 0;
	}
}

@media only screen and (max-width: 1050px) {
	#nav ul {
		font-size: 15px;
		line-height: 19px;
	}

	.payments {
		padding: 37px 30px 5px;
	}
	
	.slogan span span{
		margin: 0 -14px;
	}
	
}

@media only screen and (max-width: 1024px) {
	body {
		font-size: 14px;
		line-height: 30px;
	}

	h1 {
		font-size: 28px;
		line-height: 36px;
	}

	h2 {
		font-size: 22px;
		line-height: 23px;
	}

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

	.logo-area .container {
		padding: 15px 22px;
	}

	.slogan strong.title {
		font-size: 41px;
		line-height: 50px;
	}

	.slogan span {
		font-size: 20px;
		line-height: 24px;
	}

	.slogan span span {
		font-size: 16px;
		line-height: 16px;
	}

	.nav-holder {
		padding: 0;
	}

	#nav ul {
		font-size: 14px;
		line-height: 19px;
	}

	#nav ul li a {
		padding: 20px 3px;
	}

	.content-block {
		padding: 46px 10px 0;
	}

	.content-block h2 {
		font-size: 18px;
		line-height: 20px;
	}

	.form-block {
		padding: 28px 20px 31px;
	}
	
	.privacy-block {
		padding-left: 40px;
		padding-right: 40px;
	}

	.reservations-form .row label {
		font-size: 14px;
		line-height: 18px;
	}

	.reservations-form input[type="tel"],
	.reservations-form input[type="email"],
	.reservations-form input[type="text"] {
		font-size: 14px;
		line-height: 18px;
	}

	.footer {
		padding: 20px 42px;
	}

	.footer ul {
		font-size: 14px;
		line-height: 32px;
	}

	.btn-prev {
		left: 6px;
	}

	.btn-next {
		right: 6px;
	}

	.aside {
		padding: 20px 48px 10px 67px;
	}

	.aside .widget {
		margin: 0 2% 20px;
		width: 28%;
	}

	.content-block.post {
		padding: 52px 20px 30px;
	}

	.content-block.post h1 {
		font-size: 18px;
		line-height: 28px;
	}

	.content-block.post h2 {
		font-size: 18px;
		line-height: 24px;
	}

	.content-block.post .holder {
		padding: 0;
	}

	.alignleft {
		margin: 0 20px 0 0;
	}

	.alignright .alignleft {
		margin: 0 0 0 20px;
	}

	.counting-block {
		padding: 30px 20px;
	}

	.counting-block h1 {
		font-size: 18px;
		line-height: 24px;
	}

	.counting-block h2 {
		font-size: 16px;
		line-height: 18px;
	}

	.counting-block strong.num {
		font-size: 40px;
		line-height: 62px;
	}

	.counting-block .three-columns {
		font-size: 18px;
		line-height: 25px;
	}

	.counting-block .three-columns .col.add strong.num {
		font-size: 25px;
		line-height: 62px;
	}

	.news-block {
		padding: 21px 20px 0;
	}

	.news-block header h1 {
		font-size: 18px;
		line-height: 22px;
	}

	.videos-info {
		padding: 29px 20px 36px;
	}

	.videos-info h1 {
		font-size: 18px;
		line-height: 20px;
	}

	.videos-info .holder ul {
		font-size: 15px;
		line-height: 22px;
	}

	.payments {
		padding: 29px 10px 20px;
	}

	.payments h2 {
		font-size: 17px;
		line-height: 22px;
		padding: 14px 0 0;
	}

	.four-columns {
		padding: 28px 10px 0;
	}

	.four-columns .col {
		font-size: 14px;
		line-height: 20px;
		width: 21%;
	}

	.four-columns .security {
		margin-left: 1%;
	}

	.four-columns .license {
		margin: 0 0 0 1%;
		width: 16.5%;
	}

	.four-columns .col.direction {
		width: 35%;
	}

	.four-columns .col.direction .btn.btn-blue span {
		font-size: 12px;
		line-height: 16px;
	}

	.btn {
		font-size: 13px;
		line-height: 16px;
		padding: 18px 5px 17px;
	}

	.btn.btn-larg {
		font-size: 13px;
		line-height: 16px;
		padding: 27px 5px 24px;
	}

	#footer {
		padding: 18px 20px 20px;
	}
}

@media only screen and (max-width: 980px) {
	.payments h2 {
		margin: 0;
	}

	.payments .cards {
		width: 40%;
	}

	.payments .security {
		margin: 21px 0 0;
	}
}

@media only screen and (max-width: 960px) {
	#nav ul li {
		padding: 28px 5px 22px;
	}
}

@media only screen and (max-width: 900px) {
	.four-columns h3 {
		font-size: 13px;
		line-height: 18px;
	}

	.four-columns .col.direction .btn.btn-blue span {
		font-size: 11px;
		line-height: 16px;
	}
}

@media only screen and (max-width: 890px) {
	#nav ul {
		font-size: 13px;
		line-height: 19px;
	}

	#nav ul li a {
		margin: 0 2px;
	}
}

@media only screen and (max-width: 812px) {
	.four-columns .col.direction {
		width: 36%;
	}
}

@media only screen and (max-width: 767px) {
	.opener {
		display: block;
	}

	h1 {
		font-size: 20px;
		line-height: 28px;
	}

	h3 {
		font-size: 16px;
		line-height: 19px;
	}

	.logo-area {
		min-height: 480px;
	}

	.logo-area .container {
		padding: 15px 12px;
		text-align: center;
	}

	.logo {
		float: none;
		overflow: hidden;
		margin: 0 auto;
	}

	.slogan strong.title {
		font-size: 25px;
		line-height: 34px;
		text-indent: 0;
		text-align: center;
		padding: 12px 0 0;
	}

	.slogan span {
		font-size: 17px;
		line-height: 24px;
		text-align: center;
		margin: 6px 0;
	}

	.slogan span span {
		font-size: 14px;
		line-height: 16px;
	}

	#nav {
		max-height: 0;
		overflow: hidden;
	}

	#nav ul {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}

	.nav-holder {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#nav ul:before {
		display: none;
	}

	#nav ul li:before {
		display: none;
	}

	#nav ul li {
		display: block;
		width: 100%;
		padding: 0;
	}

	#nav ul li.active a {
		border-radius: 0;
	}

	#nav ul li a {
		text-align: left;
		padding: 14px 30px 14px;
	}

	#nav ul li a:hover {
		border-radius: 0;
	}

	.content-block h2 {
		font-size: 16px;
		line-height: 19px;
	}

	.content-block ul {
		display: inline-block; /**new**/
		font-size: 14px;
		line-height: 18px;
	}

	.content-block ul li:before {
		margin: 0;
		top: 4px;
	}

	.content-block ul li {
		vertical-align: baseline;
		display: block;
		text-align: left;  /**left**/
	}

	.form-block header {
		font-size: 14px;
		line-height: 33px;
	}

	.reservations-form .column {
		width: 100%;
		float: none;
		overflow: hidden;
	}

	.reservations-form textarea {
		display: inline-block;
		vertical-align: top;
	}

	.footer {
		padding: 30px 15px;
	}

	.footer ul {
		font-size: 13px;
		line-height: 32px;
	}

	.footer ul li:before {
		top: 14px;
		margin: 0;
	}

	.footer ul li {
		display: block;
		vertical-align: baseline;
		max-width: none;
		width: 100%;
		margin: 0 0 5px;
		padding: 0 7px 0 28px;
	}

	.carousel {
		padding: 30px 30px 30px;
	}

	.carousel .mask .slide {
		width: 100% !important;
		border: 0;
		margin: 0 0 7px;
	}

	.carousel .mask .slide img {
		margin: 0 auto;
	}

	.btn-prev {
		width: 30px;
		height: 30px;
		margin: -23px 0 0;
	}

	.btn-prev .fa {
		font-size: 30px;
		line-height: 30px;
		margin: 0;
		left: 6px;
	}

	.btn-next {
		width: 25px;
		height: 25px;
		margin: -23px 0 0;
		text-align: right;
		right: 6px;
	}

	.btn-next .fa {
		font-size: 30px;
		line-height: 30px;
		margin: 0;
	}

	.aside {
		padding: 39px 10px 30px;
	}

	.aside .widget:first-child {
		margin: 0 auto 20px;
	}

	.aside .widget {
		margin: 0 auto 30px;
		width: 100%;
		float: none;
	}

	.aside .widget img {
		margin: 0 auto;
	}

	.content-block.post:first-child {
		padding: 52px 10px 30px;
	}

	.content-block.post {
		padding: 52px 10px 30px;
	}

	.content-block.post h1 {
		font-size: 15px;
		line-height: 20px;
	}

	.content-block.post .holder {
		padding: 0;
	}

	.alignleft img {
		margin: 0 auto 30px;
	}

	.alignleft {
		float: none;
		overflow: hidden;
		margin: 0 0 20px;
	}

	.alignright .alignleft {
		float: none;
		overflow: hidden;
		margin: 0 0 20px;
	}

	.counting-block .three-columns .col {
		width: 100%;
		margin: 0 0 10px;
		display: block;
	}

	.news-block {
		padding: 21px 10px 0;
		font-size: 14px;
		line-height: 20px;
	}

	.news-block .col:first-child {
		width: 100%;
		margin: 0;
	}

	.news-block .col {
		width: 100%;
		margin: 0;
		float: none;
		overflow: hidden;
	}

	.news-block figure {
		margin: 0 0 20px;
	}

	.news-block figure img {
		display: block;
	}

	.videos-info .holder ul:first-child {
		width: 100%;
	}

	.videos-info .holder ul {
		float: none;
		overflow: hidden;
		width: 100%;
		font-size: 14px;
		line-height: 20px;
	}

	.videos-info .holder ul.add {
		width: 100%;
	}

	.payments {
		padding: 8px 15px 20px;
	}

	.payments .cards {
		width: 100%;
		float: none;
		overflow: hidden;
		margin: 0 0 10px;
		text-align: center;
	}

	.payments .cards ul {
		width: 100%;
		text-align: center;
		overflow: hidden;
		display: block;
	}

	.payments .security {
		width: 100%;
		display: block;
		margin: 0;
	}

	.four-columns {
		padding: 28px 15px;
	}

	.four-columns .contact .facebook {
		display: block;
	}

	.four-columns .contact .facebook img {
		max-width: 100%;
		width: auto;
	}

	.four-columns .col:first-child {
		margin: 0 0 20px;
	}

	.four-columns .col {
		width: 100%;
		margin: 0 0 10px;
		float: none;
		overflow: hidden;
	}

	.four-columns .security {
		width: 100%;
		margin: 0 0 10px;
	}

	.four-columns .license {
		width: 100%;
		margin: 0 0 10px;
	}

	.four-columns .col.direction {
		width: 100%;
		float: none;
		overflow: hidden;
	}

	.btn {
		padding: 17px 5px;
	}

	#footer {
		text-align: center;
	}

	.nav {
		float: none;
		overflow: hidden;
		width: 100%;
		max-width: none;
	}

	.nav ul li {
		padding: 0 10px 20px 0;
	}

	.jcf-select {
		min-width: 100%;
	}
	
	.two-columns .column {
		width: 100%;
		float: none;
		overflow: hidden;
	}
}

@media only screen and (max-width: 352px) {
	.aside .widget .img-box img {
		width: 100%;
	}
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

