/* ---------------------------------------------------------
	1. Embedded fonts styles
	2. Common site styles
	3. Custom form styles
	4. Styles for responsive breakpoints
	5. Print style
	---------------------------------------------------------*/

#header:after,
#header .header-holder:after,
#nav:after,
.menu-holder:after,
.menu-holder ul:after,
.two-columns .text-area:after,
.two-columns .text-area .mail-form-area:after,
.two-columns .text-area .mail-form:after,
.events-block:after,
.posts:after,
.posts-holder:after,
.tickets-info:after,
.form-elements:after,
.form-elements .row:after,
.ui-container:after,
.tabs:after,
.tabs .tabset-bar:after,
.filter-bar:after,
.subscribe-form:after,
.social-area:after,
.two-columns:after {
	content: " ";
	display: block;
	clear: both;
}

ul,
ol,
.menu-holder ul,
.visual .pagination ul,
.two-columns .info-list,
.two-columns .conected-area .apps-list,
.f-nav ul,
.partners,
.accordion {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
}

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

/*
	*set default text color
	*set default font size, line height and font family
	*set default background
	*remove default margin
*/

body {
	margin: 0;
	color: #999;
	background: #fafafa;
	font: 18px/1.444 "roboto", Arial, Helvetica, sans-serif;
	min-width: 1024px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

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

/* remove border when insdide "a" elements in IE*/

img {
	border-style: none;
}

/* styles for default page links */

a {
	text-decoration: none;
	color: #8fa359;
	text-decoration: underline; /* styles for default page links hover*/
}

a:hover {
	text-decoration: none;
}

/* 
	*set default font-family and font-size
	*improve vertical alignment in all browsers
*/

input,
textarea,
select {
	font: 400 14px/28px "roboto", Arial, Helvetica, sans-serif;
	color: #999;
	vertical-align: middle;
}

/* remove default styles in all browsers */

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

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

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

input[type="submit"]:hover,
button:hover {
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0 0 19px;
	padding: 4px 11px;
	border: 1px solid #ddd;
	outline: none;
}

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: #132250;
	color: #132250;
	opacity: 1;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	width: 100%;
	height: 37px;
}

input[type=text],
input[type=password],
input[type=file],
input[type=submit],
input[type=search],
input[type=email],
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
	min-width: 100%;
	max-width: 100%;
	height: 87px;
	min-height: 87px;
	padding: 11px 11px;
	font: 400 14px/18px "roboto", Arial, Helvetica, sans-serif;
}

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

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

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

input[type="search"]::-ms-clear {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "roboto", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h6 {
	color: #132250;
}

h1 {
	font: 700 25px/27px "roboto", Arial, Helvetica, sans-serif;
	margin: 0 0 18px;
}

h2 {
	font: 400 22px/24px "roboto", Arial, Helvetica, sans-serif;
	margin: 0 0 17px;
}

h3 {
	font: 400 17px/19px "roboto", Arial, Helvetica, sans-serif;
	margin: 0 0 15px;
}

h4,
h5 {
	font: 400 15px/17px "roboto", Arial, Helvetica, sans-serif;
}

h4 {
	margin: 0 0 15px;
}

h5 {
	color: #8fa359;
	margin: 0 0 18px;
}

h6 {
	font: 400 12px/14px "roboto", Arial, Helvetica, sans-serif;
	margin: 0 0 21px;
}

h2,
h3 {
	text-transform: uppercase;
}

.sub-heading,
.sub-headline {
	display: block;
	font: 400 16px/18px "roboto", Arial, Helvetica, sans-serif;
}

.sub-heading,
.sub-headline {
	color: #999;
}

p {
	margin: 0 0 15px;
}

p a {
	font-style: italic;
}

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;
	width: 100%;
}

ul,
ol {
	font: 500 16px/18px "roboto", Arial, Helvetica, sans-serif;
}

ol {
	margin: 0 0 32px 19px;
	padding: 1px 0 0;
	counter-reset: item;
}

ol li {
	padding: 0 0 13px 11px;
}

ol li:before {
	float: left;
	width: 20px;
	margin: 0;
	color: #999;
	content: counters(item, ".") " ";
	counter-increment: item;
}

ul {
	padding: 0 0 0 30px;
	margin: 0 0 28px;
}

ul li {
	position: relative;
	padding: 0 0 12px 13px;
}

ul li:after {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #999;
	left: 0;
	top: 6px;
}

ul ul {
	margin: 10px 0 -11px;
	padding: 0 0 0 21px;
}

ul ul li {
	padding: 0 0 11px 15px;
}

ul ul li:after {
	width: 3px;
	height: 3px;
	top: 9px;
}

.list-inline {
	padding: 0 0 0 28px;
	margin: -4px 0 25px 1px;
}

.list-inline li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 23px;
}

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

.list-inline li:first-child {
	padding: 0;
}

.list-unstyled {
	margin: 0 0 33px;
}

.list-unstyled li {
	padding: 0 0 12px;
}

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

.fine-print,
.emphasized {
	display: block;
}

.fine-print {
	margin: 0 0 9px;
	font: 400 11px/13px "roboto", Arial, Helvetica, sans-serif;
}

.emphasized {
	font: 400 14px/24px "PT Sans", sans-serif;
	word-spacing: -2px;
}

.emphasized a {
	color: #132250;
}

blockquote {
	padding: 0 0 0 22px;
	margin: 0 0 66px 3px;
	min-height: 48px;
	border-left: 5px solid #eee;
	quotes: none;
	font: italic 500 15px/17px "roboto", Arial, Helvetica, sans-serif;
}

blockquote q,
blockquote cite {
	display: block;
}

blockquote q {
	margin: 0 0 15px;
}

blockquote cite {
	font: italic 400 12px/14px "roboto", Arial, Helvetica, sans-serif;
}

blockquote.alignright {
	padding: 0 22px 0 0;
	margin: 0 3px 63px 0;
	border-right: 5px solid #eee;
	border-left: 0;
}

blockquote.alignright q {
	margin: 0 0 12px;
}

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

/* ---------------------------------------------------------
	1. Embedded fonts styles
	---------------------------------------------------------*/

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

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

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

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

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

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

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

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

/* ---------------------------------------------------------
	2. Сommon site styles
	---------------------------------------------------------*/

/* main container styles */

#wrapper {
	overflow: hidden;
	position: relative;
}

.main-container {
	overflow: hidden;
	position: relative;
	padding: 43px 0 0;
	margin: 0 0 38px;
}

.banner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	bottom: auto;
	height: 717px;
}

.bg-stretch {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* top bar styles */

.top-bar {
	width: 100%;
	height: 52px;
	padding: 8px 28px 7px 21px;
	box-sizing: border-box;
	background: url(../images/bg-topbar.png) repeat-x;
}

.top-bar .logo-area {
	width: 50%;
	height: auto;
	padding: 1px 0 0;
	float: left;
}

.top-bar .menu-opener,
.top-bar .logo-mwr {
	display: inline-block;
	vertical-align: middle;
}

.top-bar .menu-opener {
	position: static;
	margin: 0 15px 0 0;
	text-decoration: none;
}

.top-bar .menu-opener .icon-bar {
	border-radius: 2px;
	display: block;
	width: 22px;
	height: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .7);
	margin: 2px 0 0;
}

.top-bar .menu-opener .icon-bar:first-child {
	margin: 0;
}

.top-bar .logo-mwr {
	width: 57px;
	height: auto;
}

.top-bar .logo-mwr img {
	display: block;
	width: 100%;
	height: auto;
}

.login-link {
	float: right;
	text-transform: uppercase;
	padding: 12px 0 10px 25px;
	font: 400 14px/16px "roboto", Arial, Helvetica, sans-serif;
	position: relative;
}

.login-link:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	height: auto;
	background: url(../images/border-left.png) repeat-y;
}

.login-link a {
	color: #fff;
	text-decoration: none;
}

/* header styles */

#header {
	padding: 16px 0 29px;
	background: #133562;
	border-top: 2px solid #dbd5bb;
}

#header .header-holder {
	max-width: 1146px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}

#header .menu-opener {
	margin: 0 15px 0 0;
	position: fixed;
	left: -9999px;
	text-decoration: none;
}

#header .menu-opener .icon-bar {
	display: block;
	width: 22px;
	height: 4px;
	background: #fff;
	margin: 2px 0 0;
}

#header .menu-opener .icon-bar:first-child {
	margin: 0;
}

.mobile,
.print {
	display: none;
}

.desktop {
	display: block;
}

/* page logo styles */

.logo {
	float: left;
	font: 700 52px/56px "roboto_condensed", Arial, Helvetica, sans-serif;
	margin: 3px 0 0;
}

.logo a {
	text-decoration: none;
	color: #fafafa;
}

.logo a .logo-text {
	color: #fff;
}

.logo a:hover {
	opacity: .8;
}

.hidden {
	display: none;
}

input[type="submit"].hidden {
	display: none;
}

/* search form styles */

.search-form {
	float: right;
	width: 270px;
	position: relative;
}

.search-form form {
	float: right;
	border-radius: 20px;
	background: #fff;
	width: 270px;
	height: 40px;
	padding: 2px 11px 2px 29px;
	position: relative;
	margin: 12px 0 0;
}

.search-form form:before {
	content: "";
	top: 16px;
	left: 13px;
	position: absolute;
	z-index: 9;
	background: url(../images/sprite.png) no-repeat -165px -8px;
	width: 10px;
	height: 10px;
}

.search-form form .search {
	width: 100%;
	height: 36px;
	color: #949ea5;
	font: 400 14px/36px "roboto", Arial, Helvetica, sans-serif;
	padding: 0;
	outline: none;
	border: 0;
	margin: 0;
}

.search-form form .search::-ms-clear {
	display: none;
}

.search-form form ::-webkit-input-placeholder {
	color: #949ea5;
}

.search-form form ::-moz-placeholder {
	opacity: 1;
	color: #949ea5;
}

.search-form form :-moz-placeholder {
	color: #949ea5;
}

.search-form form :-ms-input-placeholder {
	color: #949ea5;
}

.search-form form .placeholder {
	color: #949ea5;
}

/* main menu styles */

