@font-face {
    font-family: 'celtic_knotsregular';
    src: url('fonts/celtknot-webfont.woff2') format('woff2'),
         url('fonts/celtknot-webfont.woff') format('woff'),
         url('fonts/celtknot-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*{
	margin:0;
	padding:0;	
	/* font-family: 'Andika', sans-serif; */
	font-family: 'Caudex', serif;
}
img{
	border-style:none;	
}
.clear{
	clear:both;	
}
h1{
	font-size:30px;
	color:#371B0D;
	margin-top:15px;
	margin-bottom:10px;	
	font-weight:lighter;
}
h2{
	font-size:25px;
	color:#371B0D;
	margin-top:15px;
	margin-bottom:10px;	
}
h3{
	color:#371B0D;
	margin-top:15px;
	margin-bottom:10px;	
}
h4{
	font-weight:lighter;
	font-size:19px;
	color:#371B0D;
	margin-top:15px;
	margin-bottom:10px;	
}
p, #hometext address{
	color: #371B0D;
	font-size: 1em;
    line-height:1.2em;
	text-decoration: none;
	/* word-wrap: break-word; */
	font-family: 'Caudex', serif;
}

.intpg #maincont p{
    margin-bottom:1em;
}
a{
	font-weight:lighter;
	color:#206199;
	font-weight:normal;
	-webkit-transition: color 200ms ease-out 50ms;
    -moz-transition: color 200ms ease-out 50ms;
    -o-transition: color 200ms ease-out 50ms;
    transition: color 200ms ease-out 50ms;
	text-decoration: none;
}
#main a:hover{
    color:#89b5db;	
}
#content a:hover{
    text-decoration:underline;	
}
.tab {
	background-color: white;
	text-align: left;
	padding: 1% 2%;
}

.button, .artt a, #pagina a.prev, #pagina a.next{
	background-color: #2f6b95;
	border: none;
	color: white;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
  }

.backbutton {
	margin-bottom: 10px;
}

#main li, #main td{
	font-weight:lighter;
	font-size:14px;
	color:#371B0D;
	margin-top:15px;
	margin-bottom:10px;	
	text-decoration:none;	
}
header p{
	margin:0;	
}
header {
    position: relative;
    width: 100%;
    z-index: 20;
}
.stpatrick{
    margin-bottom:0!important;
    padding-bottom:0!important;	
}

header section{
    margin-left:auto;
    margin-right:auto;
    position:relative;
    height:100%;
    display:block;
}
#wrapper #hometext .wp-caption-text{
	font-size: 12px ;
	line-height: 16px ;
	margin-bottom: 4px;
	padding: 0 ;
	text-align: center;
	text-indent: 0 ;	
}
.logo span{
	font-family: 'celtic_knotsregular';
	color: #381E11;
	text-align: center;
	font-weight: bold;
}

.logo:hover{
    text-decoration:none!important;
}
.hide{
	display: none !important;
}
.logo .red{
	text-shadow:0 0 34px #CE1126;	
}
.logo .yellow{
    text-shadow:0 0 34px #FCD116;
}
.logo .blue {
    text-shadow: 2px 4px 18px #002B7F;
}
.logo {
	font-size: 40px;
}
header section aside{
	display:block;	
}
header section nav {
	border-style: solid;
	border-width: 2px 0px;
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
	color: #FFFFFF;
	border-radius: 3px;
	font-style: normal;
	text-decoration: none;
	text-overflow: ellipsis;
	transition: all 200ms ease-in-out 0s;
	white-space: nowrap;
	background-color: #084d69;
	border-color: #2f6b95;
        position:relative;
        display:block;
}
header section nav ul{
	list-style:none;	
        text-align:center;
}
header section nav ul li{
        display: table-cell;
        width:16%; 
}
header section nav ul li a:hover{
    opacity: 0.8;
}
header section nav ul > li:hover{
    background:#17617f;
    -webkit-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
}
header section nav ul li ul li:hover{
    background:#5b5b5b;
}
header section nav ul li a{
	color: #fff;
	display: block;
	font-weight:lighter;
	font-size: 18px;
	padding: 10px 20px;
	text-decoration: none;
}
header section nav ul li a:hover, header section nav ul li.current-menu-item a{
	color:#fff;	
}
header section nav ul li ul{
    width: auto;
    min-width:250px;
    position: absolute;
    background:#434343;
    border-style: solid;
    border-width: 2px 0px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
    border-color: #2b2a2a;
    border-top:none;
    border-radius:3px;
    display:none;
}
header section nav ul li ul li{
    position: static;
    display: block;
    float:none;
    width:100%;
    text-align: left;
}
header section nav ul li ul li a {
    font-size: 15px;
    padding: 7px 20px;
}

#daily .bible_image.christmas{
	position: absolute;
	right: 20px;
	top: -42%;
	width: 19%;	
	
}
#daily.lent{
	background:#9260e8;	
}

