/*
	Theme Name: Crven Krst Blank Theme

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/



/* 
	colors: 
		
		#ECECEC (light grey) 
		#1C1C1C (dark grey)
		#CB0000 (red)
	
*/



/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Open Sans', sans-serif;
	color:#444;
	background: #F3F3F3;
	overflow-x: hidden;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
    clear:both;
}
img {
	max-width:100%;
	height: auto;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

p, .content-text-wrap {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}

h1 {
    font-size: 3.5em;
    margin: 0;
}

b, strong{
	font-size: 16px;
	line-height: 24px;
}
	
ul {
    font-size: 14px;
}

ul li{
	margin: 10px 0px;
}




table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

td {
    padding: 0px 10px;
    text-align: center;
    border: 1px solid #e0e0e0;
}

td p,
td strong {
    font-size: 12px;
    margin: 0;
    line-height: 18px;
    text-align: left;
}

tr:nth-child(2n){
	background: #fdfdfd;
}




.half-col {
    width: 50%;
    float: left;
	padding: 25px 0;
}

.half-col:first-of-type{
	padding-right: 25px;
}






.form-label {
    margin: 10px 0px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
}

.form-input input,
.form-input textarea{
	outline: none;
	border: 1px solid #dedede;
	
	padding: 7px;
	width: 100%;
	
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

.form-input input:focus,
.form-input textarea:focus{
	border: 1px solid gray;
}


.form-submit input {
    background: #cb0000;
    color: white;
    border: 0;
    padding: 6px 20px;
    width: 100%;
    margin-top: 15px;
    
}

.form-submit input:hover{
	background: green;
	color: white;
}






/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/





/* wrap */
.wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}


.main-wrap{
	background: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);	
}

/* header */
.header {
	background: white;
}

/* logo */
.logo {
    margin-left: 25px;
    width: 45%;
}



#sajt-na-godinata {
    position: absolute;
    right: 20px;
    width: auto;
    height: 160px;
    top: 72px;
    z-index: 99;
}



.logo-img {

}

/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
footer.footer {
	position: relative;
    padding: 50px;
    color: white;
    text-align: center;
    background-image: url('images/footer-bg.jpg');
    background-size: cover;
    margin-top: 15px;
}


.footer-line {
    width: 50px;
    height: 2px;
    background: rgba(255, 255, 255, 0.23);
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.copyright div{
	margin: 5px auto;
}

.copyright a{
	font-weight: bold;
	text-decoration: underline;
	color: white;
}

.social-info {
    display: inline-block;
}

.social-info ul{
	list-style: none;
	padding: 0;
}

.social-info ul li{
	display: inline;
	margin: 0px 5px;
}
.social-info ul li a{
	color: white;
	opacity: 0.7;
}



.full-breadcrumbs {
    border-bottom: 1px solid #E6E6E6;
    background: white;
    border-top: 1px solid #E6E6E6;
}

.full-breadcrumbs #breadcrumbs {
    margin: 0;
    padding: 10px 25px;
    color: #191919;
}

.full-breadcrumbs #breadcrumbs a{
	font-weight: bold;
	color: red;
}

.pagination {
    margin: 10px 0px;
	padding: 10px 0;
    padding-bottom: 0; 
    
    border-bottom: 2px solid #e0e0e0;
    font-size: 14px;
}

.page-numbers {
    display: inline-block;
    padding: 5px;
    border-bottom: 4px solid rgba(241, 241, 241, 0);
    margin: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    
}

.page-numbers:hover{
	background: #cb0000;
	color: white;
}

.page-numbers.next,
.page-numbers.prev{
	width: auto;
	padding: 5px 15px;
}

span.page-numbers.current {
    border-bottom: 4px solid #cb0000;
}

.main-content-wrap{
	width: calc(100% - 330px);
    min-height: 100px;
    float: left;
    border-right: 1px solid #f3f3f3;    
}
.sidebar {
    width: 330px;
    float: left;
    padding: 15px;
}


.sidebar-box{
	text-align: center;
	margin: 15px 0px;
	background-size: cover;
	background-position: 50%;
}

#ckrm-map.sidebar-box{
	width: 100%;
    height: 88px;
    position: relative;
    background-image: url('images/ckrm-map.jpg');
    border: 1px solid #c7c7c7;
}

#ckrm-map .half-box-title {
	padding: 20px;
    font-size: 12px;
    letter-spacing: 1px;
}


.sidebar-obuki-box {
    padding-bottom: 30px;
    background: #f3f3f3;
    border-bottom: 4px solid #cb0000;
}

.sidebar-obuki-title{
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px;
    text-align: center;
}

.sidebar-obuki-label {
    padding: 10px 5px;
    background: #cb0000;
    font-size: 12px;
    color: white;
    font-weight: bold;
}

.sidebar-obuki-label:hover {
    background: #dc0000;
}

.sidebar-obuki-box .view-article {
    float: right;
    margin-right: 15px;
    line-height: 16px;
}






.external-links{
	text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px;
    background: white;
    border: 1px solid #cb0000;	
}

.external-links img {
    width: auto;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.external-links div {
	padding: 0px;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    display: inline-block;
    width: 45px;
    height: 43px;
    text-align: center;
    margin: 0px;
    border: 1px solid rgba(255,255,255,0);
}

.external-links div:hover{
	border: 1px solid rgba(140, 140, 140, 0.5);
}

.external-links span{
    display: inline-block;
    width: 230px;
    vertical-align: middle;
    margin-left: 10px;
}

.external-links a {
    font-size: 12px;
    font-weight: bold;
}


.sidebar-useful-links {
    padding: 12px 15px;
    margin-top: 10px;
    font-size: 14px;
    background: rgb(203, 0, 0);
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    position: relative;
}

.sidebar-useful-links:hover{
	opacity: 0.8;
}

.sidebar-useful-links *{
	color: white;
}

.sidebar-useful-links span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

a#go-back-link,
a#see-all-link {
	
	font-size: 10px;
    color: #cb0000;
    display: inline-block;
    margin: 20px 0px;
    text-decoration: none;
    padding: 3px 18px;
    border: 1px solid #ececec;
    transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;   
    
}

a#go-back-link:hover,
a#see-all-link:hover{
	box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
}




#page-not-found h1 {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

#page-not-found .single-heading {
	background-image: url('images/main-slider/slider-4.jpg');
    background-position: 50%;
    padding: 80px 200px;
    text-align: center;
    color: white;
    position: relative;
}
#page-not-found .overlay-404{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#page-not-found .single-info{
	position: relative;
	z-index: 15;
}

#page-not-found .single-info a {
    color: white;
    font-size: 14px;
    border: 1px solid white;
    border-radius: 35px;
    padding: 3px 35px;
    display: inline-block;
    margin-top: 5px;
}

#page-not-found .single-info a:hover{
	background: #cb0000;
}



.main-full-slider {
    overflow: hidden;
}





.ft-row {
    padding: 0 15px;
}

