/* Base Styles
--------------------------------------------------------------------- */

body {
	background-color: #fff;
	font-family: 'Roboto', arial, sans-serif;
	color: #444444;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding-top: 50px;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 300;
	line-height: 1.1;
	color: inherit;
}

h2 { font-size: 32px;}
h3 { color: #4a6781; }
.intro { color: #999999; }

/* Paragraph & Typographic */

p {
	line-height: 28px;
	margin-bottom: 25px;
}

/* Links */

a {
	color: #3C9ABC;
	word-wrap: break-word;

	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
	color: #3C9ABC;
	text-decoration: none;
	outline: 0;
}

a:before,
a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
	display: block;
	width: 500px;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	padding: 0;
}

.pad-top {
	padding-top: 80px;
}

/* Button Modifications */

.btn-theme {
	background-color: #3C9ABC;
    color: #fff !important;
    border-color: #3C9ABC;
}

.btn-theme:hover,
.btn-theme:focus {
	border-color: #3C9ABC; /* change to darker hue than bg hover color */
	background-color: transparent;
	color: #3C9ABC;
	box-shadow: none;
}

.btn-theme2 {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

.btn-theme2:hover,
.btn-theme2:active {
	border-color: #fff;
	background-color: #fff;
	color: #3C9ABC;
	box-shadow: none;
}

.btn-theme3 {
	border-color: #F09B30;
	background-color: #F09B30;
	color: #FFFFFF;
	padding: 10px 30px;
	font-weight: 600;
	box-shadow: 0px 1px 2px #666
}

.btn-theme3:hover,
.btn-theme3:active {
border-color: #ed880e;
	background-color: #ed880e;
	color: #FFFFFF;		
}

.nav .btn-theme3:hover,
.nav .btn-theme3:active,
.nav .btn-theme3:focus {
border-color: #ed880e;
background-color: #ed880e !important;
color: #FFFFFF !important;
box-shadow: none;
}

.nav .btn-theme3{
font-weight: normal;
box-shadow: none;
}

.nav .btn-theme {
	background-color: #FFFFFF;
	color: #3C9ABC !important;
	border-color: #3C9ABC;
}

.nav .btn-theme:hover,
.nav .btn-theme:focus {
	border-color: #3C9ABC; /* change to darker hue than bg hover color */
	background-color: transparent;
	color: #3C9ABC;
	box-shadow: none;
}

/* Navigation
--------------------------------------------------------------------- */

.navbar-default {
	font-family: 'Roboto', arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.navbar-default .navbar-toggle {
	border: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle > .icon-bar {
	background-color: #3C9ABC;
}

.navbar-default .navbar-brand {
	color: #3C9ABC;
}

.navbar-default .navbar-brand:hover {
	color: #F09B30;
}

.navbar-default .navbar-nav > li > a {
	color: #444444;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #F09B30;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #444444;
	/*border-bottom: 3px solid #F09B30;
	font-weight: bold;*/
}

.navbar-default .navbar-right a[type="button"] {
	padding: 6px 20px 6px 20px;
	color: #fff;
	margin-left: 15px;
	display: inline-block;
}

.navbar-default .navbar-right a[type="button"]:hover,
.navbar-default .navbar-right a[type="button"]:focus {
	background-color: transparent;	
}

.nav a.active {
background:url(../../../Images/nav-underline.gif) no-repeat bottom center;
}


/* Wrap Sections
--------------------------------------------------------------------- */

/* Header Wrap */

#headerwrap {
	background: #3C9ABC url('../img/random-square-blue.png') repeat;	
	padding-top: 80px;
}

#innerheaderwrap
{
	background: #3C9ABC url('../img/random-square-blue.png') repeat;		
	padding: 40px 0;
}

#innerheaderwrap h1 {
	margin-top: 30px;
	color: white;
	font-size: 44px;
}

#innerheaderwrap h2 {
	color: white;
	font-size: 18px;
}

#headerwrap .col-lg-2 {
	padding-top: 40px;
}

