/*
Theme Name: Hora do Povo
Author: Biz Ideias
Author URI: http://bizideias.com.br
Description: Hora do Povo
Version: 1.0
*/
@font-face {
  font-family: 'jnewsbar-fontello';
  src: url(fonts/fontello.eot?60989379);
  src: url(fonts/fontello.eot?60989379#iefix) format("embedded-opentype"), url(fonts/fontello.woff?60989379) format("woff"), url(fonts/fontello.ttf?60989379) format("truetype"), url(fonts/fontello.svg?60989379#fontello) format("svg");
  font-weight: normal;
  font-style: normal;
}
html > div.responsive-video {
  display:  none;
}


body {
	font-family: 'Raleway', sans-serif;
	color: #070708;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Playfair Display', serif;
	color: #13151c;
	font-weight: 700;
}
.h1, h1 {
    font-size: 37px;
}
.h2, h2 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 16px;
}
.h6, h6 {
    font-size: 14px;
}
a {
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
input,
textarea {
    outline:none !important;
	outline: 0 !important;
}
:active, :hover, :focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}
input[type="text"]:focus {
	outline: none !important;
}
.topfive {
	padding-top: 5px;
}
.topseven {
	padding-top: 7px;
}
.wrapper {
	max-width:1200px;
	margin:0 auto;
}
.darkbg {
	background-color: #2d313c;
	color: #ffffff;
}
.darkbg i {
	font-size:21px;
	color: #ffffff;
}
.pinkbg {
	background-color: #d27168;
}
.clear {
	clear:both;
}
.index-page {
	padding-top:30px;
}
.hover-style {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position:relative;
}
.hover-style img {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
	transition-timing-function: ease-in-out;
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s;
	   -moz-transition: width 1s, height 1s, -moz-transform 1s;
	     -o-transition: width 1s, height 1s, -o-transform 1s;
	        transition: width 1s, height 1s, transform 1s;
}
.hover-style:hover img {
    -webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
			-moz-transform: scale(1.1);
				transform: scale(1.1);
}

/* Wide Start */

.wide {
	width:100%;
	background-color:#fff;
}

/* Wide End */

/* Boxed Start */

.boxed {
	max-width:1230px;
	margin:0 auto;
	background-color:#fff;
}
.shadow {
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}

/* Boxed End */

/* Header Style 1 Start */

header .top-bar {
	background-color:#eee;
	padding-top:5px;
	padding-bottom:1px;
	border-bottom:1px solid #000;
}

header .top-bar .row-fluid {
	max-width:1200px;
	margin:0 auto;
}

header ul.top-menu {
	padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	display:inline-block;
	-webkit-margin-after: 0;
}
header ul.top-menu li {
	float:left;
	padding-right:20px;
}
header ul.top-menu li a{
	color: #2d313c;
	font-size: 14px;
	line-height: 28px;
	font-weight: 300;
}
header ul.top-menu li a:hover {
	color: #d27168;
	text-decoration:none;
}
header ul.top-menu li a:focus {
	text-decoration:none;
}
header ul.top-menu li.current-menu-item a {
	color: #d27168;
	text-decoration:none;
}
header .socials {
	text-align:right;
}
header .socials i{
	font-size: 28px;
	line-height: 28px;
	color: #2d313c;
	margin-left:7px;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}

header .social-icons {
	text-align:right;
	display:inline-block;
}
header .search-icon {
	float:right;
	margin-left:50px;
	cursor:pointer;
}
header .logo-block {
	max-width:1200px;
	padding:0;
	text-align:center;
}
header .logo-block .logo-left {
	text-align:left;
}
header .logo-block .h1 {
	margin-top: 10px;
    margin-bottom: 10px;
}
header .logo-block .h1 a, header .logo-block .h1 a:hover, header .logo-block .h1 a:focus{
	font-size: 43px;
	line-height: 43px;
	color: #2d313c;
	text-decoration:none;
}
header .logo-block .row-fluid {
	max-width:1200px;
	margin:0 auto;
}
header .logo {
	margin-bottom:10px;
	max-width:100%;
}
header .top-banner section.widget {
	padding-bottom: 10px;
	margin:0;
	max-width:100%;
}
header .main-menu {
	padding:0;
	border-bottom:1px solid #000;
}

header .main-menu .row-fluid {
	max-width:1200px;
	margin:0 auto;
}