#daily .livenow{
	max-width: 160px;
}
.angel{
	position: absolute;
	right: 14%;
	top: -44%;
}
.angel2{
	position: absolute;
	right: 0;
	top: -44%;
}
.crtime{
	right: 43px !important;
	top: 8px !important;
	width: 119px;	
}
header section aside ul li ul li{
	width:100%;	
}
header section aside ul li ul li a{
	font-size: 15px;
	padding: 5px;
	padding-left:10px;
	padding-right:10px;
	border-top: 1px dotted;
}
#wrapper .preoti article img{
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
        margin-top:15px;
}
#wrapper .preoti article  p{
	text-indent:0px;
}
.preoti #articles article{
	background:none;	
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin-top: 0;
	padding-bottom: 0;
}
header section nav ul li ul li:first-child a{
	border-top:none;	
}
header aside .telephone{
	font-weight:lighter;
	font-size: 31px;
	padding-top: 20px;
	text-align: right;
}
#main.lumina_crestinului{
	padding:0;
}
#main #content{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-top: 54px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
#main #content.lumina_crestinului{
	max-width:100%;
	padding:0;
}
#overslider{
	display:none;
}
#slider2 img{
    max-width: 100%;
}

#slider2 li{
    margin-top:0;
    margin-bottom:0;
    
}
#contahead{
	text-align:right;	 
}
#contahead a{
	font-weight:lighter;
	font-size:20px;	
	text-decoration:none;
	color:#371B0D;
	text-align:right;
}
#maincont{
	width:72%;	
	float:left;
}

#maincont.white_partition{
	width: 68%;
}
#content aside{
	/* border-left: 1px dashed; */
	float: right;
	width: 27%;	
	margin-bottom:20px;
	margin-right:0px;
}
.progrlit p {
	font-size: 14.5px;
	font-weight: bold;
	font-family: 'Andika', sans-serif;
}

.tab_heading{
	color: #2f6b95;
	line-height: 22px;
}
#content aside h3 {
	display: block;
	margin-top: 0;
	text-align: center;
	text-decoration: none;
}
#homepage_content {
	margin-top:20px;
}
#content aside h3 a{
	color: #FFFFFF;
	margin:0;
}
#content aside h3 a:hover{
    text-decoration:none!important;
    color:#fff;
}
#main aside{
	text-align:right;	
}
#hometext ul{
	margin-left:35px;	
}

#content aside section {
	border-top: 4px solid #084d69;
}

aside .progrlit {
	text-align: center;
	margin-top: 15px;
}
#articles article p{
	line-height:27px;
	text-indent:15px;	
}
#lastarticles .article p{
	line-height:24px;
	text-indent:15px;	
}
#wrapper #gallery-1 .gallery-caption{
	margin-left: 0;
	padding-left: 30px;
	padding-right: 30px;
}
aside .iteman{
	text-align:left;
	margin-left:15px;
	background:url('images/mypin.png') no-repeat left top;
	padding-top:27px;
}
aside .iteman p{
	font-size:13px;
	text-indent:10px;	
}
#wrapper .gallery-icon img{
	float:none;
}
aside .iteman h4{
	text-indent:54px;
	text-align:left;
}
aside .iteman .anntext{
	background: url("images/announce.png") no-repeat scroll left bottom transparent;
	min-height: auto;
	padding-left: 27px;
	text-align:left;
	padding-bottom:10px;
}
#contact p{
	text-indent:0px!important;	
}
aside .iteman:first-child{
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
}
aside .iteman:first-child+.iteman{
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	-o-transform: rotate(1deg);
}
aside .iteman:first-child+.iteman+.iteman{
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
}
#main aside .rmore{
	text-decoration: none;
}

#lastarticles .article{
	border-bottom:1px dashed #000;	
	text-align:left;
	padding-bottom:10px;
}
#lastarticles .article h3{
	padding-left:52px;
	background:url(images/articlearrow.png) no-repeat left center;	
	background:url(images/bullet.png) no-repeat left center;	
}
#lastarticles .article h3 a{
	color:#371B0D;
	font-size:20px;
	-webkit-transition: color 200ms ease-out 50ms;
    -moz-transition: color 200ms ease-out 50ms;
    -o-transition: color 200ms ease-out 50ms;
    transition: color 200ms ease-out 50ms;
}
#lastarticles .article h3 a:hover{
	color:#6e442f;	
}
footer{
    width: 100%;
    background:#084d69;
    border-top:3px solid #2f6b95;
}
#lastarticles{
	text-align:right;	
	margin-top: 40px;
}
.rmore.all{
	text-transform:capitalize;
	text-align:right;	
	display:block;
	margin-top:10px;
}
#footerc{
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-top: 55px;
    padding-bottom:35px;
    color:#fff;
}
#footerc div{
	margin-bottom: 0px!important;
	margin-top: 0px!Important;
}
#main{
	display:block;
	padding-bottom:25px;
}
footer h4 {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
footer ul li{
    line-height: 6px;
    line-height:21px;
    list-style:none;
    margin-left: 0px;
}
footer ul li a{
    font-size: 14px;
    line-height: 11px;
    color:#fff;
    margin-top:3px;
}
footer ul li a:hover{
    opacity:0.7;
}
.fsection{
	float: left;
	width: 30%;
	margin-right:3%;
}
.ssection{
	width:30%;
	float:left;	
	margin-bottom:0;
}
.copyr{
	font-size: 12px;
	padding-bottom: 21px;
	padding-top: 18px;
	display:block;
	text-align: center;
	margin-bottom:0;
        color:#fff;
        margin-top:25px;
}
.copyr a{
	font-size:12px;	
}
.tsection{
	width:30%;
	float:right;	
}
.white_partition{
	border-top: 4px solid #2f6b95;
	background: #fff;
	padding:2%;
	margin-bottom: 20px;
	padding-bottom: 4%;
}

#content .white_partition.red {
	border-color: #CE1126;
}
#content .white_partition.yellow {
	border-color: #FCD116;
}
#content .white_partition.blue {
	border-color: #002B7F;
}

