html * {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	padding: 0;
	background: #fff;
	color: #272b31;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility;
}

.align_right {
  float: right;
  display: block;
  max-width: 100%;
  height: auto;
  padding: 10px;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 4px;
}

.imprint a{
  color: #4E86C5;
} 

.show {
	display: block;
}

.hide {
	display: none;
}

a:focus {
    outline: none;    
}

a:focus, a:hover {    
    text-decoration: none;
}

ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
  min-height: 14px;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5em;
}

.marketing-content h4 {
  color: #0B3061;
}

.copyright {
  margin-top:10px; 
}

h1,
h2,
h3,
h4,
h5,
h5 {
  font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 1.5em;
  color: #0B3061;
}

h1 {
	font-size: 40px;
  margin-top: 0px;
  padding-top: 20px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
  margin-top: 0px;
  padding-top: 10px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

a {
	color: #4E86C5;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
  text-decoration: none;
}

.act {
	border-bottom: 2px solid #4E86C5;
}

a:hover {
	color: #4E86C5;
	text-decoration: none;
}

.team {
  min-height_:600px; background: url(../img/team_bg.jpg); background-size: 100% 100%; background-repeat: no-repeat;    
}

.team p {
  font-weight: 400;
  color: #fff;
  min-height: 72px;
}

.team a {
  font-weight: 300;
  color: #fff;
}

.team img {
  width: 60%;
  margin-bottom: 12px;
}

.carousel-caption {
  position: absolute;
  color: #345774;
  background-color: rgba(255, 255, 255, .0);
  padding: 30px;
  text-align: left;
  max-width_: 860px;
  left: 14%;  
  top: 130px;
  bottom: initial;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .6);
  
}

.carousel-title1 {
  font-size: 44px;  
}

.carousel-title2 {  
  margin-top: 0px;
  font-weight: 300;
  font-size: 40px;
  color: #4A4484;
  margin-bottom: 0px;
}

.carousel-title2 b {    
  color: #4A4484;
}

.carousel-title2 a {
  font-size: 80%;
  font-weight: 500;
  padding: 8px;
  color: #E7DEDE;  
  background: #39396B;
}


.row ul {
	margin-bottom: 14px;
}  

.row li {
    background: url(../img/arrow_b.png) no-repeat 0px 6px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 24px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
}

.cluster {
    background: url(../img/cluster.jpg) no-repeat 0px 0px transparent;
}


.large-link {
	display: block;
	margin-top: 25px;
	font-size: 22px;
}

