/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.yarpp-related-widget {
	text-align: center !important;
}

.yarpp-thumbnail {
	height: 185px !important;
}

.yarpp-thumbnail-title {
	font-size: 1em !important;
	max-height: 5.9em !important;
}

.yarpp-related h3 {
	font-weight: bold;
	margin: 30px 0 20px !important;
}

p {
    text-align: justify;
}

.dat-menu-setup {
	background-color: #a51313;
}

body {
	font-size: 15px;
	font-family: Arial, sans-serif;
	color: #363635 !important;
}

h1, h2, h3,
h4, h5, h6 {
	font-family: 'Arial', bold !important;
	margin-bottom: 15px;
}

h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
	font-family: 'Arial', bold !important;
	color: #000;
}

a:hover {
	color: #ef0000 !important;
}

a:focus {
	outline: 2px;
}

.right a:hover {
	color: #c6c6c6;
}

.search-input {
	width: 140px;
}

.search-input:focus {
	width: 180px;
}

.search-button {
    top: 0px;
}

table, tr, td {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid #f0efefe3;
}

@media only screen and (max-width: 900px) {
  .header .header-addons > div {
    text-align: center;
  }
.article-title .share-block:not(.single):before {
    border-right: none;
    }
	.no-comment-block {
    display: block;
    width: 95%;
    margin: 35px auto 30px auto;
    }
	._51mz {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 50%;
    }
}

.header .header-menu ul li a:hover {
	color: #CEDDEA !important;
}

.main-menu .the-menu li {
	font-size: 14px;
}

.main-menu .the-menu li:hover a {
	color: #fff !important;
	background: rgba(204,8,8,1);
	background: -moz-linear-gradient(top,rgba(204,8,8,1) 0%,rgba(204,8,8,1) 62%,rgba(158,0,0,1) 100%);
	background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(204,8,8,1)),color-stop(62%,rgba(204,8,8,1)),color-stop(100%,rgba(158,0,0,1)));
	background: -webkit-linear-gradient(top,rgba(204,8,8,1) 0%,rgba(204,8,8,1) 62%,rgba(158,0,0,1) 100%);
	background: -o-linear-gradient(top,rgba(204,8,8,1) 0%,rgba(204,8,8,1) 62%,rgba(158,0,0,1) 100%);
	background: -ms-linear-gradient(top,rgba(204,8,8,1) 0%,rgba(204,8,8,1) 62%,rgba(158,0,0,1) 100%);
	background: linear-gradient(to bottom,rgba(204,8,8,1) 0%,rgba(204,8,8,1) 62%,rgba(158,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0808',endColorstr='#9e0000',GradientType=0);
}

.main-menu .the-menu li ul li {
	font-size: 14px;
}

.main-menu .the-menu li ul li:hover > a {
	background-color: #ef0000 !important;
}

.secondary-menu ul li:hover a {
	color: #ed0000 !important;
	background: rgba(0,0,0,0.06);
	background-color: #E6E6E6;
}

.secondary-menu ul li a {
	color: #3d3d3d;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Arial', bold;
}

.breaking-news .the-title {
	background: #1B62A1 !important;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Arial', bold;
	padding: 7px 13px;
	z-index: 6;
	background-color: #F00;
}

.breaking-news ul li {
	font-weight: 400;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
}

.breaking-news ul li:after {
	font-size: 9px;
	color: #c9c9c9;
}

.breaking-news ul li a:hover {
	color: #CC0808 !important;
}

.block-title a {
	color: #fff;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
	opacity: .8;
	font-size: 12px;
}

.list-title {
	border-bottom: 2px solid #cc0808;
	color: #cc0808 !important;
}

.article-list li {
	border-bottom: 1px dotted #c0bfbf;
}

.more {
	font-size: 12px;
	color: #6b6b6b;
	background: #f9f9f9;
}

.more:hover {
	background: #fff;
	color: #232323;
}

.meta .tag {
	background: #ca2020;
	color: #fff;
}

.pagination .page-numbers {
	background: #d4d3d3;
	color: #505050;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
	color: #fff;
	background: #bcbcbc;
}

.small-button:hover {
	color: #fff;
	background: #c9c9c9;
}

a.custom-soc:hover {
	background: #c9c9c9;
	color: #fff;
}

.tag-cloud a {
	background: #929292;
	color: #fff;
}

.tag-cloud a:hover {
	background: #c9c9c9;
	color: #ed0000;
}

.hover-effect {
	display: inline-block;
	overflow: hidden;
}

.hover-effect .cover {
	display: block;
	position: relative;
	color: #fff;
}

.block-title a {
	color: #fff;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
	opacity: .8;
	font-size: 12px;
}

.block-title a:hover {
	color: #ef0000 !important;
}

.featured-block .article-content .meta {
	margin: -5px 15px 10px;
	display: block;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
	opacity: .8;
}

.article-tags {
	margin-top: 17px;
	font-size: 14px;
}

a.hover-effect .cover i:before {
	display: block;
	font-family: 'Entypo';
	content: '\E744';
	top: 50%;
	left: 50%;
}

.cover i:before {
	font-size: 1.5em;
}

.footer .wrapper {
	border-top: 3px solid #c1c1c1;
	padding-top: 20px;
	padding-bottom: 0px;
}

.footer p {
	font-size: 14px !important;
	padding-top: 7px;
}

.footer ul {
	line-height: 40px;
}

.footer a:hover {
	color: #1B62A1 !important;
	text-decoration: underline;
}

.wpb_content_element {
	width: 220px !important;
}

.vc_custom_1430994899726 {
	float: right !important;
}

.map-border {
	max-height: 400px;
}

.google-maps iframe {
	max-height: 400px;
}

.shortcode-content .social-icon:hover {
	color: #b5121a !important;
}

.shortcode-content .social-icon:hover span.icon-text {
	background: #b5121a;
}

.footer ul {
	line-height: 40px;
}

#widget_container_curs div {
	text-align: left !important;
	font-size: 16px !important;
	text-transform: uppercase;
}

.shortcode-content hr {
	margin: 25px 0;
}

div[rel='hover-parent']:hover a.hover-effect .cover img,
a.hover-effect:hover .cover img {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: alpha(opacity=50);
	opacity: .9;
	-webkit-filter: blur(0.80px);
	-moz-filter: blur(0.80px);
	-ms-filter: blur(0.80px);
	filter: blur(0.80px);
}

@media only screen and (max-width: 600px) {
   .hover-effect {
    max-width: 600px;
    height: auto;
    width: 100% !important;
   }
	.article-block-big {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
   }
	.relpost-block-single {
    max-width: 122px;
    width: 45% !important;
   }
	.relpost-block-single-text {
    max-width: 110px !important;
    width: 100% !important;
   }
	#wpfront-scroll-top-container {
		bottom: 18px !important;
		right: 22px !important;
		width: 28px !important;
		height: 28px !important;
	}
	.footer p {
    text-align: center;
	}
}

#fcbkbttn_left {
    margin-top: 20px;
    margin-bottom: 20px;
}

.button {
	width: 90%;
}

.button a:hover {
	color: #fff !important;
}