/*font-family: 'Philosopher', sans-serif;
font-family: 'Roboto', sans-serif;
*/
@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url('https://fonts.googleapis.com/css?family=Cuprum:400,400i,700,700i&subset=cyrillic');
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeueRegular/bebasneue-webfont.eot');
    src: url('../fonts/BebasNeueRegular/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeueRegular/bebasneue-webfont.woff') format('woff'),
    url('../fonts/BebasNeueRegular/bebasneue-webfont.ttf') format('truetype'),
    url('../fonts/BebasNeueRegular/bebasneue-webfont.svg#BodoniXTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'BodoniXTRegular';
    src: url('../fonts/BodoniXTRegular/bodonixt-webfont.eot');
    src: url('../fonts/BodoniXTRegular/bodonixt-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BodoniXTRegular/bodonixt-webfont.woff') format('woff'),
    url('../fonts/BodoniXTRegular/bodonixt-webfont.ttf') format('truetype'),
    url('../fonts/BodoniXTRegular/bodonixt-webfont.svg#BodoniXTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('../fonts/ChunkFiveRegular/chunk-webfont.eot');
    src: url('../fonts/ChunkFiveRegular/chunk-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ChunkFiveRegular/chunk-webfont.woff') format('woff'),
    url('../fonts/ChunkFiveRegular/chunk-webfont.ttf') format('truetype'),
    url('../fonts/ChunkFiveRegular/chunk-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
    overflow-x: hidden;
}

.no-padding {padding: 0 !important;}

#responsive-menu.sticky {
    position: fixed;
    transition: all 0.4s ease;
    left: 1%;
    right: 1%;
    top: 0;
    z-index: 1000;
    background: #fff;
    opacity: .97;
    filter: alpha(opacity = 97);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}

.accordion-wrapper {
	overflow:hidden;
	display:block;
	position:relative;
	display:inline-block;
	margin: 40px 0px;
    overflow: hidden;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.08);
    border: 7px solid rgb(210, 197, 192);
}
.slide {
	overflow: hidden;
	display:block;
	-moz-box-shadow: -5px 0px 5px rgba(1, 1, 1, 0.3);
	-webkit-box-shadow: -5px 0px 5px rgba(1, 1, 1, 0.3);
	box-shadow: -5px 0px 5px rgba(1, 1, 1, 0.3);
	position:absolute;
	top: 0px;
	cursor: pointer;
	float:left;
	display: inline-block;
	zoom: 1;
}
.slide img {
	position:relative;
	width: 300px;
}

.slider{
	width: 100%; /*Same as width of the large image*/
	position: relative;
	/*Instead of height we will use padding*/
	padding-top: 320px; /*That helps bring the labels down*/
	
	margin: 100px auto;
	
	/*Lets add a shadow*/
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
}


/*Last thing remaining is to add transitions*/
.slider>img{
	position: absolute;
	left: 0; top: -60px;
	transition: all 0.5s;
}

.slider input[name='slide_switch'] {
	display: none;
}

.slider label {
	/*Lets add some spacing for the thumbnails*/
	margin: 18px 0 0 18px;
	border: 3px solid #999;
	
	float: left;
	cursor: pointer;
	transition: all 0.5s;
	
	/*Default style = low opacity*/
	opacity: 0.6;
}

.slider label img{
	display: block;
}

