
/*=========================*/
/* Desktop/Default styles: */
/*=========================*/

/*========== Common styles: ==========*/
@font-face {
    font-family: titlesFont;
    src: url(../fonts/rtl/titles/fbavia-regular.otf);
}
@font-face {
    font-family: textFont;
    src: url(../fonts/rtl/text/fbtipograf-regular.otf);
}
@font-face {
    font-family: languagePickerFont;
    src: url(../fonts/rtl/text/fbtipograf-regular.otf);
}
* {
    box-sizing: border-box;
	margin: 0;
}
html {
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	min-height: 100%;
	height: 100%;
	margin: 0;
	/* padding: 116px 0 0 0 !important; */
	background-color: #080808;
	font-size: 100%;
	font-family: 'textFont', sans-serif;
	text-shadow: 1px 1px 2px #000000;
	overflow-y: scroll;
	
	overflow-x: hidden !important;
	padding: 0 !important;
}
body .tooltip {
	z-index: 9999;
}
body .tooltip > .tooltip-inner {
	background-color: #ffffff;
	color: #cc0000;
	border: 5px solid #ffffff;
	font-family: 'textFont', sans-serif;
	font-size: 1.2em;
	line-height: 1.2;
	-webkit-border-radius: 5px; border-radius: 5px;
}
body .tooltip > .tooltip-inner strong {
	font-size: 1.3em;
}
body .tooltip > .tooltip-inner .glyphicon-star {
	color: #ffcc00;
	text-shadow: 1px 1px 1px #000000;
}
body .tooltip.top > .tooltip-arrow { border-top: 5px solid #ffffff; }
body .tooltip.bottom > .tooltip-arrow { border-bottom: 5px solid #ffffff; }
body .tooltip.left > .tooltip-arrow { border-left: 5px solid #ffffff; }
body.tooltip.right > .tooltip-arrow { border-right: 5px solid #ffffff; }

.mark, mark {
    padding: 0.2em !important;
    background-color: #cc0000 !important;
    color: #ffffff !important;
}

.wrapper {
	height: auto !important;
	margin: 0 auto -100px; /* Note: The negative value must be the same as footer's height */
	padding-top: 0; /* 65px; */
}
.push_footer_to_bottom_of_page {
	height: 100px; /* Note: This value must be the same as footer's height */
	clear: both;
}
::-moz-selection { background-color: #cc0000; color: #ffffff; text-shadow: none; }
::selection { background-color: #cc0000; color: #ffffff; text-shadow: none; }
.navbar {
	font-family: 'titlesFont', sans-serif;
	background-color: #222222;
	color: #9d9d9d;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
	z-index: 9998;
	font-size: 1em;
}
.navbar .container-fluid {
	padding: 0;
	display: flex;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
	overflow-x: auto !important;
}
.navbar .navbar-header {
	width: auto;
	height: auto;
	padding: 20px;
	margin: 0;
}
.navbar .navbar-brand {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 !important;
}
.navbar .navbar-brand img {
	width: 200px;
	height: 76px;
}
.navbar .navbar-nav {
	/* -webkit-backface-visibility: hidden; */
	padding: 0;
	/* margin: 0 -15px; */
	margin: 0 !important;
}
.navbar .navbar-nav > ul#links_wrapper {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	
	display: flex !important;
	flex-direction: row !important;
	justify-content: flex-start !important;
	align-items: center !important;
	overflow: hidden !important;
	margin-top: -0.5em !important;
}
.navbar .navbar-nav > ul#links_wrapper > li {
	display: table;
	width: auto; /* 100px; */
	height: 60px; /* 116px; */
	margin: 0;
	padding: 0;
}
.navbar .navbar-nav > ul#links_wrapper > li > a {
	display: table-cell;
	width: auto; /* 100px; */
	height: 60px; /* 116px; */
	margin: 0;
	padding: 0 30px;
	text-align: center;
	vertical-align: middle;
	background-color: #222222;
	color: #9d9d9d;
	text-shadow: 2px 2px 4px #000000;
}
.navbar .navbar-nav > ul#links_wrapper > li > a:hover, .navbar .navbar-nav > ul#links_wrapper > li > a:focus {
	background-color: #cc0000 !important;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 2px 2px 4px #000000;
}
.navbar .navbar-nav > ul#links_wrapper > li.active > a,
.navbar .navbar-nav > ul#links_wrapper > li.active > a:hover,
.navbar .navbar-nav > ul#links_wrapper > li.active > a:focus {
	background-color: #cc0000 !important;
	color: #ffffff;
	opacity: 1;
}
.navbar .navbar-nav > ul#links_wrapper > li:not(.active) > a:hover {
    opacity: 0.9;
}
.language-picker {
	position: absolute !important;
	top: 10px;
	width: 200px;
	height: 20px;
	font-family: 'languagePickerFont', sans-serif;
	z-index: 9999;
	direction: ltr;
	background-color: #222222;
	color: #9d9d9d;
	display: table;
	border: none !important;
	padding: 5px !important;
	margin: 1em !important;
	text-align: center !important;
}
.language-picker .btn-group {
	margin: 0 !important;
    padding: 0 !important;
}
.language-picker .btn-group-middle {
	border-right: 2px solid #9d9d9d;
	border-left: 2px solid #9d9d9d;
}
.language-picker .btn {
	display: table-cell;
	
	background-color: #222222;
	color: #9d9d9d;
	font-size: 12px;
	margin: 0 !important;
    padding: 0 10px;
	border: none;
	outline: none;
	text-align: left;
	vertical-align: baseline;
}
.language-picker .btn.btn-rtl {
	font-size: 14px;
	margin-top: -1px !important;
}
.language-picker .btn:hover {
    color: #cc0000;
	outline: none;
}
.language-picker .btn-group-justified>.btn-group { width: auto !important; margin: 0 !important; padding: 0 !important; }
.language-picker .btn-group-justified>.btn-group .btn { width: auto !important; height: 20px !important; }
.language-picker .btn-group-justified>.btn,.language-picker .btn-group-justified { width: auto !important; }
.alert {
	display: block;
	font-size: 1em;
	text-shadow: none;
	background-color: rgba(204, 204, 204, .5);
	color: #ffffff;
	padding: 7px 10px;
	margin: 20px 0 2px 0;
}
.alert .msg_rtl {
	margin-right: 15px;
}
.alert .msg_ltr {
	margin-left: 15px;
}
.alert .close {
	color: #ffffff;
	font-size: 1.5em;
	text-shadow: none;
	opacity: .4;
}
.alert .close:hover {
	opacity: .7;
}
footer {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 30px; /* 50px 30px 30px 30px; */
	background-color: #222222;
	color: #9d9d9d;
	font-size: 16px;
	border-top: 1px solid #222222;
}
.copyright {
	direction: ltr;
}
#copyright-sign {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
#btn-back-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
}
#btn-back-to-top .glyphicon {
    font-size: 36px;
    vertical-align: middle;
    color: #cccccc;
}
#btn-back-to-top .glyphicon:hover {
    color: #ffffff;
}
footer .container-fluid .row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
}
footer .container-fluid > .row:last-of-type {
    margin-top: 50px;
}
footer .container-fluid .row .col-md-4 {
    margin: 0 30px !important; /* 0 50px */
}
footer .container-fluid .row.quick-nav {
    flex-direction: row;
    align-items: flex-start;
    font-size: 1em;
    line-height: 1.8;
}
footer .container-fluid .row.quick-nav ul {
    list-style: none;
    padding: 0;
}
footer .container-fluid .row.quick-nav ul a {
    color: #9d9d9d;
}
footer .container-fluid .row.quick-nav ul a:hover,
footer .container-fluid .row.quick-nav ul a:active,
footer .container-fluid .row.quick-nav ul a:focus {
    color: #ffffff;
}
footer .container-fluid .row.contact .glyphicon {
    color: #ffffff;
}
footer .container-fluid .row.contact .contact-way {
    margin-bottom: 10px;
}
footer .container-fluid .row.contact .contact-way > span:last-of-type {
    margin: 0 10px;
}
footer .container-fluid .row.contact .contact-way.phone { font-size: 18px; }
footer .container-fluid .row.branches .branch {
    margin: 5px 0 10px 0;
}
footer .title_container .title {
    font-family: 'titlesFont', sans-serif;
    text-shadow: 2px 2px 4px #000000;
    color: #ffffff;
    padding: 0;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #cc0000;
}
footer .title_container .title h4 {
    margin-bottom: 3px;
}
footer .website_by { font-size: 14px; margin-top: -10px; }
footer .footer-contents { text-align: center; }
footer .social-icons { margin-bottom: 10px; }
footer .social-icons a img { width: 50px; height: 50px; }
footer a:link, footer a:visited, footer a:active { color: #9d9d9d; }
footer a:hover { color: #ffffff; }
footer .logo-in-footer { margin-bottom: 0; }
.footer-text .line-1, .footer-text .line-2, .footer-text .line-3 { display: inline-block; }
.footer-text .line-3 a { font-size: 14px; }
footer .container-fluid > .row > .col-sm-4 {
    margin: 0 1em;
}
.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}
.main_section {
	width: 33% !important;
	margin: 50px auto !important; /* 0 auto 50px auto */
	padding: 25px 30px;
	text-align: justify;
	color: #ffffff;
	font-family: 'textFont', sans-serif;
	background-color: rgba(255,255,255,.2);
	-webkit-border-radius: 0; border-radius: 0; /* -webkit-border-radius: 10px; border-radius: 10px; */  /* No_Rounded_Corners */
}
.main_section.wide {
	width: 66% !important;
}
.main_section.wider {
	width: 80% !important;
}
.main_section.shadowed {
	-webkit-box-shadow: 0 0 0.75em #000000; box-shadow: 0 0 0.75em #000000;
}
.main_section .title_container {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	border-bottom: 2px solid #cc0000;
}
.main_section .title_container .title {
	font-family: 'titlesFont', sans-serif;
	text-shadow: 2px 2px 4px #000000;
	color: #ffffff;
	margin: 27px 0 -11px 0;
	padding: 0;
	/* text-align: right; */
}
.main_section .title_container .higher_title {
	margin: 7px 0 -11px 0;
}
.main_section .title_container .title > h2 {
    font-size: 36px;
}
.main_section .title_container .icons {
	margin-top: 35px;
}
.main_section .title_container .icons a, .main_section .title_container .icons a:link, .main_section .title_container .icons a:visited, .main_section .title_container .icons a:active {
	color: #ffffff;
}
.main_section p:first-child {
	margin: 0 0 1em 0;
}
.main_section p {
	margin: 0.85em 0;
}
.main_section li {
	margin: 0.6em 0;
}
.main_section .btn {
	display: inline-block;
	margin: 7px 0 0 0;
	padding: 5px 25px;
	text-align: center;
	background-color: rgba(204, 0, 0, .9);
	color: #ffffff;
	-webkit-border-radius: 30px; border-radius: 30px;
	text-shadow: none;
	-webkit-box-shadow: 0px 0px 2px #000000; box-shadow: 0px 0px 2px #000000;
	-webkit-transition: -webkit-box-shadow 200ms, box-shadow 200ms; transition: -webkit-box-shadow 200ms, box-shadow 200ms;
	font-size: 1em;
}
.main_section .btn:hover {
	-webkit-box-shadow: 0px 0px 10px #000000; box-shadow: 0px 0px 10px #000000;
	
}
.main_section .btn:active, .main_section .btn:focus {
	outline: none !important;
}
.main_section li .btn {
	margin-top: -7px;
}
.main_section .panel {
	background-color: #ffffff;
	padding: 0;
	margin-bottom: 26px;
	-webkit-border-radius: 0; border-radius: 0;
	-webkit-box-shadow: 0 0 0.5em #080808; box-shadow: 0 0 0.5em #080808;
	display: none;
}
.main_section .panel.wide_panel {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.main_section .panel .panel-heading {
	background-color: #ffffff;
	color: #000000;
	text-shadow: none;
	font-family: 'titlesFont', sans-serif;
	font-size: 0.9em;
	-webkit-border-radius: 0; border-radius: 0;
	padding: 25px 20px 0 20px;
}
.main_section .panel .panel-heading > h3 {
    margin-top: 0;
    font-size: 1.3em;
}
.main_section .panel.wide_panel .panel-heading {
	padding: 15px 20px 5px 20px;
}
.main_section .panel .panel-body {
	background-color: #ffffff;
	padding: 10px !important; /* 5px */
	-webkit-border-radius: 0; border-radius: 0;
}
.main_section .panel a {
	outline: none;
}
.main_section .popover {
	height: auto;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 0.75em #222222; box-shadow: 0 0 0.75em #222222;
	-webkit-border-radius: 0; border-radius: 0; /* -webkit-border-radius: 5px; border-radius: 5px; */  /* No_Rounded_Corners */
	z-index: 9997;
}
.main_section .popover-title {
	height: auto;
	padding: 7px 20px 5px 20px;
    font-family: 'textFont', sans-serif;
	background-color: #ffffff;
	color: #9d9d9d;
}
.main_section .popover-content {
	height: auto;
	padding: 10px;
	background-color: #ffffff;
	color: #9d9d9d;
	font-family: 'textFont', sans-serif;
}
.main_section .popover-content p {
	font-size: 1.2em;
}
.main_section .popover .close {
	position: absolute;
	top: 8px;
}
.main_section .popover.bottom > .arrow {
    margin-left: -5px !important; /* -4px */
}
.main_section .load_more {
	display: block;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.main_section .load_more img {
	position: relative;
	margin-top: 5px;
	display: none;
}
.main_section .load_more .btn {
	position: relative;
}

/*========== Magnific-Popup plugin customization: ==========*/
.mfp-bg {
	background: #0b0b0b;
	opacity: 0.8;
    filter: alpha(opacity=80); /* for IE8 and earlier */
	z-index: 9999;
}
.mfp-wrap {
	z-index: 9999;
}
.narrow_content {
	max-width: 50% !important;
}
.wide_content {
	max-width: 66% !important;
}
img.mfp-img {
	background-color: #ffffff;
	padding: 2px;
	margin-top: 15px;
}
.mfp-s-loading .mfp-arrow { 
   display: none;
}
.mfp-container .mfp-arrow {
	background: transparent;
	color: #ffffff;
	opacity: 0.65;
	filter: alpha(opacity=65);
}
.mfp-container .mfp-arrow:hover {
	background: transparent;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.mfp-container .mfp-arrow:before, .mfp-container .mfp-arrow:after, .mfp-container .mfp-arrow .mfp-b, .mfp-container .mfp-arrow .mfp-a {
	display: none;
}
.mfp-container .mfp-arrow > .glyphicon {
	font-size: 40px;
}
.mfp-zoom-out-cur {
  cursor: auto;
}
.mfp-title {
	padding: 0;
	text-shadow: none;
	letter-spacing: 1px;
}
.mfp-counter {
	color: #ffffff;
	text-shadow: none;
	margin-top: -2px;
}
.mfp-counter span {
	float: left;
	margin: 0 2px;
}
.mfp-bottom-bar {
	margin-top: 5px;
	margin-bottom: 5px;
}
.mfp-container .mfp-close {
    top: 2px;
    right: -35px;
	width: 44px;
    text-align: right;
    font-size: 36px;
	color: #ffffff;
	cursor: pointer;
}

/*========== Home page styles: ==========*/
#myCarousel {
	margin-top: 166px !important; /* 160px; */
	height: calc(100vh - 166px) !important;
}
#myCarousel .carousel-inner {
    height: calc(100vh - 166px) !important;
}
#myCarousel .carousel-inner > .item > img {
	width: 100%;
	margin: auto;
}
#myCarousel .carousel-indicators {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);
	width: auto;
	margin: 0;
	padding: 0;
}
.updates-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 200px;
    left: 100px;
}
.marquee {
    position: relative;
    width: 20vw;
	height: 200px;
	border: 1px solid #ffffff;
	background-color: transparent;
	color: #ffffff;
	font-family: 'textFont', sans-serif;
	font-size: 16px;
	overflow: hidden;
	-webkit-border-radius: 0;
	border-radius: 0;
    margin: 1.5em 0;
}
.update {
	margin: 0 20px;
	padding: 20px 5px;
	border-bottom: 1px dotted #666666;
}
.update.first {
	font-style: italic;
	border-top: 1px dotted #666666;
}
.update .glyphicon {
	font-size: 24px;
	vertical-align: text-bottom;
}
.update_rtl {
	line-height: 1.3;
}
.update_ltr {
	line-height: 1.5;
}
.update_glyphicon_rtl {
	padding: 0 0 0 10px;
}
.update_glyphicon_ltr {
	padding: 0 10px 0 0;
}
.update a, .update a:link, .update a:visited, .update a:hover, .update a:focus, .update a:active {
	color: #ffffff;
	text-decoration: underline;
}
.specialUpdate {
    position: relative;
    width: 20vw;
    height: auto;
    padding: 1.5em;
    margin: 0 0 1em 0;
    border: 3px dotted #ffffff;
    background-color: rgba(204, 0, 0, .75);
    color: #ffffff;
    font-family: 'textFont', sans-serif;
    font-size: 16px;
    overflow: hidden;
    -webkit-border-radius: 2em 0;
    border-radius: 2em 0;
    text-shadow: none;
    text-align: center;
}
.special_update_rtl {
	line-height: 1.3;
}
.special_update_ltr {
	line-height: 1.5;
}
.specialUpdate h3 {
    font-family: 'titlesFont', sans-serif;
    font-size: 1.6em;
    text-align: center;
    width: 90%;
    line-height: 1.2;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0 auto 0.4em auto;
}
.specialUpdate p {
    margin: 0px;
}
.specialUpdate a, .specialUpdate a:link, .specialUpdate a:visited, .specialUpdate a:hover, .specialUpdate a:focus, .specialUpdate a:active {
	color: #ffffff;
	text-decoration: underline;
}
.update table, .update table th, .update table td {
  border: 1px solid #ffffff !important;
  border-collapse: collapse !important;
  padding: 0.5em 1em !important;
}
.update table {
    margin-top: 1em !important;
}
.update.update_ltr table th {
    text-align: left !important;
}
.update.update_rtl table th {
    text-align: right !important;
}
.update table ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.data_sections {
	margin: 100px auto 70px auto;
	text-align: center; /* Note: This is needed to center images in data_section's */
}
.data_section img {
	border: 2px solid #ffffff;
}
.data_section h2 {
	display: inline-block;
	color: #ffffff;
	font-family: 'titlesFont', sans-serif;
	text-shadow: 2px 2px 4px #000000;
	border-bottom: 2px solid #cc0000;
}
.data_section p {
	padding: 0 20px;
	color: #9d9d9d;
	font-family: 'textFont', sans-serif;
	text-align: justify;
}
.data_section p a:link, .data_section p a:visited, .data_section p a:hover, .data_section p a:active {
	color: #ffffff;
}
.recent-workshops, .recent-shows {
	margin-top: 25px;
}
.recent-shows .panel-heading p, .recent-workshops .panel-heading p {
	font-family: 'titlesFont', sans-serif;
	margin-top: 0px;
	margin-bottom: 0.5em;
	color: #9d9d9d;
}
#recent_shows_grid, #recent_workshops_grid {
	display: flex;
	flex-direction: row;
}
#recent_shows_grid[data-columns]::before, #recent_workshops_grid[data-columns]::before {
	content: '4 .col-sm-3';
}

