.slideshow .caption/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	/*color: inherit;  1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
    vertical-align: top;
	padding: 0;
}

.links,
#nav > ul,
#nav > ul ul,
.partners ul,
.meta,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#nav > ul:after,
.heading:after,
.partners ul:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	background: #000;
	min-width: 320px;
}

img {
	border-style: none;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #7D00FA;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid transparent;
	padding: 0; /*.4em .7em;*/
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #000;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #000;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #000;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #000;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #000;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.page #main {
	padding: 22px 0 75px;
}

.page .post {
	padding: 0 22px 0 19px;
}

.page .footer-block {
	margin-bottom: 58px;
}

#wrapper {
	overflow: hidden;
}

#header {
	background: #000;
	min-width: 320px;
	padding: 15px 22px 0;
	border-bottom: 1px solid #913400;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9;
}

#header.fixed-position #nav {
	max-height: 64vh;
}

#header.nav-active .nav-opener:before,
#header.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 33px;
}

#header.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#header.nav-active .nav-opener span:before {
	display: none;
}

.logo {
	width: 210px;
	float: left;
	margin-bottom: 21px;
}

.logo img {
	max-width: 100%;
	height: auto;
}

.links {
    background: #E5E4E2;
    padding: 10px 22px 3px;
    box-shadow: inset 0 15px 15px -10px rgba(0, 0, 0, .5);
    margin-right: -15px;
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    z-index: 3;
    border-top: 1px solid #E5E4E2;
}

.links li {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 7px 0;
}

.links li:last-child {
	margin-bottom: 0;
}

.links a {
	display: inline-block;
	vertical-align: top;
}

.links a:hover {
	opacity: .7;
}

#nav {
	position: absolute;
	top: 96px;
	right: 0;
	left: 0;
	z-index: 3;
	max-height: 80vh;
	overflow-y: auto;
}

#nav > ul {
	background: #913400;
	margin: 0 auto;
	padding: 31px 10px 15px 46px;
	border-top: 1px solid #fff;
	z-index: 9;
}

#nav > ul > li {
	margin-bottom: 18px;
	position: relative;
}

#nav > ul > li.active > a:hover {
	opacity: 1;
}

#nav > ul > li.has-drop-down:before {
	background: url("/App_Themes/CB/images/sprite.png") no-repeat -44px -44px;
	width: 15px;
	height: 16px;
	content: "";
	line-height: 1;
	position: absolute;
	top: 2px;
	left: -26px;
}

#nav > ul > li.drop-active:before {
	background-position: -68px -78px;
	top: 9px;
}

#nav > ul > li.hover .nav-drop {
	max-height: 600px;
}

#nav > ul > li > a {
	display: block;
}

#nav > ul ul {
	padding: 11px 0 12px 16px;
}

#nav > ul ul li {
	margin-bottom: 9px;
	position: relative;
}

#nav > ul ul li.has-drop-down .opener:before {
	content: "+";
	display: inline-block;
	vertical-align: middle;
	margin-left: -12px;
}

#nav > ul ul li.active .opener:before {
	content: "-";
}

#nav > ul ul li:last-child {
	margin-bottom: 0;
}

#nav > ul ul ul {
	padding: 9px 0 0 32px;
}

#nav > ul ul ul li:before {
	left: -8px;
}

#nav a:hover {
	opacity: .7;
}

#nav .drop-slide-wrapper {
	z-index: 4;
}

#nav .nav-drop {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .7s linear;
	transition: max-height .7s linear;
}