#content .white_partition.hcolord {
	border-color: #2f6b95;
}
#daily {
	overflow: hidden;
	text-align: left;
}

.fixedClass{
    position:fixed;
    top:0;
    width:100%;
}
#daily .bible_image{
    position:absolute;
    max-width:100px;
    right:20px;
    top:0;
    bottom:0;
    margin-top:auto;
    margin-bottom:auto;
}
.space{
	padding-left:5px;
	padding-right:5px;	
}
#leftform .wpcf7-response-output{
	border:none!important;
	margin-left:0!important;
	padding-left:0!important;
}
#wrapper .nivo-caption {
  	padding: 0 10px;
	line-height:35px;
}
.hidden{
	display:none;	
}
#daily .sfantofday {
	font-size: 13.5px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 0;
	color: #606060;
	font-style: italic;
}
#daily blockquote{
	display: block;
	font-size: 16px;
	font-style: italic;
	line-height: 21px;
	margin-bottom: 14px;
	margin-top: 14px;
}

#daily a#lectures {
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #FF6633;
	-webkit-transition: text-shadow 200ms ease-out 50ms;
	-moz-transition: text-shadow 200ms ease-out 50ms;
	-o-transition: text-shadow 200ms ease-out 50ms;
	transition: text-shadow 200ms ease-out 50ms;
	font-weight: bold;
	margin: 0;
	display: block;
	text-align: center;
	padding-top: 8px;
}

#daily:hover  a#lectures{
	opacity:0.7;
}
.intpg #content{
	padding-top:60px;	
}

.intpg #hometext h1{
	margin-bottom:35px;	
}
#hometext img{
	margin-right:15px;
	max-width:100%;
	margin-top:5px;
}
.arrow {
    color: #0c5449;
    margin: 1em 0;
}

.arrow:hover {
    color: #0c5449;
}


#header_daily_image {
	display: block;
	height: 45px;
	background: url(images/bible_image.gif) no-repeat;
	background-size: contain;
	background-position: center;
}

#daily:hover .arrow::after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}
#daily:hover a{
	text-decoration:none;
}
#daily_spread{
	display:block;
	width:100%;
	height:100%;
	max-width:300px;
}
#live_webcam{
	position: relative;
	text-align: right;
}

#live_webcam .holder{
	padding-top:10%;
}
#livechurch{
	max-height: 100px;
}
.wp-video-shortcode,.wp-video{
	width:100%!important;	
	height:90%!important;
	
}
.wp-video-shortcode .mejs-overlay.mejs-layer.mejs-overlay-play{
	width:100%!important;	
}
#wrapper .myarticles #articles article{
	padding-bottom:26px;
}
#wrapper #gallery-1 .gallery-item{
	min-width:160px;	
}
#articles article{
	padding-bottom:35px;
	margin-top:35px;
}
article header{
	border-radius:  7px 7px 7px;
	margin-bottom: 25px;
}
#shared{
	margin-top:35px;
	border-top:1px solid #000;	
}
#shared .fb_iframe_widget{
	float:left;
}
#hometext article p a[rel="next"]{
	float:right;	
}
#hometext .artt{
	margin-top:10px;	
}
#hometext article header p a[rel="prev"]{
	float:left;	
	margin-top:10px;
}
#hometext iframe{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
#articles article header p{
	font-size:14px;
	text-indent:0px;
	text-align:left;	
}
#articles article header h3{
	margin-top:0px;
	margin-bottom:3px;	
}
#hidden{
	display:none;	
}
#articles article p{
}
#leftform{
	width:35%;
	float:left;	
}
#categorii{
	text-align:left;	
}
#categorii li{
	margin-bottom: 0;
	margin-left: 35px;
	margin-top: 5px;
}
#categorii:first-child+li{
	margin-top:25px;	
}
#videos{
	
}
#videos .bvideo{
	float: left;
	height: 261px;
	position: relative;
	width: 44%;
	box-shadow:1px 2px 4px -2px #333333;
	margin-left:7%;
	margin-bottom:30px;
}
.bvideo .videoattention {
	background: url("images/videoplay1.png") no-repeat scroll right center #FFFFFF;
	bottom: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 1em;
	left: 0;
	line-height: 1.2em;
	position: absolute;
	width: 90%;
	padding-right:10%;
	z-index: 10;
	min-height: 24%;
	background-size:auto 80%;
}
.nomrgleft{
	margin-left:0!important;	
}
.videoattention{
	-webkit-transition: opacity 200ms ease-out 50ms;
    -moz-transition: opacity 200ms ease-out 50ms;
    -o-transition: opacity 200ms ease-out 50ms;
    transition: opacity 200ms ease-out 50ms;	
	
}
.videoattention:hover{
	opacity:0.9;	
}
.videoattention h3, .bvideo .videoattention span {
	text-align: left;
	padding-left: 10px;
	padding-right: 44px;
	color: #206199;
	-webkit-transition: color 200ms ease-out 50ms;
	-moz-transition: color 200ms ease-out 50ms;
	-o-transition: color 200ms ease-out 50ms;
	transition: color 200ms ease-out 50ms;
	position: absolute;
	/* top: 0; */
	/* bottom: 0; */
	/* margin-top: auto; */
	/* margin-bottom: auto; */
	/* height: 20px; */
	/* line-height: 20px; */
	/* display: block; */
}
.bvideo .videoattention:hover h3,.bvideo .videoattention:hover a span{
	color:#89b5db;
}
#wrapper .bvideo img{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	margin:0;
	z-index:2;
}
.bvideo iframe{
	height: 257px;
	width: 100% !important;
}
#categorii li a{
	font-size:18px;	
}
#pagina{
	margin-top:25px;	
}
#pagina .prev{
	padding-right:15px;	
}
#pagina .next{
	padding-left:15px;	
}

