﻿/*------------------ general ------------------*/
ul, ul li { list-style-type: none; margin: 0; padding: 0; }
.content ul, .content ul li {
    list-style-type: disc;
    margin: 20px;
}
.content ul li {
    font-size: 18px;
    line-height: 26px;
}
body {
	color: #212020;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	background-color: #FFF;
}
code, kbd, pre, samp {
    font-family: 'Open Sans', sans-serif;
}
.container {
	padding:0px;
	width:1110px;
	position: relative;
}
	.container .col-md-12 {
		padding: 0;
	}
p {
	font-size: 18px;
	line-height:26px;
	font-weight:400;
	padding:0;
	margin: 0 0 20px;
	color: #333333;
}
p a,
p a span
{
	color:#e30613 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-decoration-style: dashed !important;
    text-underline-position: under !important;
}
p a:hover {
	color:#e30613;
    font-weight: 700;
}
hr {
	border-top: 1px solid #b9b9b9;
}
h1,
h2,
h3,
h4,
h5,
h6 {
}

h1 {
	margin: 0;
	font-size: 38px;
	font-weight:700;
	color: #212020;
	line-height: 48px;
}
h2 {
	margin: 0;
	font-size: 14px;
	font-weight:700;
	color: #b9b9b9;
	margin-bottom: 20px;
}
	.content h2 {
		font-size: 26px!important;
		color: #333333 !important;
	}
h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: #212020;
	line-height: 26px;
}
h4 {
	margin: 0;
	font-size: 24px;
	font-weight:700;
	color: #212020;
}
h5 {
	margin: 0;
	font-size: 18px;
	font-weight:700;
	color: #212020;
}
.list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.thumbnail {
	padding: 0 0 15px 0;
	border: none;
	border-radius: 0;
}
.thumbnail p {
	margin-top: 15px;
	color: #555;
}
a {
	transition: .2s;
	text-decoration: none;
}
a:hover,
a:focus
{
	text-decoration: none;
}
.modal-header, .close {
	color: #fff !important;
	text-align: left;
	font-size: 30px;
}
.modal-header, .modal-body {
	padding: 40px 50px;
}
.nav-tabs li a {
	color: #777;
}
textarea {
	resize: none;
}
.navbar-default {
	margin: 0px 7px 7px 7px;
	border-top: 7px solid #FFF;
}
.navbar {
	transition: .2s;
}
.navbar.scroll {
	box-shadow: 0px 3px 16px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    border-radius: 0;
    top: 0;
}

.navbar .navbar-nav li.logo-icon {
	display: none;
}
.navbar.scroll .navbar-nav li.logo-icon {
	display: none;
	margin-top: 6px;
	float: right;
}
.navbar.scroll .navbar-nav li:last-child {
	/*display: none;*/
}
.navbar.scroll .navbar-inverse .navbar-nav > li > form > input[type=text] {
	/*width: 108px;*/
}
.navbar.scroll .navbar-inverse.side-collapse {
	background-color: #FFF;
}
.navbar-inverse .navbar-collapse {
	float: right;
	padding: 0px;
}
.navbar-top {
	height:29px;
	background-color:#FFF;
}
	.navbar-top ul {
		float:right;
	}
		.navbar-top ul li {
			float:left;
			line-height:normal;
			padding:0;
			color:#FFF !important;
			font-size:12px;
			padding:0 16px 0 6px;
			line-height:29px;
			letter-spacing:1px;
		}
				.navbar-top ul li:first-child
				{
					border-left:0px;
				}
			.navbar-top ul li a,
			.navbar-top ul li span
			{
				font-size:16px;
				line-height:52px;
				font-weight:100;
				color:#212022 !important;
				float:left;
			}
			.navbar-top ul li span em {
				font-weight:300;
				font-style:normal;
			}
				.navbar-top ul li .glyphicon {
					padding:0px;
					width:32px;
					height:29px;
					background-position:center center;
					background-repeat:no-repeat;
					top:12px;
					margin-right:0px;
				}
					.navbar-top ul li .glyphicon::before {
						content:"";
					}
			.navbar-top ul li label
			{
				display:none;
			}
.navbar-collapse {
	/*position:absolute;*/
}
.navbar-header-container {
}
.navbar-header {
	height: 36px;
    z-index: 9999;
    position: relative;
    margin-left: 0px;
    margin: 5px 0;
	padding: 0px 0px;
}
.navbar-header ul {
	float: right;
	margin-top: 68px;
}
	.navbar-header ul li {
		float: left;
	}
		.navbar-header ul li a {
			color: #212020;
			font-size: 14px;
			font-weight: 900;
			padding: 0 10px;
		}
