
html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
}


body {
  font-family: 'Droid Sans', sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #111;

  background-color: #fff;
}


/******************** UTILITY CLASSES ***********************/
.wrapped-content {
  max-width: 960px;
  margin: auto;
}

.wrapped-content-footer {
  width: 960px;
  margin: auto;
}
.wrapped-content-footer .l {
  padding-left: 0px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
}
/************************ LINKS **************************/
a.link {
  color: #33a5c8;
  text-decoration: none;

  transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}

a.link:hover {
  color: #20b9e8;
  text-decoration: none;
}

header a.link, footer a.link {
  margin-right: 40px;
  color: #666;
  font-size: 13px;
}

header a.link:hover, footer a.link:hover {
  color: #33a5c8;
}

/********************* BUTTONS *************************/
.button {
  text-decoration: none !important;
  -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
  margin-left:1px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}

.navbar-default .navbar-nav>li .register, .navbar-default .navbar-nav>li .contact-us{
  color:#FFF;
}

.gray-outline-button {
  color: #666;
  text-decoration: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-image: linear-gradient(90deg, #f4f4f4 0%, #f8f8f8 100%);
  background-image: -moz-linear-gradient(90deg, #f4f4f4 0%, #f8f8f8 100%);
  background-image: -webkit-linear-gradient(90deg, #f4f4f4 0%, #f8f8f8 100%);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.07), inset 0px 1px 0px rgba(255, 255, 255, 1.0);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.07), inset 0px 1px 0px rgba(255, 255, 255, 1.0);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.07), inset 0px 1px 0px rgba(255, 255, 255, 1.0);
}

.gray-outline-button:hover {
  color: #444;
  text-decoration: none;
  border: 1px solid #c6c6c6;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 1.0);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 1.0);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 1.0);
}

.gray-outline-button:active {
  border: 1px solid #b6b6b6;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 1.0), inset 0px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1.0), inset 0px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1.0), inset 0px 1px 3px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(90deg, #eeeeee 0%, #f7f7f7 100%);
  -moz-background-image: linear-gradient(90deg, #eeeeee 0%, #f7f7f7 100%);
  -webkit-background-image: linear-gradient(90deg, #eeeeee 0%, #f7f7f7 100%);
}

.flat-white-button {
  text-align: center;
  background-color: #FFF;
  color: #fff;
  border:1px #ccc solid;
  padding: 6px 13px 6px 13px;
  display: inline-block;
  line-height: 20px;
  font-weight: normal;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}

.flat-gray-button:hover {
  color: #FFF;
  background-color: #CCC;
  text-decoration: none;
  box-shadow:inset 0px 0px 0px 1px #CCC;
}

.flat-gray-button:active {
  background-color: rgba(255,255,255,0.35);
  color: #fff;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.flat-blue-button {
  background-image: none;
  border:1px #ccc solid;
  background-color: #33a5c8;
  -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
  display: inline-block;
  line-height: 20px;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 15px 6px 15px;
  text-shadow: none;
  text-align: center;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);

  transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}
a.button.flat-blue-button.no-right-border {
  color:#fff;
}

.flat-blue-button.disabled {
  background-color: #33a5c8;
}

.flat-blue-button:focus {
  outline: none;
  background-color: #33a5c8;
}

.flat-blue-button:hover {
  color: #ffffff;
  background-color: #42bbd7;
  text-decoration: none;/*
  box-shadow:inset 0px 0px 0px 1px #CCC;*/
}




.flat-blue-button:active {
  background-color: #33a5c8;
  color: #fff;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);

  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

.btn-group {
  font-size: 11px;
}

.btn-group .btn {
  background-image: none;
  -moz-background-image: none;
  -webkit-background-image: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0px;
  border: none;
  text-shadow: none;
}

.btn-group .btn.gray-radio-button {
  text-shadow: 0 -1px 0 #1e1d1c;
  padding: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #2d2b2a;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-group .btn.gray-radio-button:hover {
  border: 1px solid #1d1b1a;
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  text-decoration: none;
}

.btn-group .btn.gray-radio-button.active {
  background-color: rgba(0, 0, 0, 0.15);
  color: #64cded;
  border: 1px solid #000000;
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.15), inset 0 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.15), inset 0 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.15), inset 0 0px 5px rgba(0, 0, 0, 0.5);
}

.text-obstacles h4{
  line-height: 25px;
  text-align: justify;
}

/******************* UTILITY CLASSES **********************/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

* html .clearfix { height: 1%; } /* Hides from IE-mac \*/

.clearfix { display: block; padding-bottom: 20px; }

.l, .left { float: left; }

.r, .right { float: right; }

.left-center { float: left; }

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

.relative { position: relative; }

.underline { text-decoration: underline; }

.spacing {
  margin-bottom: 30px;
}

.center {
  margin:0 auto;
  display: inline-block;
}

.fg {
  margin: 10px 0px;
}

.fl {
  margin-bottom: 5px;
}

.fl label {
  font-weight: bold;
}

.ferrors {
  color: #e00;
  font-weight: bold;
  margin: 5px 0px;
}

.grid-row {
  /*width: 960px;*/
  width: 640px;
  margin: 0 auto;
}

.grid-3 {
  width: 300px;
  padding-right: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.grid-2 {
  width: 48%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.grid-row [class*="grid"] {
  float: left;
  margin-left: 20px;
}
.grid-row-block{
  float: left;
  margin: 0 1%;
}
.container-grid-row-block{
  margin-top: 28px;
}
.quancept-logo {
  display: inline-block;
  width: 169px;
  height: 59px;
  background: url('../image/quancept_logo.png') no-repeat top transparent;

  background-size: contain;
}
.list-service{
  list-style: square;
  text-align: left;
  padding-left: 55px;
  color: rgb(17, 17, 17);
}

/*********************** CONTENT WRAP ************************/
#content-wrap {
  height: auto !important;
  min-height: calc(100% - 170px);
  position: relative;
  padding-top: 72px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*********************** GET STARTED *************************/
.get-started {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 3px;
  padding: 10px 22px;
  text-shadow: none !important;
  border-radius: 2px;
}

.orange-gradient {
  color: #ffffff;
  background-image: linear-gradient(90deg, #dc534b 0%, #d96f5f 100%);
  background-image: -moz-linear-gradient(90deg, #dc534b 0%, #d96f5f 100%);
  background-image: -webkit-linear-gradient(90deg, #dc534b 0%, #d96f5f 100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.orange-gradient:hover {
  color: #ffffff;
  background-image: linear-gradient(90deg, #e45950 0%, #e77665 100%);
  background-image: -moz-linear-gradient(90deg, #e45950 0%, #e77665 100%);
  background-image: -webkit-linear-gradient(90deg, #e45950 0%, #e77665 100%);
}

.orange-gradient:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2), inset 0px 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2), inset 0px 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2), inset 0px 1px 4px rgba(0, 0, 0, 0.3);
}


/***************************** SIZE DISPLAY ****************************/
.display-image {
  background: url('../image/computer_display_screen.jpg') no-repeat transparent;
  width: 100%;
  padding-bottom: 100px;
  display: block;
  background-size: 100%
}

.display-image.hidden {
  display: none;
}

.display-options {
  margin-top: 30px;
  text-align: center;
}

.button.display {
  background-color: #fafafa;
  color: #777777;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #c3c3c3;
  box-shadow: 0 1px 2px rgba(0,0,0,.1), inset 0 1px 0 #fff;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  padding: 9px 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 90px;
}

.button.display:hover {
  color: #444444;
}

.button.display.selected {
  color: #ffffff;
  background-color: #339fc1;
  border: 1px solid #236f87 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
}

.button.display[data-size="phone"] {
  border-right: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}

.button.display[data-size="laptop"] {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.button.display[data-size="desktop"] {
  border-left: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
}
.big-icon {
  margin-bottom:25px;
  background: #42bbd7;
  color: #fff;
  padding: 14% 0%;
  margin-left: 40px;
  margin-right: 40px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
}

.big-icon-1 {
  display: inline-block;
  background: url('../image/_icons/1.png') no-repeat transparent;
  width: 123px;
  height: 123px;
}

.big-icon-2 {
  display: inline-block;
  background: url('../image/_icons/2.png') no-repeat transparent;
  width: 123px;
  height: 123px;
}

.big-icon-3 {
  display: inline-block;
  background: url('../image/_icons/3.png') no-repeat transparent;
  width: 123px;
  height: 123px;
}

/* Normal pages */
#page {
  padding: 60px 0px;
}

/* Index page */
#cta-content {
  height: 500px;
  width: 100%;/*
  background: url('../_img/main-bg.png') repeat-x transparent 50% 50%;*/

  background: url('../image/stocks.png') no-repeat transparent 50% 50%;
  
  text-align: center;
  color: #fff;
}

#cta-content .wrapped-content {
  padding: 150px 0px 20px 0px;
}

#cta-content h1, #cta-content h2 {
  text-shadow: 0 0 10px rgba(0,0,0,.5);
}

#cta-content h1 {
  letter-spacing: 7px;
  color: white;
  font-size: 3.1em;
  margin: 3px 0px 20px 0px;
}

#cta-content h2 {
  font-weight: normal;
  letter-spacing: 1px;
  margin:20px;
  font-size: 22px;
}

#cta-content h2 a {
  color: #fff;
  text-decoration: none;
}

