/* All */
body {
  font-family: Verdana, Arial;
  font-size: 18px;
  line-height: 1.5;
  color: #FAFAFA;
  background: #212121;
  font-weight: 400;
}
p {
	color: #FAFAFA;
	margin: 0 0 13px 0;
}
a {
	color:#FAFAFA;
}

.main a, .main p {
	color:#212121;
	margin: 0 0 13px 0;

}


a:hover {
	color:#1b6ccf;
}
ul{
	list-style-position: outside;
	margin: 0 0 4 0;
    padding: 0;
     list-style-type: none;
}
ol{
	list-style-position: outside;
	margin: 0 0 4 0;
    padding: 0;
    list-style-type: lower-roman;
}
img {
    max-width: 100%;
    height: auto;
}


/** Tables **/
.table {
	margin-bottom: 20px;
}
.table td a {
	text-decoration: underline;
}

.table thead th {
	font-size: 14px;
	color:#cc0;
	border: 0px !important;
}
.table tr td {
	vertical-align: middle;
	font-size: 13px;
	color:#FAFAFA;
	border-bottom: 1px solid #2a2e39;
}

.table tbody tr:hover {
  background: #2a2e39;
}



/** Header **/
header {
	max-width: 1280px;
    margin: 0 auto;
    border-bottom: 1px solid #2a2e39;

}
header a {
	text-decoration: none;
}
header .navbar-brand {
  padding: 0;
}

header .navbar-brand img {
  height: 60px;
}
header .navbar, header .nv {
	padding: 0.1rem 1rem;
	display: flex;  
	flex-wrap: wrap;
	background-color:#212121;
}
.nav-link{
	color:#FAFAFA;
	font-size: 16px;
	background-color: #212121;
}
.nav-link:hover {
	background-color: #353d54;
	color:#FAFAFA !important;
}


.dropdown-menu {
    background: #212121;
    box-shadow: 0 0 10px 0 #212121;
    border: 1px solid #2a2e39;
}
.dropdown-item {
	color: #FAFAFA;
}


/** Formatting **/
.small {
	font-size:15px;
}
.grey {
	color:#a3a7af;
}
.green {
  color: #008342 !important;
}

.red {
  color: #980400 !important;
}
margin-top: 15px;
}
.imgleft {
	padding: 0px 16px 10px 0px;
	float:left;
}
.right {
	float:right;
}
.qualified {
	color:#009827;
}

.clear img{
	margin-left:-22px;
}
.value-circle {
		text-align: center;
		border-radius: 50%;
		width:90px;
		height:90px;
		line-height: 90px;
		vertical-align: middle !important;
		background-color: #B33474;
		font-size:18px;
		font-weight:bold;
		color:#FFF;
	}

.image-space {
	margin: 0px 6px;
}
.crumb, .crumb a {
	color:#212121;
	font-size:16px;
}
.crumb a {
	text-decoration: underline;
}
.container-fluid {
	padding-left:15px;
	padding-right:15px;
}
.mt15 {
	margin-top: 15px;
}
.mt30 {
	margin-top: 30px;
}
.mtb15 {
	margin: 15px 0px 15px 0px;
}
.mtb30 {
	margin: 30px 0px 30px 0px;
}

::-webkit-scrollbar {
  background: #EEE;
  width: 10px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.07);
  border: solid rgba(88, 88, 88, 0.12) 2px;
  border-radius: 5px;
}

.disclaimer {
	font-size: 10px;
	font-style:italic;
	text-align: center;
}

/** Forms **/
.form-control {
	background-color: #2a2e39;
    border: 1px solid #2a2e39;
    color: #FAFAFA;
}
input::placeholder {
	color:#aeaeae;
}
.max300 {
    max-width: 300px;
}
/* } */
.custom-file {
  display: inline-block;
  width: 20%;
  margin-left: 20px;
  font-size: 12px;
}


.custom-file label:after {
  background: #007bff;
  color: #FAFAFA;
  font-weight: 600;
}



/** Sections **/

