/*
Theme Name: Teatr A Part
Theme URI: http://teatr-a-part.pl
Author: Marcin Urbanczyk & Ksymena Basinska
Author URI: http://marcinurbanczyk.com
Description: Responsive theme for Teatr A Part
Version: 0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: teatr-a-part
*/


a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}
p a {color:#ccc;}

/*------------- P A G I N A T I O N -----------------------*/
.pagination {
    display: block;
    margin: 30px auto;
    padding-left: 0;
    text-align: center;
clear:both;
}
.pagination span, .pagination a {padding: 12px;}
.pagination .current {font-weight:700; color: #fff; }


/*------------- W Y S I J A   N E W S L E T T E R  ---------*/
.widget_wysija_cont .updated, .widget_wysija_cont .login .message {
    background-color: #fff;
    border-color: #666;
}
.widget_wysija_cont .updated, .widget_wysija_cont .error, .widget_wysija_cont .xdetailed-errors {
    background-color: #ffffff;
    padding: 8px;
}
.widget_wysija_cont .updated, .widget_wysija_cont .error, .widget_wysija_cont .xdetailed-errors {
    border-radius: 0px;
    color: #000;
font-size:14px;
}
#wysija-2 h3, #wysija-3 h3 {
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;}

/*------------- B A S I C   S T Y L E S ------------*/
body:not(:-moz-handler-blocked) a, p, h1, h2, h3, h4, h5, h6 {
text-shadow:0 0 0;
}
body {
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a:focus {
	outline:none;
	outline-offset:0px;
}
a {
	transition: all 0.3s ease-in-out;
}
.background-slider {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ---------------- A D M I N B A R   P R O P E R    D I S P L A Y  -----------------------------*/
html { margin-top: 32px !important; }
	* html body { margin-top: 32px !important; }

/*------------------  M A I N  N A V I G A T I O N   C H E V R O N    S W I T C H   --------------------------------*/
@media (min-width: 1200px) {
	.navbar-collapse .glyphicon-chevron-down {
		display: none;
	}
}
@media (max-width: 1199px) {
	.navbar-collapse .glyphicon-chevron-right {
		display: none;
	}
}
@media (min-width: 768px) {
	
 body {
 position: absolute;
 left: 0;
 right: 0;
 top:0;
 bottom: 0;
 overflow: hidden;
}
 body .content-right {
 position: static;
}
 .content-right #single-post-container {
 position: absolute;
 top: 0;
 bottom: 0;
 right: 15px;
 left: 50%;
 height: auto;
 float: none;
 overflow: hidden;
 width: auto;
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.8);
 padding-bottom: 0;
}
 .content-right .post .single-post-text-container, .content-right .post .search-results-container {
 padding-bottom: 0px;
 height: 100%;
 padding-bottom: 0;
}
 .content-hidden #single-post-container {
 right: -50%;
 left: 100%;
 transition: all linear .3s;
}
 .navbar-nav {
 margin-left: 15px;
}
 .nav > li > a {
 padding-left: 16px;
}
}
/* -------------  A D D I T I O N A L   B R E A K   P O I N T   F O R   L A R G E   S C R E E N S -----------------------*/
@media (min-width: 1600px) {
 .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
float: left;
}
 .col-xlg-12 {
width: 100%;
}
 .col-xlg-11 {
width: 91.66666667%;
}
 .col-xlg-10 {
width: 83.33333333%;
}
 .col-xlg-9 {
width: 75%;
}
 .col-xlg-8 {
width: 66.66666667%;
}
 .col-xlg-7 {
width: 58.33333333%;
}
 .col-xlg-6 {
width: 50%;
}
 .col-xlg-5 {
width: 41.66666667%;
}
 .col-xlg-4 {
width: 33.33333333%;
}
 .col-xlg-3 {
width: 25%;
}
 .col-xlg-2 {
width: 16.66666667%;
}
 .col-xlg-1 {
width: 8.33333333%;
}
 .col-xlg-pull-12 {
right: 100%;
}
 .col-xlg-pull-11 {
right: 91.66666667%;
}
 .col-xlg-pull-10 {
right: 83.33333333%;
}
 .col-xlg-pull-9 {
right: 75%;
}
 .col-xlg-pull-8 {
right: 66.66666667%;
}
 .col-xlg-pull-7 {
right: 58.33333333%;
}
 .col-xlg-pull-6 {
right: 50%;
}
 .col-xlg-pull-5 {
right: 41.66666667%;
}
 .col-xlg-pull-4 {
right: 33.33333333%;
}
 .col-xlg-pull-3 {
right: 25%;
}
 .col-xlg-pull-2 {
right: 16.66666667%
}
 .col-xlg-pull-1 {
right: 8.33333333%;
}
 .col-xlg-pull-0 {
right: auto;
}
 .col-xlg-push-12 {
left: 100%;
}
 .col-xlg-push-11 {
left: 91.66666667%;
}
 .col-xlg-push-10 {
left: 83.33333333%;
}
 .col-xlg-push-9 {
left: 75%;
}
 .col-xlg-push-8 {
left: 66.66666667%;
}
 .col-xlg-push-7 {
left: 58.33333333%;
}
 .col-xlg-push-6 {
left: 50%;
}
 .col-xlg-push-5 {
left: 41.66666667%;
}
 .col-xlg-push-4 {
left: 33.33333333%;
}
 .col-xlg-push-3 {
left: 25%;
}
 .col-xlg-push-2 {
left: 16.66666667%;
}
 .col-xlg-push-1 {
left: 8.33333333%;
}
 .col-xlg-push-0 {
left: auto;
}
 .col-xlg-offset-12 {
margin-left: 100%;
}
 .col-xlg-offset-11 {
margin-left: 91.66666667%;
}
 .col-xlg-offset-10 {
margin-left: 83.33333333%;
}
 .col-xlg-offset-9 {
margin-left: 75%;
}
 .col-xlg-offset-8 {
margin-left: 66.66666667%;
}
 .col-xlg-offset-7 {
margin-left: 58.33333333%;
}
 .col-xlg-offset-6 {
margin-left: 50%;
}
 .col-xlg-offset-5 {
margin-left: 41.66666667%;
}
 .col-xlg-offset-4 {
margin-left: 33.33333333%;
}
 .col-xlg-offset-3 {
margin-left: 25%;
}
 .col-xlg-offset-2 {
margin-left: 16.66666667%;
}
 .col-xlg-offset-1 {
margin-left: 8.33333333%;
}
 .col-xlg-offset-0 {
margin-left: 0%;
}
}
/* ------------------ H E A D E R -------------------*/ 
.header-container {
	position: absolute;
}
.global-navigation {
	margin: 0;
	width: 50%;
	z-index: 99999;
	position: absolute;
	height:auto;
	display:block;
}
.global-navigation-menu-open {
	height:100%!important;
	background-color:#B80D0D;
	background-color:rgba(0, 0, 0, 0.6);
}
.global-navigation-menu-open #main-navigation {
	background-image: url('images/left-bottom-corner.png'), url('images/right-top-corner.png');
	background-repeat: no-repeat;
	background-position: 15px 100%, 96% 0;
	background-size:auto auto;
}
#apart-logo {
	height: auto;
	width: 240px;
	padding:15px;
	position:relative;
	margin-top:15px;
	opacity:1.0;
	transition: all 0.3s ease-in-out;
}
.apart-logo-transparent {
	opacity:0.1!important;
}
.left-bottom-right-top-corner {
	background-image: url('images/left-bottom-corner.png'), url('images/right-top-corner.png');
	background-repeat: no-repeat;
	background-position: left bottom, right top;
	background-size:auto auto;
	opacity:0.2;
	display: block;
	height: 100%;
	opacity: 0.2;
	position: absolute;
	width: 100%;
	top:0;
	left:0;
}
#apart-logo img {
	height: auto;
	width: 100%;
	padding:15px;
}
#apart-logo a:hover, #apart-logo a .left-bottom-right-top-corner:hover {
	opacity:1;
}
#apart-logo a {
	display: block;
	height: auto;
	width: 100%;
	opacity:0.7;
	transition: all 0.3s ease-in-out;
}
.navbar-nav .dropdown-menu {
	left: 100%;
	top: 0;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	width: 50%;
	min-width: 100%;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
	border-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: transparent;
}
#main-navigation {
	position: relative;
	margin-right:15px;
	padding-bottom:30px;
}
.main-nav {
	
}
.main-nav-no-corners {
	background-image:none;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: transparent;
}
#main-navigation .nav > li > a {
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: 400;
	font-size: 17px;
	width: 50%;
	max-width: 100%;
	min-width: 90%;
}

