
html, body{
	font-family: sans-serif;
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}

.clear{
	clear: both;
}

a{
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

a:hover{
	color: #ff0000;
}

h1, h2, h3, h4, h5, h6, .logo-text, .header-nav a, .single-info, .single-info-item a, .footer, .sidebar, .share, .share-bottom{
	font-family: 'Proxima Nova', sans-serif;
}

h1{	
	font-size: 40px;
	width: 100%;
	float: left;
	margin: 0;
}

h2{
	font-size: 18px;
	font-weight: bold;
    margin: 0 0 25px 0;
    line-height: 25px;
    float: left;
}

h3{
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

h4{
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
}

h5{
	font-weight: bold;
	font-size: 20px;
	padding: 15px 0;
	margin: 0;
}

p{
	padding: 0;
}

ul{
	margin: 0;
	padding: 0;
}

li{
	list-style:none;
	padding: 0;
	margin:0;
}

li a:hover{
	text-decoration: none;
}

ol{
	margin: 0;
	padding: 0;
}

a:active{
	text-decoration:none;
}

a:selected{
	text-decoration:none;
}

img{
}

a img{
	text-decoration: none;
	margin: 0px;
}

.wrapper{
	width: 1113px;
	margin: auto;
}

.header{
	width: 100%;
    height: 60px;
	margin: auto;


     background: #333;
}

.header-container{
	width: 1088px;
	margin: auto;
}

.logo-image img{
   max-width: 260px;
   max-height: 48px;
   padding: 5px 0;
   float: left;
}

.logo-text{
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 35px;
	line-height: 60px;
	font-weight: bold;
	float: left;
	padding: 0 15px;
	color: #fff;
}

.logo-icon{
	width: 60px;
	height: 60px;
	line-height: 60px;
	float: left;
	background: #ff0000;
}

.logo-icon img{
   width: 42px;
   height: 42px;
   padding: 9px;
   float: left;
}

.header-left{
	float: left;
}

.header-right{
	float: right;
	width: 200px;
	height: 60px;
	position:relative;
}

.header-nav:after {
   content: "";
   display: table;
   clear: both;
}

.header-nav ul {
   padding: 0;
   margin: 0;
   list-style: none;
   position: relative;
}

.header-nav ul li {
   margin: 0px;
   display: inline-block;
   float: left;
}

.header-nav a {
   display:block;
   padding:0 15px;
   font-weight: bold;
   font-size: 18px;
   line-height: 60px;
   text-decoration: none;
   height: 60px;
   color: #fff;
}

.header-nav a:hover, .logo-text:hover{
	color: #000;
	background: #fff;	
}

.header-nav ul ul {
   display: none;
   position: absolute;
}

.header-nav ul li:hover > ul {
   display:inherit;
   background: #333;
}

.header-nav ul ul li {
   min-width: 220px;
   float: none;
   display: list-item;
   position: relative;
}

.header-nav ul ul ul {
   margin-top: -60px !important;
   position: absolute;
   left: 100%;
}

li > a:after { 
   content: "\f0d7";
   font-size: 16px;
   font-family: FontAwesome;
   padding: 0 0 0 10px;
}
li > a:only-child:after { 
	content: ""; 
	padding: 0;
}

li .menu-item-has-children > a:after{
   content: "\f0da";
   font-size: 16px;
   font-family: FontAwesome;
   padding: 0 0 0 10px;
}

.header-post-nav{
	float: left;
	height: 60px;
	margin: 0;
}

#category-select{
	position: relative;
	float: left;
	margin: 12px 15px;
	overflow: hidden;
	display: none;
}

#category-select .fa-bars{
    font-size: 35px;
}

#category-select select{
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 30px;
    float: left;
    border: 1px solid #3D3D3D;
}

.fa{
	color: #fff;
}

.fa:hover{
	color: #fff;
}

.fa-chevron-left:hover, .fa-chevron-right:hover, .fa-random:hover, .fa-search:hover{
	opacity: 0.8;
}

.prev-post{
	float: left;
}

.next-post{
	float: left;
}

.random-post{
	float: left;
	margin: 0 0 0 20px;
}

.search-form {
	position: absolute;
	right: 0px;
	top: -10px;
}

.search-form ::-webkit-input-placeholder{
	color: #fff;
}