#cta-content .bottom {
  width: 700px;
  margin: auto;
  width: 700px;
  margin: auto;
  margin-top: 76px;
}

#faq {
  text-align: center;
  color: #888;
  line-height: 20px;
  padding: 40px 0px;
  padding-top: 38px;
  font-weight: 500;
  font-size: 14px;
}

#faq h3 {
  font-weight: normal;
  font-size: 20px;
  color: #444;
}

#index .hr {
  background: url('../image/divider_hr.jpg') no-repeat transparent 50% 50%;
  width: 100%;
  height: 1px;
  margin: 15px 0px 61px 0px;
}
#about .hr {
  background: url('../image/divider_hr.jpg') no-repeat transparent 50% 50%;
  width: 100%;
  height: 1px;
  margin: 15px 0px 60px 0px;
}
#index .anchor{
   display:block;
   height:146px; /* this is the height of your header */
   margin-top:-146px; /* this is again negative value of the height of your header */
   visibility:hidden;
}

#about .anchor{
   display:block;
   height:146px; /* this is the height of your header */
   margin-top:-146px; /* this is again negative value of the height of your header */
   visibility:hidden;
}

#index .obtacles{
  padding: 19px;
  background-color: rgba(0, 0, 0, 0.03);
/*  border: 1px solid rgba(0, 0, 0, 0.02);*/
  border-radius: 0;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.01);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.01);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.01);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.01);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.01);
  margin: 10px 30px;
  min-height: 100px;
  text-align: justify;
}
#index .details {
  margin-bottom: 50px;
}