#main-navigation a.dropdown-toggle .glyphicon {
	font-size:14px;
	top: 7px;
	float:right;
}
#main-navigation a.dropdown-toggle {
	width:50%;
}
.navbar-nav .dropdown-menu > li > a {
	font-size: 17px;
	letter-spacing: 0.05em;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 1px;
	white-space: pre-wrap;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}

.navbar-header {
	width:50%;
}

.navbar-nav {
	width:100%;
}
.navbar-toggle {
	opacity:0.65;
	transition: all 0.3s ease-in-out;
}
.navbar-toggle:hover {
	opacity:1;
}
 .navbar-toggle.collapsed .menu-label, .navbar-toggle .menu-label, .navbar-toggle.collapsed .menu-label-collapsed, .navbar-toggle .menu-label-collapsed {
 display: inline-block;
 font-family: "Roboto Condensed", Arial, sans-serif;
 font-size: 20px;
 text-transform:uppercase;
 letter-spacing:0.15em;
 font-weight:400;
 color:#ffffff;
 position: absolute;
 left: 44px;
 top: 1px;
margin-top: -2.5px;
}
#main-navigation-container .navbar-header .navbar-toggle.collapsed .menu-label {display:none;}
#main-navigation-container .navbar-header .navbar-toggle.collapsed .menu-label-collapsed {display:inline-block;}
#main-navigation-container .navbar-header .navbar-toggle .menu-label {display:inline-block;}
#main-navigation-container .navbar-header .navbar-toggle .menu-label-collapsed {display:none;}
/*.navbar-toggle.collapsed .menu-label::after {
content:"Menu";
display: inline-block;
margin-top: -2.5px;
}*/
/*.navbar-toggle .menu-label::after {
content:"Zamknij";
display: inline-block;
margin-top: -2.5px;
}*/
.navbar-toggle .icon-bar-first, .navbar-toggle .icon-bar-second, .navbar-toggle .icon-bar-third, {
 border-radius: 0px;
 width:19px;
 transition:all 0.3s ease-in-out;
}
.navbar-toggle .icon-bar-first {
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	margin-top:5px
}
.navbar-toggle .icon-bar-third {
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	margin-top:-2px;
}
.navbar-toggle .icon-bar-second {
	display:none;
}
.navbar-toggle.collapsed .icon-bar-first {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	margin-top:0px
}
.navbar-toggle.collapsed .icon-bar-third {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	margin-top:4px
}
.navbar-toggle.collapsed .icon-bar-second {
	display:block;
}
.navbar-collapse {
	margin-top: 50px;
}
a.dropdown-toggle span:after {display:none;}
.global-navigation-transparent {display:none;}