/*Time to add the click effects*/
.slider input[name='slide_switch']:checked+label {
	border-color: #666;
	opacity: 1;
}
/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.slider input[name='slide_switch'] ~ img {
	opacity: 0;
	transform: scale(1.1);
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.slider input[name='slide_switch']:checked+label+img {
	opacity: 1;
	transform: scale(1);
}


/* Шапка */

.logo img {width: 100%; padding: 15px;}
div#responsive-menu .logo img {width: 100%; padding: 0;}

.logo2 {padding: 0px 25px;
    position: absolute;}

.logo2 h1 span {
    font: bold 46px 'Merriweather', Arial, Tahoma, sans-serif;
    display: block;
    padding: 20px 0;
    font-size: 76px;
    line-height: 76%;
    color: #1e1e1e;
    text-transform: uppercase;
    font-stretch: semi-condensed;
    font-family: 'Cuprum', sans-serif;
	}
	
.logo2 h1 {color: #3e1900;
    margin: 35% 0 0;
    font-size: 24px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
 }

.logo2 h1 a {
    letter-spacing: 0;
    text-align: left;
    padding: 20px 0 0;
    margin: 0;
    display: block;
    z-index: 1000;
    font-size: 31px;
    line-height: 105%;
    color: #ffffff;
    text-shadow: 2px 2px 24px rgba(0,0,0,0.75);
    font-stretch: inherit;
    text-transform: lowercase;
    font-family: 'Cuprum', sans-serif;
}

.logo2 h1 a:hover, .logo2 h1:hover {
    text-decoration: none;
}

.logo-info {
    font: 17px/25px "Roboto", Arial, Tahoma, sans-serif;
    display: block;
    font-size: 17px;
    line-height: 100%;
    color: #ffffff;
    text-transform: lowercase;
    text-shadow: 2px 2px 24px rgba(0,0,0,0.75);
    text-align: left;
    font-family: 'Cuprum', sans-serif;
}

.logo-btn {
    border: 0;
    border-radius: 5px;
    margin: 20px 0;
    letter-spacing: 0;
    font-family: BebasNeueRegular,Arial, Helvetice, sans-serif;
    color: #aaa !important;
    display: block;
    font-size: 24px;
    padding: 0 20px;
    text-align: center;
    line-height: 60px;
    background: url(http://teatrmody.by/templates/adventureclub/images/booking_btn_s1.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.logo-btn a {
    color: #aaa !important;
    text-shadow: 1px 1px 0 #000;
    text-transform: capitalize;
}

.part4 {
    background: #ECFAFD;
    min-height: 500px;
    margin: 50px 0 0;
    position: relative;
}

.part4:before {
    content: url(part4-fon1.png);
    position: absolute;
    top: 0;
    left: 0;
}

.part4:after {
    content: url(part4-fon2.png);
    position: absolute;
    top: 0;
    right: 0;
}

.navbar, .dropdown-menu{

border: none;

}

.logo {
    width: 100%;
}

.our-team-maintitle {
    color: rgb(79, 201, 154);
    font: bold 25px 'Philosopher', sans-serif;
    letter-spacing: 0px;
    text-align: center;
    display: block;
    text-transform: lowercase;
}

.our-team-join {
    font: bold 50px/30px 'Philosopher', sans-serif;
    letter-spacing: 0px;
    text-align: center;
    padding: 20px 5px 50px;
    margin: 0;
}

.our-team-img {
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    width: 120px;
}

.our-team blockquote {
    padding: 10px 20px;
    margin: 20px auto;
    font-size: 17.5px;
    border-left: 3px solid #4fc99a;
    width: 50%;
    color: rgb(102, 125, 128);
    font: 17px/25px "Roboto", Arial, Tahoma, sans-serif;
    text-align: justify;
    background: #E7F5F8;
}

.our-team-name {
    font: bold 20px/30px 'Philosopher', sans-serif;
    letter-spacing: 0px;
    text-align: center;
    margin: 0;
}

.our-team-button {
    white-space: nowrap;
    font: 500 15px/20px"Roboto", Arial, Tahoma, sans-serif;
    background-color: #4AC6D6;
    border: 0;
    border-radius: 5px;
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
    margin: 20px auto;
    padding: 15px 35px;
    text-align: center;
    display: block;
}

.our-team-button a {
    color: #fff;
}

.camera_target {
    /*border-radius: 20px;*/
}

.block-title {
    position: relative;
    z-index: 10;
}


ul.lang li  {list-style-type: none; display: inline; }

.lang-inline { text-align: right;
    padding: 5px 40px 0px;}
	
.lang-inline a {
	box-shadow: 1px 1px 1px rgb(247, 235, 217), -1px 1px 1px rgb(247, 235, 217), 0px -1px 1px rgb(247, 235, 217);
    color: #E3BD75;
    margin-bottom: 5px;
    font-weight: 700;
    background: #FFFFFF;
    padding: 5px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
}

ul.lang { margin-top: 35px;}

.dropdown-menu{
      -webkit-box-shadow: none;
    box-shadow:none;
}

.navbar-toggle .icon-bar{
    color: #fff;
    background: #fff;
}



/* Поиск */

#custom-search-form {
        margin:0;
        margin-top: 5px;
        padding: 0;
    }
 
    #custom-search-form .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    #custom-search-form button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }
	
	
/* Новости */

.part5    {
	margin: 0px auto 15px;
	padding: 40px 0px;
	}

.news-pretext {
    font: bold 50px/30px 'Philosopher', sans-serif;
    letter-spacing: 0px;
    text-align: center;
    padding: 20px 5px 50px;
    margin: 0;
}

.news-main {margin-top: 40px; }

.news-main-item {
	width: 23%;
    float: left;
    margin: 1%;
	}

.news-contentwrap {
    padding: 0 20px;
}

.news-line {
    width: 60px;
    height: 5px;
    background: #cbf2f7;
    border-radius: 3px;
    margin-bottom: 10px;
}

.news-readmore {
    display: block;
    background: #cbf2f7;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    color: #4ac6d6;
    font: 500 25px 'Roboto', sans-serif;
    position: absolute;
    bottom: -30px;
}
a.moduleItemReadMore.news-readmore.news-read-more-theatre {
    position: absolute;
    background: transparent;
    color: #8f8a74;
    width: 100%;
    text-align: left;
    font-size: 15px;
    bottom: 0;
    height: auto;
}
.pwhite, .pwhite a {
    color: #ccc;
    font-size: 13px!important;
}
p.white {
    color: #ccc;
    font-size: 13px!important;
}
p.news_title_date {
    color: #8d9e4d;
    font-weight: bold;
    margin: 20px 0;
    font-size: 15px;
    width: 100%;
    text-align: right;
}
div#wallviewjxtcwall114 {
    height: auto !important;
}
.news-readmore:hover {
    color: #fff;
    text-decoration: none;
}
	
