﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Quicksand');

body {font-family: 'Quicksand', sans-serif; font-size: 14px;}

/*
* {
    margin :0;
    padding :0; 
}
*/

body {
	color: #2d2d2d;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
	font-weight: 600;
}

.header {
    margin: 0 auto;
    top: 0;
    width: 100%;
    z-index: 999;
}


/* Modals */
.modal-content {
	border-radius: 0;
}

.modal-btn-close {
	display: block;
	position: absolute;
		top: 0px;
		right: 10px;
	z-index: 9999;
	color: #fff;
}

.modal-btn-close button.close {
	float: right;
    font-size: 30px;
    font-weight: lighter;
    line-height: 1;
    text-shadow: 0;
    filter: alpha(opacity=100);
    opacity: 1;
}


@media (max-width: 767px) {
	.modal-btn-close {
		display: block;
		position: absolute;
		top: 0px;
		right: 10px;
		z-index: 9999;
		color: #2d2d2d;
	}
	.modal-btn-close button.close {
		color: #2d2d2d;
	}	
}

.modal-open .container-fluid, .modal-open .container, .modal-open .wrap-contentarea {
    -webkit-filter: blur(3px) grayscale(90%);
	-moz-filter: blur(3px) grayscale(90%); 
	-o-filter: blur(3px) grayscale(90%); 
	-ms-filter: blur(3px) grayscale(90%);
}


.wrap-main-nav {
	position: absolute;
	top: 50px;
	width: 100%;
	z-index: 999;
}

.wrap-main-nav .navbar {
	margin-bottom: 0px;
}

.wrap-main-nav .navbar-default {
    background-color: transparent;
    border: 0;
}



.wrap-main-nav .navbar-default .navbar-nav > li > a {
    color: #fff;
	text-transform: uppercase;
}

.wrap-main-nav .navbar-default .navbar-toggle {
	border: 0;
}

.wrap-main-nav .navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

@media (max-width:767px){
	.wrap-main-nav .navbar-default .navbar-collapse {
		border-color: #e7e7e7;
		background-color: rgba(0,0,0,.6);
	}
}

.wrap-main-nav .navbar-toggle:focus, .wrap-main-nav .navbar-toggle:hover {
	color:#fff;
	background-color: transparent;
}



@media (min-width: 768px) {

	.wrap-main-nav .navbar-default .navbar-nav > li.current-menu-item > a:after {
		margin-top: 2px;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${calc_val})";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	.wrap-main-nav a:after {
		content: "";
		position: absolute;
		top: 80%;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #ffffff;
		margin-top: 0;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		transition: all .3s ease-in-out;
	}

}

/* Pagination */
.wrap-pagination .pagination {
	margin: 30px 0 0 0;
	border-radius: 0px;
}

.wrap-pagination .pagination > .active > a,
.wrap-pagination .pagination > .active > span,
.wrap-pagination .pagination > .active > a:hover,
.wrap-pagination .pagination > .active > span:hover,
.wrap-pagination .pagination > .active > a:focus,
.wrap-pagination .pagination > .active > span:focus {
	color: #fff;
    background-color: #0eb1a7;
    border-color: #0eb1a7;
}

.wrap-pagination .pagination > li > a,
.wrap-pagination .pagination > li > span {
	color: #0eb1a7;
}


.main-content-bordered {
	border: solid 1px #e5e5e5;
	padding: 26px;
	word-wrap: break-word;
}

@media (min-width: 768px) {
	.main-content-bordered {
		padding: 35px;
	}	
}

@media (min-width: 992px) {
	.main-content-bordered {
		padding: 40px;
	}	
}


/* Index Page */
.wrap-banner-lg {
	width: 100%; 
	height: 632px; 
	position: relative;
}

.banner-img-index {
	width: 100%; 
	height: 632px; 
	background: url("../images/banner-index.jpg") top center no-repeat; 
	background-size: cover;
}

.banner-img-index:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,0,0,.45);
}

.banner-inner {
	position: absolute;
	z-index: 100;
	padding: 220px 0 0 0;
	text-align: center;
	width: 100%;
	color: #ffffff;
}

.banner-inner h1 {
	margin-top: 0;
	padding: 0;
	width: 100%;
	font-size: 50px;
	color: #fff;
	font-weight: bold;
}

.banner-inner .form-group .input-lg {
	font-size: 14px;
}

.banner-inner .btn-lg {
	font-size: 14px;
	/*padding: 13px 56px;*/
	padding: 13px 0;
}

h1.main-heading{
	text-transform:none;
	color:#fff;
	font-size: 50px;
	font-weight: bold;
}