header .main-nav {
	margin-right:0;
	margin-left:0;
	text-align: center;
	width: 100%;
}
header .navbar-collapse {
	padding-right:0;
	padding-left:0;
}
header .main-nav > li > a {
	color: #1e2128;
    background: none;
	font-size: 17px;
	line-height: 20px;
	margin:0 2px 0 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0;
}
header .main-nav > li > a:hover, header .main-nav > li.dropdown:hover > a, header .main-nav > li > a:focus {
	color: #fff;
	border-bottom: 0;
	margin:0 2px 0 0;
	display:block;
}
header .main-nav > li > ul > li.dropdown2 {
	position: relative;
}
header .main-nav > li.current-menu-item > a, header .main-nav > li.current-menu-ancestor > a, header .main-nav > li.current-post-ancestor > a {
	color: #fff;
	border-bottom: 0;
	margin:0 2px 0 0;
}
header .main-nav > li > a.dropdown-toggle, header .main-nav > li.menu-item-has-children > a {
}
header .main-nav .open > a, header .main-nav .open > a:focus, header .main-nav .open > a:hover {
    background: none;
    border: 0;
}
header .main-nav .dropdown > a, header .main-nav .dropdown > a:focus, header .main-nav .dropdown > a:hover, header .main-nav .menu-item-has-children > a, header .main-nav .menu-item-has-children > a:focus { 
	background: none;
    border: 0; 
}
header .main-dropdown, header .sub-menu {
	position: absolute;
	top: 100%;
}
header .dropdown-menu2 {
	left: 101%;
	top:0;
	float: right;
	position: absolute;
}
header .main-dropdown, header .sub-menu, header .dropdown-menu2 {
    z-index: 1000;
    display: none;
    min-width: 170px;
    padding: 0;
    margin: 2px 0 0 0;
    font-size: 17px;
	line-height: 19px;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
header .main-dropdown > li > a, header .sub-menu > li > a, header .dropdown-menu2 > li > a {
    display: block;
    padding: 6px 20px;
    clear: both;
    color: #fff;
    white-space: nowrap;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
header .main-dropdown > li > a:focus,
header .main-dropdown > li > a:hover,
header .main-dropdown > li.current_page_item > a,
header .main-dropdown > li.current_page_item > a:focus,
header .main-dropdown > li.current_page_item > a:hover,
header .dropdown-menu2 > li > a:focus,
header .dropdown-menu2 > li > a:hover,
header .dropdown-menu2 > li.current_page_item > a,
header .dropdown-menu2 > li.current_page_item > a:focus,
header .dropdown-menu2 > li.current_page_item > a:hover {
    color: #fff;
    text-decoration: none;
	background-color: rgba(0, 0, 0, 0.1);
}

/* Header Style 1 End */

/* Header Start */

.custom-search {
    height: 34px;
    padding: 7px 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.search-button {
    color: #13151c !important;
    background: none !important;
    border: none !important;
	margin-left:10px !important;
	font-size: 20px;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
.search-button:hover {
    color: #d27168 !important;
	background: none !important;
    border: none !important;
	margin-left:10px !important;
	font-size: 20px;
	padding: 0;
}

/* Header End */

/* Featured Posts Style 1 Start */

.recent-one{
	padding-top:10px;
	padding-bottom:30px;
	min-height:280px;
	max-width:1200px;
}
.recent-one .col-xs-12 {
	padding-right: 0;
    padding-left: 0;
}
.recent-one .big-item {
	position: relative;
	min-height:180px;
}
.recent-one .item-bg {
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,0)), color-stop(50%, rgba(255,255,255,0)), color-stop(51%, rgba(250,250,250,0)), color-stop(100%, rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#000000', GradientType=0 );
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	height:100%;
	width:100%;
	display:block;
}
.recent-one .item-data {
	position: absolute;
	color:#fff;
	font-size:25px;
	line-height:30px;
	padding:0 15px;
	text-align:center;
	z-index: 3;
	bottom:7%;
	left:0;
	right:0;
	height:auto;
	width:100%;
	display:block;
	text-shadow: 1px 1px #000;
}
.recent-one .item-data span {
	display:block;
	font-weight: 700;
	font-size:35px;
	line-height:40px;
}
.recent-one .item-data2 {
	position: absolute;
	color:#fff;
	font-weight:400;
	font-size:15px;
	line-height:19px;
	padding:0 15px;
	text-align:center;
	z-index: 3;
	bottom:7%;
	left:0;
	right:0;
	height:auto;
	width:100%;
	display:block;
}
.recent-one .item-data2 span {
	display:block;
	font-weight: 700;
}
.recent-one .item-date {
	font-size:14px;
	line-height:18px;
	color:#fff;
	display:block;
	padding-top:7px;
	text-shadow: none;
}
.recent-one .item-cat {
	font-size:12px;
	line-height:16px;
	color:#fff;
	/* display:inline-block; */ display: none;
	padding:3px 14px;
	margin-bottom:7px;
	text-shadow: none;
}

/* Mudanças para reposicionar posts na topo do HOME */

.recent-one .small-item {
  position: relative;
  display: block;
  min-height: 180px;
}
@media (min-width:768px) {
  .recent-one .small-item {
    width: 50%;
    height: 50%;
    float: left;
    min-height: 70px;
  }
}

/* Fim Mudanças de reposicionamento */

/* Featured Posts Style 1 End */

/* Featured Posts Style 2 Start */

.recent-two{
	padding-top:10px;
	padding-bottom:30px;
	min-height:280px;
	max-width:1200px;
}
.recent-two .col-xs-12 {
	padding-right: 0;
    padding-left: 0;
	position: relative;
	display:inline-block;
}
.recent-two .recent-two-inside {
	position: relative;
	min-height:280px;
}
.recent-item-2-mob img {
	background-color:#fff;
}
.recent-two .item-bg {
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,0)), color-stop(50%, rgba(255,255,255,0)), color-stop(51%, rgba(250,250,250,0)), color-stop(100%, rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#000000', GradientType=0 );
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	height:100%;
	width:100%;
	display:block;
}
.recent-two .item-data {
	position: absolute;
	color:#fff;
	font-size:25px;
	line-height:30px;
	padding:0 30px;
	text-align:left;
	z-index: 3;
	bottom:33%;
	left:0;
	right:0;
	height:auto;
	width:100%;
	display:block;
	text-shadow: 1px 1px #000;
}
.recent-two .item-data span {
	display:block;
	font-weight: 700;
	font-size:35px;
	line-height:40px;
}
.recent-two .item-data span a, .recent-two .item-data span a:hover {
	color:#fff;
	text-decoration:none;
}
.recent-two .item-date {
	font-size:14px;
	line-height:18px;
	color:#fff;
	display:block;
	padding-top:7px;
	text-shadow: none;
}
.recent-two .item-cat {
	font-size:12px;
	line-height:16px;
	color:#fff;
	display:inline-block;
	padding:3px 14px;
	margin-bottom:7px;
	text-shadow: none;
}
.recent-two .recent-two-smalls {
	position: absolute;
	color:#fff;
	font-size:20px;
	line-height:25px;
	text-align:left;
	z-index: 3;
	bottom:7%;
	left:0;
	right:0;
	height:auto;
	width:100%;
	display:inline-block;
	text-shadow: 1px 1px #000;
}
.recent-two-smalls  .item-data span {
	display:block;
	font-weight: 700;
	font-size:20px;
	line-height:25px;
}
.recent-two-smalls  .item-data span a, .recent-two-smalls  .item-data span a:hover {
	color:#fff;
	text-decoration:none;
}
.recent-two-small-item {
	width:33.3333333%;
	float:left;
	display: block;
    position: relative;
}
.small-item-inside {
	position: relative;
	margin-left:20px;
}
.recent-two-small-item .item-data2 {
	color:#fff;
	font-size:25px;
	line-height:30px;
	padding:0 10px;
	text-align:left;
	z-index: 3;
	left:0;
	right:0;
	height:auto;
	width:100%;
	display:block;
	text-shadow: 1px 1px #000;
}
.recent-two-small-item .item-data2 span {
	display:block;
	font-weight: 700;
	font-size:20px;
	line-height:25px;
	padding-left:9px;
	border-left:1px solid #fff;
}
.recent-two-small-item .item-data2 span a, .recent-two-small-item .item-data2 span a:hover {
	color:#fff;
	text-decoration:none;
}

/* Featured Posts Style 2 End */

/* Featured Posts Style 3 Start */

.recent-three{
	padding-top:10px;
	padding-bottom:30px;
	min-height:280px;
	max-width:1200px;
}
.recent-three .col-xs-12 {
	padding-right: 0;
    padding-left: 0;
	position: relative;
	display:inline-block;
}
.recent-three .recent-item-3 {
	width:33.3333333%;
	min-height:260px;
	float:left;
}
.recent-three .recent-item-3-inside {
	margin-right:1px;
}
.recent-three .item-bg {
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,0)), color-stop(50%, rgba(255,255,255,0)), color-stop(51%, rgba(250,250,250,0)), color-stop(100%, rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#000000', GradientType=0 );
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	height:100%;
	width:100%;
	display:block;
	padding-right:1px;
}
.recent-three .item-data {
	position: absolute;
	color:#fff;
	font-size:25px;
	line-height:28px;
	padding:0 15px;
	text-align:center;
	z-index: 3;
	bottom:7%;
	left:0;
	right:0;
	height:auto;
	width:100%;
	display:block;
	text-shadow: 1px 1px #000;
}
.recent-three .item-data span {
	display:block;
	font-weight: 700;
}
.recent-three .item-date {
	font-size:13px;
	line-height:16px;
	color:#fff;
	display:block;
	padding-top:7px;
	text-shadow: none;
}
.recent-three .item-cat {
	font-size:12px;
	line-height:16px;
	color:#fff;
	display:inline-block;
	padding:3px 14px;
	margin-bottom:7px;
	text-shadow: none;
}

/* Featured Posts Style 3 End */

/* Featured Posts Style 4 Start */

.recent-four{
	padding-top:10px;
	padding-bottom:30px;
	min-height:280px;
	max-width:1200px;
}
.recent-four .col-xs-12 {
	padding-right: 0;
    padding-left: 0;
	position: relative;
	display:inline-block;
}
.recent-four .recent-item-4 {
	width:25%;
	min-height:260px;
	float:left;
}
.recent-four .recent-item-4-inside {
	margin-right:1px;
}
.recent-four .item-bg {
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,0)), color-stop(50%, rgba(255,255,255,0)), color-stop(51%, rgba(250,250,250,0)), color-stop(100%, rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#000000', GradientType=0 );
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	height:100%;
	width:100%;
	display:block;
	padding-right:1px;
}
.recent-four .item-data {
	position: absolute;
	color:#fff;
	font-size:25px;
	line-height:28px;
	padding:0 15px;
	text-align:center;
	z-index: 3;
	bottom:7%;
	left:0;
	right:0;
	height:auto;
	width:100%;
	display:block;
	text-shadow: 1px 1px #000;
}
.recent-four .item-data span {
	display:block;
	font-weight: 700;
}
.recent-four .item-date {
	font-size:13px;
	line-height:16px;
	color:#fff;
	display:block;
	padding-top:7px;
	text-shadow: none;
}
.recent-four .item-cat {
	font-size:12px;
	line-height:16px;
	color:#fff;
	display:inline-block;
	padding:3px 14px;
	margin-bottom:7px;
	text-shadow: none;
}

/* Featured Posts Style 4 End */

/* Home Page Blocks Start */

h2.latest-title {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 30px;
}
h2.latest-title span {
    display: inline-block;
}
.home-blocks {
	clear:both;
}
.home-blocks section.widget {
	max-width:100%;
	width:auto;
	margin:0 auto;
	display:block;
	padding-bottom:40px;
	font-size: 15px;
}

/* Home Page Blocks End */

/* Home Page Block 1 Start */

.block-1-items {
	width:100%;
	display:block;
}
.block-1-item {
	width:49%;
	min-height:130px;
	padding:20px 0;
	margin-right:1%;
	border-bottom: 1px solid #e7e7e7;
	float:left;
}
.block-1-item:nth-child(odd) {
	clear:both;
}
.block-1-item:nth-child(2n) {
	margin-right:0;
	margin-left:1%;
}
.block-1-item img {
	float:left;
	width:140px;
	height:90px;
	border:0;
	margin-right:20px;
	display:block;
}
.block-1-item-date{
	margin-top:5px;
	font-size: 12px;
    line-height: 16px;
}
a.block-1-item-title {
	font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 700;
}
a:hover.block-1-item-title {
	text-decoration: none;
}

/* Home Page Block 1 End */

/* Home Page Block 2 Start */

section.widget .block-2-items {
    width: 100%;
    display: block;
	padding-top:20px;
	margin-bottom:-1.5%;
}
section.widget .block-2-item {
	width:32.3333333%;
	height:auto;
	display:inline-block;
	float:left;
	position:relative;
	margin-bottom:1.5%;
}
section.widget .block-2-item:nth-child(3n+1) {
	clear:both;
}
section.widget .block-2-item:nth-child(3n+2) {
	margin-right:1.5%;
	margin-left:1.5%;
}
section.widget .block-2-img {
	position:relative;
	width:100%;
	height:auto;
	min-height:100px;
	display:block;
}
section.widget .block-2-img .block-2-bg {
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,0)), color-stop(50%, rgba(255,255,255,0)), color-stop(51%, rgba(250,250,250,0)), color-stop(100%, rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#000000', GradientType=0 );
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	height:100%;
	width:100%;
	display:block;
}
section.widget .block-2-meta {
	position: absolute;
	z-index: 2;
	top:10px;
	right:10px;
	color: #fff;
	font-size:12px;
	line-height:16px;
	padding: 5px 14px;
	font-weight: 400;
}
section.widget .block-2-meta a {
	width: auto;
	color: #fff;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	display: inline-block;
	font-weight: 400;
}
section.widget .block-2-meta a:hover {
	color: #fff;
	text-decoration:none;
}
section.widget .block-2-title {
	position: absolute;
	z-index: 2;
	bottom:0;
	left:0;
	color: #fff;
	font-size:20px;
	line-height:25px;
	text-decoration: none;
	height:auto;
	font-weight: 700;
	padding: 15px;
}
section.widget .block-2-title a {
	color: #fff;
	font-size:20px;
	line-height:25px;
	text-decoration: none;
	text-shadow: 1px 1px #000;
}
section.widget .block-2-title a:hover {
	color: #fff;
	text-decoration: none;
}

/* Home Page Block 2 End */

/* Home Page Block 3 Start */

