@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=greek-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700');
#tabs ul{
	width: 100%;
	text-align: center;
	margin: 0 0 40px 0;
}

#tabs ul li{
	display: inline-block;
	float: none;
	border:none;
	background: #eee;
	border-radius: 0;
	
	margin: 0 5px 0 0;
	padding: 0;
}

#tabs ul li a{
	font-size: 19px;
	padding: 10px 20px;
	display: block;
}

#tabs ul li, #tabs ul li:last-child {
	border: none;
}

#tabs ul li.ui-tabs-active{
	background: #222;
}

#tabs ul li.ui-tabs-active a{
	color: #fff;
}

#toptabs ul{
	width: 100%;
	text-align: left;
	margin: 0 0 10px 0;
}

#toptabs ul li{
	display: inline-block;
	float: none;
	border:none;
	background: #eee;
	border-radius: 5px 5px 0px 0;
	
	margin: 0 2px 0 0;
	padding: 0;
}

#toptabs ul li a{
	font-size: 16px;
	padding: 10px 20px;
	display: block;
}

#toptabs ul li, #toptabs ul li:last-child {
	border: none;
}

#toptabs ul li.ui-tabs-active{
	background: #222;
}

#toptabs ul li.ui-tabs-active a{
	color: #fff;
}


#accordion .section-title{
	border: none;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ddd;
	color: #000;

}

#accordion .section-title, .toggle-title{
	margin-bottom: 15px;
}

#accordion div{
	padding: 0;
}

#tabs div p{
	padding: 0 0 0 20px;
	color: #626262;
}

.toggle-content{
	padding: 0;
}

.toggle-title{
	padding: 0;
	position: relative;
}

.toggle-title span{
	padding: 10px 18px;
	display: block;
}

.toggle-title:before{
	content: "\f107";
	font-family: fontawesome;
	position: absolute;
	top: 50%;
	right: 20px;
	color: #222;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
}

.toggle-title.open:before{
	transform:translateY(-50%) rotate(-180deg);
	-webkit-transform:translateY(-50%) rotate(-180deg);
	-moz-transform:translateY(-50%) rotate(-180deg);
}