.large-link:after {
	position: absolute;
	margin-left: 10px;
	content: "\e766";
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'entypo';
	line-height: 1.5;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

p::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
li::selection,
a::selection {
	background: #4E86C5;
	text-shadow: none;
	color: #fff;
	}

p::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::selection,
i::selection,
a::-moz-selection {
	background: #4E86C5;
	text-shadow: none;
	color: #fff;
}

section {
	padding: 0px 0;
  background-color:#fff;
}

.row {
  background-color:#fff;
}

hr {
  margin-top: 0px;
}

b, strong {
  color: #555
}

.featurettes-content {
  border-top: 0px solid #f5f5f5;
  border-bottom: 10px solid #fff;
}    

.title {
	font-weight: 500;
}

.centered {
	text-align: center !important;
}

.uppercase {
	text-transform: uppercase;
}

.bolder {
	font-weight: bold;
  color: #304A70;
}

.normal {
	font-weight: normal;
}

.lighter {
	font-weight: 200;
}

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

hr.title-line {
	display: block;
	margin: -38px auto 40px;
	width: 50%;
}

hr.content-hr {
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #4E86C5;
}

span.rollover {
	position: absolute;
	z-index: 10;
	width: 420px;
	height: 300px;
	background:url(../img/photo-zoom.png) center center no-repeat;
	opacity: 1;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: -webkit-transform 1s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
}

span.rollover:hover {
	opacity: .7;
}

.checklist {
	margin: 0;
}

.checklist li {
	margin-bottom: 10px;
	padding-left: 30px;
}

.green-list {
	background: url(../img/green-check.png) no-repeat;
}

/* Reset for some form elements */
select, textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.btn-default.focus,
.btn-default:focus {
	outline: none;
	border: none;
	color: #fff;
	text-decoration: none;
}

input:focus,
textarea:focus {
	outline: none;
}

/* Dark Background */
.dark-bg {
	background: #326196;
	color: #fff;
}

/* Alert */
.alert .close {
	border: none;
	border-radius: 0;
	background: none;
	box-shadow: none;
	color: #000;
	text-shadow: none;
	line-height: 12px;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.alert .close:hover {
	opacity: .5;
}

.alert {
	border: 1px solid #d19a24;
	background-color: #ece1a5;
	color: #b38b46;
}

.alert-danger,
.alert-error {
	border-color: #c23248;
	background-color: #f3aeae;
	color: #b94a48;
}

.alert-success {
	border-color: #0f8a2c;
	background-color: #9fd177;
	color: #468847;
}

/* Form Error Message */
.form-error-message {
	display: none;
}

/* Buttons */
.small-btn {
	display: inline-block;
	padding: 6px 15px;
	font-weight: 500;
	font-size: 12px;
}

.medium-btn {
	display: inline-block;
	padding: 15px 25px;
	font-weight: 500;
	font-size: 16px;
}

.large-btn {
	display: inline-block;
	padding: 20px 35px;
	font-weight: 500;
	font-size: 18px;
}

.green-btn {
	border: 1px solid #2e9966;
	border-radius: 4px;
	background: #5aaf86;
	background: -moz-linear-gradient(top,  #5aaf86 0%, #319c68 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5aaf86), color-stop(100%,#319c68));
	background: -webkit-linear-gradient(top,  #5aaf86 0%,#319c68 100%);
	background: -o-linear-gradient(top,  #5aaf86 0%,#319c68 100%);
	background: -ms-linear-gradient(top,  #5aaf86 0%,#319c68 100%);
	background: linear-gradient(to bottom,  #5aaf86 0%,#319c68 100%);
	background-clip: padding-box;
	box-shadow: 0 1px 1px rgba(0,0,0,.19), inset 0 1px 0 rgba(255,255,255,.28), inset 0 0 5px rgba(255,255,255,.31);
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.32);
	letter-spacing: 1px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5aaf86', endColorstr='#319c68',GradientType=0 );
}

.green-btn:hover,
.green-btn:focus {
	border: 1px solid #2e9966;
	background: #319c68;
	background: -moz-linear-gradient(top,  #319c68 0%, #5aaf86 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#319c68), color-stop(100%,#5aaf86));
	background: -webkit-linear-gradient(top,  #319c68 0%,#5aaf86 100%);
	background: -o-linear-gradient(top,  #319c68 0%,#5aaf86 100%);
	background: -ms-linear-gradient(top,  #319c68 0%,#5aaf86 100%);
	background: linear-gradient(to bottom,  #319c68 0%,#5aaf86 100%);
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#319c68', endColorstr='#5aaf86',GradientType=0 );
}

.yellow-btn {
	border: 1px solid #f79f27;
	border-radius: 4px;
	background: #f9b456;
	background: -moz-linear-gradient(top,  #f9b456 0%, #f7a12c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9b456), color-stop(100%,#f7a12c));
	background: -webkit-linear-gradient(top,  #f9b456 0%,#f7a12c 100%);
	background: -o-linear-gradient(top,  #f9b456 0%,#f7a12c 100%);
	background: -ms-linear-gradient(top,  #f9b456 0%,#f7a12c 100%);
	background: linear-gradient(to bottom,  #f9b456 0%,#f7a12c 100%);
	background-clip: padding-box;
	box-shadow: 0 1px 1px rgba(0,0,0,.19), inset 0 1px 0 rgba(255,255,255,.28), inset 0 0 5px rgba(255,255,255,.31);
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.32);
	letter-spacing: 1px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b456', endColorstr='#f7a12c',GradientType=0 );
}

.yellow-btn:hover,
.yellow-btn:focus {
	border: 1px solid #f79f27;
	background: #f7a12c;
	background: -moz-linear-gradient(top,  #f7a12c 0%, #f9b456 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7a12c), color-stop(100%,#f9b456));
	background: -webkit-linear-gradient(top,  #f7a12c 0%,#f9b456 100%);
	background: -o-linear-gradient(top,  #f7a12c 0%,#f9b456 100%);
	background: -ms-linear-gradient(top,  #f7a12c 0%,#f9b456 100%);
	background: linear-gradient(to bottom,  #f7a12c 0%,#f9b456 100%);
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a12c', endColorstr='#f9b456',GradientType=0 );

}

/* Social Buttons
-------------------------------- */
.social {
	display: inline-block;
	margin: 0;
}

.social li {
	float: left;
	margin-right: 10px;
	border: 2px solid #272b31;
	border-radius: 50%;
	background-clip: padding-box;
		-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.social li:last-child {
	margin-right: 0;
}

.social li:hover {
	border: 2px solid #4E86C5;
}

.social li a {
	display: block;
	width: 32px;
	height: 32px;
	color: #272b31;
	text-align: center;
	text-shadow: none;
	line-height: 36px;
	-webkit-font-smoothing: antialiased;
}

.social li a:hover {
	color: #4E86C5;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
}    

/* #TOP NAV
=============================== */
.navbar-inverse {
	position: fixed;
	z-index: 1040;
	height: 110px;
	border: none;
	border-bottom: 0px solid #4E86C5;
	background: rgba(250,250,250,.95);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-brand, .navbar-inverse .nav > li > a {
	padding: 0px 15px 7px;
	color: #4A4484;
	text-shadow: none;
	font-weight: 400;
	font-size: 18px;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
	border-radius: 0;
	background: none;
	box-shadow: 0 5px 0 #59529E;
	color: #59529E;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #4E86C5;
    background-color: transparent;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .nav > li > a:focus {
  outline: none;
  color: #59529E;
}

.navbar .nav.pull-right {
	margin-top: 28px;
}

.navbar-toggle {
	background-color: #4D85C4;  
}

.navbar-inverse .navbar-toggle {
  border-color: #4D85C4;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: 0px;
}

.navbar-brand img {
    height: 120px;
}

#head-banner {
	margin-top: 68px;
	border-top: 0px solid #4A4484;
	border-bottom: 7px solid #4A4484;
}

@media (max-width: 991px) {   
  .navbar-inverse .navbar-brand, .navbar-inverse .nav > li > a { 
    padding: 10px 15px 10px;   
    font-size: 16px;
  }
  .container {
    width: 100%;
  }
}    
 

@media (max-width: 767px) {
  .team {
    background: none;
  }
  .team img {
    width: 320px;
  }
  .team a {  
    color: #000;
  }
  .team p {  
    color: #000;
  }
  .navbar-nav {
    margin: 0;
  }   
  .navbar .nav.pull-right {
    margin-top: 36px;
    margin-right: -15px;
    background: rgba(245,245,245,1);
  }
  .nav-pills>li {
    float: none;
  } 
  .navbar-inverse .navbar-brand, .navbar-inverse .nav > li > a {
    padding: 10px 15px 10px;
    font-weight: 300;
    font-size: 16px;
  } 
  .navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    padding: 10px 15px 10px;
    box-shadow: 0 0px 0 #4E86C5;        
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #333;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover { 
    color: #666;    
  }  
}                          

@media (max-width: 568px) {
  #head-banner {
  	margin-top: 68px;
  }
  .navbar-brand img {
    height: 90px;
  }
  .navbar .nav.pull-right {
    margin-top: -4px;
  }
}

@media (min-width: 569px) {
  .navbar-inverse {	
  	height: 130px;
  }
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #4E86C5;
}



/* #HEAD BANNER
=============================== */



#head-banner h1 {
	text-shadow: 0 2px 5px rgba(0,0,0,.75);
}

#head-banner h3,
#head-banner h4,
#head-banner h5 {
	text-shadow: 0 2px 3px rgba(0,0,0,.75);
}

.head-cta {
	margin-top_: 30px;
	margin-bottom_: 30px;
}

/* Product Teaser */
.product-teaser {
	margin-top_: 60px;
	margin-bottom_: 40px;
	border-bottom: 1px solid #000;
	box-shadow: 0 1px 0 rgba(255,255,255,.2);
}

.product-teaser .product-teaser-title {
	font-weight: bold;
}

.product-teaser .product-teaser-desc {
	color: #959eaa;
}

.product-teaser .left-desc {
	margin-top: 40px;
}

.product-teaser .left-desc:after {
	display: block;
	margin-top: 20px;
	width: 100%;
	height: 123px;
	background: url(../img/arrow1.png) right no-repeat;
	content: '';
}

.product-teaser .right-desc {
	margin-top: 70px;
}

.product-teaser .right-desc:before {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: 123px;
	background: url(../img/arrow2.png) left no-repeat;
	content: '';
}

.product-teaser span.play-button {
	position: absolute;
	z-index: 10;
	width: 460px;
	height: 345px;
	background:url(../img/play-button.png) center center no-repeat;
	opacity: .7;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.product-teaser span.play-button:hover {
	opacity: 1;
}

/* App Teaser */
.app-teaser {
	margin-top: 60px;
	margin-bottom: 40px;
}

.app-teaser .app-teaser-title {
	font-weight: bold;
}

.app-teaser .app-teaser-desc {
	color: #959eaa;
}

.app-teaser .left-desc .top-left-desc,
.app-teaser .right-desc .top-right-desc {
	margin-top: 45px;
}

.app-teaser .left-desc .btm-left-desc,
.app-teaser .right-desc .btm-right-desc {
	margin-top: 45px;
}

.app-teaser .left-desc .top-left-desc:after {
	display: block;
	margin-top: 20px;
	width: 100%;
	height: 92px;
	background: url(../img/arrow3.png) center no-repeat;
	content: '';
}

.app-teaser .left-desc .btm-left-desc:before {
	display: block;
	margin-top: 20px;
	width: 100%;
	height: 92px;
	background: url(../img/arrow4.png) center no-repeat;
	content: '';
}

.app-teaser .right-desc .top-right-desc:after {
	display: block;
	margin-top: 20px;
	width: 100%;
	height: 92px;
	background: url(../img/arrow5.png) center no-repeat;
	content: '';
}

.app-teaser .right-desc .btm-right-desc:before {
	display: block;
	margin-top: 20px;
	width: 100%;
	height: 92px;
	background: url(../img/arrow6.png) center no-repeat;
	content: '';
}

.app-teaser img.app-image {
	position: absolute;
}


/* flexslider head banner */
.low-head-banner-wrapper h5 {
	display: inline-block;
	margin: 0 0 25px;
	padding: 0 20px;
	background: url(../img/dark-bg.png) repeat #272b31;
}

.dark-bg hr {
	border: 1px solid;
	border-top: 1px solid #000;
	border-right: 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
	border-left: 0;
}

.flexslider-low-head-banner .slides {
	min-height: 83px;
}

/* Testimonial */
.testimonial {
	margin-left: 0;
	padding: 0 35px;
	color: #959eaa;
	font-weight: 300;
}

.testimonial:before {
	position: absolute;
	left: 0;
	margin-top: 0;
	width: 19px;
	height: 17px;
	background: url(../img/quote1.png) top left no-repeat;
	background-size: 19px 17px;
	content: "";
}

.testimonial:after {
	position: absolute;
	right: 0;
	margin-top: 6px;
	width: 19px;
	height: 17px;
	background: url(../img/quote2.png) bottom right no-repeat;
	background-size: 19px 17px;
	content: "";
}

.testi {
	font-style: italic;
}

.author:before {
	content: '\2014';
}


/* Content */
.section-title-wrapper {
	margin-bottom: 0px;
}

.section-title-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}    

.featurettes-content img {
  display: block;
  
  height: auto;
  
}

.section-title {
	margin-bottom: 20px;
}

.section-subtitle {
	display: block;
	margin: 10px auto;
	width: 67%;
}


/* #Marketing
=============================== */
.marketing-icon1 {
	margin-bottom: 10px;
  max-width: 105px;
	box-shadow: 0 0 0 0px #0A80BB;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.marketing-icon:hover {
	box-shadow: 0 0 0 0px #0A80BB;
}

/* #Featurettes
=============================== */
.featurettes-inner-section img {
	margin: 20px 0 40px;
}

.featurettes-inner-section .checklist {
	margin-top: 60px;
}

.featurettes-inner-section .checklist li {
	margin-bottom: 1.2em;
	font-size: 12px;
	line-height: 20px;
}

/* #Annotations
=============================== */
/* Product Annotations */
.annotation-link {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #ff2400;
	box-shadow: 0 0 0 5px rgba(255, 36, 0, 0.32);
	content: "";
	font: 0/0 a;
}

.annotation-link:hover {
	box-shadow: 0 0 0 10px rgba(255, 36, 0, 0.32);
}

/*product dot*/
.product-dot1 {
	margin-top: 110px;
	margin-left: 125px;
}
.product-dot2 {
	margin-top: 150px;
	margin-left: 515px;
}

.product-dot3 {
	margin-top: 80px;
	margin-left: 815px;
}

.product-dot4 {
	margin-top: 185px;
	margin-left: 206px;
}

.product-dot5 {
	margin-top: 255px;
	margin-left: 740px;
}

.product-dot6 {
	margin-top: 410px;
	margin-left: 625px;
}

.product-dot7 {
	margin-top: 350px;
	margin-left: 150px;
}

.product-dot8 {
	margin-top: 600px;
	margin-left: 475px;
}

/* App Annotations */
.left-annotation, .right-annotation {
	margin-top: 60px;
}

ul.annotations-features {
	margin: 60px 0;
}

ul.annotations-features li {
	margin-bottom: 20px;
}

.annotations-features-icon {
	float: left;
	margin-right: 20px;
	margin-bottom: 4em;
}

/*app dot*/
.app-dot1 {
	margin-top: 120px;
	margin-left: 80px;
}

.app-dot2 {
	margin-top: 215px;
	margin-left: 150px;
}

.app-dot3 {
	margin-top: 350px;
	margin-left: 90px;
}

.app-dot4 {
	margin-top: 425px;
	margin-left: 260px;
}

.app-dot5 {
	margin-top: 500px;
	margin-left: 55px;
}



/* Pricing Table */
.pricing-table {
	margin: 0 10px;
	margin-bottom: 40px;
	padding: 0;
	width: 23%;
	border-radius: 5px;
	background-color: #fff;
	background-clip: padding-box;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
}

.pricing-table.popular:before {
	position: absolute;
	width: 82px;
	height: 82px;
	background: url("../img/ribbon.png") 0 0 no-repeat;
	background-size: 82px 82px;
	content: "";
	right: -5px;
	top: -5px;
}

.pricing-head,
.pricing-table-button {
	text-align: center;
}

.pricing-head {
	border-radius: 4px 4px 0 0;
}

.pricing-head h5 {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #bbb;
	border-radius: 4px 4px 0 0;
	background: #dcdcdc;
	box-shadow: 0 -1px 5px rgba(130, 130, 130, 0.35),inset 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #272b31;
	text-shadow: 0 1px 0 #fff;
	font-size: 18px;
}

.the-price {
	margin: 0;
	padding: 20px;
	background-color: rgba(220,220,220,.17);
	box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
}

.the-price h1 {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.the-price small {
	padding-bottom: 10px;
	color: #959595;
	font-weight: normal;
}

.subscript {
	font-size: 25px;
}

.pricing-content ul {
	padding: 0;
}

.pricing-content li {
	padding: 15px 0;
	color: #272b31;
	font-weight: normal;
}

.pricing-content li:nth-child(even) {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background-color: rgba(220,220,220,.68);
	box-shadow: inset 0 1px 0 #fff;
}

.pricing-table-button {
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background-color: rgba(249,249,249,.68);
	box-shadow: inset 0 1px 0 #fff;
}

.pricing-table-button a {
	display: inline-block;
}

/* Team */
ul.team {
	margin: 40px 0;
}

ul.team li {
	margin-bottom: 25px;
}

ul.team li img {
	float: left;
	margin-right: 20px;
	margin-bottom: 4em;
}

.position {
	color: #959eaa;
	font-weight: normal;
}

a.team-social {
	margin-right: 10px;
	color: #272b31;
	font-size: 20px;
}

a.team-social:hover {
	color: #4E86C5;
}

/* Toggle FAQ*/
.toggle-content {
	margin-bottom: 20px;
}

.toggle-group {
	margin-bottom: 2px;
}

.toggle-heading {
	padding: 10px 0;
	border-bottom: 1px dashed #999;
}

.toggle-heading .toggle-button {
	display: block;
	padding: 8px 10px;
	color: #272b31;
	font-weight: normal;
	font-size: 16px;
	cursor: pointer;
}

a.toggle-button:hover {
	color: #4E86C5;
}

a.toggle-button:before {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #272b31;
	color: #2d9965;
	content: 'Q';
	font-size: 22px;
}

a.toggle-button h5 {
	margin-bottom: 10px;
}

a.toggle-button:hover {
	text-decoration: none;
}

.toggle-inner {
	border: none;
	background-color: rgba(220,220,220,.17);
	box-shadow: 0 -1px 0 #999;
}

.toggle-inner .toggle-text {
	padding: 15px 20px;
}


/* #Breakline
=============================== */
#breakline {
	border-top: 2px solid #4E86C5;
	border-bottom: 2px solid #4E86C5;
}

#breakline h3 {
	padding: 20px 0 30px;
  color: #ccc;
	text-shadow: 0 2px 5px rgba(0,0,0,.75);
}

#breakline h3:after {
	position: absolute;
	margin-top: 20px;
	margin-left: -75px;
	width: 167px;
	height: 47px;
	background-size: 167px 47px;
	content: '';
}

/* Subscribe */
#subscribe_form {
	margin-top: 40px;
	margin-bottom: 20px;
}

#subscribe_form input[type="text"],
#subscribe_form input[type="email"] {
	margin-right: 5px;
	margin-bottom: 0;
	padding: 0 20px 0 15px;
	width: 60.5%;
	height: 40px;
	border: none;
	background-color: rgba(72, 75, 78, 0.15);
	background-clip: padding-box;
	box-shadow: 0 1px 0 rgba(64,67,72,.75), inset 0 1px 5px rgba(0,0,0,.75);
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.32);
	font-weight: 300;
	font-size: 12px;
}

#subscribe_form input[type="text"]:focus {
	background-color: rgba(72, 75, 78, 0.4);
}

.subscribe-submit {
	padding: 9px 17px 8px;
	height: 40px;
	background-clip: padding-box;
	text-shadow: 0 1px 0 rgba(0,0,0,.32);
	font-weight: 500;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.subscribe-text {
	margin: 0;
	color: #959eaa;
	font-weight: 300;
	font-size: 12px;
}

/* Contact
=================================*/
.modal-backdrop,
.modal-backdrop.fade.in {
	opacity: 1;
	filter: alpha(opacity=100);
}

.modal-backdrop {
	background-color: rgba(39, 43, 49, 0.75);
}

.modal-body {
	padding: 20px 30px;
	max-height: none;
}

#contactModal {
	border: 1px solid #272b31;
	border-radius: 5px;
	background-clip: padding-box;
	box-shadow: 0 5px 25px rgba(0,0,0,.59);
}

.modal-header {
	padding: 15px 30px;
	border-radius: 5px 5px 0 0;
	background-color: #edf1f3;
	box-shadow: 0 1px 0 #fff, inset 0 1px 0 #fff;
}

.modal-label {
	margin: 0;
}

button.close {
	margin: 0;
	padding: 5px 7px 7px;
	border: 3px solid rgba(252, 253, 254, 0.5);
	border-radius: 50%;
	background-color: rgba(153, 153, 153, 0.51);
	background-clip: padding-box;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35);
	color: #edf1f3;
	text-shadow: 0 1px 3px rgba(39,43,49,.49);
	line-height: 12px;
	opacity: 1;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.modal-header .close {
	margin-top: -2px;
}

/* Contact Form Section */
#contact_form {
	margin: 0;
}

#contact_form label {
	color: #272b31;
	font-weight: 400;
	font-size: 16px;
}

.contact-form-container .row-fluid {
	margin-bottom: 10px;
}

.contact-form-container input,
.contact-form-container textarea {
	border: none;
	background-color: rgba(238,242,244,.61);
	background-clip: padding-box;
	box-shadow: 0 0 3px #fff, inset 0 1px 5px rgba(130,130,130,.75);
}

.contact-form-container input:focus,
.contact-form-container textarea:focus {
	background-color: #eef2f4;
}

.contact-form-container input {
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 15px;
	width: 100%;
	height: 42px;
}

.contact-form-container textarea {
	box-sizing: border-box;
	padding: 16px 20px;
	width: 100%;
}

input[type="submit"].send-button {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px 17px;
	background-color: #ddd;
	color: #666;	
	font-weight: bold;
	font-size: 18px;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

/* Hopscotch Take a Tour plugin custom style */
div.hopscotch-bubble .hopscotch-nav-button.next {
	border: 1px solid #2e9966 !important;
	border-radius: 4px;
	background: #5aaf86 !important;
	background: -moz-linear-gradient(top,  #5aaf86 0%, #319c68 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5aaf86), color-stop(100%,#319c68)) !important;
	background: -webkit-linear-gradient(top,  #5aaf86 0%,#319c68 100%) !important;
	background: -o-linear-gradient(top,  #5aaf86 0%,#319c68 100%) !important;
	background: -ms-linear-gradient(top,  #5aaf86 0%,#319c68 100%) !important;
	background: linear-gradient(to bottom,  #5aaf86 0%,#319c68 100%) !important;
	background-clip: padding-box;
	box-shadow: 0 1px 1px rgba(0,0,0,.19), inset 0 1px 0 rgba(255,255,255,.28), inset 0 0 5px rgba(255,255,255,.31) !important;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.32);
	letter-spacing: 1px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5aaf86', endColorstr='#319c68',GradientType=0 ) !important;
}

div.hopscotch-bubble .hopscotch-nav-button.next:hover {
	background: #319c68 !important;
	background: -moz-linear-gradient(top,  #319c68 0%, #5aaf86 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#319c68), color-stop(100%,#5aaf86)) !important;
	background: -webkit-linear-gradient(top,  #319c68 0%,#5aaf86 100%) !important;
	background: -o-linear-gradient(top,  #319c68 0%,#5aaf86 100%) !important;
	background: -ms-linear-gradient(top,  #319c68 0%,#5aaf86 100%) !important;
	background: linear-gradient(to bottom,  #319c68 0%,#5aaf86 100%) !important;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#319c68', endColorstr='#5aaf86',GradientType=0 ) !important;
}