#leftform input[type="text"],#leftform input[type="email"]{
	border: 1px solid #371B0D;
	border-radius: 3px 3px 3px 3px;
	height: 21px;
	padding: 1% 2%;
	width: 95%;
	font-size: 15px;
	background:#fff;
}
#leftform label{
	color: #371B0D;
	display: block;
	font-weight:lighter;
	font-size: 18px;
	margin-top: 13px;
	text-align: left;
}
#leftform textarea{
	background:#fff;
	border: 1px solid;
	border-radius: 3px 3px 3px 3px;
	font-size: 15px;
	height: 123px;
	padding: 2%;
	width: 95%;
	overflow: auto;
}

.arrows {
	width: 24px;
	height: 24px;
	border-color: #000;
	position: absolute;
	top: 55%;
	margin-top: -31px;
}

.nextm {
	border-bottom: 6px solid;
	border-left: 6px solid;
	transform: rotate(-135deg);
	right: -20px;
}

.prevm {
	border-bottom: 6px solid;
	border-left: 6px solid;
	transform: rotate(45deg);
	left: -20px;
}
#camera_1{
	max-width: 100%;
}
.cc-window{
	display: none!important;
}
#wrapper img.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
	float:none;
	padding-bottom:7px;
    }

    #wrapper img.alignright {
    display: inline;
	margin: 0 0 9px 21px;
	padding: 4px;
	padding-bottom:7px;
    }

    #wrapper img.alignleft {
    padding: 4px;
    margin: 0 21px 9px 0;
    display: inline;
	padding-bottom:7px;
    }

#wrapper .alignright {
    float: right;
    margin-left:10px;
    margin-bottom:10px;
	margin-top: 0;
}

#wrapper .alignleft {
    float: left;
    margin-right:10px;
    margin-bottom:10px;
}
    
#leftform .wpcf7-checkbox .wpcf7-list-item:first-child{
	margin-left:0;	
}
input[type="submit"]{
    display:block;
    font-weight:lighter;
    font-size:18px;
    border-radius:3px;
    border:1px solid #000;
    color:#fff;
    padding:7px;
    background:#37989a;
}
#rightform{
	float:right;
	width:63%;	
}
#rightform #gmap iframe{
	width:100%!important;	
	border:none;
}
#rightform tr td:first-child{
	font-weight:bold;
	padding-right:20px;
}
#rightform table{
	margin-top:15px;	
	margin-bottom:38px;
}
.sitemap li ul li{
	margin-left:15px;	
}
.sitemap li a{
	font-size:20px;	
}
#leftform span.wpcf7-not-valid-tip{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #FF0000;
	font-size: 10pt;
	left: 0;
	padding: 2px;
	top: 0;
	width: 98%;
	z-index: 100;	
}
#leftform div.wpcf7-validation-errors{
	border: medium none;
	color: #FF0000;
	margin-left: 0;
	padding-left: 0;	
}
#rightform td{
	font-weight:lighter;
	font-size: 16px;
	padding-bottom: 5px;
	text-align: left;
}
#slider img{
}
body .theme-default .nivo-controlNav{
	padding:0;
}
#rightform td a{
	
}
#articles article header h3 a{
	color: #371B0D;
	font-weight:lighter;
	font-size: 19px;
	margin-bottom: 10px;
	margin-top: 15px;
}
#wrapper .myarticles #articles article header p a:hover{
	/*color:#371B0D;	*/
	color:#206199!important;
}
.galitem > a{
	display:block;
}
.galitem:hover img{
	opacity:0.8;	
}

.galitem h4{
	text-align:center;
	margin-top:5px;
}
.galitem h4 a {
    font-size: 14px;
    font-weight: bold;
}
.nomrgr{
	margin-right:0!important;	
}
#album{
    position:relative;
}
#album a{
	
}
/*#album img{
	margin-bottom: 40px;
	margin-right: 5%;
	width: 28%;
}*/
.preoti article header{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0;	
	margin-bottom:5px;
        padding-top:10px;
       
}
.preoti article header h3{
		
}
h3 strong,h1 strong,h2 strong,h1 strong{
	font-weight:bold;
}
.myhomepage h2,.myhomepage h3, .myhomepage h4{
	margin-bottom:0;
}
.myhomepage h3 {
	font-size: 21px;
	margin-bottom: 3px;
	margin-top: 20px;
}
    
/** start album photos efect **/
.snip1572 {
    float: left;
    width: 33.33%;
    position: relative;
    max-width: 340px;
    max-height: 260px;
}

#daily .snip1572{
	min-height: 75px;
}

.snip1572 .snip_album {
	width: 100%;
	position: relative;
	float: left;
	padding-bottom: 73%;
	max-height: 260px;
	z-index: 10;
}
.snip1572 a.noncover{
	display:block;
}
#hometext .snip1572 a.noncover img{
	display: block;
	margin:2%;
	max-width: 96%;
}
.snip1572 a.cover{
	display:block;
	margin: 2%;
	width: 96%;
	padding-bottom: 70%;
}
.snip1572 .snip_album:hover{
	background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0))!important;
}
/* Clear floats after the columns */
.picture{
	content: "";
	display: table;
	clear: both;
}

