/*-----------------------------------------------------
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
Theme Name:     Doodle Pod - Design & Marketing (Jun 2023)
Description:    Creative. Functional. Reliable.
Author:         Doodle Pod - Design & Marketing
Author URI:		https://www.doodlepod.co.uk
Template:       saxon
Version: 	    5.8
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
-----------------------------------------------------*/

/*-----------------------------------------------------
    TABLE OF CONTENTS [TOC]
-------------------------------------------------------

01. Bootstrap
02. WordPress Defaults
03. Wordpress Pages
04. Header
05. Footer
06. Top Menu
07. Main Menu
08. Homepage Blocks
09. Pages / Posts Titles
10. Pages / Posts Containers
11. Sidebars
12. Widgets
13. Blog
14. Single Post
15. Social Share & Profiles
16. Pagination
17. Plugins & Scripts
18. WooCommerce Styles
19. Gutenberg styles
20. Advertising Banners
21. Image Animations
22. Predefined CSS Classes
23. Responsive
24. Font Awesome

-----------------------------------------------------*/

header .logo:hover {
    transform: scale(.95,.95);
    transition-property: all;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
}

.header-hero-content .aioseo-breadcrumbs .aioseo-breadcrumb, 
.header-hero-content .aioseo-breadcrumbs .aioseo-breadcrumb a {
    color: #ffffff;
    font-size: 14px;
}

::selection {
    background: #ff5e99;
    color: #fff;
    text-shadow: none;
}

.col-xs-12 .intro,
.col-sm-4 .intro,
.col-xs-6 .intro,
.col-sm-3 .intro {
	margin: 60px auto;
	text-align: center;
	border: 1px solid #ECEFF3;
	border-radius: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
	-moz-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
	box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	padding: 30px;
	height: 100%;
}

.col-xs-12 .intro:hover,
.col-sm-4 .intro:hover,
.col-xs-6 .intro:hover,
.col-sm-3 .intro:hover {
	border-color: #FE7A7B;
}

.intro.highlight {
	padding: 30px 60px;
	text-align: left;
}

.intro.highlight i, 
.intro.highlight h2 {
    display: inline-block;
}

.intro.highlight i {
	font-size: 30px;
	margin-right: 10px;
	background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#main-sidebar .col-xs-12 .intro,
#post-sidebar .col-xs-12 .intro {
	margin: 60px auto 30px;
}

.col-xs-12 .intro:hover .dp-icon .icon-shape-bg,
.col-sm-4 .intro:hover .dp-icon .icon-shape-bg {
	-webkit-transform: rotate(25deg);
	-moz-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	transform: rotate(25deg);
}

.container.logos .col-xs-12.col-sm-2 .intro {
	padding: 0;
	border-radius: 15px;
}

.container.logos .col-xs-12.col-sm-2 .intro img {
	width: 100%;
	border: 1px solid #ECEFF3;
	border-radius: 15px;
}

.container.logos .col-md-3 .intro {
	margin: 60px auto 0;
}

.title,
.subtitle {
	text-align: center;
}

.line {
	background: #feb97c;
	width: 20%;
	height: 2px;
	margin: 25px auto;
}

.header-hero.landing .line {
    margin: 25px 0;
}

.single-post .blog-post-single .tags a {
	font-size: 0.9em;
	font-weight: 500;
}

.page-id-11647 .footer-subscribe,
.page-id-10588 .footer-subscribe,
.page-id-27603 .footer-subscribe,
.page-id-27689 .footer-subscribe,
.page-id-27658 .footer-subscribe {
	display: none;
}

.page-id-11647 .sidebar.footer-sidebar-2 > ul,
.page-id-10588 .sidebar.footer-sidebar-2 > ul,
.page-id-27603 .sidebar.footer-sidebar-2 > ul,
.page-id-27689 .sidebar.footer-sidebar-2 > ul,
.page-id-27658 .sidebar.footer-sidebar-2 > ul {
	padding-top: 100px !important;
}

.intro .connect {
	margin: 0 auto;
	max-width: 400px;
}

.intro .connect a {
	text-align: center;
	font-size: 1.2em;
	margin: 0 5px 30px;
	background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	border: none;
	padding: 15px;
	border-radius: 15px;
	color: #ffffff !important;
	display: inline-grid;
	width: 50px;
	height: 50px;
	-webkit-transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
	transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
	text-decoration: none !important;
	background-size: 200%;
}

.intro .connect a:hover {
	background-position: right center;
}

/* -----------------------------------------------------*/

[data-aos] {
	-webkit-mask-image: none !important;
	-o-mask-image: none !important;
	-moz-mask-image: none !important;
	mask-image: none !important;
}

.comments-form-wrapper {
	margin: 0 auto 100px;
	max-width: 800px;
}

.blog-style-corners-rounded-large input[type="submit"] {
	line-height: 1em;
	background: #ECEFF3;
	padding: 10px 20px;
	border-radius: 15px;
	color: #1f2228;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 6px 20px 6px auto;
	font-family: 'Quicksand', sans-serif;
	font-size: 1em;
	border: none;
	font-size: 0.8em;
}

/*-----------------------------------------------------
    00 - LANDING PAGES
-----------------------------------------------------*/

.landing-area {
	position: relative;
	z-index: 5;
	padding: 60px 0;
}

.landing-bg-right {
	position: absolute;
	top: 20%;
	right: 0;
	width: 35%;
	height: 100%;
	z-index: -1;
	margin-right: calc(50% - 50vw);
}

.landing-bg-right img {
	width: 100%;
}

@media (max-width: 767px) {
	.landing-bg-right {
		display: none;
	}

	.landing-area .landing-image {
		display: none;
	}
}

.landing-bg-left {
	position: absolute;
	top: 20%;
	left: 0;
	width: 35%;
	height: 100%;
	z-index: -1;
	margin-left: calc(50% - 50vw);
}

.landing-bg-left img {
	width: 100%;
}

@media (max-width: 767px) {
	.landing-bg-left {
		display: none;
	}
}

.landing-area .landing-image {
	border-radius: 15px;
	margin: 80px auto;
}

.landing-area .container .col-md-12 {
	text-align: center;
	margin: 0 auto;
}

.landing-area ul {
	padding-bottom: 10px;
}

.landing-area ul li {
	text-align: left;
	list-style: none;
	margin: 10px auto;
}

.landing-area ul li:before {
	content: "\f058";
	font-family: 'Font Awesome 5 Pro';
	margin-right: 10px;
	color: #e63244;
}

.landing-area .star {
	color: #e63244;
}

.landing-area .notes {
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.8em;
	margin: 20px auto;
}

.landing-area-contact {
	padding: 60px 0 120px;
}

.landing-area-contact .container {
    position: relative;
    z-index: 0;
    background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    border-radius: 15px;
    padding: 60px;
    text-align: left;
    max-height: 400px;
}

@media only screen and (max-width: 420px) {
	.landing-area-contact .container {
		max-height: none;
		padding: 40px 20px 20px;
	    text-align: center;
	}

	.landing-area-contact .line {
        margin: 25px auto !important;
	}

	.landing-area-contact .frm_forms {
		margin-top: 0 !important;
	}
}

.landing-area-contact .contact-content h2, 
.landing-area-contact .contact-content p {
    color: #ffffff;
    max-width: 460px;
    margin: 20px auto 20px;
}

.landing-area-contact .frm_forms {
    background: #fff;
    border-radius: 15px;
    padding: 30px 30px 0;
    color: #1f2228;
    border: 2px solid #FE7A7B;
    margin-top: -120px;
}

.home .landing-area-contact .frm_forms {
	margin-top: -130px;
}

.landing-area-contact .line {
    margin: 25px 60px 25px;
}

.landing-area h2 {
	margin-bottom: 30px;
}

.landing-area .anchor {
	position: absolute;
	transform: translateY(-25vh);
}

.landing-area-contact .anchor-cta {
	position: absolute;
	transform: translateY(-35vh);
}

.landing-area .intro.highlight .connect a {
    background: none;
}

.landing-area .intro.highlight #mc4wp-form-1 .main-btn i {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}

/*-----------------------------------------------------
    00 - DP ICONS
-----------------------------------------------------*/

@media (max-width: 767px) {
	.icon-area {
		padding: 20px 20px 30px;
	}
}

.dp-icon {
	display: block;
	position: relative;
	margin-top: -80px;
}