#nav {
	z-index: 10;
	position: relative;
	background-color: #fefefe;
	background: -webkit-linear-gradient(top, #fff 0%, #dedede 100%);
	background: linear-gradient(to bottom, #fff 0%, #dedede 100%);
	border-bottom: 5px solid #143765;
}

.menu-holder {
	max-width: 1146px;
	padding: 0 10px;
	margin: 0 auto;
}

.menu-holder .menu-title {
	display: none;
}

.menu-holder ul ul {
	text-transform: capitalize;
	font: 400 14px/16px "roboto", Arial, Helvetica, sans-serif;
}

.menu-holder ul {
	text-transform: uppercase;
	font: 500 12px/15px "roboto", Arial, Helvetica, sans-serif;
	border-left: 1px solid #ccc;
}

.menu-holder ul li {
	min-width: 120px;
	text-align: center;
	float: left;
	padding: 5px 4px 0;
	position: relative;
	border-right: 1px solid #ccc;
}

.menu-holder ul li:after {
	display: none;
}

.menu-holder ul li li {
	float: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #c0c0c0;
	border-right: none;
	text-align: left;
}

.menu-holder ul li li:first-child {
	border: 0;
}

.menu-holder ul li li a {
	color: #999;
	padding: 11px 27px;
	position: relative;
}

.menu-holder ul li li a:before {
	position: absolute;
	content: "";
	right: 10px;
	top: 50%;
	margin: -6px 0 0;
	/*background: url(../images/sprite.png) no-repeat -10px -106px;*/
	width: 7px;
	height: 12px;
}
.menu-holder ul li li.showArrow a:before {
    background: url(../images/sprite.png) no-repeat -10px -106px;
}
.menu-holder ul li li li:hover a,
.menu-holder ul li li li.hover a {
	text-decoration: none;
}

.menu-holder ul li li:hover > a,
.menu-holder ul li li.hover > a {
	color: #133562;
	background: #f9f9f9;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.menu-holder ul li li:hover > a:after,
.menu-holder ul li li.hover > a:after {
	content: "";
	position: absolute;
	top: 0;
	right: auto;
	left: -1px;
	width: 10px;
	height: 100%;
	background: #133562;
	display: block;
}

.menu-holder ul li li.showArrow:hover > a:before,
.menu-holder ul li li.showArrow.hover > a:before {
	background: url(../images/sprite.png) no-repeat -26px -106px;
}

.menu-holder ul li:hover .dropdown,
.menu-holder ul li.hover .dropdown {
	display: block;
}

.menu-holder ul li:hover .dropdown .dropdown,
.menu-holder ul li.hover .dropdown .dropdown {
	display: none;
}

.menu-holder ul li:hover .dropdown li:hover .dropdown,
.menu-holder ul li:hover .dropdown li.hover .dropdown,
.menu-holder ul li.hover .dropdown li:hover .dropdown,
.menu-holder ul li.hover .dropdown li.hover .dropdown {
	display: block;
}

.menu-holder ul li:hover .dropdown li:hover .dropdown ul li a,
.menu-holder ul li:hover .dropdown li.hover .dropdown ul li a,
.menu-holder ul li.hover .dropdown li:hover .dropdown ul li a,
.menu-holder ul li.hover .dropdown li.hover .dropdown ul li a {
	background: #fff;
}

.menu-holder ul li:hover .dropdown li:hover .dropdown ul li a:before,
.menu-holder ul li:hover .dropdown li.hover .dropdown ul li a:before,
.menu-holder ul li.hover .dropdown li:hover .dropdown ul li a:before,
.menu-holder ul li.hover .dropdown li.hover .dropdown ul li a:before {
	display: none;
	color: #999;
}

.menu-holder ul li:hover .dropdown li:hover .dropdown ul li a:after,
.menu-holder ul li:hover .dropdown li.hover .dropdown ul li a:after,
.menu-holder ul li.hover .dropdown li:hover .dropdown ul li a:after,
.menu-holder ul li.hover .dropdown li.hover .dropdown ul li a:after {
	display: block;
}

.menu-holder ul li:hover .dropdown li:hover .dropdown ul li:hover a,
.menu-holder ul li:hover .dropdown li:hover .dropdown ul li.hover a,
.menu-holder ul li:hover .dropdown li.hover .dropdown ul li:hover a,
.menu-holder ul li:hover .dropdown li.hover .dropdown ul li.hover a,
.menu-holder ul li.hover .dropdown li:hover .dropdown ul li:hover a,
.menu-holder ul li.hover .dropdown li:hover .dropdown ul li.hover a,
.menu-holder ul li.hover .dropdown li.hover .dropdown ul li:hover a,
.menu-holder ul li.hover .dropdown li.hover .dropdown ul li.hover a {
	background: #f9f9f9;
	text-decoration: underline;
	color: #666;
}

.menu-holder ul li:hover .dropdown li:hover .dropdown ul li:hover a:before,
.menu-holder ul li:hover .dropdown li:hover .dropdown ul li.hover a:before,
.menu-holder ul li:hover .dropdown li.hover .dropdown ul li:hover a:before,
.menu-holder ul li:hover .dropdown li.hover .dropdown ul li.hover a:before,
.menu-holder ul li.hover .dropdown li:hover .dropdown ul li:hover a:before,
.menu-holder ul li.hover .dropdown li:hover .dropdown ul li.hover a:before,
.menu-holder ul li.hover .dropdown li.hover .dropdown ul li:hover a:before,
.menu-holder ul li.hover .dropdown li.hover .dropdown ul li.hover a:before {
	color: #143765;
}

.menu-holder ul li:hover .dropdown li:hover .dropdown ul li:hover a:after,
.menu-holder ul li:hover .dropdown li:hover .dropdown ul li.hover a:after,
.menu-holder ul li:hover .dropdown li.hover .dropdown ul li:hover a:after,
.menu-holder ul li:hover .dropdown li.hover .dropdown ul li.hover a:after,
.menu-holder ul li.hover .dropdown li:hover .dropdown ul li:hover a:after,
.menu-holder ul li.hover .dropdown li:hover .dropdown ul li.hover a:after,
.menu-holder ul li.hover .dropdown li.hover .dropdown ul li:hover a:after,
.menu-holder ul li.hover .dropdown li.hover .dropdown ul li.hover a:after {
	display: block;
}

.menu-holder ul li:hover a,
.menu-holder ul li.hover a {
	text-decoration: none;
}

.menu-holder ul li:hover a:after,
.menu-holder ul li.hover a:after {
	display: block;
}

.menu-holder ul li:hover > a,
.menu-holder ul li.hover > a {
	color: #fff;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

.menu-holder ul li.active a {
	text-decoration: none;
}

.menu-holder ul li.active a:after {
	display: none;
}

.menu-holder ul li.right-side .dropdown {
	right: 0 !important;
	left: auto !important;
}

.menu-holder ul li.right-side .dropdown ul li a:before {
	left: 10px;
	right: auto;
	content: "";
	/*background: url(../images/sprite.png) no-repeat -132px -7px;*/
	width: 7px;
	height: 12px;
}
    .menu-holder ul li.right-side .dropdown ul li.showArrow a:before {
        background: url(../images/sprite.png) no-repeat -132px -7px;
    }

.menu-holder ul li.right-side .dropdown ul li.showArrow:hover a:before,
.menu-holder ul li.right-side .dropdown ul li.showArrow.hover a:before {
	background: url(../images/sprite.png) no-repeat -150px -7px;
}

.menu-holder ul li.right-side .dropdown ul li:hover a:after,
.menu-holder ul li.right-side .dropdown ul li.hover a:after {
	left: auto;
	right: -1px;
}

.menu-holder ul li.right-side .dropdown .dropdown {
	right: 100% !important;
	left: auto !important;
}

.menu-holder ul li.left-side .dropdown {
	left: -5px !important;
}

.menu-holder ul li.left-side .dropdown .dropdown {
	left: 100% !important;
}

.menu-holder ul li.active {
	font-weight: 800;
}

.menu-holder ul li.active > a {
	color: #fff;
	background-color: #143765;
	background: -webkit-linear-gradient(top, #23579c, #143765);
	background: linear-gradient(top, #23579c, #143765);
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

.menu-holder ul a {
	padding: 12px 5px 13px;
	color: #133562;
	display: block;
	position: relative;
	min-width: 120px;
	text-decoration: none;
}

.menu-holder ul a:hover,
.menu-holder ul a.hover {
	background-color: #143765;
	background: -webkit-linear-gradient(top, #23579c, #143765);
	background: linear-gradient(top, #23579c, #143765);
	color: #fff;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

.menu-holder .dropdown {
	display: none;
	position: absolute;
	top: 100%;
	background: #143765;
	padding-top: 5px;
}

.menu-holder .dropdown ul {
	width: 268px;
	border: 1px solid #ddd;
	background: #fff;
}

.menu-holder .dropdown ul ul {
	margin-top: 0;
}

.menu-holder .dropdown .dropdown {
	top: -1px;
	left: 100%;
	background: none;
	padding-top: 0;
}

/* main informative part styles */

#main {
	margin: 0 auto;
	max-width: 1146px;
	position: relative;
	z-index: 9;
	padding: 0 10px;
}

/* visual styles */

.visual-holder {
	position: relative;
	overflow: hidden;
}

.visual-holder .img-holder {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.visual-holder .description-holder {
	margin: 0 auto;
	max-width: 1126px;
	overflow: hidden;
}

.visual-holder .description {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fefefe;
	z-index: 9;
	min-height: 75px;
	font: 400 24px/27px "roboto", Arial, Helvetica, sans-serif;
	background-color: #6e968f;
	background-color: rgba(110, 150, 143, .9);
	text-transform: uppercase;
	text-align: center;
	padding: 23px 5px 10px;
}

.visual-holder p {
	margin: 0;
}

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

.visual-area {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.visual {
	padding: 33px 0 127px;
	overflow: hidden;
	position: relative;
	border-top: 1px solid #000;
	width: 100%;
}

.visual .mask,
.visual .slideset,
.visual .slide {
	width: 100%;
}

.visual .slideset {
	position: relative;
	max-width: 676px;
	margin: 0 auto;
}

.visual .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

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

.visual .slide.active {
	z-index: 2;
}

.visual .btn-prev,
.visual .btn-next {
	background: url(../images/sprite.png) no-repeat -8px -66px;
	width: 18px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 50%;
	z-index: 9;
	overflow: hidden;
	text-indent: -9999px;
	margin: -15px 0 0;
}

.visual .btn-prev:hover,
.visual .btn-next:hover {
	opacity: .9;
}

.visual .btn-prev {
	right: auto;
	left: 20px;
	background: url(../images/sprite.png) no-repeat -33px -66px;
}

.visual .banner-img {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height: 100%;
}

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

.visual .banner-img .banner-img-area {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 0 75px;
}

.visual .banner-img .banner-img-holder {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.visual .banner-img .banner-img-block {
	margin: 0 auto;
	width: 47%;
}

.visual .pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
	text-align: center;
	z-index: 6;
}

.visual .pagination li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 6px;
	padding: 0;
}

.visual .pagination li:first-child {
	margin: 0;
}

.visual .pagination li:after {
	display: none;
}

.visual .pagination .active a {
	background: #fff;
}

.visual .pagination a {
	display: block;
	width: 12px;
	height: 12px;
	overflow: hidden;
	text-indent: -9999px;
	border-radius: 50%;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .5);
}

.visual .pagination a:hover {
	background: #fff;
}

/* two columns styles */

.two-columns {
	padding: 0;
	overflow: hidden;
	margin: 0 0 20px;
}

.two-columns .col-area {
	width: 49.5%;
	float: right;
}

.two-columns .col-area:first-child {
	float: left;
	width: 48.8%;
}

.two-columns .col-area.add {
	padding: 20px 30px 19px 21px;
	background: #8fa359;
	border: 1px solid #ddd;
}

.two-columns .events-block {
	float: right;
	width: 48.7%;
	background: #8fa359;
	border: 1px solid #ddd;
	min-height: 385px;
}

.two-columns .events-block:first-child {
	float: left;
}

.two-columns .events-block img {
	display: block;
	width: 100%;
	height: auto;
}

.two-columns .events-block .heading-block {
	overflow: hidden;
	padding: 8px 15px 5px;
	min-height: 85px;
	text-transform: uppercase;
}

.two-columns .events-block .heading-block .text {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin: 0 0 1px;
	color: #fff;
}

.two-columns .events-block .heading-block h2 {
	color: #fff;
	margin: 0;
	line-height: 31px;
	text-transform: uppercase;
}

.two-columns .events-block .description-area {
	overflow: hidden;
	padding: 20px 40px 10px 14px;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
}

.two-columns .events-block .description-area p {
	margin: 0 0 15px;
}

.two-columns .events-block .description-area .read-more-btn {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	min-width: 109px;
	min-height: 50px;
	text-align: center;
	padding: 14px 5px 5px;
	text-transform: uppercase;
	color: #133562;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	margin: 0 0 0 6px;
	font: 700 18px/22px "roboto", Arial, Helvetica, sans-serif;
}

.two-columns .events-block .description-area .read-more-btn:hover {
	opacity: .8;
}

.two-columns .events-block.calender-box {
	background: #fff;
	/*padding: 9px 4px 15px 12px;*/
	text-align: center;
}

.two-columns .events-block.calender-box .more-info {
	color: #041c38;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
}

.two-columns .events-block.calender-box .more-info:hover {
	color: #f87700;
}

.two-columns .events-block.add {
	background: #6e968f;
}

.two-columns .events-block.add .description-area {
	padding: 17px 40px 10px 16px;
}

.two-columns .events-block.add .description-area .read-more-btn {
	margin: 0;
}

.two-columns .events-block.add1 {
	background: #df9461;
}

.two-columns .text-area {
	color: #133562;
	font: 500 12px/20px "roboto", Arial, Helvetica, sans-serif;
	padding: 23px 0 0;
}

.two-columns .text-area h1 {
	color: #8fa359;
	font: 800 52px/56px "roboto", Arial, Helvetica, sans-serif;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.two-columns .text-area h2 {
	font: 700 22px/26px "roboto", Arial, Helvetica, sans-serif;
	color: #133562;
	margin: 0 0 16px;
	text-transform: none;
}

.two-columns .text-area h3 {
	font: 700 16px/20px "roboto", Arial, Helvetica, sans-serif;
	color: #133562;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.two-columns .text-area .heading-holder {
	overflow: hidden;
	margin: 0 0 24px;
}

.two-columns .text-area .heading-text {
	overflow: hidden;
}

.two-columns .text-area .images-area {
	overflow: hidden;
}

.two-columns .text-area .images-area .image-holder {
	display: inline-block;
	vertical-align: middle;
}

.two-columns .text-area .images-area .image-holder:first-child {
	margin-right: 13.1%;
}

.two-columns .text-area .images-area .image-holder a {
	display: inline-block;
	vertical-align: middle;
}

.two-columns .text-area .images-area img {
	display: block;
}

.two-columns .text-area p {
	margin: 0 0 18px;
}

.two-columns .text-area .mail-form .field-holder {
	width: 76.8%;
	float: left;
}

.two-columns .text-area .mail-form .field-holder .email {
	margin: 0;
	display: block;
	outline: none;
	box-shadow: none;
	background: #fff;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #ddd;
	width: 100%;
	height: 50px;
	padding: 16px 18px;
	color: #133562;
}

.two-columns .text-area .mail-form .field-holder ::-webkit-input-placeholder {
	color: #133562;
}

.two-columns .text-area .mail-form .field-holder ::-moz-placeholder {
	opacity: 1;
	color: #133562;
}

.two-columns .text-area .mail-form .field-holder :-moz-placeholder {
	color: #133562;
}

.two-columns .text-area .mail-form .field-holder :-ms-input-placeholder {
	color: #133562;
}

.two-columns .text-area .mail-form .field-holder .placeholder {
	color: #133562;
}

.two-columns .text-area .mail-form input[type="submit"], #ContactForm input[type="submit"],.form-elements input[type="submit"]  {
	background: #8fa359;
	width: 116px;
	height: 50px;
	border: none;
	cursor: pointer;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0;
	
	
	font: 700 18px/50px "roboto", Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
}
.two-columns .text-area .mail-form input[type="submit"]
{
    margin: 0 -5px 0 0;
    float: right;
}
 .form-elements input[type="submit"] {
     margin: 0px;
 }
 #ContactForm input[type="submit"] {
     margin: 0px;
     float: right;
 }

.two-columns .text-area .mail-form input[type="submit"]:hover {
	opacity: .9;
}

.two-columns .info-images {
	float: left;
	margin: 0 10px 0 0;
}

.two-columns .info-images img {
	display: block;
}

.two-columns .info-images img:first-child {
	margin: 0 0 20px;
}

.two-columns .info-text-area {
	float: right;
	text-align: left;
	width: 61%;
	padding: 10px 0 0;
}

.two-columns .info-text-area h1 {
	font: 700 52px/56px "roboto_condensed", Arial, Helvetica, sans-serif;
	color: #fafafa;
	margin: 0 0 17px;
	text-transform: uppercase;
}

.two-columns .info-text-area h1 .text {
	color: #0f2d51;
}

.two-columns .info-text-area h1 .sub-heading {
	display: block;
	color: #fafafa;
	font: 700 24px/28px "roboto_condensed", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

.two-columns .info-list {
	overflow: hidden;
	font: 700 20px/24px "roboto_condensed", Arial, Helvetica, sans-serif;
	margin: 0 0 16px 10px;
	text-transform: uppercase;
}

.two-columns .info-list li {
	position: relative;
	padding: 0 0 0 11px;
	margin: 0 0 10px;
}

.two-columns .info-list li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #133562;
}

.two-columns .info-list li a {
	color: #133562;
	text-decoration: underline;
}

.two-columns .info-list li a:hover {
	color: #f4f4f4;
}

.two-columns .conected-area {
	overflow: hidden;
	border-top: 1px solid #ddd;
	padding: 20px 0 0;
}

.two-columns .conected-area .image-holder {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 0 0;
}

.two-columns .conected-area img {
	display: block;
}

.two-columns .conected-area .conected-info {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	width: 212px;
	font: 500 12px/15px "roboto", Arial, Helvetica, sans-serif;
}

.two-columns .conected-area .conected-info h2 {
	text-transform: capitalize;
	color: #fff;
	font: 500 17px/20px "roboto", Arial, Helvetica, sans-serif;
	margin: 0 0 2px;
}

.two-columns .conected-area .conected-info p {
	margin: 0 0 8px;
}

.two-columns .conected-area .apps-list {
	overflow: hidden;
}

.two-columns .conected-area .apps-list li {
	padding: 0;
	float: right;
}

.two-columns .conected-area .apps-list li:first-child {
	float: left;
}

.two-columns .conected-area .apps-list li:after {
	display: none;
}

.two-columns .conected-area .apps-list li a {
	display: block;
}

.columns {
	overflow: hidden;
	padding: 11px 7px 52px;
}

.columns.detail {
	padding: 64px 7px 36px;
}

/* main content styles */

.content {
	float: left;
	width: 74.9%;
}

.content .heading-area {
	padding: 0 0 14px;
}

.content .heading-area h1 {
	text-transform: capitalize;
	font: 700 22px/26px "roboto", Arial, Helvetica, sans-serif;
}

.content .intro-block {
	overflow: hidden;
	padding: 17px 0 0;
	font: 500 18px/26px "roboto", Arial, Helvetica, sans-serif;
}

.content .intro-block .reg-today {
	margin: 37px 0 0;
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
}

.content .intro-block .reg-today:hover {
	text-decoration: none;
}

/* Intro block styles */

.intro-block .social-networks {
	text-align: right;
	width: 100%;
	padding: 0;
	margin: 0 0 17px;
}

.intro-block .social-networks a {
	display: block;
	overflow: hidden;
	height: 18px;
}

.intro-block .social-networks .twitter {
	width: 16px;
}

.intro-block .social-networks .facebook {
	width: 10px;
}

.intro-block .social-networks .google-plus {
	width: 16px;
}

.intro-block .social-networks .linkedin {
	width: 16px;
}

.intro-block .social-networks .email {
	width: 17px;
}

/* events styles */

.events-block,
.posts,
.posts-holder {
	position: relative;
}

.posts {
	padding: 58px 95px 10px;
}

.events-block h1 {
	font: 500 34px/38px "roboto", Arial, Helvetica, sans-serif;
	background: #133562;
	text-transform: uppercase;
	padding: 37px 9999px 43px;
	text-align: center;
	color: #fff;
	margin: 0 -9999px;
}

.events-block h2 {
	font: 700 22px/26px "roboto", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	margin: 0 0 9px;
}

.events-block h2 a {
	color: #133562;
	text-decoration: none;
}

.events-block h2 a:hover {
	text-decoration: underline;
}

.events-block .posts-holder {
	margin: 0 0 32px;
}

.events-block .post {
	overflow: hidden;
	padding: 23px 4px 20px;
	color: #999;
	font: 500 18px/26px "roboto", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ddd;
}

.events-block .post:first-child {
	padding: 17px 4px 22px;
}

.events-block .post p {
	margin: 0 0 11px;
}

.events-block .read-more {
	text-transform: capitalize;
	color: #132250;
	text-decoration: underline;
	font: 500 14px/18px "roboto", Arial, Helvetica, sans-serif;
}

.events-block .read-more:hover {
	text-decoration: none;
}

.events-block .date {
	position: relative;
	color: #8fa359;
	padding: 0 0 0 19px;
	text-transform: capitalize;
	font: 400 14px/18px "roboto", Arial, Helvetica, sans-serif;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 12px;
}

.events-block .date:after {
	background: url(../images/sprite.png) no-repeat -30px -35px;
	width: 13px;
	height: 13px;
	position: absolute;
	content: "";
	left: 0;
	top: 2px;
}

.events-block .load-more {
	padding: 19px 10px;
	font: 700 18px/22px "roboto", Arial, Helvetica, sans-serif;
	background: #6e968f;
}

/* alert bar styles */

.alert-bar {
	margin: 17px 7px -29px;
	padding: 16px 12px 19px;
	font: 400 13px/17px "roboto", Arial, Helvetica, sans-serif;
	color: #fff;
	position: relative;
	background: #db8956;
}

.alert-bar .alert {
	display: block;
	position: relative;
	padding: 0 0 0 27px;
}

.alert-bar .alert strong {
	font-size: 12px;
}

.alert-bar .alert:after {
	position: absolute;
	content: "";
	background: url(../images/sprite.png) no-repeat -30px 0;
	width: 18px;
	height: 17px;
	left: 0;
	top: 50%;
	margin: -8px 0 0;
}

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

.post-block .img-frame {
	float: left;
	margin: 0 20px 0 0;
}

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

.post-block .text-block {
	overflow: hidden;
}

.post-block .rating {
	display: block;
	overflow: hidden;
	font: italic 400 12px/16px "roboto", Arial, Helvetica, sans-serif;
	padding: 0 0 0 27px;
	margin: 6px 0 23px;
	position: relative;
	color: #777;
}

.post-block .rating:after {
	position: absolute;
	content: "";
	width: 18px;
	height: 16px;
	left: 0;
	top: 50%;
	margin: -8px 0 0;
	background: url(../images/sprite.png) no-repeat;
}

.intro-block .social-networks {
	position: relative;
	margin: -10px 0 24px;
	text-align: right;
}

.intro-block .social-networks a {
	text-decoration: none;
	position: relative;
	background: url(../images/sprite.png) no-repeat;
}

.intro-block .social-networks a.twitter {
	background-position: -3px -186px;
	width: 16px;
	height: 13px;
}

.intro-block .social-networks a.twitter {
	background-position: -3px -186px;
	width: 16px;
	height: 13px;
}

.intro-block .social-networks a.facebook {
	background-position: -34px -185px;
	width: 9px;
	height: 16px;
}

.intro-block .social-networks a.google-plus {
	background-position: -58px -185px;
	width: 16px;
	height: 15px;
}

.intro-block .social-networks a.linkedin {
	background-position: -89px -185px;
	width: 16px;
	height: 16px;
}

.intro-block .social-networks a.email {
	background-position: -120px -187px;
	width: 17px;
	height: 11px;
}

.intro-block .social-networks a:hover {
	opacity: .8;
}

.intro-block .social-networks li {
	padding: 0 0 0 11px;
}

/* sidebar styles */

#sidebar {
	float: right;
	width: 23.6%;
}

#sidebar h2 {
	padding: 0 0 14px;
	margin: 0 0 24px;
	text-transform: capitalize;
	font: 700 22px/26px "roboto", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #dedede;
	color: #133562;
}

#sidebar h2.add {
	color: #8fa359;
}

.widgets.add-class .widget {
	font-weight: 500;
	margin: 0 0 26px;
	padding: 0;
}

.widgets.add-class .widget h3 {
	margin: 0;
	text-transform: uppercase;
}

.widgets.add-class .widget.cast {
	padding: 4px 0 0;
}

.widgets.add-class .cast-list {
	padding: 0;
	margin: 0;
	font: 400 14px/17px "roboto", Arial, Helvetica, sans-serif;
}

.widgets.add-class .cast-list li {
	padding: 0;
}

.widget {
	overflow: hidden;
	color: #999;
	position: relative;
	font: 500 14px/16px "roboto", Arial, Helvetica, sans-serif;
	padding: 0 0 0 31px;
	margin: 0 0 30px;
}

.widget:before {
	content: "";
	background: url(../images/sprite.png) no-repeat;
	position: absolute;
	top: 1px;
	left: 1px;
}

.widget .time {
	font-weight: 400;
}

.widget.location:before {
	left: 3px;
	background-position: -1px -135px;
	width: 10px;
	height: 16px;
	top: 2px;
}

.widget.contact:before {
	background-position: -20px -135px;
	width: 9px;
	height: 16px;
	left: 2px;
}

.widget.hours:before {
	background-position: -35px -135px;
	width: 16px;
	height: 16px;
	left: 1px;
	top: 2px;
}

.widget.email-address:before {
	background-position: -57px -138px;
	width: 17px;
	height: 11px;
	left: 1px;
	top: 4px;
}

.widget.feedback:before {
	left: 3px;
	top: 2px;
	content: "";
	width: 10px;
	height: 16px;
	background: url(../images/sprite.png) no-repeat -3px -34px;
}

.widget.ticket-prices:before {
	background-position: -86px -136px;
	width: 16px;
	height: 16px;
	left: 0;
	top: 1px;
}

.widget.calendar:before {
	left: 2px;
	top: 4px;
	content: "";
	width: 13px;
	height: 13px;
	background: url(../images/sprite.png) no-repeat -30px -35px;
}

.widget.features:before {
	background-position: -109px -136px;
	width: 16px;
	height: 16px;
	left: 0;
	top: 1px;
}

.widget.trips:before {
	left: 0;
	top: 2px;
	content: "";
	width: 16px;
	height: 14px;
	background: url(../images/sprite.png) no-repeat -61px -36px;
}

.widget.services:before {
	background-position: -133px -137px;
	width: 16px;
	height: 17px;
	left: 0;
	top: 2px;
}

.widget.classes:before {
	background-position: -158px -134px;
	width: 11px;
	height: 16px;
	left: 0;
	top: 2px;
}

.widget.payments:before {
	left: 0;
	top: 5px;
	content: "";
	width: 16px;
	height: 10px;
	background: url(../images/sprite.png) no-repeat -97px -39px;
}

.widget.download:before {
	background-position: -3px -159px;
	width: 16px;
	height: 14px;
	left: 0;
	top: 0;
}

.widget.gallery:before {
	background-position: -28px -162px;
	width: 16px;
	height: 11px;
	left: 0;
	top: 4px;
}

.widget.website:before {
	background-position: -54px -159px;
	width: 16px;
	height: 16px;
	left: 0;
	top: 2px;
}

.widget.reservation:before {
	background-position: -80px -159px;
	width: 16px;
	height: 16px;
	left: 0;
	top: 3px;
}

.widget h3 {
	color: #132250;
	text-transform: capitalize;
	font: 700 14px/18px "roboto", Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}

.widget h3.add {
	color: #8fa359;
}

.widget address {
	font-style: normal;
	margin: 0 0 11px;
}

.widget .link,
.widget .email,
.widget .phone {
	color: #8fa359;
	word-break: break-all;
	display: inline-block;
	vertical-align: top;
	text-transform: capitalize;
}

.widget .email {
	text-transform: none;
}

.widget .ticket-list {
	line-height: 17px;
	margin: -3px 0 0;
}

.widget .ticket-list dt {
	font-weight: 500;
	float: left;
	margin: 0 3px 0 0;
}

.widget .ticket-list dd {
	margin: 0;
}

.widget .gallery-list {
	padding: 0;
	margin: 0;
	font: 400 14px/17px "roboto", Arial, Helvetica, sans-serif;
}

.widget .gallery-list li {
	padding: 0;
}

.widget .gallery-list a {
	color: #8fa359;
}

.widget .reservation-list {
	margin: 0;
}

.widget .reservation-list dt {
	font-weight: 500;
	color: #999;
	float: left;
	margin: 0 4px 0 0;
}

.widget .reservation-list dd {
	margin: 0;
	font-style: normal;
}

.widget .list {
	padding: 0;
	margin: -2px 0 -1px;
	font: 400 14px/17px "roboto", Arial, Helvetica, sans-serif;
}

.widget .list li {
	padding: 0 0 0 8px;
}

.widget .list a {
	text-decoration: none;
	color: #999;
}

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

/* tickets-info styles */

.tickets-info {
	position: relative;
}

.tickets-info h1 {
	font: 500 34px/38px "roboto", Arial, Helvetica, sans-serif;
	background: #133562;
	text-transform: uppercase;
	padding: 41px 9999px 39px;
	margin: 0 -9999px;
	text-align: center;
	color: #fff;
}

.tickets-info .table-holder {
	padding: 67px 95px 30px;
}

.tickets-info .table-holder h2 {
	display: none;
}

.tickets-info .table2 {
	margin: 0 0 72px;
}

.tickets-info .table3 {
	margin: 0 0 27px;
}


.table1 {
  position: relative;
  overflow: hidden; }
  .table1 thead {
    font: 700 13px/17px 'roboto', Arial, Helvetica, sans-serif;
    color: #333; }
    .table1 thead tr {
      border-bottom: 1px solid #cecece; }
      .table1 thead tr th {
        letter-spacing: normal;
        padding: 5px 0 3px;
        text-align: left; }
        .table1 thead tr th.col1 {
          padding: 5px 0 3px 20px;
          letter-spacing: normal; }
  .table1 tbody .col1 {
    font: 16px/19px 'roboto', Arial, Helvetica, sans-serif;
    color: #3f9769; }
  .table1 tbody .col2, .table1 tbody .col3, .table1 tbody .col4 {
    font-size: 12px;
    color: #777a7d; }
  .table1 tr {
    border-bottom: 1px solid #e2e2e2; }
    .table1 tr td {
      padding: 16px 5px 15px 0;
      letter-spacing: -1px; }
      .table1 tr td.col1 {
        width: 50.3%;
        padding: 5px 10px 5px 20px;
        letter-spacing: 0.3px; }
      .table1 tr td.col2 {
        width: 19.6%; }
      .table1 tr td.col3 {
        width: 14.5%; }
      .table1 tr td.col4 {
        width: 16%; }


/* table 2 styles */

.table2 table {
	font: 400 11px/13px "roboto", Arial, Helvetica, sans-serif;
}

.table2 table tr th,
.table2 table tr td {
	color: #333;
	text-align: left;
}

.table2 table tr th:first-child,
.table2 table tr td:first-child {
	padding: 0 10px 0 20px;
}

.table2 table tr th {
	height: 47px;
	text-transform: uppercase;
	font: 700 13px/24px "roboto", Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #eaeaea;
	color: #333;
}

.table2 table tr td {
	height: 50px;
	border-bottom: 1px solid #eaeaea;
	font: 400 12px/24px "roboto", Arial, Helvetica, sans-serif;
}

.table2 table tr:nth-child(odd) {
	background: #fbfbfb;
}

.table2 table tr:nth-child(odd) td {
	background: #f6f6f6;
}

.table2 .col1 {
	width: 65.9%;
}

.table2 .col2 {
	width: 10.6%;
}

.table2 .col3 {
	width: 14.5%;
}

.table2 .col4 {
	width: 9%;
}

.table2 .icon-ticket,
.table2 .sub-heading {
	display: inline-block;
	vertical-align: middle;
	color: #333;
}

.table2 .icon-ticket-area {
	display: inline-block;
	vertical-align: top;
	margin: 6px 5px 0 0;
	width: 16px;
	height: 16px;
	background: url(../images/sprite.png) no-repeat -86px -136px;
}

.table2 .sub-heading {
	font: 700 14px/24px "roboto", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

/* table 3 styles */

.table3 table {
	font: 400 15px/17px "roboto", Arial, Helvetica, sans-serif;
}

.table3 table tr th {
	color: #132250;
	text-transform: capitalize;
	font: 700 17px/19px "roboto", Arial, Helvetica, sans-serif;
	height: 44px;
}

.table3 table tr th,
.table3 table tr td {
	text-align: left;
	border-bottom: 1px solid #eaeaea;
}

.table3 table tr td {
	height: 50px;
}

.table3 table span,
.table3 table .time {
	display: inline-block;
	vertical-align: middle;
}

.table3 table .col1 {
	width: 9.4%;
	color: #8fa359;
	padding: 0 11px;
}

.table3 table .ico-pg {
	background: url(../images/sprite.png) no-repeat -90px 0;
	width: 30px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	margin: -3px 13px 0 6px;
}

.table3 table .title {
	color: #333;
	font: 700 14px/16px "roboto", Arial, Helvetica, sans-serif;
}

.table3 table .time {
	color: #7f7f7f;
	font: italic 400 12px/14px "roboto", Arial, Helvetica, sans-serif;
}

/* footer styles */

.b-container {
	overflow: hidden;
	background: #133562;
}

.b-container .aside {
	padding: 20px 10px 9px;
	max-width: 1146px;
	overflow: hidden;
	margin: 0 auto;
}

/* footer nav links styles */

.f-nav {
	float: left;
	width: 49%;
	padding: 24px 0 0;
}

.f-nav ul {
	float: left;
	width: 36.8%;
	font: 400 13px/15px "roboto", Arial, Helvetica, sans-serif;
}

.f-nav ul:first-child li {
	padding: 0 10px 7px 13px;
}

.f-nav ul li {
	position: relative;
	padding: 1px 10px 7px 16px;
}

.f-nav ul li:after {
	position: absolute;
	content: "";
	background: #df9461;
	width: 4px;
	height: 4px;
	left: 0;
	top: 6px;
	border-radius: 50%;
}

.f-nav ul a {
	text-decoration: none;
	color: #fafafa;
}

.f-nav ul a:hover {
	text-decoration: underline;
}

/* partners styles */

.partners {
	float: right;
	width: 50.8%;
}

.partners li {
	display: inline-block;
	vertical-align: middle;
	padding: 23px 8% 28px 10%;
	position: relative;
}

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

.partners li:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	width: 2px;
	height: auto;
	width: 2px;
	height: auto;
	right: auto;
	bottom: 10px;
	background: url(../images/divider1.jpg) repeat-y;
}

.partners li:first-child {
	padding: 21px 4.3% 29px 5.2%;
}

.partners li:first-child + li {
	padding: 22px 3.9% 28px;
}



#footer {
	background: #060b19;
}

#footer .footer-holder {
	text-align: center;
	max-width: 1146px;
	padding: 23px 0 20px;
	word-spacing: 1px;
	font: 400 13px/15px "roboto", Arial, Helvetica, sans-serif;
	overflow: hidden;
	margin: 0 auto;
	color: #fff;
}

#footer .footer-holder a {
	color: #fff;
	text-decoration: none;
}

#footer .footer-holder a:hover {
	text-decoration: underline;
}

#footer .text,
#footer address {
	display: inline-block;
	vertical-align: top;
}

#footer address {
	font-style: normal;
}

#footer address a {
	text-decoration: none;
	color: #fff;
	cursor: default;
	pointer-events: none;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

/* typography styles */

.typography {
	overflow: hidden;
	padding: 11px 12px 0;
}

.heading-area {
	overflow: hidden;
	padding: 0 0 30px;
	border-bottom: 1px solid #ddd;
}

.heading-area h1 {
	margin: 0;
}

.text-block {
	overflow: hidden;
	padding: 0 0 54px;
}

.text-box {
	overflow: hidden;
	padding: 24px 0 27px;
}

.headings {
	overflow: hidden;
	padding: 0 0 65px;
}

.container {
	overflow: hidden;
}

.container h1 {
	color: #133562;
	margin: 0 0 28px;
	font: 700 36px/40px "roboto", Arial, Helvetica, sans-serif;
}

.alignments {
	overflow: hidden;
	padding: 0 0 4px;
	font: 500 16px/18px "roboto", Arial, Helvetica, sans-serif;
}

.alignments p {
	margin: 0 0 12px;
}

/* form elements styles */

.form-elements {
	padding: 0 0 43px;
}

.form-elements .row.add-class {
	padding: 11px 0 7px;
}

.form-elements .row.add-class .label {
	padding: 3px 50px 0 0;
}

form .scrollable-area-wrapper .vscrollbar {
	display: none !important;
}

form label,
form .label {
	width: 19.8%;
	box-sizing: border-box;
	float: left;
	color: #132250;
	text-align: right;
	padding: 11px 47px 0 0;
	font: 700 15px/17px "roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

form .label {
	padding: 6px 50px 0 0;
}

.field {
	overflow: hidden;
}

.field .col {
	float: left;
	padding: 8px 13px 0 0;
}

.field .col label {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #041c38;
	padding: 0;
	margin: -1px 0 0;
	font: 400 13px/15px "roboto", Arial, Helvetica, sans-serif;
}

.field .row2 {
	padding: 4px 0 0;
}

.field .row2 label {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #999;
	padding: 0;
	text-transform: capitalize;
	font: 400 13px/15px "roboto", Arial, Helvetica, sans-serif;
}

/* tags styles */

.tags {
	margin: 0 0 0 -8px;
	padding: 0;
	font: 400 13px/15px "roboto", Arial, Helvetica, sans-serif;
}

.tags li {
	padding: 0 0 5px 8px;
}

.tags li:first-child {
	padding: 0 0 5px 8px;
}

.tags a {
	display: block;
	color: #999;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 12px;
	padding: 6px 35px 5px 12px;
	text-decoration: none;
	background: #fff;
}

.tags a:hover {
	color: #132250;
	border-color: #999;
}

.tags a:hover .icon {
	background: none;
}

.tags a:hover .icon:before {
	display: none;
}

.tags a:hover .icon:after {
	position: absolute;
	top: 1px;
	left: -1px;
	font-family: "icomoon";
	content: "\e604";
	font-size: 16px;
	color: #8fa359;
}

.tags .icon {
	position: absolute;
	content: "";
	color: #fff;
	border-radius: 50%;
	background: #ddd;
	width: 15px;
	height: 15px;
	top: 50%;
	right: 8px;
	margin: -7px 0 0;
}

.tags .icon:before {
	position: absolute;
	content: "";
	top: 6px;
	left: 6px;
	width: 3px;
	height: 3px;
	border-radius: 1px;
	background: #fff;
}

/* buttons style */

.buttons {
	padding: 51px 0 0;
	text-align: center;
	overflow: hidden;
}

.buttons .list-inline {
	margin: 0;
	padding: 0 0 0 162px;
}

.buttons .list-inline li {
	padding: 0;
}

.btn {
	display: block;
	font: 700 14px/16px "roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	text-decoration: none;
	min-width: 95px;
	padding: 10px 0;
	background: #8fa359;
}

.btn:hover {
	opacity: .9;
}

.btn.success {
	background: #638b84;
}

.btn.info {
	background: #132f57;
}

.btn.warning {
	font-size: 13px;
	color: #fefefe;
	font-weight: 400;
	background: #ee4023;
}

.btn.danger {
	font-size: 13px;
	font-weight: 400;
	color: #d12727;
	background: #333;
}

.btn.reset {
	font-size: 13px;
	font-weight: 400;
	color: #777;
	background: #ddd;
}

/* ui-elements styles */

.ui-container {
	padding: 10px 13px 5px 10px;
}

.ui-container h1 {
	margin: 0 0 17px;
	font: 400 36px/40px "roboto", Arial, Helvetica, sans-serif;
}

.ui-elements {
	overflow: hidden;
}

/* accordion styles */

.accordions {
	overflow: hidden;
}

.accordions .label {
	width: 19.8%;
	box-sizing: border-box;
	float: left;
	color: #132250;
	text-align: right;
	padding: 9px 47px 0 0;
	font: 700 15px/17px "roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.accordion {
	padding: 0 0 24px;
}

.accordion li {
	padding: 0;
	margin: 0 0 1px;
}

.accordion li:after {
	display: none;
}

.accordion li.active h2 a {
	padding: 10px 50px 11px 11px;
}

.accordion li.active .slide-drop {
	border-width: 0 1px 1px;
}

.accordion li.active .slide-opener:after {
	width: 11px;
	height: 6px;
	background: url(../images/sprite.png) no-repeat -57px -7px;
	margin: -3px 0 0 -5px;
}

.accordion h2 {
	margin: 0;
	border: 1px solid #ddd;
	font: 400 14px/16px "roboto", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

.accordion h2 a {
	color: #132250;
	display: block;
	text-decoration: none;
	position: relative;
	padding: 10px 50px 11px 11px;
	background: #fff;
}

.accordion .slide-opener {
	border-left: 1px solid #ccc;
	position: absolute;
	width: 43px;
	height: 29px;
	right: 0;
	top: 4px;
}

.accordion .slide-opener:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 6px;
	height: 11px;
	background: url(../images/sprite.png) no-repeat -74px -5px;
	margin: -5px 0 0 -3px;
}

.accordion .slide-drop {
	overflow: hidden;
	padding: 11px 13px;
	font: 500 14px/18px "roboto", Arial, Helvetica, sans-serif;
	border: 1px solid #ddd;
	margin: 0 0 2px;
	background: #fff;
}

.accordion h5 {
	margin: 0 0 15px;
	color: #132250;
	font: 700 15px/17px "roboto", Arial, Helvetica, sans-serif;
}

.accordion p {
	margin: 0 0 8px;
}

/* Tabs styles */

.tabs {
	margin: 0;
}

.tabs .heading-bar {
	overflow: hidden;
}

.tabs .label {
	width: 19.8%;
	box-sizing: border-box;
	float: left;
	color: #132250;
	text-align: right;
	padding: 11px 48px 0 0;
	font: 700 15px/17px "roboto", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.tabs .tabs-holder {
	padding: 14px 0 0 219px;
}

.tabs .tabset-bar {
	padding: 35px 9999px 32px;
	margin: 0 -9999px;
	background: #133562;
}

.tabs .tabs-opener {
	display: none;
}

.tabset {
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	font: 500 18px/20px "roboto", Arial, Helvetica, sans-serif;
}

.tabset li {
	padding: 0 0 0 17px;
}

.tabset li:first-child {
	padding: 0;
}

.tabset li:after {
	display: none;
}

.tabset li.active a {
	color: #fff;
}

.tabset li.active a:before {
	bottom: -30px;
	left: 50%;
	content: "";
	margin: 0 0 0 2px;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px;
	border-color: transparent transparent #fff transparent;
}

.tabset a {
	color: #246ace;
	text-decoration: none;
	position: relative;
}

.tabset a:hover {
	color: #fff;
}

.tab-content {
	overflow: hidden;
	padding: 32px 100px 0 13px;
	font: 500 14px/18px "roboto", Arial, Helvetica, sans-serif;
}

.tab-content h5 {
	margin: 0 0 14px;
	color: #132250;
}

/* main holder */

.main-holder {
	overflow: hidden;
	padding: 6px 96px 68px;
}

.main-holder .heading-area {
	padding: 0 0 13px;
	margin: 0 0 19px;
}

.main-holder .heading-area.add-class {
	padding: 4px 0 14px;
}

.main-holder .heading-area h1 {
	font: 700 22px/26px "roboto", Arial, Helvetica, sans-serif;
	color: #133562;
}

/* sitemap styles */

.site-map {
	overflow: hidden;
}

.site-map ul {
	font: 400 18px/22px "roboto", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

.site-map ul li {
	padding: 0 0 0 23px;
	position: relative;
}

.site-map ul li:after {
	display: none;
}

.site-map ul li.active a {
	color: #8fa359;
}

.site-map ul li.active .ico:before {
	top: 0;
	content: "";
	background: url(../images/sprite.png) no-repeat -141px -164px;
	width: 16px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -1px 0 0;
}

.site-map ul li.active li .ico:before {
	top: 0;
	content: "";
	background: url(../images/sprite.png) no-repeat -108px -159px;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -7px 0 0;
}

.site-map ul li.active li a {
	color: #132250;
}

.site-map ul li.active li a:hover {
	color: #8fa359;
}

.site-map ul li.active li.active a {
	color: #8fa359;
}

.site-map ul li.active li.active .ico:before {
	top: 0;
	content: "";
	background: url(../images/sprite.png) no-repeat -141px -164px;
	width: 16px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -1px 0 0;
}

.site-map ul li.active li.active li a {
	color: #132250;
}

.site-map ul li.active li.active li a:hover {
	color: #8fa359;
}

.site-map ul li.active .parent-slide {
	display: block;
}

.site-map ul .ico {
	position: absolute;
	top: 0;
	left: 0;
}

.site-map ul .ico:hover {
	text-decoration: none;
}

.site-map ul .ico:before {
	top: 0;
	content: "";
	background: url(../images/sprite.png) no-repeat -108px -159px;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -7px 0 0;
}

.site-map ul a {
	text-decoration: none;
	color: #132250;
}

.site-map ul a:hover {
	color: #8fa359;
	text-decoration: underline;
}

.site-map ul .parent-slide,
.site-map ul .slide {
	display: none;
}

.site-map ul ul {
	margin: 22px 0 -22px;
}

.site-map ul ul li {
	padding: 0 0 22px 24px;
}

.site-map ul ul ul {
	padding: 0 0 0 23px;
}

.site-map ul ul ul li {
	padding: 0 0 22px 24px;
}

.site-map ul ul ul a:hover {
	font-style: normal;
}

/* search/filter styles */

.filter-bar {
	padding: 9px 18px 11px 8px;
	position: relative;
	margin: 25px 0 7px;
	background: #fff;
	z-index: 9;
}

.filter-bar .btn-search {
	width: 28px;
	height: 28px;
	float: left;
	text-decoration: none;
}

.filter-bar .btn-search span {
	display: block;
}

.filter-bar .btn-search span:before {
	content: "";
	position: absolute;
	left: 9px;
	top: 9px;
	width: 28px;
	height: 28px;
	background: url(../images/sprite.png) no-repeat -90px -99px;
}

.filter-bar .btn-search:hover {
	opacity: .9;
}

.filter-by {
	display: none;
}

.search-links {
	width: 90%;
	float: right;
	text-align: right;
}

.search-links li {
	color: #132250;
}

.search-links a {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	text-decoration: none;
	padding: 0 0 1px;
	border-bottom: 3px solid transparent;
}

.search-links a:hover {
	border-color: #132250;
}

.search-links .active {
	border-color: #132250;
}

#alphabets {
	text-transform: uppercase;
}

.alphabets {
	margin: 0 0 -7px;
	display: inline-block;
	vertical-align: top;
	font: 500 20px/22px "roboto", Arial, Helvetica, sans-serif;
}

.alphabets li {
	padding: 1px 0 0 5px;
	color: #132250;
}

.alphabets a {
	color: #132250;
}

.search-slide {
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	top: -2px;
	z-index: 999;
	bottom: auto;
}

.search-area {
	overflow: hidden;
	height: 50px;
	padding: 0 50px 0 0;
	background: #f2f2f2;
	position: relative;
}

.search-area .btn-close {
	position: absolute;
	right: 19px;
	top: 50%;
	width: 14px;
	height: 16px;
	margin: -10px 0 0;
	text-decoration: none;
}

.search-area .btn-close span {
	display: block;
}

.search-area .btn-close span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 14px;
	height: 16px;
	background: url(../images/sprite.png) no-repeat -63px -105px;
}

.search-area .search {
	border: 0;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding: 3px 11px 1px;
	background: none;
	color: #777;
	text-transform: uppercase;
	font: 700 36px/50px "roboto", Arial, Helvetica, sans-serif;
}

.search-area ::-webkit-input-placeholder {
	color: #777;
}

.search-area ::-moz-placeholder {
	opacity: 1;
	color: #777;
}

.search-area :-moz-placeholder {
	color: #777;
}

.search-area :-ms-input-placeholder {
	color: #777;
}

.search-area .placeholder {
	color: #777;
}

.search-box {
	overflow: hidden;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #eaeaea;
}

.search-box h2 {
	padding: 20px 21px 10px;
	font: 700 16px/18px "roboto", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	border-bottom: 1px solid #eaeaea;
	margin: 0;
}

.search-box .list {
	padding: 0;
	margin: 0;
	font: 400 20px/22px "roboto", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

.search-box .list li {
	padding: 15px 21px;
	border-bottom: 1px solid #eaeaea;
}

.search-box .list a {
	text-decoration: none;
	color: #777;
}

.search-box .list a:hover {
	text-decoration: underline;
}

.view-results {
	overflow: hidden;
	background: #f2f2f2;
	padding: 15px 21px;
}

.view-results .view-all {
	color: #132250;
	text-decoration: none;
}

.view-results .view-all:hover {
	text-decoration: underline;
}

/* filter area styles */

.filter-box,
.filter-area {
	overflow: hidden;
}

.filter-area {
	margin: 0 0 -31px;
}

.title-bar {
	overflow: hidden;
	position: relative;
	padding: 10px 50px 7px 2px;
	border-bottom: 1px solid #dcdcdc;
}

.title-bar h3 {
	margin: 0;
	text-transform: uppercase;
	font: italic 20px/22px "roboto", Arial, Helvetica, sans-serif;
}

.title-bar h3 a {
	color: #132250;
	text-decoration: none;
}

/* filter box styles */

.filter-box .accordion-opener {
	position: absolute;
	top: 50%;
	overflow: hidden;
	text-indent: -9999px;
	margin: -1px 0 0;
	right: 19px;
	width: 11px;
	height: 6px;
}

.filter-box .accordion-opener:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/sprite.png) no-repeat -100px -81px;
	width: 11px;
	height: 6px;
}

.filter-box.active .accordion-opener {
	margin: -2px 0 0;
}

.filter-box.active .accordion-opener:after {
	background: url(../images/sprite.png) no-repeat -76px -81px;
}

.location-list {
	padding: 0;
	margin: 0 0 21px;
	font: 700 15px/17px "roboto", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

.location-list li {
	padding: 16px 0 16px;
	border-bottom: 1px solid #eaeaea;
}

.location-list a {
	color: #333;
	text-decoration: none;
}

.location-list a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------
	3. Сustom form styles
	---------------------------------------------------------*/

/* hide original element */

.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important; /* change to right: -9999px on RTL sites */
}

/* custom checkbox styles */

.chk-area {
	border: 1px solid #ddd;
	margin: 0 8px 0 0;
	width: 13px;
	height: 13px;
	float: left;
}

.chk-checked {
	background: #6e968f;
}

.chk-focus {
	border-color: #6e968f;
}

.chk-disabled {
	background: #eee;
}

.jcf-label-disabled {
	color: #ccc;
}

/* custom radio styles */

.rad-area {
	border: 1px solid #dedede;
	border-radius: 50%;
	margin: 2px 8px 0 0;
	width: 12px;
	height: 12px;
	float: left;
	background: #fff;
}

.rad-checked {
	background: #fff;
	width: 12px;
	height: 12px;
	padding: 2px;
}

.rad-checked span {
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 50%;
	background: #6e968f;
}

.rad-focus {
	border-color: #6e968f;
}

.rad-disabled {
	background: #eee;
}

/* custom select styles */

.select-area {
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;
	cursor: default;
	height: 39px;
	width: 100% !important;
	float: left;
	color: #132250;
	font: 400 14px/16px "roboto", Arial, Helvetica, sans-serif;
	padding: 0 54px 0 12px;
	margin: 0 0 15px;
	background: #fff;
}

.select-area .center {
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding: 11px 2px 8px;
	width: 100%;
}

.select-area .select-opener {
	border-left: 1px solid #ccc;
	position: absolute;
	width: 43px;
	height: 23px;
	right: 0;
	top: 7px;
}

.select-area .select-opener:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	background: url(../images/sprite.png) no-repeat -138px -80px;
	width: 11px;
	height: 6px;
	margin: -3px 0 0 -5px;
}

.select-focus {
	border-color: #132250;
}

.select-disabled {
	background: #eee;
}

.select-holder {
	width: 228px;
}

.select-holder select {
	width: 100% !important;
}

.select-options {
	position: absolute;
	overflow: hidden;
	background: #fff;
	z-index: 2000; /* select options optgroup example styles */
}

.select-options .opt-disabled a {
	background: #fff !important;
	color: #aaa !important;
}

.select-options .drop-holder {
	border: 1px solid #132250;
	overflow: hidden;
	height: 1%;
}

.select-options ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	font: 400 14px/17px "roboto", Arial, Helvetica, sans-serif;
}

.select-options ul li {
	width: 100%;
	float: left;
}

.select-options ul a {
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	cursor: default;
	color: #132250;
	height: 1%;
}

.select-options .item-selected a {
	text-decoration: none;
	background: #132250;
	color: #fff;
}

.select-options .optgroup {
	clear: both;
}

.select-options .optgroup ul a {
	padding-left: 30px;
}

.select-options .optgroup strong {
	display: block;
	padding: 5px;
}

/* multiple select styles */

.select-multiple-area {
	border: 1px solid #ddd;
	width: 100% !important;
	height: 94px;
	box-sizing: border-box;
	clear: both;
	overflow: auto;
	margin: 0 0 23px;
}

.select-multiple-area .scrollable-area-wrapper {
	width: 100% !important;
}

.select-multiple-area .multiple-list {
	border: none;
	position: static;
	padding: 10px 0 0;
	font: 400 14px/18px "roboto", Arial, Helvetica, sans-serif;
	background: #fff;
}

.select-multiple-area .multiple-list ul {
	font: 400 14px/18px "roboto", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

.select-multiple-area .multiple-list li {
	margin: 0;
	padding: 0;
}

.select-multiple-area .multiple-list a {
	text-decoration: none;
	display: block;
	cursor: pointer;
	padding: 0 12px;
	color: #999;
}

.select-multiple-area .multiple-list a:hover {
	background: #eaeaea;
}

.select-multiple-area .multiple-list .item-selected a {
	background: #eaeaea;
}

.select-multiple-area .multiple-list .optgroup a {
	padding-left: 30px;
}

.select-multiple-area .multiple-list .optgroup strong {
	display: block;
	padding: 5px;
}

.select-options ul li {
	padding: 0;
}

.select-options ul li:after,
.select-multiple-area .multiple-list li:after {
	display: none;
}

/* custom scrollbars styles */

.scrollable-area-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.scrollable-area-wrapper .vscrollbar {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
}

.scrollable-area-wrapper .hscroll-left,
.scrollable-area-wrapper .vscroll-up,
.scrollable-area-wrapper .hscroll-right,
.scrollable-area-wrapper .vscroll-down {
	display: none;
}

.scrollable-area-wrapper .vscroll-line {
	background: #ddd;
	border-radius: 5px;
	width: 10px;
	float: left;
}

.scrollable-area-wrapper .vscroll-slider {
	border-radius: 5px;
	background: #133562;
	width: 10px;
	height: 10px;
}

.calender-box .ui-datepicker-inline {
    width: 100%;
}

    .calender-box .ui-datepicker-inline .ui-datepicker-header {
        border-radius: 0;
        -webkit-border-radius: 0;
        border: none;
        background: #133562;
    }

    .calender-box .ui-datepicker-inline .ui-widget-header .ui-icon {
        background: none;
        margin: 0;
    }

    .calender-box .ui-datepicker-inline .ui-datepicker-prev {
        border-radius: 0;
        -webkit-border-radius: 0;
        background: url(../images/sprite.png) no-repeat -127px -35px;
        width: 10px;
        height: 16px;
        left: 20px;
        top: 21px;
        cursor: pointer;
    }

        .calender-box .ui-datepicker-inline .ui-datepicker-prev:hover {
            background: url(../images/sprite.png) no-repeat -127px -35px;
            border: none;
            opacity: .9;
        }

    .calender-box .ui-datepicker-inline .ui-datepicker-next {
        right: 20px;
        top: 21px;
        border-radius: 0;
        -webkit-border-radius: 0;
        background: url(../images/sprite.png) no-repeat -148px -36px;
        width: 10px;
        height: 16px;
        cursor: pointer;
    }

        .calender-box .ui-datepicker-inline .ui-datepicker-next:hover {
            background: url(../images/sprite.png) no-repeat -148px -36px;
            border: none;
            opacity: .9;
        }

    .calender-box .ui-datepicker-inline .ui-datepicker-month {
        font: 400 24px/27px "roboto", Arial, Helvetica, sans-serif;
    }

    .calender-box .ui-datepicker-inline .ui-datepicker-year {
        font: 400 24px/27px "roboto", Arial, Helvetica, sans-serif;
        display: none;
    }

    .calender-box .ui-datepicker-inline .ui-datepicker-calendar {
        color: #333;
        font: 400 18px/36px "roboto", Arial, Helvetica, sans-serif;
    }

        .calender-box .ui-datepicker-inline .ui-datepicker-calendar thead {
            display: none;
        }

    .calender-box .ui-datepicker-inline .ui-state-default {
        background: none;
        border: none;
    }

.calender-box .ui-datepicker td span,
.calender-box .ui-datepicker td a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #333;
    width: 36px;
    height: 36px;
    padding: 0;
    text-align: center;
}

.ui-state-hover {
	background: #8fa359;
	color: #fff;
}

.ui-widget-content {
	background: none;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	padding: 0;
}

.calender-box .ui-datepicker td {
    padding: 10px 0 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	color: #333;
	font: 500 18px/35px "roboto", Arial, Helvetica, sans-serif;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background: #8fa359;
	color: #fff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #8fa359;
	color: #fff;
}

.calender-box .ui-state-active,
.calender-box .ui-widget-content .ui-state-active,
.calender-box .ui-widget-header .ui-state-active {
    background: #8fa359;
    color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
}

.ui-datepicker table {
	margin: 0 0 4px;
}

.ui-datepicker .ui-datepicker-header {
	padding: 13px 0 11px;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	color: #999;
	cursor: default;
}

.ui-priority-secondary:hover,
.ui-widget-content .ui-priority-secondary:hover,
.ui-widget-header .ui-priority-secondary {
	background: none;
}

.ui-datepicker-other-month .ui-priority-secondary,
.ui-datepicker-other-month .ui-state-default {
	background: none;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0);
	bottom: -9999px;
	z-index: 999;
	width: auto;
	height: auto;
	display: none;
}
div.headline {
    z-index: 1;
    position: absolute;
    width: 1126px;
}
div.headline.active{
    z-index: 2;    
}
div.headline a {
    font-style: normal;
    text-decoration: none;
    color: #fefefe;
    text-align: center;
}

