*{
	margin: 0;
	padding: 0;
}
html, body{
	height: 100%;
}
body{
	font-family: 'Ralewayregular', sans-serif;
	color: #13213c;
	background: url('/templates/church/images/background1.png') center repeat;
}
table{
	margin-bottom: 25px;
}
img{
	/*max-width: 100%;*/
}
ul, ol{
	list-style: none;
	margin: 0;
    padding: 0;
}
/*li{
	padding: 5px 0 5px 0;
}*/

td{
	padding: 10px 0 0 10px;
}
a:link {
  text-decoration: none;
}
a:hover {
    color: #ffb400; 
    text-decoration: none;
    transition: .25s;
}

@font-face {
    font-family:'MarckScriptRegular';
    src: url('/templates/church/css/fonts/MarckScriptRegular.ttf');
    font-style: normal;
}
@font-face {
    font-family:'ClassicaOne';
    src: url('/templates/church/css/fonts/ClassicaOne.ttf');
    font-style: normal;
}
@font-face {
    font-family:'SolenaRegular';
    src: url('/templates/church/css/fonts/Solena-Regular.otf');
    font-style: normal;
}
@font-face {
    font-family:'MarckScriptRegular';
    src: url('/templates/church/css/fonts/MarckScriptRegular.ttf');
    font-style: normal;
}


@font-face {
    font-family:'HandwrittenFont1';
    src: url('/templates/church/css/fonts/HandwrittenFont1.ttf');
    font-style: normal;
}
@font-face {
    font-family:'Dubrovsky-Modern';
    src: url('/templates/church/css/fonts/Dubrovsky-Modern.ttf');
    font-style: normal;
}
@font-face {
    font-family:'Ventura-Script';
    src: url('/templates/church/css/fonts/Ventura-Script.ttf');
    font-style: normal;
}



#player1_playlist{
	overflow-y: auto!important;
}

.form-center {
	display: inline-grid;
}
.content a{
	color: #13213c;
}
.content a:hover {
	color: #ffb400; 
}
/*.form-inline {
	padding-top: 15px;
}*/
.category tr td{
	padding-top: 10px;
}
.content ul{
	padding:10px;
}
.content ul li{
	padding: 5px 0 5px 0;
}

h1{
	font-family: 'Ralewaybold', sans-serif;
	font-size: 34px;
	padding: 20px 0;
}
h2{
	font-size: 30px;
	font-family: 'Ralewaybold', sans-serif;
	padding: 20px 0;
}
h3{
	font-family: 'Ralewaybold', sans-serif;
	font-size: 26px;
	padding: 20px 0;
}
h4{
	font-family: 'Ralewaybold', sans-serif;
	font-size: 18px;
	padding: 20px 0;
}
/* ----- Header ----- */
header {
	display: flex;
	justify-content: space-between;
}
p {

    line-height: 1.7;
}
.lp-link{
	position: fixed;
    background: #fbb734;
    border: 1px solid #fbb734;
    right: -90px;
    top: 50%;
    padding: 10px;
    z-index: 100;
    transform: rotate(90deg);
    transition: all 0.5s;
}
.lp-link:hover{
	color: #fff;
	border: 1px solid #13213c;
}

.wrapper-content{
	padding-top: 100px;
	display: flex;
	flex-direction: column;
	min-height: 90vh;
	overflow: hidden;
}
header a{
	color: #38332b;
}

.header{
	width: 100%;
}
.header-left {
    font-family: 'Ralewaybold', sans-serif;
	display: flex;
	justify-content: flex-start;
    align-items: center;
	max-width: 61%;
}
.header-left img{
	min-width: 100px;
}
.header-left p {
	padding-left: 15px;
	font-size: 30px;
}
.header-right{
	width: 50%;
	font-family: 'Ralewaymedium', sans-serif;
}
.header-right img{
 	align-self: center;
}
.header-right a {
	font-size: 18px; 
}
.header-right p {
	font-size: 20px;
}
.header-right img{
	padding-left:  5px;
}
.header-feedback-1{
	margin: 0;
    padding: 10px 0;

}
.header-feedback-2{
	display: flex;
	padding-bottom: 20px;
}
.burger {
    display: none;
}
.logo-mobile{
	display: none;
}
/* ----- Header ----- */