#single-post-gallery-section {
	background:#EAEAEA;
	padding-top:0;
	padding-bottom:112px;
}
.gallery-overlay {
	background-color: transparent;
	transition: background-color .3 linear;
	position: absolute;
	z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.gallery-overlay .main-image {
	display: none;
    position: absolute;
    max-height: 100%;
    max-width: 100%;
}
.gallery-overlay.full-view {
    z-index: 2;
    background-color: #000;
	transition: background-color .3 linear;
}
.full-view .gallery-image-container {
	display: none;
}
.main-area {
    position: absolute;
    top: 56px;
    bottom: 56px;
    left: 16px;
    right: 16px;
}
.full-view .gallery-hover {
    position: absolute;
    top: 0;
    width: 30%;
    height: 100%;
    cursor: pointer;
    transition: color .2s;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
}
.full-view .gallery-hover:hover {
    color: white;
}
.gallery-overlay .gallery-contro l{
	display: none;
}
.full-view .gallery-control {
	display: block;
	cursor: pointer;
	text-shadow: 0 0 3px #000;
    transition: color .2s;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
}
.full-view span::before{
	text-shadow: 0 0 3px #000;
}
.full-view .gallery-control:hover{
    color: white;
}
.full-view .hover-left{
    left: 0;
}
.full-view .hover-right{
    right: 0;
}
.full-view .gallery-view-container{
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 24px;
    right: 24px;
    background-color: #111;
    overflow: hidden;
}
.section-heading .icon-gallery-32:before {
	background: white;
	color: #ed921c;
	margin-right: 48px;
}
.gallery-image-container {
	display: none;
}
.gallery-image-container:before{
	content: "";
	display: block;
	padding-top: 100%; 
}
#single-post-container .wp-playlist-light {
    background: #4E4E4E;
    border: #333;
}
#single-post-container .wp-playlist-light .wp-playlist-playing {
    background: transparent;
    font-weight: normal;
}
#single-post-container .wp-playlist-light .wp-playlist-caption {
    color: #D4D4D4;
}
#single-post-container .wp-playlist-playing {
    color: #D4D4D4;
}
main .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #F00000;
}
#single-post-container .visibility-switch {
    display: block;
    position: static;
	text-align: center;
    font-size: 15px;
    color: #666666;
}
#single-post-container .visibility-switch:hover {
    color: #fff;
}