.footer-panel {
	background-color: #2a2e39;
	margin-top:50px;
	min-height: 100px;
	padding: 20px 0px;
	/* padding: 20px 0px; 20px; 0px; */
}
.footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 8px 4px 4px 9px;
	color:#007bff;
}
.footer-inner a {
	text-decoration: underline;
}
.footer-disclaimer {
	font-size:12px;
	font-style: italic;
	color:#bebebe;
}
.text-content, .text-content a {
	color:#FAFAFA;
}

#consent {
	z-index: 2000;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	background-color:#141414;
	font-size:16px;
	width:100%;
	border-top:1px solid #f5f5f5;
}
.consent-inner {
	font-family: Verdana, Arial;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #212121;
	padding: 10px 12px 16px 12px;
	color:#007bff;
	font-size: 18px;
}
.consent-inner p, .consent-inner .btn {
	color:#e0e0d5;
}

.consent-inner a {
	cursor: pointer;
}


/*** Search ***/
#country_suggest, #coin_suggest, #deposit_suggest {
	display: none;
	position: absolute;
	width:218px;
	max-height:400px;
	background: #f3f3ff;
	z-index:2000;
	border:1px solid #ededed;
	padding:2px;
	font-size:18px;
	cursor:pointer;
	margin-top:1px;
	color:#212121;
}

.exchange_box .rate-box {
	margin-top:20px;
	text-align: left;
	border-right: 1px solid #1f508c;
}
.exchange_box .rate-box-noborder {
	margin-top:20px;
	text-align: left;
}
.exchange_box .rate_area {
	font-size:14px; 
	text-transform: uppercase;
}
.exchange_box .rate_value {
	font-weight: bold;
	font-size:17px; 

}
.exchange_box .proscons {
	font-weight: bold;
	font-size:15px;
	text-transform: uppercase;
}
.exchange_box, .selectbox {
	border: 1px solid #1f508c;
	margin:  30px 10px 30px 10px;
	padding: 5px;
	background: #FAFAFA;
	font-family: Verdana, Arial;
}
.exchange_box h4 {
	font-size:30px;
}
.exchange_box ul {
	padding: 2px;
}

/** School **/
.qbox {
	
 }
.question, .question a {
	color:#FFF;
	font-weight: bold;
	font-size:18px;
}
.main .card .school_topic {
	background-color: #98b2d0;
	padding:6px;
	color:#212121;
}
.school_topic a {
	text-decoration: underline;
}
.qrow {
	margin-bottom:18px;
	min-height: 50px;
	background: #eee;
	vertical-align: middle;
}

.qradio {
	text-align:center;
	background: #ddd;
	margin-bottom:18px;
	min-height: 50px;
	vertical-align: middle;
}
.qradio input[type=radio] {
    width: 80%;
    margin-top: 10px;
} 
.submit-exam {
	margin-top:30px;
	margin-bottom: 60px;
	width:100%;
	color: #fff !important;
	background-color: #28a745 !important;
	border-color: #28a745;
	padding: .5rem 1rem;
    font-size: 1.5rem !important;
    line-height: 1.5;
    border-radius: .3rem;
    min-height: 65px;
}

.ninetyfive {
	width:95% !important;
	/*border-spacing:0px  !important;
	border:1px solid #eee  !important;*/
	
}
.ninetyfive td, .ninetyfive th {
	padding:7px;
	
}
.ninetyfive td {
	font-size: 16px !important;
}
.pro {
	background-color: #007e05 !important;
	color:#e4e4e4 !important;
	width:50%;
}

.con {
	background-color: #800000 !important;
	color:#e4e4e4 !important;
	width:50%;
}

.score {
	width:96%;
	font-size:40px;
	padding:10px;
	color: #212121;
	font-weight: bold;
	border: 2px  #0011c0 solid;
	vertical-align: middle;
	font-family: Tahoma, Arial;
	margin:auto;
	margin-bottom: 20px;
	min-height: 200px;
}
.score img {
	max-height: 150px;
	margin: 10px;
}

.score p {
	font-size:16px;
	color:#212121;
	font-weight: 100;
}

/** Artciles **/
.link {
	text-decoration: underline !important;
}