.nav-opener {
	width: 39px;
	height: 41px;
	position: absolute;
	top: 5px;
	right: 22px;
	z-index: 1;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span:before {
	background: #8c8c8c;
	content: "";
	width: 39px;
	height: 6px;
	border-radius: 2px;
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	position: absolute;
	top: 20px;
	left: 0;
}

.nav-opener:after {
	top: 40px;
}

.nav-opener span:before {
	top: 30px;
}

.slideshow {
	position: relative;
	height: 380px;
	margin-top: 96px;
}

.slideshow .not-enough-slides a.btn-prev,
.slideshow .not-enough-slides a.btn-next {
	visibility: hidden;
}

.slideshow .caption {
/*	width: 380px;

*/	
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 60px;
	left: 0;
}

.slideshow .caption img {
	max-width: 100%;
	height: auto;
}

.slide {
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.slide.active {
	z-index: 2;
}

.slide > img {
	width: 100%;
	height: auto;
}

.visual {
	height: 234px;
	position: relative;
	overflow: hidden;
	margin-top: 96px;
}

.visual h1 span {
	display: block;
}

.visual .not-enough-slides a.btn-prev,
.visual .not-enough-slides a.btn-next {
	visibility: hidden;
}

.visual .image-holder img {
	width: 100%;
}

.text-info {
	@import url('\\Mac\Dropbox\Websites\CharlestonBallet\webSite\App_Themes\CB\css\all.css');
	background: #7D00FA;
	@import url('\\Mac\Dropbox\Websites\CharlestonBallet\webSite\App_Themes\CB\css\all.css');
	padding: 23px 25px 21px 44px;
}

.text-info .location {
	display: none;
}

#main {
	padding: 31px 0 75px;
}

#main h1 {
	margin: 0 0 20px;
}

#main h1 br {
	display: none;
}

#main h2 {
	margin: 0 0 8px;
}

#main .block h1 {
	margin-bottom: 25px;
}

.heading {
	padding: 0 10px;
}

.heading.block {
	padding: 0 21px;
}

.heading.block h1 {
    padding-bottom: 19px;
    border-bottom: 1px solid #E5E4E2;
}

.heading.block h1 span {
	display: block;
}

.heading.block h2 {
	overflow: hidden;
}

.aside {
	padding-right: 6px;
}

.plugin {
	max-width: 330px;
	margin: 0 auto;
	position: absolute;
	right: 21px;
	left: 23px;
	bottom: 0;
}

.plugin img {
	max-width: 100%;
	height: auto;
}

.post {
	position: relative;
	padding: 0 15px 0 23px;
}

.post p {
	margin: 0 0 25px;
}

.post .text {
	padding-bottom: 384px;
}

.post .alignright {
	width: 100%;
	height: auto;
	margin-bottom: 34px;
}

.partners {
	position: relative;
	margin-bottom: 80px;
}

.partners li {
	/*width: 176px;*/
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
    margin:0 20px;
}

.partners li:after {
	content: "";
	width: 1px;
	min-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.partners a {
	display: inline-block;
	vertical-align: middle;
}

.mask {
	position: relative;
	overflow: hidden;
}

#footer {
	background: #7D00FA;
	padding: 54px 0;
}

#footer .title {
	margin: 0 0 16px;
	display: block;
	padding-bottom: 6px;
	border-bottom: 1px solid #fff;
}

#footer .logo {
	width: 114px;
	float: none;
	margin: 0 auto 16px;
}

.footer-block {
	margin-bottom: 49px;
}

.copyright {
	display: inline-block;
	vertical-align: top;
	padding: 0 12px;
}

.copyright a:hover {
	opacity: .7;
}

.meta li {
	padding: 0 10px;
}

.meta a:hover {
	opacity: .7;
}

.meta address {
	display: inline-block;
	vertical-align: middle;
}

.image-holder img {
	max-width: 100%;
	height: auto;
}

.social-networks {
	margin: 0 -10px 37px 0;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 5px 0;
}

.social-networks a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	background: url("/App_Themes/CB/images/sprite.png") no-repeat 0 0;
	width: 38px;
	height: 39px;
	display: inline-block;
	vertical-align: top;
}

.social-networks a:hover {
	opacity: .7;
}

.social-networks .facebook {
	background-position: 0 -43px;
}

.social-networks .twitter {
	background-position: -44px 0;
}

.social-networks .instagram {
	margin-left: -2px;
}