#index .details h2 {
  font-weight: normal;
  /*font-size: 22px;*/
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 15px;
  color: #333;
}

#index .details .icons {
  /*width: 120px;*/
  text-align: center;
  width: 13%;
}

#index .details .icons h5 {
  margin: 3px 0px;
  font-size: 12px;
  color: #777;
}

#index .details .icons .icon {
  margin-bottom: 40px;
  height: 80px;
}

#index .details .highlight {
  margin: 0px 60px;
  width: 61.5%
}

#index #social .twitter-tweet-rendered {
  width: 298px;
  float: left;
  display: block;
  clear: none !important;
  margin-right: 20px !important;
}

#index .demo-video:hover {
  cursor: pointer;
  background-position: 0px -235px;
}

#index .text {
  color: #000;
  font-size: 14px;
  width: 100%;
  margin-top: 0px;
  line-height: 22px;
}

#index .news-text {
  
  font-weight: normal;
}

/*************************** ABOUT *******************************/
#about {
  text-align: center;

}

#about .about-picture-border {
  border: 10px solid #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  width: 400px;
  height: 240px;
  float: left;
  margin-right: 50px;
}

#about .about-picture {
  border: 1px solid #bbbbbb;
  width: 100%;
  height: 100%;
}

#about .about-us-text {
  width: 400px;
  padding: 10px;
  display: block;
  float: left;
  text-align: left;
  margin: 20px 0px;
}

