@media screen and (min-width:783px) {
	.admin-bar .sticky-nav {top:32px;}
}
@media screen and (min-width:600px) and (max-width:782px){
	.admin-bar .sticky-nav {top:46px;}
}

p.form-submit {margin-left: 15px; text-align: center;}
#lotek_submit {
	display: inline-block;
  	padding: 6px 12px 8px 12px;
  	margin-bottom: 0;
  	font-size: 14px;
  	font-weight: 400;
  	line-height: 1.428571429;
  	text-align: center;
  	white-space: nowrap;
  	vertical-align: middle;
  	cursor: pointer;
  	border: 1px solid transparent;
  	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#lotek_submit{
	color: #2c323a;
  	background:none;
  	border-color: #2c323a;
}
#lotek_submit:hover,
#lotek_submit:focus,
#lotek_submit:active,
#lotek_submit.active {
  color: #fff;
  background-color: #2c323a;
  border-color: #2c323a;
}

#lotek_submit{
 font-size:24px;
 line-height:28px;
 border:2px solid;
 padding:15px 30px 20px 30px;
 border-radius: 4px;
}

/* Fix conflict with VC flexslider */
.flexslider {
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.flex-direction-nav .flex-next {text-align: initial;}
.flexslider:hover .flex-prev { opacity: 1; left: -60px; }
.flexslider:hover .flex-next { opacity: 1; right: -60px; }
@media screen and (max-width: 860px) {
	.flexslider:hover .flex-prev { opacity: 1; left: 0; }
	.flexslider:hover .flex-next { opacity: 1; right: 0; }
}
.blog .flexslider .flex-prev { opacity: 0.5; left: 0px; }
.blog .flexslider .flex-next { opacity: 0.5; right: 0px; }

/* 404error */
.error404{
	position:relative;
	/*background:#fff;*/
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
.error404 i {
	margin-top:-48px;
	z-index:999;
}

/* author-social */
.author-info> .media-heading{
	color: #2C323A;
}
.author-social {font-size: 1.5em;}
.author-social a {color:#fff;}

/*archive page */
.archive.date{
	font-weight:400;
	font-size:14px;
	line-height:24px;
	padding:0;
	margin:0;
	/*font-size:1em;
	line-height:1em;
	font-weight:1em;
	padding:10px 0 10px 0;*/
}
.pager {
	padding:30px 30px 0;
}

.container-fluid > .row > .wpb_column {padding: 0px !important;}
.features-box {margin-bottom: 20px;}