.search-field {
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	height: 58px;
	width: 32px;
	margin: 0;
	padding: 0 0 0 40px;
	position: relative;
	-webkit-transition: width 200ms ease, background 200ms ease;
	transition:         width 200ms ease, background 200ms ease;
	float: right;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.search-field:focus{
	cursor: text;
	outline: 0;
	height: 58px;
	line-height: 58px;
	width: 300px;
	background: #333;
}

.search-submit {
	display: none;
}

input[type="search"] {
 	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.home-content{
	width: 1113px;
	text-align: center;
	margin: 75px 0 0 0;
}

.post-content{
	width: 760px;
	float: left;
	margin: 60px 0 0 0;
	padding-left: 12px;
}

.post-content p{
	line-height: 25px;
}

.single h3{
	margin: 30px 0;
}

.nav{
   margin:  0;
   text-align: center;
   line-height: 60px;
   padding: 0;
}

.navlink a{
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0;
}

#infscr-loading img{
	margin: 60px 0 0 0;
}

.post{
	width: 346px;
	height: 300px;
	position: relative;
	display: inline-block;
	float:left;
	padding: 15px 12.5px;
	text-align: left;
}

.post-thumb{
	width: 346px;
	height: 210px;
	background: #ff0000;
}

.post-thumb img{
	width: 346px;
	height: 210px;
}

.post-thumb-small{
    width: 204px;
    height: 124px;
    background: #ff0000;
}

.post-thumb-medium{
	width: 300px;
	height: 182px;
	background: #ff0000;
}

.post:hover img{
	opacity: 0.8;
}

.no-thumb{
	background: #ddd;
	width: 100%;
	height: 100%;
	line-height: 210px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}

.post-title{
	width: 346px;
	padding-top: 15px;
	float: left;
}

.post-title h2{
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
}

.post-desc{
	width: 346px;
	float: left;
	color: #000;
}

.post-views{
	float: right;
	padding-right: 20px;
}

.sidebar{
	float: right;
	margin:60px 0 0 0;
	width: 300px;
	padding-right: 10px;
}

.widget-title{
	width: 270px;
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
	margin: 30px 0 0 0;
	text-transform: uppercase;
	text-align: left;
	background: #333;
	color: #fff;
}

.widget-title-top-bottom{
	font-size: 30px;
	font-weight: bold;
	background: #333;
	padding: 20px;
	margin: 30px 10px 20px 10px;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
}

h3.post-ads{
	margin: 30px 0 -30px 0;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.sidebar li{
	padding: 0;
}

.sidebar li a{
	font-size: 16px;
	padding:0 0 30px 0;
	font-weight: bold;
	display: block;
}

.random-container-top{
	width: 1113px;
	text-align: center;
	margin: 75px 0 -70px 0;
	float: left;
}

.random-container-bottom{
	width: 1113px;
	text-align: center;
	margin: 0 0 35px 0;
	float: left;
}

.random-container-top h4{
	display: none;
	font-size: 14px;
	line-height: 18px;
   background: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9) );
   text-shadow: 0px 1px 0px #000;
   bottom: 11px;
   position: absolute;
   color: #FFF;
   width: 184px;
   padding: 7px 10px;
}

.random-container-bottom h4{
	width: 346px;
   float: left;
   font-size: 20px;
   font-weight: bold;
   line-height: 25px;
   padding: 10px 0 0 0;
}

.random-posts-widget-sidebar{
	margin: 30px 0 0 0;
	width: 300px;
	position: relative;
    display: inline-block;
}

.random-posts-widget-sidebar li{
	padding: 0;
	list-style: none;
}

.random-posts-widget-sidebar img{
	width: 300px;
	height: 182px;
}

.random-posts-widget-top{
	width: 204px;
	height: 115px;
   position: relative;
   float: left;
	padding: 15px 7px 20px 11px;
   text-align: left;
}

.post-thumb-small:hover h4{
	display: block !important;
}

.random-posts-widget-top img{
	width: 204px !important;
	height: 124px;
	position: relative;
}

.random-posts-widget-bottom{
	width: 346px;
   height: 300px;
   position: relative;
   display: inline-block;
   float: left;
   padding: 15px 12.5px;
   text-align: left;
}

.random-posts-widget-bottom img{
	width: 346px;
	height: 210px;
}

.random-posts-widget-sidebar li:hover img, .random-posts-widget-top li:hover img, .random-posts-widget-bottom li:hover img{
	opacity: 0.8;
}

.single-title{
	margin: 32px 0px;
	float: left;
}

