@charset "utf-8";
/* CSS Document */
.clock {
	padding:5px;
	text-align:right;
	font-size:14px;;
}

.digitClock {
	font-size:18px;
} 

.doton,
.dotoff,
.houers,
.minutss,
.seconds{
	font-size:18px;
	padding:0px 0px 0px 2px;
}


.doton {
	color:#000;
}

.dotoff {
	color:#FFF;
}

.custom-min-height {
	min-height:200px;	
}

.custom-close-size {
	height:135px;
	overflow:hidden;
}

.custom-close-size2 {
	height:133px;
	overflow:hidden;
}

.custom-bg {
	background-image:url(../img/f30.png);
	background-repeat:repeat;	
	padding:2px 0px;

}

.custom-bg-sec {
	background-image:url(../img/f30.png);
	background-repeat:repeat;	
	padding:2px 0px;
	max-width:90%
}

@media (min-width:990px) {
	.custom-logo-class {
	max-width:400px;	
	}
}

@media (max-width:1279px){
.custom-bg-sec {
	max-width:83%;
	max-height:85%;
	}
}

@media (max-width:767px){
.custom-bg-sec {
	max-width:96%
	}
}

@media (max-width:321px){
.custom-bg-sec {
	max-width:90%;
	}
}

.custom-link{
	margin:3px 10px;
}

.poll {
	/*
	background:#f1f1f1; display:block;
	border:#BCBABA 1px solid;
	*/
	padding:5px 3px;
}

.polloption{
	min-height:200px !important;
}

.pollSending {
	display:none;
	background-image:url(../img/loading.gif);
	background-repeat:no-repeat;
	height:50px; width:60px;
	margin:40px auto;
	text-align:center !important;	
}



#owl-demo .owl-item div{
 	padding:5px;
}

#owl-baner .owl-item {
    display: block;
    width: 100% !important;
    height: auto;
}

#cookieRules {
    background: #4385f5 none repeat scroll 0% 0%;
    color: #FFF;
    text-align: left;
    position: relative;
    padding: 7px;
    display: none;
    z-index: 7000;
}

#cookieRules .got-it {
    position: absolute;
    right: 5px;
    top: 4px;
    display: inline-block;
    color: #FFF;
    padding: 5px 10px;
    cursor: pointer;
    background: #126DB3 none repeat scroll 0% 0%;
    font-weight: bold;
    transition: all 0.3s ease 0s;
}

#cookieRules .text a {
    font-weight: 700;
    color: #FFF;
}

#cookieRules .text {
    float: left;
    padding-top: 3px;
}
* {
    box-sizing: border-box;
}
#cookieRules {
    color: #FFF;
    text-align: left;
}
#cookieRules, #team-logos li a {
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
}
.footer-menu {
	padding: 0px;
	margin-top: 10px; 
	margin-bottom: 10px;	
}
.article-content {
	font-size: 1.1em;
}
.article-title-list,
.article-title a {
	font-size: 1.1em;
}
@media only screen and (max-width: 600px) {
	.article-content {
		font-size: 1.4em;
	}
	.container-fluid.menu {
		background-color: #373d97;
	}
	.article-title-list, 
	.article-title a {
		font-size: 1.5em;
		display: block;	
		line-height: auto !important;
	}
	.short-content {
		font-size: 1.2em;
	}
	
	.bt-dashed {border-top:1px dashed #ccc;}
	.bb-dashed {border-bottom:1px dashed #ccc;}
	.photo-mobile { /*max-height: 140px;*/ overflow:hidden; }
}
.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}
.pt20 {padding-top:20px;}

.answers {padding: 8px 0px; border-bottom: 1px solid #ccc;}
.answers input {margin-right: 5px;}
.answers label {font-weight: normal;}

.category-title-mobile { position:absolute; }
.anecdote-home { font-size: 20px; font-weight:normal; }
.anecdote-home p {  font-weight:normal !important; }
.text-justified { text-align: justify; }