.home-page{
	padding: 0 10px;
	line-height: 25px;
    font-size: 14px;
}

.no-calls{
	color: darkorange;
}

.call-item{
	clear: both;
}

.on-led {
    background-image: url(img/on-led.svg);
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    float: left;
}

.off-led {
    background-image: url(img/off-led.svg);
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    float: left;
}

.clock {
    background-image: url(img/clock.svg);
    background-repeat: no-repeat;
    height: 17px;
    width: 16px;
    float: left;
    margin-top: 5px;
    margin-left: 3px;
    margin-right: 5px;
}

.cmsCalls{
	clear: both;
	margin-top: 50px;
}

.btn-competitii{
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	background-color: #fff;
	display: block;
	overflow: hidden;
	will-change: box-shadow;
	transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
	padding: 5px 10px;
	margin-bottom: 10px;
	border: 1px solid rgba(200, 200, 200, 0.25);
	background-color: rgba(200, 200, 200, 0.20);
}

.btn-competitii:hover{
	background-color: transparent;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}

.btn-competitii:hover .callActive{
	/* text-decoration: underline; */
}

.callActive{
	margin-bottom: 0!important;
	background-color: transparent;
}

.callDeadline{
	margin-bottom: 0!important;
	background-color: transparent;
	float: right;
	min-width: 350px;
	width: auto;
	line-height: 30px;
	font-family: 'Arimo', sans-serif!important;
    font-size: 13px!important;
    
}

.callActive{
	font-family: 'Arimo', sans-serif!important;
    font-size: 13px!important;
    font-weight: 600;
}

.countdown{
	font-family: 'Arimo', sans-serif!important;
    font-size: 13px!important;
    text-transform: none;
    font-weight: 400;
    color: #04b84b;
    background-color: transparent;
    padding: 0;
}

.deadline-off{
	padding-left: 10px;
	font-family: 'Arimo', sans-serif!important;
    font-size: 13px!important;
    color: red;
    float: right;
}

.harta-collapse{
	margin-bottom: 20px;
}

.harta-collapse .collapse-title {
    height: 36px;
    
    vertical-align: middle;
    cursor: pointer;
    /* margin-top: 10px;
    margin-bottom: 0px; */
    display: block;
    /* background-color: #139be9; */
    border: 1px solid #2F3866;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: orange;
    padding-left: 15px;
    font-weight: 500;
    font-size: 22px;
    
    font-size: 14px !important;
	
	line-height: 36px;
	font-weight: 400 !important;
	color: #ffffff;
	
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.collapse-title {
    background-image: -moz-linear-gradient( 35deg, rgb(0,73,165) 0%, rgb(0,120,189) 100%);
	background-image: -webkit-linear-gradient( 35deg, rgb(0,73,165) 0%, rgb(0,120,189) 100%);
	background-image: -ms-linear-gradient( 35deg, rgb(0,73,165) 0%, rgb(0,120,189) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#0049A5', endColorstr='#0078BD');
}

.content.athon-collapse-content-active{
	padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-right: 15px;
    
    margin-bottom: 10px;
    
    border-left: 1px solid #2F3866;
    border-right: 1px solid #2F3866;
    border-top: 0px solid #6D7393;
    border-bottom: 3px solid #2F3866;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    
    text-align: justify;
	
}


@media only screen and (max-width: 540px) {
    .callActive{
    	width: 100%;
        float: none;
    }
    
    .on-led, .off-led{
    	margin-left: 5px;
    	margin-right: 9px;
    }
    
    .callDeadline, .deadline-off {
        width: 100%;
        float: none;
    }
    
}