.article-box, .article-box *{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.article-box{
	padding: 20px;
}

.article-wrapper{
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	padding: 20px;
	overflow: hidden;
	border: 2px solid #eaeaea;
	border-radius: 15px;
}

.article-wrapper:hover{
	background: #f6f6f6;
}

.article-wrapper a{
	display: block;
}


.article-wrapper h2{
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
}

.article-wrapper span.subtitle{
	display: block;
	color: #999;
	font-size: 14px;
}

.article-wrapper p{
	font-size: 14px;
	color: #999;
}

.article-header{
	overflow: hidden;
	margin-bottom: 20px;
}

.author-image{
	width: 72px;
	border: 1px solid #ddd;
	padding: 1px;
	display: inline-block;
	margin: 0 auto;
	border-radius: 50%;
}

.author-image img{
	width: 100%;
	border-radius: 50%;
	border: 2px solid #fff;
}


.article-left{
	width: 30%;
	float: left;
	text-align: center;
}



.article-right{
	width: 70%;
	float: right;
}

.article-text{
	overflow: hidden;
}

.article-floats{
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}

.more-link{
	text-transform: uppercase;
	float: right;
	font-size: 13px;
	letter-spacing: 1px;
	color: #333;
}

.more-link i{
	margin-left: 5px;
}


.grid{
	margin: 20px 0 60px 0;
}

.homepage-image-section{
	width: 100%;
	height: 255px;
	position: relative;
	background: url(../images/bg-image.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.homepage-image-caption{
	width: 100%;
	position: absolute; 
	top: 0;
	left: 0;
	padding: 88px 0;
	text-align: center;
}

.homepage-image-caption h3{
	font-size: 40px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	padding: 10px 100px;
	background:rgba(255,255,255,0.9);
	color: #222;
	display: inline-block;
	margin: 0 auto;
}

.homepage-buttons a{
	display: inline-block;
	padding: 8px 25px;
	background: #222;
	color: #fff;
	border: 2px solid #222;
	margin-right: 10px;
	font-size: 20px;
	
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
}

.homepage-buttons a:hover{
	background: transparent;
	color: #000;
}

.profile-menu{
	float: right;
	margin: 0 20px 0 0;
}

.profile-menu li{
	float: left;
	margin-right: 20px;
	list-style: none;
	padding: 0;
	line-height: 148px;
}

.profile-menu li a{
	color: #000;
	letter-spacing: 1px;
	
	position: relative;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
}

.profile-menu li a:hover{
	color: #999;
}

.profile-menu li i{
	margin-right: 5px;
}

.subsection{
	width: 100%;
	background: #eee;
	padding: 40px 0;
}

.subsection h2{
	margin: 0;
	padding: 0;
	font-size: 27px;
	letter-spacing: 1px;
	font-family: Lato;
	
}

.page-content{
	padding: 60px 0;
	overflow: hidden;
}

.page-content.grey{
	background: #f6f6f6;
}

.page-content .container{
	overflow: visible;
}

.page-content *{
	font-family: 'Roboto Condensed', sans-serif;
}

.page-content i{
	font-family: fontawesome;
}

.page-content textarea{
	min-height: 200px;
}

.page-content input[type="text"],.page-content input[type="file"], .page-content input[type="email"], .page-content input[type="password"], .page-content textarea{
	width: 100%;
	padding: 18px;
	background: #eee;
	border: none;
	outline: none;
	margin-bottom: 30px;
	color: #666;
	font-size: 16px;
}


.profileRow input[type="text"],.profileRow input[type="file"], .profileRow input[type="email"], .profileRow input[type="password"], .profileRow textarea{
	margin: 0;
}

.profileRowClear input[type="text"],.profileRowClear input[type="file"], .profileRowClear input[type="email"], .profileRowClear input[type="password"], .profileRowClear textarea{
	margin: 0;
}

.profileRow .editable{
	width: 100%;
	padding: 18px;
	background: #eee;
	min-height: 140px;
	border: none;
	outline: none;
	color: #666;
}

.profileRow .medium-editor-element{
	width: 100%;
	padding: 18px;
	background: #eee;
	min-height: 300px;
	border: none;
	outline: none;
	color: #666;
}

.checkbox-container, .checkbox{
	font-size: 14px;
	color: #666;
	margin-bottom: 30px;
}

.checkbox-container a{
	color: #000;
	text-decoration: underline;
}

.btn-send{
	display: inline-block;
	padding: 10px 20px;
	background: #222;
	color: #fff;
	font-size: 15px;
	border: none;
	cursor: pointer;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
}

.btn-send.loginBtn{
	display: block;
	width: 100%;
}

.btn-send:hover{
	background: #666;
	color: #fff;
}

.small-link{
	display: block;
	text-align: center;
	font-size: 13px;
	color: #666;
	padding-top: 20px;
}

/*=====MODAL==========*/

.resetBoxOuter{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999;
	opacity: 0;
	visibility: hidden;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
}

.resetBoxOuter.show{
	opacity: 1;
	visibility: visible;
}

.resetBoxOuter.show .resetBoxInner{
	top: 40px;
}

.resetBoxOuter *{
	 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}



.resetBoxInner{
	max-width: 600px;
	background: #fff;
	padding: 40px;
	border-radius: 3px;
	margin: 0 auto;
	position: relative;
	top: 0;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
}

.resetBoxContent{
	width: 100%;
}

.resetBoxContent h2{
	padding: 0;
	margin: 0 0 10px 0;
}

.resetBoxContent p{
	margin-bottom: 20px;
}

.closeResetBox{
	position: absolute;
	top: 10px;
	right: 20px;
}



.close {
  float: right;
  font-size: 19.5px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid white;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5 !important;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid transparent;
  min-height: 16.846px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.846; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid transparent; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
	
	.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }
/*===============END=====================*/

.profileMenuContainer ul li{
	list-style: none;
	padding: 0;
}

.profileMenuContainer ul li a{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
}

.profileMenuContainer ul li a i{
	margin-right: 10px;
}

.profileMenuContainer ul li a:hover{
	background: #eee;
	color: #000;
	padding: 10px;
}

.profileMenuContainer ul li.selected a {
    background: #eee none repeat scroll 0 0;
    color: #000;
    padding: 10px;
}

.profileRow{
	overflow: hidden;
	margin-bottom: 20px;
}

.clear{
	clear: both;
	padding-top: 20px;
}


.profileRow label,.profileRowClear label, .input-section label{
	margin-bottom: 5px;
	display: block;
}

#charNum, #charNumTitle, #charNumSummary, #charNumMain{
	float: right;
	color: #999;
}

.select-wrapper{
	width: 100%;
	position: relative;
}

.select-wrapper:before{
	content: "\f107";
	font-family: fontawesome;
	position: absolute;
	top: 50%;
	right: 20px;
	color: #666;
	font-size: 20px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
}

.select-wrapper select{
	width: 100%;
	padding: 0 18px;
	height: 50px;
	line-height: 50px;
	background: #eee;
	border: none;
	outline: none;
	color: #666;
  	color: rgba(0,0,0,0);
  	text-shadow: 0 0 0 #666;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}



.profile-img{ 
	display: inline-block;
	border-radius: 50%;
	width: 30px;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -5px;
}

.profile-main-img{
	background: #eee;
	padding: 5px;
}

.profile-main-img img{
	border: 5px solid #fff;
	width: 100%;
}

.site-menu{
	float: right;
	margin-right: 100px;
}

.site-menu li{
	list-style: none;
	float: left;
	line-height: 148px;
}

.site-menu li a{
	color: #888;
	letter-spacing: 1px;
	margin: 0px 10px;
	position: relative;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
}

.site-menu li a:hover{
	color: #000;
}

.site-menu li a:before{
	position: absolute;
	top: 28px;
	left: 0;
	width: 0;
	content: "";
	height: 1px;
	background: #000;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
}

.site-menu li a:hover:before{
	width: 100%;
}

.publish-box{
	width: 100%;
	padding: 13px;
	text-align: center;
	background: #eee;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
}

.publish-box *{
	cursor: pointer;
}

.publish-box.publish{
	background: #222;
	color: #fff;
}

.notification-container{
	width: 100%;
	height: 230px;
}

.notification-container.larger{
	height: 360px;
	background: #fff;
	box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);
}

.notification-content{
	position: relative;
	top: 50%;
	text-align: center;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
}

.notification-content h1{
	padding: 0;
}

.notification-content img{
	display: inline-block;
	width: 65px;
	max-width: unset;
}

.content-table{
	text-align: center;
}

.publish-button{
	display: inline-block;
	padding: 2px 20px;
	margin-left: 10px;
	font-size: 13px;
	border-radius: 3px;
	color: #fff;
	background: #0cd976;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
}

.publish-button:hover{
	background: #0bc36a;
	color: #fff;
}

.publish-button.unpublish{
	background: #ee173b;
}

.publish-button.unpublish:hover{
	background: #d71535;
}

.article-entry{
	width: 100%;
	background: #fff;
	border: 1px solid #eee;
	display: table;
	overflow: visible;
	padding: 40px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.1);
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
}

.article-entry:hover{
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
}

.article-entry:last-child{
	margin-bottom: 0;
	border-bottom: none;
}

.article-main-image{
	width: 45px; 
	margin-right: 20px;
	float: left; 
}

.article-main-image img{
	border-radius: 50%;
}

.article-entry h2{
	padding: 0;
	margin: -5px 0 0 0;
	font-size: 16px;
	color: #999;
}

.article-entry h2 a{
	color: #000;
}

.article-entry h2 a:hover{
	color: #666;
}

.article-entry h3{
	color: #999;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.article-entry h3 a{
	color: #999;
	font-size: 14px;
}

.article-entry h3 i{
	font-size: 3px;
	vertical-align: middle;
	display: inline-block;
	padding: 0px 5px;
}

.article-entry h4{
	font-size: 30px;
	font-weight: 600;
	margin: 20px 0 0 0;
	padding: 0;
}

.article-entry.article-single h4{
	font-size: 35px;
	margin-bottom: 20px;
}

.article-entry h4 a{
color: #333;
}

.article-entry h4 a:hover{
	color: #666;
}

.article-head{
	width: 100%;
	overflow: hidden;
	position: relative;
}


.article-entry.article-single article *{
	margin: 0;
	padding: 0;
	line-height: normal;
	outline: none;
	border: none;
	color: #333;
}

.article-entry.article-single article p{
	margin-bottom: 10px;
	font-size: 18px;
}

.article-entry.article-single article p:last-child{
	margin-bottom: 0;
}

.article-entry.article-single article p em{
	font-style: italic;
}

.article-entry.article-single article h1{
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 10px;
}

.article-entry.article-single article h2{
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 10px;
}

.article-entry.article-single article h3{
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}

.article-entry.article-single article h4{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}

.article-entry.article-single article h5{
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}

.article-entry.article-single article h6{
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 10px;
}

.article-entry.article-single article p a{
	color: #222;
	text-decoration: underline;
}

.article-entry.article-single article ol, .article-entry.article-single article ul{
	margin: 0 0 10px 40px;
}

.article-entry.article-single article li{
	margin-bottom: 5px;
	font-size: 18px;
}

.article-entry.article-single article li:last-child{
	margin: 0;
}

.article-entry.article-single article p.ql-align-center{
	text-align: center;
}

.article-entry.article-single article p.ql-align-right{
	text-align: right;
}

.article-entry.article-single article p.ql-align-justify{
	text-align: justify;
}

.read-more{
	color: #aaa;
	padding: 20px 0 0 0;
	display: block;
}

.article-btn{
	position: absolute;
	top: 20px;
	right: 0;
}

.howItWorks{
	width: 100%;
	border: 2px solid #eee;
	padding: 40px;
	margin: 60px 0;
	min-height: 342px;
}

.entriesContainer{
	width: 100%;
	border: 2px solid #eee;
	padding: 30px 40px;
	margin: 60px 0;
	min-height: 342px;
}

.entriesContainer table{
	margin: 0;
	font-size: 14px;
}

.homeEntries a{
	display: inline-block;
	background: #222;
	color: #fff;
	padding: 5px 14px;
	font-size: 12px;
	border-radius: 2px;
}

.homeEntries span{
	width: 200px;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.sideCategories{
	width: 100%;
}

.sideCategories input[type="text"]{
	margin: 0 0 0 0;
}

.sideCategories h2{
	font-size: 18px;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #e0e0e0;
}

.sideCategories ul{
	margin: 20px 0 40px 0;
	padding: 0;
}

.sideCategories ul li{
	list-style: none;
	color: #666;
	padding: 5px 0;
	border-bottom: 2px solid #f1f1f1;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
}

.sideCategories ul li:hover{
	border-bottom: 2px solid #e9e9e9;
	color: #000;
	padding: 5px;
}

.article-social{
	width: 60px;
	position: fixed;
	top: 200px;
	z-index: 999999;
	color: #999;
	text-align: center;
	text-transform: uppercase;
	opacity: 0;
	visibility: hidden;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
}

.article-social.active{
	visibility: visible;
	opacity: 1;
}

.article-social a{
	display: inline-block;
	width: 30px;
	height: 35px;
	margin-top: 10px;
	opacity: 0.5;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
}

.article-social a:hover{
	opacity: 0.9;
}

.article-social a.heart{
	background: url(../images/heart-icon.png) no-repeat center center;
	background-size: 100%;
	width: 40px;
	height: 30px;
}

.article-social a.facebook{
	background: url(../images/facebook-icon.png) no-repeat center center;
	background-size: 100%;
}

.article-social a.twitter{
	background: url(../images/twitter.png) no-repeat center center;
	background-size: 100%;
}

.share-container{
	text-align: center;
}

.share-container a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	background: #222;
	color: #fff;
	border-radius: 100%;
	margin: 10px 5px 0 5px;
	border:1px solid #222;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
}

.share-container a:hover{
	background: #fff;
	color: #222;
	border:1px solid #eaeaea;
}


.tags-container{
	width: 100%;
	padding: 40px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.tags-container ul{
	margin: 0;
	padding: 0;
}

.tags-container ul li{
	list-style: none;
	margin-right: 3px;
	display: inline-block;
}

.tags-container ul li a{
	display:block;
	background: #eee;
	color: #333;
	padding: 5px 20px;
	border-radius: 3px; 
}

.tags-container ul li a:hover{
	background: #ddd;
}

.filter{
	text-align: center;
}

.more-articles{
	margin-top: 40px;
}

.more-articles .article-entry h4{
	font-size: 20px;
} 

.more-articles .article-entry{
	box-shadow: none
}

.more-articles-title{
	text-align: center;
	
	padding: 0;
	margin: 0 0 60px 0;
	background: #F6F6F6;
	position: relative;
	font-size: 25px;
}

.more-articles-title:before{
	content: "";
	width: 60px;
	height: 1px;
	background: #222;
	position: absolute;
	top: 50px;
	left: 50%;
	z-index: 0;
	transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}

.more-articles-title:after{
	content: "";
	width: 60px;
	height: 1px;
	background: #222;
	position: absolute;
	top: 53px;
	left: 51%;
	z-index: 0;
	transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}

.author-container{
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	font-family: 'Roboto Condensed', sans-serif;
}

.author-profile-image{
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
}

.author-profile-image img{
	width: 100%;
}

.author-container h2{
	margin: 0 0 8px 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
}

.author-container p{
	margin-bottom: 20px;
	color: #a6a6a6;
	font-size: 16px;
}

.author-container span{
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	color: #000;
	float: right;
	background: transparent;
	border: 1px solid #000;
	border-radius: 20px;
	text-align: center;
}

.author-container #bitcoinQr{
	margin: 10px 0 0 0;
}

.author-container span i{
	margin-right: 5px;
}

.results{
	width: 100%;
	padding: 0 15px 0 0;
	margin: 0 0 20px 0;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.results span{
	display: inline-block;
	background: #fff;
	padding: 10px 20px;
	font-size: 15px;
}

section.faqs{
	padding: 60px 0;
}

.howitworks-fixed-container{
	position: absolute;
	top: 450px;
	z-index: 1;
	width: 400px;
	right: -400px;
	transition:all 0.3s ease-out;
		-webkit-transition:all 0.3s ease-out;
		-moz-transition:all 0.3s ease-out;
}

.howitworks-fixed-container *{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.howitworks-fixed-container.active{
	right: 0;
}


.donate-to-author-fixed-container{
	position: absolute;
	top: 550px;
	z-index: 1;
	width: 400px;
	right: -400px;
	text-align: center;
	transition:all 0.3s ease-out;
		-webkit-transition:all 0.3s ease-out;
		-moz-transition:all 0.3s ease-out;
}

.donate-to-author-fixed-container *{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.donate-to-author-fixed-container.active{
	right: 0;
}

.donate-to-author-fixed-container img{
	width: 50%;
	display: inline-block;
	margin-bottom: 20px;
}

.donate-to-author-fixed-container span{
	display: inline-block;
	border: 1px solid #222;
	border-radius: 60px;
	padding: 5px 20px;
	font-size:14px; 
	color: #222;
}


.howitworks-inner{
	position: relative;
	background: #fff;
	border: 1px solid #eee;
	padding: 40px;
	text-align: center;
	box-shadow: 0 0 30px -3px rgba(0,0,0,0.1);
	color: #888;
} 

.howitworks-inner i{
	font-size: 25px;
	margin-bottom: 5px;
	color: #d9d9d9;
}

.howitworks-inner p{
	font-size: 17px;
	color: #888;
}

.howitworks-inner p:last-child{
	margin-bottom: 0;
}

.howitworks-trigger{
	border-radius: 60px 0 0 60px;
	box-shadow: 0 0 20px -10px rgba(0,0,0,0.1); 
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 450px;
	right:-106px;
	padding: 15px 20px;
	background: rgba(238,238,238,0.9);
	color: #222;
	font-size: 15px;
	z-index: 1; 
	transition:all 0.3s ease-out;
	 	-webkit-transition:all 0.3s ease-out;
	 	-moz-transition:all 0.3s ease-out; 
}

.howitworks-trigger i{
	font-size: 23px;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}

.howitworks-trigger span{
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

.howitworks-trigger.active{
	border-radius: 60px 0 0 60px;
	right: 400px;
}

.howitworks-trigger:hover{
	background: rgba(238,238,238,1);
	color: #222;
	right: 0;
}

.howitworks-trigger.active:hover{
	right: 400px;
}


.donate-to-author-trigger{
	border-radius: 60px 0 0 60px;
	box-shadow: 0 0 20px -10px rgba(0,0,0,0.1); 
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 550px;
	right:-131px;
	padding: 15px 20px;
	background: rgba(238,238,238,0.9);
	color: #222;
	font-size: 15px;
	z-index: 1; 
	transition:all 0.3s ease-out;
	 	-webkit-transition:all 0.3s ease-out;
	 	-moz-transition:all 0.3s ease-out; 
}

.donate-to-author-trigger i{
	font-size: 23px;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}

.donate-to-author-trigger span{
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

.donate-to-author-trigger.active{
	border-radius: 60px 0 0 60px;
	right: 400px;
}

.donate-to-author-trigger:hover{
	background: rgba(238,238,238,1);
	color: #222;
	right: 0;
}

.donate-to-author-trigger.active:hover{
	right: 400px;
}


.load-button{
	width: 200px;
	text-align: center;
	margin: 0 auto;
	display: block;
	border-radius: 60px;
	padding: 15px 20px;
	border: 2px solid #eee;
	color: #222;
	font-size: 13px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.load-button:hover{
	background: #f6f6f6;
}

.donate-container{
	text-align: center;
}


.donate-qr span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	background: #fff;
	border-radius: 20px;
	padding: 5px 20px;
	border: 1px solid #eaeaea;
}

.donate-qr span i{
	margin-left: 5px;
	font-size: 16px;
	display: inline-block;
}

.donate-qr img{
	width: 140px;
	display: inline-block;
	vertical-align: middle;

}

.copyright span{
	display: inline-block;
	width: 1px;
	height: 10px;
	vertical-align: middle;
	background: rgba(0,0,0,0.2);
	margin:-1px 10px 0 10px; 
}

.views-container{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.views-container div{
	display: inline-block;
	border: 1px solid #222;
	border-radius: 20px;
	font-size: 12px;
	color: #222;
	padding: 3px 10px;
	margin-right: 5px;
}

#bitcoinQr{
	margin-bottom: 20px;
}

#bitcoinQr canvas{
	width: 100% !important;
	height: auto !important;
}

.preview-container{
	width: 100%;
	text-align: center;
	background: #F9F9F9;
	padding: 30px 0;
	border-bottom: 1px solid #f3f3f3;
}

.howitworks-inner .preview-container{
	background: transparent;
	border: none;
	padding: 20px 0 0 0;
}

.howitworks-inner .preview-container .preview-save{
	font-size: 14px;
	letter-spacing: 1px;
}

.preview-container input[type="submit"]{
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	border: none;
	cursor: pointer;
	margin: 0 5px;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
}

.preview-container .preview-save{
	background:#222;
	color: #fff; 
	padding: 8px 40px;
	margin: 0 5px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	box-shadow: 3px 3px 0 0 #CECECE;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
}

.preview-container .preview-save:hover{
	background: #454545
}

.preview-container .preview-publish{
	background:#12e57f;
	color: #fff; 
	padding: 8px 30px;
	font-size: 16px;
	box-shadow: 3px 3px 0 0 #0fbb68;
}

.preview-container .preview-publish:hover{
	background: #10d074;
}

#publishContainer, #delFormContainer{
	text-align: center;
}

#publishContainer img, #delFormContainer img{
	display: inline-block;
}

#publishContainer .modal-body, #delFormContainer .modal-body{
	font-size: 20px;
	padding: 0;
}

#publishContainer .modal-header, #delFormContainer .modal-header{
	padding: 15px 15px 0 15px;
}

#publishContainer .modal-footer, #delFormContainer .modal-footer{
	padding: 30px 0;
	text-align: center;
}

