/*@import url('../vendor/bootstrap/css/bootstrap-rtl.css');*/

@media (min-width: 1200px) {
   .container {
      width: 1170px;
   }
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7,
.col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10,
.col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7,
.col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2,
.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl,
.col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4,
.col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
   /*padding-right: 20px;
   padding-left: 20px;*/

}

.sticky-header-active .header-transparent .header-logo img{
   content:url('../img/mail_logo.jpg');
}


.pix-business-1 {
    background-image: linear-gradient(rgba(0,0,0, 0.4), rgba(0,0,0, 0.4)),url(../img/custom/bg-intro.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
}

.pix-business-2 {
    background-image: linear-gradient(rgba(0,0,0, 0.4), rgba(0,0,0, 0.4)),url(../img/custom/video-section-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
}

.pix-business-3 {
    background-image: linear-gradient(rgba(0,0,0, 0.4), rgba(0,0,0, 0.4)),url(../img/custom/pricing.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
}

.pix-business-4 {
    background-image: url(../img/main/startup-team.jpg);
    background-size: cover; 
    background-position: bottom;
    padding-top:7%;
    padding-bottom:25%;
}

.pix-business-6 {
    background-image: url(../img/main/startup-team-2.jpg);
    background-size: cover; 
    background-position: bottom;
    padding-top:5%;
    padding-bottom:32%;
}

.pix-business-5 {
    background-image: url(../img/main/header_black.png);
    background-size: cover; 
    background-position: bottom;
}

.gr-bg-1 {
       background: #343e44;
    background: linear-gradient(135deg,#343e44 0%,#0d0f10 100%);
    color: #ffffff;
    padding-top: 11%;
    padding-bottom: 11%;
}

.gr-bg-2 {
       background: linear-gradient(135deg, rgb(132, 84, 226) 0%, rgb(6, 82, 253) 100%);
    color: rgb(255, 255, 255);
    padding-top: 8%;
    padding-bottom: 10%;
    visibility: visible;
}

.gr-text-1 {
       -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
   color: #8454e2;
    background-image: -moz-linear-gradient(-45deg, #8454e2 0%, #0652FD 100%);
    background-image: -webkit-linear-gradient(-45deg, #8454e2 0%, #0652FD 100%);
    background-image: linear-gradient(135deg, #8454e2 0%, #0652FD 100%);
}


.grve-separator-bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 0;
    overflow:visible;
}

.grve-separator {
    position: absolute;
    bottom: -1px;
    left: 0;
}


/* Ethan work Start 2018.6.20*/
/* @utilies 
----------------------------------------------------- */
.text-primary {
  color: #54a4ec !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #3d8dd3 !important;
}
.text-orange {
  color: #999 !important;
}
.text-gray {
  color: #999 !important;
}

.text-light-gray {
  color: #e0e0e0 !important;
}

.bg-dark-blue{
  background-color: #3c7eb8 !important;
}

.bg-white-gray{
  background-color: #f0f0f0 !important;
}

hr.medium {
   margin-top: 25px;
   margin-bottom: 25px;
}

.icon-48, .icon-32, .icon-24 {
  display: inline-block;
  background-image: url(/template/smc/img/main/coins48.png);
  background-repeat: no-repeat;
  border-radius: 50%;
}
.icon-24 {float: left; width: 24px; height: 24px; background-size: 24px; }
.icon-24-usd { background-position: 0 -4248px; } /*176*/
.icon-24-scc { background-position: 0 -4272px; } /*177*/
.icon-24-btc { background-position: 0 -480px; }  /* 20 */
.icon-24-eth { background-position: 0 -1223px; } /* 51 */
.icon-24-ltc { background-position: 0 -2136px; } /*89*/

.icon-32 { width: 32px; height: 32px; background-size: 32px; }
.icon-32-usd { background-position: 0 -5632px;} /*176*/
.icon-32-scc { background-position: 0 -5664px;} /*177*/
.icon-32-btc { background-position: 0 -640px; }  /* 20 */
.icon-32-eth { background-position: 0 -1632px; } /* 51 */
.icon-32-ltc { background-position: 0 -2848px; } /*89*/

.icon-48 { width: 48px; height: 48px; margin-top: 5px; }
/*------------------------------------------*/
.wrapper{min-width: 320px;}
.lift-off{z-index: 10;}

.section-sub-title .text-light-gray{
  vertical-align: top;
  margin-left: 10px;
}

.i-list li{display: inline-block;}

.v-divider.thin {
  border-color: #b5b5b5;
}

.name-con {
    width: calc(100% - 24px);
    margin-top: 2px;
    float: left;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.section.bg-dark-blue li{
  width:120px;
    margin-right: 10px;
    line-height: 1;
}
.section.bg-dark-blue li:last-child{
  margin-right: 0;
}

@media (min-width: 576px){
  .section.bg-dark-blue li{
    padding: 10px 0;
    width:auto;
    text-align: center !important;
  }
  .section.bg-dark-blue .pd-box1{
    padding-right: 0 !important;
    margin-top: 0 !important;
    text-align: right !important;
  }
  .section.bg-dark-blue .pd-box2{
    /*padding-left: 0 !important;*/
    margin-bottom: 0 !important;
    text-align: left !important;
  }
}

@media (max-width: 475px){
  .feature-box-text h5{margin-bottom: 10px !important;}
  .feature-box-text h4{margin-bottom: 0 !important;}
  .feature-box-text-inner h4{font-size: 14px;}
  .trend-chart {
      width:145px;
  }
}
.quality div.text-center div{
  /*width: 120px;*/
}

.quality span.text {
    font-size: 16px;
    font-weight: 600;
    /*display: block;*/
    text-transform: capitalize;
    letter-spacing: -1px;
}
@media (min-width: 1200px){
  .quality span.text {
    font-size: 24px;
  }
}


@media (min-width: 576px){
  .container { width: 540px; max-width: 100%; }
}
@media (min-width: 768px){
.container { width: 720px; max-width: 100%; }
}
@media (min-width: 992px){
.container { width: 960px; max-width: 100%; }
}
@media (min-width: 1200px){
  .container { width: 1170px; max-width: 100%; }
}





/* @buttons 
----------------------------------------------------- */
.button {
   border: 0;
   height: 40px;
   color: #243140;
   line-height: 1;
   font-size: 14px;
   cursor: pointer;
   padding: 0 18px;
   text-align: center;
   background: #DBDBDB;
   display: inline-block;
   -webkit-user-drag: none;
   text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}

/* @buttons :hover, :active states 
---------------------------------------------------------------- */
.button:hover {
   color: #243140;
   background: #E8E8E8;
}

.button:active {
   color: #1d2938;
   background: #C4C4C4;
}

.cbp-spmenu-dim {
    background: #242424;
    position: fixed;
    width: 20%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    opacity: 0.01;
}

/* General styles for all menus */
.cbp-spmenu {
	background: #242424;
	position: fixed;
}

.cbp-spmenu h3 {
	color: #e6f0f5;
	font-size: 1.9em;
	padding: 20px 0px 10px 25px;
	margin: 0;
	font-weight: 300;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}

.cbp-spmenu a:hover {
	background: #258ecd;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 80%;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #424242;
	padding: 1em 2em;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -80%;
}

.cbp-spmenu-right {
	right: -80%;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nav_close {
  text-align: left;
  float: left;
}

.nav_login {
  text-align: right;
  line-height: 32px;
  float: right;
  padding-right: 15px;
}

.nav_login a {
  float:left;
  padding: 1em 0.5em;
}
.nav_menu {
  clear: both;
  margin-top: 20px;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}
