.item-image img {
	max-height: 300px;
	width: auto;
}

.checkbox input[type=checkbox] {
	width: 30px !important;
	margin-left: 0 !important;
	display: inline-block;
}

.control-label .checkbox {
	width: 100% !important;
	margin-bottom: 30px;
}

.control-label .checkbox a {
	padding-left: 40px;
}

.pswp--zoom-allowed .pswp__img {
    cursor: default !important;
}

.pd-filenamebox, #phoca-dl-category-box .pd-filenamebox, .pd-float {
	margin-left: 0 !important;	
}

.eventgallery-category-headline {
	display: none;	
}

.phocadownloadfile32 {
	clear: both;	
}

.eb-notice-message {
    font-size: 130%;
    font-weight: bold;
}
.text-info {
    color: #000;
}

.eventCategory {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 12px;
	display: inline-block; 	
}

.eventCategory a:hover {
	background: #ddd;
}

.eventCategory a {
	display: inline-block;
	padding: 5px 8px;
	width: 100%;
	height: 100%;
	color: #000;
	background: #f3f3f3; 	
}

.control-label .checkbox {
	width: 30px;
	display: inline-block;
	float: left;
	margin-right: 20px;	
}

.osm-privacy-policy-message {
	display: none;	
}

.controls input.radio {
	display: inline-block !important;
	width: 50px;
	margin-left: 0 !important;	
}

.controls .paymentName {
	display: inline-block;
	margin-left: 50px;	
}

.form-horizontal .control-label {
	text-align: left !important;	
}

#events .item .eg-content .data {
	background-color: rgba(0,0,0,0.5) !important;	
}

.item-leading, .items-row {
	clear: both;
	margin: 0 0 40px 0;	
}

.page-header {
	margin: 0 0 30px 0 !important;
	border: none !important;
	padding: 0 !important;	
}

#osm-subscription-history .filters {
	display: none;
}

#osm_form_renew {
	margin-top: 60px;	
}

#system-message {
	margin: 0 auto;
	padding: 20px 0;
	max-width: 445px;
}

.alert {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 8px 25px 8px 14px;
	text-align: left;
}

.alert h4 {
	color: red;
	margin: 5px 0;
	display: none;
}

.alert p {
	padding: 0px;
	margin: 0px;
}

.alert .close {
	float: right;
	font-size: 24px;
	line-height: 18px;
	position: relative;
	right: -20px;
	top: -2px;
	cursor: pointer;
	display: none;
}

.pagination {
	text-align: center;	
}
.pagination ul {
	list-style-type: none;		
	display: inline-block;
	margin: 50px 0 0 0;
	padding: 0;
}
.pagination ul li {
	list-style-type: none;	
	display: inline-block;
	float: left;
	margin: 0 20px 0 0;
}

.pd-image {
	width: 150px;
	float: left !important;
	margin: 0 20px 0 0 !important;	
	clear: both !important;	
}

html {
	background: #000;	
}
.pagenavcounter {
	display: none;	
}

.sp-accordion {
	border: none !important;	
}

.arbn {
	font-size: 12px;
	font-weight: normal;
	color: #777;
	margin: 15px 0 0 65px;	
}

.atasdaTable, .table {
	border-style: collapse;
	border: 1px solid #ddd;
	width: 100%;
	margin: 0 0 50px 0;	
}

.atasdaTable.nomargin {
	margin: 0;	
}

.bigarrow {
	margin: 0 !important;
	padding: 0 !important;	
	text-align: center  !important;
}

.atasdaTable tr, .table tr {
	border-bottom: 1px solid #ddd;
}

.atasdaTable td, .atasdaTable th, .table td, .table th {
	padding: 5px 30px 5px 20px;
	text-align: left;	
}

.atasdaTable th, .table th {
	background: #ddd;	
}

.icons {
	display: none;	
}

.workshopInformation {
	margin: 50px 0 0 0;	
}

.eb_event_link {
	color: #000 !important;	
}

.eb-event-date-container {
	background: #000 !important;
}

.eb-event-container {
	padding-top: 50px !important;	
}

.fa-print {	
	
}

.pdtop {
	display: none;	
}

#pop-print {
	width: 40px;
	display: inline-block;
	float: right;
}

.control-group {
	margin: 0 0 20px 0;	
}

#adminForm .controls input, #osm_form .controls input, #os_form .controls input {
	width: 100%;
	max-width: 400px;
	border-radius: 5px !important;	
	-webkit-appearance: menulist-button !important;
	line-height: 200%;
}

#adminForm .controls input[type='radio'], #osm_form .controls input[type='radio'], #os_form .controls input[type='radio'] {
	width: 30px;
}

#adminForm .controls select, #osm_form .controls select, #os_form .controls select {
	width: 100%;
	max-width: 420px;
	border-radius: 5px !important;	
	-webkit-appearance: menulist-button !important;
	line-height: 200%;
	padding: 15px;
}

#adminForm .controls textarea, #osm_form .controls textarea, #os_form .controls textarea {
	width: 100%;
	max-width: 390px;
	border-radius: 5px !important;	
	-webkit-appearance: menulist-button !important;
	padding: 15px;
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
	cursor: pointer;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 14px/1.8 "Raleway", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	letter-spacing: 0.02em; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h,
.sp-accordion .toggler {
	font-family: "Raleway", "Arial", "Helvetica", sans-serif;
	font-weight: 400;
	margin: 0 0 .5em;
	color: inherit;
	line-height: 100%;
}

h1,
.h1 {
	font-size: 26px;
}

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

h3,
.h3,
.sp-accordion .toggler {
	font-size: 20px;
}

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

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

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