@media (max-width: 768px) {
	.wrap-banner-lg {
		width: 100%; 
		
		position: relative;
	}

	.banner-img-index {
		width: 100%; 
		
		background: url("../images/banner-index.jpg") top center no-repeat; 
		background-size: cover;
	}

	.banner-img-index:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: "";
		background: rgba(0,0,0,.45);
	}

	.banner-inner {
		position: absolute;
		z-index: 100;
		padding: 215px 0 0 0;
		text-align: center;
		width: 100%;
	}

	.banner-inner h1.main-heading {
		margin-bottom: 1.5em;
		margin-top: 0;
		padding: 0;
		width: 100%;
		letter-spacing: 2px;
		font-size: 32px;
		color: #fff;
		font-weight: bold;
	}	
}



.bg-light {
	background-color: #f5f5f5;
}




/* Top Bar */
.wrap-top-bar {
	background-color: #1c7697;
	padding: 0px;
	width: 100%;
	height: 46px;
	position: absolute;
	top: 0;
	z-index: 1000;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 2px;
	opacity: 0.9;
}

.top-label-inner {
	padding: 16px 0;
}

ul.main-top-links {
	margin-bottom: 0;
	padding-right: 10px;
}

ul.main-top-links li {
	padding-left: 8px;
	padding-right: 8px;
}

ul.main-top-links li a {
	color: #fff;
}

ul.main-top-links li a:hover {
	color: #fff;
}


/*
.line {								
	width: 1px;
	border: 1px solid #fff;
	height: 46px;
}
 */

/* Sticky Header */
.wrap-sticky-bar {
	background-color: #67bcdb;
	padding: 0px;
	width: 100%;
	height: 46px;
	position: absolute;
	top: 0;
	z-index: 1001;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 2px;
	display: none;
}

.sticky-logo {
	padding: 11px 0 0 12px;;
}

.sticky-logo img {
	height: auto;
}

.menu-box-top {
	padding-right: 12px;
	height: 46px;
	display: table;
}

.menu-box-top-inner {
	height: 46px;
	display: table-cell;
	vertical-align: middle;
}

.menu-box-top-inner img {
	height: 14px;
}


@media (max-width: 767px) {
	.wrap-offcanvas nav {
		
	}
}


.wrap-icon-box {
    background-color: #67bcdb;
    padding: 0px 20px;
    width: 100%;
    height: 46px;
    color: #fff;
}

.wrap-offcanvas nav {
	left: -24em;
	width: 22em;

}

.wrap-offcanvas .main-menu {
    padding-right: 0px;
}

.wrap-offcanvas nav {
	background-color: #67bcdb;
}

