@font-face {
	font-family: 'Tahoma';
	/* src: url('https://markethive.com/fonts/Tahoma-Bold.eot'); */
	/* src: url('https://markethive.com/fonts/Tahoma-Bold.eot?#iefix') format('embedded-opentype'), */
		/* url('https://markethive.com/fonts/Tahoma-Bold.woff2') format('woff2'), */
		/* url('https://markethive.com/fonts/Tahoma-Bold.woff') format('woff'), */
		/* url('https://markethive.com/fonts/Tahoma-Bold.ttf') format('truetype'); */
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Tahoma';
	/* src: url('https://markethive.com/fonts/Tahoma.eot'); */
	/* src: url('https://markethive.com/fonts/Tahoma.eot?#iefix') format('embedded-opentype'), */
		/* url('https://markethive.com/fonts/Tahoma.woff2') format('woff2'), */
		/* url('https://markethive.com/fonts/Tahoma.woff') format('woff'), */
		/* url('https://markethive.com/fonts/Tahoma.ttf') format('truetype'); */
	font-weight: normal;
	font-style: normal;
}

.d-inline-block {
    display: inline-block !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.mb-17 {
    margin-bottom: 17px !important;
}

.bg-green-color {
    color: #048e24;
}

/* do not group these rules */
.home-page ::-webkit-input-placeholder {
    color: #000 !important;
}
.home-page :-moz-placeholder {
    /* FF 4-18 */
    color: #000 !important;
    opacity: 1 !important;
}
.home-page ::-moz-placeholder {
    /* FF 19+ */
    color: #000 !important;
    opacity: 1 !important;
}
.home-page :-ms-input-placeholder {
    /* IE 10+ */
    color: #000 !important;
}
.home-page ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000 !important;
}
.home-page ::placeholder {
    /* modern browser */
    color: #000 !important;
}

*{margin:0;padding:0;}

html,body{margin:0;height:100%;font-family: 'Tahoma'; padding-right: 0 !important;}
body{ color: #000000 !important; font-size: 14px;}
.main-section {background:#fff;background-position:center;background-repeat:no-repeat;background-size:cover;min-height:100%;}
a{ color:#FFF;font-family: 'Tahoma';}
a:active{ text-decoration:none;}

.m-bottom-10 {
    margin-bottom: 10px !important;
}

#sortable-list li { min-height: 87px; }

.navbar-header-home { border-radius: 0; }
.navbar-fixed-bottom { position: relative; }
.navbar {
    background-color: #fff;
    border-color: #d2d2d2;
    margin-bottom: 0;
}
.navbar-toggle { border-color: #000;/*background-color: #FFF;*/}
.navbar-toggle .icon-bar { background-color: #000; }
.navbar-brand{ padding:7px 15px; height:100%; }
.nav > li > a{ font-size: 12px; outline: none; }
.nav > li > a:focus, .nav > li > a:hover { background-color: transparent; text-decoration: none; color: #fff; }

.navbar-header-home .navbar-nav>li>a {
    color: #000;
    padding-top: 21px;
    padding-bottom: 21px;
    font-family: 'Verdana', Tahoma;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
}

.navbar-header-home .navbar-nav>li>a:hover {
    color: #616161;
}

.navbar-header-home .navbar-nav>li.active>a {
    color: #616161;
}

.navbar-header-home .navbar-nav>li>a#signup-link:after,
.navbar-header-home .navbar-nav>li>a#login-link:after,
.navbar-header-home .navbar-nav>li>a#signup-link:active:after,
.navbar-header-home .navbar-nav>li>a#login-link:active:after,
.navbar-header-home .navbar-nav>li>a#signup-link:focus:after,
.navbar-header-home .navbar-nav>li>a#login-link:focus:after {
    content: '';
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 3px 5px;
}

.navbar-header-home .navbar-nav>li>a#signup-link:hover:after,
.navbar-header-home .navbar-nav>li>a#login-link:hover:after {
    border: solid #616161;
    border-width: 0 3px 3px 0;
}

.navbar-header-home .form-control,
.navbar-header-home .form-control:focus,
.navbar-header-home .form-control:active,
.navbar-header-home .form-control:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 1px solid #395083;
    border-right: none;
    border-radius: 0;
    background-color: #97a6ca;
    color: #fff;
}

.navbar-header-home .btn,
.navbar-header-home .btn:focus,
.navbar-header-home .btn:active,
.navbar-header-home .btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: #97a6ca;
    border: 1px solid #395083;
    border-radius: 0;
    border-left: none;
}

.navbar-header-home .btn i {
    color: #fff;
}

.navbar-header-home #actionButton {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: #97a6ca;
    border: 1px solid #395083;
    height: 34px;
}

.navbar-header-home #actionButton #selectedAction {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 75px;
}

.navbar-header-home #actionButton #selectedAction {
    color: #fff;
}

.navbar-header-home #actionButton .caret {
    height: 15px;
    color: #fff;
    margin: 0 3px;
}


/*
.nav ul li{ display:inline-block;}
.nav li:not(:first-child):before {
    content: " | ";
}*/