/* ----- Menu ----- */
.main-menu {
    background: #13213c;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}
.main-menu img{
	max-width: 90px;
}
.menu {
	display: flex;
    justify-content:space-around;
    align-items: center;
    margin: 10px 0;
}
.main-menu ul li a{
	display: block;
	font-family: 'Ralewaymedium', sans-serif;
    font-size: 18px;
    color: #fff;
    /*padding: 8px 20px 8px;*/
    letter-spacing: 0.2vw;
    text-transform: uppercase;
}
.nav > li > a:hover, .nav > li > a:focus{
	/*background-color: #ffb400;*/
	color:#ffb400;
	text-decoration: none;
}
.nav{
	position: relative;

}
.menu-brd{
    border-bottom: 1px solid #ffb400;
    /*padding: 25px;*/
}
.nav-child {
    position: absolute;
    top: 65%;
    flex-direction: column;
    background: #13213c;
    display: none;
    z-index: 10;
    padding: 10px;
    border-bottom: 1px solid #ffb400;
}
.nav-child li :hover,
.nav-child li :focus{
	/*background-color: #ffb400;*/
	color:#ffb400;
	text-decoration: none;
}
.nav-child li {
	padding: 5px 0;
}
.nav > li:hover > ul {   
	display: block;
}
footer .nav-child {
    top: -100%;
}
footer .nav-child a {
    color: #38332b;
}
footer .nav-child a {
    color: #38332b;
}
div.page-header > h2{
	display: none;
}
/*.page-header{
	padding: 20px 0 0 0;
}*/

/*.logo-menu{
	background-image: url(/templates/church/images/logo.png);
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}*/

/* ----- Top Accordion ----- */

.accordion {
	font-family: 'Ralewaybold', sans-serif;
    color: #444;
    cursor: pointer;
    padding: 20px 10px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 26px;
    transition: 0.4s;
	border: 1px solid #ddf6ff;
    background: none;
}

.active_acc, .accordion:hover {
    background-color: #ddf6ff;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active_acc:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* ----- Top Slider ----- */

.top-slider-wrapper{
		/*background: url('/images/design/top_banner_back.jpg') center no-repeat;*/
		margin-top: -12px;
}
.top-slider__slide{
	position: relative;
	padding-top: 80px;
	min-height: 590px;
}
.top-slider__left{
	font-family: 'Montserrat-Regular', sans-serif;
	/*font-family: 'Ralewaybold', sans-serif;*/
	/*font-family: 'ClassicaOne';*/
	/*margin: 100px 0 50px;*/
	width: 90%;
}
.top-slider__tit{
	/*margin: 0 0 10px;*/
	/*font-family: 'ClassicaOne';*/
	font-family: 'Montserrat-Regular', sans-serif;
	font-size: 50px;
	color: #fff;
	padding-left: 100px;
	line-height: 1;
	letter-spacing: 1px;
}

.top-slider__description{
	margin:0;
	font-size: 38px;
	color: #fff;
	padding-left: 100px;
}
.top-slider__right{
	margin: 20px 0;

}
.top-slider__bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.top-slider__bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: rgba(19, 33, 60,.5);*/
}
.top-slider__bg-img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.top-slider .slick-dots{
	display: flex;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform:translateX(-50%);
	justify-content: center;
}
.top-slider .slick-dots li+li{
	margin-left: 10px;
}
.top-slider .slick-dots button{
	color: transparent;
}
.butt-sl{
	font-family: 'Montserrat-Regular', sans-serif;
	/*font-family: 'Ralewaybold', sans-serif;*/
	font-size: 24px;
	padding: 8px 30px;
	background-color: #fbb734;
	color: #fff;
	margin-left: 100px;
	border-radius: 3px;
	border: #fbb734 solid 1px;
}
.butt-sl:hover,
.butt-sl:focus{
	background-color: #fbb73400;
	color:#fff;
	text-decoration: none;
	border: #ffb400 solid 1px;
}



/* ----- Top Slider ----- */

.top-slider-arrow .slick-prev{
	top: 40%;
	left: 25px;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 25px solid #113463;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
.top-slider-arrow .slick-prev:hover{
	border-right: 25px solid #ffb400;
}
.top-slider-arrow .slick-next:hover{
	border-left: 25px solid #ffb400;
}
.top-slider-arrow .slick-next{
	top: 40%;
	right: 25px;
	width: 0;
	height: 0;
	border-right: 0 solid transparent;
	border-left: 25px solid #113463;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}


/* ----- Navigation bar ----- */
.navigation-top{
	font-family: 'Ralewaymedium', sans-serif;
    text-align: center;
    padding-bottom: 40px; 
}
.cart-navigation{
	padding: 20px;
	margin-top: 20px;
	margin: 10px;
	margin-bottom: 45px;
	max-width: 25%;
	background: #fff;
}
.cart-navigation a{
	font-family: 'Ralewaybold', sans-serif;
}
.cart-navigation:hover{
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.brd{
    border: 0.5px solid #efefec;
    border-radius: 2px;
	min-width: 300px;
    text-align: center;
}
.cart-img{
	width: 25%;
	padding: 10px;
}
.cart-name{
	font-size: 20px;
    padding: 10px 0 25px;
}
.cart-butt{
    background-color: #fff;
    border: 1px solid #ffb400;
	color: #38332b;
	text-decoration: none;
	user-select: none;
	background: #fff;
	font-size: 20px;
	padding: 3px 15px;
}

.cart-butt a:hover{
	background-color: #ffb400;

}
.half-cart{
	display: flex;
	justify-content: center;
	max-width: 100%;
}

/*.content-vecher{
	display: flex;
}*/

.img-vecher{
display: block;

}

.img-vecher img{
float: right;
padding: 20px; 
}

button {

}
 /* padding: 2px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px; */

  /* ----- Navigation bar ----- */

/* ----- About ----- */
.about{
	display: flex;
	padding-bottom: 70px;
}
.about-img {
	/*min-width: 300px;*/
}
.about-img img {
	max-width: 250px;
	/*max-height: 150px;*/
	border-radius: 3px;
}
.parallax-window-1 {
	background: url(/templates/church/images/about-bg.jpg) center/cover no-repeat;
    background-attachment: fixed;
}
.parallax-window-2 {
	background: url(/templates/church/images/vizit.jpg) center/cover no-repeat;
    background-attachment: fixed;
    color: #fff;
}
.aboutchurch h2{
	padding: 30px 0;
}
.about-dscr{
	padding-left: 35px;

	font-size: 16px;
}
.about-dscr p{
	padding-bottom: 40px;
	justify-content: space-around;
	font-family: 'Ralewayregular', sans-serif;
	font-size: 20px;
}
.video {
    display: flex;
    padding: 50px 0px;
}
.video-block iframe{
	width: 560px;
	height: 315px;
}
.video-block{
	margin-right: 20px;
}
.video-txt{
	justify-content: space-around;
	font-family: 'Ralewayregular', sans-serif;
	font-size: 20px;
	color: #13213c;
}
.video-txt a{
	display: inline-block;
}

/* ----- About ----- */
.buttno{
	font-family: 'Ralewaybold', sans-serif;
	font-size: 18px;
	padding: 10px 60px;
	border: 1px solid #ffb400;
	border-radius: 3px;
	background-color: #ffb400;
	color:#fff;
}
.buttno:hover,
.buttno:focus{
/*	background-color: #ffb400;
	color:#fff;*/
	text-decoration: none;
	background-color: var(--red);
	color: #13213c;
}
.christian-resources-wrap p,
.christian-resources-wrap img{
	height: 85%;
}
.christian-resources-wrap img{
	padding-right: 15px;
}
.christian-resources-wrap a{
	margin-bottom: 20px;
}
.christian-resources{
	display: flex;
	padding-bottom: 25px;
}
.button-resources{
	font-family: 'Ralewaybold', sans-serif;
	font-size: 18px;
	padding: 10px 60px;
	border: 1px solid #ffb400;
	border-radius: 3px;
	background-color: #ffb400;
	color:#fff;
	display: inline-block;
}
.button-resources:hover,
.button-resources:focus{
/*	background-color: #ffb400;
	color:#fff;*/
	text-decoration: none;
	background-color: var(--red);
	color: #13213c;
}

/* ----- Gallery ----- */

.gallery{
	padding: 55px 0;
}
.gallery-slider{

}
.gallery-slide{

}
.gallery-slide__preview{

}
.gallery-slide__preview img{
	margin: auto; /*padding: 8px;*/
	/*border: 1px solid #999;
	border-radius: 4px;*/
	max-width: 100%; height: 177px;
}
.custom-arrow .slick-arrow{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	border: 0;
	width: 66px; height: 66px;
	background:url('/templates/church/images/prev.png') center no-repeat;
	font-size: 0;
}
.custom-arrow .slick-prev{
	/*left: -70px;*/
}
.custom-arrow .slick-next{
	/*right: -70px;*/
	background-image:url('/templates/church/images/next.png');
}




/* ----- plan-your-vizit ----- */
.plan-your-vizit{

}
.plan-your-vizit h2{
	font-size: 35px;
	font-family: 'Ralewaybold', sans-serif;
	padding-top: 20px;
}
/* ----- Form ----- */
.flex-sb{
	display:flex;
	justify-content: space-between;
}
.form1{

}
.form2{

}
.form{
	position:relative;
}
.form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.form.m-padding{
	padding: 30px 0;
}
.form__cont{
	position: relative;
	z-index: 1;

}
.form__left{
	width: 50%;
	margin-right: 20px;
}
.form__left-tit{
font-family: 'Ralewaymedium', sans-serif;
font-size: 22px;
}
.form__left-txt{
font-family: 'Ralewaymediumitalic', sans-serif;
padding: 30px 0 0 0;
font-size: 18px;
}
.form__left h2,
.form__right h3{
	margin: 0;
}
.form__left h2{
	font-size: 30px; line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
}
.form__left h3{
	color: #fff;
}
.form__right{
	width: 60%;
}
.form__right h3{
	margin-bottom: 15px;
	font-size: 18px;
	color:#fff;
}
#form__input-mess{
min-height: 70px;
min-width: 98.5%;
}
#form__input-inner-mess{
min-height: 70px;
min-width: 74.3%;
}
.fb-form__block + .fb-form__block{
	margin-top: 10px;
}
.fb-form-inner__input{
	margin: 10px;
}
.fb-form__input,
.fb-form__input--submit{
	font-size: 14px;
}
.form1 .fb-form__input{
	/*padding: 5px 10px;*/
	width: 48%;
	margin-bottom:20px;
	border-radius: 3px;
}
.form2 .fb-form__input{
	padding: 15px 15px;
	width: 100%;
	margin-bottom:10px;
}
.form-flex{
	display: flex;
	justify-content: center;
}
.vizit-txt{
	color: #fff!important;
}
.form1 .fb-form__input + .fb-form__input{
	margin-left:10px;
}
.fb-form__input--submit{
	font-family: 'Ralewaybold', sans-serif;
	background-color: var(--red);
	color: #38332b;
	font-size: 24px;
	transition: .25s;
	border: 2px solid #ffb400;
	min-width: 100%;
	/*margin-left: 10px;*/
}
.fb-form__input--submit:hover{
	border: 1px solid #ffb400;
	background: none;
	color: #ffb400;
	cursor: pointer;
}
.fb-form__checkbox{
	margin: 0 10px 0 0 !important;
}
.fb-form__label{
	margin: 0; padding-top:1px;
	color:#fff;
}

.fb-form__block .btn-tertiary{
	width: 100%;
	color: #fff;
	display: block;
	border: 2px solid #fff;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 1.1em
}

.fb-form__block .btn-tertiary:hover,
.example-2 .btn-tertiary:focus{
	color: var(--red);
	border-color: var(--red);
}
.fb-form__block .input-file{
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.fb-form__block .input-file + .js-labelFile{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px;
	cursor: pointer;
}
.ministries{
	width:100%!important;
}

/* ---News and Events--- */
.form-in-blog{
	padding: 20px 0;
}
.form-in-blog-dscr{
	padding: 15px;
	text-align: center;
}

.news-events-padding h2{
	padding: 0 0 10px 15px;
}
.newsflash-vert{
	display: flex;
	justify-content: space-between;
}
.news-events .newsflash{
/*	display: flex;*/
	justify-content: space-between;
}
.news{
	font-family: 'Ralewaymedium', sans-serif;
	max-width: 243px;
	padding-bottom: 18px;
}
.newsflash-image img{
	min-width: 250px;
    max-height: 146px;
}
.readmore{
	font-family: 'Ralewaybold', sans-serif;
	font-size: 14px;
	border: 1px solid #13213c;
	border-radius: 2px;
	padding: 7px 25px;
	color: #13213c;
	background: #fff;
	text-align: center;
}
.fb-form__message{
	color: #211e1e;
	padding-top: 15px;
}
.readmore a{
	font-family: 'Ralewaybold', sans-serif;
	font-size: 14px;
	color: #38332b;
}
.readmore:hover{
	transition: 0.25s;
	background: #ffb400;
	color: #fff;
}
.readmore a:hover{
	color: #fff;
}
.btn{
	display: block;
}
.news h4 {
	padding: 5px 0 10px 0;
}
.news-day{
	font-size: 14px;
}
.news-img{
	border: 1px solid #949391;
	max-width: 100%;
}
.news-dscr{
	padding: 10px 0 15px 0;
	font-size: 14px;
}
.news-butt{
	font-family: 'Ralewaybold', sans-serif;
	font-size: 14px;
	padding: 5px 15px;
	border: 1px solid #38332b;
	background-color: #fff;
	color: #38332b;
	border-radius: 2px;
}
.news-butt:hover,
.news-butt:focus{
	background-color: #ffb400;
	color:#fff;
	text-decoration: none;

}
.item-image img{
	padding-bottom: 20px;
	max-height: 250px;
    max-width: 170px;
}
.pull-none img{
	max-width: 100%;
}
/* ----- Last Sermons ----- */

.last-sermons{
	flex-direction: column;
	font-family: 'Ralewayregular', sans-serif;
	max-width: 50%;
}
.sermon{
	display: flex;
	padding: 8px 0;
}
.sermon-left img{
	border-radius: 2px;
	/*max-width: 100%;*/
}
.sermon-right{
	padding-left: 20px;
	min-width: 50%;
}
.sermon-day{
	font-size: 12px;

}
.sermon-tit{
	font-family: 'Ralewaymedium', sans-serif;
	font-size: 18px;
	padding: 5px 0;
}
.sermon-dscr{
	display: flex;
	font-size: 14px;

}
.sermon-dscr img{
    padding: 4px 6px 0 0;
}
.download-sermon{
	/*padding-left: 20px;*/
	padding-top: 20px;
	display: flex;
	min-width: 30%;
	align-items: center;
}
.download{
	padding-left: 5px;
}
.sermons-translation{
	display: flex;
	width: 100%;
	padding-top: 20px;
}
.translation{
	display: flex;
	padding-left: 40px;
}
.translation-left{
	background: #fff url(/templates/church/images/tr.png) no-repeat;
	border-radius: 10px;
	font-family: 'Ralewaybold', sans-serif;
	font-size: 18px;
	color: #f6e7d9;
}
.translation-left{
	text-align: center;
    padding: 25px 15px;
    max-height: 135px;
}
.translation-right{
	font-family: 'Ralewayregular', sans-serif;
	font-size: 14px;
	padding-left: 20px;
}
.translation-right-tit{
	font-family: 'Ralewaybold', sans-serif;
	font-size: 18px;
	padding: 0 0 10px 0;
}
.translation-right p{

	padding-bottom: 5px;
}
.translation-radio{
	flex-direction: column;
	/*padding-left: 60px;*/
	width: 50%;
}
.translation-radio h2{
	padding-left: 40px;
}
.telegram-wrapper{
	    padding-bottom: 25px;
}
/* ----- Radio ----- */
.radio{
	padding: 0 0 30px 40px;
}
.radio video{
    min-width: 500px;
    max-height: 70px;
}
.rad_selection {
	color: #ffffff;
	font-family: 'Ralewaymedium', sans-serif;
	font-size: 11px;
	height: 34px;
	overflow: hidden;
	cursor: pointer;
	border-bottom: 1px solid #434242;
}

.rad_selection img {
	width: 22px;
	height: 22px;
	padding: 6px;
	vertical-align: middle;
	border: none;
	box-sizing: content-box;
}

#rad_block_play {
	display: inline-block;
	margin-right: 10px;
	margin-left: 4px;
	padding: 12px;
	float: left;
}

#rad_play_btn {
	cursor: pointer;
	margin: 0px;
	vertical-align: middle;
	border: none;
}

#rad_select {
	font-size: 16px;
	font-family: 'Ralewaybold', sans-serif;
	cursor: pointer;
	width: 170px;
}