#N9AdContainer {
}

.n9Ad {
    padding: 32px 0px 32px 0px;
    width: 100%;
    max-width: 970px;
    margin: auto;
}

.n9Ad img {
    width: 100%;
    height: auto;
}

.mobile, .print {
  display: none; }

.desktop {
  display: block; }
/* ---------------------------------------------------------
	4. Styles for Responsive web design
	---------------------------------------------------------*/

/* styles for large-desktop */

/* styles for desktop */

/* styles for mobile */

/* ---------------------------------------------------------
	5. Print styles
	---------------------------------------------------------*/

.select-nav-select {
	position: absolute;
	top: -9999px;
}

@media only screen and (min-width: 768px) {
	.menu-holder ul a:hover,
	.menu-holder ul a.hover,
	.menu-holder ul li:hover > a {
		background-color: #133562;
		background: -webkit-linear-gradient(top, #23589d 0%, #133663 100%);
		background: linear-gradient(to bottom, #23589d 0%, #133663 100%);
	}
}

@media only screen and (min-width: 1023px) {
	.phone {
		cursor: default;
		pointer-events: none;
	}
}

@media only screen and (max-width: 1520px) {
	.visual-holder .img-holder img {
		width: 1520px;
		position: relative;
		left: 50%;
		margin: 0 0 0 -760px;
	}
}

@media only screen and (max-width: 1320px) {
	.visual .banner-img .banner-img-block {
		width: 40%;
	}
}

@media only screen and (max-width: 1190px) {
	.main-container {
		padding: 20px 0 0;
	}

	.partners li {
		padding: 23px 4% 28px 8%;
	}

	.f-nav ul {
		width: 40%;
	}

	.events {
		padding: 5px 10px 6px 15px;
	}

	.events .events-holder {
		padding: 0 15px 0 0;
	}

	.table3 table .col1 {
		width: 11%;
		padding: 0 11px;
	}

	.tickets-info .table-holder {
		padding: 30px;
	}

	.posts {
		padding: 30px;
	}

	.main-holder {
		padding: 40px 20px 100px;
	}

	.menu-holder {
		text-align: center;
	}

	.menu-holder ul {
		display: inline-block;
		vertical-align: middle;
	}

	.menu-holder ul li {
		min-width: 120px;
	}

	.menu-holder ul a {
		min-width: 110px;
	}

	.two-columns .events-block .heading-block h2 {
		font-size: 19px;
	}

	.two-columns .info-text-area {
		width: 60%;
	}

	.two-columns .info-list {
		font-size: 18px;
	}

	.two-columns .col-area.add {
		padding: 18px 10px 15px;
	}

	.two-columns .conected-area .image-holder img {
		width: 60px;
		height: 60px;
	}

	.two-columns .text-area {
		padding: 0;
	}

	.two-columns .text-area .heading-holder {
		margin: 0 0 18px;
	}

	.tabs .tabs-holder {
		padding: 14px 0 0 200px;
	}

    .calender-box .ui-datepicker td span,
    .calender-box .ui-datepicker td a {
        width: 30px;
        height: 30px;
    }

	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
		font: 500 16px/29px "roboto", Arial, Helvetica, sans-serif;
	}
}

@media only screen and (max-width: 1050px) {
	body {
		min-width: 320px;
	}
}

@media only screen and (max-width: 1023px) {
	.buttons .list-inline {
		padding: 0 0 0 130px;
	}

	.featured li {
		margin: 10px 0 0 2.643%;
	}

	.featured li .title {
		line-height: 18px;
		padding: 8px 40px 8px 10px;
	}

	.featured li span:before {
		right: 0;
	}

	.jcf-scrollbar-vertical {
		right: -12px;
	}

	.links {
		padding: 22px 0 20px;
	}

	.f-nav {
		width: 46%;
	}

	.f-nav ul {
		font-size: 12px;
		width: 50%;
	}

	.partners {
		width: 54%;
	}

	.partners li {
		padding: 23px 1% 28px;
	}

	.partners li:first-child {
		padding: 23px 3% 28px;
	}

	.partners li:first-child + li {
		padding: 23px 1% 28px;
	}

	.alphabets {
		font-size: 16px;
	}

	.two-columns .col-area {
		float: none;
		width: 100%;
		overflow: hidden;
	}

	.two-columns .col-area:first-child {
		float: none;
		width: 100%;
	}

	.two-columns .events-block {
		margin-bottom: 10px;
	}

	.two-columns .text-area {
		margin-bottom: 10px;
	}

	.two-columns .conected-area .image-holder img {
		width: 79px;
		height: 79px;
	}

	.two-columns .info-text-area {
		width: 70%;
	}

	.visual-holder .description {
		font-size: 22px;
		min-height: 60px;
		padding: 17px 5px 10px;
	}

	.visual .slideset {
		max-width: 600px;
	}

	.visual .pagination {
		bottom: 65px;
	}

	.menu-holder ul {
		font-size: 10px;
	}

	.menu-holder ul ul {
		font-size: 11px;
		width: 250px;
	}

	.menu-holder ul li {
		min-width: 80px;
	}

	.menu-holder ul a {
		min-width: 70px;
	}

	.logo {
		font-size: 42px;
	}

	.tabs .tabs-holder {
		padding: 14px 0 0 150px;
	}

	.content {
		width: 68%;
	}

	#sidebar {
		width: 30%;
	}

	.two-columns .text-area .mail-form input[type="submit"] {
		margin: 0;
	}

    .calender-box .ui-datepicker td span,
    .calender-box .ui-datepicker td a {
        width: 36px;
        height: 36px;
    }

	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
		font: 500 18px/35px "roboto", Arial, Helvetica, sans-serif;
	}
}

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

    .mobile, .print {
  display: block; }

