#nav:after,
#nav ul:after,
#main:after,
.main-links:after,
.main-nav:after,
.contact-block:after {
	content: " ";
	display: block;
	clear: both;
}

#header .flags,
#nav ul,
.info-links,
.main-nav,
.main-nav ul,
.visual .caption ul,
.links,
.frame .description ul,
#footer ul,
.call-list,
.quality-block ul,
.connect-block ul,
.languages,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
}

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

body {
	margin: 0;
	color: #333333;
	background: #e9e9e9;
	font: 12px/1.25 Tahoma, Verdana, Arial, sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	overflow-x: hidden;
}

@media only screen and (min-width: 1250px) {
	#wrapper {
	-webkit-transform: scale(1.1); /* Safari And Chrome */
	-webkit-transform-origin: center 0;
	-moz-transform: scale(1.1); /* Firefox */
	-moz-transform-origin: center 0;
	-ms-transform: scale(1.1);
	-ms-transform-origin: center 0;
	}
	#header .click-link {
	left: 67px !important;
	}
	}
	
@media only screen and (min-width: 1410px) {
	#wrapper {
	-webkit-transform: scale(1.25); /* Safari And Chrome */
	-webkit-transform-origin: center 0;
	-moz-transform: scale(1.25); /* Firefox */
	-moz-transform-origin: center 0;
	-ms-transform: scale(1.25);
	-ms-transform-origin: center 0;
	}
	#header .click-link {
	left: 69px !important;
	}
	}	
	
@media only screen and (min-width: 1570px) {
	#wrapper {
	-webkit-transform: scale(1.3); /* Safari And Chrome */
	-webkit-transform-origin: center 0;
	-moz-transform: scale(1.3); /* Firefox */
	-moz-transform-origin: center 0;
	-ms-transform: scale(1.3);
	-ms-transform-origin: center 0;
	}
	}		

@media only screen and (min-width: 1650px) {
	#wrapper {
	-webkit-transform: scale(1.35); /* Safari And Chrome */
	-webkit-transform-origin: center 0;
	-moz-transform: scale(1.35); /* Firefox */
	-moz-transform-origin: center 0;
	-ms-transform: scale(1.35);
	-ms-transform-origin: center 0;
	}
	#header .click-link {
	left: 70px !important;
	}
	}
	
@media only screen and (min-width: 1890px) {
	#wrapper {
	-webkit-transform: scale(1.45); /* Safari And Chrome */
	-webkit-transform-origin: center 0;
	-moz-transform: scale(1.45); /* Firefox */
	-moz-transform-origin: center 0;
	-ms-transform: scale(1.45);
	-ms-transform-origin: center 0;
	}
	#header .click-link {
	left: 72px !important;
	}
	}	
	
@media only screen and (min-width: 2000px) {
	#wrapper {
	-webkit-transform: scale(1.5); /* Safari And Chrome */
	-webkit-transform-origin: center 0;
	-moz-transform: scale(1.5); /* Firefox */
	-moz-transform-origin: center 0;
	-ms-transform: scale(1.5);
	-ms-transform-origin: center 0;
	}
	}	

@media only screen and (min-width: 2200px) {
	#wrapper {
	-webkit-transform: scale(1.65); /* Safari And Chrome */
	-webkit-transform-origin: center 0;
	-moz-transform: scale(1.65); /* Firefox */
	-moz-transform-origin: center 0;
	-ms-transform: scale(1.65);
	-ms-transform-origin: center 0;
	}
	}			

@media only screen and (min-width: 2400px) {
	#wrapper {
	-webkit-transform: scale(1.8); /* Safari And Chrome */
	-webkit-transform-origin: center 0;
	-moz-transform: scale(1.8); /* Firefox */
	-moz-transform-origin: center 0;
	-ms-transform: scale(1.8);
	-ms-transform-origin: center 0;
	}
	}	
	
@media only screen and (min-width: 3000px) {
	#wrapper {
	-webkit-transform: scale(2.2); /* Safari And Chrome */
	-webkit-transform-origin: center 0;
	-moz-transform: scale(2.2); /* Firefox */
	-moz-transform-origin: center 0;
	-ms-transform: scale(2.2);
	-ms-transform-origin: center 0;
	}
	}	
			
@media only screen and (min-width: 3500px) {
	#wrapper {
	-webkit-transform: scale(2.5); /* Safari And Chrome */
	-webkit-transform-origin: center 0;
	-moz-transform: scale(2.5); /* Firefox */
	-moz-transform-origin: center 0;
	-ms-transform: scale(2.5);
	-ms-transform-origin: center 0;
	}
	}

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

iframe {
	border-style: none;
	max-width:100vw;
}

a {
	text-decoration: none;
	color: #666;
	outline: none !important;
}

a:hover {
	text-decoration: underline;
}

input,
textarea,
select {
	font: 100% Tahoma, Verdana, Arial, sans-serif;
	color: #000;
	vertical-align: middle;
	outline: none;
	border: 0;
}

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: Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.4em;
	margin: 0 0 1.2em;
}

h2 {
	font-size: 200%;
}

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

table td {
	vertical-align: top;
	text-align:left;
	line-height:150%;
	font-size:120%;
}

table a {
	color: #d95700;
	border-bottom: 1px dotted #d95700 !important;
}

table a:hover {
	color: #000 !important;
	border-bottom: 1px dotted transparent !important;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}

.center {
text-align:center;
}

.goal {
text-align:right;
font-weight: bold;
font-size: 1.1em;
}

#wrapper {
	position: relative;
	overflow: hidden;
	max-width: 1005px;
	margin: 0 auto;
	padding: 0 20px;
	background: #fff;
	margin: 0 auto 30px;
}

#header {
	padding: 15px 0 50px;
	overflow: hidden;
	background: #e9e9e9;
	margin: 0 -20px;
}

#header .click-link {
	display: inline-block;
	position: relative;
	left: 76px;
	background: url("https://2176d75e9abf84af8f3d-fb5b563344452ac49c5d757f0a8d9559.ssl.cf1.rackcdn.com/black-viernes.png") no-repeat; 
	width: 288px;
	height: 62px;
	overflow: hidden;
	text-indent: -9999px;
}

#header .click-link:hover {
	background: url("https://2176d75e9abf84af8f3d-fb5b563344452ac49c5d757f0a8d9559.ssl.cf1.rackcdn.com/black-viernes-roll.png") no-repeat; 
}

#header .flags {
	width: 30%;
	float: right;
	letter-spacing: -5px;
	text-align: center;
	padding: 26px 4px 0 0;
	text-align: right;
}

.logo {
	max-width: 200px;
	margin: 0 auto;
	overflow: hidden;
}

.logo a {
	display: block;
}

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

.plugin {
	float: left;
	width: 30%;
	padding: 23px 0 0;
}

.top-area {
	background: #fff;
}

#nav {
	background: #e9e9e9;
	position: absolute;
	top: 98px;
	left: 0;
	right: 0;
}