#rad_stationname {
	float:left;
	width: 250px !important;
	overflow: hidden;
	white-space: nowrap;
}

#rad_select_main_image {
	width: 36px;
	height: 36px;
	padding: 6px 16px 6px;
	box-sizing: content-box;
}

.rad_select_small_image {
	width: 22px;
	height: 22px;
	padding: 6px;
}


#rad_dropdown {
	float:left;
	padding-top: 18px;
}

#rad_list {
	position: absolute;
	z-index: 1000;
	background-color: #2c2c2c;
	margin-top: 48px;
	margin-left: 9px;
	max-height: 210px;
	width: 170px;
	overflow: auto;
}

#rad_block_select {
	display:inline-block;
	float:left;
}

#rad_block_volume{
	display: inline-block;
	margin-right: 10px;
	margin-left: 4px;
	padding: 12px;
	float: right;
}

#rad_sound_btn {
	cursor: pointer;
	margin: 0px;
	vertical-align: middle;
	border: none;
}

#rad_volume {
	position: absolute;
	z-index: 1000;
	background-color: #2c2c2c;
	padding: 14px;
	margin-top: 12px;
	margin-left: -4px;
	height: 100px;
	width: 6px;
	overflow: hidden;
	box-sizing: content-box;
}

#rad_volume_range {
	background-color: #999;
	width: 6px;
	height: 100px;
	margin: 15px 13px;
	display: table-cell;
	vertical-align: bottom;
	box-sizing: content-box;
}