.news-main-item h3 a {
	font: bold 20px/30px 'Philosopher', sans-serif;
    color: #000;
    letter-spacing: 0px;
}

.news-main-item h3 a:hover {
   color: #4ac6d6; 
   text-decoration: none;
}
	 
.news-main-item  p {	 
	color: #2f3231;
    font: 15px/25px "Roboto", Arial, Tahoma, sans-serif;
	}
	
.news-main-item-img img {width: 100%; border-radius: 7px; }
.news-main-item-img img:hover {opacity: .5;}


/* Баннеры */

.banners {margin-top: 50px;}

.owl-item:nth-child(3n) .banner-item {
    background: #edfaf5;
}

.owl-item:nth-child(3n) .banner-item .banner-item-desc {
    border-left: 5px solid #52CA9C;
    background: #D7F3E8;
}

/*.banner-item:nth-child(3n) i {
    color: #52CA9C;
}*/

.owl-item:nth-child(3n+1) .banner-item {
    background: #FFF3EF;
}

.owl-item:nth-child(3n+1) .banner-item .banner-item-desc {
    border-left: 5px solid #FF8A66;
    background: #FFD8CB;
}

/*.banner-item:nth-child(3n+1) i {
    color: #FF8A66;
}*/

.owl-item:nth-child(3n+2) .banner-item {
    background: #FEF4F7;
}

.owl-item:nth-child(3n+2) .banner-item .banner-item-desc {
    border-left: 5px solid rgb(244, 143, 177);
    background: #FCE0E9;
}

/*.owl-item:nth-child(3n+2) .banner-item:nth-child i {
    color: rgb(244, 143, 177);
}*/