.dp-icon img {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.dp-icon .icon-shape-bg {
	width: 90px;
}

.dp-icon .icon-shape-red {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.dp-icon i {
	position: absolute;
	top: 50%;
	left: 49%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: #fff;
}


/*-----------------------------------------------------
    00 - FOOTER - SUBSCRIBE
-----------------------------------------------------*/

.footer-subscribe {
	padding: 60px 50px 40px;
	border: 1px solid #ECEFF3;
	border-radius: 15px;
	background-color: #fff;
    top: 80px;
	z-index: 9;
	position: relative;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
	-moz-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
	box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.footer-subscribe:hover {
	border-color: #FE7A7B;
}

@media (max-width: 767px) {
	.subscribe-form {
		margin-bottom: -30px;
	}

	.footer-subscribe .icon-area {
		padding: 0;
	}

	.footer-subscribe .icon-area .dp-icon {
		margin-top: -80px;
	}

	.footer-subscribe .icon-area .dp-icon img.icon-shape-bg {
		margin-left: -25px !important;
	}
}

.footer-subscribe .icon-area .dp-icon {
	display: block;
	position: relative;
	margin-top: -110px;
}

.footer-subscribe .icon-area .dp-icon img {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.footer-subscribe .icon-area .dp-icon .icon-shape-bg {
	width: 120px;
}

.footer-subscribe .icon-area .dp-icon .icon-shape-red {
	position: absolute;
	top: 50%;
	left: 11%;
	width: 80px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.footer-subscribe .icon-area .dp-icon i {
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 34px;
	color: #fff;
}

.col-md-4.footer-subscribe .icon-area.wow.fadeIn:hover,
.saxon-block .saxon-post:hover,
.saxon-grid-post:hover {
	border-color: #FE7A7B;
}

.footer-subscribe:hover .dp-icon .icon-shape-bg {
	-webkit-transform: rotate(25deg);
	-moz-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	transform: rotate(25deg);
}

@media (max-width: 767px) {
	.footer-subscribe {
		padding: 60px 40px 20px;
		top: 70px;
	    margin-top: -50px;
	}
}

.subscribe-content h2 {
	font-size: 35px;
	font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.subscribe-content h2 {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.subscribe-content h2 {
		font-size: 24px;
	}
}

.subscribe-form {
	position: relative;
}

.subscribe-form input {
	border: 2px solid #E1E1E1;
	height: 65px;
	padding: 0 30px;
	border-radius: 15px;
	width: 100%;
	color: #2E2E2E;
	margin-bottom: 10px;
	font-family: 'Mulish', sans-serif;
}

.subscribe-form input::placeholder {
	opacity: 1;
	color: #B9B9B9;
}

.subscribe-form input::-moz-placeholder {
	opacity: 1;
	color: #B9B9B9;
}

.subscribe-form input::-moz-placeholder {
	opacity: 1;
	color: #B9B9B9;
}

.subscribe-form input::-webkit-input-placeholder {
	opacity: 1;
	color: #B9B9B9;
}

.subscribe-form input:focus {
	border-color: #FE7A7B;
}

.subscribe-form button {
	position: absolute;
	top: 0;
	right: 0;
	border-color: transparent;
	border-radius: 0;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	height: 65px;
	line-height: 65px;
	background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background-size: 200%;
	min-width: 90px;
	color: #fff;
	font-size: 30px;
}

@media (max-width: 767px) {
	.subscribe-form button {
		position: relative;
		width: 100%;
		margin-top: 10px;
		border-radius: 15px;
		margin-bottom: 20px;
		border: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.subscribe-form button {
		position: absolute;
		width: auto;
		margin-top: 0;
		border-radius: 0;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
}

.subscribe-form button:hover {
	color: #fff;
	background-position: right center;
}

.footer-subscribe .subscribe-form .mc4wp-form-fields .col-sm-2,
.footer-subscribe .subscribe-form .mc4wp-form-fields .col-sm-10 {
    padding: 0;
}


/*-----------------------------------------------------
    00 - CONTACT FORMS
-----------------------------------------------------*/

.header-hero.landing.alignfull {
	max-height: 550px;
	z-index: 6;
}

.header-hero.landing.alignfull .header-hero-content .breadcrumb {
    text-align: left;
    margin: 0 auto;
}

.header-hero.alignfull .breadcrumb {
	margin-top: 0;
}

.header-hero-content .breadcrumb a {
    color: #ffffff;
}

.header-hero.landing .frm_forms {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 30px 0;
    margin-top: 30px;
    color: #1f2228;
    border: 2px solid #FE7A7B;
    min-height: 503px;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(167 167 167 / 16%);
    -moz-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    box-shadow: 0px 5px 30px 0px rgb(167 167 167 / 16%);
}

.header-hero.landing .subscribe-form {
    background: #ffffff;
    border-radius: 15px;
    padding: 40px 50px 10px;
    margin-top: 30px;
    color: #1f2228;
    border: 2px solid #FE7A7B;
    min-height: 503px;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(167 167 167 / 16%);
    -moz-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    box-shadow: 0px 5px 30px 0px rgb(167 167 167 / 16%);
}

.blog .header-hero.landing .subscribe-form,
.page-id-11647 .header-hero.landing .subscribe-form,
.page-id-27689 .header-hero.landing .subscribe-form {
	min-height: auto;
}

.blog .header-hero.landing .subscribe-form h2,
.page-id-11647 .header-hero.landing .subscribe-form h2,
.page-id-27689 .header-hero.landing .subscribe-form h2 {
    margin: 0 auto 30px;
}	

.blog .header-hero.landing .subscribe-form h2 i,
.page-id-11647 .header-hero.landing .subscribe-form h2 i,
.page-id-27689 .header-hero.landing .subscribe-form h2 i {
	margin-right: 10px;
    background: -webkit-linear-gradient(left,#fe8464 0%,#fe6e9a 50%,#fe8464 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-hero.landing .subscribe-form button {
	top: 253px;
    right: 50px;
}

.page-id-27658 .header-hero.landing .subscribe-form button {
	top: 40px;
}

.header-hero.landing .header-hero-content .subscribe-form p {
	color: #1f2228;
	margin-top: 20px;
}

.header-hero.landing .header-hero-content .subscribe-form label {
    padding-top: 20px;
}

.header-hero.landing .frm_forms textarea {
    width: 100%;
    max-width: 100%;
    height: 300px;
    line-height: 1.5em;
}

.header-hero.landing .frm_forms .frm_description p {
	color: #1f2228;
	font-size: smaller;
}

.header-hero.landing .frm_forms input[type="text"],
.header-hero.landing .frm_forms input[type="url"],
.header-hero.landing .frm_forms input[type="email"],
.header-hero.landing .frm_forms input[type="tel"] {
	width: 100%;
	min-height: 65px;
}

.frm_forms h3.frm_form_title {
	margin-top: 10px;
	margin-bottom: 10px;
}

span.frm_required {
	color: #FE7A7B;
}

div#frm_desc_field_bu1d {
	font-size:  12px;
	font-style: italic;
}

.frm_form_field.form-field {
    margin-bottom: 20px;
}

.frm_form_field.form-field label {
	font-family: 'Quicksand', sans-serif;
    line-height: 1.5em;
    margin-bottom: 15px;
    font-weight: 400;
}

.frm_error {
	background-color: #ffbaba;
	color: #d8000c;
	border: 1px solid #d8000c;
	font-size:  12px;
	border-radius:  15px;
	padding: 0 20px !important;
	margin-top: 10px;
}

.with_frm_style input[type=text], 
.with_frm_style input[type=password], 
.with_frm_style input[type=email], 
.with_frm_style input[type=number], 
.with_frm_style input[type=url], 
.with_frm_style input[type=tel], 
.with_frm_style input[type=file], 
.with_frm_style input[type=search], 
.with_frm_style select {
	border-radius: 15px !important;
	padding: 10px 20px !important;
	min-height: 65px;
	border: 2px solid #ECEFF3 !important;
	font-family: 'Mulish', sans-serif !important;
	font-weight: 300 !important;
	font-size:  18px !important;
}

.with_frm_style .frm_message, .frm_success_style {
	border-radius: 15px !important;
}

.with_frm_style .frm_message p {
	margin-bottom: 0 !important;
}

.frm_style_formidable-style.with_frm_style .frm_rootline .frm_current_page input[type="button"] {
	background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background-size: 200%;
    border: none;
    margin: 0 auto;
}

.frm_rootline_group {
	margin: 40px 0;
    padding-bottom: 20px;
}

.frm_style_formidable-style.with_frm_style .frm_rootline input {
	margin: 0 auto;
}

.frm_current_page .frm_rootline_title {
	color: #e63244 !important;
}

.frm_rootline_title, 
.frm_pages_complete, 
.frm_percent_complete {
	font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

#frm_desc_field_bu1d2 {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Mulish', sans-serif;
    font-style: italic;
}

.frm_style_formidable-style.with_frm_style .frm_rootline .frm_current_page input[type="button"],
.frm_style_formidable-style.with_frm_style .frm_rootline input, 
.frm_style_formidable-style.with_frm_style .frm_rootline input:hover {
	line-height: 1.5em;
    font-size: 0.6em !important;
}

.frm_style_formidable-style.with_frm_style .frm_rootline.frm_show_lines:before {
	top: 35px !important;
    width: 90%;
    border-color: #E1E1E1;
}

ul.frm_page_bar li {
    display: inline-grid !important;
    padding: 20px 0 0;
    text-align: center;
}

li.frm_rootline_single.frm_current_page {
	border-radius: 15px;
    border: 2px solid #FE7A7B;
    -webkit-box-shadow: 0px 5px 30px 0px rgb(167 167 167 / 16%);
    -moz-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
    box-shadow: 0px 5px 30px 0px rgb(167 167 167 / 16%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background:  #ffffff;
}

.with_frm_style .frm_primary_label {
	font-family: 'Quicksand', sans-serif !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    margin-bottom: 20px !important;
}

.with_frm_style .frm_form_field.frm_html_container {
	font-size: 18px !important;
}

.frm_style_formidable-style.with_frm_style .frm_submit button,
button.frm_button_submit,
button.frm_prev_page {
	line-height: 1em;
    background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%) !important;
    background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%) !important;
    background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%) !important;
    background-size: 200% !important;
    color: #ffffff !important;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 15px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 6px 20px 6px auto;
    font-family: 'Quicksand', sans-serif !important;
    font-size: 14px;
    border: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
button.frm_button_submit:hover,
button.frm_prev_page:hover {
	background-position: right center !important;
}

.frm_style_formidable-style.with_frm_style .form-field input:not([type=checkbox]):focus, 
.frm_style_formidable-style.with_frm_style select:focus,
.frm_style_formidable-style.with_frm_style textarea:focus, 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], 
.frm_form_fields_active_style,
.frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement, 
.frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, 
.frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices,
.frm_forms .frm_rootline input:focus,
.blog-style-corners-rounded-large textarea:hover,
.blog-style-corners-rounded-large input:hover,
.blog-style-corners-rounded-large textarea:focus,
.blog-style-corners-rounded-large input:focus {
	border: 2px solid #fb7f88 !important;
	box-shadow: none !important;
}

.blog-style-corners-rounded-large textarea,
.blog-style-corners-rounded-large input {
	border: 2px solid #ECEFF3;
}

.frm_style_formidable-style.with_frm_style div.frm_description {
	font-family: 'Mulish', sans-serif !important;
}

.with_frm_style .frm_radio label, 
.with_frm_style .frm_checkbox label {
	font-size:  18px !important;
}

.frm_style_formidable-style.with_frm_style .form-field h3 {
	color: #1f2228;
}

form#form_brand-creation .frm_style_formidable-style.with_frm_style .form-field h3 {
	margin-top: 0;
}

.frm_image_options .frm_image_option_container.frm_label_with_image .frm_empty_url, 
.frm_image_options .frm_image_option_container.frm_label_with_image img {
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.frm_image_options .frm_image_option_container {
	border-radius: 15px !important;
}

.frm_text_label_for_image {
	font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

.frm_image_options .frm_image_option_container:hover, 
input[type="radio"]:checked + .frm_image_option_container, 
input[type="checkbox"]:checked + .frm_image_option_container {
	border-color: #fb7f88 !important;
    border-width: 2px !important;
    box-shadow: none !important;
}

.frm_image_option_container .frm_selected_checkmark svg {
	fill: #fb7f88 !important;
}

.frm_blank_field.frm_image_options .frm_image_option_container {
	border-width: 2px;
}

.frm_image_options .frm_image_option_container {
	border:  2px solid #ECEFF3 !important;
}


/*-----------------------------------------------------
    00 - HEADER
-----------------------------------------------------*/

@media only screen and (min-width: 1024px) {

	.header-hero.landing .container {
		max-width: 1080px;
	}

	.landing-area .col-sm-8,
	.landing-area .col-sm-4 {
		width: 50%;
	}
}

@media only screen and (max-width: 1024px) {

	.header-hero.landing .container {
		max-width: 90%;
	}
}

@media only screen and (max-width: 834px) {

	.header-hero.landing.alignfull {
		max-height: 100% !important;
	}

	.landing-area-contact .container {
		max-height: 100% !important;
	}

	.landing-area-contact .frm_forms {
		margin-top: 20px;
	}

	.landing-area-contact .contact-content h2, 
	.landing-area-contact .contact-content p {
		max-width: 500px;
		text-align: center;
	}

	.landing-area-contact .line {
		margin: 25px auto;
	}
}

@media only screen and (max-width: 768px) {

	.header-hero.landing .header-hero-content {
		text-align: center !important;
		max-width: 100% !important;
	}

	.header-hero.landing .line {
	    margin: 25px auto;
	}

	.header-hero.landing.alignfull .col-xs-12:first-child .header-hero-content {
	    padding-bottom: 0;
	}

	.header-hero.landing.alignfull .col-xs-12:last-child .header-hero-content {
	    padding-top: 30px;
	}
}

.header-hero {
	position: relative;
	z-index: 0;
	height: auto;
	background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header-hero-content {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color: #ffffff;
}

.header-hero.landing .header-hero-content {
	text-align: left;
	max-width: 500px;
}

.header-hero.landing .header-hero-content a.btn.align-left {
	border:  1px solid transparent;
}

.header-hero.landing .header-hero-content a.btn.align-left:hover {
	border:  1px solid #ffffff;
}

.header-hero-content .page-title {
	font-size: 40px;
}

.header-hero-content p {
	color:  #ffffff;
}

/*-----------------------------------------------------
    00 - FOOTER
-----------------------------------------------------*/

@media only screen and (min-width: 1921px) {
	.footer-area::before {
		height: 1120px;
	}
}

.content-block .page-container > .row > .col-md-8, .content-block .page-container > .row > .col-md-12 {
    margin-bottom: 0;
}

img.footer-logo:hover {
    transform: scale(.95,.95);
    transition-property: all;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
}

/*-----------------------------------------------------
    01 - BOOTSTRAP
-----------------------------------------------------*/

html {
	font-size: 1em;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	line-height: 2em;
	margin: 0;
	font-size: 1em;
	color: #1f2228;
	background-color: #ffffff;
	font-family: 'Mulish', sans-serif !important;
	font-weight: 300;
}

body p {
	margin: 0 auto 20px;
	font-size: 1em;
	line-height: 2em;
	font-family: 'Mulish', sans-serif !important;
	font-weight: 300;
	color: #1f2228;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

udio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: .67em 0;
	font-size: 2em;
}

mark {
	color: #000;
	background: #ff0;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #428bca;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
	color: #1f2228;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.saxon-post .post-categories,
.sidebar .widget .post-categories,
.blog-post .post-categories,
.page-item-title-archive p,
.saxon-blog-posts-slider .saxon-post-details .saxon-post-info,
.post-subtitle-container,
.sidebar .widget .post-date,
.sidebar .widget .post-author,
.saxon-post .post-author,
.saxon-post .post-date,
.saxon-post .post-details-bottom,
.blog-post .tags,
.navigation-post .nav-post-title,
.post-worthreading-post-wrapper .post-worthreading-post-button,
.comment-metadata .date,
header .header-blog-info {
	font-family: 'Quicksand', sans-serif !important;
}

.single-post .post-worthreading-post-wrapper .post-worthreading-post-button a {
	font-family: 'Quicksand', sans-serif !important;
}

.tags a {
	font-family: 'Quicksand', sans-serif !important;
}

.sidebar .widget.widget_saxon_categories .post-categories a + a {
	font-family: 'Quicksand', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	line-height: 1.1;
	color: inherit;
	font-family: 'Quicksand', sans-serif !important;
	font-weight: 500 !important;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
	font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
	font-size: 75%;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 12px;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4;
}

small,
.small {
	font-size: 85%;
}

cite {
	font-style: normal;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-muted {
	color: #999;
}

.text-primary {
	color: #428bca;
}

a.text-primary:hover {
	color: #3071a9;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover {
	color: #843534;
}

.bg-primary {
	color: #fff;
	background-color: #428bca;
}

a.bg-primary:hover {
	background-color: #3071a9;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}

dt,
dd {
	line-height: 1.42857143;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 30px 20px 20px;
	margin: 0 0 20px;
	font-size: 1.5em;
	line-height: 1.8em;
	border-left: 10px solid #ECEFF3 !important;
	border-top: 2px solid #ECEFF3 !important;
	border-bottom: 2px solid #ECEFF3 !important;
	border-right: 2px solid #ECEFF3 !important;
	border-radius: 15px;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #999;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
	content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	white-space: nowrap;
	background-color: #f9f2f4;
	border-radius: 4px;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: 0;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: 0;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

table {
	max-width: 100%;
	background-color: transparent;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.table > tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5;
}

table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	/* IE8-9 */
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}

textarea.form-control {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

input[type="date"] {
	line-height: 34px;
}

.form-group {
	margin-bottom: 15px;
}

.radio,
.checkbox {
	display: block;
	min-height: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio label,
.checkbox label {
	display: inline;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-sm {
	height: 30px;
	line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
	height: auto;
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}

select.input-lg {
	height: 46px;
	line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
	height: auto;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d;
}

.has-success .form-control-feedback {
	color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
	color: #a94442;
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
}

.has-error .form-control-feedback {
	color: #a94442;
}

.form-control-static {
	margin-bottom: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px;
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
}

.form-horizontal .form-control-static {
	padding-top: 7px;
}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

/* ---- ---- ---- ---- ---- ----
    Buttons 
---- ---- ---- ---- ---- ---- */
a.btn.align-left,
a.btn.align-left:focus,
input[type="submit"] {
	background: #ECEFF3;
	border: none;
	color: #1f2228;
	font-size: 12px;
	padding: 12px 25px;
	height: 43px;
	line-height: 1.5em;
	min-width: 120px;
	font-family: 'Quicksand', sans-serif;
	border-radius: 15px;
	-webkit-transition: none;
	transition: none;
}

a.btn.align-left:hover,
input[type="submit"]:hover {
	background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background-size: 200%;
	color: #ffffff;
}

.btn-load-more,
.btn-load-more:focus {
	background: #ECEFF3;
	border: none;
	color: #1f2228;
	font-size: 12px;
	padding: 12px 25px;
	height: 43px;
	line-height: 1.5em;
	min-width: 120px;
	font-family: 'Quicksand', sans-serif !important;
	border-radius: 15px;
	-webkit-transition: none;
	transition: none;
}

.btn-load-more:hover {
	background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%) !important;
	background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%) !important;
	background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%) !important;
	background-size: 200% !important;
	adding: 12px 25px;
	line-height: 1.5em;
	color: #ffffff;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus {
	color: #333;
	text-decoration: none;
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc;
}

.btn-default .badge {
	color: #fff;
	background-color: #333;
}

.btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #428bca;
	border-color: #357ebd;
}

.btn-primary .badge {
	color: #428bca;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #47a447;
	border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #39b3d7;
	border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ed9c28;
	border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.btn-link {
	font-weight: normal;
	color: #428bca;
	cursor: pointer;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
	color: #2a6496;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #999;
	text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
	font-family: 'Quicksand', sans-serif;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #428bca;
	outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #999;
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
	z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
	outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	margin-left: -5px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
	margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group > .btn:first-child {
	margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
	float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
	float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
	display: table-cell;
	float: none;
	width: 1%;
}

.btn-group-justified > .btn-group .btn {
	width: 100%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
	display: none;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.input-group[class*="col-"] {
	float: none;
	padding-right: 0;
	padding-left: 0;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
	height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
	height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
	border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
	border-left: 0;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.input-group-btn > .btn {
	position: relative;
}

.input-group-btn > .btn + .btn {
	margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
	z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	margin-left: -1px;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav > li {
	position: relative;
	display: block;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}

.nav > li.disabled > a {
	color: #999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #999;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #eee;
	border-color: #428bca;
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav > li > a > img {
	max-width: none;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}

.nav-tabs.nav-justified > li {
	float: none;
}

.nav-tabs.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd;
}

.nav-pills > li {
	float: left;
}

.nav-pills > li > a {
	border-radius: 4px;
}

.nav-pills > li + li {
	margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #428bca;
}

.nav-stacked > li {
	float: none;
}

.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified {
	width: 100%;
}

.nav-justified > li {
	float: none;
}

.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

.nav-tabs-justified {
	border-bottom: 0;
}

.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
	border: 1px solid #ddd;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.navbar {
	position: relative;
	min-height: 1px;
	border: 1px solid transparent;
	margin: 0;
	padding: 0;
}

.navbar-collapse {
	max-height: 340px;
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
	overflow-y: auto;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle:focus {
	outline: none;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

.navbar-nav {
	margin: 7.5px -15px;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}

.navbar-default {
	background-color: transparent;
	border: none;
}

.navbar-default .navbar-brand {
	color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}

.navbar-default .navbar-text {
	color: #777;
}

.navbar-default .navbar-nav > li > a {
	color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #333;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #555;
	background-color: #e7e7e7;
}

.blog-post .format-quote .entry-content,
.blog-post .format-quote .entry-content::before,
blockquote,
blockquote::before,
.sidebar .widget .post-title,
.comment-metadata .author,
.author-bio strong,
.navigation-post .nav-post-name,
.sidebar .widgettitle,
.post-worthreading-post-container .post-worthreading-post-title {
	font-family: 'Quicksand', sans-serif !important;
}

.single-post .navigation-post {
	margin:  0 auto 60px;
	max-width: 800px;
	border: 1px solid #E2E3E7;
    border-radius: 15px;
    padding: 20px;
}

.navbar-default .navbar-link {
	color: #777;
}

.navbar-default .navbar-link:hover {
	color: #333;
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}

.navbar-inverse .navbar-brand {
	color: #999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-text {
	color: #999;
}

.navbar-inverse .navbar-nav > li > a {
	color: #999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: transparent;
}

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

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

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #080808;
}

.navbar-inverse .navbar-link {
	color: #999;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.breadcrumb > li {
	display: inline-block;
}

.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}

.breadcrumb > .active {
	color: #999;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #428bca;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #2a6496;
	background-color: #eee;
	border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #428bca;
	border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}

.pager li {
	display: inline;
}

.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #eee;
}

.pager .next > a,
.pager .next > span {
	float: right;
}

.pager .previous > a,
.pager .previous > span {
	float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #999;
	cursor: not-allowed;
	background-color: #fff;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

.label-default {
	background-color: #999;
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #808080;
}

.label-primary {
	background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #3071a9;
}

.label-success {
	background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44;
}

.label-info {
	background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5;
}

.label-warning {
	background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f;
}

.label-danger {
	background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999;
	border-radius: 10px;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.btn-xs .badge {
	top: 0;
	padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #428bca;
	background-color: #fff;
}

.nav-pills > li > a > .badge {
	margin-left: 3px;
}

.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
	color: inherit;
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}

.container .jumbotron {
	border-radius: 6px;
}

.jumbotron .container {
	max-width: 100%;
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
	margin-right: auto;
	margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #428bca;
}

.thumbnail .caption {
	padding: 9px;
	color: #333;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: bold;
}

.alert > p,
.alert > ul {
	margin-bottom: 0;
}

.alert > p + p {
	margin-top: 5px;
}

.alert-dismissable {
	padding-right: 35px;
}

.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #2b542c;
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
}

.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
	overflow: hidden;
	zoom: 1;
}

.media,
.media .media {
	margin-top: 15px;
}

.media:first-child {
	margin-top: 0;
}

.media-object {
	display: block;
}

.media-heading {
	margin: 0 0 5px;
}

.media > .pull-left {
	margin-right: 10px;
}

.media > .pull-right {
	margin-left: 10px;
}

.media-list {
	padding-left: 0;
	list-style: none;
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
	float: right;
}

.list-group-item > .badge + .badge {
	margin-right: 5px;
}

a.list-group-item {
	color: #555;
}

a.list-group-item .list-group-item-heading {
	color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
	color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
	color: #e1edf7;
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}

a.list-group-item-success {
	color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
	color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}

a.list-group-item-info {
	color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
	color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}

a.list-group-item-warning {
	color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}

a.list-group-item-danger {
	color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
	padding: 15px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

.panel-title > a {
	color: inherit;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel > .list-group {
	margin-bottom: 0;
}

.panel > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
	margin-bottom: 0;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
	border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}

.panel > .table-responsive {
	margin-bottom: 0;
	border: 0;
}

.panel-group {
	margin-bottom: 20px;
}

.panel-group .panel {
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 4px;
}

.panel-group .panel + .panel {
	margin-top: 5px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
	border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}

.panel-default {
	border-color: #ddd;
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #ddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #ddd;
}

.panel-primary {
	border-color: #428bca;
}

.panel-primary > .panel-heading {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #428bca;
}

.panel-success {
	border-color: #d6e9c6;
}

.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #d6e9c6;
}

.panel-info {
	border-color: #bce8f1;
}

.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #bce8f1;
}

.panel-warning {
	border-color: #faebcc;
}

.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #faebcc;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #faebcc;
}

.panel-danger {
	border-color: #ebccd1;
}

.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #ebccd1;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #ebccd1;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15);
}

.well-lg {
	padding: 24px;
	border-radius: 6px;
}

.well-sm {
	padding: 9px;
	border-radius: 3px;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

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

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}

.modal-header {
	min-height: 16.42857143px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

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

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 20px;
}

.modal-footer {
	padding: 19px 20px 20px;
	margin-top: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	visibility: visible;
	filter: alpha(opacity=0);
	opacity: 0;
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9;
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
	right: 5px;
	bottom: 0;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 15px 15px 0 0;
}

.popover-content {
	padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover > .arrow {
	border-width: 11px;
}

.popover > .arrow:after {
	content: "";
	border-width: 10px;
}

.popover.top > .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0;
}

.popover.top > .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0;
}

.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0;
}

.popover.right > .arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0;
}

.popover.bottom > .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom > .arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}

.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25);
}

.popover.left > .arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	left: 100%;
}

.carousel-inner > .prev {
	left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}

.carousel-inner > .active.left {
	left: -100%;
}

.carousel-inner > .active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity=50);
	opacity: .5;
}