#headerwrap h1 {
	margin-top: 30px;
	color: white;
	font-size: 44px;
	font-weight: 700;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

#headerwrap h2 {
	color: white;
	font-size: 18px;
}

#headerwrap h3 {
	color: white;
	font-size: 20px;
}

#headerwrap h4 {
	padding-top: 10px;
	padding-bottom: 20px;
	color: #fff;
}

#headerwrap h5 {
	color: white;
	font-weight: 700;
	text-align: left;
}

#headerwrap p {
	text-align: left;
	color: #fff;
}

/* Intro Wrap */

.home-section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.home-section licon {
	font-size: 60px;
	color: #3C9ABC;
	padding: 20px;
	vertical-align: middle;
}

/* Features Wrap */

#featureswrap {
	/*background-color: #f5f5f5;*/
	background-color: #ffffff;
	padding-top: 80px;
	padding-bottom: 80px;
}

#featureswrap .col-lg-6 img {
	display: table;
	margin: 0 auto;
}

#featureswrap .ac a {
	font-size: 20px;
}

#featureswrap .col-lg-6 h4,
#featureswrap .col-lg-6 licon {
	font-size: 20px;
	color: #3C9ABC;
}

#exampleswrap
{
	background-color: #f5f5f5;	
	padding-top: 40px;
	padding-bottom: 80px;
}

/* Divider 1 & 2 Wrap */

#divider01 {
	/*background: url("../img/divider.jpg") no-repeat center center;*/
	background: #3C9ABC;
	background-size: cover;
	min-height: 400px;
	padding-top: 120px;
}

#divider01 h3 {
	font-size: 34px;
	color: #fff;
}

#divider01 h4 {
	padding-top: 15px;
	color: #fff;
}

#divider02 {
	background-color: #3C9ABC;
	height: 150px;
	padding-top: 55px;
}

#divider02 h3 {
	color: #fff;
	padding-right: 40px;
}

#divider02 h3,
#divider02 button {
	display: inline;
	vertical-align: middle;
}


/* Pricing Wrap */

#pricingwrap {
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 120px;
}

#pricingwrap small {
	padding-left: 10px;
}

/* Pricing Tables */

.panel {
	text-align: center;
}

.panel-custom {
	border-color: #3C9ABC;
}

.panel-custom > .panel-heading {
	background-color: #3C9ABC;
	color: #fff;
}

.panel-heading > .panel-title {
	font-weight: 900;
	text-transform: uppercase;
}

.panel-body {
	padding: 0px;
	text-align: center;
}

.the-price {
	background-color: rgba(220,220,220,0.17);
	box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #dcdcdc;
	padding: 20px;
	margin: 0;
}

.the-price h2 {
	font-size: 44px;
	font-weight: 700;
	line-height: 1em;
	padding: 0;
	margin: 0;
}

.subscript {
	font-size: 25px;
	font-weight: 400;
}

