/*
Theme Name: Gazeta
Theme URI: http://themeforest.net/user/PremiumLayers
Author: Toan Nguyen
Author URI: http://themeforest.net/user/PremiumLayers?ref=phpface
Description: Gazeta - Responsive Magazine & News Wordpress Theme
Version: 1.0.3.2
License: GNU General Public License
License URI: license.txt
Tags: black, green, white, light, dark, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: gazeta
*/

/*------------------------------------------------------------------
[TABLE OF CONTENTS]

	1. Global Styles
	2. Topbar
	3. OuterWrap  
	4. Header  
		4.1. Header - Nav 
		4.2. Header - Search 
		4.3. Header - Logo 
		4.4. News Ticker 
	5. Homepage Styles 
	6. Sidebar Styles 
	7. Banner Styles  
	8. Footer Styles 
	9. Subpage Styles 
	10. Team Styles 
	11. Contact 
	12. Login / Register 
	13. Search Page 
	14. Footer / Fixed 
	15. Extras 
	16. Responsive Styles 
	
-------------------------------------------------------------------*/

/* 1. Global Styles */

body {
	font-family:             'Josefin Sans', 'Times New Roman', serif;
	color:                   #000;
	background:              #77796E;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	-o-background-size:      cover;
	background-size:         cover;
}

p {
	font-family: Arial;
	font-size:   14px;
	line-height: 22px;
	color:       #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
}

a {
	color:      #000000;
	transition: .3s;
}

a:hover {
	color:           #e00000;
	text-decoration: none;
	outline:         0;
	transition:      .3s;
}

a:focus {
	text-decoration: none;
}

ul {
	padding: 0;
	margin:  0;
}

li {
	list-style:  none;
	margin:      0;
	font-family: Arial;
	font-size:   14px;
	color:       #333333;
	font-weight: 100;
}

blockquote {
	border-left: 6px solid #E00000;
}

address {
	font-style: italic;
}

/* 2. Topbar */

.top-bar {
	padding:    10px 40px;
	min-height: 40px;
}

.tb-left li {
	float:        left;
	margin-right: 35px;
	position:     relative;
}

.tb-left li:before, .tb-right li:before {
	content:               "";
	width:                 5px;
	height:                6px;
	-webkit-border-radius: 3px 2px 2px 3px/3px;
	-moz-border-radius:    3px 2px 2px 3px/3px;
	border-radius:         3px 2px 2px 3px/3px;
	background-color:      #444;
	-webkit-box-shadow:    0 1px rgba(255, 255, 255, .35), inset 1px 1px 2px rgba(0, 0, 0, .35);
	-moz-box-shadow:       0 1px rgba(255, 255, 255, .35), inset 1px 1px 2px rgba(0, 0, 0, .35);
	box-shadow:            0 1px rgba(255, 255, 255, .35), inset 1px 1px 2px rgba(0, 0, 0, .35);
	position:              absolute;
	top:                   6px;
	right:                 -20px;
}

.tb-left li:last-child:before, .tb-right li:last-child:before {
	display: none;
}

.tbl-date {
	font-size:      12px;
	font-weight:    bold;
	color:          #fff;
	text-transform: uppercase;
}

.tbl-temp {
	font-size:      12px;
	font-weight:    bold;
	color:          #fff;
	text-transform: uppercase;
}

.tbl-temp i {
	margin-right: 5px;
}

.tb-right li {
	float:       left;
	margin-left: 35px;
	position:    relative;
}

.tbr-login,
.tbr-login a {
	font-size:      12px;
	font-weight:    bold;
	color:          #fff;
	text-transform: uppercase;
}

.tbr-login a:hover {
	color: #e00000;
}

.tbr-social span a {
	color:       #FFF;
	font-size:   14px;
	margin-left: 10px;
}

.tbr-social span a:hover {
	color: #e00000;
}

.tb-right {
	display: table;
	float:   right;
}

/* 3. OuterWrap  */

.wrapper {
	background: #fff;
	margin-top: 14px;
	padding:    0;
	position:   relative;
}

.wrapper:before {
	content:    "";
	background: rgba(255, 255, 255, 0.6);
	height:     7px;
	position:   absolute;
	top:        -7px;
	left:       0;
	right:      0;
	width:      98.5%;
	margin:     0;
	margin:     0 auto;
}

.wrapper:after {
	content:    "";
	background: rgba(255, 255, 255, 0.7);
	height:     14px;
	position:   absolute;
	top:        -14px;
	left:       0;
	right:      0;
	width:      97%;
	margin:     0;
	margin:     0 auto;
}

/* 4. Header  */

header {
	background:    #f8f8f8;
	height:        53px;
	border-bottom: 1px solid #dddddd;
	position:      relative;
}

/* 4.1. Header - Nav */

header nav ul {
	padding-left: 19px;
}

header nav ul li {
	float:          left;
	font-family:    Oswald !important;
	font-size:      14px;
	color:          #000;
	text-transform: uppercase;
	height:         43px;
}

header nav ul li a {
	padding:    15px 15px;
	display:    table;
	background: transparent;
	position:   relative;
	color:      #000000;
}

header nav ul li a:hover {
	color: #000000;
}

header nav ul li a:hover,
header nav ul li.active a {
	background: #f0f0f0;
}

/* header nav ul li a:hover:after, 
header nav ul li.active a:after {
	content: "";
	position: absolute;
	height: 4px;
	width: 100%;
	bottom: 0;
	right: 0;
	left: 0;
	background: #e00000;
} */

header nav ul li a:hover {
	border-bottom: 4px solid #e00000 !important;
}

header nav ul li a {
	padding:    14px 15px;
	display:    table;
	background: transparent;
	position:   relative;
}

header nav ul.dropdown-menu li {
	float: none;
}

.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a {
	background-color: inherit;
	color:            #000000;
}

.dropdown-menu > li > a {
	padding: 8px 20px;
}

.mega-menu-item .cat-item,
.mega-menu-item .menu-item,
.menu-megamenu-category-container .menu li {
	float:         none !important;
	width:         100% !important;
	margin-bottom: 10px !important;
	position:      relative !important;
}

.mega-menu-item .cat-item a,
.mega-menu-item .menu-item a,
.menu-megamenu-category-container .menu li a {
	color:          #fff !important;
	text-transform: uppercase !important;
	padding-left:   20px !important;
}

.mega-menu-item .cat-item a:hover,
.mega-menu-item .menu-item a:hover,
.menu-megamenu-category-container .menu li a:hover {
	color:         #e00000 !important;
	border-bottom: none !important;
}

.mega-menu-item .menu-item a:before,
.mega-menu-item .cat-item a:before,
.menu-megamenu-category-container .menu li a:before {
	content:    "" !important;
	background: #e00000 !important;
	width:      7px !important;
	height:     7px !important;
	position:   absolute !important;
	top:        7px !important;
	left:       0 !important;
}

.mega-block-title {
	color:       #fff !important;
	font-weight: normal !important;
}

.mega-menu-megamenu .mega-sub-menu {
	margin: 0 0px 0 -15px !important;
	width:  102.5% !important;
}

.sub-nav {
	padding-right: 25px;
	position:      relative;
}

.sub-nav:before {
	content:     "\f0d7";
	font-family: 'FontAwesome';
	font-size:   14px;
	color:       #333333;
	position:    absolute;
	right:       8px;
	top:         15px;
}

.flickr_badge_image {
	float:   left !important;
	width:   33.33333% !important;
	height:  auto !important;
	padding: 0 20px 20px 0 !important;
	margin:  0 !important;
}

.flickr_badge_image img {
	width:      100%;
	height:     100%;
	max-width:  100%;
	max-height: 100%;
}

.mega-menu-horizontal {
	background: #f8f8f8 !important;
}

li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a {
	color:          #fff !important;
	text-transform: uppercase !important;
	padding:        3px 0px 3px 30px !important;
}

li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:hover {
	color:         #e00000 !important;
	border-bottom: none !important;
}

li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:before {
	content:    "" !important;
	background: #e00000 !important;
	width:      7px !important;
	height:     7px !important;
	position:   absolute !important;
	top:        19px !important;
	left:       16px !important;
}

/* 4.2. Header - Search */

.search-trigger {
	/* float: right; */
	width:       60px;
	height:      50px;
	border-left: 1px solid #dddddd;
	text-align:  center;
	line-height: 50px;
	color:       #e00000;
	font-size:   18px;
	/* margin-right: -15px; */
	cursor:      pointer;
	position:    absolute;
	z-index:     999;
	right:       12px;
	top:         -1px;
	z-index:     999999999999;
}

.search-trigger i {
	transition: .4s;
}

.search-trigger:hover {
	color: #000;
}

div.search {
	position: absolute;
	width:    100%;
	height:   100%;
	right:    0;
	padding:  0 15px;
	display:  none;
	z-index:  999999999;
	top:      0px;
}

div.search form {
	background: #f8f8f8;
	dispaly:    table;
	width:      100%;
	height:     49px;
	right:      0;
}

div.search form input {
	padding:       5px 40px;
	padding-right: 80px;
	background:    none;
	border:        none;
	color:         #000;
	font-size:     16px;
	font-family:   Arial;
	width:         100%;
	font-weight:   300;
	height:        49px;
}

div.search form button {
	position:      absolute;
	right:         0px;
	width:         60px;
	height:        50px;
	text-align:    center;
	line-height:   50px;
	color:         #e00000;
	font-size:     18px;
	border:        none;
	border-left:   1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background:    #f8f8f8;
	top:           0 transition : .4 s;
}

.mega-menu {
	position:   absolute;
	width:      100%;
	left:       0;
	right:      0;
	margin:     0;
	margin-top: 40px;
	border-top: 3px solid #e00000;
	padding:    0;
	overflow:   hidden;
	background: #1c1c1c;
	z-index:    99999999;
	transition: .4s;
	visibility: hidden;
	opacity:    0;
}

.mega-menu li {
	width:    20%;
	float:    left;
	position: relative;
}

.mega-menu li a {
	padding: 0;
}

.mega-menu li a:after {
	display: none;
}

header nav ul li:hover .mega-menu {
	visibility: visible;
	opacity:    1;
	margin-top: 0px;
	transition: .4s;
}

.news-feed, .bl-featured-big {
	position: relative;
	overflow: hidden;
}

.news-feed:after, .bl-featured-big:after {
	content:    "";
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.80)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
	filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	position:   absolute;
	bottom:     -45%;
	left:       0;
	right:      0;
	height:     100%;
	width:      100%;
	z-index:    11;
	transition: .4s;
}

.news-feed h4 {
	font-size:      18px;
	font-weight:    bold;
	color:          #f8f8f8;
	position:       absolute;
	left:           20px;
	bottom:         30px;
	text-transform: none;
	z-index:        77;
}

.news-feed p {
	font-size:      10px;
	font-weight:    bold;
	text-transform: uppercase;
	color:          #f8f8f8;
	position:       absolute;
	left:           20px;
	bottom:         14px;
	margin:         0;
	font-family:    'Josefin Sans', 'Times New Roman', serif;
	z-index:        77;
}

.news-feed:hover:after, .bl-featured-big:hover:after {
	position:   absolute;
	bottom:     -30%;
	left:       0;
	right:      0;
	height:     100%;
	width:      100%;
	z-index:    11;
	transition: .4s;
}

.sub-menu {
	padding: 25px 30px;
}

.sub-menu h3 {
	font-family:    Oswald;
	font-size:      18px;
	color:          #fff;
	text-transform: uppercase;
	margin:         0 0 11px;
	font-weight:    400;
}

.sub-menu ul {
	padding: 0;
}

.sub-menu ul li {
	float:         none;
	width:         100%;
	margin-bottom: 10px;
	position:      relative;
}

.sub-menu ul li:before {
	content:    "";
	background: #e00000;
	width:      7px;
	height:     7px;
	position:   absolute;
	top:        7px;
	left:       0;
}

.sub-menu ul li a {
	color:        #fff;
	background:   transparent !important;
	padding-left: 20px;
}

.sub-menu ul li a:hover {
	color: #e00000;
}

.sub-menu ul li a:before {
	display: none;
}

.sub-menu ul li:last-child {
	margin-bottom: 0;
}

.gazeta-advanced-megamenu-posts li {
	width:    25% !important;
	float:    left !important;
	position: relative !important;
	padding:  0 !important;
	margin:   0 !important;
}

.gazeta-advanced-megamenu-posts li .news-feed h4 {
	font-size:      18px !important;
	font-weight:    bold !important;
	position:       absolute !important;
	left:           20px !important;
	bottom:         30px !important;
	text-transform: none !important;
	z-index:        77 !important;
	color:          #f8f8f8 !important;
}

.gazeta-advanced-megamenu-posts li .news-feed .post-date a {
	font-size:      10px !important;
	font-weight:    bold !important;
	text-transform: uppercase !important;
	color:          #f8f8f8 !important;
	position:       absolute !important;
	left:           20px !important;
	bottom:         14px !important;
	margin:         0 !important;
	font-family:    'Josefin Sans', 'Times New Roman', serif !important;
	z-index:        77 !important;
}

.post-date a:hover {
	border-bottom: none !important;
}

/* 4.3. Header - Logo */

.header {
	background:    #fff;
	border-bottom: 1px solid #dddddd;
	position:      relative;
	display:       table;
	width:         100% !important;
	margin-bottom: 30px;
}