@media (max-width: 767px) {
	.apart-logo-transparent {
	opacity:1.0!important;
}
.global-navigation, #main-navigation {
width:100%;
background-image:none;
position:relative;
margin-top:15px;
}
#main-navigation {
	padding-bottom:5px;
}
 .dropdown-menu {
 width:auto;
 min-width:auto;
}
.container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
margin-left:0px;
margin-right:0px;
}
.container-fluid {
 padding-left: 15px;
 padding-right: 15px;
}
.header-container {
 position: relative;
}
.background-slider {
 display: none;
}
#apart-logo {
 margin:0 auto;
}
.navbar-header {
margin-top:0px;
}
.navbar-toggle.collapsed .menu-label::after {
display:none;
}
.navbar-toggle .menu-label::after {
display:none;
}
.navbar-toggle.collapsed, .navbar-toggle {
 width: 32px;
 left: 50%;
 margin-left: -13px;
 margin-top: 0;
 margin-bottom:0;
}
.navbar {
margin-bottom:0px;
}
}
@media (max-width: 1199px) {
#main-navigation .nav > li > a {
 min-width: 100%;
}
.navbar-header {
width:100%;
}
.navbar-nav .dropdown-menu > li > a { margin-bottom:0px;}
}
@media (min-width: 1600px) {
.navbar-nav .dropdown-menu > li > a {
 font-size:20px;
font-weight:300;
}
#main-navigation .nav > li > a {
font-size:20px;
font-weight:300;
 min-width: 80%;
}
.navbar-nav .dropdown-menu {
 width:60%;
 min-width:400px;
}
}
/* --------------------  F O O T E R  ------------------------*/
footer {
	position: absolute;
}
footer .nav-pills > li > a {
	font-weight: 400;
}
footer .btn-default, footer .btn-default:hover, footer .btn-default:active, footer .btn-default:focus {
	background-color: transparent;
	border-color: transparent;
}
footer .btn-default:hover {
	color:#fff;
}
#search-form {
	display:none;
	float:right;
}
.navbar-form {padding-left:0px;}
footer .nav.nav-pills a {
	padding-bottom: 15px;
}
.navbar-fixed-bottom-transparent {display:none;} 
.social-search-container {display:inline-block;}