#publishContainer button, #publishContainer input[type="submit"], #delFormContainer button, #delFormContainer input[type="submit"]{
	background:#222;
	display: inline-block;
	color: #fff; 
	padding: 8px 40px;
	margin: 0 5px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	box-shadow: 3px 3px 0 0 #CECECE;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
}

#publishContainer button:hover, #publishContainer input[type="submit"]:hover, #delFormContainer button:hover, #delFormContainer input[type="submit"]:hover{
	background: #454545
}

.mobile-close-trigger{
	position: absolute;
	top: 20px;
	right: 20px;
}

.mobile-close-trigger{
	display: none !important;
}

.mobile-signup{
		display: none;
	}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 1200px){
	.site-menu{
		margin-right: 20px;
	}

	.profile-menu{
		margin: 0 10px 0 0;
	}
}

@media (max-width: 1060px){
	.site-menu{
		display: none;
	}
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }

  .sideCategories{
  	margin-bottom: 40px;
  }
  .author-container{
  	text-align: center;
  }
  .author-container span{
  	float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
}

@media (max-width: 620px){
	.profile-menu{
		display: none;
	}

	.homepage-image-caption h3{
		font-size: 6vw;
	}

	.mobile-signup{
		display: block;
	}
}

@media (max-width: 500px){
	.howitworks-fixed-container{
		width: 90%;
	}

	.howitworks-fixed-container .preview-container .preview-save{
		width: 100%;
		display: block;
		margin-bottom: 10px !important;
	}

	.howitworks-fixed-container .preview-container .preview-save:last-child{
		margin-bottom: 0 !important;
	}

	.mobile-close-trigger{
		display: block !important;
	}
}