.banner-item { padding: 10px;
    /* float: left; */
    /* width: 30%; */
    border-radius: 10%;
    /* margin: 1.5%; */
    position: relative;
    height: 200px;
    margin: 2% 10%;}

.banner-item h3 a {font: bold 26px/30px 'Philosopher', sans-serif;
	 color: #333;
	 text-align: center;
	 display: block;}
	 
.banner-item h3 {
    margin-top: 60px;
}
	 
.banner-item a img {	 
	display: block;
    text-align: center;
    background: rgb(255, 255, 255);
    padding: 15px;
    border-radius: 100px;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    /*color: #4ac6d6;*/
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
	}

.banner-item-desc {
    color: #2f3231;
    font: 15px/25px "Roboto", Arial, Tahoma, sans-serif;
    /*border-left: 5px solid #4ac6d6;*/
    /* background: #DCF4EB;*/
    padding: 10px;
    margin: 20px;
    border-radius: 10px;
}
	
/* Афиша */	


.ia-container {
	width: 100%;
	margin: 40px 0px;
	overflow: hidden;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.08);
	border: 7px solid rgb(210, 197, 192);
}

.ia-container figure {
    position: absolute;
	top: 0;
	left: 50px; /* width of visible piece */
	width: 300px;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.6);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ia-container > figure {
    position: relative;
	left: 0 !important;
}

.ia-container img {
	display: block;
	width: 100%;
}

.ia-container input {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px; /* just cover visible part */
	height: 100%;
	cursor: pointer;
	border: 0;
	padding: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
	z-index: 100;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ia-container input:checked{
	width: 5px;
	left: auto;
	right: 0px;
}
.ia-container input:checked ~ figure {
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
	left: 300px;
}

.ia-container figcaption {
	width: 100%;
	height: 100%;
	background: rgba(67, 24, 0, 0.5);
	position: absolute;
	top: 0px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ia-container figcaption span  {
	    position: absolute;
    top: 40%;
    margin-top: -30px;
    right: 20px;
    left: 20px;
    overflow: hidden;
    text-align: center;
    background: rgba(253, 181, 78, 0.66);
    line-height: 20px;
    font-size: 18px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    padding: 20px;
    color: #fdb54e;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
} 

.ia-container figcaption span  a {color: #fff; text-decoration: none;}

.ia-container input:checked + figcaption,
.ia-container input:checked:hover + figcaption{
	background: rgba(87, 73, 81, 0);
}

.ia-container input:checked + figcaption span {
	-webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    -ms-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
	opacity: 1;
	
	top: 90%;
}

.ia-container #ia-selector-last:checked + figcaption span {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.ia-container input:hover + figcaption {
	background: rgba(87, 73, 81, 0.03);
}

.ia-container input:checked ~ figure input{
    z-index: 1;
}

@media screen and (max-width: 720px) {
    .ia-container { 
		width: 540px; 
	}
	
	.ia-container figure { 
		left: 40px; 
		width: 260px; 
	}
	
	.ia-container input { 
		width: 40px; 
	}
	
	.ia-container input:checked ~ figure { 
		left: 260px; 
	}
	
	.ia-container figcaption span { 
		font-size: 16px; 
	}
}

@media screen and (max-width: 520px) {
    .ia-container { 
		width: 320px; 
	}
	
	.ia-container figure { 
		left: 20px; 
		width: 180px; 
	}
	
	.ia-container input { 
		width: 20px; 
	}
	
	.ia-container input:checked ~ figure { 
		left: 180px; 
	}
	
	.ia-container figcaption span { 
		font-size: 12px; 
		letter-spacing: 2px; 
		padding: 10px; 
		margin-top: -20px; 
	} 

}


	

    
#custom_carousel .item {
    min-height: 400px;
    color: #161518;
    background-color: #E9DBCC;
	margin: 5px 0px;
    padding: 20px 0;
    text-align: justify;
    font-family: "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}
#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background: #e9dbcc;
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px
}
#custom_carousel .controls li.active {
    background-color: rgba(144, 111, 97, 0.47);
    border-top: 3px solid #906f61;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold
}

