.center {
	text-align: center !important;
}

.gray-scale {
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.gray-scale:hover {
-webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
}
.loading {
	width: 100%;
	padding: 20px;
	text-align: center;
}

.col-first-padding:first-child {
	padding-left: 15px !important;
}

.photobox > a > img {
	padding: 10px;
}

.read-title-box {
	font-size: 20px;
}

.read-content-box {
	margin-top: 20px;
	margin-bottom: 30px;
}

.video-dedicatory {
	margin-top: 30px;
}


#nevnap {
    text-align: right;
    margin: 5px 0;
	font-size: 12px;
}

.dropdown-dark {
    background: #2c2c34 !important;
}

.entry-content-share {
	margin-top: 40px;
}

.post-full .title {
    margin-top: 0px !important;
}
   
@media (max-width:960px) {  
	.module-title {
		display: none;
	}	
}

.news .content p, .news .item-content p {
    border-bottom: 0px solid rgba(0, 0, 0, 0.065) !important;
    font-size: 13px;
}


@media only screen and (min-width : 1400px) {
	header {
	    height: 184px;
	}
	
	.my-controls {
		margin-left: 15px;
	}
}




.blocks > .content p, .blocks > .image > .content p {
    border-bottom: 0px solid rgba(0, 0, 0, 0.065) !important;
    color: #fff;
    margin-bottom: 0 !important;
}

.blocks > .content, .blocks > .image > .content {
	position: absolute;
    color: #FFF;
    background: rgba(12, 12, 13, .6);
    padding: 6px 16px;
    /*line-height: 1.275em;*/
    font-weight: 500;
    letter-spacing: .05em;
    margin: 5px 10px;
}

.my-language {
	margin-top: 0 !important;
}

my-email::after {
content: attr(data-domain);
}
my-email::before {
content: attr(data-user);
}

.azbutton {
	margin: 2px 2px;
}


.right-top-menu > li > .dropdown > a {
	margin-top: -1px;
}


.gal-box  {
	margin-bottom: 30px;
}




/* Zoom In #1 */
.img-link img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.img-link:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	left:0;
}	

.gal-link img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.gal-link:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	left:0;
}	


.white-box {
	background: #fff;
	padding-top: 20px;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:24.9%;
    position:relative;
    height:0;
    overflow: hidden;
}
.video-responsive div{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