.carousel-control.left {
	background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background-size: auto;
	background-repeat: repeat-x;
}

.carousel-control.right {
	right: 0;
	left: auto;
	background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background-size: auto;
	background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: none;
	opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif;
}

.carousel-control .icon-prev:before {
	content: '\2039';
}

.carousel-control .icon-next:before {
	content: '\203a';
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
	text-shadow: none;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
	clear: both;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

.visible-print {
	display: none !important;
}

@media print {
	* {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;

		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	select {
		background: #fff !important;
	}

	.navbar {
		display: none;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}

	.hidden-print {
		display: none !important;
	}

	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table;
	}

	tr.visible-print {
		display: table-row !important;
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}


/*-----------------------------------------------------
    02 - WORDPRESS DEFAULTS
-----------------------------------------------------*/
.header-menu .col-md-12 {
	padding: 0;
}

/*-----------------------------------------------------
    03 - WORDPRESS PAGES
-----------------------------------------------------*/

/* ---- ---- ---- ---- ---- ----
    Column Content
---- ---- ---- ---- ---- ---- */
.alignfull.container-page-item-title {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}


/*-----------------------------------------------------
    NEWSLETTER - SUBSCRIBE
-----------------------------------------------------*/

/* ---- ---- ---- ---- ---- ----
    Checkboxes
---- ---- ---- ---- ---- ---- */
input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 50px;
	height: 25px;
	display: inline-block;
	position: relative;
	border-radius: 50px !important;
	overflow: hidden;
	outline: none;
	border: none;
	cursor: pointer;
	background-color: #efefef;
	transition: background-color ease 0.3s;
	margin-right: 10px;
}

input[type="checkbox"]:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	background: #fff;
	left: 2px;
	top: 2px;
	border-radius: 50%;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-shadow: -1px -1px rgba(0, 0, 0, 0.15);
	white-space: nowrap;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
}