#rad_volume_bar {
	background-color: #fff343;
	width: 6px;
	box-sizing: content-box;
}

#rad_block_logo {
	display: none;
	padding-top: 0px;
	margin-top: 12px;
	float:left;
	margin-left: 50px;
}

#rad_logo {
	border: none;
}

#rad_player {
    width: 100% !important;
    height: 48px !important;
	box-sizing: content-box !important;
	background-color: #13213c !important;
	border-radius: 3px;
}
.blog .item {
	display: flex;
}
.blog .news {
	max-width: 100%;
	/*padding-left: 20px;*/
}
.blog .readmore{
position: absolute;
left: 200px;
bottom: 50px; 
}
.blog .item{
	position: relative;
}
.blog .span6{
	display: flex;
	flex-direction: row;
	max-width: 100%;
	background: #f5f5f5;
	margin: 10px; 
	padding: 20px;
}
.blog .span6:hover{
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.blog .news .news-right {
	padding-left: 20px;
}
	.pagination ul{
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}
.pagination ul li{
	padding: 5px 11px;
	margin: 0 3px;
	border: 0.5px solid #ffb400;
}
.items-more, .counter {
	display: none;
}
/*.category-list{
	padding-top: 20px;
}*/


/* ----- Footer ----- */
/*.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.content {
	flex: 1 0 auto;
}
.footer {
	flex: 0 0 auto;
}*/
/*.content {
    min-height: calc(100vh - 300px);
    margin-bottom: -300px;
}*/
.content:after {
    content: '';
    display: block;
}
.social img{
	max-width: 50px;
	margin: 10px 5px;
}
footer{
	width: 100%;
	background-color: #13213c;
	color: #fff;
	margin-top: auto;
}
footer a{
	color: #f6e7d9; 
	text-decoration: none;
}
/* ----- Menu ----- */
footer .menu{
	display: flex;
    justify-content:space-between;
    font-size: 20px;
    font-family: 'Ralewaybold', sans-serif; 
}
.menu-footer ul li a{
	display: block;
	padding: 8px 24px 8px;
}
.menu-footer ul li a:hover{
/*	background: #ffb400;
	color: #38332b;*/
}
.footer-menu-brd{
	border-bottom: 1px solid #292929;
	/*padding: 8px;*/
}
.footer-content {
	display: flex;
	justify-content:space-between;
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer-content .custom{
	max-width: 25%;
}
.footer-map{
	max-width: 25%;
}
.adress-foot{
	max-width: 25%;
}
.adress-foot p{
	margin-left: 30px;
	padding-bottom: 15px;
}
.footer-tit{
	font-family: 'Ralewaybold', sans-serif;
	font-size: 18px;	
}
.timetable{
	max-width: 25%;

}
.timetable p{
	padding-bottom: 10px;
}
footer p{
	font-family: 'Ralewaylight', sans-serif;
	align-items: center;
	font-size: 16px;

}
.butt-footer{
	font-family: 'Ralewaybold', sans-serif;
	padding: 8px 14px;
	background-color: #ffb400;
	font-size: 16px;
	color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.butt-footer:hover,
.butt-footer:focus{
	background-color: #ffb400;
	color:#fff;
	text-decoration: none;
}
.presbyter-dscr{
	padding-bottom: 20px;
	line-height: 160%;
}
.footer-end{
	display: flex;
	font-family: 'Ralewaylight', sans-serif;
	font-size: 12px;
	justify-content:space-between;
	padding: 30px 0;
	background-color: #fff;
	color: #13213c;
	justify-content: center;
}
.footer-end p{
	font-family: 'Ralewaybold', sans-serif;
}
.yellow{
	font-family: 'Ralewaybold', sans-serif;
}
.footer-end-brd{
	border-top: 2px solid #ffb400;
}
.footer-end a{
	font-size: 14px;
	color: #13213c;
	padding-left: 20px;
}



footer form {
  background: #fff;
  padding: 20px;
  border: 4px solid #ffb400;
}
form .left, form .right {
   display: inline-block;
   vertical-align: top;
   width: 458px;
}
form .right {
   padding-left: 20px;
}
label {
   display: block;
   font-size: 18px;
   /*text-align: center;*/
   margin: 10px 0px 5px 0px;
   color: #13213c;
}
input, textarea {
   border: 1px solid #cecaca;
   padding: 10px;
   font-size: 16px;
   width: 400px;
}
textarea {
   height: 98px;
   margin-bottom: 10px;
}
input[type="submit"] {
   width: 200px;
   /*float: right;*/
   border: 1px solid #ffb400;
   background: #ffb400;
   color: #fff;
/*   text-transform: uppercase;*/
}

.reqfield {
   color: #13213c;
   padding-bottom: 10px;
}
.butt-footer {
    font-family: 'Ralewaybold', sans-serif;
    padding: 8px 14px;
    background-color: #ffb400;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

/*******product-card*********/
  .blog .product-card {
      display: none;
  }
  
  .categories-list .item-title {
      display: none;
  }
  
  .product-card .categories-list .first {
      display: none;  
  }
  
  .item-page .fields-container {
      display: none;
  }
  
  .product-card__heading {
    font-size: 30px;
    color: #033878;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
  
  .product-card__slider {
    width: 80%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
  }
  
  .product-card__description {
    font-size: 16px;
    color: #033878;
  }
  .clearfix-both{
    clear: both;
  }
  .product-card__link,
  .area-of-use__accordion .area-of-use__link {
    display: flex;
    align-items: center;
    min-height: 55px;
    padding: 0;
    padding-left: 20px;
    margin-bottom: 20px;
    padding-right: 40px;
    font-size: 18px;
    color: #13213c;
   /* background-color: #ddf6ff;#4bbceb*/
    border: 1px solid #ddf6ff;
  }
  
  .product-card__link:hover,
  .area-of-use__accordion .area-of-use__link:hover {
    text-decoration: none;
  }
  
  .accordion__content,
  .area-of-use__accordion .accordion__content {
    display: flex;
    margin-bottom: 20px;
  }
/*.accordion__content ul li{
	padding: 5px 0 0 5px;
}*/
.area-of-use__accordion .accordion__content {
  flex-direction: column;
}
  
  .accordion__content p,
  .area-of-use__accordion .accordion__content p {
/*    font-size: 16px;*/
    line-height: 2em;
  }
  
  .accordion__content h3,
  .area-of-use__accordion .accordion__content h3 {
    font-size: 16px;
    font-weight: bold;
    color: #033878;
  }
  
  .accordion__content table,
  .area-of-use__accordion .accordion__content table {
    border-collapse: collapse;
    border: 1px solid #033878;
  }
  
  .accordion__content table td,
  .area-of-use__accordion .accordion__content table td {
    border: 1px solid #033878;
    text-align: center;
    font-size: 14px;
  }
  
  .accordion__content tbody tr:nth-of-type(odd),
  .area-of-use__accordion .accordion__content tbody tr:nth-of-type(odd) {
    background-color: #ddf6ff;
  }
  
  .accordion__content--column,
  .area-of-use__accordion .accordion__content--column {
    flex-direction: column;
  }
  
  .product-card__link,
  .area-of-use__accordion .area-of-use__link {
    position: relative;
    cursor: pointer;
  }
  
  .product-card__link::after,
  .area-of-use__accordion .area-of-use__link::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 8px;
    right: 20px;
    top: 25px;
    background-image: url("../img/arrow-down.png");
    background-repeat: no-repeat;
    transform: rotate(180deg);
  }
  
  .product-card__link.collapsed,
  .area-of-use__accordion .area-of-use__link.collapsed {
    position: relative;
  }
  
  .product-card__link.collapsed::after,
  .area-of-use__accordion .area-of-use__link.collapsed::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 8px;
    right: 20px;
    top: 25px;
    background-image: url("../img/arrow-up.png");
    background-repeat: no-repeat;
  }
  .list_accordion {
    font-size: 14px;
  }
  .product__price {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    border-bottom: 2px solid #033878;
    margin-bottom: 70px;
    margin-top: 60px;
    background-image: url("../img/price_bg.jpg");
  }
  
  .product__price a {
    font-size: 24px;
    color: #033878;
    display: flex;
    align-items: center;
  }
  
  .product__price a span {
    width: 30px;
    height: 30px;
    background-image: url("../img/download.png");
    margin-right: 10px;
    position: relative;
    top: 2px;
  }
  
  .product__price a:hover {
    text-decoration: none;
  }
  
  .product__price span {
    background-image: url("../img/download.png");
  }

.pull-left img {
  float:left;
  margin-right:30px;
  margin-bottom:30px;
}

.pull-left a img {
  float:left;
  margin: auto;
}
/*accordeon*/
  








.modal {
  /* Не обязательно  block */
  display: block;
  
 
  width: 480px;
  max-width: 100%;
  
  height: 400px;
  max-height: 100%;
  
  position: fixed;
  
  z-index: 100;
  
  left: 50%;
  top: 40%;
  
  /* Центруем */
  transform: translate(-50%, -50%);
  

  
  background: white;
  box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.9);
}
.closed {
  display: none;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  
  background: rgba(0, 0, 0, 0.6);
}
.modal-guts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*overflow: auto;*/
  /*padding: 20px 50px 20px 20px;*/
}

.modal .close-button {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 20px;
  
  border: 0;
  background: #fff;
  color: #cecaca;
  padding: 5px 10px;
  font-size: 1.3rem;
}

.open-button {
  border: 0;
/*  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  background: #ffb400;
  color: white;
  cursor: pointer;
  padding: 8px 14px;
  /*border-radius: 10px;*/
  font-size: 16px;
  border-radius: 3px;
}

footer h2{
	color: #13213c;
}

@media screen and (max-width: 1440px){
.top-slider__slide {
    min-height: 470px;
}
}

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

	/* -----  ----- */

	.cart-navigation {
    	max-width: 30%;
	}
.translation-left {
    	text-align: center;
    	padding: 45px 0px;
    	width: 100%;
    	height: 90%;
    }
.radio video{
    min-width: 400px;
    max-height: 70px;
}
.header-left p {
    padding-left: 15px;
    font-size: 25px;
    }
.news {
    margin: 0 5px;
}
.blog .readmore{
position: absolute;
left: 280px; bottom: 5px; 
}
.top-slider__slide {
    min-height: 340px;
}
}
@media screen and (max-width: 992px){

/* -----  ----- */

.cart-navigation {
	max-width: 30%;
}
.main-menu ul li a{
font-size: 18px;
color: #fff;
padding: 10px 5px 11px;
}
.buttno {
    padding: 7px 30px;
}
.fb-form__input--submit {
    font-family: 'Ralewaybold', sans-serif;
    background-color: var(--red);
    color: #38332b;
    font-size: 20px;
    transition: .25s;
    border: 2px solid #ffb400;
    min-width: 70%;
}
.form__left-txt {
    padding: 10px 0 0 0;
    font-size: 14px;
}
.form__left-tit {
    font-size: 20px;
}
.download-sermon {
    padding-left: 0;
    }
    .translation {
    flex-direction: column;
}
.translation-left {
    max-width: 80%;
    max-height: 90%;
}
.translation-right {
    padding: 20px;
}
h2 {
	font-size: 28px;
}
.radio video {
    min-width: 300px;
    max-height: 70px;
}
.radio video {
    min-width: 300px;
    max-height: 70px;
}
.translation-right{
	display: none;
}
.menu-footer ul li a {
    font-size: 18px;
    padding: 10px 5px 11px;
}
.adress-foot{
	display: none;
}

.footer-content .custom {
    max-width: 35%;
}
.timetable {
    max-width: 25%;
    padding-left: 20px;
}
}