.main-menu li a, .main-menu li a:hover {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.main-menu li {
    border-bottom: 0px;
}

.main-menu li:hover {
    background-color: #6dc7e8;
}


.section-highlight {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
}


/* Main Sections */
.wrap-content {
	padding: 50px 0;
}


/* Tab */
.wrap-tab .nav-tabs > li a {
	border: 1px solid #ddd;
	border-radius: 0;
	text-transform: uppercase;
	color: #2d2d2d;
	font-size: 12px;
}

.wrap-tab .nav-tabs > .active > a, .wrap-tab .nav-tabs > .active > a:hover, .wrap-tab .nav-tabs > .active > a:focus {
	color: #0eb1a7;
	border: 1px solid #ddd;
}

@media (min-width: 768px) {
	.wrap-tab .nav-tabs > .active > a, .wrap-tab .nav-tabs > .active > a:hover, .wrap-tab .nav-tabs > .active > a:focus {
		border-bottom-color: #0eb1a7;
	}
}

.wrap-tab > .tab-content {
	padding: 25px 20px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.wrap-tab > .tab-content h1 {
	color: #2d2d2d;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

.wrap-tab > .tab-content h2 {
	color: #2d2d2d;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}

.tab-options {
	padding-top: 10px;
}

.tab-content hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #0eb2a7;
}






/* Modal Login */
.wrap-modal-main {
	margin: 0; 
	padding: 12px;
}
.wrap-modal-main h1 { 
	padding: 0; 
	font-weight: bold; 
	font-size: 24px;
	color: #717a8f; 
	margin: 0; 
}
.wrap-modal-main h2 {
	margin: 0; 
	padding: 0; 
	text-align: center; 
	font-size: 20px; 
	font-weight: nomal; 
	color: #2d2d2d;
}
.user-type {
	padding: 10px 0 30px 0;
	text-align: center;
}
.wrap-modal-main p {
	margin: 0; 
	padding: 15px 0;
}

.wrap-modal-main a.btn-login-social {
    text-align: center;
    text-shadow: none;
    line-height: normal;
    font-weight: 400;
    border: 0;
    padding: 9px 0;
    width: 100%;
    border-radius: 3px;
	display: block;
	color: #fff;
	font-size: 14px;
}

.wrap-modal-social-btn {
	padding-bottom: 10px;
}

a.btn-login-social.btn-login-facebook {
    background: #3b5998;
}

.btn-login-social i, a.btn-login-social i {
	text-align: center;
    font-size: 30px;
    padding: 0;
    margin-right: 0.4em;
	vertical-align: middle;
}

a.btn-login-social.btn-login-google {
    background: #dd5347;
	color: #fff;
}

a.btn-login-social.btn-login-email {
    background: #ff585b;
}

.wc-social-login-divider {
    text-align: center;
    overflow: hidden;
}

.wc-social-login-divider span {
    display: inline-block;
    position: relative;
}

.wc-social-login-divider span:after, .wc-social-login-divider span:before {
    background-color: #e5e5e5;
}

.wc-social-login-divider span:before {
    right: 100%;
    margin-right: 15px;
}

.wc-social-login-divider span:after, .wc-social-login-divider span:before {
    content: ' ';
    position: absolute;
    width: 600px;
    height: 1px;
    background: #ccc;
    top: 13px;
}

.wc-social-login-divider span:after {
    left: 100%;
    margin-left: 15px;
}

.wc-social-login-divider span:after, .wc-social-login-divider span:before {
    content: ' ';
    position: absolute;
    width: 600px;
    height: 1px;
    background: #ccc;
    top: 13px;
}

.wrap-modal-main form input[type=submit] {
    display: inline-block;
    vertical-align: middle;
}

.wrap-modal-main form input.btn {
	font-size: 14px;
	font-weight: normal;
}

a.sign-up-link {
	color: #0eb2a7;
}

a:hover.sign-up-link {
	color: #2181cd;
}

.form-row label {
	display: block;
}

.wrap-modal-main .checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}

.modal-form-spacer {
	padding-bottom: 15px;
}

.wrap-btn-dropdown {
	margin-bottom: 15px;
}

.wrap-btn-dropdown .dropdown-menu, .wrap-btn-dropdown .btn, .wrap-btn-dropdown .btn-group {
	width: 100%;
}


.wrap-dob {
	padding: 5px 0 15 0;
}

.wrap-dob .row {
	margin-left: 0px;
	margin-right: 0px;
}

.wrap-dob [class*='col-'] {
	padding-left: 0px;
	padding-right: 0px;
}





.light, h1.light {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}



/* Universal Buttons */
.btn-main {color:#fff; background-color:#0eb2a7; border-color:#0eb2a7; text-align: center; text-transform: uppercase; font-weight: bold;}
.btn-main:hover {color:#fff; background-color:#2181cd; border-color:#2181cd;}

.btn-sub {
    border: 1px solid #312aff;
    color: #fff;
    background-color: #312aff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	text-transform: uppercase;
	font-size: 12px;
}

.btn-sub:hover,
.btn-sub:focus {
    border: 1px solid #312aff;
    outline: 0;
    color: #fff;
    background-color: #312aff;
}

.btn-sub-secondary {
    border: 1px solid #0eafa7;
    color: #fff;
    background-color: #0eafa7;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	text-transform: uppercase;
	font-size: 12px;
}

.btn-sub-secondary:hover,
.btn-sub-secondary:focus {
    border: 1px solid #0eafa7;
    outline: 0;
    color: #fff;
    background-color: #0eafa7;
}

.btn-sub-inverse {
    border: 1px solid #d74141;
    color: #fff;
    background-color: #d74141;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	text-transform: uppercase;
	font-size: 12px;
}

.btn-sub-inverse:hover,
.btn-sub-inverse:focus {
    border: 1px solid #d74141;
    outline: 0;
    color: #fff;
    background-color: #d74141;
}

.btn-spacing-lg .btn {
	padding: 6px 40px;
}

.btn-main-xl {
	color:#fff; 
	background-color:#0eb2a7; 
	border-color:#0eb2a7; 
	text-align: center; 
	font-size: 15px;
	padding: 18px 40px;
	text-transform: uppercase;
}
.btn-main-xl:hover,
 .btn-main-xl:focus{
	color:#fff; 
	background-color:#2181cd; 
	border-color:#2181cd;
}


/* Collapsible */

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  
    content:"\e259";    
    color: #2d2d2d; 
	float: none;
	font-weight: normal;
	font-size: 14px;
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content:"\e258";   
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
	border-left: 0px;
	border-right: 0px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}



/* Content Panels MatchHeight */
@media only screen and (max-width : 767px) {
	.box {
		height: auto !important;
	} 
}




/* Footer */
.wrap-footer {
	margin: 0;
    padding: 5px 0 20px 0;
    width: 100%;
    background: #1c7697;
	color: #92d4d0;
	font-size: 14px;
}


.footer-inner {
	padding-right: 70px;
}

.footer-inner-last {
	padding-right: 0px;
}

.wrap-footer address {
    margin-bottom: 10px;
}

.footer-inner a, .footer-inner a:hover, .footer-inner a:focus, .footer-inner a.visited {
    color: #67bcdb;
	text-decoration: none;
}

.footer-inner ul {
	list-style-type: none;
	margin :0;
	padding: 0;
}

.footer-inner ul li a {
	color: #67bcdb;
}

.footer-inner ul li a:hover, .footer-inner ul li a:focus, .footer-inner ul li a.visited {
	color: #67bcdb;
	text-decoration: none;
}

.footer-heading {
	height: 60px;
	display: table;
	margin-bottom: 10px;
}

.footer-heading-inner {
	display: table-cell;
	vertical-align: bottom;
}

.footer-heading h1 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	vertical-align: bottom;
}

.footer-bottom {
	border-top: solid 1px #67bcdb;
	margin-top: 30px;
	padding-top: 15px;
	text-align: center;
}

.footer-logo {
	padding-bottom: 10px;
}

.footer-logo img {
	width: 125px;
}

.footer-bottom p {
	font-size: 11px;
}

.socmed {
	padding: 0 0 30px 0;
	width: 100%;
	text-align: center;
}

ul.social-blocks {
	margin-bottom: 0;
}
ul.social-blocks li a {
    font-size: 18px;
	line-height: 28px;
	font-weight: 500;
    display: block;
    width: 26px;
    height: 26px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border-radius: 100%;
    outline: 0;
    background-color: #fff;
	color: #051e1c;
}





.section-title.center h2 span.header-highlight {
	font-weight: 700;
	color: #67bcdb;
}

/* Footer */
p.footer-link a, p.footer-link {color:#67bcdb;}
p.footer-link a:hover {color:#fff;}

#footer i.fa {
	border-radius: 0;
	border: 0;
	padding: 0;
}

.footer-right {text-align:right;}
.wrap-language {padding-bottom:20px;}
.wrap-language label {padding-top:7px; padding-right:10px;}
.wrap-language select {background-color:#4c4c4c; border-color:#686868; color:#d3d3d3;}

#footer-upper div.footer-social a{
    height: 30px;
    width: 30px;
    border: 2px solid #8c8c8c;
    font-size: 14px;
    padding: 5px 10px;
    color: #8c8c8c;
	transition: all 0.5s;
}

#footer-upper div.footer-social a:hover {
	background: #21b24b;
	border-color: #21b24b;
	color: #ffffff;
}


nav#footer-upper{
	background: #111111;
	color: #ffffff;
	padding: 15px 0;
}

span.footer-copy {color:#8c8c8c;}


a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 80px;
	transition: all 0.5s;
}

a.fa.fa-angle-down:hover{
	background: #000;
	color: #ffffff;
	border: 2px solid #000;
}

.section-title.center.section-wrapper {
	padding-top: 60px;
}

.section-title hr{
	border-color: #67bcdb;
	border-width: 4px;
	width: 100px;
	float: left;
	clear: both;
}

.section-title.center .line{
	/*border-top: 4px solid #67bcdb;*/
	border: 0;
	height: 10px;
	width: 180px;
	text-align: center;
	margin: 0 auto;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
}

.section-title.center hr {
	border-top: 4px solid rgba(33, 178, 75, 0.34);
	width: 40px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left: 17%;
}


/* Buttons */
button.btn.tf-btn.btn-main, .btn.tf-btn.btn-main {
	background: #ee5315;
	border: 0;
	border-radius: 4px;
	padding: 15px 30px;
	color: #ffffff;
}

button.btn.tf-btn.btn-lg-main, .btn.tf-btn.btn-lg-main {
	background: #67bcdb ;
	border: 0;
	border-radius: 4px;
	padding: 20px 30px;
	color: #ffffff;
	font-size:1.3em;
}

button.btn.tf-btn.btn-lg-default, .btn.tf-btn.btn-lg-default {
	background: #1c7697;
	border: 0;
	border-radius: 4px;
	padding: 20px 40px;
	color: #ffffff;
	font-size:1.3em;
}

button.btn.tf-btn.btn-lg-reverse, .btn.tf-btn.btn-lg-reverse {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 20px 40px;
	color: #21b24b;
	font-size:1.3em;
	text-transform: uppercase;
	border: 2px solid #21b24b;
}

button.btn.tf-btn.btn-lg-reverse:hover, .btn.tf-btn.btn-lg-reverse:hover {
	background: #21b24b;
	border: 0;
	border-radius: 0;
	padding: 20px 40px;
	color: #ffffff;
	font-size:1.3em;
	text-transform: uppercase;
	border: 2px solid #21b24b;
}




/* Testimonials */
#testimonial .item p.quote {
    font-size: 18px;
	font-style:italic;
}