/* ======= Footer ======= */
.footer {
  background: #253340;
  color: #fff;
  padding-top: 40px;
  font-size: 14px;
  position: relative;
  z-index: 20;
}
.footer p {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.footer .btn-cta,
.footer a.btn-cta {
  padding: 9px 10px;
}
.footer .footer-col.links .fa {
  margin-right: 5px;
}
.footer .footer-col.links li {
  margin-bottom: 10px;
}
.footer .footer-col.connect .social {
  margin-bottom: 15px;
  overflow: hidden;
}
.footer .footer-col.connect .social li {
  margin-right: 10px;
}
.footer .footer-col.connect .social li a .fa {
  color: #b3b3b3;
  font-size: 22px;
}
.footer .footer-col.connect .social li a:hover .fa {
  color: #ec6952;
}
.footer .footer-col.connect .btn-cta-primary {
  background: #5d80a1;
  border-color: #5d80a1;
}
.footer .footer-col.connect .btn-cta-primary:hover {
  background: #4a6781;
  border-color: #4a6781;
}
.footer .footer-col .title {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.footer .footer-col p {
  color: #fff;
}
.footer .footer-col a {
  color: #6d8dab;
}
.footer .footer-col a:hover {
  color: #8da6bd;
}
.footer .footer-col .navbar-form {
  padding-left: 0;
  padding-right: 0;
}
.footer .footer-col .navbar-form .form-control {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.footer .footer-col .navbar-form .form-control:focus {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer .has-divider {
  border-top: 1px solid #2b3b4a;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .download .download-list li {
  margin-bottom: 15px;
}
.footer .download .download-list li .btn-ghost {
  text-align: left;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  width: 230px;
}
.footer .download .download-list li .btn-ghost:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer .contact p {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.footer .contact p a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer .contact .fa {
  margin-right: 10px;
  font-size: 20px;
}
.footer .contact .email .fa {
  font-size: 16px;
}
.footer .bottom-bar {
  background: #1e1e1e;
  color: #b3b3b3;
  font-size: 14px;
  padding: 10px 0;
}
.footer .bottom-bar .copyright {
  line-height: 1.6;
}

.footer-content
{
	padding-bottom: 40px;
}

/* Copyright Wrap */

#copywrap {
	background: #222;
	padding-top: 20px;
	font-size: 14px;
	color: #bdc3c7;
}


/* Sign In & Sign Up Modal */

.modal .nav-tabs {
	padding-left: 5px;
	padding-right: 5px;
}


/* Additional Styles */

.brand
{
	width: 300px;
}

.brand img { padding-bottom: 20px; padding-left: 15px;}

i {
color: #3C9ABC;
}

.sign-up
{
	text-align: center;
	padding-top: 60px;
	padding-bottom: 40px;
}

.sign-up p
{
	text-align: center !important;		
	padding-top: 10px;
}

.cta-section .sign-up
{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;
}

.small-print
{
	font-size: 12px;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254,209,54,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

/* Access */

.access-page {
    background: #3C9ABC url('../img/random-square-blue.png') repeat;
}

.access-section {
  padding-bottom: 200px;
  padding-top: 90px;
  padding-left: 10px;
  padding-right: 10px;
}
.access-section .form-box .form-box-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;
  padding: 40px;
}

.access-section .logo {
margin-bottom: 40px;
margin-top: 0;
}

.access-section .form-box .title {
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 0;
}
.access-section.signup-section .title {
  margin-bottom: 15px;
}
.access-section.signup-section .intro {
  margin-bottom: 60px;
}
.access-section .form-group {
  position: relative;
}

.access-section .form-control {
  font-size: 16px;  
  font-size: 14px;
}
.access-section .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
.access-section .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
.access-section .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.access-section .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}

.access-section .forgot-password {
  font-size: 13px;
  margin-top: 10px;
}
.access-section .forgot-password a {
  color: #999999;
}
.access-section .forgot-password a:hover {
  text-decoration: underline;  
}
.access-section .divider {
  border-left: none;
  margin-bottom: 30px;
  position: static;
}
.access-section .divider span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  top: inherit;
  text-transform: uppercase;
  color: #999999;
}
.access-section .divider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background: #e5e5e5;
  height: 1px;
  width: 100%;
}

.access-section .note {
  color: #999999;
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.access-section .btn + .note {
  margin: 15px 0;
}
.access-section .remember label {
  font-size: 14px;
  color: #666666;
}
.access-section .lead {
  font-size: 14px;
  color: #999999;
  margin-top: 30px;
}





@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

/*
#testimonialswrap {
	background-color: #f5f5f5;	
	padding-top: 40px;
	padding-bottom: 80px;
}



#testimonialswrap blockquote{
  display:block;
  background: #fff;
  padding: 20px 30px 20px 50px;
  margin: 0 0 20px;
  position: relative;    
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  text-align: justify;      
}

#testimonialswrap blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote    
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #ccc;    
  position: absolute;
  left: 10px;
  top:0px;
}

#testimonialswrap blockquote::after{  
  content: "";
}


#testimonialswrap blockquote em{
  font-style: italic;
}

#testimonialswrap blockquote cite {
color: #999999;
display: block;
font-size: 90%;
margin: 10px 0 0;
padding: 0 0 10px;
}
    */

#faqswrap
{
	background-color: #f5f5f5;	
	padding-top: 40px;
	padding-bottom: 80px;
}

#faqswrap .panel
{
	border: none;
}

#faqswrap .panel-heading
{
	background-color: #fff;
}

#faqswrap .panel-heading > .panel-title
{
	text-transform: none;
	font-weight: normal;
}

#faqswrap .panel-body
{
	padding: 20px;
	text-align: left;
}

#faqswrap .panel-body li
{
	padding-bottom: 10px;	
}

/* Custom Styles */

.embed-responsive-item.custom-width { width: 80%;}
.navbar-toggle .icon-bar { height: 3px;}

.testimonials {
	background: #f5f5f5;
	padding-top: 60px;
	padding-bottom: 120px;
}



.testimonials .title {
	font-size: 36px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 60px;
}

.testimonials .item .source {
	color: #3C9ABC;
}

.testimonials span.title {
	font-size: 16px;
	color: #666666;
	display: block;
}

.testimonials span.title a {
    color: #666666;
}

.testimonials .item blockquote {
	font-size: 20px;
	font-weight: 300;
	border-left: 0;
	padding: 0;
	position: relative;
}

.testimonials .item.no-image .profile { display: none; visibility: hidden;}

.testimonials .item blockquote p,
.source { margin-left: 210px; position: relative; top: -20px;}
.testimonials .item .fa-quote-left { position: relative; left: 15px;}
.testimonials .item.no-image blockquote p,
.no-image .source { margin-left: 70px; }

.testimonials .item .profile {
	float: left;
	display: inline;
	text-align: left;
}


#testimonialswrap .testimonials {
    background: #ffffff;
}

#testimonialswrap .testimonials .item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 40px;
}