@media (max-width: 420px){
	.article-left{
		width: 100%;
	}

	.article-right{
		width: 100%;
		text-align: center;
	}

	.article-wrapper p{
		text-align: center;
	}

	.article-wrapper a{
		text-align: center;
	}

	.more-link{
		float: none;
	}

	.article-head{
		text-align: center;
	}

	.article-main-image{
		width: 100%;
	}

	.article-main-image img{
		display: inline-block;
		width: 60px;
	}

}

.home-article-wrapper{
	margin-bottom: 40px;
	position: relative;
}

.grid-smaller{
	width: 70%;
	float: right;
	clear: unset;
}

.grid-smaller .item{
	width: 50%;
}

.grid.grid-smaller{
	margin: -20px 0 0 0;
}

.filter-side{
	width: 30%;
	position: absolute;
	left: -26%;
	top: 22px;
	clear: unset;
}

.categories-filter{
	font-size: 14px;
	margin-left: 20px;
	border: 2px solid #eaeaea;
	padding: 10px 20px;	
	border-radius: 4px;
	display: none;
}

.categories-filter:hover{
	background: #f6f6f6;
}


.categories-filter i{
	margin-right: 5px;
}

.close-categories-filter{
	display: none;
}

@media (max-width: 1760px){
	.filter-side{
		width: 300px;
		height: 100%;
		position: fixed;
		top: 0;
		left: -340px;
		background:#fff;
		padding: 60px 20px 20px 20px;
		z-index: 9999999999;
		box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
		transition:all 0.3s ease-out;
		 	-webkit-transition:all 0.3s ease-out;
		 	-moz-transition:all 0.3s ease-out; 
	}
	.filter-side.active{
	left: 0;
	}
	.categories-filter{
		display: inline-block;
	}

	.close-categories-filter{
		display: inline-block;
		position: absolute;
		top: 10px;
		right: 20px;
	}
}