.controls img {width: 50px;}

.img-afisha {width: 250px;}

.carousel-inner h2 {font-weight: 800; text-align: left; padding: 0px 20px;}

.carousel-inner p {}
	 

/* Слайдер 



.slider {
    margin-bottom: 10px;
    position: relative;
	background: #906f61;
}




.slider .carousel {
    z-index: 1;
    padding: 20px 0 55px 0;
}

.slider .carousel-inner {

}

.slider .slider-content p {
    color: #fff;
    font-size: 72px;
    line-height: 140px;
    font-family: 'Kaushan Script', cursive;
}

.slider .slider-content h3 {
    color: #fff;
    font-size: 150px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.slider .slider-content .btn {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 30px;
    margin-bottom: 120px;
    text-transform: uppercase;
    background: transparent;
    border-radius: 0;
    border: 2px solid #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.slider .slider-content .btn:hover {
    background: #f38181;
    border: 2px solid #f38181;
}


.slider .carousel-indicators {
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
}

.slider .carousel-indicators li {
    text-indent: initial;
    width: 22%;
    height: 5px;
    margin: 0 2% 0 0;
    border-radius: 0;
    background: #ffffff;
    border: none;
    opacity: 0.6;
}

.slider .carousel-indicators li:last-child {
    margin: 0;
}

.slider .carousel-indicators li.active {
    opacity: 1;
    position: relative;
}

.slider .carousel-indicators li.active:after {
    content: "";
    width: 30%;
    height: 5px;
    top: 0;
    left: 0;
    position: absolute;
    background: #f38181;
}
.slider .carousel-indicators li:hover{
	opacity: 1;
}

.slider .indicator-inner {
    padding-top: 25px;
    text-align: left;
}

.slider .indicator-inner span {
    font-family: 'Montserrat', sans-serif;
    color: #FDB54E;
    font-family: "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #FFF;
    font-size: 17px;
    font-weight: 900;
    background: #392c2c;
    
    padding: 10px;
    margin: 0px 30px;
    display: block;
    text-align: center;
}

.slider .indicator-inner span.number {
    font-size: 23px;
    font-weight: 500;
    margin-right: 10px;

}


@media only screen and (max-width: 959px) {
   
    .slider .carousel {
        padding: 70px 0 50px 0;
    }

    .slider .slider-content .btn {
        margin-bottom: 60px;
        padding: 6px 18px;
        font-size: 12px;
    }
}


@media only screen and (max-width: 768px) {
   
    .slider .slider-content p {
        font-size: 35px;
        line-height: 70px;
    }

    .slider .indicator-inner {
        padding-top: 10px;
    }

    .slider .slider-content h3 {
        font-size: 35px;
    }

    .slider .indicator-inner span {
        font-size: 10px;
    }

    .slider .indicator-inner span.number {
        font-size: 10px;
        margin-right: 0;
    }
}


@media only screen and (max-width: 420px) {
   
    .slider .carousel {
        padding: 50px 0 50px 0;
    }

    .slider .slider-content p {
        font-size: 35px;
        line-height: 70px;
    }

    .slider .indicator-inner {
        padding-top: 10px;
    }

    .slider .slider-content h3 {
        font-size: 35px;
    }

    .slider .indicator-inner span {
        font-size: 7px;
    }

    .slider .indicator-inner span.number {
        font-size: 7px;
        margin-right: 0;
    }
}
*/

.part7 {
    background: url(footer-fon.jpg) no-repeat 50%;
    width: 100%;
    color: #fff;
    height: 275px;
}

.part9 {
    background: rgba(1, 204, 219, 0.43);
}

.footer4 {
    margin: 0 auto;
    text-align: center;
}
	
/* Календарь */	
	
	