#testimonialswrap .testimonials .title {
    margin-bottom: 0px;
}

#testimonialswrap .testimonials .item.last-item {
border-bottom: none;
}


@media (max-width: 767px) {
	.testimonials .item .profile {
		text-align: center;
		float: none;
		display: block;
		margin-bottom: 20px;
	}
	.testimonials .item blockquote p,
	.source { margin-left: 70px;}
}

.testimonials .item .content {
	display: inline;

}
@media (max-width: 767px) {
	.testimonials .item .content {
		display: block;
		text-align: left;
	}
}


.testimonials .carousel-indicators {
	bottom: -60px;
	z-index: auto;
}


.testimonials .carousel-indicators li {
	background: #cccccc;
	border: none;
	margin: 1px;
}


.testimonials .carousel-indicators li.active {
	background: #3C9ABC;
	border: none;
	width: 10px;
	height: 10px;
	margin: 1px;
}


/* Steps */

/* ======= Steps ======= */
.steps {
  background: #ffffff;
  padding-top: 80px;
  padding-bottom: 120px;
}
.steps .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 60px;
}
.steps .step {
  padding: 30px 60px;
  color: #666666;
}
.steps .step .title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}
.steps .step .title .number {
  width: 90px;
  height: 90px;
  display: block;
  -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;
  text-align: center;
  background: #3C9ABC;
  border: 5px solid #48b6db;
  color: #fff;
  margin: 0 auto;
  padding-top: 25px;
  font-size: 26px;
  font-weight: bold;
  font-family: arial, sans-serif;
  margin-bottom: 30px;
}
.steps .step .title .text {
  color: #497cb1;
  font-weight: bold;
  font-size: 16px;
}
.steps .btn-cta-primary {
  margin: 0 auto;
  margin-top: 60px;
  font-size: 20px;
}