.desktop {
  display: none; }

	body.home {
		background: url(../images/mobile-bg.png);
	}

	body.nav-active {
		background: #fff;
	}

	body {
		background: #fff;
	}

	.main-container {
		margin: 0;
	}

	#main {
		box-shadow: none;
	}

	ul {
		margin: 0 0 37px;
	}

	ol {
		margin: 0 0 38px 19px;
	}

	.list-unstyled {
		margin: 0 0 41px;
	}

	.list-inline {
		margin: -2px 0 23px 1px;
	}

	.headings {
		padding: 0 0 112px;
	}

	.alignments {
		padding: 0 0 12px;
	}

	.tags {
		margin: 0 0 0 -8px;
	}

	blockquote {
		margin: 0 0 76px 1px;
	}

	blockquote.alignright {
		margin: 37px 0 39px;
	}

	.container h1 {
		font: 700 28px/32px "roboto", Arial, Helvetica, sans-serif;
	}

	.container.add-class blockquote {
		margin: 0 0 38px;
	}

	h1 {
		font: 700 24px/28px "roboto", Arial, Helvetica, sans-serif;
		margin: 0 0 12px;
	}

	h2 {
		font: 500 18px/22px "roboto", Arial, Helvetica, sans-serif;
		margin: 0 0 12px;
	}

	h3 {
		font: 500 14px/18px "roboto", Arial, Helvetica, sans-serif;
		margin: 0 0 10px;
	}

	h4 {
		font: 400 12px/16px "roboto", Arial, Helvetica, sans-serif;
		margin: 0 0 10px;
	}

	h5 {
		font: 400 12px/16px "roboto", Arial, Helvetica, sans-serif;
		margin: 0 0 11px;
	}

	h6 {
		font: 400 10px/14px "roboto", Arial, Helvetica, sans-serif;
		margin: 0 0 9px;
	}

	.sub-headline {
		color: #999;
	}

	.typography {
		padding: 3px 10px 24px;
	}

	.typography .heading-area {
		padding: 0 0 12px;
	}

	.typography .heading-area h1 {
		margin: 0 0 7px;
	}

	.typography .fine-print {
		margin: 0 0 3px;
	}

	.typography .emphasized {
		font: 400 14px/24px "PT Sans", sans-serif;
	}

	.text-block {
		padding: 0 0 27px;
	}

	.text-box {
		padding: 15px 2px 24px;
	}

	.form-elements {
		padding: 0 0 37px;
	}

	.form-elements .row.add-class {
		padding: 11px 0 15px;
	}

	.accordions {
		padding: 0 2px;
	}

	.accordions .label {
		float: none;
		width: 100%;
		text-align: left;
		padding: 0;
		display: inline-block;
		vertical-align: top;
	}

	.accordion h5 {
		color: #f36a24;
	}

	.accordion .slide-drop {
		padding: 12px;
	}

	.accordion li.active h2 a {
		padding: 9px 50px 10px 11px;
	}

	.ui-container {
		padding: 0 12px 24px;
		margin: -4px 0 0;
	}

	.ui-container h1 {
		margin: 0 0 14px;
		font: 400 28px/32px "roboto", Arial, Helvetica, sans-serif;
	}

	form label,
	form .label {
		float: none;
		width: 100%;
		text-align: left;
		padding: 0;
		display: inline-block;
		vertical-align: top;
	}

	form .row.add-row {
		margin: -3px 0 -11px;
	}

	.buttons {
		padding: 20px 0 0;
	}

	.buttons .list-inline {
		padding: 0;
	}

	.buttons .list-inline li {
		display: block;
		padding: 0 0 10px;
	}

	.buttons .list-inline a {
		display: inline-block;
		vertical-align: middle;
	}

	.buttons .btn {
		font: 500 13px/15px "roboto", Arial, Helvetica, sans-serif;
		padding: 11px 0;
	}

	.field {
		margin: -2px 0 0;
	}

	.field .col {
		padding: 1px 14px 0 0;
	}

	.field .row2 {
		padding: 3px 0 0;
	}

	.select-area {
		width: 100% !important;
		height: 37px;
		padding: 0;
	}

	.select-area .center {
		padding: 11px 54px 8px 12px;
	}

	.rad-area {
		padding: 2px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"] {
		width: 100%;
		height: 40px;
		margin: 0 0 16px;
	}

	.tabs {
		margin: 0;
	}

	.tabs .label {
		width: auto;
		text-align: left;
		padding: 0 0 0 2px;
	}

	.tabs .tabs-holder {
		padding: 14px 2px 0;
		position: relative;
		overflow: visible;
		font: 400 14px/16px "roboto", Arial, Helvetica, sans-serif;
	}

	.tabs .tabs-holder:before {
		z-index: 1;
		position: absolute;
		content: "";
		width: 1px;
		right: 50px;
		top: 20px;
		height: 24px;
		background: #ccc;
	}

	.tabs .tabset-bar {
		background: none;
		padding: 0;
		margin: 0;
	}

	.tabs .select-area.select-nav-select {
		border: 1px solid #ddd;
		width: 100% !important;
		height: 37px;
		float: none;
		color: #133562;
		position: relative;
		padding: 0;
	}

	.tabs .select-area.select-nav-select .center {
		padding: 11px 50px 11px 10px;
		color: #133562;
		font: 400 14px/16px "roboto", Arial, Helvetica, sans-serif;
	}

	.tabs .select-area .select-opener {
		top: 1px;
		right: 1px;
		width: 45px;
		height: 33px;
		position: absolute;
		overflow: hidden;
		text-indent: -9999px;
		padding: 0;
	}

	.tabs .select-area .select-opener:after {
		position: absolute;
		content: "";
		margin: 0 0 0 -8px;
		width: 11px;
		height: 16px;
		background: url(../images/sprite.png) no-repeat -138px -80px;
		top: 14px;
		right: 16px;
	}

	.tab-content {
		padding: 10px 0 0;
	}

	.tab-slide {
		width: 100%;
		position: absolute;
		background: #fff;
		display: none;
		text-align: center;
		top: 100%;
		left: -1px;
	}

	.tabset {
		display: none;
	}

	.drop-list li:first-child {
		display: none;
	}

	.active-slide .tabset {
		height: 60px;
		overflow: auto;
		border: 1px solid #ddd;
	}

	.select-nav-select {
		display: block;
		margin: 0;
		float: right;
	}

	.main-holder {
		padding: 0 10px 80px;
	}

	.main-holder .heading-area.add-class {
		border: 0;
		padding: 4px 0 0;
	}

	.filter-bar {
		margin: 19px 0 68px;
		background: #fbfbfb;
	}

	.filter-bar .search-area .btn-close span:before {
		top: 5px;
	}

	.filter-by,
	.select-nav-select {
		display: block;
	}

	.filter-by {
		float: left;
		margin: 10px 0 0 6px;
		color: #777;
		text-transform: capitalize;
		font: italic 400 20px/24px "roboto", Arial, Helvetica, sans-serif;
	}

	.select-nav-select {
		float: right;
		border: 0 none;
		font: italic 400 20px/24px "roboto", Arial, Helvetica, sans-serif;
		padding: 0;
		text-align: left;
		text-transform: uppercase;
		width: 73px !important;
		background: none;
	}

	.select-area.select-nav-select .select-opener {
		background: none;
		border: 0;
	}

	.select-area.select-nav-select .select-opener:after {
		position: absolute;
		content: "";
		margin: 0 0 0 -5px;
		width: 11px;
		height: 16px;
		background: url(../images/sprite.png) no-repeat -138px -80px;
		top: 14px;
		right: 50%;
	}

	#alphabets {
		display: none;
	}

	.search-links {
		float: none;
		position: absolute;
		left: 0;
		top: 60px;
		background: #fbfbfb;
		width: 100%;
		height: 50px;
	}

	.search-area .search {
		outline: none;
		font: 700 30px/34px "roboto", Arial, Helvetica, sans-serif;
	}

	.filter-box .accordion-opener {
		right: 12px;
		margin: -7px 0 0;
	}

	.mobile {
		display: block;
	}

	.desktop {
		display: none;
	}

	.top-bar {
		display: none;
	}

	#header {
		padding: 22px 0 0;
		border: none;
		background-color: #163a69;
		background: -webkit-linear-gradient(top, #173c6c, #163a69);
		background: linear-gradient(top, #173c6c, #163a69);
		border-top: 3px solid #e9e59a;
		overflow: hidden;
		position: relative;
	}

	#header:after {
		content: "";
		position: absolute;
		left: -5px;
		right: -5px;
		top: -6px;
		box-shadow: 3px 4px 8px rgba(0, 0, 0, .48);
		height: 5px;
	}

	#header .header-holder {
		padding: 0;
	}

	.logo {
		display: block;
		float: none;
		margin: 0 auto 25px 60px;
		position: relative;
		left: 0;
		text-align: center;
		font-size: 30px;
		line-height: 34px;
	}

	.search-form {
		padding: 2px 20px 2px 36px;
		padding: 15px 11px 15px 13px;
		width: 100%;
		float: none;
		overflow: hidden;
		background: #869c59;
	}

	.search-form form {
		width: 100%;
		height: 40px;
		padding: 3px 20px 3px 35px;
		float: none;
		margin: 0;
	}

	.search-form form:before {
		left: 19px;
		background: url(../images/sprite.png) no-repeat -164px -39px;
	}

	.search-form form .search {
		color: #999;
	}

	.search-form form ::-webkit-input-placeholder {
		color: #999;
	}

	.search-form form ::-moz-placeholder {
		opacity: 1;
		color: #999;
	}

	.search-form form :-moz-placeholder {
		color: #999;
	}

	.search-form form :-ms-input-placeholder {
		color: #999;
	}

	.search-form form .placeholder {
		color: #999;
	}

	#wrapper {
		margin: 0;
		overflow: visible;
		-webkit-transition: all .25s linear 0s;
		transition: all .25s linear 0s;
	}

	#wrapper:after {
		content: "";
		position: absolute;
		top: 0;
		right: 100%;
		z-index: 1;
		width: 15px;
		height: 100%;
		background: url(../images/shadow-rpt.png) repeat-y;
	}

	#nav {
		border: 0;
		background: transparent;
		z-index: 9999;
		height: 100%;
		margin: 0;
		float: none;
		position: absolute;
		top: 0;
		right: auto;
		overflow-y: auto;
		overflow-x: hidden;
		display: block !important;
		width: 268px;
		left: -268px;
	}

	#nav ul {
		text-transform: none;
		font: 700 14px/18px "roboto", Arial, Helvetica, sans-serif;
	}

	#nav ul li {
		padding: 0;
		text-align: left;
	}

	#nav ul a {
		color: #999;
		padding: 11px 26px;
		position: relative;
		border-radius: 0;
		-webkit-border-radius: 0;
	}

	#nav ul a:after {
		content: "";
		position: absolute;
		left: -1px;
		top: 0;
		bottom: 0;
		background: #133562;
		width: 10px;
		display: none;
	}

	#nav ul a:before {
		position: absolute;
		content: "";
		right: 10px;
		top: 50%;
		z-index: 1;
		margin: -6px 0 0;
		background: url(../images/sprite.png) no-repeat -10px -106px;
		width: 7px;
		height: 12px;
	}

	#nav ul a:hover,
	#nav ul a.hover {
		text-decoration: none;
	}

	#nav ul a:hover:after,
	#nav ul a.hover:after {
		display: block;
	}

	#nav ul a:hover:before,
	#nav ul a.hover:before {
		background: url(../images/sprite.png) no-repeat -26px -106px;
	}

	#nav ul li {
		border-top: 1px solid #c0c0c0;
	}

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

	#nav ul li:hover > a {
		text-decoration: none;
		color: #133562;
		background: url(../images/rpt.png) repeat-y;
	}

	#nav ul li:hover > a:after {
		top: 0;
		right: auto;
		width: 10px;
		height: 100%;
		background: #133562;
	}

	> #nav ul li:hover > a:before {
		color: #133562;
		text-decoration: none;
	}

	#nav .menu-holder {
		padding: 0;
		text-align: left;
		background: transparent;
		border-bottom: 1px solid #c0c0c0;
		position: relative;
		width: 100%;
		-webkit-transform: translateZ(0);
	}

	#nav .menu-holder .dropdown {
		position: static;
		background: none;
	}

	#nav .menu-holder .dropdown ul {
		background: none;
		margin-top: 0;
		display: block;
	}

	#nav .menu-holder .dropdown ul li li a:before {
		display: none;
	}

	#nav .menu-holder .menu-title,
	#nav .menu-holder .btn-back {
		display: block;
		color: #fff;
		padding: 10px 28px 12px;
		text-transform: capitalize;
		font: 700 16px/18px "roboto", Arial, Helvetica, sans-serif;
		background: #133562;
		text-decoration: none !important;
	}

	#nav .menu-holder ul {
		display: block;
	}

	#nav .menu-holder ul li {
		float: none;
		margin: 0;
	}

	#nav .menu-holder ul li:hover .btn-back,
	#nav .menu-holder ul li.hover .btn-back {
		text-decoration: none;
	}

	#nav .menu-holder ul li:hover .btn-back:after,
	#nav .menu-holder ul li.hover .btn-back:after {
		display: none;
	}

	#nav .menu-holder ul li:hover a,
	#nav .menu-holder ul li.hover a {
		text-decoration: none;
	}

	#nav .menu-holder ul li:hover li a,
	#nav .menu-holder ul li.hover li a {
		text-decoration: none;
	}

	#nav .menu-holder ul li:hover li a:hover,
	#nav .menu-holder ul li.hover li a:hover {
		text-decoration: none;
	}

	#nav .menu-holder ul li .btn-back {
		text-decoration: none;
	}

	#nav .menu-holder ul li .btn-back:after {
		display: none;
	}

	#nav .menu-holder ul li .btn-back:before {
		position: absolute;
		content: "";
		left: 10px;
		right: auto;
		top: 50%;
		margin: -6px 0 0;
		background: url(../images/sprite.png) no-repeat -43px -105px;
		width: 7px;
		height: 12px;
	}

	#nav .menu-holder ul li.right-side.active-state .dropdown {
		background: none;
		padding: 0;
		display: block !important;
		right: auto !important;
		left: auto !important;
	}

	#nav .menu-holder ul li.right-side.active-state .dropdown .dropdown {
		right: auto !important;
		left: auto !important;
	}

	#nav .menu-holder ul li.left-side.active-state .dropdown {
		background: none;
		padding: 0;
		display: block;
		left: 100% !important;
		right: auto !important;
	}

	#nav .menu-holder ul li.left-side.active-state .dropdown .dropdown {
		left: 100% !important;
		right: auto !important;
	}

	#header .menu-opener {
		position: absolute;
		left: 22px;
		top: 31px;
		z-index: 9;
	}

	.nav-active {
		overflow-x: hidden;
		background: #fff;
	}

	.nav-active #wrapper {
		overflow: visible;
		width: 100%;
		margin: 0 -268px 0 268px;
	}

	.nav-active .overlay {
		display: block;
	}

	#main {
		padding: 0;
	}

	.two-columns {
		overflow: hidden;
		margin: 0;
	}

	.two-columns .events-block {
		float: none;
		margin: 0 auto 20px;
		width: 85%;
		height: auto !important;
		min-height: 388px;
		overflow: hidden;
	}

	.two-columns .events-block:first-child {
		float: none;
	}

	.two-columns .events-block.calender-box {
		padding: 10px 10px 15px 11px;
		min-height: 385px;
	}

	.two-columns .events-block .heading-block h2 {
		font-weight: 700;
		font-size: 22px;
	}

	.two-columns .events-block .heading-block .text {
		font-weight: 400;
	}

	.two-columns .events-block .description-area {
		padding: 19px 40px 14px 15px;
	}

	.two-columns .events-block.add .description-area {
		padding: 19px 40px 14px 15px;
	}

	.two-columns .text-area {
		padding: 0 12px;
		font-size: 16px;
		line-height: 19px;
		margin: 0 0 33px;
	}

	.two-columns .text-area p {
		margin: 0 0 23px;
	}

	.two-columns .text-area h1 {
		font-size: 24px;
		line-height: 28px;
	}

	.two-columns .text-area h2 {
		font-size: 16px;
		line-height: 20px;
	}

	.two-columns .text-area h3 {
		margin: 0 0 9px;
	}

	.two-columns .text-area .heading-holder {
		position: relative;
	}

	.two-columns .text-area .heading-text {
		padding: 68px 31% 0 0;
	}

	.two-columns .text-area .images-area {
		margin: -22px 0 9px;
	}

	.two-columns .text-area .images-area .image-holder {
		position: absolute;
		right: 0;
		top: 17px;
		width: 29.2%;
	}

	.two-columns .text-area .images-area .image-holder img {
		width: 86px;
		height: 104px;
	}

	.two-columns .text-area .images-area .image-holder:first-child {
		position: relative;
		right: 0;
		margin: 0;
		width: 100%;
		display: block;
	}

	.two-columns .text-area .images-area .image-holder:first-child img {
		width: 100%;
		height: auto;
	}

	.two-columns .text-area .images-area .image-holder:first-child a {
		display: block;
	}

	.two-columns .text-area .images-area img {
		display: block;
		width: 100%;
		height: auto;
	}

	.two-columns .text-area .mail-form .field-holder {
		float: none;
		width: 100%;
		overflow: hidden;
		margin: 0 0 10px;
	}

	.two-columns .text-area .mail-form input[type="submit"] {
		float: none;
		display: block;
		width: 100%;
	}

	.two-columns .col-area.add {
		border: none;
		border-top: 1px solid #ddd;
		padding: 17px 12px 119px;
		position: relative;
	}

	.two-columns .info-text-area {
		float: none;
		width: 100%;
	}

	.two-columns .info-list {
		font-size: 20px;
		margin: 0 0 30px 10px;
	}

	.two-columns .info-images {
		float: none;
		overflow: hidden;
		width: 100%;
		margin: 0;
	}

	.two-columns .info-images img {
		margin: 0 auto 20px;
	}

	.two-columns .info-images img:first-child {
		margin: 0 auto 20px;
	}

	.two-columns .conected-area {
		border: none;
		padding: 0;
		position: absolute;
		bottom: 29px;
		left: 8px;
		right: 8px;
		width: 100%;
	}

	.visual-holder .description {
		position: relative;
		background: #6e968f;
		font-size: 18px;
		line-height: 22px;
		padding: 5px;
		display: table;
		width: 100%;
		height: 76px;
	}

	.visual-holder .description .description-holder {
		display: table-cell;
		vertical-align: middle;
	}

	.select-holder {
		width: 100%;
	}

	.tab-content h5 {
		font-weight: 700;
		color: #8fa359;
	}

	.accordion h5 {
		color: #8fa359;
	}

	.tabset-bar select {
		width: 100% !important;
	}

	.visual-holder .img-holder {
		display: none;
	}

	.visual {
		padding: 0;
		border: none;
	}

	.visual:after {
		display: none;
	}

	.visual .slideset {
		width: 100%;
		max-width: 100%;
	}

	.visual .slide-img {
		display: none;
	}

	.visual .banner-img {
		position: relative;
	}

	.visual .pagination {
		display: none;
	}

	.visual .slide {
		height: auto;
	}

	.visual .slide:after {
		display: none;
	}

	.visual .banner-img .banner-img-area {
		padding: 0;
	}

	.visual .banner-img .banner-img-block {
		width: 100%;
	}

	.visual .btn-next {
		right: 10px;
	}

	.visual .btn-prev {
		left: 10px;
	}

	.annoucement-panel {
		padding: 0 0 20px;
	}

	.subscribe-form,
	.social-area {
		float: none;
		width: 100%;
	}

	.subscribe-form {
		padding: 0 7px 11px;
	}

	.subscribe-form .fields {
		position: relative;
		padding: 4px 91px 0 0;
	}

	.subscribe-form label {
		font: 400 14px/16px "roboto", Arial, Helvetica, sans-serif;
	}

	.subscribe-form .email {
		width: 100%;
		height: 30px;
		color: #949ea5;
		padding: 2px 10px;
	}

	.subscribe-form input[type="submit"] {
		position: absolute;
		top: 4px;
		right: 0;
	}

	.subscribe-form ::-webkit-input-placeholder {
		color: #949ea5;
	}

	.subscribe-form ::-moz-placeholder {
		opacity: 1;
		color: #949ea5;
	}

	.subscribe-form :-moz-placeholder {
		color: #949ea5;
	}

	.subscribe-form :-ms-input-placeholder {
		color: #949ea5;
	}

	.subscribe-form .placeholder {
		color: #949ea5;
	}

	.social-area {
		padding: 14px 0 0;
		border-top: 1px solid #0b142b;
	}

	.social-links {
		float: none;
		text-align: center;
	}

	.featured li .title {
		padding: 8px 35px 8px 10px;
		font: 400 14px/18px "roboto", Arial, Helvetica, sans-serif;
	}

	.two-columns {
		overflow: visible;
	}

	.two-columns .col-left,
	.two-columns .events {
		float: none;
		overflow: hidden;
		width: 100%;
		height: auto;
	}

	.intro {
		display: block;
		overflow: hidden;
		color: #999;
		padding: 23px 10px 11px;
		font: 400 18px/26px "roboto", Arial, Helvetica, sans-serif;
	}

	.intro h1 {
		font: 700 22px/26px "roboto", Arial, Helvetica, sans-serif;
		color: #142452;
		text-transform: capitalize;
		margin: 0 0 2px;
	}

	.events {
		border: 0;
		padding: 13px 0 6px;
	}

	.events .jcf-scrollable-wrapper {
		width: 100% !important;
	}

	.events .enents-frame {
		width: 100% !important;
		height: auto !important;
	}

	.events .events-holder .post {
		padding: 24px 0 21px;
	}

	.events .events-holder .post:first-child {
		padding: 24px 0 22px;
	}

	.events .events-holder .post p .txt {
		display: none;
	}

	.links {
		text-align: center;
		padding: 39px 0 26px;
	}

	.links li {
		width: 100%;
		padding: 0;
		margin: 0 0 16px;
	}

	.links li:first-child {
		margin: 0 0 17px;
	}

	.links li:after {
		margin: 0;
		display: none;
	}

	.b-container {
		border: none;
	}

	.b-container .aside {
		padding: 20px 0 9px;
	}

	.f-nav,
	.partners {
		float: none;
		overflow: hidden;
		width: 100%;
	}

	.f-nav {
		padding: 1px 0 23px;
	}

	.f-nav ul {
		font: 700 15px/26px "roboto", Arial, Helvetica, sans-serif;
		text-align: center;
		width: 100%;
		float: none;
	}

	.f-nav ul:first-child {
		width: 100%;
	}

	.f-nav ul:first-child li {
		padding: 0;
	}

	.f-nav ul li {
		padding: 0;
	}

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

	.partners {
		border-top: 1px solid #0b142e;
	}

	.partners li {
		width: 100%;
		padding: 16px 1% 16px;
		text-align: center;
	}

	.partners li a {
		display: inline-block;
		vertical-align: top;
	}

	.partners li:after {
		display: none;
	}

	.partners li:first-child {
		padding: 28px 0 4px;
	}

	.partners li:first-child + li {
		padding: 23px 0 0;
	}

	.partners li img {
		margin: 0 auto;
		width: auto;
	}

	#footer {
		overflow: hidden;
	}

	#footer .footer-holder {
		padding: 10px 50px 21px;
		font: 400 11px/18px "roboto", Arial, Helvetica, sans-serif;
	}

	.tickets-info .table-holder {
		padding: 27px 10px 0;
		margin: 0;
	}

	.tickets-info .table-holder h2 {
		display: block;
		font: 700 13px/15px "roboto", Arial, Helvetica, sans-serif;
		border-bottom: 2px solid #eaeaea;
		padding: 0 19px 16px;
		margin: 0;
		color: #333;
	}

	.table2 {
		margin: 0 0 35px !important;
	}

	.table2 table,
	.table2 thead,
	.table2 tbody,
	.table2 tr,
	.table2 th,
	.table2 td {
		display: block;
	}

	.table2 table tr {
		padding: 0 0 20px;
		border-bottom: 1px solid #eaeaea;
	}

	.table2 table tr td {
		text-transform: uppercase;
		font: 400 12px/14px "roboto", Arial, Helvetica, sans-serif;
	}

	.table2 table tr td:first-child {
		padding: 13px 10px 6px 20px !important;
	}

	.table2 table tr:nth-child(odd) {
		background: #fbfbfb;
	}

	.table2 table tr:nth-child(odd) td {
		background: #fbfbfb;
	}

	.table2 thead {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.table2 tbody {
		width: 100%;
	}

	.table2 tbody td {
		position: relative;
		width: auto !important;
		height: auto !important;
		border: 0 !important;
		vertical-align: middle !important;
		padding: 0 10px 0 0 !important;
		padding-left: 40% !important;
		white-space: normal !important;
		text-align: right !important;
	}

	.table2 tbody td.col1 {
		text-align: left !important;
		padding-left: 0 !important;
	}

	.table2 tbody td:before {
		position: absolute;
		content: attr(data-title);
		top: 2px;
		left: 43px;
		width: 35%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font: 700 13px/14px "roboto", Arial, Helvetica, sans-serif;
	}

	.table3 {
		margin: 0 0 44px !important;
	}

	.table3 table .col1 {
		width: 29.4%;
		padding: 16px 11px 11px;
	}

	.table3 table .ico-pg {
		margin: 0 18px 0 0;
	}

	.table3 table tr:first-child .col2 {
		padding: 17px 0 18px;
	}

	.table3 table tr th {
		color: #3e5164;
	}

	.table3 td {
		vertical-align: top;
		padding: 17px 0 11px;
	}

	.table3 td .title {
		display: block;
		margin: 0 0 5px;
	}

	.content,
	#sidebar {
		width: 100%;
		overflow: hidden;
		float: none;
	}

	.post-block {
		padding: 0;
	}

	.post-block .img-frame {
		margin: 6px 20px 17px 0;
	}

	.post-block .text-block {
		padding: 0 0 24px;
		overflow: visible;
	}

	.post-block p {
		clear: both;
	}

	.post-block .rating {
		padding: 24px 0 0;
		line-height: 14px;
	}

	.post-block .rating:after {
		top: 0;
		margin: 0;
	}

	.intro-block .social-networks {
		text-align: left;
		margin: -8px 0 6px -11px;
		right: 0;
	}

	.intro-block .social-networks span:before {
		position: relative;
	}

	.intro-block .social-networks .facebook span:before {
		position: relative;
		font-size: 17px;
		top: 2px;
	}

	.intro-block .social-networks .google-plus span:before {
		top: 3px;
		font-size: 16px;
	}

	.intro-block .social-networks .linkedin span:before {
		font-size: 19px;
		top: -1px;
	}

	.intro-block .social-networks .email span:before {
		top: 2px;
	}

	.columns {
		padding: 3px 10px 19px;
	}

	.columns.detail {
		padding: 0 10px 22px;
	}

	.columns.detail .content .heading-area h1 {
		line-height: 36px;
	}

	.columns.detail #sidebar h2 {
		padding: 0 0 18px;
		margin: 0 0 23px;
		border-bottom: 1px solid #dedede;
	}

	.content .heading-area {
		border: 0;
		padding: 0;
	}

	.content .intro-block {
		padding: 11px 0 10px;
	}

	.content .intro-block .reg-today {
		margin: 0;
	}

	#sidebar h2 {
		font: 700 18px/20px "roboto", Arial, Helvetica, sans-serif;
		padding: 0 0 18px;
		margin: 0 0 22px;
	}

	.widgets.add-class .widget {
		margin: 0 0 23px;
	}

	.widgets.add-class .widget.cast {
		padding: 0;
	}

	.widgets.add-class .widget.cast h3 {
		margin: 0 0 -1px;
	}

	.widgets.add-class .cast-list {
		font: 400 18px/22px "roboto", Arial, Helvetica, sans-serif;
	}

	.widget {
		padding: 0 0 0 32px;
		font: 400 18px/22px "roboto", Arial, Helvetica, sans-serif;
	}

	.widget h3 {
		font: 700 18px/20px "roboto", Arial, Helvetica, sans-serif;
	}

	.widget address {
		margin: 0 0 9px;
	}

	.widget .phone {
		color: #999;
		margin: 6px 0 0;
	}

	.widget .email {
		margin: 2px 0 0;
	}

	.widget .ticket-list {
		line-height: 22px;
		margin: 0;
	}

	.widget .list {
		margin: 12px 0 0;
		font: 400 18px/22px "roboto", Arial, Helvetica, sans-serif;
	}

	.widget .list li {
		padding: 0 0 0 11px;
	}

	.widget .list li:after {
		top: 9px;
		left: 2px;
	}

	.widget.classes {
		margin: -1px 0 30px;
	}

	.widget.download {
		margin: -2px 0 30px;
	}

	.widget.download h3 {
		margin: 0 0 11px;
	}

	.widget .gallery-list {
		font: 400 18px/22px "roboto", Arial, Helvetica, sans-serif;
	}

	.widget.website {
		margin: 1px 0 30px;
	}

	.widget.website h3 {
		margin: 0 0 11px;
	}

	.widget.reservation h3 {
		margin: 0 0 14px;
	}

	.widget .reservation-list {
		color: #999;
		font: 400 18px/18px "roboto", Arial, Helvetica, sans-serif;
	}

	.tickets-info h1 {
		padding: 23px 10px 25px;
		font: 400 22px/26px "roboto", Arial, Helvetica, sans-serif;
	}

    .calender-box .ui-datepicker-inline .ui-datepicker-prev {
        left: 23px;
    }

    .calender-box .ui-datepicker-inline .ui-datepicker-next {
        right: 17px;
    }

	.events-block .posts-holder {
		margin: 0 0 15px;
	}

	.events-block h1 {
		padding: 23px 10px 25px;
		font: 400 22px/26px "roboto", Arial, Helvetica, sans-serif;
		margin: 0;
	}

	.events-block h2 {
		font: 400 24px/28px "roboto", Arial, Helvetica, sans-serif;
	}

	.events-block .post {
		padding: 13px 4px 37px;
	}

	.events-block .post:first-child {
		padding: 14px 2px 37px;
	}

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

	.events-block .date {
		margin: 0 0 21px;
		padding: 0 0 0 24px;
	}

	.events-block .load-more {
		padding: 18px 10px;
	}

	.filter-bar {
		padding: 0;
	}

	.filter-bar .btn-search {
		padding: 9px 18px 7px 8px;
		float: none;
		display: block;
		width: auto;
		height: auto;
	}

	.search-area .search {
		padding: 3px 7px 1px;
	}

	.posts {
		padding: 10px 8px 29px;
	}

	.alert-bar {
		display: none;
	}

	.widget .reservation-list dd {
		margin: 0;
	}

	.widget .reservation-list a {
		margin: 0;
	}

	#nav .menu-holder .dropdown {
		position: absolute;
		left: 100%;
		width: 100%;
		top: 0;
		display: none;
	}

	#nav .active-state .dropdown {
		display: block;
	}

	.menu-holder ul li {
		position: static;
	}

	.select-nav-select {
		position: relative;
		top: auto;
	}
}