p {
	margin: 0 0 1em;
}

a {
	-webkit-transition: text-decoration .4s ease, opacity .4s ease, box-shadow .4s ease, color .4s ease, background .4s ease, border .4s ease;
	transition: text-decoration .4s ease, opacity .4s ease, box-shadow .4s ease, color .4s ease, background .4s ease, border .4s ease;
	text-decoration: none;
	color: #0097d4;
	outline: none !important;
}

ul {
	list-style-type:square;
}

a:hover,
a:focus {
	text-decoration: none;
}

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

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

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

select {
	-webkit-border-radius: 0;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-transition: opacity .4s ease, box-shadow .4s ease, color .4s ease, background .4s ease, border .4s ease;
	transition: opacity .4s ease, box-shadow .4s ease, color .4s ease, background .4s ease, border .4s ease;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-shadow: none;
	outline: none;
	cursor: pointer;
}

@font-face {
	font-family: icomoon;
	src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: icomoon;
	src: url("../fonts/icomoon2.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

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

#wrapper:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	position: fixed;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .4s ease, visibility .4s ease;
	transition: opacity .4s ease, visibility .4s ease;
	content: "";
	z-index: 90;
}

.items-leading, .items-row {
	margin: 0 0 60px 0;	
}

.items-leading:last-child, .items-row:last-child {
	margin: 0;	
}

h1 a, h2 a, h3 a {
	color: #000;	
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}


.menu-active #wrapper:before {
	opacity: 1;
	visibility: visible;
}

.login-active #wrapper:before {
	opacity: 1;
	visibility: visible;
}

.container {
	position: relative;
	max-width: 1172px;
	margin: 0 auto;
}

.footer-container {
	background: #000 ;
	min-height: 300px;
}

.news-container {
	background: #404040;
}

.inner-container {
	position: relative;
	padding: 0 15px;
}

.main {
	position: relative;
	padding: 0;
	top: -20px;
}

.btn-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	overflow: hidden;
}

.btn-wrapper {
	padding: 0 5px 30px 0 !important;	
	margin: 0 !important;
}

.btn-primary, .eb-register-button, .btn-small {
	display: inline-block;
	vertical-align: top;
	font: 500 22px/22px "Raleway", "Arial", "Helvetica", sans-serif;
	background: #000 url(../images/btn-arrow-1.png) no-repeat 18px 15px;
	color: #fff;
	border: none;
	position: relative;
	height: 45px;
	padding: 8px 24px 7px 36px;
	z-index: 2;
	border-radius: 0 !important;
}
/*
.eb-taskbar .eb-register-button {
	font-size: 16px;
	height: 30px;
	background-image: none;
	padding: 4px 10px 4px 10px;
}
*/

.btn-primary[name='btnBack'] {
	background-image: url(../images/btn-arrow-1-back.png);
}

a.btn-primary {
	padding-top: 11px;
}

.btn-secondary, .pd-button-download .btn {
	display: inline-block;
	vertical-align: top;
	font: 500 17px/22px "Raleway", "Arial", "Helvetica", sans-serif;
	background: #fff url(../images/btn-arrow-2.png) no-repeat 10px 10px;
	color: #000;
	border: 1px solid #666;
	position: relative;
	height: 36px;
	padding: 6px 18px 5px 28px;
	margin-top: 20px;
	z-index: 2;
	border-radius: 0 !important;
}

.eb-register-button {
	padding-top: 10px;	
}

.btn-primary:hover, .eb-register-button:hover {
	opacity: .7;
	color: #fff !important;
	background-color: #000 !important;
}

.btn-secondary:hover,  .pd-button-download .btn:hover {
	background: #fff600 url(../images/btn-arrow-2.png) no-repeat 10px 10px;
	color: #000 !important;
}



.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 -4px;
}

.social-networks li {
	position: relative;
	padding: 0 4px;
}

.social-networks a {
	width: 25px;
	height: 25px;
	display: block;
	color: #fff;
	text-align: center;
	background: #000;
}

.social-networks a i {
	font-size: 18px;
	line-height: 24px;
	display: block;
}

.social-networks a .icon-linkedin,
.social-networks a .icon-youtube {
	line-height: 38px;
}

.social-networks a:hover {
	background: #999;
	color: #fff;
}

.header {
	background: #fff;
	position: relative;
	padding: 15px 0 18px;
	font-family: "Raleway", "Arial", "Helvetica", sans-serif;
	z-index: 99;
	max-height: 230px;
}

.header .inner-container {
	position: static;
}

.logo {
	display: block;
	width: 262px;
}

.logo a {
	display: block;
}

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

.menu > li:last-child > a {
		padding-right: 15px;
	}

.menu-opener {
	width: 40px;
	height: 24px;
	border-top: 3px solid #000;
	position: absolute;
	right: 15px;
	top: 38px;
}

.menu-active .menu-opener {
	border-top: none;
}

.menu-opener:before,
.menu-opener:after {
	width: 40px;
	height: 3px;
	content: "";
	background: #000;
	position: absolute;
	-webkit-transition: top .4s ease, -webkit-transform .4s ease;
	transition: top .4s ease, -webkit-transform .4s ease;
	transition: top .4s ease, transform .4s ease;
	transition: top .4s ease, transform .4s ease, -webkit-transform .4s ease;
	left: 0;
	top: 5px;
}

.menu-active .menu-opener:before,
.menu-active .menu-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}

.menu-opener:after {
	top: 13px;
}

.menu-active .menu-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 7px;
}

.login-opener {
	position: absolute;
	right: 65px;
	top: 36px;
	color: #0097d4;
}

