<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*
TABLE OF CONTENTS

1) Fonts
2) Typography
3) Layout
4) Sections
5) Pages ( blog, about etc )
6) Template Elements
7) Navigations
8) Main Slideshow
9) Blocks/Widgets
10) Owl carousel
**/

/* 1 Fonts
----------------------------------------------------------------------------- */
body, input, textarea, select, blockquote, .main-navigation .navbar ul ul {
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6, .logo, .main-navigation .navbar, .btn, .caption {
	font-family: 'Questrial', sans-serif;
}

/* 2 Typography
----------------------------------------------------------------------------- */
body {
	font-size: 18px;
	line-height: 1.6em;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	color: #727570;
	background-color: #dcd4b8;
	font-weight: 300;

}

h1, h2, h3, h4, h5, h6 {
	color: #404041;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #404041;
}
h1 {
	font-size: 48px;
	font-weight: 700;
}
h2 {
	font-size: 32px;
	margin-bottom: 15px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
	font-weight: 700;
}
h5 {
	font-size: 14px;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
h1.page-title {
	margin: 25px 0 10px;
	font-size: 36px;
}
.main-content h1 {
	margin-bottom: 15px;
}
.title {
	margin-top: 0;
}

p {
	margin-bottom: 16px;
}
a {
	color: #009d9c;
	-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;
			transition: all 0.2s ease-in-out;
}
a:hover {
	color: #404041;
	text-decoration: none;
}
.preload * {
	-webkit-transition: none !important;
	   -moz-transition: none !important;
		-ms-transition: none !important;
		 -o-transition: none !important;
			transition: none !important;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
blockquote {
	border-left: none;
	display: block;
	margin: 30px auto 20px;
	font-size: 18px;
	position: relative;
	padding: 10px 0;
	/*margin-left: 95px;*/
}
/*blockquote:after {
	content: "â€œ";
	width: 75px;
	height: 75px;
	text-align: center;
	line-height: 48px;
	font-size: 140px;
	color: #eaeaea;
	font-family: 'PT Serif', serif;
	position: absolute;
	top: 30px;
	left: -95px;
}
.blockquote:before {
	font-family: 'PT Serif', serif;
	content: "â€œ";
	font-size: 40px;
}*/

mark, .mark {
	background-color: #009d9c;
	color: #ffffff;
}
pre {
	padding: 20px;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
    		border-radius: 0px;
}

/* Lists
----------------------------------*/
ul, ol {
	margin-bottom: 20px;
}
.list {
	list-style: none;
	padding: 0;
	margin: 15px 0;
}
.list li {
	padding: 4px 0;
}
.list-triangle {
	list-style: none;
	padding-left: 20px;
	margin: 20px 0;
}
.list-triangle li {
	padding: 5px 0 0;
	position: relative;
}
.list-triangle li:after {
	font-family: "FontAwesome";
	content: "\f0da";
	position: absolute;
	left: -20px;
	color: #009d9c;
	top: 6px;
}

/* Tables 
----------------------------------*/
.table &gt; thead &gt; tr &gt; th {
	vertical-align: bottom;
	border-bottom: 1px solid blue;
	background-color: green;
	color: orange;
}
/*.table-bordered {
	border-color: #009d9c;
}*/
/*.table-bordered &gt; thead &gt; tr &gt; th, 
.table-bordered &gt; tbody &gt; tr &gt; th, 
.table-bordered &gt; tfoot &gt; tr &gt; th, 
.table-bordered &gt; thead &gt; tr &gt; td, 
.table-bordered &gt; tbody &gt; tr &gt; td, 
.table-bordered &gt; tfoot &gt; tr &gt; td {
	border-color: #E2E2E2;
}*/


.table tbody tr td {
	border-top: none !important;
	padding-top: 0px;
}

/* Media queries
----------------------------------*/
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width:991px) {
	h1.page-title {
		font-size: 32px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	blockquote {
		padding: 10px;
		margin: 20px 0 20px 45px;
	}
	blockquote:after {
		font-size: 100px;
		left: -65px;
	}
}

/* 3 Layout
----------------------------------------------------------------------------- */

.page-wrapper {
	background-color: #f7fafa;
	border-top: none;
	overflow:hidden;
}
.page-wrapper.boxed { 
	margin-right: auto;
	margin-left: auto;
	position: relative;
	box-shadow: 0px 0px 20px #C2C2C2;
}


.header-top {
	background-color: transparent;
	padding: 25px 0px 0px 0px;
	text-align: center;
}
@media (min-width:768px) {
	.header-top {
		text-align: right;
		padding: 0px 0px 0px 0px;
	}
}


.main-navigation {
	margin-top: 0px;
	padding-top: 0px;
	z-index: 3;
	position: relative;
	background-color: transparent;
}
.header-style-2 {
	border-top: none;
}


.not-front .main-content-wrapper {
	padding-bottom: 80px;
}





/* Miscellaneous
----------------------------------*/
.space {
	padding: 25px 0px;
}
.separator {
	width: 100%;
	background-color: #eeeeee;
	height: 1px;
	text-align: center;
	margin: 35px auto;
	position: relative;
}
/*.separator:after {
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #009d9c;
	content: "";
	top: -4px;
	margin-left: -4px;
	left: 50%;
}*/
.separator-2 {
	width: 100%;
	background-color: #009d9c;
	height: 1px;
	margin: 25px 0 0px 0;
}
.vertical-div {
	height: 20px;
	background-color: #434343;
	width: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
}
.divider {
	margin: 15px 0 !important;
}
.vertical-divider-left {
	border-left: 1px solid #eeeeee;
	padding-left: 50px;
	margin-left: 20px;
}
.vertical-divider-right {
	border-right: 1px solid #eeeeee;
	padding-right: 50px;
	margin-right: 20px;
}
.triangle {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 50px 50px 0;
	width: 50px !important;
	display: inline !important;
	border-color: transparent #f8f8f8 transparent transparent;
	position: relative;
}
.triangle.opened {
	border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
	top: -1px;
}
.small.triangle {
	border-width: 0 35px 35px 0;
	width: 35px !important;
}
.triangle i {
	position: absolute;
	top: 10px;
	left: 30px;
	font-size: 18px;
	color: #009d9c;
	-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;
			transition: all 0.2s ease-in-out;
}
.small.triangle i {
	font-size: 11px;
	top: 7px;
	left: 20px;
}
.triangle.opened i {
	color: #fff;
}

.object-non-visible, .csstransitions .caption-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible, .touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Media queries
----------------------------------*/
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	/*layout*/
	.page-wrapper.boxed { 
		width: 750px;
	}
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
	.page-wrapper.boxed { 
		width: 970px;
	}
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
	.page-wrapper.boxed { 
		width: 1200px;
	}
}
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width:991px) {
	/*layout*/

	.not-front .main-content {
		margin: 0 0 60px 0;
	}
	.not-front .sidebar + .main-content {
		margin: 60px 0 60px 0;
	}
	/*miscellaneous*/
	.side.vertical-divider-left {
		border-left: none;
		padding-left: 0px;
		margin-left: 0px;
	}
	.side.vertical-divider-right {
		border-right: none;
		padding-right: 0px;
		margin-right: 0px;
	}	
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	/* Fixed header position */
	.fixed.main-navigation {
		position: relative !important;
		top: auto !important;
	}
	article.main {
		margin-top: 0 !important;
	}
}

/* 4 Sections
----------------------------------------------------------------------------- */
/* Preheader
----------------------------------*/
.trigger {
	position: absolute;
	top: 100%;
	right: 0;
	cursor: pointer;
	font-size: 0;
	z-index: 1002;
	border-top: 1px solid transparent;
}
.preheader h2 {
	margin-top: 0;
}

/* Page-intro
----------------------------------*/
.page-intro * {
	color: #464646;
}

/* Sidebar
----------------------------------*/
.sidebar {
	font-size: 14px;
}

/* Footer
----------------------------------*/

.footer {
	background-color: #404041;
	color: #eee;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Questrial', sans-serif;
	border-top: 16px solid #dcd4b8;
	padding:80px 0px 50px 0px;
}
.footer p {
	max-width: 475px;
	padding:10px;
}
.footer a {
	color:#fff;
}
.footer a:hover {
	color:#dcd4b8;
}

.footer-contact-info  {
	list-style: none;
	margin:0;
	padding:10px;
}
.footer-contact-info li {
	display:block;
	margin:0;
	padding:5px 0px;
	font-size: 18px;
}
.footer-contact-info li i {
	margin-right: 8px;
	color:#009d9c;
	font-size: 24px;
}
.footer-contact-info li span {
	margin-left:40px;
}

footer .table {
	margin-top: 10px;
	margin-left:40px;
}


.logo-footer {
	margin: 0px 0 20px 0;
}
.logo-footer img {
	max-width: 400px;
}

footer i {
	color:#009d9c;
	font-size: 26px;
}





.footer iframe {
	margin-top: 40px;
	border: 8px solid #dcd4b8;
}




.nav-footer {
	padding:20px 8px 0px 0px;
  	list-style: none;
	display: flex;
	flex-direction:row;
	justify-content: center;
}
@media (min-width: 600px) {
	.nav-footer {
		justify-content: flex-end;
	}
}
.nav-footer li {
	padding:5px 0px;
}
.nav-footer li:nth-child(1):after,
.nav-footer li:nth-child(2):after,
.nav-footer li:nth-child(3):after,
.nav-footer li:nth-child(4):after {
	content: '|';
	padding:5px 10px;
}
.nav-footer li,
.nav-footer li a {
	color:#fff;
	font-size: 10px;
}
.nav-footer li a:hover {
	color:#dcd4b8;
}
@media (min-width: 600px) {
	.nav-footer li,
	.nav-footer li a {
		color:#fff;
		font-size: 12px;
	}
}


/* Mobile first queries */

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet */
@media (min-width: 568px) {}

/* Larger than tablet */
@media (min-width: 768px) {

}

/* Larger than desktop */
@media (min-width: 992px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

/* subfooter
----------------------------------*/
.subfooter {
	font-weight: 300;
	color: #404041;
	font-size: 12px;
	line-height: 1.2em;
	background: url("../images/texture/onia-pattern-30.png") repeat;
}
.subfooter p {
	margin: 0;
}
.subfooter {
	background-color: #dcd4b8;
	padding: 12px 0 10px 0;
}
.subfooter p {
	font-size: 10px;
	text-align: center;
}
.subfooter a {
	color: #404041 !important;
}
.subfooter a:hover {
	color: #9ba3a4!important;
}

/* Media queries
----------------------------------*/
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	/*subfooter*/
	.subfooter {
		text-align: center;
	}
}

/* Medium devices (desktops, tablets less than 991px) */
@media (max-width:991px) {
	.page-intro {
		text-align: center;
	}
}



/* 5 Pages
----------------------------------------------------------------------------- */
/* Blog 
----------------------------------*/
article {
	position: relative;
}
article header h2 {
	margin-top: 0;
}
article header h1 {
	margin-top: -3px;
}


/* Portfolio 
----------------------------------*/
.filters {
	margin: 0 0 40px 0;
}
.filters .nav-pills &gt; li {
	margin-right: 2px;
	margin-bottom: 2px;
}
.filters .nav-pills &gt; li + li {
	margin-left: 0px;
}

/* Portfolio Item 
----------------------------------*/
.portfolio-item.side {
	font-size: 14px;
}
.portfolio-item.side .list li strong {
	padding-right: 15px;
	position: relative;
}
.portfolio-item.side .list li strong:after {
	position: absolute;
	content: "";
	height: 60%;
	width: 1px;
	background-color: #CECECE;
	right: 9px;
	top: 5px;
}
#share a {
	margin: 3px 3px 0 0;
}