.form-group {
	font-size:18px;
}
button[type=submit] {
	font-size:18px;
	font-weight:900;
	text-align:center;
	padding:14px 40px;
	color:#FFF;
	background-color:#f19c4e;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	margin-top:50px;
}
.form-group label {
	padding:0 6px;
}
.navbar {
	background:none;
    opacity: 1;
    z-index: 999;
	/*height:46px;*/
	min-height: 46px;
	border:0px;
	margin:0px;
	background-color: #FFF;
}
.logo {
	float:left;
}
.navbar-brand {
	height: 36px;
}
.navbar-brand span {
	margin-top:29px;
	margin-left:10px;
	float:left;
}
.navbar-default .navbar-collapse {
	width: 100%;
    padding: 0 15px;
}
.navbar .container-fluid {
    padding:0px;
	margin-right:8px;
}
.navbar-brand {
    padding: 0px;
}
	.navbar-nav > li > a {
		font-size:16px;
		font-weight:700;
		color:#212020;
		padding:0px 13px;
		line-height:46px;
		letter-spacing: 0.01em;
		position: relative;
	}
	.navbar-inverse .navbar-nav > li > a {
		color:#212020;
	}
	.navbar-nav > li.subscriber > a {
		color: #e30613;
	}
	.navbar-nav > li.search {
		position: relative;
	}
		.navbar-nav > li.search > a {
			width: 46px;
			height: 46px;
			background: url(../images/icons/search.png) no-repeat center center !important; 
		}
		.navbar-nav > li.search > a[aria-expanded=true] {
			background: url(../images/icons/search2.png) no-repeat center center #e30613 !important; 
		}
		.navbar-nav > li.search > a[aria-expanded=true]::before {
			display: none !important;
		}
	.navbar-nav > li.subscriber > a::before,
	.navbar-nav > li.last-issue > a::before,
	.navbar-nav > li.search > a::before
	{
		content: "";
		width: 1px;
		height: 16px;
		position: absolute;
		background-color: #e3e3e3;
		left: 0;
		top: 16px;
	}
		.navbar-nav > li > a > .caret {
			margin-top: -2px;
		}
		.caret-right {
			display: inline-block;
			border-bottom: 4px solid transparent;
			border-top: 4px solid transparent;
			border-left: 4px solid;
			height: 0;
			width: 0;
			margin-top: -2px;
			margin-left: 18px;
			vertical-align: middle;
			margin-right: 10px;
		}
		.nav .caret-right {
			margin-right: 0px;
		}
	.navbar-inverse .navbar-nav > li > form > input[type=submit] {
		background: none;
		border: 0;
		content: "";
		background: url(../images/icons/search.png) no-repeat center center;
		width: 46px;
		height: 46px;
		float: left;
	}
	.navbar-inverse .navbar-nav > li > form > input[type=text] {
		background: none;
		border: 0;
		width: 248px;
		height: 46px;
		float: left;
	}
			/* do not group these rules*/
			::-webkit-input-placeholder { color: #b7b4b4; }
			FF 4-18 
			:-moz-placeholder           { color: #b7b4b4; }
			 FF 19+
			::-moz-placeholder          { color: #b7b4b4; }
			 IE 10+
			:-ms-input-placeholder      { color: #b7b4b4; } 
	.navbar-nav li.active a,
	.navbar-nav li a:hover,
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus
	{
		color: #e30613;
		background:none;
	}
	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
		background-color: #FFF;
		color: #e30613;
	}
		.navbar-nav li.active li a.btn-info
		{
			color:#FFF;
		}
		.navbar-nav li.active li:hover a
		{
			color:#88050a;
		}
		.navbar-nav li.active:hover li a.btn-info
		{
			color:#FFF;
		}
		.navbar-nav li.active li a.btn-info:hover
		{
			color:#88050a;
		}
		.navbar-nav li li:last-child a {
			border-bottom:0px;
		}
.navbar-nav {
	position: relative;
}
.dropdown-menu {
	border-radius: 0;
}
	.dropdown-menu > li {
		border-bottom: 1px solid #e5e5e5;
	}
		.dropdown-menu > li > a {
			width: 100%;
			line-height: 30px;
		}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar .bar {
    position:absolute;
	right:60px;
	bottom:-20px;
}
.logo img {
	float:left;
}
.navbar-collapse[aria-expanded=false] li a {
    line-height: 70px !important;
}
.navbar-collapse[aria-expanded=true] li a {
    line-height: 50px !important;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 0px;
}
.btn {
	padding: 10px 20px;
	color: #FFF;
	background-color:#f19c4e;
	border-radius: 0;
	transition: .2s;
	border:0 !important;
}
.btn:hover, .btn:focus {
	border: 1px solid #333;
	background-color: #90cb48;
	color: #FFF !important;
}
.btn-info {
	font-size:16px;
	letter-spacing:0px;
	font-weight:900;
	color:#FFF;
	background-color: transparent;
    border: 5px solid #FFF !important;
    width: auto !important;
    padding: 0 10px !important;
    display: inline-block !important;
	line-height:30px !important;
	border-radius:3px;
	margin-top: 30px;
}
	.btn-info.orange {
		color: #FFF !important;
		border: 5px solid #dc8e29 !important;
		background-color:#dc8e29 !important;
	}
	.btn-info.black {
		color: #FFF !important;
		border: 5px solid #454040 !important;
		background-color:#454040 !important;
	}
	.btn-info.blue {
		color: #FFF !important;
		background-color:#3f6c9b !important;
		border: 5px solid #3f6c9b !important;
	}
	.btn-info.blue-no-border {
		color: #3f6c9b !important;
		border: 5px solid #FFF !important;
	}
	.btn-info.grey {
		color: #beb9b1 !important;
		border: 5px solid #beb9b1 !important;
	}
.btn-info:hover {
	background-color:#FFF !important;
	color:#212022;
}
		.btn-info.orange:hover
		{
			background-color:#dc0b13 !important;
			color:#FFF !important;
			border: 5px solid #dc0b13 !important;
		}
		.btn-info.blue:hover
		{
			background-color:#FFF !important;
			color:#3f6c9b !important;
		}
		.btn-info.black:hover
		{
			background-color:#FFF !important;
			color:#454040 !important;
		}
		.btn-info.grey:hover
		{
			background-color:#beb9b1 !important;
			color:#FFF !important;
		}
	.btn-info .caret {
		background:url(../images/icons/arrow2.png) no-repeat left top;
		border:0px;
		width:22px;
		height:16px;
		margin-left:25px;
		margin-top:-4px;
	}
	.btn-info.orange:hover .caret {
		background:url(../images/icons/arrow2-org.png) no-repeat left top;
	}
/*------------------ general ------------------*/

/*------------------ main ------------------*/
.main {
	margin: 0px auto 0 auto;
	z-index:9;
	max-width: 1449px;
}

tag {
	font-size: 12px;
	font-weight: 700;
	color: #e30613;
	margin-right: 5px;
    text-transform: uppercase;
    border-radius: 3px !important;
}
	.title tag {
		font-size: 20px;
		display: block;
		line-height: 24px;
	}
date {
	font-size: 12px;
	font-weight: 700;
	color: #bababa;
	display:inline-block;
    text-transform: uppercase;
}
author {
	font-size: 16px;
	font-weight: 400;
	margin-right: 20px;
}
comment {
	font-size: 16px;
	font-weight: 400;
	background: url(../images/icons/comment1.png) no-repeat left 5px;
	padding-left: 20px;
	position: relative;
}
	comment::before {
		content: "";
		width: 1px;
		height: 16px;
		left: -14px;
		top: 4px;
		position: absolute;
		background-color: #ededed;
		opacity: 0.5;
	}

.breadcrumb {
	position:relative;
	padding: 7px 0px;
    background:none;
    border-radius: 0px;
    margin-bottom: 30px;
	z-index:9;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	font-size:12px;
	color:#b7b4b4;
	font-weight:300;
}
	.breadcrumb a {
		font-size:12px;
		color:#757373;
		font-weight:300;
		padding:0 10px;
		text-decoration:none;
		position:relative;
		font-weight: 700;
	}
	.breadcrumb a:first-child {
		padding-left: 0;
	}
	.breadcrumb a:last-child {
		font-weight: 200;
	}
	.breadcrumb span {
		margin-left: 0;
        text-transform: uppercase;
	}

#search {
	position: absolute;
	background-color: #FFF;
	border: 3px solid #e30613;
	right: 0;
	width: 281px;
}
	#search input {
		float: left;
		background: none;
		border: 0;
		width: 175px;
		height: 26px;
		padding: 0 5px;
	}
	#search input[type=submit] {
		float: left;
		width: 100px;
		background-color:#e30613;
		color: #FFF;
		font-weight: 700;
		text-align: center;
	}