.calendar-container {
	position: relative;
    width: 100%;
	margin: 40px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/afisha-all.jpg);
}

.calendar-container header {
	border-radius: 1em 1em 0 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 1.4em;
}

.day {
	font-size: 6em;
    font-weight: 700;
    text-align: center;
    line-height: 1em;
	background: rgba(253, 181, 78, 1);
}

.month {
	font-size: 2em;
	line-height: 1.4em;
	text-transform: lowercase;
	text-align: center;
	background: rgba(253, 181, 78, 0.5);
}

.calendar {
	
	width: 100%;
	border-radius: 0 0 1em 1em;
	/* -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .2), 0 3px 1px #fff;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .2), 0 3px 1px #fff; */
	color: #555;
	display: inline-block;
	padding: 1.33em;
}

.calendar thead {
	color: #e66b6b;
	
	font-weight: 700;
	
}

td.calendarDayName  {color: #fdb54e !important;
    padding: 20px 6px 10px!important;
    text-transform: uppercase;
    font-weight: 700 !important;}
	
td.calendarCurrentMonth {font-size: 2em;}
a.calendarNavLink {color: #fff;
    background: rgb(95, 60, 58);
    width: 25px;
    text-align: center;
    height: 25px;
    border-radius: 50px;
    display: block; }
a.calendarNavLink:hover {text-decoration: none;}

.calendar td {
	padding: 0.55em;
	text-align: center;
	color: #fff;
	font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	
}

.calendar span , td.calendarDateLinked a {background: transparent;
    border-radius: 100px;
    border: 2px solid #fdb54e;
    padding: 3px;
    height: 28px;
    width: 28px;
    display: block;
	color: #fff;
	}

.calendar tr {border-bottom: 1px solid rgba(255,255,255,0.5); background: rgba(115, 74, 58, 0.61);}

.calendar tbody td:hover {
	
	}
div#left2 {
    position: relative;
    z-index: 3000;
}
.singlearea {
    position: relative;
    z-index: 30000;
}
.current-day {
	color: #e66b6b;
}

.prev-month,
.next-month {
	color: #cacaca;
}

.ring-left,
.ring-right {
	position: absolute;
	top: 140px;
}

.ring-left { left: 2em; }
.ring-right { right: 2em; }

.ring-left:before,
.ring-left:after,
.ring-right:before,
.ring-right:after {
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, .3), 0 -1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 1px rgba(0, 0, 0, .3), 0 -1px 1px rgba(0, 0, 0, .2);
	content: "";
	display: inline-block;
	margin: 8px;
	height: 32px;
	width: 8px;
}

table.calendar tr:first-child {

    border-radius: 1em 1em 0 0;
    border-bottom: 10px solid #F0CC8F;
    color: #fff;
    height: 145px;
    font-size: 1em;
    text-transform: lowercase;
    text-align: center;
    background: rgba(253, 181, 78, 1);
}

.footer4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer4 p {
    padding: 10px;
    width: 30%;
    color: #2f3231;
    font: 300 15px/25px "Roboto", Arial, Tahoma, sans-serif;
}

.footer4 p:first-child {
    text-align: right;
    border-right: 1px solid #000;
    margin: 30px 0;
}

.footer4 p:nth-child(2) a {
    text-align: left;
    margin: 30px 0;
    display: block;
    color: #000;
    font-weight: 900;
}

.footer1 p a, .footer2 p a , .footer3 p a  {color: #000;
    font: 300 20px/30px "Roboto", Arial, Tahoma, sans-serif; }