#nav ul {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: -5px;
}

#nav ul > li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 13px 0 14px;
	padding: 0 12px  !important;
	position: relative !important;
}
#nav ul > li.active > a{
	background: url("https://47bd7932d6b987e0970f-867068a053762017dfba843d38ea1301.ssl.cf1.rackcdn.com/sprite2.png") no-repeat scroll right -82px #fff;
	text-decoration: underline;
}
#nav ul > li.active-state > a{
	background: url("https://47bd7932d6b987e0970f-867068a053762017dfba843d38ea1301.ssl.cf1.rackcdn.com/sprite2.png") no-repeat scroll right -82px #fff;
}
#nav ul li:after {
	display: none;
}

#nav ul li.right ul {
	left: auto;
	right: 0;
	display: none;
}

#nav ul li ul {
	position: absolute !important;
	width: 235px;
	left: 0;
	top: 100%;
	content: "";
	z-index: 9;
	background: #444;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	display: none;
}
#nav ul li ul li.active > a { background:none;}
#nav ul li ul li {
	border-top: 1px dotted #fff;
	display: block;
	margin: 0;
	padding: 5px 10px !important;
}

#nav ul li ul li a:before {
	content: "- ";
}

#nav ul li ul li:first-child {
	border: 0;
}

#nav ul li ul li ul {
	margin: 0 -10px;
	position: relative !important;
	background: #000;
	font-size: 14px;
	line-height: 18px;
	display: none;
}

#nav ul li ul li ul.js-slide-hidden {
	position: absolute !important;
}

#nav ul li ul li ul li {
	padding: 5px 20px !important;
}

#nav ul li ul li ul ul {
	margin: 0 -20px;
	background: #999;
	font-size: 13px;
	line-height: 16px;
	display: none;
}

#nav ul li ul li ul ul li {
	padding: 5px 30px !important;
}

#nav ul li ul li ul ul ul {
	margin: 0 -30px;
	background: #000;
	display: none;
}

#nav ul li ul li ul ul ul li {
	padding: 5px 40px !important;
}

#nav ul li ul a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	background: none;
	padding: 5px 10px 5px;
}

#nav ul li ul a:hover {
	background: none;
}

#nav ul a {
	color: #000;
	background: url("https://47bd7932d6b987e0970f-867068a053762017dfba843d38ea1301.ssl.cf1.rackcdn.com/sprite2.png") no-repeat    scroll right -82px #c5c5c5;
	display: inline-block;
	vertical-align: top;
	color: #000;
	padding: 3px 11px 4px 10px;
}

#nav ul a:hover {
	background: url("https://47bd7932d6b987e0970f-867068a053762017dfba843d38ea1301.ssl.cf1.rackcdn.com/sprite2.png") no-repeat scroll right -82px #fff;
}

#nav ul span {
	color: #ffb722;
}

#main {
	padding: 10px 0 0;
	background: #fff;
}

#main ul li {
	position: relative;
	padding: 0 0 0 20px;
}

#main ul li:after {
	position: absolute;
	top: 6px;
	left: 5px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	content: "";
	background: #fff;
}

#content {
	width: 77%;
	float: right;
}

#content h1 {
	margin: 5px 0 15px;
	font-size: 26px;
	line-height: 28px;
	font-weight: 400;
	color: #d95700;
}

#content .content-holder {
	position: relative;
	top: 10px;
}

#content .content-holder:after {
	position: absolute;
	left: -15px;
	top: 0;
	content: "";
	background: #d8d8d8;
	width: 1px;
	bottom: 0;
}

#aside {
	width: 23%;
	float: left;
	position: relative;
	padding: 0 25px 0 0;
}

#aside h4 {
	margin: 0 0 10px;
	font-weight: normal;
	color: #303030;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
}

.destination-block.active .accordion-opener,
.block-learning.active .accordion-opener {
	font-size: 0;
	line-height: 0;
}

.destination-block.active .accordion-opener a > span,
.block-learning.active .accordion-opener a > span {
	font-size: 18px;
	line-height: 27px;
	display: block;
}

.destination-block.active .accordion-opener a:before,
.block-learning.active .accordion-opener a:before {
	content: "";
	top: 14px;
	background-position: 0 -5px;
}

.text-here {
	padding: 15px 0;
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-weight: bold;
}

.text-learn {
	font-weight: normal;
	display: block;
	font-size: 11px;
	line-height: 14px;
	padding: 0 0 5px;
}


.text-here a, .text-learn a {
	color: #d95700;
	font-weight:bold !important;
	border-bottom: 1px dotted #d95700;
}

.text-here a:hover, .text-learn a:hover {
	color: #000;
	border-bottom: 1px dotted transparent;
}

.text-here span {
	font-weight: normal;
}

.info-links {
	font-size: 11px;
	line-height: 14px;
	color: #303030;
	padding: 5px 0 15px;
}

.info-links li {
	padding: 0 0 5px 20px !important;
	position: relative;
}

.info-links li:after {
	display: none;
}

.info-links li:before {
	position: absolute;
	top: 0;
	left: 0;
	background: url("https://47bd7932d6b987e0970f-867068a053762017dfba843d38ea1301.ssl.cf1.rackcdn.com/sprite2.png") no-repeat;
	width: 15px;
	height: 16px;
	content: "";
}

.info-links li.form:before {
	background-position: 0 -163px;
}

.info-links li.email:before {
	background-position: 0 -118px;
}

.info-links li.rqsts:before {
	background-position: 0 -209px;
}

.info-links a {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	color: #d95700;
	position: relative;
}

.info-links a:after {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	content: "";
	border-bottom: 1px dotted #d95700;
}

.info-links a:hover {
	color: #000;
}

.info-links a:hover:after {
	display: none;
}

.btn-contact {
	background: url("https://2176d75e9abf84af8f3d-fb5b563344452ac49c5d757f0a8d9559.ssl.cf1.rackcdn.com/contact-us.png") no-repeat;
	width: 190px;
	height: 48px;
	display: block;
	overflow: hidden;
	overflow: hidden;
	text-indent: -9999px;
}

.btn-contact:hover {
	background-image: url("https://2176d75e9abf84af8f3d-fb5b563344452ac49c5d757f0a8d9559.ssl.cf1.rackcdn.com/contact-us-roll.png");
}

.main-links {
	position: relative;
}

.main-nav {
	font-size: 17px;
	line-height: 22px;
	padding: 0 0 1px;
}

.main-nav > li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 8px 0 0 !important;
}

.main-nav > li:after {
	display: none;
}

.main-nav > li > a {
	position: relative;
}

.main-nav > li > a:after {
	content: "";
	background: url("https://d50b42f51c08e2d8b826-9f3e2128b8044167cec98ea8136c012d.ssl.cf1.rackcdn.com/menu_off.png") no-repeat;
	background-size: 100% 100%;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -7px;
	display: none;
}