.indicators {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: inline-block;
}
.carousel-indicators {
    bottom: 0px;
    left: 0;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
	margin-bottom: 0;
}
	.carousel-indicators li,
	.carousel-indicators li.active
	{
		float: left;
		width: 25%;
		height: auto;
		margin: 0px;
		text-indent:inherit;
		background: none;
		border: 0;
		border-radius: 0px;
		margin-bottom: 0;
		min-height: 154px;
		padding: 48px 20px 0 20px;
		font-size: 18px;
		font-weight: 600;
		color: #FFF;
		position: relative;
		line-height: 22px;
	}
	.carousel-indicators li::before {
		content: "";
		width: 1px;
		height: 100%;
		left: 0;
		top: 0;
		position: absolute;
		
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+10,0.3+100 */
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,0.3) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 10%,rgba(255,255,255,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 10%,rgba(255,255,255,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4dffffff',GradientType=0 ); /* IE6-9 */
	}
		.carousel-indicators li:first-child::before {
			display: none;
		}
	.carousel-indicators li.active {
		color: rgba(255,255,255,0.6);
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e30613+0,e30613+100&0+10,0.3+100 */
		background: -moz-linear-gradient(top, rgba(227,6,19,0) 0%, rgba(227,6,19,0) 10%, rgba(227,6,19,0.3) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(227,6,19,0) 0%,rgba(227,6,19,0) 10%,rgba(227,6,19,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(227,6,19,0) 0%,rgba(227,6,19,0) 10%,rgba(227,6,19,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e30613', endColorstr='#4de30613',GradientType=0 ); /* IE6-9 */
	}
		.carousel-indicators li::after {
			content: "";
			width: 16px;
			height: 10px;
			left: 50%;
			top: 50%;
			background: url(../images/icons/arrow3.png) no-repeat center center;
			position: absolute;
			margin-left: 8px;
			transition: .2s;
			opacity: 0;
		}
		.carousel-indicators li.active::after {
			top: 17%;
			opacity: 1;
		}

.carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
	top: auto;
    padding: 0 0 0 0;
    text-align: left;
    text-shadow:none;
	opacity: 0;
	transition: .4s;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+45,000000+100&0+45,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.active .carousel-caption {
    padding: 0 0 16% 0;
	opacity: 1;
}
	.carousel-caption .container {
		padding-right: 40%;
		text-shadow: -3px 3px 3px rgba(0,0,0,0.2);
	}
	.carousel-caption h1 {
		font-size: 30px;
		font-weight: 700;
		color: #FFF;
		margin: 15px 0 20px 0;
		line-height: 36px;
	}
	.carousel-caption tag,
	.carousel-caption date
	{
		font-size: 16px;
		margin-right: 10px;
	}

.carousel {
	margin-bottom: 30px;
}

.society {
	padding-left: 0;
}
.society .col-md-12 {
	padding-left: 0;
	/*margin-bottom: 20px;*/
}
	.society h3 {
		margin-bottom: 15px;
	}
	.society p {
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
	}

.low {
	padding-left: 0;
	margin-top: 10px;
}
	.low span {
		width: 100%;
		display: inline-block;
		border-left: 12px solid #e30613;
		background-color: #f1f1f1;
	}
	.low .image {
		float: left;
		margin-right: 10px;
		overflow: hidden;
		position: relative;
		width: 100px;
	}
		.low .image img {
			width: 100%;
			height: auto;
		}
	.low tag {
		display: inline-block;
		margin-top: 5px;
		
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
	}
	.low h3 {
		font-size: 14px;
		margin-bottom: 0;
		line-height: 17px;
		
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		margin-bottom: 0;
	}

.agenda {
	display: inline-block;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
    min-height: 640px;
}
	.agenda .high p {
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
	}


.high {
}
	.high tag {
		background-color: #e30613;
		color: #FFF;
		padding: 1px 6px;
		margin-bottom: 3px;
   		display: inline-block;
	}
	.high .image {
		width: 100%;
		overflow: hidden;
		margin-bottom: 10px;
        height: 238px;
        display: inline-block;
	}
	.high.post-item .image {
        height: 360px;
	}
    @media (max-width: 768px){
        .high.post-item .image {
            height: 188px;
        }
    }
		.high .image img {
            width: auto;
            height: 100%;
		}
	.high h3 {
		font-size: 26px;
		margin-bottom: 20px;
		line-height: 32px;
	}
	.high p {
		margin-bottom: 30px;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        min-height: 45px;
	}
	.high author {
		color: #212020;
	}
	.high comment {
		color: #212020;
		background: url(../images/icons/comment2.png) no-repeat left 5px;
	}

.notion {
	padding-right: 0;
}
	.notion .row.countries {
		margin-left: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.notion .carousel {
		margin-bottom: 30px;
	}
		#notionCarousel img {
			width: 255px !important;
			height: 270px !important;
		}
	#notionCarousel .carousel-caption,
	#socialsCarousel .carousel-caption
	{
		position: relative;
		padding: 30px 0 0 0;
		text-align: center;
		background: none;
	}
	.notion h3 {
		padding: 0 ;
	}
	.notion author {
		color: #212020;
		margin: 0;
	}
	.notion .carousel-control-prev,
	.notion .carousel-control-next
	{
		/*background: url(../images/icons/arrow4.png) no-repeat left center;*/
		width: 17px;
		height: 29px;
		position: absolute;
		left: 0;
		/* top: 50%; */
		/*margin-top: -27.5px;*/
		bottom: 13px;
		font-size: 40px;
		color: #212020;
		display: none;
	}
	.notion:hover .carousel-control-prev,
	.notion:hover .carousel-control-next
	{
		display: block;
	}
	.notion .carousel-control-next
	{
		/*background: url(../images/icons/arrow5.png) no-repeat left center;*/
		left: auto;
		right: 0;
	}

.socials {
	
}
.socials.row {
	border-top: 1px solid #eaeaea;
	/*border: 5px solid #eaeaea;*/
	margin-left: -15px;
    padding-left: 15px;
	padding-right: 15px;
    padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 5px;
}
	.socials.row p {
		font-size: 16px;
		line-height: 22px;
		color: #b9b9b9;
		/*font-style: italic;*/
	}
	.socials.row ul {
		display: inline-block;
		margin-top: 10px;
		margin-bottom: 16px;
	}
	.socials.row li {
		display: inline-block;
		margin-right: 1px;
	}
	.socials.row li .fab {
		width: 47px;
		height: 47px;
		color: #FFF;
		font-size: 24px;
		font-weight: 900;
		line-height: 47px;
		text-align: center;
		border-radius: 47px;
	}
	.socials.row li .fa-facebook-f {
		background-color: #4969a8;
	}
	.socials.row li .fa-twitter {
		background-color: #1dadea;
	}
	.socials.row li .fa-youtube {
		background-color: #fc0d1b;
	}
	.socials.row li .fa-instagram {
		background-color: #2c5f8f;
	}

	.socials .carousel {
		margin-bottom: 0px;
	}
	.socials .carousel-control-prev,
	.socials .carousel-control-next
	{
		background: url(../images/icons/arrow4.png) no-repeat left center;
		width: 17px;
		height: 29px;
		position: absolute;
		left: 10px;
		top: 50%;
		margin-top: -14.5px;
		display: none;
	}
	.socials:hover .carousel-control-prev,
	.socials:hover .carousel-control-next
	{
		display: block;
	}
	.socials .carousel-control-next
	{
		background: url(../images/icons/arrow5.png) no-repeat left center;
		left: auto;
		right: 10px;
	}
	.socials #socialsCarousel .item {
		width: 100%;
		height: 290px;
		padding-top: 60px;
		text-align: center;
	}
		.socials #socialsCarousel .item img {
			display: inline-block;
		}
		.socials #socialsCarousel .item h3 {
			color: #FFF;
			margin-top: 30px;
		}
	.socials #socialsCarousel .twitter {
		background-color: #2aa3ef;
	}
	.socials #socialsCarousel .facebook {
		background-color: #4969a8;
	}