@media print {
	* {
		background: none !important;
		color: #000 !important;
		box-shadow: none !important;
	}
    

	body {
		color: #000;
		background: #fff;
	}

	.top-bar,
	#nav,
	#header,
	.events,
	.heading-area {
		border: 0;
	}

	.logo {
		margin: 0 auto;
		display: block;
		float: none;
        margin-bottom:30px;
	}

	.logo .desktop,
	.logo .mobile {
		display: none;
	}

	.logo .print {
		display: block;        
	}

	.events {
		width: 100%;
		padding: 0;
	}

	.events .enents-frame,
	.events .scrollable-area-wrapper {
		width: 100% !important;
		height: auto !important;
	}

	.events .post {
		border: 0;
		padding: 10px 0 15px;
	}

	.events .date {
		padding: 0;
	}

	.events .date:after {
		display: none;
	}

	.events-block h1 {
		padding: 0;
	}

	.events-block .post {
		border: 0;
		padding: 10px 0 15px;
	}

	.events-block .date {
		padding: 0;
	}

	.events-block .date:after {
		display: none;
	}

	.tickets-info h1 {
		padding: 0;
	}

	.top-bar,
	.visual,
	.bg-stretch,
	.aside,
	.annoucement-panel,
	.links,
	#nav,
	.search-form,
	#sidebar,
	.load-more,
	.alert-bar,
	#footer,
	#header,
	.social-networks {
		display: none;
	}

	body,
	#wrapper,
	.header-holder,
	#main,
	.two-columns,
	.main-container,
	.columns,
	.content,
	.posts,
	.typography,
    .tickets-info h1,
	.two-columns {
		display: block;
		height: auto;
		overflow: visible;
		width: 100% !important;
		min-width: inherit;
		max-width: inherit;
		float: none;
		background: none;
		color: #000;
		border: 0;
		padding: 0;
		margin: 0;
	}
    

    #main {
    padding: 63px 102px;
}

    .tickets-info .table-holder, .tickets-info .events-holder {
    padding: 0 !important;
}

	.tickets-info .table-holder {
		display: block;
		height: auto;
		overflow: visible;
		width: 100% !important;
		min-width: inherit;
		max-width: inherit;
		float: none;
		background: none;
		color: #000;
		border: 0;
		padding: 0;
		margin: 0;
	}

	.two-columns .col-left {
		display: none;
	}

	.tabs .tabset-bar {
		padding: 0 0 0 237px;
	}

	.tab-content {
		padding: 10px 10px 0 0;
	}

	.accordion h2,
	.accordion .slide-drop {
		border: 0;
	}

	.two-columns .col-area,
	.two-columns .col-area:first-child,
	.two-columns .events-block,
	.two-columns .events-block:first-child {
		width: 80%;
		float: none;
		clear: both;
		margin: 0 auto 10px;
		height: auto !important;
		border: none;
	}

	.two-columns .events-block.add,
	.two-columns .events-block.add1 {
		page-break-inside: avoid;
	}

	.two-columns {
		margin: 20px 0;
	}

	.two-columns .text-area .mail-form-area {
		display: none;
	}

	.two-columns .col-area.add {
		border: none;
	}

	.two-columns .info-images {
		float: none;
		overflow: hidden;
	}

	.two-columns .info-text-area {
		float: none;
		clear: both;
		width: 100%;
	}

	.chk-area {
		border-width: 2px;
	}

	.select-area {
		border-width: 2px;
	}
}