.login-opener i {
	font-size: 24px;
	line-height: 1;
	display: block;
}

.login-opener:hover {
	opacity: .8;
}

.nav-drop {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	-webkit-transition: max-height .4s ease;
	transition: max-height .4s ease;
	overflow: hidden;
	max-height: 0;
	z-index: 99;
}

.menu-active .nav-drop {
	max-height: 4000px;
}

.nav-area {
	position: relative;
	background: #fff;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.menu-active .nav-area {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.top-nav {
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	background: #ccc;
	padding: 15px;
}

.top-nav li {
	position: relative;
	padding: 0 13px;
	margin: 0 0 15px;
}

.top-nav li:last-child {
	margin-bottom: 0;
}

.top-nav li:before {
	position: absolute;
	content: "";
	left: -1px;
	top: 2px;
	bottom: 2px;
	background: #bbb;
	width: 2px;
	display: none;
}

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

.top-nav a {
	color: #000;
}

.top-nav a:hover {
	opacity: .7;
}

.login-drop {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	-webkit-transition: max-height .4s ease;
	transition: max-height .4s ease;
	overflow: hidden;
	max-height: 0;
	z-index: 99;
}

.login-active .login-drop {
	max-height: 4000px;
}

.login-area {
	position: relative;
	background: #fff;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.login-active .login-area {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.login-form {
	position: relative;
}

.login-form .fields-area {
	background: #0072c3;
	position: relative;
	padding: 15px;
}

.login-form .field-holder {
	position: relative;
	width: 100%;
	margin: 0 0 10px;
}

.login-form input[type="text"],
.login-form input[type="password"] {
	width: 100%;
	height: 40px;
	font: 400 16px/20px "Raleway", "Arial", "Helvetica", sans-serif;
	padding: 0 5px;
	outline: none;
	box-shadow: none;
	background: none;
	border: none;
	color: rgba(255, 255, 255, .6);
	text-align: center;
}

.login-form input[type="text"]:-moz-placeholder,
.login-form input[type="password"]:-moz-placeholder {
	color: rgba(255, 255, 255, .6);
	opacity: 1;
}

.login-form input[type="text"]::-moz-placeholder,
.login-form input[type="password"]::-moz-placeholder {
	color: rgba(255, 255, 255, .6);
	opacity: 1;
}

.login-form input[type="text"]:-ms-input-placeholder,
.login-form input[type="password"]:-ms-input-placeholder {
	color: rgba(255, 255, 255, .6);
}

.login-form input[type="text"]::-webkit-input-placeholder,
.login-form input[type="password"]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .6);
}

.login-form button[type="submit"] {
	font-size: 18px;
	line-height: 1;
	font-weight: 900;
	color: #fff;
	border: none;
	background: #4ede00;
	width: 200px;
	margin: 0 auto;
	padding: 0 15px;
	height: 40px;
	display: block;
	z-index: 2;
}

.login-form button[type="submit"]:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #4ede00;
	left: 48px;
	content: "";
	display: none;
	z-index: -1;
}

.login-form button[type="submit"]:after {
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
	background: #4ede00;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
	width: 45px;
	display: none;
	z-index: -1;
}

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

#login-form .checkbox-area {
	position: relative;
	padding: 10px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#login-form .checkbox-area .text {
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
	display: block;
	position: relative;
	padding: 0 0 0 26px;
}

#login-form .checkbox-area .text:before {
	position: absolute;
	content: "";
	left: 13px;
	top: 0;
	bottom: -2px;
	background: #999;
	width: 2px;
}

#login-form .checkbox-area .text a {
	color: #0072c3;
}

#login-form .checkbox-area .text a:hover {
	color: #00365d;
}

#login-form .checkbox-holder {
	position: relative;
}

#login-form .checkbox-holder label {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	position: relative;
	color: #000;
	display: block;
	padding: 4px 0 0 38px;
}

#login-form .checkbox-holder label i {
	width: 25px;
	height: 25px;
	position: absolute;
	background: none;
	border: 3px solid #666;
	left: 0;
	top: 2px;
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
}

#login-form .checkbox-holder input[type="checkbox"] {
	position: fixed;
	opacity: 0;
	visibility: hidden;
}

#login-form .checkbox-holder input[type="checkbox"]:checked + label i {
	background: #fff600;
}
#login-form .forgotten {
	list-style: none;
	padding: 0;
	margin: 0;
}
#login-form .forgotten li {
	list-style: none;
	text-transform: uppercase;
	background: transparent url(../images/forgotten-arrow.png) no-repeat 0 7px;
	margin: 0 0 10px 0;
	padding: 0 0 0 16px;
	font-size: 14px;
}
#login-form .forgotten li a {
	color: #000;
}
#login-form .forgotten li a:hover {
	color: #555;
	text-decoration: underline;
}

.menu {
	position: relative;
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.menu > li {
	position: relative;
}

.menu > li:hover,
.menu > li.hover {
	background: rgba(0,0,0,0.75);
}

.menu > li:hover .dropdown,
.menu > li.hover .dropdown {
	display: block;
	opacity: 1;
	visibility: visible;
}

.menu > li > a {
	position: relative;
	display: block;
	color: #000;
	text-align: center;
	padding: 12px 20px;
}

.menu > li.hover > a, .menu > li:hover > a, .menu > li.active.parent > a {
	color: #fff !important;
}

.menu > li.active.parent > a {
	background: rgba(0,0,0,1);
}

.menu > li > a.has-drop-down-a:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 18px;
	border-style: solid;
	border-width: 8px 8px 0;
	border-color: #fff transparent transparent;
}