/* .snip1572 *,
.snip1572:before,
.snip1572:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1572 img {
  vertical-align: top;
  margin:0;
  padding:2%;
} */
.snip1572 h4{
	position: absolute;
	z-index: 10012;
	top: 44%;
    margin: 2%;
	padding:3px;
	width:96%;
	text-align:center;
	color: white;
    font-weight: bold;
}

.snip1572 h4 a{
	font-size: 17px;
}
/* .snip1572:before,
.snip1572:after {
  content: '';
  background-color: #000;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */

.snip1572:before {
  width: 300px;
  height: 2px;
}

.snip1572:after {
  height: 300px;
  width: 2px;
}

.snip1572 figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
}

.snip1572 h3 {
  font-weight: 400;
  padding: 8px 15px;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/*.snip1572 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}*/

.snip1572:hover img,
.snip1572.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.50;
  opacity: 0.50;
}

.snip1572:hover:before,
.snip1572.hover:before,
.snip1572:hover:after,
.snip1572.hover:after {
  opacity: 1;
}

.snip1572:hover:before,
.snip1572.hover:before {
  width: 50px;
}

.snip1572:hover:after,
.snip1572.hover:after {
  height: 50px;
}

.snip1572:hover h3,
.snip1572.hover h3 {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

/* #album .snip1572{
    max-width:200px;
} */
/** end photo album eflect **/

.pswp img {
  max-width: none;
  height: auto !important;
}

/*Main button class
==========================*/
.ph-button {
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
    color: #371B0D;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all 200ms ease-in-out 0s;
    white-space: nowrap;
    font-weight: 700;
    padding: 6px 10px 6px;
    font-size: 14px;
}

.ph-button::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    margin-top:5px;
    background: #084d69;
    transition: width .3s;
}
.ph-button:hover::after {
    width: 0%;
}
/*Blue
==========================*/
.ph-btn-blue {
    border-color: #326E99;
}

/*New STYLING*/
#header_top{
    padding-top:10px;
    max-width:1200px;
    margin-right:auto;
    margin-left:auto;
    background-image: url("images/rosary.png");
    background-repeat: no-repeat;
    background-position: left -15px;
    padding-bottom: 25px;
    overflow:hidden;
}
#header_top .top_box {
    text-align: center;
    max-width: 557px;
    margin-left: auto;
    margin-right: auto;
}

#header_top .top_box:nth-child(1) {
    float:right;
}
#header_top .top_box:nth-child(2){
    padding-top:25px;
}

/*#header_top .top_box:nth-child(3) {
    padding-top:10px;
}*/
#header_top .top_box p {
    font-size: 14px;
    font-weight: bold;
}
#cssmenu{
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}

.smallmenu {
	display: none;
	width: 97%;
	height: 44px;
	float: right;
	/* margin-top: 28px; */
	/* border-style: solid; */
	border-width: 2px 0px;
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
	border-radius: 3px;
	font-style: normal;
	text-decoration: none;
	text-overflow: ellipsis;
	transition: all 200ms ease-in-out 0s;
	white-space: nowrap;
	background-color: #084d69;
	border-color: #2f6b95;
	padding-right: 3%;
}

.smallmenu span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/icon-mobile-menu.png) no-repeat center right;
}

.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 1px solid #eee;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
}
#lastarticles h3.arttitle{
	text-align:left;
	margin-bottom: 25px;
}
#lastmedia {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.media_slick_item{
	position:relative;
}
.media_slick_item .text {
	position: absolute;
	max-width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	background: #2f6b95;
	font-size: 16px;
	font-weight: bold;
	opacity: 0.9;
	text-align: center;
	color: white;
	padding: 5px 0;
}
.media_slick_item p.date {
	top: 0;
	right: 0;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
.media_slick_item span{
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.media_slick_item img{
	display:block;
	width:96%;
	margin-left:2%;
	margin-right:2%;
}

.media_slick_item a.play {
    position: absolute;
    display: block;
    background: url(images/play-btn.png);
    height: 50px;
    width: 100%;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center;
    top:0;
    bottom:0;
    margin-top:auto;
    margin-bottom:auto;
}
.page-numbers.current,
a.page-numbers:hover {
	background: #f9f9f9;
}

#lumina_crestinului {
	text-align: right;
	margin-top: 10px;
	align-items: right;
	display: block;
	animation: glow .7s infinite alternate;
	text-decoration: none;
	margin-bottom: 30px;
	font-size: 17px;
}

.video_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-pg-brcrd .video-js .vjs-big-play-button{
	height: 50px;
	width: 50px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #084d69;
	color: #fff;
}


.video-pg-brcrd .video-js .vjs-big-play-button:hover{
	background: #084d69;
}

#daily h5{
	margin-bottom: 5px;
	color:#371B0D;
}

#sinod_contact textarea {
	width: 100%;
	background-color: #ffffe0;
	border: 2px solid #1e71b3;
}

#sinod_contact .camp {
	margin-bottom: 30px;
}

#sinod_contact img {
	max-width: 255px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*Start sinod*/