.image-unit img {
    width: 60px;
    height: 60px;
    margin: auto;    
    display: block;
}
.stars  {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 75%;
	margin:6px;
	width:125px;
	height:24px;
	
}
.stars-gold {
	background: url('/assets/img/sprites/stars125_gold.png');
}
.stars-yellow {
	background: url('/assets/img/sprites/stars125_yellow.png');
}
.stars-blue {
	background: url('/assets/img/sprites/stars125_blue.png');
}

.stars-10 {
	background-position: 0px -226px;
}
.stars-9 {
	background-position: 0px -204px;
}
.stars-8 {
	background-position: 0px -180px;
}
.stars-7 {
	background-position: 0px -158px;
}
.stars-6 {
	background-position: 0px -136px;
}
.stars-5 {
	background-position: 0px -114px;
}
.stars-4 {
	background-position: 0px -90px;
}
.stars-3 {
	background-position: 0px -68px;
}
.stars-2 {
	background-position: 0px -46px;
}
.stars-1 {
	background-position: 0px -23px;
}
.stars-0 {
	background-position: 0px 0px;
}

.rightcol {
	max-width:302px;
	float:right;
	margin-right:11px;
	}


/** other **/

.main {
	font-family: Verdana, Arial;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #FAFAFA;
	padding: 8px 4px 4px 4px;
	margin-top:20px;
	color:#212121;
}

.main .table thead th {
	font-size: 14px;
	color:#000fcc;
	border: 0px !important;
}
.main .table tr td {
	vertical-align: middle;
	font-size: 13px;
	color:#212121;
	border-bottom: 1px solid #2a2e39;
}

.main .table tbody tr:hover {
  background: #dbdde5;
}

.main .logo img {
	max-height:90px;
	max-width:180x;
	border: 1px #DDD solid;
	margin-top:4px;
}
.main .coinlogo img {
	height:80px;
	max-width:80x;
	margin-top:4px;
}
.main .dhead {
	background-color: #C9C9C9;
	color:#111111;
	font-size:18px;
	padding:10px;
	margin: 0px 1px 0px 1px;
	font-weight: bold;
}
.main .dbody {
	color:#212121;
	border-bottom: 2px solid #D9D9D9;
	margin-left:0px;
	min-height:180px;
	padding:5px;
	margin: 0px 1px 0px 1px;
}
.main .nostripe {
	background-color:#FAFAFA;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.main .stripe {
	background-color:#EFEFEF;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.main .right {
	text-align:right;
}
.main .center {
	text-align:center;
}
.main .btn, .main .btn a:hover {

	text-decoration: none !important;
}
.main .text-unit {
	padding:0px;
}
.main .rating-wrapper{
	font-size:18px;
	width:100px;
	height:60px;
	border: 1px #999 solid;
	margin-top:4px;
	margin-left:6px;
	background-color: #f8faff;
}
.main .title-bar {
	color:#FAFAFA;
	background-color:#78a6ec;
	padding:2px;
	text-align: center;
}
.main .rating-number {
	padding:2px;
	background-color: #f8faff;
	color:#070080;
	text-align: center;
}

.main  input {
	font-size:18px;
	background: #f3f3ff;
	padding:4px;
	color: #212121;
	height:38px;
	border: 1px solid #aaa;
}

.main .coin-data {
	font-size:18px;
	margin-left:10px;
}

.main .alert-box-success {
	margin: 10px 10px 10px 10px;
	background:#ebfbed;
	font-size:17px !important;
	color: #212121;
	border:1px solid #2e8735;
	padding:5px;
}
.main .alert-box-warning {
	margin: 10px 10px 10px 10px;
	background:#faebeb;
	font-size:17px !important;
	color: #212121;
	border:1px solid #872e2e;
	padding:5px;
}


.main h1 {
	font-size: 26px;
	color:#252580;
	margin: 15px 0px 15px 0px;
	text-decoration: none;
}
.main h2 {
	font-size: 24px;
	color:#3535B3;
	margin: 36px 0px 4px 0px;
	text-decoration: none;
	text-transform: capitalize;
}
.main h3, .main a h3  {
	font-size: 21px;
	color:#4C4CFF;
	margin: 20px 0px 2px 0px;
	text-decoration: none;
}

.main h4 {
	font-size: 18px;
	color:#212121;
	margin: 10px 0px 5px 0px;
	font-weight: bold;
	text-decoration: none;
}