/* Small devices (tablets, phones, less than 767px) */
@media (max-width:767px) {
	.team-member {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Extra small devices (phones, less than 480px) */
@media (max-width:480px) {
	/*Portfolio page*/
	.filters .nav-pills &gt; li {
		display: inline-block;
		width: 100%;
	}

	/*Portfolio item page*/
	.portfolio-item.side .list {
		font-size: 13px;
	}
	.portfolio-item.side .list li strong {
		display: block;
	}
	.portfolio-item.side .list li strong:after {
		background-color: transparent;
	}
}

/* 6 Template Elements
----------------------------------------------------------------------------- */
.page-intro {
	min-height: 40px;
	margin: 0px;
	background-color: #dcd4b8;
	overflow:hidden;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}

.page-intro h1 {
	color:#404041;
	font-weight: 300;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 1px;
}

.page-intro-no-top-margin {
	min-height: 40px;
	margin: 0px;
	background-color: #dcd4b8;
	overflow:hidden;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}
.page-intro-no-top-margin h1 {
	color:#404041;
	font-weight: 300;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 1px;
}
.texture--overlay {
	background: url("../images/texture/onia-pattern-30.png") repeat;
}

/* Breadcrumb
----------------------------------*/

.breadcrumb {
	margin: 0;
	background-color: transparent;
	border-radius: 0;
	font-size: 10px;
	padding: 21px 0 11px 0;
}
.breadcrumb li a {
	color:#777474;
	font-weight: 400;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
.breadcrumb li i {
	color:#777474;
	padding-right: 8px;
}
.breadcrumb &gt; li + li:before {
	padding: 0 7px 0 5px;
	font-family: "FontAwesome";
	content: "\f0da";
	color: #777474;
}
.breadcrumb li {
	color:#777474;
}
.breadcrumb li.active {
	color:#777474;
}

/* Pager
----------------------------------*/
ul.pagination {
	margin: 0 0 80px;
	text-align: left;
}
ul.pagination li {
	padding: 0;
	margin: 0 15px 0 0;
	border-bottom: none;
	font-size: 12px;
	display: inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
ul.pagination li &gt; a, 
.pagination &gt; li:first-child &gt; a, 
.pagination &gt; li:last-child &gt; a {
	padding: 10px 15px;
	border: 1px solid #b2bfca;
	line-height: 1;
	background-color: transparent;
	display: inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #464646;
}
ul.pagination li &gt; a:hover {
	background-color: transparent;
	color: #ffffff;
	background-color: #3472a8;
	border-color: #3472a8;
}
ul.pagination li.active a, 
.pagination &gt; .active &gt; a:hover, 
.pagination &gt; .active &gt; a:focus {
	color: #ffffff;
	background-color: #3472a8;
	border-color: #3472a8;
	line-height: 1;
}
ul.pagination li &gt; a:focus {
	background: none;
}

/* Buttons
----------------------------------*/
.btn {
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	margin: 10px 0;
	-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;
			transition: all 0.2s ease-in-out;
}
.btn.more {
	margin-bottom: -1px;
}
.btn.btn-lg {
	padding: 12px 7px;
	font-size: 14px;
	min-width: 210px;
}
.btn.btn-sm {
	padding: 8px;
	font-size: 11px;
	min-width: 140px;
}
/* Larger than tablet */
@media (min-width: 750px) {
	.btn.btn-lg {
		padding: 17px 12px;
		font-size: 18px;
	}
	.btn.btn-sm {
		font-size: 14px;
	}
}
.btn-gray {
	color: #fff;
	background-color: #b2bfca;
	border-color: #b2bfca;
}
.btn-gray:hover, 
.btn-gray:focus, 
.btn-gray:active, 
.btn-gray.active, 
.open .dropdown-toggle.btn-gray {
	color: #fff;
	background-color: #bdbdbd;
	border-color: #bdbdbd;
}

/* Button with colored bg (the color of default buttons is the color of current color scheme)
----------------------------------*/
.btn-default {
	background-color: transparent;
	color: #009d9c;
	border-color: #009d9c !important;
	/*margin-top: 25px;*/	
}
#preheader-contact-form .btn-default.disabled,
#contact-form .btn-default.disabled,
#footer-form .btn-default.disabled {
	background-color: transparent;
	color: #009d9c;
	border-color: #009d9c;
	
}
.btn-default:hover, 
.btn-default:focus, 
.btn-default:active, 
.btn-default.active, 
.open .dropdown-toggle.btn-default {
	color: #009d9c;
	background-color: #009d9c !important;
	border-color: #009d9c;
}
#preheader-contact-form .btn-default.disabled,
#contact-form .btn-default.disabled,
#footer-form .btn-default.disabled {
	background-color: transparent;
	color: #fff;
	border-color: #009d9c;
	opacity: 1;
	filter: alpha(opacity=100);
}
/* Button with transparent bg
----------------------------------*/

.btn-implant {
	background-color: #009d9c;
	color: #fff;
	border: 1px solid #009d9c;
}
.btn-implant:hover {
	background-color: transparent;
	color: #009d9c;
	border: 1px solid #009d9c;
}
.btn-white {
	background-color: transparent;
	color: #eee;
	border: 1px solid #009d9c;
}
.footer .btn-white, .subfooter .btn-white {
	color: inherit;
}
.footer .btn-white:hover, .subfooter .btn-white:hover {
	color: #fff;
}
.btn-white:hover, 
.btn-white:focus, 
.btn-white:active, 
.btn-white.active, 
.open .dropdown-toggle.btn-white {
	color: #fff;
	background-color: #009d9c !important;
	border-color: #009d9c;
}
.bg-color-gray .btn-white {
	color: #fff;
	border-color: #fff;
}
.bg-color-gray .btn-white:hover, 
.bg-color-gray .btn-white:focus, 
.bg-color-gray .btn-white:active, 
.bg-color-gray .btn-white.active, 
.bg-color-gray .open .bg-color-gray 
.dropdown-toggle.btn-white {
	color: #fff;
	background-color: #798D9E;
	border-color: #798D9E;
}
.bg-color-default .btn-white {
	color: #fff;
	border-color: #fff;
}
.bg-color-default .btn-white:hover, 
.bg-color-default .btn-white:focus, 
.bg-color-default .btn-white:active, 
.bg-color-default .btn-white.active, 
.bg-color-default .open .bg-color-default 
.dropdown-toggle.btn-white {
	color: #fff;
	background-color: #3472a8;
	border-color: #3472a8;
}
/* Button with icon
----------------------------------*/
.btn-symb {
	min-width: 45px !important;
	color: #fff;
}
.btn-symb:hover, 
.btn-symb:focus, 
.btn-symb:active, 
.btn-symb.active {
	color: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.btn-facebook {
	background-color: #3b5998;
}
.btn-twitter {
	background-color: #4099ff;
}
.btn-googleplus {
	background-color: #d34836;
}
.btn i {
	font-size: 92%;
}
.btn-symb i {
	font-size: 100%;
}

/* Forms
----------------------------------*/
form {
	margin: 20px 0;
}
.sidebar form {
	margin: 5px 0 20px 0;
}
.navbar form {
	width: 250px;
}
.form-control {
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	height: 40px;
	padding-right: 30px;
	border-color: #b2bfca;
	color: #000;
	position: relative;
	-webkit-appearance: none;
}
.form-control:focus {
	border-color: #727272;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.preheader .form-control, .footer .form-control {
	color: #cecece;
	border: 2px solid #cecece;
}
.preheader .form-control:focus, .footer .form-control:focus {
	border-color: #ffffff;
}
.form-group {
	position: relative;
}
.form-group.name:after {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f007";
	bottom: 10px;
	right: 15px;
	color: #b2bfca;
}
.form-group.phone:after {
	position: absolute;
	font-family: "FontAwesome";
	content: "#";
	bottom: 10px;
	right: 15px;
	color: #b2bfca;
}
.form-group.email:after {
	position: absolute;
	font-family: "FontAwesome";
	content: "@";
	bottom: 10px;
	right: 15px;
	color: #b2bfca;
}
.form-group.subject:after {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f040";
	bottom: 10px;
	right: 15px;
	color: #b2bfca;
}
.form-group.message:after {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f003";
	bottom: 10px;
	right: 15px;
	color: #b2bfca;
}
.form-group.password:after {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f023";
	bottom: 10px;
	right: 15px;
	color: #b2bfca;
}
.form-group.search:after {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f002";
	bottom: 10px;
	right: 15px;
	color: #b2bfca;
}
.login-form {
	font-size: 14px;
}
.login-form .btn {
	min-width: 109px;
}
.login-form span {
	font-size: 14px;
	padding: 0 5px;
}
.login-form ul {
	padding-left: 17px;
	margin-bottom: 25px;
	margin-top: 5px;
}

/* Validation messages/forms
----------------------------------*/
.form-group.has-error:after {
	color: #a94442;
}
.form-group.has-error .form-control {
	border-color: #a94442;
	box-shadow: none;
	background-color: rgba(173, 69, 69, 0.05);
}
.form-group.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: none;
	background-color: transparent;
}
.form-group.has-success:after {
	content: "\f00c";
	color: #3c763d;
}
.form-group.has-success .form-control {
	border-color: #3c763d;
	box-shadow: none;
}
.form-group.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: none;
}
.form-group.has-error span {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	color: #a94442;
}
.preheader .form-group.has-error:after, 
.preheader .form-group.has-error .form-control, 
.preheader .form-group.has-error .form-control:focus, 
.preheader .form-group.has-error span, 
.footer .form-group.has-error:after, 
.footer .form-group.has-error .form-control, 
.footer .form-group.has-error .form-control:focus, 
.footer .form-group.has-error span {
	color: #fff;
}
.preheader .form-group.has-error .form-control, 
.preheader .form-group.has-error .form-control:focus, 
.footer .form-group.has-error .form-control, 
.footer .form-group.has-error .form-control:focus {
	border-color: #fff;
	background-color: transparent;
}
.preheader .form-group.has-success:after, 
.preheader .form-group.has-success .form-control, 
.preheader .form-group.has-success .form-control:focus, 
.footer .form-group.has-success:after, 
.footer .form-group.has-success .form-control, 
.footer .form-group.has-success .form-control:focus {
	color: #fff;
}
.preheader .form-group.has-success .form-control, 
.preheader .form-group.has-success .form-control:focus, 
.footer .form-group.has-success .form-control, 
.footer .form-group.has-success .form-control:focus {
	border-color: #fff;
}
.form-group label {
	font-weight: 400;
}
.preheader .form-group label, .preheader .form-group span {
	font-weight: 300;
}

/* Alerts
----------------------------------*/
.alert {
	margin: 20px 0;
	border-radius: 0;
}

/* Tabs
----------------------------------*/
.nav-tabs {
	border-bottom: 1px solid #009d9c;
	margin: 10px 0 20px 0;
}
.nav-tabs &gt; li {
	float: left;
	margin-bottom: 0;
	padding: 0;
	margin-left: 0;
	border-bottom: none;
}
.nav-tabs &gt; li &gt; a {
	margin-right: 5px;
	padding: 10px 20px;
	display: block;
	text-transform: uppercase;
	color: #464646;
	border-radius: 0;
	font-size: 14px;
	background-color: #f9fbfb;
	position: relative;
	border: 1px solid #f9f9f9;
	border-bottom: 1px solid #fff;
	-webkit-transition: none;
	   -moz-transition: none;
		-ms-transition: none;
		 -o-transition: none;
			transition: none;	
}
.nav-tabs li a i {
	padding-right: 10px;
	font-size: 14px;
}
.nav-tabs &gt; li &gt; a:hover {
	border-color: #009d9c;
	background-color: #009d9c;
	text-decoration: none;
	color: #fff;
}
.nav-tabs &gt; li.active &gt; a, 
.nav-tabs &gt; li.active &gt; a:hover, 
.nav-tabs &gt; li.active &gt; a:focus {
	cursor: default;
	background-color: #009d9c;
	border: 1px solid #009d9c;
	color: #ffffff;
	border-bottom: 1px solid #009d9c;
}

/* Nav pills
----------------------------------*/
.nav-pills &gt; li &gt; a {
	border-radius: 0;
	padding: 5px 15px;
	text-transform: none;
	font-size: inherit;
	border: 1px solid transparent;
	color: #434343;
}
.nav-pills.nav-stacked &gt; li + li {
	margin-left: 0;
}
.nav-pills &gt; li.active &gt; a, 
.nav-pills &gt; li.active &gt; a:hover, 
.nav-pills &gt; li.active &gt; a:focus, 
.nav-pills &gt; li &gt; a:hover, 
.nav-pills &gt; li &gt; a:focus {
	background-color: #009d9c;
	border: 1px solid transparent;
	color: #fff;
}
.nav-pills.nav-stacked &gt; li &gt; a:after {
	font-family: "FontAwesome";
	content: "\f101";
	font-size: 11px;
	position: absolute;
	right: 10px;
	top: 8px;
	color: #009d9c;
}
.nav-pills &gt; li.active &gt; a:after, 
.nav-pills &gt; li.active &gt; a:hover:after, 
.nav-pills &gt; li.active &gt; a:focus:after, 
.nav-pills &gt; li &gt; a:hover:after, 
.nav-pills &gt; li &gt; a:focus:after {
	color: #fff;
}
.nav-pills.white &gt; li &gt; a {
	color: #262626;
}
.nav-pills.white &gt; li.active &gt; a, 
.nav-pills.white &gt; li.active &gt; a:hover, 
.nav-pills.white &gt; li.active &gt; a:focus, 
.nav-pills.white &gt; li &gt; a:hover, 
.nav-pills.white &gt; li &gt; a:focus {
	background-color: transparent;
	border: 1px solid #b2bfca;
	color: #262626;
}
.tab-content {
	margin-top: 10px;
}
.footer-content .nav-pills &gt; li &gt; a {
	color: #ffffff;
	padding: 7px 5px 7px 5px;
}
.footer-content .nav-pills.nav-stacked &gt; li &gt; a:after {
	color: #fff;
}
.footer-content .nav-pills &gt; li.active &gt; a, 
.footer-content .nav-pills &gt; li.active &gt; a:hover, 
.footer-content .nav-pills &gt; li.active &gt; a:focus, 
.footer-content .nav-pills &gt; li &gt; a:hover, 
.footer-content .nav-pills &gt; li &gt; a:focus {
	background-color: transparent;
	border: 1px solid #b2bfca;
	color: #fff;
}

/* Collapse
----------------------------------*/
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.panel-default &gt; .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
}
.panel-heading a {
	font-weight: 400;
	padding: 15px 30px 15px 15px;
	display: inline-block;
	width: 100%;
	background-color: #009d9c;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
}
.panel-heading a.collapsed {
	color: #3f3f3f;
	background-color: #f9fbfb;
}
.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\f196";
}
.panel-heading a:hover {
	text-decoration: none;
	background-color: #009d9c;
	color: #ffffff;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}



/* Images overlay
----------------------------------*/
.mask-wrapper {
	position: relative;
	display: block;
}
.image-wrapper {
	border: 1px solid #eaeaea;
	margin-bottom: 20px;
}
.mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
	-webkit-transition: opacity linear 0.2s;
	   -moz-transition: opacity linear 0.2s;
		-ms-transition: opacity linear 0.2s;
		 -o-transition: opacity linear 0.2s;
			transition: opacity linear 0.2s;
}
.owl-item .mask-wrapper {
	overflow: hidden;
}
.owl-item .mask {
	bottom: -1px;
}
.mask .triangle {
	border-color: transparent #009d9c transparent transparent;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: -50px;
	-webkit-transition: top linear 0.2s;
	   -moz-transition: top linear 0.2s;
		-ms-transition: top linear 0.2s;
		 -o-transition: top linear 0.2s;
			transition: top linear 0.2s;
}
.mask .triangle i {
	color: #ffffff;
}
.mask a {
	color: #ffffff;
}
.mask a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.mask p {
	position: absolute;
	width: 100%;
	top: 50%;
	color: #fff;
	left: -30%;
	font-size: 18px;
	-webkit-transition: left linear 0.2s;
	   -moz-transition: left linear 0.2s;
		-ms-transition: left linear 0.2s;
		 -o-transition: left linear 0.2s;
			transition: left linear 0.2s;
}
.mask span {
	color: #fff;
	position: absolute;
	width: 100%;
	display: block;
	font-style: italic;
	font-size: 14px;
	top: 100%;
	-webkit-transition: top linear 0.2s;
	   -moz-transition: top linear 0.2s;
		-ms-transition: top linear 0.2s;
		 -o-transition: top linear 0.2s;
			transition: top linear 0.2s;
}
.mask .social-links {
	padding: 0;
	margin: 0;
	position: absolute;
	top: -50px;
	width: 100%;
	-webkit-transition: top linear 0.2s;
	   -moz-transition: top linear 0.2s;
		-ms-transition: top linear 0.2s;
		 -o-transition: top linear 0.2s;
			transition: top linear 0.2s;
}
.mask .social-links li {
	margin: 0 auto;
}
.mask .social-links li a {
	margin: 5px;
	width: 40px;
	height: 40px;
	border-color: #fff;
	color: #fff;
	font-size: 18px;
}
.mask .social-links li a:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
	text-decoration: none;
}
.mask .social-links li a i {
	line-height: 38px;
}
.mask-wrapper:hover {
	border-color: transparent;
	cursor:pointer;
}
.mask-wrapper:hover .mask {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mask-wrapper:hover .mask .triangle {
	top: 0px;
}
.mask-wrapper:hover .mask .social-links {
	top: 15px;
}
.mask-wrapper:hover .mask p {
	left: 0;
}
.mask-wrapper:hover .mask span {
	top: 86%;
}
.image-label {
	position: absolute;
	top: 50%;
	font-size: 28px;
	left: -74px;
	margin-top: -21px;
	color: #eaeaea;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}
.mask-wrapper:hover .image-label {
	opacity: 0;
	filter: alpha(opacity=0);
}
.two-sidebars .image-label {
	display: none;
}

/* Well
----------------------------------*/
.well {
	border-radius: 0;
}

/* Responsive iframe
----------------------------------*/
.responsive-iframe {
	position: relative;
	padding-bottom: 56.25%; /* 16:9*/
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}
.responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* Audio wrapper
----------------------------------*/
.audio-wrapper {
	margin-bottom: 20px;
}
.audio-wrapper iframe {
	width: 100%;
	border: none;
}

/* Media queries
----------------------------------*/
/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {
	/*breadcrumb*/
	.breadcrumb-wrapper {
		float: right;
	}

}

/* Medium devices (desktops, tablets less than 991px) */
@media (max-width:991px) {
	/*breadcrumb*/
	.breadcrumb {
		padding: 5px 0px 5px 0px;
	}	
	.image-label {
		display: none;
	}

	
}

/* Extra small devices (phones, less than 480px) */
@media (max-width:480px) {
	/*tabs*/
	.nav-tabs {
		border-bottom: none !important;
		margin-bottom: 30px;
	}
	.nav-tabs &gt; li {
		width: 100%;
		margin: 0 0 5px 0;
	}
	.nav-tabs &gt; li &gt; a {
		text-align: center;
		border-bottom: none !important;
	}
}

/* 7 Navigations
----------------------------------------------------------------------------- */
/* Main navigation
----------------------------------*/
/***** float - right is above responsive *****/
.main-navigation .navbar {
	margin: 0;
	display:block;
	margin-right: auto;
	margin-left:auto;
	padding:10px 20px;
}
/*mobile nav*/
.main-navigation .nav &gt; li &gt; a {
	padding: 15px 10px;
	text-transform: uppercase;
	font-size: 21px;
	letter-spacing: 1px;

}
.navbar-default .navbar-nav &gt; li &gt; a, 
.navbar-default .navbar-nav &gt; li &gt; a:focus {
	color: #808285;
}




/***** adjust horizontal alignment of nav bar items *****/

/*.navbar-default .navbar-nav {
	position:relative;
	left:0%;
}
@media (min-width:768px) {
	.navbar-default .navbar-nav {
		left:20%;
	}
}
@media (min-width:992px) {
	.navbar-default .navbar-nav {
		left:17%;
	}
}
@media (min-width:1200px) {
	.navbar-default .navbar-nav {
		left:14%;
	}
}*/
/****** /adjust horizontal alignment of nav bar items *****/




.navbar-default .navbar-nav &gt; .open &gt; a, 
.navbar-default .navbar-nav &gt; .open &gt; a:hover, 
.navbar-default .navbar-nav &gt; .active &gt; a, 
.navbar-default .navbar-nav &gt; li &gt; a:hover, 
.navbar-default .navbar-nav &gt; .active &gt; a:hover, 
.navbar-default .navbar-nav &gt; .active &gt; a:focus, 
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
	background-color: #009d9c;
	color: #fff;
}
.dropdown-menu {
	padding: 20px 0 0 0;
	margin: 0;
	border: none;
	border-radius: 0px;
	font-size: 15px;
	box-shadow: none;
	min-width: 223px;
	background-color: transparent;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.header-style-2 .dropdown-menu {
	padding: 0px 0 0 0;
}
.dropdown-menu &gt; li &gt; a {
	padding: 10px 20px;
	margin-bottom: 0px;
	color: #fff;
	background-color: #009d9c;
}
.nav .open &gt; a, 
.nav .open &gt; a:hover, 
.nav .open &gt; a:focus, 
.dropdown-menu &gt; li &gt; a:hover, 
.dropdown-menu &gt; li &gt; a:focus {
	background-color: #fff; /*#009d9c;*/
	color: #009d9c;
}
.dropdown-menu .dropdown-menu {
	top: 0;
	left: 100%;
	padding-top: 0!important;
	padding-left: 1px!important;
}

.main-navigation .navbar-nav &gt; li.dropdown &gt; a {
	padding-right: 25px;
}
.main-navigation .navbar-collapse {
	max-height: 2000px;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}

/*Arrows for parent menu items*/
.dropdown&gt;a:before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	left: auto;
	top: 17px;
	right: 20px;
	line-height: 1;
	z-index: 1001;
	color: #ccc;
	-webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
		  -moz-transition: top 0.2s linear, -moz-transform 0.2s linear;
			  -o-transition: top 0.2s linear, -o-transform 0.2s linear;
			-ms-transition: top 0.2s linear, -ms-transform 0.2s linear;
					transition: top 0.2s linear, transform 0.2s linear;
}
.navbar-default .navbar-nav &gt; .active.dropdown &gt; a:before, 
.navbar-default .navbar-nav &gt; .dropdown &gt; a:hover:before {
	color: #eee;
}
.dropdown .dropdown&gt;a:before {
	content: "\f105";
	right: 10px;
	top: 14px;
	margin-left: 0;
	visibility: visible;
	color: #eee;
}
.dropdown .dropdown:hover&gt;a:before {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}




/* Fixed navigation - scroll down menu
----------------------------------*/
.fixed-header-on .main-navigation.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1006;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: rgba(245, 245, 245, 0.97);
	box-shadow: 0px 1px 3px rgba(115, 115, 115, 0.40);
}
.fixed-header-on .main-navigation.fixed.header-style-2 {
	padding: 5px 0;
}
.fixed-header-on .header-style-2 .logo { 
	-webkit-transform: scale(0.80); 
	-moz-transform: scale(0.80); 
	-ms-transform: scale(0.80); 
	-o-transform: scale(0.80);
	transform: scale(0.80); 
	margin: 0; 
	display: block; 
}
.fixed-header-on .main-navigation.fixed .navbar-symbols &gt; li &gt; .dropdown-menu {
	box-shadow: 0px 1px 1px rgba(115, 115, 115, 0.40);
	background-color: rgba(97, 156, 187, 0.95);
}
.fixed-header-on .main-navigation.header-style-2.fixed .navbar-symbols &gt; li &gt; .dropdown-menu {
	padding-top: 0;
}
.fixed-header-on .main-navigation.fixed.animated {
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
}
.fixed-header-on .dropdown-menu .dropdown-menu {
	padding-top: 0;
}