.bg-stretch {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.btn {
	background: #4c0098;
	width: 260px;
	display: inline-block;
	vertical-align: top;
	padding: 12px 10px 8px;
	border-radius: 7px;
}

.btn:hover {
	opacity: .7;
}

/* Contact Form */
.ContactAddress { float:none; }
.ContactForm { width:100%; }
.ContactForm h3 { margin:0; }
.ContactForm legend { display:none;color:#fff;font-size:18px;padding:0 0 0.5em 0; }
.ContactForm label { display:block;margin-top:1em;color:#fff; }
.ContactForm select { max-width: 300px; }
.ContactForm input[type="text"], .ContactForm input[type="email"], .ContactForm input[type="tel"], .ContactForm input[type="number"], .ContactForm textarea { width:90%;border:1px solid #DDD;font-size:16px;padding:0.2em; }
.ContactForm input[type="text"]:hover, .ContactForm input[type="email"]:hover, .ContactForm input[type="tel"]:hover, .ContactForm input[type="number"]:hover, .ContactForm textarea:hover, .ContactForm input[type="text"]:focus, .ContactForm input[type="email"]:focus, .ContactForm input[type="tel"]:focus, .ContactForm input[type="number"]:focus, .ContactForm textarea:focus { width:90%;border:1px solid #000;font-size:16px;padding:0.2em; }
.ContactForm button[type="submit"], .ContactForm input[type="submit"] {background: #333;border-radius: 7px;font: 17px/20px "Trajan W01 Bd","Times New Roman",Times,Baskerville,"Georgia",serif;text-align: center;color:#fff;font-size:16px;font-weight:normal;text-transform:uppercase;padding:0.5em 1em;margin-top:1em;}
.ContactForm .error { color: #D20;font-size: 14px; }
.ContactFormImage { display:none;visibility:hidden; }
.ContactForm .Radio label { display:inline-block;margin:0 15px 0 5px; }

.Quarter {float:left;width:100%;padding:20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.Third {float:left;width:100%;padding:20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}

@media (min-width: 560px) {
	.heading .social-networks {
		margin-bottom: 27px;
	}

	.heading.block {
		padding: 0;
	}

	.heading.block h1 {
		padding: 0 0 22px 37px;
		border-bottom: none;
	}

	.heading.block .social-networks {
		padding: 0 30px;
		margin-bottom: 3px;
	}

	.heading.block h2 {
		padding: 0 37px;
	}

	.partners {
		margin-bottom: 78px;
	}

	#footer .title {
		margin-bottom: 10px;
	}

	#footer h1 {
		margin-bottom: 9px;
	}

	.footer-block {
		padding: 0 16px 0 25px;
		margin-bottom: 42px;
	}

	.copyright {
		line-height: 22px;
	}
}

@media (min-width: 568px) {
	.page #main {
		padding: 8px 0 75px;
	}

	.page .post {
		padding: 0 31px 0 41px;
	}

	.page .footer-block {
		margin-bottom: 42px;
	}

	#header {
		padding: 10px 15px 3px;
		box-shadow: 0 14px 30px -8px rgba(0, 0, 0, .9);
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 9;
	}

	#header.fixed-position {
		padding: 10px 15px 3px;
	}

	#header.fixed-position .nav-opener {
		top: auto;
	}

	#header.fixed-position #nav {
		top: 67px;
	}

	.logo {
		margin: 10px 0 0;
	}

	.links {
		background: none;
		float: right;
		padding: 0;
		margin-right: 7px;
		position: static;
		border-top: none;
		box-shadow: none;
	}

	.links li {
		max-width: 115px;
		display: inline-block;
		vertical-align: top;
		margin-right: 7px;
	}

	.links a {
		background: #333;
		padding: 5px;
		border-radius: 7px;
	}

	#nav {
		top: 67px;
	}

	#nav > ul {
		max-width: 428px;
		border-top: none;
	}

	.nav-opener {
		float: right;
		margin-top: -2px;
		position: relative;
		top: auto;
		right: auto;
	}

	.slideshow {
		height: 536px;
		margin-top: 67px;
	}

	.slideshow .caption {
/*		width: 468px;
		bottom: 60px;
*/	}

	.visual {
		height: 304px;
		margin: 67px 0 0;
	}

	.text-info {
		padding: 12px 25px 7px 36px;
	}

	.text-info .name,
	.text-info .date,
	.text-info .location {
		display: inline-block;
		vertical-align: middle;
	}

	.text-info .date:before {
		content: "-";
		display: inline-block;
		vertical-align: middle;
		margin-right: 9px;
	}

	#main h1 {
		margin-bottom: 41px;
	}

	#main .block h1 {
		margin-bottom: 27px;
	}

	#main .block h2 {
		margin-bottom: 32px;
	}

	.post {
		padding: 0 50px 0 40px;
		overflow: hidden;
	}

	.post p {
		margin-bottom: 29px;
	}

	.post .text {
		padding-bottom: 369px;
	}

	.post .alignright {
		width: 41%;
		float: right;
		margin: 9px 11px 25px;
	}

	.meta {
		margin-bottom: -3px;
	}

	.meta li {
		display: inline-block;
		vertical-align: top;
		padding: 0;
		margin-bottom: 6px;
	}

	.meta li:before {
		content: "";
		width: 0;
		height: 0;
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px;
		border-style: solid;
		border-color: #fff transparent transparent;
		border-width: 3px 2px 0 1px;
	}

	.social-networks {
		margin-bottom: 32px;
	}
}