@keyframes stretch-right-wrap {
	0% {
		margin: 0;
	}

	100% {
		margin: 0 -268px 0 268px;
	}
}

@-webkit-keyframes stretch-right-wrap {
	0% {
		margin: 0;
	}

	100% {
		margin: 0 -268px 0 268px;
	}
}

@keyframes stretch-left-wrap {
	0% {
		margin: 0 -268px 0 268px;
	}

	100% {
		margin: 0;
	}
}

@-webkit-keyframes stretch-left-wrap {
	0% {
		margin: 0 -268px 0 268px;
	}

	100% {
		margin: 0;
	}
}

@keyframes stretch-right {
	0% {
		left: -268px;
	}

	100% {
		left: 0;
	}
}

@-webkit-keyframes stretch-right {
	0% {
		left: -268px;
	}

	100% {
		left: 0;
	}
}

@keyframes stretch-left {
	0% {
		left: 0;
	}

	100% {
		left: -268px;
	}
}

@-webkit-keyframes stretch-left {
	0% {
		left: 0;
	}

	100% {
		left: -268px;
	}
}

/* DIRECTORY */
/* filter-form */
.filter-form {margin:0 0 18px;}
.filter-form .heading{
	margin:0 -42px 15px;
	padding:1px 42px 6px;
	border-bottom:1px solid #eaeaea;
}
.filter-form .heading-wrap{
	display:inline-block;
	vertical-align:top;
	position:relative;
	z-index:100;
}
.filter-form .heading strong{
	display:block;
	color:#3f4c6b;
	padding:0 20px 14px;
	font:36px/40px 'robotolight',Arial, Helvetica, sans-serif;
}
.filter-form h1{margin:0 0 2px;}
.filter-form .heading strong:after,
.filter-form h1:after{
	display:inline-block;
	vertical-align:middle;
	content:"";
	width:16px;
	height:8px;
	margin:1px 0 0 14px;
	background:url(../images/sprite2.png) no-repeat -399px 0;
}
.filter-form .heading .drop{
	position:absolute;
	top:-17px;
	left:-21px;
	width:593px;
	padding:16px 0 11px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background:#fff;
	border:solid #eaeaea;
	border-width:1px 1px 0;
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.03);
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.03);
	visibility:hidden;
}
.filter-form .heading-wrap.hover .drop{visibility:visible;}
.filter-form .heading .drop:after{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:2px;
	background:#132250;
	content:'';
}
 .filter-form .heading-list{
	margin:0;
	padding:0;
	list-style:none;
}
 .filter-form .heading-list li{padding:0;}