.ft-box{
	float: left;
	margin-top: 15px;
	background-size: cover;
	background-position: 50%;
	position: relative;
	border: 1px solid #e8e8e8;
}


.ft-box-label{
	padding: 10px;
    color: white;
    background: #cb0000;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    width: auto;
    top: 35px;
    left: 0px;
    z-index: 15;
}


.ft-box-overlay{
	position: absolute;
	bottom:0; left:0;
	width: 100%;
	height: 20%;
    z-index: 1;
    opacity: 0.9;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
	 
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	
}

.ft-box-title {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 15px 25px;
    font-size: 12px;
    font-weight: bold;
	
	overflow: hidden;
	
    padding-right: 50px;
    color: white;
    z-index: 15;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    
    transition: all .35s ease-out;
    -webkit-transition: all .35s ease-out;
    
}

.ft-box-title i {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    font-size: 26px;
    height: 26px;
    color: #BBBBBB;
    
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;    
    
}

.ft-box:hover .ft-box-overlay{
	height: 80%;
    opacity: 0.8;
}


.ft-1-box .ft-box-title,
.ft-2-box .ft-box-title{
	font-size: 14px;
	max-height: 37px;
}

.ft-1-box:hover .ft-box-title,
.ft-2-box:hover .ft-box-title{
	max-height: 250px;
	bottom: 0;
}

.ft-3-box .ft-box-title{
	max-height: 32px;
	bottom: 10px;
}

.ft-3-box:hover .ft-box-title{
	max-height: 250px;
	bottom: 0;
}


.ft-1-box{
	width: calc(60% - 15px);
    height: 288px;
	margin-right: 15px;

	margin-top 15px;
}

.ft-2-box{
	width: 40%;
    height: 288px;
}

.ft-3-box{
	width: calc(33.33334% - 10px);
	margin-left: 15px;	
	height: 180px;
}

.category .ft-3-box{
	width: calc(33.33334% - 15px);
}

.ft-3-box-wrap{
	width: 100%;
	height: 100%;

}

.ft-row a:first-child .ft-3-box {
   margin-left: 0px;
}



.ft-box:hover i{
	color: white;
}



{
	height: 100%;
}



.ft-1-box{
	overflow: hidden;
}

.ft-slide-item,
.ft-slide-box,
.ft-1-box .bx-wrapper,
.ft-1-box .bx-viewport,
.ft-news-slider{
	height: 100% !important;
}

.ft-1-box .bx-controls{
	opacity: 1;
}

.ft-news-slider .ft-box-title{
	opacity: 0;
}

.ft-news-slider.loaded .ft-box-title{
	opacity: 1;
}

.ft-slide-box{
	background-size: cover;
    background-position: 50%;
}



#ckrm-blood-donation{
	height: 70px;
    margin: 0;
	
background: rgb(247,74,74);
background: -moz-linear-gradient(-45deg,  rgba(247,74,74,1) 0%, rgba(234,175,175,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(247,74,74,1) 0%,rgba(234,175,175,1) 100%);
background: linear-gradient(135deg,  rgba(247,74,74,1) 0%,rgba(234,175,175,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74a4a', endColorstr='#eaafaf',GradientType=1 );


	
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

#ckrm-blood-donation:hover{
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	
}

.ckrm-bld {
	margin: 0 auto;
    position: relative;
    text-align: center;
    font-size: 38px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: -10px;
    float: left;
    padding: 9px 25px;
}

.ckrm-bld i{
	animation: breathe 3s infinite 1.5s ease-out;
}

.ckrm-bld-info{
    float: left;
    width: 208px;
	padding-top: 8px;
    text-align: left;
}

html:lang(sq) .ckrm-bld-info{
	padding-top: 13px;
}


#ckrm-blood-donation:hover{
	opacity: 0.8;
}

#ckrm-blood-donation:hover .ckrm-bld-line{
	width: 70%;
}

#ckrm-bld-hovered{
	position: absolute;
	top:0;left:0;width:100%;height: 100%;
	opacity: 0.2;

	animation: breathe 3s infinite;

}

.ckrm-bld-title {
	padding: 5px;
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0px;
}



.ckrm-bld-line {
    height: 1px;
    width: 40%;
    background: white;
    margin: 2px 5px;
    
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    

}
.ckrm-bld-year {
    font-size: 12px;
    font-style: italic;
    margin-top: 5px;
    color: white;
    margin: 5px;
}


@keyframes breathe {
    0% {opacity:0.8; transform: scale(1); }
    50% {opacity: 1;  transform: scale(1.15);}
    100% {opacity: 0.8; transform: scale(1);}
}
-webkit-@keyframes breathe {
    0% {opacity:0.2;}
    50% {opacity: 1;}
    100% {opacity: 0.2}
}




section.featured-three {
    margin-bottom: 5px;
    border-top: 3px solid #ca6363;
    padding: 10px;
    min-height: 138px;
	background: rgb(247,74,74);
	background: -moz-linear-gradient(-45deg,  rgba(247,74,74,1) 0%, rgba(234,175,175,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(247,74,74,1) 0%,rgba(234,175,175,1) 100%);
	background: linear-gradient(135deg,  rgba(247,74,74,1) 0%,rgba(234,175,175,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74a4a', endColorstr='#eaafaf',GradientType=1 );

	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;

}




.featured-three .ft-icon-box {
    float: left;
    width: 33.33334%;
    text-align: center;
    padding: 15px 5px;
    position: relative;	
}

html:lang(sq) .featured-three .ft-icon-box,
html:lang(en) .featured-three .ft-icon-box{
	width: 50%;
}

html:lang(sq) .featured-three .ft-icon-box:last-of-type,
html:lang(en-US) .featured-three .ft-icon-box:last-of-type{
	display: none;
}

html:lang(sq) #donations-three .ft-icon-box:last-of-type,
html:lang(en-US) #donations-three .ft-icon-box:last-of-type{
	display: block;
}


.featured-three .ft-icon-image{
	position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    
    border-radius: 100%;
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.1);
    
    transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;   
}

.featured-three .ft-icon-image:hover{
	transform: scale(1.05);
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
}

.featured-three .ft-icon-image:hover .ft-icon-image-icon{ 
	background: #ff8b8b;
}

.featured-three .ft-icon-image-icon{
	position: relative;
    padding: 10px;
    border-radius: 100%;
    border: 2px solid #e6e6e6;
    width: 100%;
    height: 100%;
        background: #f36969;
    display: inline-block;
    
    z-index: 15;
    
    margin-bottom: 15px;
    
    
	transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}


.featured-three .ft-icon-image img {
    width: 100%;
}

.featured-three .ft-icon-img-hover{
	border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 3px solid rgb(255, 255, 0);
    transform: scale(0);
    animation: pulse 2s infinite 1.5s cubic-bezier(0, 0.95, 0.51, 1.27);
}


@keyframes pulse{
	
	0%{
		transform: scale(0.6);
		opacity: 1;
	}
	100%{
		transform: scale(1.5);
		opacity: 0;
	}
	
}
-webkit-@keyframes pulse{
	
	0%{
		transform: scale(0.6);
		opacity: 1;
	}
	100%{
		transform: scale(1.5);
		opacity: 0;
	}
	
}







.featured-three .ft-icon-title {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 7px;
    color: white;
}

.featured-three .ft-line {
	height: 1px;
    width: 20%;
    background: #cb0000;
    margin: 5px auto;
    display: none; 
}

.featured-three .ft-read-more {
    display: inline-block;
    padding: 0px 15px;
    background: rgba(203, 0, 0, 0);
    color: #cb0000;
    font-size: 10px;
    display: none;
}

.featured-three .ft-read-more:hover{
    color: white;	
    background: rgba(203, 0, 0, 1);
}


#donations-three{
	padding: 10px 0px;
	background: none;
	border: none;
}