.main-nav > li ul li a:before {
	content: "";
	border: 4px solid transparent;
	border-left: 4px solid #fff;
	position: absolute;
	left: 23px;
	top: 50%;
	margin-top: -3px;
	display: none;
}

.main-nav > li.right ul {
	left: auto;
	right: 0 !important;
}

.main-nav > li.active > a {
	background: url("https://47bd7932d6b987e0970f-867068a053762017dfba843d38ea1301.ssl.cf1.rackcdn.com/sprite2.png") no-repeat scroll right -46px #4b8c0b;
	text-decoration:underline;
}

.main-nav > li.active-state > a {
	background: url("https://47bd7932d6b987e0970f-867068a053762017dfba843d38ea1301.ssl.cf1.rackcdn.com/sprite2.png") no-repeat scroll right -46px #4b8c0b;
}

.main-nav > li.hover a {
	background: url("https://47bd7932d6b987e0970f-867068a053762017dfba843d38ea1301.ssl.cf1.rackcdn.com/sprite2.png") no-repeat scroll right -46px #4b8c0b;
}

.main-nav > li.hover > ul {
	display: block;
}

.main-nav a {
	display: block;
	border-bottom: 1px solid #fff;
	background: url("https://47bd7932d6b987e0970f-867068a053762017dfba843d38ea1301.ssl.cf1.rackcdn.com/sprite2.png") no-repeat scroll right -46px #5baa0d;
	color: #fff;
	padding: 5px 10px 6px;
}
.main-nav a:hover {
	background: url("https://47bd7932d6b987e0970f-867068a053762017dfba843d38ea1301.ssl.cf1.rackcdn.com/sprite2.png") no-repeat scroll right -46px #4b8c0b;
}

.main-nav ul {
	width: 260px;
	background: #444;
	font-size: 15px;
	line-height: 25px;
	position: absolute;
	top: 100%;
	left: 0;
	content: "";
	display: none;
	z-index: 999;
}

.main-nav ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 2px 15px !important;
	border-bottom: 1px dotted #fff;
	position: relative;
}

.main-nav ul li:after {
	display: none;
}

.main-nav ul li ul {
	margin: 0 -15px;
	position: relative;
	left: 0;
	top: 0;
	background: #000;
	font-size: 14px;
	line-height: 18px;
}

.main-nav ul li ul li {
	padding: 2px 0 2px 25px !important;
	position: relative;
	border: none;
	border-top: 1px dotted #fff;
}

.main-nav ul li ul li ul {
	margin: 0 0 0 -25px;
	background: #999;	
	font-size: 13px;
	line-height: 16px;
}

.main-nav ul li ul li ul li {
	padding: 2px 0 4px 30px !important;
}

.main-nav ul li ul li ul li:before {
	position: absolute;
	top: 7px;
	left: 25px;
	color: #fff;
	content: '-';
}

.main-nav ul li ul li ul li ul {
	background: #777;
	margin: 0 0 0 -30px;
	font-size: 12px;
	line-height: 14px;
}

.main-nav ul li ul li ul li ul li {
	padding: 2px 0 4px 40px !important;
}
.main-nav ul li ul li ul li ul li:before{
	left: 30px;
}
.main-nav ul a {
	display: block;
	background: none !important;
	border: none;
}

.link-active #nav {
	z-index: 999;
}

.link-active #nav .top-navigation {
	z-index: 999;
	margin: 0;
	right: 0;
	left: auto;
}

.link-active .nav-opener {
	margin: 29px 270px 0 0;
	z-index: 999;
	background-position: -157px -800px;
}

.link-active .mask {
	background: rgba(0, 0, 0, .75);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 99;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	display: block;
}

.link-active .top-area {
	z-index: 99;
}

.link-active .top-area:after {
	background: rgba(0, 0, 0, .75);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 99;
	content: "";
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.link-active .main-nav,
.link-active .main-links {
	z-index: 0;
}

.nav-active .main-nav {
	margin: 0;
	z-index: 999;
}

.nav-active .links-opener {
	margin: 29px 0 0 276px;
	z-index: 999;
}

.nav-active .links-opener:after,
.nav-active .links-opener:before,
.nav-active .links-opener span {
	background: #fff;
}

.nav-active .mask {
	background: rgba(0, 0, 0, .75);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 9;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-active .top-area {
	z-index: 9;
}

.nav-active .top-area:after {
	background: rgba(0, 0, 0, .75);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 9;
	content: "";
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-active #nav {
	z-index: -1;
}

.nav-active .main-nav {
	z-index: 9;
}

.tag-link {
	display: inline;
	vertical-align: top;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #fff;
	position: relative;
	margin: 0 5px 3px;
	text-transform: uppercase;
	float: right;
}

.tag-link a {
	display: inline;
}

.tag-link:before {
	position: absolute;
	bottom: 0;
	right: 11px;
	left: 0;
	content: "";
	border-bottom: 1px dotted #fff;
}

.tag-link:after {
	display: inline;
	vertical-align: top;
	content: "\00BB";
	border: 0;
	margin: 0 0 0 5px;
}

.tag-link:hover:before {
	display: none;
}

.links {
	background: #d95700;
	text-align: center;
	letter-spacing: -5px;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	padding: 5px 15px;
	margin: 0 0 15px;
}

.links li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	padding: 0 !important;
	margin: 0 0 6px 12px;
	padding-top:5px;
}

.links li:after {
	display: none;
}

.links li:before {
	position: absolute;
	top: 4px;
	bottom: 0;
	left: -7px;
	border-left: 2px solid #fff;
	content: "";
}

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

.links a {
	display: block;
	color: #fff;
	position: relative;
}

.links a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px dotted #fff;
	content: "";
}

.links a:hover:after {
	display: none;
}

.block {
	background: #d0d0d0;
	padding: 10px 5px;
	overflow: hidden;
	font-size: 13px;
	line-height: 22px;
}

.block ol {
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0 0;
}

.block a {
	color: #d95700;
	font-weight: bold;
	display: inline;
	vertical-align: top;
	border-bottom: 1px dotted #d95700;
}

.block a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.accordion-holder {
	overflow: hidden;
	padding: 20px 0 0;
}

.accordion-holder .post {
	overflow: hidden;
	padding: 5px 0;
}


.accordion-holder h3, {
	text-align: center;
	margin: 0 0 20px;
	font-size: 21px;
	line-height: 28px;
}

.accordion-holder h3 a {
	color: #d95700;
	display: inline;
	vertical-align: top;
	position: relative;
	border-bottom: 1px dotted #d95700;
	font-weight: bold;
}

.accordion-holder h3 a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.accordion-holder .video {
	overflow: hidden;
	margin: 0 0 10px;
}

.accordion-holder .video iframe {
	width: 100%;
	max-width:640px;
}

.text {
	display: block;
	text-align: center;
	font-size: 17px;
	line-height: 21px;
	padding: 10px 0 10px;
	font-weight: bold;
}