#about .about-us-text a:hover {
  text-decoration: none;
  color: #3b9dbc;
}

#about h3, #newsletter h2 {
  margin-bottom: 0px;
  margin-top: 0px;
}

#about p, #newsletter h4 {
  margin-top: 0px;
}

#about .team-image {
  width: 884px;
  height: 373px;
  margin: 60px 0px -50px 0px;
}
/*************************** trading section *****************************/
.trading-left{
  width: 30%;
  float: left;
}
.trading-left ul{
  list-style: none;
  padding-left: 0;
  margin-top: 140px;
}
.trading-left ul li.icon{
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.trading-left ul li.icon a{
  color: #333;
}
.trading-left ul li.icon img{
  width: 70px;
  margin: 0 auto;
}
.trading-right{
  width: 70%;
  float: right;
}
.trading-right img{
  max-width: 650px;
}
/*************************** ABOUT PAGE NEW *****************************/
#index{
  margin-top: 10px;
}
.about-block-first{
  padding-top: 90px; 
  padding-bottom: 80px; 
  padding-left: 25px;
  padding-right: 5px;
}
.about-block{
  padding-top: 90px;
  padding-bottom: 80px; 
  padding-left: 25px;
  padding-right: 5px;
}
.about-block-page{
  padding-top: 90px;
  padding-bottom: 80px; 
  padding-left: 25px;
  padding-right: 5px;
}
.about-title{
  margin: 45px 0 15px 0 !important;
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 3px;
  color: #333;
  text-align: left;
}
.about-subtitle{
  margin: 25px 0 5px 0 !important;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 2px;
  color: #333;
  text-align: left; 
}
.about-content{
  color: #000;
  font-size: 15px;
  width: 100%;
  line-height: 22px;
  text-align: justify;
}
.about-content.bold-item{
  
}
.about-content span.italic{
  font-style: italic;
}
.about-list{
  text-align: left;
}
#navbar{
  padding: 0;
}
#navbar .select-item-nav{
  color: #777;
  border-bottom: 1px solid #777
}
#navbar li{
  padding: 15px 15px; 
}
#navbar li a{
  padding: 0px; 
  padding-bottom: 5px;
}
#about .select-item-nav, #services .select-item-nav{
  color: #777;
  text-decoration: none;
  color: #777;
  border-bottom: 1px solid #777
}
#about li a, #services li a{
  padding-bottom: 5px;
}

/*/////////////ABOUT NAV ///////////////*/
.container-blocks{
  width: 800px;
  float: left;
}
.about-nav{
  padding: 110px 0 0 0;
  width: 160px;
  list-style:none;
  color: #777;
  font-family: formation;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  text-align: justify;
  margin-left: 0px;
  float: left;

}
.about-nav li{
  margin: 20px 0;
  text-align: left;
}
.about-nav li a.linkable{
  color: #777;
  padding-left: 0;
}
.about-nav li a.linkable:hover{
  color: #333;
  background-color: transparent;
  text-decoration: none;
}


#index a.linkable{
  color: #666;
  font-size: 24px;
}
#index a.linkable:hover{
  font-size: 24px;
  color: #20b9e8;
  text-decoration: none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #777;
  background-color: #fff;
}
/*************************** NEWSLETTER *****************************/
#newsletter {
  text-align: center;
  padding-bottom: 40px;
}