.sinod .topsec {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.sinod .topsec h2{
	font-size: 50px;
	line-height: 168px;
	padding-right: 20px;
	color: #843c0b;
}
.sinod .topc {
	font-size: 18px;
	font-style: italic;
}
.sinod ol {
	margin-left: 40px;
}
.sinod h3 {
	color: #843c0b;
	background-color: #eee;
	cursor: pointer;
	padding: 18px;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	margin-top: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sinod h3:hover{
	background-color: #ccc;
}
.intpg .sinod #hometext h1 {
	font-size: 23px;
	margin-bottom: 0;
}
.sinod .hide{
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.sinod h3:after {
	content: '\02795'; /* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: #843c0b;
	float: right;
	margin-left: 5px;
	line-height: 2;
}

.sinod p{
	margin-bottom: 5px;
}

#main .sinod li {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 7px;
}
  
.sinod h3.active:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
}

#hometext font p:nth-of-type(2){
	display: none;
}
#hometext font p:nth-of-type(1){
	text-transform: uppercase;
}

#hometext font p:nth-of-type(3){
	font-weight: bolder;
	color: #2f6b95;
}

#hometext p b, #hometext b i{
	font-weight: bold;
	font-family: sans-serif;
}

.sinod .gotoform, #hometext .gotoform input[type="submit"]{
	background-color: #37989a; /* Green */
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	transition-duration: 0.4s;
	text-align: center;
}

.sinod .gotoform:hover{
	background-color: #37989a; /* Green */
	color: white;
}


.sinod.raspuns section {
	padding: 10px;
	background: #FFFFE0;
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
.sinod.raspuns section h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	font-style: italic;
	color: #848884;
}

.sinod.raspuns section .part h5 {
	padding-top: 0;
	margin-top: 20px;
	margin-bottom: 2px;
	text-transform: none;
	color: #C0C0C0;
}

.sinod.raspuns section .part p {
	font-style: italic;
	margin-bottom: 10px;
	line-height: 1.4em;
}
/*End sinod*/

#home_wysiwyg h2{
	margin-bottom: 22px;
	margin-top: 22px;
}

#home_wysiwyg p {
	line-height: 1.6em;
}

#common_prayer {
	border-top: 1px solid #576e8d;
	margin-top: 12px;
}

#common_prayer:hover{
	cursor: pointer;
}

#common_prayer h6 {
	color: #999;
	margin-top: 5px;
	margin-bottom: 3px;
}

#common_prayer p{
	font-size: 0.9em;
	font-style: italic;
	color: #666666;
	line-height: 23px;
}

#common_prayer p span{
	cursor: pointer;
	color: #2f6b95;
}

/*Common Prayer Popup*/


/* Please ❤ this if you like it! */


/* @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900'); */
/* *,
*::before,
*::after {
  box-sizing: border-box;
} */
/* body{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.7;
	color: #1f2029;
  	background-color: #fff;
  overflow: hidden;

  background-position: center;
  background-repeat: no-repeat;
  background-size: 101%;
} */
p{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	color: #1f2029;
}

.section{
  position: relative;
  width: 100%;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.full-height{
  min-height: 100vh;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
}
/* .modal-btn:checked + label,
.modal-btn:not(:checked) + label{
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  height: 50px;
  transition: all 200ms linear;
  border-radius: 4px;
  width: 240px;
  letter-spacing: 1px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
    -ms-flex-item-align: center;
    align-self: center;
  border: none;
  cursor: pointer;
  background-color: #102770;
  color: #ffeba7;
  box-shadow: 0 12px 35px 0 rgba(16,39,112,.25);
} */
/* .modal-btn:not(:checked) + label:hover{
  background-color: #ffeba7;
  color: #102770;
} */
.modal-btn:checked + label .uil,
.modal-btn:not(:checked) + label .uil{
	margin-left: 10px;
	font-size: 18px;
}
.modal-btn:checked + label:after,
.modal-btn:not(:checked) + label:after{
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 110;
  width: 40px;
  border-radius: 3px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  background-color: #ffeba7;
  color: #2f6b95;
  font-family: 'unicons';
  content: '\00d7'; 
  box-shadow: 0 12px 25px 0 rgba(16,39,112,.25);
  transition: all 200ms linear;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}
.modal-btn:checked + label:hover:after,
.modal-btn:not(:checked) + label:hover:after{
  background-color: #2f6b95;
  color: #ffeba7;
}
.modal-btn:checked + label:after{
  transition: opacity 300ms 300ms ease, transform 300ms 300ms ease, background-color 250ms linear, color 250ms linear;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.modal{
  position: fixed;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow-x: hidden;
  background-color: rgba(31,32,41,.75);
  pointer-events: none;
  opacity: 0;
  transition: opacity 250ms 700ms ease;
}
.modal-btn:checked ~ .modal{
  pointer-events: auto;
  opacity: 1;
  transition: all 300ms ease-in-out;
}

.modal-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 20px;
  background-color: #fff;
    -ms-flex-item-align: center;
    align-self: center;
    box-shadow: 0 12px 25px 0 rgba(199,175,189,.25);
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 250ms 250ms ease, transform 300ms 250ms ease;
}
.modal-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.modal-wrap p {
  padding: 20px 30px 0 30px;
}
.modal-btn:checked ~ .modal .modal-wrap{
  opacity: 1;
  transform: scale(1);
  transition: opacity 250ms 500ms ease, transform 350ms 500ms ease;
}

.modal-btn:checked ~ .logo img {
  	filter: brightness(100%);
	transition: all 250ms linear;
}

.intpg #maincont .readings b{
	line-height: 35px;
}