#donations-three .ft-icon-box{
	border: 1px solid #e8e8e8;
    width: calc(33.33334% - 5px);
    margin-right: 7.5px;
    padding-top: 18px;
    height: 120px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );	
}

#donations-three .ft-icon-box:last-of-type{
	margin-right: 0px;
}

#donations-three .ft-icon-title{
	color: #1C1C1C;	
}

#donations-three .ft-icon-image-icon{
	background: none;
	border: 2px solid #f36969;
}




/* dnevni centri icon animation */

.featured-three .ft-icon-image:hover .ft-ct-win,
.featured-three .ft-icon-image:hover .ft-ct-plus,
.featured-three .ft-icon-image:hover .ft-ct-block{
	opacity: 1;
}


.ft-ct-win {
    position: absolute;
    width: 4px;
    height: 5px;
    background: rgba(203, 0, 0, 0.8);
    z-index: 15;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    opacity: 0;    
	display: none;
}

.ft-ct-win-1{
	top: 33px;
    left: 32px;
}
.ft-ct-win-2 {
    top: 40px;
    left: 40px;
}
.ft-ct-win-3{
    top: 48px;
    left: 33px;	
}
.ft-ct-win-4{
    top: 55px;
    left: 40px;	
}


.ft-ct-plus{
	display: none;
    position: absolute;
    top: 37px;
    left: 35px;
    z-index: 15;
    opacity: 0;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;

}
.ft-ct-plus div:nth-child(1){
    width: 4px;
    height: 14px;
    background: rgba(203, 0, 0, 0.8);
}
.ft-ct-plus div:nth-child(2){
    width: 7px;
    height: 2px;
    background: rgba(203, 0, 0, 0.8);
    position: relative;
    bottom: 6px;
    right: 3px;
}


.ft-ct-block{
	display: none;
    position: absolute;
    width: 10px;
    height: 11px;
    background: rgba(203, 0, 0, 0.8);
    left: 52px;
    top: 34px;
    z-index: 15;
    opacity: 0;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;    
}










.section-title {
	font-size: 18px;
    width: 100%;
	position: relative;

}


.section-title h2 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #ECECEC;
    padding: 10px;
    color: #cb0000;
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 5px;
}


.section-title .plus-sign{
	position: absolute;
	bottom: -4px;
	left: 23px;
	display: none;
}

.section-title .plus-sign div{

	width: 4px;
    background: #cb0000;
    height: 12px;
    position: relative;
}

.section-title .plus-sign div:nth-child(1){
	
	transform: rotateZ(90deg);
	top: 12px;
	
}


.sidebar h2 {
    font-size: 16px;
    padding: 5px;
    margin-left: 0px;
    margin-right: 0;
    padding-left: 15px;
}
.sidebar .section-title{
	margin-top: 15px;
	padding: 0;
}
.sidebar .plus-sign{
	bottom: -5px;
	left: 4px;
}



.section-wrap {
	padding: 0px 25px 25px 40px;
}


.home-ft-govor-box {
    background: #f3f3f3;
    padding: 10px;
    padding-bottom: 30px;
    border-bottom: 4px solid #cb0000;
    margin-bottom: 15px;
}

.rest-news-wrap .rest-news-col{
    float: left;
}

.rest-news-wrap .rest-news-col:nth-child(1){
    width: 515px;
    margin-right: 15px;
}

.rest-news-wrap .rest-news-col:nth-child(2){
    width: 260px;
}



.home-ft-govor-title {
	font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.home-ft-govor-label {
    padding: 10px;
    color: white;
    background: #cb0000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.home-ft-govor-label:hover {
    background: #dc0000;
}

.home-ft-govor-box .view-article {
    float: right;
}

.home-ft-govor-box .view-article div{
	display: block;
	line-height: 16px;
}

.section-wrap.rest-news-wrap {
	padding-bottom: 0px;
	position: relative;
}

.news-list-box {
    min-height: 103.5px;
}

.news-list-image {
    float: left;
    width: 160px;
    margin-right: 15px;
}

.news-list-image a:hover{
	opacity: 0.7;
}

h3.news-list-text{
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    padding: 0;
    margin: 0;    
}


a.view-article {
    display: inline-block;
    font-size: 8px;
    font-weight: bold;
    color: #cb0000;
    border: 1px solid #cb0000;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-left: 5px;
}

a.view-article:hover{
	background: #cb0000;
	color: white;
}




.section-wrap.pub-list-wrap {
    margin: 20px 10px;
}
.section-wrap.pub-list-wrap ul{
	margin: 0;
	padding: 0;
}

.pub-list-wrap li {
	list-style: none;
    margin: 0;
    padding: 10px 0px;
    font-size: 18px;
    border-bottom: 1px solid #e8e8e8;
}

.pub-list-wrap li span{
	float: left;
}

.pub-list-wrap li:hover {
    background: whitesmoke;
}

.pub-list-wrap li span.pub-title {
    margin-left: 15px;
    font-size: 14px;
    width: calc(100% - 78px);
    text-transform: uppercase;
    margin-top: 3px;
}

span.pub-dl {
	padding: 2px 10px;
	border-radius: 30px;
	border: 1px solid #eaeaea;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;    
}
span.pub-dl:hover{

	opacity: 0.8;
	color: #cb0000;
background: #e6e6e6;
    	
}


.pub-box {
    width: 33.33334%;
    min-height: 435px;
    float: left;
    margin: 15px 0px;
}

.pub-box-wrap{
	padding: 15px;
}

.pub-box-wrap:hover .pub-image{
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	transform: scale(1.02);
}

.pub-box-wrap:hover .pub-overlay{
	opacity: 1;
}

.pub-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 333px;
    letter-spacing: 3px;
    
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;    
}


h2.pub-title {
    font-size: 16px;
    text-align: center;
}

.pub-image{
	position: relative;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	
    border: 4px solid #f1f1f1;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);	
}

.pub-image img {
	

}




iframe{
	border: 0;
	padding: 0;
}


aside.sidebar iframe {
    padding: 0;
}



.box-33{
	position: relative;
	width: calc(33.33334% - 7.5px);
	height: 160px;
	margin-right: 10px;
	float: left;
	background-size: cover;
}

.video-photos-section .box-33:last-of-type{
	margin-right: 0px;
}

