/*   
 * Template Name: Delta - Responsive Website Template for mobile apps
 * Version: 1.4
 * Author: Xiaoying Riley at 3rd Wave Media
 * Website: http://themes.3rdwavemedia.com/
 * Twitter: @3rdwave_themes
*/
@import url(http://fonts.googleapis.com/css?family=Raleway:700,900,400,300,100);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700,300,800,400);
/* ======= Base ======= */

body {
  font-family: 'Open Sans', sans-serif;
  color: #444444;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Raleway', sans-serif;
}
.truncate {

}
.code-title-left {
    font-size: 14px;
    text-align: left;
}
.code-title-right {
    font-size: 14px;
    text-align: right;
}
a {
  color: #5060a7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #5060a7;
}
.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.btn .fa {
  color: #fff;
  margin-right: 5px;
}
.btn-theme {
  background: #6d7cbc;
  border: 1px solid #5060a7;
  color: #fff;
}
.btn-theme:hover {
  background: #a2adda;
  border: 1px solid #a2adda;
  color: #fff;
}
.btn-theme:active,
.btn-theme:focus {
  color: #fff;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #5060a7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
blockquote {
  font-size: 14px;
}
.text-highlight {
  color: #225742;
}
.note {
  font-family: 'Covered By Your Grace', cursive;
  font-size: 22px;
}
.row-end {
  margin-right: 0;
  padding-right: 0;
}

/* ======= social icons ======= */
.social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
}
.social-icons li {
  float: left;
}
.social-icons li.row-end {
  margin-right: 0;
}
.social-icons a {
  display: inline-block;
  background: #a3aeda;
  width: 48px;
  height: 48px;
  text-align: center;
  padding-top: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 8px;
  float: left;
}
.social-icons a:hover {
  background: #c8d1fc;
}
.social-icons a .fa {
  color: #fff;
}
.social-icons a .fa:before {
  font-size: 26px;
  text-align: center;
  padding: 0;
}

/* ============== */
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  text-transform: uppercase;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  text-transform: uppercase;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  text-transform: uppercase;
}
.offset-header {
  padding-top: 80px;
}
.has-pattern {
  background-image: url('../images/patterns/pattern-1.png');
  background-repeat: repeat;
  background-position: left top;
}

.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}
.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}
.delayp6 {
  animation-delay: .6s;
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
}
.delayp7 {
  animation-delay: .7s;
  -moz-animation-delay: .7s;
  -webkit-animation-delay: .7s;
  -o-animation-delay: .7s;
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
}
.delayp8 {
  animation-delay: .8s;
  -moz-animation-delay: .8s;
  -webkit-animation-delay: .8s;
  -o-animation-delay: .8s;
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -o-transition-delay: .8s;
}
.delayp9 {
  animation-delay: .9s;
  -moz-animation-delay: .9s;
  -webkit-animation-delay: .9s;
  -o-animation-delay: .9s;
  transition-delay: .9s;
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -o-transition-delay: .9s;
}
.delay1s {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.delay2s {
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
}
/* ======= Header ======= */
.header {
  padding: 15px 0;
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  max-height: 50px;
}
.header h1.logo a {
  color: #444444;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header h1.logo a img {
  margin-right: 5px;
  max-height: 50px;
}
.header h1.logo .logo-title {
  vertical-align: middle;
}
.header .main-nav button {
  background: #5060a7;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .main-nav button:focus {
  outline: none;
}
.header .main-nav button .icon-bar {
  background-color: #fff;
}
.header .main-nav .nav .nav-item {
  font-weight: normal;
  text-transform: uppercase;
  margin-right: 5px;
}
.header .main-nav .nav .nav-item.active a {
  color: #5060a7;
  background: none;
}
.header .main-nav .nav .nav-item a {
  color: #444444;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  font-size: 14px;
  padding: 15px 7px;
}
.header .main-nav .nav .nav-item a:hover {
  color: #5060a7;
  background: none;
}
.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item.active {
  color: #5060a7;
}
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}
/* ======= Footer ======= */
.footer {
  background: #444444;
  color: #fff;
  padding: 25px 0;
}
.footer .copyright {
  color: #b3b3b3;
  margin-right: 15px;
}
.footer .links {
  margin-bottom: 0;
}
.footer .links a {
  color: #808080;
}
.footer .links a:hover {
  color: #5060a7;
}

#push {
    padding-top: 105px;
}

/* ======= Try ======= */
.container-full {
    padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#try {
background-color: #5060a7;
color: #fff;
}
 
#try a {
    color: #fff;
}

#try hr {
    border-top: 0px;
    height: 10px;
    margin-bottom: 0px;
}

#try h5 {
    padding: 5px;
    margin: 0px;
    width: 28px;
    background-color: #6d7cbc;
}
#try .compilearea {
    padding-top: 20px;
    color: #000;
}