/* Media queries
----------------------------------*/
/* Small devices (tablets, smartphones) */
@media (min-width:768px) and (max-width: 991px) {
	/*header style 2*/
	.header-style-2 .dropdown-menu {
		padding: 15px 0 0 0;
	}
	.header-style-2.main-navigation .navbar { 
		margin: 0px 0; 
	}
	.header-style-2 .navbar-symbols &gt; li &gt; .dropdown-menu {
		margin-top: 15px;
		padding-top: 0;
	}
	.fixed-header-on .header-style-2 .dropdown-menu { 
		padding-top: 11px; 
	}
	.fixed-header-on .main-navigation.header-style-2.fixed .navbar-symbols &gt; li &gt; .dropdown-menu {
		margin-top: 10px;
		padding-top: 0;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.navbar-nav.navbar-right:last-child {
		margin-right: -20px;
	}
	.navbar-default {
		background-color: transparent;
		border: none;
		border-radius: 0;
		min-height: 0;
	}
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	.main-navigation .navbar-nav &gt; li &gt; a {
		padding: 5px 8px;
		font-size: 13px;
		margin-right: 3px;
	}
	.not-front .navbar-symbols &gt; li &gt; .dropdown-menu {
		box-shadow: 0px 4px 3px rgba(115, 115, 115, 0.40);
	}	
	.main-navigation .navbar-symbols.nav &gt; li &gt; a {
		padding: 5px 20px;
		margin: 0;
		text-align: center;
	}
	.main-navigation .navbar-symbols.nav &gt; li:last-child &gt; a {
		padding-right: 0 !important;
	}

	/*Arrows for parent menu items*/
	.dropdown&gt;a:before {
		top: 7px;
		left: auto;
		right: 9px;
		color: #e4e4e4;
	}
	.dropdown:hover&gt;a:before {
		color: #ffffff;
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
		-webkit-transform: rotate(360deg);
		   -moz-transform: rotate(360deg);
	    	-ms-transform: rotate(360deg);
			 -o-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}

/* Medium desktop devices and tablets */
@media (min-width:992px) and (max-width: 1199px) {
	.main-navigation.header-style-2 .navbar-nav &gt; li.dropdown &gt; a {
		padding-right: 23px;
	}
	.main-navigation.header-style-2 .navbar-nav &gt; li &gt; a {
		padding-left: 8px;
		margin: 0;
	}
	.main-navigation.header-style-2 .navbar-symbols.nav &gt; li &gt; a {
		padding: 5px 10px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {
	.fixed-header-on .header-style-2 .logo { 
		display: block; 
	}
	.fixed-header-on .header-style-2.main-navigation.fixed .navbar {
		margin-top: 10px;
	}
	/*Main menu*/
	.main-navigation .navbar-nav &gt; li &gt; a {
		padding-right: 10px;
		padding-left: 10px;
	}
	.header-style-2.main-navigation .navbar {
		margin-top: 0px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	/*Main menu*/
	.navbar-default {
		/*background-color: rgba(255, 255, 255, 0.75);*/
		/*border-bottom: 1px solid #eee;*/
	}
	.navbar-default .navbar-collapse {
		border-color: none;
	}
	.main-navigation .navbar-default .navbar-toggle:hover, 
	.main-navigation .navbar-default .navbar-toggle:focus {
		background-color: transparent;
		border-color: #fff;
	}
	.main-navigation .navbar {
		margin: 0 -15px;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: rgba(0, 0, 0, 0.02);
		padding: 0px 20px;
	}
	.main-navigation .navbar-symbols .open .dropdown-menu {
		padding: 10px 20px;
	}	
	.navbar-nav .open .dropdown-menu &gt; li &gt; a {
		padding: 15px 0 15px 30px;
		background-color: transparent;
		border-bottom: none;
	}
	.navbar-nav .open .dropdown-menu .dropdown-menu {
		padding: 0px 20px 0px 40px;
		margin: 0 -20px 0 -20px;
	}
	.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu {
		padding: 0px 20px 0px 60px;
		margin: 0 -20px 0 -40px;
	}
	.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
		padding: 0px 20px 0px 80px;
		margin: 0 -20px 0 -60px;
	}
	
	/* Main menu arrows */
	.dropdown&gt;a:before {
		content: "\f105";
	}
	.dropdown.open&gt;a:before {
		content: "\f107";
		color: #ffffff;
	}
	.dropdown .dropdown&gt;a:before {
		content: "\f105";
		left: auto;
		right: 0px;
		top: 14px;
		margin-left: 0;
		visibility: visible;
		color: #262626;
	}
	.dropdown .dropdown.open&gt;a:before {
		content: "\f107";
	}

}

/* 8 Main Slideshow
----------------------------------------------------------------------------- */
.hero {
	position: relative;
	z-index: 1;
	display: block;
	background: transparent;
	top:-50px;
}
@media (min-width: 768px) {
	.hero {
		top:-150px;
	}
}
@media (min-width: 1400px) {
	.hero {
		top:-250px;
	}
}
.flexslider {
	margin: 0px 0 0 0;
	background: transparent;
	border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		 -o-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}




.flexslider .slides &gt; li {
	position: relative;
	padding:0px;
	margin-left: 0px;
}

.hero .flexslider .slides &gt; li {
	padding:0px;
	margin-left: 0px;
}

/* Larger than tablet */
@media (min-width: 768px) {
	.flexslider .slides &gt; li {
		margin-left:0px;
	}
}



.slideshow.fullwidth .flexslider .slides &gt; li {
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
.loading {
	height: 100%;
	background: url("../images/preloader.gif") 50% 50% no-repeat;
}



.hero--branded { 
	padding:1vw 4vw;
	position: absolute;
	left:0;
	top:50%;
}
.hero--branded h2 {
	color:#009d9c;
	font-size: 4vw;
	margin:0;
}
.hero--branded h3 {
	color:#777474;
	font-size: 2.75vw;
	margin:0;
}



.flexslider .animated {
	-webkit-animation-duration: 0.6s;
			animation-duration: 0.6s;
}
/* Control nav
----------------------------------*/
.slideshow .flex-control-nav {
	bottom: 20px;
	z-index: 2;
}
.flex-control-nav li {
	margin: 0 5px;
}
.flex-control-paging li a {
	width: 15px;
	height: 15px;
	background: transparent;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}
.flex-control-paging li a:hover, 
.flex-control-paging li a.flex-active {
	background: #fff;
}
.slideshow.boxed-slideshow .flex-control-nav {
	bottom: -40px;
}
.slideshow.boxed-slideshow .flex-control-paging li a {
	border: 1px solid #262626;
}
.slideshow.boxed-slideshow .flex-control-paging li a:hover, 
.slideshow.boxed-slideshow .flex-control-paging li a.flex-active {
	background: #262626;
}

/* Direction nav
----------------------------------*/
.flex-direction-nav a {
	width: 60px;
	height: 60px;
	margin: -30px 0 0;
	color: #ffffff;
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	text-decoration: none;
}
.flex-direction-nav .flex-prev {
	left: 50px;
}
.flex-direction-nav .flex-next {
	right: 50px;
	text-align: center;
}
.flex-direction-nav a:before {
	font-family: 'FontAwesome';
	font-size: 40px;
	content: '\f104';
	margin-top: 15px;
}
.flex-direction-nav a.flex-next:before {
	content: '\f105';
}

/* Media queries
----------------------------------*/
/* Medium devices (tablets landscape to portrait) */
@media (min-width:768px) and (max-width:991px) {
	/* Slider caption */
	.flexslider .caption {
		padding: 20px 20px 20px 20px;
		width: 55%;
	}
	.flexslider .caption h2 {
		font-size: 28px;
	}
	/*.flexslider .caption-wrapper .btn-hero {
		bottom: 75px;
	}*/
	.flexslider .btn {
		min-width: 130px;
		font-size: 18px;
		padding: 14px;
	}
	.boxed-slideshow .flexslider .caption h1 {
		font-size: 24px;
	}
	.boxed-slideshow .flexslider .caption p {
		font-size: 18px;
	}
	/*.flexslider .caption-wrapper h1,
	.flexslider .caption-wrapper h5 {
		display:none;
	}*/
}

/* Medium devices (tablets, phones less than 860px) */
@media (max-width:860px) {
	/* Direction Nav */
	.flex-direction-nav .flex-prev {
		opacity: 0;
		filter: alpha(opacity=0);
		left: 30px;
	}
	.flex-direction-nav .flex-next {
		opacity: 0;
		filter: alpha(opacity=0);
		right: 30px;
	}
	.slideshow.fullwidth .flexslider .slides &gt; li {
		background-position: top right;
	}
	
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	/* Slider caption */
	.flexslider .caption {
		bottom: 0;
		width: 100%;
		padding: 17px 190px 18px 20px;
	}
	.boxed-slideshow .flexslider .caption {
		padding: 20px;
	}
	.flexslider .caption p {
		display: none;
	}
	.flexslider .caption h1 {
		margin-bottom: 0;
		font-size: 24px !important;
	}
	/*.flexslider .caption-wrapper h1,
	.flexslider .caption-wrapper h5,
	.flexslider .caption-wrapper .caption {
		display:none;
	}*/
	/* control nav */
	.slideshow .flex-control-nav {
		bottom: -40px;
	}
	.slideshow .flex-control-paging li a {
		border: 1px solid #262626;
	}
	.slideshow .flex-control-paging li a:hover, 
	.slideshow .flex-control-paging li a.flex-active {
		background: #262626;
	}
	/*.flexslider .caption-wrapper .btn-hero {
		bottom: 6%;
	}*/	
}

/* Extra small devices (phones less than 480px) */
@media (max-width:480px) {
	/* Slider caption */
	/*.flexslider .caption-wrapper {
		margin-left: 15px;
	}
	.flexslider .caption-wrapper h1,
	.flexslider .caption-wrapper h5,
	.flexslider .caption-wrapper .caption {
		display:none;
	}*/
	.flexslider .caption {
		background-color: transparent;
	}
	.flexslider .caption h1 {
		display: none;
	}
	.flexslider .btn {
		padding: 10px 10px;
		font-size: 15px;
		min-width: 140px;
	}
	/* Direction Nav */
	.flex-direction-nav {
		display: none;
	}	
}

/* 9 Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo
----------------------------------*/
.logo {
	font-size: 48px;
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: 0.06em;
	display: inline-block;
	margin: 0 auto;
}
.header-style-2 .logo { 
	margin-top: 15px;
}

.logo img {
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	    -ms-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
			transition: all 0.2s linear;
}
.logo i {
	padding-right: 10px;
}
.logo a {
	color: #434343;
}
.logo span {
	color: #b2bfca;
}
.logo a:hover, .logo img:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
/* Info block
----------------------------------*/
.info {
	list-style: none;
	padding: 0;
}
.info li {
	padding-bottom: 0px;
}
.info i {
	padding-right: 15px;
}




.footer .info li{
	list-style: none;
	padding: 3px 0px;
	text-align: center;
}
.footer .info i {
	font-size: 18px;
}






.header-top .info li {
	font-family: 'Questrial', sans-serif;
	font-weight: 400;
	display: inline-block; 
	font-size: 14px; 
	padding: 2px;
	padding-bottom: 0px;
	letter-spacing: 1px;
}
.header-top .info span {
	font-weight: 700;
	color:#009d9c;
	letter-spacing: 1px;
}
.header-top .info a {
	color:#009d9c;
}
.header-top .info a:hover {
	color:#404041;
}
.header-top .info li i { 
	font-size: 18px;
	padding: 5px;
}
/* Social icons block
----------------------------------*/
ul.info li.social-links {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0px 0 0 0;
}
ul.info li.social-links {
	display: inline-block;
	
}
ul.info li.social-links a {
	color: #009d9c;
	font-size: 15px;
	background-color: #f7fafa;
	border: 1px solid #009d9c;
	display: block;
	text-align: center;
	margin: 3px 0px 0px 0;
	width: 38px;
	height: 36px;
	border-radius: 50%;
	text-align: center;
	line-height: 37px;
}
/*ul.info li.social-links a i {
	color: #009d9c;
	font-size: 15px;
}*/
ul.info li.social-links a:hover {
	background-color: #009d9c;
	border: 1px solid #009d9c;
	color: #fff;
}
/*ul.info li.social-links a i:hover {
	color: #fff;
}*/








svg#angies-list-header {
	width: 20px;
	display: inline-block;
}
#angies-list-header {
	fill:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.15);
	position: relative;
	top:2px;
}
#angies-list-header:hover {
	fill:#fff;
}









/* Brands block
----------------------------------*/
.brands {
	font-size: 0;
}
.brand {
	border-right: 1px solid #eeeeee;
	border: 1px solid #eeeeee;
	font-size: 18px;
	margin: 5px;
}
.brand a {
	display: block;
}
.brand a:hover {
	opacity: 0.80;
	filter: alpha(opacity=80);
}
.brands .owl-controls {
	text-align: center;
}



/* Testimonials
----------------------------------*/
.testimonials {
	text-align: center;
	padding: 60px 0 65px 0;
}
.testimonials .author {
	font-size: 22px;
	text-align: center;
	color:#fff;
}


.testimonial blockquote {
	margin-left: auto;
	padding: 10px 90px;
}
.testimonial blockquote p {
	line-height: 1.8em;
}
.testimonial blockquote:after {
	left: 0;
}
.testimonial img {
	margin: 0 auto 40px auto;
	width: 70px !important;
	height: 70px;
}
.testimonial .author {
	font-size: 22px;
	text-align: center;
}

/* Testimonial */
ul.testimonials {
	list-style: none;
	padding: 0;
	background: no-repeat;
	text-align: left;
}
ul.testimonials li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 35px;
	font-style: italic;
}
ul.testimonials li i {
	position: absolute;
	top: 4px;
	left: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	color: #b2bfca;
}
ul.testimonials li p {
	margin-bottom: 5px;
}
ul.testimonials li span {
	font-style: normal;
	font-size: 12px;
}
ul.testimonials li .company {
	display: block;
	font-style: normal;
	font-size: 12px;
	padding-left: 5px;
}