/* ======= cta-section ======= */
.cta-section {
  /*background: #253340 url('../images/background/bg-footer-1.jpg') no-repeat left top;
  background-size: cover;*/
  background: #3C9ABC url('../img/random-square-blue.png') repeat;	
  min-height: 420px;
  color: #fff;
  padding-top: 80px;
  border: none;
}
.cta-section.pricing-cta-section {
  background-image: url('../images/background/bg-footer-2.jpg');
}
.cta-section.contact-cta-section {
  background-image: url('../images/background/bg-footer-3.jpg');
}
.cta-section .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 60px;
}
.cta-section .btn-cta {
  font-size: 20px;
}
.cta-section .intro {
  margin-bottom: 20px;
  color: #fff;
}
.cta-section .counting {  
  font-weight: bold;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/*
#testimonialswrap cite a
{
	color: #999999;
}*/

/* ======= Why ======= */
.why {
  /*padding-top: 80px;*/
  padding-bottom: 80px;
}
.why .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
}
.why .intro {
  color: #999999;
  margin-bottom: 30px;
  font-size: 18px;
}
.why .item {
  padding: 90px 0;
  border-bottom: 1px solid #eeeeee;
}
.why .item.last-item {
  border-bottom: none;
}
.why .item .title {
  font-size: 26px;
  color: #4a6781;
  margin-top: 0;
  margin-bottom: 15px;
}
.why .item .desc {
  margin-bottom: 60px;
}
.why .item .desc .fa {
  margin-right: 5px;
}
.why .item .quote {
  position: relative;
}
.why .item .quote .quote-profile {
  position: absolute;
  left: 0;
}
.why .item .quote .quote-content {
  margin-left: 10px;
  background: #f5f5f5;
  border-left: 4px solid #e8e8e8;
  -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;
  font-size: 14px;
  padding: 15px;
}
.why .item .quote .quote-content:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e8e8e8;
  position: absolute;
  left: 0px;
  top: 25px;
}
.why .item .quote blockquote {
  border-left: none;
  font-style: italic;
  color: #666666;
  font-size: 16px;
  padding: 0;
  margin-bottom: 10px;
}
.why .item .quote .source {
  color: #999999;
  font-size: 13px;
  margin-bottom: 0;
  margin-left: 0;
  top: 0;
}
.why .item .quote .source a {
  color: #999999;
}
.why .item .quote .source a:hover {
  color: #808080;
}
.why .figure {
  position: relative;
  text-align: center;
}
.why .figure .figure-caption {
  color: #b3b3b3;
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
}
.why .figure .figure-caption a {
  color: #b3b3b3;
}
.why .figure .figure-caption a:hover {
  color: #ec6952;
}
.why .figure img {
  margin-left: auto;
  margin-right: auto;
}
.why .control {
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -65px;
}
.why .control .play-trigger {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  width: 60px;
  height: 60px;
  border: 4px solid #fff;
  -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;
  text-align: center;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -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;
}
.why .control .play-trigger:active,
.why .control .play-trigger:focus {
  outline: none;
}
.why .control .play-trigger:hover {
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}
.why .control .play-trigger:hover .fa {
  cursor: pointer;
}
.why .control .play-trigger .fa {
  font-size: 26px;
  position: relative;
  left: 2px;
}
.why .feature-lead .title {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 15px;
}

#defaultwrap {
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 120px;
}

.section {
   /* padding-top: 100px;
    margin-top: -100px;*/
}

.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 20px; }
.voffset5 { margin-top: 25px; }
.voffset6 { margin-top: 30px; }
.voffset7 { margin-top: 35px; }
.voffset8 { margin-top: 40px; }
.voffset9 { margin-top: 45px; }
.voffset10 { margin-top: 50px; }
.voffset11 { margin-top: 55px; }
.voffset12 { margin-top: 60px; }

.validation {
    color: #F09B30;
    font-size: 14px;
}

.validation-error-control {
    background-color: #fff;
        border: solid 2px #F09B30;
}