/*   
 * Template Name: Velocity - Responsive Website Template for Products
 * Version: 1.5
 * Author: Xiaoying Riley at 3rd Wave Media
 * Website: http://themes.3rdwavemedia.com/
 * Twitter: @3rdwave_themes
*/

/* ======= Base ======= */

.brambl-theme, .brambl-theme body {
	font-family: 'Roboto', arial, sans-serif;
	color: #444444;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	background: #ffffff;
	-moz-osx-font-smoothing: grayscale;
}

.brambl-theme .container {
	width: 100%;
	max-width: 1170px;
}

.brambl-theme p {
	margin-bottom: 15px;
	line-height: 1.5;
}

.brambl-theme a {
	color: #ec6952;
	-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;
}

.brambl-theme a.btn.btn-primary,
.brambl-theme a.btn.btn-success,
.brambl-theme a.btn.btn-info,
.brambl-theme a.btn.btn-warning,
.brambl-theme a.btn.btn-danger {
	color: #fff;
}


.brambl-theme a:hover {
	text-decoration: underline;
	color: #e74124;
}

.brambl-theme a:focus {
	text-decoration: none;
}

.brambl-theme .btn,
.brambl-theme .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;
	font-weight: bold;
}

.brambl-theme .btn.btn-lg,
.brambl-theme .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 17px;
	line-height: 1.33;
	border-radius: 4px;
}
.brambl-theme .btn.btn-sm,
.brambl-theme .btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 1px;
}
.brambl-theme .btn.btn-xs,
.brambl-theme .btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 1px;
}
.brambl-theme .btn .fa,
.brambl-theme .btn .fa:not(.nettl-control){
	color: #fff;
	margin-right: 5px;
}

.brambl-theme .btn, .brambl-theme .btn {
	padding: 8px 30px;
}

.brambl-theme .btn-primary, .brambl-theme .btn-primary {
	background: #ec6952;
	border: 2px solid #ec6952;
	color: #fff;
}

.brambl-theme .btn-primary:hover, .brambl-theme .btn-primary:hover {
	background: #e9553b;
	border: 2px solid #e9553b;
	color: #fff;
}

.brambl-theme .btn-secondary, .brambl-theme .btn-secondary {
	background: none;
	border: 2px solid #ec6952;
	color: #ec6952;
}

.brambl-theme .btn-secondary:hover, .brambl-theme .btn-secondary:hover {
	background: #ec6952;
	border: 2px solid #ec6952;
	color: #fff;
}

.brambl-theme .btn-ghost, .brambl-theme .btn-ghost {
	background: none;
	border: 1px solid #fff;
	color: #fff !important;
	padding: 8px 20px;
	vertical-align: middle;
}

.brambl-theme .btn-ghost:hover, .brambl-theme .btn-ghost:hover {
	background: #4a6781;
	border: 1px solid #4a6781;
	color: #fff;
}

.brambl-theme .btn-ghost .fa, .brambl-theme .btn-ghost .fa:not(.nettl-control){
	margin-right: 10px;
	font-size: 22px;
}

.brambl-theme .btn-ghost .text, .brambl-theme .btn-ghost .text {
	position: relative;
	top: -2px;
}

.brambl-theme .highlight {
	color: #ec6952;
}

.brambl-theme .form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 40px;
	border-color: #eeeeee;
}

.brambl-theme .form-control::-webkit-input-placeholder {
	/* WebKit browsers*/

	color: #a6a6a6;
}

.brambl-theme .form-control:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/

	color: #a6a6a6;
}

.brambl-theme .form-control::-moz-placeholder {
	/* Mozilla Firefox 19+*/

	color: #a6a6a6;
}

.brambl-theme .form-control:-ms-input-placeholder {
	/* Internet Explorer 10+*/

	color: #a6a6a6;
}

.brambl-theme .form-control:focus {
	border-color: #e1e1e1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.brambl-theme .text-highlight {
	color: #952410;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
	appearance: none;
	/* for mobile safari */

	-webkit-appearance: none;
}

.brambl-theme #topcontrol {
	background: #5d80a1;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 35px;
	height: 35px;
	border: none;
	-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;
	-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;
	z-index: 30;
}

.brambl-theme #topcontrol:hover {
	background: #384d60;
}

.brambl-theme #topcontrol .fa:not(.nettl-control){
	position: relative;
	top: 3px;
	font-size: 25px;
}

.brambl-theme .video-container iframe {
	max-width: 100%;
}

/* ======= Header ======= */
.brambl-theme .navbar {
	margin-bottom: 0;
}

.brambl-theme nav.navbar {
	border-bottom: none;
}

.brambl-theme nav > div {
	position: relative;
	top: 15px;
}

.brambl-theme .header {
	color: #fff;
	width: 100%;
	position: relative;
	z-index: 40;
	height: 80px;
}

.brambl-theme .navbar-brand {
	padding: 0;
}

.brambl-theme .navbar-brand img {
	display: inline;
}

.brambl-theme .header > .navbar {
	height: 80px;
}

.brambl-theme .header > .navbar nav.navbar .nav > li  a {
	color: #666666;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.brambl-theme .header > .navbar nav.navbar .nav > li > li -cta .btn-secondary {
	background: #ec6952;
	border-color: #ec6952;
}

.brambl-theme .header > .navbar nav.navbar .nav .dropdown-menu a {
	color: #fff;
}

.brambl-theme .header h1.logo {
	font-family: "Roboto Slab", arial, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 15px;
	float: left;
}

.brambl-theme .header h1.logo a {
	color: #fff;
	padding: 15px 30px;
	display: inline-block;
	text-align: center;
	line-height: 1.4;
	max-width: 155px;
	background: #ec6952;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-ms-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	position: relative;
	font-size: 20px;
}

.brambl-theme .header h1.logo a:hover {
	text-decoration: none;
}

.brambl-theme .header h1.logo .logo-title {
	vertical-align: middle;
	line-height: 1.6;
}

.brambl-theme .header nav.navbar .navbar-toggle {
	margin-right: 0;
	margin-top: 0;
	background: none;
	position: absolute;
	right: 10px;
	top: 10px;
}

.brambl-theme .header nav.navbar .navbar-toggle:focus {
	outline: none;
}

.brambl-theme .header nav.navbar .navbar-toggle .icon-bar {
	background-color: rgba(255, 255, 255, 0.6);
	height: 3px;
}

.brambl-theme .header nav.navbar .navbar-toggle:hover .icon-bar {
	background-color: #fff;
}

.brambl-theme .header nav.navbar .nav > li  {
	font-weight: normal;
	font-size: 13px;
	margin-right: 15px;
}

.brambl-theme .header nav.navbar .nav > li .active a {
	color: #ec6952;
	background: none;
	font-weight: bold;
}

.brambl-theme .header nav.navbar .nav > li > li -cta .btn-secondary {
	border: 1px solid #fff;
	color: #fff;
	padding: 8px 10px;
	margin-top: 5px;
	font-size: 13px;
}

.brambl-theme .header nav.navbar .nav > li > li -cta .btn-secondary:hover {
	border: 1px solid #ec6952;
	background: #ec6952;
}

.brambl-theme .header nav.navbar .nav > li .last {
	margin-right: 0;
}

.brambl-theme .header nav.navbar .nav.active {
	position: relative;
}

.brambl-theme .header nav.navbar .nav.active > a {
	background: #e74124;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
}

.brambl-theme .header nav.navbar .nav.active > a:before {
	content: "\f0d8";
	position: absolute;
	bottom: -8px;
	left: 0;
	text-align: center;
	font-family: FontAwesome;
	display: block;
	font-size: 12px;
	width: 100%;
}

.brambl-theme .header nav.navbar .nav.active > a.dropdown-toggle:before {
	display: none;
}

.brambl-theme .header nav.navbar .nav.open a {
	background: none;
}

.brambl-theme .header nav.navbar .nav .dropdown-menu {
	-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;
	margin: 0;
	border: none;
	text-transform: none;
	min-width: 180px;
	background: #253340;
}