.video-photos-section .half-box:last-of-type{
	margin-left: 15px;
}

.video-photos-section .half-box{
	height: 160px;
}


.half-box{
    width: calc(50% - 7.5px);
    height: 240px;
    float: left;
    position: relative;
    background-size: cover;
}



.half-box iframe,
.box-33 iframe {
    width: 100%;
    height: 240px;
}

.half-box-overlay{
	
	position: absolute;
	top:0; left:0;
	width: 100%; height: 100%;
	
	/*
	background: -moz-linear-gradient(45deg, rgba(203,0,0,0.9) 0%, rgba(255,255,255,0.7) 100%);
	background: -webkit-linear-gradient(45deg, rgba(203,0,0,0.9) 0%,rgba(255,255,255,0.7) 100%);
	background: linear-gradient(45deg, rgba(203,0,0,0.9) 0%,rgba(255,255,255,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6cb0000', endColorstr='#b3ffffff',GradientType=1 );
	*/
	
	background: rgba(0, 0, 0, 0.6);
    opacity: 0.4;
	
	transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
	
}

.sb-info-overlay{
	
	position: absolute;
	top:0; left:0;
	width: 100%; height: 100%;
	
	opacity: 0.6;
	
	background: -moz-linear-gradient(45deg, rgba(203,0,0,0.9) 0%, rgba(255,255,255,0.7) 100%);
	background: -webkit-linear-gradient(45deg, rgba(203,0,0,0.9) 0%,rgba(255,255,255,0.7) 100%);
	background: linear-gradient(45deg, rgba(203,0,0,0.9) 0%,rgba(255,255,255,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6cb0000', endColorstr='#b3ffffff',GradientType=1 );
}

.half-box-center-wrap{
	display: table;
	width: 100%; height: 100%;
}

.half-box-center{
	display: table-cell;
	vertical-align: middle;
	position: relative;	
}

.half-box-title{
	
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	color: white;
	position: relative;
	z-index: 15;
	
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;	
}

.half-box-btn {
    position: absolute;
    top: 0;right: 0;
    bottom: 0;left: 0;
    margin: auto;
    font-size: 16px;
    color: white;
    text-align: center;
    border: 1px solid white;
    padding: 15px;
    line-height: 30px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
    
    transition: transform .2s ease-out;
    -webkit-transition: transform .2s ease-out;
    
}


.half-box:hover .half-box-title,
.box-33:hover .half-box-title,
.sb-info-box:hover .half-box-title,
.sidebar-box:hover .half-box-title{
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
    opacity: 0;
}
.half-box:hover .half-box-btn,
.box-33:hover .half-box-btn,
.sb-info-box:hover .half-box-btn,
.sidebar-box:hover .half-box-btn{
    transform: scale(1.0);
    -webkit-transform: scale(1.0);	
}
.half-box:hover .half-box-overlay,
.box-33:hover .half-box-overlay,
.sb-info-box:hover .half-box-overlay,
.sidebar-box:hover .half-box-overlay{
	opacity: 1;
}

.video-photos-section{
    padding: 15px;
}


.gallery-items{
	display: none;
}

.mfp-title {
    font-size: 12px;
    font-weight: bold;
}


.content-text-wrap {
	padding: 10px 40px;
}

.content-text-wrap img{
	max-width: 100%;
	height: auto;
}

.content-text-wrap a {
    font-weight: bold;
    color: #cb0000;
    text-decoration: underline;
}

.content-text-wrap ul{
    border-left: 5px solid #eaeaea;
    padding: 2px 0;
    padding-left: 20px;
    list-style: square;
    list-style-position: inside;
}

/*
.content-text-wrap ul li:before{
	content: "+";
    margin-right: 7px;
    color: #cb0000;
    font-weight: bold;
}
*/

.sharify-container ul{
	padding-left: 0 !important;
	border: 0 !important;
}

.sharify-container li:before{
	display: none !important;
}

.e-news-wrap {
    text-align: center;
    padding: 60px;
    padding-bottom: 20px;
}
.e-news-wrap-social{
	padding: 15px 60px;
	padding-bottom: 30px;
}

.e-news-wrap img {
    border: 1px solid #efefef;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    width: 80%;
    height: auto;    
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/







a#mobile-menu-btn {
    color: white;
    text-align: center;
    display: block;
    padding: 0px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: bold;
    visibility: hidden;
    opacity: 0;
    height: 0px;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

#mobile-menu-btn i {
    margin-right: 5px;
    font-size: 13px;
    
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

.mobile-menu-active a#mobile-menu-btn i{
	transform: rotateZ(180deg);
}

.mobile-menu-active a#mobile-menu-btn{
	background: #f1f1f1;
    color: #404040;		
}

#mobile-nav{
	visibility: hidden;
	height: 0%;
	position: fixed;
    top: 120px;
	left:0;
	width: 100%;
	opacity: 0;
	background: #cb0000;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;	
}

.mobile-menu-active,
.mobile-menu-active body{
	overflow: hidden;
}

.mobile-menu-active #mobile-nav{
    height: 100%;

    opacity: 1;
    z-index: 800;
    visibility: visible;
    overflow: scroll;
    border-top: 1px solid #ad0000;
        padding-bottom: 200px;
}

.fixed div#mobile-nav {
    top: 40px;
}

#mobile-nav ul li,
#mobile-nav ul{
	width: 100%;
	display: block;
	float: none;
	
	text-align: center;
}

#mobile-nav .sub-menu{
	position: static;
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#mobile-nav form.search {
    width: 100%;
    padding: 15px;
}

#mobile-nav form.search input{
	padding: 5px;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}



#mobile-nav .other-top-nav {
    height: auto;
    text-align: center;
    width: 100%;
    padding: 10px;
    background: white;
}

#mobile-nav .other-top-nav ul {
    display: block;
    width: 100%;
}

#mobile-nav .other-top-nav li{
	width: auto;
    display: inline-block;
    float: none;
    border: 0;

}

#mobile-nav .other-top-nav li a{
	color: gray;
	padding: 8px 16px;
}

#mobile-nav ul.lang-nav {
    margin-bottom: 3px;

}

#mobile-nav ul li ul li ul li a {
    font-size: 8px;
}




#mobile-nav ul li:hover > a,
#mobile-nav ul li ul li a:hover,
#mobile-nav ul li ul li:hover > a{
	background: none;
	color: white;
}

#mobile-nav ul li:hover a{
	background: none;
    color: gray;	
}









.mid-header{
	padding: 25px 0px;
	position: relative;
}


span.nav-logo {
    float: left;
    display: none;
}

span.nav-logo a {
    display: block;
    padding: 4px 11px;
    font-size: 24px;
    color: white;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;    
    
}

span.nav-logo a:hover{
	color: #cb0000;
	background: white;
}

.nav ul{
	float: left;
}

.nav ul,
.top-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav ul li,
.top-nav ul li {
    display: inline-block;
	margin: 0; 
	position: relative;
	float: left;
}


