﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    background: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END reset */

body {
	font-family: "MyriadProRegular";
}

/* Fonts */

/* font-family: "MyriadProRegular"; */
@font-face {
    font-family: "MyriadProRegular";
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot");
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
    url("../fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProBold"; */
@font-face {
    font-family: "MyriadProBold";
    src: url("../fonts/MyriadProBold/MyriadProBold.eot");
    src: url("../fonts/MyriadProBold/MyriadProBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProBold/MyriadProBold.woff") format("woff"),
    url("../fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProItalic"; */
@font-face {
    font-family: "MyriadProItalic";
    src: url("../fonts/MyriadProItalic/MyriadProItalic.eot");
    src: url("../fonts/MyriadProItalic/MyriadProItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProItalic/MyriadProItalic.woff") format("woff"),
    url("../fonts/MyriadProItalic/MyriadProItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProSemiBold"; */
@font-face {
    font-family: "MyriadProSemiBold";
    src: url("../fonts/MyriadProSemiBold/MyriadProSemiBold.eot");
    src: url("../fonts/MyriadProSemiBold/MyriadProSemiBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProSemiBold/MyriadProSemiBold.woff") format("woff"),
    url("../fonts/MyriadProSemiBold/MyriadProSemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProBoldItalic"; */
@font-face {
    font-family: "MyriadProBoldItalic";
    src: url("../fonts/MyriadProBoldItalic/MyriadProBoldItalic.eot");
    src: url("../fonts/MyriadProBoldItalic/MyriadProBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProBoldItalic/MyriadProBoldItalic.woff") format("woff"),
    url("../fonts/MyriadProBoldItalic/MyriadProBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProSemiBoldItalic"; */
@font-face {
    font-family: "MyriadProSemiBoldItalic";
    src: url("../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot");
    src: url("../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.woff") format("woff"),
    url("../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
	font-family: 'Arial';
	src: url('../fonts/Arial.eot');
	src: local('Arial'), url('../fonts/Arial.woff') format('woff'), url('../fonts/Arial.ttf') format('truetype');
}

a {
    color: #A06180;
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    color: #541c39;
    text-decoration: none;
}

b, strong {
    font-weight: bolder;
}

.header {
	width: 1140px;
	margin: 0 auto;
    height: auto;
	min-height: 150px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-align-items: flex-end;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.header__top a {
	font-family: "MyriadProRegular";
	color: #541c39;
	font-size: 16.40px;
	text-decoration: none;
	position: relative;
	padding: 17px 0 17px 7px;
	display: inline-block;
}

.header__top a:before {
	left: 17px;
	bottom: 13px;
	content: '';
	display: none;
	position: absolute;
	width: 74%;
	height: 1px;
	background-color: #541c39;
}

.header__top a:hover:before {
	display: block;
}

.header__top a:not(:last-child):after {
	display: block;
	position: absolute;
	right: -5px;
	top: 16px;
	content: "";
	height: 16px;
	width: 1px;
	background-color: #541c39;
}

.footer {
	height: 50px;
    padding-top: 25px;
    background-color: #e4e3e3;
}
.footer__content {
    width: 1140px;
	margin: 0 auto;
    text-align: right;
}

.form__inputs {
	display: inline-block;
	box-shadow: -4px 4px 13px -2px rgba(0,0,0,0.75);
}

.top-header__form input[type='submit'] {
	position: relative;
	top: 15px;
	right: 8px;
	width: 59px;
	height: 47px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	background-image: url(../img/login-i.png);
}

.top-header__form input::-webkit-input-placeholder {font-family: Arial; color: #808080; font-size: 19.13px; font-style: italic;}
.top-header__form input[placeholder]          {font-family: Arial; color: #808080; font-size: 19.13px; font-style: italic;}
.top-header__form input::-moz-placeholder     {font-family: Arial; color: #808080; font-size: 19.13px; font-style: italic;} 
.top-header__form input:-moz-placeholder      {font-family: Arial; color: #808080; font-size: 19.13px; font-style: italic;} 
.top-header__form input:-ms-input-placeholder {font-family: Arial; color: #808080; font-size: 19.13px; font-style: italic;} 

.top-header__form input[type='text'],
.top-header__form input[type='password'] {
	background: #eff2f3 !important;
	border: 4px solid #29616f;
	color: #541c39;
	width: 140px;
	padding: 9px 5px;
	margin-left: -3px;
}

.top-header__form input[type='password'] {
	padding-left: 13px;
	width: 132px;
}

.top-header__form input:focus {
	outline: none;
}

.header__reg {
	font-family: "MyriadProRegular";
	font-size: 19.66px;
	color: #205c6a;
	text-decoration: none;
	float: right;
	padding: 5px 7px;
}

.header__reg:after {
	content: '';
	display: table;
	clear: both;
}

.header__reg ul {
    position: absolute;
    float: right;
    display: none;
    z-index: 888;
	box-shadow: -4px 4px 13px -2px rgba(0,0,0,0.75);
}

.header__reg:hover ul {
    display: block;
}

.header__reg ul li {
    display: inline-block;
    background: #e4e3e3;
    border: solid 1px #999;
    width: 100%;
}
.header__reg ul li:hover {
    background: #aaa;
}

.header__reg a {
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.content {
	background-color: #e4e3e3;
    position: relative;
    z-index: 10;
    background-image: url(/img/bg/bg-3.jpg);
    background-size: cover;
    background-position: center;
}

.container {
    width: 1140px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: -4px 4px 13px -2px rgba(0,0,0,0.75);
    min-height: 82vh;
}

.content__header {
	display: inline-block;
	background-color: #541c39;
	position: relative;
    width: 100%;
}

.content__header:after {
	content: '';
	display: table;
	clear: both;
}

.header__logo {
	background-image: url(../img/Logo-main.png);
	position: absolute;
	width: 256px;
	height: 268px;
	top: -145px;
	left: -87px;
	z-index: 888;
    background-repeat: no-repeat;
    background-size: contain;
}

.content__header ul {
	list-style: none;
	display: block;
	margin-left: 66px;
}

.header__nav li {
	display: inline-block;
	position: relative;
	z-index: 999;
}

.header__nav a {
	text-decoration: none;
	color: #fff;
	font-family: 'MyriadProRegular';
	font-size: 24px;
	padding: 19px 17px 19px 17px;
	display: inline-block;
	-webkit-transition: .1s;
	transition: .1s;
}

.header__nav a:hover {
	background-color: rgba(132, 64, 99, 0.58);
}

.header__nav .active {
	background-color: #fff;
	color: #541c39;
}

.header__nav .active:hover {
	background-color: #fff;
}

.header__nav li:last-child a {
	padding-right: 26px;
}

.content__about h1 {
	font-family: 'MyriadProRegular';
	font-size: 36px;
	color: #205c6a;
}

.index .content__body {
	background-color: #fff;
	height: auto;
	margin-top: 10px;
    box-shadow: 0px 3px 13px -2px rgba(0,0,0,0.25);
}

.index .content__body .title {
	font-family: 'MyriadProBold';
	font-size: 21px;
	color: #205c6a;
	margin-bottom: 23px;
}

#galleryContainer {
    width: 570px;
    display: inline-block;
    margin-left: 5px;
}

.content__body__countries:after {
	right: 0;
	top: 0;
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 100%;
	background-color: #a0a0a0;
}

.news__black {
	font-family: 'MyriadProBold';
	font-size: 18px;
	color: #010101;
	line-height: 20px;
	margin-bottom: 15px;
}

.news__post {
	font-family: 'MyriadProRegular';
	font-size: 18px;
	color: #010101;
	line-height: 21px;
}

.news__link {
	font-family: 'MyriadProRegular';
	font-size: 18px;
	color: #551d39;
	text-decoration: none;
	margin-left: 117px;
	display: inline-block;
	position: relative;
}

.news__link:after {
	content: '';
	display: none;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #541c39;
}

.news__link:hover:after {
	display: block;
}

.content__body__countries {
	margin: 10px auto;
	vertical-align: top;
	display: inline-block;
	padding: 5px 20px 5px 20px;
    text-align: center;
    border-right: solid 1px #ccc;
    min-width:180px;
}
.content__body__countries:last-child {
    border-right: none;
}

.content__body__countries:after {
	top: -41px;
	height: 278px;
}

.content__body__countries a {
    text-decoration: none;
}

.content__body__countries a:hover {
    text-decoration: underline;
}

.countries__marks a {
    text-decoration: none;
}

.countries__marks_item {
	display: inline-block;
	vertical-align: bottom;
	font-family: 'MyriadProSemiBold';
	color: #000;
	font-size: 17.81px;
	height: 70px;
	margin-left: 6px;
	margin-right: 6px;
}

.countries__marks_item span {
	display: block;
	position: relative;
	top: 18px;
}

.countries__marks_item div {
	display: inline-block;
	height: 64px;
	min-width: 70px;
}

.countries__marks_item ul li ul, .countries__marks_item ul li ul li ul, .countries__marks_item ul li:hover ul li ul {
    position: absolute;
    text-align: left;
    display: none;
    z-index: 888;
	box-shadow: -4px 4px 13px -2px rgba(0,0,0,0.75);
}

.countries__marks_item ul li:hover ul {
    display: block;
}
.countries__marks_item ul li ul li:hover ul {
    display: block;
    left: 120px;
    margin-top: -250px;
    position: absolute;
}

.countries__marks_item ul li ul li, .countries__marks_item ul li ul li ul li {
    background: #e4e3e3;
    border: solid 1px #999;
}

.countries__marks_item ul li ul li:hover, .countries__marks_item ul li ul li ul li:hover {
    background: #aaa;
}

.countries__marks_item a {
    width: 120px;
    padding: 10px;
    display: inline-block;
}

.countries__marks_item ul li ul li ul li a {
    width: 250px;
}

.flags {
    background-position: center;
	background-size: contain;
    background-repeat: no-repeat;
}

.flags__au {
	background-image: url(../img/au-i.png);
}

.flags__nz {
	background-image: url(../img/nz-i.png);
}

.flags__uk {
	background-image: url(../img/uk-i.png);
}

.flags__us {
	background-image: url(../img/us-i.png);
}

.content__body__find {
	position: relative;
    display: inline-block;
	vertical-align: top;
    padding: 20px;
	height: auto;
    text-align: left;
    width: 520px;
}

.content__body__find img {
	width: 180px;
    padding-right: 8px;
    height: 73px;
}

.content__body__find form {
	display: inline-block;
    text-align: left;
}
.content__body__find input::-webkit-input-placeholder {font-family: Arial; color: #000; font-size: 15.94px; font-style: italic;}
.content__body__find input[placeholder]          {font-family: Arial; color: #000; font-size: 15.94px; font-style: italic;}
.content__body__find input::-moz-placeholder     {font-family: Arial; color: #000; font-size: 15.94px; font-style: italic;}
.content__body__find input:-moz-placeholder      {font-family: Arial; color: #000; font-size: 15.94px; font-style: italic;}
.content__body__find input:-ms-input-placeholder {font-family: Arial; color: #000; font-size: 15.94px; font-style: italic;}

.content__body__find input[type='text'] {
	color: #000;
	font-style: inherit;
	background-color: #dcdcdc !important;
	border: none;
	width: 127px;
	padding: 8px 4px;
}

.content__body__find input[type='text']:focus {
	outline: none;
}

.content__body__find input[type='submit'] {
	position: relative;
	top: 6px;
	background-image: url(../img/listing-search-i.png);
	width: 33px;
	height: 33px;
	background-size: cover;
	vertical-align: text-bottom;
}

.search__text {
	font-family: 'MyriadProRegular';
	font-size: 12.94px;
	color: #084452;
	margin-top: 8px;
}

.search__checkbox {
	display: inline-block;
}

.search__checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	font-family: 'MyriadProRegular';
	font-style: italic;
	font-size: 15.94px;
	color: #205c6a;
	padding-left: 19px;
	padding-top: 6px;
}

.search__checkbox label:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 14px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-image: url(../img/search-checkbox-bg.png);
}

.search__checkbox input[type=radio]:checked + label:before {
	background-image: url(../img/search-checkbox-bg-active.png);
}

.search__checkbox input[type='radio'] {
	display: none;
}

.content__post {
	margin-top: -3px;
	padding: 50px;
    text-align: left;
}

.content__post h1 {
	font-family: 'MyriadProRegular';
	font-size: 36px;
	color: #205c6a;
	margin-bottom: 35px;
}

.content__post h2 {
	font-family: 'MyriadProRegular';
	font-size: 32px;
	color: #205c6a;
	margin-bottom: 30px;
}

.content__post h3 {
	font-family: 'MyriadProRegular';
	font-size: 28px;
	color: black;
	margin-bottom: 25px;
}

.content__post p, .content__post li {
	font-family: 'MyriadProRegular';
	font-size: 24px;
	color: #484848;
	padding: 15px 0;
	line-height: 28px;
}

.content__post li {
    list-style: circle;
    margin-left: 2em;
}

.content__post .flags__text {
    padding-top: 5px;
    width: 20%;
    display: inline-block;
}

.content__post .flags {
    height: 100px;
    width: 20%;
    display: inline-block;
}

h2.headline__box {
    color: #fff;
    background-color: #6e1e46;
    padding: 15px;
    font-style: italic;
    font-size: 2em;
    margin: 20px 0;
    text-align: center;
}

/* start site map */
table.sm {
    margin-top: 15px;
}
table.sm td.sm {
    padding: 10px 0;
}
table.sm ul {
    list-style: disc;
    margin-left: 20px;
}
span.sm_h2 {
    font-size: 1.25em;
}
/* end site map */