.top-slider__bg-img{
	display: block!important;
}
.top-slider__min-img{
	display: none!important;
}

@media screen and (max-width: 885px){
.top-slider__slide {
    min-height: 275px;
}
.top-slider__tit{
	font-size: 37px;
}
.butt-sl{
	display: none;
}
}

@media screen and (max-width:768px){
h1{
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
input, textarea {
   width: 100%;
}
.top-slider__bg-img{
	display: none!important;
}
.top-slider__min-img{
	display: block!important;
	object-fit: cover;
    height: 100%;
    width: 100%;
}
.top-slider__slide{
	min-height: 640px;
}
.wrapper-content{
	padding-top: 25px;
}
.plan-your-vizit h2 {
    font-size: 30px;
}
.newsflash-vert {
	display: block;
}
.blog .readmore {
	position: initial;
}
.blog .readmore {
    position: initial;
}
.sermon-left{
	display: none;
}
.sermon-right {
    padding-left: 0px;
    min-width: 75%;
}
/*-- Menu Header --*/
.menu li{
/*	padding: 8px 0;*/
}
.main-menu {
	flex-direction: column;
/*	padding: 10px 0;*/
}
.header__wrapper--second{
	position: fixed;
	left: 0; top: 0;
	z-index: 6;

	border:unset;
	width:100%;
	background-color: #13213c;
}
.burger,
.header__second,
.black-wrapper{
	transition: .35s;
}
.header__second{
	height: 0;
	opacity: 0;
	overflow: hidden;
/*	background-color: #fff;*/
	box-shadow: 0 0 2px 1px transparent;
	display: none;
}
.header__wrapper{
	display: flex;
}
.header__second.active{
	opacity: 1;
	height: 500px;
	box-shadow: 0 0 2px 1px #ccc;
	display: block;
}
.main-menu{
	flex-direction:column;
	padding: 10px 0;
}
/*.main-menu a{
	padding: 8px 0;
}*/
.main-menu ul li a {
	padding: 8px 0;
}
.main-menu ul {
	flex-direction: column;
}
.header__wrapper a img{
	max-width: 90px;
	margin: 5px 0 5px 20px;
}
.burger{
	display:block;
	position: relative;
	margin: 5px 0 10px 270px;
	border: unset;
	/*width: 40px; height: 40px;*/
	background-color: #fff;
	cursor:pointer;
	box-shadow: 0 0 2px 1px transparent;
	z-index: 101;
}
.burger.active{
	/*box-shadow: 0 0 2px 1px #ccc;*/
	display: block;

}
.burger__line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 4px;
    background-color: #ffb400;
}
.burger__line:nth-child(1){
	top: calc(50% - 10px);
}
.burger__line:nth-child(3){
	top: calc(50% + 10px);
}
.black-wrapper{
	position: fixed;
	left:0; top:0;
	z-index: 5;
	width:0; height:100%;
	opacity: 0;
	background-color: rgba(0,0,0,.85);
}
.black-wrapper.active{
	width:100%;
	opacity: 1;
}
.advantages-item, .advantages-item-img {
	width: 100%;
}

	/* -- Slider top -- */
.custom-arrow .slick-arrow{
	display: none !important;
}

.top-slider__description {
	margin-top: 30px;
	font-size: 30px;
	padding-left: 0;
}
.top-slider__tit {
    margin: 0 0 10px;
    font-size: 35px;
    padding-left: 0;
}
.top-slider__left {
    margin: 150px 25px 0 25px;
    width: 100%;
}

.butt-sl {
    margin-left: 25px;
}
		/* -- Navigation -- */
.cart-navigation{
	max-width: 100%;
}
.half-cart {
    justify-content: center;
    max-width: 100%;
    flex-direction: column;
}
		/* -- About -- */
.about-img{
	display: none;
}
.about-dscr {
    padding-left: 0;
}
		/* -- plan vizit -- */
.form1 .fb-form__input {
    width: 100%;
}
.form1 .fb-form__input + .fb-form__input {
    margin-left: 0;
}
.flex-sb {
    display: contents;
}
.form__right{
	width: 100%;
}
.form__left {
	width: 100%;
}
		/* -- News -- */
.blog .readmore {
    position: initial;
	left: 155px;
	bottom: -20px;
	margin-bottom: 30px;
}
.news-events .newsflash {
	flex-direction: column;
    max-width: 100%;
}
.newsflash-vert .news{
    padding-bottom: 20px;
    margin: 0 20px 0 0;
}
.sermons-translation{
	flex-direction: column;
}
.last-sermons {
    max-width: 100%;
}
.download-sermon {
    padding: 20px 0 0 20px;
}
.translation-radio{
	width: 100%;
}
.translation-radio h2 {
    padding-left: 0;
}
.translation {
  	padding-left: 0;
}
.translation-left {
    max-width: 50%;
}
.radio {
    padding: 0 0 30px 0;
}
.timetable{
	max-width: 100%;
	padding-top: 20px;
	padding-left: 0;
}
.menu-footer{
	display: none;
}
.form-presbyter{
	width: 100%;
}
.footer-map {
    max-width: 100%;
}
.footer-content{
	flex-direction: column;
	padding-top: 0;
}
.footer-content .custom {
    max-width: 100%;
    padding-top: 20px;
}
.footer-end {
    flex-direction: column;
}
.blog .span6{
	display: block;
	flex-direction: column;
}
.video {
    flex-wrap: wrap;
}

}