@media screen and (max-width: 500px) {
	.modal-wrap {
		width: calc(100% - 40px);
		padding-bottom: 15px;
	}
	.modal-wrap p {
	  padding: 15px 20px 0 20px;
	}
}

/*End Common Prayer Popup*/

@keyframes glow {
    to {
        text-shadow: 0 0 10px #FFD700;
    }
}

@media screen and (max-width: 940px){
    h1 {
	font-size: 25px;
	text-align: center;
	font-weight: bold;
    }
    h2{
        font-size:22px;	
    }
    h3{
        font-size:19px;	
    }
    p{
        font-size:1.2em;
        line-height:1.3em;
    }
	ul li, #main .sinod li{
		font-size: 1.2em;
	}
	#wrapper header section nav ul li a, #wrapper header section nav ul li ul li a {
		/* font-size: .9em; */
	}
	.sinod.raspuns section .part h5 {
		font-size: 0.9em;
	}
    #daily .bible_image{
       right:5px;
    }
    aside .iteman .anntext h4{
       text-indent:32px;
       font-size:16px;
    }
	#maincont {
		width: 65%;
		margin-left: 1%;
		padding-bottom: 30px;
	}
	#maincont.white_partition{
		width: 61%;
	}
    #content aside{
       width:32%;
       margin-right:1%;
	}
    #daily a{
           font-size:16px;
    }
    #daily blockquote{
           font-size:14px;
    }
    footer h4{
       font-size:16px; 
    }
    footer ul li{
                   font-size:16px; 
    }
    footer ul li a{
           font-size:14px; 
    }
    #footerc{
           margin-left:5px;
           margin-right:5px; 
    }
    #leftform{
       float:none;
       width:100%;	
    }
    #rightform{
        width:100%;
        float:none;	
        margin-top:65px;
    }
    #videos{
        text-align:center;	
    }
	#videos .bvideo {
		width: 90%;
		height: 255px;
		float: none;
	}
    #videos .bvideo{
        margin-left:20px;
        margin-right:20px;
        display:inline-block;
        zoom:1;
        *display:inline;
    }
    #videos .bvideo.nomrgleft{
        margin-left:20px!important;	
    }
    #videos .bvideo iframe{
        height:100%!important;	
    }
    #header_top{
        background-size:100%;
    }
    .picture,#galerie{
        text-align: center;
    }
    #galerie .galitem{
        height:auto;
    }
    header section nav ul li a,header section nav ul li ul li a{
        padding:13px 0;
        font-weight:bold;
        /* font-size:1em; */
    }
    header section nav ul li ul li a{
        /* font-size:1.3em; */
    }
    .progrlit p,aside .iteman p{
        font-size:1.1em;
        line-height:1.1em;
    }
    
    aside .iteman .anntext h4{
        font-size:1.2em;
        font-weight:bold;
        margin-bottom:5px;
	}
	.snip1572{
		width:50%;
	}
	#daily .snip1572{
		width:50%;
		text-align: center;
	}
	#live_webcam{
		text-align: center;
	}
	.livenow{
		max-width: 170px;
	}
	#daily .livenow{
		max-width: 190px;
	}
	#common_prayer {
		text-align: center;
		padding: 0 5px 5px;
	}

	#common_prayer p{
		font-size: 15px;
	}
}
@media only screen and (max-width: 740px){
	header{
            height:auto;
	}
        
	.intpg #maincont .readings p{
		font-size:1.5em;
		line-height: 1.4em;
 	}
	header section aside nav{
		position:static;	
		padding-left:0px;
		padding-right:0;
	}
	.logo{
		padding-top:20px;
		padding-bottom:20px;	
	}

	#hometext{
		display:block;	
	}
	#lastarticles .article p{
		display:none;
	}
	#hometext table{
		max-width:100%!important;	
	}
	.intpg #hometext{
		display:block;	
		padding-bottom:20px;
	}
	.intpg #content aside{
		display:none;	
	}
	#maincont{
		width:98%;
		margin-left:auto;
		margin-right:auto;	
		float:none;
	}
	#maincont.white_partition{
		width: 92%;
	}
	#content aside{
		width:98%;
		margin-left:auto;
		margin-right:auto;
		float:none;	
		border-left:none;
		margin-bottom:0;
	}
	#main aside .rmore{
		width:100%;
		text-align:center;
		display:block;
		font-size:18px;
		margin-top:20px;	
	}
	.tsection,.fsection{
		display:none;	
	}
	.ssection{
		width:100%;
		float:none;
		text-align:center;
        }
        #album{
            text-align:center;
        }
        #album .snip1572{
            display:inline-block;
        }
        #header_top .top_box:nth-child(1){
            display:none;
        }
        header section nav ul li {
            float: none;
            display: block;
            text-align: center;
            width:100%;
        }
        header section nav ul li ul {
            position: static;
            padding-top: 5px;
            padding-bottom: 5px;
            display:block!important;
        }
        header section nav ul li ul li{
            display:block;
            text-align:center;
            width:100%;
        }
       
        #cssmenu{
            display:none;
        }
        .smallmenu{
            display: block;
        }
        
        #header_top{
            background-position: center;
        }
        #content aside{
            min-height: 100px!important; 
        }
        #header_top .top_box{
            max-width: 100% ;
            margin-left: auto;
            margin-right: auto;
        }
        #daily .sfantofday{
            font-size:17px;
            max-width:75%;
        }
        #daily{
            margin-top:30px;
		}
		
        #main #content{
            padding-top:45px;
        }
        #hometext address{
            font-size:19px;
            text-align:center;
        }
        #hometext{
            padding-left:7px;
            padding-right:7px;
        }
        
        
        .bvideo .videoattention{
            font-size:1em;
        }
        
}
@media only screen and (max-width: 540px){
    #daily{
        margin-top:15px;
    }
    #main #content{
        padding-top:35px;
    }
    #daily .sfantofday{
        font-size:15px;
        max-width:70%;
    }
    
     header section nav ul li a,header section nav ul li ul li a{
        padding:10px 0;
        font-weight:bold;
        /* font-size:1.1em; */
    }
    /* header section nav ul li ul li a{
        font-size:1em;
    } */

    #lastmedia{
    	width:85%;
	}
	.snip1572{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	#daily .snip1572 {
		width: 100%;
		line-height: 1.7em;
		max-width: 100%;
		min-height: 0;
		border-top: 1px solid #576e8d;
		padding: 10px;
	}

	#daily .snip1572:first-child{
		border-top: none;
	}
	#daily .sfantofday{
		max-width:100%;
	}

	#live_webcam .holder{
		padding-top: 0;
	}

	#daily .snip1572 h5{
		padding-top: 0;
	}

	#daily {
		width: 100%;
		padding: 0;
	}

	#camera_1{
		height: 260px;
	}

	.logo {
		font-size: 30px;
	}
	.button, .artt a, #pagina a.prev, #pagina a.next{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (max-width: 330px) {
	/*h1{
		font-size:24px;	
		text-align:center;
	}
	h2{
		font-size:20px;
		text-align:center;
	}
	h3{
		font-size:1.2em;
		text-align:center;
	}
	h4{
		font-size:1.3em;	
	}
	aside .iteman .anntext h4{
		font-size:1.3em;	
	}
	.progrlit p{
		font-size:1.1em;	
	}
	a{
		font-size:1.1em;	
	}
	body{
            min-width:230px;	
	}
	#album img{
		width:95%;	
	}
	#hometext img{
		float:none;
		margin-left:auto;
		margin-right:auto;
		display:block;	
		max-width:100%;
	}
	#articles article header p{
		text-align:center;	
	}
	footer ul li a{
		font-size:1.1em;	
	}
	footer ul li{
		font-size:1.1em;	
	}
	aside .iteman p{
		font-size:1.1em;	
	}
	header section aside nav ul li a{
		font-size:1.3em;	
	}
	header section aside nav ul li ul li a{
		font-size:1.2em;	
	}
	.intpg #hometext h1{
		margin-bottom:0px;
	}
	#main #content{
		padding-top:24px;	
	}
	#articles article{
		margin-top:23px;	
	}
	.videoattention h3, .bvideo .videoattention span{
		font-size: 13px;
		padding-left: 5px;
		text-align: left!important;
		max-width: 80%;
		display: block;
	}
	.wp-video-shortcode, .wp-video{
		height:88%!important;	
	}
	#wrapper #gallery-1 .gallery-item{
		float: none;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		min-width: 160px;	
	}
	#wrapper #gallery-1 .gallery-caption{
		padding-left:0;
		padding-right:0;	
	}
	#wrapper .preoti article img{
		display: block;
		float: none;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;	
                
	}
	#videos .bvideo{
		margin-left:auto;
		margin-right:auto;
		max-width:100%;	
	}
	#videos .bvideo.nomrgleft{
		margin-left:auto!important;	
	}
	#hometext{
		margin-left:5px;
		margin-right:5px;	
	}
	#hometext p{
		font-size:1.2em;
	}	
	footer{
		padding-top:30px;	
	}
	#hometext header a{
		font-size:1em;
		margin:0!important;	
	}*/
 
}