section.widget .block-3-items {
	position:relative;
    width: 100%;
	height: 100%;
    display: inline-block;
	background-color:#f7f7f7;
}
section.widget .block-3-img {
	position:relative;
	width:50%;
	height:auto;
	float:left;
}
section.widget .block-3-news-titles {
	width:50%;
	float:left;
	position:absolute;
	height: 100%;
	left:50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
section.widget .block-3-img {
	position:relative;
	width:50%;
	height:auto;
	min-height:200px;
	display:block;
}
section.widget .block-3-img .block-3-bg {
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,0)), color-stop(50%, rgba(255,255,255,0)), color-stop(51%, rgba(250,250,250,0)), color-stop(100%, rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#000000', GradientType=0 );
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	height:100%;
	width:100%;
	display:block;
}
section.widget .block-3-cat {
	position: absolute;
	z-index: 2;
	top:10px;
	left:10px;
	color: #fff;
	font-size:12px;
	line-height:15px;
	font-weight:400;
}
section.widget .block-3-cat a {
	width: auto;
	color: #fff;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	padding: 3px 14px;
	display: inline-block;
	font-weight:400 !important;
}
section.widget .block-3-cat a:hover {
	color: #fff;
	text-decoration:none;
}
section.widget .block-3-meta {
	position: absolute;
	z-index: 2;
	bottom:0;
	right:0;
	text-align:right;
	color: #fff;
	font-size:14px;
	line-height:24px;
	padding: 15px;
}
section.widget .block-3-meta a {
	color: #fff;
	font-size:14px;
	line-height:24px;
	text-decoration:none;
}
section.widget .block-3-meta a:hover {
	color: #fff;
	text-decoration:none;
}
section.widget .block-3-title {
	position: absolute;
	z-index: 2;
	bottom:30px;
	left:0;
	color: #fff;
	font-size:30px;
	line-height:35px;
	text-decoration: none;
	height:auto;
	font-weight: 700;
	padding: 15px;
}
section.widget .block-3-title a {
	color: #fff;
	font-size:30px;
	line-height:35px;
	text-decoration: none;
	text-shadow: 1px 1px #000;
}
section.widget .block-3-title a:hover {
	color: #fff;
	text-decoration: none;
}
section.widget .block-3-read {
	position: absolute;
	z-index: 2;
	bottom:0;
	left:0;
	color: #fff;
	font-size:14px;
	line-height:24px;
	padding: 15px;
}
section.widget .block-3-read a {
	color: #fff;
	font-size:14px;
	line-height:24px;
	text-decoration:none;
}
section.widget .block-3-read a:hover {
	color: #fff;
	text-decoration:none;
}
section.widget .block-3-news-titles > div {
	border-bottom:1px solid #e7e7e7;
	padding:0 20px;
	line-height:14px;
	font-weight: 700;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

/* Home Page Block 3 End */

/* Category Title Start */

.category-page {
    padding: 0 0 39px 0;
}
.category-title {
	padding:0 0 25px 0;
	font-size: 12px;
}
.category-title p {
	margin:20px 0 0;
	color: #777;
	font-size: 12px;
}
.category-title p a{
	color: #777;
	font-size: 12px;
}
.category-title h1{
	font-family: 'Playfair Display', serif;
	color: #13151c;
	font-size: 37px;
	margin-top:0;
}

/* Category Title End */

/* Category Main Block Start */

.sticky {
	position: relative;
}
.category-main {
	padding: 0 0 39px;
}
.category-item-1 {
	padding-bottom: 39px;
}
.category-item-1 .item-1-images-block {
	position: relative;
}
.big-cat-post-photo {
	width:100%;
	height: 317px;
	display: block;
	margin-bottom:10px;
	background-color: #d7d7d7;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.item-1-title {
	padding-bottom: 10px;
    display:block;
	font-size:24px;
	line-height:28px;
	text-decoration: none;
}
.item-1-title a {
	font-size:24px;
	line-height:28px;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
	font-weight: 700;
}
.item-1-title a:hover {
	text-decoration: none;
}
.item-1-meta span {
	margin:0;
	padding:0 10px 0 0;
	display:block;
	width:auto;
	float:left;
	line-height: 20px;
}
.item-1-meta span a {
	color: #fff;
	font-size:12px;
	line-height:16px;
	padding:3px 14px;
	margin-bottom:3px;
	text-decoration: none;
	font-weight: 400;
}
.item-1-meta span a:hover {
	color: #fff;
	text-decoration: none;
	font-size:12px;
	line-height:16px;
}
.item-1-meta {
	color: #777;
	font-size:12px;
	line-height:22px;
	padding-bottom:20px;
}
.item-1-meta a, .item-1-meta a:hover {
	color: #777;
	font-size:12px;
	line-height:22px;
	text-decoration: none;
}
.item-1-desc {
	margin:0 0 30px 0;
	font-size: 15px;
	line-height: 24px;
	height:77px;
	overflow:hidden;
}
.item-1-desc a {
	text-decoration: underline;
}
.item-1-desc p {
    font-size: 15px;
    line-height: 24px;
    padding: 7px 0;
}
.item-1-full {
	text-align:center;
	height:40px;
	text-decoration: none;
	font-size: 16px;
	line-height:40px;
}
.item-1-full a, .item-1-full a:hover{
	font-weight:400;
	text-decoration: underline;
	font-size: 16px;
	line-height:40px;
}
.item-1-more-line {
	margin:0 auto;
	width:50%;
	height:41px;
	display:block;
	border-top:1px solid #e7e7e7;
}
.item-1-more {
	padding:5px 10px;
	width:180px;
	height:40px;
	display:block;
	margin:-22px auto 0 auto;
	font-size: 18px;
	line-height:30px;
	color:#fff;
	text-align:center;
	padding:5px 0;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
	display:block;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
.item-1-more:hover{
	color:#fff;
	text-decoration:none;
	display:block;
}
div.page-links {
	border-top:1px solid #e7e7e7;
	width:100%;
	margin:40px auto 20px;
	display:block;
	text-align:center;
	line-height:34px;
}
nav.pagination {
	border-top:1px solid #e7e7e7;
	width:100%;
	margin: 0;
}
nav div.nav-links {
	width:100%;
	margin:40px auto 20px;
	display:block;
	text-align:center;
	line-height:34px;
}
nav div.nav-links a {
	padding: 5px 14px 7px;
	font-family: 'Playfair Display', serif;
    background-color: #2d313c;
    border: 0;
    border-radius: 0;
	color: #fff;
	font-size:16px;
	margin:0 3px;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
nav div.nav-links a:hover {
	text-decoration: none;
	background-color: #d27168;
}
nav div.nav-links span.current {
	padding: 5px 14px 7px;
	font-family: 'Playfair Display', serif;
    background-color: #d27168;
    border: 0;
    border-radius: 0;
	color: #fff;
	font-size:16px;
	margin:0 3px;
}
div.page-links {
	padding-top:20px;
}
div.page-links a {
	text-decoration: none;
}
div.page-links a span.page-number {
	padding: 5px 14px 7px;
	font-family: 'Playfair Display', serif;
    background-color: #2d313c;
    border: 0;
    border-radius: 0;
	color: #fff;
	font-size:16px;
	margin:0 3px;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
div.page-links a:hover span.page-number {
	text-decoration: none;
	background-color: #d27168;
}
div.page-links span.page-number {
	padding: 5px 14px 7px;
	font-family: 'Playfair Display', serif;
    background-color: #d27168;
    border: 0;
    border-radius: 0;
	color: #fff;
	font-size:16px;
	margin:0 3px;
	text-decoration: none;
}

/* Category Main Block End */

/* Category Item Style 2 Start */

.category-item-2 {
	width:100%;
	display:inline-block;
	padding-bottom:15px;
	margin-bottom:25px;
	position:relative;
}
.item-2-img {
	width:30%;
	float:left;
	display:block;
}
.item-2-data {
	width:70%;
	float:left;
	display:block;
}
.item-2-right {
	padding-left: 30px;
}
.item-2-title {
	padding-bottom: 10px;
    display:block;
	color: #13151c;
	font-size:24px;
	line-height:28px;
	text-decoration: none;
}
.item-2-title a {
	color: #13151c;
	font-size:24px;
	line-height:28px;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
	font-weight: 700;
}
.item-2-title a:hover {
	color: #d27168;
	text-decoration: none;
}
.item-2-title span {
	margin:0;
	padding:0 10px 3px 0;
	display:block;
	width:auto;
	float:left;
	line-height: 20px;
}
.item-2-title span a {
	color: #fff;
	font-size:12px;
	line-height:16px;
	padding:3px 14px;
	margin-bottom:3px;
	background-color:#d27168;
	text-decoration: none;
	font-weight: 400;
}
.item-2-title span a:hover {
	color: #fff;
	text-decoration: none;
}
.item-2-meta {
	color: #777;
	font-size:12px;
	line-height:16px;
	padding-bottom:20px;
}
.item-2-meta a, .item-2-meta a:hover {
	color: #777;
	font-size:12px;
	line-height:16px;
	text-decoration: none;
}
.item-2-truncate {
	color: #777;
	font-size:14px;
	line-height:24px;
}

/* Category Item Style 2 End */

/* Category Item Style 3 Start */

.category-item-3 {
	width:49%;
	height:auto;
	display:inline-block;
	padding-bottom:40px;
	float:left;
	position:relative;
	margin-right:1%;
}
.category-item-3:nth-child(odd) {
	clear:both;
}
.category-item-3:nth-child(2n) {
	margin-right:0;
	margin-left:1%;
}
.item-3-img {
	position:relative;
	width:100%;
	height:auto;
	min-height:100px;
	display:block;
}
.item-3-img .item-3-bg {
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,0)), color-stop(50%, rgba(255,255,255,0)), color-stop(51%, rgba(250,250,250,0)), color-stop(100%, rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#000000', GradientType=0 );
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	height:100%;
	width:100%;
	display:block;
}
.item-3-cat {
	position: absolute;
	z-index: 2;
	top:10px;
	left:10px;
	color: #fff;
	font-size:12px;
	line-height:15px;
	padding: 3px 14px;
}
.item-3-cat a {
	color: #fff;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
}
.item-3-cat a:hover {
	color: #fff;
	text-decoration:none;
}
.item-3-meta {
	position: absolute;
	z-index: 2;
	bottom:0;
	right:0;
	text-align:right;
	color: #fff;
	font-size:13px;
	line-height:24px;
	padding: 15px;
}
.item-3-meta a {
	color: #fff;
	font-size:14px;
	line-height:24px;
	text-decoration:none;
}
.item-3-meta a:hover {
	color: #fff;
	text-decoration:none;
}
.item-3-title {
	padding:15px 10px 0;
	margin-bottom:10px;
    display:block;
	color: #13151c;
	font-size:25px;
	line-height:30px;
	text-decoration: none;
	height:auto;
	font-weight: 700;
}
.item-3-title a {
	color: #13151c;
	font-size:25px;
	line-height:30px;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
	font-weight: 700;
}
.item-3-title a:hover {
	color: #d27168;
	text-decoration: none;
}
.item-3-truncate {
	color: #777;
	font-size:14px;
	line-height:24px;
	padding:0 10px;
}

/* Category Item Style 3 End */

/* Category Item Style 4 Start */

.category-item-4 {
	width:32.3333333%;
	height:auto;
	display:inline-block;
	padding-bottom:40px;
	float:left;
	position:relative;
}
.category-item-4:nth-child(3n+1) {
	clear:both;
}
.category-item-4:nth-child(3n+2) {
	margin:0 1.5%;
}
.item-4-img {
	position:relative;
	width:100%;
	height:auto;
	min-height:100px;
	display:block;
}
.item-4-img .item-4-bg {
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,0)), color-stop(50%, rgba(255,255,255,0)), color-stop(51%, rgba(250,250,250,0)), color-stop(100%, rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: -o-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(245,245,245,0) 0%, rgba(255,255,255,0) 50%, rgba(250,250,250,0) 51%, rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#000000', GradientType=0 );
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	height:100%;
	width:100%;
	display:block;
}
.item-4-cat {
	position: absolute;
	z-index: 2;
	top:10px;
	left:10px;
	color: #fff;
	font-size:12px;
	line-height:15px;
}
.item-4-cat a {
	width: auto;
	color: #fff;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	padding: 3px 14px;
	margin: 0 3px 5px 0;
	display: inline-block;
}
.item-4-cat a:hover {
	color: #fff;
	text-decoration:none;
}
.item-4-meta {
	position: absolute;
	z-index: 2;
	bottom:0;
	right:0;
	text-align:right;
	color: #fff;
	font-size:13px;
	line-height:24px;
	padding: 15px;
}
.item-4-meta a {
	color: #fff;
	font-size:14px;
	line-height:24px;
	text-decoration:none;
}
.item-4-meta a:hover {
	color: #fff;
	text-decoration:none;
}
.item-4-title {
	padding:15px 10px 0;
	margin-bottom:10px;
    display:block;
	color: #13151c;
	font-size:20px;
	line-height:25px;
	text-decoration: none;
	height:auto;
	font-weight: 700;
}
.item-4-title a {
	color: #13151c;
	font-size:20px;
	line-height:25px;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
	font-weight: 700;
}
.item-4-title a:hover {
	color: #d27168;
	text-decoration: none;
}
.item-4-truncate {
	color: #777;
	font-size:14px;
	line-height:24px;
	padding:0 10px;
}

/* Category Item Style 4 End */

/* Search Results Start */

.search-item-1 {
	width:100%;
	display:block;
	margin-bottom:30px;
}
.search-item-1 span.search-link-title {
	width:100%;
	display:block;
	border-bottom:1px solid #e7e7e7;
	margin-bottom:5px;
	padding-bottom:5px;
	font-weight: 700;
}
.search-item-1 span.search-link-title a{
	font-size:21px;
	line-height:24px;
    color: #2d313c;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
.search-item-1 span.search-link-title a:hover {
	color: #d27168;
	text-decoration: none;
}
.search-item-1 span.search-link {
	font-size:14px;
	line-height:20px;
	width:100%;
	display:block;
	color: #d27168;
}
.search-item-1 span.search-date {
	font-size:10px;
	line-height:14px;
	width:100%;
	display:block;
	color: #777;
}
.search-item-1 p {
	padding:5px 0;
}

/* Search Results End */

/* Page Title Start */

.single-page {
    padding: 0 0 39px 0;
}
.page-title-bg {
	
}
.page-title {
	max-width:1200px;
	padding:15px;
	font-size: 12px;
	margin:0 auto 20px;
}
.page-title p {
	margin:5px 0;
	color: #777;
	font-size: 12px;
}
.page-title p a{
	color: #777;
	font-size: 12px;
}
.page-title h1{
	font-size: 37px;
	margin: 0;
}

/* Page Title End */

/* Page Content Start */

.page-content {
	
}
.page-content section.widget {
	max-width:100%;
	width:auto;
	margin:0 auto;
	display:block;
	padding-bottom:30px;
	font-size: 15px;
}
.page-content p, .comments-area p{
	font-size: 15px;
	line-height: 24px;
	padding: 7px 0;
}
.page-content a, .comments-area a {
	color:#d27168;
	text-decoration:underline;
}
.page-content a:hover, .comments-area a:hover {
	color:#d27168;
	text-decoration:none;
}
blockquote {
    padding: 20px 20px !important;
    margin: 0 20px 0 10px !important;
}
blockquote p {
	font-size: 20px !important;
	line-height: 28px !important;
	font-weight:300 !important;
	font-style: italic !important;
}
blockquote p cite {
	display:block !important;
	text-align:right !important;
	padding-top:16px !important;
	font-size: 15px !important;
	line-height: 20px !important;
	font-weight:100 !important;
}
.page-content ul, .page-content ol {
	margin:20px 0 20px 10px;
}
.page-content ul li, .page-content ol li {
	padding:5px 0;
	color:#2d313c;
	font-size: 15px;
}
.page-content table, .comments-area table{
	text-align:center;
	width:100%;
}
.page-content table tr th, .comments-area table tr th{
	text-align:center;
	border-bottom: 2px solid #d27168;
	padding:5px;
}
.page-content table tr td, .comments-area table tr td {
	padding:5px;
}
.page-content table tbody tr th, .comments-area table tbody tr th {
	text-align:center;
	border-bottom: 0;
	font-weight:normal;
	padding:5px;
}
.page-content table tr.odd, .comments-area table tr.odd {
	background-color:#f1f1f1;
}
.page-content address, .comments-area address {
	font-style:italic;
}
.page-content abbr, .comments-area abbr {
	text-transform:uppercase;
	color: #2d313c;
}
.page-content cite, .comments-area cite {
	font-style:italic;
	color:#d27168;
}
.page-content q, .comments-area q {
	font-style:italic;
	color:#777;
}
.page-content var, .comments-area var {
	background-color:#d27168;
	color:#fff;
	padding:3px 7px 3px 4px;
	border-radius:5px;
}
.page-content acronym, .comments-area acronym {
	font-style:italic;
	color:#777;
}
.page-content input[type=button], .page-content input[type=reset], .page-content input[type=submit] {
	background-color:#2d313c;
	color:#fff;
	border:0;
	padding:3px 20px;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
.page-content input:hover[type=button], .page-content input:hover[type=reset], .page-content input:hover[type=submit] {
	background-color:#d27168;
}
img.alignright, .page-content p img.alignright {
	float:right;
	padding:5px 0 5px 20px;
}
div.alignright, .page-content div.alignright {
	float:right;
	padding:10px 0 5px 20px;
}
p.wp-caption-text {
	padding: 7px 0 0 0;
}
div.alignright p.wp-caption-text, .page-content div.alignright p.wp-caption-text {
	font-size: 12px;
	line-height: 15px;
	color: #777;
	text-align: right;
}
img.alignleft, .page-content p img.alignleft {
	float:left;
	padding:5px 20px 5px 0;
}
div.alignleft, .page-content div.alignleft {
	float:left;
	padding:10px 20px 5px 0;
}
div.alignleft p.wp-caption-text, .page-content div.alignleft p.wp-caption-text {
	font-size: 12px;
	line-height: 15px;
	color: #777;
	text-align: left;
}
img.aligncenter, .page-content img.aligncenter {
	display:block;
	margin:0 auto;
	padding:10px 0 5px 0;
}
div.aligncenter, .page-content div.aligncenter {
	width:auto;
	margin:0 auto;
	padding:10px 0 5px 0;
}
div.aligncenter img, .page-content div.aligncenter img{
	width:auto;
	margin:0 auto;
}
div.aligncenter p.wp-caption-text, .page-content div.aligncenter p.wp-caption-text {
	font-size: 12px;
	line-height: 15px;
	color: #777;
	text-align: center;
}
div.alignnone p.wp-caption-text, .page-content div.alignnone p.wp-caption-text {
	font-size: 12px;
	line-height: 15px;
	color: #777;
	text-align: left;
}
.home-slogan img, .page-content img {
	max-width:100% !important;
	height: auto !important;
}
div.wp-caption, div.wp-caption img, .page-content div.wp-caption, .page-content div.wp-caption img{
	width:auto;
	max-width:100% !important;
	height: auto !important;
}
.page-content p.attachment img {
	display:block;
	margin:0 auto;
	padding:10px 0 5px 0;
}
.page-content img.img-responsive {
    margin-bottom: 5px;
}
.page-1-meta {
	width:100%;
	height:auto;
	padding:10px 0;
	display:inline-block;
	border-top:1px solid #e7e7e7;
	color:#777;
	font-size: 14px;
}
.page-1-meta a {
	color:#777;
	font-size: 14px;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
.page-1-meta a:hover {
	color:#d27168;
	font-size: 14px;
	text-decoration:none;
}
.page-1-cat {
	width:60%;
	float:left;
	text-align:left;
}
.page-1-tag {
	width:40%;
	float:right;
	text-align:right;
}
.page-title-meta {
	width:100%;
	height:auto;
	padding:2px 0 2px;
	display:inline-block;
	border-bottom:1px solid #e7e7e7;
	color:#777;
	font-size: 14px;
}
.page-title-meta a {
	color:#777;
	font-size: 14px;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
.page-title-meta a:hover {
	color:#d27168;
	font-size: 14px;
	text-decoration:none;
}
.page-title-author {
	width:50%;
	float:left;
	text-align:left;
}
.page-title-date {
	width:50%;
	float:right;
	text-align:right;
}

/* Page Content End */

/* Related Posts Start */

.related-posts div.h2 {
	color: #13151c;
}
.related-posts-items {
	display:block;
}
.related-posts-items .related-item {
	width:50%;
	padding:10px 15px;
	float:left;
	display:inline-block;
}
.related-item:nth-child(odd) {
	clear:both;
}
.related-posts-items .related-item img {
	padding-bottom:10px;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
.related-posts-items .related-item a {
	font-size: 15px;
    line-height: 18px;
	font-weight:700;
	color: #2d313c;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
.related-posts-items .related-item a.related-item-title {
	height: auto;
	display: block;
}
.related-posts-items .related-item a:hover {
	color: #d27168;
    text-decoration: none;
}
.no-related {
	margin:20px 0 0 15px;
}

/* Related Posts End */

/* Comments Start */

.comments-area {
	padding:10px 0;
	margin-top:30px;
	border-top:1px solid #e7e7e7;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 0;
}
.comments-area div.comment-respond {
	padding-top:20px;
}
.comments-area a {
	color:#d27168;
	text-decoration:none;
}
.comments-area a:hover {
	color:#d27168;
	text-decoration:underline;
}
.comments-area ul.comment-list {
	list-style-type: none;
	padding: 0;
	margin: 39px 0;
	clear:both;
}
.comments-area ul.comment-list li{
	padding-top:20px;
	clear:both;
}
.comments-area ul li ul.children {
	list-style-type: none;
	padding: 0;
	margin: 39px 0 39px 30px;
	clear:both;
}
.comments-area ul.comment-list li div.comment-author {
	
	
}
.comments-area ul.comment-list li div.comment-author img.avatar {
	border-radius:50%;
	float:left;
	width:77px;
	display:block;
	margin-right:20px;
}
.comments-area ul.comment-list li div.comment-body p {
	margin-left:97px;
}
.comments-area ul.comment-list li div.reply {
	clear:left;
	text-align:right;
}
.comments-area ul.comment-list li div.reply a {
	background-color: #2d313c;
	color:#fff;
	padding:3px 14px;
	width:auto;
	text-decoration:none;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
.comments-area ul.comment-list li div.reply a:hover {
	background-color: #d27168;
	color:#fff;
	text-decoration:none;
}
.comments-area ul.comment-list li.pingback {
	padding-bottom:20px;
}
.comments-area p.comment-form-author, .comments-area p.comment-form-email, .comments-area p.comment-form-url {
	display:block;
	width:100%;
	padding: 10px 0;
}
.comments-area p.comment-form-author label, .comments-area p.comment-form-email label, .comments-area p.comment-form-url label{
	display:block;
	width:100%;
	font-weight:300;
}
.comments-area p.comment-form-author input, .comments-area p.comment-form-email input, .comments-area p.comment-form-url input {
	width:100%;
	border:1px solid #e7e7e7;
	padding:10px;
	font-size: 15px;
	line-height: 24px;
	color:#777;
}
.comments-area p.comment-form-comment {
	display:block;
	width:100%;
	padding: 10px 0;
}
.comments-area p.comment-form-comment label {
	display:block;
	width:100%;
	font-weight:300;
	text-align:left;
}
.comments-area p.comment-form-comment textarea {
	width:100%;
	border:1px solid #e7e7e7;
	padding:10px;
	font-size: 15px;
	line-height: 24px;
	color:#777;
}
.comments-area p.form-submit input {
	background-color: #2d313c;
	color:#fff;
	width:100%;
	display:block;
	border:0;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
.comments-area p.form-submit input:hover {
	background-color: #d27168;
}

/* Comments End */

/* Widgets Start */

.widget-top {padding-top:112px;}

section.widget {
	max-width:480px;
	width:auto;
	margin:0 auto;
	display:block;
	padding-bottom:30px;
	font-size: 15px;
}
section.widget a {
	color:#2d313c;
	text-decoration:none;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
section.widget a:hover {
	color:#d27168;
	text-decoration:none;
}
section.widget select{
	width:100%;
	border: 1px solid #e7e7e7;
	padding: 5px;
}
section.widget h2.widget-title {
	font-size: 18px;
	line-height: 28px;
	margin-top: 0;
}
section.widget h2.widget-title span {
    display: inline-block;
    background-color: #ef0000;
    color: #fff !important;
    padding: 0 20px;
}
section.widget ul {
	list-style-type: none; padding: 0; margin: 0;
}
section.widget_calendar table{
	text-align:center;
	padding:5px;
	width:100%;
}
section.widget_calendar table tr th{
	text-align:center;
	background-color:#e7e7e7;
}
section.widget_calendar caption{
	text-align:center;
	padding-bottom:5px;
}
section.widget_rss span.rss-date{
	font-size: 10px;
    line-height: 14px;
    color: #777;
	display: block;
	width:100%;
	padding: 3px 0 5px 0;
}
section.widget_rss cite {
	color: #777;
}
section.widget_rss ul li {
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e7e7e7;
}
section.widget img, section.widget .wp-caption, section.widget .wp-caption img {
	max-width:100% !important;
	height: auto !important;
}
section.widget p.wp-caption-text {
	text-align:center;
	color: #777;
	font-size: 12px;
    line-height: 16px;
}
section.widget_categories ul, section.widget_nav_menu ul, section.widget_archive ul, section.widget_pages ul, section.widget_meta ul, div.tagcloud {
	padding-top:15px;
}
section.widget_categories ul li, section.widget_nav_menu ul li, section.widget_archive ul li, section.widget_pages ul li {
	border-bottom:1px solid #e7e7e7;
	width:100%;
	margin-bottom:10px;
}
section.widget_categories ul li > a, section.widget_nav_menu ul li > a, section.widget_archive ul li > a, section.widget_pages ul li > a {
	margin:10px;
	color:#d27168;
	font-size: 16px;
	line-height: 22px;
	text-decoration:none;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
section.widget_categories ul li > a:hover, section.widget_categories ul li.current-cat > a, section.widget_nav_menu ul li > a:hover, section.widget_nav_menu ul li.current-menu-item > a, section.widget_pages ul li.current_page_item > a {
	color:#2d313c;
}
section.widget_text {
	font-size: 15px;
	line-height: 24px;
}
section.widget_tag_cloud a {
	background-color: #2d313c;
	color:#fff !important;
	padding:4px 14px;
	margin-bottom:5px;
	width:auto;
	display:inline-block;
	white-space: nowrap;
	text-decoration:none;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
section.widget_tag_cloud a:hover {
	background-color: #d27168;
	color:#fff !important;
	text-decoration:none;
}
section.widget_recent_entries a {
	color: #2d313c;
	line-height: 18px;
	font-weight:700;
	text-decoration:none;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
section.widget_recent_entries a:hover {
	color: #d27168;
	text-decoration:none;
}
section.widget_recent_entries ul {
	padding-top:15px;
}
section.widget_recent_entries ul li{
	border-bottom:1px solid #e7e7e7;
	padding-bottom:5px;
	margin-bottom:20px;
}
section.widget_recent_entries span.post-date {
	width:100%;
	display:block;
	padding-top: 3px;
	color:#777;
	font-size: 12px;
}
section.widget_recent_comments ul {
	padding-top:15px;
}
section.widget_recent_comments ul li{
	border-bottom:1px solid #e7e7e7;
	margin-bottom:10px;
}
section.widget_recent_comments ul li span.comment-author-link {
	display:block;
	text-align:left;
	width:100%;
	color:#777;
	font-size: 12px;
	line-height: 16px;
}
section.widget_recent_comments ul li span.comment-author-link a {
	color:#777;
	font-size: 12px;
	text-decoration:none;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
	line-height: 16px;
}
section.widget_amerigo_recent_posts_small ul li a, section.widget_amerigo_recent_posts_big ul li a {
	line-height: 18px !important;
	font-weight:700;
}
section.widget_amerigo_recent_posts_small ul, section.widget_amerigo_recent_posts_big ul {
	padding-top:15px;
}
section.widget_amerigo_recent_posts_small ul li {
	clear:both;
	display:block;
	height:auto;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom:10px;
}
section.widget_amerigo_recent_posts_big ul li {
	clear:both;
	display:block;
	height:auto;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom:10px;
}
section.widget_amerigo_recent_posts_small ul li img {
	width:100px;
	height:100px;
	display:block;
	padding:0 20px 10px 0;
	border:0;
	float:left;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
section.widget_amerigo_recent_posts_big ul li img {
	padding:0 0 10px 0;
	border:0;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
section.widget_amerigo_recent_posts_small ul li span.post-date, section.widget_amerigo_recent_posts_big ul li span.post-date {
	width:100%;
	display:block;
	clear:right;
	padding-bottom: 10px;
	color:#777;
	font-size: 12px;
}
section.amerigo-static-banner {
	text-align:center;
}
.right-sidebar .social-icons, .left-sidebar .social-icons {
	padding-bottom:40px;
	max-width: 480px;
    width: auto;
    margin: 0 auto;
    display: block;
	text-align:center;
}
.right-sidebar .social-icons a, .left-sidebar .social-icons a{
	padding:0;
	margin:0;
}
.right-sidebar .social-icons i, .left-sidebar .social-icons i {
	font-size: 25px;
	margin:0 1px 1px 0;
	padding:14px 15px;
	color:#fff;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
.right-sidebar .social-icons i.fa-facebook-square, .left-sidebar .social-icons i.fa-facebook-square {
	background-color:#3b5998;
}
.right-sidebar .social-icons i.fa-instagram, .left-sidebar .social-icons i.fa-instagram {
	background-color:#f56040;
}
.right-sidebar .social-icons i.fa-linkedin-square, .left-sidebar .social-icons i.fa-linkedin-square {
	background-color:#0077b5;
}
.right-sidebar .social-icons i.fa-twitter-square, .left-sidebar .social-icons i.fa-twitter-square {
	background-color:#1da1f2;
}
.right-sidebar .social-icons i.fa-tumblr-square, .left-sidebar .social-icons i.fa-tumblr-square {
	background-color:#35465c;
}
.right-sidebar .social-icons i.fa-pinterest-square, .left-sidebar .social-icons i.fa-pinterest-square {
	background-color:#bd081c;
}
.right-sidebar .social-icons i.fa-google-plus-square, .left-sidebar .social-icons i.fa-google-plus-square {
	background-color:#dd4b39;
}
.right-sidebar .social-icons i.fa-flickr, .left-sidebar .social-icons i.fa-flickr {
	background-color:#ff0084;
}
.right-sidebar .social-icons i.fa-youtube, .left-sidebar .social-icons i.fa-youtube {
	background-color:#cd201f;
}
.right-sidebar .social-icons i.fa-vimeo-square, .left-sidebar .social-icons i.fa-vimeo-square {
	background-color:#1ab7ea;
}
.right-sidebar .social-icons i:hover, .left-sidebar .social-icons i:hover {
	background-color:#1f1723;
}

/* Widgets End */

/* Footer Start */

.footer-block {
	background-color: #2d313c;
	border-top:3px solid #d27168;
}
.footer-block .insta-widget div.col-xs-12 {
	padding-right: 0;
    padding-left: 0;
}
.copy-block {
	height:100px;
	color:#fff;
	font-size:14px;
	line-height:20px;
	text-align:left;
	padding-top:40px;
}
.copy-block a {
	color:#fff;
	font-size:14px;
	text-decoration:none;
}
.copy-block-left a {
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
.copy-block a:hover {
	color:#d27168;
}
.footer-socials {
	text-align:right;
}
.footer-socials i {
	padding:0 5px 7px 0;
	font-size:24px;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
.footer-socials i:hover {
	color: #d27168;
}
/* Footer End */

/* Gallery Start */

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}
.gallery img {
	border:0 !important;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}
.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}
.gallery-caption {
	display: block;
	text-align: center;
	padding: 5px 0 0 0;
	margin-bottom: 0;
	color:#777;
}

/* Gallery End */

.page-content span.error404 {
	font-size: 404px;
	line-height:300px;
	display:block;
	text-align:center;
	padding-bottom:350px;
	color: #d27168;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
 
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Instagram Widget Start */

#sb_instagram a.sbi_photo {
	opacity:1 !important;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
}
#sb_instagram a:hover.sbi_photo {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity:1 !important;
}
#sb_instagram .sbi_photo_wrap {
	overflow:hidden;
}

/* Instagram Widget End */

/* Scroll To Top Start */

#scrolltop {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 9999;
    width: 43px;
    height: 43px;
    text-align: center;
	font-size: 25px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-out;
	   -moz-transition: all 0.4s ease-out;
	    -ms-transition: all 0.4s ease-out;
	     -o-transition: all 0.4s ease-out;
	        transition: all 0.4s ease-out;
    opacity: 0;
}
#scrolltop:hover {

}
#scrolltop.show {
    opacity:0.5;
}

/* Scroll To Top End */

/* Search Block Start */

.search-block {
	position: fixed;
	top: -100%;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.95);
	z-index: 10000;
	margin: 0;
	padding: 40px 0;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	display:block;
	-webkit-transition: all 0.7s ease;
	   -moz-transition: all 0.7s ease;
	    -ms-transition: all 0.7s ease;
	     -o-transition: all 0.7s ease;
	        transition: all 0.7s ease;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
.search-block.active {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
}
.search-block-form {
	max-width: 1200px;
	width:auto;
    height: auto;
	max-height:104px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding:0 15px;
}
.search-block-form form input.custom-search {
	background-color: #fff;
	font-size:40px;
	line-height:100px;
	height: 100px;
	padding:10px 40px;
	font-weight:400;
	color:#000;
}
.search-block-form form .input-group-btn {
	background-color: #fff;
	padding-right: 10px;
}
.search-block-form form .search-button {
	font-size: 60px;
}
.search-block-form form .search-button:hover {
	font-size: 60px;
}
.search-exit {
	display:block;
	position: absolute;
	top: 5px;
	right: 10px;
	color: #fff;
	font-size:27px;
	cursor:pointer;
}

/* Search Block End */

/* Breaking News Start */

.wide .marquee-block {
	max-width:1200px;
	margin:20px auto 10px;
	overflow: hidden;
	padding:0 15px;
	display:block;
	height:27px;
}
.boxed .marquee-block {
	width: auto;
	max-width:1200px;
	margin:20px auto 10px;
	overflow: hidden;
	display:block;
	font-size:14px;
	line-height:27px;
	height:27px;
}
.marquee-icon {
	min-width:100px;
	float:left;
	color:#fff;
	font-size:14px;
	line-height:27px;
	padding:0 10px;
	text-align:center;
	height:27px;
	margin-right:20px;
}
.marquee-block ul {
	padding-left: 0;
    margin-bottom: 0;
	height:27px;
	float: left;
    list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	word-break: break-all;
	-webkit-margin-after: 0;
}
.marquee-block ul li {
	padding-right:30px;
	height:27px;
}
.marquee-block ul li a{
	color: #2d313c;
	font-size: 14px;
	line-height: 27px;
	font-weight: 300;
}
.marquee-block ul li a:hover {
	color: #d27168;
	text-decoration:none;
}
.marquee-block ul li span {
	color:#c1c1c1;
}
.spacer {
	width:100%;
	display:block;
	height:20px;
}

.jnewsbar-icon:before {
  font-family: "jnewsbar-fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 0.8em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.jnewsbar-icon-right-open-big:before {
  content: '\e800';
}

/* '' */
.jnewsbar-icon-left-open-big:before {
  content: '\e801';
}

/* '' */
.jnewsbar-icon-down-open-big:before {
  content: '\e802';
}

/* '' */
.jnewsbar-icon-up-open-big:before {
  content: '\e803';
}

/* '' */
.opened .jnewsbar-icon-up-open-big:before {
  content: '\e802';
}

/* '' */
.jnews-top .jnewsbar-icon-up-open-big:before {
  content: '\e802';
}

/* '' */
.jnews-top.opened .jnewsbar-icon-up-open-big:before {
  content: '\e803';
}

/* '' */
.jnewsbar-icon-pause:before {
  content: '\e804';
}

/* '' */
.jnewsbar-icon-cancel:before {
  content: '\e805';
}

/*
	Controls
 */
.jnewsbar-navigate {
  float: right;
  padding: 0 0 0 15px;
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
  width: auto;
  color:#777;
}

.jnewsbar-navigate a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  outline: none !important;
  border: 0px;
  color:#777;
}

.jnewsbar-navigate a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  color:#777;
}

.jnewsbar-navigate a:focus, .jnewsbar-navigate a:visited, .jnewsbar-navigate a:active {
  border: none;
  outline: none;
  text-decoration: none;
}

.jnews-toggle {
  position: absolute;
  float: right;
  padding: 0px 10px;
  right: 0px;
}

.jnews-top .jnews-toggle .toggle {
  display: block;
}

/* Breaking News End */

/* Responsive Video Start */

.responsive-video {
    position: relative;
   /* padding-bottom: 56.25%;
    padding-top: 30px;
	*/
    height: auto;
}
.responsive-video iframe,   
.responsive-video object,  
.responsive-video embed {
    width: 100% !important;
}

/* Responsive Video End */




@media only screen and (max-width : 480px) {

/* Featured Posts Style 1 Start */	
.recent-one .item-data span {
	font-size:25px;
	line-height:30px;
}
.recent-one .small-item .item-cat {
	display:none;
}
/* Featured Posts Style 1 End */	

/* Featured Posts Style 2 Start */

.recent-two{
	min-height:350px;
}
.recent-two .recent-two-inside {
	min-height:350px;
}
.recent-item-2-mob {
	min-height:350px;
}
.recent-item-2-mob img {
	display:none;
}
.recent-two .item-data {
	font-size:22px;
	line-height:26px;
	padding:0 15px;
	bottom:47%;
}
.recent-two .item-data span {
	font-size:22px;
	line-height:26px;
}
.recent-two .item-date {
	font-size:12px;
	line-height:14px;
	padding-top:5px;
}
.recent-two .item-cat {
	font-size:12px;
	line-height:14px;
	padding:3px 7px;
}
.recent-two .recent-two-smalls {
	font-size:12px;
	line-height:16px;
}
.recent-two-smalls  .item-data span {
	font-size:12px;
	line-height:16px;
}
.recent-two-small-item {
	width:100%;
	float:none;
}
.small-item-inside {
	margin-left:5px;
	padding-top:15px;
}
.recent-two-small-item .item-data2 {
	font-size:14px;
	line-height:16px;
	padding:0 10px;
}
.recent-two-small-item .item-data2 span {
	font-size:14px;
	line-height:16px;
	padding-left:9px;
	border-left:1px solid #fff;
}
.recent-two-small-item .item-cat {
	display:none;
}

/* Featured Posts Style 2 End */
	
/* Featured Posts Style 3 Start */

.recent-three .item-date {
	display: none;
}

/* Featured Posts Style 3 End */
	
/* Featured Posts Style 4 Start */

.recent-four .item-date {
	display: none;
}

/* Featured Posts Style 4 End */

/* Home Page Block 1 Start */

.block-1-item {
	width:100%;
	min-height:125px;
	padding:20px 0;
	margin-right:0;
	margin-left:0;
	border-bottom: 1px solid #e7e7e7;
	float:none;
}
.block-1-item:nth-child(odd) {
	clear:both;
}
.block-1-item:nth-child(2n) {
	margin-right:0;
	margin-left:0;
}
.block-1-item img {
	margin-right:15px;
	width:130px;
	height:auto;
}
.block-1-item-date{
	font-size: 11px;
    line-height: 12px;
}
a.block-1-item-title {
	font-size: 14px;
    line-height: 14px;
}

/* Home Page Block 1 End */

/* Home Page Block 2 Start */

section.widget .block-2-item {
	width:100%;
	float:none;
}
section.widget .block-2-item:nth-child(3n+2) {
	margin-left:0;
	margin-right:0;
}

/* Home Page Block 2 End */

.big-cat-post-photo {
	height: 155px;
}

/* Category Item Style 2 Start */

.item-2-img {
	width:100%;
	float:none;
	margin-bottom:25px;
}
.item-2-data {
	width:100%;
	float:none;
}
.item-2-right {
	padding-left: 0;
}

/* Category Item Style 2 End */

/* Category Item Style 3 Start */

.category-item-3 {
	width:100%;
	height:auto;
	display:inline-block;
	padding-bottom:40px;
	float:none;
	margin-right:0;
}
.category-item-3:nth-child(2n) {
	margin-right:0;
	margin-left:0;
}
.item-3-title {
	height:auto;
}
.item-3-title a {
	font-size:19px;
	line-height:20px;
}
.item-3-meta {
	font-size:12px;
	line-height:20px;
}
.item-3-meta a {
	font-size:12px;
	line-height:20px;
}

/* Category Item Style 3 End */

/* Category Item Style 4 Start */

.category-item-4 {
	width:100%;
	height:auto;
	display:inline-block;
	padding-bottom:40px;
	float:none;
}
.category-item-4:nth-child(3n+2) {
	margin:0 0;
}
.item-4-title {
	height:auto;
}
.item-4-title a {
	font-size:19px;
	line-height:25px;
}
.item-4-meta {
	font-size:12px;
	line-height:20px;
}
.item-4-meta a {
	font-size:12px;
	line-height:20px;
}

/* Category Item Style 4 End */

.comments-area ul.comment-list li div.comment-author img.avatar {
	float:none;
	margin:0 auto 10px;
}
.comments-area ul.comment-list li div.comment-body p {
	margin-left:0;
	text-align: center;
}
.comments-area h2.comments-title {
	text-align:center;
}
.comments-area ul.comment-list li div.comment-author {
	text-align:center;
	width:100%;
	display:block;
	float:none;
}
.comments-area ul.comment-list li div.comment-meta {
	text-align: center;
	padding-bottom: 20px;
}
.comments-area ul.comment-list li div.reply {
	text-align: right;
}

/* Related Posts Start */

.related-posts-items .related-item {
	width:100%;
	padding:10px 15px;
}

/* Related Posts End */

}



@media only screen and (min-width : 480px) and (max-width : 767px) {
	
/* Featured Posts Style 2 Start */

.recent-two{
	min-height:180px;
}
.recent-two .recent-two-inside {
	min-height:180px;
}
.recent-two .item-data {
	font-size:18px;
	line-height:22px;
	padding:0 15px;
	bottom:45%;
}
.recent-two .item-data span {
	font-size:18px;
	line-height:22px;
}
.recent-two .item-date {
	display:none;
}
.recent-two .item-cat {
	font-size:12px;
	line-height:14px;
	padding:3px 7px;
	margin-bottom:5px;
}
.recent-two .recent-two-smalls {
	font-size:14px;
	line-height:18px;
}
.recent-two-smalls  .item-data span {
	font-size:14px;
	line-height:18px;
}
.small-item-inside {
	position: relative;
	margin-left:5px;
}
.recent-two-small-item .item-data2 {
	font-size:14px;
	line-height:18px;
}
.recent-two-small-item .item-data2 span {
	font-size:14px;
	line-height:18px;
}
.recent-two-small-item .item-cat {
	display:none;
}

/* Featured Posts Style 2 End */

/* Home Page Block 1 Start */

.block-1-item {
	min-height:100px;
}
.block-1-item img {
	width:120px;
	height:auto;
	margin-right:15px;
}
.block-1-item-date{
	font-size: 11px;
    line-height: 12px;
}
a.block-1-item-title {
	font-size: 14px;
    line-height: 14px;
}

/* Home Page Block 1 End */

/* Home Page Block 2 Start */

section.widget .block-2-meta {
	font-size:10px;
	line-height:14px;
	padding: 3px 10px;
}
section.widget .block-2-title {
	font-size:14px;
	line-height:14px;
	font-weight: 700;
	padding: 10px;
}
section.widget .block-2-title a {
	font-size:14px;
	line-height:14px;
}

/* Home Page Block 2 End */

.big-cat-post-photo {
	height: 252px;
}	

/* Category Item Style 3 Start */

.item-3-inside {
	padding:0 10px;
}
.item-3-title {
	font-size:18px;
	line-height:24px;
}
.item-3-title a {
	font-size:18px;
	line-height:24px;
}
.item-3-meta {
	font-size:12px;
	line-height:20px;
}
.item-3-meta a {
	font-size:12px;
	line-height:20px;
}

/* Category Item Style 3 End */

/* Category Item Style 4 Start */

.item-4-inside {
	padding:0 10px;
}
.item-4-title {
	font-size:16px;
	line-height:20px;
}
.item-4-title a {
	font-size:16px;
	line-height:20px;
}
.item-4-meta {
	font-size:12px;
	line-height:18px;
}
.item-4-meta a {
	font-size:12px;
	line-height:18px;
}

/* Category Item Style 4 End */

/* Comments Start */

.comments-area ul li ul.children {
	list-style-type: none;
	padding: 0;
	margin: 39px 0 0 0;
}
.comments-area h2.comments-title {
	text-align:left;
}
.comments-area ul.comment-list li div.comment-author {
	text-align:left;
	width:100%;
	display:block;
	float:none;
}
.comments-area ul.comment-list li div.comment-meta {
	text-align: left;
	padding-bottom: 20px;
}
.comments-area ul.comment-list li p {
	text-align: left;
}
.comments-area ul.comment-list li div.reply {
	text-align: right;
}

/* Comments End */

}



@media (max-width: 767px) {

/* Header Style 1 Start */

header .top-bar {
	padding-top: 0 !important;
}
header .top-banner img {
	margin-top:10px;
	margin-bottom:0;
}

header ul.top-menu {
	display:none;
}

header .social-icons {
	text-align:center;
}
header .search-icon {
	display:none;
}
header .main-menu {
	display:none;
}
header .socials {
	padding-right: 0;
    padding-left: 0;
	text-align:center;
}
header .socials i {
	margin:0;
}

/* Header Style 1 End */

/* Breaking News Start */

.wide .marquee-block {
	display:none;
}
.boxed .marquee-block {
	display:none;
}

/* Breaking News End */

/* Header Start */
.logo .h1 a{
	font-size: 40px;
}
.nav-pills {
	display:none;
}
.wrapper .socials {
	text-align:center !important;
}
.socials i {
	padding:7px 4px;
}
.navbar-nav .open .main-dropdown {
	background-color: #d27168;
}
.mobile-bars {
	display:block;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #d27168;
	opacity: 0.8;
	color: #fff;
	padding:0 7px;
	font-size:29px;
	z-index: 10;
}
.nav-mobile-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -100%;
	right: 0;
	background-color: #2d313c;
	z-index: 10000;
	margin: 0;
	padding: 40px 0;
	overflow-y: auto;
	width: 100%;
	display:block;
	-webkit-transition: all 0.4s ease-out;
	   -moz-transition: all 0.4s ease-out;
	    -ms-transition: all 0.4s ease-out;
	     -o-transition: all 0.4s ease-out;
	        transition: all 0.4s ease-out;
}
.nav-mobile-menu.active {
	left: 0;
}
.nav-mobile-search {
	background-color: #fff;
	display:block;
	margin:0 40px;
	padding:0 10px;
}
ul.mobile-menu {
	color: #fff;
	list-style:none;
	font-size:17px;
	line-height:23px;
}
ul.mobile-menu li {
	padding:3px 0;
	list-style:none;
}
ul.mobile-menu li a{
	text-decoration:none;
	color: #fff;
	font-size:17px;
	line-height:23px;
}
ul.mobile-menu li ul.main-dropdown, ul.mobile-menu li ul.sub-menu {
    background-color: #d27168;
	border-radius: 0;
	padding:0;
}
ul.mobile-menu li ul.main-dropdown li {
	padding:0;
	margin:0;
}
ul.mobile-menu li ul.main-dropdown li a:focus, ul.mobile-menu li ul.main-dropdown li a:hover, ul.mobile-menu li ul.main-dropdown > li.current_page_item > a, ul.mobile-menu li ul.main-dropdown > li.current_page_item > a:focus, ul.mobile-menu li ul.main-dropdown > li.current_page_item > a:hover {
	color: #fff;
    text-decoration: none;
	background-color: rgba(0, 0, 0, 0.1);
}
.nav-exit {
	display:block;
	position: absolute;
	top: 10px;
	right: 15px;
	color: #fff;
	font-size:27px;
}
/* Header End */

/* Featured Posts Style 1 Start */

.recent-one{
	min-height:380px;
}

/* Featured Posts Style 1 End */

/* Featured Posts Style 3 Start */

.recent-three .recent-item-3 {
	width:auto;
	min-height:150px;
	height:150px;
	float:none;
	margin-bottom:1px;
}
.recent-three .recent-item-3-inside {
	margin-right:0;
}
.recent-three .recent-item-3-mob {
	width:100%;
	height:150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.recent-three .recent-item-3-mob img {
	display:none;
}
.recent-three .item-data {
	font-size:18px;
	line-height:20px;
}

/* Featured Posts Style 3 End */

/* Featured Posts Style 4 Start */

.recent-four .recent-item-4 {
	width:auto;
	min-height:150px;
	height:150px;
	float:none;
	margin-bottom:1px;
}
.recent-four .recent-item-4-inside {
	margin-right:0;
}
.recent-four .recent-item-4-mob {
	width:100%;
	height:150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.recent-four .recent-item-4-mob img {
	display:none;
}
.recent-four .item-data {
	font-size:18px;
	line-height:20px;
}

/* Featured Posts Style 4 End */

/* Home Page Block 3 Start */

section.widget .block-3-img {
	position:relative;
	width:100%;
	height:auto;
	float:none;
}
section.widget .block-3-news-titles {
	width:100%;
	float:none;
	position:relative;
	height: 100%;
	left:0;
}
section.widget .block-3-meta {
	font-size:12px;
	line-height:20px;
}
section.widget .block-3-meta a {
	font-size:12px;
	line-height:20px;
}
section.widget .block-3-title {
	font-size:20px;
	line-height:25px;
}
section.widget .block-3-title a {
	font-size:20px;
	line-height:25px;
}
section.widget .block-3-read {
	font-size:12px;
	line-height:20px;
}
section.widget .block-3-read a {
	font-size:12px;
	line-height:20px;
}
section.widget .block-3-news-titles > div {
	line-height:14px;
	padding:10px 10px;
}

/* Home Page Block 3 End */

/* Category Title Start */

.category-title p {
	margin:10px 0 0 0;
}
.category-title h1{
	font-size: 25px;
}

/* Category Title End */

/* Category Main Block Start */

.item-1-more-line {
	width:70%;
}
/* Category Main Block End */

/* Page Title Start */

.page-title {
	padding:0 15px 15px;
}
.page-title p {
	margin:10px 0 0 0;
}
.page-title h1{
	font-size: 25px;
}

/* Page Title End */

/* Footer Start */
.copy-block {
	height:auto;
	font-size:12px;
	padding-top:30px;
	padding-bottom:45px;
	line-height:20px;
	text-align:center;
}
.footer-socials {
	text-align:center;
	line-height:50px;
}
/* Footer End */

.page-content span.error404 {
	font-size: 170px;
	line-height:200px;
	padding-bottom:100px;
}

.widget-top {padding-top:30px;}

/* Scroll To Top Start */

#scrolltop {
    bottom: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 35px;
	font-size: 29px;
    line-height: 32px;
}
/* Scroll To Top End */
}



@media only screen and (min-width : 768px) and (max-width : 992px) {

.wide .marquee-block, .boxed .marquee-block {
	margin:10px 15px 0;
	padding: 0;
}
.marquee-block ul {
	width:450px !important;
}

/* Featured Posts Style 2 Start */

.recent-two{
	min-height:200px;
}
.recent-two .recent-two-inside {
	min-height:200px;
}
.recent-two .item-data {
	font-size:24px;
	line-height:28px;
	bottom:47%;
}
.recent-two .item-data span {
	font-size:24px;
	line-height:28px;
}
.recent-two .item-date {
	font-size:12px;
	line-height:16px;
}
.recent-two .recent-two-smalls {
	font-size:18px;
	line-height:22px;
}
.recent-two-smalls  .item-data span {
	font-size:18px;
	line-height:22px;
}
.small-item-inside {
	position: relative;
	margin-left:20px;
}
.recent-two-small-item .item-data2 {
	font-size:16px;
	line-height:20px;
}
.recent-two-small-item .item-data2 span {
	font-size:16px;
	line-height:20px;

}

/* Featured Posts Style 2 End */
	
/* Category Item Style 3 Start */

.item-3-inside {
	padding:0 10px;
}

/* Category Item Style 3 End */

/* Category Item Style 4 Start */

.item-4-inside {
	padding:0 10px;
}

/* Category Item Style 4 End */

}



@media (min-width: 768px) {
	
/* Header Start */
.nav-mobile-menu {
	display:none;
}
.mobile-bars {
	display:none;
}
.nav-exit {
	display:none;
}
/* Header End */

}



@media (max-width: 992px) {

/* Boxed Start */

.boxed {
	max-width:1200px;
	margin:0 auto;
	background-color:#fff;
}
.shadow {
	box-shadow: none;
}

.boxed .right-sidebar {
	padding-right: 0;
    padding-left: 0;
}

/* Boxed End */

/* Wide Start */

.wide .right-sidebar {
	padding-right: 0;
    padding-left: 0;
}

/* Wide End */
	
.container {
    width: 100%;
}
/* Header Start */
header .top-bar {
	padding-right: 0;
    padding-left: 0;
}
header .main-menu {
	padding-right: 0;
    padding-left: 0;
}

header .logo-block .logo-left {
	text-align:center;
}
header .top-banner {
	padding-right: 15px;
    padding-left: 15px;
}
/* Header End */

/* Featured Posts Style 1 Start */	
.recent-one .item-data span {
	font-size:25px;
	line-height:30px;
}

/* Featured Posts Style 1 End */

}



@media (min-width: 992px) {
	
.boxed .container, .wide .container {
    width: 100%;
}
	
/* Header Start */
.wide header .top-bar {
	padding-right: 0;
    padding-left: 0;
}
.wide header .main-menu {
	padding-right: 0;
    padding-left: 0;
}

.top-banner section.widget {
	text-align:right;
}
/* Header End */
}

/* ALTERAÇÃO WIDGET HOME 3 */
/* 
section.widget .block-3-title a {
    color: #1f1723;
    text-shadow: none;
}

section.widget .block-3-title {
	position: static;
	padding-bottom: 0px;
}

section.widget .block-3-items {
	background-color: #fff;
}

section.widget .block-3-read {
	position: initial;
}

section.widget .block-3-read a {
    color: #191919;
}

section.widget .block-3-read {
    position: initial;
	color: #191919;
}

section.widget .block-3-meta {
	color: #191919;
}

section.widget .block-3-read a:hover {
    color: #ef0000;
    text-decoration: none;
}

section.widget .block-3-title a:hover {
    color: #ef0000;
    text-decoration: none;
}

.block-3-news-title img {
    float: left;
    width: 100px;
    height: 90px;
    border: 0;
	margin-right: 20px;
    display: block;
}

a.block-3-news-title {
	font-size: 20px;
    line-height: 22px;
    text-decoration: none;
    font-weight: 700;
}

section.widget .block-3-news-titles {
	height: 90%;
	margin-top: 9px;
}

section.widget .block-3-news-titles > div {
	display: block;
	padding: 8px 17px;
	-webkit-flex: 0;
}

section.widget .block-3-img {
	padding-top: 17px;
}

hr.block-3-news-separator {
	margin-bottom: 0px;
}

@media only screen and (min-width : 768px) { 
	hr.block-3-news-separator {
		display: none;
	}
	section.widget .block-3-img {
		padding-bottom: 29px;
		border-bottom: 1px solid #e7e7e7;
		min-height: 496px;
	}
} */
.elem-item-video {
  	position: absolute;
    z-index: 9;
    right: 50%;
    top: 35%;
    border: double 2px #fff;
    border-radius: 50%;
    background: #fff url(/wp-content/themes/horadopovo/fonts/play.svg) no-repeat;
}
.big-item .elem-item-video,
.block-3-img .elem-item-video {
	width: 50px;
    height: 50px;
    background-size: 48px;
}
.small-item .elem-item-video {
	width: 35px;
    height: 35px;
    background-size: 32px;
}
.block-1-item .elem-item-video {
	width: 30px;
    height: 30px;
    background-size: 28px;
    left: auto;
    top: auto;
    margin-top: 3%;
    margin-left: -12%;
    right: auto;
}
@media screen (min-width: 481px) and (max-width: 680px) {
	.block-1-item .elem-item-video {
		margin-left: -90px !important;
	}
	.widget_amerigo_recent_posts_small .elem-item-video {
		margin-left: -66px !important;
	}
}
@media screen (max-width: 481px) {
	.item-2-img .elem-item-video {
	    top: auto !important;
	    left: auto !important;
	    margin-top: 120px !important;
	}
	.widget_amerigo_recent_posts_small .elem-item-video {
		left: auto !important;
	    top: auto !important;
	    margin-left: -16% !important;
	    right: auto !important;
	    margin-top: 5% !important;
	}
}
@media screen (min-width: 481px) and (max-width: 901px) {
	.item-2-img .elem-item-video {
	    top: auto !important;
	    margin-top: 120px !important;
	    left: 50px !important;
	}
}
.item-2-img .elem-item-video {
	width: 50px;
    height: 50px;
    background-size: 48px;
    left: 12%;
}
.widget_amerigo_recent_posts_small ul li .elem-item-video {
    width: 26px;
    height: 26px;
    background-size: 22px;
    left: 15%;
    margin-top: 10%;
    top: auto;
}