#newsletter .newsletter {
  margin-top: 30px;
  font-weight: normal;
}

#newsletter .email-input {
  width: 530px;
  border: 1px solid #d5d5d5;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .1);
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .1);
  width: 400px;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-left: 5px;
}

#newsletter .email-input:focus {
  border: 1px solid #329abb;
}

#newsletter .subscribe {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid rgb(77, 157, 182);
  height: 35px;
  line-height: 20px;
  padding: 7px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  letter-spacing: 2px;
}

#newsletter .subscribe:active {
  border: 1px solid rgb(60, 132, 155);
}

/******************************* FOOTER *********************************/
footer {
  position: relative;
  height: 170px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-family: formation;
}

footer .footer-top {
  height: 110px;
  background-color: #FFF;
  color: #eee;
  font-size: 20px;
  line-height: 110px;
  letter-spacing: 2px;
  /*font-weight: bold;*/
}


footer .footer-bottom {
  height: 65px;
  line-height: 60px;
  background-color: #333;
  font-size: 12px;
  color: #FFF;
  font-style: normal;
}

footer .footer-bottom .l a {
  margin-left: 10px;
}

footer .footer-bottom .l {
  clear: both;
}

footer .footer-bottom a {
  color: #ddd;

  transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}

footer .footer-bottom a:hover {
  color: #fff;
  text-decoration: none;
}

.clear{
  clear: both;
}

/*

echong112

*/
/**
@font-face {
    font-family: formation;
    src: url("fonts/Formation-Sans-Regular.ttf");
}
*/
/********************************* HEADER *************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 86px;
  background:#FFF;
  border-bottom:1px solid #ccc;
  line-height: 72px;
}

#cta-content h1 {
  font-family: formation;
  font-size: 50px;
  letter-spacing: 5px;
}

.navbar-quancept {
  margin-top:10px;
  font-size: 15px;
  background:#FFF;
  border:none;
  width:100%;
  height:75px;
  padding:5px 0;
  letter-spacing: 2px;
  font-family: formation;
}

.navbar-quancept ul.navbar-nav li a{
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
  margin-right: 16px;
  margin-left: -6px;
}
.navbar .container-fluid{
  padding-right: 0px !important; 
  padding-left: 0px !important;
}

    /* Mobile Displays */
    @media only screen and (max-width: 400px) {

      .grid-row [class*="grid"] {
        float: none !important;
        margin: 0px;
        margin-bottom: 20px;
        width: 100% !important;
        max-width: 100% !important;
      }


    }
    /* Medium Displays */
    @media only screen and (max-width: 767px) {

      .grid-row [class*="grid"] {
        float: none !important;
        margin: 0px;
        margin-bottom: 20px;
        width: 100% !important;
        max-width: 100% !important;
      }

      header {
        height:102px;
      }
      
      .nav-container {
        background:#FFF;
      }

      .navbar-right a {
        border:1px #ccc solid;
      }

      .navbar-toggle {
        margin-right:0px;
      }
      .navbar-header {
        height:86px;
        margin-top:-15px;
      }
      #index .details h2 {
          font-size: 30px;
      }
      .subscribe {
        margin:5px;
      }
      .laptop {
        width:100%;
      }
      .display-image {
        width:100%;
        background-size: cover;
        margin:0px 0px 35px 0px; padding:0; float:left; 
      }
      .obstacles li {
        width:100%;
      }

      .features-icon {
        width:75%;
      }
      header a.link {
        margin-right: 5px;
      }
      #cta-content {
        height:50%;
      }
        /* phones */
      #index .details .icons {
        margin: auto;
        float: none;
      }

      .wrapped-content {
        width: 100%;
        padding:15px;
      }
      #cta-content .wrapped-content {
        padding-top: 90px;
      }

      #cta-content .wrapped-content h1 {
        font-size: 25px;
      }
      #cta-content .wrapped-content h2 {
        font-size: 15px;
      }


      #cta-content .bottom {
        width: 100%;
        margin-top: 15px;
      }

      .grid-row [class*="grid"] {
        float: left;
        margin-left: 10px;
      }
      .grid-row {
        width: 100%;
        max-width: 100%;
      }
      .grid-row .grid-3 {
        max-width: 30%;
      }

      .footer-top{
        display:none;
        padding:0;
        margin:0;
        line-height: 0;
      }

      footer .footer-bottom {
        line-height: 0px;
      }
      #questions {
        background: url('../image/support.png') no-repeat center transparent;
      }      

      .wrapped-content .right {
        display: none;
      }
      footer {
        padding:0px;
        margin:0;
        height:20px;
      }

      #newsletter .email-input {
        margin-right: auto;
        margin-right: auto;
        width:90%;
      }


    }