.link-top {
	float: right;
	color: #d95700;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	position: relative;
	margin: 10px 15px 0;
	padding: 0 0 3px;
}

.link-top:after {
	display: inline-block;
	vertical-align: top;
	content: "\00BB";
	color: #000;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	border: 0;
	margin: 0 0 0 5px;
}

.link-top:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 11px;
	border-bottom: 1px dotted #d95700;
	content: "";
}

.link-top:hover {
	text-decoration: none;
}

.link-top:hover:before {
	border-bottom: 1px solid #000;
}

.frame {
	overflow: hidden;
}

.frame .description {
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	text-align: justify;
}

.frame .description .heading {
	font-size: 17px;
	line-height: 22px;
	display: block;
	padding: 0 0 10px;
	font-weight: bold;
}

.frame .description ul, .frame .description ol {
	text-align: left;
	margin-top:-10px;
	padding: 0 0 15px 25px;
}

.frame .description ul li, .frame .description ol li {
	display: block;
	padding: 0 0 5px !important;
}

.frame .description ul li:after, .frame .description ol li:after  {
	background: #000 !important;
	width: 5px !important;
	height: 5px !important;
	top: 10px !important;
	left: -15px !important;
}

.frame .description p {
	margin: 0 0 20px;
}

.frame .description a {
	color: #d95700;
	position: relative;
	border-bottom: 1px dotted #d95700;
}

.frame .description a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
}

.frame .description a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #000;
}

.frame .description a:hover:after {
	display: none;
}

.frame .description .addthis_sharing_toolbox a {
	color: #000 !important;
	border-bottom: 1px dotted transparent !important;
	text-decoration:none !important;
}

.frame p {
	margin: 0;
}

.frame .link-holder {
	display: block;
	overflow: hidden;
	padding: 0 0 20px;
}

.frame .tag-link {
	color: #d95700;
	float: right;
	border-bottom: 1px dotted #d95700;
	font-size: 17px;
	line-height:19px;
}

.frame .tag-link:after {
	color: #000;
}

.frame .tag-link:hover {
	border-bottom: 1px solid #000;
	text-decoration: none;
	color: #000;
}

.frame .tag-link:hover:before {
	border-bottom: 1px solid #000;
}

.frame .txt {
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 19px;
	padding: 10px 5px;
	text-align: left;
	font-weight:bold;
}

.all-plugins {
	overflow: hidden;
	text-align: center;
	padding: 25px 5px 5px;
}

.all-plugins a {
	color: #d95700;
	font-size: 12px;
	line-height: 15px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}

.all-plugins img {
	width: 100%;
	display: block;
	height: auto;
	max-width: 527px;
	margin: 0 auto;
}

.formseparator {
text-align:center;
font-weight: bold;
font-size:120%;
background:#D95700;
color:#ffffff;
padding:3px;
width:100% !important;
}

input.comment {
	background: url(https://2176d75e9abf84af8f3d-fb5b563344452ac49c5d757f0a8d9559.ssl.cf1.rackcdn.com/comment.gif) no-repeat;
	border: 0;
	padding: 7px 0;
	width: 140px;
	color: #FFF;
	font: bold 1em tahoma, verdana, sans-serif;
}

input.comment:hover {
	background: url(https://2176d75e9abf84af8f3d-fb5b563344452ac49c5d757f0a8d9559.ssl.cf1.rackcdn.com/comment-underline.gif) no-repeat;
}

#footer {
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #d8d8d8;
	padding: 20px 5px;
}

#footer ul {
	overflow: hidden;
	letter-spacing: -5px;
	color: #808080;
}

#footer ul.add li:before {
	display: none;
}

#footer ul li {
	padding: 0 !important;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 2px 2px;
}

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

#footer ul li:before {
	display: inline-block;
	vertical-align: top;
	color: #808080;
	content: ".";
	position: relative;
	top: -4px;
	right: 2px;
}

#footer ul li a {
	color: #808080;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

#footer ul li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px dotted #000;
	content: "";
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #000;
}

#footer ul li a:hover:after {
	display: none;
}

#footer ul li img {
	vertical-align: top;
	margin: 0 5px 0 0;
}

#footer p {
	margin: 0;
}

.copyrights {
	color: #808080;
	display: block;
	padding: 0 0 10px;
}

.contact-block h4 {
		margin: 20px 0 5px !important;
	}

.call-block {
	overflow: hidden;
	color: #303030;
	font-size: 18px;
	line-height: 20px;
	max-width: 195px;
	margin: 40px auto 25px -5px !important;
	text-align: center;
}

.call-list {
	text-align: left;
	font-size: 11px;
	line-height: 17px;
	margin: -10px 0 35px;
	padding-left:20px;
}

.call-list li {
	display: block;
	padding: 0 0 2px !important;
}

.call-list li:after {
	display: none;
}

.call-list a {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	color: #00f;
	font-size: 12px;
	line-height: 17px;
	border-bottom: 1px dotted #00f;
}

.call-list a:hover {
	color: #000;
	border-bottom: 1px dotted transparent;
}

.call-list img {
	vertical-align: top;
	margin: 0 5px 0 0;
}

.search-form {
	overflow: hidden;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	color: #d95700;
	width: 100%;
	height: auto;
	display: block;
	margin: 35px 0 5px;
	padding-right:10px;
}

.search-form input[type="text"] {
	padding: 1px 10px;
	line-height: 16px;
	margin: 0;
	height: 20px;
	border: 1px solid #666;
	width: 100%;
	background-image:url("https://85435faceb5c26537272-a679540180bc7a5d6b4c1a93f921e93c.ssl.cf1.rackcdn.com/google-site-search-watermark.gif") !important;
	background-repeat:no-repeat;
	background-position: 5px 5px;
}

.search-form input[type="submit"] {
	margin: 0;
	padding: 0;
	border: 0;
	color: #fff;
	font-weight: bold;
	background: url("https://47bd7932d6b987e0970f-867068a053762017dfba843d38ea1301.ssl.cf1.rackcdn.com/sprite2.png") no-repeat -1px -259px;
	width: 113px;
	height: 24px;
	overflow: hidden;
}

.search-form p {
	margin: 0;
}

.search-form p a {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	color: #d95700;
	position: relative;
}

.search-form p a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px dotted #d95700;
	content: "";
}

.search-form p a:hover {
	text-decoration: underline;
	color: #000;
}

.search-form p a:hover:after {
	display: none;
}

.quality-block {
	text-align: center;
	color: #303030;
	padding: 75px 5px 0 0;
}

.quality-block ul li {
	padding: 0 5px 10px 0 !important;
}

.quality-block ul li:after {
	display: none;
}

.quality-block ul a {
	max-width: 100%;
	display: inline;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #d95700;
	border-bottom: 1px dotted #d95700;
}