.logo {
	height:      116px;
	line-height: 127px;
	text-align:  center;
}

.logo .site-title {
	font-family:        'Josefin Sans', 'Times New Roman', serif;
	text-transform:     uppercase;
	font-size:          35px;
	font-weight:        bold;
	color:              #000;
	text-shadow:        2px 3px rgba(0, 0, 0, .1);
	margin-bottom:      0;
	line-height:        1.33 !important;
	word-wrap:          break-word;
	overflow:           hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 4.4. News Ticker */

.news-ticker {
	padding:      20px 0 13px;
	border-left:  1px solid #dddddd;
	padding-left: 110px;
	position:     relative;
}

.news-ticker:after {
	content:    "";
	background: url(assets/images/nt.png) no-repeat;
	width:      103px;
	height:     97px;
	position:   absolute;
	top:        10px;
	left:       -10px;
}

.news-ticker .item span,
.news-ticker .item span a {
	font-size:      12px;
	font-weight:    bold;
	text-transform: uppercase;
	color:          #e00000;
}

.news-ticker .item p a {
	font-size:      10px;
	text-transform: uppercase;
	color:          #777;
	margin:         0;
	font-weight:    700;
}

.news-ticker .item h4 {
	margin: 7px 0px 2px !important;
}

#news-ticker .slick-prev {
	width:            20px;
	height:           20px;
	background-color: #fff;
	display:          table;
	font-size:        0px;
	position:         relative;
	position:         absolute;
	right:            6px;
	top:              0;
	border:           none;
}

#news-ticker .slick-prev:after {
	content:     "\f106";
	font-family: 'FontAwesome';
	font-size:   12px;
	color:       #000;
	width:       20px;
	height:      20px;
	text-align:  center;
	line-height: 19px;
	border:      solid 1px #777;
	display:     table;
	position:    absolute;
	top:         0;
	left:        0;
	right:       0;
}

#news-ticker .slick-next {
	width:            20px;
	height:           20px;
	background-color: #fff;
	display:          table;
	font-size:        0px;
	position:         relative;
	position:         absolute;
	right:            -15px;
	top:              0;
	border:           none;
}

#news-ticker .slick-next:after {
	content:     "\f107";
	font-family: 'FontAwesome';
	font-size:   12px;
	color:       #000;
	width:       20px;
	height:      20px;
	text-align:  center;
	line-height: 19px;
	border:      solid 1px #777;
	display:     table;
	position:    absolute;
	top:         0;
	left:        0;
	right:       0;
}

#news-ticker .slick-prev:hover:after,
#news-ticker .slick-next:hover:after {
	color:        #e00000;
	border-color: #e00000;
}

/* 5. Homepage Styles */
.error404 .main-content {
	padding: 0 0 25px 11px;
}

.left-sidebar .main-content-inner {
	float: right;
}

.left-sidebar .sidebar {
	float: right;
}

.page-template-template-builder .main-content {
	padding-left:  30px;
	padding-right: 30px;
}

div.post {
	margin-bottom: 30px;
}

.format-audio .jetpack-video-wrapper iframe {
	height: 150px !important;
}

.post-thumbnail-image {
	position: relative;
}

.b1-aside h5 {
	background: url(assets/images/sep.png) repeat-x center;
	margin:     0 0 30px;
}

.b1-aside h5 span {
	background:     #333333;
	height:         38px;
	line-height:    38px;
	padding:        0;
	width:          130px;
	text-align:     center;
	font-size:      14px;
	font-weight:    bold;
	color:          #fff;
	font-family:    Josefin Sans;
	text-transform: uppercase;
	display:        table;
	margin:         0 auto;
}

.thumb {
	position: relative;
}

.thumb-cat {
	font-size:      12px;
	font-weight:    bold;
	color:          #fff;
	text-transform: uppercase;
	position:       absolute;
	left:           0;
	right:          0;
	text-align:     center;
	top:            inherit !important;
	bottom:         4px !important;
}

.thumb-cat a {
	color:      #fff;
	background: rgb(51, 51, 51);
	padding:    5px;
}

.bla-content p {
	font-size:      10px;
	text-transform: uppercase;

	margin:         0;
	padding:        10px 0 5px;
	text-align:     center;
	font-weight:    700;
	font-weight:    700;
}

.bla-content p a {
	color: #777;
}

.bla-content h4 {
	text-align: center;
	margin:     0px;
	font-size:  16px;
	margin:     0;
}

.bla-content-classic .bb-meta span,
.bla-content-classic .bb-meta span .fa {
	font-size:      11px;
	text-transform: capitalize;
}

.cat-default {
	text-align: center;
	display:    table;
	width:      100%;
	color:      #e00000;
}

.cat-default a {
	font-size:      12px;
	font-weight:    bold;
	text-transform: uppercase;
	color:          #e00000;
}

.sep {
	height:        3px;
	background:    none repeat scroll 0% 0% #000;
	width:         130px;
	margin:        20px auto;
	border-top:    1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.nicescroll-rails {
	position:   fixed;
	top:        0px !important;
	right:      0px !important;
	z-index:    999;
	background: rgba(0, 0, 0, 0) !important;
	padding:    0px;
}

.nicescroll-rails div {
	background: rgba(0, 0, 0, 0.4) !important;
}

.nicescroll-rails:before {
	content:    "";
	width:      12px;
	background: rgba(255, 255, 255, 0.1) !important;
	position:   absolute;
	height:     100%;
	top:        0;
	right:      0;
	left:       0;
	z-index:    -1;
}

.btn1 {
	background:     #000000;
	display:        table;
	margin:         0 auto;
	height:         26px;
	padding:        0 20px;
	font-size:      10px;
	font-weight:    bold;
	text-transform: uppercase;
	color:          #fff;
	line-height:    26px;
}

.bla-content.banner {
	margin-top:    33px;
	margin-bottom: 40px;
}

.bla-content.banner img {
	border: 10px solid #e5e5e5;
}

.banner {
	margin-top:    33px;
	margin-bottom: 40px;
}

.banner img {
	border: 10px solid #e5e5e5;
}

.all-cat .bl-featured-big {
	margin-bottom: 20px;
}

.bl-featured-big {
	position:      relative;
	margin-bottom: 30px;
}

.bl-featured-big .bb-meta {
	color: #fff;
}

.bl-featured-big img {
	width: 100%;
}

.bl-meta {
	position:       absolute;
	top:            30px;
	left:           30px;
	font-family:    Oswald;
	text-transform: uppercase;
	color:          #fff;
}

.bl-meta span a {
	color: #fff;
}

.bl-meta span i {
	font-size:    18px;
	margin-right: 7px;
}

.bl-meta span {
	margin-bottom: -12px;
	display:       table;
}

.bl-info {
	position:      absolute;
	bottom:        30px;
	left:          30px;
	color:         #fff;
	z-index:       777;
	width:         100%;
	padding-right: 30px;
}

.bl-info span a {
	font-size:      12px;
	font-weight:    bold;
	text-transform: uppercase;
	color:          #fff;
}

.bl-info h3 {
	margin:      5px 0 15px;
	color:       #fff;
	font-size:   30px;
	line-height: 30px;
}

.bl-info h3 a {
	color: #fff;
}

.block-right {
	padding-right: 0;
}

.rmore {
	color:         #fff;
	font-family:   Playfair Display;
	text-align:    right;
	font-size:     12px;
	display:       table;
	float:         right;
	font-style:    italic;
	padding-right: 30px;
}

.rmore i {
	margin-left: 10px;
}

.featured-news h5, .cat-blocks .section-heading, .featured-news2 h5 {
	background: url(assets/images/sep.png) repeat-x center;
	margin:     0 0 30px;
}

.cat-blocks .section-heading {
	background: url(assets/images/sep.png) repeat-x center;
	margin:     0 0 24px;
	position:   relative;
}

.cat-blocks .section-heading span:after {
	content:    "";
	width:      8px;
	height:     13px;
	background: url(assets/images/cb-ribbon.png) no-repeat;
	position:   absolute;
	right:      -7px;
	top:        0;
}

.cat-blocks .section-heading span a {
	color: #fff;
}

.featured-news h5 span, .cat-blocks .section-heading span, .featured-news2 h5 span {
	background:     #333333;
	height:         40px;
	line-height:    40px;
	padding:        0 30px;
	text-align:     center;
	font-size:      15px;
	font-weight:    bold;
	color:          #fff;
	font-family:    Josefin Sans;
	text-transform: uppercase;
	display:        table;
	margin:         0 auto;
	position:       relative;
}

.cat-blocks .section-heading span {
	background: #e00000;
	margin:     0;
	font-size:  16px;
	padding:    0 24px;
}

.fn-thumb {
	position: relative;
}

.fn-thumb img {
	max-width: 100%;
}

.fn-inner h4 {
	color:       #333333;
	font-size:   22px;
	line-height: 26px;
	margin:      15px 0 5px;
}

.fn-inner h4 a {
	color: #333333;
}

.fn-inner h4 a:hover {
	color: #e00000;
}

.fn-inner em a {
	font-size:      10px;
	font-weight:    bold;
	text-transform: uppercase;
	color:          #999999;
	font-style:     normal;
	display:        table;
	margin-bottom:  10px;
}

.fn-inner p {
	font-size:     14px;
	font-family:   Arial;
	color:         #333333;
	line-height:   20px;
	margin-bottom: 35px;
}

.fn-meta {
	position:       absolute;
	top:            0;
	color:          #fff;
	left:           0;
	right:          0;
	padding:        15px;
	text-transform: uppercase;
	font-size:      12px;
	font-weight:    bold;
}

.fn-meta a {
	color: #fff;
}

.fn-meta span {
	float: right;
}

.fn-meta span i {
	font-size: 14px;
}

.post-meta-category {
	float:      left;
	background: rgba(0, 0, 0, 0.7);
	padding:    3px 15px;
}

.cb-big {
	position: relative;
	overflow: hidden;
	cursor:   pointer;
}

.cb-big h3 {
	font-size: 22px;
}

.cb-big p {
	font-size:      10px;
	font-weight:    bold;
	color:          #fff;
	text-transform: uppercase;
	margin:         -5px 0 0;
}

.cb-big:after {
	content:    "";
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.80)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
	/* W3C */
	filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	/* IE6-9 */
	position:   absolute;
	bottom:     -45%;
	left:       0;
	right:      0;
	height:     100%;
	width:      100%;
	z-index:    1;
	transition: .4s;
}

.cb-big:hover:after {
	position:   absolute;
	bottom:     -30%;
	left:       0;
	right:      0;
	height:     100%;
	width:      100%;
	z-index:    11;
	transition: .4s;
}

.cb-big .bl-meta,
.cb-big .bl-info {
	z-index: 111;
}

.cb-big .bl-meta {
	bottom: 30px;
	top:    auto;
}

.cb-info .cat {
	font-size:      12px;
	font-weight:    bold;
	text-transform: uppercase;
	color:          #e00000;
	margin-bottom:  -5px;
	display:        table;
}

.cb-info h5 {
	font-size:   22px;
	line-height: 26px;
}

.cb-info h5 a {
	color: #333;
}

.cb-info h5 a:hover {
	color: #e00000;
}

.cb-info .date a {
	font-size:      10px;
	font-weight:    bold;
	text-transform: uppercase;
	color:          #999999;
	font-style:     normal;
	display:        table;
	margin-bottom:  10px;
}

.cb-info p {
	font-size:   14px;
	color:       #333;
	font-family: Arial;
	line-height: 20px;
}

.cb-info .read-more {
	background:  #e00000;
	line-height: 41px;
	padding:     7px 20px;
	font-weight: 600;
	color:       #fff;
}

.cb-info .read-more:hover {
	background: #999999;
}

.cb-info ul {
	margin-top: 30px;
}

.cb-info ul li {
	float:         none;
	width:         100%;
	margin-bottom: 0;
	position:      relative;
	padding-left:  20px;
	border-bottom: 1px dotted #3f3f3f;
	padding:       9px 0 12px 20px;
}

.cb-info ul li:first-child {
	border-top: 1px dotted #3f3f3f;
}

.cb-info ul li:before {
	content:    "";
	background: #e00000;
	width:      7px;
	height:     7px;
	position:   absolute;
	top:        19px;
	left:       0;
}

.cb-info ul li a {
	color:       #000000;
	background:  transparent !important;
	font-size:   16px;
	font-family: Playfair Display;
	font-weight: bold;
	line-height: 20px;
}

.cb-info ul li a:hover {
	color: #e00000;
}

.opt-inner {
	background:         #00aced;
	padding:            28px 30px 20px;
	-webkit-box-shadow: 3px 4px #f4f4f4;
	-moz-box-shadow:    3px 4px #f4f4f4;
	box-shadow:         3px 4px #f4f4f4;
	position:           relative;
}

.opt-inner.flexslider {
	margin:                0 !important;
	border:                none !important;
	-webkit-border-radius: 0 !important;
	box-shadow:            none !important;
}

.opt-inner.flexslider .slides {
	margin: -9px;
}

.opt-inner p {
	font-family:    Playfair Display;
	font-size:      18px;
	font-weight:    bold;
	font-style:     italic;
	color:          #fff;
	line-height:    24px;
	letter-spacing: -0.2px;
	position:       relative;
}

.opt-inner ul li {
	border-bottom: none !important;
}