#tf-how{
/* How It Works Section */
	background: url(../images/03.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}
#tf-how .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto;
	background-attachment: fixed;
	padding: 80px 0;
}

#tf-how i.fa{
	font-size: 40px;
	border: 4px solid #FCAC45;
	width: 100px;
	height: 100px;
	padding: 27px 25px;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all 0.5s;
	background: #FCAC45;
}

#tf-how i.fa.fa-mobile{
	font-size: 50px;
	padding: 20px 25px;
}

.service {padding-bottom:30px;}

.service p {
	font-size: 14px;
}

#tf-how .service:hover>i.fa{
	background: transparent;
	color: #ffffff;
	border: 4px solid #FCAC45;
	color: #FCAC45;
}

#tf-drippler{
/* The App (second half) Section */
	background: url(../images/03.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}
#tf-drippler .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto;
	background-attachment: fixed;
	padding: 80px 0;
}

#tf-drippler i.fa{
	font-size: 40px;
	border: 4px solid #1c7697;
	width: 80px;
	height: 80px;
	padding: 17px 0;
	text-align: center;
	margin-bottom: 5px;
	border-radius: 8px;
	transition: all 0.5s;
	background: #1c7697;
}

#tf-drippler i.fa.fa-mobile{
	font-size: 50px;
	padding: 20px 25px;
}