/*========== Overview page styles: ==========*/
.wrapper.bg_overview_page {
	background-color: #080808;
	background-image: url("../images/bg_overview.jpg"), url("../images/bg_overview_bg.gif");
	background-position: left top, left top;
	background-size: 100% auto, 100% auto;
	background-repeat: no-repeat, repeat;
}
.wrapper.bg_overview_page .main_section {
    margin-top: 216px !important;
}
.overview_items {
	margin-top: 25px;
	height: auto;
	min-height: 600px;
}
#overview_items_grid[data-columns]::before {
	content: '2 .col-sm-6';
}
.overview_items .panel-body {
	position: relative;
}
.overview_items .panel-body .title {
	font-family: 'titlesFont', sans-serif;
	background-color: #cc0000;
	color: #ffffff;
	text-shadow: none;
	-webkit-box-shadow: 0px 0px 5px #000000; box-shadow: 0px 0px 5px #000000;
	padding: 20px 40px;
	line-height: 1.2;
	
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
	text-align: center;
	
	margin-top: 0;
}
.overview_item_popup {
	position: relative;
	background-color: #ffffff;
	width: auto;
	max-width: 60%;
	margin: 20px auto;
	font-size: 1.8em;
	text-shadow: none;
	border: 2px solid #ffffff;
	text-align: justify;
}
.overview_item_popup h1 {
	background-color: #cc0000;
	color: #ffffff;
	padding: 20px;
	font-family: 'titlesFont', sans-serif;
	text-shadow: 2px 2px 4px #000000;
	margin: 0;
	text-align: center;
	line-height: 1.3;
}
.overview_item_popup p {
	margin: 0 0 15px 0;
	padding: 0 35px; /* 0 50px; */
}
.overview_item_popup ul {
	list-style-type: none;
	padding: 0 50px;
}
.overview_item_popup li {
	margin: 20px 0;
}
.overview_item_popup li .title {
	display: inline-block;
	letter-spacing: 1px;
	border-bottom: 2px solid #cc0000;
	padding: 0;
	margin-bottom: 5px;
}
.overview_item_popup li .content p {
	padding: 0;
}
.overview_item_popup .mfp-close {
	margin-top: -17px;
}
.overview_item_popup .text {
	padding: 35px 0 20px 0;
}
.mfp-fade.mfp-wrap .mfp-content { /* content at start */
	opacity: 0;
	-webkit-transition: opacity 500ms ease-out; -moz-transition: opacity 500ms ease-out; transition: opacity 500ms ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content { /* content animate in */
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { /* content animate out */
	opacity: 0;
}

/*========== Biography page styles: ==========*/
.biography_text {
    margin-top: 20px; /* 25px; */
}
.wrapper.bg_bio_page {
	background-color: #1c1d17;
	background-image: url("../images/bg_bio.jpg"), url("../images/bg_bio_bg.jpg");
	background-position: 0% 50% !important; /* left top, left top; */
	background-size: 100% auto, 100% auto;
	background-repeat: no-repeat, repeat;
}
.wrapper.bg_bio_page .main_section {
    margin-top: 216px !important;
}

/*========== Teaching Method page styles: ==========*/
.wrapper.bg_teaching_method_page {
	background-color: #080808;
	background-image: url("../images/bg_teaching_method.jpg"), url("../images/bg_teaching_method_bg.jpg");
	background-position: left top, left top;
	background-size: 100% auto, 100% auto;
	background-repeat: no-repeat, repeat;
	
    margin-top: -50px; /* Note: These 2 lines are required */
    padding-top: 100px;
}
.wrapper.bg_teaching_method_page .main_section {
    margin-top: 166px !important;
}

/*========== Classes page styles: ==========*/
.wrapper.bg_classes_page {
	background-color: #080808;
	background-image: url("../images/bg_classes.jpg");
	background-size: 100% auto;
	background-repeat: repeat-y;
	
	margin-top: -50px; /* Note: These 2 lines are required */
    padding-top: 100px;
}
.wrapper.bg_classes_page .main_section {
    margin-top: 166px !important;
}
.table {
	display: table;
}
.main_section .table th {
	width: 16.66%;
	height: 50px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}
.table td {
	display: table-cell;
	width: 16.66%;
	min-height: 100px;
	height: 100px;
	font-size: 0.8em;
	text-align: center;
	vertical-align: middle;
	padding: 0;
}
.table div.lesson_container {
	display: table;
	width: 100%;
	height: 100%;
}
.table div.lesson {
	position: relative;
	min-height: 100px;
	padding: 12px;
	margin: 5px;
	background-color: rgba(204, 0, 0, .75);
	color: #ffffff;
	-webkit-border-radius: 0; border-radius: 0;
	cursor: default;
	z-index: 998;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-shadow: none;
	-webkit-box-shadow: none; box-shadow: none;
	-webkit-transition: text-shadow 300ms, background-color 300ms; transition: text-shadow 300ms, background-color 300ms;
}
.table div.lesson:hover {
	text-shadow: 1px 1px 2px #000000;
	background-color: rgba(204, 0, 0, .95);
}
.table div.lesson.zoom-lesson {
    background-color: rgba(255, 128, 0, .75);
}
.table div.lesson.zoom-lesson:hover {
    background-color: #ff8000;
}
.table div.lesson.new {
	background-image: url("../images/new_class_ribbon_HE.png");
	background-position: -7px -7px;
	background-repeat: no-repeat;
	background-size: 80px 80px; /* 50%; */
}
.lessonHours {
	font-family: Arial, sans-serif;
	font-size: 11px;
}
.googleMap {
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

/*========== Workshops page styles: ==========*/
.wrapper.bg_workshops_page {
	background-color: #080808;
	background-image: url("../images/bg_workshops.jpg"), url("../images/bg_workshops_bg.jpg");
	background-position: center center; /* left top, left top; */
	background-size: 100% auto; /* auto 100%; */ /* 100% auto, 100% auto; */
	background-repeat: repeat-y; /* no-repeat, repeat; */
	margin-top: -50px; /* Note: These 2 lines are required */
    padding-top: 100px;
}
.wrapper.bg_workshops_page .main_section {
    margin-top: 166px !important;
}
.main_section.bg_workshops_page {
    background-color: #080808;
	background-image: url("../images/bg_workshops.jpg"), url("../images/bg_workshops_bg.jpg");
	background-position: left top, left top;
	background-size: 100% auto, 100% auto;
	background-repeat: no-repeat, repeat;
}
.workshops {
	margin-top: 50px;
}
.workshops .panel-heading p {
	font-family: 'titlesFont', sans-serif;
}
.workshops .panel-heading small {
	font-family: 'textFont', sans-serif;
	color: #9d9d9d;
}
#workshops_grid[data-columns]::before {
	content: '2 .col-sm-6';
}
.workshops_intro_p {
	padding-left: 20px;
	padding-right: 20px;
}

/*========== Shows page styles: ==========*/
.wrapper.bg_shows_page {
	background-color: #080808;
	background-image: url("../images/bg_shows.jpg");
	
	background-size: auto 100%; /* 100% auto; */
	background-repeat: no-repeat; /* repeat-y; */
	
    background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: center center;
	margin-top: -50px; /* Note: These 2 lines are required */
    padding-top: 100px;
}
.wrapper.bg_shows_page .main_section {
    margin-top: 166px !important;
}
.main_section.bg_shows_page {
    background-color: #080808;
	background-image: url("../images/bg_shows.jpg");
	background-position: left top; /* center center; */
	background-size: 100% auto;
	background-repeat: repeat-y;
}
.show_types .thumbnail {
	margin-top: 5px;
	-webkit-border-radius: 0; border-radius: 0;
	-webkit-box-shadow: 0 0 1em #080808; box-shadow: 0 0 1em #080808;
}
.show_types .thumbnail .caption {
	padding: 5px 15px;
	text-shadow: none;
	line-height: 1.3;
}
.show_types .thumbnail .caption h3 {
	color: #cc0000;
	font-family: 'titlesFont', sans-serif;
	text-align: center;
	padding: 10px 5px;
	border: 2px solid #cc0000;
	-webkit-border-radius: 10px 0 10px 0; border-radius: 10px 0 10px 0;
}
.show_types .thumbnail .caption p {
	color: #080808;
	font-family: 'textFont', sans-serif;
}
.show_types .thumbnail .caption p.small {
	color: #9d9d9d;
	letter-spacing: 1px;
}
.selected_shows {
	margin-top: 25px;
}
.selected_shows .panel-heading h3 {
	display: inline-block;
	font-family: 'titlesFont', sans-serif;
	border-bottom: 2px solid #cc0000;
	margin-bottom: -10px;
}
.selected_shows .panel-heading p {
	font-family: 'textFont', sans-serif;
}
#selected_shows_grid[data-columns]::before {
	content: '2 .col-sm-6';
}

/*========== Gallery page styles: ==========*/
.wrapper.bg_gallery_page {
	background-color: #080808;
	background-image: url("../images/bg_gallery.jpg");
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: center center;
	margin-top: -50px; /* Note: These 2 lines are required */
    padding-top: 100px;
}
.wrapper.bg_gallery_page .main_section {
    margin-top: 166px !important;
}
.images_grid_container, .videos_grid_container{
	margin-top: 25px;
}
#images_grid[data-columns]::before {
	content: '3 .col-sm-4';
}
#videos_grid[data-columns]::before {
	content: '2 .col-sm-6';
}
.main_section .videos_grid_container .embed-responsive {
	margin-bottom: 26px;
	-webkit-border-radius: 0; border-radius: 0;
	-webkit-box-shadow: 0 0 1em #080808; box-shadow: 0 0 1em #080808;
}
.main_section .sort_by_btn_container {
	padding-left: 0;
	padding-right: 0;
}
.main_section .sort_by_btn_container #sort_by_btn {
	margin-top: 0;
}
.main_section .sort_by_btn_container .dropdown-menu {
	margin: 0;
	padding: 0;
	background-color: #cc0000;
	font-family: 'textFont', sans-serif;
}
.main_section .sort_by_btn_container .dropdown-menu li {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #b30000;
}
.main_section .sort_by_btn_container .dropdown-menu li:last-child {
	border-bottom: none;
}
.main_section .sort_by_btn_container .dropdown-menu li > a {
	display: table-cell;
	width: 100%;
	height: auto;
	padding: 10px 15px;
	margin: 0;
	vertical-align: middle;
	color: #ffffff;
	text-shadow: none;
	background-color: #cc0000;
	font-size: 1.1em;
}
.main_section .sort_by_btn_container .dropdown-menu li > a:hover {
	text-shadow: 2px 2px 4px #000000;
}
.main_section .sort_by_btn_container .dropdown-menu li.active > a {
	color: #222222;
	text-shadow: none;
}