.main h5 {
	font-size: 16px;
	color:#212121;
	margin: 10px 0px 0px 0px;
	text-transform: capitalize;
	text-decoration: none;
}


.main .coin-label {
	font-size:12px;
	text-align: center;
}
.main .article-title {
	font-size:16px;
	text-align: left;
	color: #B33474;
	font-weight: bold;
}

.main .updated {
	font-family: Verdana, Arial;
	font-size: 14px;
	color:#212121;
	margin: 5px 0px 15px 0px;
	background-color: #d7d7d7;
	padding:6px;
}
.main ul {
	font-family: Verdana, Arial;
	font-size: 18px;
	color:#212121;
	margin-left: 10px;
	padding: 15px 0px 15px 0px;
}
.main  .text-unit ul {
	padding: 0px;
}
.main .bullets li, .main-dark .bullets li {
	 list-style-type: circle;
	 /*list-style-image: url(/assets/img/icons/dot.png);*/
	 list-style-position: outside;
	 margin-left: 10px;
}
.main ol {
	font-family: Verdana, Arial;
	font-size: 18px;
	color:#212121;
	margin-left: 20px;
	padding: 5px 0px 5px 0px;
	list-style-type: decimal;
	
}


.main a, .main a:visited, .main a:hover {
	font-family: Verdana, Arial;
	text-decoration: none;
	
}

.main .content a, .main .content a:visited, .main td a {
	text-decoration: underline;
}

.main  .dropdown-menu {
	background:#ebebeb !important;
}
.main .dropdown-menu a {
	color:#212121;
}
.main table {
	width:100%;
	/* border-collapse: separate; */
}
.main td {
	background-color: #FAFAFA;
	color:#212121;
	font-size:14px;
	border: 1px solid #aaa;
	vertical-align: top;
}
.main thead th {
	background-color: #005eb3;
	color:#FAFAFA !important;
	font-size:16px;
	border: 1px solid #aaa !important;
}
.main .oneline {
	display: inline-block;
	white-space: nowrap;
	margin:-4px;
	font-size:14px;
	font-weight:bold;
}

.main .rating {
	font-family: Verdana, Arial;
	font-size: 18px;
	color:#212121;
	margin: 10px 0px 10px 0px;
	padding:10px;
	background-color: #e4f3e7;
	font-weight: bold;
}
.main blockquote {
	color:#212121;
	font-size:17px;
	color: #352398;
	font-style: italic;
	/*border: 1px solid #c7c7c7;*/
	background-color:#ebebf6;
	margin: 20px 15px 20px 15px;
	padding:10px;
}
.main .rating_box {
	margin: 20px 0px 20px 0px;
	padding: 1px;
	background-color: #f7f8f2;
	border: 2px solid #0086d9;
}
.main .rating_box .table_head {
	background-color: #0086d9;
	color:#FAFAFA;
	font-size:18px;
	padding:6px;
	margin: 0px;
}
.main .rating_box .table-total {
	background-color: #cfe2ed;
	color:#212121;
	font-size:16px;
	padding:6px;
	margin: 0px;
}
.main .rating_box .ex-section {
	font-size:16px;
	padding:4px;
	margin: 0px;
}
.main .carousel {
	height:360px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 10px;
}
/*
.main .screenshot {
	padding:10px;
	border: 2px solid #004385;
	background-color: #d0d7de;
	max-height: 350px;
}
*/
.main .screenshot, .main .guide_image {
	padding:2px;
	border: 2px solid #cacaca;
	background-color: #d0d7de;
	width:99%;
	margin: 20px 0 30px 0;
	max-height: 350px;
}
/*
.main .guide_image {
	padding:10px;
	border: 2px solid #004385;
	background-color: #d0d7de;
	max-height: 350px;
}
*/
.main .guide_image_max {
	padding:10px;
	border: 2px solid #004385;
	background-color: #d0d7de;
}

.main .search-top {
    color: #555;
    padding: 12px;
    text-transform: capitalize;
}
.main .btn  {
	color:#FAFAFA;	
}
.main .btn-outline-primary {
	color:#007bff;	
}
.main .btn-outline-primary:hover {
	color:#FAFAFA;	
}