.lang-item a {color: #666;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.lang-item a:hover {color: #fff;}
.current-lang a, .current-menu-item a { color:#fff;}
#wysija-2, #wysija-3 {padding-left:16px; width:100%; margin-bottom:70px;}
.widget_wysija_cont p label { display: inline; float:left;}
.widget_wysija_cont label { display: inline; font-weight: normal; margin-bottom: 5px; max-width: 100%; float:left;  margin-right: 6px; margin-top: 6px;}
.widget_wysija input {display:inline; float:left;  background-color: transparent;
    background-image: none;
    border: 1px solid #666666;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #808080;
    font-size: 14px;
    height: 35px;
    line-height: 1.53333;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
 }
.widget_wysija_cont .wysija-submit { display: inline;  margin-top: 0; float:left;  -moz-user-select: none;
    background-image: none;
    border: 1px solid #666666;
    border-radius: 0;
    cursor: pointer;

    font-size: 14px;
    font-weight: normal;
    line-height: 1.53333;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	transition: all 0.2s ease-in-out;}
	
.widget_wysija input:focus {border-color: #ffffff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
}
	
.widget_wysija_cont .wysija-submit:hover {color:#fff; border:1px solid #fff;}	
#form-wysija-2, #form-wysija-3 {display:block;}

@media screen and (max-width: 767px) {
footer {
position:relative;
}
.navbar-fixed-bottom {
 position: relative;
}
}
/* -------------------- R I G H T   C O N T A I N E R   F O R   C O N T E N T -----------------------*/
.content-right, .breadcrumb-right {
    width: 50%;
    float: right;
    margin-top: 0px;
    position: absolute;
    z-index: 99;
	right:0px;
	padding-left:15px;
	padding-right:15px;
}
.breadcrumb-right {
    /*left: 50%;*/	
}
.content-right {
	position:relative;
}
.post-with-corner-background {
	background-image: url('images/left-bottom-corner-transparent.png'), url('images/right-top-corner.png');
	background-repeat: no-repeat;
	background-position: left bottom, right top;
	background-size:auto auto;
	transition:all 0.3s ease-in-out;
}
.post-with-corner-background:hover {
	background-image: url('images/left-bottom-corner-red.png'), url('images/right-top-corner-red.png');
}
#page-title h4 {
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
.category-item ul.post-categories, .single-post-category-item ul.post-categories {
	display:inline-block;
	list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
	padding-left:0px;
	}
.single-post-category-item {margin-left: 30px; margin-bottom:60px;}
.category-item ul li, .single-post-category-item ul li {
	list-style:none;
	}
.category-item a, .single-post-category-item a {
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size:11px;
	color:#666;
	transition:all 0.3s ease-in-out;
}
.category-item a:hover, .single-post-category-item a:hover {
	color:#fff;
}
.post-container .post-with-corner-background .post-image-container img {
	height: auto;
	width: 100%;
}
.post-with-corner-background .post-text-container .more-link, .post .post-text-container .more-link {
	text-transform: uppercase;
	letter-spacing: 0.15em;
	display:block;
	margin-top:15px;
}
.more-link::after, .post-edit-link::after {
font-family: 'Glyphicons Halflings';
content: "\e080";
font-size: 11px;
padding-left: 5px;
}
.post-container {
	background-image: none;
	transition: all 0.3s ease-in-out;
	opacity:0.7;
	padding-top:15px;
	padding-bottom:15px;
}
#single-post-container {
	transition: all 0.3s ease-in-out;
	padding-bottom:30px;
	padding-top:145px;
}
.post-container:hover {
	background-color: #000;
	opacity:1.0;
}
.post-with-corner-background .post-text-container .entry-title, .post .post-text-container .entry-title {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.post .single-post-text-container .entry-title {
	color:#FFF;
}
.post-with-corner-background .post-text-container {
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.post .single-post-text-container, .post .search-results-container {
	padding-top: 0px;
	margin-right: 30px;
	padding-bottom: 30px;
	margin-left: 30px;
}

.black-background {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0);
}
.post-image-container img {
	height: auto;
	width: 100%;
	opacity:1.0;
	transition: all 0.2s ease-out;
}
.post-image-container img:hover {
	opacity:1.0;
}

.post-with-corner-background .post-image-container a {
	display: block;
	height: 100%;
	width: 100%;
}
.page-title {
	margin-left:30px;
	margin-bottom:15px;}
/*  ------------------  B R E A D C R U M B S --------------------  */
.breadcrumb > li + li:before {
	content: "\e080";
	font-family: 'Glyphicons Halflings';
	font-size:11px;
	padding: 0 5px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 5px;
	color:#666;
}
.breadcrumb {
	padding: 15px;
	background-color: transparent;
	display:inline-block;
	margin-bottom:0px;
}
.breadcrumb li a {
	color:#666;
}
.breadcrumb li a:hover {
	color:#fff;
}
.single-post-text-container .category-item {
	margin-bottom: 75px;
}
.breadcrumb-right .btn-default {
	color: #999999;
    background-color: transparent;
    border-color: transparent;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:0.15em;
	}
.breadcrumb-right .btn-group .dropdown-menu {
	background-color: #000;
	border: none;
	width: 100%;
	min-width: 260px;
	font-size:12px;
}
.breadcrumb-right .btn-group .dropdown-menu > li > a {
	letter-spacing:0.15em;
	text-transform:uppercase;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 14px;
}
li.cat-item {white-space:normal; color:#666;}
li.cat-item a {display:inline-block;}
@media screen and (max-width: 767px) {
.featured-image-container {
	display: none;
}
.gallery-open #single-post-container, .gallery-open .header-container, .gallery-open footer {
	display: none;
}
.gallery-open .breadcrumb-right {
	display: block;
	left: 0;
	padding-right: 0;
}
.gallery-open #breadcrumb {
	padding: 0;
	display:none;
}
.gallery-open .visibility-switch {
	right: 0;
}
.gallery-open .fixed-breadcrumb-nav {
	width: 100%;
}
.gallery-open #show-photos, .gallery-open #show-video {
	position: absolute;
	top: 0;
	right: 0;
}

.content-right, .breadcrumb-right {
 width: 100%;
 float:none;
 margin-top:0px;
}

#page-title h4 {
 text-align: center;
}

.post .single-post-text-container {
 padding-top: 0px;
 padding-right: 15px;
 padding-bottom: 30px;
 padding-left: 15px;
}
.breadcrumb {
 padding: 15px;
 
}
.breadcrumb-right { display:block; position:relative; width:100%; left:0; text-align:center;}
#single-post-container {padding-top:0px; margin-top:0px;}
.post .single-post-text-container, .post .search-results-container {
	margin-right: 0px;
	margin-left: 0px;
}
}
.single-post-text-container img {
	/*height: auto;
	width: 100%;*/
	margin-top: 24px;
	margin-bottom: 30px;
}
@media (max-width: 1199px) {
.breadcrumb {
 padding: 15px;
}
.post .single-post-text-container {
 padding-right: 15px;
 padding-left: 15px;
}
.post .single-post-text-container, .post .search-results-container {
	margin-right: 0px;
	margin-left: 0px;
}
}
#breadcrumb {
	display: inline-block;
}
.right-content-visibility-switch {
	text-align: left;
	float: left;
	padding-top:0px;
}
.visibility-switch {
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	width:120px;
	text-align:center;
	height:auto;
	position:relative;
	font-family: "Roboto Condensed", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.15em;
	font-weight: 700;
	color: #999;
	padding-top: 18px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background:rgba(184, 13, 13, 0.5);
	margin-right:15px;
}
.visibility-switch::after {
	cursor: pointer;
	
	font-family: 'Glyphicons Halflings';
	text-transform: none;
    font-size: 11px;
	padding-left:0px;
}
.visibility-switch:hover {
	color:#fff;
}
#hide-right-content:before, #show-right-content:before, #show-photos:before, #show-video:before {
	content:none;
	padding-left:15px;
}
#show-video {}
.fixed-breadcrumb-nav {
	position: absolute;
	width:100%;

	background-color: transparent;
	z-index:99;
}
#hide-right-content, #show-right-content {
}
#show-right-content {
	color: #999;
	display:none;
}
#show-right-content:hover {
	color: #FFF;
	display:none;
}
#page-title {
	display: inline-block;
	margin-top:38px;
}
.single-post-text-container .entry-title {
	margin-top: 0px;
}
/* --------------------- S E A R C H   R E S U L T S   P A G E  ----------------------------*/

