/**********************************************************************************

	Project Name: Katemi - Clean Responsive Product, Service and App Landing Page
	Description : Stylesheet for Katemi Landing Page
	Author: Works of Wisnu
	Author URI: http://worksofwisnu.com
	Version: 2.2.0

**********************************************************************************/
/* Presets Style */
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;
}

.show {
	display: block;
}

.hide {
	display: none;
}

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

p {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h5 {
	font-weight: 500;
	line-height: 1.5em;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

a {
	color: #2e9a66;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

a:hover {
	color: #27ae60;
	text-decoration: none;
}

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

.large-link:after {
	position: absolute;
	margin-left: 10px;
	content: "\e000";
	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: #2e9a66;
	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: #2e9a66;
	text-shadow: none;
	color: #fff;
}

section {
	padding: 20px 0;
}

hr {

}

.title {
	font-weight: 500;
}

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

.uppercase {
	text-transform: uppercase;
}

.bolder {
	font-weight: bold;
}

.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 #2e9a66;
}

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: #272b31 url(../img/dark-bg.png) repeat;
	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 #2e9a66;
}

.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: #2e9a66;
}

/* #TOP NAV
=============================== */
.navbar-inverse {
	position: fixed;
	z-index: 1000000;
	height: 75px;
	border: none;
	border-bottom: 1px solid #2e9a66;
	background: rgba(255,255,255,.9);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.navbar-inverse .navbar-brand, .navbar-inverse .nav > li > a {
	padding: 0px 15px 25px;
	color: #272b31;
	text-shadow: none;
	font-weight: 300;
	font-size: 16px;
}

.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 4px 0 #2e9965;
	color: #2e9965;
}

.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: #2e9a66;
}

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

.navbar-toggle {
	background-color: #272b31;
}


/* #HEAD BANNER
=============================== */
#head-banner {
	border-top: 2px solid #d3ba63;
	border-bottom: 7px solid #d3ba63;
}

#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: 60px;
}

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

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


/* #Marketing
=============================== */
.marketing-icon {
	margin-bottom: 10px;
	border-radius: 50%;
	box-shadow: 0 0 0 5px #272b31;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.marketing-icon:hover {
	box-shadow: 0 0 0 10px #272b31;
}

/* #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: #2e9a66;
}

/* 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: #2e9a66;
}

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 #2e9a66;
	border-bottom: 2px solid #2e9a66;
}

#breakline h3 {
	padding: 20px 0 30px;
	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: url(../img/arrow7.png) 0 0 no-repeat;
	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;
	border: 1px solid #2E9966;
	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 1px rgba(0,0,0,.44);
	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;
}