body {
	background-image: url(images/background_alternative.png);
}
body h5 {
	color: #666;
	text-transform: uppercase;
	display: block;
	padding-top: 20px;
}
.holder {
	max-width: 455px;
	margin: 0 auto;
}
.holder .follow {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #666;
	text-align: center;
}
.livenow {
	width: 100%;
	padding: 0px;
	margin: 0 auto;
	display: inline-block;
	max-width: 155px;
}
.livenow p{
	padding-left:30px;
}
.livenow > div {
	vertical-align: middle;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	position: absolute;
	margin: 0 auto;
	border: 3px solid rgba(255,0,0);
	-webkit-animation: live 1.4s infinite ease-in-out;
	animation: live 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.livenow > div:nth-child(1) {
	background-color: rgba(255, 255, 255, 0.3);
	background-color: rgba(255,0,0);
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
.livenow > div:nth-child(2) {
	-webkit-animation-delay: 0.16s;
	animation-delay: 0.16s;
}
.livenow > div:nth-child(3) {
	-webkit-animation-delay: 0.42s;
	animation-delay: 0.42s;
	border: 3px solid rgba(255, 255, 255, 0.5);
}
.livenow > div:nth-child(4) {
	border: 3px solid rgba(255,0,0);
	-webkit-animation-delay: -0.42s;
	animation-delay: -0.42s;
}
@-webkit-keyframes live {
	0%, 80%, 100% {
		-webkit-transform: scale(0.6);
   }
	40% {
		-webkit-transform: scale(1);
   }
}
@keyframes live {
	0%, 80%, 100% {
		transform: scale(0.6);
		-webkit-transform: scale(0.6);
   }
	40% {
		transform: scale(1);
		-webkit-transform: scale(1);
   }
}