input[type="checkbox"]:focus {
	outline: none;
}

input[type="checkbox"]:checked {
	background-color: #4CD964;
}

input[type="checkbox"]:checked:before {
	left: 28px;
}

/* ---- ---- ---- ---- ---- ----
    Subscribe Block (Under Post)
---- ---- ---- ---- ---- ---- */
.saxon-subscribe-block {
	line-height: 1.8em;
}

/*-----------------------------------------------------
    04 - HEADER
-----------------------------------------------------*/

.header-menu-bg.menu_white {
	top: 0;
	position: fixed;
}

.header-menu li a {
	display: inline-flex;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	letter-spacing: 0.5px;
}

.header-menu li:first-child:before {
	margin: 0 10px 0 0;
}

.header-menu ul.links > li:first-child > a {
	line-height: 1em;
	background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background-size: auto;
	background-size: auto;
	background-size: 200%;
	color: #ffffff;
	font-weight: 400;
	padding: 10px 20px;
	border-radius: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 6px 20px 6px 15px;
	font-family: 'Quicksand', sans-serif;
	font-size: 1em;
}

.header-menu ul.links > li:first-child > a:hover {
	background: #ECEFF3;
	color: #1f2228;
	text-decoration: none;
}

.header-menu ul.links > li:first-child > a i {
	margin-right: 10px;
}

li.subscribe i {
	margin-right: 15px;
}

header {
	background-color: #ffffff;
	top: 40px;
	position: fixed;
	z-index: 10;
	display: block;
	width: 100%;
	box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15), 0px 5px 17px -2px rgba(0, 0, 0, 0.15);
}

header .search-toggle-wrapper {
	vertical-align: middle;
}

.search-fullscreen-wrapper .search-fullscreen-form input[type="search"]::placeholder {
	font-size: 20px;
}

header a.search-toggle-btn {
	padding-left: 0;
	margin-left: 0;
}

header a.search-toggle-btn:hover {
    color: #e63244;
}

.nav > li.menu-item-has-children > a:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.navbar .nav .sub-menu li sup {
	color: #ffffff;
	border-radius: 15px;
    padding: 5px;
    background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background-size: 200%;
    background-repeat: no-repeat;    
}

.navbar .nav .sub-menu li#menu-item-29623 {
    border-bottom: 1px dashed #ECEFF3;
    padding-bottom: 5px;
}

.navbar .nav .sub-menu li#menu-item-26973 {
    padding-top: 5px;
}


/*-----------------------------------------------------
    05 - FOOTER
-----------------------------------------------------*/

/* ---- ---- ---- ---- ---- ----
    Background
---- ---- ---- ---- ---- ---- */
.footer-sidebar-2-wrapper.footer-white {
	background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background-size: 200%;
	background-repeat: no-repeat;
}

/* ---- ---- ---- ---- ---- ----
    Remove Top Border
---- ---- ---- ---- ---- ---- */
.sidebar.footer-sidebar-2 > ul {
	padding-top: 150px !important;
	border-top: none !important;
}

/* ---- ---- ---- ---- ---- ----
    Remove Google Captcha Badge
---- ---- ---- ---- ---- ---- */

.grecaptcha-badge {
	display: none !important;
}

/* ---- ---- ---- ---- ---- ----
    Text & Links
---- ---- ---- ---- ---- ---- */
.sidebar.footer-sidebar-2 p,
.sidebar.footer-sidebar-2 a {
	color: #ffffff;
}

/* ---- ---- ---- ---- ---- ----
    Headings
---- ---- ---- ---- ---- ---- */
.sidebar.footer-sidebar-2 .widgettitle {
	font-weight: 500;
	color: #ffffff;
	font-size: 22px;
}

/* ---- ---- ---- ---- ---- ----
    Footer Button
---- ---- ---- ---- ---- ---- */
.sidebar.footer-sidebar-2 a.btn.align-left {
	background: #ffffff !important;
	min-width: 190px;
}

.sidebar .widget.widget_saxon_text .saxon-textwidget .btn.align-left i {
	margin-right: 5px;
}

/* ---- ---- ---- ---- ---- ----
    Footer Button - Hover
---- ---- ---- ---- ---- ---- */
.sidebar.footer-sidebar-2 a.btn.align-left:hover {
	color: #ffffff !important;
	background: #1f2228 !important;
	text-decoration: none;
}

/* ---- ---- ---- ---- ---- ----
    Social Icons
---- ---- ---- ---- ---- ---- */
.sidebar.footer-sidebar-2 .connect a {
	text-align: center;
	margin: 0 20px 20px 0;
	background: #ffffff;
	border: 1px solid #ffffff;
	padding: 15px;
	border-radius: 15px;
	color: #1f2228;
	display: inline-grid;
	width: 50px;
	height: 50px;
	-webkit-transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
	transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

/* ---- ---- ---- ---- ---- ----
    Social Icons - Hover
---- ---- ---- ---- ---- ---- */
.sidebar.footer-sidebar-2 .connect a:hover {
	background: #1f2228;
	color: #ffffff;
	text-decoration: none;
}

/* ---- ---- ---- ---- ---- ----
    Copyright - Text
---- ---- ---- ---- ---- ---- */
footer .footer-copyright {
	text-align: center;
	font-size: 16px;
	color: #1f2228;
	font-weight: 300;
}

/* ---- ---- ---- ---- ---- ----
    Copyright: Links
---- ---- ---- ---- ---- ---- */
footer .footer-copyright a {
	color: #e63244;
}

/* ---- ---- ---- ---- ---- ----
    Copyright: Links - Hover
---- ---- ---- ---- ---- ---- */
footer .footer-copyright a:hover {
	color: #1f2228;
	text-decoration: underline;
}

/* ---- ---- ---- ---- ---- ----
    Menu Links
---- ---- ---- ---- ---- ---- */
.sidebar .widget.widget_nav_menu a {
	font-family: 'Mulish';
	color: #ffffff;
	font-weight: normal;
}

.sidebar.footer-sidebar-2 .widget.widget_nav_menu li {
	display: block;
	margin-bottom: 10px;
}

li#menu-item-26965:before {
	font-weight: 400 !important;
	font-family: 'Font Awesome 5 Brands' !important;
}

li#menu-item-26801:before {
	font-weight: 400 !important;
}

li#menu-item-26799:before {
	font-weight: 400 !important;
}

li#menu-item-26800:before {
	font-weight: 400 !important;
}

/* ---- ---- ---- ---- ---- ----
    Menu Links Hover
---- ---- ---- ---- ---- ---- */
.sidebar .widget.widget_nav_menu a:hover,
.sidebar .widget a:hover {
	color: #1f2228;
	text-decoration: underline;
}

/* ---- ---- ---- ---- ---- ----
    Footer Menu
---- ---- ---- ---- ---- ---- */
footer .footer-menu > div {
	text-align: center;
}

/* ---- ---- ---- ---- ---- ----
    Footer Menu Links Colour
---- ---- ---- ---- ---- ---- */
footer .footer-menu ul li a {
	color: #e63244;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
}

/* ---- ---- ---- ---- ---- ----
    Footer Menu Links - Hover
---- ---- ---- ---- ---- ---- */
footer .footer-menu ul li a:hover {
	color: #1f2228;
	text-decoration: underline;
}

/* ---- ---- ---- ---- ---- ----
    Footer Logo
---- ---- ---- ---- ---- ---- */
.sidebar.footer-sidebar-2 > ul img.footer-logo {
	width: 250px !important;
	margin: 0 auto 15px;
}

/* ---- ---- ---- ---- ---- ----
    Footer Link Icons
---- ---- ---- ---- ---- ---- */
ul#menu-footer-categories li:before,
ul#menu-footer-useful-links li:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #ffffff;
	font-size: 0.8em;
	margin-right: 10px;
	width: 15px;
	display: inline-block;
}

/*-----------------------------------------------------
    06 - TOP MENU
-----------------------------------------------------*/


/*-----------------------------------------------------
    07 - MAIN MENU
-----------------------------------------------------*/

.header-menu-bg.header-menu-uppercase .header-menu li a {
	display: inline-block;
	line-height: 2em;
}

.navbar .nav > li:before {
	font-size: 14px;
	margin: auto -5px auto 20px;
}

.mainmenu .nav > li > a {
	display: inline;
	font-size: 16px;
	font-family: 'Quicksand', sans-serif !important;
}

.navbar .nav > li > a {
	font-weight: 300;
	padding-bottom: 40px;
}

.nav > li > a:hover,
.nav > li > a:focus {
	background-color: transparent;
}

.nav > li > .sub-menu {
	padding: 20px;
	margin-top: 35px !important;
	width: 340px;
}