.footer1 p strong {color: #e7e7e7;}
.footer1 h3 , .footer2 h3 , .footer3 h3 {
    text-transform: lowercase;
    color: #000;
    font: bold 24px/30px 'Philosopher', sans-serif;}
		
.footer-search {
	background:#fdb430;
    font-family: "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
	}

.footer1, .footer2, .footer3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.footer1 i, .footer2 i, .footer3 i {
    color: #cbf2f7;
}

.footer1 p, .footer2 p, .footer3 p {
    color: rgb(33, 39, 40);
    font: 300 20px/30px "Roboto", Arial, Tahoma, sans-serif;
}

	
.span4 {padding: 10px;}

.span2 {color: #7E6054; font-family: "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif; }
	
	ul.social {display: block;}
	ul.social li {display: inline;}
	ul.social li a { color: #fff;
    width: 50px;
    height: 50px;
    padding: 10px;}
	ul.social li a:hover {color: #FDB54E; }
	
	
	
	
.part6 ul {display: block; height: 140px;
    margin-top: 30px;}
.part6 ul li {display: block; float: left; padding: 10px; }

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.inform {margin-left: 10px;}

.all-news a {    
        color: #4ac6d6;
    font: bold 25px 'Philosopher', sans-serif;
    letter-spacing: 0px;
    text-align: center;
    display: block;
    }
	
@media screen and (min-width: 768px) and (max-width: 991px) {
    .news-main-item:last-child {
        display: none;
    }

    .news-main-item {
        width: 31%;
    }

    .footer1 p, .footer2 p, .footer3 p {
        font: 300 16px/30px "Roboto", Arial, Tahoma, sans-serif;
        text-align: center;
    }

    .footer1 p a, .footer2 p a, .footer3 p a {
        font: 300 16px/30px "Roboto", Arial, Tahoma, sans-serif;
    }

    .our-team-join {
        font: bold 40px/30px 'Philosopher', sans-serif;
    }
}




div#headerabove {
    background: #8d8772 url(http://teatrmody.by/templates/adventureclub/images/backgrounds/vstripes1.png) repeat-x top;
    min-height: 70px;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-family: BebasNeueRegular, Arial, Helvetica, sans-serif!important;
    font-weight: 200 !important;
    font-size: 18px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    float: left!important;
    margin-right: 34px;
    margin-left: 34px;
    padding: 0;
}
.navbar-default {
margin-top: 0;
}
.navbar {
    min-height: 100%;
}
ul.nav.navbar-nav.menu li:nth-child(3) a {
    padding-right: 264px;
}
.custom {
    position: absolute;
}
ul.nav.navbar-nav.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0 6px;
}
.logo {
    display: block;
    position: absolute;
    top: 0%;
    width: 240px;
    left: calc(50% - 120px);
}
div#responsive-menu .logo {
    display: block;
    position: absolute;
    top: -100%;
    width: 240px;
    left: calc(50% - 140px);
    z-index: 3;
    width: 278px;
    height: 248px;
}
div#responsive-menu2 {
    background: url(http://teatrmody.by/templates/adventureclub/images/backgrounds/menuwrap_bg_s1.png) bottom repeat-x;
    max-width: 100%;
    padding-top: 16px!important;
    padding-bottom: 16px!important;
    padding-left: 30px!important;
    padding-right: 30px!important;
    margin: 0 auto;

}
.navbar-default .navbar-nav > li > a:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #948E7A;
    position: relative;
    z-index: 0;
    left: 34px;
}
.navbar-default .navbar-nav > li:nth-child(3) > a:after {
    display: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #948E7A;
}
@media screen and (max-width: 767px) {
    div#region5wrap {
        display: none;
    }
    .our-team blockquote {
        width: 80%;
        position: relative;
        z-index: 100;
    }

    .logo img {
        width: 100%;
    }

    .navbar-default {
        /*margin-top: -58px !important;*/
    }
    .navbar-default .navbar-nav > li > a {
        display: block;
        float: none !important;
        margin-right: 0;
        margin-left: 0;
        padding: 0;
        text-align: left;
        line-height: 2;
    }
    ul.nav.navbar-nav.menu {
        display: block;
        margin: 0;
    }
    .news-main-item {
        width: 48%;
    }

    .news-readmore {
        position: static;
    }

    .news-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .news-pretext {
        font: bold 40px/40px 'Philosopher', sans-serif;
    }

    .our-team-join {
        font: bold 40px/30px 'Philosopher', sans-serif;
        position: relative;
        z-index: 100;
        color: #4ac6d6;
    }

    .footer4 {
        flex-direction: column;
    }

    .footer4 p:first-child {
        text-align: center;
        border-bottom: 1px solid #000;
        border-right: none;
    }

    .footer4 p:nth-child(2) a {
        text-align: center;
        margin: 0;
    }

    .footer4 p {
        width: 70%;
    }
    html body {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .logo {
        display: block;
        position: absolute;
        top: -6px;
        width: 240px;
        left: 0;
    }
    .logo2 h1 a {
        text-align: center;
    }
    .logo2 h1 span {
        text-align: center;
    }
    span.logo-info {
        text-align: center;
    }
    .logo-btn {
        margin: 0 auto;
    }
    .logo2 h1 {
        margin: 25% 0 0;
    }
}