.menu .dropdown {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	background: rgba(0,0,0,0.75);
	font-weight: 400;
	display: none;
	z-index: 9;
}

.menu .dropdown li {
	position: relative;
}

.menu .dropdown li:hover,
.menu .dropdown li.hover {
	background: #000;
}

.menu .dropdown a {
	position: relative;
	padding: 10px 22px;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 15px;
}

.social-area {
	padding: 20px 0;
	border-bottom: 2px solid #0097d4;
}

.header .social-area {	
	display: none;
}

.social-area .social-networks {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.visual-area {
	margin: 0 0 40px 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	top: -20px;
}

.visual-area p {
	margin: 0;
	padding: 0;
}

.visual-area img {
	
}

.visual-area h2 {
	color: #fff;
	margin: 0;
	padding: 0 0 8px;
	position: relative;
}

.visual-area .text-area {
	font-size: 15px;
	line-height: 24px;
	padding: 0 0 40px;
	color: #fff;
}

.visual-area .text-area p {
	margin: 0 0 15px;
}

.visual-area .head-area {
	position: relative;
	color: #4edafe;
	margin: 0 0 15px;
}

.visual-area .head-area .heading {
	font: 600 19px/22px "Raleway", "Arial", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 4px;
}

.visual-area .time-info {
	font-size: 15px;
	line-height: 20px;
	position: relative;
}

.visual-area .slick-list {
	margin: 0 -15px;
}

.visual-area .slide {
	padding: 0 15px;
}

.news-slider-area {
	padding: 0;
	margin: 0;
}

.news-slider .news-block {

	margin: 0 -30px;
}

.news-slider .col {
	position: relative;
	width: 100%;
	padding: 0 30px;
}

.news-slider .col:nth-child(1) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.news-slider .col:nth-child(2) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.news-slider .image-holder {
	position: relative;
	max-width: 496px;
	margin: 0 0 20px;
}

.news-slider .image-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.events-slider-area {
	position: relative;
	background: #404040;
	padding: 20px 0;
	color: #fff;
}

.events-slider-area h2 {
	font-size: 30px;
	font-weight: 400;
}

.events-slider-area .heading {
	font-size: 22px;
	font-weight: 500;
	color: #fff600;
	margin: 0 0 10px 0;
	display: block;
}

.events-slider-area .time-info {
	font-size: 12px;
	font-weight: 500;
	color: #d4d4d4;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}


.homebox {
	width: 100%;
	margin-bottom: 50px;
}

.homebox-overlay {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0.4), rgba(0,0,0,0.9));	
}

.homebox .text-area {
	padding: 40px 0 0 0;
}

.homebox .text-area .event-listing {
	border-bottom: 3px dotted #a5a5a5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.homebox .text-area .event-listing h2, .homebox .text-area .event-listing h3 {
	font-weight: 500;
}

.homebox .text-area .event-listing h2 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 4px;
}

.homebox .text-area .event-listing h3 {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 0;
}

.homebox-head {
	width: 100%;
	height: 200px;
	background: url(../images/head-box-1.png) no-repeat center top;
	background-size: 100% auto;
	overflow: hidden;
	position: relative;	
}

.homebox-head.homebox-1 {
	background-image: url(../images/head-box-1.png);
}

.homebox-head.homebox-2 {
	background-image: url(../images/head-box-2.png);
}

.homebox-head.homebox-3 {
	background-image: url(../images/head-box-3.png);
}

.homebox-head h2 {
	color: #fff;
	font-weight: normal;	
	text-align: center;
	position: relative;
	line-height: 100%;
}

.homebox-head span {
	position: absolute;
	bottom: 10px;
	margin: 0 auto;
	width: 100%;
}

.homebox #login-form .input-small {
	border: none;
	border-bottom: 3px solid #666;
	width: 100%;
	font-size: 18px;
	padding: 0 0 20px 0;
	outline: none;
}
.homebox #login-form .controls {
	margin: 0 0 30px 0;;
	
}
.homebox #login-form #remember {
	border: 3px solid #666;
	background: none;
	height: 20px;
	width: 20px;
	
}

.main-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 35px 0 20px;
	width: 100%;
}

.content {
	position: relative;
	width: 100%;
	padding: 0 0 30px;
}

.content.fullwidth {
	padding: 0 0 30px 0;
}

.content h2 {
	line-height: 1.1;
	margin: 0 0 12px;
	letter-spacing: 0;
}

.content .text-area {
	position: relative;
	padding: 0 0 30px;
}

.content .text-area p {
	margin: 0 0 17px;
}

.youtube-area {
	position: relative;
}

.youtube-block {
	position: relative;
	margin: 15px 0 0;
}

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

.twitter-block {
	position: relative;
	margin: 15px 0 0;
}

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

.sidebar {
	position: relative;
	width: 100%;
}

.widget {
	position: relative;
	margin: 0 0 30px;
}

.widget h3 {
	border-bottom: 3px dotted #bbb;
	line-height: 1;
	color: #3c3c3c;
	padding: 0 0 13px;
	margin: 0 0 19px;
}

.widget h3 a {
	color: #000;
}

.widget-list {
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	margin: 0 -10px 30px 0;
}

.widget-list li {
	position: relative;
	margin: 0 0 12px -15px;
	padding: 7px 0 7px 15px;
}

.widget-list li:hover {
	background: rgba(0,0,0,0.15);
}

.widget-list a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0;
	color: #000;
	width: 100%;
	height: 100%;
}

.widget-list a span {
	font-size: 24px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: -2px;
	color: #0072c3;
}

.widget-list li.current a {
	font-weight: bold;
}

.widget-list .dropdown {
	margin: 15px 0 0 20px;
	padding: 0;
}