.main img.card-img-top {
    max-height: 177px; 
    min-height: 177px;
}
.compback {
	background-image: url("/assets/img/home/competition.png");
	background-position: -80px -10px;
}


.main-dark {
	font-family: Verdana, Arial;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #212121;
	padding: 8px 4px 4px 4px;
	margin-top:24px;
	color:#FAFAFA;
	font-size:18px;
}
.compact {
	padding:0px;
	margin:0px;
	max-width: 100%;
}
.nounder {
	text-decoration: none !important;
}

.main-dark h1 {
	font-size: 26px;
	color:#FAFAFA;
	margin: 0px;
	text-decoration: none;
}



.main-dark h2 {
	font-size: 24px;
	color:#cc0;
	margin: 10px 0px 0px 0px;
	text-decoration: none;
	text-transform: capitalize;
}

.main-dark .line {
    border-bottom: 1px solid #cc0;
    margin-top:20px;
}

.main-dark h3 {
	font-size: 21px;
	color:#24feff;
	margin: 20px 0px 2px 0px;
	text-decoration: none;
}
.main-dark h4 {
	font-size: 18px;
	color:#ae9dff;
	margin: 10px 0px 5px 0px;
	font-weight: bold;
	text-decoration: none;
}

.main-dark h5 {
	text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
	color:#FAFAFA;
}

.main-dark .article-title {
	font-size:16px;
	text-align: left;
	color: #b3b034;
	font-weight: bold;
}

.main-dark .highlight  td {
	background-color: #3a4e63;
	
}
.main-dark .wallet img {
	padding:4px;
}
.main-dark .col1 {
	font-size: 18px;
	text-align: left;
}



/*** Cards **/
.main .card {
	border: 1px solid #1f508c;
	margin-top: 10px;
}
.main .card-header  {
	background-color:#1f508c;
	color: #FAFAFA;
    font-size: 18px;
}
.main .card-body  {
	color:#212121;
	font-size: 18px;
	text-align: left;
}


.main-dark .card {
	background-color: #212121;
	border: 1px solid #1f508c;
	margin-top: 10px;
}
.main-dark .card-header  {
	background-color:#1f508c;
	color: #FAFAFA;
    font-size: 18px;
}

.main-dark .cardred {
	background-color: #212121;
	border: 1px solid #8c1f1f;
	margin-top: 10px;
}
.main-dark .cardred-header  {
	background-color:#8c1f1f;
	color: #FAFAFA;
    font-size: 18px;
    padding: .75rem 1.25rem;
}
.main-dark .cardred-body  {
	color:#212121;
	font-size: 18px;
	text-align: left;
	padding: 1.25rem;
}

.main-dark .cardgreen {
	background-color: #212121;
	border: 1px solid #1f8c23;
	margin-top: 10px;
}
.main-dark .cardgreen-header  {
	background-color:#1f8c23;
	color: #FAFAFA;
    font-size: 18px;
    padding: .75rem 1.25rem;
}
.main-dark .cardgreen-body  {
	color:#212121;
	font-size: 18px;
	text-align: left;
	padding: 1.25rem;
}

.main-dark .cardgreen ul, .main-dark .cardgreen ol  {
	color: #FAFAFA;
}

.main-dark .card-text, .main .card-text {
	font-size:15px;
}


.main-dark .wallet .card-body  {
	color:#f4f4f4;
	font-size: 24px;
	text-align: center;
}

.main-dark  .card-body4table  {
	color:#FAFAFA;
	font-size: 24px;
	text-align: center;
	padding:1rem 0.25rem 0.25rem 0.25rem !important;
}
.main-dark .profile-box  {
	text-align: center;
	font-size:24px;
}

.main-dark .profile-box-right  {
	font-size:18px;
	margin-bottom:0.3rem !important;
}
.main-dark .avatar {
	max-height: 100px;
    max-width: 100px;
    border-radius: 10%;
}
.main-dark .dash-activity  {
	height:40px;
	font-size:14px;
}

#error-message, #error-message2, #error-message3 {
	color: #E74C06;
	margin-bottom: 5px;
	margin-top: 5px;
}
#success-message {
	color:#00D3BB;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* *****  NEWS  ***** */