/* Sidebar/footer gallery block
----------------------------------*/
.gallery.row {
	margin-left: -5px;
	margin-right: -5px;
}
.gallery-item {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

/* Tags cloud block
----------------------------------*/
/*.tags-cloud {
	font-size: 0;
}
.tag {
	display: inline-block;
	margin: 0 3px 3px 0;
}
.tag a {
	padding: 5px 10px;
	border: 1px solid #b2bfca;
	color: #464646;
	display: block;
	font-size: 12px;
}
.tag a:hover {
	color: #ffffff;
	background-color: #3472a8;
	border-color: #3472a8;
	text-decoration: none;
}*/

/* Icon-boxes
----------------------------------*/
/*.icon-box {
	text-align: center;
	padding: 40px 0 20px;
}
.icon-box i {
	font-size: 96px;
	color: #009d9c;
	width: 170px;
	height: 170px;
	border: 5px solid #009d9c;
	text-align: center;
	line-height: 165px;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	    -ms-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
			transition: all 0.2s linear;
}
.icon-box:hover i {
	color: #fff;
	background-color: #3472a8;
	border-color: #3472a8;
}
.icon-box-2 {
	padding: 50px 0 0;
}
.icon-box-2 i {
	font-size: 36px;
	color: #009d9c;
	width: 70px;
	height: 70px;
	border: 5px solid #009d9c;
	text-align: center;
	line-height: 65px;
	float: left;
	margin: 0 30px 0 0;
}
.icon-box-2 * {
	margin-top: 0;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	    -ms-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
			transition: all 0.2s linear;
}
.icon-box-2:hover i {
	color: #fff;
	background-color: #3472a8;
	border-color: #3472a8;
}
.icon-box-2:hover h3 {
	color: #3472a8;
}*/
.icon-box-3 {
	padding: 30px 0 10px;
}
.icon-box-3 i {
	font-size: 24px;
	color: #009d9c;
	width: 55px;
	height: 55px;
	border: 1px solid #009d9c;
	text-align: center;
	line-height: 56px;
}
.icon-box-3 img {
	max-width:75px;
}
.icon-box-3 p {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.6em;
	color: #727570;
}





.icon-box-3.icon-right {
	text-align: left;
}
.icon-box-3.icon-right i {
	float: left;
	margin: 0 10px 0 30px;
}
.icon-box-3.icon-right img {
	float: left;
}
.icon-box-3.icon-right .text {
	margin-left: 100px;
}




.icon-box-3.icon-left {
	text-align: left;
}
.icon-box-3.icon-left i {
	float: left;
	margin: 0 30px 0 10px;
}
.icon-box-3.icon-left img {
	float: left;
}
.icon-box-3.icon-left .text {
	margin-left: 100px;
}



.icon-box-3 * {
	margin-top: 0;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	    -ms-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
			transition: all 0.2s linear;
}
.icon-box-3:hover i {
	color: #fff;
	background-color: #3472a8;
	border-color: #3472a8;
}
.icon-box-3:hover h3 {
	color: #3472a8;
}
.icon-box-3 ul {
	margin-left:0px;
	padding-left:0px;
	color: #727570;
}
.icon-box-3 ul li {
	margin-left:0px;
	padding-left:0px;
	color: #727570;
}

@media (min-width: 768px) {
	.icon-box-3.icon-right {
		text-align: right;
	}
	.icon-box-3.icon-right i {
		float: right;
	}
	.icon-box-3.icon-right img {
		float: right;
	}
	.icon-box-3.icon-right .text {
		margin-right: 100px;
		margin-left: 0px;
	}
}





/* Image boxes
----------------------------------*/
.front .img-boxes {
	margin: 60px 0 0 0;
}
.img-boxes {
	font-size: 0;
	margin-bottom: 40px;
}
.img-box {
	position: relative;
	margin-bottom: 40px;
	font-size: 15px;
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
  -moz-box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
  box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
}
.img-box h2 {
	color:#009d9c;
	font-size: 18px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px
}
.img-box p {
	padding-left: 12px;
}
.img-box .btn-default {
	display:block;
	margin:0px auto;
	border: none;
}
.one-third .img-box, .one-half .img-box, .one-fourth .img-box {
	display: inline-block;
	width: 50%;
	margin-bottom: 0;
}
.img-box .social-links {
	padding: 0;
	margin: 0;
	width: 100%;
}
.img-box .social-links li {
	margin: 0 auto;
}
.img-box .social-links li a {
	margin: 5px;
	width: 35px;
	height: 35px;
	font-size: 18px;
	background-color: transparent;
}
.img-box .social-links li a i {
	line-height: 35px;
}
.image-caption {
	position: absolute;
	bottom: 10px;
	background: rgba(0, 0, 0, 0.6);
	padding: 5px;
	width: 100%;
}
.image-caption .social-links li a {
	color: #ffffff;
	border-color: #ffffff;
}
.image-caption .social-links li a:hover {
	background-color: #ffffff;
	color: #000;
	border-color: #ffffff;
}

/* Stats
----------------------------------*/
/*.stats {
	font-size: 0;
	margin: 40px 0;
}
.stat-box {
	display: inline-block;
	font-size: 18px;
	width: 50%;
	text-align: center;
	color: #434343;
	border-top: 1px solid #009d9c;
	border-right: 1px solid #009d9c;
	padding: 30px 0;
}
.stat-box i {
	font-size: 48px;
}
.stat-box h5 {
	color: #434343;
	margin: 5px 0 10px;
}
.stat-box span {
	font-size: 30px;
	font-weight: 700;
}*/

/* Google maps
----------------------------------*/
/*#map-canvas {
	height: 400px;
}
#map-canvas img {
	max-width: inherit;
}*/

/* Pricing tables
----------------------------------*/
/*.plan {
	text-align: center;
	border: 1px solid #c5c5c5;
	border-top: none;
	margin-bottom: 40px;
}
.plan .header {
	background: #009d9c;
	border: 1px solid #444444;
	padding: 10px 0;
	margin: 0 -1px;
	-webkit-box-shadow: 0px 0px 60px #3472a8 inset;
	   -moz-box-shadow: 0px 0px 60px #3472a8 inset;
			box-shadow: 0px 0px 60px #3472a8 inset;
}
.plan .header h3 {
	display: inline-block;
	font-size: 22px;
	color: white;
	margin: 0;
	line-height: 28px;
	font-weight: normal;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #494949;
}
.plan .header .price {
	display: inline-block;
	font-size: 18px;
	padding: 10px 0 0;
	color: white;
}
.plan .header .price span {
	text-transform: uppercase;
}
.plan ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	-webkit-box-shadow: 0px 0px 32px 0px #cacaca inset;
	-moz-box-shadow: 0px 0px 32px 0px #cacaca inset;
	box-shadow: 0px 0px 32px 0px #cacaca inset;
	background: #fdfdfd;
	list-style: none;
}
.plan ul li {
	padding: 12px 0 12px 0px;
	border: 1px solid #ECECEC;
	border-top: none;
	font-size: 13px;
	line-height: 18px;
	text-shadow: 1px 1px 0 #FFF;
}
.plan ul li:first-child {
	border-top: none;
}
.plan ul li:nth-child(even) {
	background: #ffffff;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	-webkit-box-shadow: 0px 0px 40px #e4e4e4 inset;
	-moz-box-shadow: 0px 0px 40px #e4e4e4 inset;
	box-shadow: 0px 0px 40px #e4e4e4 inset;
}
.plan ul li a.pt-popover {
	color: #000;
	border-bottom: 1px dashed #000;
	position: relative;
}
.plan ul li a.pt-popover:hover {
	text-decoration: none;
}
.plan ul li a.pt-popover:after {
	position: absolute;
	top: 0px;
	left: -15px;
	font-family: "FontAwesome";
	content: "\f059";
	color: #DDDDDD;
	font-size: 12px;
}
.plan .popover {
	width: 250px;
	font-size: 13px;
	text-align: center;
	border: none;
}
.plan .popover-title {
	background-color: #009d9c;
	color: #ffffff;
	text-shadow: none;
	font-size: 13px;
}
.plan .popover-content {
	font-size: 12px;
}
.plan .btn {
	text-shadow: none;
}*/

/* Parallax effect
----------------------------------*/
.no-touch .parallax {
	background-position: 50% 0;
	background-attachment: fixed !important;
	background-repeat: no-repeat;
}

/* scroll to top
----------------------------------*/
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 81px;
	right: 29px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: rgba(183,200,208,0.7);
	z-index: 1005;
	display: none;
}
.scrollToTop:hover {
	cursor: pointer;
	background-color: rgba(183,200,208,0.99);
}
.scrollToTop i {
	line-height: 50px;
	font-size: 28px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	/*scrollToTop*/	
	.scrollToTop {
		bottom: 10px;
		right: 10px;
		width: 50px;
		height: 50px;
		background-color: rgba(183,200,208, 0.4);
	}
	.scrollToTop i {
		line-height: 50px;
		font-size: 25px;
	}
}