@media screen and (max-width:550px){
.pull-left img {
  float: none;
  margin-right:none;
  margin-bottom:none;
  margin-bottom: 0px;
}
.top-slider__bg-img{
	display: none!important;
}
.top-slider__min-img{
	display: block!important;
	object-fit: cover;
    height: 100%;
    width: 100%;
}
.wrapper-content {
    padding-top: 90px;
}
.menu-brd{
	border-bottom: none;
}
.main-menu{
	padding-top: 50px;
}
.newsflash-image{
	padding-top: 10px;
}
.news {
    max-width: 100%;
}
.newsflash-item{
padding-bottom: 15px; 
}
.blog .news{
	padding-left: 0;
}
.blog .item {
    display: contents !important;
}
.logo-mobile{
	display: block;
}
.burger {
    margin: 5px 0 10px 280px;
}
header {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;

}
#logoimg{
/*	max-width: 100%;*/
}
.header-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
	flex-direction: column-reverse;
	text-align: center;
}
.header-right {
	display: flex;
	font-family: 'Ralewayregular', sans-serif;
    width: 100%;
    /*padding-left: 30px;*/
    flex-direction: column;
    justify-content: center;
}
.header-mailto{
	display: none;
}
.header-feedback-1{
	text-align: center;
}
.header-feedback-2{
	text-align: center;
	margin: 0 25px;
	padding-bottom: 10px;
}
.header-right a {
    font-size: 16px;
}
.header-right p{
	font-size: 16px;
}
.butt-sl {
    margin-left: 0; 
}
.translation-left {
    max-width: 60%;
}
.top-slider__left {
    margin: 130px 25px 0 0;
    width: 100%;
}
.top-slider__description {
    margin-top: 30px;
}
.sermon{
	border-bottom: 1px solid #38332b;
}