.brambl-theme .header nav.navbar .nav .dropdown-menu a {
	padding: 8px 20px;
	color: #fff;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.brambl-theme .header nav.navbar .nav .dropdown-menu > li > a:focus,
.brambl-theme .header nav.navbar .nav .dropdown-menu > li > a:hover
{
	background-color: transparent;
}

/* Override bootstrap default */
.brambl-theme .nav .open > a, .brambl-theme .nav .open > a:hover, .brambl-theme .nav .open > a:focus {
	background: none;
}

/* ======= Headline Background & Slideshow ======= */
.brambl-theme .bg-slider-wrapper {
	content: "";
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 780px;
	background: #373737;
}

.brambl-theme .bg-slider-wrapper .flexslider {
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	-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;
}

.brambl-theme .bg-slider-wrapper .flexslider .slide {
	display: block;
	height: 780px;
}

.brambl-theme .bg-slider-wrapper .flexslider .slide.slide-1 {
	background: #253340 url('../images/background/bg-header-1.jpg') no-repeat 50% top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.brambl-theme .bg-slider-wrapper .flexslider .slide.slide-2 {
	background: #253340 url('../images/background/bg-header-2.jpg') no-repeat 50% top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.brambl-theme .bg-slider-wrapper .flexslider .slide.slide-3 {
	background: #253340 url('../images/background/bg-header-3.jpg') no-repeat 50% top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.brambl-theme .bg-slider-wrapper .flexslider .flex-control-nav {
	z-index: 30;
	bottom: 30px;
	position: relative;
}

.brambl-theme .bg-slider-wrapper .flexslider .flex-control-nav li a {
	background: #999999;
}

.brambl-theme .bg-slider-wrapper .flexslider .flex-control-nav li a.flex-active {
	background: #bfbfbf;
}

.brambl-theme .headline-bg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 500px;
	background: #253340 url('../images/background/bg-header-small-1.jpg') no-repeat 50% top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.brambl-theme .headline-bg.pricing-headline-bg {
	background-image: url('../images/background/bg-header-small-2.jpg');
}

.brambl-theme .headline-bg.contact-headline-bg {
	background-image: url('../images/background/bg-header-small-3.jpg');
}

.brambl-theme .headline-bg.about-headline-bg {
	background-image: url('../images/background/bg-header-small-4.jpg');
}

/* ======= Promo ======= */
.brambl-theme .promo {
	padding-top: 120px;
	position: relative;
	color: #fff;
	padding-bottom: 80px;
	z-index: 10;
}

.brambl-theme .promo .title {
	font-size: 46px;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 700;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.brambl-theme .promo.section .intro {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.brambl-theme .promo .btn {
	font-size: 18px;
}

.brambl-theme .promo .btn-link {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
}

.brambl-theme .promo .btn-link:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	text-decoration: none;
}

.brambl-theme .promo .btn-link:focus {
	outline: none;
}

.brambl-theme .promo .btn-link .fa:not(.nettl-control){
	margin-right: 5px;
	font-size: 18px;
	position: relative;
	top: 2px;
}

/* ======= sections-wrapper ======= */
.brambl-theme .sections-wrapper {
	background: #fff;
	z-index: 20;
	position: relative;
}

.brambl-theme .section .intro {
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 60px;
	text-align: center;
	color: #999999;
	font-size: 18px;
}

.brambl-theme .section-on-bg .title {
	color: #fff;
}

.brambl-theme .section-on-bg .intro {
	color: #fff;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* ======= Why ======= */
.brambl-theme .why {
	padding-top: 80px;
	padding-bottom: 80px;
}

.brambl-theme .why .title {
	font-size: 36px;
	font-weight: 300;
	margin-top: 0;
}

.brambl-theme .why .intro {
	color: #999999;
	font-size: 18px;
}

.brambl-theme .why.item {
	padding: 90px 0;
	border-bottom: 1px solid #eeeeee;
}

.brambl-theme .why.item.last-item {
	border-bottom: none;
}

.brambl-theme .why.item .title {
	margin-top: 0;
	margin-bottom: 15px;
}

.brambl-theme h3 {
	font-size: 26px;
	color: #4a6781;
}

.brambl-theme .why.item .desc {
	margin-bottom: 60px;
}

.brambl-theme .why.item .desc .fa:not(.nettl-control){
	margin-right: 5px;
}

.brambl-theme .why.item .quote {
	position: relative;
}

.brambl-theme .why.item .quote .quote-profile {
	position: absolute;
	left: 0;
}

.brambl-theme .why.item .quote .quote-content {
	margin-left: 90px;
	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;
}

.brambl-theme .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: 80px;
	top: 25px;
}

.brambl-theme .why.item .quote blockquote {
	border-left: none;
	font-style: italic;
	color: #666666;
	font-size: 16px;
	padding: 0;
	margin-bottom: 10px;
}

.brambl-theme .why.item .quote .source {
	color: #999999;
	font-size: 13px;
	margin-bottom: 0;
}

.brambl-theme .why.item .quote .source a {
	color: #999999;
}

.brambl-theme .why.item .quote .source a:hover {
	color: #808080;
}

.brambl-theme .why .figure {
	position: relative;
	text-align: center;
}

.brambl-theme .why .figure .figure-caption {
	color: #b3b3b3;
	font-size: 13px;
	margin-top: 10px;
	text-align: center;
}

.brambl-theme .why .figure .figure-caption a {
	color: #b3b3b3;
}

.brambl-theme .why .figure .figure-caption a:hover {
	color: #ec6952;
}

.brambl-theme .why .figure img {
	margin-left: auto;
	margin-right: auto;
}

.brambl-theme .why .control {
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -65px;
}

.brambl-theme .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;
}

.brambl-theme .why .control .play-trigger:active, .brambl-theme .why .control .play-trigger:focus {
	outline: none;
}

.brambl-theme .why .control .play-trigger:hover {
	color: #fff;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	background: rgba(0, 0, 0, 0.6);
}

.brambl-theme .why .control .play-trigger:hover .fa:not(.nettl-control){
	cursor: pointer;
}

.brambl-theme .why .control .play-trigger .fa:not(.nettl-control){
	font-size: 26px;
	position: relative;
	left: 2px;
}

.brambl-theme .why .feature-lead .title {
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 15px;
}

/* ======= Testimonials ======= */
.brambl-theme .testimonials {
	background: #f5f5f5;
	padding-top: 60px;
	padding-bottom: 120px;
}

.brambl-theme .testimonials .carousel-indicators {
	bottom: -60px;
	z-index: auto;
}

.brambl-theme .testimonials .carousel-indicators li {
	background: #cccccc;
	border: none;
	margin: 1px;
}

.brambl-theme .testimonials .carousel-indicators li.active {
	background: #f19180;
	border: none;
	width: 10px;
	height: 10px;
	margin: 1px;
}

.brambl-theme .testimonials .title {
	font-size: 36px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 60px;
}

.brambl-theme .testimonials .item .profile {
	position: absolute;
	left: 0;
}

.brambl-theme .testimonials .item .content {
	padding-left: 210px;
}

.brambl-theme .testimonials .item blockquote {
	font-size: 20px;
	font-weight: 300;
	border-left: 0;
	padding: 0;
	position: relative;
}

.brambl-theme .testimonials .item blockquote .fa:not(.nettl-control){
	position: absolute;
	color: #ef7d69;
	font-size: 22px;
	left: -45px;
}

.brambl-theme .testimonials .item .source {
	color: #ec6952;
}

.brambl-theme .testimonials .item .source .title {
	font-size: 16px;
	color: #666666;
}

.brambl-theme .testimonials .carousel-inner div:not(.carousel-caption) {
	background-size: 140px !important;
	background-position: 0 70% !important;
	background-repeat: no-repeat !important;
}

.brambl-theme .testimonials .carousel-inner div.carousel-caption h3 {
	color: #444444;
	font-size: 20px;
	font-weight: 300;
	text-shadow: none;
}

.brambl-theme .testimonials .carousel-inner div.carousel-caption p {
	color: #ec6952;
	text-shadow: none;
}

.brambl-theme .testimonials .carousel-control.right, .brambl-theme .testimonials .carousel-control.left {
	background: none;
}

.brambl-theme .testimonials .icon-next, .brambl-theme .testimonials .icon-prev {
	display: none;
}


	/* ======= Press ======= */
.brambl-theme .press {
	padding-top: 80px;
	padding-bottom: 80px;
}

.brambl-theme .press .title {
	font-size: 36px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 60px;
}

.brambl-theme .press .press-list {
	margin-bottom: 15px;
	text-align: center;
}

.brambl-theme .press .press-list.last {
	margin-bottom: 60px;
}

.brambl-theme .press .press-list li {
	display: block;
	height: 80px;
}