.widget-list .dropdown li {
	margin: 15px 0;
	padding: 0;
}

.widget-list .dropdown li {
	font-weight: normal;
}

.widget-list .dropdown li a {
	font-weight: normal;
}

.widget-list .dropdown li:hover {
	background: none;
}

.widget-list .dropdown li:hover a {
	text-decoration: underline;
}

.widget-list .dropdown li.current a {
	font-weight: bold;
}

.news-container .head-area .heading a {
	color: #fff600;
}

.news-container .head-area .heading a:hover {
	text-decoration: underline;
}

.aboutus-area {
	position: relative;
	background: #0072c3;
	color: #fff;
}

.aboutus-area .head-area {
	background: #004271;
	position: relative;
}

.aboutus-area .head-area .inner-container {
	padding-right: 0;
	overflow: hidden;
}

.aboutus-area .head-area h2 {
	font-size: 20px;
	line-height: 1.1;
	padding: 17px 0 15px;
	margin: 0;
}

.aboutus-area .tabset {
	margin: 0;
	padding: 0;
	list-style: none;
	font: 700 16px/20px "Raleway", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	margin: 0 0 0 -15px;
}

.aboutus-area .tabset li {
	position: relative;
	width: 100%;
}

.aboutus-area .tabset a {
	padding: 14px 10px;
	position: relative;
	display: block;
	color: #a3d9ff;
	outline: none;
	z-index: 2;
}

.aboutus-area .tabset a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: #005795;
	z-index: -1;
}

.aboutus-area .tabset a:hover,
.aboutus-area .tabset a:focus,
.aboutus-area .tabset a.active {
	color: #d4edff;
}

.aboutus-area .tabset a:hover:before,
.aboutus-area .tabset a:focus:before,
.aboutus-area .tabset a.active:before {
	background: #0072c3;
}

.aboutus-area .tab-content {
	background: #0072c3;
	position: relative;
}

.aboutus-area .tab-content:before {
	width: 198px;
	height: 264px;
	background: url(../images/leaf01.png) no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	opacity: .1;
	display: none;
}

.aboutus-area .tab-content:after {
	width: 198px;
	height: 264px;
	background: url(../images/leaf02.png) no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	opacity: .1;
	display: none;
}

.aboutus-area .form-area {
	position: relative;
	padding: 30px 0;
	margin: 0 auto;
	max-width: 450px;
}

.aboutus-area .fields-list {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.aboutus-area .fields-list li {
	position: relative;
	margin: 0 0 15px;
}

.aboutus-area .field-holder {
	position: relative;
}

.aboutus-area .field-holder label {
	display: inline-block;
	vertical-align: top;
	font: 400 15px/20px "Raleway", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.aboutus-area .field-holder.error input[type="text"] {
	border-color: #f00;
}

.aboutus-area .field-holder.error .fake-select select {
	border-color: #f00;
}

.aboutus-area input[type="text"] {
	font-size: 17px;
	line-height: 20px;
	width: 100%;
	height: 47px;
	padding: 10px 15px;
	background: #a4d9ff;
	border: 2px solid #1f6da4;
	outline: none;
	box-shadow: none;
	color: #000;
}

.aboutus-area input[type="text"]:-moz-placeholder {
	color: #000;
	opacity: 1;
}

.aboutus-area input[type="text"]::-moz-placeholder {
	color: #000;
	opacity: 1;
}

.aboutus-area input[type="text"]:-ms-input-placeholder {
	color: #000;
}

.aboutus-area input[type="text"]::-webkit-input-placeholder {
	color: #000;
}

.aboutus-area button[type="submit"] {
	font-size: 20px;
	line-height: 1;
	width: 100%;
	height: 47px;
	font-weight: 700;
	position: relative;
	color: #000;
	border: none;
	background: none;
	text-align: center;
	padding: 0 10px 0 40px;
	z-index: 2;
}

.aboutus-area button[type="submit"]:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #4ede00;
	content: "";
	left: 45px;
	z-index: -1;
}

.aboutus-area button[type="submit"]:after {
	border-style: solid;
	border-width: 0 0 47px 50px;
	border-color: transparent transparent #4ede00 transparent;
	content: "";
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
}

.aboutus-area button[type="submit"]:hover {
	opacity: .8;
}

.aboutus-area .select-field {
	width: 100%;
}

.aboutus-area .code-field {
	width: 100%;
}

.aboutus-area .submit {
	width: 100%;
}

.aboutus-area .tab {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: 0;
}

.aboutus-area .tab.active {
	opacity: 1;
}

.fake-select {
	position: relative;
	display: block;
}

.fake-select select {
	font-size: 17px;
	line-height: 20px;
	width: 100%;
	height: 47px;
	background: #a4d9ff;
	border: 2px solid #1f6da4;
	display: block;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	color: #000;
	margin: 0;
	padding: 0 40px 0 16px;
}

.fake-select:before {
	pointer-events: none;
	content: "";
	position: absolute;
	top: 18px;
	right: 10px;
	border-style: solid;
	border-width: 16px 15px 0;
	border-color: #0072c3 transparent transparent;
	z-index: 1;
}

.form-area select::-ms-expand {
	display: none;
}

.slick-slider {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	position: relative;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: -60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 4;
}

.slick-dots li {
	position: relative;
	padding: 0 4px;
}

.slick-dots li.slick-active button {
	background: #fff;
}

.slick-dots button {
	font-size: 0;
	line-height: 0;
	width: 15px;
	height: 15px;
	display: block;
	border-radius: 50%;
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
	padding: 0;
	border: none;
	outline: none;
	background: rgba(255, 255, 255, .5);
}

.slick-dots button:hover {
	background: #fff;
}



.icon-chevron-right {
	background:url(../images/crsl-arrow-r.png)
}
.icon-chevron-left {
	background:url(../images/crsl-arrow-r.png)
}

.slick-arrow {
	width: 74px;
	height: 74px;
	position: absolute;
	background:url(../images/crsl-arrow-r.png);
	background-size: 100%;
	opacity: 0.6;
	top: 50%;
	text-align: center;
	color: #e8e8e8;
	margin: -32px 0 0;
	display: none !important;
	z-index: 5;
}

.slick-prev.slick-arrow {
	background:url(../images/crsl-arrow-l.png);
	background-size: 100%;
}

.slick-arrow span {
	font-size: 26px;
	line-height: 50px;
	display: block;
}

.slick-arrow:hover {
	opacity: .8;
}

.slick-prev {
	left: 10px;
}

.slick-prev span {
	padding: 0 4px 0 0;
}

.slick-next {
	right: 10px;
}

.slick-next span {
	padding: 0 0 0 4px;
}

.slider-img {
	width: 180px;
	float: right;
	margin: 0 0 0 20px;
}

.slider-img img {
	width: 100%;
	height: auto;
}

.footer {
	position: relative;
	padding: 25px 0;
	background: #000;
	width:100%;
}


.footer-nav-area {
	position: relative;
	margin: 0 0 10px;
	z-index: 4;
}

.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	font: 400 18px/20px "Raleway", "Arial", "Helvetica", sans-serif;
	text-align: left;
	margin: 0 0 30px;
}