.filter.filter-side ul li{
	display: block;
	margin: 0;
	padding: 0 0 20px 0;
}

.bitcoin-num{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.nobitcoin{
	width: 100%;
	font-size: 20px;
	color: #eee;
	text-align: center;
	color: #AFAFAF;
	line-height: 30px;
}

@media (max-width: 1160px){
	.author-container span{
		width: 230px;
	}
}

@media (max-width: 991px){
	.author-container{
		text-align: center;
	}
	.author-container span{
		float: none;
		margin-top: 20px;
	}

	.author-container #bitcoinQr{
		margin: 10px 0 0 0;
	}

	.author-profile-image{
		margin-bottom: 10px;
	}
}

@media (max-width: 768px){
	
	#header, #logo, .menu-toggle{
		height: 90px;
	}

	.profile-menu li{
		line-height: 90px;
	}

	.sideCategories{
		margin-bottom: 40px;
	}

	.filter-side{
		width: 100%;
	}

	.filter.filter-side ul li{
		display: inline-block;
		padding: 0 0 3px;
		margin: 0 2.5em 0 0;
	}

	.grid-smaller{
		width: 100%;
	}

	.grid-smaller .item{
		width: 100%;
	}
}

@media (max-width: 767px){
	.row.more-articles .col-sm-6:first-child{
		margin-bottom:60px; 
	}
	#bitcoinQr{
		margin-bottom: 20px;
		display: block !important;
	}
	.donate-qr span{
		margin-left: 0;

	}
}