/* isotope item
----------------------------------*/
.isotope-item {
	max-width: 100%;
}

/* Media queries
----------------------------------*/
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	/*pricing tables*/
	.plan.best-value {
		margin: -30px 0 60px 0;
	}
	.plan.best-value ul li {
		padding: 15px 0;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {
	/* image box */
	.one-fourth .img-box {
		width: 25%;
	}
	.one-third .img-box {
		width: 33.33333333333%;
	}
	.one-half .img-box {
		width: 50%;
	}
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 991px) {
	/*logo*/
	.header-style-2 .logo {
		display: block;
	}
	.header-style-2 .logo img {
		margin: 5px auto 10px;
	}
	/*info*/
	.header-top .info li {
		padding: 0 10px 5px 10px;
	}
	/*social links*/
	.header-top .social-links {
		margin-bottom: 5px;
	}
	.header-top .social-links li a {	
		margin: 0px 3px 6px;
	}
}




/* Extra Small devices (phones less than 480px) */
@media (max-width:480px) {
	/*testimonial*/
	.testimonial blockquote {
		padding: 10px 45px;
	}
	.testimonial blockquote:after {
		left: -20px;
	}
	/* image box */
	.img-box {
		width: 100% !important;
	}
}

/* 10 Owl carousel
----------------------------------------------------------------------------- */
.owl-controls {
	width: 100%;
	margin-top: 5px;
}
.owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
}
.owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 3px;
	background-color: transparent;
	border: 1px solid #262626;
	color: #262626;
}
.owl-controls .owl-page.active span, .owl-controls.clickable .owl-page:hover span {
	background-color: #262626;
	color: #FFF;
}
.owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	padding: 2px 10px;
	font-size: 12px;
	margin: 5px 3px 5px 0;
}
.owl-controls .owl-buttons div {
	display: inline-block;
	zoom: 1;
	padding: 3px 10px;
	font-size: 12px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -40px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}