@media (min-width: 768px) {
	.page #main {
		padding-bottom: 62px;
	}

	.page .post {
		padding: 0 33px 0 48px;
	}

	#header {
		box-shadow: 0 12px 26px 0 rgba(0, 0, 0, .9);
	}

	#header.fixed-position {
		padding: 10px 15px 3px;
	}

	#header.fixed-position .links {
		display: block;
	}

	#header.fixed-position .nav-opener {
		margin-top: -3px;
	}

	#header.fixed-position #nav {
		top: 72px;
	}

	.logo {
		width: 251px;
	}

	.links {
		width: 290px;
		margin-right: 32px;
	}

	.links li {
		max-width: 134px;
		margin-bottom: 5px;
	}

	#nav {
		top: 69px;
	}

	.nav-opener {
		position: relative;
		float: right;
		top: auto;
		right: auto;
		margin-top: -3px;
	}

	.slideshow {
		height: 636px;
	}

	.slideshow .caption {
/*		width: 564px;
		bottom: 60px;
*/	}

	.visual {
		height: 400px;
	}

	.text-info {
		padding: 9px 25px 9px 38px;
	}

	.text-info .date:before {
		margin-right: 16px;
	}

	#main {
		padding-top: 55px;
	}

	#main h1 {
		overflow: hidden;
		margin-bottom: 0;
	}

	#main .block {
		padding-bottom: 9px;
	}

	#main .block h1 {
		position: absolute;
		top: 189px;
		left: 46px;
		z-index: 2;
	}

	#main .block h2 {
		margin-bottom: 0;
		padding-right: 10px;
	}

	.heading {
		padding: 0 41px 0 46px;
		margin-bottom: 36px;
	}

	.heading h1 {
		padding-right: 15px;
	}

	.heading.block {
		margin-bottom: 13px;
	}

	.heading.block h1 {
		padding: 0;
		border-bottom: none;
	}

	.heading.block h1 span {
		margin-bottom: 7px;
	}

	.heading.block h2 {
		padding: 0 48px;
	}

	.heading.block .social-networks {
		float: right;
		margin-right: 63px;
		padding: 0;
	}

	.heading .social-networks {
		margin-bottom: 0;
	}

	.post {
		padding: 0 69px 0 46px;
	}

	.post .text {
		padding-bottom: 389px;
	}

	.post .alignright {
		width: 39%;
	}

	.partners {
		margin-bottom: 82px;
	}

	#footer {
		padding: 61px 0;
	}

	#footer .title {
		margin-bottom: 10px;
	}

	#footer .logo {
		margin: 0 auto 16px;
	}

	.footer-block {
		max-width: 570px;
		margin: 0 auto 42px;
	}

	.social-networks {
		width: 155px;
		float: right;
		margin: 0 -10px 0 0;
	}

    .Quarter {float:left;width:50%;}
    .Third {float:left;width:50%;}

}