.nav .sub-menu li.menu-item > a {
	padding: 10px 20px;
	display: inline-block;
	font-size: 16px;
	font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

.navbar .nav .sub-menu li:before {
	min-width: 22px;
	display: inline-block;
}


/*-----------------------------------------------------
    08 - HOMEPAGE BLOCKS
-----------------------------------------------------*/

/* ---- ---- ---- ---- ---- ----
    Remove Spacing Between Blocks
---- ---- ---- ---- ---- ---- */
.home .html-block-container {
	margin-bottom: 0
}


/*-----------------------------------------------------
    09 - PAGES / POST TITLES
-----------------------------------------------------*/

/* ---- ---- ---- ---- ---- ---- 
    Title Container
---- ---- ---- ---- ---- ---- */
.single-post .container-page-item-title.with-bg .page-item-title-single {
	padding: 100px 0 40px;
}

/* ---- ---- ---- ---- ---- ---- 
    Title Colour
---- ---- ---- ---- ---- ---- */
.container-page-item-title .page-title {
	color: #ffffff;
}

/* ---- ---- ---- ---- ---- ---- 
    Title Underline
---- ---- ---- ---- ---- ---- */
.container-page-item-title h1::after {
	border-bottom: 2px solid #feb97c;
	width: 10%;
	height: 10px;
	display: block;
	content: '';
	margin: 20px auto;
}

/* ---- ---- ---- ---- ---- ----
    Insights Page
---- ---- ---- ---- ---- ---- */
.blog .content-block {
	margin-top: 100px;
}

.blog .blog-posts-list.saxon-blog-col-3 {
    padding-top: 60px;
}

/* ---- ---- ---- ---- ---- ----
    404 Page: Top Spacing
---- ---- ---- ---- ---- ---- */

.error404 .blog-post-reading-progress {
	display: none;
}

.error404 .search-form .btn,
input[type="submit"] {
	font-family: 'Quicksand', sans-serif;
}

/* ---- ---- ---- ---- ---- ----
    Archives Title Spacing
---- ---- ---- ---- ---- ---- */
.category .content-block,
.search .content-block,
.tag .content-block {
	margin-top: 80px;
}

/* ---- ---- ---- ---- ---- ----
   Search & Tag Title Background
---- ---- ---- ---- ---- ---- */
.search .container-fluid.container-page-item-title,
.tag .container-fluid.container-page-item-title {
	color: #ffffff;
	background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background-size: auto;
}

/* ---- ---- ---- ---- ---- ----
   Search & Tag Title
---- ---- ---- ---- ---- ---- */
.search .container-fluid.container-page-item-title .page-title,
.tag .container-fluid.container-page-item-title .page-title {
	color: #ffffff;
}

/* ---- ---- ---- ---- ---- ----
   Tag Title (Archives)
---- ---- ---- ---- ---- ---- */
.page-item-title-archive p {
	color: #ffffff;
}

/* ---- ---- ---- ---- ---- ----
    Archive Page Title Spacing
---- ---- ---- ---- ---- ---- */
.category .container-fluid.container-page-item-title,
.search .container-fluid.container-page-item-title,
.tag .container-fluid.container-page-item-title {
	padding: 80px 0 0;
	border-radius: 0;
	margin-bottom: 80px;
}

/* ---- ---- ---- ---- ---- ----
    Archive Page Title
---- ---- ---- ---- ---- ---- */
.category .container-page-item-title .page-title,
.search .container-page-item-title .page-title,
.tag .container-page-item-title .page-title {
	margin: 10px auto 15px;
	text-transform: capitalize;
}

/* ---- ---- ---- ---- ---- ----
    Business Category
---- ---- ---- ---- ---- ---- */
.archive.category-business .container-fluid.container-page-item-title {
	background: #8224e3;
	color: #ffffff;
}

/* ---- ---- ---- ---- ---- ----
    Design Category
---- ---- ---- ---- ---- ---- */
.archive.category-design .container-fluid.container-page-item-title {
	background: #f6546a;
	color: #ffffff;
}

/* ---- ---- ---- ---- ---- ----
    Marketing Category
---- ---- ---- ---- ---- ---- */
.archive.category-marketing .container-fluid.container-page-item-title {
	background: #81d742;
	color: #ffffff;
}

/* ---- ---- ---- ---- ---- ----
    SEO Category
---- ---- ---- ---- ---- ---- */
.archive.category-seo .container-fluid.container-page-item-title {
	background: #ed872d;
	color: #ffffff;
}

/* ---- ---- ---- ---- ---- ----
    Technology Category
---- ---- ---- ---- ---- ---- */
.archive.category-technology .container-fluid.container-page-item-title {
	background: #60d5ce;
	color: #ffffff;
}

/* ---- ---- ---- ---- ---- ----
    Wordpress Category
---- ---- ---- ---- ---- ---- */
.archive.category-wordpress .container-fluid.container-page-item-title {
	background: #0073aa;
	color: #ffffff;
}

/* ---- ---- ---- ---- ---- ---- 
    Post Titles
---- ---- ---- ---- ---- ---- */
.single-post .container-page-item-title {
	background-blend-mode: multiply;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 0 !important;
	padding: 80px 0 0;
}


/*-----------------------------------------------------
    10 - PAGES / POST CONTAINERS
-----------------------------------------------------*/



/*-----------------------------------------------------
    11 - SIDEBARS
-----------------------------------------------------*/

.sidebar .widget.widget_saxon_text .saxon-textwidget h3 {
	margin-bottom: 30px;
}

/* ---- ---- ---- ---- ---- ----
    Categories
---- ---- ---- ---- ---- ---- */
.sidebar .widget.widget_saxon_categories a:hover {
	text-decoration: none;
	padding: 15px 40px;
}

/* ---- ---- ---- ---- ---- ----
    Tag Clouds
---- ---- ---- ---- ---- ---- */
.sidebar .widget_tag_cloud .tagcloud a,
.sidebar .widget_product_tag_cloud .tagcloud a {
	font-size: 0.9em !important;
	text-transform: capitalize;
}

/* ---- ---- ---- ---- ---- ----
    Newsletter Links
---- ---- ---- ---- ---- ---- */
.widget .mc4wp-form a.gdpr {
	display: inline-block;
	margin-top: 20px;
}

.widget .mc4wp-form a.gdpr:focus,
.widget .mc4wp-form a.gdpr:hover {
	color: #1f2228;
}


/*-----------------------------------------------------
    12 - WIDGETS
-----------------------------------------------------*/


/*-----------------------------------------------------
    13 - BLOG
-----------------------------------------------------*/

/* ---- ---- ---- ---- ---- ----
    Masonry Posts Card
---- ---- ---- ---- ---- ---- */
.saxon-block .saxon-post {
	border: 1px solid #eaedf1;
	border-radius: 15px;
}

/* ---- ---- ---- ---- ---- ----
    Category Links
---- ---- ---- ---- ---- ---- */
.saxon-post .post-categories a {
	font-size: 0.9em;
	padding: 0 10px;
}

/* ---- ---- ---- ---- ---- ----
    Post Excerpt
---- ---- ---- ---- ---- ---- */
.saxon-post .post-excerpt {
	margin-bottom: 20px !important;
	min-height: 128px;
	padding: 0 40px;
	font-weight: 300;
}

/* ---- ---- ---- ---- ---- ----
    Post Titles
---- ---- ---- ---- ---- ---- */
.saxon-post .post-title a {
	line-height: 1.3em;
	color: #1f2228;
}

.saxon-post .post-title a:hover {
	text-decoration: underline;
}

.saxon-grid-post.saxon-post .saxon-post-details {
	padding: 0 40px;
}

/* ---- ---- ---- ---- ---- ----
    Related Post Titles
---- ---- ---- ---- ---- ---- */
.single-post .blog-post-related-wrapper .post-title {
	padding: 0 !important;
}

/* ---- ---- ---- ---- ---- ----
    Related Post Content
---- ---- ---- ---- ---- ---- */
.single-post .blog-post-related-wrapper {
	max-width: 800px;
	margin: 0 auto 20px;
}

/* ---- ---- ---- ---- ---- ----
    Top Spacing
---- ---- ---- ---- ---- ---- */
.page .content-block .page-container {
	margin-top: 100px;
}

.blog .saxon-blog-block-wrapper.page-container.container {
	padding-top: 0;
}

/* ---- ---- ---- ---- ---- ----
    Gallery Icon
---- ---- ---- ---- ---- ---- */
.saxon-block .saxon-post.format-gallery .saxon-post-format-icon:after {
	content: "\f302";
	font-family: "Font Awesome 5 Free";
}

/* ---- ---- ---- ---- ---- ----
    Video Icon
---- ---- ---- ---- ---- ---- */
.saxon-block .saxon-post.format-video .saxon-post-format-icon:after {
	content: "\f03d";
	padding-left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/* ---- ---- ---- ---- ---- ----
    Read more
---- ---- ---- ---- ---- ---- */
.saxon-block.blog-post .post-readmore,
.saxon-grid-post .post-readmore {
	font-weight: 300;
	padding: 0 40px 20px;
}

.saxon-block.blog-post .post-readmore a:hover,
.saxon-grid-post .post-readmore a:hover {
	text-decoration: underline;
}

/* ---- ---- ---- ---- ---- ----
    Image Animation
---- ---- ---- ---- ---- ---- */
.saxon-post-image-wrapper:hover .saxon-post-image {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transition: ease-out 0.5s;
}

/* ---- ---- ---- ---- ---- ----
    Rounding
---- ---- ---- ---- ---- ---- */
.saxon-grid-post.saxon-post .saxon-post-image-wrapper,
.saxon-post .saxon-post-image-wrapper .saxon-post-image {
	border-radius: 15px 15px 0 0 !important;
}

.saxon-block .saxon-post,
.saxon-grid-post article {
	border: 1px solid #ECEFF3;
	border-radius: 15px;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
	-moz-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
	box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}


/*-----------------------------------------------------
    14 - SINGLE POST
-----------------------------------------------------*/

/* ---- ---- ---- ---- ---- ---- 
    Worth Reading
---- ---- ---- ---- ---- ---- */
.single-post .post-worthreading-post-container .post-worthreading-post-title a {
	color: #1f2228;
	font-family: 'Quicksand', sans-serif;
}

.single-post .post-worthreading-post-container .post-worthreading-post-title a:hover {
	color: #e63244;
	text-decoration: underline;
}

/* ---- ---- ---- ---- ---- ---- 
    Comments
---- ---- ---- ---- ---- ---- */
.comment-form input[type="text"] {
	width: 100%;
}

/* ---- ---- ---- ---- ---- ---- 
    Captcha
---- ---- ---- ---- ---- ---- */
.aiowps-captcha-equation {
	text-transform: capitalize;
}

/*-----------------------------------------------------
    15 - SOCIAL SHARE & PROFILES
-----------------------------------------------------*/

/* ---- ---- ---- ---- ---- ----
    Share Icon Colorurs
---- ---- ---- ---- ---- ---- */
.single-post .post-social-wrapper .post-social .fab.fa-flipboard {
	color: #f52828;
	font-size: 18px;
}

.single-post .post-social-wrapper .post-social a.facebook-share i {
	color: #3b5998;
	font-size: 18px;
}

.single-post .post-social-wrapper .post-social a.twitter-share i {
	color: #00aced;
	font-size: 18px;
}

.single-post .post-social-wrapper .post-social a.linkedin-share i {
	color: #1178B3;
	font-size: 18px;
}

.single-post .post-social-wrapper .post-social a.pinterest-share i {
	color: #cb2027;
	font-size: 18px;
}

.single-post .post-social-wrapper .post-social a.whatsapp-share i {
	color: #009688;
	font-size: 18px;
}

.single-post .post-social-wrapper .post-social a.email-share i {
	color: #1f2228;
	font-size: 18px;
}

.single-post .saxon-social-share-fixed .post-social-wrapper .post-social a {
	line-height: 2.3em;
}

/* ---- ---- ---- ---- ---- ----
    Post Bottom Sharing
---- ---- ---- ---- ---- ---- */
.post-social-wrapper .post-social a {
	background: #ffffff;
	width: 40px;
	height: 40px;
	margin: 0 5px 15px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15), 0px 3px 8px -2px rgba(0, 0, 0, 0.15);
}

/* ---- ---- ---- ---- ---- ----
    Post Details: Full Width
---- ---- ---- ---- ---- ---- */
.saxon-post .post-details-bottom {
	border-bottom: none;
}

.saxon-post .post-details-bottom .post-info-wrapper {
	border-right: none;
	width: 100% !important;
	text-align: center;
	padding-right: 0;
	font-size: 1em;
	letter-spacing: 0.5px;
	font-family: 'Quicksand', sans-serif !important;
}

.single-post .saxon-post .post-details-bottom {
	display: block;
	width: 100%;
	border: none;
}

.archive .post-details-bottom {
	display: block;
	width: 100%;
	border-top: 1px solid #eaedf1;
	font-size: 16px;
}

.archive .post-details-bottom i {
	font-size: 16px;
}

/* ---- ---- ---- ---- ---- ----
    Save Details Checkbox
---- ---- ---- ---- ---- ---- */
.comment-form label {
	display: inline;
}

/* ---- ---- ---- ---- ---- ----
    Likes / Views / Comments
---- ---- ---- ---- ---- ---- */
.single-post .saxon-post .post-details-bottom .post-info-wrapper {
	text-align: center;
	display: flex;
	padding: 20px;
	border: 1px solid #E2E3E7;
	border-radius: 15px;
	max-width: 800px;
    margin: 0 auto;
}

.single-post .saxon-post .post-details-bottom .post-info-comments,
.single-post .saxon-post .post-details-bottom .post-info-views,
.single-post .saxon-post .post-details-bottom .post-info-likes,
.single-post .saxon-post .post-details-bottom .post-info-comments i,
.single-post .saxon-post .post-details-bottom .post-info-views i,
.single-post .saxon-post .post-details-bottom .post-info-likes i {
	display: block;
	font-size: 1.2em;
	margin: 0;
}

.saxon-post .post-details-bottom .post-info-comments i, 
.saxon-post .post-details-bottom .post-info-views i, 
.saxon-post .post-details-bottom .post-info-likes i {
	font-size:  18px;
	vertical-align: text-top;
    background: -webkit-linear-gradient(left,#fe8464 0%,#fe6e9a 50%,#fe8464 100%);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* ---- ---- ---- ---- ---- ----
    Share
---- ---- ---- ---- ---- ---- */
.single-post .saxon-post .post-details-bottom .post-info-share {
	text-align: center;
	margin: 20px auto 0;
	border: 1px solid #E2E3E7;
	border-radius: 15px;
	padding: 20px 0 10px;
	width: 100% !important;
	max-width: 800px;
}

/* ---- ---- ---- ---- ---- ----
    Tags
---- ---- ---- ---- ---- ---- */
.single-post .saxon-post .post-details-bottom .post-info-tags {
	max-width: 800px;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin: 0 auto 20px;
	border: 1px solid #E2E3E7;
	border-radius: 15px;
	padding: 20px;
	z-index: -1;
}

.single-post .saxon-post .post-details-bottom .post-info-tags .tags a:hover {
    background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background-size: 200%;
}

/* ---- ---- ---- ---- ---- ----
    Comments
---- ---- ---- ---- ---- ---- */
.saxon-post .post-details-bottom .post-info-comments {
	width: 100%;
}

/* ---- ---- ---- ---- ---- ----
    Views
---- ---- ---- ---- ---- ---- */
.saxon-post .post-details-bottom .post-info-views {
	width: 100%;
}

/* ---- ---- ---- ---- ---- ----
    Likes
---- ---- ---- ---- ---- ---- */
.saxon-post .post-details-bottom .post-info-likes {
	width: 100%;
}

/* ---- ---- ---- ---- ---- ----
    Comments Button
---- ---- ---- ---- ---- ---- */
.comment-form input#submit {
	font-family: 'Quicksand', sans-serif;
}

/* ---- ---- ---- ---- ---- ----
    POST CONTENT
---- ---- ---- ---- ---- ---- */
.single-post .post-content.clearfix {
    max-width: 600px;
    margin: 0 auto;
}

/* ---- ---- ---- ---- ---- ----
    IMAGE CAPTIONS
---- ---- ---- ---- ---- ---- */
.wp-block-image figcaption {
	font-family: 'Mulish', sans-serif;
	font-style: italic;
}

.wp-block-image.alignwide,
.wp-block-image.size-large {
	margin: 0 auto;
	max-width: 600px;
	borde-radius: 15px !important;
}

/* ---- ---- ---- ---- ---- ----
    BLOCK QUOTES
---- ---- ---- ---- ---- ---- */
.wp-block-quote p {
	line-height: 1.5em;
}

/*-----------------------------------------------------
    16 - PAGINATION
-----------------------------------------------------*/
.pagination {
	border-radius: 15px;
	margin: 0 auto 100px;
	border: 1px solid #eaedf1;
	padding: 15px 30px;
	width: auto;
	display: table;
	text-align: center;
	min-width: 330px;
	width: 100%;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
	-moz-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
	box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.pagination a,
.pagination span,
.pagination current {
	padding: 0;
	font-size: 1em;
	display: inline-block;
	text-align: center;
	min-width: 2%;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	border: none;
	font-weight: 400;
}

.navigation-paging a:hover {
	color: #1f2228;
}

.page-numbers.current {
	font-weight: bold;
	font-size: 1.2em;
	vertical-align: middle;
}


/*-----------------------------------------------------
    17 - PLUGINS & SCRIPTS
-----------------------------------------------------*/

/* ---- ---- ---- ---- ---- ----
    Post Progress Bar
---- ---- ---- ---- ---- ---- */
.page .blog-post-reading-progress,
.archive .blog-post-reading-progress,
.blog .blog-post-reading-progress,
.search .blog-post-reading-progress,
.page-404 .blog-post-reading-progress {
	display: none;
}

.blog-post-reading-progress {
	border: none;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 4px;
	background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background-size: 200%;
}

/* ---- ---- ---- ---- ---- ----
    Headway
---- ---- ---- ---- ---- ---- */
.headwayMenu {
	display: inline-block !important;
	max-height: 32px;
	vertical-align: middle;
	margin-right: 20px;
}

.headwayMenu:hover i {
    color: #e63244;
    cursor: pointer;
}

.headwayMenu i {
	font-size: 1.1em;
}

.HW_badge_cont {
	width: 17px !important;
	height: 20px !important;
	top: -35px !important;
}

.HW_badge {
	top: -4px !important;
	left: 15px !important;
	background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%) !important;
	background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%) !important;
	background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%) !important;
	background-size: auto;
	background-size: auto !important;
}