.filter-form .heading-list li:before{display:none;}
 .filter-form .heading-list a{
	display:block;
	font:bold 14px/18px 'roboto', Arial, Helvetica, sans-serif;
	color:#132250;
	padding:5px 20px;
	text-decoration:none;
}
.filter-form .heading-list a:hover{
	text-decoration:none;
	background:#132250;
	color:#fff;
}
.filter-form .row{
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	padding:11px 10px 10px 10px;
	background:#fbfbfb;
	z-index:50;
}
.filter-form .row:after{
	display:block;
	clear:both;
	content:"";
}
.filter-form .btn-search{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/directory-sprite.png) no-repeat 0 0;
	width:28px;
	height:28px;
}
.filter-form .alphabet{
	float:right;
	padding:0 0 0;
	margin:0 0 -19px;
	text-transform:uppercase;
}
.filter-form .alphabet .title{display:none;}
.filter-form .alphabet .all{float:left;
	padding:5px 10px 5px 0;}
.filter-form .alphabet .active:after{
	display:block;
	width:100%;
	height:3px;
	content:"";
	background:#132250;
	/*margin:-16px 0 -3px;*/
}
 .filter-form .alphabet ul{
	margin:0;
	padding:0 0 0 1px;
	float:left;
}
 .filter-form .alphabet ul.js-slide-hidden{position:static !important;}