.quality-block ul a:hover {
	color: #000;
	border-bottom: 1px dotted transparent;
}

.quality-block ul img {
	margin: 5px auto 5px;
	display: block;
	max-width: 100%;
}

.connect-block {
	text-align: center;
	color: #303030;
	padding: 75px 5px 0 0;
}

.quality-block h4 {
	text-align: center !important;
}

.connect-block h4 {
	text-align: center !important;
	padding: 65px 0 0;
}

.connect-block ul {
	text-align: left;
	font-size: 12px;
	line-height: 17px;
}

.connect-block ul li {
	padding: 0 0 2px !important;
}

.connect-block ul li:after {
	display: none;
}

.connect-block ul a {
	display: inline;
	font-weight: bold;
	vertical-align: top;
	color: #d95700;
	font-weight: bold;
	border-bottom: 1px dotted #d95700;
}

.connect-block ul a:hover {
	border: 0;
}

.connect-block ul img {
	vertical-align: top;
	margin: 0 5px 0 0;
}

.block-learning {
	overflow: hidden;
	color: #303030;
	padding: 75px 5px 0 0;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}

.block-learning h4 a {
	font-weight: normal;
	color: #303030;
}

.block-learning p {
	margin: 0 0 10px;
}

.block-learning a {
	color: #d95700;
	font-weight: bold;
	border-bottom: 1px dotted #d95700;
}

.block-learning a:hover {
	color: #000;
	border-bottom: 1px dotted transparent;
}

.languages {
	margin-top:65px;
}

.languages li {
	padding: 0 !important;
	margin: 0 0 5px;
}

.languages li:after {
	display: none;
}

.languages li.active {
	background: url("https://47bd7932d6b987e0970f-867068a053762017dfba843d38ea1301.ssl.cf1.rackcdn.com/sprite2.png") no-repeat scroll right -46px #d1d1d1;
}

.languages li.active a {
	background: url("https://47bd7932d6b987e0970f-867068a053762017dfba843d38ea1301.ssl.cf1.rackcdn.com/sprite2.png") no-repeat scroll right -46px #d1d1d1;
}

.languages a {
	display: block;
	padding: 3px 5px;
	font-weight: normal;
	border: 0;
	background: url("https://47bd7932d6b987e0970f-867068a053762017dfba843d38ea1301.ssl.cf1.rackcdn.com/sprite2.png") no-repeat scroll right -46px #e9e9e9;
}

.languages a:hover {
	text-decoration: none;
	border: 0;
	background: url("https://47bd7932d6b987e0970f-867068a053762017dfba843d38ea1301.ssl.cf1.rackcdn.com/sprite2.png") no-repeat scroll right -46px #d1d1d1;
}

.destination-block {
	overflow: hidden;
	color: #303030;
	padding: 70px 5px 0 0;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}

.destination-block h4 a {
	color: #303030;
	font-weight: normal;
}

.destination-block a {
	color: #d95700;
	font-weight: bold;
	border-bottom: 1px dotted #d95700;
}

.destination-block a:hover {
	color: #000;
	border-bottom: 1px dotted transparent;
}

.destination-block p {
	margin: 0 0 10px;
}

.destination-block img {
	vertical-align: top;
	margin: 0 0 10px;
}

.social-networks-holder {
	text-align: center;
	padding: 85px 0 0;
}

.social-networks-holder h4 {
	text-align: center !important;
}

.social-networks li {
	padding: 0 !important;
	margin: 0 0 10px;
}

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

.social-networks a {
	color: #d95700;
	display: inline;
	vertical-align: top;
	border: 0;
	font-weight: bold;
	text-transform: none;
	border-bottom: 1px dotted #d95700;
}

.social-networks a:hover {
	border: 0;
	color: #000;
}

.social-networks img {
	display: block;
	margin: 10px auto 0;
	color: #000;
}

ol {
	margin: 0;
	padding: 0;
	line-height: 22px;
	color: #000;
	width: 100%;
	overflow: hidden;
	counter-reset: item;
}

ol ol {
	margin: 0;
}

ol li {
	padding: 0 0 0 25px;
}

ol li:before,
ol .num {
	float: left;
	width: 15px;
	margin: 0 0 0 -20px;
	content: counters(item, ".") ") ";
	counter-increment: item;
	font-weight: bold;
}

.nav-opener {
	-webkit-transition: margin .2s linear;
	transition: margin .2s linear;
	float: right;
	display: block;
	background: url("https://47bd7932d6b987e0970f-867068a053762017dfba843d38ea1301.ssl.cf1.rackcdn.com/sprite.png") no-repeat -157px -776px;
	width: 26px;
	height: 17px;
	overflow: hidden;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 10px 0 0;
}

.links-opener {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	float: left;
	display: block;
	width: 23px;
	height: 15px;
	overflow: hidden;
	position: relative;
	z-index: 999;
}

.links-opener:before,
.links-opener:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #000;
	content: "";
}

.links-opener:before {
	top: auto;
	bottom: 0;
}

.links-opener span {
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 3px;
	background: #000;
}

.accordion-opener {
	display: block;
	border: solid 1px rgba(0, 0, 0, .1);
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 15px;
	font-size: 18px;
	line-height: 27px;
}

.accordion-opener a {
	color: #888 !important;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 30px;
}

.accordion-opener a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	background: url("https://d50b42f51c08e2d8b826-9f3e2128b8044167cec98ea8136c012d.ssl.cf1.rackcdn.com/icon-opener.png") no-repeat 0 -24px;
	width: 12px;
	height: 12px;
}

.accordion-opener a > span {
	display: none;
}

.frame.active .accordion-opener {
	font-size: 0;
	line-height: 0;
}

.frame.active .accordion-opener a > span {
	font-size: 18px;
	line-height: 27px;
	display: block;
}

.frame.active .accordion-opener a:before {
	content: "";
	top: 14px;
	background-position: 0 -5px;
}
.hide {
display:none;
}
.table-holder{
	overflow: hidden;
	padding: 0 20px 10px;
}
.table-holder table{
	width:100%;
	border-collapse:collapse;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
}
.table-holder table tr{
	width:100%;
	border-color:#d95700;
	border-style:solid;
	border-width:1px 0;
}
.table-holder table th{
	font-weight: normal;
	border-color:#d95700;
	border-style:solid;
	border-width:0 1px;
	padding: 1px;
}
.table-holder table th.last{ text-transform: uppercase;}
.table-holder table th.last,
.table-holder table th.first{
	border:0;
	font-weight: bold;
	color: #d95700;
}
.table-holder table td{
	border-color:#d95700;
	border-style:solid;
	border-width:0 1px;
	padding: 1px;
}
.table-holder table td.first,
.table-holder table td.last{
	font-weight: bold;
	border:0;
}
.table-holder table td.none{
	border:0;
}
.table-heading{
	display: block;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #d95700;
	padding: 0 0 20px;
}
.table-heading em{
	display: block;
	color: #000;
	font-style: normal;
}