.custom-arrow .slick-arrow {
    left: calc(50% + 43px);
    top: unset;
    bottom: 0;
    transform: translateX(-50%);
}
.custom-arrow .slick-prev {
    left: calc(50% - 43px);
}
.top-slider__slide {
	text-align: center;
    position: relative;
    padding-top: 0;
    min-height: 385px;
}
.top-slider__tit {
    font-size: 25px;
}
.top-slider__description {
    font-size: 20px;
}
.butt-sl {
    font-size: 18px;
    padding: 8px 20px;
    background-color: #ffb400;
    color: #fff;
    margin-left: 0;
}
.top-slider__left {
    margin: 0; 
}s
.form:before {
	 display: none;
	}
.translation-left{
	background-position: center;
	max-width: 100%
}
.radio{
	text-align: center;
}
.footer{
	text-align: center;
}
.footer-map{
	display: flex;
    justify-content: center;
}
.top-slider .slick-dots{
	display: none!important;
}
.header-feedback-2 img{
	display: none;
}
.download img{
	max-width: 30px;
}

}


@media screen and (max-width: 424px){
.burger {
    margin: 5px 0 10px 230px;
}
.wrapper-content {
    padding-top: 80px;
}
}


@media screen and (max-width: 344px){
	.top-slider-wrapper{
		margin-top: 0px;
	}
.butt-sl {
    padding: 8px 15px;
}
header{
	padding-bottom: 10px;
}
.header-feedback-2 {
	display: none;
}
.burger {
    margin: 5px 0 10px 180px;
}
}

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

.top-slider__slide {
    min-height: 425px;
}
.top-slider-arrow .slick-prev,
.top-slider-arrow .slick-next{
    top: 45%;
}
.video-block iframe{
	width: 390px;
}

}

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

.top-slider__slide {
    min-height: 380px;

}
.top-slider-arrow{
	display: none;
}

.video-block iframe{
	width: 340px;
}

}



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

.top-slider__slide {
    min-height: 325px;
}
.video-block iframe{
	width: 290px;
}


}