.footer-nav li {
	position: relative;
	padding: 0 30px 0 0;
	margin: 0 0 10px;
}

.footer-nav a {
	color: rgba(255, 255, 255, 1);
}

.footer-nav a:hover {
	color: #fff600;
}
.footer-nav li.active a {
	color: #fff600;
}

.footer-holder {
	position: relative;
	z-index: 4;
}

.footer-holder .social-networks {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: left;
	width: auto;
	float: none;
	margin: 20px 0 0 0;
	text-align: left;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 3;
	position: relative;
	top: 20px;
	padding-bottom:40px;
	clear: both;
}


.footer-holder .social-networks a {
	color: #000;
	background: #eee;
}

.footer-holder .social-networks a:hover {
	background: #fff600;
}

.footer-holder .copyright {
	font-size: 13px;
	line-height: 26px;
	display: block;
	color: #fff;
	text-align: left;
	width: 100%;
	padding: 0;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 1;
}

.footer-holder .copyright a {
	color: #fff;
}

.footer-holder .copyright a:hover {
	color: #9b9b9b;
}

.f-logo {
	position: relative;
	display: block;
	width: 262px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin: 0;
	left:-8px;
}

.f-logo a {
	display: block;
	opacity: 0.6;
}

.f-logo a:hover {
	opacity: 1;
}

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

.footer-nav-area {
	margin: 0 0 40px;
	width: 100%;
	float:none;
}

.footer-holder {
	width: 100%;
	float:none;
}

.footer-holder .privacy-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	font: 400 12px/20px "Raleway", "Arial", "Helvetica", sans-serif;
	text-align: left;
	margin: 10px 0 20px 0;
	float: none;
	clear: both;
}

.privacy-nav li {
	position: relative;
	padding: 0 0 0 14px;
	margin: 0 10px 0 0;
	display: inline-block;
	float: left;
}

.privacy-nav li:first-child {
	padding-left: 0;
}

.privacy-nav li:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    bottom: 2px;
    width: 4px;
    background: #6b6e6f;
    border-right: 2px solid #000;
}

.privacy-nav li:first-child:after {
    display: none;
}

.privacy-nav li {
	margin-right: 0;
}

.privacy-nav a {
	color: #fff600;;
}

.privacy-nav a:hover {
	color: #fff;
}