.brambl-theme .press .press-list li img {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.brambl-theme .press .press-list li:hover img {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.brambl-theme .press .press-lead .title {
	font-size: 18px;
	margin-bottom: 15px;
}

/* ======= cta-section ======= */
.brambl-theme .cta-section {
	background: #253340 url('../images/background/bg-footer-1.jpg') no-repeat left top;
	background-size: cover;
	min-height: 420px;
	color: #fff;
	padding-top: 80px;
	border: none;
}

.brambl-theme .cta-section.pricing-cta-section {
	background-image: url('../images/background/bg-footer-2.jpg');
}

.brambl-theme .cta-section.contact-cta-section {
	background-image: url('../images/background/bg-footer-3.jpg');
}

.brambl-theme .cta-section .title {
	font-size: 36px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 60px;
}

.brambl-theme .cta-section .btn {
	font-size: 20px;
}

.brambl-theme .cta-section .intro {
	margin-bottom: 15px;
	color: #fff;
}

.brambl-theme .cta-section .counting {
	color: #ec6952;
	font-weight: bold;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

/* ======= Features video ======= */
.brambl-theme .features-video {
	padding-top: 90px;
	position: relative;
	z-index: 10;
}

.brambl-theme .features-video .title {
	font-size: 36px;
	margin-bottom: 60px;
	margin-top: 0;
	color: #fff;
	font-weight: 300;
}

.brambl-theme .features-video .video-container {
	max-width: 800px;
	margin: 0 auto;
}

.brambl-theme .features-video iframe {
	background: #fff;
	padding: 15px;
	-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: 1px solid #eeeeee;
	-webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}

/* ======= Features tabs ======= */
.brambl-theme .features-tabbed {
	padding-top: 80px;
	padding-bottom: 80px;
}

.brambl-theme .features-tabbed .title {
	font-size: 36px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 60px;
}

.brambl-theme .features-tabbed .tab-content {
	padding: 60px 30px;
}

.brambl-theme .features-tabbed .tab-content .title {
	font-size: 16px;
	color: #f19180;
	font-weight: bold;
	margin-bottom: 30px;
}

.brambl-theme .features-tabbed .tab-content .desc {
	margin-bottom: 30px;
	color: #666666;
}

.brambl-theme .features-tabbed .tab-content .desc ul {
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.brambl-theme .features-tabbed .tab-content .desc ul li {
	margin-bottom: 10px;
}

.brambl-theme .features-tabbed .tab-content .desc ul .fa:not(.nettl-control){
	color: #ec6952;
	margin-right: 5px;
}

.brambl-theme .features-tabbed .tab-content .desc blockquote {
	font-style: italic;
	color: #808080;
}

.brambl-theme .features-tabbed .tab-content .desc .table {
	font-size: 14px;
	padding: 15px 0;
}

.brambl-theme .features-tabbed .tab-content .desc .box {
	background: #f5f5f5;
	padding: 30px;
	font-size: 14px;
}

.brambl-theme .features-tabbed .tab-content .figure {
	margin-bottom: 60px;
}

.brambl-theme .features-tabbed .tab-content .figure img {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
}

.brambl-theme .features-tabbed .tab-content .figure .figure-caption {
	color: #b3b3b3;
	font-size: 13px;
	margin-top: 10px;
	text-align: center;
}

.brambl-theme .features-tabbed .tab-content .figure .figure-caption a {
	color: #b3b3b3;
}

.brambl-theme .features-tabbed .tab-content .figure .figure-caption a:hover {
	color: #ec6952;
}

.brambl-theme .nav-tabs {
	border: none;
	margin: 0 auto;
	display: -webkit-box;
	/* OLD - iOS 6-,  Safari 3.1-6 */

	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */

	display: -ms-flexbox;
	/* TWEENER - IE 10 */

	display: -webkit-flex;
	/* NEW - Chrome */

	display: flex;
	/* NEW,  Spec - Opera 12.1,  Firefox 20+ */

	text-align: center;
	position: relative;
}

.brambl-theme .nav-tabs:before {
	content: "";
	display: block;
	border-bottom: 1px solid #eeeeee;
	position: absolute;
	bottom: 0;
}

.brambl-theme .nav-tabs > li {
	margin-bottom: -1px;
	position: relative;
	z-index: 1;
	background: #fff;
	border: 1px solid #eeeeee;
	border-right: none;
	-webkit-box-flex: 1;
	/* OLD - iOS 6-,  Safari 3.1-6 */

	-moz-box-flex: 1;
	/* OLD - Firefox 19- */

	width: 20%;
	/* For old syntax,  otherwise collapses. */

	-webkit-flex: 1;
	/* Chrome */

	-ms-flex: 1;
	/* IE 10 */

	flex: 1;
}

.brambl-theme .nav-tabs > li > a {
	-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;
	margin-right: 0px;
	color: #999999;
	padding: 15px 30px;
	font-size: 14px;
	background: #fafafa;
	border: none;
}

.brambl-theme .nav-tabs > li > a .fa:not(.nettl-control){
	font-size: 20px;
}

.brambl-theme .nav-tabs > li > a:hover {
	background: #f5f5f5;
}

.brambl-theme .nav-tabs > li.active {
	border-top-color: #ec6952;
	border-bottom-color: #fff;
}

.brambl-theme .nav-tabs > li.active > a {
	color: #ec6952;
	background: #fff;
	-webkit-box-shadow: inset 0 3px 0 #ec6952;
	-moz-box-shadow: inset 0 3px 0 #ec6952;
	box-shadow: inset 0 3px 0 #ec6952;
	border: none;
}

.brambl-theme .nav-tabs > li.active > a:hover, .brambl-theme .nav-tabs > li.active > a:focus {
	border: none;
}

.brambl-theme .nav-tabs > li.active:hover > a {
	border-top: 0;
	border: none;
	color: #ec6952;
}

.brambl-theme .nav-tabs > li.last {
	border-right: 1px solid #eeeeee;
}

/* ======= Steps ======= */
.brambl-theme .steps {
	background: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 120px;
}

.brambl-theme .steps .title {
	font-size: 36px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 60px;
}

.brambl-theme .steps .step {
	padding: 30px 60px;
	color: #666666;
}

.brambl-theme .steps .step .title {
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
}

.brambl-theme .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: #ec6952;
	border: 5px solid #f19180;
	color: #fff;
	margin: 0 auto;
	padding-top: 25px;
	font-size: 26px;
	font-weight: bold;
	font-family: arial, sans-serif;
	margin-bottom: 30px;
}

.brambl-theme .steps .step .title .text {
	color: #f19180;
	font-weight: bold;
	font-size: 16px;
}

.brambl-theme .steps .btn-primary {
	margin: 0 auto;
	margin-top: 60px;
	font-size: 20px;
}

/* ======= Pricing ======= */
.brambl-theme .pricing {
	padding: 80px 0;
	padding-top: 90px;
	position: relative;
	z-index: 10;
}

.brambl-theme .pricing .title {
	font-size: 36px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 30px;
	color: #fff;
}

.brambl-theme .pricing .intro {
	color: #fff;
	margin-bottom: 80px;
}

.brambl-theme .pricing .item {
	padding: 0;
	-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;
	-webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}

.brambl-theme .pricing .item.best-buy {
	top: -15px;
	z-index: 11;
	position: relative;
}

.brambl-theme .pricing .item.best-buy .item-inner {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.brambl-theme .pricing .item.best-buy .item-inner:hover {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.brambl-theme .pricing .item.best-buy .heading {
	padding-top: 45px;
}

.brambl-theme .pricing .item.best-buy .content {
	padding-bottom: 45px;
}

.brambl-theme .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;
	border: 1px solid #eeeeee;
}

.brambl-theme .pricing .item .item-inner:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.brambl-theme .pricing .item .heading {
	margin-top: 0;
	padding: 30px 15px;
	-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;
}

.brambl-theme .pricing .item .heading .title {
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-weight: 400;
	font-size: 18px;
	border-bottom: 1px dashed #eeeeee;
	color: #444444;
}

.brambl-theme .pricing .item .content {
	padding: 30px 15px;
	padding-top: 0;
	font-size: 14px;
}

.brambl-theme .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;
}

.brambl-theme .pricing .item .price-figure .number {
	font-size: 42px;
	font-weight: bold;
}

.brambl-theme .pricing .item .price-figure .unit {
	font-weight: 400;
	color: #b3b3b3;
}

.brambl-theme .pricing .item .price-figure .currency {
	top: -12px;
	right: 2px;
	position: relative;
	font-family: arial, sans-serif;
	color: #666666;
	font-size: 18px;
}

.brambl-theme .pricing .item .ribbon {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 110px;
	height: 110px;
	overflow: hidden;
}

.brambl-theme .pricing .item .ribbon .text {
	position: relative;
	left: -8px;
	top: 18px;
	width: 158px;
	padding: 10px 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #5d80a1;
	-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);
}

.brambl-theme .pricing .item .ribbon .text:before, .brambl-theme .pricing .item .ribbon .text:after {
	content: '';
	position: absolute;
	bottom: -5px;
	border-top: 5px solid #2e4050;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.brambl-theme .pricing .item .ribbon .text:before {
	left: 0;
}

.brambl-theme .pricing .item .ribbon .text:after {
	right: 0;
}

.brambl-theme .pricing .item .feature-list {
	margin-bottom: 30px;
}

.brambl-theme .pricing .item .feature-list li {
	border-bottom: 1px solid #f3f3f3;
	padding: 10px;
}

.brambl-theme .pricing .item .feature-list li .fa:not(.nettl-control){
	margin-right: 5px;
	color: #4a6781;
}

.brambl-theme .pricing .item .feature-list li.disabled {
	color: #999999;
}

.brambl-theme .pricing .item .feature-list li.disabled .fa:not(.nettl-control){
	color: #999999;
}

/* ======= Download Apps ======= */
.brambl-theme .download-page .headline-bg {
	height: 1200px;
	background: #253340 url('../images/background/bg-mobile-headline.jpg') no-repeat 50% top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.brambl-theme .apps-section {
	min-height: 900px;
	padding-top: 80px;
}

.brambl-theme .apps-section .title {
	font-size: 36px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 15px;
	color: #fff;
}

.brambl-theme .apps-section .intro {
	text-align: left;
	margin-bottom: 60px;
}

.brambl-theme .apps-section .phone-holder {
	width: 324px;
	height: 651px;
	display: block;
	background: url('../images/mobile/iphone.png') no-repeat left top;
	position: relative;
}

.brambl-theme .apps-section .phone-holder .screenshot {
	position: absolute;
	left: 21px;
	top: 75px;
}

.brambl-theme .apps-section .content-area .download-list li {
	margin-bottom: 15px;
}

.brambl-theme .apps-section .content-area .download-list li .btn {
	width: 220px;
	text-align: left;
}

.brambl-theme .apps-section .content-area .info {
	margin-top: 60px;
	margin-bottom: 60px;
	background: rgba(31, 51, 64, 0.8);
	padding: 30px;
	color: #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;
}

.brambl-theme .apps-section .content-area .info .title {
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: normal;
}

/* ======= FAQ Section ======= */
.brambl-theme .faq {
	background: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 120px;
}

.brambl-theme .faq .title {
	font-size: 36px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 60px;
}

.brambl-theme .faq .panel {
	background: #fff;
	-webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}

.brambl-theme .faq .panel:hover {
	-webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
}

.brambl-theme .faq .panel .panel-heading {
	padding: 15px 30px;
}

.brambl-theme .faq .panel .panel-body {
	padding: 30px;
	padding-top: 0;
	color: #666666;
}

.brambl-theme .faq .panel .panel-title {
	font-weight: normal;
	color: #666666;
}

.brambl-theme .faq .panel .panel-title a {
	text-decoration: none;
}

.brambl-theme .faq .panel .panel-title .active {
	color: #ec6952;
}

.brambl-theme .faq .panel .panel-title .panel-toggle .fa:not(.nettl-control){
	margin-right: 10px;
	color: #f19180;
}

.brambl-theme .faq .panel .panel-title:hover .fa:not(.nettl-control){
	color: #ec6952;
}

.brambl-theme .faq .contact-lead {
	margin-top: 60px;
}

.brambl-theme .faq .contact-lead .title {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 15px;
	color: #999999;
}

/* ======= Contact section ======= */
.brambl-theme .contact-section {
	padding: 80px 0;
	padding-top: 90px;
	position: relative;
	z-index: 10;
}

.brambl-theme .contact-section .title {
	font-size: 36px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 30px;
}

.brambl-theme .contact-section .intro {
	margin-bottom: 60px;
}

.brambl-theme .contact-section .contact-form {
	margin-left: 15px;
	margin-right: 15px;
}

.brambl-theme  .contact-form .contact-form-inner {
	background: #fff;
	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: 1px solid #eeeeee;
	-webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}

.brambl-theme .contact-section .contact-form .error {
	color: #ec6952;
	font-family: arial, sans-serif;
	display: block;
	font-size: 14px;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: 300;
}

/* ======= Contact-other section ======= */
.brambl-theme .contact-other-section .title {
	font-size: 36px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 30px;
}

.brambl-theme .contact-other-section .other-info li {
	margin-bottom: 15px;
	padding: 15px;
	position: relative;
	color: #666666;
	text-align: left;
	padding-left: 90px;
	-webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
	border: 1px solid #eeeeee;
	-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;
}

.brambl-theme .contact-other-section .other-info li a {
	color: #666666;
}

.brambl-theme .contact-other-section .other-info li a:hover {
	color: #ec6952;
}

.brambl-theme .contact-other-section .other-info li .fa:not(.nettl-control) {
	position: absolute;
	left: 0;
	top: 0;
	background: #ec6952;
	color: #fff;
	width: 60px;
	height: 100%;
	font-size: 20px;
	padding-top: 15px;
	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;
}

.brambl-theme .contact-other-section .other-info li .fa.fa-twitter {
	font-size: 22px;
}

.brambl-theme .contact-other-section .other-info li .fa.fa-phone {
	font-size: 22px;
}

.brambl-theme .contact-other-section .other-info li .fa.fa-map-marker {
	font-size: 22px;
	padding-top: 45px;
}

/* ======= Map section ======= */
.brambl-theme .map-section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.brambl-theme .map-section .title {
	font-size: 36px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 30px;
}

.brambl-theme .map-section .gmap-wrapper {
	padding: 10px;
	border: 1px solid #eeeeee;
	-webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
	-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;
}

.brambl-theme .map-section .gmap {
	height: 400px;
	text-align: left;
	font-weight: normal;
}

.brambl-theme .map-section .gmap, .brambl-theme .map-section .gmap *, .brambl-theme .map-section .gmap *:before, .brambl-theme .map-section .gmap *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.brambl-theme .map-section .gmap .title {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;
}

.brambl-theme .map-section .gmap .gm-style-iw {
	width: 150px;
}

/* ======= Blog Slideshow ======= */
.brambl-theme .blog-slider {
	margin-bottom: 60px;
	margin-top: 80px;
	border: none;
	height: 400px;
	-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: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.brambl-theme .blog-slider .slide {
	display: block;
	height: 400px;
	background-color: #253340;
}

.brambl-theme .blog-slider .slide:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	z-index: 10;
}

.brambl-theme .blog-slider .slide.slide-1 {
	background: #253340 url('../images/blog/post-1.jpg') no-repeat 50% top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.brambl-theme .blog-slider .slide.slide-2 {
	background: #253340 url('../images/blog/post-2.jpg') no-repeat 50% top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.brambl-theme .blog-slider .slide.slide-3 {
	background: #253340 url('../images/blog/post-3.jpg') no-repeat 50% top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.brambl-theme .blog-slider .slide.slide-4 {
	background: #253340 url('../images/blog/post-4.jpg') no-repeat 50% top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.brambl-theme .blog-slider .flex-control-nav {
	bottom: 15px;
	z-index: 10;
}

.brambl-theme .blog-slider .flex-control-nav li a {
	background: #5e5e5e;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.brambl-theme .blog-slider .flex-control-nav li a.flex-active {
	background: #fff;
}

.brambl-theme .blog-slider .flex-direction-nav a {
	text-shadow: none;
	color: #fff;
	position: absolute;
	width: 30px;
	height: 50px;
	display: block;
}

.brambl-theme .blog-slider .flex-direction-nav a.flex-prev {
	left: 5% !important;
}

.brambl-theme .blog-slider .flex-direction-nav a.flex-prev:before {
	content: "";
	text-indent: -9999px;
	background: url('../images/flexslider/carousel-arrow-prev.png') no-repeat left top;
	display: block;
	width: 30px;
	height: 50px;
}

.brambl-theme .blog-slider .flex-direction-nav a.flex-next {
	right: 5% !important;
}

.brambl-theme .blog-slider .flex-direction-nav a.flex-next:before {
	content: "";
	text-indent: -9999px;
	background: url('../images/flexslider/carousel-arrow-next.png') no-repeat right top;
	display: block;
	width: 30px;
	height: 50px;
}

.brambl-theme .blog-slider:hover .flex-prev {
	left: 5% !important;
}

.brambl-theme .blog-slider:hover .flex-next {
	right: 5% !important;
}

.brambl-theme .blog-slider .flex-caption {
	padding-top: 90px;
	position: relative;
	z-index: 20;
	text-align: center;
	color: #fff;
}

.brambl-theme .blog-slider .flex-caption a {
	color: #fff;
}

.brambl-theme .blog-slider .flex-caption .title {
	font-size: 42px;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 0;
}

.brambl-theme .blog-slider .flex-caption .title a:hover {
	text-decoration: none;
}

.brambl-theme .blog-slider .flex-caption .meta {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
	margin-bottom: 30px;
}

.brambl-theme .blog-slider .flex-caption a.more-link {
	color: #fff;
}

.brambl-theme .blog-slider .flex-caption a.more-link:hover {
	color: #ec6952;
}

/* Blog homepage */
.brambl-theme .blog-list .post {
	padding: 0 15px;
	margin-bottom: 30px;
}

.brambl-theme .blog-list .post .post-inner {
	padding: 0px;
	position: relative;
	border: 1px solid #eeeeee;
	-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;
	-webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}

.brambl-theme .blog-list .post .post-thumb {
	background: #253340;
	overflow: hidden;
	-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;
}

.brambl-theme .blog-list .post .post-thumb img {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-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;
	margin: 0 auto;
	text-align: center;
}

.brambl-theme .blog-list .post .post-thumb img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-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;
}

.brambl-theme .blog-list .post .content {
	padding: 30px;
	padding-bottom: 15px;
	color: #666666;
}

.brambl-theme .blog-list .post .content .post-title {
	margin-top: 0;
	font-size: 18px;
}

.brambl-theme .blog-list .post .content .post-title a {
	color: #253340;
}

.brambl-theme .blog-list .post .content .post-entry {
	margin-bottom: 15px;
}

.brambl-theme .blog-list .post .content .meta {
	font-size: 13px;
	color: #999999;
	margin-bottom: 0;
}

.brambl-theme .blog-list .post .content .meta ul {
	margin-left: 0;
	border-top: 1px solid #eeeeee;
	padding-top: 15px;
}

.brambl-theme .blog-list .post .content .meta li:first-child {
	padding-left: 0;
}

.brambl-theme .blog-list .post .content .meta li .fa:not(.nettl-control) {
	margin-right: 5px;
}

.brambl-theme .blog-list .post .content .meta li a {
	color: #999999;
}

.brambl-theme .blog-list .post .content .meta li a:hover {
	color: #ec6952;
}

/* Single blog post */

.brambl-theme .blog-entry-heading h1, .brambl-theme .blog-entry-heading h2 {
	color: #fff;
}

.brambl-theme .blog-entry-heading {
	margin-bottom: 60px;
	position: relative;
	min-height: 500px;
	background: #253340 url('../images/blog/post-2.jpg') no-repeat 50% top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
}

.brambl-theme .blog-entry-heading:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
}