.countryes {
	border-top: 1px solid #eaeaea;
	padding: 25px 0;
}
	.owl-controls {
		text-align: center;
	}
	.owl-dots {
		display: inline-block;
		width: auto;
		margin: 45px auto 0 auto;
	}
		.owl-dots .owl-dot {
			width: 13px;
			height: 13px;
			background-color: #f1f1f1;
			border-radius: 13px;
			float: left;
			margin: 0 5px;
		}
		.owl-dots .owl-dot.active {
			background-color: #e30613;
		}

#fileCarousel h2 {
    /* position: absolute; */
    left: 0;
	top: 50px;
    /* display: inline-block; */
    display: block; 
	z-index: 9;
    margin-bottom: 0;
    color: #e30613;
}
#fileCarousel .indicators {
    position: absolute;
    left: 0;
    bottom: 0;
	top: 0;
	right: 0;
    width: 100%;
    display: inline-block;
}
	#fileCarousel .carousel-indicators {
		width: 256px;
		position: absolute;
		right: 0;
		left: auto;
		top: 70px;
	}
		#fileCarousel .carousel-indicators li {
			width: 100%;
			background: none !important;
			text-align: left;
			border-bottom:1px solid rgba(255,255,255,0.2);
			padding: 30px 0px 15px 0px;
   			min-height: 124px;
		}
		#fileCarousel .carousel-indicators li:last-child {
			border: 0;
		}
		#fileCarousel .carousel-indicators li::before,
		#fileCarousel .carousel-indicators li::after
		{
			display: none;
		}
			#fileCarousel .carousel-indicators li author {
				display: block;
				font-size: 12px;
			}
#fileCarousel .item {
	background-color:#000 ;
	max-height: 568px;
}
#fileCarousel .carousel-caption {
	background: none !important;
}
#fileCarousel .active .carousel-caption {
    padding: 0 0 13% 0;
}
	#fileCarousel .carousel-caption tag {
		text-transform: uppercase;
	}
	#fileCarousel .carousel-caption h3 {
		color: #FFF;
		font-size: 40px;
		line-height: 52px;
	}
	#fileCarousel .carousel-caption a {
		display: inline-block;
		width:auto;
		color:#FFF;
		font-weight:100;
		font-weight:600;
		margin-top:60px;
		padding-right: 40px;
		background:url(../images/icons/arrow6.png) no-repeat right center;
	}
#fileCarousel img {
	opacity:0.5;
}

.panorama {
	padding-left:0; 
}
	.panorama .col-md-12 {
		padding:0; 
	}
	.panorama .normal .image {
		float: left;
        width: 83px;
        height: 83px;
		border-radius: 83px;
		overflow: hidden;
		margin-right: 10px;
		margin-bottom: 20px;
	}
		.panorama .normal .image img {
			width: auto;
			height: 100%;
		}
	.panorama .normal:first-child {
		padding-bottom: 20px;
	}
	.panorama .normal:first-child h3 {
		margin-bottom: 20px;
	}
	.panorama .normal author {
		color:#212020;
	}
	.panorama .normal comment {
		background: url(../images/icons/comment2.png) no-repeat left 5px;
	}
	.panorama .normal comment::before {
		background-color: #d2d2d2;
	}
	.panorama .normal.no-image {
		padding: 20px 0;
		border-top: 1px solid #eaeaea;
	}
		.panorama .normal.no-image h3 {
			margin: 0;
			font-size: 18px;
		}
	.panorama .high {
		box-shadow: 0 12px 54px rgba(0,0,0,0.12);
		padding: 16px;
		min-height: 572px;
	}
		.panorama .high .image {
			width: 100%;
			overflow: hidden;
		}
			.panorama .high .image img {
				width: auto;
				height: 100%;
			}

	.panorama.observatory {
		padding-right: 0;
	}
	.panorama.observatory .high {
		background-color: #212020;
		min-height: 670px;
	}
		.panorama.observatory .high h3,
		.panorama.observatory .high p
		{
			color: #FFF;
		}

.speeches {
	padding-right:0; 
}
	.speeches .speeches-list {
		width: 100%;
		padding:16px; 
		box-shadow: 0 12px 54px rgba(0,0,0,0.12);
		height: 592px;
		overflow: auto;
	}
		.speeches .speeches-list li {
			display: inline-block;
			padding: 15px 0;
			border-bottom: 1px solid #d3d3d3;
		}
			.speeches .speeches-list li:first-child {
				padding-top: 0;
			}
			.speeches .speeches-list li:last-child {
				border-bottom: 0;
				padding-bottom: 0;
			}
		.speeches .speeches-list a {
			display: inline-block;
		}
		.speeches .speeches-list li:first-child a {
			/*padding: 0 0 15px 0;*/
		}
		.speeches .speeches-list li:last-child a {
			border-bottom:0;
		}
			.speeches .speeches-list a date {
				margin-bottom: 20px;
			}
			.speeches .speeches-list a talker {
				display: block;
				color: #212020;
			}
	.speeches .speeches-list::-webkit-scrollbar {
		width: 10px;
	}

	.speeches .speeches-list::-webkit-scrollbar-track {
		/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
		border-radius: 0px;
		background-color: #dfdfdf;
	}

	.speeches .speeches-list::-webkit-scrollbar-thumb {
		border-radius: 0px;
		/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
		background-color: #a4a4a4;
	}

.videos {
	margin: 50px 0;
}
	.videos .col-md-6:first-child {
		padding-left: 0;
	}
	.videos .col-md-6:last-child {
		padding-right: 0;
	}
	.videos .col-md-6 {
		max-height: 390px;
		overflow: hidden;
		position: relative;
	}
		.videos .col-md-6 a {
			max-height: 390px;
			overflow: hidden;
			position: relative;
			display: flex;
			align-items: center;
			justify-content: center;
		}
			.videos .col-md-6 .image {
				width: 100%;
				max-height: 390px;
				overflow: hidden;
				position: relative;
				background-color: #000;
			}
				.videos .col-md-6 .image img {
					width: 100%;
					height: auto;
					opacity: 0.5;
				}
			.videos .col-md-6 .detail {
				position: absolute;
				z-index: 9;
				color: #FFF;
				text-align: center;
			}
				.videos .col-md-6 .detail h3 {
					color: #FFF;
					font-size: 26px;
					padding: 0 30px;
					line-height: 32px;
				}
				.videos .col-md-6 .detail date {
					display: block;
					font-size: 16px;
					text-transform: uppercase;
					margin-bottom: 40px;
				}
				.videos .col-md-6 .detail img {
					display: inline-block;
				}

