/* ------------------ general -------------- */

body{
	background-color: #f1f1f1;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #757575;
}

.header{
	background-color: #fff;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-left: 10px;
	padding-right: 10px;
}

.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.title{
	font-family: 'Abril Fatface', cursive!important;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 2px;
	letter-spacing: 0.5px;
}

.title a{
	color: #2d2d2d;
}


.title a:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
}


/*
.red-section .title a:hover{
	color: #cb5a4e;
}

.blue-section .title a:hover{
	color: #4b79c5;
}

.light-blue-section .title a:hover{
	color: #369cc3;
}

.yellow-section .title a:hover{
	color: #dcbc5b;
}

.green-section .title a:hover{
	color: #67a466;
}

.turquoise-section .title a:hover{
	color: #1ba38e;
}

.purple-section .title a:hover{
	color: #7256a4;
}
*/

.title a:hover{
	color: #757575;
}

.author{
	border-left: 8px solid #757575;
	padding: 0 0 0 4px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: #757575;
	display: block;
	margin: 4px 0 5px 0;
}

.categ{
	font-weight: 600;
	font-style: italic;
	color: #2d2d2d;
	display: block;
	margin: 0 0 5px;
}

@media (min-width: 1200px) {
  .container {
    width: 1280px;
  }
}

/* -------------------- reset -------------------------- */

ul{
	list-style-type: none;
	padding: 0;
}

a:hover{
	text-decoration: none;
}

/* --------------------- header ------------------------ */

.header{
	margin: 0 0 25px;
}

.header .info{
	float: right;
	margin: 10px 0 20px;
}

.header .info li{
	float: left;
	margin: 10px 6px 0 0;
	padding: 0 6px 0 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	border-right: 1px solid #2d2d2d;
}

.header .info li:last-child{
	border-right: none;
	margin: 10px 0 0;
}

.header .info li a{
	color: #2d2d2d;
}

.header .info li a:hover{
	color: #757575;
}

.header .info li:first-child a{
	color: #1ba38e;
}

.header .info li:first-child a:hover{
	color: #4bc0ae;
}

.header .quote{
	font-style: italic;
	color: #231f20;
	font-size: 16px;
	line-height: 20px;
	margin-top: 0;
}

.header .logo-container{
	margin: 0 0 40px;
}

.header .logo-container ul{
	float: right;
}

.header .logo-container ul li{
	float: left;
}

.header .container{
	position: relative;
}

.header .navbar{
	margin: 0;
	padding: 0 0 0 25px;
	min-height: inherit;
}

.header .navbar li{
	float: left;
	text-transform: uppercase;
	font-weight: 700;
	position: static;
}

.header .navbar li a.sectiune {
	display: block;
	padding: 15px;
	color: #2d2d2d;
}

.header .navbar li a{
	display: block;
	padding: 0px 5px;
	color: #2d2d2d;
}

.dropdown-menu{
	right: 110px;
	left: inherit;
}

/* .header .navbar li:last-child a{
	padding: 7px 15px 10px;
} */

.header .navbar li:nth-child(9) a {
	color: #cb5a4e;
}

.header .navbar li a:hover{
	color: #fff;
}    

.nav>li>a:hover{
	background-color: #fff;
}       

.header .navbar ul.container > li:first-child > a:hover{
	background-color: #757575;
}

.header .navbar ul.container > li > a.editoriale-si-opinii:hover{
	background-color: #4b79c5;
}

.header .navbar ul.container > li > a.tema-saptamanii:hover{
	background-color: #cb5a4e;
}

.header .navbar ul.container > li > a.la-zi-in-cultura:hover{
	background-color: #7256a4;
}

.header .navbar ul.container > li > a.societate:hover{
	background-color: #67a466;
}

.header .navbar ul.container > li > a.dileme-on-line:hover{
	background-color: #369cc3;
}

.header .navbar ul.container > li > a.dilemablog:hover{
	background-color: #1ba38e;
}

.header .navbar ul.container > li > a.autori:hover{
	background-color: #dcbc5b;
}

.header .navbar ul.container > li > a.abonare:hover{
	background-color: #cb5a4e;
	color: #fff;
}

.header .navbar ul.container > li > a.digital:hover{
background-color: #369cc3;
}


.header .navbar.affix{
    width: 100%;
    z-index: 999;
    background-color: #fff;
    left: 0;
    top: 0;
}

.header .navbar-default {
	background-color: inherit;
	border-color: inherit;
}

.navbar{
	border:none;
}

@media (max-width: 768px){
	.header .navbar li{
		float: none;
	}

	.categ-children{
		display: none;
	}
}

/* ---------------- mega menu ------------------------- */

.mega-menu-wrapper{
    position: absolute;
    width: 100%;
    background-color: #fff;
    left: 0;
	left: -27px;
	z-index: 999;
}

.header .mega-menu li{
	float: none;
	padding: 10px 0px;
	font-weight: 600;
	line-height: 30px;
}

.header .navbar li .mega-menu li.editoriale-si-opinii a:hover{
	background-color: #4b79c5;
}

.header .navbar li .mega-menu li.tema-saptamanii a:hover{
	background-color: #cb5a4e;
}

.header .navbar li .mega-menu li.la-zi-in-cultura a:hover{
	background-color: #7256a4;
}

.header .navbar li .mega-menu li.societate a:hover{
	background-color: #67a466;
}

.header .navbar li .mega-menu li.dileme-on-line a:hover{
	background-color: #369cc3;
}

.header .navbar li .mega-menu li.dilemablog a:hover{
	background-color: #1ba38e;
}

.header .navbar li .mega-menu li.autori a:hover{
	background-color: #dcbc5b;
}

.categ-children{
	background-color: #f1f1f1;
    padding: 20px 20px 0 20px;
}

.categ-children .row{
	display: none;
}

.categ-children .row:first-child{
	display: block;
}

.categ-children li a{
	padding: 0;
}

.categ-children .author{
	border: none;
	padding: 0;
	color: #2d2d2d;
	text-transform: none;
}

.header .navbar li a.mega-menu-photo{
	padding: 0;
	max-height: 70px;
	overflow-y: hidden;
	width:100%;
	padding: 5px 0;
	margin-left: 5px;
}

.header .navbar .categ-children .title{
	font-family: 'Open Sans', sans-serif;
	color: #2d2d2d;
	font-weight: 700;
	max-height: 53px;
	overflow-y: hidden;
	letter-spacing: 0;
}

.header .navbar .categ-children .title a{
	padding-top: 0;
	font-size: 15px;
	line-height: 17px;
}

.header .navbar li .categ-children .title a.editoriale-si-opinii:hover{
	color: #4b79c5;
	opacity: 1;
}

.header .navbar li .categ-children .title a.tema-saptamanii:hover{
	color: #cb5a4e;
	opacity: 1;
}

.header .navbar li .categ-children .title a.la-zi-in-cultura:hover{
	color: #7256a4;
	opacity: 1;
}

.header .navbar li .categ-children .title a.societate:hover{
	color: #67a466;
	opacity: 1;
}

.header .navbar li .categ-children .title a.dileme-on-line:hover{
	color: #369cc3;
	opacity: 1;
}

.header .navbar li .categ-children .title a.dilemablog:hover{
	color: #1ba38e;
	opacity: 1;
}

.header .navbar li .categ-children .title a.autori:hover{
	color: #dcbc5b;
	opacity: 1;
}

.header .navbar li .categ-children .col-lg-8 .title a {
	font-family: 'Open Sans', sans-serif;
	color: #2d2d2d;
	font-weight: 700;
	max-height: 53px;
	overflow-y: hidden;
	letter-spacing: 0;
	padding-top: 5px;
}

.header .navbar li .categ-children .col-lg-8 a:hover{
	color: #757575;
	opacity: 1;
}

.header .navbar li .categ-children .col-lg-8 a {
	font-weight: 400;
	text-transform: none;
}

.categ-children .item{
	margin: 0 0 20px;
	height: 100px;
}

.header .navbar li a:hover .mega-menu-wrapper{
	display: block;
}

.header .dropdown{
	position: static;
}

.header .dropdown-menu{
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
}

.big{
    display: none;
}

@media (min-width: 769px) {
    .big {
        display: block;
    }
}

.big .form-control {
    box-shadow: none;
    border-right: none;
    width: 450px;
}

.big .form-control:focus{
    border-color:#ccc;
}

.mobile-menu .form-control:focus{
    border-color:#ccc;
}

.big .dropdown-menu .btn {
    border:1px solid #ccc;
    border-left: none;
    margin-left: -4px;
}




/* ------------------- search box ---------------------- */

.search-box{
	position: absolute;
    bottom: -57px;	
    padding: 10px;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	display: none;
}

.search-box input[type="text"]{
	border: none;
	width: 97%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}