.brambl-theme .blog-entry-heading .container {
	position: relative;
	z-index: 11;
	max-width: 700px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 120px;
}

.brambl-theme .blog-entry-heading .title {
	margin-bottom: 30px;
	font-size: 42px;
}

.brambl-theme .blog-entry-heading .meta {
	font-size: 18px;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.brambl-theme .blog-entry-heading .meta a {
	color: #fff;
}

.brambl-theme .blog-entry-heading .meta a:hover {
	color: #fff;
}

.brambl-theme .blog-entry-heading .meta .fa:not(.nettl-control) {
	margin-right: 5px;
}

.brambl-theme .blog-entry-content {
	font-size: 18px;
	line-height: 1.6;
	color: #666666;
}

.brambl-theme h1, .brambl-theme  h2, .brambl-theme  h3, .brambl-theme  h4, .brambl-theme  h5, .brambl-theme  h6 {
	color: #4a6781;
}

.brambl-theme .blog-entry-content h1.section-heading, .brambl-theme .blog-entry-content h2.section-heading, .brambl-theme .blog-entry-content h3.section-heading, .brambl-theme .blog-entry-content h4.section-heading, .brambl-theme .blog-entry-content h5.section-heading, .brambl-theme .blog-entry-content h6.section-heading {
	margin-top: 60px;
	margin-bottom: 30px;
}

.brambl-theme .blog-entry-content p {
	margin-bottom: 30px;
}

.brambl-theme .blog-entry-content ul, .brambl-theme .blog-entry-content ol {
	margin-bottom: 30px;
}

.brambl-theme .blog-entry-content ul li, .brambl-theme .blog-entry-content ol li {
	margin-bottom: 15px;
}

.brambl-theme .blog-entry-content .figure {
	margin-bottom: 30px;
}

.brambl-theme .blog-entry-content .figure .figure-caption {
	font-size: 16px;
	color: #999999;
	margin-top: 10px;
}

.brambl-theme .blog-entry-content .figure .figure-caption a {
	color: #999999;
}

.brambl-theme .blog-entry-content .figure .figure-caption a:hover {
	color: #ec6952;
}

.brambl-theme .blog-entry-content .custom-list-style {
	margin-bottom: 30px;
}

.brambl-theme .blog-entry-content .custom-list-style li {
	list-style: none;
	margin-bottom: 5px;
}

.brambl-theme .blog-entry-content .custom-list-style li .fa:not(.nettl-control) {
	margin-right: 10px;
	color: #ec6952;
}

.brambl-theme .custom-quote {
	border: none;
	padding: 60px 30px;
	font-family: 'Roboto slab', serif;
	font-weight: 300;
	font-style: italic;
	font-size: 20px;
}

.brambl-theme .custom-quote p {
	color: #666666;
	line-height: 1.6;
}

.brambl-theme .custom-quote .fa:not(.nettl-control) {
	color: #ec6952;
	margin-right: 10px;
}

.brambl-theme .custom-quote .source {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0 !important;
	font-size: 16px;
	text-align: right;
}

.brambl-theme .custom-quote .source .fa:not(.nettl-control) {
	margin-right: 5px;
}

.brambl-theme .custom-quote .source .name {
	color: #444444;
}

.brambl-theme .custom-quote .source .title {
	font-size: 16px;
	color: #999999;
}

.brambl-theme .box {
	padding: 30px;
	background: #f5f5f5;
}

.brambl-theme .blog-page .header > .navbar-fixed-top {
	-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);
	background: #fff;
}