.nav ul li{
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.nav ul li:first-child{
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.nav ul li a,
.top-nav ul li a{
	display: block;
	text-transform: uppercase;
	
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	
}
.nav ul .sub-menu,
.top-nav ul .sub-menu{
    visibility: hidden;
	opacity: 0;
	
	position: absolute;
    top: 41px;
    left: 0px;
    background: #f1efef;
    z-index: 999;
    width: 280px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    
    transform-origin: top;
    -webkit-transform-origin: top;
    
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

.nav ul .sub-menu .sub-menu{
	
	left: 278px;
    top: -1px;
	
	transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    
    
    transform-origin: left;
    -webkit-transform-origin: left;
}

.top-nav ul .sub-menu{
	top: 27px;
	width: 150px;
}

.top-nav ul .sub-menu li{
	width: 100%;
	text-align: left;
}

.nav ul li .sub-menu a{
	font-size: 10px;
    letter-spacing: 1px;
}

.nav ul li .sub-menu a{
	color: #1C1C1C;
}

.nav ul li .sub-menu li{
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #e4e4e4;
}

.nav ul li:hover > a,
.nav ul li ul li a:hover,
.nav ul li ul li:hover > a,
.top-nav ul li:hover > a,
.top-nav ul li ul li a:hover{
	background: #cb0000;
	color: white;
}

.nav ul li:hover a{
	background: #f1f1f1;
    color: #404040;	
}

.nav ul li:hover > .sub-menu,
.top-nav ul li:hover > .sub-menu{
	visibility: visible;
	opacity: 1;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
}



.nav ul .sub-menu li:hover .sub-menu{
    display: block;
    left: 278px;
    top: -1px;
	visibility: visible;
	opacity: 1;
	transform: rotateY(0deg) !important;
	-webkit-transform: rotateY(0deg) !important;    
}

.nav ul .sub-menu .sub-menu{
	visibility: hidden;
}


.top-nav{
    border-bottom: 1px solid #ECECEC;
    text-align: right;
    height: 28px;
}

.top-nav ul li a {
    padding: 7px 15px;
    margin-right: -3px;
    font-weight: bold;
    font-size: 10px;
}

.nav ul li a:hover,
.top-nav ul li a:hover{
    background: #f1f1f1;
    color: #404040;
}

.top-nav ul{
	display: inline-block;
}

.other-top-nav {
    display: inline-block;
    border-left: 1px solid #e0e0e0;
    height: 28px;
    vertical-align: top;
}
<div></div>
.lang-nav {
    height: 28px;
    float: right;
	border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.lang-nav li{
	display: inline;
}

.current-lang a {
    background: #ffe6e6;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
}


.nav{
	background: #CB0000;
	position: relative;	
}

.nav ul li a{
	color: white;
    padding: 12px 15px;
    margin-right: -3px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 2px;	
}

html:lang(sq) .nav ul li a{
	padding: 12px 15px;
    letter-spacing: 1px;
}

.current-menu-parent > a{
    background: #cc6464 !important;
}
.current-menu-item > a,
.current-menu-ancestor > a{
	background: #cc6464 !important;
	color: white !important;
}




.fixed{
	margin-top: 41px;
}

.fixed .nav{
	position: fixed;
	top:0;
	left:0; width: 100%;
	z-index: 9999;
}


.search-nav {
    position: absolute;
    height: 41px;
    width: 41px;
    top: 0;
    right: 0;
}

button#srch-btn,
button.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 41px;
    height: 41px;
    text-align: center;
    border: 0;
    background: none;
    color: white;
    font-size: 20px;
    outline: none;
    
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    
}

button#srch-btn:hover,
button.search-submit:hover{
	background: white;
	color: #cb0000;
}

.search-nav input.search-input {
    margin-right: 41px;
    height: 41px;
    border: 0;
    width: 0;
    position: absolute;
    right: 0;
    padding: 0 0;
    background: white;
    visibility: hidden;
    border-left: 1px solid rgba(255, 255, 255, 0.0);
    border-right: 1px solid rgba(255, 255, 255, 0.0);
    color: #484848;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Open Sans';
    
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;        
}


.search-input::-webkit-input-placeholder {
       color: #a0a0a0;
   font-weight: normal;   
}

.search-input:-moz-placeholder { /* Firefox 18- */
       color: #a0a0a0; 
   font-weight: normal;   
}

.search-input::-moz-placeholder {  /* Firefox 19+ */
       color: #a0a0a0;
   font-weight: normal;   
}

.search-input:-ms-input-placeholder {  
       color: #a0a0a0;
   font-weight: normal;
}


button.search-submit {
    display: none;
}

.search-nav.active input.search-input{
    width: 205px;
    padding: 0 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);

    visibility: visible;
    box-shadow: -2px 0px 30px 0px rgba(0, 0, 0, 0.2);	
}

.main-bxslider{
	height: 291px;
	padding: 0; margin: 0;
	visibility: hidden;
	opacity: 0;	
}

#partners-carousel,
#izbor-urednik-carousel,
.mob-app-base{
	padding: 0; margin: 0;
	visibility: hidden;
	height: 0px;
	opacity: 0;
	overflow: hidden;
}

.main-bxslider,
.mob-app-base{
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
}

.main-bxslider.loaded,
#partners-carousel.loaded,
#izbor-urednik-carousel.loaded{
	visibility: visible;
	opacity: 1;
	height: auto;
}



.main-bxslider li{
	margin: 0;
}

.bx-wrapper img {
    width: 100%;
    display: block;
    height: auto;
}






.main-full-slider:hover .bx-controls {
	opacity: 1;
}

.bx-controls {

    opacity: 0;
}

section#izbor-urednik-carousel {
    margin-bottom: 25px;
    padding: 15px 30px;
    background: #f3f3f3;
    margin: 15px;
    border-bottom: 3px solid #cb0000;
}

section#izbor-urednik-carousel .section-title h2{
	margin-top: 0;
	margin-left: 0;
}

#izbor-urednik-carousel .bx-controls {
    position: absolute;
    top: -50px;
    right: 85px;
    opacity: 1;
}

#izbor-urednik-carousel #see-all-link{
	background: white;
}

#izbor-urednik-carousel .bx-wrapper .bx-next {
    right: -80px;
}

#izbor-urednik-carousel ul, #izbor-urednik-carousel ul li{
	margin: 0; padding: 0;
}

#izbor-urednik-carousel ul li .iu-box {
    height: 140px;
    background-size: cover;
}

#izbor-urednik-carousel ul li .iu-box:hover .iu-box-overlay{
	opacity: 1;
}

#izbor-urednik-carousel .bx-wrapper .bx-viewport{
	background: none;
}

.iu-box-overlay{
	position: absolute;
	width: 100%; height: 100%;
	top:0; left: 0;
	opacity: 0.7;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
}

.iu-box-title {
    margin: 5px;
    color: #636363;
    min-height: 80px;
    font-weight: bold;
    font-size: 12px;
}