@media only screen and (max-width: 1045px) {
	#nav ul > li {
	padding: 0 8px !important;
	}

	.main-nav > li {
	padding: 0 3px 0 0 !important;
	}
}

@media only screen and (max-width: 1024px) {
	#content h1 {
		font-size: 23px;
		line-height: 24px;
	}
	.main-nav > li {
	margin: 0 3px 0 0;	
	}
	#header .click-link {
	left: 74px;
	}
}

@media only screen and (max-width: 990px) {
	.call-list {
	padding: 0px;
	}
	.info-links li {
	font-size: 9px;
	}
	.info-links .email a {
	font-size: 10px;
	}

	#nav ul {
	font-size: 15px !important;
	}
	
	.main-nav {
	font-size: 16px !important;
	}

	#content:after {
		display: none;
	}

	#content .content-holder:after {
		display: none;
	}

	#aside {
		padding: 0 20px 0 0;
	}

	.info-links {
		margin: 0 -5px;
	}

	.btn-contact {
		width: 160px;
		height: 41px;
		background-size: 100% auto;
	}

	.table-holder{
		padding: 0 0 10px;
	}
}

@media only screen and (max-width: 955px) {
	#nav ul > li {
	padding: 0 6px !important;
	}	
	.main-nav {
	font-size: 15px !important;
	}
	#header .click-link {
	left: 62px;
	}
}

@media only screen and (max-width: 935px) {
	#nav ul {
	font-size: 14px !important;
	}	
	.main-nav {
	font-size: 14px !important;
	}
	#header .click-link {
	left: 56px;
	}
}

@media only screen and (max-width: 915px) {
	#content h1 {
		font-size: 21px;
	}	
	#nav ul > li {
	padding: 0 4px !important;
	}
	.main-nav > li {
	padding: 0 3px 0 0 !important;
	}
	.main-nav a {
	padding: 5px 5px 6px;
	}
}

@media only screen and (max-width: 875px) {
	#content h1 {
	font-size: 20px;
	}
	#nav ul > li {
	padding: 0 2px !important;
	}
}

@media only screen and (max-width: 855px) {
	#content h1 {
	font-size: 17px;
	}	
	#nav ul {
	font-size: 13px !important;
	}		
	#nav ul > li {
	padding: 0 1px !important;	
	margin: 0 10px;
	}
	.main-nav {
	font-size: 13px !important;
	}	
	#header .click-link {
	left: 45px;
	}
}

@media only screen and (min-width: 768px) {
	#nav .top-navigation li.logo1,
	#nav .top-navigation li.logo2{ display:none;}
	.mobile-logo{ display: none;}
	.main-nav li.logo2,
	.main-nav li.logo1{ display:none;}
	.accordion-opener {
		display: none;
	}

	.frame .slide {
		left: 0 !important;
		position: static !important;
		top: 0 !important;
		width: auto !important;
		display: block !important;
		height: auto !important;
	}

	.links-opener,
	.nav-opener {
		display: none;
	}

	.slider1.js-slide-hidden,
	.slider.js-slide-hidden {
		position: static !important;
	}

	.destination-block h4 a,
	.block-learning h4 a {
		border: 0;
		pointer-events: none;
	}

	.destination-block h4 a:hover,
	.block-learning h4 a:hover {
		border: 0;
	}
}