.search-results {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.search-results h3 {
	font-weight: 400;
}
.search-results h3 .search-results-text {
	color: #FFF;
}
.content-right .post .search-results-container {
	margin-bottom: 45px;
	padding-bottom: 45px;
	background:url('/images/horizontal-bar-white.png');
	background-position:bottom left;
	background-repeat:no-repeat;
	background-size:auto;
}
.search-results-container img {
	height: auto;
	width: 50%;
}

.search-results h3 {
	margin-top: 0px;
}
.category-item {
	font-weight: 400;
	letter-spacing: 0.02em;
	display:inline-block;
	color:#666;
	margin-top: 0px;
}
.single-play-page { margin-bottom: 30px; margin-left: 30px;}

.btn-group .glyphicon {padding-left:7px;}
.post-meta {
	width: 100%;
}
/* -------------------  C O N T A C T   F O R M ------------------*/
.contact-page-form {
	margin-top: 21px;
	margin-bottom: 15px;
}
.contact-page-form .input-group-addon {
    color: #666666;
    background-color: transparent;
    border: 1px solid #666666;
	border-right: 0;
}
.contact-page-form .glyphicon {top:0;}.footer-info .copyright {
	padding-left: 15px;
	opacity:0.5;
}

#single-post-gallery-section {
	background:#EAEAEA;
	padding-top:0;
	padding-bottom:112px;
}
.gallery-overlay {
	background-color: transparent;
	transition: background-color .3 linear;
	position: absolute;
	z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.gallery-overlay .main-image {
	display: none;
    position: absolute;
    max-height: 100%;
    max-width: 100%;
}
.gallery-overlay.full-view {
    z-index: 2;
    background-color: #000;
	transition: background-color .3 linear;
}
.full-view .gallery-image-container {
	display: none;
}
.main-area {
    position: absolute;
    top: 56px;
    bottom: 56px;
    left: 16px;
    right: 16px;
}
.full-view .gallery-hover {
    position: absolute;
    top: 0;
    width: 30%;
    height: 100%;
    cursor: pointer;
    transition: color .2s;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
}
.full-view .gallery-hover:hover {
    color: white;
}
.gallery-overlay .gallery-contro l{
	display: none;
}
.full-view .gallery-control {
	display: block;
	cursor: pointer;
	text-shadow: 0 0 3px #000;
    transition: color .2s;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
}
.full-view span::before{
	text-shadow: 0 0 3px #000;
}
.full-view .gallery-control:hover{
    color: white;
}
.full-view .hover-left{
    left: 0;
}
.full-view .hover-right{
    right: 0;
}
.full-view .gallery-view-container{
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 24px;
    right: 24px;
    background-color: #111;
    overflow: hidden;
}
.section-heading .icon-gallery-32:before {
	background: white;
	color: #ed921c;
	margin-right: 48px;
}
.gallery-image-container:before{
	content: "";
	display: block;
	padding-top: 100%; 
}


.gallery-video-container {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	min-width: 50%;
	max-width: 80%;
	margin-left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.featured-image-container {
	position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
opacity: .2;
}
.featured-image-container img {
    
	max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    opacity: .5;
}
.gallery-video-container a.video-playlist {
	visibility: hidden;
}
.gallery-video-container a.video-playlist.active {
	visibility: visible;
}
.gallery-video-container .wp-playlist {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

#single-post-container .wp-playlist-light {
    background: #4E4E4E;
    border: #333;
}
#single-post-container .wp-playlist-light .wp-playlist-playing {
    background: transparent;
    font-weight: normal;
}
#single-post-container .wp-playlist-light .wp-playlist-caption {
    color: #D4D4D4;
}
#single-post-container .wp-playlist-playing {
    color: #D4D4D4;
}
main .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #F00000;
}
.wp-playlist-light .wp-playlist-caption {
    color: #999!important;
    font-weight: 700;
}
.wp-playlist-light .wp-playlist-caption {
    color: #999!important;
    font-weight: 700;
}
.main-area .wp-playlist-item-title {
    position: relative;
    background: #222;
    margin-left: -20px;
}
.main-area .wp-playlist-item-title:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 5px;
	background-color: #222;
}
.wp-playlist-light {
    color: #999!important;
}
.wp-playlist-light {
    background: #222 none repeat scroll 0 0!important;
    color: #999!important;
}
.wp-playlist {
    border: 1px solid #222!important;
}
main .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #5c0606 none repeat scroll 0 0!important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #666 none repeat scroll 0 0!important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #333 none repeat scroll 0 0!important;
}
.wp-playlist-light .wp-playlist-playing {
    background: #222 none repeat scroll 0 0!important;
    color: #999!important;
}
.action-button {
    display: inline;
    position: static;
	text-align: center;
    font-size: 15px;
    color: #999;
	width:auto;
	margin-top:16px;
	margin-bottom:16px;
}
#volume-off, #volume-on { background:transparent; width: 48px; margin-right: 0px;}
#volume-on {display:none;}
#volume-off:before, #volume-on:before {font-family: "Glyphicons Halflings"; font-size: 16px; position: absolute; top: 4px; left: 15px;}
#volume-off, #volume-on { padding-top: 0; padding-right: 30px; width: 40px; }