.HW_badge.HW_softHidden {
	background: #d4d4d4 !important;
}

.HW_frame_cont.HW_visible {
	margin-top: 34px !important;
	border-radius: 15px !important;
}

/* ---- ---- ---- ---- ---- ----
    Rev Slider
---- ---- ---- ---- ---- ---- */
.home .saxon-blog-posts-slider {
	margin-top: 50px;
}

.tp-caption.dreamtheme_presentation_large_title,
.dreamtheme_presentation_large_title {
	font-size: 40px !important;
	text-align: center !important;
	margin: 0 auto !important;
	width: 100% !important;
	word-break: normal !important;
	white-space: normal !important;
	font-family: 'Quicksand', sans-serif !important;
	line-height: 44px !important;
	min-width: 1050px !important;
	padding: 20px !important;
	font-weight: 500 !important;
	letter-spacing: -1px !important;
}

.tp-caption.dreamtheme_presentation_large_title span,
.dreamtheme_presentation_large_title span {
	font-size: 40px !important;
	color: #feb97c !important;
	line-height: 60px !important;
	font-family: 'Quicksand', sans-serif !important;
	font-weight: 500 !important;
	letter-spacing: -1px !important;
}

.DP-Button.rs-layer.rs-waction {
	font-weight: 500 !important;
}

.tp-caption.DP-Button:hover,
.DP-Button:hover {
	color: #ffffff !important;
	background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	border: 1px solid #ffffff;
}

/* ---- ---- ---- ---- ---- ----
    Google Translate
---- ---- ---- ---- ---- ---- */
div#google_translate_element {
	float: left;
}

.goog-logo-link {
	display: none !important;
}

.goog-te-gadget {
	color: #1f2228 !important;
	overflow-y: hidden;
	max-height: 30px !important;
}

/* ---- ---- ---- ---- ---- ----
    404: Search Input
---- ---- ---- ---- ---- ---- */
.page-404 .search-form #s {
	height: 43px;
}

/* ---- ---- ---- ---- ---- ----
    Scroll To Top: Icon
---- ---- ---- ---- ---- ---- */
a.scroll-to-top.btn.alt:before {
	font-family: "Font Awesome 5 Free";
	content: "\f062";
	font-weight: 900;
	font-size: 14px;
}

a.scroll-to-top.btn:hover {
	background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
	border: 1px solid #ffffff;
}

/* ---- ---- ---- ---- ---- ----
    Cookies Modal
---- ---- ---- ---- ---- ---- */
.cc_container {
	max-width: 75% !important;
	margin: 0 auto !important;
	border-radius: 8px 8px 0 0 !important;
	box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 2px !important;
}

.cc_container .cc_message {
	line-height: 2em !important;
	max-width: 85%;
}

.cc_container a {
	color: #e63244 !important;
}

.cc_container a:hover {
	color: #1f2228 !important;
	text-decoration: underline !importeant;
}

.cc_container .cc_btn {
	display: inline-block;
	font-size: 1em !important;
	border: none;
	border-radius: 15px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Quicksand', sans-serif !important;
	letter-spacing: 1px;
	background: #ECEFF3 !important;
	border-color: #ECEFF3 !important;
	color: #1f2228 !important;
	line-height: 1.8em !important;
	padding: 12px 25px;
	height: 43px;
	-webkit-transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
	transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
	margin-top: 2%;
	min-width: 120px;
}

.cc_container .cc_btn:hover {
	background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%) !important;
	background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%) !important;
	background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%) !important;
	background-size: 200%;
	color: #ffffff !important;
}

/* ---- ---- ---- ---- ---- ----
    Accordion
---- ---- ---- ---- ---- ---- */

.accordion {
	margin: 20px auto 100px;
	width: 100%;
}

.accordion input {
	display: none;
}

header.box {
	background-color: #ECEFF3;
	color: #1f2228;
	border-radius: 15px 15px 0 0;
	z-index: 0;
	height: 120px;
}

header.box h2 {
	font-size: 26px;
}

.box {
	position: relative;
	background: #ffffff;
	height: 64px;
	transition: all .15s ease-in-out;
}

.box-content .header.row {
	border: 1px solid #f8f8f8;
	background: #1f2228;
	color: #ffffff;
	margin: 0 auto;
}

.box::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}

.box-title {
	width: 100%;
	height: 66px;
	line-height: 64px;
	padding: 0 20px;
	display: inline-block;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.box-title h3 {
	font-size: 20px;
	line-height: 0;
}

.box-content {
	width: 100%;
	padding: 40px;
	text-align: left;
	display: none;
	border: 2px solid #f8f8f8;
}

.box-close {
	position: absolute;
	height: 64px;
	width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}

input:checked + .box {
	height: auto;
	margin: 16px 0;
}

input:checked + .box .box-title {
	border-bottom: 1px solid rgba(0, 0, 0, .18);
}

input:checked + .box .box-content,
input:checked + .box .box-close {
	display: inline-block;
}

.arrows section .box-title {
	padding-left: 44px;
	width: 100%;
	border: 2px solid #f8f8f8;
}

.arrows section .box-title:before {
	position: absolute;
	display: block;
	content: '\203a';
	font-size: 18pt;
	left: 20px;
	top: -2px;
	transition: transform .15s ease-in-out;
	color: rgba(0, 0, 0, .54);
}

input:checked + section.box .box-title:before {
	transform: rotate(90deg);
}

/* ---- ---- ---- ---- ---- ----
    CF7
---- ---- ---- ---- ---- ---- */
body .select2-search {
	display: none;
}

span.wpcf7-list-item {
	margin: 0;
}

label {
	font-weight: normal;
}

div#s2id_autogen1 {
	display: none;
}