.opt-inner:after {
	content:    "";
	background: url("assets/images/opt.png") no-repeat;
	width:      30px;
	height:     22px;
	position:   absolute;
	bottom:     -22px;
	left:       70px;
}

.opt-inner p a {
	color: #aafcff;
}

.opt-inner em {
	color:       #ffffff;
	font-family: Arial;
	font-style:  normal;
	font-size:   12px;
}

.opt-inner em a {
	color: #fff;
}

.opi-inner {
	background-color:   #fff;
	-webkit-box-shadow: 3px 4px #f4f4f4;
	-moz-box-shadow:    3px 4px #f4f4f4;
	box-shadow:         3px 4px #f4f4f4;
	border:             solid 1px #ddd;
	padding:            30px 30px 20px;
	position:           relative;
}

.opi-inner:after {
	content:    "";
	background: url("assets/images/opi.png") no-repeat;
	width:      29px;
	height:     23px;
	position:   absolute;
	bottom:     -22px;
	left:       70px;
}

.opi-inner em {
	font-size:      12px;
	font-weight:    bold;
	text-transform: uppercase;
	color:          #333;
	font-style:     normal;
}

.opi-inner em .position {
	font-style:     italic;
	color:          #656565;
	text-transform: none;
}

.opi-inner em .position:before {
	content:      "-";
	margin-left:  3px;
	margin-right: 3px;
}

.opi-inner p {
	font-family: Playfair Display;
	font-size:   18px;
	font-weight: bold;
	font-style:  italic;
	color:       #333333;
	line-height: 24px;
	padding:     10px 0 10px;
}

.ico {
	width:         60px;
	height:        60px;
	/* border: 5px solid #dddddd; */
	border-radius: 50%;
	margin:        20px 0 0 10px;
	display:       table;
	color:         #00aced;
	line-height:   50px;
	font-size:     30px;
	text-align:    center;
	background:    #fff;
}

.ico.no-avatar {
	border: 5px solid #dddddd;
}

.ico img {
	width:         70px;
	height:        auto;
	border-radius: 50%;
	border:        5px solid #dddddd;
}

.ico.twitter-avatar {
	border: none;
}

.ico.twitter-avatar img {
	border-radius: 50%;
	border:        5px solid #dddddd;
}

.all-cat {
	display: table;
	width:   100%;
}

.all-cat .category-link {
	margin:  0;
	padding: 0;
}

.all-cat .category-link a {
	background: rgba(0, 0, 0, 0.7);
	padding:    3px 15px;
}

.block-heading,
.all-cat h5 {
	background: url(assets/images/sep.png) repeat-x center;
	margin:     0 0 33px;
}

.p-news-big h5 {
	background: url(assets/images/sep1.png) repeat-x center;
	margin:     0 0 33px;
}

.block-heading span,
.all-cat h5 span, .p-news-big h5 span {
	background:     #333;
	height:         41px;
	line-height:    41px;
	padding:        0 20px;
	text-align:     center;
	font-size:      16px;
	font-weight:    600;
	color:          #fff;
	font-family:    Josefin Sans;
	text-transform: uppercase;
	display:        table;
	margin:         0 auto;
	position:       relative;
	z-index:        888;
}

.block-heading span a {
	color: #fff;
}

.p-news-big h5 span {
	background: #e00000;
}

.allcat-feed {
	position: relative;
	overflow: hidden;
}

.allcat-feed:after {
	content:    "";
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.80)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
	/* W3C */
	filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	/* IE6-9 */
	position:   absolute;
	bottom:     -45%;
	left:       0;
	right:      0;
	height:     100%;
	width:      100%;
	z-index:    11;
	transition: .4s;
}

.allcat-feed h4 {
	font-size:      18px;
	font-weight:    bold;
	color:          #f8f8f8;
	position:       absolute;
	left:           20px;
	bottom:         10px;
	text-transform: none;
	z-index:        77;
}

.allcat-feed h4 a {
	color: #fff;
}

.allcat-feed p a {
	font-size:      10px;
	font-weight:    bold;
	text-transform: uppercase;
	color:          #f8f8f8;
	position:       absolute;
	left:           20px;
	bottom:         65px;
	margin:         0;
	font-family:    'Josefin Sans', 'Times New Roman', serif;
	z-index:        77;
}

.allcat-feed:hover:after {
	position:   absolute;
	bottom:     -30%;
	left:       0;
	right:      0;
	height:     100%;
	width:      100%;
	z-index:    11;
	transition: .4s;
}

.ac-inner {
	padding-bottom: 12px;
	background:     url(assets/images/pat1.png);
	padding-top:    45px;
	margin-top:     -46px;
	position:       relative;
	z-index:        0;
	display:        table;
	width:          100%;
	padding-left:   15px;
	padding-right:  15px;
}

.fn2-inner {
	border-bottom:  1px dotted #7f7f7f;
	padding-bottom: 20px;
	margin-bottom:  20px;
}

.fn2-thumb {
	width:    270px;
	float:    left;
	position: relative;
}

.fn2-info {
	margin-left: 290px;
}

.fn2-meta a,
.fn2-meta {
	color:          #e00000;
	padding:        0px;
	text-transform: uppercase;
	font-size:      12px;
	font-weight:    bold;
}

.fn2-meta span {
	float: right;
}

.fn2-meta span i {
	font-size: 14px;
}

.fn2-info h4 {
	color:       #333333;
	font-size:   22px;
	line-height: 26px;
	margin:      5px 0 10px;
}

.fn2-info h4 a {
	color: #333333;
}

.fn2-info h4 a:hover {
	color: #e00000;
}

.fn2-info em a {
	font-size:      10px;
	font-weight:    bold;
	text-transform: uppercase;
	color:          #999999;
	font-style:     normal;
	display:        table;
	margin-bottom:  10px;
}

.fn2-info p {
	font-size:     14px;
	font-family:   Arial;
	color:         #333333;
	line-height:   20px;
	margin-bottom: 0px;
}

.featured-main {
	margin-top: -30px;
}

.psi-thumb {
	position: relative;
}

.p-news-big {
	background:    #232323;
	margin-top:    -30px;
	padding:       30px 0 30px;
	display:       block;
	width:         100%;
	margin-bottom: 33px;
}

.ps-info {
	padding: 0 15px;
}

.ps-info h4 {
	text-align:  center;
	font-family: Playfair Display;
	font-size:   20px;
	font-weight: bold;
	color:       #fff;
	line-height: 22px;
	padding:     0 30px;
	margin:      15px 0;
}

.ps-info h4 a {
	color: #fff;
}

.ps-info h4 a:hover {
	color: #e00000;
}

.ps-info span a {
	font-size:      10px;
	font-weight:    bold;
	text-transform: uppercase;
	color:          #fff;
	font-family:    'Josefin Sans', 'Times New Roman', serif;
	z-index:        77;
	text-align:     center;
	display:        table;
	width:          100%;
	margin:         0 0 15px;
}

.ps-info p {
	color:       #dddddd;
	font-family: Arial;
	font-size:   14px;
	line-height: 22px;
	text-align:  center;
	padding:     0 20px;
}

.psi-more {
	font-family: Arial;
	font-size:   11px;
	font-weight: bold;
	color:       #f8a631;
	text-align:  center;
	display:     table;
	width:       100%;
}

.cat-tag {
	background:     rgba(0, 0, 0, 0.7);
	padding:        0 15px;
	line-height:    23px;
	text-transform: uppercase;
	color:          #fff;
	font-size:      11px;
	font-weight:    bold;
	position:       absolute;
	top:            10px;
	left:           10px;
}

.cat-tag a {
	color: #fff;
}

#pnews-slider .slick-next {
	position:              absolute;
	top:                   -72px;
	right:                 15px;
	width:                 37px;
	height:                36px;
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	border-radius:         50%;
	background-color:      #fff;
	font-size:             0px;
}

#pnews-slider .slick-prev {
	position:              absolute;
	top:                   -72px;
	right:                 52px;
	width:                 37px;
	height:                36px;
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	border-radius:         50%;
	background-color:      #fff;
	font-size:             0px;
}

#pnews-slider .slick-prev:after {
	content:       "\f053";
	font-family:   'FontAwesome';
	font-size:     15px;
	color:         #000;
	width:         39px;
	height:        38px;
	padding:       6px 10px;
	text-align:    center;
	display:       table;
	border:        3px solid #232323;
	border-radius: 50%;
	position:      absolute;
	top:           -3px;
	left:          -3px;
	right:         0px;
}

#pnews-slider .slick-next:after {
	content:       "\f054";
	font-family:   'FontAwesome';
	font-size:     15px;
	color:         #000;
	width:         39px;
	height:        38px;
	padding:       6px 0 6px 3px;
	text-align:    center;
	display:       table;
	border:        3px solid #232323;
	border-radius: 50%;
	position:      absolute;
	top:           -3px;
	left:          -3px;
	right:         0px;
}

#pnews-slider .slick-prev:hover:after,
#pnews-slider .slick-next:hover:after {
	color: #e00000;
}

/* 6. Sidebar Styles */

aside {
	padding-left: 30px !important;
}

.side-widget {
	margin-bottom: 33px;
}

.side-widget .recent-posts-widget {
	float: left;
}

.side-widget h5, .sw-twitter h5 {
	background: url(assets/images/sep.png) repeat-x center;
	margin:     0 0 33px;
}

.side-widget h5 span, .sw-twitter h5 span {
	background:     #e00000;
	height:         38px;
	line-height:    38px;
	padding:        0 20px;
	text-align:     center;
	font-size:      14px;
	font-weight:    bold;
	color:          #fff;
	font-family:    Josefin Sans;
	text-transform: uppercase;
	display:        table;
	margin:         0 auto;
}

.gazeta-widget .bb-meta {
	margin-top:     10px;
	border-bottom:  none;
	padding-bottom: 0;
}

.gazeta-widget .pn-info .bb-meta {
	margin-top: 0px;
	font-size:  12px;
}

.gazeta-widget .bb-meta span {
	font-size: 11px;
}

.gazeta-widget .bb-meta span,
.gazeta-widget .pn-info .bb-meta span {
	color:        #777;
	margin-right: 10px;
}

.gazeta-widget .bb-meta span .fa,
.gazeta-widget .pn-info .bb-meta span i.fa {
	font-size: 13px;
	position:  relative;
	left:      0;
	top:       0;
	color:     #777;
}

.gazeta-widget.jetpack_subscription_widget form {
	background: #f4f4f4;
	border:     1px solid #ddd;
	padding:    20px;
	position:   relative;
	z-index:    888;
}

.gazeta-widget.jetpack_subscription_widget form #subscribe-text p {
	font-family: PlayfairDisplay;
	font-size:   14px;
	font-style:  italic;
	color:       #333;
	padding:     15px 0 0 19px;
}

.gazeta-widget.jetpack_subscription_widget form #subscribe-text p img {
	float:         left;
	padding-right: 12px;
}

.gazeta-widget.jetpack_subscription_widget form input[type="email"],
.gazeta-widget.jetpack_subscription_widget form input[type="submit"] {
	height:           49px;
	background-color: #fff;
	border:           solid 1px #ddd;
	padding:          5px 10px !important;
	font-size:        14px;
	font-family:      Arial;
	color:            #333;
	width:            100% !important;
}

.gazeta-widget.jetpack_subscription_widget form input[type="submit"] {
	background: #2c3e50;
	color:      #fff;
}

.gazeta-widget.jetpack_subscription_widget form input[type="submit"]:hover {
	background: #999999;
}

.gazeta-widget.jetpack_subscription_widget .success {
	background: rgb(34, 184, 34);
	padding:    10px 10px 1px 10px;
}

.gazeta-widget.jetpack_subscription_widget .success p {
	color:      #fff;
	font-style: italic;
}

.gazeta-widget.jetpack_subscription_widget .error {
	background: #ed3f3f;
	color:      #fff;
	padding:    10px 10px 10px 10px;
}

.gazeta-widget .login-content {
	padding: 17px 30px 20px 30px;
}

.bla-content-classic .bb-meta {
	margin-top: 10px;
	text-align: center;
	font-size:  12px;
}

.list-of-posts .bb-meta {
	margin: 10px 0 10px 0;
}

.list-of-posts .bb-meta span {
	font-size: 11px;
}

.list-of-posts .bb-meta span i,
.list-of-posts .bb-meta span {
	font-size: 11px !important;
}

/** Widgets Default **/
.footer-widget ul li,
.side-widget ul li {
	margin: 8px 0;
}

.footer-widget ul.sub-menu,
.side-widget ul.sub-menu {
	padding-top:    0 !important;
	padding-bottom: 0 !important;
}

.footer-widget ul.sub-menu li a,
.side-widget ul.sub-menu li a {
	color: #000;
}

.footer-widget ul.sub-menu li:before,
.side-widget ul.sub-menu li:before {
	background: none;
}

.footer-widget ul li,
.footer-widget ul li a,
.side-widget ul li,
.side-widget ul li a {
	font-size:          14px;
	letter-spacing:     1px;
	-webkit-transition: 0.4s;
	-moz-transition:    0.4s;
	-ms-transition:     0.4s;
	-o-transition:      0.4s;
	transition:         0.4s;
	word-wrap:          break-word;
}

.footer-widget select,
.side-widget select {
	width:       100%;
	padding:     8px;
	font-family: Arial;
}