.single-info{
	width: 100%;
	line-height: 50px;
	float: left;
	background: #f1f1f1;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

.single-info a{
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

.single-info-edit{
	width: 100%;
	line-height: 50px;
	height: 50px;
	float: left;
	background: #f1f1f1;
	border-top: 1px solid #d2d2d2;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

.single-info-item{
   float: left;
   padding: 0px 15px;
   line-height: 50px;
   height: 50px;
}

.single-info-bottom{
	margin: 25px 0;
	width: 100%;
	line-height: 50px;
	height: 50px;
	float: left;
	background: #f1f1f1;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

.icon-date{
	float: left;
	margin-right: 10px;
}

.icon-date:after{
	content: "\f073";
	font-size: 22px;
    font-family: FontAwesome;
}

.icon-author{
	float: left;
	margin-right: 10px;
}

.icon-author:after{
	content: "\f007";
	font-size: 22px;
    font-family: FontAwesome;
}

.icon-category{
	float: left;
	margin-right: 10px;
}

.icon-category:after{
	content: "\f15c";
	font-size: 22px;
    font-family: FontAwesome;
}

.icon-comment{
	float: left;
	margin-right: 10px;
}

.icon-comment:after{
	content: "\f086";
	font-size: 22px;
   font-family: FontAwesome;
}


.icon-tag{
	float: left;
	margin-right: 10px;
}

.icon-tag:after{
	content: "\f02c";
	font-size: 22px;
    font-family: FontAwesome;
}

.icon-trash{
	float: left;
	margin-right: 10px;
}

.icon-trash:after{
	content: "\f1f8";
	font-size: 22px;
   font-family: FontAwesome;
}

.icon-edit{
	float: left;
	margin-right: 10px;
}

.icon-edit:after{
	content: "\f040";
	font-size: 22px;
    font-family: FontAwesome;
}

.share{
	margin: 25px 0 0 0;
	height: 50px
}

.share-bottom{
	margin: 25px 0;
	height: 50px;
}

.share-facebook{
	width: 236.5px;
	height: 50px;
	line-height: 50px;
	float: left;
	background: #3B5998;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-right: 25px;
}

.share-facebook:after{
	content: "\f09a";
	font-size: 26px;
   font-family: FontAwesome;
   float: left;
	margin:  0 0 0 20px;
}

.share-twitter{
	width: 236.5px;
	height: 50px;
	line-height: 50px;
	float: left;
	background: #55ACEE;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-right: 25px;
}

.share-twitter:after{
	content: "\f099";
	font-size: 26px;
    font-family: FontAwesome;
    float: left;
	margin:  0 0 0 20px;
}

.share-google{
	width: 236.5px;
	height: 50px;
	line-height: 50px;
	float: left;
	background: #E93F2E;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.share-google:after{
	content: "\f0d5";
	font-size: 26px;
    font-family: FontAwesome;
    float: left;
	margin:  0 0 0 20px;
}

.share-facebook:hover, .share-twitter:hover, .share-google:hover{
	opacity: 0.8;
	cursor: pointer;
	color: white;
}

.single{
	margin-top: 30px;
}

.single img{
	max-width: 100%;
	width: 760px; /*DEVELOPMENT*/
	height: auto;
	margin: 0;
}

.footer{
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin: 120px 0 0 0;
	font-weight: bold;
	font-size: 16px;
	bottom: 0;
	background: #333;
	color: #fff;
}

.footer-container{
	width: 1088px;
    margin: auto;
}

.footer a{
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

.footer a:hover{
	color: #fff;
	opacity: 0.8;
}

.footer-copy{
	float: left;
	line-height: 60px;
}

.footer-nav{
	float: right;
	line-height: 60px;
}

.footer-nav li{
	float: right;
	line-height: 60px;
	padding: 0 0 0 30px;
}

#gallery-1 {
	background: #f1f1f1;
	padding-top: 10px;
	margin:30px 0 !important;
	border-bottom: 2px solid #E2E2E2;
}

#gallery-1 img{
	border: none !important;
	width: 100%;
}

#gallery-1 .gallery-item{
	float: left;
	text-align: center;
	width: 133px !important;
	height: auto;
	padding: 0 0 0 10.5px;
	margin: 0 0 5px 0 !important;
}


.video-container {
	position: relative;
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.black{
	color: black !important;
}

.material-icons{
	float: left;
	margin-right: 7px;
}

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom: 20px;
	right: 20px;	
}

.scroll {
	position:absolute;
	right: 20px;
	bottom: 20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}

.scroll:hover {
	opacity: 1;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}

.scroll:hover .fa {
	padding-top:-10px;
}

.scroll .fa {
	font-size: 65px;
	opacity: 0.5;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;	
	color: #333;
}

.scroll .fa:hover{
	opacity: 1;
	color: #ff0000;
}

.subscribe-widget{
	width: 270px;
   background: #333;
   padding: 15px;
   margin: 30px 0 0 0;
}

.text_first{
   font-size: 30px;
   color: #fff;
   line-height: 33px;
   text-align: center;
   text-transform: uppercase;
   margin-bottom: 0;
   font-weight: bold;
}

.text_second{
	color: #fff;
	font-size: 16px !important;
   padding: 10px 0 15px 0;
   text-align: center;
   margin-bottom: 0;
   font-weight: normal !important;
}

.subscribe-email{
	width: 100% !important;
   height: 40px;
   line-height: 40px;
   border: none;
   font-size: 16px;
   padding: 0 !important;
   background: #fff;
   color: #000 !important;
   text-indent: 0 !important;
   text-align: center;
}

.subscribe-button{
	width: 100% !important;
   margin: 0;
   height: 40px;
   line-height: 40px;
   border-radius: 0 !important;
   background: #fff;
   color: #333;
   text-transform: uppercase;
   font-family: 'Proxima Nova', sans-serif;
   font-size: 20px !important;
   font-weight: bold;
   padding: 0 !important;
   border: 0px;
}

.subscribe-button:hover{
	opacity: 0.8;
	cursor: pointer;
}

.error{
   font-size: 16px;
   padding: 15px 0 0 0;
   text-align: center;
   margin-bottom: 0;
}

.success{
   font-size: 16px;
   padding: 10px 0 0 0;
   text-align: center;
   margin-bottom: 0;
}

.fa-2x{
	font-size: 35px !important;
	line-height: 60px !important;
   height: 60px;
   width: 35px;
   padding: 0;
   margin: 0;
}

.fa-2x:hover{
	color: #fff;
}

.social-icons{
	width: 316px;
	margin: 30px 0 0 0;
	
}

.social-icons li{
	width: 64px;
	height: 64px;
	float: left;
	margin: 0 14.7px 15px 0;
}

.social-icons li:hover{
	opacity: 0.8;
}

.social-facebook:after{
   content: "\f082";
   font-size: 64px;
   font-family: FontAwesome;
}

.social-email:after{
   content: "\f01c";
   font-size: 64px;
   font-family: FontAwesome;
}

.social-gplus:after{
   content: "\f0d4";
   font-size: 64px;
   font-family: FontAwesome;
}

.social-pinterest:after{
   content: "\f0d3";
   font-size: 64px;
   font-family: FontAwesome;
}

.social-linkedin:after{
   content: "\f08c";
   font-size: 64px;
   font-family: FontAwesome;
}

.social-stumbleupon:after{
   content: "\f1a4";
   font-size: 64px;
   font-family: FontAwesome;
}

.social-twitter:after{
   content: "\f081";
   font-size: 64px;
   font-family: FontAwesome;
}

.social-youtube:after{
   content: "\f166";
   font-size: 64px;
   font-family: FontAwesome;
}

.social-flickr:after{
   content: "\f16e";
   font-size: 64px;
   font-family: FontAwesome;
}

.social-lastfm:after{
   content: "\f203";
   font-size: 64px;
   font-family: FontAwesome;
}

.social-tumblr:after{
   content: "\f174";
   font-size: 64px;
   font-family: FontAwesome;
}

.social-vimeo:after{
   content: "\f194";
   font-size: 64px;
   font-family: FontAwesome;
}

.social-dribbble:after{
   content: "\f17d";
   font-size: 64px;
   font-family: FontAwesome;
}

.social-rss:after{
   content: "\f143";
   font-size: 64px;
   font-family: FontAwesome;
}

.social-instagram:after{
   content: "\f16d";
   font-size: 64px;
   font-family: FontAwesome;
}

.social-picasa:after{
   content: "\f184";
   font-size: 64px;
   font-family: FontAwesome;
}

.cat-item{
	margin: 30px 0 0 0;
}

.recentcomments{
	margin: 30px 0 0 0;
}

.textwidget{
	margin: 30px 0 0 0;
}

.tagcloud{
	margin: 30px 0 0 0;
}

#not-found{
	background:#f1f1f1;
	width:760px;
	color:#999;
	padding:0 0 30px 0;
	text-align:center;
	font-size:32px;
	font-weight:bold;
}

label{
	font-size: 16px;
	font-weight: normal;
	padding:0 20px;
}

i.fa.fa-meh-o{
	font-size: 300px;
	color: #999;
	padding: 30px 0;
	text-align: center;
}