.trade-features {
  list-style:none;
  text-align: left;
}


#term-options {
  margin: 40px auto 50px auto;
}

#term-options .btn {
  width: 200px;
  height: 35px;
  line-height: 35px;
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.3);
  font-size: 15px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}

#term-options .btn:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

#term-options .btn.active {
  border: 1px solid #97d8ec;
  color: rgba(255, 255, 255, 1.0);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.4);
  line-height: 33px;
}



.features-text {
  text-size: 14px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

#questions {
  height: 420px;
  background-color: #33a5c8;
}

#questions .left {
  margin-top: 95px;
  float: left;
  width: 350px;
  padding-left: 50px;
  padding-right: 30px;
  font-size: 17px;
  line-height: 25px;
  color: #fff;
}

#questions h2 {
  margin: 0px;
}

#questions .questions-text {
  margin-bottom: 40px;
  margin-top: 10px;
}

#questions .left a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;

  transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}

#questions .left a:hover {
  color: rgba(255, 255, 255, 1.0);
  text-decoration: none;
}

#questions .right {
  width: 530px;
  height: 364px;
  background: url('../image/support.png') no-repeat center transparent;
}

.obstacles {
  text-align: left;
  list-style: none;
}


.obstacles li {
  width:47%;
  height:80px;
  float:left;
  padding:20px;
  border:1px #ccc solid;
  margin:5px;
}