.footer-widget img,
.side-widget img {
	max-width: 100%;
	height:    auto;
}

.tagcloud a,
.widget_tag_cloud a {
	font-family:        Arial;
	margin-bottom:      .2em;
	display:            inline-block !important;
	color:              #5e5e5e;
	background:         #fff;
	display:            block;
	padding:            .5em;
	font-size:          .9em;
	position:           relative;
	border:             1px solid #E8E8E8;
	-webkit-transition: all 0.25s ease;
	-moz-transition:    all 0.25s ease;
	-o-transition:      all 0.25s ease;
	-ms-transition:     all 0.25s ease;
	transition:         all 0.25s ease;
}

.tagcloud a:hover,
.widget_tag_cloud a:hover {
	background: #999999;
	color:      #fff;
}

.widget_calendar table {
	font-family: Arial;
}

.widget_calendar table caption {
	text-align: center;
}

.sw-inner {
	padding:       25px 0px 30px 30px;
	border-left:   1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-top:    -45px;
}

.p-news .sw-inner {
	padding-top: 20px !important;
}

.p-news ul {
}

.p-news ul li {
	margin:        0;
	padding:       20px 0;
	border-bottom: 1px dotted #7f7f7f;
	display:       table;
	width:         100%;
}

.p-news ul li:last-child {
	padding-bottom: 0;
	border-bottom:  none;
}

.p-news ul li img {
	width: 110px;
	float: left;
}

.pn-info {
	margin-left: 120px;
}

.pn-info span a {
	font-size:      10px !important;
	font-weight:    bold;
	text-transform: uppercase;
	color:          #e00000;
	margin:         0;
	font-family:    'Josefin Sans', 'Times New Roman', serif;
}

.pn-info h4 {
	font-size:   15px;
	margin:      0px;
	line-height: 20px;
}

.pn-info h4 a {
	color: #000;
}

.pn-info h4 a:hover {
	color: #e00000;
}

.sw-banner img {
	background: #e5e5e5;
	padding:    20px;
}

.sw-twitter ul li {
	margin:        0;
	padding:       20px 0;
	border-bottom: 1px dotted #7f7f7f;
	display:       table;
	width:         100%;
}

.sw-twitter ul li:last-child {
	padding-bottom: 0;
	border-bottom:  none;
}

.sw-twitter ul li h4 a {
	color: rgb(224, 0, 0);
}

.sw-twitter ul li img {
	width: 75px;
	float: left;
}

.swt-inner {
	margin-left: 85px;
}

.swt-inner span {
	font-size:   16px;
	font-weight: bold;
	color:       #333;
	margin-top:  -5px;
	display:     table;
}

.swt-inner h4 {
	margin:         5px 0;
	font-family:    Arial;
	font-weight:    normal;
	color:          #333333;
	font-size:      14px;
	line-height:    20px;
	letter-spacing: -0.05px;
}

.swt-inner p {
	margin:         0 0 -7px;
	font-family:    Arial;
	font-weight:    normal;
	color:          #000000;
	font-size:      10px;
	text-transform: uppercase;
}

.swt-inner h4 a {
	color: #428bca;
}

.swt-inner h4 a:hover {
	color: #000;
}

.sw-video h5 span {
	background: #333333;
}

.sw-video ul li {
	margin:        0;
	padding:       15px 0px 20px 30px;
	border-bottom: 1px dotted #7f7f7f;
	display:       table;
	width:         100%;
	position:      relative;
}

.sw-video ul li:first-child {
	padding-left: 0;
	display:      block;
}

.parallel-list ul li {
	padding: 15px 0px 20px 0px;
}

.sw-video ul li:last-child {
	padding-bottom: 0;
	border-bottom:  none;
}

.sw-video ul li img {
	margin-bottom: 10px;
}

.sw-video ul li span {
	color: #e00000;
}

.sw-video ul li span a {
	font-size:      10px;
	font-weight:    bold;
	text-transform: uppercase;
	color:          #e00000;
	margin:         0;
	font-family:    'Josefin Sans', 'Times New Roman', serif;
}

.sw-video ul li h4 {
	color:       #000000;
	font-size:   15px;
	font-weight: bold;
	line-height: 20px;
	margin:      0;
}

.sw-video ul li i {
	color:     #f50044;
	font-size: 16px;
	position:  absolute;
	left:      0;
	top:       38px;
}

.swv-thumb {
	position: relative;
}

.swv-thumb:before {
	content:    "";
	background: url(assets/images/play.png) no-repeat;
	width:      38px;
	height:     37px;
	position:   absolute;
	right:      20px;
	bottom:     18px;
}

input[type=radio].css-checkbox {
	position: absolute;
	z-index:  -1000;
	left:     -1000px;
	overflow: hidden;
	clip:     rect(0 0 0 0);
	height:   1px;
	width:    1px;
	margin:   -1px;
	padding:  0;
	border:   0;
}

input[type=radio].css-checkbox + label.css-label {
	padding-left:        30px;
	height:              15px;
	display:             inline-block;
	line-height:         15px;
	background-repeat:   no-repeat;
	background-position: 0 0;
	font-size:           14px;
	font-family:         Arial;
	color:               #333333;
	font-weight:         normal;
	vertical-align:      middle;
	cursor:              pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}

label.css-label {
	background-image:      url(assets/images/cbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select:   none;
	-khtml-user-select:    none;
	-moz-user-select:      none;
	-ms-user-select:       none;
	user-select:           none;
}

.wp-polls {
	padding:       25px 0px 30px 30px;
	border-left:   1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-top:    -45px;
}

.wp-polls h4,
.sw-poll h4 {
	font-size:   24px;
	font-weight: bold;
	font-style:  italic;
	color:       #333;
	line-height: 30px;
	margin:      0 0 23px;
}

.wp-polls-ul li label {
	font-weight: normal;
}

.wp-polls-form a[href="#ViewPollResults"],
.wp-polls-form input[name="vote"] {
	height:         40px;
	padding:        0 30px;
	line-height:    40px;
	display:        inline-block;
	margin-right:   10px;
	background:     #2980b9;
	color:          #fff;
	text-transform: uppercase;
	font-weight:    bold;
	border:         none;
}

.wp-polls-form a[href="#ViewPollResults"] {
	background: #2c3e50;
}

.wp-polls-form a[href="#ViewPollResults"]:hover,
.wp-polls-form input[name="vote"]:hover {
	background: #999999;
}

.sw-poll h5 span {
	background: #333;
}

.sw-poll li {
	padding-bottom: 8px;
}

.dual-btns {
	margin-top: 20px;
}

.dual-btns a {
	height:         40px;
	padding:        0 30px;
	line-height:    40px;
	display:        inline-block;
	margin-right:   10px;
	background:     #2980b9;
	color:          #fff;
	text-transform: uppercase;
	font-weight:    bold;
}

.dual-btns a:nth-child(2) {
	background: #2c3e50;
}

.dual-btns a:hover

!important
{
	background: #000
;
}

.sw-contributors .sw-inner, .sw-subscribe .sw-inner {
	padding-top: 40px;
}

.sw-contributors h5 span {
	background: #333;
}

.sw-contributors ul {
	margin-left:   0px;
	display:       table;
	width:         100%;
	margin-bottom: -7px;
}

.sw-contributors ul li {
	width:         25%;
	padding-left:  7px;
	margin-bottom: 7px;
	float:         left;
}

.sw-subscribe h5 span {
	background: #333;
}

.newsletter {
	background: #f4f4f4;
	border:     1px solid #ddd;
	padding:    20px;
	position:   relative;
	z-index:    888;
}

#newsletter {
	position:     relative;
	margin-right: 30px;
}

#newsletter:before {
	background: #FFF;
	border:     1px solid #ddd;
	content:    "";
	position:   absolute;
	top:        3px;
	left:       3px;
	width:      100%;
	height:     100%;
	z-index:    99;
}

#newsletter:after {
	background: #FFF;
	border:     1px solid #ddd;
	content:    "";
	position:   absolute;
	top:        6px;
	left:       6px;
	width:      100%;
	height:     100%;
	z-index:    77;
}

.newsletter input {
	height:           49px;
	background-color: #fff;
	border:           solid 1px #ddd;
	padding:          5px 10px;
	font-size:        14px;
	font-family:      Arial;
	color:            #333;
	width:            100%;
}

.sws-inner {
	display: table;
	width:   100%;
}

.sws-inner img {
	float:      left;
	padding:    6px 6px 0;
	width:      120px;
	background: #333333;
	margin:     0 20px;
}

.sws-inner p {
	font-family: PlayfairDisplay;
	font-size:   14px;
	font-style:  italic;
	color:       #333;
	padding:     15px 0 0;
}

/* 7. Banner Styles */

.big-banner {
	background:    #fff;
	padding:       20px;
	border-bottom: 3px solid #f4f4f4;
	border-top:    1px solid #DDD;
}

.big-banner a {
	display: table;
	margin:  0 auto;
}

/* 8. Footer Styles */

footer {
	border-top: 1px solid #ddd;
	padding:    0 !important;
}

.footer-widget {
	padding:      30px;
	border-right: 1px solid #ddd;
	min-height:   457px;
}

.footer-logo h3 {
	font-family:    Josefin Sans;
	font-size:      36px;
	font-weight:    bold;
	color:          #333;
	text-shadow:    3px 4px #f4f4f4;
	text-transform: uppercase;
	margin:         5px 0 0;
	display:        table;
}

.footer-logo p {
	font-family: Arial;
	color:       #333333;
	line-height: 22px;
	font-size:   14px;
	margin:      0 0 65px;
	position:    relative;
}

.footer-logo p b {
	text-transform: uppercase;
}

.footer-logo p:after {
	content:    "";
	background: #000;
	width:      48px;
	height:     1px;
	position:   absolute;
	bottom:     -40px;
	left:       0;
}

.footer-widget .sw-inner {
	border-left:  none;
	border-right: none;
	padding:      0;
	padding-top:  0 !important;
	margin-top:   0;
}

.copy {
	font-family: Arial;
	color:       #333333;
	line-height: 22px;
	font-size:   14px;
}

.copy a {
	color: #333333;
}

.copy a:hover {
	color: #e00000;
}

.f-gallery ul {
	margin-top: 30px;
}

.f-gallery ul li {
	float:   left;
	width:   33.333%;
	padding: 0 20px 20px 0;
}

.footer-widget h5 {
	font-family:    Josefin Sans;
	font-size:      14px;
	font-weight:    bold;
	color:          #333;
	text-transform: uppercase;
	margin-top:     0;
}

/* 9. Subpage Styles */

.bs-meta {
	border-bottom: 1px solid #414141;
	display:       table;
	width:         100%;
}

.bs-cat {
	font-family:    Helvetica, Helvetica, sans-serif;
	background:     #333;
	height:         38px;
	line-height:    38px;
	float:          left;
	padding:        0 25px;
	color:          #fff;
	text-transform: uppercase;
	color:          #fff;
	font-size:      14px;
	font-weight:    bold;
}

.bs-cat a {
	color: #fff;
}

.bs-cat a:hover {
	color: #999999;
}

.post-views,
.bs-comments {
	font-family:    Oswald;
	font-size:      12px;
	text-transform: uppercase;
	color:          #333;
	margin-top:     10px;
	display:        table;
	float:          right;
}

.post-views a,
.bs-comments a {
	margin-right: 23px;
}

.bs-comments a:last-child {
	margin-right: 0px;
}

.bs-comments em {
	width:      3px;
	height:     3px;
	background: #333;
	margin:     0 12px;
	display:    inline-block;
	position:   relative;
	top:        -4px;
}

.bs-comments i {
	font-size:    15px;
	margin-right: 5px;
}

.post-title {
	word-wrap:          break-word;
	overflow:           hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size:          26px;
}

h1.post-title {
	min-height: 39px;
}

.blog-single .post-title {
	font-family: Playfair Display;
	font-weight: bold;
	color:       #000;
	line-height: 36px;
	margin:      15px 0 25px;
}

.sticky .post-title a {
	color: rgb(224, 0, 0);
}

.blog-single .post-content p {
	font-family: Arial;
	font-size:   14px;
	line-height: 22px;
	color:       #333333;
}

.blog-single .post-content p a {
	color:         #e00000;
	border-bottom: 1px solid #dddddd;
}

/*,*/
.blog-single .post-content img {
	max-width: 100%;
	height:    auto;
}

.blog-single .post-content embed,
.blog-single .post-content iframe {
	width:      100%;
	min-height: 50%;
}

.blog-single .post-content figure {
	max-width: 100%;
}

.blog-single .post-content table {
	width:       100%;
	font-family: Arial;
}

.blog-single .post-content table tr {
	border: 1px solid #dddddd;
}

.blog-single .post-content table tr th {
	text-align: center;
	border:     1px solid #dddddd;
}

.blog-single .post-content table tr td {
	padding: 8px;
	border:  1px solid #dddddd;
}

.blog-single .post-content ul,
.blog-single .post-content ol {
	margin-left:  0;
	padding-left: 0;
}

.blog-single .post-content ul li {
	list-style: disc;
}

.blog-single .post-content ol,
.blog-single .post-content ul {
	padding: 6px 0 6px 30px;
}

.blog-single .post-content ol li {
	list-style: decimal;
}