.observatory {
}
	.observatory,
	.observatory .col-md-12
	{
		padding-left: 0;
	}
	.observatory .normal .image {
		width: 100%;
		height: 255px;
		max-height: 279px;
		overflow: hidden;
		position: relative;
		background-color: #000;
	}
		.observatory .normal .image img {
			width: 100%;
			height: auto;
			opacity: 0.5;
		}
	.observatory .normal .detail {
		position: absolute;
		z-index: 9;
		color: #FFF;
		top: auto;
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
		.observatory .normal .detail h3 {
			color: #FFF;
		}
		.observatory .normal .detail tag {
			background-color: #e30613;
			color: #FFF;
			padding: 0 3px;
			margin-bottom: 3px;
    		display: inline-block;
		}
	.observatory li.normal.no-image {
		border-bottom:1px solid #eaeaea;
		padding: 15px 0;
		min-height: 143px;
		max-height: 143px;
	}
		.observatory li.normal.no-image h3 {
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			margin-bottom: 0;
		}
	.observatory li.normal.no-image:last-child {
		border-bottom:0px;
	}
	.observatory .normal.no-image a {
		display: block;
	}
	.observatory .normal.no-image:last-child a {
		border-bottom:0;
	}
		.observatory .normal.no-image a date {
			margin-top: 20px;
		}

#issueCarousel {
	margin-top: 50px;
}
#issueCarousel .item {
	background-color:#000 ;
}
#issueCarousel .carousel-caption {
	background: none !important;
}
#issueCarousel .active .carousel-caption .container {
    text-align: right;
	padding: 0;
}
#issueCarousel .active .carousel-caption .container div {
	width: 40%;
    display: inline-block;
    text-align: left;
	margin: 0 auto;
}
#issueCarousel .active .carousel-caption {
    padding: 0 0 13% 0;
}
	#issueCarousel .carousel-caption tag {
		text-transform: uppercase;
		color: #919191;
	}
	#issueCarousel .carousel-caption h3 {
		color: #FFF;
		font-size: 40px;
		line-height: 52px;
	}
	#issueCarousel .carousel-caption a {
		display: inline-block;
		width:auto;
		color:#FFF;
		font-weight:100;
		font-weight:600;
		margin-top:60px;
		padding-right: 40px;
		background:url(../images/icons/arrow6.png) no-repeat right center;
	}
	#issueCarousel .carousel-caption a.red {
		padding: 10px 10px;
		background:none;
		background-color: #e30613;
		margin-left: 20px;
	}
#issueCarousel img {
	opacity:0.5;
}

.timeline {
	overflow-x: auto;
	margin-bottom: 40px;
}
.timeline::-webkit-scrollbar { 
    display: none; 
}
	.timeline .timeline-list {
	}
	.timeline ul {
		position: relative;
		display: inline-block;
	}
			.timeline ul::before {
				content: "";
				width: 100%;
				height: 1px;
				position: absolute;
				background-color: #c3c3c3;
				left: 0;
				top: 50%;
			}
		.timeline li {
			float: left;
			width: 210px;
			position: relative;
			min-height: 158px;
		}
				.timeline li::before {
					content: "";
					width: 17px;
					height: 17px;
					position: absolute;
					background-color: #e30613;
					left: 0;
					bottom: 1px;
					border-radius: 17px;
				}
				.timeline li:nth-child(2n+0)::before {
					bottom: auto;
					top: 11px;
				}
		.timeline li:nth-child(2n+0) {
			margin-top: 130px;
			margin-left: -50px;
			padding-top: 58px;
		}
			.timeline li h3 {
				font-size: 14px;
				margin-bottom: 10px;
				line-height: 22px;
				
				-webkit-line-clamp: 3;
				-webkit-box-orient: vertical;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				margin-bottom: 0;
			}

.title p {
	font-size: 20px;
	color: #212020;
	font-weight: 700;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 40px;
	letter-spacing: -0.02em;
}
	.title .col-md-8 {
		padding-left: 0;
		padding-top: 60px;
	}
	.title .col-md-8 tag {
		/*background: url(../images/icons/location.png) no-repeat left center;*/
		padding-left: 0px;
		color: #848484;
		font-size:16px;
		display: inline-block;
	}
	.title .col-md-8 date {
		color: #848484;
		font-size: 16px;
		padding-left: 16px;
		position: relative;
	}
		.title .col-md-8 date.date-author::before {
			content: "";
			width: 1px;
			height: 13px;
			position: absolute;
			left: 3px;
			top: 5px;
			background-color: #c1c1c1;
		}
	.title .col-md-8 tags {
		float: right;
	}
		tags {
		}
		tags span {
			background: url(../images/icons/tag.png) no-repeat left center;
			padding-left: 26px;
			color: #848484;
			float: left;
		}
		tags a {
			float: left;
			color: #FFF;
			background-color: #848484;
			border-radius: 3px;
			padding: 1px 5px;
			margin: 0px 2px;
		}
		tags a:last-child {
			margin-right:0;
		}
			tags a:hover {
				color: #FFF;
				background-color: #e30613;
			}
	.sub .col-md-8 {
		padding-left: 0;
		padding-top: 10px;
		position: relative;
	}
		.sub .col-md-8 .image {
			width: 100%;
			margin-bottom: 20px;
		}
			.sub .col-md-8 .image img {
				width: 100%;
				height: auto;
			}
		.sub .col-md-8 .socials {
			position: absolute;
			left: 0px;
			top: 10px !important;
			width: 40px;
            margin-left: -40px;
		}
		.sub .col-md-8 .socials.stick {
            position: fixed;
            left: auto;
            margin-left: -40px;
            margin-top: 36px;
            z-index: 99;
		}
			.sub .col-md-8 .socials a {
				display: inline-block;
				width: 40px;
				height: 40px;
				float: right;
			}
					.sub .col-md-8 .socials a:hover {
						width: 50px;
					}
				.sub .col-md-8 .socials a.facebook {
					background: url(../images/icons/facebook4.png) no-repeat center center #3a5898;
				}
				.sub .col-md-8 .socials a.twitter {
					background:url(../images/icons/twitter7.png) no-repeat center center #1da1f2;
				}
				.sub .col-md-8 .socials a.googleplus {
					background:url(../images/icons/googleplus5.png) no-repeat center center #e12828;
				}
				.sub .col-md-8 .socials a.whatsapp {
					background:url(../images/icons/whatsapp.png) no-repeat center center #25d366;
				}
				.sub .col-md-8 .socials a.print {
					background:url(../images/icons/print.png) no-repeat center center #bb9e58;
				}
		.sub .col-md-8 .content {
			padding-left: 7%;
			padding-right: 7%;
		}
			.sub .col-md-8 .content h3 {
				margin-bottom: 15px;
			}

.releated {
	margin-top: 60px;
	display: inline-block;
	width: 100%;
}
	.releated h2 {
		margin-bottom: 0px;
	}