/* ---- ---- ---- ---- ---- ----
    Facebook Chat
---- ---- ---- ---- ---- ---- */

@media only screen and (min-width: 421px) {
	.fb_dialog_content iframe {
		right: 40px !important;
		bottom: 130px !important;
	}

	.fb_iframe_widget iframe {
		bottom: 200px !important;
		right: 40px !important;
		height: 60% !important;
	}

	.fb_customer_chat_bounce_in_v2 {
		height: 60% !important;
		margin-right: 0 !important;
		z-index: 9999999;
	}
}

/* ---- ---- ---- ---- ---- ----
    WhatsApp Chat
---- ---- ---- ---- ---- ---- */

#gcaMainCard {
	background: #ffffff !important;
	bottom: 300px !important;
	right: 51px !important;
}

#gcaMainCard.gcaDisplay {
	border-radius: 18px !important;
}

#gcaMainCardInnerTop {
	animation: thread_slide_up 200ms forwards !important;
	border-radius: 18px 18px 0 0 !important;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .15) !important;
	color: #1f2228 !important;
	background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%) !important;
	background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%) !important;
	background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%) !important;
	background-size: auto !important;
	background-size: 200% !important;
}

#gcaMainCardInnerChatBox {
	height: 60px;
	animation: thread_slide_up 200ms forwards !important;
	background-color: #ffffff !important;
	border-radius: 0 0 15px 15px !important;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .15) !important;
	color: #1f2228 !important;
}

#gcaMainCardInnerBodyMessage {
	font-family: 'Mulish', sans-serif !important;
	color: #1f2228 !important;
	box-shadow: none !important;
}

#gcaMainCardInnerTopContent {
	font-size: 16px !important;
	font-family: 'Quicksand', sans-serif !important;
	color: #ffffff !important;
	letter-spacing: 1px !important;
}

.gcaDisplay #gcaMainCardInnerBodyMessage {
	background: #ffffff !important;
}

#gcaMainCardInnerBodyMessage {
	padding: 20px !important;
}

#gcaMainCardInnerBodyMessage p {
	line-height: 1.8em !important;
	font-size: 16px;
}

#gcaMainCardPoweredBy {
	display: none !important;
}

#gcaMainCardInnerChatBoxSend {
	bottom: 33px !important;
	right: 20px !important;
	width: 20px !important;
	height: 20px !important;
	cursor: pointer;
}

#gcaMainCardInnerChatBoxTextArea {
	width: 93% !important;
	padding-right: 40px !important;
}

#gcaMainCardInnerTopContentCloseButton {
	color: #ffffff !important;
	text-shadow: none !important;
	top: 15px !important;
	right: 20px !important;
}

#gcaMainButton {
	right: 51px !important;
	bottom: 210px !important;
	width: 60px !important;
	height: 60px !important;
	z-index: 9999 !important;
}

/*-----------------------------------------------------
    18 - WOOCOMMERCE STYLES
-----------------------------------------------------*/


/*-----------------------------------------------------
    19 - GUTENBURG STYLES
-----------------------------------------------------*/


/*-----------------------------------------------------
    20 - ADVERTISING BANNERS
-----------------------------------------------------*/


/*-----------------------------------------------------
    21 - IMAGE ANIMATIONS
-----------------------------------------------------*/


/*-----------------------------------------------------
    22 - PREDEFINED CSS CLASSES
-----------------------------------------------------*/


/*-----------------------------------------------------
    23 - RESPONSIVE
-----------------------------------------------------*/

@media only screen and (min-width : 1000px) {

	/* ---- ---- ---- ---- ---- ---- 
        Article Width 
    ---- ---- ---- ---- ---- ---- */
	.single.single-post .content-block .post-container .col-md-8 {
		padding: 0 100px;
	}
}

/* ---- ---- ---- ---- ---- ----
    Tablet Styles
---- ---- ---- ---- ---- ---- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

	.container {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
}

@media only screen and (max-device-width : 1200px) {

	/* ---- ---- ---- ---- ---- ----
        Navigation: Link Spacing
    ---- ---- ---- ---- ---- ---- */
	.navbar .nav > li {
		margin-right: 0;
	}

	/* ---- ---- ---- ---- ---- ----
        Navigation: Link Spacing
    ---- ---- ---- ---- ---- ---- */
	header.main-header {
		background: #ffffff !important;
	}

	header .header-left {
		padding-left: 20px;
	}

	header .header-right {
		padding-right: 20px;
	}
}


@media only screen and (max-device-width : 1100px) {

	/* ---- ---- ---- ---- ---- ----
        Slider: Container
    ---- ---- ---- ---- ---- ---- */
	.saxon-blog-posts-slider {
		margin-top: 50px !important;
	}

	/* ---- ---- ---- ---- ---- ----
        Slider: Button
    ---- ---- ---- ---- ---- ---- */
	.tp-caption.DP-Button {
		margin-top: 20px !important;
	}
}


@media only screen and (max-device-width : 1024px) {

	/* ---- ---- ---- ---- ---- ----
        Navigation: Link Spacing
    ---- ---- ---- ---- ---- ---- */
	.navbar .nav > li:before {
		margin: 14px 0 0 0;
	}
}


@media only screen and (max-device-width : 1000px) {

	/* ---- ---- ---- ---- ---- ----
        Slider: Text White
    ---- ---- ---- ---- ---- ---- */
	.tp-caption.dreamtheme_presentation_large_title,
	.dreamtheme_presentation_large_title {
		font-size: 34px !important;
		line-height: 1.3em !important;
	}

	/* ---- ---- ---- ---- ---- ----
        Slider: Text Orange
    ---- ---- ---- ---- ---- ---- */
	.tp-caption.dreamtheme_presentation_large_title span,
	.dreamtheme_presentation_large_title span {
		font-size: 34px !important;
		line-height: 1.3em !important;
	}

	/* ---- ---- ---- ---- ---- ----
        Slider: Button
    ---- ---- ---- ---- ---- ---- */
	.tp-caption.DP-Button {
		margin-top: 30px !important;
	}

	/* ---- ---- ---- ---- ---- ----
        Search: Close
    ---- ---- ---- ---- ---- ---- */
	.search-close-btn {
		top: 180px;
	}
}


@media only screen and (max-width : 991px) {

	/* ---- ---- ---- ---- ---- ----
        Header
    ---- ---- ---- ---- ---- ---- */
	header {
		top: 0;
	}

	/* ---- ---- ---- ---- ---- ----
        Post Archives: Top Spacing
    ---- ---- ---- ---- ---- ---- */
	.category .content-block {
		margin-top: 60px;
	}

	/* ---- ---- ---- ---- ---- ----
        Header
    ---- ---- ---- ---- ---- ---- */
	header.main-header.clearfix {
		background-color: #ffffff !important;
		margin: 0 !important;
		height: 60px;
		padding-top: 10px;
	}

	header .header-center {
		text-align: left;
	}

	/* ---- ---- ---- ---- ---- ----
        Navigation
    ---- ---- ---- ---- ---- ---- */
	.navbar-inner {
		background: #ffffff;
	}

	.mainmenu .nav {
		margin: 20px auto !important;
	}

	.navbar .nav > li {
		margin: 5px;
	}

	.navbar .nav > li:before {
		margin: 0 10px 0 0;
	}

	.nav > li > .sub-menu {
		padding: 10px 20px;
		margin-top: 0 !important;
	}

	.nav .sub-menu li.menu-item > a {
		display: inline-block !important;
	}

	/* ---- ---- ---- ---- ---- ----
        Custom Columns
    ---- ---- ---- ---- ---- ---- */

	.content-block .page-container,
	.content-block .post-container {
		margin-top: 45px !important;
	}

	/* ---- ---- ---- ---- ---- ----
        Slider
    ---- ---- ---- ---- ---- ---- */
	.tp-caption.dreamtheme_presentation_large_title,
	.dreamtheme_presentation_large_title {
		font-size: 30px !important;
		line-height: 1.1em !important;
		min-width: 750px !important;
	}

	.tp-caption.dreamtheme_presentation_large_title span,
	.dreamtheme_presentation_large_title span {
		font-size: 30px !important;
		line-height: 1.1em !important;
	}

	.tp-caption.DP-Button {
		margin-top: 30px !important;
	}

	/* ---- ---- ---- ---- ---- ----
        Search: Close Button
    ---- ---- ---- ---- ---- ---- */
	.search-close-btn {
		top: 120px;
	}
}


@media only screen and (max-device-width : 980px) {

	/* ---- ---- ---- ---- ---- ----
        Custom Columns
    ---- ---- ---- ---- ---- ---- */
	.home .saxon-postsgrid1-block-wrapper .col-md-4:last-child {
		display: none;
	}

	/* ---- ---- ---- ---- ---- ----
        Footer
    ---- ---- ---- ---- ---- ---- */
	.sidebar.footer-sidebar-2 > ul > li:nth-child(1) {
		width: 50%;
		padding-right: 80px;
		margin: 0 auto 40px !important;
	}

	.sidebar.footer-sidebar-2 > ul > li:nth-child(2),
	.sidebar.footer-sidebar-2 > ul > li:nth-child(3) {
		width: 20%;
	}

	.sidebar.footer-sidebar-2 > ul > li:nth-child(4) {
		width: 70%;
		margin: 0 auto 30px;
	}

	.sidebar.footer-sidebar-2 > ul > li:nth-child(4) .widgettitle,
	.sidebar.footer-sidebar-2 > ul > li:nth-child(4) .textwidget {
		text-align: center;
	}

	.sidebar.footer-sidebar-2 > ul > li:nth-child(4) .connect {
		margin: -15px -15px 20px;
		text-align: center;
	}
}


@media only screen and (max-device-width : 900px) {

	/* ---- ---- ---- ---- ---- ----
        Slider
    ---- ---- ---- ---- ---- ---- */
	.tp-caption.dreamtheme_presentation_large_title,
	.dreamtheme_presentation_large_title {
		min-width: 850px !important;
	}

	.tp-caption.DP-Button {
		margin-top: 30px !important;
	}
}


@media only screen and (max-device-width : 768px) {

	/* ---- ---- ---- ---- ---- ----
        Slider
    ---- ---- ---- ---- ---- ---- */
	.tp-caption.dreamtheme_presentation_large_title,
	.dreamtheme_presentation_large_title {
		min-width: 680px !important;
	}

	.tp-caption.DP-Button {
		margin-top: 40px !important;
		line-height: 1em !important;
		font-size: 14px !important;
	}

	/* ---- ---- ---- ---- ---- ----
        Footer
    ---- ---- ---- ---- ---- ---- */
	.sidebar.footer-sidebar-2 > ul > li:nth-child(1) {
		width: 45% !important;
		padding: 0 0 20px;
		margin: 0 auto;
		order: inherit !important;
	}

	.sidebar.footer-sidebar-2 > ul > li:nth-child(4) {
		width: 100% !important;
		padding: 0;
		margin: 0 auto 40px;
	}

	.sidebar.footer-sidebar-2 > ul > li:nth-child(2),
	.sidebar.footer-sidebar-2 > ul > li:nth-child(3) {
		width: 20% !important;
		margin: 0 auto 40px;
		padding: 0;
	}

	.sidebar.footer-sidebar-2 .connect {
		text-align: center;
		margin: 0 auto 30px;
	}

	footer .footer-menu ul li:last-child {
		display: block;
		padding: 20px 0 0 0;
	}

	/* ---- ---- ---- ---- ---- ----
        Facebook
    ---- ---- ---- ---- ---- ---- */
	.fb_customer_chat_bubble_animated_no_badge {
		bottom: 90pt !important;
		right: 7pt !important;
	}
}