/* ======= FlexSlider ======= */
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}
.flexslider .flex-control-nav {
  bottom: -35px;
}
.flexslider .flex-control-paging li a {
  background: #a1a1a1;
}
.flexslider .flex-control-paging li a:hover {
  background: #5060a7;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #5060a7;
}
.flexslider .slides li {
  position: relative;
}
/* ======= Promo Section ======= */
.promo {
  /*background-color: #5060a7;*/
  color: #fff;
}
.promo .container {
  padding-bottom: 15px;
}
.promo .overview h1, .promo .overview h3, .promo .overview .note {
    text-shadow: 2px 2px #1e2f78;
    margin-top: 30px;
}
.promo .overview {
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.promo .overview h2 {
  font-size: 30px;
  margin-bottom: 35px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.promo .overview h3 {
    margin-top: 20px;
    font-weight: 200;
}
.promo .overview .summary {
  margin-bottom: 60px;
  margin-left: 70px;
}
.promo .overview .summary li {
  margin-bottom: 15px;
  list-style: none;
  font-size: 20px;
  font-weight: 300;
  padding-left: 30px;
  background: url('../images/bullet.png') no-repeat left center;
}
.promo .overview .download-area {
  display: inline-block;
}
.promo .overview .btn-group {
  margin-left: 40px;
}
.promo .overview .btn-group li {
  padding: 0;
  margin-bottom: 15px;
}
.promo .overview .btn-group li a {
  background-color: #8a97d4;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 200px;
  height: 60px;
  text-indent: -9999px;
  margin-right: 30px;
}
.promo .overview .btn-group li a:hover {
  background-color: #afbaed;
}
.promo .overview .btn-group li.ios-btn a {
  background-image: url('../images/buttons/btn-app-store.png');
}
.promo .overview .btn-group li.android-btn a {
  background-image: url('../images/buttons/btn-google-play.png');
}
.promo .overview .note {
  position: relative;
  /*color: #afbaed;*/
    color: #FFF;
}
.promo .overview .note p {
  padding-top: 15px;
}
.promo .overview .note .left-arrow {
  position: absolute;
  left: 60px;
  bottom: 15px;
  display: inline-block;
  background: url('../images/arrows/up-arrow-left.png') no-repeat right top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 63px;
  height: 69px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.promo .overview .note .right-arrow {
  position: absolute;
  right: 60px;
  bottom: 15px;
  display: inline-block;
  background: url('../images/arrows/up-arrow-right.png') no-repeat right top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 63px;
  height: 58px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.promo .iphone {
  position: relative;
}
.promo .iphone .iphone-holder {
  position: relative;
  width: 320px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: left top;
}
.promo .iphone.iphone-black .iphone-holder {
  background-image: url('../images/iphone/iphone-black.png');
}
.promo .iphone.iphone-white .iphone-holder {
  background-image: url('../images/iphone/iphone-white.png');
}
.promo .iphone .iphone-holder-inner {
  position: absolute;
  width: 222px;
  height: 394px;
  left: 51px;
  top: 103px;
}
.promo .iphone .flexslider .flex-control-nav {
  bottom: -50px;
}
.promo .iphone:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url('../images/glow.png') no-repeat center top;
  right: 0;
  top: 0;
  position: absolute;
}
.promo .android {
  position: relative;
}
.promo .android .android-holder {
  position: relative;
  width: 320px;
  height: 600px;
  background-image: url('../images/android/android-black.png');
  background-repeat: no-repeat;
  background-position: left top;
}
.promo .android .android-holder-inner {
  position: absolute;
  width: 254px;
  height: 450px;
  left: 35px;
  top: 72px;
}
.promo .android .flexslider .flex-control-nav {
  bottom: -50px;
}
.promo .android:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url('../images/glow.png') no-repeat center top;
  right: 0;
  top: 0;
  position: absolute;
}
.promo .ipad {
  position: relative;
}
.promo .ipad .ipad-holder {
  position: relative;
  width: 420px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: left top;
}
.promo .ipad.ipad-black .ipad-holder {
  background-image: url('../images/ipad/ipad-black.png');
}
.promo .ipad.ipad-white .ipad-holder {
  background-image: url('../images/ipad/ipad-white.png');
}
.promo .ipad .ipad-holder-inner {
  position: absolute;
  width: 320px;
  height: 428px;
  left: 51px;
  top: 83px;
}
.promo .ipad .flexslider .flex-control-nav {
  bottom: -45px;
}
.promo .ipad:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url('../images/glow.png') no-repeat left top;
  right: 0;
  top: 0;
  position: absolute;
}
/* ======= PC ======= */
.promo .pc {
  position: relative;
  margin-top: 60px;
}
.promo .pc .pc-holder {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  height: 418px;
  background-repeat: no-repeat;
  background-position: left top;
}
.promo .pc.pc-black .pc-holder {
  background-image: url('../images/pc/pc.png');
}

.promo .pc.pc-white .pc-holder {
  background-image: url('../images/pc/pc.png');
 }
  
.promo .pc .pc-holder-inner {
  position: absolute;
  width: 454px;
  height: 270px;
  left: 23px;
  top: 23px;
}
.promo .pc .flexslider .flex-control-nav {
  bottom: -25px;
  left: -2px;
}
.promo .pc:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url('../images/glow.png') no-repeat left top;
  right: 0;
  top: 0;
  position: absolute;
}

.promo .supported {
    margin-top: 120px;
}

.promo .supported h5 {
   vertical-align: middle;
    display: inline;
}

.promo .supported img {
    margin-top: 0%;
    padding-left: 15px;
    text-align: center;
    height: 24px;
}

.promo .btn-xl {
    margin-top: 80px;
    min-width: 270px;
    padding: 18px 28px;
    font-size: 22px;
    font-weight: 200;
    line-height: normal;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border-color: rgba(109, 124, 188, 1);
    color: #fff;
    background: rgba(109, 124, 188, 0.7);
}
.promo .btn-xl:hover {
  background: rgba(109, 124, 188, 0.8);
  border: 1px solid #a2adda;
  color: #fff;
}
.btn-xl:active,
.btn-xl:focus {
  color: #fff;
}