@media only screen and (max-width: 767px) {

	/* #header .click-link { display: none;} */
	
	#wrapper {
		padding: 70px 10px 0;
		margin: 0;
	}

	#header {
		background: #ffffff;
		padding: 10px 27px;
	}

	#header .flags {
		display:none;
	}

	.plugin {
		width: 100%;
		display:inline-block;
		float: none;
		text-align: center;
		overflow: hidden;
		padding: 20px 0 5px 0;
	}

	.top-area {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		padding: 0 10px;
		box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .1);
	}

	#nav:before {
		content: "";
		background: #222428 !important;
		left: 36px;
		right: 0;
		top: 0;
		bottom: -999px;
		position: absolute;
		z-index: -1;
	}

	#nav {
		top: 0;
		right: 0;
		z-index: 999;
		position: fixed;
		height: 100vh;
		left: auto;
		background: none;
		overflow: visible;
	}

	#nav ul {
		font-size: 16px !important;
		background: #c5c5c5;
		padding: 10px 0;
		margin: 23px 0 0;
		width: 100%;
		float: none;
		letter-spacing: normal;
		text-align: left;
	}

	#nav ul li {
		display: block;
		margin: 0;
	}

	#nav ul li ul {
		width: 100%;
		position: relative !important;
		margin: 0;
		padding: 0;
		background: #000;
	}

	#nav ul li ul.js-slide-hidden {
		position: absolute !important;
	}

	#nav ul li ul li {
		padding: 0 !important;
	}
	
	#nav ul li ul li ul {
		margin: 0;
		background: #000;
	}

	#nav ul li ul li ul li {
		padding: 0 !important;
	}

	#nav ul li ul li ul li ul {
		margin: 0;
		background: #000;
	}

	#nav ul li ul li ul li ul li {
		padding: 0 !important;
	}

	#nav ul li ul li ul li ul a {
		padding: 10px 30px !important;
	}

	#nav ul li ul li ul li ul ul {
		background: #000;
	}

	#nav ul li ul li ul li ul ul a {
		padding: 10px 35px !important;
	}

	#nav ul li ul li ul a {
		padding: 10px 20px !important;
	}

	#nav ul a {
		padding: 8px;
		display: block;
		background: none;
	}

	#nav ul a:hover {
		background: #fff;
		text-decoration: none;
	}

	#content {
		width: 100%;
		padding: 0;
		float: none;
		overflow: hidden;
	}

	#content h1 {
		font-size: 15px;
		line-height: 20px;
		text-align: center;
		margin: 0;
		padding: 15px 45px;
		font-weight:bold;
	}

	#content .top-area h1 {
		font-size: 15px;
		line-height: 20px;
		padding: 15px 40px 19px;
	}

	#content .content-holder {
	position: relative;
	top:-17px;
	}

	#aside {
		width: 100%;
		margin-top:-35px;
		float: none;
		padding: 0;
		overflow: hidden;
	}

	#aside h4 {
		font-size: 25px;
		line-height: 25px;
		margin: 0 0 20px;
		text-align: center;
		text-transform: none;
	}

	#aside h4 a {
		border-bottom: 1px dotted #d95700;
		color: #d95700;
		display: inline-block;
		vertical-align: top;
		position: relative;
		text-transform: none;
	}

	#aside h4 a:hover {
		border-bottom-style: solid;
		text-decoration: none;
	}

	#aside .accordion-opener a {
		font-weight: normal;
		text-decoration: none;
		text-align: left;
		border: none;
		text-transform: none;
	}

	.main-links {
		top: 0;
		left: 10px;
		z-index: 99;
		position: fixed;
		height: 100vh;
	}
	
	.main-nav > li.active-state a:after,
	.main-nav > li.active a:after{
		background: url("https://d50b42f51c08e2d8b826-9f3e2128b8044167cec98ea8136c012d.ssl.cf1.rackcdn.com/menu_on.png") no-repeat;
		background-size: 100% 100%;
	}

	.main-nav > li > a:after {
		display: block;
	}
	
	.main-nav > li > a:before{ display: none;}

	.main-nav > li ul li a {
		padding-left: 40px;
		position: relative;
	}

	.main-nav > li ul li a:after {
		display: none;
	}

	.main-nav > li ul li a:before {
		display: block;
	}

	.main-nav ul li ul li ul li {
		padding: 0 !important;
	}

	.main-nav ul li ul li ul li ul li {
		padding: 0 !important;
	}

	.main-nav ul li ul {
		margin: 0;
	}

	.main-nav ul li ul ul {
		margin: 0 !important;
	}

	.main-nav {
		position: absolute;
		top: 0;
		left: -10px;
		bottom: 0;
		right: 0;
		background: #222428;
		margin: 0 0 0 -300px;
		padding: 0px 0 100px;
		max-width: 278px;
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
		z-index: 999;
		overflow: auto;
		font-size: 16px !important;
		line-height: 20px;
	}

	.main-nav li {
		display: block;
		float: none;
		margin: 0;
		border-top: 1px solid #000 !important;
		position: relative;
	}
	
	.main-nav li img{ vertical-align: top;}
	.main-nav li.logo2,
	.main-nav li.logo1{
		background:#1d1d1d;
		border:0 !important;
		padding:16px 20px !important;
	}
	.main-nav li.logo2 a,
	.main-nav li.logo1 a{ 
		padding:0;
		display:inline-block;
		vertical-align:top;
	}
	.main-nav li.logo2 a:after,
	.main-nav li.logo1 a:after{ display:none;}
	.main-nav li.logo2 a:hover,
	.main-nav li.logo1 a:hover{ background: none !important;}
	.main-nav li.logo2:after,
	.main-nav li.logo1:after{ display:none !important;}
	
	.main-nav > li.active-state a,
	.main-nav li.home a,
	.main-nav li.active a {
		background: none;
		text-decoration:none;
	}

	.main-nav li.home:before,
	.main-nav li.active:before {
		background: #666;
	}

	.main-nav li.hover a {
		background: none;
	}

	.main-nav a {
		background: none;
		padding: 10px 45px 10px 10px;
		border: none;
	}

	.main-nav a:hover {
		background: #34373d !important;
		text-decoration: none;
	}

	.main-nav ul {
		position: static;
		width: 100%;
		left: auto;
		top: auto;
		font-size: 14px;
		line-height: 22px;
		background: #000;
	}

	.main-nav ul li {
		border: 0;
		padding: 0 !important;
	}

	.main-nav ul li:before {
		display: none !important;
	}

	.main-nav ul li ul {
		left: auto;
		top: auto;
		position: relative;
		width: 100%;
	}

	.main-nav ul li ul li {
		border: none;
		padding: 0 !important;
	}

	.main-nav ul li ul li:before {
		display: none !important;
	}

	.main-nav ul ul li a {
		padding-left: 60px;
	}

	.main-nav ul ul li a:before {
		left: 42px;
	}

	.tag-link:before {
		text-align:left;
	}

	.links li {
		display: block;
		margin: 0 0 15px !important;
	}

	.links li:before {
		display: none !important;
	}

	.links a {
		display: inline-block;
		vertical-align: top;
		padding: 0 0 5px;
		font-size:17px;
		line-height:19px;
	}

	.links a:after {
		bottom: 6px;
	}

	.links a:hover {
		text-decoration: underline;
	}

	.links a:hover:after {
		display: block;
	}

	.accordion-holder h3 a:after {
		display: none;
	}

	.accordion-holder .post {
		padding: 5px 10px;
	}

	.accordion-holder .image {
		max-width:100%;
		height:auto;
		margin: 0 auto 15px;
		text-align:center;
		float: none;
	}

	.grey-main h3 {
		text-align:center;
	}

	.grey-main .image {
		max-width:100%;
		height:auto;
		margin: 0 auto 15px;
		text-align:center;
		float: none;
	}

	.contact-block {
		max-width: 767px;
		margin: 0 auto;
		padding: 0 25px 0 65px;
	}
	
	.contact-block h4 {
		margin: 45px 0 10px;
		font-size:20px !important;
		font-weight:normal;
	}
	
	.call-block {
		max-width: 767px;
		margin: 25px auto;
		padding-top: 25px;
		text-align:center;
	}
	
	.call-block p {
		font-size:20px;
		font-weight:normal;
	}
	
	.call-list a  {
		font-size: 14px;
		line-height: 24px;
	}
	
	.call-list li  {
		margin: 10px -5px 10px 0;
		text-align: center;
	}
	
	.quality-block {
		max-width: 767px;
		margin: 0 auto;
		overflow: hidden;
	}
	
	.connect-block {
		max-width: 767px;
		margin: 0 auto;
		overflow: hidden;
	}
	
	.quality-block ul a, .connect-block ul, .social-networks a {
		font-size: 17px !important;
		line-height: 24px;
		text-align:center;
		margin: 5px auto;
	}

	.destination-block, .block-learning {
		text-align: left;
		font-size: 15px;
		line-height: 24px;
	}
	
	.destination-block img {
		width: 100%;
		max-width: 190px;
		margin: 5px auto;
		display: block;
	}

	.nav-opener {
		margin: 15px 10px 0 0;
	}

	.links-opener {
		margin: 15px 0 0;
	}

	#nav .top-navigation {
		position: absolute;
		top: 0;
		bottom: 0;
		right: -260px;
		background: #222428 !important;
		margin: 0 0 0 100%;
		padding: 0 0 100px;
		margin: 0 -278px 0;
		max-width: 260px;
		height: 100vh;
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
		z-index: 99;
		overflow: auto;
		font-size: 16px;
		line-height: 20px;
	}

	#nav .top-navigation li {
		border-top: 1px solid #000;
	}
	#nav .top-navigation li.active a,
	#nav .top-navigation li.active-state a{
		background: none;
		text-decoration:none;
		
	}
	#nav .top-navigation li img{ vertical-align: top;}
	#nav .top-navigation li.logo2,
	#nav .top-navigation li.logo1{
		border:0 !important;
		background:#1d1d1d !important;
		padding:16px 20px !important;
	}
	#nav .top-navigation li.logo2 a,
	#nav .top-navigation li.logo1 a{ padding:0;}
	#nav .top-navigation li.logo2 a:after,
	#nav .top-navigation li.logo1 a:after{ display:none;}
	#nav .top-navigation li.logo2 a:hover,
	#nav .top-navigation li.logo1 a:hover{ background:none;}
	
	#nav .top-navigation li.active > a:after,
	#nav .top-navigation li.active-state > a:after {
		background: url("https://d50b42f51c08e2d8b826-9f3e2128b8044167cec98ea8136c012d.ssl.cf1.rackcdn.com/menu_on.png") no-repeat;
		width: 14px;
		height: 14px;
		background-size: 100% 100%;
	}

	#nav .top-navigation li a {
		padding: 10px 45px 10px 10px;
		display: block;
		color: #fff;
	}
	#nav .top-navigation ul li.active > a,
	#nav .top-navigation li a:hover {
		background: #34373d;
	}
	#nav .top-navigation li a:after {
		content: "";
		background: url("https://d50b42f51c08e2d8b826-9f3e2128b8044167cec98ea8136c012d.ssl.cf1.rackcdn.com/menu_off.png") no-repeat;
		background-size: 100% 100%;
		width: 14px;
		height: 14px;
		position: absolute;
		right: 12px;
		top: 14px;
	}

	#nav .top-navigation li ul li a {
		padding-left: 40px;
		position: relative;
	}
	#nav .top-navigation li ul li a:after {
		display: none;
	}

	#nav .top-navigation li ul li a:before {
		content: "";
		border: 4px solid transparent;
		border-left: 4px solid #fff;
		position: absolute;
		left: 23px;
		top: 50%;
		margin-top: -3px;
		display: block;
	}

	#nav .top-navigation li ul li li {
		padding: 0 0 0 60px;
	}

	#nav .top-navigation li ul li li a {
		padding-left: 62px !important;
	}

	#nav .top-navigation li ul li li a:before {
		left: 45px;
	}
	
	.block {
	font-size: 17px;
	line-height: 25px;
	}
	
	.block ol {
	font-size: 17px;
	line-height: 25px;
	}
	
	.text-here {
	font-size: 16px;
	line-height: 25px;
	}
	
	.text-learn {
	font-size: 15px;
	line-height: 16px;
	}
	
	.languages li {
	margin: 0 0 10px;
	}	
	
	.info-links a {
		font-size: 16px;
		line-height: 25px;
	}
	
	.info-links li {
		font-size: 16px;
		line-height: 25px;
	}
	
	.info-links .email a {
		font-size: 14px;
	}
	
	#footer li {
		font-size: 14px;
		line-height: 26px;
	}
	.accordion-holder h3 {
	font-size: 25px;
	line-height: 30px;
	}
	
	.text {
	font-size: 22px;
	line-height: 30px;	
	}
	.frame .tag-link {
	font-size: 16px;
	}
	.frame .description {
	font-size: 17px;
	line-height: 25px;
	font-weight: normal;
	text-align: left;
	}
	.frame .description .heading, .frame .slide .txt {
	font-size: 22px;
	line-height: 25px;
	display: block;
	padding: 0 0 10px;
	font-weight: bold;
	}
	.frame .description p {
	margin: 0 0 25px;
	}

	.frame .link-holder {
	display: block;
	overflow: hidden;
	padding: 10px 0 30px;
	}

	.frame .tag-link {
	color: #d95700;
	float: right;
	border-bottom: 1px dotted #d95700;
	font-size: 20px;
	line-height:22px;
	}
	
	.link-top {
	font-size: 16px;
	line-height: 19px;
	}
	.table-frame{
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.table-holder table{
		width:703px;
	}
	.two-column table td {
	float:left;
	clear:left;
	}
	
	td {
	float:left;
	clear:left;
	}

	input {
		width:100%;
	}
}