/*========== Media page styles: ==========*/
.wrapper.bg_media_page {
	background-color: #080808;
	background-image: url("../images/bg_media_rtl.jpg");
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: center center;
	margin-top: -50px; /* Note: These 2 lines are required */
    padding-top: 100px;
}
.wrapper.bg_media_page .main_section {
    margin-top: 166px !important;
}
.media_grid_container {
	margin-top: 25px;
}
#media_grid[data-columns]::before {
	content: '2 .col-sm-6';
}
.main_section .media_grid_container .embed-responsive {
	margin-bottom: 0;
	-webkit-border-radius: 0; border-radius: 0;
	-webkit-box-shadow: 0 0 1em #080808; box-shadow: 0 0 1em #080808;
}
.main_section .media_grid_container .media_item_caption {
	width: 100%;
	margin: 0 0 28px 0;
	padding: 8px 0 10px 0;
	color: #ffffff;
	text-shadow: none;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1.3;
}
.main_section .media_grid_container .media_item_caption a, .main_section .media_grid_container .media_item_caption a:hover, .main_section .media_grid_container .media_item_caption a:focus, .main_section .media_grid_container .media_item_caption a:active {
	color: #ffffff;
	text-decoration: underline;
	line-height: 1;
	cursor: pointer;
}

/*========== Letters page styles: ==========*/
.wrapper.bg_letters_page {
	background-color: #080808;
	background-image: url("../images/bg_letters.jpg");
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: center center;
	margin-top: -50px; /* Note: These 2 lines are required */
    padding-top: 100px;
}
.wrapper.bg_letters_page .main_section {
    margin-top: 166px !important;
}
.recommendations, .thank_you_letters {
	margin-top: 25px;
}
.recommendations .panel-heading p, .thank_you_letters .panel-heading p {
	font-family: 'titlesFont', sans-serif;
}
.recommendations .panel-heading small, .thank_you_letters .panel-heading small {
	font-family: 'textFont', sans-serif;
	color: #9d9d9d;
}
#recommendations_grid[data-columns]::before {
	content: '2 .col-sm-6';
}
#thank_you_letters_grid[data-columns]::before {
	content: '2 .col-sm-6';
}