.promo p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
}

/* scrollbars */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 0px;
    background: rgba(137,149,201,0.8); 
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(137,149,201,0.4); 
}
/* ======= Features Section ======= */
.features {
  padding: 50px;
  background-color: #fff;
    text-align: justify;
}
.features .icon {
  position: relative;
  width: 90px;
  height: 90px;
  border: 1px solid #5060a7;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  -ms-border-radius: 20%;
  -o-border-radius: 20%;
  border-radius: 20%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: table;
  margin: 0 auto;
  -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
  -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
  transition: transform ease-out 0.2s, background 0.3s;
}
.features .icon:hover {
  background: #5060a7;
  color: #fff;
}
.features .icon:hover .fa {
  color: #fff;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
}
.features .icon .fa {
  color: #5060a7;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.features .content {
  padding: 15px;
}

.features .content .title {
  color: #5060a7;
  font-size: 18px;
  margin-top: 0;
}
.features .content p {
  font-weight: 300;
}
.features .feature-row-last {
  margin-top: 30px;
}
.features .btn-link {
  color: #5060a7;
}
.features .btn-link:hover {
  color: #3fa07a;
}

.features .press .note {
  color: #5060a7;
  margin-bottom: 30px;
}
.features .press li {
  margin-right: 20px;
  margin-bottom: 0px;
}
.features .press li.last {
  margin-right: 0;
}
.features .press li a img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.features .press li a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

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

/* ======= How Section ======= */
.how {
  background-color: #f5f5f5;
  padding: 40px 0;
    text-align: justify;
}
.how .content {
  padding: 0 60px;
}
.how .content .title {
  margin-top: 0;
  margin-bottom: 30px;
}
.how .tab-pane .title {
  color: #5060a7;
  margin-top: 0;
}
.how .content .intro {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  color: #777777;
}
.how .content .note {
  position: relative;
  padding-bottom: 42px;
  color: #999999;
}
.how .content .note .left-arrow {
  position: absolute;
  left: 60px;
  top: 20px;
  display: inline-block;
  background: url('../images/arrows/down-arrow-left.png') no-repeat left top;
  width: 30px;
  height: 42px;
}
.how .content .note .right-arrow {
  position: absolute;
  right: 60px;
  top: 20px;
  display: inline-block;
  background: url('../images/arrows/down-arrow-right.png') no-repeat right top;
  width: 30px;
  height: 42px;
}
.left-to-right-arrow {
  position: relative;
  top: 50px;
  background: url('../images/arrows/left-to-right-arrow.png') no-repeat center top;
  width: 126px;
  height: 39px;
}

.how .content .qr-codes .item img {
  margin-bottom: 15px;
  max-width: 150px;
}
.how .content .qr-codes .item p {
  color: #777777;
}
.how .video-container {
  margin-top: 50px;
}
.how .hidden p {
    color: #000000;
}

/* ======= Debugging Section ======= */

.debugging .btn-primary.active, .story .btn-primary.active {
    background: #a2adda;
}
.debugging .buttons {
    margin-top: 2%;
    margin-bottom: 2%;
    text-align: center;
    width: auto;
}

.debugging .btn, .debugging .buttons img {
    margin-top: 0%;
    text-align: center;
    width: 40px;
    padding: 5px;
    cursor: pointer;
}

.debugging .buttons img:hover {
               text-align:center;
               opacity:0.5;
               -webkit-transition: opacity .25s ease;
                -moz-transition: opacity .25s ease;
}

.debugging .active {
               opacity:0.5;
}

@media (min-width: 769px) and (max-width: 992px) {
  .debugging .btn {
    width: 85%;
    font-size: 80%
  }
}


/* ======= FAQ Section ======= */
.faq {
  padding: 80px 0;
  margin-top: 50px;
}

.faq .label-primary {
   background-color: #5060a7; 
}

.faq .title {
  margin-bottom: 60px;
}
.faq .item {
  padding: 30px;
  background: #f5f5f5;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 3px solid #abb5e1;
}
.faq .item .question {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 15px;
}
.faq .item .question .fa {
  margin-right: 10px;
  color: #7bcaab;
}
.faq .item .answer {
  color: #777777;
  font-weight: 300;
}
.faq .more {
  margin-top: 30px;
}
.faq .more .title {
  margin-bottom: 15px;
  color: #999999;
  font-size: 18px;
}
.faq .more .btn {
  font-size: 18px;
  padding-left: 30px;
}
.faq .more .btn .fa {
  margin-left: 5px;
}

.faq h3 {
    margin-top:  0px;
}