@media (min-width: 768px) {
	
	.pd-filebox.grid {
		display: inline-block;
		float: left;
		width: 23%;	
		margin-right: 2%;
		min-height: 350px;
		position: relative;
	}
	
	.pd-filebox.grid .pd-image {
		width: 80%;	
		height: auto;
	}
	
	.pd-filebox.grid .pd-buttons {
		position: absolute !important;
		bottom: 20px;
		left:0;
	}

	.pd-filebox.grid .pd-image {
		clear: none !important;	
	}
	.pd-filebox.grid .pd-buttons {
		float: left !important;
		clear: both !important;	
	}
	
	.pd-filebox.grid .pd-float, .pd-filebox.grid .pd-buttons, .pd-filebox.grid .pd-filenamebox {
		margin: 0 !important;
	}
	
	.homebox {
		width: 30%;
		float: left;
		margin-right: 5%;
	}
	.homebox:nth-child(3n+0) {
		margin-right: 0;
	}

	h1,
	.h1 {
		font-size: 30px;
	}

	h2,
	.h2 {
		font-size: 28px;
	}

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

	.desktop-hidden {
		display: none !important;
	}

	.inner-container {
		padding: 0 30px;
	}


	.menu-opener {
		right: 30px;
		top: 47px;
	}

	.login-opener {
		right: 80px;
		top: 44px;
	}

	.visual-area h2 {
		padding: 0 40px;
	}

	.visual-area .text-area {
		padding: 0;
	}

	.visual-area .text-area p {
		margin: 0 0 20px;
	}

	.visual-area .head-area .heading {
		font-size: 22px;
		line-height: 25px;
	}

	.news-slider-area {
		padding: 0 0 50px 0;
	}

	.news-slider {
		padding: 0 40px;
	}

	.events-slider-area {
		padding: 19px 0 37px;
	}

	.events-slider {
		padding: 11px 40px 0;
	}

	.main-holder {
		padding: 0;
	}

	.content {
		padding: 0 0 0 30px;
		width: calc(100% - 180px);
	}
	
	.content.fullwidth {
		width: 100%;
	}

	.content h2 {
		margin: 0 0 20px;
	}

	.content .text-area {
		padding: 0 0 60px;
	}

	.content .text-area p {
		margin: 0 0 26px;
	}

	.youtube-block {
		margin: 30px 0 0;
	}

	.twitter-block {
		margin: 30px 0 0;
	}

	.sidebar {
		width: 180px;
	}

	.widget {
		margin: 0 0 45px;
	}

	.aboutus-area .head-area h2 {
		font-size: 23px;
		line-height: 1;
		padding: 15px 0;
	}

	.aboutus-area .tabset {
		font-size: 19px;
		line-height: 22px;
		margin: 0 -60px;
	}

	.aboutus-area .tabset li {
		width: 50%;
	}

	.aboutus-area .tabset a {
		padding: 16px 10px;
	}

	.aboutus-area .tabset a:before {
		-webkit-transform: skew(-45deg);
		-ms-transform: skew(-45deg);
		transform: skew(-45deg);
		bottom: -10px;
	}

	.aboutus-area .tab-content {
		margin: -1px 0 0;
	}

	.aboutus-area .tab-content:before {
		display: block;
	}

	.aboutus-area .tab-content:after {
		display: block;
	}

	.aboutus-area .form-area {
		padding: 60px 0;
		margin: 0;
		max-width: inherit;
	}

	.aboutus-area .fields-list li {
		margin: 0;
	}

	.aboutus-area .field-holder {
		padding: 30px 0 0;
	}

	.aboutus-area .field-holder label {
		font-size: 16px;
		line-height: 22px;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
	}

	.aboutus-area .select-field {
		width: 270px;
	}

	.aboutus-area .code-field {
		width: 200px;
	}

	.aboutus-area .submit {
		width: 190px;
	}

	.slick-dots {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		top: 0;
		padding: 13px 65px 0;
		bottom: auto;
	}

	.slick-arrow {
		display: block !important;
	}

	.footer {
		padding: 40px 0;
	}

	.footer:before {
		display: block;
	}

	.footer:after {
		display: block;
	}



	.footer-nav {
		text-align: left;
		font-size: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: left;
		-ms-flex-align: left;
		align-items: left;
		-webkit-box-pack: left;
		-ms-flex-pack: center;
		justify-content: left;
		margin: 0 0 30px 0;
	}

	.footer-nav li:before {
		display: block;
	}
}