#partners-carousel .bx-wrapper {
    padding-bottom: 40px;
    background: white;    
}
#partners-carousel .bx-viewport{
	height: auto !important;
}

section#partners-carousel ul{
	background: white;
}

#partners-carousel ul li{
	padding: 15px 25px;
}

#partners-carousel ul li img{

}

#partners-carousel ul li:hover img{
	transform: scale(1.05);
}



.single-image-heading{
	position: relative;
    margin: 15px;	
}
.single-image{
	min-height: 345px;
	overflow: hidden;
	position: relative;
}

.single-image img{
    width: 100%;
	height: auto;
}




.single-image-heading span.date,
.single-heading span.date {
    background: rgba(203, 0, 0, 0.8);
    color: white;
    padding: 3px 15px;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    margin-bottom: 5px;
}

.single-image-heading .single-title{
	position: absolute;
	bottom:0;left:0;
	padding: 30px 35px;
	width: 100%;
	
	padding-top: 40px;
	
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );	
}

.single-heading .single-title {
    padding: 40px 40px 15px 40px;
}

.single-image-heading .single-title h1{
	color: white;
}

.single-heading h1 {
    border-bottom: 2px solid #ececec;
    padding: 5px;
}



.sb-info-box {
	position: relative;
    height: 100px;
    background-size: cover;

    margin-bottom: 5px;
}

.sb-info-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sb-info-box .half-box-title{
	font-size: 16px;
}


.mob-app-base {
    position: relative;
    background-image: url('images/iphone-mockup-gold.png');
    width: 123px;
    height: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 5px 15px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    /* animation: vibrate 2s linear 2s infinite alternate; */
}

.mob-app-base.loaded{
    height: 254px;
	opacity: 1;
	visibility: visible;
}


@keyframes vibrate {
    0% { 
	    transform: scale(1.0) rotateZ(0deg);
	}
    45% {
	   	transform: scale(1.0) rotateZ(0deg);
	}
    50% {
		transform: scale(1.05) rotateZ(5deg);
	}
	55% {
		transform: scale(1.05) rotateZ(-5deg);
	}
	60% {
		transform: scale(1.05) rotateZ(5deg);
	}
	65% {
		transform: scale(1.05) rotateZ(-5deg);
	}
	70% {
		transform: scale(1.0) rotateZ(0deg);
	}
	100% {
		transform: scale(1.0) rotateZ(0deg);
	}
}
-webkit-@keyframes vibrate {
    0% { 
	    transform: scale(1.0) rotateZ(0deg);
	}
    45% {
	   	transform: scale(1.0) rotateZ(0deg);
	}
    50% {
		transform: scale(1.05) rotateZ(5deg);
	}
	55% {
		transform: scale(1.05) rotateZ(-5deg);
	}
	60% {
		transform: scale(1.05) rotateZ(5deg);
	}
	65% {
		transform: scale(1.05) rotateZ(-5deg);
	}
	70% {
		transform: scale(1.0) rotateZ(0deg);
	}
	100% {
		transform: scale(1.0) rotateZ(0deg);
	}  
}








.mob-app-sc {
	width: 112px;
    height: 195px;
    position: relative;
    top: 28px;
    left: 5px;
    overflow: hidden;
}
.mob-app-sc .bx-viewport{
	height: 195px !important;
	border-radius: 3px;
}

.mob-app-download {
    width: 120px;
    margin-top: 5px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
}

.mob-app-download div{
    padding: 5px;
    display: inline-block;
    margin-bottom: 10px;
}



.quiz-box{
    border: 1px solid #e6e6e6;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);	
}

.quiz-header {
    text-align: center;
    color: white;
    padding: 15px;
    background: #2196f3;
    background: -webkit-linear-gradient(to left, #2196f3 , #f44336);
    background: linear-gradient(to left, #2196f3 , #f44336);
}

.quiz-header i{
	font-size: 24px;
}

.quiz-header h2 {
	padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 5px;
    letter-spacing: 1px;
}

.quiz-list {
    padding: 0px;

    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
	
	background: rgb(247,247,247);
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
    
}

.quiz-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.quiz-list ul li {
    padding: 0;
    margin: 0;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;     
}

.quiz-list ul li:nth-child(2n){
	background: #ececec;
}

.quiz-list ul li a {
    font-size: 12px;
    padding: 8px 15px;
    font-weight: bold;
    display: block;
    
   
}

.quiz-list ul li:hover{
	transform: scale(1.05);
}

.sidebar-calendar-activities{
	overflow: hidden;
    max-height: 200px;
}

.sidebar-calendar-activities ul{
	overflow: hidden;
}

.sidebar-calendar-activities ul,
.sidebar-calendar-activities ul li{
	margin: 0; padding:0;
}

.sidebar-calendar-activities .bx-wrapper .bx-viewport{
	background: none;
}

.calendar-header, .calendar-wrap{
	visibility: hidden;
	height: 10px;
}

.sidebar-calendar-activities.loaded .calendar-header,
.sidebar-calendar-activities.loaded .calendar-wrap{
	visibility: visible;
	height: auto;
}

.calendar-header{
    margin-top: 25px;
    height: 50px;
    background: #2196f3;
    background: -webkit-linear-gradient(to left, #2196f3 , #f44336);
    background: linear-gradient(to left, #2196f3 , #f44336);
    position: relative;
    box-shadow: 0px 6px 20px -7px rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    z-index: 15;
}

.calendar-bxslider-controls{
    position: absolute;
    height: 50px;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    color: white;
    z-index: 25;
}

.calendar-bxslider-controls a {
    color: white;
    font-size: 24px;
    display: block;
    padding: 6px 12px;
}

.calendar-bxslider-controls a:hover {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.2);
}

.cal-pin{
    width: 12px;
    height: 40px;
    position: absolute;
    left: 38px;
    bottom: 22px;
    background: gray;
    border-radius: 10px;
    border: 1px solid #cccccc;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    background: rgb(255,255,255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=1 );
}
.calendar-header .cal-pin:last-child{
	left: 250px;
}

.calendar-month {
	height: 100%;
    text-align: center;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 12px;
}


.calendar-wrap{
	position: relative;
	text-align: center;
}

.calendar-overlay{
	width:100%; height:100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
	top:0; left:0;
	z-index: 1;
}

.calendar-info {
    width: 100%;
    padding: 10px;
    height: 77px;
    background: rgb(243, 67, 54);
    position: relative;
}

.calendar-image{
	height: 170px;
}


.calendar-info-table{
	 display: table;
	 width: 100%;
	 height: 100%;
}

.calendar-info-wrap{
	display: table-cell;
	vertical-align: middle;
}



.calendar-title {
	font-size: 14px;
    padding: 0px;
    font-weight: bold;
    color: white;
    position: relative;
    z-index: 5;
    width: 100%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
 
}
.calendar-date{
	position: relative;
    z-index: 5;
    display: inline-block;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.6);
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    border: 3px solid #c74f49;
    
    
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}


.main-partners-slide{
	height: 0px;
	overflow: hidden;
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	border: 1px solid #eaeaea;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    
    transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out; 
}

.main-partners-slide:hover{
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);	
}


.main-partners-slide.loaded,
.main-partners-slide ul li,
.main-partners-slide .bx-wrapper .bx-viewport{
    height: 160px !important;
}

.main-partners-slide .bx-wrapper .bx-viewport{
	background: none;
}

.main-partners-slide ul{
	margin:0; padding:0;
}

.main-partners-slide ul li{

	padding: 10px 0px;
	text-align: center;
}




.main-partners-slide .bx-wrapper img{
	height: 80%;
	width: auto;
	margin: 0 auto;
}











.enews-box {
    width: 33.33334%;
    float: left;
}

.enews-box-wrap{
    border: 1px solid #e4e4e4;
    margin: 15px;
    background-size: cover;
    background: url('images/e-news-thumb.jpg');
    text-align: center;
    line-height: 95px;
    height: 120px;
    position: relative;
    transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
}

.enews-box a{
	text-decoration: none;
}

.enews-box-wrap:hover {
    border: 1px solid #d4d4d4;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
}

.enews-box-overlay{
	position: absolute;
	top:0; left:0; width: 100%; height: 100%;
	z-index: 1;
	background: rgba(255, 255, 255, 0.6);
}

.enews-box-wrap h2{
	position: relative;
	z-index: 15;
	font-size: 16px;
}








.main-principi {
    height: 28px;
    margin-bottom: 15px;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 25;
    background: #a0a0a0;
}

.main-principi ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 28px;
	background: rgb(160, 160, 160);
}