/*========== Contact page styles: ==========*/
.wrapper.bg_contact_page {
	background-color: #000000;
	background-image: url("../images/bg_contact.jpg");
	background-position: left top;
	background-size: 100% auto;
	background-repeat: repeat-y; /* no-repeat; */
	margin-top: -50px; /* Note: These 2 lines are required */
    padding-top: 100px;
}
.wrapper.bg_contact_page .main_section {
    margin-top: 166px !important;
}
.contact_section .contact_form, .contact_section .contact_info {
	margin: 0 auto;
	padding: 20px;
}
.contact_section .contact_form .send_email {
	display: inline-block;
	min-width: 160px;
	margin-bottom: 5px;
}
.contact_section .contact_form  .send_email img {
	position: relative;
	margin-top: 7px;
	display: none;
}
.contact_section .contact_form  .send_email .btn {
	position: relative;
}
.contact_section .contact_form  .asterisk_container {
	padding: 0;
}
.contact_section .contact_form .form-group .glyphicon-asterisk {
	font-size: 0.7em;
}
.contact_section .contact_form .mandatory_fields_comment_container {
	font-size: 0.8em;
	letter-spacing: 1px;
	padding-top: 3px;
}
.contact_section .contact_form .mandatory_fields_comment_container .glyphicon-asterisk {
	font-size: 0.9em;
}
.contact_section .contact_form .alert .content p {
	font-size: 0.9em;
}
.contact_section .contact_form .alert .content p:first-child {
	margin-top: 20px;
}
.injected_subject_style {
	color: #cc0000;
	font-size: 1em;
	font-weight: bold;
}
.contact_section .contact_info .contact_info_inner_container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 30px;
	font-size: 1em;
	color: #ffffff;
	-webkit-box-shadow: 0 0 1em #080808; box-shadow: 0 0 1em #080808;
	-webkit-border-radius: 0; border-radius: 0; /* -webkit-border-radius: 10px; border-radius: 10px; */  /* No_Rounded_Corners */
}
.contact_section .contact_info .contact_info_inner_container .contact_info_title {
	margin: 10px 0;
    border-bottom: 1px solid #ffffff;
}
.contact_section .contact_info .contact_info_inner_container .field {
	padding: 0 0 10px 0;
}
.contact_section .contact_info .contact_info_inner_container .field .field_label {
	display: inline-block;
	margin: 10px 0 5px 0;
	letter-spacing: 1px;
	border-bottom: 2px solid #cc0000;
}
.contact_section .contact_info .contact_info_inner_container .field .field_value {
	letter-spacing: 1px;
	margin: 0;
}
.contact_section .contact_info .contact_info_inner_container .field .glyphicon {
	margin-top: 15px;
}
.contact_section .contact_info .branch_info_container {
	background-color: rgba(204, 0, 0, .75);
	color: #ffffff;
	margin: 0;
	padding: 15px;
	font-size: 0.75em;
	text-shadow: none;
}
.contact_section .contact_info .branch_info_container:first-child {
	margin: 5px 0 15px 0;
}
.contact_section .contact_info .branch_info_container .branch_name {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.contact_section .contact_info .branch_info_container .branch_address {
	margin: 0.5em 0 2em 0;
}
.contact_section .contact_info .branch_info_container .branch_map {
	margin: 0;
}
.contact_section .contact_info .branch_info_container .branch_map a,
.contact_section .contact_info .branch_info_container .branch_map a:link,
.contact_section .contact_info .branch_info_container .branch_map a:visited,
.contact_section .contact_info .branch_info_container .branch_map a:focus,
.contact_section .contact_info .branch_info_container .branch_map a:active,
.contact_section .contact_info .branch_info_container .branch_map a:hover {
	color: #ffffff;
	text-decoration: underline;
	text-shadow: none;
}

/*========== Specific desktop widthes: ==========*/
@media only screen and (max-width: 1024px) {
	.main_section { width: 40%; /* 33%; */ }
	.main_section.wide { width: 80%; /* 66%; */ }
	.main_section.wider { width: 90%; /* 80%; */ }
	.update { margin: 0; }
	/* .overview_item_popup p { padding: 0 35px; } */
}

/*================*/
/* Tablet styles: */
/*================*/

@media only screen and (min-width: 768px) and (max-width: 991px)
{
	/*========== Common styles: ==========*/
	body { overflow-x: hidden !important; }
    .wrapper { padding-top: 0 !important; }
    .wrapper.bg_overview_page, .wrapper.bg_bio_page, .wrapper.bg_teaching_method_page, .wrapper.bg_classes_page, .wrapper.bg_workshops_page, .wrapper.bg_shows_page, .wrapper.bg_gallery_page, .wrapper.bg_media_page, .wrapper.bg_letters_page, .wrapper.bg_contact_page { margin-top: 0 !important; }
	.wrapper.bg_overview_page .main_section, .wrapper.bg_bio_page .main_section, .wrapper.bg_teaching_method_page .main_section, .wrapper.bg_classes_page .main_section, .wrapper.bg_workshops_page .main_section, .wrapper.bg_shows_page .main_section, .wrapper.bg_gallery_page .main_section, .wrapper.bg_media_page .main_section, .wrapper.bg_letters_page .main_section, .wrapper.bg_contact_page .main_section { margin-top: 50px !important; }
    .wrapper.bg_contact_page { background-position: center center !important; background-size: auto 100% !important; background-repeat: no-repeat !important; }
    
    .navbar .container-fluid { align-items: flex-start !important; }
    .navbar .navbar-nav > ul#links_wrapper { display: flex !important; flex-direction: row !important; justify-content: flex-start !important; align-items: center !important; overflow-x: auto !important; }
	.navbar .navbar-header { position: absolute !important; top: 0 !important; right: inherit !important; left: inherit !important; }
    .navbar-inverse .navbar-collapse { margin-top: 132px !important; }

    .language-picker { position: absolute !important; }
    .language-picker .btn.btn-rtl { margin-top: 0 !important; }
	footer { padding: 30px !important; }
	footer .container-fluid .row .col-md-4 { margin: 0 10px !important; }
	.logo-in-footer { margin-bottom: 10px; }
	.main_section { width: 50% !important; margin: 50px auto !important; }
	.main_section.wide { width: 80% !important; }
	.main_section.wider { width: 90% !important; }
	.main_section .panel .panel-body { padding: 10px !important; }
	.main_section .popover.bottom > .arrow { margin-left: -5px !important; }
	/* .img-responsive { width: 100% !important; } */

	/*========== Magnific-Popup plugin customization: ==========*/
	.narrow_content { max-width: 85% !important; }
	.wide_content { max-width: 85% !important; }

	/*========== Home page styles: ==========*/
	#myCarousel { margin-top: -16px !important; height: auto !important; }
	#myCarousel .carousel-inner { height: auto !important; }
	.updates-container { flex-direction: row !important; align-items: flex-start !important; position: unset !important; top: unset !important; left: unset !important; }
	.marquee { width: 300px !important; margin: 2em 1em !important; }
	.update .glyphicon { font-size: 20px !important; }
	.update_ltr { line-height: 1.4 !important; }
	.specialUpdate { width: 300px !important; margin: 2em 1em !important; }
	.data_sections { width: 80% !important; }
	.data_sections .data_section:not(:last-child) { border-bottom: 1px solid #9d9d9d !important; margin-bottom: 40px !important; padding-bottom: 20px !important; display: flex !important; flex-direction: column !important; justify-content: center !important; align-items: center !important; width: 100% !important; }
	.recent-workshops, .recent-shows { margin-top: 50px !important; }
	#recent_shows_grid[data-columns]::before, #recent_workshops_grid[data-columns]::before { content: '2 .col-sm-6' !important; }

	/*========== Overview page styles: ==========*/
	.overview_item_popup { max-width: 85% !important; }
	/* .overview_item_popup p { padding: 0 35px !important; } */
	
	/*========== Classes page styles: ==========*/
	.table div.lesson.new { background-size: 60px 60px !important; }
}

/*===============*/
/* Phone styles: */
/*===============*/

@media only screen and (max-width: 767px)
{
	/*========== Common styles: ==========*/
	body { padding: 0 !important; overflow-x: hidden !important; }
	.wrapper { min-height: 100%; height: 100%; overflow-y: auto; padding-top: 18px; }
	.push_footer_to_bottom_of_page { height: 130px; /* Note: This value must be the same as footer's height */ clear: both;	}
	.navbar .container-fluid { overflow-x: hidden !important; }
	.navbar .navbar-header { width: 100% !important; }
	.navbar-toggle { margin: 0; }
	.navbar .navbar-nav { padding: 0 10px; margin: 0 !important; }
	.navbar .navbar-nav > ul#links_wrapper { display: block !important; flex-direction: unset !important; justify-content: unset !important; align-items: unset !important; overflow: unset !important; margin-top: unset !important; }
	.navbar .navbar-nav > ul#links_wrapper > li { display: block; width: 100%; height: auto; }
	.navbar .navbar-nav > ul#links_wrapper > li > a { display: block; width: 100%; height: 100%; padding: 10px; text-align: inherit; }
	.navbar .navbar-nav > ul#links_wrapper > li.active { background-color: rgba(204, 0, 0, .65) !important; }
	.navbar .navbar-nav > ul#links_wrapper > li.active > a { background-color: #cc0000 !important; color: #ffffff; text-decoration: none; text-shadow: 2px 2px 4px #000000; }
	.language-picker { display: table !important; position: static !important; padding: 5px !important; margin: 0 auto !important; }
	.language-picker .btn-group-middle { border-right: 1px solid #9d9d9d; border-left: 1px solid #9d9d9d; }
	.language-picker .btn { font-size: 14px; padding: 10px; text-align: center; } /* display: unset; vertical-align: unset; */
	.language-picker .btn.btn-rtl { font-size: 16px; margin-top: -4px !important; }
	.language-picker .btn-group-justified>.btn-group .btn { height: 40px !important; }
	/* .language-picker .btn-group-justified>.btn,.language-picker .btn-group-justified { width: unset !important; } */
	.footer_text { text-align: center; }
	#btn-back-to-top { position: fixed !important; bottom: 50px; right: 0px; display: block; }
	.footer_text .copyright #brand_name { display: block; }
	.website_by a { color: #9d9d9d; font-size: 14px; text-decoration: underline; }
	footer { padding: 0 20px }
	footer .container-fluid > .row:last-of-type { margin-top: 20px; }
	footer .container-fluid .row { display: block; }
	footer .container-fluid .row .col-md-4 { margin: unset !important; }
	footer .container-fluid .row .col-xs-12 { margin: 0 !important; padding-top: 5px; }
	footer .website_by { font-size: 14px; margin-top: -10px; }
	footer .footer-contents { text-align: center; padding-bottom: 20px; }
	footer .social-icons { margin-bottom: 10px; }
	footer .container-fluid .row.quick-nav .col-sm-6.col-xs-12:last-of-type { padding-top: 0 !important; margin-top: -10px !important; }
	.footer-text .line-1, .footer-text .line-2, .footer-text .line-3 { display: block; }
	.main_section { width: 90% !important; margin: 18px auto !important; padding: 0 15px !important; }
	.main_section.wide { width: 90% !important; }
	.main_section.wider { width: 90% !important; }
	/* .main_section .title_container .title > h2 { font-size: 36px; } */
	.main_section .title_container .icons { margin-top: 20px; padding: 0; }
	.main_section .title_container .icons a, .main_section .title_container .icons a:link, .main_section .title_container .icons a:visited, .main_section .title_container .icons a:active { width: auto; height: auto; color: #ffffff; }
	.main_section .panel { margin-bottom: 22px; }
	.main_section .panel.wide_panel { width: unset; }
	.main_section .panel .panel-heading > h3 { margin-bottom: 5px; }
	.main_section .load_more { margin-bottom: 15px; }

	/*========== Magnific-Popup plugin customization: ==========*/
	.narrow_content { max-width: 100% !important; }
	.wide_content { max-width: 100% !important; }
	.mfp-container .mfp-close { top: -20px; right: -7px; }

	/*========== Home page styles: ==========*/
	#myCarousel { margin-top: 0 !important; height: auto !important; }
	#myCarousel .carousel-inner { height: auto !important; }
	.updates-container { position: unset; top: unset; left: unset; }
	.marquee { width: 90vw; margin: 1em 0 1em 0; }
	.update { padding: 15px 0; margin: 0 15px; }
	.update .glyphicon { font-size: 20px; }
	.update_ltr { line-height: 1.4; }
	.specialUpdate { width: 90vw; }
	.specialUpdate h3 { font-size: 1.4em; width: 80%; }
	.data_sections { margin: 0 auto; }
	.data_section {	width: 90%;	height: auto; border-bottom: 1px solid #9d9d9d; padding: 10px; margin: 18px auto; }
	.data_section:last-child { border-bottom: none; }
	.data_section p { padding: 0 15px; }
	.recent-workshops, .recent-shows { margin-top: 20px; }
	.main_section.bg_workshops_page { margin-top: 5px !important; }
	#recent_workshops_grid[data-columns]::before, #recent_shows_grid[data-columns]::before { content: '1 .col-xs-12'; }
	#recent_workshops_grid .col-xs-12, #recent_shows_grid .col-xs-12 { padding: 0; }

	/*========== Overview page styles: ==========*/
	.wrapper.bg_overview_page { background-color: #000000 !important; background-image: url("../images/bg_overview.jpg") !important; background-position: left 116px !important; background-size: auto 100% !important; background-repeat: no-repeat !important; }
	.wrapper.bg_overview_page .main_section { margin-top: 20px !important; }
	#overview_items_grid[data-columns]::before { content: '1 .col-xs-12'; }
	#overview_items_grid .col-xs-12 { padding: 0; }
	.overview_item_popup { max-width: 98%; margin: 40px auto; }
	.overview_item_popup p { padding: 0 20px; }
	.overview_item_popup ul { padding: 0 20px; }
	.overview_item_popup li .title { display: inherit; } /* ??? */

	/*========== Biography page styles: ==========*/
	.wrapper.bg_bio_page { background-image: url("../images/bg_bio_xs.jpg"), url("../images/bg_bio_bg.jpg") !important; background-position: left 116px, left 116px !important; background-repeat: no-repeat !important; }
	.wrapper.bg_bio_page .main_section { margin-top: 20px !important; }
	.biography_text ul { padding-inline-start: 24px; }

	/*========== Teaching Method page styles: ==========*/
	.wrapper.bg_teaching_method_page { background-position: left 116px, left 116px !important; margin-top: unset !important; padding-top: 18px !important; }
	.wrapper.bg_teaching_method_page .main_section { margin-top: 20px !important; 	}

	/*========== Classes page styles: ==========*/
	.wrapper.bg_classes_page { background-position: left 116px !important; background-size: auto 100% !important; background-repeat: no-repeat !important; margin-top: unset !important; padding-top: 18px !important; }
	.wrapper.bg_classes_page .main_section { margin-top: 20px !important; }
	.main_section .table th, .table td { padding: 5px; }
	.table div.lesson.new { background-size: 60px 60px !important; }

	/*========== Workshops page styles: ==========*/
	.wrapper.bg_workshops_page { background-image: url("../images/bg_workshops.jpg") !important; background-position: left 116px !important; background-size: auto 100% !important; background-repeat: no-repeat !important; margin-top: unset !important; padding-top: 18px !important; }
	.wrapper.bg_workshops_page .main_section { margin-top: 20px !important; }
	.workshops { margin-top: 40px; }
	#workshops_grid[data-columns]::before { content: '1 .col-xs-12'; }
	#workshops_grid .col-xs-12 { padding: 0; }

	/*========== Shows page styles: ==========*/
	.wrapper.bg_shows_page { background-position: left 116px !important; background-size: auto 100% !important; background-repeat: no-repeat !important; margin-top: unset !important; padding-top: 18px !important; }
	.wrapper.bg_shows_page .main_section { margin-top: 20px !important; }
	.main_section.bg_shows_page { background-color: #080808; background-image: url("../images/bg_shows.jpg"); background-position: left top; background-size: 100% auto; background-repeat: repeat-y; }
	.selected_shows { margin-top: 15px; }
	#selected_shows_grid[data-columns]::before { content: '1 .col-xs-12'; }
	#selected_shows_grid .col-xs-12 { padding: 0; }

	/*========== Gallery page styles: ==========*/
	.wrapper.bg_gallery_page { background-position: left 116px !important; margin-top: unset !important; padding-top: 18px !important; }
	.wrapper.bg_gallery_page .main_section { margin-top: 20px !important; }
	.images_grid_container, .videos_grid_container{ margin-top: 16px; }
	#images_grid[data-columns]::before, #videos_grid[data-columns]::before { content: '1 .col-xs-12'; }
	#images_grid .col-xs-12, #videos_grid .col-xs-12 { padding: 0; }
	.main_section .videos_grid_container .embed-responsive { margin-bottom: 17px; }
	#images_grid .panel { margin-bottom: 17px; }

	/*========== Media page styles: ==========*/
	.wrapper.bg_media_page { background-position: left 116px !important; background-size: auto 100% !important; background-repeat: no-repeat !important; margin-top: unset !important; padding-top: 18px !important; }
	.wrapper.bg_media_page .main_section { margin-top: 20px !important; }
	.media_grid_container {	margin-top: 16px; }
	#media_grid[data-columns]::before { content: '1 .col-xs-12'; }
	#media_grid .col-xs-12 { padding: 0; }

	/*========== Letters page styles: ==========*/
	.wrapper.bg_letters_page { background-position: left 116px !important; background-size: 100% auto !important; background-repeat: no-repeat !important; margin-top: unset !important; padding-top: 18px !important; }
	.wrapper.bg_letters_page .main_section { margin-top: 20px !important; }
	.recommendations, .thank_you_letters { margin-top: 16px; }
	#recommendations_grid[data-columns]::before, #thank_you_letters_grid[data-columns]::before { content: '1 .col-xs-12'; }
	#recommendations_grid .col-xs-12, #thank_you_letters_grid .col-xs-12 { padding: 0; }
	#recommendations_grid .panel, #thank_you_letters_grid .panel { margin-bottom: 17px; }

	/*========== Contact page styles: ==========*/
	.wrapper.bg_contact_page { background-position: center 116px !important; background-size: auto 100% !important; background-repeat: no-repeat !important; margin-top: unset !important; padding-top: 18px !important; }
	.wrapper.bg_contact_page .main_section { margin-top: 20px !important; }
}