.blog-single .default-breadcrumb {
	font-family: 'Playfair Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/** 13 Gallery **/
.gallery {
	margin-bottom: 20px;
	display:       inline-block;
}

.gallery-item {
	float:    left;
	margin:   0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color:   rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color:              #fff;
	font-size:          12px;
	line-height:        1.5;
	margin:             0;
	max-height:         50%;
	opacity:            0;
	padding:            6px 8px;
	position:           absolute;
	bottom:             0;
	left:               0;
	text-align:         left;
	width:              100%;
}

.gallery-caption:before {
	content:    "";
	height:     100%;
	min-height: 49px;
	position:   absolute;
	top:        0;
	left:       0;
	width:      100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.img-w-caption {
	display:  block;
	margin:   13px 0 15px;
	position: relative;
}

.wp-caption-text {
	padding:    10px 0 10px 0;
	text-align: center;
}

.img-w-caption span {
	background:  rgba(224, 0, 0, 0.9);
	padding:     10px;
	font-size:   14px;
	color:       #fff;
	font-family: Playfair Display;
	position:    absolute;
	left:        0;
	bottom:      20px;
}

.quote {
	font-family:    Playfair Display !important;
	font-size:      28px !important;
	font-weight:    bold;
	font-style:     italic;
	color:          #333;
	border-top:     1px solid #ddd;
	border-bottom:  1px solid #ddd;
	padding:        10px 25px 15px;
	line-height:    35px !important;
	letter-spacing: -0.2px;
	text-align:     center;
	margin-top:     25px;
	position:       relative;
	margin-bottom:  15px;
}

.quote-fullwidth {
	padding: 10px 0px 15px;
}

.quote:before {
	content:    "";
	height:     5px;
	width:      100%;
	background: #333333;
	position:   absolute;
	top:        -9px;
	left:       0;
	right:      0;
}

/* .blog-single h5 {
	font-size: 30px;
	color: #333333;
	font-family: Arial;
}
 */
.list {
	font-family: Arial;
	color:       #333;
	font-size:   14px;
	margin:      10px 0 15px;
}

.list li {
	padding-left:   27px;
	padding-top:    5px;
	padding-bottom: 2px;
	position:       relative;
}

.list li:before {
	content:    "";
	width:      5px;
	height:     5px;
	background: #333333;
	position:   absolute;
	left:       13px;
	top:        12px;
}

.blog-single .post-nav-title {
	font-size:          18px;
	color:              #333333;
	font-family:        Arial;
	margin:             25px 0 15px;
	text-transform:     uppercase;
	word-wrap:          break-word;
	overflow:           hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display:            -webkit-box;
}

.bs-table {
	display:       table;
	width:         100%;
	margin-bottom: 15px;
}

.bs-table thead {
	border-top:     1px solid #999999;
	border-bottom:  2px solid #999999;
	color:          #333333;
	font-family:    Arial;
	font-weight:    bold;
	line-height:    40px;
	text-transform: uppercase;
	font-size:      13px;
}

.bs-table thead tr th {
	padding: 0 25px;
}

.bs-table tbody tr {
	border-bottom: 1px solid #fff;
	background:    #f6f6f6;
	color:         #333333;
	line-height:   40px;
}

.bs-table tbody tr td {
	font-family: Arial;
	font-weight: normal;
	font-size:   14px;
	color:       #333;
	padding:     0 25px;
}

.bs-tags {
	padding: 5px 0;
}

.bs-tags span {
	font-size:     14px;
	font-family:   Arial;
	color:         #333;
	display:       block;
	margin-bottom: 2px;
	font-style:    italic;
}

.bs-tags span a {
	color: #e00000;
}

.bg-share {
	padding:       10px 0px 30px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 2px;
}

div.sharedaddy h3.sd-title,
.bg-share span {
	font-weight:    normal !important;
	font-size:      11px !important;
	color:          #999;
	text-transform: uppercase;
	font-family:    Arial;
	line-height:    34px;
}

div.sharedaddy h3.sd-title:before {
	content: none !important;
}

div.sharedaddy ul li a {
	height: auto;
	float:  left;
}

div.sharedaddy ul li a span {
	text-transform: none;
}

.bg-share a {
	background:     #e00000;
	height:         34px;
	line-height:    35px;
	padding:        0 10px;
	color:          #fff;
	float:          right;
	font-family:    Arial;
	font-size:      10px;
	text-transform: uppercase;
	font-weight:    bold;
}

.bg-share a:focus {
	text-decoration: none;
}

.bg-share a:hover {
	color:      #fff;
	background: #000;
}

.bg-share a i {
	margin-right: 5px;
}

.post-nav a {
	font-family:    Josefin Sans;
	font-size:      12px;
	font-weight:    bold;
	color:          #e00000;
	text-transform: uppercase;
}

.post-nav a:hover {
	color: #e00000;
}

.pn-prev em {
	font-size:    14px;
	position:     relative;
	top:          -2px;
	margin-right: 3px;
}

.pn-next em {
	font-size:   14px;
	position:    relative;
	top:         -2px;
	margin-left: 3px;
}

.post-nav {
	border-top:    1px solid #333333;
	border-bottom: 1px solid #333333;
}

.post-nav h4 {
	font-family: Playfair Display;
	font-size:   18px;
	font-weight: bold;
	font-style:  italic;
	color:       #333;
	line-height: 22px;
}

.post-nav h4 a {
	text-transform: none;
	color:          #333333;
	font-family:    Playfair Display;
	font-size:      18px;
	font-weight:    bold;
	margin-bottom:  0;
}

.pn-prev {
	border-right: 1px solid #333;
	padding:      15px 20px 10px 15px;
}

.pn-next {
	padding:    15px 15px 10px 20px;
	text-align: right;
}

.author-info {
	border-bottom: 1px solid #333;
	border-top:    1px solid #ddd;
	margin-top:    2px;
	padding:       20px 0 30px;
}

.author-info .bsa-social {
	display: inline-block;
	margin:  0 0 8px 0;
}

.author-info .bsa-social a {
	height:       30px;
	width:        30px;
	line-height:  30px;
	margin-right: -3px;
	background:   none;
	color:        rgb(39, 39, 39);
}

.author-info .bsa-social a:hover {
	color: red;
}

.author-info img {
	float: left;
}

.ai-info {
	margin-left: 92px;
}

.ai-info h6 {
	font-family: Playfair Display;
	font-size:   16px;
	font-weight: bold;
	font-style:  italic;
	color:       #333;
	margin-top:  5px;
}

.related-posts .related-widget-title {
	font-family:    Josefin Sans;
	font-size:      14px;
	font-weight:    bold;
	color:          #333;
	text-transform: uppercase;
	margin:         27px 0 15px;
	padding-bottom: 18px;
	border-bottom:  1px solid #ddd;
	margin:         27px 0 0px !important;
}

.related-posts .related-post-title {
	font-size:      16px;
	font-family:    Playfair Display;
	font-weight:    bold;
	line-height:    20px;
	margin:         5px 0 20px;
	text-transform: none !important;
}

.related-posts-vertical .related-post-title {
	font-family:    Playfair Display;
	font-size:      24px;
	font-weight:    bold;
	color:          #333;
	margin:         10px 0 12px;
	text-transform: none;
	line-height:    30px;
	position:       relative;
}

.rp-date {
	font-family: Playfair Display;
	font-style:  italic;
	color:       #999;
	text-align:  center;
	font-size:   60px;
	line-height: 24px;
	padding-top: 10px;
}

.rp-date span {
	font-size: 18px;
	display:   block;
}

.rp-date span:nth-child(2) {
	margin-top: 30px;
}

.rp-date em {
	font-size: 30px;
}

.related-posts-vertical li {
	padding:    30px 0px;
	border-top: 1px solid #ddd;
	display:    table;
	width:      100%;
}

.related-posts-horizon .iv-inner .iv-main:before {
	content:    none;
	background: none;
}

.related-posts-horizon ul {
	margin-top:   35px;
	margin-right: -15px;
	margin-left:  -15px;
}

.related-posts li:last-child {
	padding-bottom: 60px;
}

.related-posts li .related-thumbnail-image {
	position: relative;
	/* display: block; */
	/* width: 270px; */
	float:    left;
}

.related-posts li .related-thumbnail-image img {
	width: 270px;
}

.video-format-img-hover {
	top:        0;
	left:       0;
	width:      100%;
	height:     100%;
	position:   absolute;
	background: url(assets/images/play.png) no-repeat center center;
}

.rp-inner {
	margin-left: 290px;
}

.rp-inner .category-post-title {
	font-family:    Playfair Display;
	font-size:      24px;
	font-weight:    bold;
	color:          #333;
	margin:         10px 0 10px;
	text-transform: none;
	line-height:    30px;
	position:       relative;
}

.rp-inner .category-post-title a {
	color: #333;
}

.rp-inner .post-title {
	font-family:    Playfair Display;
	font-size:      24px;
	font-weight:    bold;
	color:          #333;
	margin:         10px 0 10px;
	text-transform: none;
	line-height:    30px;
	position:       relative;
}

.rp-inner .post-title a:hover {
	color: #e00000;
}

.rp-inner .post-title:before {
	content:    "";
	width:      30px;
	height:     1px;
	position:   absolute;
	bottom:     -27px;
	left:       0;
	background: #000;
}

.rp-more {
	font-family:    Josefin Sans;
	font-size:      12px;
	font-weight:    bold;
	color:          #e00000;
	text-transform: uppercase;
}

.rp-more em {
	margin-left: 2px;
	font-size:   13px;
	position:    relative;
	top:         -2px;
}

.no-thumbnail-image {
	margin-left: 0px;
}

.post-edit-delete {
	margin: 10px 0 10px 0;
}

.post-edit-delete span {
	margin-right: 15px;
}

.post-edit-delete .fa {
	font-size: 15px;
}

#tabwrap {
	background: #fff;
	overflow:   hidden;
	width:      100%;
	min-height: 300px;
	margin:     60px auto;
	border:     1px solid #ddd;
}

.comment-facebook,
.comment-google_plus {
	border: none !important;
}

#tabs {
	overflow:      hidden;
	border-bottom: 1px solid #ddd;
	padding:       0;
	margin:        0;
}

#tabs li {
	list-style: none;
}

#tabs li a {
	float:           left;
	display:         block;
	padding:         10px;
	color:           #999999;
	padding:         25px 30px;
	text-decoration: none;
	text-align:      center;
	border-left:     1px solid #ddd;
	font-family:     Josefin Sans;
	font-size:       14px;
	font-weight:     bold;
	font-size:       15px;
	text-transform:  uppercase;
}

#tabs li:first-child a {
	border-left: none;
}

#tabs li.current a {
	color: #e00000;
}

#content > div {
	clear:   both;
	padding: 0px;
	display: none;
}

#content .fb-comments {
	display: block;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
	min-width: 100% !important;
	width:     100% !important;
}

#content .current {
	display: block;
}

#content #home.first {
	display: block;
}

#content p {
	margin: 0 0 20px 0;
}

.comments {
	margin-bottom: 3px;
}

.comments li {
	list-style: none !important;
}

.comments .comment {
	border-bottom: 1px solid #ddd;
	padding:       30px 0px 30px 30px;
	overflow:      hidden;
	margin:        0 0 0 0;
}

.comments .comment .c-img {
	width:    80px;
	float:    left;
	position: relative;
	z-index:  222;
}

.comments .comment .c-img img {
	border-radius: 50%;
}

.comments .children {
	margin: 10px 0 -30px 0;
}

.comments .children li {
	border-bottom: none !important;
	width:         100%;
}

/* .c-img:before {
	content: "";
	background: #ddd;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	height: 600px;
	width: 1px;
	top: 0;
	z-index: -1;
} */

.comment-inner {
	margin-left:  110px;
	margin-right: 30px;
}

.comment-inner a {
	color: red;
}

.comment-inner ul li {
	list-style: disc !important;
}

.comment-inner ol li {
	list-style: decimal !important;
}

.comment-inner .comment-author {
	margin: 0 0 5px;
}

.comment-inner .comment-author span {
	text-transform: uppercase;
	color:          #333;
	font-size:      13px;
	padding-right:  9px;
}

.comment-reply-link:before {
	content:       "/";
	width:         3px;
	height:        3px;
	color:         #333;
	padding-right: 10px;
}

.comment-inner .comment-author a {
	color:      #e00000;
	font-style: italic;
}

.c-date {
	margin:         0 0 5px;
	display:        table;
	font-size:      10px;
	font-weight:    bold;
	text-transform: uppercase;
	color:          #999999;
}

.comment-inner p {
	margin: 0 !important;
}

.sub-comment .c-img {
	float: right !important;
}

.sub-comment .comment-inner {
	margin-right: 110px;
}

.sub-comment .comment-inner h6 {
	text-align: right;
}

.sub-comment .comment-inner .c-date {
	text-align: right;
	width:      100%;
}

.sub-comment {
	position: relative;
}

.sub-comment:before {
	content:    "";
	width:      34px;
	height:     94px;
	background: url(assets/images/arrow.png) no-repeat;
	position:   absolute;
	top:        0;
	left:       69px;
}

img.avatar,
.bs-aside img {
	display:       table;
	margin:        0px auto;
	border-radius: 50%;
}

.bs-aside h6 {
	font-family: Playfair Display;
	font-size:   16px;
	font-weight: bold;
	font-style:  italic;
	color:       #060607;
	text-align:  center;
}