.main-principi ul li {
    float: left;
    padding: 7px 15px;
    width: 14.2857142857%;
    text-align: center;
    background: #00cb5f;
    list-style: none;
    color: white;
    margin: 0;
    cursor: pointer;
    font-size: 10px;
    letter-spacing: 1px;
    
    font-weight: bold;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    
    transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    
}

.main-principi ul li:hover .principi-info{
	visibility: visible;
	opacity: 1;
	transform: rotateX(0deg);
}

.main-principi ul li:hover{
	background: rgba(0, 0, 0, 0.2);
	z-index: 999;
}

.main-principi ul li{
	background: none;
}

/*
.main-principi ul li:nth-child(1){ background: rgba(0, 96, 203, 0.7); }
.main-principi ul li:nth-child(2){ background: rgba(0, 143, 203, 0.7); }
.main-principi ul li:nth-child(3){ background: rgba(0, 96, 203, 0.7); }
.main-principi ul li:nth-child(4){ background: rgba(73, 0, 203, 0.7); }
.main-principi ul li:nth-child(5){ background: rgba(129, 0, 203, 0.7); }
.main-principi ul li:nth-child(6){ background: rgba(203, 0, 127, 0.7); }
.main-principi ul li:nth-child(7){ background: rgb(214, 72, 161); border: none; }
*/

.principi-info {
	position: absolute;
    top: 29px;
    left: 0px;
    background: #ffffff;
    width: 100%;
    padding: 15px;
    visibility: hidden;
    color: #616161;
    z-index: 999999;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #e4e4e4;
    
    transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    
    transform: rotateX(90deg);
    transform-origin: top;
    opacity: 0;
    
}



.principi-info p {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 16px;
    font-weight: normal;
    text-align: left;
}









div#bd-wrap td {
    padding: 0;
    margin: 0;
    width: 25%;
    background: white;
}

div#bd-wrap a {
    display: block;
    padding: 45px;
    text-decoration: none;
    z-index: 5;
    position: relative;
    transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    border: 1px solid #ffffff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15); 
    
}

div#bd-wrap a:hover{
	z-index: 25;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}















.video-popup-wrap{
    width: 670px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 15px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.video-popup{
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999; text-align: center;
	
	display: none;
}

.video-iframe-wrap{
	width: 100%; height: 100%;
	background: gray;
}

.video-iframe-wrap iframe {
    width: 100%;
    height: 355px;
}

.other-video-wrap {
    width: 640px;
    margin: 0 auto;
    margin-top: 7px;
    opacity: 0;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

.other-video-wrap img{
	border: 2px solid rgb(136, 136, 136);
	transition: all .1s ease-out;
	-webkit-transition: all .1s ease-out;	
}

.other-video-wrap.loaded{
	opacity: 1;
	height: 105px;
}

.other-video-wrap.loaded .bx-controls{
	opacity: 1;
}

.other-video-wrap a.bx-next {
    right: -60px;
}
.other-video-wrap a.bx-prev{
	left: -60px;
}

.other-video-wrap .bx-wrapper .bx-viewport{
	background: none;
}

#videos-carousel,
#videos-carousel li{
	margin:0; padding:0;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;	
}

#videos-carousel li:hover{
	opacity: 0.6;
}


a#video-popup-close {
    position: absolute;
    top: -40px;
    right: 20px;
    color: white;
    font-size: 24px;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;    
}

a#video-popup-close:hover{
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	opacity: 0.7;
}

#videos-carousel li a.active-video img {
     border: 6px solid rgb(210, 71, 71);
}







.p-gallery-box {
    width: 33.33334%;
}

.p-galler-image{
	border: 1px solid #c5c5c5;
}

.p-gallery-title{
	padding: 5px;
}

.p-gallery-title a{
	text-decoration: none;
}










.ostanati-sajtovi header,
.ostanati-sajtovi footer{
	display: none !important;
}

.ostanati-slider{
	width: 940px;
	height: 390px;
	overflow: hidden;
}