#galleryCarousel {
	width: calc(100% + 15.8% + 15.88%);
	position: relative;
	margin-bottom: 20px !important;
	margin-left: -15.8%;
}
	#galleryCarousel .carousel-control-prev,
	#galleryCarousel .carousel-control-next
	{
		background: url(../images/icons/arrow10.png) no-repeat left center;
		width: 17px;
		height: 31px;
		position: absolute;
		left: 30px;
		top: 50%;
		margin-top: -14.5px;
	}
	#galleryCarousel .carousel-control-next
	{
		background: url(../images/icons/arrow11.png) no-repeat left center;
		left: auto;
		right: 30px;
	}
	#galleryCarousel .num {
		position: absolute;
		left: 50%;
		bottom: 20px;
		z-index: 9;
		color: #FFF;
		font-weight: 700;
	}

.sub .col-md-8 .content .owl-carousel {
	width: calc(100%);
	position: relative;
	margin-bottom: 30px;
	/*margin-left: -13.5%;*/
	padding: 10px 0 30px 0;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
	.sub .col-md-8 .content .owl-carousel .owl-item .image {
		margin-bottom: 10px;
		max-height: 100px;
		overflow: hidden;
	}
	.sub .col-md-8 .content .owl-carousel .owl-controls {
		margin-top: 20px;
	}

	/*.sub .col-md-8 .content .owl-carousel .owl-controls {
		position: absolute;
		left: 30px;
		top: 45px;
	    height: calc(100% - 75px);
	}
		.sub .col-md-8 .content .owl-carousel .owl-controls .owl-prev {
			margin-bottom: 10px;
		}*/
	/*.sub .col-md-8 .content .owl-carousel .owl-dots {
		position: absolute;
		left: 0px;
		bottom: 0px;
	}*/
	.sub .col-md-8 .content .owl-carousel .owl-dots {
		margin-top: 0;
	}

.author-wrapper {
	display: inline-block;
	margin-top: 24px;
	margin-bottom: 64px;
	width: calc(100% + 16%);
	position: relative;
	margin-left: -8%;
	border: 1px solid #d5d5d5;
	padding: 20px 40px 20px 0;
	border-radius: 3px;
}
	.author-wrapper .col-md-12 {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	.author-wrapper h5 {
		margin-bottom: 20px;
	}
	.author-wrapper .social {
	}
		.author .social a {
			float: left;
			background: none;
		}
	.author-wrapper a {
		float: left;
		font-size: 16px;
		color: #FFF;
		font-weight: 700;
		background-color: #e30613;
		padding: 5px 10px;
		border-radius: 3px;
	}

.bulletin {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 40px;
	width: calc(100% + 15.8% + 15.88%);
	position: relative;
	margin-left: -15.8%;
	padding: 40px;
	border-radius: 3px;
	text-align: center;
	background-color: #f1f1f1;
}
	.bulletin h5 {
		line-height: 24px;
	}
	.bulletin a {
		display: inline-block;
		font-size: 16px;
		color: #FFF;
		font-weight: 700;
		background-color: #e30613;
		padding: 5px 10px;
		border-radius: 3px;
		margin-top: 20px;
	}

.right-column {
    float: right;
	padding-top: 10px;
    margin-top: -36px;
}
	.right-column .cuff {
		position: relative;
		display: inline-block;
	}
	.right-column .cuff .image {
		width: 100%;
		position: relative;
		z-index: 1;
		background-color: #000;
	}
		.right-column .cuff .image img {
			width: 100%;
			height: auto;
			opacity: 0.6;
		}
	.right-column .cuff .detail {
		position: absolute;
		z-index: 9;
		left:30px;
		right: 30px;
		bottom:30px;
	}
		.right-column .cuff .detail h4 {
			color: #FFF;
			margin-bottom: 20px;
		}
	.right-column .most-readers {
        float: left;
		margin: 0 0 30px 0;
	}
		.right-column .most-readers li {
			float: left;
			width: 100%;
			margin-bottom: 10px;
		}
			.right-column .most-readers li .image {
				float: left;
				width: 101px;
				height: auto;
				margin-right: 10px;
			}
				.right-column .most-readers li .image img {
					width: 101px;
					height: auto;
				}
			.right-column li h3 {
				font-size: 16px;
				font-weight: 500;
			    line-height: 22px;
			}
			.right-column li tag {
				color:#5b5b5b;
			}
	.right-column .last-added {
	}
		.right-column .last-added li {
			margin-bottom: 30px;
		}

.events .title organization-detail {
	font-size: 20px;
	margin-bottom: 30px;
	display: inline-block;
}
.events .title h1 {
	margin: 0;
}
.events .title p {
	margin: 0 0 30px 0;
}
.events .row.share {
	margin-bottom: 20px;
}
.events .row.share-bottom {
	margin-top: 100px;
}
.events .row.image {
	max-height: 400px;
	overflow: hidden;
}
	.events .row.image img {
		width: 100%;
		height: auto;
	}
.event-detail {
	background-color: #f1f1f1;
	padding:50px 30px;
	margin: 20px 0 25px 0;
}
	.event-detail .col-md-1 {
		padding: 0;
		text-align: center;
		font-size: 24px;
	}
	.event-detail p {
		margin: 0!important;
	}
.events .apply a {
	display: inline-block;
	padding: 8px 15px;
	background-color: #e30613;
	color: #FFF;
	font-weight: 700;
	border-radius: 30px;
	margin-top: 20px;
}
	.events .apply a i {
		margin-right: 6px;
	}
.events .apply #apply {
	margin: 20px 0;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	padding: 20px 0;
}
	.events .apply #apply input {
		display: block;
		border: 0px solid #000;
		border-bottom: 1px solid #000;
		margin-top: 5px;
		margin-bottom: 15px;
		padding: 5px;
		max-width: 100%;
        font-size:16px;
	}
	.events .apply #apply input[type=submit] {
		margin-top: 30px;
		font-weight: 700;
        color:#000;
	}
	.events .apply #apply organization {
		display: block;
		font-size: 20px;
	}
	.events .apply #apply p {
		font-size: 12px;
		color: #999999;
	}

.issue .title {
	margin-bottom: 30px;
}
.issue .high p {
	margin-bottom: 0;
}
.issue ul {
	margin-top: 10px;
}
	.issue ul li {
		display: inline-block;
		width: 100%;
		/*border-top: 1px solid #e6e6e6;
		padding: 10px 0;*/
	}
		.issue ul li .image {
			float: left;
			width: 200px !important;
			height: 133px;
			overflow: hidden;
			margin-right: 10px;
			margin-bottom: 0!important;
		}