.wrap-icon-colored {
	padding-bottom: 60px;
	text-align:center;
}

#tf-rippler {
    padding: 80px 0;
}

#tf-rippler i.fa {
	font-size: 70px;
	margin-bottom: 8px;
	transition: all 0.5s;
	color: #67bcdb;
}

.wrap-icon-colored h4 {
	margin-top: 0px;
	font-size: 18px;
}

.wrap-icon-colored p {
	font-size: 14px;
}

.text-contact {font-size:30px; font-weight:bold;}


h2 {
	line-height: 30px;
}

.wrap-modal-spacer {padding-bottom:30px;}
.wrap-promo-copy {text-align:center; padding-bottom:30px;}
.wrap-promo-copy p {font-size:1.3em;}

.big {font-size:3em;}

/* Video Embedding */
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-header.modal-promo-header {background-color:#21b24b; color:#fff;}


.content-text {padding-top: 140px; padding-bottom:30px;}

.section-highlight {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
}

.block-copy {
	margin-bottom: 20px;
}

.sub-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
	margin-bottom: 7px;
}

.copy-md p {
	font-size: 18px;
	margin: 0 0 22px;
}

.block-copy-bordered {
	border: solid 1px #fff;
	padding: 2em 3em;
	margin-bottom: 30px;
}

.form-section-header {
	margin-top: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

body.modal-open .bootstrap-datepicker-widget {
  z-index: 1100 !important; 
}


#tf-partners {
    padding: 80px 0;
}


nav#footer {
    background: #1c7697;
    color: #ffffff;
    padding: 20px 0 50px 0;
}


/* Inline Form */
#tf-inline .form-control {
    display: inline;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

button.btn.inline-btn.btn-main, .btn.inline-btn.btn-main {
	background: #ee5315;
	border: 0;
	border-radius: 0;
	padding: 7px 20px;
	color: #ffffff;
	text-transform: uppercase;
}

.footer-label {
	color:#8c8c8c;
	font-size: 12px; 
	text-transform: uppercase;
	padding-bottom: 6px;
}

.footer-text {text-align: right;}

.footer-contact-header {
	font-weight: bold;
	color: #67bcdb;
}

.footer-contact small {
	font-size: 12px;
}

.footer-contact {
	font-size: 18px;
}

@media (min-width: 768px) and (max-width: 991px) {
	#tf-inline .form-inline .form-group {display: block; margin-bottom: 15px;}
}


/* Fixed Footer */
html,body{
    padding: 0;
    margin: 0;
    height: 100%;
}
#wrapper-fixed {
    min-height: 100%;
    position: relative;
}
#footer-fixed {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #1c7697;
	color: #ffffff;
	padding: 20px 0 30px 0; 
	font-size: 11px;
}