/*
			PLAYER
		*/

		.audioplayer
		{
			height: 2em; /* 40 */
			color: #fff;
			text-shadow: 1px 1px 0 #000;
			border: 1px solid #222;
			position: relative;
			z-index: 1;
			background: #333;
		}


			/* mini mode (fallback) */

			.audioplayer-mini
			{
				width: 2.5em; /* 40 */
				margin: 0 auto;
			}


			/* player elements: play/pause and volume buttons, played/duration timers, progress bar of loaded/played */

			.audioplayer > div
			{
				display: none;
				position: absolute;
			}


			/* play/pause button */

			.audioplayer-playpause
			{
				width: 2.5em; /* 40 */
				height: 100%;
				text-align: left;
				text-indent: -9999px;
				cursor: pointer;
				z-index: 2;
				top: 0;
				left: 0;
			}
				.audioplayer:not(.audioplayer-mini) .audioplayer-playpause
				{
					display: contents;
					border-right: 1px solid #555;
					border-right-color: rgba( 255, 255, 255, .1 );
				}
				.audioplayer-mini .audioplayer-playpause
				{
					width: 100%;
				}
				.audioplayer-playpause:hover,
				.audioplayer-playpause:focus
				{
					background-color: #222;
				}
				.audioplayer-playpause a
				{
					display: block;
				}
				.audioplayer-stopped .audioplayer-playpause a
				{
					width: 0;
					height: 0;
					border: 0.5em solid transparent; /* 8 */
					border-right: none;
					border-left-color: #ebffff;
					content: '';
					position: absolute;
					top: 50%;
					left: 50%;
					margin: -0.5em 0 0 -0.25em; /* 8 4 */
				}
				.audioplayer-playing .audioplayer-playpause a
				{
					width: 0.75em; /* 12 */
					height: 0.75em; /* 12 */
					position: absolute;
					top: 50%;
					left: 50%;
					margin: -0.375em 0 0 -0.375em; /* 6 */
				}
					.audioplayer-playing .audioplayer-playpause a:before,
					.audioplayer-playing .audioplayer-playpause a:after
					{
						width: 40%;
						height: 100%;
						background-color: #fff;
						content: '';
						position: absolute;
						top: 0;
					}
					.audioplayer-playing .audioplayer-playpause a:before
					{
						left: 0;
					}
					.audioplayer-playing .audioplayer-playpause a:after
					{
						right: 0;
					}


			/* timers */

			.audioplayer-time
			{
				width: 4.375em; /* 70 */
				height: 100%;
				line-height: 2.375em; /* 38 */
				text-align: center;
				z-index: 2;
				top: 0;
			}
				.audioplayer-time-current
				{
					border-left: 1px solid #111;
					border-left-color: rgba( 0, 0, 0, .25 );
					left: 2.5em; /* 40 */
				}
				.audioplayer-time-duration
				{
					border-right: 1px solid #555;
					border-right-color: rgba( 255, 255, 255, .1 );
					right: 2.5em; /* 40 */
				}
					.audioplayer-novolume .audioplayer-time-duration
					{
						border-right: 0;
						right: 0;
					}


			/* progress bar of loaded/played */

			.audioplayer-bar
			{
				height: 0.875em; /* 14 */
				background-color: #222;
				cursor: pointer;
				z-index: 1;
				top: 50%;
				right: 6.875em; /* 110 */
				left: 6.875em; /* 110 */
				margin-top: -0.438em; /* 7 */
			}
				.audioplayer-novolume .audioplayer-bar
				{
					right: 4.375em; /* 70 */
				}
				.audioplayer-bar div
				{
					width: 0;
					height: 100%;
					position: absolute;
					left: 0;
					top: 0;
				}
				.audioplayer-bar-loaded
				{
					background-color: #333;
					z-index: 1;
				}
				.audioplayer-bar-played
				{
					background: #007fd1;
					z-index: 2;
				}


			/* volume button */

			.audioplayer-volume
			{
				width: 2.5em; /* 40 */
				height: 100%;
				border-left: 1px solid #111;
				border-left-color: rgba( 0, 0, 0, .25 );
				text-align: left;
				text-indent: -9999px;
				cursor: pointer;
				z-index: 2;
				top: 0;
				right: 0;
			}
				.audioplayer-volume:hover,
				.audioplayer-volume:focus
				{
					background-color: #222;
				}
				.audioplayer-volume-button
				{
					width: 100%;
					height: 100%;
				}
					.audioplayer-volume-button a
					{
						width: 0.313em; /* 5 */
						height: 0.375em; /* 6 */
						background-color: #fff;
						display: block;
						position: relative;
						z-index: 1;
						top: 40%;
						left: 35%;
					}
						.audioplayer-volume-button a:before,
						.audioplayer-volume-button a:after
						{
							content: '';
							position: absolute;
						}
						.audioplayer-volume-button a:before
						{
							width: 0;
							height: 0;
							border: 0.5em solid transparent; /* 8 */
							border-left: none;
							border-right-color: #fff;
							z-index: 2;
							top: 50%;
							right: -0.25em;
							margin-top: -0.5em; /* 8 */
						}
						.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after
						{
							/* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
							width: 0.313em; /* 5 */
							height: 0.313em; /* 5 */
							border: 0.25em double #fff; /* 4 */
							border-width: 0.25em 0.25em 0 0; /* 4 */
							left: 0.563em; /* 9 */
							top: -0.063em; /* 1 */
							-webkit-border-radius: 0 0.938em 0 0; /* 15 */
							-moz-border-radius: 0 0.938em 0 0; /* 15 */
							border-radius: 0 0.938em 0 0; /* 15 */
							-webkit-transform: rotate( 45deg );
							-moz-transform: rotate( 45deg );
							-ms-transform: rotate( 45deg );
							-o-transform: rotate( 45deg );
							transform: rotate( 45deg );
						}


				/* volume dropdown */

				.audioplayer-volume-adjust
				{
					height: 6.25em; /* 100 */
					cursor: default;
					position: absolute;
					left: 0;
					right: -1px;
					top: -9999px;
					background: #333;
				}
					.audioplayer-volume:not(:hover) .audioplayer-volume-adjust
					{
						opacity: 0;
					}
					.audioplayer-volume:hover .audioplayer-volume-adjust
					{
						top: auto;
						bottom: 100%;
					}
					.audioplayer-volume-adjust > div
					{
						width: 40%;
						height: 80%;
						background-color: #222;
						cursor: pointer;
						position: relative;
						z-index: 1;
						margin: 30% auto 0;
					}
						.audioplayer-volume-adjust div div
						{
							width: 100%;
							height: 100%;
							position: absolute;
							bottom: 0;
							left: 0;
							background: #007fd1;
						}
				.audioplayer-novolume .audioplayer-volume
				{
					display: none;
				}


			/* CSS3 decorations */

			

			.audioplayer-volume-adjust
			{
				-webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
				-moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
				box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
			}
			.audioplayer-bar,
			.audioplayer-volume-adjust > div
			{
				-webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
				-moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
				box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
			}
			.audioplayer-volume-adjust div div,
			.audioplayer-bar-played
			{
				-webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
				-moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
				box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
			}
			.audioplayer-playpause,
			.audioplayer-volume a
			{
				-webkit-filter: drop-shadow( 1px 1px 0 #000 );
				-moz-filter: drop-shadow( 1px 1px 0 #000 );
				-ms-filter: drop-shadow( 1px 1px 0 #000 );
				-o-filter: drop-shadow( 1px 1px 0 #000 );
				filter: drop-shadow( 1px 1px 0 #000 );
			}
			.audioplayer,
			.audioplayer-volume-adjust
			{

				background: #13213c;
			}
			.audioplayer-bar-played
			{
				background: -webkit-gradient( linear, left top, right top, from( #007fd1 ), to( #c600ff ) );
				background: -webkit-linear-gradient( left, #007fd1, #c600ff );
				background: -moz-linear-gradient( left, #007fd1, #c600ff );
				background: -ms-radial-gradient( left, #007fd1, #c600ff );
				background: -o-linear-gradient( left, #007fd1, #c600ff );
				background: linear-gradient( to right, #007fd1, #c600ff );
			}
			.audioplayer-volume-adjust div div
			{
				background: -webkit-gradient( linear, left bottom, left top, from( #007fd1 ), to( #c600ff ) );
				background: -webkit-linear-gradient( bottom, #007fd1, #c600ff );
				background: -moz-linear-gradient( bottom, #007fd1, #c600ff );
				background: -ms-radial-gradient( bottom, #007fd1, #c600ff );
				background: -o-linear-gradient( bottom, #007fd1, #c600ff );
				background: linear-gradient( to top, #007fd1, #c600ff );
			}
			.audioplayer-bar,
			.audioplayer-bar div,
			.audioplayer-volume-adjust div
			{
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
			}
			.audioplayer
			{
				-webkit-border-radius: 25px;
				-moz-border-radius: 2px;
			}
			.audioplayer-volume-adjust
			{
				-webkit-border-top-left-radius: 2px;
				-webkit-border-top-right-radius: 2px;
				-moz-border-radius-topleft: 2px;
				-moz-border-radius-topright: 2px;
				border-top-left-radius: 2px;
				border-top-right-radius: 2px;
			}
			.audioplayer *,
			.audioplayer *:before,
			.audioplayer *:after
			{
				-webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
				-moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
				-ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
				-o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
				transition: color .25s ease, background-color .25s ease, opacity .5s ease;
			}


		/* responsiveness */

		@media only screen and ( max-width: 32.5em ) /* 520 */
		{

			#wrapper
			{
				width: 100%;
				height: auto;
				position: static;
				padding: 1.25em; /* 20 */
				margin: 0;
			}
		}
		.audioplayer  {
			width: 30px;
			height: 30px;
		}