.owl-controls .owl-buttons div:hover {
	background-color: rgba(0, 0, 0, 1);
}
.owl-prev {
	left: 0;
}
.owl-next {
	left: auto;
	right: 0;
}
.owl-controls .owl-buttons div:after {
	font-family: "FontAwesome";
	color: #fff;
	font-size: 26px;
	line-height: 34px;
}
.owl-prev:after {
	content: "\f104";
}
.owl-next:after {
	content: "\f105";
}
.no-touch .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.slideshow .owl-controls {
	text-align: center;
}
.owl-carousel.slideshow, .owl-carousel.gallery {
	margin-bottom: 20px;
}
.owl-item .caption {
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	bottom: 0px;
	padding: 15px;
	width: 100%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-shadow: 0 1px 1px #000000;
}
.carousel {
	position: relative;
	margin-top: 60px;
}
.carousel .owl-controls {
	position: absolute;
	top: -30px;
	text-align: center;
	margin-top: 0;
}
/* Media queries
----------------------------------*/
/* Extra Small devices (phones less than 480px) */
@media (max-width:480px) {
	.owl-controls .owl-buttons {
		display: none;
	}
}








/*--------------------------------------------------	MARGINS,PADDINGS  ---------------------------------------------------*/

/*margin-top*/

.mt0 {
	margin-top:0px !Important;
}
.mt10 {
	margin-top:10px;
}
.mt15 {
	margin-top:15px;
}
.mt20 {
	margin-top:20px !important;
}
.mt25 {
	margin-top:25px;
}
.mt30 {
	margin-top:30px;
}
.mt35 {
	margin-top:35px;
}
.mt40 {
	margin-top:40px;
}
.mt50 {
	margin-top:50px;
}
.mt60 {
	margin-top: 60px;
}
.mt80 {
	margin-top: 80px;
}