@media only screen and (max-width: 489px) {
	.main-links {
		top: 0;
		z-index: 999;
	}

	.nav-opener {
		margin: 29px 10px 0 0;
	}

	.links-opener {
		margin: 29px 0 0;
	}
}

.sprite1  {
    background: url("https://47bd7932d6b987e0970f-867068a053762017dfba843d38ea1301.ssl.cf1.rackcdn.com/sprite.png") no-repeat top left;
	 display: inline-block;
}
.sprite1.sprite1-panama-flag-contact{ background-position: 0 -952px; width: 20px; height: 14px; } 
.sprite1.sprite1-denmark-contact-flag { background-position: right -953px; width: 20px; height: 15px; } 
.sprite1.sprite1-us{ background-position: right -525px; width: 20px; height: 13px; } 
.sprite1.sprite1-uk-contact-flag{ background-position: 0 -1272px; width: 20px; height: 13px; } 
.sprite1.sprite1-german-contact-flag{ background-position: 0 -611px; width: 20px; height: 13px; } 
.sprite1.sprite1-swiss-contact-flag{ background-position: right -611px; width: 14px; height: 14px; } 
.sprite1.sprite1-france-contact-flag{ background-position: 0 -526px; width: 20px; height: 13px; } 
.sprite1.sprite1-swedish-contact-flag{ background-position: right -569px; width: 20px; height: 12px; } 
.sprite1.sprite1-dutch-contact-flag{ background-position: 0 -261px; width: 20px; height: 14px; } 
.sprite1.sprite1-australia-flag{ background-position: right -134px; width: 20px; height: 13px; } 
.sprite1.sprite1-skype-icon{ background-position: right -305px;width: 15px; height: 15px; } 
.sprite1.sprite1-tripadvisor1{ background-position: right -1168px; width: 28px; height: 20px; } 
.sprite1.sprite1-facebook{ background-position: 0 -305px; width: 16px; height: 16px; } 
.sprite1.sprite1-twitter{ background-position: 0 -1122px; width: 16px; height: 16px; } 
.sprite1.sprite1-youtube{ background-position: 0 -1386px; width: 16px; height: 16px; } 
.sprite1.sprite1-gplus{ background-position: 0 -654px; width: 16px; height: 16px; }
.sprite1.sprite1-feed{ background-position: 0 -419px; width: 16px; height: 16px; } 
.sprite1.sprite1-instagram{ background-position: right -419px; width: 16px; height: 16px; } 
.sprite1.sprite1-tripadvisor2{ background-position: right -1314px; width: 64px; height: 64px; } 
.sprite1.sprite1-you-tube-icon{ background-position: 0 -1314px; width: 88px; height: 42px; } 
.sprite1.sprite1-twitter2{ background-position: 0 -1168px; width: 130px; height: 31px; } 
.sprite1.sprite1-gplus2{ background-position: right -654px;height: 68px;width: 67px;  } 
.sprite1.sprite1-facebook2{ background-position: 0 -351px; width: 125px; height: 38px; } 
.sprite1.sprite1-instagram2{ background-position: right -868px; width: 64px; height: 64px; } 
.sprite1.sprite1-flickr-icon{ background-position: 0 -465px; width: 100px; height: 31px; } 
.sprite1.sprite1-italia-flag{ background-position: 0 -742px; width: 18px; height: 12px; } 
.sprite1.sprite1-feed2{ background-position: right -1080px; width: 64px; height: 64px; } 