.video-container { position: relative;padding-bottom: 56.25%;padding-top: 30px; height: 0; overflow: hidden;}
.video-container iframe,.video-container object,.video-container embed { position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

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

/*

	popup
*/
.loginModal .modal-content{
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: 3px 3px 10px #675f5f;
    margin: 84px auto;
    min-height:347px;
    margin: 84px 13px;
}
.signupModal .modal-content{
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: 3px 3px 10px #675f5f;
    margin: 84px auto;
    min-height:347px;
    background: #e5e4e4;
}
.modal-header { border-bottom: none;padding-bottom:0;}
.modal-footer { border-top: none;}
.modal-body{ padding-top:0;padding-bottom:0;}
.modal-body .login-logo img{ max-width:100% !important; height:auto; display:block; margin: 0 auto;}
/*
	login model
*/
.loginModal .modal-content{ text-align:center;font-family:'Tahoma';}
.loginModal h1 {     
	font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: 700;
    margin: 0 auto 12px auto;
}
.loginModal h4{ color:#555;font-size: 16px;margin: 4px 0;}
.loginModal p{  color: #555;font-size: 12px;line-height: 19px;margin: 9px 0; padding: 0; }
.loginModal p.simply-choose-text{
	font-family: 'Roboto', sans-serif;
	max-width: 405px;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
    padding: 2px 5px 24px 5px;
}
.loginModal p.simply-choose-text-search{
	font-family: 'Roboto', sans-serif;
	max-width: 445px;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
    padding: 2px 5px 24px 5px;
}
.loginModal .login_false_no_user{
	font-family: 'Roboto', sans-serif;
    max-width: 445px;
    font-size: 18px;
    font-weight: 700;
    margin: 4px auto 15px auto;
    padding: 10px;
    border: 1px solid #000;
}
.loginModal .login_false_no_user .login_false_no_user_col{
	display: block;
}

.loginModal .login_false_no_user .login_false_no_user_col.middle{
	border:1px solid #25729a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	background-color: #3093c7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
	background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
	background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
    color: #fff;
    width: 180px;
    border-radius: 6px;
    padding: 5px;
    margin: 8px auto;
}
.signupModal .modal-content{ text-align:center;font-family:'Tahoma';}
.signupModal h1 {     
	font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: 700;
    margin: 0 auto 12px auto;
}
.signupModal h3 {
    color: #000;
    margin: 0;
    font-weight: bold;
    font-size: 20px;
}
.signupModal h4 {
    font-family: 'Tahoma', Arial;
    color: #100f0f;
    font-size: 15px;
    margin: 4px 0;
    text-align: center;
}
.signupModal p{  color: #555;font-size: 12px;line-height: 19px;margin: 9px 0; padding: 0; }
.signupModal p.simply-choose-text{
	font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto;
    padding: 2px 5px 18px 5px;
    text-align: left;
}
.signupModal p.simply-choose-text-search{
	font-family: 'Roboto', sans-serif;
	max-width: 445px;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
    padding: 2px 5px 24px 5px;
}
.signupModal .close.bottom{
	float: none;
	opacity: 1;
	padding: 10px 0;
}
.already-member strong{ color:#000;}
.social-logos{ list-style:none;}
.social-logos li{ display:inline-block;}
.social-logos li img{ display:block;}
.social-logos > li { margin: 0 6px;}
.social-logos > li:hover a{ text-decoration:none;}
.social-logos span { color: #555;font-family: 'Tahoma';font-size: 11px;text-align: center;}
a.login-account-link{font-size: 12px;text-decoration: underline;color:#5648c2;font-weight:bold;}
a.login-account-link:hover{text-decoration: none;color:#5648c2;}

.modal-open .modal {
    padding-right: 0 !Important;
}

.modal-open .modal hr {
    border-top: 1px solid #555;
}

.modal-open .modal a {
    color: #4366c9;
    text-decoration: none;
}

/* Signup & Login Frames Home */
.signup-login-frame-content {
    padding: 7px;
}

.signup-login-frame-content p {
    font-size: 17px !important;
}

#signup-frame-content a {
    text-decoration: none;
}

#signup-frame-content .btn-yahoo {
    display: none;
}

.signup-login-frame-content #oa_social_signup_container {
    margin: 0 auto;
}

#signup-frame-content #signup-img {
    width: 63px;
    display: inline-block;
    vertical-align: top;
    margin: 26px 0;
}

#signup-frame-content #signup-title {
    display: inline-block;
    width: calc(100% - 123px);
    text-align: left;
    margin: 27px 10px;
    font-size: 29px;
}

#login-frame-content #login-title {
    font-size: 29px;
}

/*
	lost account Model
*/
.lostAccount { text-align:center;font-family:'Tahoma';}
.lostAccount .signup-account-link { color: #337ab7; }
.lostAccount h4{ color: #000;font-size: 16px;margin: 8px 0;font-weight:bold;}
.lostAccountl p{  color: #000;font-weight:bold;font-size:12px;}
.lostAccount a.button_blue { background: rgba(0, 0, 0, 0) url("https://markethive.com/img/button_blue_back.png") repeat-x scroll 0 0;border: 1px solid #29447e;color: #ffffff;display: inline;font-family: 'Tahoma';font-size: 11px;font-weight: bold;overflow: hidden;padding: 2px 6px 3px;text-decoration: none;white-space: nowrap;}
.form-group-btn { padding: 8px 0; }
.lostAccount #email{  width: 240px !important;margin: 0 auto;}

.lostAccount #email{ height: 29px;border: 1px solid #bdc7d8;border-radius: 0;}


/*
	fixed footer
*/
footer.navbar-fixed-bottom { background-color: #201e19; padding: 10px 0; }
footer.navbar-fixed-bottom p { color: #fff; font-size: 12px; margin: 15px 0 5px 0; }
footer.navbar-fixed-bottom .footer-social-networks { display: block; margin: 8px 0; }
footer.navbar-fixed-bottom .footer-social-networks li a { font-size: 18px; }
footer.navbar-fixed-bottom .footer-social-networks li:before { display: none; }

footer.navbar-footer-bottom {
    background-color: #201e19;
    display: block;
    padding: 10px 0;
    position: relative;
    width: 100%;
}

footer.navbar-footer-bottom p { color: #fff; font-size: 12px; margin: 15px 0 5px 0; }
footer.navbar-footer-bottom .footer-social-networks { display: block; margin: 8px 0; }
footer.navbar-footer-bottom .footer-social-networks li a { font-size: 18px; }
footer.navbar-footer-bottom .footer-social-networks li:before { display: none; }

.copyright { color: #FFFFFF; font-family: 'Tahoma';font-size: 11px;text-align: left;}
.wrapper-footer{ text-align:center;}
.wrapper-footer ul{ display:inline;padding:0;}
.wrapper-footer ul li{ display:inline-block;}
.wrapper-footer li:not(:first-child):before { content: " | ";color:#FFF;}
.wrapper-footer ul li a { color: #FFFFFF; font-family: 'Tahoma'; font-size: 12px; padding: 10px 6px; text-decoration: none;}
.wrapper-footer ul li a:visited {
    color: #fff;
    text-decoration: none;
}
.wrapper-footer ul li a:hover {
    color: #fff;
    text-decoration: none;
}

/*
    Header Social Networks
*/
.header-social-networks { display: block; margin: 18px 10px; }
.header-social-networks li { display: inline-block; }
.header-social-networks li:before { display: none; }
.header-social-networks li a { font-size: 18px; padding: 10px 6px; }
.header-social-networks li a .fa { color: #000; }
.header-social-networks li a:hover .fa { color: #616161; }

/*
	mission page
*/
.mission-section { padding-top: 50px;padding-bottom:60px;overflow-y:auto;}
.mission-section h2{ padding-top: 10px;color:#3b5998;font-family:'Tahoma';font-weight:bold;font-size:30px;}
.mission-section p{  color: #212121;font-family: 'Tahoma';font-size: 14px;font-weight: normal;line-height: 20px;padding: 6px 0;}
.mission-section .main-content-right{ padding:20px 0;}

/*
	support page
*/
.support-section { padding-top: 50px;padding-bottom:60px;overflow-y:auto;}
.support-section h2{ padding-top: 10px;color:#3b5998;font-family:'Tahoma';font-weight:bold;font-size:30px;}
.support-section p{  color: #212121;font-family: 'Tahoma';font-size: 14px;font-weight: normal;line-height: 20px;padding: 6px 0;}
.support-section .main-content-right{ padding:20px 0;}

/*
	about page
*/
.about-section { padding-top: 50px;padding-bottom:60px;overflow-y:auto;}
.about-section h2{ padding-top: 10px;color:#3b5998;font-family:'Tahoma';font-weight:bold;font-size:30px;}
.about-section p{  color: #212121;font-family: 'Tahoma';font-size: 14px;font-weight: normal;line-height: 20px;padding: 6px 0;}
.about-section .main-content-right{ padding:20px 0;}

/*
	privacy page
*/
.privacy-section { padding-top: 50px;padding-bottom:60px;overflow-y:auto;}
.privacy-section h2{ padding-top: 10px;color:#3b5998;font-family:'Tahoma';font-weight:bold;font-size:30px;}
.privacy-section p{  color: #212121;font-family: 'Tahoma';font-size: 14px;font-weight: normal;line-height: 20px;padding: 6px 0;}
.privacy-section .main-content-right{ padding:20px 0;}

/*
	terms page
*/
.terms-section { padding-top: 50px;padding-bottom:60px;overflow-y:auto;}
.terms-section h2{ padding-top: 10px;color:#3b5998;font-family:'Tahoma';font-weight:bold;font-size:30px;}
.terms-section p{  color: #212121;font-family: 'Tahoma';font-size: 14px;font-weight: normal;line-height: 20px;padding: 6px 0;}

/*
	affiliate page
*/
.affiliate-section { padding-top: 50px;padding-bottom:60px;overflow-y:auto;}

.affiliate-section p{  color: #212121;font-family: 'Tahoma';font-size: 14px;font-weight: normal;line-height: 20px;padding: 6px 0;}
.affiliate-section .main-content-right{ padding:20px 0;}

/*
	blog page
*/
.blog-section { padding-top: 50px;padding-bottom:60px;}

.blog-section p{  color: #212121;font-family: 'Tahoma';font-size: 14px;font-weight: normal;line-height: 20px;padding: 6px 0;}
.blog-section .main-content-right{ padding:20px 0;}


.blog-section h2 { color: #3b5998;font-family: "Tahoma";font-size: 18px;font-weight: bold;margin-bottom: 0;padding-top: 10px;}
.blog-list-header{ border-right:1px solid #dfdfdf;}
.blog-list-header span { background: rgb(236, 239, 245) none repeat scroll 0 0;color: #000;display: inline-block;padding: 8px 14px;}
.blog-list-header-content { background: rgb(236, 239, 245) none repeat scroll 0 0;padding: 10px 12px 2px;border-bottom:1px solid #dfdfdf;}
.blog-list-header-right .input-group button{ padding:4px 12px;border: 1px solid #bdc7d8;}
.blog-list-header-right .form-control{ border: 1px solid #bdc7d8;border-radius: 0;height: 30px;color:#777777;font-size:11px;
width: 220px;}
.blog-list-header-right .glyphicon-search{ font-size:11px;color:#777777;}
.recently-anchor-wrapper{ padding-bottom:10px;}
.recently-anchor { background: #e0e0e0 none repeat scroll 0 0;border: 1px solid #999999;color: #333333;display: inline-block;font-size: 11px;font-weight: bold;padding: 4px 15px;text-decoration: none;}
.recently-anchor:hover { background: #6d83b4;border: 1px solid rgb(41,68,126);color: #FFFFFF;text-decoration: none;}
.recently-anchor-wrapper:hover +.recently-content-wrapper{ display:block;}

.triangle, .triangle::after { border-color: transparent;border-style: solid;border-width: 0 10px 10px;display: block;height: 0;
position: absolute;width: 0;}
.triangle { border-bottom-color: #8c8c8c;top: -10px;}
.triangle::after { border-bottom-color: #fff;content: " ";margin: -10px;top: 11px;}
.triangle { left: 20px; }


.recently-content-wrapper { display: none;background: #ffffff;border: 1px solid #8c8c8c;display: none;margin-top: 0;padding: 6px 0;position: absolute;width: 192px;z-index:100;}

.recently-content { color: #000;display: block;font-size: 11px;line-height: 16px;padding: 3px 10px;text-decoration: none;}
.recently-content:hover { background:#6d83b4;color:#fff;}
.blog-single .row{ margin-left:0; margin-right:0;padding:10px;border-bottom:1px solid #dfdfdf;border-left:1px solid #dfdfdf;}
.col-md-2 .blog-img img{ max-width:100% !important; height:auto; display:block; margin: 0 auto;}

.blog-title a{font-size: 12px;font-weight: bold;color: #3b5998;text-decoration: none;text-align: left;}
.blog-date{  font-size: 12px;color: #999999;font-weight: bold;text-align: left;}
.blog-by{  font-size: 12px;color: #999999;font-weight: bold;text-align: left;}
.blog-by a.username{ font-size: 12px;font-weight: bold;color: #3b5998;text-decoration: none;}
.blog-description{ color: #999999;font-size: 11px;padding-top:5px;}

.recently-content-wrapper:hover { display: block; }
#oa_social_login_container iframe,
#oa_social_signup_container iframe,
#oa_social_login_container_legacy iframe {
	height: 58px !important;
    width: 100% !important;
}

#loginModal .social-login-icons {
	max-height: 70px !important;
}

#signupModal .social-login-icons {
	max-height: 70px !important;
}

.main-section {
	font-family: 'Verdana';
}

.main-section .content {
	padding: 0 15px;
}

.home-banner-large {
	margin: 30px auto 0 auto;
}

.home-banner-large .banner_bottom {
	display: none;
}

.home-video-section .container-video-markethive {
	max-width: 1380px;
	margin: 30px auto 0 auto;
}

.home-video-section .container-video-markethive a {
	text-decoration: none;
	color: #fff;
}

.home-video-section .container-video-markethive a:hover {
	color: #fff;
}

.home-section .container-home-markethive {
	max-width: 1380px;
	margin: 30px auto 0 auto;
}

.press-releases-section .prbg {
	border: 1px solid #e2e3e7;
	border-radius: 10px;
	width:100%;
}


.press-releases-section .prbg .prhd a:before {
	content: 'PRESS RELEASES';
	background: #5f83fb;
    padding: 7px;
    display: block;
    width: 120px;
    color: #fff;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 15px;
    pointer-events: none;
}

.press-releases-section .prbg .prhd {
    display: none;
    min-width: 240px;
    width: 33.3%;
    padding:15px 35px;
    vertical-align:top;
}

.press-releases-section .prbg .prhd:nth-child(-n+4) {
    display: inline-block;
}

.press-releases-section .prbg .prhd:before {
    content: url('../img/press-releases-default-img.png');
    display: inline-block;
    vertical-align: top;
}

.press-releases-section .prbg .prhd a {
    color: #000;
    display: inline-block;
    text-decoration: none;
    width: 75%;
    padding: 0 0 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 103px;
}

#carousel-market-reports .item {
	height: 106px;
}

.market-reports-section .crypto-element {
	display: inline-block;
    width: 19%;
    min-width: 180px;
    vertical-align: top;
}

.market-reports-section .crypto-element-api {
	padding: 17px 0 0 0;
}

.market-reports-section .crypto-element-api .market-last {
	padding: 4px 0 2px 0;
}

.market-reports-section .crypto-element .coinmarketcap-currency-widget div div div {
	line-height: inherit !important;
}

.market-reports-section .crypto-element .coinmarketcap-currency-widget a {
	color: #585861 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}

.market-reports-section .crypto-element .coinmarketcap-currency-widget span {
	color: #333 !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	font-size: 1.8em !important;
}

.market-reports-section .crypto-element .coinmarketcap-currency-widget span span {
	color: #9ac555 !important;
	display: block !important;
	font-weight: 700 !important;
	font-size: 14px !important;
}

.market-reports-section .crypto-element .coinmarketcap-currency-widget div:first-child {
	min-width: 100% !important;
	border: none !important;
}

.market-reports-section .crypto-element .coinmarketcap-currency-widget div div:last-child {
	display: none;
}

.market-reports-section ..market-reports-section .crypto-element {
	display: block;
	color: #585861;
}

.market-reports-section .market-symbol {
	font-family: 'Tahoma',Helvetica,Arial,sans-serif;
	display: block;
	color: #585861;
}

.market-reports-section .market-last {
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	display: block;
	color: #333;
	font-weight: 700;
	font-size: 1.8em;
}

.market-reports-section .market-volume {
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	display: block;
	color: #9ac555;
	font-weight: 700;
}

.home-video-section .video-markethive {
	background: url('../img/video-markethive.jpg');
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background-repeat: no-repeat;
    background-position: center center;
    min-height: 313px;
	width: 100%;
}

#text-markethive-frame {
    float: left;
}

.home-video-section .video-markethive .container-video {
	max-width: 86%;
	margin: 0 auto;
	padding: 6%;
}

.home-video-section .video-markethive h1 {
	font-family: 'Viga', sans-serif;
	font-size: 3em;
	font-weight: 400;
}

.home-video-section .video-markethive h4 {
	font-family: 'Viga', sans-serif;
	font-size: 1.7em;
	font-weight: 400;
}

.home-video-section .video-markethive .video-markethive-images {
	display: block;
}

.home-video-section .video-markethive .video-markethive-images .img-btn {
	display: inline-block;
	padding: 25px 32px 0 0;
}

.home-video-section .video-markethive .video-markethive-images .img-logo {
	display: inline-block;
}

.home-section .title-section {
	background: #d3af1f;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 0;
    margin: 30px 15px 0 15px;
}

.home-blog-section .home-blog-post {
	margin-top: 54px;
}

.home-blog-section .home-blog-post {
	margin-top: 30px;
}

.home-blog-section .content .post-img {
	-webkit-background-size: cover !important;
  	-moz-background-size: cover !important;
  	-o-background-size: cover !important;
  	background-size: cover !important;
  	background-repeat: no-repeat;
    background-position: center center;
  	width: 100%;
    min-height: 184px;
    height: 100%;
}

.home-blog-section .content .title {
	color: #3b3b3b;
    font-size: 16px;
    font-weight: 700;
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.home-blog-section .content .title a {
	color: #3b3b3b;
	text-decoration: none;
}

.home-blog-section .content .description * {
	white-space: normal;
	color: #555a64;
	font-size: 14px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    line-height: 1.42857143 !important;
    text-align: left !important;
}

.home-blog-section .content .description {
	display: inline-block;
	max-height: 60px;
	width: 100%;
	/*white-space: nowrap;*/
	/*overflow: hidden;*/
  	/*-o-text-overflow: ellipsis;
  	-ms-text-overflow: ellipsis;
  	text-overflow: ellipsis;*/
}

.home-blog-section .content .description img,
.home-blog-section .content .description iframe {
	display: none;
}

.home-blog-section .content .description p,
.home-blog-section .content .description p * {
	font-size: 15px !important;
    margin: 0 !important;
    text-align: left !important;
}

.home-blog-section .content .description p strong {
    font-weight: 400;
}

.home-blog-section .content .description p:empty,
.home-blog-section .content .description p:blank {
  	display: none;
}

.home-blog-section .content .description h1,
.home-blog-section .content .description h2,
.home-blog-section .content .description h3,
.home-blog-section .content .description h4,
.home-blog-section .content .description h5,
.home-blog-section .content .description h6,
.home-blog-section .content .description h1 *,
.home-blog-section .content .description h2 *,
.home-blog-section .content .description h3 *,
.home-blog-section .content .description h4 *,
.home-blog-section .content .description h5 *,
.home-blog-section .content .description h6 * {
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    line-height: 1.42857143 !important;
    text-align: left !important;
}

.home-blog-section .content .description h1 strong,
.home-blog-section .content .description h2 strong,
.home-blog-section .content .description h3 strong,
.home-blog-section .content .description h4 strong,
.home-blog-section .content .description h5 strong,
.home-blog-section .content .description h6 strong {
    font-weight: 400;
}

.home-blog-section .content .description .code-block {
	display: none;
}

.home-blog-section .content .post-meta {
	color: #a2a2a2;
	margin: 0.4em 15px 1.2em 0;
}

.home-blog-section .content .post-meta .author,
.home-blog-section .content .post-meta .date {
	display: inline-block;
}

.home-blog-section .content .read-more a {
	display: block;
	color: #a2a2a2;
	text-decoration: none;
	margin: 15px 13px;
}

.home-blog-section .content .read-more-group-blogs {
    padding: 10px 0;
    margin: 45px 0 20px 0;
}

.home-blog-section .content .banner {
    margin: 26px 0 0 0;
}

.home-blog-section .content .banner .top_banner {
	margin: 0 auto !important;
}

.home-blog-section .content .banner .top_banner img,
.home-banner-large img {
	margin: 0 auto !important;
}

.home-page .top_banner #banner_top {
	max-height: 95px;
}

.home-blog-section .content .banner .banner_bottom {
    display: none;
}

.home-section-pagination {
    margin: 22px 0;
}

.home-section-pagination a {
	color: #333;
    padding: 3px 6px;
    font-size: 15px;
}

.home-section-searchresult {
	margin: 22px 0;
}

.home-scrollbar-content {
	overflow-y: scroll;
    max-height: 430px;
    max-width: 600px;
    margin: 0 auto;
}


/* ILP Promo Page */
.ilp-promo-section {
    margin: 30px auto;
}

.ilp-promo-section .container-ilp-promo .nav-tabs li a {
    color: #333;
}

.ilp-promo-section .container-ilp-promo #select-amount {
    width: 180px;
}

/* Referral System Page */
.referral-system .body_text_title {
    font-size: 16px;
    color: #000;
    margin: 5px 0 0 0;
    display: block;
}

.referral-system .body_text_subtitle {
    font-size: 15px;
    color: #000;
    margin: 2px 0;
    display: block;
}

.referral-social-links {
    margin: 0;
}

.referral-social-links li {
    list-style: none;
    display: inline-block;
}

.referral-social-links li a {
    border-radius: 3px;
    display: block;
    margin: 10px 10px 5px 0;
    height: 40px;
    width: 165px;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
}

.referral-social-links li a i {
    margin: 10px 8px;
    font-size: 20px;
    border-right: 1px solid #fff;
    padding-right: 10px;
}

.referral-social-links li a span {
    float: right;
    padding: 6px;
    margin: 6px 3px;
}

.banner-program-img {
    margin: 10px 0;
    width: auto;
    max-width: 100%;
}

.banner-system-section {
    display: block;
    width: 100%;
    margin: 5px 0 50px 0;
    clear: both;
}

.banner-system-type {
    display: inline-block;
    float: none;
    width: 20%;
}

.banner-system-banner {
    display: inline-block;
    float: none;
    width: 60%;
}

.banner-system-type strong {
    margin: 6px 0;
    display: block;
}

/*.referral-social-links li a.twitter-social-link span {
    margin: 6px 5px;
}*/

.referral-social-links .facebook-social-link {
    background: #4862a3;
}

.referral-social-links .twitter-social-link {
    background: #55acee;
}

.referral-social-links .linkedin-social-link {
    background: #0177b5;
}

.referral-social-links .pinterest-social-link {
    background: #e60023;
}

/* Associates Page for Free Member */
.heading-associates {
    padding: 15px 15px 20px 15px;
}

.friends-associates-page .panel-group .panel {
    box-shadow: none;
    border: none;
}

.friends-associates-page .panel-body {
    padding: 5px 15px 35px 15px;
}

.friends-associates-page .panel-heading {
    text-align: center;
    border-color: #a3a1a1;
    color: #a3a1a1;
    border-top: 2px solid;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

.friends-associates-page .panel-heading a:visited,
.friends-associates-page .panel-heading a:link,
.friends-associates-page .panel-heading a:hover {
    color: #000;
    text-decoration: none;
}

.friends-associates-page .panel-title a.collapsed {
    display: block;
    background: url('../img/associates-panel-open-btn.png') no-repeat;
    height: 22px;
    width: 86px;
    margin: -1px auto;
}

.friends-associates-page .panel-title a {
    display: block;
    background: url('../img/associates-panel-close-btn.png') no-repeat;
    width: 86px;
    margin: -23px auto;
    height: 42px;
}

.friends-associates-page .associates-upgrade {
    color: #7104e2;
    text-decoration: underline;
    font-weight: 700;
    font-size: 12px;
}

.friends-associates-page .associates-video {
    border: 1px black solid;
    max-width: 530px;
    display: block;
    margin: 22px 0 0 0;
}

.friends-associates-page .body_text_title {
    font-size: 16px;
    color: #000;
    margin: 5px 0 0 0;
    display: block;
    padding: 5px 15px 0 15px;
}


/* Hive ranks */
.hiverank-images .hiverank-image {
	display: inline-block;
	padding: 10px;
	min-width: 134px;
}

.hiverank-images .hiverank-image h6 {
	font-size: 13px;
	color: #a4a4a4;
}

.hiverank-images .hiverank-image h6 span {
	font-size: 12px;
}

.hiverank-statuses .hiverank-status {
	display: inline-block;
	padding: 10px;
}

.hiverank-statuses .hiverank-status img {
	display: inline-block;
}

.hiverank-statuses .hiverank-status h6 {
	display: inline-block;
	font-size: 13px;
}

.hiverank-stat-heading {
	font-size: 13px;
	font-weight: 700;
}

.hiverank-stat-item strong {
	font-size: 12px;
}

.display-hiverank {
	display: inline-block;
	margin: 0 5px;
}

.display-hiverank img {
	display: inline-block;
}

.display-hiverank h6 {
	display: inline-block;
    color: #08d0ab;
    font-size: 30px;
    margin: 0;
    line-height: 30px;
    vertical-align: middle;
}

.display-hiverank-rank h6 {
	margin: 15px 0 0 -24px;
    background: rgba(0,0,0,0.45);
    border-radius: 6px;
    font-size: 19px;
}

.display-hiverank-rank img {
    width: 60px;
}


/* START Slide Crypto(Market Reports) Home */
.home-market-reports-slider {
	overflow: hidden;
}
.ticker {
  display: flex;
}
.ticker__list {
  display: flex;
  margin-top: 20px;
  animation: ticker 15s infinite linear;
}
.ticker:hover .ticker__list {
  animation-play-state: paused;
}
.ticker__item {
  margin-right: 20px;
}
@-moz-keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}
@-o-keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}
/* END Slide Crypto(Market Reports) Home */

.modal-dialog {
	margin: 30px auto;
}

.LeadListing_ {
	cursor: pointer;
    padding: 5px 10px 5px 10px;
    color: #FFFFFF;
    font-weight: bold;
}

.LeadListing_:hover {
	cursor: pointer;
    padding: 5px 10px 5px 10px;
    color: #FFFFFF;
    font-weight: bold;
    background: #E1E6F2;
    border-bottom: 1px #DFDFDF solid;
}

.websitelink-tooltip:hover {
	text-decoration: none;
}


/* Advertise Home Page */
.advertise-homepage .container-header-banner .text-markethive h3 {
    margin: 50px 15px 30px 15px;
}

.advertise-homepage .main-section {
    max-width: 1400px;
}

.advertise-homepage .advertise-section-1 {
    max-width: 74%;
    margin: 0 auto;
    padding: 0 15px;
}

.advertise-homepage .advertise-section-1 .advertise-logo-1 {
    margin: 24px 15px 60px 15px;
}

.advertise-homepage .advertise-section-1 p {
    font-size: 21px;
}

.advertise-homepage .advertise-section-1-blocks {
    max-width: 86%;
    margin: 30px auto 46px auto;
}

.advertise-homepage .advertise-section-1 .heading-strong {
    display: block;
    font-size: 32px;
    font-weight: 700;
}

.advertise-homepage .advertise-section-1-blocks strong {
    font-size: 40px;
    font-weight: 700;
}

.advertise-homepage .advertise-section-1-blocks .aitem {
    margin: 14px 0;
}

.advertise-homepage .advertise-section-2 {
    max-width: 100%;
    margin: 0 auto;
}

.advertise-homepage .advertise-section-2 .heading-strong {
    display: block;
    font-size: 32px;
    font-weight: 700;
}

.advertise-homepage .advertise-section-2 p {
    font-size: 21px;
}

.advertise-homepage .advertise-page-two-img {
    margin: 14px 0 14px 0;
}

.advertise-homepage .advertise-section-3 {
    max-width: 100%;
    margin: 24px auto 24px auto;
}

.advertise-homepage .advertise-section-3 .heading-strong {
    display: block;
    font-size: 32px;
    font-weight: 700;
}

.advertise-homepage .advertise-section-3 p {
    font-size: 21px;
    max-width: 72%;
    margin: 0 auto 10px auto;
}

.advertise-homepage .advertise-page-three-img {
    margin: 14px 0 14px 0;
}

.advertise-homepage .advertise-section-4 {
    max-width: 100%;
    margin: 24px auto 24px auto;
}

.advertise-homepage .advertise-section-4 .heading-strong {
    display: block;
    font-size: 32px;
    font-weight: 700;
}

.advertise-homepage .advertise-section-4 p {
    font-size: 21px;
    max-width: 72%;
    margin: 0 auto 10px auto;
}

.advertise-homepage .advertise-page-four-img {
    margin: 14px 0 14px 0;
}

.advertise-homepage .advertise-section-5 {
    max-width: 100%;
    margin: 24px auto 24px auto;
}

.advertise-homepage .advertise-section-5 .heading-strong {
    display: block;
    font-size: 32px;
    font-weight: 700;
}

.advertise-homepage .advertise-section-5 p {
    font-size: 21px;
    max-width: 72%;
    margin: 0 auto 10px auto;
}

.advertise-homepage .advertise-page-five-img {
    margin: 14px 0 14px 0;
}


.advertise-homepage .advertise-section-6 {
    max-width: 100%;
    margin: 24px auto 24px auto;
}

.advertise-homepage .advertise-section-6 .heading-strong {
    display: block;
    font-size: 32px;
    font-weight: 700;
}

.advertise-homepage .advertise-section-6 p {
    font-size: 21px;
    max-width: 72%;
    margin: 0 auto 10px auto;
}

.advertise-homepage .advertise-section-6 .aitem-cont .aitem-text {
    margin: 14px 0;
    text-align: left;
    border-left: 9px solid #fecf83;
    color: #7f7f7f;
    padding: 2px 6px;
    cursor: pointer;
    clear: both;
}

.advertise-homepage .advertise-section-6 .aitem-cont .aitem-text strong {
    font-size: 20px;
    font-weight: 700;
}

.advertise-homepage .advertise-section-6 .aitem-cont .aitem-text p {
    font-size: 16px;
    margin: 0;
    max-width: 100%;
}

.advertise-homepage .advertise-section-6 .aitem-hov-img-on {
    position: relative;
    right: 0;
}

.advertise-homepage .advertise-page-six1-img {
    margin: 14px 0 14px 0;
}

.advertise-homepage .advertise-section-6 .aitem-hov-img.hidden {
    display: none;
}

.advertise-homepage .advertise-section-7 {
    max-width: 100%;
    margin: 24px auto 24px auto;
}

.advertise-homepage .advertise-section-7 .heading-strong {
    display: block;
    font-size: 32px;
    font-weight: 700;
}

.advertise-homepage .advertise-section-7 p {
    font-size: 21px;
    max-width: 72%;
    margin: 0 auto 10px auto;
}

.advertise-homepage .advertise-page-seven-img {
    margin: 14px 0 14px 0;
}

.advertise-homepage .advertise-section-8 {
    max-width: 100%;
    margin: 24px auto 24px auto;
}

.advertise-homepage .advertise-section-8 .heading-strong {
    display: block;
    font-size: 32px;
    font-weight: 700;
}

.advertise-homepage .advertise-section-8 p {
    font-size: 21px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto 10px auto;
    text-align: left;
}

.advertise-homepage .advertise-section-8 .avideo {
    margin: 60px 0 60px 0;
}

.advertise-homepage .advertise-section-8 .heading-strong-2 {
    font-size: 21px;
    font-weight: 700;
    display: block;
    text-align: left;
    padding: 0 15px;
}

.advertise-homepage .advertise-foot-banner {
    background: #fb9d00;
    color: #000;
    margin: 56px auto 56px auto;
    max-width: 80%;
    padding: 42px 15px 26px 15px;
}

.advertise-homepage .advertise-foot-banner .atext-1 {
    font-size: 24px;
    font-weight: 700;
}

.advertise-homepage .advertise-foot-banner .atext-2 {
    font-size: 20px;
    font-weight: 400;
}

.advertise-homepage .advertise-foot-banner .abutton {
    margin: 30px 15px 0 15px;
    display: block;
}

.advertise-homepage .advertise-section-6 .aitem-cont .aitem-text.active {
    border-left: 9px solid #fc9e02;
    color: #000;
}

.advertise-homepage .header-banner-section {
    background: url(../img/header-banner.png) no-repeat center center;
    min-height: 452px;
    height: auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* Advertise Here Home */
.header-banner-section {
    background: url('../img/header-banner.png') no-repeat center center;
    min-height: 488px;
    height: auto;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container-header-banner {
    max-width: 1100px;
    margin: 30px auto 0 auto;
}

.container-header-banner .text-markethive {
    margin: 12px 0;
    padding-bottom: 22px;
}

.container-header-banner .video-markethive {
    display: inline-block;
    margin: 20px 0;
}

.container-header-banner .text-markethive h2 {
    font-weight: 700;
    font-family: 'Roboto', Tahoma;
    font-size: 53px;
    margin: 12px 0 0 0;
    line-height: 48px;
}

.container-header-banner .text-markethive h3 {
    font-weight: 700;
    font-family: 'Roboto', Tahoma;
    font-size: 36px;
    margin: 0;
}

.container-header-banner .text-markethive p {
    font-weight: 400;
    font-family: 'Roboto', Tahoma;
    font-size: 19px;
}


/* Black Bar */
.black-bar {
    /*background: #000;*/
    color: #84671f;
    font-family: sans-serif;
    padding: 5px 48px !important;
    font-size: 11px;
}

.black-bar-link {
    text-decoration: none !important;
}

.black-bar p {
    margin: 0;
    font-weight: 400;
    font-family: sans-serif;
    font-size: 11px;
}

.black-bar p.gb-first-line {
    color: #84661e;
    font-weight: 700;
    font-family: sans-serif;
    font-size: 11px;
}

#black-bar-close-btn {
    position: absolute;
    right: 10px;
    text-decoration: none;
    padding: 1px 5px;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
}

#black-bar-close-btn:hover {
    color: #dcd4d4;
}


/* Gold Bar */
.gold-bar {
    background: #eabd39;
    color: #84671f;
    font-family: sans-serif;
    padding: 5px 48px !important;
    font-size: 11px;
}

.gold-bar-link {
    text-decoration: none !important;
}

.gold-bar p {
    color: #3B5998;
    margin: 0;
    font-weight: 400;
    font-family: sans-serif;
    font-size: 11px;
}

.gold-bar p.gb-first-line {
    color: #84661e;
    font-weight: 700;
    font-family: sans-serif;
    font-size: 11px;
}

#gold-bar-close-btn {
    position: absolute;
    right: 10px;
    text-decoration: none;
    padding: 1px 5px;
    font-size: 15px;
    cursor: pointer;
    color: #000;
}

#gold-bar-close-btn:hover {
    color: #766e6e;
}

#gold-bar-advert img {
    max-width: 100%;
    max-height: 90px;
    width: auto;
}


/*
  media
*/
@media( max-width:1210px ){
	.navbar-header-home #search { width: 100px; }
}

@media( max-width:1024px ){
	.left{ float:none;}
	.right{ float:none;}
	.copyright { display: block;text-align: center;}
	.navbar-header-home .nav-container { width: 100%; max-width: 1008px; }
	.navbar-header-home .navbar-form { margin: 7px 0; padding: 0; }
}

@media( max-width:992px ){
	/* START - Navbar Hamburger Break Point Change */
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    /* END - Navbar Hamburger Break Point Change */

    .navbar-header-home .navbar-nav>li { max-width: 40%; }

    .home-blog-section .content .title { margin: 15px 0 0 0; }

    .navbar-header-home #search { width: 100%; }
}

/* Login Card */
.card-login {
    text-align: left;
}

.card-login .alert {
    display: none;
}

.card-login .card-header .card-title {
    font-weight: 700;
    font-size: 32px;
}

.card-login .card-body input {
    border-radius: 5px !important;
    width: 100%;
}

.card-login .social-container-more a {
    display: inline-block;
    color: #000 !important;
    background: #f2f2f2;
    padding: 0;
    font-size: 20px;
    width: 35px;
    height: 35px;
    margin: 3px 2px;
    border-radius: 0;
    vertical-align: top;
    text-align: center;
}

.card-login .social-container-more a:hover {
    background: #e8e8e8;
}

.card-login .social-container-more .fa {
    color: #337ab7;
    float: left;
    padding: 7px 0 0 0;
    font-size: 20px;
    width: 35px;
    height: 35px;
}

.socials-container-login {
    text-align: left;
}

.card-login #btn-more-socials {
    background: #337ab7;
    color: #fff;
    border: none;
    margin: 7px 0;
    padding: 1px 8px;
    border-radius: 8px;
}

.card-login #more-socials { display: none; }


/* Signup Card */
#signup-frame-content {
    float: none;
    margin: 0 auto;
}

.card-signup {
    text-align: left;
}

.card-signup .alert {
    display: none;
}

.card-signup .card-header .card-title {
    font-weight: 700;
    font-size: 32px;
}

.card-signup .card-body input {
    border-radius: 5px !important;
    width: 100%;
}

.card-signup .fa {
    background: #5f78ab;
    padding: 6px;
    font-size: 20px;
    width: 35px;
    height: 35px;
}

.hor-divider-word-middle {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #000; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
} 

.hor-divider-word-middle span { 
    background:#fff; 
    padding:0 10px; 
}


.signup-header-title {
    font-weight: 700;
    font-family: 'Roboto', Tahoma;
    font-size: 32px;
    line-height: 35px;
    text-align: center;
}

.signup-header-subtitle {
    font-weight: 500;
    font-family: 'Roboto', Tahoma;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}

.signup-header-text {
    margin-bottom: 10px;
}

/* Change Password by Email Page */
.change-password-page {
    padding: 40px 0;
}

@media( max-width:767px ){
	.navbar-nav .open #searchAction.dropdown-menu {
	    position: absolute;
	    top: -100px;
	    background: #fff;
	}

	.hiverank-images .hiverank-image { min-width: 125px; }
}

@media( max-width:768px ){
	.left{ float:none;}
	.right{ float:none;}
	.copyright { display: block;text-align: center;}

	.press-releases-section .prbg .prhd { min-width: 100%; }

	#carousel-market-reports .item { height: 100%; }
}

/* ExtraNice Floater Left Col */
#loginModal .modal-header button ,
#signupModal .modal-header button{
    margin-bottom: 7px;
    margin-top: -10px;
    opacity: 1;
}

.extranice-floater-col-left {
    color: #100f0f;
    display: inline-block;
    width: calc(67% - 17px);
    min-height: 621px;
    overflow-y: auto;
    overflow-x: unset;
    background: #fff;
    padding: 13px;
    border: 1px solid #afafaf;
    text-align: left;
}

.extranice-floater-col-right {
    color: #100f0f;
    font-family: "Tahoma",Helvetica,Arial,sans-serif;
    background: #e5e4e4;
    border: 1px solid #afafaf;
    display: inline-block;
    padding: 12px 13px;
    vertical-align: top;
    min-height: 307px;
    margin: 0 0 0 0;
    position: relative;
    text-align: left;
}

#signupModal .extranice-floater-col-right {
    background: #fff;
}

.extranice-floater-col-right .text-center a {
    color: #b145b1 !important;
}

.extranice-floater-col-right h1 {
    font-size: 17px !important;
    font-weight:  700 !important;
}

.extranice-floater-col-right p {
    color: #100f0f !important;
    font-size: 12px !important;
    font-weight:  400 !important;
    padding: 0 5px 10px 0 !important;
    line-height:  15px;
}

.extranice-floater-col-right #emailusername_search a,
.extranice-floater-col-right #emailusername_confirm,
.extranice-floater-col-right #emailusername_search_no_account a,
.extranice-floater-col-right #emailusername_confirm_no_account {
    display: inline-block;
    color: #fff;
    background: #5f78ab;
    padding: 5.7px 10px;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 7px;
    text-decoration: none;
    vertical-align: top;
    margin: 7px 0;
    width: 100%;
}

.extranice-floater-col-right .js_toggle-panel {
    color: #23527c;
}

.extranice-floater-col-right .lostAccount .form-group {
    width: 100% !important;
}

.extranice-floater-col-right .lostAccount #emailusername,
.extranice-floater-col-right .lostAccount #verify_login_digits,
.extranice-floater-col-right .lostAccount #emailusername_no_account {
    border: 1px solid #000;
    width: 100%;
}

.extranice-floater-col-right .lostAccount #emailusername_search,
.extranice-floater-col-right .lostAccount #emailusername_search_no_account {
    padding: 3px 0;
}

#loginModal .modal-body,
#signupModal .modal-body {
    padding: 7px;
}

#signupModal .form-control {
    height: 30px;
    font-size: 12px;
}

#signupModal .form-group {
    margin-bottom: 5px;
}

#rest-of-signup-form .g-recaptcha {
    overflow: hidden;
    background: #f9f9f9;
    width: 247px;
    height: 43px;
}

#rest-of-signup-form .g-recaptcha iframe {
    height: 59px;
    top: -15px;
    position: relative;
    width: 217px;
}

#button_create_account {
    display: inline-block;
    color: #fff;
    background: #5f78ab;
    padding: 5.7px 10px;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 3px;
    text-decoration: none;
    vertical-align: top;
    margin: 7px 0;
    width: auto;
}

#button_cancel_account {
    float: right;
    color: #000 !important;
    background: #fff;
    padding: 5.7px 10px;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 3px;
    text-decoration: none;
    vertical-align: top;
    margin: 7px 0;
    width: auto;
}

.register-social-checkboxradio {
    display: block;
    vertical-align: middle;
}

.modal-legals h4 {
    font-size: 18px !important;
}

.app-action-btn,
.app-action-btn:active,
.app-action-btn:focus,
.app-action-btn:hover {
    display: inline-block;
    background: #aa8e49;
    border: 2px solid #000;
    border-radius: 3px;
    color: #fff;
    padding: 20px 17px;
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
    margin: 7px;
    text-decoration: none;
    cursor: pointer;
}

#disabled_emailusername_search {
    display: inline-block;
    color: #fff !important;
    background: #a8b0c3;
    padding: 5.7px 10px;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 7px;
    text-decoration: none;
    vertical-align: top;
    margin: 7px 0;
    width: 100%;
}

#disabled_emailusername_search a.button_blue {
    background: none;
    border: none;
    font-weight: 700;
    font-size: 14px;
}

.button_blue_home_actions {
    display: inline-block;
    color: #fff !important;
    background: #5f78ab;
    padding: 5.7px 10px;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 7px;
    text-decoration: none;
    vertical-align: top;
    margin: 7px 0;
    width: 100%;
}

@media (max-width:982px){
    .extranice-floater-col-left {
        width: 100%;
    }

    .extranice-floater-col-right {
        height: auto;
        width: 100%;
        margin: 0 auto;
    }
}

@media( max-width:640px ){
	
	.left{ float:none;}
	.right{ float:none;}
	.copyright { display: block;text-align: center;}

	.press-releases-section .prbg .prhd a { width: 100%; padding: 0 0 0 0; }
	.press-releases-section .prbg .prhd { padding: 14px 15px; }
}

@media(min-width:500px){
    .loginModal .modal-dialog{ max-width:327px; width: 100% !important;  }
    .signupModal .modal-dialog{ max-width:327px; width: 100% !important; }
}

@media( max-width:480px ){
	.left{ float:none;}
	.right{ float:none;}
	.copyright { display: block;text-align: center;}

	.home-video-section .video-markethive .container-video {
	    max-width: 100%;
	    padding: 15px;
	}
	.home-video-section .video-markethive h1 { font-size: 2em; }
	.home-video-section .video-markethive h4 { font-size: 1.2em; }

    #signup-frame-content #signup-img {display:none;}
}

@media( max-width:320px ){
	#loginModal .social-login-icons {
	    max-height: 70px !important;
	}

	#signupModal .social-login-icons {
	    max-height: 70px !important;
	}
}