/*margin-bottom*/

.mb0 {
	margin-bottom:0px;
}
.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}
.mb25 {
	margin-bottom:25px;
}
.mb30 {
	margin-bottom:30px;
}
.mb35 {
	margin-bottom:35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom:70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}

/*margin-top-bottom*/

.m20 {
	margin: 20px 0px;
}
.m30 {
	margin: 30px 0px;
}
.m40 {
	margin: 40px 0px;
}
.m50 {
	margin: 50px 0px;
}
.m60 {
	margin: 60px 0px;
}
.m70 {
	margin: 70px 0px;
}
.m80 {
	margin: 80px 0px;
}
.m100 {
	margin: 100px 0px;
}

/*padding-all*/

.p5 {
  padding:5px;
}
.p10 {
  padding:10px;
}
.p15 {
  padding:15px;
}
.p20 {
  padding:20px;
}
.p25 {
  padding:25px;
}
.p30 {
  padding:30px;
}
.p35 {
  padding:35px;
}
.p40 {
  padding:40px;
}
.p45 {
  padding:45px;
}
.p50 {
  padding:50px;
}
.p55 {
  padding:55px;
}
.p60 {
  padding:60px;
}
.p65 {
  padding:65px;
}
.p70 {
  padding:70px;
}
.p75 {
  padding:75px;
}
.p80 {
  padding:80px;
}
.p85 {
  padding:85px;
}
/*!----------  SPACING --------------------  SPACING --------------------  SPACING --------------------  SPACING ----------*/
/*!----------  MARGIN-RIGHT ----------*/
.mr10 {
  margin-right: 10;
}
.mr20 {
  margin-right: 20;
}
.mr30 {
  margin-right: 30;
}
.mr40 {
  margin-right: 40;
}
.mr60 {
  margin-right: 60;
}
.mr80 {
  margin-right: 80;
}
/*!----------  MARGIN-LEFT ----------*/
.ml10 {
  margin-left: 10;
}
.ml20 {
  margin-left: 20;
}
.ml30 {
  margin-left: 30;
}
.ml40 {
  margin-left: 40;
}
.ml60 {
  margin-left: 60;
}
/*!----------  MARGIN-BOTTOM ----------*/
.mb0 {
  margin-bottom: 0 !important;
}
.mb8 {
  margin-bottom: 8px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb48 {
  margin-bottom: 48px;
}
.mb56 {
  margin-bottom: 56px;
}
.mb64 {
  margin-bottom: 64px;
}
.mb72 {
  margin-bottom: 72px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb88 {
  margin-bottom: 88px;
}
.mb96 {
  margin-bottom: 96px;
}
.mb104 {
  margin-bottom: 104px;
}
.mb112 {
  margin-bottom: 112px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb160 {
  margin-bottom: 160px;
}
/*!----------  MARGIN-TOP ----------*/
.mt0 {
  margin-top: 0 !important;
}
.mt8 {
  margin-top: 8px;
}
.mt16 {
  margin-top: 16px;
}
.mt24 {
  margin-top: 24px;
}
.mt32 {
  margin-top: 32px;
}
.mt40 {
  margin-top: 40px;
}
.mt48 {
  margin-top: 48px;
}
.mt56 {
  margin-top: 56px;
}
.mt64 {
  margin-top: 64px;
}
.mt72 {
  margin-top: 72px;
}
.mt80 {
  margin-top: 80px;
}
.mt88 {
  margin-top: 88px;
}
.mt96 {
  margin-top: 96px;
}
.mt104 {
  margin-top: 104px;
}
.mt112 {
  margin-top: 112px;
}
.mt120 {
  margin-top: 120px;
}
.mt160 {
  margin-top: 160px;
}
/*!----------  PADDING ----------*/
.p32 {
  padding: 0 32px;
}
.p24 {
  padding: 24px;
}
.p0 {
  padding: 0;
}
.pt0 {
  padding-top: 0;
}
/*!----------  PADDING-TOP ----------*/
.pt8 {
  padding-top: 8px;
}
.pt16 {
  padding-top: 16px;
}
.pt24 {
  padding-top: 24px;
}
.pt32 {
  padding-top: 32px;
}
.pt40 {
  padding-top: 40px;
}
.pt48 {
  padding-top: 48px;
}
.pt64 {
  padding-top: 64px;
}
.pt72 {
  padding-top: 72px;
}
.pt80 {
  padding-top: 80px;
}
.pt88 {
  padding-top: 88px;
}
.pt96 {
  padding-top: 96px;
}
.pt104 {
  padding-top: 104px;
}
.pt112 {
  padding-top: 112px;
}
.pt120 {
  padding-top: 120px;
}
.pt160 {
  padding-top: 160px;
}
.pt180 {
  padding-top: 180px;
}
.pt240 {
  padding-top: 240px;
}
/*!----------  PADDING-BOTTOM ----------*/
.pb0 {
  padding-bottom: 0;
}
.pb8 {
  padding-bottom: 8px;
}
.pb16 {
  padding-bottom: 16px;
}
.pb24 {
  padding-bottom: 24px;
}
.pb32 {
  padding-bottom: 32px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb48 {
  padding-bottom: 48px;
}
.pb56 {
  padding-bottom: 56px;
}
.pb64 {
  padding-bottom: 64px;
}
.pb72 {
  padding-bottom: 72px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb88 {
  padding-bottom: 88px;
}
.pb96 {
  padding-bottom: 96px;
}
.pb104 {
  padding-bottom: 104px;
}
.pb112 {
  padding-bottom: 112px;
}
.pb120 {
  padding-bottom: 120px;
}
.pb160 {
  padding-bottom: 160px;
}
.pb180 {
  padding-bottom: 180px;
}
.pb240 {
  padding-bottom: 240px;
}

@media all and (max-width: 990px) {
  .mb-s-0 {
    margin-bottom: 0;
  }
  .mb-s-8 {
    margin-bottom: 8px;
  }
  .mb-s-16 {
    margin-bottom: 16px;
  }
  .mb-s-24 {
    margin-bottom: 24px;
  }
  .mb-s-32 {
    margin-bottom: 32px;
  }
  .mb-s-40 {
    margin-bottom: 40px;
  }
  .mb-s-48 {
    margin-bottom: 48px;
  }
  .mb-s-64 {
    margin-bottom: 64px;
  }
  .mb-s-72 {
    margin-bottom: 72px;
  }
  .mb-s-80 {
    margin-bottom: 80px;
  }
  .mb-s-88 {
    margin-bottom: 88px;
  }
  .mb-s-96 {
    margin-bottom: 96px;
  }
  .mb-s-104 {
    margin-bottom: 104px;
  }
  .mb-s-112 {
    margin-bottom: 112px;
  }
  .mb-s-120 {
    margin-bottom: 120px;
  }
}
@media all and (max-width: 990px) {
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-8 {
    margin-bottom: 8px;
  }
  .mb-sm-16 {
    margin-bottom: 16px;
  }
  .mb-sm-24 {
    margin-bottom: 24px;
  }
  .mb-sm-32 {
    margin-bottom: 32px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-48 {
    margin-bottom: 48px;
  }
  .mb-sm-64 {
    margin-bottom: 64px;
  }
  .mb-sm-72 {
    margin-bottom: 72px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mb-sm-88 {
    margin-bottom: 88px;
  }
  .mb-sm-96 {
    margin-bottom: 96px;
  }
  .mb-sm-104 {
    margin-bottom: 104px;
  }
  .mb-sm-112 {
    margin-bottom: 112px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-8 {
    margin-top: 8px;
  }
  .mt-sm-16 {
    margin-top: 16px;
  }
  .mt-sm-24 {
    margin-top: 24px;
  }
  .mt-sm-32 {
    margin-top: 32px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-48 {
    margin-top: 48px;
  }
  .mt-sm-56 {
    margin-top: 56px;
  }
  .mt-sm-64 {
    margin-top: 64px;
  }
  .mt-sm-72 {
    margin-top: 72px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mt-sm-88 {
    margin-top: 88px;
  }
  .mt-sm-96 {
    margin-top: 96px;
  }
  .mt-sm-104 {
    margin-top: 104px;
  }
  .mt-sm-112 {
    margin-top: 112px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .p0-sm {
    padding: 0;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-8 {
    padding-top: 8px;
  }
  .pt-sm-16 {
    padding-top: 16px;
  }
  .pt-sm-24 {
    padding-top: 24px;
  }
  .pt-sm-32 {
    padding-top: 32px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-48 {
    padding-top: 48px;
  }
  .pt-sm-64 {
    padding-top: 64px;
  }
  .pt-sm-72 {
    padding-top: 72px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pt-sm-88 {
    padding-top: 88px;
  }
  .pt-sm-96 {
    padding-top: 96px;
  }
  .pt-sm-104 {
    padding-top: 104px;
  }
  .pt-sm-112 {
    padding-top: 112px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pt-sm-160 {
    padding-top: 160px;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-8 {
    padding-bottom: 8px;
  }
  .pb-sm-16 {
    padding-bottom: 16px;
  }
  .pb-sm-24 {
    padding-bottom: 24px;
  }
  .pb-sm-32 {
    padding-bottom: 32px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-48 {
    padding-bottom: 48px;
  }
  .pb-sm-64 {
    padding-bottom: 64px;
  }
  .pb-sm-72 {
    padding-bottom: 72px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pb-sm-88 {
    padding-bottom: 88px;
  }
  .pb-sm-96 {
    padding-bottom: 96px;
  }
  .pb-sm-104 {
    padding-bottom: 104px;
  }
  .pb-sm-112 {
    padding-bottom: 112px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
}
@media all and (max-width: 767px) {
  .mb-xs-0 {
    margin-bottom: 0;
  }
  .mb-xs-8 {
    margin-bottom: 8px;
  }
  .mb-xs-16 {
    margin-bottom: 16px;
  }
  .mb-xs-24 {
    margin-bottom: 24px;
  }
  .mb-xs-32 {
    margin-bottom: 32px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .mb-xs-48 {
    margin-bottom: 48px;
  }
  .mb-xs-64 {
    margin-bottom: 64px;
  }
  .mb-xs-72 {
    margin-bottom: 72px;
  }
  .mb-xs-80 {
    margin-bottom: 80px;
  }
  .mb-xs-88 {
    margin-bottom: 88px;
  }
  .mb-xs-96 {
    margin-bottom: 96px;
  }
  .mb-xs-104 {
    margin-bottom: 104px;
  }
  .mb-xs-112 {
    margin-bottom: 112px;
  }
  .mb-xs-120 {
    margin-bottom: 120px;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-8 {
    margin-top: 8px;
  }
  .mt-xs-16 {
    margin-top: 16px;
  }
  .mt-xs-24 {
    margin-top: 24px;
  }
  .mt-xs-32 {
    margin-top: 32px;
  }
  .mt-xs-40 {
    margin-top: 40px;
  }
  .mt-xs-48 {
    margin-top: 48px;
  }
  .mt-xs-56 {
    margin-top: 56px;
  }
  .mt-xs-64 {
    margin-top: 64px;
  }
  .mt-xs-72 {
    margin-top: 72px;
  }
  .mt-xs-80 {
    margin-top: 80px;
  }
  .mt-xs-88 {
    margin-top: 88px;
  }
  .mt-xs-96 {
    margin-top: 96px;
  }
  .mt-xs-104 {
    margin-top: 104px;
  }
  .mt-xs-112 {
    margin-top: 112px;
  }
  .mt-xs-120 {
    margin-top: 120px;
  }
  .p0-xs {
    padding: 0;
  }
  .pt-xs-0 {
    padding-top: 0;
  }
  .pt-xs-8 {
    padding-top: 8px;
  }
  .pt-xs-16 {
    padding-top: 16px;
  }
  .pt-xs-24 {
    padding-top: 24px;
  }
  .pt-xs-32 {
    padding-top: 32px;
  }
  .pt-xs-40 {
    padding-top: 40px;
  }
  .pt-xs-48 {
    padding-top: 48px;
  }
  .pt-xs-64 {
    padding-top: 64px;
  }
  .pt-xs-72 {
    padding-top: 72px;
  }
  .pt-xs-80 {
    padding-top: 80px;
  }
  .pt-xs-88 {
    padding-top: 88px;
  }
  .pt-xs-96 {
    padding-top: 96px;
  }
  .pt-xs-104 {
    padding-top: 104px;
  }
  .pt-xs-112 {
    padding-top: 112px;
  }
  .pt-xs-120 {
    padding-top: 120px;
  }
  .pt-xs-160 {
    padding-top: 160px;
  }
  .pt-xs-180 {
    padding-top: 180px;
  }
  .pt-xs-240 {
    padding-top: 240px !important;
  }
  .pb-xs-0 {
    padding-bottom: 0;
  }
  .pb-xs-8 {
    padding-bottom: 8px;
  }
  .pb-xs-16 {
    padding-bottom: 16px;
  }
  .pb-xs-24 {
    padding-bottom: 24px;
  }
  .pb-xs-32 {
    padding-bottom: 32px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  .pb-xs-48 {
    padding-bottom: 48px;
  }
  .pb-xs-64 {
    padding-bottom: 64px;
  }
  .pb-xs-72 {
    padding-bottom: 72px;
  }
  .pb-xs-80 {
    padding-bottom: 80px;
  }
  .pb-xs-88 {
    padding-bottom: 88px;
  }
  .pb-xs-96 {
    padding-bottom: 96px;
  }
  .pb-xs-104 {
    padding-bottom: 104px;
  }
  .pb-xs-112 {
    padding-bottom: 112px;
  }
  .pb-xs-120 {
    padding-bottom: 120px;
  }
  .pb-xs-180 {
    padding-bottom: 180px;
  }
  .pb-xs-240 {
    padding-bottom: 240px !important;
  }
}</pre></body></html>