/* Navigation (Non-Scrolling Blank) */
#blank-menu {
	padding: 20px;
	transition: all 0.8s;
}
#blank-menu.navbar-default {
	background-color: rgba(50, 190, 220, 100);
	border-color: rgba(231, 231, 231, 0);
}
#blank-menu a.navbar-brand {
text-transform: uppercase;
font-size: 22px;
color: #fff;
font-weight: 900;
}


/* Page Banner About Us */

.wrap-banner-full {
	width: 100%; 
	height: 500px; 
	position: relative;
}

.banner-about {
	width: 100%; 
	height: 500px; 
	background: url("../images/banner-about.jpg") center center no-repeat; 
	background-size: cover;
}

.banner-about::after {
  display: block;
  position: relative;
  /*background-image: linear-gradient(0deg, rgba(0,0,0,.7), transparent, transparent, transparent, rgba(0,0,0,.7));*/
  height: 500px; 
  width: 100%;
  content: '';
  background-color: #000000;
  opacity: 0.2;
}

section {
    padding: 60px 0;
    overflow: hidden;
}

section#about, section#rippler, section#contact, section#campaign, section#drippler, section#obb {
    background-color: #f1f1f1;
}

.inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#showmore {display: none;}

@media (min-width: 992px) {
	.sectionTemplate.twoColumn .contentBlock {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 8%;
		-moz-column-gap: 8%;
		column-gap: 8%;
		-webkit-column-fill: auto;
		-moz-column-fill: auto;
		column-fill: auto;
	}
	
	.contentBlock p {
		font-size: 1.4em;
		line-height: 1.5em;
		margin-bottom: 36px;
	}
}


/* Services */

.banner-services {
	width: 100%; 
	height: 500px; 
	background: url("../images/banner-services.jpg") center center no-repeat; 
	background-size: cover;
}

.banner-services::after {
  display: block;
  position: relative;
  /*background-image: linear-gradient(0deg, rgba(0,0,0,.7), transparent, transparent, transparent, rgba(0,0,0,.7));*/
  height: 500px; 
  width: 100%;
  content: '';
  background-color: #000000;
  opacity: 0.3;
}

.wrap-vertical {
	padding-top: 20px;
}

/* Vertical Tab */
.tabs-left, .tabs-right {
	border-bottom: none;
	padding-top: 20px;
}
.tabs-left {
	border-right: 1px solid #ddd;
}
.tabs-right {
	border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
	float: none;
}
.tabs-left>li {
	margin-right: -1px;
}
.tabs-right>li {
	margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
	border-bottom-color: #ddd;
	border-right-color: transparent;
	font-weight: bold;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
	border-bottom: 1px solid #ddd;
	border-left-color: transparent;
}
.tabs-left>li>a {
	margin-right: 0;
	display:block;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 1.2em;
	font-size: 0.8em;
	background-color: #f6f9f9;
}
.tabs-right>li>a {
	margin-right: 0;
}
.vertical-text {
	margin-top:50px;
	border: none;
	position: relative;
}
.vertical-text>li {
	height: 20px;
	width: 120px;
	margin-bottom: 100px;
}
.vertical-text>li>a {
	border-bottom: 1px solid #ddd;
	border-right-color: transparent;
	text-align: center;
	border-radius: 4px 4px 0px 0px;
}
.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
	border-bottom-color: transparent;
	border-right-color: #ddd;
	border-left-color: #ddd;
}
.vertical-text.tabs-left {
	left: -50px;
}
.vertical-text.tabs-right {
	right: -50px;
}
.vertical-text.tabs-right>li {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.vertical-text.tabs-left>li {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

@media (min-width: 992px) {
	.tabs-left>li>a {
		font-size: 1.2em;
	}
	.wrap-vertical .tab-content p {
		font-size: 1.2em;
		line-height: 1.5em;
		margin-bottom: 28px;
	}	
}

.wrap-vertical .tab-content {
	border-top: 1px solid #ddd;
	padding-top: 20px;
} 


/* Drippler */

#benefit .benefit-item {
	right: 0;
	margin: 0 0 15px;
}
#benefit .benefit-item .benefit-link {
	position: relative;
	display: block;
	max-width: 400px;
	margin: 0 auto;
	cursor: pointer;
}
#benefit .benefit-item .benefit-link .benefit-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
	opacity: 0;
	background: rgba(28, 118, 151, 0.9);
}
#benefit .benefit-item .benefit-link .benefit-hover:hover {
	opacity: 1;
}
#benefit .benefit-item .benefit-link .benefit-hover .benefit-hover-content {
	font-size: 20px;
	position: absolute;
	top: 35%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	color: white;
	padding-left: 15px;
	padding-right: 15px;
}
#benefit .benefit-item .benefit-link .benefit-hover .benefit-hover-content i {
	margin-top: -12px;
}
#benefit .benefit-item .benefit-link .benefit-hover .benefit-hover-content h3,
#benefit .benefit-item .benefit-link .benefit-hover .benefit-hover-content h4 {
	margin: 0;
}
#benefit .benefit-item .benefit-caption {
	max-width: 400px;
	margin: 0 auto;
	padding: 25px;
	text-align: center;
	background-color: white;
}
#benefit .benefit-item .benefit-caption h4 {
	margin: 0;
	text-transform: none;
}
#benefit .benefit-item .benefit-caption p {
	font-size: 16px;
	font-style: italic;
	margin: 0;
}