/* ======= Story Section ======= */
.story {
  background-color: #5060a7;
  color: #fff;
  padding-bottom: 40px;
    padding-top: 20px;
}
.story pre {
max-height: 500px;
    border: 0px;
    background: #eff1f7;
}
.story .btn {
    margin-top: 0%;
}
.story a {  
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { background-color: #6d7cbc; }
    50% { background-color: #a2adda; }
    100% { background-color: #6d7cbc; }
}

@-webkit-keyframes blinker {  
    0% { background-color: #6d7cbc; }
    50% { background-color: #a2adda; }
    100% { background-color: #6d7cbc; }
}

@keyframes blinker {  
    0% { background-color: #6d7cbc; }
    50% { background-color: #a2adda; }
    100% { background-color: #6d7cbc; }
}

/* ======= Shaking Magic ======= */
.shake { display: inline-block; -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; }
.shake:hover { -webkit-animation-name: shake-base; -ms-animation-name: shake-base; animation-name: shake-base; -webkit-animation-duration: 100ms; -ms-animation-duration: 100ms; animation-duration: 100ms; -webkit-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: ease-in-out; -ms-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-delay: 0s; -ms-animation-delay: 0s; animation-delay: 0s; -webkit-animation-play-state: running; -ms-animation-play-state: running; animation-play-state: running; }
.shake.shake-slow:hover { -webkit-animation-name: shake-slow; -ms-animation-name: shake-slow; animation-name: shake-slow; -webkit-animation-duration: 5s; -ms-animation-duration: 5s; animation-duration: 5s; -webkit-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: ease-in-out; -ms-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-delay: 0s; -ms-animation-delay: 0s; animation-delay: 0s; -webkit-animation-play-state: running; -ms-animation-play-state: running; animation-play-state: running; }
.shake.shake-constant { -webkit-animation-name: shake-base; -ms-animation-name: shake-base; animation-name: shake-base; -webkit-animation-duration: 100ms; -ms-animation-duration: 100ms; animation-duration: 100ms; -webkit-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: ease-in-out; -ms-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-delay: 0s; -ms-animation-delay: 0s; animation-delay: 0s; -webkit-animation-play-state: running; -ms-animation-play-state: running; animation-play-state: running; }
.shake.shake-constant.shake-slow { -webkit-animation-name: shake-slow; -ms-animation-name: shake-slow; animation-name: shake-slow; -webkit-animation-duration: 5s; -ms-animation-duration: 5s; animation-duration: 5s; -webkit-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: ease-in-out; -ms-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-delay: 0s; -ms-animation-delay: 0s; animation-delay: 0s; -webkit-animation-play-state: running; -ms-animation-play-state: running; animation-play-state: running; }
.shake.shake-constant.hover-stop:hover { -webkit-animation-play-state: paused; -ms-animation-play-state: paused; animation-play-state: paused; }

@-webkit-keyframes shake-slow { 0% { -webkit-transform: translate(0px, 0px) rotate(0deg); }
  2% { -webkit-transform: translate(-1px, 3px) rotate(-1.5deg); }
  6% { -webkit-transform: translate(-1px, 2px) rotate(-0.5deg); }
  10% { -webkit-transform: translate(-2px, -3px) rotate(-3.5deg); }
  14% { -webkit-transform: translate(1px, -1px) rotate(-1.5deg); }
  18% { -webkit-transform: translate(-2px, -1px) rotate(-0.5deg); }
  22% { -webkit-transform: translate(0px, 0px) rotate(-2.5deg); }
  26% { -webkit-transform: translate(-1px, 3px) rotate(-3.5deg); }
  30% { -webkit-transform: translate(-3px, 3px) rotate(1.5deg); }
  34% { -webkit-transform: translate(1px, -1px) rotate(-2.5deg); }
  38% { -webkit-transform: translate(-2px, 0px) rotate(-2.5deg); }
  42% { -webkit-transform: translate(2px, 3px) rotate(-0.5deg); }
  46% { -webkit-transform: translate(1px, 1px) rotate(-3.5deg); }
  50% { -webkit-transform: translate(-1px, 4px) rotate(-3.5deg); }
  54% { -webkit-transform: translate(2px, -3px) rotate(2.5deg); }
  58% { -webkit-transform: translate(-2px, -1px) rotate(-0.5deg); }
  62% { -webkit-transform: translate(-3px, 3px) rotate(2.5deg); }
  66% { -webkit-transform: translate(-1px, 1px) rotate(-1.5deg); }
  70% { -webkit-transform: translate(2px, 1px) rotate(-1.5deg); }
  74% { -webkit-transform: translate(-2px, 0px) rotate(-0.5deg); }
  78% { -webkit-transform: translate(1px, -3px) rotate(-1.5deg); }
  82% { -webkit-transform: translate(2px, 1px) rotate(-1.5deg); }
  86% { -webkit-transform: translate(1px, 1px) rotate(-3.5deg); }
  90% { -webkit-transform: translate(4px, -1px) rotate(-1.5deg); }
  94% { -webkit-transform: translate(2px, -2px) rotate(2.5deg); }
  98% { -webkit-transform: translate(-2px, -2px) rotate(-3.5deg); } }

@-ms-keyframes shake-slow { 0% { -ms-transform: translate(0px, 0px) rotate(0deg); }
  2% { -ms-transform: translate(-1px, 3px) rotate(-1.5deg); }
  6% { -ms-transform: translate(-1px, 2px) rotate(-0.5deg); }
  10% { -ms-transform: translate(-2px, -3px) rotate(-3.5deg); }
  14% { -ms-transform: translate(1px, -1px) rotate(-1.5deg); }
  18% { -ms-transform: translate(-2px, -1px) rotate(-0.5deg); }
  22% { -ms-transform: translate(0px, 0px) rotate(-2.5deg); }
  26% { -ms-transform: translate(-1px, 3px) rotate(-3.5deg); }
  30% { -ms-transform: translate(-3px, 3px) rotate(1.5deg); }
  34% { -ms-transform: translate(1px, -1px) rotate(-2.5deg); }
  38% { -ms-transform: translate(-2px, 0px) rotate(-2.5deg); }
  42% { -ms-transform: translate(2px, 3px) rotate(-0.5deg); }
  46% { -ms-transform: translate(1px, 1px) rotate(-3.5deg); }
  50% { -ms-transform: translate(-1px, 4px) rotate(-3.5deg); }
  54% { -ms-transform: translate(2px, -3px) rotate(2.5deg); }
  58% { -ms-transform: translate(-2px, -1px) rotate(-0.5deg); }
  62% { -ms-transform: translate(-3px, 3px) rotate(2.5deg); }
  66% { -ms-transform: translate(-1px, 1px) rotate(-1.5deg); }
  70% { -ms-transform: translate(2px, 1px) rotate(-1.5deg); }
  74% { -ms-transform: translate(-2px, 0px) rotate(-0.5deg); }
  78% { -ms-transform: translate(1px, -3px) rotate(-1.5deg); }
  82% { -ms-transform: translate(2px, 1px) rotate(-1.5deg); }
  86% { -ms-transform: translate(1px, 1px) rotate(-3.5deg); }
  90% { -ms-transform: translate(4px, -1px) rotate(-1.5deg); }
  94% { -ms-transform: translate(2px, -2px) rotate(2.5deg); }
  98% { -ms-transform: translate(-2px, -2px) rotate(-3.5deg); } }

@keyframes shake-slow { 0% { transform: translate(0px, 0px) rotate(0deg); }
  2% { transform: translate(-1px, 3px) rotate(-1.5deg); }
  6% { transform: translate(-1px, 2px) rotate(-0.5deg); }
  10% { transform: translate(-2px, -3px) rotate(-3.5deg); }
  14% { transform: translate(1px, -1px) rotate(-1.5deg); }
  18% { transform: translate(-2px, -1px) rotate(-0.5deg); }
  22% { transform: translate(0px, 0px) rotate(-2.5deg); }
  26% { transform: translate(-1px, 3px) rotate(-3.5deg); }
  30% { transform: translate(-3px, 3px) rotate(1.5deg); }
  34% { transform: translate(1px, -1px) rotate(-2.5deg); }
  38% { transform: translate(-2px, 0px) rotate(-2.5deg); }
  42% { transform: translate(2px, 3px) rotate(-0.5deg); }
  46% { transform: translate(1px, 1px) rotate(-3.5deg); }
  50% { transform: translate(-1px, 4px) rotate(-3.5deg); }
  54% { transform: translate(2px, -3px) rotate(2.5deg); }
  58% { transform: translate(-2px, -1px) rotate(-0.5deg); }
  62% { transform: translate(-3px, 3px) rotate(2.5deg); }
  66% { transform: translate(-1px, 1px) rotate(-1.5deg); }
  70% { transform: translate(2px, 1px) rotate(-1.5deg); }
  74% { transform: translate(-2px, 0px) rotate(-0.5deg); }
  78% { transform: translate(1px, -3px) rotate(-1.5deg); }
  82% { transform: translate(2px, 1px) rotate(-1.5deg); }
  86% { transform: translate(1px, 1px) rotate(-3.5deg); }
  90% { transform: translate(4px, -1px) rotate(-1.5deg); }
  94% { transform: translate(2px, -2px) rotate(2.5deg); }
  98% { transform: translate(-2px, -2px) rotate(-3.5deg); } }

/* ======= Video Background ======= */

.header-unit {
  height: 100%;
  border-right:none;
  border-left: none;
  position:relative;
    	overflow: hidden;
}

#video-container {
    position: absolute;
	top:0%;
	left:0%;
	height:100%;
	width:100%;
	overflow: hidden;
}

@media (max-width: 799px) {
video.fillWidth {
    visibility: hidden;
}
.promo {
  background-color: #2d367e;
  color: #fff;
}
}

@media (min-width: 0px) {
video.fillWidth {
        position:fixed;
        right: 0;
        top: 0;
        width: auto;
        min-width: 100%;
        height: auto;
        min-height: 100%;
        z-index: -1;
        background: transparent url(/assets/videos/video-bg.png) no-repeat;
        background-size: cover;
        overflow: hidden;
}
}
@media (min-width: 999px) {
video.fillWidth {
        position:absolute;
        right: 0;
        top: 0;
        width: auto;
        min-width: 100%;
        height: auto;
        min-height: 100%;
        z-index: -1;
        background: transparent url(/assets/videos/video-bg.png) no-repeat;
        background-size: cover;
        overflow: hidden;
}
}

/* ======= Feature List Section ======= */
.featurelist {
  background-color: #5060a7;
  color: #000;
  padding: 80px 0;
}
.story .content .title {
  margin-bottom: 30px;
  margin-top: 0;
}
.story .content p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}
.story .team {
  font-size: 16px;
}
.story .team .member img {
  margin-bottom: 15px;
}
.story .team .member .name {
  color: #225742;
  margin-bottom: 0px;
}
.story .team .member .title {
  color: #abb5e1;
  font-weight: 300;
}
.story .team .connect {
  color: #fff;
  font-size: 26px;
}
.story .team .connect a {
  color: #afbaed;
}
.story .team .connect a:hover {
  color: #1b4434;
}

/* ======= Testimonials Section ======= */
.testimonials {
  padding: 80px 0;
}
.testimonials .title {
  margin-bottom: 60px;
}
.testimonials .item {
  margin-bottom: 30px;
}
.testimonials .item .quote-box {
  background: #f5f5f5;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 3px solid #abb5e1;
  position: relative;
  margin-bottom: 23px;
}
.testimonials .item .quote-box .fa {
  color: #5060a7;
  font-size: 18px;
  position: absolute;
  left: 30px;
  top: 20px;
}
.testimonials .item .quote-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f5f5f5;
  position: absolute;
  bottom: -10px;
  left: 55px;
}
.testimonials .item .quote {
  border: none;
  padding: 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}
.testimonials .item .people .user-pic {
  max-width: 60px;
  max-height: 60px;
}
.testimonials .item .people .user-pic,
.testimonials .item .people .user-pic *,
.testimonials .item .people .user-pic *:before,
.testimonials .item .people .user-pic *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.testimonials .item .people .name {
  display: block;
}
.testimonials .item .people .title {
  display: block;
  color: #999999;
}
.testimonials .press .note {
  color: #5060a7;
  margin-bottom: 30px;
}
.testimonials .press li {
  margin-right: 30px;
  margin-bottom: 30px;
}
.testimonials .press li.last {
  margin-right: 0;
}
.testimonials .press li a img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.testimonials .press li a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* ======= Pricing ======= */
.pricing {
  background-color: #f5f5f5;
  padding: 120px 0;
}

.pricing h1 {
    color: rgb(80, 96, 167);
}
.pricing .title {
  margin-bottom: 60px;
  margin-top: 0;
}
.pricing .item {
  padding: 30px 15px;
}
.pricing .item.best-buy {
  top: -15px;
}
.pricing .item.best-buy .heading {
  padding-top: 45px;
}
.pricing .item.best-buy .content {
  padding-bottom: 45px;
}
.pricing .item .item-inner {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.pricing .item .heading {
  margin-top: 0;
  padding: 30px 15px;
  background: #abb5e1;
  position: relative;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pricing .item .heading .title {
  margin-bottom: 30px;
  color: #ffffff;
  padding-bottom: 15px;
  font-size: 32px;
  font-weight: 300;
}
.pricing .item .content {
  padding: 30px 15px;
  padding-top: 80px;
}
.pricing .item .price-figure {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background: #5060a7;
  color: #fff;
  padding-top: 25px;
  border: 5px solid #8995c9;
  position: absolute;
  bottom: -50%;
  left: 50%;
  margin-left: -60px;
  font-family: 'Raleway', sans-serif;
}
.pricing .item .price-figure .number {
  font-size: 32px;
}
.pricing .item .price-figure .unit {
  font-weight: 300;
}
.pricing .item .price-figure .currency {
}

.pricing .item .ribbon {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 110px;
  height: 110px;
  overflow: hidden;
}
.pricing .item .ribbon .text {
  font-family: 'Lato', arial, sans-serif;
  position: relative;
  left: -8px;
  top: 18px;
  width: 158px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #3a4a8e;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  -o-transform: rotate(45deg) translate3d(0, 0, 0);
}
.pricing .item .ribbon .text:before,
.pricing .item .ribbon .text:after {
  content: '';
  position: absolute;
  bottom: -5px;
  border-top: 5px solid #225742;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.pricing .item .ribbon .text:before {
  left: 0;
}
.pricing .item .ribbon .text:after {
  right: 0;
}
.pricing .item .feature-list {
  margin-bottom: 30px;
}
.pricing .item .feature-list li {
  border-bottom: 1px solid #efefef;
  padding: 10px;
}
.pricing .item .feature-list li .fa {
  margin-right: 5px;
  color: #5060a7;
}
.pricing .item .feature-list li.disabled {
  color: #999999;
}
.pricing .item .feature-list li.disabled .fa {
  color: #999999;
}

/* ======= Download Section ======= */
.download {
  background-color: #5060a7;
  color: #fff;
  padding: 15% 0;
  height: auto;
}

.download li a {
  color: #afbaed;
}
.download li a:hover {
  color: #ffffff;
}
.download .icon {
  position: relative;
  width: 90px;
  height: 90px;
    padding-top: 30px;
  display: table;
  margin: 0 auto;
}

.download .icon .fa {
  color: #fff;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.download .icon:hover {
  color: #fff;
}
.download .icon:hover .fa {
  color: #eef1ff;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
}

.download .social-icons li, .download .social-icons a {
    float: none;
    text-align: center;
    margin: 0px;
}


/* ======= Contact Section ======= */
.contact {
  background-color: #5060a7;
  color: #fff;
  padding: 80px 0;
}
.contact .title {
  margin-bottom: 30px;
  margin-top: 0;
}
.contact .intro p {
  font-size: 16px;
  font-weight: 300;
}
.contact .intro ul {
  margin-bottom: 30px;
  margin-top: 30px;
}
.contact .intro li {
  margin-bottom: 10px;
  color: #afbaed;
  font-size: 16px;
}
.contact .intro li .fa {
  margin-right: 10px;
}
.contact .intro li a {
  color: #afbaed;
}
.contact .intro li a:hover {
  color: #ffffff;
}
.contact .contact-form .form-control {
  border-color: #fff;
  height: auto;

  padding: 10px 15px;
}
.contact .contact-form .btn-theme {
  background-color: #5060a7;
  margin-top: 15px;
}
.contact .social-icons {
  display: inline-block;
  margin: 0 auto;
  margin-top: 0px;
}

.contact .social-icons-small {
  margin: 0 auto;
  margin-top: 80px;

}

.contact .social-icons-small p {
    font-size: 16px;
  font-weight: 300;
}

.contact .hidden p {
    color: #000000;
}

/* ======= csfeatures Section ======= */
.csfeatures {
  background-color: #5060a7;
  padding: 40px 0;
  cursor: default;
    
}

.csfeatures .row {
  background: #6d7cbc;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    
}

.csfeatures .title {
  margin-bottom: 30px;
  margin-top: 0;
  color: #fff;
}
.csfeatures .col-xs-6, .csfeatures .col-sm-4,.csfeatures  .col-md-3 {
      color: #fff;
    text-align: center;
    
}
.csfeatures hidden {
    z-index: 9999;
}

.csfeatures .intro p {
  font-size: 16px;
  font-weight: 300;

}
.csfeatures .intro ul {
  margin-bottom: 30px;
  margin-top: 30px;
}
.csfeatures .intro li {
  margin-bottom: 10px;
  color: #afbaed;
  font-size: 16px;
}
.csfeatures .intro li .fa {
  margin-right: 10px;
}
.csfeatures .intro li a {
  color: #afbaed;
}
.csfeatures .intro li a:hover {
  color: #ffffff;
}

.popover {
    max-width: 80%;
    width: 680px;
    z-index: 10000;
}

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

.popover.bottom .arrow {
	left:35%;
}

.popover.top .arrow {
	left:35%;
}

.features-section {
    background: #eceff1;
    font-size: 14px;
    width: 300px;
    white-space: nowrap;
    overflow:hidden;

}
.features-section h4 {
  display: inline-block;
  width: 20px;
  padding-left: 15px;
  text-align: center;
}

/* ======= blogpost Section ======= */
.blogpost {
  background-color: #5060a7;
  cursor: default;
  text-align: center;
  padding-top: 7px;
     z-index: 9999
}
.blogpost .title {
  margin-bottom: 0px;
  margin-top: 0;
  color: #fff;
}
.blogpost .col-xs-6, .csfeatures .col-sm-4,.csfeatures  .col-md-3 {
      color: #fff;
    text-align: left;
    align-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    
}
.blogpost hidden {
    z-index: 9999;
}

.blogpost .intro p {
  font-size: 16px;
  font-weight: 300;

}
.blogpost .intro ul {
  margin-bottom: 15px;
  margin-top: 15px;
}
.blogpost .intro li {
  margin-bottom: 10px;
  color: #afbaed;
  font-size: 16px;
}
.blogpost .intro li .fa {
  margin-right: 10px;
}
.blogpost .intro li a {
  color: #afbaed;
}
.blogpost .intro li a:hover {
  color: #ffffff;
}

/* ======= Debegging Section ======= */
.how .title {
    position: static;
    margin-top: 0px;
}

/* ======= Modal ======= */
.modal {
  z-index: 10050;
}
.modal .modal-header {
  border-bottom: none;
  padding-bottom: 30px;
}
.modal .modal-title {
  color: #5060a7;
}
.modal .modal-body {
  padding: 30px;
  padding-top: 0;
}
.modal .modal-footer {
  border-top-color: #efefef;
}
.modal .figure {
  text-align: center;
  margin-bottom: 30px;
}
.modal .figure img {
  margin: 0 auto;
}
.modal .figure .caption {
  color: #999999;
  font-style: italic;
  padding: 10px;
}
.modal .content ul {
  margin-left: 30px;
}
.modal .content ul .fa {
  margin-right: 5px;
  color: #5060a7;
}
.modal .quote {
  margin: 15px 0;
  border-color: #8995c9;
}
.modal .quote p {
  font-size: 14px;
  color: #777777;
  line-height: 1.5;
  font-style: italic;
}
.modal .quote .fa {
  color: #5060a7;
  margin-right: 10px;
}
.modal .quote .people {
  margin-top: 10px;
  font-size: 13px;
  color: #444444;
  font-style: normal;
}
.modal .quote .people .name {
  color: #5060a7;
}
.modal-backdrop {
  z-index: 10040;
    font
}

/* ======= RSS Feed ======= */
.feedEkList{width:100%; list-style:none outside none; border:0px solid #D3CAD7; padding:0px 0px; color:#afbaed;}
.feedEkList li{border-bottom:0px solid #D3CAD7; padding:0px;}
.feedEkList li:last-child{border-bottom:none;}
.itemTitle a{font-weight:bold; color:#FFFFFF !important; text-decoration:none }
.itemTitle a:hover{ text-decoration:underline }
.itemDate{font-size:11px;color:#AAAAAA;} 

/* ======= Configure Style ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
}
.config-wrapper-inner {
  position: relative;
}
.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #444444;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-trigger:hover {
  background: #000;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #fff;
}
.config-panel {
  width: 190px;
  display: none;
  background: #444444;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel h5.device-title {
  margin-bottom: 5px;
}
.config-panel #color-options {
  margin-bottom: 15px;
}
.config-panel #device-options {
  margin-bottom: 0;
}
.config-panel #device-options a {
  color: #999999;
}
.config-panel #device-options a:hover {
  color: #5060a7;
}
.config-panel #device-options li.active a {
  color: #8dd2b7;
}
.config-panel #color-options li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
}
.config-panel #color-options li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.config-panel #color-options li.active a {
  border: 2px solid #fff;
}
.config-panel #color-options li.theme-1 a {
  background: #5060a7;
}
.config-panel #color-options li.theme-2 a {
  background-color: #28a5a8;
}
.config-panel #color-options li.theme-3 a {
  background-color: #7cb75e;
}
.config-panel #color-options li.theme-4 a {
  background-color: #286da8;
}
.config-panel #color-options li.theme-5 a {
  background-color: #37ba67;
}
.config-panel #color-options li.theme-6 a {
  background-color: #f8a842;
}
.config-panel #color-options li.theme-7 a {
  background-color: #737f97;
}
.config-panel #color-options li.theme-8 a {
  background-color: #de5a6a;
}
.config-panel #color-options li.theme-9 a {
  background-color: #a83f73;
}
.config-panel #color-options li.theme-10 a {
  background-color: #7a3fa8;
}
.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.config-panel .close .fa {
  color: #fff;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 499px) {
  .promo .overview .summary li {
    font-size: 18px;
  }
  .promo .overview .note .left-arrow {
    left: 0;
  }
  .promo .overview .note .right-arrow {
    right: 0;
  }
  .promo .overview .summary {
    margin-left: 0;
  }
  .promo .overview {
    text-align: center;
  }
  .promo .overview .summary {
    margin-left: 0;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .overview .download-area {
    margin: 0 auto;
  }
  .promo .phone {
    text-align: center;
  }
  .promo .phone .phone-holder {
    margin: 0 auto;
    width: auto;
    -webkit-background-size: 300px auto;
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    background-size: 300px auto;
  }
  .promo .iphone .iphone-holder-inner {
    width: 208px;
    height: 394px;
    left: 48px;
    top: 96px;
  }
  .promo .android .android-holder-inner {
    width: 238px;
    height: 394px;
    left: 33px;
    top: 67px;
  }
  .promo .ipad {
    text-align: center;
  }
  .promo .ipad .ipad-holder {
    margin: 0 auto;
    width: auto;
    -webkit-background-size: 300px auto;
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    background-size: 300px auto;
  }
  .promo .ipad .ipad-holder-inner {
    width: 229px;
    height: auto;
    left: 36px;
    top: 59px;
  }
  .promo .ipad .flexslider .flex-control-nav {
    bottom: -33px;
  }
  .promo .overview .note .left-arrow {
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }
  .promo .overview .note .right-arrow {
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }
  /* ~~~~ PC RESIZE ~~~~  */
    .promo .pc {
     position: relative;
	 text-align: center;
	 background-position: center top;
	   background-repeat: no-repeat;
	text-align: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .promo .pc .pc-holder {
  position: relative;
  max-width: 100%;
  
  background-repeat: no-repeat;
	text-align: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .promo .pc .pc-holder-inner {
   position: relative;
   max-width: 95%;
   background-repeat: no-repeat;
   text-align: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	background-position: left top;
	left: 2.5%;
	top: 2.5%;
  }
    
    #to-top { visibility: hidden }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .promo .overview {
    text-align: center;
  }
  .promo .overview .summary {
    margin-left: 60px;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .overview .download-area {
    margin: 0 auto;
  }
  .promo .phone {
    text-align: center;
  }
  .promo .phone .phone-holder {
    margin: 0 auto;
  }
  .promo .ipad {
    text-align: center;
  }
  .promo .ipad .ipad-holder {
    margin: 0 auto;
  }
  .header .main-nav .nav .nav-item a {
    padding: 15px 3px;
  }
    .header h1.logo a img {
        margin-right: 0px;
        max-height: 35px;
    }
  .left-to-right-arrow {
  display: inline-block;
}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .promo .overview {
    text-align: center;
  }
  .promo .overview .summary {
    margin-left: 0;
  }
  .promo .overview .summary li {
    text-align: left;
  }
  .promo .phone {
    text-align: left;
  }
  .promo .ipad {
    text-align: left;
  }
  .header .main-nav .nav .nav-item a {
    padding: 15px 15px;
  }
  .modal-lg {
    width: 780px;
  }
   .header h1.logo a img {
        margin-right: 5px;
        max-height: 50px;
    }
    
  .left-to-right-arrow {
  display: inline-block;
}
}
/* Large devices (large desktops, 1200px and up) */



#accordion {
    max-width: 80%;
      position: relative;
  margin-left: auto;
  margin-right: auto;
}

/* back to top */
#to-top {
  position: fixed;
  bottom: 5px;
  right: 15px;
  width: 100px;
  height: 75px;
  padding: 0px;
  border: 0px;
  color: #afbaed;
  text-align: center;
  cursor: pointer;
  display: none;
  font-family: 'Covered By Your Grace', cursive;
  font-size: 20px;
}

.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center; }
.sk-spinner-three-bounce div {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
          animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
    background-color: #afbaed;
}
.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
    margin-left: 10px;
    background-color: #9d9d9d;

}

@-webkit-keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/* buyribbon */
#buyribbon {
  position: absolute;
  display: block;
  right: 0;
  height: 260px;
  width: 260px;
  overflow: hidden;
  z-index: 10;
  top: inherit;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#buyribbon a {
  background: #404e8e;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  padding: 10px 40px;
  font-size: 18px;
  line-height: 2rem;
  display: inline-block;
  width: 360px;
  position: absolute;
  top: 40px;
  right: -75px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-box-shadow: 4px 0px 7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 4px 0px 7px rgba(0, 0, 0, 0.35);
  box-shadow: 4px 0px 7px rgba(0, 0, 0, 0.35);
}
#buyribbon a:hover {
  background: #8896d7;
  color: #ffffff;
}
#buyribbon a:before,
#buyribbon a:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  height: 1px;
  background: #b9c2ee;
}
#buyribbon a:after {
  bottom: 1px;
  top: auto;
}
#buyribbon a {
  width: 500px;
  top: 78px;
  right: -0px;
}