.cli-plugin-button, .cli-plugin-button:visited {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
@media screen and (max-width: 767px) {
#breadcrumb, .right-content-visibility-switch {padding-left:0px; padding-right:0px;}
.single-post-text-container img {max-width: 100%; height:auto; max-height:auto;}
.right-content-visibility-switch {text-align: center; float: right; padding-top: 15px; padding-bottom: 15px;}
.fixed-breadcrumb-nav {
	position: relative;
	width:100%;
	padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.page-title {
    margin-left: 15px;
}
.single-post-category-item {
    margin-left: 15px;
    margin-bottom: 30px;
}
#page-title .open .dropdown-menu {position:relative; text-align:center;}
.btn-group > .btn, .btn-group-vertical > .btn {
    float: none;
}
.single-play-page {
    margin-left: 15px;
}
.gallery-video-container {
	max-width: 100%;
	width: 100%;
}
.gallery-video-container .wp-playlist {
	width:100%;
	height: auto;
}

.main-area {
	top: 0;
	bottom: 12px;
}
.visibility-switch {
    width: 100px;
}
}
.gallery-open .right-content-visibility-switch {text-align:right; margin-top:10px;}
.gallery-open .right-content-visibility-switch #show-right-content {margin-right:-15px;}
.gallery-open #breadcrumb {display:none;}