.issue .col-md-4 {
	position: relative;
	padding-right: 0;
}
.issue .col-md-4 .issue-detail {
	background-color: #f1f1f1;
	padding: 20px;
	position: relative;
	max-width: 355px;
	border-radius: 6px;
	transition: .2s;
}
.issue .col-md-4 .issue-detail.stick {
    position: fixed;
    /*top: 60px;*/
    z-index: 10;
}
	.issue .col-md-4 .issue-detail::after {
		content: "";
		position: absolute;
		left: -10px;
		top: 10px;
		width: 0; 
		height: 0; 
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent; 
		border-right:10px solid #f1f1f1;
	}

	.issue .col-md-4 .issue-detail img,
	.sidebar .issue-detail img
    {
		width: 100%;
		height: auto;
		margin-top: 10px;
		margin-bottom: 10px
	}
	.issue .col-md-4 .issue-detail a,
	.issue-list .col-sm-4 .issue-post-list a,
	.issue-list .col-sm-4 .issue-pdf-link a,	
    .sidebar .issue-detail a,
	.sidebar .issue-post-list a,
	.sidebar .issue-pdf-link a
	{ 
		display: block;
		background-color: #dc0b13;
		color: #FFF;
		border-radius: 30px;
		padding: 8px 15px;
		margin: 5px 0 0 0;
	}
			.issue-list .col-sm-4 .issue-post-list a,
			.issue-list .col-sm-4 .issue-pdf-link a
			{
				display: inline-block;
			}
		.issue .col-md-4 .issue-detail a i {
			margin-right: 6px;
		}

important-frame {
	display: inline-block;
	border:5px solid #dc0b13;
	padding: 20px;
	background-color: #eeeeee;
	width: 100%;
	margin: 10px 0 30px 0;
}
important-file {
	display: inline-block;
	background-color: #000;
	width: calc(100% + 15.8% + 15.88%);
	position: relative;
	margin-bottom: 30px;
	margin-left: -15.8%;
}
	important-file .image {
		display: inline-block;
		width: 100%;
		position: relative;
		z-index: 1;
		margin: 0 !important;
	}
		important-file .image img {
			width: 100%;
			height:auto;
			opacity: 0.6;
		}
	.content important-file h2 {
		position: absolute;
		z-index: 9;
		left: 30px;
		top: 30px;
		font-size: 14px!important;
		color: #b9b9b9!important;
	}
	important-file .detail {
		position: absolute;
		z-index: 9;
		left: 30px;
		bottom: 30px;
	}
		important-file .detail h3 {
			font-size: 24px;
			color: #FFF;
			margin-bottom: 10px;
		}
		important-file .detail a {
			font-size: 16px;
			color: #FFF;
			font-weight: 700;
			background-color: #e30613;
			padding: 5px 10px;
		}
important-image {
	display: inline-block;
	width: calc(100% + 15.8% + 15.88%);
	position: relative;
	margin-left: -15.8%;
}
	important-image .image {
		margin-bottom: 10px !important;
	}
	important-image img {
		width: 100%;
		height: auto;
	}
	important-image p {
		float: right;
		font-size: 12px;
		font-style: italic;
		color: #8c8c8c;
	}
important-image-left {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	margin-left: 0px;
	margin-right: 20px;
}
important-image-right {
	float: right;
	width: 50%;
	height: 50%;
	position: relative;
	margin-left: 20px;
	margin-right: 0px;
}
important-nail,
important-nail-right,
important-nail-left
{
	float: left;
	width: 42%;
	display: inline-block;
	padding: 20px;
	font-size: 24px;
	font-style: italic;
	margin: 15px 20px 20px 0;
	position: relative;
}
important-nail-full
{
	float: left;
	width: calc(100% + 15.8% + 15.88%);
	display: inline-block;
	padding: 0 0 0 40px;
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
	margin: 0px 20px 20px 0;
	position: relative;
	margin-left: -15.8%;
	letter-spacing:-0.02em;
	font-family:"Times New Roman", "serif";
}
	important-nail::before,
	important-nail::after,

	important-nail-right::before,
	important-nail-right::after,
	important-nail-left::after,
	important-nail-left::before,

	important-nail-full::before,
	important-nail-full::after
	{
		content: "";
		position: absolute;
		left:0;
		top:0;
		width: 26px;
		height: 20px;
		background: url(../images/icons/nail.png) no-repeat left top;
	}
	important-nail::after,
	important-nail-right::after,
	important-nail-full::after
	important-nail-left::after
	{
		left:auto;
		right: 0px;
		top:auto;
		bottom: 0px;
		background: url(../images/icons/nail2.png) no-repeat left top;
	}

important-news-left,
important-news-right,
important-news-full
{
	float: left;
	position: relative;
	margin-bottom: 0px;
	margin-left: -15.8%;
	margin-right: 20px;
	padding: 15px 0 15px 0;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	width: 168px;
	margin-bottom: 20px;
}
		important-news-right {
			float: right;
			margin-left: 0;
			margin-right: 0px;
			margin-left: 20px;
		}
		important-news-full {
			float: left;
			width: calc(100% + 15.8% + 15.88%);
			margin-right: 0px;
			margin-bottom: 20px;
		}
			important-news-full p {
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				margin-bottom: 0;
			}
	important-news-left .image,
	important-news-right .image
	{
		width: 168px !important;
	}
	important-news-left date,
	important-news-right date
	{
		margin-top: 20px;
	}
	important-news-full .image {
		margin-bottom: 0!important;
	}
	important-news-full .col-md-5 {
		padding-left: 0;
	}
	important-news-full .col-md-7 {
		padding-right: 0;
	}
	important-news-full h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	important-news-full date {
		/*margin-bottom: 30px;*/
	}

important-nail-right {
	float: right;
}
important-nail-left {
	float: left;
}

important-grey {
	float: left;
	display: inline-block;
	background-color: #f5f5f5;
	border-left:5px solid #e30613;
	padding: 20px;
	width: calc(100% + 15.8% + 15.88%);
	font-style: italic;
	margin-left: -15.8%;
	margin-bottom: 20px;
}
	important-grey p {
		margin-bottom: 0;
	}
/*------------------ main ------------------*/