.bs-aside .like-count {
	display:     table;
	width:       100%;
	text-align:  center;
	font-family: Playfair Display;
	font-size:   12px;
	font-style:  italic;
	color:       #060607;
}

.bsa-social {
	display: table;
	margin:  20px auto 0;
}

.bsa-social a {
	width:        40px;
	height:       40px;
	margin-right: 1px;
	background:   #3b5998;
	color:        #fff;
	line-height:  40px;
	text-align:   center;
	display:      inline-block;
	margin-right: -2px;
}

.contributor-info .bsa-social a:hover {
	background: #000 !important;
}

.sep1 {
	width:      37px;
	height:     1px;
	background: #000;
	margin:     15px auto 7px;
	display:    table;
}

.more-link,
.post-more {
	color:         #e00000;
	font-family:   Playfair Display;
	font-size:     14px;
	display:       table;
	font-style:    italic;
	padding-right: 30px;
	margin:        16px 0 0;
	border-bottom: none !important;
}

.post-more em {
	font-size:   13px;
	margin-left: 5px;
	position:    relative;
	top:         -2px;
}

.related-posts ul li,
.related-posts-cat ul li {
	margin: 0 0 0 0;
}

.related-posts-cat ul li {
	padding:    30px 0px;
	border-top: 1px solid #ddd;
	display:    table;
	width:      100%;
}

.related-posts-cat h5 {
	border-top:     3px double #ddd;
	padding-top:    17px;
	padding-bottom: 7px;
	position:       relative;
}

.related-posts-cat h5 span {
	color: #e00000;
}

.related-posts-cat h5 span i {
	margin-left: 5px;
	font-size:   12px;
}

.related-posts-cat h5:before {
	content:    "";
	width:      100%;
	background: #ddd;
	height:     1px;
	position:   absolute;
	top:        -5px;
}

.rp-cat,
.rp-cat a {
	font-family:    Josefin Sans;
	font-size:      12px;
	font-weight:    bold;
	color:          #999;
	text-transform: uppercase;
	margin-bottom:  -3px;
}

.pagination {
	display: block;
}

.page-nav {
	display: table;
	margin:  0 auto 0px;
}

.page-nav ul li {
	float:         left;
	margin:        0 5px;
	list-style:    none !important;
	border-bottom: none !important;
}

.page-nav li a {
	width:                 45px;
	height:                45px;
	-webkit-border-radius: 23px 22px 22px 23px/22px 22px 23px 23px;
	-moz-border-radius:    23px 22px 22px 23px/22px 22px 23px 23px;
	border-radius:         23px 22px 22px 23px/22px 22px 23px 23px;
	background-color:      #fff;
	border:                solid 1px #ccc;
	display:               table;
	font-family:           Playfair Display;
	font-size:             24px;
	font-style:            italic;
	color:                 #333;
	line-height:           36px;
	text-align:            center;
}

.page-nav span {
	font-family:   Playfair Display;
	font-size:     24px;
	font-style:    italic;
	color:         #000;
	float:         left;
	/* margin-right: 15px; */
	/* line-height: 45px; */
	width:         45px;
	height:        45px;
	border:        solid 1px #ccc;
	border-radius: 23px 22px 22px 23px/22px 22px 23px 23px;
	text-align:    center;
}

.page-nav span.current {
	background: #e00000;
	color:      #fff;
}

.page-nav li.active a,
.page-nav li a:hover {
	background:   #e00000;
	color:        #fff;
	border-color: #970f0f;
}

.i-gallery {
	margin:  0 -19px !important;
	display: inline-block;
	padding: 0 0 0 0 !important;
}

.format-gallery .ig-main .ig-wrap h4 {
	bottom: 50px;
}

.format-gallery.col-sm-3 .ig-main .ig-wrap h4 {
	font-size: 20px;
}

.format-gallery.col-sm-3 .ig-main .ig-wrap .bl-meta span {
	margin-right: 5px;
}

.format-gallery.col-sm-3 .ig-main .ig-wrap .bl-meta,
.format-gallery.col-sm-3 .ig-main .ig-wrap .bl-meta .fa {
	font-size: 12px;
}

.format-gallery .ig-main .ig-wrap .bb-meta {
	color:    #fff;
	position: absolute;
	left:     30px;
	bottom:   20px;
}

.format-gallery .ig-main .ig-wrap .bl-meta {
	position: absolute;
	bottom:   20px;
	left:     33px;
	top:      auto;
	z-index:  99999;
}

.format-gallery .ig-main .ig-wrap .bl-meta span {
	display:       inline-block;
	margin-bottom: 0;
	margin-right:  30px;
}

.i-gallery li {
	/* width: 50%; */
	float:         left;
	margin-bottom: 35px;
	list-style:    none !important;
}

/* .i-gallery-1-cols li{
	width: 100%;
}
.i-gallery-3-cols li{
	width: 33%;
}
.i-gallery-4-cols li{
	width: 25%;
}
.i-gallery-5-cols li{
	width: 20%;
}
.i-gallery-6-cols li{
	width: 16%;
}
 */
.ig-wrap {
	position: relative;
	overflow: hidden;
}

.ig-wrap h4 {
	font-family:    Playfair Display;
	font-size:      30px;
	font-weight:    bold;
	font-style:     italic;
	color:          #fff;
	position:       absolute;
	bottom:         30px;
	left:           30px;
	padding-right:  30px;
	text-transform: none;
	margin:         0;
	z-index:        77779;
}

.ig-wrap a {
	display:  table;
	width:    100%;
	position: relative;
	overflow: hidden;
}

.ig-main {
	position: relative;
}

.ig-main:before {
	content:       "";
	position:      absolute;
	top:           3px;
	right:         -3px;
	width:         100%;
	height:        100%;
	border-right:  1px solid #333;
	border-bottom: 1px solid #333;
}

.ig-main:after {
	content:       "";
	position:      absolute;
	top:           6px;
	right:         -6px;
	width:         100%;
	height:        100%;
	border-right:  1px solid #333;
	border-bottom: 1px solid #333;
}

.ig-wrap:after {
	content:    "";
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.80)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
	/* W3C */
	filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	/* IE6-9 */
	position:   absolute;
	bottom:     -45%;
	left:       0;
	right:      0;
	height:     100%;
	width:      100%;
	z-index:    77777;
	transition: .4s;
}

.ig-wrap:hover:after {
	position:   absolute;
	bottom:     -30%;
	left:       0;
	right:      0;
	height:     100%;
	width:      100%;
	z-index:    77777;
	transition: .4s;
}

.ig-wrap img {
	width: 100%;
}

.blog-single-gal .bg-share {
	border-bottom: none;
}

.blog-single-gal .author-info {
	border-top-color: #333;
}

.comments-wrap {
	display: table;
	width:   100%;
}

.comments-wrap ul,
.comments-wrap ol {
	padding: 6px 0 6px 30px;
}

.comments-wrap ul li {
	list-style: disc;
}

.comments-wrap ol li {
	list-style: decimal;
}

.comments-wrap table {
	width: 100%;

}

.comments-wrap table tr {
	border: 1px solid #dddddd;
}

.comments-wrap table tr th {
	text-align: center;
	border:     1px solid #dddddd;
}

.comments-wrap table tr td {
	padding: 8px;
	border:  1px solid #dddddd;
}

#gal-slider {
	background:            #232323;
	padding:               20px;
	position:              relative;
	margin:                0px 0px 0px !important;
	border:                0 !important;
	border-radius:         0 !important;
	-webkit-border-radius: 0 !important;
	-webkit-box-shadow:    0 !important;
}

#carousel-post-gallery {
	border: none !important;
}

.gal-nav {
	background: #000000;
	padding:    20px 0px 20px 0;
	display:    table;
	width:      100%;
}

.gal-nav li {
	float:      left;
	width:      25%;
	padding:    0 10px;
	cursor:     pointer;
	margin:     0 0 0 0 !important;
	list-style: none !important;
}

.gal-nav li.flex-active img {
	background: #e00000;
	padding:    2px;
}

.flex-prev {
	color:     #999;
	font-size: 30px;
	position:  absolute;
	bottom:    -95px;
	z-index:   99999;
	left:      10px !important;
}

.flex-prev:hover,
.flex-next:hover {
	color: #fff;
}

.flex-next {
	color:     #999;
	font-size: 30px;
	position:  absolute;
	right:     10px !important;
	bottom:    -95px;
	z-index:   99999;
}

.blog-video-big {
	margin-top: 30px;
}

.bvb-thumb {
	position: relative;
}

.play-btn-big {
	background: url(assets/images/play-big.png) no-repeat;
	width:      94px;
	height:     93px;
	display:    table-cell;
	position:   absolute;
	top:        0;
	bottom:     0;
	left:       0;
	right:      0;
	margin:     auto;
}

.bb-meta {
	text-transform: uppercase;
	color:          #777;
	font-family:    Oswald;
	/* margin-top: -10px; */
	/* padding-bottom: 27px; */
}

.bb-meta span {
	margin-right: 25px;
}

.bb-meta span i {
	margin-right: 5px;
	font-weight:  normal;
	font-size:    17px;
}

.related-posts .bb-meta {
	margin-bottom: 10px;
}

.related-posts .bb-meta span,
.related-posts .bb-meta span .fa {
	font-size: 12px;
}

.i-video {
	margin-right: -15px;
	margin-left:  -15px !important;
	display:      inline-block;
	padding:      0 0 0 0 !important;
	min-width:    100%;
}

/* .i-video-1-cols li{
	width: 100%!important;
}
.i-video-3-cols li{
	width: 33%!important;
}
.i-video-4-cols li{
	width: 25%!important;
}
.i-video-5-cols li{
	width: 20%!important;
}
.i-video-6-cols li{
	width: 16%!important;
} */
.i-video li {
	/* width: 50%; */
	padding:       0 15px;
	float:         left;
	margin:        0 0 0 0 !important;
	margin-bottom: 30px;
	list-style:    none !important;
}

.iv-cat {
	display: table;
	color:   #e00000;
}

.iv-cat a {
	font-size:      10px;
	font-weight:    bold;
	text-transform: uppercase;
	color:          #e00000;
	margin:         12px 0 0;
}

.iv-inner h5.post-title {
	font-size:      16px;
	font-family:    Playfair Display;
	font-weight:    bold;
	line-height:    20px;
	margin:         5px 0 20px;
	text-transform: none !important;
}

.iv-inner h5.post-title a {
	word-wrap:          break-word;
	overflow:           hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display:            -webkit-box;
}

.iv-inner .bb-meta {
	font-size:      12px;
	padding-bottom: 15px;
}

.iv-main {
	position: relative;
}

.iv-main:before {
	content:    "";
	background: url(assets/images/play-small.png) no-repeat;
	width:      38px;
	height:     37px;
	position:   absolute;
	right:      20px;
	bottom:     18px;
}

.iv-inner .bb-meta i {
	font-size: 14px !important;
}

.iv-inner .bb-meta span {
	margin-right: 20px;
}

.contributor-info {
	padding:    30px;
	background: #f4f4f4;
	margin-top: 30px;
}

.contributor-info img {
	display:       table;
	margin:        0 auto;
	width:         90px;
	height:        90px;
	border-radius: 50%;
}

.contributor-info h6 {
	font-family: Playfair Display;
	font-size:   16px;
	font-weight: bold;
	font-style:  italic;
	color:       #060607;
	text-align:  center;
}

.contributor-info .like-count {
	display:     table;
	width:       100%;
	text-align:  center;
	font-family: Playfair Display;
	font-size:   12px;
	font-style:  italic;
	color:       #060607;
}

.contributor-info .bsa-social {
	display: table;
	margin:  20px auto 0;
}

.contributor-info .bsa-social a {
	width:        40px;
	height:       40px;
	margin-right: 1px;
	background:   #3b5998;
	color:        #fff;
	line-height:  40px;
	text-align:   center;
	display:      inline-block;
	margin-right: -2px;
	font-size:    16px;
}

.contributor-info .bsa-social a.url {
	background: rgb(200, 191, 191);
}

.contributor-info .bsa-social a.facebook {
	background: #3b5998;
}

.contributor-info .bsa-social a.twitter {
	background: #00aced;
}

.contributor-info .bsa-social a.google-plus {
	background: #dd4b39;
}

.contributor-info .bsa-social a.pinterest {
	background: #cb2027;
}

.contributor-info .bsa-social a.youtube {
	background: #bb0000;
}

.contributor-info .bsa-social a.linkedin {
	background: #007bb6;
}

.contributor-info .bsa-social a.instagram {
	background: #517fa4;
}

.contributor-info .bsa-social a.flickr {
	background: #ff0084;
}

.contributor-info .bsa-social a.weibo {
	background: rgb(230, 22, 45);
}

.contributor-info .bsa-social a.rss {
	background: #ff9900;
}

.user-menu {
	list-style: none;
	display:    inline-block;
}

.user-menu li {
	font-family:    Oswald !important;
	font-size:      13px;
	color:          #000;
	text-transform: uppercase;
	display:        block;
	float:          left;
	margin:         20px 0 9px 0;
}

.user-menu li a {
	padding:      21px;
	color:        black;
	padding-left: 0;
}

.user-menu li a.active,
.user-menu li a:hover {
	color: red;
}

.followers ul li {
	float:      left;
	width:      16%;
	border-top: none;
}