#benefit * {
	z-index: 2;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

@media (min-width: 767px) {
	#benefit .benefit-item {
		margin: 0 0 30px;
	}
}


.wrap-services-block {
	text-align:center;
	border: solid 1px #c2c2c2;
	margin-bottom: 15px;
	padding: 20px 10px;
}
.wrap-services-block i.fa {
	font-size: 70px;
	margin-bottom: 8px;
	transition: all 0.5s;
	color: #67bcdb;
}

.wrap-services-block h4 {
	margin-top: 0px;
	font-size: 18px;
}

.wrap-padding-top {
	padding-top: 20px;
}

.wrap-services-block a, .wrap-services-block a:active, .wrap-services-block a:visited {
	color: #2d2d2d;
}



/* Contact Us */

.banner-contact {
	width: 100%; 
	height: 500px; 
	background: url("../images/banner-contact.jpg") center center no-repeat; 
	background-size: cover;
}

.banner-contact::after {
  display: block;
  position: relative;
  /*background-image: linear-gradient(0deg, rgba(0,0,0,.7), transparent, transparent, transparent, rgba(0,0,0,.7));*/
  height: 500px; 
  width: 100%;
  content: '';
  background-color: #000000;
  opacity: 0.2;
}

.wrap-bg-white {
	background-color: #ffffff;
	box-shadow: 0 0 50px 0 rgba(26,26,26,.19);
    padding: 50px 60px;
}

.wrap-bg-white p {
	margin: 0;
    padding: 15px 0;
}

.wrap-bg-white .nav-tabs > li {
	font-size: 18px;
	font-weight: bold;
}
.wrap-bg-white h4 {
	padding-bottom: 10px;
}



/* Rippler */

.banner-rippler {
	width: 100%; 
	height: 500px; 
	background: url("../images/banner-rippler.jpg") center center no-repeat; 
	background-size: cover;
}

.banner-rippler::after {
  display: block;
  position: relative;
  /*background-image: linear-gradient(0deg, rgba(0,0,0,.7), transparent, transparent, transparent, rgba(0,0,0,.7));*/
  height: 500px; 
  width: 100%;
  content: '';
  background-color: #000000;
  opacity: 0.2;
}


.wrap-banner-blank {
	width: 100%; 
	height: 20px; 
	position: relative;
}


.testimonial p {
	font-size: 26px;
}


/* Thumbnail (Testimonials) */
.tn-block {
	padding: 30px 0 0 0;
}

.tn-block .thumbnail {
	padding: 0;
	margin-bottom: 30px;
}

.tn-header {
	position: relative;
}

.tn-img {
	position: relative;
	height: 250px;
}

.tn-img img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-right: auto;
    margin-left: auto;
	display: block;
    width: 100%;
    height: 250px;
}

.tn-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.45);
    width: 100%;
    height: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.tn-img-clear {
	position: relative;
	height: 250px;
}

.tn-img-clear img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-right: auto;
    margin-left: auto;
	display: block;
    width: 100%;
    height: 250px;
}

.tn-footer-lg {
	padding: 36px;
}



/* Drippler */

.banner-drippler {
	width: 100%; 
	height: 500px; 
	background: url("../images/banner-drippler.jpg") center center no-repeat; 
	background-size: cover;
}

.banner-drippler::after {
  display: block;
  position: relative;
  /*background-image: linear-gradient(0deg, rgba(0,0,0,.7), transparent, transparent, transparent, rgba(0,0,0,.7));*/
  height: 500px; 
  width: 100%;
  content: '';
  background-color: #000000;
  opacity: 0.2;
}



/* Campaign Landing */

.pg-blank {
	padding-top:130px;
	padding-bottom: 130px;
}