/*------------- footer -------------*/
footer {
	background-color:#212020;
	padding: 50px 0 150px 0;
	text-align: left;
	color: #a9a8a8;
	margin-top: 30px;
    z-index: 100;
    position: relative;
}
	footer input[type=text] {
		width: 80%;
		height: 37px;
		border: 0;
		padding: 0 10px;
	}
	footer input[type=submit] {
		height: 38px;
		border:1px solid #dc0b13;
		background: none;
		font-size: 16px;
		font-weight: 900;
		color:#dc0b13 ;
		border-radius: 0;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	footer .sitemap {
		display:block;
		padding:20px 0;
		text-align:left;
		color:#b9bbbd;
	}
		footer .sitemap .col-md-5 {
			padding:0;
		}
		footer .sitemap .col-md-3 .col-xs-12 {
			margin:0 0 30px 0;
			padding:0;
		}
		footer .sitemap h4 {
			color:#a9a8a8;
			font-weight:700;
			font-size:16px;
			position:relative;
			margin:0 0 35px 0;
		}
		footer .sitemap h5 {
			display: block;
			color:#FFF;
			font-weight:900;
			font-size:16px;
			position:relative;
			margin:0 0 20px 0;
		}
		footer .sitemap ul li a {
			float:left;
			width:100%;
			color:#FFF;
			font-weight:100;
			font-size:16px;
			line-height:16px;
			font-weight:600;
			padding:0;
			margin-bottom:10px;
		}
		footer .sitemap .col-md-4 a {
			width:auto;
			color:#FFF;
			font-weight:100;
			font-weight:600;
			margin-bottom:20px;
			padding-right: 40px;
			background:url(../images/icons/arrow6.png) no-repeat right center;
		}
		footer .sitemap ul li.sub a {
			font-weight:100;
		}
		footer .sitemap ul li span {
			display:inline-block;
			width:100%;
			padding:0 0 10px 26px;
			background-repeat:no-repeat;
			background-position:0px 2px;
		}
			footer .sitemap ul li span.location {
				background-image:url(../images/icons/location.png);
			}
			footer .sitemap ul li span.telephone {
				background-image:url(../images/icons/telephone2.png);
			}
			footer .sitemap ul li span.fax {
				background-image:url(../images/icons/fax.png);
			}
				
	footer p {
		color:rgba(255,255,255,0.6);
	}
	footer .copyright {
		position:relative;
		padding:26px 0px;
		color:#FFF;
		font-size:12px;
		border-top:1px solid #343333;
		border-bottom:1px solid #343333;
		opacity: 0.6;
		margin-bottom: 10px;
	}
		footer .copyright .row {
			padding:10px 0;
		}
		footer .copyright .row:last-child {
			border-bottom:0px solid #929191;
		}
		footer .row:last-child a {
			font-size:14px;
			font-weight:600;
			color:#bcbbbb;
			position:relative;
		}
		footer .social-media {
			margin-top:50px;
		}
			footer .social-media a {
				float:left;
				width:24px;
				height:24px;
				text-align:center;
				border-radius: 42px;
				margin-right:10px;
			}
/*------------- footer -------------*/

a.dropdown-toggle:after {
    width: 0;
    height: 0;
    margin-left: 8px;
	margin-top: -2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    display:inline-block;
}
.modal p {
    color: unset;
}
.carousel-inner > .item > a > img {
    line-height: 1;
    margin: 0 auto;
}
.main-slider .carousel-inner > .item {
    max-height: 609px; 
}
.main-slider .carousel-inner > .item > a > img {
    height: auto;
    width: 100%;
    margin: 0 auto;   
}
.post-item {
	margin-bottom: 15px;
    margin-top: 0px;
    border-bottom: 1px solid #eaeaea;
    padding: 0px 0 15px 0px;
	position: relative;
}
.main > #cuffCarousel {
 background:   rgba(0, 0, 0, 0.7803921568627451)
}
.author-administrator {
    display:none;
}
.archive-title {
	display: inline-block;
    margin-bottom: 11px;
    float: left;
}
.logo svg {
	width: 140px;
}

.image-copyright {
	font-size: 12px;
	font-style: italic;
	color: #8c8c8c;
	line-height: 18px;
    margin-top: 10px;
}

.comments {
    
}
	.comments ul li {
		margin: 15px 0px;
		border: 1px solid #f1f1f1;
		padding: 15px;
	}
	.comments ul li .comment-author {
		font-weight: 700;
	}
	.comments ul li .date {
		font-size: 12px;
		font-style: italic;
		color: #b2b2b2;
	}
	.comments ul li .col-md-9 p {
		font-size: 16px;
		color: #606060;
		line-height: 24px;
	}
.commentlist {
    padding: 0px;
	margin-top: 30px;
	max-width: 725.55px;
}
	.commentlist .comment-write {
		border: 1px solid #f1f1f1;
	}
	.commentlist .comment-write .field-hint {
		font-weight: 700;
		color: #b2b2b2;
		line-height: 42px;
	}
	.commentlist .comment-write h2 {
		padding:10px 30px;
		border-bottom: 1px solid #f1f1f1;
		margin-bottom: 0;
	}
	.commentlist .comment-write p {
		padding:30px;
		font-size: 16px;
		background-color: #f1f1f1;
		margin-bottom: 0;
		line-height: 24px;
	}
	.commentlist .comment-write form {
		font-size: 16px;
		display: inline-block;
		width: 100%;
	}
		.commentlist .comment-write form li {
			float: left;
			display: inline-block;
			width: 100%;
			padding:0px 0px 0px 30px;
			border-top: 3px solid #f1f1f1;
			margin: 0;
		}
			.commentlist .comment-write form li:last-child {
				/*border-top: 0;*/
			}
		.commentlist .comment-write form .col-md-3,
		.commentlist .comment-write form .col-md-9
		{
			padding:0px;
		}
		.commentlist .comment-write form label {
			padding: 0;
			margin: 0;
			line-height: 42px;
		}
		.commentlist .comment-write form input,
		.commentlist .comment-write form textarea
		{
			height: 42px;
			border: 0;
		}
		.commentlist .comment-write form textarea {
			height: 160px;
			padding: 10px 0 !important;
		}
		.commentlist .comment-write form button[type=submit] {
			margin: 0;
			padding: 6px 25px !important;
			margin-bottom: 30px;
			margin-top: 10px;
			background-color: #616161 !important;
			border: 0 !important;
		}
		.commentlist .comment-write form .button-field {
		}
			.commentlist .comment-write form .button-field p {
				padding: 0;
				background-color: transparent;
				font-size: 12px;
				font-style: italic;
				color: #b2b2b2;
			}

input {
	/*border:0;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2); 
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); 
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);*/
}
input:focus,
textarea:focus
{ 
    outline: none !important;
    border-color: transparent;
    box-shadow: 0 0 10px #f1f1f1;
}


.issue-list .col-sm-4 {
	padding: 0px;
	margin: 0;
}
.issue-list .col-sm-4 .issue-list-item {
	padding: 15px;
	margin: 0 0.5%;
	border: 1px solid #f1f1f1;
}
	.issue-list .col-sm-4 .issue-image {
		margin-bottom: 10px;
	}
	.issue-list .col-sm-4 .issue-name {
		font-weight: 700;
		font-size: 24px;
	}
	.issue-list .col-sm-4 .issue-title {
		margin-bottom: 20px;
	}

/* ************** */
/* Added by Kerim */
/* ************** */
body.single .content h2,
body.single .content h3 {
    color: #e30613 !important;
}
form.mailpoet_form {
  padding: 0 20px 0 0 !important;  
}

body.single .content important-news-left h3,
body.single .content important-news-right h3 {
    color: #212020 !important;
}

body.single .content important-file h2,
body.single .content important-file h3 {
    color: #fff !important;
}

body.single .wp-caption-text {
    font-size: 12px;
    font-style: italic;
    color: #8c8c8c;
}

.content ol li {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
    
    important-news-left a div.image img {
        width: 50% !important;
    }
    
    important-news-left h3 {
        font-size: 15px !important;
        margin-bottom: -10px !important;
    }
    
}