.ostanati-bxslider,
.ostanati-bxslider li{
	padding: 0;
	margin: 0;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media (max-width:768px){
	
	.top-nav,
	.nav .wrap{
		display: none;
	}
	.nav {
	    min-height: 40px;
	}
	
	
	
	
	a#mobile-menu-btn{
		padding: 10px;
		height: 40px;
		opacity: 1;
		visibility: visible;
	}
	
	
	.main-full-slider .bx-controls{
		display: none;
	}
	
		
	.logo {
    	width: 100%;
    	height: 80px;
    	padding: 15px;
    	margin: 0;
    	text-align: center;
	}
	
	.logo img {
	    width: auto;
	    height: 100%;
	}
	
	.home-ft-govor-box{
		position: static;
		margin: 0 auto;
	    padding-bottom: 35px;
	}
	
	.section-title h2{
		font-size: 18px;
	}
	
	
	#sajt-na-godinata{
		right: 10px;
		height: 120px;
		top: 103px;
	}
	
	.mid-header{
		padding: 0;
	}
	
	.single-image {
	    min-height: 175px;
	}
	
	h1 { font-size: 1.8em; }
	
	.single-image-heading .single-title, .single-heading .single-title{
		padding: 20px;
	    position: relative;
	    background: none;
	    padding-bottom: 0;
	}
	
	.single-image-heading .single-title h1{
		color: #3a3a3a;
	}
	
	#page-not-found .single-heading{
		padding: 80px 20px;
	}
	
	#page-not-found h1 {
	    margin-bottom: 0px;
	}
	
	.main-principi {
    	height: 54px;
    }
	
	.main-principi ul li{
		font-size: 6px;
		letter-spacing: 0;
		width: 25%;
		border: 0;
	}
	
	.principi-info{
		width: 200%;
	}
	
	.main-principi ul li:nth-child(5),
	.main-principi ul li:nth-child(6),
	.main-principi ul li:nth-child(7){
		width: 33.33334%;
	}
	
	.main-principi ul li:last-child .principi-info,
	.main-principi ul li:nth-child(4) .principi-info{
	    right: 0;
		left: initial;
	}
	
	
	.ft-1-box, .ft-2-box, .ft-3-box{
		width: 100%;
		height: 200px;
		background-position: 100% 30%;
		margin-left: 0;
	}
	
	.ft-1-box .ft-box-title, .ft-2-box .ft-box-title{
	    font-size: 14px;
	    max-height: 25em;
	    bottom: 0px;
	}
	
	
	.rest-news-wrap>div:nth-child(2), 
	.rest-news-wrap>div:nth-child(3){
		width: 50%;
	}
	.rest-news-wrap > div:nth-child(4) .news-list-title{
		width: auto;
	}
	
	
	.calendar-header .cal-pin{
		left: 9%;
	}
	.calendar-header .cal-pin:last-child {
	    left: 88%;
	}
	
	p, .content-text-wrap {
		text-align: left;
	}
	
	.content-text-wrap {
    	padding: 10px 20px;
	}
	.nav ul li{
		border-right: 0;
	}
	.nav ul li a {
	    color: white;
	    padding: 12px 10px;
	    margin-right: 0px;
	    font-weight: bold;
	    font-size: 12px;
	    letter-spacing: 0px;
	}
	
	button#srch-btn, button.search-submit, .search-nav input.search-input{
	    height: 34px;
	    display: block;
	    color: #1b1b1b;
	    top: 14px;
	    right: 25px;
	}
	
	.main-content-wrap, .sidebar{ width: 100%; }
	
	.quiz-list ul li a {
	    padding: 18px 15px;
	    text-align: center;
	}
	
	#partners-carousel .bx-wrapper {
    	padding-bottom: 0px;
    }
    
    .box-33{
	    width: 100%;
	    margin-bottom: 15px;
    }
    
    .section-wrap {
	    padding: 0px 20px 10px 20px;
	}
	
	.news-list-box {
	    float: left;
	    width: 50%;
	    padding: 10px;
	}
	
	.news-list-image {
	    float: left;
	    width: 100%;
	    height: 90px;
	    margin-bottom: 15px;
	    margin-right: 0;
	    overflow: hidden;
	}
	.news-list-image img{
		width: 100%;
		height: auto;
	}
	.news-list-text{
		display: none;
	}
	
	a#go-back-link, a#see-all-link{
	    width: 100%;
	    text-align: center;
	    padding: 15px;
	    font-size: 14px;		
	}
	
	
	.video-popup-wrap, .other-video-wrap {
    	width: 100%;
    }
    .video-iframe-wrap iframe {
	    height: 185px;
	}
	.video-popup-wrap{
		height: 325px;
	}
	
	
	
}



@media (min-width:769px) and (max-width:1098px){
	
	.single-image { min-height: 245px; }
	
	h1 { font-size: 1.8em; }
	
	.single-image-heading .single-title, .single-heading .single-title{ padding: 20px; padding-top: 40px; }
	
	.content-text-wrap {
    	padding: 10px 20px;
	}
	
	.main-principi {
    	height: 54px;
    }
	
	.main-principi ul li{
		font-size: 9px;
		letter-spacing: 0;
		width: 25%;
		border: 0;
	}

	.principi-info{
		width: 200%;
	}
	
	
	.main-principi ul li:nth-child(5),
	.main-principi ul li:nth-child(6),
	.main-principi ul li:nth-child(7){
		width: 33.33334%;
	}
	
	.main-principi ul li:last-child .principi-info,
	.main-principi ul li:nth-child(4) .principi-info{
	    right: 0;
		left: initial;
	}
	
	.ft-1-box, .ft-2-box{
		width: 100%;
		height: 200px;
		background-position: 100% 30%;	
	}
	
	.ft-3-box .ft-box-title{
		max-height: 27px;
		padding: 10px;
	}
	
	.half-box{
		height: 180px;
	}
	
	.nav ul .sub-menu, .top-nav ul .sub-menu{
		top: 33px;
		width: 230px;
	}
	.nav ul .sub-menu li:hover .sub-menu{
		left: 227px;
	}
	section.featured-three{
		padding: 10px 20px;
	}
	
	.ckrm-bld {
    	width: 65px;
    }
    
	
	
	
	html:lang(sq) .nav ul li a{
		    padding: 9px 10px;
		font-size: 10px;
		letter-spacing: 0px;
	}
	html:lang(sq) .nav ul .sub-menu, .top-nav ul .sub-menu{
		top: 32px;
	}
	
	.nav ul li a {
	    color: white;
	    padding: 8px 10px;
	    margin-right: -3px;
	    font-weight: bold;
	    font-size: 12px;
	    letter-spacing: 0px;
	}
	
	
		
	button#srch-btn, button.search-submit, .search-nav input.search-input{
		height: 33px;
	}
	
	#partners-carousel .bx-wrapper {
    	padding-bottom: 20px;
    }
	
}


@media (min-width: 769px) and (max-width: 1170px){
	.home-ft-govor-box{
		position: static;
		margin: 0 auto;
	    padding-bottom: 35px;
	}
	
	.rest-news-wrap>div:nth-child(2), 
	.rest-news-wrap>div:nth-child(3){
		width: 100%;
	}
	.rest-news-wrap > div:nth-child(4) .news-list-title{
		width: auto;
	}
	
}


@media (min-width: 1099px) and (max-width: 1181px) {
	
	h1 { font-size: 2.6em; }
	
	.single-image-heading .single-title{ padding: 40px; }

	.content-text-wrap {
    	padding: 10px 20px;
	}
	
	#partners-carousel .bx-wrapper {
   		padding-bottom: 0px;
   	}
   	#partners-carousel ul li {
        padding: 5px;
	}
	
	.nav ul li a {
	    padding: 12px 15px;
	    letter-spacing: 1px;
	}

	.main-principi ul li{
		font-size: 9px;
		letter-spacing: 0;
	}

	.principi-info{
		width: 200%;
	}
	.main-principi ul li:last-child .principi-info{
	    right: 0;
		left: initial;
	}
	.single-heading .single-title {
	    padding: 20px;
	    padding-top: 40px;
	}
	
	
}






@media (min-width: 1400px){
	
	.video-popup-wrap {
    	width: 990px;
    	height: 650px;
    }
    
    .video-iframe-wrap iframe{
		height: 505px;
	}
    
    
    
}






















@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}

@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	    background: rgb(203, 0, 0);
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	    background: rgb(203, 0, 0);
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	    background: rgb(203, 0, 0);
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}