.main-dark.blog h1 {
	font-size: 26px;
	color: #252580;
	margin: 15px 0px 15px 0px;
	text-decoration: none;
}

.row.description p {
	color: black;
}

.row.description {
	margin: 15px 0px 0px 0px;
}

.main-dark.blog .card {
	background-color: #ffffff;
}

.main-dark.blog .card-text {
	color: black;
}

.main-dark.blog .article-title {
	color: #B33474;
	text-decoration: none;
}

.main-dark.blog img.card-img-top {
	max-height: 177px;
	min-height: 177px;
}

.main-dark.blog {
	background-color: #FAFAFA;
}

.main-dark.blog .navigation {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.main-dark.blog .navigation a {
	color: black;
}

.main-dark.blog ul.pagination {
	display: flex;
	justify-content: flex-end;
	margin: 40px 0px 20px;
}

.main-dark.blog a.page-link {
	color: black;
}

.main-dark.blog li.page-item.active a.page-link {
	color: white;
}

.post-meta {
	display: flex;
	flex-wrap: wrap;
}

.post-meta p {
	color: black;
	font-size: 14px;
	letter-spacing: 0.05em;
	width: 100%;
  margin-bottom: 5px;
}

.post-meta-single {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0;
	border-bottom: 1px solid;
	margin-top: 30px;
}

.post-meta-single p:last-child {
	font-size: 16px;
}

.single.single-post .content.news img {
	width: 100%;
}

.post-meta-single p:first-child {
	margin-right: 30px;
}

.author-profile-card {
	display: flex;
	flex-wrap: wrap;
}

.author-profile-card h2 {
	width: 100%;
	margin-bottom: 15px;
}

.card-body .post-meta {
	/*border-bottom: 1px solid black;
	border-top: 1px solid black;*/
	margin: 5px 0;
	padding: 5px 0;
}

@media (max-width: 1200px) {
	.row.posts .post.type-post {
		width: 32%;
		margin-right: 15px;
	}
	.row.posts .post.type-post:nth-of-type(3) {
		margin-right: 0;
	}
	.row.posts .post.type-post:nth-of-type(4) {
		margin-right: 20px;
	}
	.main-dark.blog {
    margin: 30px;
	}
}

@media (max-width: 900px) {
	.row.posts .post.type-post {
		width: 47%;
		margin-right: 20px;
		margin-bottom: 25px;
		min-height: 540px;
	}
	.row.posts .post.type-post:nth-of-type(2) {
		margin-right: 0;
	}
	.row.posts .post.type-post:nth-of-type(3) {
		margin-right: 20px;
	}
	.row.posts .post.type-post:nth-of-type(4) {
		margin-right: 0;
	}
	
}

@media (max-width: 792px) {
	.main-dark th:first-child, .main-dark td:first-child
	{
	  position:sticky;
	  left:0px;
	  background: #212121;
	}
	.main th:first-child, .main td:first-child
	{
	  position:sticky;
	  left:0px;
	  
	}
	.main th:first-child {
		background: #005eb3;
	}
	.main td:first-child {
		background: #FAFAFA;
	}
	.dtonly {
		display:none;
	}
	.main-dark.blog img.card-img-top {
		max-height: none;
		min-height: 177px;
	}	
}

@media (max-width: 680px) {
	.carousel-caption {
		position: absolute;
	    top: 5px;
	    left: 4%;
	    z-index: 10;
	    padding-top: 2px;
	    padding-bottom: 2px;
	    text-align: left;
	}
	.carousel-caption h3 {
		 font-size:22px;
		 color: #FAFAFA;
	}
	.carousel-caption p {
		 font-size:15px;
		 color: #FAFAFA;
	}
}

@media (max-width: 600px) {
	.row.posts .post.type-post {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 25px;
		margin-left: 0 !important;
	}
	.main-dark.blog {
    margin: 20px 0px;
	}
}

@media (min-width: 768px) {
	.lineup {
		min-height: 660px;
	}
}

@media (min-width: 768px) {
	.lineup420 {
		min-height: 420px;
	}
}


	