.brambl-theme .blog-page .header h1.logo a {
	max-width: inherit;
	background: none;
	color: #ec6952;
	padding-left: 0;
	padding-top: 25px;
}

.brambl-theme .blog-page .header h1.logo a .sub {
	font-family: "Roboto", arial, sans-serif;
	color: #253340;
	font-weight: 300;
}

.brambl-theme .blog-page .header nav.navbar .nav > li .last {
	margin-right: 40px;
}

.brambl-theme .blog-page .header nav.navbar .nav > li .last .fa:not(.nettl-control) {
	font-size: 16px;
	margin-right: 5px;
}

/* Blog category page */
.brambl-theme .blog-category {
	margin-top: 160px;
}

.brambl-theme .blog-category .page-title {
	margin-top: 0;
	margin-bottom: 60px;
	font-weight: 300;
	font-size: 36px;
	padding-top: 80px;
}

.brambl-theme .blog-category .page-title .fa:not(.nettl-control) {
	color: #384d60;
	margin-right: 10px;
	font-size: 30px;
}

.brambl-theme .blog-category .blog-list .post .content .post-title {
	font-size: 24px;
}

.brambl-theme .blog-category .blog-list .post .content .meta ul {
	border-top: none;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
	padding-top: 5px;
}

.brambl-theme .blog-category .blog-category-list .post {
	margin-bottom: 60px;
}

/* Blog archive page */
.brambl-theme .blog-archive .blog-list .post .content {
	padding-left: 80px;
}

.brambl-theme .blog-archive .post {
	position: relative;
}

.brambl-theme .blog-archive .post .date-label {
	background: #f5f5f5;
	display: inline-block;
	width: 50px;
	height: 60px;
	text-align: center;
	font-size: 13px;
	position: absolute;
	left: 15px;
	top: 30px;
	color: #fff;
}

.brambl-theme .blog-archive .post .date-label .month {
	background: #253340;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	padding: 2px 0;
}

.brambl-theme .blog-archive .post .date-label .date-number {
	clear: left;
	display: block;
	padding-top: 5px;
	font-size: 18px;
	font-family: 'open sans', arial, sans-serif;
	font-weight: 500;
	color: #253340;
}

/* ======= About Page ======= */
.brambl-theme .story-section {
	padding-top: 90px;
	position: relative;
	z-index: 10;
}

.brambl-theme .story-section .title {
	font-size: 36px;
	margin-bottom: 60px;
	margin-top: 0;
	color: #fff;
	font-weight: 300;
}

.brambl-theme .story-section .story-container-inner {
	max-width: 900px;
	margin: 0 auto;
	background: #fff;
	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;
	text-align: left;
}

.brambl-theme .story-section .about {
	padding: 30px;
}

.brambl-theme .story-section .belife {
	border-color: #f19180;
	padding: 15px 30px;
	font-family: 'Roboto slab', serif;
	font-weight: 300;
	font-style: italic;
	font-size: 20px;
	margin: 60px 30px;
	color: #666666;
}

.brambl-theme .story-section .press-kit {
	padding-top: 60px;
	padding-bottom: 60px;
}