@media only screen and (max-device-width: 696px) {

	/* ---- ---- ---- ---- ---- ----
        Slider
    ---- ---- ---- ---- ---- ---- */
	.tp-caption.dreamtheme_presentation_large_title,
	.dreamtheme_presentation_large_title {
		min-width: 600px !important;
	}

	.tp-caption.DP-Button {
		margin-top: 40px !important;
	}
}


/* ---- ---- ---- ---- ---- ----
    Mobile Styles (Large)
---- ---- ---- ---- ---- ---- */

@media only screen and (max-width: 420px) {

	/* ---- ---- ---- ---- ---- ----
        Header
    ---- ---- ---- ---- ---- ---- */
	header {
		top: 0;
	}

	.wp-block-quote p {
		padding: 0 20px;
		font-size: 18px;
	}

	.col-md-12 .alignfull {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		width: auto;
		max-width: 1000%;
	}

	.error404 .content-block {
		margin-top: 80px;
	}

	.error404 input[type="submit"] {
		margin: 20px auto;
	}

	.category .container-fluid.container-page-item-title {
		padding: 50px 0 0;
	}

	.tag .content-block,
	.search .content-block {
		margin-top: 20px;
	}

	/* ---- ---- ---- ---- ---- ----
        Slider Container
    ---- ---- ---- ---- ---- ---- */
	.saxon-blog-posts-slider {
		margin-top: 0 !important;
	}

	/* ---- ---- ---- ---- ---- ----
        Title White
    ---- ---- ---- ---- ---- ---- */
	.tp-caption.dreamtheme_presentation_large_title,
	.dreamtheme_presentation_large_title {
		font-size: 24px !important;
		text-align: center !important;
		margin: 0 auto !important;
		width: 80% !important;
		line-height: 1em !important;
		min-width: 400px !important;
		padding: 20px !important;
	}

	/* ---- ---- ---- ---- ---- ----
        Title Orange
    ---- ---- ---- ---- ---- ---- */
	.tp-caption.dreamtheme_presentation_large_title span,
	.dreamtheme_presentation_large_title span {
		font-size: 22px !important;
		line-height: 1em !important;
	}

	.page-id-11647 .content-block .page-container,
	.page-id-10588 .content-block .page-container,
	.page-id-27603 .content-block .page-container,
	.page-id-27689 .content-block .page-container,
	.page-id-27658 .content-block .page-container {
		margin-top: 40px !important;
	}

	/* ---- ---- ---- ---- ---- ----
        Page Title: Sub-title Colour
    ---- ---- ---- ---- ---- ---- */
	.container-page-item-title .page-subtitle {
		max-width: 80%;
	}

	.blog .content-block .page-container > .row > .col-md-12 {
		margin-top: 20px;
	}

	.single-post .container-page-item-title {
		padding: 40px 0 0;
	}

	/* ---- ---- ---- ---- ---- ----
        Hide Google Translate
    ---- ---- ---- ---- ---- ---- */
	div#google_translate_element {
		display: none;
	}

	/* ---- ---- ---- ---- ---- ----
        Contact Form
    ---- ---- ---- ---- ---- ---- */
	li.frm_rootline_single.frm_current_page {
		border: none !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		background: none !important;
	}

	/* ---- ---- ---- ---- ---- ----
        Post Bottom Logged in Comments
    ---- ---- ---- ---- ---- ---- */
	.comment-form .logged-in-as {
		text-align: left;
	}

	/* ---- ---- ---- ---- ---- ----
        Header
    ---- ---- ---- ---- ---- ---- */
	header.main-header {
		margin: 0 !important;
		-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .25);
		-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .25);
		box-shadow: 0px 1px 2px rgba(0, 0, 0, .25);
	}

	header .container {
		padding: 0 10px;
		max-height: 60px;
	}

	.content-block .page-container {
		margin-top: 45px !important;
	}

	/* ---- ---- ---- ---- ---- ----
        Navigation Menu
    ---- ---- ---- ---- ---- ---- */
	.navbar-center-wrapper {
		box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
		background: #ffffff;
		margin-top: 15px;
	}

	.navbar-collapse {
		padding: 0;
	}

	.navbar-inner {
		background: transparent !important;
	}

	.mainmenu .nav {
		margin-top: 0 !important;
		padding: 20px;
		margin: 0 auto !important;
	}

	.navbar .nav > li {
		margin: 5px;
	}

	.navbar .nav > li:before {
		margin: 0 15px 0 0;
	}

	.nav > li > .sub-menu {
		padding: 10px;
		margin-top: 0 !important;
	}

	.nav .sub-menu li.menu-item > a {
		display: inline-block !important;
	}

	/* ---- ---- ---- ---- ---- ----
        Search
    ---- ---- ---- ---- ---- ---- */
	.search-fullscreen-wrapper .search-fullscreen-form input[type="search"] {
		font-size: 14px;
		padding: 10px;
	}

	.search-fullscreen-wrapper .search-fullscreen-form input[type="search"]::placeholder {
		font-size: 14px;
	}

	.search-close-btn {
		top: 120px;
	}

	/* ---- ---- ---- ---- ---- ----
        News
    ---- ---- ---- ---- ---- ---- */
	.saxon-postsgrid1-block-wrapper {
		padding: 0 20px;
	}

	.blog .content-block {
		margin-top: 50px;
	}

	.header-hero.landing .subscribe-form button {
	    top: 0;
	    right: 0;
	    display: block;
	}

	/* ---- ---- ---- ---- ---- ----
        Cookies
    ---- ---- ---- ---- ---- ---- */
	.cc_container {
		max-width: 95% !important;
	}

	.cc_container .cc_message {
		line-height: 1.5em !important;
		max-width: none !important;
		font-size: 0.9em !important;
		padding: 20px 10px 0 !important;
	}

	.cc_container a {
		display: inline-block;
	}

	.cc_container .cc_btn {
		font-size: 12px !important;
		display: block !important;
		width: 100% !important;
		margin-left: 0 !important;
		float: none !important;
		max-width: none !important;
		line-height: 2em !important;
	}

	/* ---- ---- ---- ---- ---- ----
        Footer
    ---- ---- ---- ---- ---- ---- */
	.footer-sidebar-2-wrapper {
		text-align: center;
	}

	.sidebar.footer-sidebar-2 > ul > li:nth-child(4) {
		width: 80% !important;
		padding: 0;
		margin: 0 auto 80px;
	}

	.sidebar.footer-sidebar-2 > ul > li:nth-child(2),
	.sidebar.footer-sidebar-2 > ul > li:nth-child(3) {
		width: 35% !important;
		margin: 0 auto 80px;
		padding: 0;
		text-align: left;
	}

	.sidebar.footer-sidebar-2 > ul > li:nth-child(4) .connect {
		text-align: center;
	}

	.sidebar.footer-sidebar-2 .connect a {
		margin: 20px;
	}

	footer .footer-menu ul li:last-child {
		display: block;
		padding: 20px 0 0 0;
	}

	.sidebar.footer-sidebar-2 > ul > li:nth-child(1) {
		width: 100% !important;
		padding: 0;
		margin: 0 auto 40px;
		order: 4 !important;
	}

	footer .footer-copyright a {
		display: block;
	}

	/* ---- ---- ---- ---- ---- ----
        Headway
    ---- ---- ---- ---- ---- ---- */
	div#HW_frame_cont {
		margin: 0 10% 0 !important;
		top: 61px !important;
	}

	/* ---- ---- ---- ---- ---- ----
        Facebook Chat
    ---- ---- ---- ---- ---- ---- */
	.fb_dialog_content iframe {
		right: 0 !important;
		bottom: 130px !important;
	}

	.fb-customerchat.fb_invisible_flow.fb_iframe_widget.fb_iframe_widget_fluid iframe {
		margin-bottom: 105px !important;
	}

	/* ---- ---- ---- ---- ---- ----
        WhatsApp Chat
    ---- ---- ---- ---- ---- ---- */
	#gcaMainButton {
		right: 13px !important;
	}

	/* ---- ---- ---- ---- ---- ----
        Comment Form Notes
    ---- ---- ---- ---- ---- ---- */
	.comment-form .comment-notes {
		text-align: left;
	}

	/* ---- ---- ---- ---- ---- ----
        Social Share Post Bottom
    ---- ---- ---- ---- ---- ---- */
	.single-post .saxon-post .post-details-bottom .post-info-share {
		padding: 20px 60px 10px;
	}
}


/* ---- ---- ---- ---- ---- ----
    Mobile Styles (Small)
---- ---- ---- ---- ---- ---- */

@media only screen and (max-width: 320px) {

	/* ---- ---- ---- ---- ---- ----
        Logo: Spacing
    ---- ---- ---- ---- ---- ---- */
	header .logo {
		margin-right: 0;
	}

	/* ---- ---- ---- ---- ---- ----
        Logo: Size
    ---- ---- ---- ---- ---- ---- */
	header .logo-link img {
		max-width: none !important;
		width: 140px !important;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 90%;
	}

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: 0;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: 0;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}

	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}

	.hidden-lg {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 992px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: 0;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: 0;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}

	.modal-lg {
		width: 900px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) {

	.saxon-postsgrid1-block-wrapper {
		padding: 60px 90px;
	}

	.col-md-12 .alignfull {
		margin-bottom: 60px;
	}

	.lead {
		font-size: 21px;
	}

	dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.dl-horizontal dd {
		margin-left: 180px;
	}

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: 0;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: 0;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}

	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .input-group > .form-control {
		width: 100%;
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0;
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}

	.form-horizontal .control-label {
		text-align: right;
	}

	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}

	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0;
	}

	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}

	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}

	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}

	.nav-tabs.nav-justified > .active > a,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #fff;
	}

	.nav-justified > li {
		display: table-cell;
		width: 1%;
	}

	.nav-justified > li > a {
		margin-bottom: 0;
	}

	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}

	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus {
		border-bottom-color: #fff;
	}

	.navbar {
		border-radius: 4px;
	}

	.navbar-header {
		float: left;
	}

	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}

	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}

	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}

	.navbar-static-top {
		border-radius: 0;
	}

	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}

	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}

	.navbar-toggle {
		display: none;
	}

	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav > li {
		float: left;
	}

	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.navbar-nav.navbar-right:last-child {
		margin-right: -15px;
	}

	.navbar-left {
		float: left !important;
	}

	.navbar-right {
		float: right !important;
	}

	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.navbar-form .input-group > .form-control {
		width: 100%;
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0;
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}

	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-form.navbar-right:last-child {
		margin-right: -15px;
	}

	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px;
	}

	.navbar-text.navbar-right:last-child {
		margin-right: 0;
	}

	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.container .jumbotron {
		padding-right: 60px;
		padding-left: 60px;
	}

	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 63px;
	}

	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}

	.modal-sm {
		width: 300px;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		font-size: 30px;
	}

	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
	}

	.carousel-indicators {
		bottom: 20px;
	}
}

@media (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}

	.table-responsive > .table {
		margin-bottom: 0;
	}

	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}

	.table-responsive > .table-bordered {
		border: 0;
	}

	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}

	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}

	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}

	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}

	.navbar-form .form-group {
		margin-bottom: 5px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #999;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: transparent;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444;
		background-color: transparent;
	}

	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}

	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