.wrapped-content h2 {
  margin:45px;
  letter-spacing: 3px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.box {
  float:left;
}

.one-third {
  width:33%;
  float:left;
}
.one-third h2{
  margin-top: 0;
}

.two-third {
  width:66%;
  float:right;
  padding-bottom: 5px ;
  text-align: justify;
}

.navbar-default {
    background-color: #FFF;
}

#popup-left {
    width: 30%;
    min-width: 250px;
    text-align: left;
    vertical-align:middle;
    background-color: #33A5C8;
    color: white;
    display: none;
    padding: 8px;
    position: relative;
    font-size: 12px
}
#popup-right {
    width: 30%;
    min-width: 320px;
    text-align: left;
    vertical-align:middle;
    background-color: #33A5C8;
    color: white;
    display: none;
    padding: 8px;
    position: relative;
    font-size: 12px;
    left:-150px;
}
.pop-short{
  min-width: 200px !important; 
  left: -28px !important;
}
.img-features{
  height: 70px;
  line-height: 70px;
}
.error{display: none;}
#contact-box{
  padding-top: 120px;
  width: 580px;
  margin: 0 auto;
}
#contact-box label.col-md-12{
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom:0px;
}
.title-contact{
  font-weight: bold;
}
footer .copy{
  letter-spacing: 0.5px;
}
#contact-us{
  padding: 10px 15px !important;
}
.error{
  color: #33a5c8;
  text-align: right;
}
#from-contact label{
  padding-left: 0;
  margin-top: 10px;
}
#contact-us:hover{
  color: #ffffff !important;
  background-color: #42bbd7 !important;
  text-decoration: none !important;
}
.final-paragraph{
  margin-bottom: 40px;
}
/*******************Styles for Reponsive*****************/
@media all and (min-width: 667px) and (max-width: 768px) {
  #index, .container-blocks{
    width: 95%;
    margin: 0 auto;
  }
  .trading-right{
    text-align: center;
    width: 100%;
  }
  .trading-right img {
    max-width: 530px;
  }
  .trading-left {
    display: none;
  }
  #index .hr {
    background: url('../image/divider_hr.jpg') no-repeat transparent 50% 50%;
    width: 100%;
    height: 1px;
    margin: 12px 0px 20px 0px;
  }
  #questions .right {
    width: 380px;
    height: 364px;
    background: url('../image/support.png') no-repeat center transparent;
    background-size: cover;
    margin-right: 30px;
  }
  .navbar-quancept {
    width: 98%;
    margin: 10px auto;
  }
  .navbar-right {
    float: left !important;
    margin-right: 0px !important;
  }
  footer .footer-bottom .l {
    margin-left: 2.5%;
  }
  .hr{
    clear: both;
  }
  .crystal_trade-about-nav, .insync-about-nav{
    display: none;
  }
  #about .container-blocks, #services .container-blocks{
    width: 75%;
  }
  #about .about-nav, #services .about-nav{
    margin-left: 20px;
  }
  #contact-us {
    padding: 10px 10px !important;
  }
}
@media all and (min-width: 0px) and (max-width: 667px) {
  .clearfix{
    padding-bottom: 0;
  }
  .two-third{
    padding-bottom: 0px;
  }
  .quancept-logo{
    background-position: -2px;
  }
  .navbar-header{
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .wrapped-content{
    padding: 10px;
  }
  .container-blocks{
    width: 100%;
    margin: 0 auto;
  }
  .about-block-page {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 50px;
  }
  .trading-right{
    text-align: center;
    width: 100%;
  }
  .trading-right img {
    max-width: 98%;
  }
  .trading-left {
    display: none;
  }
  #index .hr {
    background: url('../image/divider_hr.jpg') no-repeat transparent 50% 50%;
    width: 100%;
    height: 1px;
    margin: 10px 0px 10px 0px;
  }
  .crystal_trade-about-nav, .insync-about-nav{
    display: none;
  }
  .navbar-header {
    height: 50px;
  }
  header {
    height: 80px;
  }
  .navbar {
    height: inherit;
  }
  .one-third, .two-third{
    clear: both;
    width: 100%;
  }
  #index .details{
    margin-bottom: 0px;
  }
  #questions {
    background: none;
    background-color: #33a5c8;
  }
  #questions .left {
    width: 100%;
    margin: 70px auto;
    text-align: center;
  }
  #newsletter .email-input {
    margin-bottom: 20px;
  }
  #contact-box {
    width: 100%;
    padding-top: 80px;
  }
  .about-nav{
    width: 100%;
    clear: both;
    padding-top: 80px;
  }
  .about-nav li {
    float: left;
    width: 50%;
    text-align: center;
  }
  #about .about-block, #services.about-block{
    padding: 0px !important;
  }
  #about .about-block .about-title, #services .about-block .about-title{
    margin-top: 5px !important;
  }
  #services .about-block-page, #about .about-block-page {
    padding-top: 0px;
  }
  #services .about-block-page .about-title, #about .about-block-page .about-title{
    margin-top: 5px !important;
  }
  #navbar{
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  #navbar .nav.navbar-nav{
    padding: 0 12px;
  }
  .navbar .container-fluid {
    height: 0;
  }
  .about-content, .text-obstacles h4, .text .two-third{
    text-align: left;
  }
}
@media all and (min-width: 414px) and (max-width: 736px) {
  #contact-box {
    width: 66.6%;
    float: lef
  }
}

.download-btn{
display:inline-block;
width:170px;
height:50px;
margin-right:4px;
background-repeat:no-repeat;
}
.download-btn_en-us{
background-image:url("../image/app-download-btn-en-us.png")
}
.btn-app-direct{
background-position:0 -200px
}