.brambl-theme .story-section .press-kit .title {
	color: #444444;
	font-size: 28px;
}

.brambl-theme .story-section .press-kit .btn {
	margin: 30px 0;
}

.brambl-theme .story-section.team {
	text-align: center;
}

.brambl-theme .story-section.team .title {
	color: #444444;
	font-size: 28px;
}

.brambl-theme .story-section.team .member {
	margin-bottom: 30px;
}

.brambl-theme .story-section.team .member .member-inner {
	background: rgba(0, 0, 0, 0.4);
	-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;
	-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;
	text-align: center;
}

.brambl-theme .story-section.team .member .member-inner img {
	margin: 0 auto;
}

.brambl-theme .story-section.team .member .member-inner:hover img {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.brambl-theme .story-section.team .member .member-inner:hover .social {
	visibility: visible;
}

.brambl-theme .story-section.team .member .profile {
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	text-align: center;
}

.brambl-theme .story-section.team .member .profile .info {
	padding: 15px 0;
}

.brambl-theme .story-section.team .member .profile .name {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
	font-size: 18px;
}

.brambl-theme .story-section.team .member .profile .job-title {
	color: #fff;
	font-size: 14px;
}

.brambl-theme .story-section.team .member .social {
	width: 100%;
	top: 50%;
	position: absolute;
	visibility: hidden;
}

.brambl-theme .story-section.team .member .social-list {
	display: inline-block;
	margin: 0 auto;
}

.brambl-theme .story-section.team .member .social-list a {
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	display: inline-block;
	width: 40px;
	height: 40px;
	-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;
}

.brambl-theme .story-section.team .member .social-list a .fa:not(.nettl-control) {
	padding-top: 10px;
	font-size: 18px;
}

.brambl-theme .story-section.team .member .social-list a:hover {
	background: #ec6952;
}

/* ======= Modal ======= */
.brambl-theme .modal.modal-video .modal-dialog {
	width: 760px;
	margin-top: 90px;
}

.brambl-theme .modal.modal-video .modal-body {
	padding: 0;
	padding-top: 0;
}

.brambl-theme .modal.modal-video .modal-header {
	border: none;
	padding: 0;
	position: relative;
}

.brambl-theme .modal.modal-video .modal-content {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.brambl-theme .modal.modal-video button.close {
	font-size: 36px;
	font-weight: 300;
	text-shadow: none;
	color: #fff;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	background: none;
	position: absolute;
	right: 0px;
	bottom: 5px;
	z-index: 10;
}

.brambl-theme .modal.modal-video button.close:hover {
	color: #ec6952;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.brambl-theme .modal-backdrop.in {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
}

/* ======= Login Page ======= */
.brambl-theme .has-full-screen-bg .upper-wrapper {
	background: #253340 url('../images/background/bg-screen-1.jpg') no-repeat 50% top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.brambl-theme .has-full-screen-bg.signup-page .upper-wrapper {
	background: #253340 url('../images/background/bg-screen-2.jpg') no-repeat 50% top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.brambl-theme .has-full-screen-bg .header h1.logo {
	float: none;
	text-align: center;
}

.brambl-theme .has-full-screen-bg .header h1.logo a {
	margin: 0 auto;
}

.brambl-theme .access-section {
	padding-bottom: 200px;
	padding-top: 90px;
	padding-left: 10px;
	padding-right: 10px;
}

.brambl-theme .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;
}

.brambl-theme .access-section .form-box .title {
	font-weight: 300;
	margin-bottom: 60px;
	margin-top: 0;
}

.brambl-theme .access-section.signup-section .title {
	margin-bottom: 15px;
}

.brambl-theme .access-section.signup-section .intro {
	margin-bottom: 60px;
}

.brambl-theme .access-section .form-group {
	position: relative;
}

.brambl-theme .access-section .form-group.email:before {
	content: "\f007";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 10px;
	top: 12px;
	color: #999999;
}

.brambl-theme .access-section .form-group.password:before {
	content: "\f023";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 10px;
	top: 12px;
	color: #999999;
}

.brambl-theme .access-section .form-control {
	font-size: 16px;
	padding-left: 30px;
	font-size: 14px;
}

.brambl-theme .access-section .form-control::-webkit-input-placeholder {
	/* WebKit browsers*/

	color: #999999;
}

.brambl-theme .access-section .form-control:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/

	color: #999999;
}

.brambl-theme .access-section .form-control::-moz-placeholder {
	/* Mozilla Firefox 19+*/

	color: #999999;
}

.brambl-theme .access-section .form-control:-ms-input-placeholder {
	/* Internet Explorer 10+*/

	color: #999999;
}

.brambl-theme .access-section .social-btns {
	padding-left: 60px;
	min-height: 250px;
	margin-bottom: 15px;
}

.brambl-theme .access-section .social-btns li {
	margin-bottom: 10px;
}

.brambl-theme .access-section .social-btns li .btn {
	color: #fff;
	min-width: 220px;
	text-align: left;
}

.brambl-theme .access-section .social-btns li .btn:hover {
	color: #fff;
}

.brambl-theme .access-section .social-btns li .btn .fa:not(.nettl-control) {
	font-size: 18px;
	position: relative;
	top: 2px;
	margin-right: 10px;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	padding-right: 10px;
	width: 30px;
}

.brambl-theme .access-section .twitter-btn {
	background: #55acee;
}

.brambl-theme .access-section .twitter-btn:hover {
	background: #2795e9;
}

.brambl-theme .access-section .facebook-btn {
	background: #3b5998;
}

.brambl-theme .access-section .facebook-btn:hover {
	background: #2d4373;
}

.brambl-theme .access-section .google-btn {
	background: #dd4b39;
}

.brambl-theme .access-section .google-btn:hover {
	background: #c23321;
}

.brambl-theme .access-section .github-btn {
	background: #444444;
}

.brambl-theme .access-section .github-btn:hover {
	background: #2b2b2b;
}

.brambl-theme .access-section .forgot-password {
	font-size: 13px;
	margin-top: 10px;
}

.brambl-theme .access-section .forgot-password a {
	color: #999999;
}

.brambl-theme .access-section .forgot-password a:hover {
	text-decoration: underline;
	color: #ec6952;
}

.brambl-theme .access-section .divider {
	border-left: none;
	margin-bottom: 30px;
	position: static;
}

.brambl-theme .access-section .divider span {
	background: #fff;
	display: inline-block;
	padding: 0 10px;
	position: relative;
	top: inherit;
	text-transform: uppercase;
	color: #999999;
}

.brambl-theme .access-section .divider:before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	background: #e5e5e5;
	height: 1px;
	width: 100%;
}

.brambl-theme .access-section .social-btns {
	padding-left: 0;
	text-align: center;
}

.brambl-theme .access-section .social-btns .btn {
	min-width: 100%;
}

.brambl-theme .access-section .social-btns .social-login {
	display: inline-block;
	margin: 0 auto;
}