@media screen and (max-width: 479px) {
    .news-main-item {
        width: 98%;
    }

    .news-readmore {
        display: none;
    }

    .part4:before,
    .part4:after {
        content: '';
    }

    .logo2 h1 a {
        font: bold 30px/36px 'Philosopher', sans-serif;
    }
}
@media(max-width: 1235px ) and (min-width: 1199px){
    .navbar-default .navbar-nav > li > a{
        margin: 0 20px;
    }
    .navbar-default .navbar-nav > li > a:after {
        left: 20px;
    }
}
@media(max-width: 1200px ) and (min-width: 768px){
    .navbar-default .navbar-nav > li > a{
        margin: 0 20px;
    }
    .navbar-default .navbar-nav > li > a:after {
        left: 20px;
    }
}
@media(max-width: 1200px ) and (min-width: 1041px) {
    .navbar-default .navbar-nav > li > a {
        margin: 0 13px;
    }
}
@media(max-width: 1041px ) and (min-width: 768px) {
    div#responsive-menu2 {
        background: url(http://teatrmody.by/templates/adventureclub/images/backgrounds/menuwrap_bg_s1.png) bottom repeat-x;
        max-width: 100%;
        padding-top: 16px!important;
        padding-bottom: 16px!important;
        padding-left: 5px!important;
        padding-right: 5px!important;
        margin: 0 auto;
    }
    .navbar-default .navbar-nav > li > a:after {
        display: none;
    }
    .navbar-default .navbar-nav > li > a {
        margin: 0 10px;
        font-size: 13px;
    }
    div#responsive-menu .logo {
        display: block;
        position: absolute;
        top: 0;
        left: calc(50% - 50px);
        z-index: 3;
        width: 100px;
        height: 248px;
    }
    #region2wrap .xtc-wrapper {
        padding: 0;
    }
    .wallpage.oddpage.singlepage.page-1.current {
        width: 100%;
    }
    .wallpage.oddpage.singlepage.page-1.current {
        width: 100% !important;
    }
}
@media(max-width: 1200px ) {
    div#responsive-menu .logo {
        display: block;
        position: absolute;
        top: -100%;
        width: 240px;
        left: calc(50% - 100px);
        z-index: 3;
        width: 200px;
        height: 248px;
    }
}
@media(max-width: 768px) {
    .custom {
        position: absolute;
        width: 100%;
    }
    span.logo-info {
        margin: 20px 0;
    }
    /* Image Gallery */
    .imagegalleryplg img {
        width:90%!important
    }

    .bookingbar .firstcol, .bookingbar .centercol, .bookingbar .lastcol {float:none!important; width:100%!important; display:block!important; margin-bottom:20px;}
    .booking_img {
        height: 180px!important;
        width: 180px!important;
        padding: 48px 0px 0px 44px !important;
    }
    .booking_btn {width:300px!important; height:64px!important;}
    .photos {background-size: contain;}
    #region3wrap .xtc-wrapper {
        padding: 40px 0!important;
    }
    .com_content .blog h2 {
        margin-bottom: 20px !important;
    }
}