@media (min-width: 1024px) {
	.page #main {
		padding: 35px 0 133px;
	}

	.page .post {
		padding: 0 10px;
	}

	.page .partners {
		margin-bottom: 145px;
	}

	#header {
		background: transparent;
		border-bottom: none;
		padding: 0;
		box-shadow: none;
	}

	#header.fixed-position {
		padding: 0;
	}

	#header.fixed-position .links {
		margin-right: 32px;
	}

	#header.fixed-position .nav-opener {
		float: right;
		display: block;
		margin-right: 10px;
		position: relative;
		top: auto;
	}

	#header.fixed-position #nav {
		background: #913400;
		max-width: 100%;
		position: absolute !important;
		top: 67px;
		overflow-y: auto;
	}

	#header.fixed-position #nav > ul {
		width: 300px;
		margin: 0 auto;
	}

	#header.fixed-position #nav > ul > li {
		float: none;
		margin: 0 0 18px;
	}

	#header.fixed-position #nav > ul > li.has-drop-down:before {
		display: block;
	}

	#header.fixed-position #nav > ul > li.drop-active:before {
		height: 3px;
	}

	#header.fixed-position #nav > ul ul {
		padding: 8px 8px 0;
	}

	#header.fixed-position #nav > ul ul .has-drop-down:before {
		display: none;
	}

	#header.fixed-position #nav .nav-drop {
		width: auto;
		position: static;
	}

	#header.fixed-position .drop-slide-wrapper {
		width: auto !important;
		position: static !important;
		height: auto !important;
		display: block !important;
	}

	.links {
		margin-right: 81px;
	}

	.top-header {
		background: #000;
		padding: 10px 0 1px;
		border-bottom: 1px solid #E5E4E2;
		box-shadow: 0 22px 22px 0 rgba(0, 0, 0, .9);
	}

	#nav {
		max-width: 1040px;
		padding: 0 6px;
		margin: 0 auto;
		position: static !important;
		overflow: visible;
	}

	#nav > ul {
		background: transparent;
		max-width: none;
		display: block !important;
		position: static !important;
		padding: 16px 6px 0;
		margin-right: -30px;
	}

	#nav > ul > li {
		float: left;
		margin: 0 36px 0 0;
	}

	#nav > ul > li.has-drop-down:before {
		display: none;
	}

	#nav > ul > li:last-child .nav-drop {
		right: 0;
		left: auto;
	}

	#nav > ul ul {
		background: #7D00FA;
		padding: 25px 23px 62px;
	}

	#nav > ul ul li {
		padding-left: 16px;
	}

	#nav > ul ul li.has-drop-down .opener:before {
		background: url("/App_Themes/CB/images/sprite.png") no-repeat -44px -44px;
		width: 15px;
		height: 16px;
		content: "";
		line-height: 1;
		position: absolute;
		top: 2px;
		left: -6px;
		margin: 0;
	}

	#nav > ul ul li.active .opener:before {
		background-position: -68px -78px;
		top: 9px;
	}

	#nav > ul ul ul {
		padding: 13px 0 0 7px;
	}

	#nav .nav-drop {
		background: #913400;
		width: 371px;
		margin-top: 3px;
		position: absolute;
		top: 100%;
		left: 0;
	}

	#nav .nav-drop ul {
		display: block;
	}

	#nav .nav-drop .drop-slide-wrapper {
		position: static !important;
		height: auto !important;
		width: auto !important;
	}

	.nav-opener {
		display: none;
	}

	.slideshow .caption {
		width: auto;
		left: 0;
		right: 0;
	}

	.slideshow .image-holder {
		max-width: 1030px;
		margin: 0 auto;
	}

	.visual {
		max-width: 1040px;
		padding: 0 5px;
		height: 400px;
		margin: 67px auto 0;
	}

	.visual .caption {
		position: absolute;
		top: 120px;
		left: 0;
		bottom: 0;
	}

	#main {
		max-width: 1040px;
		padding: 55px 5px 51px;
		margin: 0 auto;
	}

	#main .block {
		padding-bottom: 5px;
		margin-bottom: 49px;
	}

	#main .block h1 {
		max-width: 1030px;
		padding: 0 20px;
		position: absolute;
		top: 204px;
		left: 50%;
		margin-left: -520px;
	}

	#main .block h1 br {
		display: block;
	}

	#main .block h2 {
		margin-bottom: 0;
	}

	.heading {
		padding: 0 6px 14px;
		margin-bottom: 21px;
		border-bottom: 1px solid #fff;
	}

	.heading.block {
		border-bottom-color: #E5E4E2;
	}

	.heading.block h1 {
		top: 22%;
		left: 11.8%;
	}

	.heading.block h2 {
		padding: 0;
	}

	.aside {
		width: 330px;
		float: right;
		margin-left: 50px;
		padding: 14px 0 0;
	}

	.plugin {
		position: static;
		float: right;
	}

	.post {
		padding: 0 0 0 4px;
	}

	.post .text {
		overflow: hidden;
		padding-bottom: 0;
		margin: 0 10px 0 0;
	}

	.post .alignright {
		max-width: 100%;
		width: auto;
		margin: 8px 66px 20px 20px;
	}

	.partners {
		max-width: 1040px;
		padding: 0 5px;
		margin: 0 auto 96px;
		overflow: hidden;
	}

	.mask {
		max-width: 1040px;
		padding: 0 5px;
		margin: 0 auto;
	}

	#footer {
		padding: 69px 0;
	}

	#footer .title {
		margin-bottom: 10px;
	}

	#footer .logo {
		float: left;
		margin: 0 20px 0 4px;
	}

	#footer .btn {
		float: right;
		margin: 10px 7px 0 0;
	}

	.footer-block {
		max-width: 725px;
		float: left;
		margin: 0;
	}

	.footer-block .holder {
		overflow: hidden;
	}

	.copyright {
		padding: 0 2px;
	}

	.meta {
		margin-left: -23px;
	}

	.container {
		max-width: 1040px;
		padding: 0 5px;
		margin: 0 auto;
		position: relative;
	}

	.social-networks {
		margin-top: -4px;
	}

	.btn {
		width: 252px;
		padding: 12px 6px 8px;
	}

    /* Contact Form */
    .ContactForm { width:70%; }
    /* .ContactForm legend { display:block;color:#009A3B;font-weight:bold;font-size:18px;padding:0 0 0.5em 0; }*/
    /*  .ContactForm label { display:block;font-weight:normal;margin-top:1em;color:#444; }*/
    .ContactForm input[type="text"], .ContactForm input[type="email"], .ContactForm input[type="tel"], .ContactForm input[type="number"], .ContactForm textarea { width:100%;border:1px solid #DDD;font-size:16px;padding:0.2em; }
    .ContactForm input[type="text"]:hover, .ContactForm input[type="email"]:hover, .ContactForm input[type="tel"]:hover,     .ContactForm input[type="number"]:hover, .ContactForm textarea:hover, .ContactForm input[type="text"]:focus, .ContactForm input[type="email"]:focus, .ContactForm input[type="tel"]:focus, .ContactForm input[type="number"]:focus, .ContactForm textarea:focus { width:100%;border:1px solid #000;font-size:16px;padding:0.2em; }
    .ContactForm button[type="submit"], .ContactForm input[type="submit"] {background: #333;border-radius: 7px;font: 17px/20px "Trajan W01 Bd","Times New Roman",Times,Baskerville,"Georgia",serif;text-align: center;color:#fff;font-size:16px;font-weight:normal;text-transform:uppercase;padding:0.5em 1em;margin-top:1em;}
    .ContactForm .error { color: #D20;font-size: 14px; }
    .ContactFormImage { display:block;visibility:visible;float:right;width:40%; }
    /*End Contact Form */

    .Quarter {float:left;width:25%;}
    .Third {float:left;width:33%;}

}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1023px) {
	#nav .drop-slide-wrapper {
		position: static !important;
		width: auto !important;
		height: auto !important;
	}

	.meta li:first-child:before {
		display: none;
	}
}

@media (max-width: 340px) {
	.post .text {
		padding-bottom: 303px;
	}
}


.Access {
    border-top:1px solid #fff;
    padding:20px;
    margin: 20px 0 0 0;
    width:100%;
}
.Access p {}
.Access img { display:block;margin:0 auto 20px auto;text-align:center; }


@media (min-width: 1025px) {
    .Access     {
        max-width: 995px;
        border-top:1px solid #fff;
        padding:20px 5px;
        margin: 20px 0 0 27px;
    }
    .Access img { float:left;margin:10px 20px 20px 0; }
}
.twoCol {
    width: 100%;
    clear: both;
}
.twoCol:after {
    content:"";
    display:block;
    clear:both;
}
.twoCol .col, .twoCol .col:nth-of-type(2n) {
    float: none;
    width: 100%;
}

@media (min-width: 768px) {
    .twoCol .col {
        float: left;
        width: 45%;
        text-align: left;
        margin-right:10%;
    }
    .twoCol .col:nth-of-type(2n) {
        float: left;
        width: 45%;
        margin-right:0;
    }
}