@media (min-width: 1024px) {

	
	.menu {
	
		width: auto;
		top: -65px;
		float: right;
	}
	
	.header .social-area {	
		display: inline-block;
	}
	
	
	.slick-slide {
	  margin-left: 40px;
	  margin-right: 40px;
	}
	
	.slick-list {
	  margin-left: -40px; /* px size of slide space */
	  width: calc(100% + 80px); /* add double the px size of slide space */
	}
	
	.footer-nav-area {
		margin: 0 0 40px;
		width: 60%;
		float:left;
	}
	
	.footer-holder {
		width: 40%;
		float:right;
	}
	
	.footer-holder .privacy-nav {
		text-align: right;
		float: right;
	}
	
	.footer-holder .copyright {
		text-align: right;
	}
	
	.footer-holder .social-networks {
		justify-content: right;
		float: right;
		margin: 0;
		text-align: right;
		top: 0;
	}
	
	h1,
	.h1 {
		font-size: 30px;
	}

	#wrapper:before {
		display: none;
	}
	
	.homebox-head {
		height: 240px;
	}
	
	.header {
		padding: 25px 0 0 0;
	}

	.logo {
		width: 262px;
		margin: 0 0 29px -10px;
	}

	.menu-opener {
		display: none;
	}

	.login-opener {
		display: none;
	}

	.nav-drop {
		-webkit-transition: none;
		transition: none;
		position: static;
		overflow: visible;
		max-height: inherit;
	}

	.nav-area {
		-webkit-transition: none;
		transition: none;
		background: none;
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.top-nav {
		background: none;
		position: absolute;
		text-align: left;
		right: 80px;
		top: 48px;
		height: 46px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 15px 0;
		z-index: 2;
	}

	.top-nav:before {
		display: block;
	}

	.top-nav li {
		margin: 0;
	}

	.top-nav li:before {
		display: block;
	}

	.login-drop {
		-webkit-transition: none;
		transition: none;
		position: static;
		overflow: visible;
		max-height: inherit;
	}

	.login-area {
		-webkit-transition: none;
		transition: none;
		background: none;
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.login-form {
		position: absolute;
		right: 0;
		top: 0;
		width: 400px;
	}

	.login-form .fields-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 125px 0 54px;
		height: 46px;
	}

	.login-form .field-holder {
		width: 50%;
		margin: 0;
	}

	.login-form input[type="text"],
	.login-form input[type="password"] {
		height: 100%;
	}

	.login-form button[type="submit"] {
		background: none;
		padding: 0 10px 0 42px;
		width: 125px;
		height: auto;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: 0;
	}

	.login-form button[type="submit"]:before {
		display: block;
	}

	.login-form button[type="submit"]:after {
		display: block;
	}

	.login-form .checkbox-area {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 18px 25px 0;
	}

	.menu {
		font-size: 15px;
		line-height: 22px;
		margin: 0 -35px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 15px 0 42px;
	}

	.menu > li:nth-child(7) .dropdown,
	.menu > li:nth-child(8) .dropdown {
		left: auto;
		right: 0;
	}

	.menu > li > a {
		padding: 10px 10px;
		text-align: left;
	}

	.menu > li > a.has-drop-down-a:before {
		display: none;
	}

	.menu .dropdown {
		font-size: 17px;
		line-height: 20px;
		-webkit-transition: opacity .4s ease, visibility .4s ease;
		transition: opacity .4s ease, visibility .4s ease;
		position: absolute;
		top: 100%;
		left: 0;
		width: 255px;
		padding: 6px 0 0;
		opacity: 0;
		visibility: hidden;
	}

	.menu .dropdown li {
		margin: 0 0 8px;
	}

	.menu .dropdown a {
		text-align: left;
	}

	.social-area {
		border-bottom: none;
		position: absolute;
		right: 20px;
		top: 0;
		top: 64px;
		padding: 0 0 0 25px;
	}

	.social-area .social-networks {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.news-slider {
		padding: 5px 40px 0;
	}

	.news-slider .col {
		width: 50%;
	}

	.news-slider .col:nth-child(1) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.news-slider .col:nth-child(2) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.news-slider .image-holder {
		margin: 0;
		max-width: inherit;
	}

	.content {
		width: calc(100% - 250px);
		padding: 0 0 0 65px;
	}
	
	.content.fullwidth {
		width: 100%;
	}

	.youtube-block {
		margin: 44px 0 0;
	}

	.sidebar {
		width: 250px;
	}

	.widget {
		margin: 0 0 64px;
	}

	.widget-list {
		font-size: 17px;
	}

	.aboutus-area .head-area .inner-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.aboutus-area .head-area h2 {
		width: calc(100% - 570px);
	}

	.aboutus-area .tabset {
		width: 570px;
		margin: 0;
	}

	.aboutus-area .tabset li:nth-child(2) a {
		margin-right: -30px;
		padding-right: 40px;
	}

	.aboutus-area .form-area {
		padding: 68px 0 108px;
	}

	.aboutus-area .field-holder {
		padding: 42px 0 0;
	}

	.aboutus-area .field-holder label {
		font-size: 19px;
	}

	.aboutus-area button[type="submit"] {
		font-size: 24px;
	}

	.aboutus-area .select-field {
		width: 360px;
	}

	.aboutus-area .code-field {
		width: 265px;
	}

	.aboutus-area .submit {
		width: 300px;
	}

	.footer {
		padding: 40px 0 70px;
	}

	.footer-nav-area {
		margin: 0 0 53px;
	}

	.footer-nav li {
		margin: 0;
	}


}

@media (min-width: 1200px) {
	.inner-container {
		padding: 0px;
		margin: 0;
	}
	
	body {
		font-size: 16px;
	}

	.top-nav {
		right: 60px;
	}

	.social-area {
		right: 0;
	}

	.login-form {
		width: 419px;
	}

	.menu {
		font-size: 19px;
		margin: 0 -30px;
		right: 0;
	}

	.menu > li > a {
		padding: 12px 22px;
	}

	.visual-area h2 {
		padding: 0;
	}

	.visual-area .text-area p {
		margin: 0 0 33px;
	}

	.visual-area .slick-list {
		margin: 0 -30px;
	}

	.visual-area .slide {
		padding: 0 30px;
	}

	.news-slider-area .text-area p {
		padding: 0 5px 0 0;
		margin: 0 0 55px;
	}

	.news-slider {
		padding: 5px 0 0;
	}

	.events-slider-area .slick-arrow {
		margin: -50px 0 0;
	}

	.events-slider {
		padding: 11px 0 0;
	}

	.content .text-area {
		letter-spacing: .1px;
	}

	.twitter-block {
		margin: 30px -3px 0 0;
	}

	.aboutus-area .head-area h2 {
		width: calc(100% - 610px);
		padding: 13px 0;
		font-size: 28px;
	}

	.aboutus-area .tabset {
		width: 610px;
	}

	.aboutus-area .tabset li:nth-child(2) a {
		padding-right: 70px;
	}

	.aboutus-area .fields-list {
		margin: 0 2px;
	}

	.slick-dots {
		padding: 13px 58px 0;
	}

	.slick-prev {
		left: 0;
	}

	.slick-next {
		right: 0;
	}

	.footer {
		padding: 41px 0 100px;
	}
}

@media (min-width: 1400px) {
	.slick-arrow {
		width: 64px;
		height: 64px;
		margin: -60px 0 0;
	}

	.slick-arrow span {
		font-size: 38px;
		line-height: 64px;
	}

	.slick-prev {
		left: -100px;
	}

	.slick-next {
		right: -100px;
	}
}

@media (max-width: 767px) {
	.mobile-hidden {
		display: none !important;
	}
	.content {
		order: 1;	
	}
	
	.sidebar {
		order: 2;	
	}
}


.icon-exclamation:before {
	content: "\e900";
}

.icon-book:before {
	content: "\e901";
}

.icon-refresh:before {
	content: "\e903";
}

.icon-mic:before {
	content: "\e904";
}

.icon-building:before {
	content: "\e905";
}

.icon-user-check:before {
	content: "\e906";
}

.icon-user-circle:before {
	content: "\e907";
}

.icon-contacts:before {
	content: "\e908";
}

.icon-email:before {
	content: "\e909";
}

.icon-facebook:before {
	content: "\ea90";
}

.icon-instagram:before {
	content: "\ea92";
}

.icon-linkedin:before {
	content: "\e90c";
}

.icon-youtube:before {
	content: "\e90d";
}