.brambl-theme .access-section .note {
	color: #999999;
	font-size: 13px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.brambl-theme .access-section .btn + .note {
	margin: 15px 0;
}

.brambl-theme .access-section .remember label {
	font-size: 14px;
	color: #666666;
}

.brambl-theme .access-section .lead {
	font-size: 14px;
	color: #999999;
	margin-top: 30px;
}

/* ======= Reset Password Page ======= */
.brambl-theme .resetpass-section .form-box .title {
	margin-bottom: 30px;
}

.brambl-theme .resetpass-section .intro {
	font-size: 16px;
	margin-bottom: 30px;
}

/* ======= Footer ======= */
.brambl-theme .footer {
	background: #253340;
	color: #fff;
	padding-top: 40px;
	font-size: 14px;
	position: relative;
	z-index: 20;
}

.brambl-theme .footer .btn, .brambl-theme .footer .btn {
	padding: 9px 10px;
}

.brambl-theme .footer .footer-col.links .fa:not(.nettl-control){
	margin-right: 5px;
}

.brambl-theme .footer .footer-col.links li {
	margin-bottom: 10px;
}

.brambl-theme .footer .footer-col.connect .social {
	margin-bottom: 15px;
	overflow: hidden;
}

.brambl-theme .footer .footer-col.connect .social li {
	margin-right: 10px;
}

.brambl-theme .footer .footer-col.connect .social li a .fa:not(.nettl-control){
	font-size: 22px;
}

.brambl-theme .footer .footer-col.connect .social li a:hover .fa:not(.nettl-control){
	color: #ec6952;
}

.brambl-theme .footer .footer-col.connect .btn-primary {
	background: #5d80a1;
	border-color: #5d80a1;
}

.brambl-theme .footer .footer-col.connect .btn-primary:hover {
	background: #4a6781;
	border-color: #4a6781;
}

.brambl-theme .footer .footer-col .title {
	font-weight: normal;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.brambl-theme .footer .footer-col .navbar-form {
	padding-left: 0;
	padding-right: 0;
}

.brambl-theme .footer .footer-col .navbar-form .form-control {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.brambl-theme .footer .footer-col .navbar-form .form-control:focus {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.brambl-theme .footer .has-divider {
	border-top: 1px solid #2b3b4a;
	padding-top: 30px;
	padding-bottom: 30px;
}

.brambl-theme .footer .download .download-list li {
	margin-bottom: 15px;
}

.brambl-theme .footer .download .download-list li .btn-ghost {
	text-align: left;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
	width: 230px;
}

.brambl-theme .footer .download .download-list li .btn-ghost:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.brambl-theme .footer .contact p a {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.brambl-theme .footer .contact .fa:not(.nettl-control){
	margin-right: 10px;
	font-size: 20px;
}

.brambl-theme .footer .contact .email .fa:not(.nettl-control){
	font-size: 16px;
}

.brambl-theme .footer .bottom-bar {
	background: #1e1e1e;
	color: #b3b3b3;
	font-size: 14px;
	padding: 10px 0;
}

.brambl-theme .footer .bottom-bar .copyright {
	line-height: 1.6;
}

/* ======= Pagination ======= */
.brambl-theme .pagination {
	margin-bottom: 60px;
	font-size: 14px;
	font-family: arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
}

.brambl-theme .pagination li a {
	-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: none;
	margin-right: 5px;
	color: #ec6952;
}

.brambl-theme .pagination li a:hover {
	color: #da3518;
}

.brambl-theme .pagination > .active > a, .brambl-theme .pagination > .active > span, .brambl-theme .pagination > .active > a:hover, .brambl-theme .pagination > .active > span:hover, .brambl-theme .pagination > .active > a:focus, .brambl-theme .pagination > .active > span:focus {
	background-color: #ec6952;
	border: none;
}

.brambl-theme .pagination > li > a:hover, .brambl-theme .pagination > li > span:hover, .brambl-theme .pagination > li > a:focus, .brambl-theme .pagination > li > span:focus {
	background-color: #fbe1dc;
	border: none;
}

.brambl-theme .pagination > li:first-child > a, .brambl-theme .pagination > li:first-child > span, .brambl-theme .pagination > li:last-child > a, .brambl-theme .pagination > li:last-child > span {
	-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;
	background: none;
}

/* ======= Search Form ======= */
.brambl-theme .searchbox-icon, .brambl-theme .searchbox-submit {
	width: 38px;
	height: 38px;
	display: block;
	position: absolute;
	top: 0;
	font-size: 16px;
	right: 0;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	line-height: 2.4;
	text-align: center;
	cursor: pointer;
	color: #ef7d69;
	background: #fff;
}

.brambl-theme .searchbox-icon:hover {
	color: #e9553b;
}

.brambl-theme .searchbox-submit {
	font-size: 14px;
	font-family: arial, sans-serif;
}

.brambl-theme .searchbox-container {
	width: 100%;
}

.brambl-theme .searchbox-container .searchbox {
	position: relative;
	display: inline-block;
	height: 38px;
	width: 100%;
	float: right;
	top: -50px;
	right: 0;
	/* new*/

	min-width: 38px;
	width: 0%;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
}

.brambl-theme .searchbox-container .searchbox.searchbox-open {
	width: 100%;
}

.brambl-theme .searchbox-container .searchbox.searchbox-open .searchbox-icon, .brambl-theme .searchbox-container .searchbox.searchbox-open .searchbox-submit {
	background: #ec6952;
	color: #fff;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.brambl-theme .searchbox-container .searchbox .searchbox-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #f5f5f5;
	border: 1px solid #eeeeee;
	width: 100%;
	height: 38px;
	margin: 0;
	padding-left: 20px;
	font-size: 13px;
}

.brambl-theme .searchbox-container .searchbox .searchbox-input::-webkit-input-placeholder {
	/* WebKit browsers*/

	color: #a6a6a6;
}

.brambl-theme .searchbox-container .searchbox .searchbox-input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/

	color: #a6a6a6;
}

.brambl-theme .searchbox-container .searchbox .searchbox-input::-moz-placeholder {
	/* Mozilla Firefox 19+*/

	color: #a6a6a6;
}

.brambl-theme .searchbox-container .searchbox .searchbox-input:-ms-input-placeholder {
	/* Internet Explorer 10+*/

	color: #a6a6a6;
}

/* ======= IE9 Fix ======= */
.brambl-theme .ie9 .pricing .item .ribbon, .brambl-theme .ie8 .pricing .item .ribbon {
	top: 0px;
	right: 0px;
	height: 60px;
}

.brambl-theme .ie9 .pricing .item .ribbon .text, .brambl-theme .ie8 .pricing .item .ribbon .text {
	position: static;
	font-size: 13px;
	width: auto;
	padding: 5px;
}

.brambl-theme .ie9 .pricing .item .ribbon .text:before, .brambl-theme .ie8 .pricing .item .ribbon .text:before, .brambl-theme .ie9 .pricing .item .ribbon .text:after, .brambl-theme .ie8 .pricing .item .ribbon .text:after {
	display: none;
}

/* ======= Configure Style (Remove in production) ======= */
.brambl-theme .config-wrapper {
	position: absolute;
	top: 100px;
	right: 0;
	z-index: 100;
}

.brambl-theme .config-wrapper-inner {
	position: relative;
}

.brambl-theme .config-trigger {
	display: block;
	position: absolute;
	left: -36px;
	width: 36px;
	height: 36px;
	background: #f5f5f5;
	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;
}

.brambl-theme .config-trigger:hover {
	text-decoration: none;
}

.brambl-theme .config-trigger:hover .fa:not(.nettl-control){
	color: #253340;
}

.brambl-theme .config-trigger .fa:not(.nettl-control){
	font-size: 22px;
	padding-top: 8px;
	display: block;
	color: #2b2b2b;
}

/* Extra small devices (phones,  less than 768px) */

@media (max-width: 767px) {
	.config-wrapper {
		display: none;
	}

	.brambl-theme #topcontrol {
		display: none !important;
	}

	.brambl-theme .header h1.logo {
		float: none;
		margin: inherit;
		text-align: center;
	}

	.brambl-theme .header h1.logo a {
		margin: 0 auto;
	}

	.brambl-theme .header > .navbar-fixed-top {
		position: relative;
	}

	.brambl-theme .navbar-collapse {
		border-top: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		width: 100%;
		top: 60px;
		position: absolute;
		background: #253340;
		z-index: 45;
	}

	.brambl-theme .navbar-collapse .nav {
		margin: 0;
	}

	.brambl-theme .navbar-brand {
		padding-left: 10px;
		padding-right: 10px;
	}

	.brambl-theme .header nav.navbar .nav .dropdown-menu:before {
		display: none;
	}

	.brambl-theme .navbar-fixed-top .navbar-collapse, .brambl-theme .navbar-fixed-bottom .navbar-collapse {
		max-height: inherit;
	}

	.brambl-theme .has-full-screen-bg.access-page .upper-wrapper {
		background: #384d60;
	}

	.brambl-theme .access-section {
		padding-top: 15px;
	}

	.brambl-theme .headline-bg + .section, .brambl-theme .bg-slider-wrapper + .section {
		padding-top: 45px;
	}

	.brambl-theme .pricing .intro {
		margin-bottom: 45px;
	}

	.brambl-theme .features-video iframe {
		padding: 5px;
	}

	.brambl-theme .features-tabbed {
		padding-top: 160px;
	}

	.brambl-theme .access-section {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 60px;
	}

	.brambl-theme .signup-page .form-box .intro {
		margin-bottom: 45px;
	}

	.brambl-theme .login-page .form-box .title {
		margin-bottom: 45px;
	}

	.brambl-theme .section .title {
		font-size: 32px;
	}

	.brambl-theme .section .intro {
		font-size: 16px;
	}

	.brambl-theme .why.item .content {
		margin-bottom: 60px;
	}

	.brambl-theme .why .control {
		top: 58px;
		margin-left: -30px;
	}

	.brambl-theme .why.item .title {
		margin-bottom: 30px;
		text-align: center;
	}

	.brambl-theme .testimonials .item .profile {
		position: static;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}

	.brambl-theme .testimonials .item .content {
		padding-left: 60px;
	}

	.brambl-theme .testimonials .item blockquote {
		font-size: 18px;
	}

	.brambl-theme .pricing .item.best-buy {
		position: static;
		z-index: inherit;
	}

	.brambl-theme .nav-tabs > li > a {
		padding: 10px 5px;
	}

	.brambl-theme .apps-section .phone-holder {
		-webkit-background-size: 280px auto;
		-moz-background-size: 280px auto;
		-o-background-size: 280px auto;
		background-size: 280px auto;
	}

	.brambl-theme .apps-section .phone-holder .screenshot {
		width: 242px;
		top: 66px;
	}

	.brambl-theme .searchbox-container .searchbox {
		width: 100%;
		top: inherit;
		float: none;
		margin-bottom: 30px;
	}

	.brambl-theme .searchbox-icon {
		display: none;
	}

	.brambl-theme .searchbox-icon, .brambl-theme .searchbox-submit {
		background: #ec6952;
		color: #fff;
		-webkit-border-top-right-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius-topright: 4px;
		-moz-border-radius-bottomright: 4px;
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-topleft: 0;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
	}

	.brambl-theme .searchbox-icon:hover, .brambl-theme .searchbox-submit:hover {
		color: #fff;
	}

	.brambl-theme nav.navbar .navbar-collapse .navbar-nav {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.brambl-theme .blog-page .header h1.logo {
		float: left;
		margin: inherit;
	}

	.brambl-theme .blog-page .header nav.navbar .navbar-toggle {
		margin-bottom: 0;
		top: 20px;
	}

	.brambl-theme .blog-page .header nav.navbar .navbar-toggle .icon-bar {
		background-color: #384d60;
	}

	.brambl-theme .blog-page .header nav.navbar .navbar-toggle:hover .icon-bar {
		background-color: #253340;
	}

	.brambl-theme .blog-page .flexslider {
		margin-top: 0;
	}

	.brambl-theme .blog-category {
		margin-top: 0;
	}

	.brambl-theme .blog-page .navbar-collapse {
		top: 80px;
	}

	.brambl-theme .blog-page .header > .navbar-fixed-top nav.navbar .nav > li  a {
		color: #fff;
	}

	.brambl-theme .blog-slider .flex-caption .title {
		font-size: 36px;
	}

	.brambl-theme .searchbox-container .searchbox .searchbox-input {
		position: static;
	}

	.brambl-theme .footer-col {
		margin-bottom: 30px;
	}

	.brambl-theme .footer-col .form-control {
		width: auto;
	}

	.brambl-theme .footer .footer-col .navbar-form {
		padding-left: 15px;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.brambl-theme .footer .footer-col .navbar-form .form-control {
		display: inline-block;
	}

	.brambl-theme .modal.modal-video .modal-dialog {
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	.brambl-theme .download-page .headline-bg {
		height: 1600px;
	}

	.brambl-theme .story-section .about {
		padding: 0;
	}

	.brambl-theme .story-section .belife {
		margin-left: 0;
		margin-right: 0;
	}

	.brambl-theme .story-section.team {
		padding: 0;
	}

	.brambl-theme .testimonials .carousel.slide {
		height: 500px !important;
	}

	.brambl-theme .testimonials .carousel-inner div:not(.carousel-caption) {
		background-position: center top !important;
		height: 500px;
	}
}

/* Small devices (tablets,  768px and up) */

@media (min-width: 768px) {
	.config-wrapper {
		display: none;
	}

	.brambl-theme .header {
		height: inherit;
	}

	.brambl-theme .header > .navbar-fixed-top {
		position: relative;
	}

	.brambl-theme .blog-slider {
		margin-top: 0;
	}

	.brambl-theme .blog {
		margin-top: 0;
	}

	.brambl-theme .header h1.logo {
		float: none;
		text-align: center;
	}

	.brambl-theme .header h1.logo a {
		margin: 0 auto;
	}

	.brambl-theme .navbar-brand {
		padding-left: 10px;
		padding-right: 10px;
	}

	.brambl-theme .header nav.navbar .nav > li  {
		margin-right: 10px;
	}

	.brambl-theme nav.navbar.navbar-right {
		float: none !important;
	}

	.brambl-theme .blog-page nav.navbar.navbar-right {
		float: right !important;
	}

	.brambl-theme .navbar-collapse.collapse {
		text-align: center;
	}

	.brambl-theme .navbar-collapse.collapse .navbar-nav {
		float: none;
		margin: 0 auto;
		display: inline-block;
	}

	.brambl-theme .blog-page .header h1.logo {
		float: left;
		margin: inherit;
	}

	.brambl-theme .promo {
		height: 420px;
		padding-top: 80px;
	}

	.brambl-theme .promo.section .intro {
		margin-bottom: 30px;
	}

	.brambl-theme .promo .btn-link {
		margin-top: 15px;
	}

	.brambl-theme .why.item .content {
		margin-bottom: 60px;
	}

	.brambl-theme .why .control {
		top: 128px;
		margin-left: -45px;
	}

	.brambl-theme .why.item .title {
		margin-bottom: 30px;
		text-align: center;
	}

	.brambl-theme .apps-section .phone-holder {
		-webkit-background-size: 280px auto;
		-moz-background-size: 280px auto;
		-o-background-size: 280px auto;
		background-size: 280px auto;
	}

	.brambl-theme .apps-section .phone-holder .screenshot {
		width: 242px;
		top: 66px;
	}

	.brambl-theme .footer-col {
		margin-bottom: 30px;
	}

	.brambl-theme .modal.modal-video .modal-dialog {
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	.brambl-theme .access-page .navbar-collapse.collapse .navbar-nav {
		display: none;
	}

}

/* Medium devices (desktops,  992px and up) */

@media (min-width: 992px) {
	.config-wrapper {
		display: block;
	}

	.brambl-theme .header {
		z-index: 1020;
	}

	.brambl-theme .header > .navbar-fixed-top {
		position: fixed;
		z-index: 1000;
		height: 80px;
		top: 0;
		-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);
	}

	.brambl-theme .header > .navbar-fixed-top h1.logo a {
		-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;
		color: #ec6952;
		background: #fff;
		padding-left: 0;
		padding-top: 25px;
	}

	.brambl-theme .navbar-form .form-control {
		width: 280px;
	}

	.brambl-theme .header h1.logo {
		float: left;
		margin: inherit;
	}

	.brambl-theme .header nav.navbar .nav > li  {
		margin-right: 15px;
	}

	.brambl-theme nav.navbar.navbar-right {
		float: right !important;
	}

	.brambl-theme .promo {
		height: 620px;
		padding-top: 120px;
	}

	.brambl-theme .promo.section .intro {
		margin-bottom: 45px;
	}

	.brambl-theme .promo .btn-link {
		margin-top: 15px;
	}

	.brambl-theme .why.item .content {
		margin-bottom: inherit;
	}

	.brambl-theme .why .control {
		top: 128px;
		margin-left: -28px;
	}

	.brambl-theme .modal.modal-video .modal-dialog {
		width: 760px;
		padding-left: 0;
		padding-right: 0;
	}

	.brambl-theme .access-page .navbar-collapse.collapse .navbar-nav {
		display: none;
	}

	.brambl-theme .access-section .divider {
		text-align: center;
		margin-bottom: 30px;
		color: #999999;
		text-transform: uppercase;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
	}

	.brambl-theme .access-section .divider span {
		background: #fff;
		display: inline-block;
		padding: 10px 0;
		position: relative;
		top: 80px;
		margin-left: -10px;
	}

	.brambl-theme .access-section .divider:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		background: #e5e5e5;
		height: 100%;
		width: 1px;
	}

	.brambl-theme .access-section .social-btns {
		padding-left: 65px;
	}

	.brambl-theme .access-section .social-btns .note {
		text-align: left;
	}

	.brambl-theme .blog-slider {
		margin-top: 80px;
	}

	.brambl-theme .why.item .title {
		margin-bottom: 15px;
		text-align: left;
	}

	.brambl-theme .why .figure {
		text-align: left;
	}

	.brambl-theme .blog-page .blog-category, .brambl-theme .blog-page .blog-archive {
		margin-top: 80px;
	}

	/* Only show QR code for desktop */
	.brambl-theme .download-area {
		overflow: hidden;
	}

	.brambl-theme .download-area .download-list {
		float: left;
	}

	.brambl-theme .download-area .qrcode-holder {
		float: left;
		margin-left: 45px;
		text-align: center;
	}

	.brambl-theme .download-area .qrcode-holder .qrcode {
		max-width: 140px;
		margin: 0 auto;
	}

	.brambl-theme .download-area .qrcode-holder .qrcode .caption {
		font-size: 12px;
		background: #fff;
		padding: 0 15px;
		padding-bottom: 15px;
		color: #253340;
		font-family: arial, sans-serif;
	}

	.brambl-theme .navbar-fixed-top .navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
	}

}

/* Large devices (large desktops,  1200px and up) */

