/*-----------------------------nav-----------------------------------*/
.menubar .navbar-brand {
	float: left;
	height: auto;
	padding: 0;
	padding-left: 23px;
}
.top-header {
	background: #282828;
}
.content-topHead ul {
	text-align: right;
}
.top-header span {
	margin-left: 10px;
}
.icon-size{
	font-size: 30px;
	padding-right: 10px;
	color: white;
}
.content-topHead ul li {
	display: inline-block;
	color: #fff;
	font-family: 'interstate_mono_-_lgtregular';
	font-size: 12px;
	margin: 10px 11px;
}
.content-topHead ul li:last-child {
	margin-right: 0px;
}
.content-topHead ul li a {
	color: #999;
 -webkit-transition: color .3s;
 transition: color .3s;
}
.content-topHead ul li a:hover, .content-topHead ul li a:focus {
	color: #fff;
	text-decoration: none;
}
.menubar {
	background: #282828;
	height: 70px;
}
.menubar .navbar {
	margin-bottom: 0;
}
.menubar ul {
	float: right;
}
.menubar ul li {
	margin-top: 10px;
	/*font-family: 'interstate_mono_-_lgtregular';*/
	font-size: 13px;
	position: static;
	background: url(../images/boder.jpg) no-repeat right top 20px;
}
.menubar ul li a {
	color: #999;
	padding: 20px 20px;
	line-height: 16px;
	display: block;
 -webkit-transition: color .3s;
 transition: color .3s;
	font-size: 17px;
	margin-right: 1px;
}
.menubar ul li a:hover {
	color: #fff;
	background: #414142 !important;
	text-decoration: none;
}
.menubar ul li:last-child {
	background-image: none;
}
.menubar ul li:last-child a {
	border: none;
}
.dropdown-menu {
	position: absolute;
	width: 100%;
	background: #414142;
	text-align: center;
	left: 0;
	border: none;
}
.menubar ul li .dropdown-menu li {
	display: inline-block;
	margin: 0!important;
	background-position: center right;
}
.menubar ul li:first-child .dropdown-menu li {
	background-image: none;
}
.dropdown-menu li a {
	padding: 20px !important;
	font-size: 14px !important;
}
.dropdown-menu.model li a {
	padding: 15px 0 !important;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: transparent !important;
}
.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent !important;
}
.menubar .caret, footer .caret {
	display: none;
}
iframe {
	display: none;
}
.carousel-inner img {
	width: 100%;
}
.carousel-inner {
	width: 100%;
}
.model li a {
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 600;
}
/*--------------------------------footer-----------------------------------*/
footer {
	background: #000;
	padding: 20px 0;
	margin-top: 60px;
	font-family: 'interstate_mono_-_lgtregular';
	font-size: 14px;
	color: #a8aaac;
}
.footer-menu .dropdown-menu {
	background: transparent;
	position: relative;
}
.footer-menu li {
	display: table;
	margin: 0;
	font-family: 'interstate_monoregular';
	font-size: 13px;
	width: 180px !important;
	float: left;
}
.footer-menu .dropdown-menu li a {
	padding: 4px 0 !important;
	text-align: left;
}
.footer-menu .dropdown-menu li a:hover {
	background: transparent;
	color: #e6e7e8;
}
.footer-menu li:first-child {
	margin-left: 0px;
}
.footer-menu li a {
	color: #a8aaac;
}
footer a {
	color: #a8aaac;
}
.prvcy-policy {
	text-align: right;
	margin-top: 24px;
}
.prvcy-policy li {
	padding: 0 15px;
	display: inline-block;
	font-size: 11px;
}
.prvcy-policy li:last-child {
	padding-right: 0px;
}
.prvcy-policy li a {
	padding: 0 0 10px;
}
.footer-play {
	font-size: 24px;
	margin-top: 30px;
}
.footer-play span {
	margin-left: 30px;
}
.menubar ul li .dropdown-menu .submenu-model li a span {
	color:#939598;
	font-size: 11px;
	font-weight: 400;
}
.menubar ul li .dropdown-menu .submenu-model li img {
	display:  block;
	width: 195px;
}
.menubar ul li .dropdown-menu .submenu-model li a:hover {
	text-decoration: none;
}
.menubar ul li .dropdown-menu .submenu-model li .trade-btn {
		border: 2px solid #d1d3d4;
	background-color:#d1d3d4;
	color: #414142 !important; 
	
	display: block; 
	font-size: 15px;
	margin: 0px auto 15px;
	padding: 9px !important;
	text-align: center;
	width: 190px;
	display: table-caption;
	vertical-align: middle;
}
.menubar ul li .dropdown-menu .submenu-model li .trade-btn i {
	font-size: 10px;
}
.menubar ul li .dropdown-menu .submenu-model li .trade-btn:hover {
	background: #282828 !important;
	border: 2px solid #282828;
	color: #fff !important;
}
@media (min-width: 769px) {
.opentab {
display: none;
}
.closebtn {
display: none;
}
.footer-menu .dropdown-menu {
 display: none;
 overflow: hidden;
}
.menubar .dropdown-menu {
padding: 0;
}
.menubar .dropdown-menu li {
border-bottom: 3px solid transparent;
}
.menubar .dropdown-menu li:hover {
border-bottom: 3px solid #ffffff;
}
.submenu-model {
max-width: 1175px;
margin: 0 auto;
}
.menubar ul li .dropdown-menu .submenu-model li {
width: 24%;
text-align: left;
}
.menubar ul li .dropdown-menu .submenu-model li:hover {
border-color: #414142;
}
.menubar .navbar-brand img {
 position: absolute;
 top: -12px;
 width: 65px;
}
.logo-mobile {
display: none;
}
}
 @media (max-width: 1024px) {
.footer-menu li {
 margin: 4px 4px;
 font-size: 13px;
}
.menubar ul li {
 font-size: 13px;
}
.menubar ul li a {
 padding: 30px 15px 10px;
}
.footer-menu li {
 width: 126px !important;
}
.footer-menu li .dropdown-menu {
min-width: 126px;
}
.menubar ul li .dropdown-menu .submenu-model li img {
 width: 160px;
}
}
@media (max-width: 991px) {
.footer-menu li {
 margin: 8px;
}
.footer-play {
 font-size: 23px;
}
footer {
 font-size: 12px;
}
.prvcy-policy li {
 padding: 0 9px;
}
.menubar ul li a {
padding: 19px 18px 10px;
}
.menubar ul li {
 font-size: 12px;
}
}
@media screen and (max-width: 768px) and (min-width: 320px) {
 .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
 margin-left: 0px;
}
.footer-menu li {
 background: #090909 none repeat scroll 0 0;
 border-bottom: 1px solid #121212;
 font-size: 15px !important;
 padding: 10px;
 width: 97% !important;
 padding: 14px;
 clear: both;
}
.footer-menu .dropdown-menu {
margin-top: 20px;
}
 .footer-menu .dropdown {
 background: url(../images/right-arrew.png) no-repeat right 22px top 21px;
 display: block;
float: none;
}
.footer-menu .dropdown.open:hover, .footer-menu .dropdown.open:focus {
 background: url(../images/down-t.png) no-repeat right 22px top 21px !important;
 clear: both;
}
.footer-menu li:first-child {
 margin-left: 7px;
}
footer .container {
width: 100%;
padding: 0;
}
footer .col-md-12 {
padding: 0;
}
footer {
 padding: 0 0 20px;
}
.social-link {
width: 100%;
text-align: center;
}
.prvcy-policy li {
 display: block;
 margin: 25px 0 18px;
 padding: 12px 9px 0;
 text-align: center;
}
.prvcy-policy {
 text-align: center;
}
.prvcy-policy li:nth-child(2) {
left: 0;
 margin: 0 auto;
 position: absolute;
 right: 0;
 text-align: center;
 top: 0;
}
.sidenav {
 height: 100%;
 width: 0;
 position: fixed;
 z-index: 111;
 top: 0;
 right: 0;
 background-color: #1e1e1e;
 overflow-x: hidden;
 padding-top: 104px;
 transition: all 0.1s ease 0s;
}
.sidenav a {
 transition: all 0.5s ease 0s;
}
 .sidenav a:hover, .offcanvas a:focus {
 color: #f1f1f1;
}
.fixe-custom-menu {
position: fixed;
background: #1e1e1e;
width: 100%;
z-index: 11;
top: 0;
height: 91px;
}
.sidenav .closebtn {
color: #fff !important;
position: absolute;
right: 15px;
background: url(../images/cross.png) no-repeat;
top: 33px;
font-size: 0;
width: 42px;
height: 47px;
font-size: 0;
}
.sidenav .closebtn:hover {
 text-decoration: none;
}
.menubar .navbar-nav {
 margin: 0;
 width: 100%;
 margin-top: 15px;
}
#main {
 transition: margin-left .5s;
 padding: 20px;
}
.opentab {
position: relative;
cursor:pointer;
display: block;
 float: right;
top: 33px;
right: 15px;
font-size: 0;
 width: 55px;
 height: 91px;
 z-index: 11;
 background: url(../images/opn.png) no-repeat;
}
.content-topHead ul li {
 margin: 13px 5px;
width: 44%;
text-align: left;
font-size: 15px;
background: url(../images/right-arrew.png) no-repeat right 36px top 0px;
}
.content-topHead ul li:last-child {
position: absolute;
top: 92px;
width: 200px;
left: 15px;
background-image: none;
}
 .content-topHead ul {
 text-align: left;
 width: 100%;
}
.menubar .navbar-brand {
 display: none;
}
.logo-mobile {
position: fixed;
top: 15px;
z-index: 99;
left: 23px;
}
.logo-mobile img {
width: 65px;
}
.menubar .dropdown-menu {
text-align: left;
background: #292929;
width: 102%;
margin-top: 22px !important;
left: -4px;
padding: 0;
}
.menubar .dropdown li a {
 padding: 3px 13px !important;
}
.menubar ul {
 width: 100%;
}
.menubar ul li {
margin-top: 0px;
padding: 22px 3px;
border-bottom: 1px solid #333;
font-size: 15px;
clear: both;
}
.menubar ul .dropdown {
 background: url(../images/t-close.png) no-repeat right 17px top 22px;
 clear:both;
}
 .menubar ul .dropdown.open {
 background: url(../images/t-opn.png) no-repeat right 17px top 22px #616161;
 clear:both;
}
.menubar .dropdown-menu li a {
 padding: 1px !important;
}
.menubar ul .dropdown-menu li {
padding: 22px 11px;
border-bottom: 1px solid #1e1e1e;
}
.mgt-50 {
margin-top: 150px;
}
 .content-topHead ul {
margin-top: 25px;
}
.soicon {
display: none !important;
}
 .navbar-nav > li {
 float: none;
}
.navbar-nav .open .dropdown-menu > li > a {
 line-height: 20px;
}
.dropdown-menu {
 position: relative;
 top: 0;
 width: 100%;
 background: transparent;
 text-align: center;
 border: none;
box-shadow: none;
}
 .menubar {
 background: #1e1e1e;
 height: auto;
}
.top-header {
 background: #1e1e1e;
}
.navbar-toggle {
background: #fff;
font-family: 'interstate_monoregular';
}
.menubar ul {
 float: left;
}
.menubar ul li {
 margin-top: 0;
 width: 100%;
 background-image: none;
}
 .menubar ul li a {
 border: none;
 display: block;
 padding: 0 5px;
}
.menubar .container, .top-header .container {
 width: 100%;
}
 .category-thumbs .img-responsive {
width: 100%;
}
.footer-menu li {
margin: 0 7px;
padding: 20px 0;
}
.footer-menu li a {
font-size: 15px;
display: block;
}
.dropdown-menu li {
 display: block !important;
 margin: 0 !important;
}
.navbar-toggle .icon-bar {
background: #000;
}
.navbar-brand > img {
 margin-bottom: 10px;
}
.footer-menu .dropdown-menu li {
 background: transparent;
 background-image: none;
 padding: 6px;
 border: none;
}
.submenu-model img {
display: none !important;
}
.submenu-model span {
display: none;
}
}
 @media (max-width: 767px) {
.menubar .dropdown-menu {
 text-align: left;
 background: #292929;
 width: 102%;
 margin-top: 22px !important;
 left: -4px;
 padding: 0;
 position: absolute;
}
.menubar .navbar-nav .open .dropdown-menu {
 position: relative;
 float: left;
 width: 102%;
 margin-top: 0;
 background-color: #292929;
 -webkit-box-shadow: none;
 box-shadow: none;
}
.right-section {
 max-width: 100% !important;
}
.menubar .navbar-brand img {
width: 55px;
}
.opentab {
 top: 23px;
}
.sidenav .closebtn {
 right: 42px;
 top: 23px;
}
.fixe-custom-menu {
 height: 72px;
}
.mgt-50 {
 margin-top: 72px !important;
}
.logo-mobile {
position: fixed;
top: 10px;
z-index: 99;
left: 14px;
left: 23px;
}
.logo-mobile img {
width: 55px
}
}
 @media (max-width: 480px) {
footer {
 margin-top: 40px;
}
.content-topHead ul li {
 background: url(../images/right-arrew.png) no-repeat right 0px top 0px;
 width: 44%
}
}
@media screen and (max-width: 768px) and (min-width: 620px) {
.feature {
 background: #000;
 min-height: 0;
 width: 50% !important;
 float: left;
 margin-bottom: 0px !important;
}
.feature-thumbs a {
width: 50%;
float: left;
}
.feature .read {
 bottom: 47px !important;
left: 53% !important;
width: 200px !important;
}
.feature .read a {
width: 100%;
}
.xs-full {
 width: 100%;
}
.feature-thumbs .feature-thumbs-mobile {
background: #000;
overflow: auto;
margin-bottom: 30px;
}
.marketing p, .bottom-section p {
 font-size: 22px !important;
}
.marketing h2, .bottom-section h2, .marketing h3 {
 font-size: 28px !important;
}
.bottom-section {
 min-height: 225px !important;
}
 .right-section {
 max-width: 100% !important;
}
}
.owner {
	color: #fff;
}
.owners_modals {
	line-height: 1.4em;
	font-size: 16px;
	font-family: 'interstate_mono_-_lgtregular';
}
.owners_modals a {
	color: #a8aaac;
}
.owner h2 {
	font-size: 35px;
	font-family: 'interstate_monobold';
	margin-top: 50px;
	font-weight:100;
}
.owner p {
	font-size: 18px;
	font-family: 'interstate_mono_-_lgtregular';
	margin-top: 50px;
	margin-bottom: 50px;
	line-height: 1.4em;
	color: #c7c8cb;
}
.owners_modals {
	padding: 20px 0 20px 15px;
	border-bottom: 1px solid #333;
	color: #a8aaac;
}
.owners_modals select {
	padding: 10px 20px;
	border: 1px solid #333;
	background: transparent;
	width: 100%;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:url(../images/dropdown.jpg)  no-repeat right 20px center transparent;
	background-size:15px;
	font-size:18px;
}
.owners_modals span {
	display: block;
	margin-top: 11px;
	font-size:22px;
}
.owners_modals .description span {
	font-size:15px;
}
.owners_modals span a {
	background:url(../images/l-dropdown.jpg) no-repeat right 7px center transparent;
	padding: 0 28px 0 7px;
	background-size:10px;
}
.owners_modals .description span.link {
	display:inline-block;
}
@media (max-width: 767px) {
.owner {
margin-top:50px;
}
.owners_modals {
padding: 20px 0 18px 0px;
}
.owners_modals a {
color:#a8aaac;
display: block;
}
.owners_modals span a {
padding: 0 28px 10px 7px;
}
.owners_modals .description span.link {
display:block;
}

.owners_modals .description span.link a {
display: inline-block;
padding:0 28px 0 0;
}
}