.sep1 {
	width:      37px;
	height:     1px;
	background: #000;
	margin:     15px auto 7px;
	display:    table;
}

.contributor-info p {
	text-align:  center;
	padding-top: 5px;
}

.follow {
	text-align: center;
}

.follow-button {
	display:            inline-block;
	background:         rgb(224, 0, 0);
	color:              #fff;
	padding:            4px 13px;
	-webkit-box-shadow: 0 2px 0 #C71212;
	box-shadow:         0 2px 0 #C71212;
	border-radius:      2px;
}

.follow-button:hover {
	color:              #fff;
	background:         rgb(134, 54, 54);
	-webkit-box-shadow: 0 2px 0 rgb(134, 54, 54);
	box-shadow:         0 2px 0 rgb(134, 54, 54);
}

/* 10. Team Styles */

.team-content li {
	padding:       20px 0;
	border-bottom: 1px solid #ddd;
}

.team-content h3, .archives-content h3 {
	font-family: Playfair Display;
	font-size:   24px;
	font-weight: bold;
	font-style:  italic;
	color:       #333;
	margin:      25px 0 35px;
	position:    relative;
}

.team-content h3:before, .archives-content h3:before {
	content:    "";
	width:      30px;
	height:     1px;
	background: #000;
	bottom:     -17px;
	left:       0;
	position:   absolute;
}

.team-content li img {
	width: 160px;
	float: left;
}

.tc-inner {
	margin-left: 180px;
}

.tc-inner h4 {
	font-family:    Playfair Display;
	font-size:      18px;
	font-weight:    bold;
	color:          #333;
	margin:         13px 0 10px;
	text-transform: none;
}

.tc-inner span {
	font-size:      13px;
	font-weight:    bold;
	color:          #999;
	text-transform: uppercase;
	margin:         -5px 0 10px;
	display:        table;
}

.archives-content li {
	border-top:    none;
	border-bottom: 1px solid #ddd;
}

.archives-content .rp-date {
	padding-top: 0px;
}

.archives-content ul li .post-title {
	font-family:    Playfair Display;
	font-size:      24px;
	font-weight:    bold;
	color:          #333;
	margin:         13px 0 0;
	text-transform: none;
}

.archives-content ul li .post-title a {
	color: #333;
}

.archives-content li h4 a:hover {
	color: #e00000;
}

.archives-content li:last-child {
	padding-bottom: 30px;
}

.archives-filter {
	margin-top: 35px;
}

.archives-filter h5 {
	font-family:   Playfair Display;
	font-size:     24px;
	font-weight:   bold;
	font-style:    italic;
	color:         #333;
	position:      relative;
	margin-bottom: 35px;
}

.archives-filter h5:before {
	content:    "";
	width:      30px;
	height:     1px;
	background: #000;
	bottom:     -17px;
	left:       0;
	position:   absolute;
}

.archives-filter ul li a,
.archives-filter span {
	display:        table;
	width:          100%;
	padding-bottom: 12px;
	margin-bottom:  12px;
	border-bottom:  1px solid #ddd;
	font-family:    Playfair Display;
	font-size:      18px;
	font-style:     italic;
	color:          #333;
}

.archives-filter .children li {
	margin-left: 30px;
}

.archive-category li {
	margin:     0 0 0 0 !important;
	list-style: none !important;
}

/* 11. Contact */

.gmap {
	padding: 0px;
	height:  405px;
}

.gmap div {
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

#map {
	display: block;
	width:   100%;
	height:  405px;
	margin:  0 auto;
}

#map.large {
	height: 405px;
}

#map img {
	max-width: none;
	height:    auto;
}

.c-info {
	padding-left:        200px;
	background:          url(assets/images/contact.png) no-repeat;
	background-position: 40px 8px;
}

.c-info h6 {
	text-transform: uppercase;
	font-family:    Arial;
	color:          #333;
	font-size:      13px;
}

.c-info p {
	display: table;
	width:   100%;
	margin:  0;
}

.c-info p span {
	width: 40%;
	float: left;
}

.c-info p em {
	font-style: normal;
	width:      60%;
	float:      right;
}

.comment-respond {
	padding: 30px;
}

.comment-respond .comment-reply-title {
	font-size: 17px;
}

.logged-in-as a,
.comment-respond .comment-reply-title a {
	color: rgb(224, 0, 0);
}

.comment-notes {
	font-style: italic;
}

.c-form {
	padding: 30px;
}

.comment-form p span,
.c-form p span {
	color: #e00000;
}

.comment-form label,
.c-form label {
	font-family: Arial;
	color:       #333;
	font-size:   14px;
	font-weight: normal;
	display:     block;
}

.comment-form label span,
.c-form label span {
	color: #e00000;
}

.comment-form input,
.c-form input {
	width:              286px;
	height:             35px;
	background-color:   #fff;
	-webkit-box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .03);
	-moz-box-shadow:    inset 3px 4px 5px rgba(0, 0, 0, .03);
	box-shadow:         inset 3px 4px 5px rgba(0, 0, 0, .03);
	border:             solid 1px #ddd;
	margin-bottom:      4px;
	font-family:        Arial;
	padding:            5px 15px;
}

.comment-form textarea,
.c-form textarea {
	width:              100%;
	height:             150px;
	background-color:   #fff;
	-webkit-box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .03);
	-moz-box-shadow:    inset 3px 4px 5px rgba(0, 0, 0, .03);
	box-shadow:         inset 3px 4px 5px rgba(0, 0, 0, .03);
	border:             solid 1px #ddd;
	margin-bottom:      10px;
	font-family:        Arial;
	padding:            5px 15px;
}

.wpcf7-form {
	border: 1px solid #ddd;
}

.wpcf7-form input {
	color: #000;
}

.contact-form-title {
	display:         block;
	color:           #e00000;
	padding:         25px 27px;
	text-decoration: none;
	border-left:     1px solid #ddd;
	font-family:     Josefin Sans;
	font-size:       14px;
	font-weight:     bold;
	font-size:       15px;
	text-transform:  uppercase;
	border-top:      1px solid #ddd;
	border-right:    1px solid #ddd;
}

div.wpcf7-response-output {
	margin: 0 auto;
}

.comment-form input[type="submit"],
.wpcf7-form input[type="submit"],
.c-form button {
	background:     #E00000;
	height:         38px;
	line-height:    38px;
	padding:        0px 25px;
	text-align:     center;
	font-size:      14px;
	font-weight:    bold;
	color:          #FFF;
	font-family:    Josefin Sans;
	text-transform: uppercase;
	display:        table;
	margin:         0px;
	border:         none;
	transition:     .4s;
	width:          auto;
}

.wpcf7-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover,
.c-form button:hover {
	background: #000;
	transition: .4s;
}

.comment-subscription-form input[type="checkbox"] {
	height: auto;
}

.c-tabs #tabs li a {
	border-right: 1px solid #ddd !important;
}

.statusMessage, .successmessage, .errormessage {
	display:       none;
	margin:        auto;
	width:         100%;
	height:        auto;
	background:    rgba(255, 255, 255, 0.1);
	margin:        0 auto 15px;
	padding:       20px;
	border-radius: 5px;
}

.statusMessage p {
	margin: 0;
	color:  #888;
}

.successmessage p {
	margin: 0;
	color:  #888;
}

.success-ico {
	background:   url(assets/images/success.png);
	width:        30px;
	height:       30px;
	float:        left;
	margin-right: 15px;
	position:     relative;
	top:          -3px;
}

.error-ico {
	background:   url(assets/images/error.png);
	width:        30px;
	height:       30px;
	float:        left;
	margin-right: 15px;
	position:     relative;
	top:          -3px;
}

.errormessage p {
	margin: 0;
	color:  #888;
}

/* 12. Login / Register */

.login-content {
	width:      100%;
	border:     1px solid #dddddd;
	background: #fff;
	padding:    55px;
}

.login-form-logged-content {
	text-align: center;

}

.login-form-logged-content .user-avatar {
	display: table;
	margin:  auto;
}

.login-form-logged-content .user-avatar img {
	border-radius: 50%;
	width:         100px;
	height:        auto;
	margin-bottom: 15px;
}

.login-form-logged-content .author-name {
	margin:  0;
	padding: 0;
	display: inline-block;
}

.login-form-logged-content .author-summary {
	font-size:   14px;
	font-family: Arial;
}

.login-form-logged-content .author-summary a {
	display: inline-block;
}

.profile,
.submission,
.register-content {
	width:      100%;
	border:     1px solid #dddddd;
	background: #f4f4f4;
	padding:    55px;
}

.profile .form-control,
.submission .form-control {
	height: auto;
}

.submission .post_category .children {
	margin-left: 30px;
	padding:     0;
}

.submission .post_category .children li {
	list-style: none;
}

.logreg-content {
	padding-bottom: 70px;
	font-family:    Arial;
	color:          #333;
	font-size:      14px;
}

.register-content h6,
.login-content h6 {
	color:          #333;
	text-transform: uppercase;
	font-family:    Playfair Display;
	font-size:      18px;
	margin:         0 0 22px;
	font-weight:    bold;
}

.profile label,
.submission label,
.register-content label,
.login-content label {
	font-family: Arial;
	color:       #333;
	font-size:   14px;
	font-weight: normal;
	display:     block;
}

.submission .selectit input {
	width:  14px !important;
	height: 14px;
	top:    0 !important;
}

.submission label {
	margin: 10px 0 10px 0;
}

.register-content label span,
.login-content label span {
	color: #e00000;
}

.submission .comment_status label {
	display: inline-block;
}

.profile textarea,
.profile select,
.profile input[type="text"],
.submission input[type="text"],
.submission textarea,
.submission select,
.register-content input,
.login-content input {
	width:              100%;
	height:             35px;
	background-color:   #fff;
	-webkit-box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .03);
	-moz-box-shadow:    inset 3px 4px 5px rgba(0, 0, 0, .03);
	box-shadow:         inset 3px 4px 5px rgba(0, 0, 0, .03);
	border:             solid 1px #ddd;
	margin-bottom:      4px;
	font-family:        Arial;
	padding:            5px 15px;
}

.profile input[id="username"] {
	background: rgb(244, 244, 244);
}

.profile p.description {
	font-style: italic;
	margin:     5px 0 6px 0;
}

.profile span.description {
	font-style: italic;
	color:      red;
}

.submission textarea {
	height: 84px;
}

.profile textarea[name="description"] {
	height: 100px;
}

.submission .post-formats-tab li a {
	text-transform: capitalize;
}

.profile button[type="submit"],
.submission button[type="submit"],
.register-content input[type="submit"],
.login-content input[type="submit"] {
	background:     #E00000;
	height:         38px;
	line-height:    38px;
	padding:        0px 20px;
	text-align:     center;
	font-size:      14px;
	font-weight:    bold;
	color:          #FFF;
	font-family:    Josefin Sans;
	text-transform: uppercase;
	display:        table;
	margin:         15px 0 0;
	border:         none;
	transition:     .4s;
	width:          auto;
}

.profile button[type="submit"]:hover,
.submission button[type="submit"]:hover,
.register-content input[type="submit"]:hover,
.login-content input[type="submit"]:hover {
	background: #000;
	transition: .4s;
}

.submission button[type="submit"]:hover {
	color: #fff;
}

.submission input[type="checkbox"],
.register-content input[type=checkbox],
.login-content input[type=checkbox] {
	width:        22px;
	position:     relative;
	top:          13px;
	padding:      0;
	margin-left:  15px;
	margin-right: 11px;
}

.submission input[type="checkbox"] {
	margin-left:  0;
	margin-right: 0;
}

.submission .featured_image-result {
	display:  inline-block;
	position: relative;
}

.submission .featured_image-result img {
	border: 6px solid #dddddd;
	margin: 15px 0 0px 0;
}

.submission .featured_image-result .delete-thumbnail-overlay {
	position: absolute;
	right:    12px;
	top:      26px;
}

.submission .featured_image-result .delete-thumbnail-overlay .fa {
	font-size: 24px;
	color:     rgb(224, 0, 0);
}

.submission .featured_image-result .delete-thumbnail-overlay .fa:hover {
	color: rgb(152, 12, 12);
}

.login-content a {
	display:    table;
	color:      #E00000;
	margin-top: 30px;
}

.register-terms input[type="checkbox"],
.login-content .login-remember label input {
	margin-left: 0;
}

.register-terms a,
.login-content .login a,
.login-content .forgot_password a {
	border-bottom: none !important;
}

.register-terms a {
	color: #333333 !important;
}

.login-logout-url {
	margin-top: 0 !important;
	display:    inline-block !important;
}

.submission-alert {
	margin: 18px 0 0 0;
}

.submission-alert.warning,
.login-alert.warning,
.register-alert.warning {
	color: #f0ad4e !important;
}

.submission-alert.success,
.login-alert.success,
.register-alert.success {
	color: #5cb85c !important;
}

.login-alert a {
	display:       inline-block;
	margin-top:    0;
	border-bottom: none !important;
	color:         #f0ad4e !important;
	font-weight:   bold;
}

.profile .profile-avatar-inner {
	display:  inline-block;
	position: relative;
}

.profile .profile-avatar-inner .delete-avatar-link {
	position: absolute;
	top:      1px;
	right:    0;
}

.profile .profile-avatar-inner .delete-avatar-link .fa {
	font-size: 24px;
	color:     rgb(224, 0, 0);
}