.campaign-img-main img {
	width: 100%;
}

.wrap-quickform {
	padding-top: 70px;
}

.wrap-quickform .nav-tabs > li {
	font-size: 18px;
	font-weight: bold;
}
.wrap-quickform h4 {
	padding-bottom: 10px;
}

.pad-top {
	padding-top:10px;
}

.text-center {
	text-align: center;
}

.hr-label {
    position: relative;
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;
    clear: both;
    overflow: hidden;
}

.hr-label::before, .hr-label::after {
    content: '';
    position: relative;
    width: 40%;
    background-color: rgba(0,0,0,0.2);
    display: inline-block;
    height: 1px;
    vertical-align: middle;
}

.hr-label span {
  display: inline-block;
  position: relative;  
}

.hr-label span:before {
  margin-right: 15px;
}
.hr-label span:after {
  margin-left: 15px;
}


.btn.btn-sub {
	background: #ee5315;
	border: 0;
	border-radius: 4px;
	padding: 10px 20px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
}

.btn.btn-fb {
	background: #4267B2;
	border: 0;
	border-radius: 4px;
	padding: 10px 20px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
}

.campaign-details {
	border-left: 5px solid #67bcdb;
	background-color: #e1e1e1;
	padding: 10px 15px;
}

.campaign-details h4 {
	font-weight: bold;
}

.campaign-block {
	padding-top: 30px;
}


/* OBB */

.banner-obb {
	width: 100%; 
	height: 500px; 
	background: url("../images/banner-obb.jpg") center center no-repeat; 
	background-size: cover;
}

.banner-obb::after {
  display: block;
  position: relative;
  /*background-image: linear-gradient(0deg, rgba(0,0,0,.7), transparent, transparent, transparent, rgba(0,0,0,.7));*/
  height: 500px; 
  width: 100%;
  content: '';
  background-color: #000000;
  opacity: 0.2;
}


.section-buttons {
	background-color: #f1f1f1;
}

section.section-buttons {
	padding: 20px 0;
}

.block-action {
	background: #67bcdb;
    border: solid 4px #fff;
    border-radius: 4px;
    padding: 15px 20px;
    color: #ffffff;
    font-size: 1.3em;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}

.block-action a, .block-action a:visited {
	color: #ffffff;
}

.block-obb {
	border: solid 1px #cccccc;
	border-left: solid 4px #FCAC45;
	padding: 15px 30px;
	background-color: #fff;
}

.obb-subheader {
    margin-top: 14px;
    font-size: 18px;
    font-weight: 600;
}

.obb-intro {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}

.obb-logo-float {
	margin-right: 20px;
	margin-bottom: 5px;
}


/* Media Query */
@media (max-width: 767px) {
	button.btn.tf-btn.btn-lg-default, .btn.tf-btn.btn-lg-default, button.btn.tf-btn.btn-lg-main, .btn.tf-btn.btn-lg-main {
		padding: 15px 20px;
		font-size:1.1em;
	}
	.wrap-language label {padding-top:0px; padding-right:0px;}
	.text-left {text-align: center;}
	.footer-text {text-align: center;}
}

@media (min-width: 992px) {
	span.linebreaker {display: block;}
	.wrap-quickform {padding-left: 50px; padding-top: 0px;}
}

@media (min-width: 768px) {
	.sub-title {
		font-size: 24px;
	}
	.block-copy-bordered {
		padding: 3em 5em;
	}
}




/*  Bootstrap 5-Columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}



.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

@media (min-width: 992px) {
    .col-md-offset-1-and-half {
        margin-left: 12.499999995%; 
    }
}

@media (min-width: 1200px) {
    .col-lg-offset-1-and-half {
        margin-left: 12.499999995%; 
    }
}



/*  Bootstrap Clearfix */

/* Mobile */
@media screen and (max-width: 767px) {
	.col-xs-1:nth-child(12n+1),
	.col-xs-2:nth-child(6n+1),
	.col-xs-3:nth-child(4n+1),
	.col-xs-4:nth-child(3n+1),
	.col-xs-6:nth-child(2n+1){
		clear: left;
	}
}

/*  Tablet  */
@media (min-width:768px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: none;
  }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Medium Desktop  */
@media (min-width:992px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Large Desktop  */
@media (min-width:1200px){

  /* Column clear fix */
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1){
    clear: left;
  }
} 	


/*  8-column Grid  */
.col-xs-8r,
.col-sm-8r,
.col-md-8r,
.col-lg-8r {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-8r {
    width: 12.5%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-8r {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-8r {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-8r {
        width: 12.5%;
        float: left;
    }
}
	