.filter-form .alphabet li{
	float:left;
	padding:5px 10px 5px 0;
}
 .filter-form .alphabet li:before{display:none;}
 .filter-form .alphabet a{
	color:#132250;
	font:italic 20px/24px 'roboto',Arial, Helvetica, sans-serif;
	text-decoration:none;
	float:left;
}
.filter-form .alphabet ul li:after {
    border-radius: 0;
    height: auto;
    top: auto;
    width: auto;
}
    .content ul.tabset a {
        text-decoration: none;
    }


.directory-block h2:after {
    border-bottom: 1px solid #dcdcdc;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
}
 .directory-block h2 {
    color: #132250;
    font: italic 20px/24px 'roboto',Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 20px 0 5px 0;
    text-transform: uppercase;
}

 .directory-box:after {
    border-bottom: 1px solid #eaeaea;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
}
 .directory-block p {
    color: #323232;
    font: 14px/16px 'roboto',Arial,Helvetica,sans-serif;
    margin: 0 0 10px;
    padding: 10px 0 0;
}
 .directory-block p a {
    text-decoration: none;
    color: #323232;
}
 .directory-block p a:hover{
    text-decoration: underline;
}
   
 .directory-holder {
       margin-bottom: 15px;
   }

/*#main .filter-form .alphabet a:hover{text-decoration:underline;}*/
/* popup */
.popup{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#fff;
	display:none;
}
.row.active .popup{display:block;}
.popup .close{
	position:absolute;
	top:17px;
	right:10px;
	text-indent:-9999px;
	overflow:hidden;
	width:14px;
	height:16px;
	background:url(../images/directory-sprite.png) no-repeat -39px 0;
}
.popup .cover{
	border-bottom:5px solid #132250;
	padding:9px 30px 6px 21px;
	background:#fbfbfb;
}
.popup input[type=search]{
	display:block;
	width:100%;
	height:32px;
	padding:0;
	margin:0;
	border:0;
	border-left:1px solid #777;
	font-size:20px;
	background:#fbfbfb;
	text-transform:uppercase;
	color:#777;
}
::-webkit-input-placeholder { /* WebKit browsers */
	color:#777;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#777;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#777;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#777;
}
/* autocomplete */
.autocomplete{
	background:#fff;
	border:1px solid #eaeaea;
	border-top:0;
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.03);
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.03);
	margin:0 0 2px;
}
.autocomplete strong{
	display:block;
	border-bottom:1px solid #eaeaea;
	color:#132250;
	font:bold 14px/20px 'roboto', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:20px 20px 10px;
}
.autocomplete ul{
	margin:0;
	padding:0;
}
.autocomplete ul li{
	padding:14px 20px 13px;
	border-bottom:1px solid #eaeaea;
}
.autocomplete ul li:before{display:none;}
 .autocomplete ul a{
	font:20px/22px 'roboto', Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:none;
}
.autocomplete .bottom{
	background:#fbfbfb;
	padding:13px 20px 12px;
}
.autocomplete .view-all{
	color:#132250;
	text-decoration:none;
	font:italic 14px/16px 'roboto',Arial, Helvetica, sans-serif;
}






.hidden {
    font-style: normal;
    height: 1px;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

@media (max-width:1126px)
{
    div.headline{
        width:auto;
    }
}