.search-box input[type="text"]:focus{
	outline: none;
}

.btn {
	padding: 0px 12px;
	outline: none;
}

.btn-group .btn-default {
	border-color: #fff;
	outline: none;
	margin-top: 5px;
}

.btn-group .dropdown-menu .btn-default{
	margin-top: 0px;
}


.btn-default:hover {
	background-color: #fff;
	border-color: #fff;
}

.btn-default:focus {
	background-color: #fff;
	border-color: #fff;
	outline: none;
}

.btn-default:active {
	background-color: #fff;
	border-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.button {
	float: left;
	display: inline-block;
}

/* ---------------- menu mobil ------------------------- */

.mobile {
    display: none;
}

@media (max-width: 992px) {
    .header .logo-container{
        margin: 0 0 15px;
    }

    .big {
        display: none;
    }

    .mobile{
        display: block;
        position: absolute;
        top: 50px;
        background-color: #fff;
        width: 100%;
        padding: 0 0 20px 0;
        z-index: 9999;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transform: translate(-100%, 0%);
        -ms-transform: translate(-100%, 0%);
        -webkit-transform: translate(-100%, 0%);
        transform: translate(-100%, 0%);
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        left: 0px;
    }

    .mobile.active{
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    .mobile-menu{
        display: block;
        position: relative;
        margin: 0 -30px;
        min-height: 65px;
    }

    .menu-mobile-btn{
        position: absolute;
        right: 20px;
        top: 0;
        width: 50px;
        height: 50px;
		cursor: pointer;
    }

    .menu-mobile-btn .bar{
        position: relative;
        width: 25px;
        height: 3px;
        border-radius: 1px;
        background: #000;
        margin: 24px 13px;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }


    .menu-mobile-btn .bar:before, .menu-mobile-btn .bar:after {
        content: '';
        position: absolute;
        left: 0;
        width: 25px;
        height: 3px;
        border-radius: 1px;
        background: #000;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .menu-mobile-btn .bar:before {
        top: -8px;
    }

    .menu-mobile-btn .bar:after {
        bottom: -8px;
    }

    .menu-mobile-btn.active .bar{
        background-color: #fff;
    }

    .menu-mobile-btn.active .bar:before{
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
    }

    .menu-mobile-btn.active .bar:after{
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 0px;
    }
}

#mobil_search_container{
    margin-top:20%; /* Don't copy this */
}
.search-input-group .input-group-addon{
    background: white !important;
}
.search-input-group .form-control{
    border-right:0;
    box-shadow:0 0 0;
    border-color:#b7b7b7;
}
.search-input-group button{
    border:0;
    background:transparent;
}

.input-group-addon{
    border: 1px solid #b7b7b7;
    border-radius: 0px;
    padding: 0px 12px;
    color: #757575;
}

.header .mobile-menu li {
    text-transform: uppercase;
    font-weight: 700;
    position: static;
}

.header .topics li a {
    display: block;
    padding: 10px 15px;
    color: #2d2d2d;
}

.header .subcateg li a {
    display: block;
    padding: 10px 15px;
    margin-left: 30px;
    color: #2d2d2d;
    font-weight: 400;
}

.header .follow li {
    margin-left: 15px;
}

.mobile-menu .form-control {
    width:80%;
    margin-left:15px;
    display: inline-block;
    float: left;
    border-right: none;
    box-shadow: none;
}

.mobile-menu .btn {
    border-radius: 0;
    border: 1px solid #ccc;
    border-left:none;
    margin-left: -1px;
    margin-top: -5px;
}

.mobile-menu .navbar-form{
    margin-top:0;
    margin-bottom:0;
}


/* ------------------ slider top ----------------------- */

.container-top{
    margin-bottom: 40px;
    position: relative;
    z-index: 99; 
}

.main-slider-wrapper{
	width: 1280px;
}

.main-slider li{
	width: 1280px;
	float: left;
	position: relative;
	margin: 0 5px 0 0;
}

.main-slider .slide-meta{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(45, 45, 45, 0.55);
	padding: 35px 130px 43px;
}

.main-slider .slide-meta .subtitle{
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	font-style: italic;
}

.main-slider .slide-meta h1{
	font-size: 44px;
	line-height: 50px;
	font-family: 'Abril Fatface', cursive!important;
	margin: 5px 0 10px;
}

@media (min-width: 768px) {
	.main-slider .slide-meta h1 {
		font-size: 30px;
		line-height: 36px;
        max-width: 50%;
	}
	
}

@media (min-width: 992px) {
	
	.row.sub-slider {
		display: flex;
		flex-wrap: wrap;
		margin-right: -10px;
		margin-left: -10px;
	}

	.sub-slider .col {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		background: #fff;
		padding: 0 10px; background-clip: content-box;
	}

	.sub-slider .title {
		margin: 5px 0 !important;
		font-size: 16px;
		line-height: 19px;
		overflow: hidden;
 		text-overflow: ellipsis;
 		-webkit-line-clamp: 3;
 		display: -webkit-box;
 		-webkit-box-orient: vertical;
	}
	.sub-slider .author {
		-webkit-line-clamp: 2;
	}
	.main-slider .slide-meta h1{
		font-size: 44px;
		line-height: 50px;
        max-width: 80%;
	}
}

.main-slider .slide-meta h1 a{
	color: #fff;
}

.main-slider .slide-meta .author{
	color: #fff;
	font-weight: 600;
	font-size: 25px;
	line-height: 28px;
}

.main-slider .author, .sub-slider .author{
	border-color: #cb5a4e;
	padding-left: 10px;
}

.slider-wrapper{
	padding: 0;
	margin-bottom: 20px;
}

.controls .slider-btn{
	position: absolute;
	top: 45%;
	border: 0;
	background-color: #fff;
	padding: 15px 20px;
	font-size: 20px;
	font-weight: 700;
}

.controls .prev{
	left: 0;
}

.controls .next{
	right: 0;
}

.controls .disabled{
	opacity: 0.8;
	cursor: default;
}

.pages{
	position: absolute;
	bottom: -99px;
	left: 0;
	list-style-type: none;
	width: 100%;	
}

.pages li{
	float: left;
	width: 14%;
	height: 200px;
	background-color: #fff;
	opacity: 0;
	margin: 0 19% 0 0;
	z-index: 9;
	position: relative;
}

.pages li:last-child{
	margin: 0;
}

.sub-slider{
	max-height: 110px;
	overflow-y: hidden;
	position: relative;
	z-index: 8;
}

.sub-slider .title a:hover{
	opacity: 1;
	color: #cb5a4e;
}

.author:hover{
	color: #b7b7b7;
}

.categ:hover{
	color: #b7b7b7;
}

.sub-slider > div > .row{
	background-color: #fff;
	margin: 0;
}

.sub-slider .col-sm-5, .sub-slider .col-md-4:first-child{
	padding-left: 0;
}

.sub-slider .col-md-4:last-child{
	padding-right: 0;
}

.sub-slider .title{
	margin: 20px 0 5px 0;
}

@media (max-width: 1200px) {
    .sub-slider .title{
        font-size: 16px;
        line-height:19px;
    }
}

.my-slider{
	display: none;
}

@media (min-width: 768px) {
	.my-slider{
		display: block;
	}
}

/* ---------------- container main --------------------- */

@media (min-width: 1200px) {
	.container-main.container{
		width: 1260px;
	}
}

.container-main.container{
	margin-bottom: 40px;
}

/* --------------------------------------------- categories -----------------------------------------------*/



/* Default */


.section-title {
	border-left: 8px solid #757575;
	border-bottom: 2px solid #757575;
}

.section-title, .purple-section .author {
	border-color: #757575;
}

.title a:hover {
	color: #757575;
}

.dist:hover {
	color: #757575;
}

.author {
	border-left: 8px solid #757575;
}

.author-list li {
	background-color: #757575;
}

.purple-section-list .dist {
	background-color: #757575;
}




/* Dileme online */


.dileme-on-line .section-title {
	border-left: 8px solid #369cc3;
	border-bottom: 2px solid #369cc3;
}

.dileme-on-line .section-title, .purple-section .author {
	border-color: #369cc3;
}

.dileme-on-line .title a:hover {
	color: #369cc3;
}

.dileme-on-line .dist:hover {
	color: #369cc3;
}

.dileme-on-line .author {
	border-left: 8px solid #369cc3;
}

.dileme-on-line .author-list li {
	background-color: #369cc3;
}

.dileme-on-line .purple-section-list .dist {
	background-color: #369cc3;
}




/* Dileme online - Stirile RFI*/


.stirile-rfi .section-title {
	border-left: 8px solid #369cc3;
	border-bottom: 2px solid #369cc3;
}

.stirile-rfi .section-title, .purple-section .author {
	border-color: #369cc3;
}

.stirile-rfi .title a:hover {
	color: #369cc3;
}

.stirile-rfi .dist:hover {
	color: #369cc3;
}

.stirile-rfi .author {
	border-left: 8px solid #369cc3;
}

.stirile-rfi .author-list li {
	background-color: #369cc3;
}

.stirile-rfi .purple-section-list .dist {
	background-color: #369cc3;
}




/* La zi in cultura */


.la-zi-in-cultura .section-title {
	border-left: 8px solid #7256a4;
	border-bottom: 2px solid #7256a4;
}

.la-zi-in-cultura .section-title, .purple-section .author {
	border-color: #7256a4;
}

.la-zi-in-cultura .title a:hover {
	color: #7256a4;
}

.la-zi-in-cultura .dist:hover {
	color: #7256a4;
}

.la-zi-in-cultura .author {
	border-left: 8px solid #7256a4;
}

.la-zi-in-cultura .author-list li {
	background-color: #7256a4;
}

.la-zi-in-cultura .purple-section-list .dist {
	background-color: #7256a4;
}




/* La zi in cultura - Film */


.film .section-title {
	border-left: 8px solid #7256a4;
	border-bottom: 2px solid #7256a4;
}

.film .section-title, .purple-section .author {
	border-color: #7256a4;
}

.film .title a:hover {
	color: #7256a4;
}

.film .dist:hover {
	color: #7256a4;
}

.film .author {
	border-left: 8px solid #7256a4;
}

.film .author-list li {
	background-color: #7256a4;
}

.film .purple-section-list .dist {
	background-color: #7256a4;
}




/* La zi in cultura - Carte */


.carte .section-title {
	border-left: 8px solid #7256a4;
	border-bottom: 2px solid #7256a4;
}

.carte .section-title, .purple-section .author {
	border-color: #7256a4;
}

.carte .title a:hover {
	color: #7256a4;
}

.carte .dist:hover {
	color: #7256a4;
}

.carte .author {
	border-left: 8px solid #7256a4;
}

.carte .author-list li {
	background-color: #7256a4;
}

.carte .purple-section-list .dist {
	background-color: #7256a4;
}




/* La zi in cultura - Arte performative */


.arte-performative .section-title {
	border-left: 8px solid #7256a4;
	border-bottom: 2px solid #7256a4;
}

.arte-performative .section-title, .purple-section .author {
	border-color: #7256a4;
}

.arte-performative .title a:hover {
	color: #7256a4;
}

.arte-performative .dist:hover {
	color: #7256a4;
}

.arte-performative .author {
	border-left: 8px solid #7256a4;
}

.arte-performative .author-list li {
	background-color: #7256a4;
}

.arte-performative .purple-section-list .dist {
	background-color: #7256a4;
}




/* La zi in cultura - Muzica */


.muzica .section-title {
	border-left: 8px solid #7256a4;
	border-bottom: 2px solid #7256a4;
}

.muzica .section-title, .purple-section .author {
	border-color: #7256a4;
}

.muzica .title a:hover {
	color: #7256a4;
}

.muzica .dist:hover {
	color: #7256a4;
}

.muzica .author {
	border-left: 8px solid #7256a4;
}

.muzica .author-list li {
	background-color: #7256a4;
}

.muzica .purple-section-list .dist {
	background-color: #7256a4;
}




/* La zi in cultura - Arte vizuale */


.arte-vizuale .section-title {
	border-left: 8px solid #7256a4;
	border-bottom: 2px solid #7256a4;
}

.arte-vizuale .section-title, .purple-section .author {
	border-color: #7256a4;
}

.arte-vizuale .title a:hover {
	color: #7256a4;
}

.arte-vizuale .dist:hover {
	color: #7256a4;
}

.arte-vizuale .author {
	border-left: 8px solid #7256a4;
}

.arte-vizuale .author-list li {
	background-color: #7256a4;
}

.arte-vizuale .purple-section-list .dist {
	background-color: #7256a4;
}




/* Societate */


.societate .section-title {
	border-left: 8px solid #67a466;
	border-bottom: 2px solid #67a466;
}

.societate .section-title, .purple-section .author {
	border-color: #67a466;
}

.societate .title a:hover {
	color: #67a466;
}

.societate .dist:hover {
	color: #67a466;
}

.societate .author {
	border-left: 8px solid #67a466;
}

.societate .author-list li {
	background-color: #67a466;
}

.societate .purple-section-list .dist {
	background-color: #67a466;
}




/* Societate - Dilema Veche va recomanda */


.dilema-veche-va-recomanda .section-title {
	border-left: 8px solid #67a466;
	border-bottom: 2px solid #67a466;
}

.dilema-veche-va-recomanda .section-title, .purple-section .author {
	border-color: #67a466;
}

.dilema-veche-va-recomanda .title a:hover {
	color: #67a466;
}

.dilema-veche-va-recomanda .dist:hover {
	color: #67a466;
}

.dilema-veche-va-recomanda .author {
	border-left: 8px solid #67a466;
}

.dilema-veche-va-recomanda .author-list li {
	background-color: #67a466;
}

.dilema-veche-va-recomanda .purple-section-list .dist {
	background-color: #67a466;
}




/* Societate - Din polul plus */


.din-polul-plus .section-title {
	border-left: 8px solid #67a466;
	border-bottom: 2px solid #67a466;
}

.din-polul-plus .section-title, .purple-section .author {
	border-color: #67a466;
}

.din-polul-plus .title a:hover {
	color: #67a466;
}

.din-polul-plus .dist:hover {
	color: #67a466;
}

.din-polul-plus .author {
	border-left: 8px solid #67a466;
}

.din-polul-plus .author-list li {
	background-color: #67a466;
}

.din-polul-plus .purple-section-list .dist {
	background-color: #67a466;
}




/* Societate - Mass comedia */


.mass-comedia .section-title {
	border-left: 8px solid #67a466;
	border-bottom: 2px solid #67a466;
}

.mass-comedia .section-title, .purple-section .author {
	border-color: #67a466;
}

.mass-comedia .title a:hover {
	color: #67a466;
}

.mass-comedia .dist:hover {
	color: #67a466;
}

.mass-comedia .author {
	border-left: 8px solid #67a466;
}

.mass-comedia .author-list li {
	background-color: #67a466;
}

.mass-comedia .purple-section-list .dist {
	background-color: #67a466;
}




/* Societate - La singular si la plural */


.la-singular-si-la-plural .section-title {
	border-left: 8px solid #67a466;
	border-bottom: 2px solid #67a466;
}

.la-singular-si-la-plural .section-title, .purple-section .author {
	border-color: #67a466;
}

.la-singular-si-la-plural .title a:hover {
	color: #67a466;
}

.la-singular-si-la-plural .dist:hover {
	color: #67a466;
}

.la-singular-si-la-plural .author {
	border-left: 8px solid #67a466;
}

.la-singular-si-la-plural .author-list li {
	background-color: #67a466;
}

.la-singular-si-la-plural .purple-section-list .dist {
	background-color: #67a466;
}




/* Societate - Ieri cu vedere spre azi */


.ieri-cu-vedere-spre-azi .section-title {
	border-left: 8px solid #67a466;
	border-bottom: 2px solid #67a466;
}

.ieri-cu-vedere-spre-azi .section-title, .purple-section .author {
	border-color: #67a466;
}

.ieri-cu-vedere-spre-azi .title a:hover {
	color: #67a466;
}

.ieri-cu-vedere-spre-azi .dist:hover {
	color: #67a466;
}

.ieri-cu-vedere-spre-azi .author {
	border-left: 8px solid #67a466;
}

.ieri-cu-vedere-spre-azi .author-list li {
	background-color: #67a466;
}

.ieri-cu-vedere-spre-azi .purple-section-list .dist {
	background-color: #67a466;
}




/* Societate - Efectul de ecou */


.efectul-de-ecou .section-title {
	border-left: 8px solid #67a466;
	border-bottom: 2px solid #67a466;
}

.efectul-de-ecou .section-title, .purple-section .author {
	border-color: #67a466;
}

.efectul-de-ecou .title a:hover {
	color: #67a466;
}

.efectul-de-ecou .dist:hover {
	color: #67a466;
}

.efectul-de-ecou .author {
	border-left: 8px solid #67a466;
}

.efectul-de-ecou .author-list li {
	background-color: #67a466;
}

.efectul-de-ecou .purple-section-list .dist {
	background-color: #67a466;
}




/* Tema saptamanii */


.tema-saptamanii .section-title {
	border-left: 8px solid #cb5a4e;
	border-bottom: 2px solid #cb5a4e;
}

.tema-saptamanii .section-title, .purple-section .author {
	border-color: #cb5a4e;
}

.tema-saptamanii .title a:hover {
	color: #cb5a4e;
}

.tema-saptamanii .dist:hover {
	color: #cb5a4e;
}

.tema-saptamanii .author {
	border-left: 8px solid #cb5a4e;
}

.tema-saptamanii .author-list li {
	background-color: #cb5a4e;
}

.tema-saptamanii .purple-section-list .dist {
	background-color: #cb5a4e;
}




/* DilemaBlog */


.dilemablog .section-title {
	border-left: 8px solid #1ba38e;
	border-bottom: 2px solid #1ba38e;
}

.dilemablog .section-title, .purple-section .author {
	border-color: #1ba38e;
}

.dilemablog .title a:hover {
	color: #1ba38e;
}

.dilemablog .dist:hover {
	color: #1ba38e;
}

.dilemablog .author {
	border-left: 8px solid #1ba38e;
}

.dilemablog .author-list li {
	background-color: #1ba38e;
}

.dilemablog .purple-section-list .dist {
	background-color: #1ba38e;
}




/* Editoriale si Opinii */


.editoriale-si-opinii .section-title {
	border-left: 8px solid #4b79c5;
	border-bottom: 2px solid #4b79c5;
}

.editoriale-si-opinii .section-title, .purple-section .author {
	border-color: #4b79c5;
}

.editoriale-si-opinii .title a:hover {
	color: #4b79c5;
}

.editoriale-si-opinii .dist:hover {
	color: #4b79c5;
}

.editoriale-si-opinii .author {
	border-left: 8px solid #4b79c5;
}

.editoriale-si-opinii .author-list li {
	background-color: #4b79c5;
}

.editoriale-si-opinii .purple-section-list .dist {
	background-color: #4b79c5;
}




/* Editoriale si Opinii - Situatiunea */


.situatiunea .section-title {
	border-left: 8px solid #4b79c5;
	border-bottom: 2px solid #4b79c5;
}

.situatiunea .section-title, .purple-section .author {
	border-color: #4b79c5;
}

.situatiunea .title a:hover {
	color: #4b79c5;
}

.situatiunea .dist:hover {
	color: #4b79c5;
}

.situatiunea .author {
	border-left: 8px solid #4b79c5;
}

.situatiunea .author-list li {
	background-color: #4b79c5;
}

.situatiunea .purple-section-list .dist {
	background-color: #4b79c5;
}




/* Editoriale si Opinii - Pe ce lume traim */


.pe-ce-lume-traim .section-title {
	border-left: 8px solid #4b79c5;
	border-bottom: 2px solid #4b79c5;
}

.pe-ce-lume-traim .section-title, .purple-section .author {
	border-color: #4b79c5;
}

.pe-ce-lume-traim .title a:hover {
	color: #4b79c5;
}

.pe-ce-lume-traim .dist:hover {
	color: #4b79c5;
}

.pe-ce-lume-traim .author {
	border-left: 8px solid #4b79c5;
}

.pe-ce-lume-traim .author-list li {
	background-color: #4b79c5;
}

.pe-ce-lume-traim .purple-section-list .dist {
	background-color: #4b79c5;
}




/* Editoriale si Opinii - Tilc show */


.tilc-show .section-title {
	border-left: 8px solid #4b79c5;
	border-bottom: 2px solid #4b79c5;
}

.tilc-show .section-title, .purple-section .author {
	border-color: #4b79c5;
}

.tilc-show .title a:hover {
	color: #4b79c5;
}

.tilc-show .dist:hover {
	color: #4b79c5;
}

.tilc-show .author {
	border-left: 8px solid #4b79c5;
}

.tilc-show .author-list li {
	background-color: #4b79c5;
}

.tilc-show .purple-section-list .dist {
	background-color: #4b79c5;
}




/* Editoriale si Opinii - Bordeie si obiceie */


.bordeie-si-obiceie .section-title {
	border-left: 8px solid #4b79c5;
	border-bottom: 2px solid #4b79c5;
}

.bordeie-si-obiceie .section-title, .purple-section .author {
	border-color: #4b79c5;
}

.bordeie-si-obiceie .title a:hover {
	color: #4b79c5;
}

.bordeie-si-obiceie .dist:hover {
	color: #4b79c5;
}

.bordeie-si-obiceie .author {
	border-left: 8px solid #4b79c5;
}

.bordeie-si-obiceie .author-list li {
	background-color: #4b79c5;
}

.bordeie-si-obiceie .purple-section-list .dist {
	background-color: #4b79c5;
}






/* ------------------ section title -------------------- */

.section-title {
	text-transform: uppercase;
	border-left: 8px solid #757575;
	border-bottom: 2px solid #757575;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 20px;
}

.section-title a{
	display: block;
	color: #2d2d2d;
	margin: 0 0 5px 6px;
}

/*
.red-section .section-title{
	border-left: 8px solid #cb5a4e;
	border-bottom: 2px solid #cb5a4e;
}

.blue-section .section-title{
	border-left: 8px solid #4b79c5;
	border-bottom: 2px solid #4b79c5;
}

.light-blue-section .section-title{
	border-left: 8px solid #369cc3;
	border-bottom: 2px solid #369cc3;
}

.yellow-section .section-title{
	border-left: 8px solid #dcbc5b;
	border-bottom: 2px solid #dcbc5b;
}

.green-section .section-title{
	border-left: 8px solid #67a466;
	border-bottom: 2px solid #67a466;
}

.turquoise-section .section-title{
	border-left: 8px solid #1ba38e;
	border-bottom: 2px solid #1ba38e;
}

.purple-section .section-title{
	border-left: 8px solid #7256a4;
	border-bottom: 2px solid #7256a4;
} */


/* --------------- coperta saptamanii ------------------ */

.coperta-sapt{
	margin: 10px 0 30px;
}

.coperta-sapt .hero img{
	margin: 0 auto 18px;
	display: block;
}

.coperta-sapt a{
	display: block;
}

.coperta-sapt .section-title{
	border-left: 8px solid #7256a4;
	border-bottom: 2px solid #7256a4;
}

.coperta-sapt .link-all{
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 14px;
	line-height: 16px;
	color: #757575;
}

.coperta-sapt .link-all:hover{
	color: #b7b7b7;
}

/* --------------- dilemablog --------------------- */

.articles-list{
	margin: 10px 0 30px;
}

.section-large .articles-list {
    margin: 0 0 30px;
}

.three-col-sect .articles-list {
    margin: 0 0 30px;
}

.articles-list .row{
	margin-right: 0;
	margin-left: 0;
	background-color: #fff;
}

.articles-list > ul{
	margin: 0 0 15px;
}

.articles-list li{
	padding: 7px 0;
	margin: 0 0 2px;
}

.author-list li{
	float: left;
	margin: 0 7px 8px 0;
	font-weight: 600;
	background-color: #757575;
	font-size: 14px;
	line-height: 16px;
	padding: 9px 12px;
}

.author-list li a{
	color: #fff;
}

.author-list li:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.author-list li:first-child{
	color: #757575;
	margin: 0 20px 0 0;
	background-color: inherit;
	padding: 9px 0;
}

.articles-list .title{
	font-size: 16px;
	line-height: 20px;
}

@media (min-width: 768px) {
	.articles-list .col-sm-5 {
	    width: 45%;
	}

	.articles-list .col-sm-7 {
		width: 55%
	}
}

.articles-list h3{
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 20px;     /* fallback */
   max-height: 60px;      /* fallback */
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}

/* ----------------- box ----------------- */

.box{
	margin: 10px 0 30px;
}

.in-oras > article{
	margin: 0 0 20px;
}

/* ------------- article box ------------- */

.article-box-container{
	background-color: #fff;
}

.article-box-container figure{
	position: relative;
}

.article-box{
	padding: 0 8px 10px;
	position: relative;
}

.article-box-container figure{
	margin: 0 0 18px;
	max-height: 200px;
	overflow-y: hidden;
}

.section-large .article-box-container figure{
	max-height: 280px;
	overflow-y: hidden;
}

.section-large .share-list{
	bottom: 38px;
}

.yellow-section-list .share-list{
	bottom: 32px;
}

.purple-section-list .share-list{
	bottom: 32px;
}

.article-box .title{
	margin: 0 0 8px;
}

.article-box p{
	line-height: 20px;
	margin: 0 0 18px;
}

.article-box p{
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 20px;     /* fallback */
   max-height: 60px;      /* fallback */
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.article-box .dist{
	font-weight: 600;
	font-size: 12px;
	color: #757575;
	padding: 8px 5px 0 30px;
	display: block;
	border-top: 1px solid #ebeced;
}

.section-large .dist{
	background-color: #4b79c5;
	padding: 8px 5px 10px 30px; 
	margin: 0 -8px;
	color: #fff;
}

.article-box .author{
	margin: 0 0 16px;		
}

.article-box ul{
	padding: 0 15px 0 20px;
}

@media (max-width: 768px) {
    .article-box ul{
        padding: 0;
    }
}

.article-box li{
	font-weight: 600;
	font-size: 17px;
	line-height: 25px;
}

.article-box li a{
	color: #2d2d2d;
}

.article-box li a:hover{
	color: #dcbc5b;
}

.share-container{
	background-color: #4b79c5;
    margin: 0 -8px;
}

.related-articles{
	margin-top:10px;
}

.related-articles .share-container{
    margin: 0;
}

.related-articles .article-box .dist {
    color: #fff;
}

.related-articles .article-box .dist:hover{
    color: #fff;
}

.share-container .dist{
	float: left;
	border-top: none;
	background-color: inherit;
	margin: 0;
	display: inherit;
}

.share-container .read-more{
	float: right;
    padding: 8px 30px 10px 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.share-container .ion-log-in{
	padding: 0 0 0 10px;
	font-size: 20px;
	display: block;
	float: right;
}

/* --------------------- play button ---------- */

.btn-play{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999;
	margin: -20px 0 0 -20px;
}

.ion-play{
    color: #fff;
    font-size: 30px;
    background-color: rgba(54,156,195,0.7);
    border-radius: 50%;
    padding: 9px 20px;
}

.ion-play:hover{
    background-color: rgba(117,117,117,0.7);
}

/* ------------------- gallery ---------------- */

.gallery-wrapper{
	background-color: #fff;
}

.gallery-wrapper .gallery-hero{
	background-color: #b7b7b7;
	margin: 0 0 5px;
	position: relative;
	height: 280px;
	overflow-y: hidden;
}

.gallery-wrapper .gallery-hero img{
	margin: 0 auto;
}

.gallery-wrapper .gallery-list .col-md-3{
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
}

.gallery-wrapper ul.gallery-list{
	padding: 0 0 5px;
	margin-left: 0;
	margin-right: 0;
}

.gallery-wrapper .gallery-list li span{
	display: block;
	text-align: center;
	font-size: 34px;
	color: #fff;
}

.gallery-wrapper .gallery-list li:last-child{
	text-align: center;
	background-color: #b7b7b7;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    display: block;
}

.gallery-wrapper .gallery-list li:last-child:hover{
    background-color: #757575;
}

.gallery-wrapper .gallery-list li:last-child a{
	color: #fff;
	padding: 0 0 6px;
	display: block;
}

.main {
	height: 72px;
	width: 113px;
	overflow: hidden;
	position: relative;
}

@media (max-width: 768px) {
    .main {
        width: 109px;
    }
}

img.absolute {
	position: absolute;
}

.gallery-title{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #1ba38e;
	padding: 12px 25px;
	text-transform: uppercase;
	font-weight: 600; 
}

.gallery-title a{
	color: #fff;
}

.gallery-prev{
	background-color: #fff;
	padding: 10px 17px;
	font-size: 20px;
	color: #757575;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -20px 0 0;	
}

.gallery-next{
	background-color: #fff;
	padding: 10px 17px;
	font-size: 20px;
	color: #757575;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -20px 0 0;
}

/*
.expand {
    position: absolute;
    right: 15%;
    bottom: 40px;
    font-size: 30px;
    color: #fff;
    background-color: #757575;
    padding: 10px 16px;
    border-radius: 50%;
}

.expand:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #fff;
} */

/* ---------------- share list ---------------- */

.share-list{
	position: absolute;
	z-index: 999;
	background-color: #f6f6f6;
	bottom: 25px;
	left: 25px;
	display: none;
}

.article-box ul.share-list{
	padding: 0;
}

.share-list li{
	text-align: center;
	border-bottom: 1px solid #e6e7e8;
}

.share-list li:last-child{
	border-bottom: none;
}

.share-list li a{
	display: block;
	
}

.share-list li a span{
	display: block;
	padding: 10px 25px;
}

.share-list li a span:hover{
	color: #fff;
}

/* --------------- main content --------------- */

.main-content .section-title{
	max-width: 940px;
	margin-left: 10px;
}

.main-content .row{
	margin-left: -10px;
	margin-right: -10px;
}

/* --------- cei mai cititi autori ------------ */

.author-large{
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	margin: 12px 0 17px;
}

.author-large a{
	color: #2d2d2d;
}

.most-read-auth .section-title{
	border-color: #dcbc5b;
}

.most-read-auth li{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* --------------- tilc show ----------------- */

.section-3-col .author-list{
	margin: 20px 0 0;
}

/* --------------- dilema online -------------- */

.dilema-online .author-list{
	margin: 20px 0 0;
}

/* ------------ situatiunea ------------------- */

.section-article-list .articles-list .row{
	margin-left: 0;
	margin-right: 0;
}

.section-article-list .author-list li:first-child{
	margin: 0 20px;
}

/* ----------- three column section ----------- */

.three-col-sect .section-title{
	margin-left: 0;
}

/* --------------- article -------------------- */

.small-wrapper{
	width: 980px;
	margin-bottom: 20px;
}

@media (max-width:980px){
    .small-wrapper {
        width: auto;
    }
}

.article-container{
	margin: 0 0 40px;
}

.article-container .article-subtitle{
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	font-style: italic;
}

.article-container .article-subtitle a{
	color: #2d2d2d;
}

.article-container .article-title{
	font-size: 42px;
	line-height: 46px;
	color: #2d2d2d;
	font-family: 'Abril Fatface', cursive!important;
	margin: 0 0 10px;
}

@media (max-width: 768px) {
    .article-container .article-title {
        font-size: 34px;
        line-height: 49px;
		margin-left: 13px;
    }
	.article-container .article-author{
		margin-left: 13px;
	}
	.article-container .article-subtitle {
		margin-left: 15px;
	}
	.article-container .article-body {
		padding: 20px 15px 20px;
	}
	.article-container .article-body .zc_full {
		margin: 0 0 20px;
	}
}

.article-container .article-author{
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	border-left: 10px solid #cb5a4e;
	padding: 0 0 0 10px;
	margin: 0 0 20px;
}

.article-container .article-author a{
	color: #2d2d2d;
}

.article-body, .article-meta{
	background-color: #fff;
	padding: 20px 10px 20px;
}

.article-body{
	padding-top: 0;
	color: #2d2d2d;
	font-size: 14px;
	line-height: 20px;
}

.article-body h4{
	margin-top: 0px;
}

.article-body p:last-child{
	margin: 0;
}

.article-body img {
	max-width: 100%;
	height: auto;
}

.article-hero img{
	width: 100%;
	height: auto;
}

.article-meta span:first-child{
	float: left;
	display: block;
	margin: 10px 5px 0 0;
    font-size: 11px;
}

.article-meta span:last-child{
	float: right;
	display: block;
	margin: 10px 0 0;
    font-size: 11px;
}

.article-meta ul{
	float: left;
	margin: -10px 0 0;
}

.article-meta li{
	float: left;
	margin: 0 4px 0 0;
}

.article-meta a .ion-social-facebook {
    color: #fff;
    font-size: 18px;
    background-color:#3b5998;
    padding: 7px 15px;
}

.article-meta a .ion-social-twitter {
    color: #fff;
    font-size: 18px;
    background-color:#4099ff;
    padding: 7px 11px;
}

.article-meta a .ion-social-googleplus {
    color: #fff;
    font-size: 18px;
    background-color:#d34836;
    padding: 7px 11px;
}

.article-meta a .ion-social-linkedin {
    color: #fff;
    font-size: 18px;
    background-color:#0976b4;
    padding: 7px 11px;
}

.article-body .intro{
	border-left: 10px solid #cb5a4e;
	padding-left: 10px;
	font-size: 16px;
	line-height: 22px;
	font-style: italic;
}

.article-body p, .article-body ul, .article-body ol{
	margin: 0 0 20px;
}

.article-body ul{
	list-style-type: inherit;
	padding-left: 40px; 
}

.article-body blockquote{
	font-size: 17px;
	line-height: 22px;
	font-style: italic;
	border-left: 0;
	background: url('../images/quote.png') left top no-repeat;
	padding: 0 10px 0 65px;
}

.article-body iframe, .article-body object, .article-body embed {
	width: 100%;
}

.article-nav{
	margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 40px;
}

.article-nav span{
	display: block;
	background-color: #757575;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	font-weight: 700;
	width: 150px;
	padding: 5px 10px;
	margin: 0 0 10px;
}

.article-nav .row{
	margin: 0;
}

.article-nav .prev span{
	float: right;
	text-align: right;
}

.article-nav .prev .col-xs-9{
	padding-left: 20px;
}

.article-nav .next, .article-nav .prev{
	background-color: #fff;
	padding-bottom: 15px;
}

.article-nav .next .arrow{
	padding-left: 0;
}

.article-nav .prev .arrow{
	padding-right: 0;
}

.article-nav .next .arrow span, .article-nav .prev .arrow span{
	width: 50px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	display: block;
	margin-top: 20px;
	padding: 15px 0;
}

@media (max-width: 768px) {
    .article-nav .next .arrow span, .article-nav .prev .arrow span{
        width: 40px;
        padding: 10px 0;
    }
}

.article-nav .title{
	height: 66px;
	overflow-y: hidden;
}

.article-nav .author{
	border-color: #4b79c5;
}

.related-articles .section-title{
	border-color: #4b79c5;
}

.related-articles .row > div:first-child{
	padding-left: 0;
    padding-right: 0;
}

.related-articles .box{
	margin-bottom: 20px;
	background-color: #fff;
}

.related-articles .categ{
	margin: 15px 0 0;
}

.related-articles .title{
	font-size: 18px;
	line-height: 22px;
	margin: 5px 0 10px;
	max-height: 44px;
	overflow-y: hidden;
}

.related-articles .author{
	border-color: #4b79c5;
	margin-bottom: 20px;
}

.related-articles p{
	margin: 0 0 20px;
	max-height: 48px;
	overflow-y: hidden; 
}

.related-articles .read-more{
	display: block;
	text-align: right;
	margin:0 15px 20px 0;
	color: #cb5a4e;
	font-weight: 600;
	font-style: italic;
}

.related-articles figure img{
	width: 100%;
	height: auto;
}

.related-articles .share{
	background-color: #4b79c5;
}

.related-articles .share a{
	color: #fff;
	margin: 0 0 0 20px;
	padding: 10px 0;
	display: block;
	font-weight: 600;
	font-size: 12px;
}

/* ---------------- section ------------------- */

.section-main{
	margin: 0;
}

.article-ord-list{
	counter-reset: item;
	margin-bottom: 40px;
    margin-top: 20px;
}

.article-ord-list ol{
	list-style: none;
	padding: 0;
}

.article-ord-list ol li{
	counter-increment: item;
	margin-bottom: 30px;
	position: relative;
	padding: 0 0 0 40px;
}

.article-ord-list ol li:before {
   content: counter(item);
   color: #757575;
   text-align: center;
   position: absolute;
   left: 0;
   top: 0;
   font-family: 'Abril Fatface', cursive!important;
   font-size: 33px;
   line-height: 36px;
 }

 .article-ord-list .section-title{
 	border-color: #4b79c5;
 }

 .article-ord-list .author, .article-ord-list .categ{
 	border-color: #4b79c5;
 	font-size: 16px;
 	line-height: 18px;
 }

 .article-ord-list .title{
 	font-size: 22px;
 	line-height: 24px;
 }

@media (max-width: 768px) {
    .article-ord-list .title{
        font-size: 20px;
        line-height: 22px;
    }
}

.pagination {
    margin:0;
}

 .pagination li{
 	float: left;
 	font-size: 16px;
 	line-height: 18px;
 	background-color: #fff;
 	text-align: center;
 	margin: 0 10px 0 0; 
 }

.pagination li:hover{
	background-color: #757575;
}

.pagination li:hover a{
	color: #f1f1f1;
}

 .pagination li a{
 	color: #757575;
 	display: block;
 	padding: 15px 20px;
 }

@media (max-width: 768px) {
    .pagination li a{
        padding: 10px 15px;
    }
}

.pagination .selected{
	background-color: #757575;
}

.pagination .selected a{
	color: #f1f1f1;
}

.section-main{
	margin: 10px 0 10px;
	position: relative;
}

.section-main .section-title{
	border-color: #4b79c5;
}

.section-main figure img{
	width: 100%;
	height: auto;
}

.related-articles figure {
    max-height: 200px;
    overflow-y: hidden;
}

.section-main .share{
	position: absolute;
	top: 45px;
	left: 0;
	background-color: #4b79c5;
}

.section-main .share a{
	color: #fff;
    padding: 10px 20px;
    display: block;
    font-weight: 600;
    font-size: 12px;
}

.section-main .share a span {
    font-size: 15px;
}

.section-main .share .ion-android-share-alt{
    color: #fff;
}

.section-main .share a span{
    color: #000;
}

@media (max-width: 768px) {
    .section-main .share a span {
        color: #fff;
    }
}

.section-main .desc{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(45, 45, 45, 0.55);
	padding: 35px 25px;
}

@media (max-width: 768px) {
    .section-main .desc{
        padding: 20px 25px;
    }
}

.section-main .desc .categ{
	color: #fff;
	font-size: 20px;
	line-height: 24px;
}

.section-main .desc .title{
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 15px;
}

@media (max-width: 768px) {
    .section-main .desc .title{
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }
}

.section-main .desc .title a{
	color: #fff;
}

.section-main .desc .author{
	color: #fff;
	border-color: #4b79c5;
	font-size: 22px;
	line-height: 24px;
}

@media (max-width: 768px) {
    .section-main .desc .author{
        font-size: 18px;
        line-height: 20px;
    }
}

.disabled {
	pointer-events: none;
}

.pagination li.disabled {
	background-color: #b7b7b7;
}

.section-share-list {
    position: relative;
    bottom: 0;
    left: 0;
}

.section-main .section-share-list a{
    padding: 0;
}

.section-main .section-share-list li a span {
    padding: 15px 25px;
}

.section-main .section-share-list {
    margin-bottom: 0;
}

.section-hero figure {
    position: relative;
    max-height:500px;
    overflow-y: hidden;
}

.related-articles p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    max-height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



/* ------------- footer ----------------------- */

.footer{
	/*margin-bottom: 40px;*/
	padding: 35px 0;
}

.footer, .sub-footer{
	background-color: #fff;
}

.logo-small img{
	margin: 0 0 25px;
}

.title-underline{
	border-bottom: 1px solid #f4f4f4;
	font-size: 17px;
	line-height: 20px;
	color: #757575;
	font-weight: 600;
}

.title-underline span{
	position:relative;
	bottom: -5px;
	background-color: #fff;
	padding: 0 15px 0 0;
}

.info-list li{
	font-weight: 600;
	line-height: 22px;
}

.info-list li a{
	color: #757575;
}

.info-list li a:hover{
	color: #b7b7b7;
}

.info-list li:first-child a{
	color: #cb5a4e;
}

.info-list li:first-child a:hover{
	color: #f5867a;
}

.info-list li:nth-child(2) a{
	color: #1ba38e;
}

.info-list li:nth-child(2) a:hover{
	color: #4bc0ae;
}

@media (min-width: 1200px) {
	.footer .container{
		width: 1240px;
	}

	.sub-footer .container{
		width: 1205px;
	}
}

.small p{
	padding-top: 40px;
}

/* ------------- newsletter box ------------- */

.newsletter-form label{
	font-weight: 400;
	margin: 30px 0 25px;
	display: block;
}

.newsletter-form input[type="email"]{
	display: block;
	border: 0;
	box-shadow: 0px 0px 1px #b7b7b7;
	width: 100%;
	padding: 20px 10px;
	margin: 0 0 12px;
}

.newsletter-form input[type="submit"]{
	border: 0;
	background: #757575;
	color: #fff;
	padding: 15px 25px;
}

.newsletter-form input[type="submit"]:hover{
	background: #b7b7b7;
}

/* -------------- events box ---------------- */

.events-container h5{
	margin-bottom: 30px;
}

.events-container > span{
	display: block;
	margin-bottom: 30px;
}

.events-box{
	padding: 0 0 0 20px;
}

.events-box h3{
	font-weight: 600;
	font-size: 17px;
	line-height: 20px;
	margin: 0;
}

.events-box .date{
	border: 1px solid #b7b7b7;
	padding: 0;
}

.events-box .date > div{
	text-align: center;
	font-size: 17px;
	line-height: 26px;
}

.events-box .date div:first-child{
	font-weight: 700;
}

.events-box .date div:nth-child(2){
	font-weight: 600;
}

.events-box .date div:nth-child(3){
	font-weight: 700;
	color: #fff;
	background: #757575;
}

/* ------------------ sub footer -------------- */

.sub-footer > .container > span{
	display: block;
	text-align: center;
	padding: 0 0 20px;
}

.sub-footer .row{
	margin-left: -10px;
	margin-right: -10px;
}

.sub-footer > .container > .row{
	margin-bottom: 50px;
}

.sub-footer > .container > .row .row{
	margin-bottom: 20px;
}

.sub-footer .title-underline{
	margin: 40px 0 35px;
}

.external-site{
	margin: 8px 0 20px;
}

.external-site a{
	padding: 6px 9px;
	color: #fff;
}

.external-site-article{
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
}

.external-site-article a{
	color: #2d2d2d;
}

.external-site-article a:hover{
	color: #757575;
}

.sub-footer .container .col-md-4:first-child .external-site a, .sub-footer .container .col-md-4:nth-child(11) .external-site a{
	background-color: #1ba38e;
}

.sub-footer .container .col-md-4:nth-child(2) .external-site a, .sub-footer .container .col-md-4:nth-child(7) .external-site a, .sub-footer .container .col-md-4:nth-child(9) .external-site a{
	background-color: #cb5a4e;
}

.sub-footer .container .col-md-4:nth-child(3) .external-site a, .sub-footer .container .col-md-4:nth-child(13) .external-site a{
	background-color: #67a466;
}

.sub-footer .container .col-md-4:nth-child(4) .external-site a, .sub-footer .container .col-md-4:nth-child(14) .external-site a{
	background-color: #369cc3;
}

.sub-footer .container .col-md-4:nth-child(5) .external-site a, .sub-footer .container .col-md-4:nth-child(12) .external-site a{
	background-color: #4b79c5;
}

.sub-footer .container .col-md-4:nth-child(6) .external-site a, .sub-footer .container .col-md-4:nth-child(10) .external-site a{
	background-color: #dcbc5b;
}

.sub-footer .container .col-md-4:nth-child(8) .external-site a, .sub-footer .container .col-md-4:nth-child(15) .external-site a{
	background-color: #7256a4;
}

/* -------------- section color ----------------- */

.interviul-sapt .section-title, .interviul-sapt .author{
	border-color: #7256a4;
}

.blue-section .section-title, .blue-section .author{
	border-color: #4b79c5;
}

.blue-section .author-list li:first-child{
	margin: 0 20px;
	background-color: inherit;
}

.blue-section .author-list li{
	background-color: #4b79c5;
}

.blue-section .dist:hover{
	color: #4b79c5;
}

.section-large .dist:hover{
	color: #f1f1f1;
}

.green-section .author-list li{
	background-color: #67a466;
}

.green-section .author-list li:first-child{
    margin: 0 20px;
    background-color: inherit;
}

.light-blue-section .section-title, .light-blue-section .author{
	border-color: #369cc3;
}

.light-blue-section .author-list li{
	background-color: #369cc3;
}

.light-blue-section .author-list li:first-child{
	background-color: inherit;
}

.light-blue-section .dist:hover{
	color: #369cc3;
}

.yellow-section .section-title, .yellow-section .author{
	border-color: #dcbc5b;
}

.yellow-section .dist:hover{
	color: #dcbc5b;
}

.yellow-section-list .dist{
	padding: 8px 5px 8px 30px;
	margin: 0 -8px;
	background-color: #dcbc5b;
	color: #fff;
}

.yellow-section-list .dist:hover{
	color: #f1f1f1;
}

.purple-section .section-title, .purple-section .author{
	border-color: #7256a4;
}

.purple-section .author-list li{
    background-color: #7256a4;
}

.purple-section .author-list li:first-child{
    background-color: inherit;
}

.purple-section .dist:hover{
	color: #7256a4;
}

.purple-section-list .dist{
	padding: 8px 5px 8px 30px;
	margin: 0 -8px;
	background-color: #7256a4;
	color: #fff;
}

.purple-section-list .dist:hover{
	color: #f1f1f1;
}

.red-section .section-title{
	border-color: #cb5a4e;
}

.red-section .author{
	border-color: #cb5a4e;
}

.red-section .share{
	background-color: #cb5a4e;
}

.turquoise-section .section-title{
	border-color: #1ba38e;
}

.turquoise-section .author{
	border-color: #1ba38e;
}

.turquoise-section .author-list li{
	background-color: #1ba38e;
}

.turquoise-section .author-list li:first-child{
	background-color: inherit;
}

/* ------------- icons ----------------- */

.icon{
	background: url('../images/icons.png') no-repeat;
	float: left;
	display: block;
}

.icon-fb{
	width: 40px;
	height: 32px;
	background-position: left top;
}

.icon-tw{
	width: 41px;
	height: 32px;
	background-position: -44px top;
}

.icon-gp{
	width: 41px;
	height: 32px;
	background-position: -89px top;
}

.icon-li{
	width: 40px;
	height: 32px;
	background-position: -134px top;
}

.icon-share-white{
	width: 14px;
	height: 14px;
	background-position: left -35px;
	margin: 1px 5px 0 0;
}

.icon-search{
	width: 18px;
	height: 18px;
	background-position: -18px -35px;
}

.icon-search:hover{
	background-position: -18px -55px;
}

.ion-search {
	font-size: 23px;
}

.ion-search:hover {
	color: #757575;
}

.icon-fb-round{
	width: 35px;
	height: 35px;
	background-position: -77px -35px;
	margin: 0 15px 0 0;
}

.icon-fb-round:hover{
	background-position: -77px -71px;
}

.icon-gp-round{
	width: 35px;
	height: 35px;
	background-position: -39px -35px;
}

.icon-gp-round:hover{
	background-position: -39px -71px;
}

.ion-android-share-alt{
	display: block;
	margin: 0 10px 0 0;
	float: left;
	font-size: 17px;
}

.special-header.ion-social-facebook {
	font-size: 24px;
	color: #fff;
	background: #2d2d2d;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top: 13px;
	float: left;
	margin: 5px;
	display: block;
}

.special-footer.ion-social-facebook {
	font-size: 24px;
	color: #fff;
	background: #2d2d2d;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top: 13px;
	float: left;
	margin: 5px;
	display: block;
}

@media (max-width: 768px) {
    .special-footer.ion-social-facebook{
        background-color: #3b5998;
    }
}

@media only screen and (max-width: 768px) {
  .special-header.ion-social-facebook {
    display: none;
  }
}

.special-header.ion-social-facebook:hover{
	background-color: #3b5998;
}

.special-footer.ion-social-facebook:hover{
	background-color: #3b5998;
}

.special-menu.ion-social-facebook {
	font-size: 24px;
	color: #fff;
	background: #2d2d2d;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top: 13px;
	float: left;
	margin: 5px;
	display: none;
}

@media (max-width: 768px) {
    .special-menu.ion-social-facebook {
        background-color: #3b5998;
    }
}

.ion-social-facebook:hover{
	background-color: #3b5998;
}

@media (max-width: 768px) {
    .ion-social-facebook {
        background-color: #3b5998;
        color: #fff;
    }
}

.ion-social-twitter:hover{
	background-color: #4099ff;
}

@media (max-width: 768px) {
    .ion-social-twitter {
        background-color: #4099ff;
        color: #fff;
    }
}

.special-header.ion-social-googleplus {
	font-size: 24px;
	color: #fff;
	background: #2d2d2d;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top: 13px;
	float: left;
	margin: 5px;
	display: block;
}

.special-footer.ion-social-googleplus {
	font-size: 24px;
	color: #fff;
	background: #2d2d2d;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top: 13px;
	float: left;
	margin: 5px;
	display: block;
}

.special-header.ion-social-instagram {
    font-size: 24px;
    color: #fff;
    background: #2d2d2d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 13px;
    float: left;
    margin: 5px;
    display: block;
}

.special-footer.ion-social-instagram {
    font-size: 24px;
    color: #fff;
    background: #2d2d2d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 13px;
    float: left;
    margin: 5px;
    display: block;
}

.special-menu.ion-social-instagram {
    font-size: 24px;
    color: #fff;
    background: #2d2d2d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 13px;
    float: left;
    margin: 5px;
    display: block;
}

.special-header.ion-social-youtube {
    font-size: 24px;
    color: #fff;
    background: #2d2d2d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 13px;
    float: left;
    margin: 5px;
    display: block;
}

.special-footer.ion-social-youtube {
    font-size: 24px;
    color: #fff;
    background: #2d2d2d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 13px;
    float: left;
    margin: 5px;
    display: block;
}



.special-header.ion-social-instagram:hover, 
.special-footer.ion-social-instagram:hover, 
.special-menu.ion-social-instagram:hover {
background-color: #2C6A93;
}

.special-header.ion-social-youtube:hover,
.special-footer.ion-social-youtube:hover,
.special-menu.ion-social-youtube:hover {
background-color: #f00;
}

@media (max-width: 768px) {
    .special-menu.ion-social-googleplus {
        background-color: #D84B37;
    }

    .special-footer.ion-social-googleplus{
        background-color: #D84B37;
    }
}

@media only screen and (max-width: 768px) {
    .special-header.ion-social-googleplus {
	display: none;
    }
}

.special-header.ion-social-googleplus:hover{
	background-color: #D84B37;
}

.special-footer.ion-social-googleplus:hover{
	background-color: #D84B37;
}

.special-menu.ion-social-googleplus {
	font-size: 24px;
	color: #fff;
	background: #2d2d2d;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top: 13px;
	float: left;
	margin: 5px;
	display: none;
}

@media (max-width: 768px) {
    .special-menu.ion-social-googleplus {
        background-color: #D84B37;
    }
}


@media only screen and (max-width: 768px) {
  ul.follow {
    display: inline-block;
  }
}

@media only screen and (max-width: 768px) {
  .special-menu.ion-social-facebook {
    display: inline-block;
  }
}

@media only screen and (max-width: 768px) {
  .special-menu.ion-social-googleplus {
    display: inline-block;
  }
}

@media only screen and (min-width: 769px) {
  ul.follow {
    display: none;
  }
}

.special-header.ion-social-googleplus:hover{
	background-color: #D84B37;
}

.ion-social-googleplus:hover{
	background-color: #D84B37;
}

@media (max-width: 768px) {
    .ion-social-googleplus {
        background-color: #D84B37;
        color: #fff;
    }
}

.ion-social-linkedin:hover{
	background-color: #0e76a8;
}

@media (max-width: 768px) {
    .ion-social-linkedin {
        background-color: #0e76a8;
        color: #fff;
    }
}

.ion-social-tumblr:hover{
	background-color: #35465c;
}

@media (max-width: 768px) {
    .ion-social-tumblr {
        background-color: #35465c;
        color: #fff;
    }
}

.ion-social-pinterest:hover{
	background-color: #C92228;
}

@media (max-width: 768px) {
    .ion-social-pinterest {
        background-color: #C92228;
        color: #fff;
    }
}

.icon-play{
	width: 46px;
	height: 46px;
	background-position: -116px -85px;
}

.icon-play:hover{
	background-position: -116px -35px;
}


/* ------------ colors ------------ */

.interviul-sapt .dist:hover, .interviul-sapt .ion-android-share-alt:hover{
	color: #7256a4;
}

/* ------------ back to top button ------------ */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(75, 121, 197, 1) url('../images/cd-top-arrow.svg') no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #4b79c5;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* ----  404 ----- */

a {
	color: #4b79c5;
}

.container-404 h1 {
	font-size: 35px;
	line-height: 35px;
}

@media (min-width: 769px) {
	.container-404 h1 {
	font-size: 60px;
	line-height: 60px;
}
}

.container-404 h2 {
	font-size: 25px;
	line-height: 25px;
}

@media (min-width: 769px) {
	.container-404 h2 {
	font-size: 35px;
	line-height: 35px;
}
}

.container-404 h1 {
	margin: 50px 0;
}

.container-404 h2 {
	margin: 40px 0;
}

.container-404 p {
	margin: 40px 0;
}

.input-lg {
	border-radius: 0;
}

.form-control {
	border-radius: 0;
}

.btn-group-lg>.btn, .btn-lg {
	border-radius: 0;
	padding: 7px 16px;
	font-size: 23px;
}

.btn {
	border-radius: 0;
}

.btn-info {
	background-color: #4b79c5;
	border-color: #4b79c5;
}

.btn-info:focus {
	background-color: #4c73b3;
	border-color: #4c73b3;
}

.btn-info:active:hover {
	background-color: #4b79c5;
	border-color: #4b79c5;
}

.btn-info:hover {
	background-color: #4b79c5;
	border-color: #4b79c5;
	opacity: 0.8;
}

/* -------------- gallery view page ----------- */

.gallery-logo{
	display: block;
	margin: 20px 0 0;
}

.btn-close{
	position: absolute;
	top: 20px;
	right: 0;
	color: #000;
	font-size: 36px;
	line-height: 40px;
}

.foto-large{
	text-align: center;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.foto-large img{
	max-width: 100%;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

.gallery-info{
	background-color: #fff;
	padding: 20px;
}

.counter{
	font-size: 16px;
	line-height: 20px;
	color: #2d2d2d;
	margin: 0 0 25px;
}

.counter span{
	font-weight: bold;
}

.gallery-info .title{
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 25px;
}

.gallery-foto-container .gallery-prev{
	border-radius: 35px;
	padding: 25px 30px;
	left: 20px;
	background-color: #757575;
	color: #fff;
}

.gallery-foto-container .gallery-prev:hover, .gallery-foto-container .gallery-next:hover{
	background-color: #b7b7b7;
}

.gallery-foto-container .gallery-next{
	border-radius: 35px;
	padding: 25px 30px;
	right: 20px;
	background-color: #757575;
	color: #fff;
}

.gallery-banner-container{
	margin: 20px auto 0;
}

@media only screen and (max-width: 768px) {
  .gallery-foto-container .gallery-prev {
	padding: 14px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .gallery-foto-container .gallery-next {
	padding: 14px 20px;
  }
}

/* -------------- static page ---------------- */

.static-page{
	padding-top: 10px;
}

/* -------------- search page --------------- */

.search-page{
	margin: 0 0 20px;
}

/* -------------- author list --------------- */

.autor-list-section h2.title{
	margin: 0 0 30px;
	font-size: 50px;
	line-height: 56px;
	color: #757575;
}


.autor-list-section h3.title{
	font-size: 30px;
	line-height: 36px;
	color: #757575;
	margin: 0 0 15px;
}

.autor-list-section h3.title-none{
	color: #b7b7b7;
}

.autor-list-section ul{
	margin: 0 0 25px;
}

.autor-list-section li a{
	color: #757575;
	line-height: 20px;
}

.autor-list-section li a:hover{
	color: #dcbc5b;
}

/* ------------- gallery list -------------- */

.gallery-list .gallery-wrapper{
	margin: 0 0 30px;
}

.gallery-list .pagination{
	margin: 0;
}

/*----------------- Ads ------------------*/
.banner {
	background: none;
	margin: 10px 0 30px;
}
#adhbranding {
	margin-bottom: 20px;
}

.site-cookies {
	color: white;
	background-color: #343a40;
	border-top: 1px solid rgba(0,0,0,.1);
	font-size: 1.2rem;
	font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
	text-transform: none;
	padding: 10px;
}

.navbar-fixed-bottom {
	bottom: 0;
}

.navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1050;
}

/*----------------- pagina doneaza ------------------*/
.doneaza {
        padding-top: 20px;
    }

.doneaza .time {
	font-style: italic; 
}

.doneaza input[type=submit] {
	background-color: #537ac7;
	color: white;
	border: none;
	font-weight: 700;
	margin: 20px 0;
	padding: 5px 20px;
	text-transform: uppercase;
}

.doneaza h3 {
	margin-bottom: 20px;
}

/*** fix z-index cookies consent ***/
#onesignal-popover-container {
	z-index: 6999 !important;
}

.demand-supply__sd, .demand-supply__sm {
	z-index: 6999 !important;
}

/*----------------- article cross ------------------*/

.img-responsive { width: 100%; padding: 0; display: block !important; overflow: hidden; position: relative; }
.img-responsive::before { content: ""; display: block; }
.img-responsive img { min-width: 100%; height: 100%; min-height: 100%; max-width: 100%; position: absolute; top: 50%; left: 50%; z-index: 1; transform: translate(-50%, -50%); }
.img-responsive img[height] { height: auto; }
.img-responsive-4by3::before { padding-top: 75%; }

.cross-container {
    margin-bottom: 20px;
}

.cross-container .h-category {
    color: #d00906;
    font-family: "proxima_nova_cn_blblack";
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    font-style: italic;
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
}

.article-inner-cross {
    padding: 10px 10px 10px 0px;
    border-top: 5px solid #d00906;
    border-bottom: 2px solid #222;
    overflow: hidden;
}

.article-inner-cross .card {
    position: relative;
    display: flex;
    min-width:0;
}

.article-inner-cross .card-row figure {
    width: 150px;
    min-width: 150px;
}

.article-inner-cross .card-img-top {
	max-width: 100%;
	height: auto;
}

.article-inner-cross .card-row {
    margin-bottom: 15px;
    padding: 0px;
    border: none;
}

.article-inner-cross .card-row .card-title, .article-inner-cross .card-row .card-title a {
    color: #222;
}

.article-inner-cross .card-row .card-title a:hover {
    color: #6e6e6e;
}

.article-inner-cross .info-box {
    margin-left: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}

.article-inner-cross h3 {
    margin: 0px;
    font-family: "Roboto",Arial,sans,sans-serif;
    font-size: 21px;
    color: #000;
}

@media (max-width: 768px) {
    .article-inner-cross h3 {
		font-size: 16px;
    }
}

.article-doneaza {
	margin-bottom: 20px;
}

/*----------------- completari bootstrap ------------------*/
#adhinfooterp2.row {
	display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.justify-content-between {
    justify-content: space-between!important;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 1350px) {
	#hp_superbet_banner_permanet { 
		display: none; 
	}
}
@media (max-width: 992) {
	#article_superbet_banner_permanet { 
		display: none; 
	}
}