/* 13. Search Page */
.search-results .fn2-inner {
	padding-bottom: 40px;
}

.fn2-inner-sub {
	padding: 10px 0px 27px !important;
}

.fn2-inner-sub .fn2-info {
	margin-left: 0;
}

.search-results .search-result-title {
	font-family:   Playfair Display;
	font-size:     24px;
	font-weight:   bold;
	font-style:    italic;
	color:         #333;
	position:      relative;
	margin-bottom: 45px;
	margin-top:    0;
}

.search-results .search-result-title span {
	color: #e00000;
}

.search-results .search-result-title:before {
	content:    "";
	width:      30px;
	height:     1px;
	background: #000;
	bottom:     -17px;
	left:       0;
	position:   absolute;
}

/* 14. Footer / Fixed */

.footer-fixed {
	height:     38px;
	background: #232323;
	border-top: 3px solid #F00;
	position:   relative;
	position:   fixed;
	bottom:     0;
	left:       0;
	right:      0;
	max-width:  1230px;
	width:      100%;
	margin:     0 auto;
	z-index:    99999999999;
}

.footer-fixed:after {
	content:    "";
	background: url(assets/images/fn-right.png) no-repeat;
	width:      25px;
	height:     48px;
	position:   absolute;
	right:      -25px;
	top:        -13px;
}

.footer-fixed:before {
	content:    "";
	background: url(assets/images/fn-left.png) no-repeat;
	width:      25px;
	height:     48px;
	position:   absolute;
	left:       -25px;
	top:        -13px;
}

.footer-nav {
	border-right: 1px solid #333;
	border-left:  1px solid #000000;
	display:      table;
}

.footer-nav li {
	float:          left;
	font-family:    Josefin Sans;
	font-size:      12px;
	font-weight:    bold;
	color:          #fff;
	text-transform: uppercase;
	border-right:   1px solid #000000;
	border-left:    1px solid #333333;
}

.footer-nav li a {
	color:   #fff;
	padding: 9px 20px;
	display: table;
}

.footer-nav li a:hover {
	color: #e00000;
}

.copy1 {
	font-family:    Josefin Sans;
	font-size:      12px;
	font-weight:    bold;
	color:          #fff;
	text-transform: uppercase;
	text-align:     right;
	margin-top:     7px;
	padding-right:  10px;
}

.copy1 a {
	width:                 21px;
	height:                20px;
	-webkit-border-radius: 11px 10px 10px 11px/10px;
	-moz-border-radius:    11px 10px 10px 11px/10px;
	border-radius:         11px 10px 10px 11px/10px;
	background-color:      #000;
	-webkit-box-shadow:    0 1px rgba(255, 255, 255, .2);
	-moz-box-shadow:       0 1px rgba(255, 255, 255, .2);
	box-shadow:            0 1px rgba(255, 255, 255, .2);
	position:              relative;
	top:                   -1px;
	margin-left:           7px;
	color:                 #fff;
	text-align:            center;
	padding-top:           4px;
}

.copy1 a:hover {
	color: #e00000;
}

.menu-trigger {
	display: none;
}

/* 15. Extras */

.space10 {
	margin-bottom: 10px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}

.space90 {
	margin-bottom: 90px;
}

/* 16. Responsive Styles */
@media (min-width: 1250px) {
	.container {
		width: 1230px;
	}
}

@media (min-width: 1250px) {

	.footer-fixed {
		max-width: 1230px !important;
	}

}

@media (min-width: 1200px) {
	.footer-fixed {
		max-width: 1150px;
	}
}

@media only screen and (max-width: 995px) {
	.vc_col-sm-4,
	.vc_col-sm-8,
	.mega-menu-item-type-widget,
	.menu-mega-submenu li,
	.gazeta-advanced-megamenu-posts .col-xs-6,
	.gazeta-advanced-megamenu-posts .col-xs-6 img {
		width: 100% !important;
	}

	.logo img {
		max-width: 100%;
		margin:    24px 0 0 0;
	}
}

@media only screen and (min-width: 996px) and (max-width: 1250px) {

	.allcat-feed h4 {
		font-size:     14px;
		padding-right: 15px;
	}

}

@media only screen and (min-width: 600px) and (max-width: 1100px) {

	header nav ul li a {
		padding: 15px 12px;
	}

}

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

	.sub-comment .comment-inner {
		margin-right: 10px;
		padding-top:  105px;
	}

	.gal-nav li img {
		width: 100%;
	}

	.flex-next,
	.flex-prev {
		bottom: -55px;
	}

	.i-gallery li {
		width:   100%;
		padding: 0px 0px;
	}

	.i-gallery {
		margin:  30px 0px;
		display: table;
		width:   100%;
	}

	.bs-table thead tr th {
		padding:     9px 15px;
		line-height: 20px;
	}

	.bs-table tbody tr td {
		padding:     10px 25px;
		line-height: 20px;
	}

	.pn-prev {
		border-right: none;
		padding:      15px 20px 10px 15px;
	}

	.rp-date {
		padding-bottom: 40px;
	}

	.related-posts .col-md-9 {
		padding: 0;
	}

	.related-posts li .related-thumbnail-image {
		float: none;
	}

	.related-posts li .related-thumbnail-image img {
		width: 100%;
		float: none;
	}

	.rp-inner {
		margin-left: 0;
		padding-top: 20px;
	}

	.c-info {
		padding-left:        0px;
		background-position: 0px 8px;
		padding-top:         124px;
	}

	.c-info .col-md-6 {
		margin-bottom: 30px;
	}

	.c-form input, .c-form textarea {
		width: 100%;
	}

	.bs-aside {
		margin-bottom: 30px;
	}

	.blog-single h3 {
		font-size:   27px;
		line-height: 31px;
	}

	.bs-cat {
		padding:   0px 18px;
		font-size: 12px;
	}

	.tb-left {
		display: none;
	}

	.tb-right {
		display: table;
		float:   none;
		margin:  0 auto;
	}

	.tb-right li {
		margin: 0 17px;
	}

	.top-bar {
		padding: 10px 15px;
	}

	.tbr-social {
		float: left;
	}

	.tbr-login {
		display: table;
		float:   right !important;
	}

	.tbr-login a {
		text-align: right;
	}

	.tbr-social span a {
		color:        #FFF;
		font-size:    14px;
		margin-left:  0px;
		margin-right: 10px;
	}

	header {
		width: 100% !important;
	}

	header nav ul li {
		float:          left;
		font-family:    Oswald;
		font-size:      14px;
		color:          #000;
		text-transform: uppercase;
		width:          100%;
	}

	.mega-menu {
		position: relative;
		display:  none;
	}

	header nav ul li:hover .mega-menu,
	header nav ul li:focus .mega-menu,
	header nav ul li:active .mega-menu {
		display: block;
	}

	.mega-menu li {
		width:         100%;
		float:         left;
		position:      relative;
		border-bottom: none !important;
	}

	header nav ul li a {
		width: 100%;
	}

	header nav ul li {
		float:          left;
		font-family:    Oswald;
		font-size:      14px;
		color:          #000;
		text-transform: uppercase;
		width:          100%;
		border-bottom:  1px solid #ddd;
	}

	header nav ul {
		border:     1px solid #ddd;
		display:    table;
		background: #fff;
		z-index:    999999;
		position:   relative;
		padding:    0;
	}

	header nav {
		margin-top: 2px;
	}

	header nav .mega-menu-wrap label {
		float:   left !important;
		width:   auto !important;
		z-index: 9999999999 !important;
	}

	.sub-menu ul {
		padding:    0px;
		border:     none;
		background: none;
	}

	.news-feed img {
		width: 100%;
	}

	.mega-menu {
		position: relative;
		border:   none;
	}

	.menu-trigger {
		padding:        12px 15px;
		font-family:    Oswald;
		text-transform: uppercase;
		font-size:      16px;
		cursor:         pointer;
		display:        block;
	}

	.menu-trigger i {
		margin-right: 6px;
		font-size:    19px;
	}

	.menu-trigger:hover {
		color: #e00000;
	}

	.search-trigger {
		position: absolute;
		top:      0;
		right:    3px;
	}

	.search {
		top: 0;
	}

	.search form input {
		padding:   5px 70px 5px 5px;
		font-size: 14px;
	}

	.search form input:focus {
		outline:    none;
		border:     none;
		box-shadow: none;
	}

	div.search form {
		background: #f8f8f8 !important;
		outline:    none;
	}

	div.search form input {
		outline: none;
	}

	.header-sidebar {
		overflow: hidden !important;
	}

	.news-ticker:after {
		display: none;
	}

	.news-ticker {
		padding:     20px 0px 12px 0px;
		border-left: none;
	}

	.img-responsive {
		width: 100%;
	}

	.bl-info h3 {
		margin:      5px 0px 15px;
		color:       #FFF;
		font-size:   13px;
		line-height: 15px;
	}

	.cb-big h3 {
		font-size:   19px;
		line-height: 22px;
	}

	.cb-info {
		padding-top: 30px;
	}

	.op-twitter {
		margin-bottom: 40px;
	}

	aside {
		padding-left: 15px !important;
	}

	.p-news ul li img {
		width: 94px;
		float: left;
	}

	.pn-info {
		margin-left: 110px;
	}

	.pn-info h4 {
		font-size:   11px;
		margin:      0px;
		line-height: 17px;
	}

	.sw-poll li {
		padding-bottom: 16px;
		line-height:    24px;
	}

	.dual-btns a {
		height:  40px;
		padding: 0px 18px;
	}

	.sws-inner img {
		width: 95px;
	}

	.sws-inner p {
		font-size:   11px;
		padding:     5px 0px 0px;
		line-height: 15px;
	}

	.bl-meta span {
		margin-bottom: -18px;
		display:       table;
		font-size:     11px;
	}

	.bl-info {
		position:      absolute;
		bottom:        10px;
		left:          15px;
		color:         #FFF;
		z-index:       777;
		width:         100%;
		padding-right: 17px;
	}

	.bl-meta {
		position: absolute;
		top:      15px;
		left:     15px;
		z-index:  99;
	}

	.rmore {
		padding-right: 15px;
		display:       none;
	}

	.footer-widget {
		padding:       30px;
		border-right:  none;
		border-bottom: 1px solid #ddd;
		height:        auto;
		min-height:    inherit;
	}

	.footer-nav {
		border-right: 1px solid #333;
		border-left:  1px solid #000;
		display:      none;
	}

	.copy1 {
		font-family:    Josefin Sans;
		font-size:      9px;
		font-weight:    bold;
		color:          #FFF;
		text-transform: uppercase;
		text-align:     left;
		margin-top:     7px;
		padding-right:  10px;
		padding-left:   10px;
		text-align:     center;
	}

	.copy1 a {
		padding-top: 5px;
	}

	.container {
		max-width:    605px;
		margin-left:  auto;
		margin-right: auto;
		width:        100%;
	}

	.footer-fixed {
		max-width: 604px;
	}

	.fn2-thumb {
		width: 100%;
		float: none;
	}

	.fn2-info {
		margin-left: 0;
		padding-top: 20px;
	}

	.fn2-inner {
		padding-right: 15px;
	}

	.cat-blocks h4 {
		margin: 30px 0px 24px;
	}

	.team-content li img {
		width: 115px;
		float: left;
	}

	.tc-inner {
		margin-left: 130px;
	}

	.login-content {
		margin-bottom: 30px;
	}

	.register-content {
		height: auto;
	}

	.fn2-inner-sub {
		padding: 0px 0px 27px !important;
	}

	.i-video li {
		width:      100%;
		float:      left;
		margin:     0 0 0 0 !important;
		list-style: none !important;
		padding:    0px 0px;
	}

	.i-video {
		margin-top:   35px;
		margin-right: -0px;
		margin-left:  -0px;
		display:      table;
		width:        100%;
	}

	.register-content input[type="checkbox"] {
		width:       22px;
		position:    relative;
		top:         13px;
		padding:     0px;
		margin-left: 0;
		display:     table;
		margin-top:  59px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 479px) {

	.login-content {
		padding:       25px;
		margin-bottom: 30px;
	}

	.logreg-content {
		font-size: 13px;
	}

	.register-content {
		width:      100%;
		border:     1px solid #DDD;
		background: none repeat scroll 0% 0% #F4F4F4;
		padding:    25px;
		height:     auto;
	}

	.register-content input[type="checkbox"] {
		width:       22px;
		position:    relative;
		top:         13px;
		padding:     0px;
		margin-left: 0;
		display:     table;
		margin-top:  59px;
	}
}

@media only screen and (min-width: 451px) and (max-width: 995px) {

	.copy1 {
		font-size: 12px;
	}

	.copy1 a {
		padding-top: 4px;
	}

}

.page-links a .page-link {
	padding:    5px 12px;
	color:      #fff;
	background: rgb(224, 0, 0);
}

.page-links .page-link {
	background: rgb(240, 221, 221);
	padding:    5px 12px;
	color:      rgb(51, 51, 51);
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display:      block;
	margin-left:  auto;
	margin-right: auto;
}

.bypostauthor {
}

.navbar {
	background-color: transparent !important;
	border:           none !important;
	margin-bottom:    0 !important;
	min-height:       46px !important;
}

.navbar-toggle {
	float: left;
}

.center {
	float: right;
}
