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

	1.	Document Setup
	2.	Header Menu
	3.	Homepage Hero
	4.	Hero Image, Page Title
	5.	Stripe Sections
	6.	Custom settings for stripe sections
	7.	Picture Boxes
	8.	Icon Boxes
	9.	Stages
	10.	Feature List
	11.	Round Thumbnails
	12.	Carousel Plugin
	13.	Info Box
	14.	Standard Gallery
	15.	Preview Image List (Image Grid)
	16.	Testimonials
	17.	Staff
	18.	Tabs
	19.	Accordion / Toggle
	20.	Stat Data
	21.	Blog
	22.	Pagination
	23.	Single Post
	24.	Twitter Feed
	25.	Standard Table
	26.	Comparison Table
	27.	Preview Image Overlay & Lightbox Overlay
	28.	Forms
	29.	Contact Page & Google Map
	30.	Sidebar
	31.	Footer
	32.	Typography
	33.	Other Elements and Misc.

*/


/*-----------------------------------------------------------------------------------*/
/*	1. Document Setup
/*-----------------------------------------------------------------------------------*/

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 4;
}
#header .container {
	min-height: 130px;
}
#header.extended .container {
	min-height: 144px;
}
#main {
	position: relative;
	z-index: 1;
}

#page-content {
	position: relative;
	padding: 0;
	overflow: hidden;
}

@media (max-width: 991px) {
	#header .container,
	#header.extended .container {
		height: 114px; /* fallback */
		min-height: 114px; /* 114px = 54px (theme's default logo height) + 30px*2 (margins: top and bottom) */
	}
}

/* Page layout with sidebar
--------------------------------------------------- */
#page-content.sidebar-layout {
	padding-top: 100px;
}
#main-content {
	margin-bottom: 110px;
}
@media (min-width: 768px) {
	.page-template-contact-page .contact-info.columns,
	.page-template-contact-page #sidebar.page-right-col.columns {
		float: right;
	}
	.page-template-contact-page [data-show-sidebar="true"] .contact-info[data-show-photo="true"] + #main-content {
		min-height: 700px;
	}
}
@media (min-width: 992px) {
	#main-content {
		min-height: 300px;
	}
	.single-post-details + #main-content {
		min-height: 750px;
	}
	#sidebar.page-right-col.columns,
	.single-post-details.columns {
		float: right;
	}
}
@media (min-width: 1520px) { /* screen width 1600px, 1680px, 1920px */
	#main-content.page-left-col.columns {
		padding-right: 35px;
	}
	.single-post .blog-post-fullwidth #main-content.page-left-col.columns {
		padding-right: 15px;
	}
	#page-content.sidebar-layout {
		padding-top: 115px;
	}
	#main-content {
		margin-bottom: 125px;
	}
	
	/* width 330px */
	#sidebar.page-right-col.columns,
	.single-post-details.columns,
	.page-template-contact-page .contact-info.columns {
		padding-left: 95px;
	}
}
@media (min-width: 1200px) and (max-width: 1519px) { /* screen width: 1280px, 1360px, 1366px, 1440px */
	#main-content.page-left-col.columns {
		padding-right: 15px;
	}
	
	/* width 300px */
	#sidebar.page-right-col.columns,
	.single-post-details.columns,
	.page-template-contact-page .contact-info.columns {
		padding-left: 75px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) { /* screen width: 1024px */
	#page-content.sidebar-layout {
		padding-top: 90px;
	}
	#main-content {
		margin-bottom: 100px;
	}
	#main-content.page-left-col.columns {
		padding-right: 32px;
	}
	.page-template-contact-page #main-content.page-left-col.columns {
		padding-right: 62px;
	}
	.single-post .blog-post-fullwidth #main-content.page-left-col.columns {
		padding-right: 15px;
	}
	
	/* width 280px */
	#sidebar.page-right-col.columns,
	.single-post-details.columns,
	.page-template-contact-page .contact-info.columns {
		padding-left: 28px;
	}
}
@media (min-width: 768px) and (max-width: 991px) { /* screen width: 768px */
	#page-content.sidebar-layout {
		padding-top: 80px;
	}
	#main-content {
		margin-bottom: 90px;
	}
	.page-template-contact-page #main-content.page-left-col.columns {
		padding-right: 65px;
	}
	
	/* width 298px */
	.page-template-contact-page .contact-info.columns,
	.page-template-contact-page #sidebar.page-right-col.columns {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	#page-content.sidebar-layout {
		padding-top: 60px;
	}
	#main-content {
		margin-bottom: 70px;
	}
}

/* Logo
--------------------------------------------------- */
#logo {
	position: absolute;
	left: 15px;
	top: 0;
	height: 100%;
}
#logo > a {
	position: relative;
	display: block;
	width: 258px; /* the width of theme's default logo image */
	top: 50%;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	     -o-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

@media (min-width: 768px) {
	#logo img {
		padding-bottom: 10px;
	}
}
@media (max-width: 767px) {
	#logo > a {
		width: 210px;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	2. Header Menu
/*-----------------------------------------------------------------------------------*/

#navigation {
	float: right;
	margin-top: 40px;
}
#header.extended #navigation {
	margin-top: 12px;
}
#primary-nav {
	float: right;
	margin-bottom: 30px;
}
#primary-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#primary-nav ul a {
	display: block;
	position: relative;
	text-decoration: none;
}
#primary-nav > ul > li > a {
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
	color: #485c78;
	padding: 8px 20px;
}
#primary-nav > ul > li:not(.button-item) > a {
	height: 44px;
}
#primary-nav ul li {
	position: relative;
	margin: 0;
}
#primary-nav > ul > li {
	float: left;
}
#primary-nav > ul > li:not(.button-item):last-child > a {
	padding-right: 0;
}
#primary-nav > ul > li:not(.button-item) > a:hover,
#primary-nav > ul > li:not(.button-item).sfHover > a {
	color: #0b254b;
}
#primary-nav > ul > li:not(.button-item).current-menu-item > a,
#primary-nav > ul > li:not(.button-item).top-current-menu-ancestor > a,
#primary-nav > ul > li:not(.button-item).current-menu-item > a:hover,
#primary-nav > ul > li:not(.button-item).top-current-menu-ancestor > a:hover {
	color: #0b254b;
}
#primary-nav > ul > li.button-item > a {
	color: #267ffd;
	background-color: rgba(38, 127, 253, 0.08); /* #267ffd */
	margin: 0 12px;
	padding: 8px 13px 10px;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
#primary-nav > ul > li.button-item:last-child > a {
	margin-right: 0;
}
#primary-nav > ul > li.button-item > a:hover,
#primary-nav > ul > li.button-item.sfHover > a {
	color: #fff;
	background-color: #267ffd;
}

#primary-nav ul ul {
	position: absolute;
	top: -999em;
	width: 170px; /* left offset of submenus need to match (see below) */
	/* doesn't work for some reason
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	*/
	-webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.15);
    		box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.15);
	z-index: 2;
}
#primary-nav ul ul a {
	padding: 6px 24px;
	text-transform: none;
	overflow: hidden;
}
.js #primary-nav ul ul {
	width: auto;
	min-width: 160px;
}
.js #primary-nav ul ul a {
	white-space: nowrap;
}
#primary-nav ul ul li:not(.sf-mega-section) {
	width: 100%;
	background-color: #fff;
}

/* Item's bottom divider */
#primary-nav ul ul li.bottom-divider {
	padding-bottom: 6px;
}
#primary-nav ul ul li.bottom-divider::after {
	position: absolute;
	bottom: 0;
	left: 18px;
	right: 18px;
	height: 0;
	content: "";
	border-bottom: 1px dashed #ccc;
}
#primary-nav ul ul li.bottom-divider + li {
	padding-top: 6px;
}

#primary-nav > ul > li > ul > li:first-child {
	border-top: 1px solid #f3f3f3;
}
#primary-nav ul ul li:first-child {
	padding-top: 10px;
}
#primary-nav ul ul li:last-child {
	padding-bottom: 10px;
}
#primary-nav ul ul li a {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #485c78;
}
#primary-nav ul ul li a:hover,
#primary-nav ul ul li.current-menu-item a:hover,
#primary-nav ul ul li.sfHover > a {
	color: #485c78;
}
#primary-nav ul ul li.current-menu-item > a,
#primary-nav ul ul li.current-menu-item > a:hover,
#primary-nav ul ul li.current-menu-ancestor > a {
	color: #485c78;
}

/* Sub-menu items with colored icons */
#primary-nav > ul > li > ul > li[class*="icon-"] > a {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	padding-left: 90px;
	padding: 10px 24px 10px 90px;
}
#primary-nav > ul > li > ul > li[class*="icon-"] > a::before {
	position: absolute;
	top: 50%;
	left: 24px;
	width: 46px;
	height: 46px;
	font-family: Ionicons;
	line-height: 46px;
	font-weight: normal;
	text-align: center;
	margin-top: -23px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transition: color 0.3s ease, background-color 0.4s ease;
	     -o-transition: color 0.3s ease, background-color 0.4s ease;
	        transition: color 0.3s ease, background-color 0.4s ease;
}
#primary-nav > ul > li > ul > li.icon-website-basics > a::before {
	font-size: 45px;
	color: #00cd69;
	background-color: rgba(0, 205, 105, 0.06); /* #00cd69 */
	content: "\f44b";
}
#primary-nav > ul > li > ul > li.icon-website-planning > a::before {
	font-size: 28px;
	line-height: 48px;
	color: #267ffd;
	background-color: rgba(38, 127, 253, 0.07); /* #267ffd */
	content: "\f4a4";
}
#primary-nav > ul > li > ul > li.icon-website-tools > a::before {
	font-size: 28px;
	line-height: 48px;
	color: #267ffd;
	background-color: rgba(38, 127, 253, 0.07); /* #267ffd */
	content: "\f229";
}
#primary-nav > ul > li > ul > li.icon-website-structure > a::before {
	font-size: 28px;
	line-height: 48px;
	color: #267ffd;
	background-color: rgba(38, 127, 253, 0.07); /* #267ffd */
	content: "\f35c";
}
#primary-nav > ul > li > ul > li.icon-website-content > a::before {
	font-size: 28px;
	line-height: 48px;
	color: #267ffd;
	background-color: rgba(38, 127, 253, 0.07); /* #267ffd */
	content: "\f12c";
}
#primary-nav > ul > li > ul > li.icon-website-design > a::before {
	font-size: 28px;
	line-height: 48px;
	color: #267ffd;
	background-color: rgba(38, 127, 253, 0.07); /* #267ffd */
	content: "\f20a";
}
#primary-nav > ul > li > ul > li.icon-website-cta > a::before {
	font-size: 24px;
	color: #267ffd;
	background-color: rgba(38, 127, 253, 0.07); /* #267ffd */
	content: "\f2b2";
}
#primary-nav > ul > li > ul > li.icon-website-optimization > a::before {
	font-size: 30px;
	color: #ffc529;
	background-color: rgba(255, 197, 41, 0.12); /* #ffc529 */
	content: "\f13d";
}
#primary-nav > ul > li > ul > li.icon-website-basics > a:hover {
	background-color: rgba(0, 205, 105, 0.06); /* #00cd69 */
}
#primary-nav > ul > li > ul > li.icon-website-planning > a:hover,
#primary-nav > ul > li > ul > li.icon-website-tools > a:hover,
#primary-nav > ul > li > ul > li.icon-website-structure > a:hover,
#primary-nav > ul > li > ul > li.icon-website-content > a:hover,
#primary-nav > ul > li > ul > li.icon-website-design > a:hover,
#primary-nav > ul > li > ul > li.icon-website-cta > a:hover {
	background-color: rgba(38, 127, 253, 0.07); /* #267ffd */
}
#primary-nav > ul > li > ul > li.icon-website-optimization > a:hover {
	background-color: rgba(255, 197, 41, 0.12); /* #ffc529 */
}
#primary-nav > ul > li > ul > li.icon-website-basics > a:hover::before {
	color: #fff;
	background-color: #00cd69;
}
#primary-nav > ul > li > ul > li.icon-website-planning > a:hover::before,
#primary-nav > ul > li > ul > li.icon-website-tools > a:hover::before,
#primary-nav > ul > li > ul > li.icon-website-structure > a:hover::before,
#primary-nav > ul > li > ul > li.icon-website-content > a:hover::before,
#primary-nav > ul > li > ul > li.icon-website-design > a:hover::before,
#primary-nav > ul > li > ul > li.icon-website-cta > a:hover::before {
	color: #fff;
	background-color: #267ffd;
}
#primary-nav > ul > li > ul > li.icon-website-optimization > a:hover::before {
	color: #fff;
	background-color: #ffc529;
}
#primary-nav > ul > li > ul > li[class*="icon-"] > a::after {
	display: block;
	font-size: 15px;
	font-weight: 400;
	margin-top: -3px;
}
#primary-nav > ul > li > ul > li.icon-website-basics > a::after {
	content: "Identify the type of coaching website you want to create";
}
#primary-nav > ul > li > ul > li.icon-website-planning > a::after {
	content: "Developing a strategy for creating your coaching website";
}
#primary-nav > ul > li > ul > li.icon-website-tools > a::after {
	content: "Choose a solid platform to build your coaching website on";
}
#primary-nav > ul > li > ul > li.icon-website-structure > a::after {
	content: "Plan and lay out the pages for your coaching website";
}
#primary-nav > ul > li > ul > li.icon-website-content > a::after {
	content: "Fill your coaching website with engaging content";
}
#primary-nav > ul > li > ul > li.icon-website-design > a::after {
	content: "Making your coaching website visually appealing";
}
#primary-nav > ul > li > ul > li.icon-website-cta > a::after {
	content: "Create a clear call to action on your coaching website";
}
#primary-nav > ul > li > ul > li.icon-website-optimization > a::after {
	content: "All the tech fundamentals such as fast load time and SEO";
}

/* 3rd level */
#primary-nav ul ul ul {
	width: 170px;
}
.js #primary-nav ul ul ul {
	width: auto;
	min-width: 160px;
}
#primary-nav ul ul li:not(.sf-mega-section) ul {
	
}
#primary-nav ul ul li:not(.sf-mega-section) li {
	
}

/* Make sub menus appear */
#primary-nav ul li:hover ul,
#primary-nav ul li.sfHover ul {
	left: 0;
	top: 43px; /* match top ul list item height - 1px */
}

/* Hide all subs subs (3 levels deep) */
#primary-nav ul li:hover li ul,
#primary-nav ul li.sfHover li ul,
#primary-nav ul li li:hover li ul,
#primary-nav ul li li.sfHover li ul {
	top: -999em;
}

/* Display all subs subs (3 levels deep) */
#primary-nav ul li li:hover ul,
#primary-nav ul li li.sfHover ul,
#primary-nav ul li li li:hover ul,
#primary-nav ul li li li.sfHover ul {
	left: 170px; /* match ul width */
	top: 0;
	z-index: 2;
}
#primary-nav ul li li.bottom-divider + li:hover > ul,
#primary-nav ul li li.bottom-divider + li.sfHover > ul,
#primary-nav ul li li li.bottom-divider + li:hover > ul,
#primary-nav ul li li li.bottom-divider + li.sfHover > ul {
	top: 1px;
}

/* Submenu arrows */
#primary-nav .sf-arrows > li:not(.button-item) > .sf-with-ul::after { /* top level */
	font-family: Ionicons;
	font-size: 15px;
	line-height: 1;
	color: rgba(11, 37, 75, 0.36); /* #0b254b */
	content: "\f35f";
	padding-left: 6px;
	vertical-align: -1px;
}
#primary-nav .sf-arrows > li:not(.button-item) > .sf-with-ul:hover::after,
#primary-nav .sf-arrows > li:not(.button-item).sfHover > .sf-with-ul::after {
	color: rgba(11, 37, 75, 0.5); /* #0b254b */
}
#primary-nav .sf-arrows ul .sf-with-ul::after { /* 2nd level */
	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -7px;
	font-family: Ionicons;
	font-size: 15px;
	line-height: 1;
	color: rgba(11, 37, 75, 0.5); /* #0b254b */
	content: "\f363";
}
#primary-nav .sf-arrows ul .sf-with-ul:hover::after,
#primary-nav ul ul li.sfHover > .sf-with-ul::after {
	color: #ffc529;
}
#primary-nav ul ul .sf-with-ul {
	padding-right: 40px;
}

/* Megamenu
--------------------------------------------------- */
#primary-nav > ul {
	position: relative;
}
#primary-nav .sf-mega-parent {
	position: static;
}
#primary-nav .sf-mega {
	position: absolute;
	left: 0;
	top: -999em;
	max-width: 1036px;
	padding: 20px 28px;
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	-webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.15);
    		box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.15);
	z-index: 2;
}
#primary-nav .sf-mega > .sub-menu {
	display: table;
	width: 100%;
}
#primary-nav ul li:hover .sf-mega {
	top: 43px; /* match top ul list item height - 1px */
}
#primary-nav .sf-mega-section {
	position: static;
	display: table-cell;
	min-width: 150px;
	padding-left: 30px;
}
#primary-nav .sf-mega-section:first-child {
	min-width: 120px;
	padding-left: 0;
}
#primary-nav .sf-mega-section ul {
	position: static;
	display: block !important;
	opacity: 1 !important;
	margin-left: -12px;
}
#primary-nav .sf-mega-section h6 {
	font-family: inherit;
	font-size: 18px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 2px solid rgba(255, 197, 41, 0.4); /* #ffc529 */
}
#primary-nav .sf-mega-section:first-child h6 {
	margin-left: 0;
	padding-left: 0;
}
#primary-nav .sf-mega-section.title-merged h6 {
	margin-left: -30px;
	padding-left: 30px;
	text-indent: -999em;
}
#primary-nav .sf-mega ul {
	position: static;
	top: auto;
	width: auto !important;
	min-width: 0 !important;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
#primary-nav .sf-mega .sf-mega-section li {
	width: auto;
	height: auto;
	background-color: transparent;
}
#primary-nav .sf-mega a {
	position: static;
	height: auto;
	padding: 4px 12px;
	overflow: visible;
	white-space: normal !important;
}
#primary-nav .sf-mega .sf-mega-section li.current-menu-item > a {
	color: #1f69d1;
	background-color: rgba(38, 127, 253, 0.1); /* #267ffd */
}

/* Sticky menu
--------------------------------------------------- */
@media (min-width: 992px) {
	body.sticky-menu-active #header {
		position: fixed;
		/* "top" = sticky header height:
		   44px (#primary-nav height) + 25px ("sticky" #navigation margin-top) + 15px ("sticky" #primary-nav margin-bottom)
		   The adjustStickyMenu JS function (custom.js) overrides #header's "top" property.
		*/
		top: -84px;
		background: #fff;
		-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
		        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	}
	body.sticky-menu-active #header .container,
	body.sticky-menu-active #header.extended .container {
		min-height: 0;
		height: auto;
	}
	body.sticky-menu-active #navigation,
	body.sticky-menu-active #header.extended #navigation {
		margin-top: 25px;
	}
	body.sticky-menu-active #secondary-nav {
		display: none;
	}
	body.sticky-menu-active #primary-nav {
		margin-bottom: 15px;
	}
	body.sticky-menu-active #logo > a {
		width: auto;
	}
	body.sticky-menu-active #logo img {
		max-height: 70px; /* 70px = 90px - 2*10px */
		padding-bottom: 0;
	}
}

/* Mobile side menu
--------------------------------------------------- */

/* Mobile menu toggle */
#mobile-nav-toggle {
	display: none;
	float: right;
	margin: 0 -10px 0 40px;
}
#mobile-menu-button {
	display: block;
	padding: 2px 10px;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
#mobile-menu-button .ion { /* vector icons - Ionicons */
	font-size: 34px;
	line-height: 40px;
	color: #485c78;
	-webkit-transition: color 0.15s ease;
	     -o-transition: color 0.15s ease;
	        transition: color 0.15s ease;
}
#mobile-menu-button:hover .ion {
	color: #0b254b;
}

/* Mobile menu close button */
#mobile-menu-close {
	display: inline-block;
	float: right;
	padding: 6px 10px 4px;
}
#mobile-menu-close .ion { /* vector icons - Ionicons */
	font-size: 34px;
	color: rgba(255, 255, 255, 0.6);
}
#mobile-menu-close:hover .ion {
	color: rgba(255, 255, 255, 0.7);
}

/* Side menu */
.sidr {
	display: none;
	position: fixed;
	top: 0;
	right: -480px;
	height: 100%;
	width: 100%;
	max-width: 480px;
	overflow-x: visible;
	overflow-y: auto;
	z-index: 100002;
	background-color: #1f69d1;
}
.sidr .sidr-inner {
	padding: 10px 25px 20px;
}
.sidr .sidr-inner:first-child {
	padding: 25px 20px 0;
	background-color: #1f69d1;
}
.sidr ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidr ul a,
.sidr .sidr-class-sf-mega-section h6 {
	display: block;
	position: relative;
	padding: 0 5px;
	margin: 0;
}
.sidr ul li,
.sidr .sidr-class-sf-mega-section {
	margin: 0;
	background-color: #1f69d1;
	border-top: 1px dotted rgba(255, 255, 255, 0.5);
}
.sidr > .sidr-inner > ul > li:first-child {
	border-top: none;
}
.sidr ul li a,
.sidr .sidr-class-sf-mega-section h6 {
	font-size: 24px;
	font-weight: 400;
	line-height: 60px;
	color: #fff;
}
.sidr .sidr-class-sf-mega-section h6 {
	font-family: inherit;
}
.sidr > .sidr-inner > ul > li > a {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	white-space: nowrap;
}
.sidr ul li.sidr-class-current-menu-item > a,
.sidr ul ul li.sidr-class-current-menu-item a::before,
.sidr ul li.sidr-class-current-menu-ancestor > a,
.sidr ul ul li.sidr-class-current-menu-ancestor > a::before {
	color: #ffe294;
}
#sidr-id-main-menu > li > ul > li > a,
.sidr .sidr-class-sf-mega-section h6 {
	padding-left: 38px;
	padding-top: 13px;
	padding-bottom: 13px;
	line-height: 34px;
}
#sidr-id-main-menu > li > ul > li > ul > li a,
.sidr .sidr-class-sf-mega-section .sidr-class-sub-menu a {
	font-size: 16px;
	padding-left: 60px;
	padding-top: 13px;
	padding-bottom: 13px;
	line-height: 24px;
}

/* Marker for submenu item */
.sidr .sidr-class-sub-menu a::before,
.sidr .sidr-class-sf-mega-section h6::before {
	position: absolute;
	left: 20px;
	top: 13px;
	font-size: 10px;
	line-height: 34px;
	content: "\2014";
}
.sidr ul ul .sidr-class-sub-menu a::before {
	left: 50px;
}

/* Submenu arrows */
.sidr .dropdown-toggle {
	position: absolute;
	/* hide submenu arrows
	display: block;
	*/
	display: none;
	top: 11px;
	right: 0;
	width: 28px;
	height: 28px;
	line-height: 18px;
	background-color: rgba(11, 37, 75, 0.6); /* #0b254b; */
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	padding: 5px 0;
	text-align: center;
}
.sidr .dropdown-toggle .fa { /* vector icons - Font Awesome */
	font-size: 18px;
	color: #d5d5d5;
}
.sidr .dropdown-toggle:hover .fa {
	color: #f5f5f5;
}
.sidr a.sidr-class-sf-with-ul {
	padding-right: 46px;
}
.sidr .sidr-class-sf-mega-section .dropdown-toggle:hover {
	cursor: pointer;
}

.sidr .sidr-class-sub-menu,
.sidr .sidr-class-sf-mega {
	/* show submenus
	display: none;
	*/
}
.sidr .sidr-class-sf-mega > .sidr-class-sub-menu,
.sidr .sidr-class-top-current-menu-ancestor > .sidr-class-sub-menu,
.sidr .sidr-class-top-current-menu-ancestor > .sidr-class-sf-mega,
.sidr li .sidr-class-current-menu-ancestor > .sidr-class-sub-menu {
	display: block;
}
.sidr .sidr-class-hidden-xs-up {
	display: none !important;
}

/* Secondary menu (Header Quick Links) + phone number
--------------------------------------------------- */
#secondary-nav {
	overflow: hidden;
	margin-bottom: 18px;
}
#secondary-nav .quick-links {
	float: right;
}
#secondary-nav .quick-links {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 0;
}
#secondary-nav .quick-links li {
	display: inline-block;
	font-size: 16px;
	line-height: 40px;
	font-weight: 400;
	margin: 0 0 0 10px;
}
#secondary-nav .quick-links li:first-child {
	margin-left: 0;
}
#secondary-nav .quick-links .menu-item a {
	display: block;
	color: rgba(11, 37, 75, 0.5); /* #0b254b */
}
#secondary-nav .quick-links .menu-item a:hover {
	color: #485c78;
}
#secondary-nav .quick-links .contact-phone {
	line-height: 33px;
	color: #fffcf4;
	margin-left: 20px;
	padding: 2px 15px 0;
	background-color: #267ffd;
	-webkit-border-radius: 17px;
	        border-radius: 17px;
	-webkit-transition: background-color 0.15s ease;
	     -o-transition: background-color 0.15s ease;
	        transition: background-color 0.15s ease;
}
#secondary-nav .quick-links .contact-phone:hover {
	background-color: #267ffd;
}
#secondary-nav .quick-links .phone-number {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-left: 3px;
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 1520px) {
	#primary-nav > ul > li > a {
		padding-left: 22px;
		padding-right: 22px;
	}
}
@media (min-width: 1200px) {
	#mobile-nav {
		display: none !important;
		right: -480px !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#primary-nav > ul > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
	body.primary-mobile-menu-tabv-ph #mobile-nav {
		display: none !important;
		right: -480px !important;
	}
	.js body.primary-mobile-menu-tab-ph #primary-nav,
	.js body.primary-mobile-menu-tab-ph #secondary-nav .quick-links {
		float: none;
	}
	.js body.primary-mobile-menu-tab-ph #primary-nav {
		margin-bottom: 0;
	}
	.js body.primary-mobile-menu-tab-ph #secondary-nav {
		float: right;
		margin: 0;
		overflow: visible;
	}
	.js body.primary-mobile-menu-tab-ph #navigation {
		position: absolute;
		top: 50%;
		right: 15px;
		min-height: 0;
		float: none;
		-webkit-transform: translate(0, -50%);
	        -ms-transform: translate(0, -50%);
	         -o-transform: translate(0, -50%);
	            transform: translate(0, -50%);
	}
	.js body.primary-mobile-menu-tab-ph #navigation,
	.js body.primary-mobile-menu-tab-ph #header.extended #navigation {
		margin-top: 0;
	}
	.js body.primary-mobile-menu-tab-ph #main-menu {
		display: none;
	}
	.js body.primary-mobile-menu-tab-ph #header #mobile-nav-toggle {
		display: block;
		margin-top: -10px;
	}
	.js body.primary-mobile-menu-tab-ph #header.extended #mobile-nav-toggle {
		margin-top: -2px;
	}
}
@media (max-width: 991px) {
	.js #primary-nav,
	.js #secondary-nav .quick-links {
		float: none;
	}
	.js #primary-nav {
		margin-bottom: 0;
	}
	.js #secondary-nav {
		float: right;
		margin: 0;
		overflow: visible;
	}
	.js #navigation {
		position: fixed;
		top: 40px;
		right: 25px;
		/* not used
		position: absolute;
		top: 50%;
		right: 15px;
		min-height: 0;
		float: none;
		-webkit-transform: translate(0, -50%);
	        -ms-transform: translate(0, -50%);
	         -o-transform: translate(0, -50%);
	            transform: translate(0, -50%);
		*/
	}
	.js #navigation,
	.js #header.extended #navigation {
		margin-top: 0;
	}
	.js #main-menu {
		display: none;
	}
	.js #header #mobile-nav-toggle {
		display: block;
		margin-top: -10px;
	}
	.js #header.extended #mobile-nav-toggle {
		margin-top: -2px;
	}
}
@media (max-width: 767px) {
	.js #header #mobile-nav-toggle {
		margin-left: 30px;
	}
}
@media (max-width: 570px) {
	.js #header #mobile-nav-toggle {
		margin-top: -2px;
	}
	#secondary-nav .quick-links .menu-item {
		display: none;
	}
}
@media (max-width: 479px) {
	#secondary-nav {
		display: none;
	}
}
@media (max-width: 360px) {
	.sidr ul li a,
	.sidr .sidr-class-sf-mega-section h6 {
		font-size: 20px;
		line-height: 54px;
	}
	.sidr > .sidr-inner > ul > li > a {
		font-size: 20px;
	}
	#sidr-id-main-menu > li > ul > li > a,
	.sidr .sidr-class-sf-mega-section h6 {
		padding-left: 38px;
		padding-top: 13px;
		padding-bottom: 13px;
		line-height: 28px;
	}
	.sidr .sidr-class-sub-menu a::before,
	.sidr .sidr-class-sf-mega-section h6::before {
		line-height: 28px;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	3. Homepage Hero
/*-----------------------------------------------------------------------------------*/

#home-header {
	position: relative;
	padding-top: 130px; /* this should match #header .container min-height */
	overflow: hidden;
}
#header.extended + #main #home-header {
	padding-top: 144px; /* this should match #header.extended .container min-height */
}
#home-header > .stripe-upper-bg {
	position: absolute;
	top: 0;
	bottom: 105px;
	left: -260px;
	right: -260px;
	background-image: -webkit-linear-gradient(top, #fff, #f4f8ff);
	background-image: -o-linear-gradient(top, #fff, #f4f8ff);
	background-image: linear-gradient(to bottom, #fff, #f4f8ff);
	-webkit-border-bottom-left-radius: 50% 25%;
	        border-bottom-left-radius: 50% 25%;
	-webkit-border-bottom-right-radius: 50% 25%;
	        border-bottom-right-radius: 50% 25%;
}

/* Homepage intro
--------------------------------------------------- */
#home-intro .intro-text p {
	margin-bottom: 40px;
}
#home-intro .intro-text p:not(.lead-text-large) {
	line-height: 1.5;
}
#home-intro .intro-text > *:last-child {
	margin-bottom: 0;
}
#home-intro .intro-text .button-std + .button-std {
	color: #267ffd;
	background: transparent;
	margin-left: 10px;
}
#home-intro .intro-text .button-std + .button-std::before {
	background: rgba(38, 127, 253, 0.08); /* #267ffd */
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 1520px) {
	#home-hero .hero-image {
		width: 1056px;
		height: 813px;
		margin-right: -450px; /* -411px (min) = 1320px / 2 - 1056px */
	}
	#home-intro {
		height: 813px;
	}
	#home-intro .intro-text {
		padding-top: 130px;
		padding-right: 50px;
	}
	#home-intro .intro-text p {
		margin-bottom: 45px;
	}
}
@media (min-width: 1520px) and (max-width: 1849px) {
	#home-hero .hero-image {
		margin-right: -360px;
	}
	#home-intro .intro-text {
		padding-right: 40px;
	}
}
@media (min-width: 1200px) and (max-width: 1519px) {
	#home-hero .hero-image {
		width: 1056px;
		height: 813px;
		margin-right: -420px;
	}
	#home-intro {
		height: 813px;
	}
	#home-intro .intro-text {
		padding-top: 130px;
		padding-right: 20px;
	}
}
@media (min-width: 1360px) and (max-width: 1519px) {
	#home-hero .hero-image {
		margin-right: -400px;
	}
	#home-intro .intro-text {
		padding-right: 30px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#home-hero .hero-image {
		width: 1056px;
		height: 813px;
		margin-right: -600px;
	}
	#home-intro {
		height: 813px;
	}
	#home-intro .intro-text {
		padding-top: 130px;
		padding-right: 20px;
	}
}
@media (max-width: 991px) {
	#home-header,
	#header.extended + #main #home-header {
		padding-top: 114px; /* this should match #header .container min-height for @media (max-width: 991px) */
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#home-hero .hero-image {
		width: 800px;
		margin-left: 50px;
		margin-right: -500px;
	}
	#home-intro {
		height: 616px;
	}
	#home-intro .intro-text {
		padding-top: 90px;
		padding-right: 0;
	}
	#home-intro .intro-text .button-std + .button-std {
		margin-right: -30px;
	}
}
@media (min-width: 571px) {
	#home-hero-content .content-wrapper .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		/* not used
		-webkit-flex-direction: row-reverse;
				flex-direction: row-reverse;
		*/
	}
	#home-hero,
	#home-intro {
		-webkit-flex-basis: 0;
			-ms-flex-preferred-size: 0;
				flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
			-ms-flex-positive: 1;
				flex-grow: 1;
	}
	#home-intro {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		   -ms-flex-align: start;
		      align-items: start;
	}
}
@media (max-width: 767px) {
	#home-header > .stripe-upper-bg {
		bottom: 0;
	}
	#home-intro .intro-text {
		padding-top: 20px;
	}
	#home-intro .intro-text p {
		margin-bottom: 35px;
	}
	#home-intro .intro-text .button-std {
		font-size: 15px;
		line-height: 23px;
		padding: 7px 12px 8px;
	}
	#home-intro .intro-text .button-std + .button-std {
		margin-left: 5px;
		margin-right: -20px;
		padding-right: 0;
	}
}
@media (min-width: 571px) and (max-width: 767px) {
	#home-hero-content .content-wrapper {
		margin-bottom: 60px;
	}
	#home-hero .hero-image {
		width: 400px;
		margin-left: 40px;
		margin-right: -180px;
	}
}
@media (max-width: 570px) {
	#home-hero .hero-image {
		width: 450px;
		margin-bottom: 140px; /* 40px + 40px (buttons height) + 60px */
		margin-right: -160px;
	}
	#home-intro .intro-text {
		text-align: center;
	}
	#home-intro .intro-text .actions {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 60px;
	}
	#home-intro .intro-text .button-std + .button-std {
		margin-right: 0;
	}
}
@media (min-width: 480px) and (max-width: 570px) {
	#home-hero .hero-image {
		margin-left: 40px;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	4. Hero Image, Page Title
/*-----------------------------------------------------------------------------------*/

#hero-content {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#hero-content .content-wrapper {
	position: relative;
	padding-top: 130px; /* this should match #header .container min-height */
	overflow: hidden;
}
#header.extended + #main #hero-content .content-wrapper {
	padding-top: 144px; /* this should match #header.extended .container min-height */
}
#hero-content > .stripe-upper-bg {
	position: absolute;
	top: 0;
	bottom: 80px;
	left: -260px;
	right: -260px;
	background-image: -webkit-linear-gradient(top, #fff, #f4f8ff);
	background-image: -o-linear-gradient(top, #fff, #f4f8ff);
	background-image: linear-gradient(to bottom, #fff, #f4f8ff);
	
	background-image: linear-gradient(to bottom, #fff, #f0f6ff); /* added - ??? */
	
	-webkit-border-bottom-left-radius: 50% 25%;
	        border-bottom-left-radius: 50% 25%;
	-webkit-border-bottom-right-radius: 50% 25%;
	        border-bottom-right-radius: 50% 25%;
}
#hero-content.header-sub-nav > .stripe-upper-bg {
	bottom: 10px;
}
#hero-content.header-only-title > .stripe-upper-bg {
	bottom: 0;
}

/* Title wrapper */
#hero-content .title-wrapper {
	text-align: center;
}
#hero-content .title-wrapper *:last-child {
	margin-bottom: 0;
}
#hero-content .title-wrapper p strong {
	border-bottom: 2px solid #ffe294;
	padding-bottom: 3px;
	margin: 0 7px;
}

/* Boxes wrapper */
#hero-content .boxes-wrapper {
	margin: 0 80px 7px;
}
#hero-content .boxes-wrapper.boxes-shadow {
	padding: 50px 30px 40px;
	background: #fff;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: 0 0 3px rgba(11, 37, 75, 0.3);
	        box-shadow: 0 0 3px rgba(11, 37, 75, 0.3); /* #0b254b */
}
.page-template-contact-page #hero-content .boxes-wrapper {
	margin-left: 0;
	margin-right: 0;
	background: url(../images/contact.jpg) no-repeat center;
}

/* Image wrapper */
#hero-content .image-wrapper.single-image {}
#hero-content .image-wrapper.double-images {}
#hero-content .image-wrapper.image-shadow {
	margin-bottom: 15px;
}
#hero-content .image-wrapper.image-shadow img {
	-webkit-box-shadow: 0 0 15px rgba(11, 37, 75, 0.2);
	        box-shadow: 0 0 15px rgba(11, 37, 75, 0.2); /* #0b254b */
}

/* Subheader secondary menu
--------------------------------------------------- */
#subheader-bar {
	position: relative;
	margin-top: -40px;
	margin-bottom: 80px;
	text-align: center;
}
#subheader-bar .sub-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 0;
}
#subheader-bar .sub-nav li {
	display: inline-block;
	font-size: 17px;
	line-height: 38px;
	margin: 0 15px 0 0;
}
#subheader-bar .sub-nav li:last-child {
	margin-right: 0;
}
#subheader-bar .sub-nav li a {
	display: inline-block;
	color: rgba(11, 37, 75, 0.5); /* #0b254b */
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 2px;
}
#subheader-bar .sub-nav li span {
	color: rgba(11, 37, 75, 0.15); /* #0b254b */
	margin-left: 20px;
}
#subheader-bar .sub-nav li:last-child span {
	display: none;
}
#subheader-bar .sub-nav li a:hover {
	color: #485c78;
}
#subheader-bar .sub-nav li.current-menu-item a {
	position: relative;
	color: #485c78;
}
#subheader-bar .sub-nav li.current-menu-item a::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	border-bottom: 2px solid #00cd69;
	content: "";
}

/* Breadcrumb navigation
--------------------------------------------------- */
.breadcrumb-nav {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	line-height: 0;
}
.breadcrumb-nav li {
	display: inline-block;
	font-size: 13px;
	line-height: 1.6;
	margin: 0 12px 0 0;
}
.breadcrumb-nav li::after {
	font-family: Ionicons;
	font-size: 9px;
	line-height: 1;
	color: rgba(11, 37, 75, 0.5); /* #0b254b */
	padding-left: 13px;
	vertical-align: 2px;
	content: "\f125";
}
.breadcrumb-nav li:last-child {
	margin-right: 0;
}
.breadcrumb-nav li:last-child::after {
	display: none;
}
.breadcrumb-nav a {
	display: inline-block;
	color: #000;
	background-color: rgba(255, 197, 41, 0.1); /* #ffc529 */
	padding: 2px 5px 1px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.breadcrumb-nav a:hover {
	background-color: rgba(255, 197, 41, 0.2); /* #ffc529 */
}
.breadcrumb-nav li > span {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 1520px) {
	#hero-content .title-wrapper {
		margin: 50px 0 70px;
	}
	.single-post #hero-content .image-wrapper {
		margin: 60px 0 0px;
	}
}
@media (min-width: 1200px) and (max-width: 1519px) {
	#hero-content .title-wrapper {
		margin: 40px 0 70px;
	}
	#subheader-bar {
		margin-bottom: 70px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#hero-content .title-wrapper {
		margin: 40px 0 60px;
	}
	#hero-content .boxes-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	#subheader-bar {
		margin-top: -30px;
		margin-bottom: 70px;
	}
}
@media (max-width: 991px) {
	#hero-content .content-wrapper,
	#header.extended + #main #hero-content .content-wrapper {
		padding-top: 114px; /* this should match #header .container min-height for @media (max-width: 991px) */
	}
	#subheader-bar .sub-nav li {
		margin-right: 10px;
	}
	#subheader-bar .sub-nav li {
		font-size: 16px;
		line-height: 35px;
	}
	#subheader-bar .sub-nav li span {
		margin-left: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#hero-content .title-wrapper {
		margin: 40px 0 50px;
	}
	.page-template:not(.page-template-page-features) #hero-content .boxes-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	#subheader-bar {
		margin-top: -25px;
		margin-bottom: 60px;
	}
	#subheader-bar .sub-nav li a {
		font-weight: 600;
		text-transform: none;
	}
}
@media (max-width: 767px) {
	#hero-content > .stripe-upper-bg {
		bottom: 40px;
	}
	#hero-content .title-wrapper {
		margin: 20px 0 45px;
	}
	#hero-content .boxes-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	#subheader-bar {
		margin-top: -20px;
		margin-bottom: 50px;
	}
	#subheader-bar .sub-nav li {
		margin-right: 5px;
	}
	#subheader-bar .sub-nav li span {
		margin-left: 10px;
	}
	#subheader-bar .sub-nav li a {
		font-weight: 600;
		text-transform: none;
	}
}
@media (min-width: 571px) and (max-width: 767px) {
	#subheader-bar .sub-nav li {
		font-size: 15px;
		line-height: 32px;
	}
}
@media (max-width: 570px) {
	#subheader-bar .sub-nav li {
		font-size: 14px;
		line-height: 30px;
		margin-right: 3px;
	}
	#subheader-bar .sub-nav li span {
		font-size: 10px;
		margin-left: 7px;
	}
	#subheader-bar .sub-nav li a {
		padding-bottom: 0;
	}
}
@media (max-width: 479px) {
	#hero-content .image-wrapper.double-images .columns:last-child figure {
		margin-top: 30px;
	}
	.page-template-contact-page #hero-content .boxes-wrapper {
		background-size: cover;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	5. Stripe Sections
/*-----------------------------------------------------------------------------------*/

.stripe {
	position: relative;
	margin: 60px 0;
	padding: 120px 0;
	overflow: hidden;
}
.stripe-narrow {
	padding: 100px 0;
}
.stripe + .stripe {
	margin-top: -60px;
}
.stripe-bottom {
	margin: 60px 0 0;
	padding: 0 0 30px !important;
}
#page-content.sidebar-layout .stripe-bottom {
	margin-top: 0;
}
#page-content.sidebar-layout > .container + .stripe {
	margin-top: 0;
}

/* No padding (for the full-width stretched stripe with .container-fluid) */
.stripe.stripe-no-padding,
.stripe.stripe-no-padding.stripe-narrow,
.stripe.stripe-bottom.stripe-no-padding {
	padding-top: 0;
	padding-bottom: 0;
}

#hero-content + #page-content.fullwidth-layout > .stripe:first-child,
#hero-content + #page-content.fullwidth-layout > .stripe-narrow:first-child {
	padding-top: 100px;
}
#page-content > .stripe:first-child {
	margin-top: 0;
}

/* For blog page with featured article */
.stripe-featured-article + .stripe-blog-posts {
	border-top: 1px solid #f5f5f5;
	padding-top: 100px;
	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #f9f9f9 80%, #fff);
	background-image: -o-linear-gradient(top, #f9f9f9 80%, #fff);
	background-image: linear-gradient(to bottom, #f9f9f9 80%, #fff);
}
.stripe-blog-posts:first-child {
	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #fff, #f9f9f9 20%, #f9f9f9 80%, #fff);
	background-image: -o-linear-gradient(top, #fff, #f9f9f9 20%, #f9f9f9 80%, #fff);
	background-image: linear-gradient(to bottom, #fff, #f9f9f9 20%, #f9f9f9 80%, #fff);
}

.stripe-transparent-bg:not(.stripe-no-padding) + .stripe-transparent-bg:not(.stripe-no-padding),
.stripe-transparent-bg:not(.stripe-no-padding) + .stripe-white-bg:not(.stripe-no-padding),
.stripe-white-bg:not(.stripe-no-padding) + .stripe-transparent-bg:not(.stripe-no-padding),
.stripe-white-bg:not(.stripe-no-padding) + .stripe-white-bg:not(.stripe-no-padding) {
	margin-top: -100px;
	padding-top: 0 !important;
}

@media (min-width: 1520px) {
	.stripe {
		padding: 140px 0;
	}
	.stripe-narrow {
		padding: 110px 0;
	}
	#hero-content + #page-content.fullwidth-layout > .stripe:first-child,
	#hero-content + #page-content.fullwidth-layout > .stripe-narrow:first-child {
		padding-top: 70px; /* orig: 115px */
	}
	.stripe-featured-article + .stripe-blog-posts {
		padding-top: 115px;
	}
	.stripe-transparent-bg:not(.stripe-no-padding) + .stripe-transparent-bg:not(.stripe-no-padding),
	.stripe-transparent-bg:not(.stripe-no-padding) + .stripe-white-bg:not(.stripe-no-padding),
	.stripe-white-bg:not(.stripe-no-padding) + .stripe-transparent-bg:not(.stripe-no-padding),
	.stripe-white-bg:not(.stripe-no-padding) + .stripe-white-bg:not(.stripe-no-padding) {
		margin-top: -105px;
	}
}
@media (min-width: 1200px) and (max-width: 1519px) {
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	#hero-content + #page-content.fullwidth-layout > .stripe:first-child,
	#hero-content + #page-content.fullwidth-layout > .stripe-narrow:first-child {
		padding-top: 100px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#hero-content + #page-content.fullwidth-layout > .stripe:first-child,
	#hero-content + #page-content.fullwidth-layout > .stripe-narrow:first-child {
		padding-top: 80px;
	}
	.stripe-featured-article + .stripe-blog-posts {
		padding-top: 90px;
	}
}
@media (max-width: 767px) {
	#hero-content + #page-content.fullwidth-layout > .stripe:first-child,
	#hero-content + #page-content.fullwidth-layout > .stripe-narrow:first-child {
		padding-top: 60px;
	}
	.stripe-featured-article + .stripe-blog-posts {
		padding-top: 80px;
	}
	.stripe-transparent-bg:not(.stripe-no-padding),
	.stripe-white-bg:not(.stripe-no-padding),
	.stripe-whitish-bg:not(.stripe-no-padding) {
		padding-top: 90px;
		padding-bottom: 90px;
	}
}

.stripe > .container > .row:last-child > .columns > .widget.panel-last-child > p:last-child,
.stripe > .container > .row:last-child > .columns > .widget.panel-last-child > ul:last-child,
.stripe > .container > .row:last-child > .columns > .widget.panel-last-child > ol:last-child,
.stripe > .container > .row:last-child > .columns > .widget.panel-last-child > blockquote:last-child,
.stripe > .container > .row:last-child > .columns > .widget_siteorigin-panels-builder.panel-last-child > .row:last-child > .columns > .widget.panel-last-child > p:last-child,
.stripe > .container > .row:last-child > .columns > .widget_siteorigin-panels-builder.panel-last-child > .row:last-child > .columns > .widget.panel-last-child > ul:last-child,
.stripe > .container > .row:last-child > .columns > .widget_siteorigin-panels-builder.panel-last-child > .row:last-child > .columns > .widget.panel-last-child > ol:last-child,
.stripe > .container > .row:last-child > .columns > .widget_siteorigin-panels-builder.panel-last-child > .row:last-child > .columns > .widget.panel-last-child > blockquote:last-child,
.stripe > .container > .row:last-child > .columns > p:last-child,
.stripe > .container > .row:last-child > .columns > ul:last-child,
.stripe > .container > .row:last-child > .columns > ol:last-child,
.stripe > .container > .row:last-child > .columns > blockquote:last-child,
#main-content .stripe > .row:last-child > .columns > .widget.panel-last-child > p:last-child,
#main-content .stripe > .row:last-child > .columns > .widget.panel-last-child > ul:last-child,
#main-content .stripe > .row:last-child > .columns > .widget.panel-last-child > ol:last-child,
#main-content .stripe > .row:last-child > .columns > .widget.panel-last-child > blockquote:last-child,
#main-content .stripe > .row:last-child > .columns > p:last-child,
#main-content .stripe > .row:last-child > .columns > ul:last-child,
#main-content .stripe > .row:last-child > .columns > ol:last-child,
#main-content .stripe > .row:last-child > .columns > blockquote:last-child,
#main-content > .row:last-child > .columns > .widget.panel-last-child > p:last-child,
#main-content > .row:last-child > .columns > .widget.panel-last-child > ul:last-child,
#main-content > .row:last-child > .columns > .widget.panel-last-child > ol:last-child,
#main-content > .row:last-child > .columns > .widget.panel-last-child > blockquote:last-child,
#main-content > .row:last-child > .columns > p:last-child,
#main-content > .row:last-child > .columns > ul:last-child,
#main-content > .row:last-child > .columns > ol:last-child,
#main-content > .row:last-child > .columns > blockquote:last-child {
	margin-bottom: 0;
}

/* Upper background layer */
.stripe > .stripe-upper-bg {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.stripe > .stripe-upper-bg::before,
.stripe > .stripe-upper-bg::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 50px;
	content: "";
}

/* Solid backgrounds:
   - light grey
   - white
   - whitish
   - primary color
   - primary color pale
   - primary color light
   - secondary color
--------------------------------------------------- */
.stripe-light-grey-bg {
	background-color: #e6e9ed;
}
.stripe-white-bg {
	background-color: #fff;
}
.stripe-whitish-bg {
	background-color: #fafafa;
}
.stripe-primary-color-bg {
	background-color: #267ffd;
}
.stripe-primary-color-pale-bg {
	background-image: -webkit-linear-gradient(top, #f4f8ff, #fff 10%, #fff 90%, #f4f8ff);
	background-image: -o-linear-gradient(top, #f4f8ff, #fff 10%, #fff 90%, #f4f8ff);
	background-image: linear-gradient(to bottom, #f4f8ff, #fff 10%, #fff 90%, #f4f8ff);
}
.stripe-primary-color-pale-bg.top-white {
	background-image: -webkit-linear-gradient(top, #fff 90%, #f4f8ff);
	background-image: -o-linear-gradient(top, #fff 90%, #f4f8ff);
	background-image: linear-gradient(to bottom, #fff 90%, #f4f8ff);
}
.stripe-secondary-color-bg {
	background-color: #ffe294;
}

/* Page layout with right-aligned sidebar:
   pale or light grey backgrounds - gradient or solid
--------------------------------------------------- */
@media (min-width: 992px) {
	#main-content.page-left-col .stripe-light-grey-gradient-bg {
		background-color: #e6e9ed;
		background: -webkit-linear-gradient(right, rgba(230, 233, 237, 0), #e6e9ed 400px);
		background: -o-linear-gradient(right, rgba(230, 233, 237, 0), #e6e9ed 400px);
		background: linear-gradient(to left, rgba(230, 233, 237, 0), #e6e9ed 400px); /* #e6e9ed */
		padding: 80px 0 80px 700px;
		margin: 60px 0 75px -700px;
	}
	#main-content.page-left-col .stripe-light-grey-bg {
		padding: 80px 50px 80px 700px;
		margin: 60px 0 75px -700px;
	}
}
@media (min-width: 1520px) {
	#main-content.page-left-col .stripe-light-grey-gradient-bg,
	#main-content.page-left-col .stripe-light-grey-bg {
		padding-top: 90px;
		padding-bottom: 90px;
		margin-top: 70px;
		margin-bottom: 85px;
	}
}
@media (max-width: 991px) {
	#main-content.page-left-col .stripe-light-grey-gradient-bg,
	#main-content.page-left-col .stripe-light-grey-bg {
		background-color: #e6e9ed;
		padding: 80px 136px;
		margin: 60px -136px 75px;
	}
}

/* Default/custom background image
--------------------------------------------------- */

/* Default background image */
.stripe-default-bg-image > .stripe-upper-bg {
	background-image: url(../images/backgrounds/stripe-default-bg-image.jpg);
	background-size: auto;
}
.stripe-default-bg-image[class*="stripe-upper-bg-"][class*="-gradient"]:not(.stripe-bg-fixed) > .stripe-upper-bg {
	-webkit-filter: saturate(80%);
	        filter: saturate(80%);
}
.stripe-default-bg-image[class*="stripe-upper-bg-"] > .stripe-upper-bg::before,
.stripe-default-bg-image[class*="stripe-upper-bg-"] > .stripe-upper-bg::after {
	opacity: 0.85;
}
.stripe-default-bg-image[class*="stripe-upper-bg-"][class*="-gradient"] > .stripe-upper-bg::before,
.stripe-default-bg-image[class*="stripe-upper-bg-"][class*="-gradient"] > .stripe-upper-bg::after {
	-webkit-filter: saturate(70%);
	        filter: saturate(70%);
}

/* Custom background image */
.stripe-custom-bg-image > .stripe-upper-bg {
	background-size: auto;
}
.stripe-custom-bg-image[class*="stripe-upper-bg-"][class*="-gradient"]:not(.stripe-bg-fixed) > .stripe-upper-bg {
	-webkit-filter: saturate(80%);
	        filter: saturate(80%);
}
.stripe-custom-bg-image[class*="stripe-upper-bg-"][class*="-gradient"] > .stripe-upper-bg::before,
.stripe-custom-bg-image[class*="stripe-upper-bg-"][class*="-gradient"] > .stripe-upper-bg::after {
	-webkit-filter: saturate(70%);
	        filter: saturate(70%);
}
.stripe-default-bg-image.stripe-bg-size-cover > .stripe-upper-bg,
.stripe-custom-bg-image.stripe-bg-size-cover > .stripe-upper-bg {
	background-size: cover;
}
.stripe-default-bg-image.stripe-bg-size-fullwidth > .stripe-upper-bg,
.stripe-custom-bg-image.stripe-bg-size-fullwidth > .stripe-upper-bg {
	background-size: 100% auto;
}
.stripe-default-bg-image.stripe-bg-position-top > .stripe-upper-bg,
.stripe-custom-bg-image.stripe-bg-position-top > .stripe-upper-bg {
	background-position: center top;
}

.stripe-default-bg-image.stripe-bg-fixed > .stripe-upper-bg,
.stripe-custom-bg-image.stripe-bg-fixed > .stripe-upper-bg {
	background-attachment: fixed;
	background-position: center top;
}
.touch-screen .stripe-default-bg-image.stripe-bg-fixed > .stripe-upper-bg,
.touch-screen .stripe-custom-bg-image.stripe-bg-fixed > .stripe-upper-bg {
	background-attachment: scroll;
	background-position: center;
}

/* Upper background layer:
   - black-transparent (black)
--------------------------------------------------- */
.stripe-upper-bg-black-transparent > .stripe-upper-bg::before {
	top: 0;
	height: 100%;
	background-color: rgba(51, 51, 51, 0.85);
	opacity: 0.8;
}
[class*="stripe-upper-bg-"].stripe-upper-bg-opacity-80 > .stripe-upper-bg::before,
[class*="stripe-upper-bg-"].stripe-upper-bg-opacity-80 > .stripe-upper-bg::after {
	opacity: 0.8;
}
[class*="stripe-upper-bg-"].stripe-upper-bg-opacity-85 > .stripe-upper-bg::before,
[class*="stripe-upper-bg-"].stripe-upper-bg-opacity-85 > .stripe-upper-bg::after {
	opacity: 0.85;
}
[class*="stripe-upper-bg-"].stripe-upper-bg-opacity-90 > .stripe-upper-bg::before,
[class*="stripe-upper-bg-"].stripe-upper-bg-opacity-90 > .stripe-upper-bg::after {
	opacity: 0.9;
}

/* Diagonal lines and diagonal pinstripe - optional background patterns for "dark colored" backgrounds */
.stripe.diagonal-lines-bg > .stripe-upper-bg::after,
.stripe.diagonal-pinstripe-bg > .stripe-upper-bg::after {
	top: 0;
	height: 100%;
	background: url(../images/backgrounds/diag-lines-pattern.svg) repeat left top;
	opacity: 0.15;
}
.stripe.diagonal-pinstripe-bg > .stripe-upper-bg::after {
	background-image: url(../images/backgrounds/diag-pinstripe-pattern.svg);
}

/* Dots - optional background pattern
--------------------------------------------------- */
.stripe-whitish-bg.dots-bg > .stripe-upper-bg,
.stripe-light-grey-bg.dots-bg > .stripe-upper-bg,
.stripe-primary-color-pale-bg.dots-bg > .stripe-upper-bg,
.stripe-primary-color-bg.dots-bg > .stripe-upper-bg,
.stripe-secondary-color-bg.dots-bg > .stripe-upper-bg {
	background-image: url(../images/backgrounds/dots-bg-pattern.svg);
	background-repeat: repeat;
}

/* whitish background */
.stripe-whitish-bg.dots-bg > .stripe-upper-bg::before {
	top: 0;
	background-image: -webkit-linear-gradient(top, rgba(250, 250, 250, 1), rgba(250, 250, 250, 0));
	background-image: -o-linear-gradient(top, rgba(250, 250, 250, 1), rgba(250, 250, 250, 0));
	background-image: linear-gradient(to bottom, rgba(250, 250, 250, 1), rgba(250, 250, 250, 0)); /* #fafafa */
}
.stripe-whitish-bg.dots-bg > .stripe-upper-bg::after {
	bottom: 0;
	background-image: -webkit-linear-gradient(bottom, rgba(250, 250, 250, 1), rgba(250, 250, 250, 0));
	background-image: -o-linear-gradient(bottom, rgba(250, 250, 250, 1), rgba(250, 250, 250, 0));
	background-image: linear-gradient(to top, rgba(250, 250, 250, 1), rgba(250, 250, 250, 0)); /* #fafafa */
}


/*-----------------------------------------------------------------------------------*/
/*	6. Custom settings for stripe sections
/*-----------------------------------------------------------------------------------*/

/* Homepage
--------------------------------------------------- */
.stripe-home-features {
	padding-top: 50px;
}
.stripe-home-what-we-do {
	margin-top: -65px !important;
}
.stripe-home-what-we-do.stripe-custom-bg-image > .stripe-upper-bg {
	background-image: url(../images/backgrounds/white-paper-right-pattern.jpg);
	background-position: right top;
}
[class*="stripe-home-"] .heading-caps {
	display: inline-block;
	background-color: rgba(255, 197, 41, 0.1); /* #ffc529 */
	padding: 3px 5px 3px 2px;
}

.stripe-home-website-cms {
	margin-top: -75px !important;
}
.stripe-home-website-cms.stripe-custom-bg-image > .stripe-upper-bg {
	background-image: url(../images/backgrounds/white-paper-left-pattern.jpg);
	background-position: left top;
}

.stripe-home-build-process {
	margin-top: -35px !important;
}
.stripe-home-build-process > .stripe-upper-bg {
	position: absolute;
	top: 120px;
	bottom: 0;
	left: -260px;
	right: -260px;
	width: auto;
	background-image: -webkit-linear-gradient(bottom, #fff, #f4f8ff);
	background-image: -o-linear-gradient(bottom, #fff, #f4f8ff);
	background-image: linear-gradient(to top, #fff, #f4f8ff);
	-webkit-border-top-left-radius: 50% 25%;
	        border-top-left-radius: 50% 25%;
	-webkit-border-top-right-radius: 50% 25%;
	        border-top-right-radius: 50% 25%;
}

@media (min-width: 1520px) {
	.stripe-home-features {
		padding-top: 70px;
	}
	.stripe-home-what-we-do picture {
		width: 780px;
		margin-left: -135px;
	}
	.stripe-home-website-cms picture {
		width: 750px;
		margin-right: -125px;
	}
	.stripe-home-build-process .icon-boxes.staged-boxes .box-text p {
		min-height: 144px; /* 144px = 24px * 6 lines */
	}
}
@media (min-width: 1200px) and (max-width: 1519px) {
	.stripe-home-what-we-do.stripe-custom-bg-image > .stripe-upper-bg {
		background-position: right -250px top;
	}
	.stripe-home-what-we-do picture {
		width: 780px;
		margin-left: -145px;
	}
	.stripe-home-website-cms.stripe-custom-bg-image > .stripe-upper-bg {
		background-position: left -230px top;
	}
	.stripe-home-website-cms picture {
		width: 750px;
		margin-right: -200px;
	}
	.stripe-home-build-process .icon-boxes.staged-boxes .box-text p {
		min-height: 168px; /* 168px = 24px * 7 lines */
	}
}
@media (min-width: 992px) {
	.stripe-home-what-we-do.stripe-custom-bg-image > .stripe-upper-bg::before,
	.stripe-home-website-cms.stripe-custom-bg-image > .stripe-upper-bg::before {
		top: 0;
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	}
	.stripe-home-what-we-do.stripe-custom-bg-image > .stripe-upper-bg::after,
	.stripe-home-website-cms.stripe-custom-bg-image > .stripe-upper-bg::after {
		bottom: 0;
		height: 100px;
		background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
		background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
		background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	}
	.stripe-home-what-we-do .row,
	.stripe-home-website-cms .row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-align: center;
		   align-items: center;
	}
	.stripe-home-what-we-do .col-md-6,
	.stripe-home-website-cms .col-md-6 {
		-ms-flex: 0 0 49.9%; /* 49.9% instead of 50% for iOS fix */
		    flex: 0 0 49.9%;
		max-width: 49.9%;
	}
	.stripe-home-website-cms .row {
		-ms-flex-direction: row-reverse;
		    flex-direction: row-reverse;
	}
	.stripe-home-build-process .stat-data + .gap + .widget-text-block {
		padding-top: 20px;
		padding-bottom: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.stripe-home-what-we-do picture {
		width: 550px;
		margin-left: -100px;
	}
	.stripe-home-website-cms picture {
		width: 600px;
		margin-right: -150px;
	}
	.stripe-home-build-process .icon-boxes.staged-boxes .box-text p {
		min-height: 240px; /* 240px = 24px * 10 lines */
	}
}
@media (max-width: 1199px) {
	.touch-screen [class*="stripe-home-"].stripe-custom-bg-image > .stripe-upper-bg {
		background: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.stripe-home-what-we-do picture {
		width: 780px;
		margin-left: -60px;
	}
	.stripe-home-website-cms {
		margin-top: -60px !important;
	}
	.stripe-home-website-cms picture {
		width: 750px;
		margin-left: 30px;
		margin-right: -60px;
	}
	.stripe-home-build-process .icon-boxes.staged-boxes .box-text p {
		min-height: 120px; /* 120px = 24px * 5 lines */
	}
}
@media (max-width: 767px) {
	.stripe-home-features {
		padding-top: 70px !important;
	}
	.stripe-home-features .picture-boxes.top-picture-box.features-list {
		margin-top: -80px;
	}
	.stripe-home-website-cms {
		margin-top: -60px !important;
	}
	.stripe-home-build-process .icon-boxes.staged-boxes {
		margin-bottom: -10px;
	}
	.stripe-home-testimonials {
		margin-top: -120px !important;
	}
}
@media (max-width: 479px) {
	.stripe-home-what-we-do picture {
		margin-left: -60px;
	}
	.stripe-home-website-cms picture {
		margin-right: -100px;
	}
}

/* "Features" page
--------------------------------------------------- */
[class*="stripe-features-part"] .widget-text-block > p:last-child,
[class*="stripe-features-part"] .widget-text-block > ul:last-child,
[class*="stripe-features-part"] .widget-text-block > ol:last-child {
	margin-bottom: 0;
}
.stripe-features-part1 {
	margin-top: -80px !important;
}
.stripe-features-boxes {
	margin-top: -60px !important;
}
.stripe-features-part2 .widget-image-slider.feature-slider img {
	max-width: 564px;
}

@media (min-width: 1520px) {
	.stripe-features-part2 .row {
		-ms-flex-align: center;
		   align-items: center;
	}
	.stripe-features-part1 .row:not(:first-child) .col-md-6 .widget,
	.stripe-features-part2 .row:not(:first-child) .col-md-6 .widget {
		margin-top: 160px;
	}
}
@media (max-width: 1519px) {
	.stripe-features-intro .lead-text-medium br {
		display: none;
	}
}
@media (min-width: 1200px) and (max-width: 1519px) {
	.stripe-features-intro .lead-text-medium {
		width: 84% !important;
		margin-left: 8%;
		margin-right: 8%;
	}
	.stripe-features-part1 .row:not(:first-child) .col-md-6 .widget,
	.stripe-features-part2 .row:not(:first-child) .col-md-6 .widget {
		margin-top: 140px;
	}
	.stripe-features-part2 .row:not(:first-child) .col-md-6 {
		padding-right: 0;
	}
}
@media (min-width: 992px) {
	.stripe-features-part1 .row,
	.stripe-features-part2 .row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.stripe-features-part1 .col-md-6,
	.stripe-features-part2 .col-md-6 {
		-ms-flex: 0 0 49.9%; /* 49.9% instead of 50% for iOS fix */
		    flex: 0 0 49.9%;
		max-width: 49.9%;
	}
	.stripe-features-part1 .row:nth-child(odd),
	.stripe-features-part2 .row:nth-child(odd) {
		-ms-flex-direction: row-reverse;
		    flex-direction: row-reverse;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.stripe-features-part1 .row:not(:first-child) .col-md-6 .widget,
	.stripe-features-part2 .row:not(:first-child) .col-md-6 .widget {
		margin-top: 110px;
	}
	.stripe-features-boxes .lead-text-medium {
		margin-left: 15%;
		margin-right: 15%;
	}
	.stripe-features-boxes {
		margin-top: -80px !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	[class*="stripe-features-part"] .widget-single-image,
	.stripe-features-part2 .widget-image-slider {
		width: 570px;
	}
	.stripe-features-part1 .row:not(:first-child) .widget-single-image,
	.stripe-features-part2 .widget-image-slider {
		margin-top: 100px;
	}
	.stripe-features-boxes {
		margin-top: -90px !important;
	}
}
@media (max-width: 767px) {
	[class*="stripe-features-part"] .widget-single-image,
	.stripe-features-part2 .widget-image-slider {
		max-width: 570px;
	}
	.stripe-features-part1 .row:not(:first-child) .widget-single-image,
	.stripe-features-part2 .widget-image-slider {
		margin-top: 80px;
	}
	.stripe-features-other .picture-boxes.top-picture-box.features-list {
		margin-top: -80px;
	}
}

/* "Website Development" page
--------------------------------------------------- */
.stripe-website-development-intro .templates-list li {
	display: inline-block;
	margin-left: 50px;
}
.stripe-website-development-intro .templates-list li:first-child {
	margin-left: 0;
}
.stripe-website-development-intro .info-box {
	background-color: #e6e9ed;
	padding: 25px;
}

.stripe-website-development-benchmark .screen-desktop {
	margin-bottom: 145px;
}
.stripe-website-development-annuity .screen-desktop {
	margin-bottom: 135px;
}
.stripe-website-development-finwealth .screen-desktop {
	margin-bottom: 135px;
}
[class*="stripe-website-development"] .screen-desktop img {
	box-shadow: 10px 10px 30px rgba(11, 37, 75, 0.15); /* #0b254b */
}
[class*="stripe-website-development"] .screen-mobile {
	position: absolute;
	top: 270px;
	right: -150px;
	width: 230px;
}
[class*="stripe-website-development"] .screen-mobile::after {
	position: absolute;
	top: 60px;
	right: -160px;
	font: 170px/1 Verdana, Geneva, sans-serif;
	color: rgba(11, 37, 75, 0.05); /* #0b254b */
}
.stripe-website-development-benchmark .screen-mobile::after {
	content: "1";
}
.stripe-website-development-annuity .screen-mobile::after {
	content: "2";
}
.stripe-website-development-finwealth .screen-mobile::after {
	content: "3";
}

@media (min-width: 1520px) {
	[class*="stripe-website-development"] .template-description {
		margin-top: 50px;
	}
}
@media (min-width: 1200px) {
	[class*="stripe-website-development"] .screen-desktop {
		margin-top: 25px;
	}
}
@media (min-width: 1200px) and (max-width: 1519px) {
	[class*="stripe-website-development"] .screen-mobile {
		width: 200px;
	}
	[class*="stripe-website-development"] .template-description {
		margin-top: 25px;
	}
	[class*="stripe-website-development"] .template-description h2 {
		font-size: 32px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.stripe-website-development-intro .templates-list li {
		margin-left: 30px;
	}
	[class*="stripe-website-development"] .screen-mobile {
		top: 210px;
		right: -100px;
		width: 145px;
	}
	[class*="stripe-website-development"] .screen-mobile::after {
		top: 30px;
		right: -130px;
		font-size: 130px;
	}
}
@media (max-width: 991px) {
	[class*="stripe-website-development"] .screen-desktop {
		margin-bottom: 20px;
	}
	[class*="stripe-website-development"] .template-description {
		margin-bottom: 40px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	[class*="stripe-website-development"] .screen-mobile {
		top: 250px;
		right: -90px;
		width: 180px;
	}
	[class*="stripe-website-development"] .screen-mobile::after {
		top: auto;
		bottom: -10px;
		left: -110px;
		right: auto;
		font-size: 110px;
	}
}
@media (max-width: 767px) {
	[class*="stripe-website-development"] .screen-mobile {
		top: 150px; /* fallback */
		right: -50px;
		width: 100px;
		top: calc(57%);
		right: calc(-12%);
		width: calc(24%);
	}
	[class*="stripe-website-development"] .screen-mobile::after {
		top: auto;
		right: auto;
		bottom: 0;
		left: -60px;
		font-size: 70px;
	}
}
@media (max-width: 479px) {
	.stripe-website-development-intro .templates-list {
		text-align: center;
	}
	.stripe-website-development-intro .templates-list li,
	.stripe-website-development-intro .templates-list li:first-child {
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (max-width: 360px) {
	[class*="stripe-website-development"] .screen-mobile::after {
		display: none;
	}
}

/* "How It Works" page
--------------------------------------------------- */
.stripe-how-it-works-process {
	counter-reset: question;
}
.stripe-how-it-works-process.stripe-custom-bg-image > .stripe-upper-bg {
	background-image: url(../images/backgrounds/white-paper-right-pattern.jpg);
	background-position: right top;
}
.stripe-how-it-works-process .row:not(:first-child) {
	margin-bottom: 100px;
}
.stripe-how-it-works-process .img-step {
	max-width: 230px;
	margin-top: 50px;
}
.stripe-how-it-works-process .img-step img {
	padding: 3px;
}
.stripe-how-it-works-process h4:before {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #00cd69;
	background: rgba(0, 205, 105, 0.06); /* #00cd69 */
	padding: 1px 5px 1px 5px;
	margin-right: 15px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	text-align: center;
	content: counter(question) "";
	counter-increment: question;
}
.stripe-how-it-works-process .process-step {
	border-left: 3px dotted rgba(11, 37, 75, 0.3); /* #0b254b */
	margin-left: 18px;
	padding-left: 35px;
}
.stripe-how-it-works-process .process-step *:last-child {
	margin-bottom: 0;
}
.stripe-how-it-works-process .process-step blockquote {
	margin-bottom: 30px;
}
.stripe-how-it-works-process .title-guiding-principles {
	margin-top: 30px;
	margin-bottom: -50px;
}
.stripe-how-it-works-faq {
	margin-top: -170px !important;
}
.stripe-how-it-works-faq > .stripe-upper-bg {
	position: absolute;
	top: 120px;
	bottom: 0;
	left: -260px;
	right: -260px;
	width: auto;
	background-image: -webkit-linear-gradient(bottom, #fff, #f4f8ff);
	background-image: -o-linear-gradient(bottom, #fff, #f4f8ff);
	background-image: linear-gradient(to top, #fff, #f4f8ff);
	-webkit-border-top-left-radius: 50% 25%;
	        border-top-left-radius: 50% 25%;
	-webkit-border-top-right-radius: 50% 25%;
	        border-top-right-radius: 50% 25%;
}
.stripe-how-it-works-faq .title-faq {
	margin-bottom: 70px;
}
.stripe-how-it-works-faq .widget-accordion {
	background-color: #fff;
	padding: 80px 80px 60px;
	box-shadow: 0 0 3px rgba(11, 37, 75, 0.15); /* #0b254b */
}

@media (min-width: 1520px) {
	.stripe-how-it-works-process .title-guiding-principles {
		margin-bottom: -70px;
	}
}
@media (min-width: 992px) {
	.stripe-how-it-works-process.stripe-custom-bg-image > .stripe-upper-bg::before {
		top: 0;
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	}
	.stripe-how-it-works-process.stripe-custom-bg-image > .stripe-upper-bg::after {
		bottom: 0;
		height: 100px;
		background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
		background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
		background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.stripe-how-it-works-process .img-step {
		max-width: 200px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.stripe-how-it-works-process .img-step {
		max-width: 180px;
	}
	.stripe-how-it-works-faq .widget-accordion {
		padding: 60px 60px 40px;
	}
}
@media (max-width: 767px) {
	.stripe-how-it-works-process .img-step {
		max-width: 180px;
		margin-top: 0;
	}
	.stripe-how-it-works-process .title-guiding-principles {
		margin-top: 0;
		margin-bottom: -20px;
	}
	.stripe-how-it-works-faq .title-faq {
		margin-bottom: 50px;
	}
	.stripe-how-it-works-faq .widget-accordion {
		padding: 60px 60px 40px;
	}
}
@media (max-width: 479px) {
	.stripe-how-it-works-faq .widget-accordion {
		padding: 30px 25px 15px;
	}
}

/* "About" page
--------------------------------------------------- */
.stripe-about-intro .info-box.primary-color-bg {
	margin-top: 60px;
	padding-top: 90px;
}
.stripe-about-intro .info-box.primary-color-bg .info-media {
	position: absolute;
	top: 0;
	left: 50%;
	margin: -60px 0 0 -60px;
	width: 120px;
}
.stripe-about-intro .info-box.primary-color-bg .info-media img {
	border: 2px solid #fff;
}

@media (max-width: 479px) {
	.stripe-about-intro .gallery-2-cols {
		max-width: none;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	7. Picture Boxes
/*-----------------------------------------------------------------------------------*/

.picture-boxes article {
	position: relative;
	margin-top: 60px;
}
.picture-boxes .row:first-child article {
	margin-top: 0;
}
.picture-boxes > article:first-child {
	margin-top: 0;
}
.picture-boxes .box-image {
	line-height: 0;
}
.picture-boxes .box-image img {
	display: inline;
}
.picture-boxes article h4 {
	line-height: 1.25;
	margin-bottom: 0;
}
.picture-boxes article h5 {
	line-height: 1.35;
	margin-bottom: 0;
}
.picture-boxes article h6 {
	line-height: 1.5;
	margin-bottom: 0;
}
.picture-boxes .box-text .title a {
	padding: 5px 0;
}
.picture-boxes .box-text p {
	font-size: 16px;
	line-height: 1.5;
	margin: 12px 0 0;
}
.picture-boxes .box-text h6 + p {
	margin-top: 7px;
}
.picture-boxes.short-description .box-text p {
	
}
.picture-boxes .box-text .read-more-link-small {
	margin-top: 15px;
}
.picture-boxes .box-text .button-std {
	margin-top: 20px;
}

/* Box with top picture
--------------------------------------------------- */
.picture-boxes.top-picture-box.centered-content article {
	text-align: center;
}
.picture-boxes.top-picture-box.centered-content .box-image {
	margin-left: auto;
	margin-right: auto;
}
.picture-boxes.top-picture-box .box-text {
	margin-top: 25px;
}

/* Round image */
.picture-boxes.top-picture-box.round-image .box-image {
	position: relative;
	width: 75%;
	max-width: 360px;
}
.picture-boxes.top-picture-box.round-image .box-image img {
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.picture-boxes.top-picture-box.round-image .columns[class*="col-"][class*="-3"] .box-image { /* 4 columns */
	max-width: 260px;
}
.picture-boxes.top-picture-box.round-image .box-text {
	margin-top: 25px;
}

/* Box with filled background */
.picture-boxes.top-picture-box.box-filled-bg article {
	text-align: center;
}
.picture-boxes.top-picture-box.box-filled-bg .box-image {
	position: relative;
	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e6e9ed;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	text-align: center;
	overflow: hidden;
}
.picture-boxes.top-picture-box.box-filled-bg .box-image::after {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 200px;
	height: 30px;
	background-color: #555;
	border-top: 1px solid #fff;
	content: "";
	-webkit-transition: background-color 0.15s ease;
	     -o-transition: background-color 0.15s ease;
	        transition: background-color 0.15s ease;
}
.picture-boxes.top-picture-box.box-filled-bg .box-image img {
	width: 128px;
	margin-top: 42px;
}
.picture-boxes.top-picture-box.box-filled-bg .box-image a {
	display: block;
	width: 100%;
	height: 100%;
}
.picture-boxes.top-picture-box.box-filled-bg .box-image:hover::after {
	background-color: rgba(11, 37, 75, 0.5); /* #0b254b */
}

/* Features List */
.picture-boxes.top-picture-box.features-list {
	margin: -80px -15px 0;
}
.picture-boxes.top-picture-box.features-list article {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 80px !important;
}
.picture-boxes.top-picture-box.features-list .row:first-child article {
	margin-top: 0;
}
.picture-boxes.top-picture-box.features-list .box-image {
	width: 80px;
}
.picture-boxes.top-picture-box.features-list .box-text {
	margin-top: 30px;
}

/* Box with left picture
--------------------------------------------------- */
.picture-boxes.left-picture-box article {
	margin-top: 60px;
}
.picture-boxes.left-picture-box .row:first-child article {
	margin-top: 0;
}
.picture-boxes.left-picture-box > article:first-child {
	margin-top: 0;
}
.picture-boxes.left-picture-box .box-image.shadow {
	-webkit-box-shadow: 0 4px 5px rgba(51, 51, 51, 0.25);
    		box-shadow: 0 4px 5px rgba(51, 51, 51, 0.25);
}
.picture-boxes.left-picture-box .box-text .sub {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	color: rgba(11, 37, 75, 0.5); /* #0b254b */
	margin-top: 5px;
}

/* Medium image */
.picture-boxes.left-picture-box.image-medium .box-image {
	float: left;
	width: 128px;
}
.picture-boxes.left-picture-box.image-medium .box-text {
	margin-left: 158px;
}

/* Large image */
.picture-boxes.left-picture-box.image-large article {
	margin-top: 70px;
}
.picture-boxes.left-picture-box.image-large .box-image {
	float: left;
	width: 170px;
}
.picture-boxes.left-picture-box.image-large .box-text {
	margin-left: 200px;
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 1520px) {
	
	/* small column space */
	.picture-boxes.small-col-space {
		margin: 0 -10px;
	}
	.picture-boxes.small-col-space article {
		margin-left: 10px;
		margin-right: 10px;
	}

	/* medium column space */
	.picture-boxes.medium-col-space {
		margin: 0 -15px;
	}
	.picture-boxes.medium-col-space article {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	/* Features List */
	.picture-boxes.top-picture-box.features-list .col-sm-6.col-xl-4 {
		-webkit-box-flex: 0;
		 -webkit-flex: 0 0 33.25%; /* 33.25% instead of 33.333333% for iOS fix */
		     -ms-flex: 0 0 33.25%;
			     flex: 0 0 33.25%;
		max-width: 33.25%;
	}
}
@media (min-width: 1200px) and (max-width: 1519px) {
	.picture-boxes.small-col-space {
		margin: 0 -7px;
	}
	.picture-boxes.small-col-space article {
		margin-left: 7px;
		margin-right: 7px;
	}
	.picture-boxes.medium-col-space {
		margin: 0 -10px;
	}
	.picture-boxes.medium-col-space article {
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media (min-width: 1200px) {
	/* Features List */
	.home .picture-boxes.top-picture-box.features-list .box-image {
		width: 90px;
	}
}
@media (min-width: 992px) {
	.picture-boxes.long-description .box-text p {
		font-size: 16px;
	}
	
	/* Features List */
	.picture-boxes.top-picture-box.features-list .col-sm-6.col-md-4 {
		-webkit-box-flex: 0;
		 -webkit-flex: 0 0 33.25%; /* 33.25% instead of 33.333333% for iOS fix */
		     -ms-flex: 0 0 33.25%;
			     flex: 0 0 33.25%;
		max-width: 33.25%;
	}
	
	.picture-boxes.left-picture-box[data-cols="2"] .box-text .sub {
		font-size: 17px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.picture-boxes.small-col-space {
		margin: 0 -3px;
	}
	.picture-boxes.small-col-space article {
		margin-left: 3px;
		margin-right: 3px;
	}
	.picture-boxes.medium-col-space {
		margin: 0 -5px;
	}
	.picture-boxes.medium-col-space article {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	/* box with filled background */
	.picture-boxes.top-picture-box.box-filled-bg .col-sm-3 .box-image,
	.picture-boxes.top-picture-box.box-filled-bg .col-md-3 .box-image {
		width: 156px;
		height: 156px;
	}
	.picture-boxes.top-picture-box.box-filled-bg .col-sm-3 .box-image::after,
	.picture-boxes.top-picture-box.box-filled-bg .col-md-3 .box-image::after {
		width: 156px;
		height: 24px;
	}
	.picture-boxes.top-picture-box.box-filled-bg .col-sm-3 .box-image img,
	.picture-boxes.top-picture-box.box-filled-bg .col-md-3 .box-image img {
		width: 100px;
		margin-top: 32px;
	}
	
	/* Features List */
	.picture-boxes.top-picture-box.features-list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.picture-boxes.top-picture-box.features-list article {
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media (min-width: 768px) {
	/* Features List */
	.picture-boxes.top-picture-box.features-list .row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}
	.picture-boxes.top-picture-box.features-list .columns {
		-webkit-flex-basis: 0;
		    -ms-flex-preferred-size: 0;
		        flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		    -ms-flex-positive: 1;
				flex-grow: 1;
	}
	.picture-boxes.top-picture-box.features-list .col-sm-4 {
		-webkit-box-flex: 0;
		 -webkit-flex: 0 0 33.25%; /* 33.25% instead of 33.333333% for iOS fix */
		     -ms-flex: 0 0 33.25%;
			     flex: 0 0 33.25%;
		max-width: 33.25%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	/* 2 columns >> 1 column */
	.picture-boxes.left-picture-box .col-sm-12.col-md-6 article {
		margin-top: 50px;
	}
	.picture-boxes.left-picture-box.image-large .col-sm-12.col-md-6 article {
		margin-top: 70px;
	}
	.picture-boxes.left-picture-box .row:first-child .col-sm-12.col-md-6:first-child article {
		margin-top: 0;
	}
	
	/* for long description in .box-text - 3 or 4 columns >> 1 column */
	.picture-boxes.top-picture-box .col-sm-12.col-md-3 article,
	.picture-boxes.top-picture-box .col-sm-12.col-md-4 article {
		margin-top: 50px !important;
		text-align: left;
	}
	.picture-boxes.top-picture-box .row:first-child .col-sm-12.col-md-3:first-child article,
	.picture-boxes.top-picture-box .row:first-child .col-sm-12.col-md-4:first-child article {
		margin-top: 0 !important;
	}
	.picture-boxes.top-picture-box .col-sm-12.col-md-3 .box-image,
	.picture-boxes.top-picture-box .col-sm-12.col-md-4 .box-image {
		display: table-cell;
		width: 250px !important;
	}
	.picture-boxes.top-picture-box.round-image .col-sm-12.col-md-3 .box-image,
	.picture-boxes.top-picture-box.round-image .col-sm-12.col-md-4 .box-image {
		width: 150px !important;
	}
	.picture-boxes.top-picture-box.round-image .col-sm-12.col-md-3 .box-image .image-overlay,
	.picture-boxes.top-picture-box.round-image .col-sm-12.col-md-4 .box-image .image-overlay {
		height: 150px;
	}
	.picture-boxes.top-picture-box.box-filled-bg .col-sm-12.col-md-3 .box-image,
	.picture-boxes.top-picture-box.box-filled-bg .col-sm-12.col-md-4 .box-image {
		display: table-cell;
	}
	.picture-boxes.top-picture-box.box-filled-bg .col-sm-12.col-md-3 .box-image,
	.picture-boxes.top-picture-box.box-filled-bg .col-sm-12.col-md-4 .box-image {
		width: 156px !important;
	}
	.picture-boxes.top-picture-box .col-sm-12.col-md-3 .box-text,
	.picture-boxes.top-picture-box .col-sm-12.col-md-4 .box-text {
		display: table-cell;
		vertical-align: middle;
		margin-top: 0;
		padding-left: 30px;
		padding-bottom: 15px;
	}
	
	/* for short description in .box-text - 4 columns >> 2 columns */
	.picture-boxes.top-picture-box .col-sm-6.col-md-3 article {
		margin-top: 60px !important;
	}
	.picture-boxes.top-picture-box.round-image .col-sm-6.col-md-3 article,
	.picture-boxes.top-picture-box.box-filled-bg .col-sm-6.col-md-3 article {
		text-align: left;
	}
	.picture-boxes.top-picture-box .row:first-child .col-sm-6.col-md-3:nth-child(1) article,
	.picture-boxes.top-picture-box .row:first-child .col-sm-6.col-md-3:nth-child(2) article {
		margin-top: 0 !important;
	}
	.picture-boxes.top-picture-box.round-image .col-sm-6.col-md-3 .box-image {
		float: left;
		width: 150px !important;
	}
	.picture-boxes.top-picture-box.round-image .col-sm-6.col-md-3 .box-text {
		margin: 0 0 0 175px;
		padding-top: 25px;
	}
	.picture-boxes.top-picture-box.box-filled-bg .col-sm-6.col-md-3 .box-image {
		float: left;
		width: 156px !important;
	}
	.picture-boxes.top-picture-box.box-filled-bg .col-sm-6.col-md-3 .box-text {
		margin: 0 0 0 181px;
		padding-top: 25px;
	}
	
	.picture-boxes.top-picture-box .col-sm-4 .box-text p {
		font-size: 16px;
	}
	
	/* Features List */
	.picture-boxes.top-picture-box.features-list .col-sm-6.col-md-4 {
		-webkit-box-flex: 0;
		 -webkit-flex: 0 0 49.9%; /* 49.9% instead of 50% for iOS fix */
		     -ms-flex: 0 0 49.9%;
			     flex: 0 0 49.9%;
		max-width: 49.9%;
	}
}
@media (min-width: 480px) and (max-width: 991px) {
	/* box with filled background */
	.picture-boxes.top-picture-box.box-filled-bg .box-image {
		width: 156px;
		height: 156px;
	}
	.picture-boxes.top-picture-box.box-filled-bg .box-image::after {
		width: 156px;
		height: 24px;
	}
	.picture-boxes.top-picture-box.box-filled-bg .box-image img {
		width: 100px;
		margin-top: 32px;
	}
}
@media (max-width: 767px) {
	.picture-boxes article,
	.picture-boxes .row:first-child article,
	.picture-boxes.left-picture-box article,
	.picture-boxes.left-picture-box .row:first-child article {
		margin-top: 50px;
	}
	.picture-boxes.left-picture-box.image-large article {
		margin-top: 70px !important;
	}
	.picture-boxes .row:first-child .columns:first-child article {
		margin-top: 0;
	}
	.picture-boxes.left-picture-box .row:first-child .columns:first-child article {
		margin-top: 0 !important;
	}
	.picture-boxes.top-picture-box:not(.owl-carousel):not(.round-image):not(.box-filled-bg) article {
		max-width: 540px; /* the width is limited to 540px */
		margin-left: auto;
		margin-right: auto;
	}
	
	/* Features List */
	.picture-boxes.top-picture-box.features-list {
		margin: -60px 0 0;
	}
	.picture-boxes.top-picture-box.features-list article {
		margin-top: 60px !important;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.picture-boxes.top-picture-box:not(.owl-carousel):not(.round-image):not(.box-filled-bg) .columns {
		padding-left: 15%;
		padding-right: 15%;
	}
	.picture-boxes:not(.owl-carousel).round-image article,
	.picture-boxes.top-picture-box.box-filled-bg article {
		text-align: left;
	}
	.picture-boxes:not(.owl-carousel).round-image .box-image,
	.picture-boxes.top-picture-box.box-filled-bg .box-image {
		display: table-cell;
	}
	.picture-boxes:not(.owl-carousel).round-image .box-image {
		width: 150px !important;
	}
	.picture-boxes:not(.owl-carousel).round-image .box-image .image-overlay {
		height: 150px;
	}
	.picture-boxes:not(.owl-carousel).round-image .box-text,
	.picture-boxes.top-picture-box.box-filled-bg .box-text {
		display: table-cell;
		vertical-align: middle;
		padding-left: 30px;
		padding-bottom: 15px;
	}
}
@media (max-width: 479px) {
	.picture-boxes.left-picture-box article {
		text-align: center;
	}
	.picture-boxes.left-picture-box.image-medium .box-image,
	.picture-boxes.left-picture-box.image-large .box-image {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.picture-boxes.left-picture-box.image-medium .box-text {
		margin: 30px 0 0;
	}
	.picture-boxes.left-picture-box.image-large .box-text {
		margin: 20px 0 0;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	8. Icon Boxes
/*-----------------------------------------------------------------------------------*/

.icon-boxes article {
	position: relative;
	margin-top: 50px;
}
.icon-boxes .row:first-child article {
	margin-top: 0;
}
.icon-boxes article h4 {
	line-height: 1.25;
	margin-bottom: 0;
}
.icon-boxes article h5 {
	line-height: 1.35;
	margin-bottom: 0;
}
.icon-boxes article h6 {
	line-height: 1.5;
	margin-bottom: 0;
}
.icon-boxes .box-icon.extra-color i {
	color: #00cd69;
}
.icon-boxes .box-text .title a {
	padding: 5px 0;
}
.icon-boxes .box-text p {
	font-size: 16px;
	line-height: 1.5;
	margin: 12px 0 0;
}
.icon-boxes .box-text h6 + p {
	margin-top: 7px;
}
.icon-boxes.short-description .box-text p {
	
}
.icon-boxes .box-text .read-more-link-small {
	margin-top: 15px;
}
.icon-boxes .box-text .button-std {
	margin-top: 20px;
}

.ion-fw { /* fixed width for Ionicons */
	width: 1.2em;
	text-align: center;
}

/* Box with top icon
--------------------------------------------------- */
.icon-boxes.top-icon-box article {
	text-align: center;
}
.icon-boxes.top-icon-box .box-text {
	margin-top: 20px;
}

/* Large icon on round background */
.icon-boxes.top-icon-box.icon-large-round-bg .box-icon {
	position: relative;
	width: 140px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(11, 37, 75, 0.5); /* #0b254b */
	border: 15px solid #fff;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.icon-boxes.top-icon-box.icon-large-round-bg .box-icon::before {
	position: absolute;
	display: block;
	top: -15px;
	bottom: -15px;
	left: -15px;
	right: -15px;
	border: 15px solid rgba(11, 37, 75, 0.13); /* #0b254b */
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transition: opacity 0.3s ease;
	     -o-transition: opacity 0.3s ease;
			transition: opacity 0.3s ease;
	content: "";
}
.icon-boxes.top-icon-box.icon-large-round-bg .box-icon.secondary-color-bg,
.icon-boxes.top-icon-box.icon-medium-round-bg .box-icon.secondary-color-bg {
	background-color: #ffc529;
}
.icon-boxes.top-icon-box.icon-large-round-bg .box-icon.secondary-color-bg::before,
.icon-boxes.top-icon-box.icon-medium-round-bg .box-icon.secondary-color-bg::before {
	border-color: rgba(255, 197, 41, 0.3); /* #ffc529 */
}
.icon-boxes.top-icon-box.icon-large-round-bg .box-icon.primary-color-bg,
.icon-boxes.top-icon-box.icon-medium-round-bg .box-icon.primary-color-bg {
	background-color: rgba(11, 37, 75, 0.5); /* #0b254b */
}
.icon-boxes.top-icon-box.icon-large-round-bg .box-icon.primary-color-bg::before,
.icon-boxes.top-icon-box.icon-medium-round-bg .box-icon.primary-color-bg::before {
	border-color: rgba(11, 37, 75, 0.13); /* #0b254b */
}
.icon-boxes.top-icon-box.icon-large-round-bg .box-icon a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.icon-boxes.top-icon-box.icon-large-round-bg .box-icon:hover::before {
	opacity: 0.8;
}
.icon-boxes.top-icon-box.icon-large-round-bg .box-icon i,
.icon-boxes.top-icon-box.icon-medium-round-bg .box-icon i {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	line-height: 1;
	color: #fff;
}
.icon-boxes.top-icon-box.icon-large-round-bg .box-icon .fa { /* vector icons - Font Awesome */
	font-size: 56px;
	margin-top: -28px;
	margin-left: -36px; /* 72px - fixed width (.fa-fw) */
}
.icon-boxes.top-icon-box.icon-large-round-bg .box-icon .ion { /* vector icons - Ionicons */
	font-size: 70px;
	margin-top: -35px;
	margin-left: -42px; /* 84px - fixed width (.ion-fw) */
}

/* Medium icon on round background */
.icon-boxes.top-icon-box.icon-medium-round-bg .box-icon {
	position: relative;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(11, 37, 75, 0.5); /* #0b254b */
	border: 10px solid #fff;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.icon-boxes.top-icon-box.icon-medium-round-bg .box-icon::before {
	position: absolute;
	display: block;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	border: 10px solid rgba(11, 37, 75, 0.13); /* #0b254b */
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transition: opacity 0.3s ease;
	     -o-transition: opacity 0.3s ease;
			transition: opacity 0.3s ease;
	content: "";
}
.icon-boxes.top-icon-box.icon-medium-round-bg .box-icon a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.icon-boxes.top-icon-box.icon-medium-round-bg .box-icon:hover::before {
	opacity: 0.8;
}
.icon-boxes.top-icon-box.icon-medium-round-bg .box-icon .fa { /* vector icons - Font Awesome */
	font-size: 42px;
	margin-top: -21px;
	margin-left: -27px; /* 54px - fixed width (.fa-fw) */
}
.icon-boxes.top-icon-box.icon-medium-round-bg .box-icon .ion { /* vector icons - Ionicons */
	font-size: 52px;
	margin-top: -26px;
	margin-left: -31px; /* 62px - fixed width (.ion-fw) */
}

/* Number at the left top of circle background */
.icon-boxes.top-icon-box.icon-large-round-bg.number-icon-box .box-icon .digit,
.icon-boxes.top-icon-box.icon-medium-round-bg.number-icon-box .box-icon .digit {
	position: absolute;
	display: block;
	top: -10px;
	left: -10px;
	width: 38px;
	height: 38px;
	font: 18px/32px Verdana, Geneva, sans-serif;
	color: #fff;
	border: 3px solid #f5f5f5;
	text-align: center;
	background-color: rgba(11, 37, 75, 0.5); /* #0b254b */
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.icon-boxes.top-icon-box.icon-medium-round-bg.number-icon-box .box-icon .digit {
	width: 32px;
	height: 32px;
	font-size: 17px;
	line-height: 28px;
	border-width: 2px;
}
.icon-boxes.top-icon-box.icon-large-round-bg.number-icon-box .box-icon.primary-color-bg .digit,
.icon-boxes.top-icon-box.icon-medium-round-bg.number-icon-box .box-icon.primary-color-bg .digit {
	background-color: rgba(229, 178, 37, 0.9); /* #e5b225 */
}

/* Large icon without background */
.icon-boxes.top-icon-box.icon-large .box-icon {
	position: relative;
	height: 90px;
}
.icon-boxes.top-icon-box.icon-large .box-icon i,
.icon-boxes.top-icon-box.icon-small .box-icon i,
.icon-boxes.top-icon-box.box-filled-bg .box-icon i {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	line-height: 1;
}
.icon-boxes.top-icon-box.icon-large .box-icon .fa { /* vector icons - Font Awesome */
	font-size: 76px;
	margin-top: -38px;
	margin-left: -49px; /* 98px - fixed width (.fa-fw) */
}
.icon-boxes.top-icon-box.icon-large .box-icon .ion { /* vector icons - Ionicons */
	font-size: 90px;
	margin-top: -45px;
	margin-left: -54px; /* 108px - fixed width (.ion-fw) */
}
.icon-boxes.top-icon-box.icon-large .box-icon.primary-color i,
.icon-boxes.top-icon-box.icon-small .box-icon.primary-color i,
.icon-boxes.top-icon-box.box-filled-bg .box-icon.primary-color i {
	color: #267ffd;
}
.icon-boxes.top-icon-box.icon-large .box-icon.primary-color-dark i,
.icon-boxes.top-icon-box.icon-small .box-icon.primary-color-dark i,
.icon-boxes.top-icon-box.box-filled-bg .box-icon.primary-color-dark i {
	color: #485c78;
}
.icon-boxes.top-icon-box.icon-large .box-icon.primary-color-light i,
.icon-boxes.top-icon-box.icon-small .box-icon.primary-color-light i,
.icon-boxes.top-icon-box.box-filled-bg .box-icon.primary-color-light i {
	color: rgba(11, 37, 75, 0.5); /* #0b254b */
}
.icon-boxes.top-icon-box.icon-large .box-icon.secondary-color i,
.icon-boxes.top-icon-box.icon-small .box-icon.secondary-color i,
.icon-boxes.top-icon-box.box-filled-bg .box-icon.secondary-color i {
	color: #ffc529;
}
.icon-boxes.top-icon-box.icon-large .box-text,
.icon-boxes.top-icon-box.icon-small .box-text {
	margin-top: 15px;
}

/* Small icon without background */
.icon-boxes.top-icon-box.icon-small .box-icon {
	position: relative;
	height: 42px;
}
.icon-boxes.top-icon-box.icon-small .box-icon .fa { /* vector icons - Font Awesome */
	font-size: 36px;
	margin-top: -18px;
	margin-left: -23px; /* 46px - fixed width (.fa-fw) */
}
.icon-boxes.top-icon-box.icon-small .box-icon .ion { /* vector icons - Ionicons */
	font-size: 42px;
	margin-top: -21px;
	margin-left: -25px; /* 50px - fixed width (.ion-fw) */
}

/* Box with filled background */
.icon-boxes.top-icon-box.box-filled-bg {
	margin: -20px 5px 0;
}
.icon-boxes.top-icon-box.box-filled-bg .columns::before {
	position: absolute;
	display: block;
	top: 20px;
	bottom: 0;
	left: 10px;
	right: 10px;
	content: "";
	background-color: #e6e9ed;
	border: 2px solid transparent;
	-webkit-box-shadow: 1px 1px 2px rgba(11, 37, 75, 0.3);
	        box-shadow: 1px 1px 2px rgba(11, 37, 75, 0.3); /* #0b254b */
	-webkit-transition: box-shadow 0.3s ease, background 0.3s ease;
	     -o-transition: box-shadow 0.3s ease, background 0.3s ease;
			transition: box-shadow 0.3s ease, background 0.3s ease;
}
.icon-boxes.top-icon-box.box-filled-bg article {
	margin: 20px -5px 0 !important;
	padding: 25px 25px 35px;
	height: calc(100% - 20px); /* for hyperlinked box */
}
.no-touch-screen .icon-boxes.top-icon-box.box-filled-bg .columns.link-hovered::before {
	-webkit-box-shadow: 1px 1px 2px rgba(11, 37, 75, 0.8);
	        box-shadow: 1px 1px 2px rgba(11, 37, 75, 0.8); /* #0b254b */
}
.icon-boxes.top-icon-box.box-filled-bg .box-icon {
	position: relative;
	height: 58px;
}
.icon-boxes.top-icon-box.box-filled-bg .box-icon .fa { /* vector icons - Font Awesome */
	font-size: 48px;
	margin-top: -24px;
	margin-left: -31px; /* 62px - fixed width (.fa-fw) */
}
.icon-boxes.top-icon-box.box-filled-bg .box-icon .ion { /* vector icons - Ionicons */
	font-size: 58px;
	margin-top: -29px;
	margin-left: -35px; /* 70px - fixed width (.ion-fw) */
}
.icon-boxes.top-icon-box.box-filled-bg .box-text {
	margin-top: 15px;
}
.icon-boxes.top-icon-box.box-filled-bg .box-text p {
	font-size: 18px;
	font-weight: 600;
}

/* dark colored filled background */
.icon-boxes.top-icon-box.box-filled-bg.dark-colored-bg .columns::before {
	background: #267ffd url(../images/backgrounds/ripple-bg.svg) no-repeat right -32px bottom;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: 2px 2px 3px rgba(11, 37, 75, 0.3);
	        box-shadow: 2px 2px 3px rgba(11, 37, 75, 0.3); /* #0b254b */
}
.icon-boxes.top-icon-box.box-filled-bg.dark-colored-bg .col-md-6:last-child::before {
	background: #267ffd url(../images/backgrounds/ripple-bg-left.svg) no-repeat left -32px bottom;
}
.no-touch-screen .icon-boxes.top-icon-box.box-filled-bg.dark-colored-bg .columns.link-hovered::before {
	background-color: #1f69d1;
	-webkit-box-shadow: 2px 2px 3px rgba(11, 37, 75, 0.5);
	        box-shadow: 2px 2px 3px rgba(11, 37, 75, 0.5); /* #0b254b */
}
.icon-boxes.top-icon-box.box-filled-bg.dark-colored-bg .box-icon.secondary-color i {
	color: #ffe294;
}
.icon-boxes.top-icon-box.box-filled-bg.dark-colored-bg .box-text .title {
	font-weight: 700;
	color: #fff;
}
.icon-boxes.top-icon-box.box-filled-bg.dark-colored-bg .box-text p {
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
}

/* Staged boxes */
.icon-boxes.top-icon-box.staged-boxes article {
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	border-bottom: 3px solid rgba(11, 37, 75, 0.5); /* #0b254b */
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
.icon-boxes.top-icon-box.staged-boxes article.primary-color-bg {
	background-color: rgba(11, 37, 75, 0.05); /* #0b254b */
	border-bottom-color: #267ffd;
}
.icon-boxes.top-icon-box.staged-boxes article.extra-color-bg {
	background-color: rgba(0, 205, 105, 0.06); /* #00cd69 */
	border-bottom-color: #00cd69;
}
.icon-boxes.top-icon-box.staged-boxes .box-text {
	margin-top: 0;
	padding-top: 20px;
	padding-bottom: 30px;
}
.icon-boxes.top-icon-box.staged-boxes .box-text .number {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 5px;
}
.icon-boxes.top-icon-box.staged-boxes article.primary-color-bg .box-text .number {
	color: #267ffd;
}
.icon-boxes.top-icon-box.staged-boxes article.extra-color-bg .box-text .number {
	color: #00cd69;
}

/* Box with left icon
--------------------------------------------------- */
.icon-boxes.left-icon-box article {
	margin-top: 45px;
}
.icon-boxes.left-icon-box .row:first-child article {
	margin-top: 0;
}
.icon-boxes.left-icon-box > article:first-child {
	margin-top: 0;
}
.icon-boxes.left-icon-box article .sub {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	color: rgba(11, 37, 75, 0.5); /* #0b254b */
	margin-top: 5px;
}

/* Small icon on round background */
.icon-boxes.left-icon-box.icon-small-round-bg .box-icon {
	position: relative;
	float: left;
	width: 70px;
	height: 70px;
	background-color: #ffc529;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	margin-top: 3px;
}
.icon-boxes.left-icon-box.icon-small-round-bg .box-icon.secondary-color-bg {
	background-color: #ffc529;
}
.icon-boxes.left-icon-box.icon-small-round-bg .box-icon.primary-color-bg {
	background-color: rgba(11, 37, 75, 0.5); /* #0b254b */
}
.icon-boxes.left-icon-box.icon-small-round-bg .box-icon i {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	line-height: 1;
	color: #fff;
}
.icon-boxes.left-icon-box.icon-small-round-bg .box-icon .fa { /* vector icons - Font Awesome */
	font-size: 34px;
	margin-top: -17px;
	margin-left: -22px; /* 44px - fixed width (.fa-fw) */
}
.icon-boxes.left-icon-box.icon-small-round-bg .box-icon .ion { /* vector icons - Ionicons */
	font-size: 38px;
	margin-top: -19px;
	margin-left: -23px; /* 46px - fixed width (.ion-fw) */
}
.icon-boxes.left-icon-box.icon-small-round-bg .box-text {
	margin-left: 100px;
}

/* Large icon without background */
.icon-boxes.left-icon-box.icon-large .box-icon {
	position: relative;
	float: left;
	width: 108px;
	height: 90px;
}
.icon-boxes.left-icon-box.icon-large .box-icon i,
.icon-boxes.left-icon-box.icon-medium .box-icon i,
.icon-boxes.left-icon-box.icon-heading .box-icon i {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	line-height: 1;
}
.icon-boxes.left-icon-box.icon-large .box-icon .fa { /* vector icons - Font Awesome */
	font-size: 76px;
	margin-top: -38px;
	margin-left: -49px; /* 98px - fixed width (.fa-fw) */
}
.icon-boxes.left-icon-box.icon-large .box-icon .ion { /* vector icons - Ionicons */
	font-size: 90px;
	margin-top: -45px;
	margin-left: -54px; /* 108px - fixed width (.ion-fw) */
}
.icon-boxes.left-icon-box.icon-large .box-icon.primary-color i,
.icon-boxes.left-icon-box.icon-medium .box-icon.primary-color i,
.icon-boxes.left-icon-box.icon-heading .box-icon.primary-color i {
	color: #267ffd;
}
.icon-boxes.left-icon-box.icon-large .box-icon.primary-color-dark i,
.icon-boxes.left-icon-box.icon-medium .box-icon.primary-color-dark i,
.icon-boxes.left-icon-box.icon-heading .box-icon.primary-color-dark i {
	color: #485c78;
}
.icon-boxes.left-icon-box.icon-large .box-icon.primary-color-light i,
.icon-boxes.left-icon-box.icon-medium .box-icon.primary-color-light i,
.icon-boxes.left-icon-box.icon-heading .box-icon.primary-color-light i {
	color: rgba(11, 37, 75, 0.5); /* #0b254b */
}
.icon-boxes.left-icon-box.icon-large .box-icon.secondary-color i,
.icon-boxes.left-icon-box.icon-medium .box-icon.secondary-color i,
.icon-boxes.left-icon-box.icon-heading .box-icon.secondary-color i {
	color: #ffc529;
}
.icon-boxes.left-icon-box.icon-large .box-text {
	margin-left: 123px;
}

/* Medium icon without background */
.icon-boxes.left-icon-box.icon-medium article {
	margin-top: 30px;
}
.icon-boxes.left-icon-box.icon-medium > article:first-child {
	margin-top: 0;
}
.icon-boxes.left-icon-box.icon-medium .box-icon {
	position: relative;
	float: left;
	width: 62px;
	height: 52px;
}
.icon-boxes.left-icon-box.icon-medium .box-icon .fa, /* vector icons - Font Awesome */
.icon-boxes.left-icon-box.icon-heading .box-icon .fa {
	font-size: 42px;
	margin-top: -21px;
	margin-left: -27px; /* 54px - fixed width (.fa-fw) */
}
.icon-boxes.left-icon-box.icon-medium .box-icon .ion, /* vector icons - Ionicons */
.icon-boxes.left-icon-box.icon-heading .box-icon .ion {
	font-size: 52px;
	margin-top: -26px;
	margin-left: -31px; /* 62px - fixed width (.ion-fw) */
}
.icon-boxes.left-icon-box.icon-medium .box-text {
	margin-left: 77px;
}

/* Icon in box heading */
.icon-boxes.left-icon-box.icon-heading article header {
	position: relative;
	height: 52px;
}
.icon-boxes.left-icon-box.icon-heading .box-icon {
	position: relative;
	left: -7px;
	width: 62px;
	height: 52px;
}
.icon-boxes.left-icon-box.icon-heading .box-heading {
	position: absolute;
	top: 50%;
	left: 65px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	     -o-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
.icon-boxes.left-icon-box.icon-heading article .sub {
	margin-top: 15px;
	margin-bottom: -10px;
}
.icon-boxes.left-icon-box.icon-heading article p {
	font-size: 18px;
	margin: 20px 0 0;
}
.icon-boxes.left-icon-box.icon-heading article header + p {
	margin-top: 15px;
}

/* Divided boxes */
.icon-boxes.left-icon-box.divided-boxes .row:not(:last-child) .columns {
	border-bottom: 1px dashed #dedede;
	border-image: url(../images/backgrounds/dash-pattern.png) 1 round;
}
.icon-boxes.left-icon-box.divided-boxes article {
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
}
.icon-boxes.left-icon-box.divided-boxes .row:last-child article {
	margin-bottom: 0;
}
.icon-boxes.left-icon-box.divided-boxes .box-icon.fb-messenger {
	padding: 7px 12px;
}
.icon-boxes.left-icon-box.divided-boxes .box-icon .ion-social-youtube-outline {
	font-size: 46px;
	margin-top: -23px;
	margin-left: -28px; /* 56px - fixed width (.ion-fw) */
}
.icon-boxes.left-icon-box.divided-boxes .box-icon.email i {
	color: #1f69d1;
}
.icon-boxes.left-icon-box.divided-boxes .box-icon.whatsapp i {
	color: #25d366;
}
.icon-boxes.left-icon-box.divided-boxes .box-icon.skype i {
	color: #00aff0;
}
.icon-boxes.left-icon-box.divided-boxes article h6 {
	font-size: 18px;
	margin-top: -2px;
}
.icon-boxes.left-icon-box.divided-boxes article h6:only-child {
	position: absolute;
	top: 50%;
	left: 77px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	     -o-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 5px;
}
#hero-content .boxes-wrapper .icon-boxes.left-icon-box.divided-boxes .stage-number {
	position: absolute;
	top: 55px;
	left: 0;
	width: 62px;
	font: 700 15px/1 Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: rgba(11, 37, 75, 0.25); /* #0b254b */
	text-align: center;
}
.icon-boxes.left-icon-box.divided-boxes a.block-link article {
	padding-top: 5px;
	padding-bottom: 5px;
}
.icon-boxes.left-icon-box.divided-boxes a.block-link h6:only-child {
	font-weight: 400;
	-webkit-transition: color 0.3s ease;
	     -o-transition: color 0.3s ease;
	        transition: color 0.3s ease;
}
.icon-boxes.left-icon-box.divided-boxes a.block-link:hover h6:only-child {
	color: #1f69d1;
}
.icon-boxes.left-icon-box.divided-boxes .box-text p {
	font-size: 16px;
}
.icon-boxes.left-icon-box.divided-boxes .box-text p.text-small {
	font-size: 18px;
}
.icon-boxes.left-icon-box.divided-boxes.short-description .box-text p a {
	color: inherit;
	text-decoration: underline;
	letter-spacing: 0.5px;
}
.icon-boxes.left-icon-box.divided-boxes.short-description .box-text p a:hover {
	text-decoration: none;
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 1520px) {
	
	/* small column space */
	.icon-boxes.small-col-space {
		margin: 0 -10px;
	}
	.icon-boxes.small-col-space article {
		margin-left: 10px;
		margin-right: 10px;
	}

	/* medium column space */
	.icon-boxes.medium-col-space {
		margin: 0 -15px;
	}
	.icon-boxes.medium-col-space article {
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (min-width: 1200px) and (max-width: 1519px) {
	.icon-boxes.small-col-space {
		margin: 0 -7px;
	}
	.icon-boxes.small-col-space article {
		margin-left: 7px;
		margin-right: 7px;
	}
	.icon-boxes.medium-col-space {
		margin: 0 -10px;
	}
	.icon-boxes.medium-col-space article {
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media (min-width: 768px) {
	.icon-boxes.top-icon-box.box-filled-bg .row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}
	.icon-boxes.top-icon-box.box-filled-bg .columns {
		-webkit-flex-basis: 0;
		    -ms-flex-preferred-size: 0;
		        flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		    -ms-flex-positive: 1;
				flex-grow: 1;
	}
	.icon-boxes.top-icon-box.box-filled-bg .col-sm-6 {
		-webkit-box-flex: 0;
		 -webkit-flex: 0 0 49.9%; /* 49.9% instead of 50% for iOS fix */
		     -ms-flex: 0 0 49.9%;
			     flex: 0 0 49.9%;
		max-width: 49.9%;
	}
	.icon-boxes.top-icon-box.box-filled-bg .col-sm-4 {
		-webkit-box-flex: 0;
		 -webkit-flex: 0 0 33.25%; /* 33.25% instead of 33.333333% for iOS fix */
		     -ms-flex: 0 0 33.25%;
			     flex: 0 0 33.25%;
		max-width: 33.25%;
	}
}
@media (min-width: 992px) {
	.icon-boxes.top-icon-box.box-filled-bg .col-md-4 {
		-webkit-box-flex: 0;
		 -webkit-flex: 0 0 33.25%; /* 33.25% instead of 33.333333% for iOS fix */
		     -ms-flex: 0 0 33.25%;
			     flex: 0 0 33.25%;
		max-width: 33.25%;
	}
	.icon-boxes.left-icon-box[data-cols="2"] article .sub {
		font-size: 17px;
	}
	
	/* Divided boxes */
	.icon-boxes.left-icon-box.divided-boxes .row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}
	.icon-boxes.left-icon-box.divided-boxes .columns {
		-webkit-flex-basis: 0;
		    -ms-flex-preferred-size: 0;
		        flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		    -ms-flex-positive: 1;
				flex-grow: 1;
	}
	.icon-boxes.left-icon-box.divided-boxes .col-md-6 {
		-webkit-box-flex: 0;
		 -webkit-flex: 0 0 49.9%; /* 49.9% instead of 50% for iOS fix */
		     -ms-flex: 0 0 49.9%;
			     flex: 0 0 49.9%;
		max-width: 49.9%;
	}
	.icon-boxes.left-icon-box.divided-boxes {
		margin: 0 15px;
	}
	.icon-boxes.left-icon-box.divided-boxes .row .columns:first-child {
		padding-left: 0;
	}
	.icon-boxes.left-icon-box.divided-boxes .row .columns:first-child,
	.icon-boxes.left-icon-box.divided-boxes[data-cols="3"] .row .columns:not(:last-child) {
		border-right: 1px dashed #dedede;
		border-image: url(../images/backgrounds/dash-pattern.png) 1 round;
	}
	.icon-boxes.left-icon-box.divided-boxes .row .columns:last-child:not(:first-child) {
		padding-right: 0;
	}
	.icon-boxes.left-icon-box.divided-boxes .row .columns:first-child article {
		margin-right: 15px;
	}
	.icon-boxes.left-icon-box.divided-boxes .row .columns:not(:first-child) article {
		margin-left: 15px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.icon-boxes.small-col-space {
		margin: 0 -3px;
	}
	.icon-boxes.small-col-space article {
		margin-left: 3px;
		margin-right: 3px;
	}
	.icon-boxes.medium-col-space {
		margin: 0 -5px;
	}
	.icon-boxes.medium-col-space article {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	/* Divided boxes */
	.icon-boxes.left-icon-box.divided-boxes[data-cols="3"] .box-icon {
		width: 54px;
	}
	.icon-boxes.left-icon-box.divided-boxes[data-cols="3"] .box-icon.fb-messenger {
		padding-left: 8px;
		padding-right: 8px;
	}
	.icon-boxes.left-icon-box.divided-boxes[data-cols="3"] .box-text {
		margin-left: 60px;
	}
	.icon-boxes.left-icon-box.divided-boxes[data-cols="3"] article h6:only-child {
		left: 60px;
	}
	.icon-boxes.left-icon-box.divided-boxes[data-cols="3"] .row .columns:first-child article {
		margin-right: 0;
	}
	.icon-boxes.left-icon-box.divided-boxes[data-cols="3"] .row .columns:not(:first-child) article {
		margin-left: 0;
	}
}
@media (max-width: 991px) {
	.icon-boxes.top-icon-box.icon-large-round-bg .box-icon {
		width: 110px;
		height: 110px;
		border-width: 10px;
	}
	.icon-boxes.top-icon-box.icon-large-round-bg .box-icon::before {
		top: -10px;
		bottom: -10px;
		left: -10px;
		right: -10px;
		border-width: 10px;
	}
	.icon-boxes.top-icon-box.icon-large-round-bg .box-icon .fa { /* vector icons - Font Awesome */
		font-size: 42px;
		margin-top: -21px;
		margin-left: -27px; /* 54px - fixed width (.fa-fw) */
	}
	.icon-boxes.top-icon-box.icon-large-round-bg .box-icon .ion { /* vector icons - Ionicons */
		font-size: 52px;
		margin-top: -26px;
		margin-left: -31px; /* 62px - fixed width (.ion-fw) */
	}
	.icon-boxes.top-icon-box .box-text {
		margin-top: 15px;
	}
	.icon-boxes.top-icon-box.icon-large-round-bg.number-icon-box .box-icon .digit {
		width: 34px;
		height: 34px;
		font-size: 17px;
		line-height: 30px;
		border-width: 2px;
	}
	
	/* Divided boxes */
	.icon-boxes.left-icon-box.divided-boxes {
		margin: 0 15px;
	}
	.icon-boxes.left-icon-box.divided-boxes .row .columns {
		padding-left: 0;
		padding-right: 0;
	}
	.icon-boxes.left-icon-box.divided-boxes[data-cols="2"] .row .columns:first-child:not(:last-child) {
		border-bottom: 1px dashed #dedede;
		border-image: url(../images/backgrounds/dash-pattern.png) 1 round;
	}
	.icon-boxes.left-icon-box.divided-boxes[data-cols="2"] .row .columns:first-child:not(:last-child) article {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	/* 3 or 4 columns >> 1 column */
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel) .col-sm-12.col-md-3 article,
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel) .col-sm-12.col-md-4 article {
		margin-top: 40px !important;
		text-align: left;
	}
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel) .row:first-child .col-sm-12.col-md-3:first-child article,
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel) .row:first-child .col-sm-12.col-md-4:first-child article {
		margin-top: 0 !important;
	}
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel) .col-sm-12.col-md-3 .box-icon,
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel) .col-sm-12.col-md-4 .box-icon {
		float: left;
		margin: 0;
	}
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel).icon-large .col-sm-12.col-md-3 .box-icon,
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel).icon-large .col-sm-12.col-md-4 .box-icon {
		width: 108px;
	}
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel).icon-small .col-sm-12.col-md-3 .box-icon,
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel).icon-small .col-sm-12.col-md-4 .box-icon {
		width: 50px;
	}
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel).icon-large-round-bg .col-sm-12.col-md-3 .box-text,
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel).icon-large-round-bg .col-sm-12.col-md-4 .box-text {
		margin: 5px 0 0 135px;
	}
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel).icon-medium-round-bg .col-sm-12.col-md-3 .box-text,
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel).icon-medium-round-bg .col-sm-12.col-md-4 .box-text {
		margin: 5px 0 0 125px;
	}
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel).icon-large .col-sm-12.col-md-3 .box-text,
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel).icon-large .col-sm-12.col-md-4 .box-text {
		margin: 5px 0 0 123px;
	}
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel).icon-small .col-sm-12.col-md-3 .box-text,
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel).icon-small .col-sm-12.col-md-4 .box-text {
		margin: 0 0 0 65px;
	}
	
	/* Large icon without background - 4 columns */
	.icon-boxes.top-icon-box.icon-large .col-sm-3 .box-icon {
		height: 70px;
	}
	.icon-boxes.top-icon-box.icon-large .col-sm-3 .box-icon .fa { /* vector icons - Font Awesome */
		font-size: 56px;
		margin-top: -28px;
		margin-left: -36px; /* 72px - fixed width (.fa-fw) */
	}
	.icon-boxes.top-icon-box.icon-large .col-sm-3 .box-icon .ion { /* vector icons - Ionicons */
		font-size: 70px;
		margin-top: -35px;
		margin-left: -42px; /* 84px - fixed width (.ion-fw) */
	}
	
	/* 2 columns >> 1 column */
	.icon-boxes.left-icon-box .col-sm-12.col-md-6 article {
		margin-top: 40px !important;
	}
	.icon-boxes.left-icon-box.icon-medium .col-sm-12.col-md-6 article {
		margin-top: 35px !important;
	}
	.icon-boxes.left-icon-box .row:first-child .col-sm-12.col-md-6:first-child article {
		margin-top: 0 !important;
	}
	
	.icon-boxes.top-icon-box .col-sm-3 .box-text p,
	.icon-boxes.top-icon-box .col-sm-4 .box-text p {
		font-size: 16px; /* ??? */
	}
	
	/* Staged boxes */
	.icon-boxes.top-icon-box.staged-boxes .col-sm-6.col-md-3:nth-child(3) article,
	.icon-boxes.top-icon-box.staged-boxes .col-sm-6.col-md-3:nth-child(4) article {
		margin-top: 30px;
	}
	
	/* Divided boxes */
	.icon-boxes.left-icon-box.divided-boxes[data-cols="3"] a.block-link article {
		padding-top: 0;
	}
	.icon-boxes.left-icon-box.divided-boxes[data-cols="3"] .box-icon {
		float: none;
		margin: 0 auto;
	}
	.icon-boxes.left-icon-box.divided-boxes[data-cols="3"] .box-text {
		text-align: center;
		margin: 10px 0 0;
	}
	.icon-boxes.left-icon-box.divided-boxes[data-cols="3"] article h6:only-child {
		position: static;
		top: auto;
		left: auto;
		margin-bottom: 0;
		-webkit-transform: none;
			-ms-transform: none;
			 -o-transform: none;
				transform: none;
	}
}
@media (max-width: 767px) {
	.icon-boxes article,
	.icon-boxes.left-icon-box article,
	.icon-boxes .row:first-child article,
	.icon-boxes.left-icon-box .row:first-child article {
		margin-top: 40px;
	}
	.icon-boxes.left-icon-box.icon-medium article,
	.icon-boxes.left-icon-box.icon-medium .row:first-child article {
		margin-top: 35px;
	}
	.icon-boxes .row:first-child .columns:first-child article,
	.icon-boxes.left-icon-box.icon-medium .row:first-child .columns:first-child article {
		margin-top: 0 !important;
	}
	.icon-boxes.top-icon-box.box-filled-bg .columns::before {
		top: 0;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel) article {
		text-align: left;
	}
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel) .box-icon {
		float: left;
		margin: 0;
	}
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel).icon-large .box-icon {
		width: 108px;
	}
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel).icon-small .box-icon {
		width: 50px;
	}
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel).icon-large-round-bg .box-text {
		margin: 5px 0 0 135px;
	}
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel).icon-medium-round-bg .box-text {
		margin: 5px 0 0 125px;
	}
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel).icon-large .box-text {
		margin: 5px 0 0 123px;
	}
	.icon-boxes.top-icon-box:not(.box-filled-bg):not(.owl-carousel).icon-small .box-text {
		margin: 0 0 0 65px;
	}
}
@media (max-width: 479px) {
	.icon-boxes.left-icon-box.icon-small-round-bg article,
	.icon-boxes.left-icon-box.icon-large article,
	.icon-boxes.left-icon-box.icon-medium article {
		text-align: center;
	}
	.icon-boxes.left-icon-box.icon-small-round-bg .box-icon,
	.icon-boxes.left-icon-box.icon-large .box-icon,
	.icon-boxes.left-icon-box.icon-medium .box-icon {
		float: none;
		margin: 0 auto;
	}
	.icon-boxes.left-icon-box.icon-small-round-bg .box-text,
	.icon-boxes.left-icon-box.icon-large .box-text,
	.icon-boxes.left-icon-box.icon-medium .box-text {
		margin: 15px 0 0;
	}
	.icon-boxes.left-icon-box.icon-small-round-bg .box-text h4 + p,
	.icon-boxes.left-icon-box.icon-small-round-bg .box-text h5 + p {
		margin-top: 15px;
	}
	
	/* Divided boxes */
	.icon-boxes.left-icon-box.divided-boxes[data-cols="3"] a.block-link article {
		padding-top: 0;
	}
	.icon-boxes.left-icon-box.divided-boxes article h6:only-child {
		position: static;
		top: auto;
		left: auto;
		margin-bottom: 0;
		-webkit-transform: none;
			-ms-transform: none;
			 -o-transform: none;
				transform: none;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	9. Stages
/*-----------------------------------------------------------------------------------*/

.stages article {
	position: relative;
	margin-top: 50px;
}
.stages > article:first-child {
	margin-top: 0;
}
.stages article::before {
	position: absolute;
	display: block;
	top: 77px; /* 77px = 70px (height) + 7px (border width) */
	bottom: -43px; /* 43px = 50px (margin) - 7px (border width) */
	left: 34px;
	width: 2px;
	background-color: rgba(255, 197, 41, 0.4); /* #ffc529 */
	content: "";
}
.stages.stage-digit article::before {
	top: 67px;
	left: 29px;
}
.stages article:last-child::before {
	display: none;
}

.stages article h4 {
	line-height: 1.25;
	margin-bottom: 0;
}
.stages article h5 {
	line-height: 1.35;
	margin-bottom: 0;
}
.stages article h6 {
	line-height: 1.5;
	margin-bottom: 0;
}
.stages .box-text p {
	font-size: 18px;
	margin: 12px 0 0;
}
.stages .box-text h6 + p {
	margin-top: 7px;
}
.stages.short-description .box-text p {
	margin-top: 5px;
}

.stages .box-icon {
	position: relative;
	float: left;
	width: 70px;
	height: 70px;
	background-color: rgba(11, 37, 75, 0.5); /* #0b254b */
	border: 7px solid #fff;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.stages .box-icon::before {
	position: absolute;
	display: block;
	top: -7px;
	bottom: -7px;
	left: -7px;
	right: -7px;
	border: 7px solid rgba(11, 37, 75, 0.15); /* #0b254b */
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	content: "";
}
.stages.stage-digit .box-icon {
	width: 60px;
	height: 60px;
}
.stages .box-icon.primary-color-bg {
	background-color: rgba(11, 37, 75, 0.5); /* #0b254b */
}
.stages .box-icon.primary-color-bg::before {
	border-color: rgba(11, 37, 75, 0.15); /* #0b254b */
}
.stages .box-icon.secondary-color-bg {
	background-color: #ffc529;
}
.stages .box-icon.secondary-color-bg::before {
	border-color: rgba(255, 197, 41, 0.3); /* #ffc529 */
}
.stages .box-icon i {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	line-height: 1;
	color: #fff;
}
.stages.stage-year .box-icon .number, /* year - XXXX */
.stages.stage-digit .box-icon .number { /* digit - X */
	top: 0;
	left: 0;
	width: 100%;
	font: 18px/56px Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-align: center;
}
.stages.stage-digit .box-icon .number {
	font-size: 20px;
	line-height: 46px;
	font-weight: bold;
}
.stages .box-icon .fa { /* vector icons - Font Awesome */
	font-size: 24px;
	margin-top: -12px;
	margin-left: -15px; /* 31px - fixed width (.fa-fw) */
}
.stages .box-icon .ion { /* vector icons - Ionicons */
	font-size: 30px;
	margin-top: -15px;
	margin-left: -18px; /* 36px - fixed width (.ion-fw) */
}
.stages .box-text {
	margin-left: 105px;
}
.stages.stage-digit .box-text {
	margin-left: 90px;
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 480px) and (max-width: 767px) {
	.stages article {
		margin-top: 45px;
	}
	.stages article::before {
		bottom: -38px; /* 38px = 45px (margin) - 7px (border width) */
	}
}
@media (max-width: 479px) {
	.stages article {
		text-align: center;
		line-height: 0;
	}
	.stages article::before,
	.stages.stage-digit article::before {
		position: relative;
		display: inline-block;
		top: -7px;
		left: auto;
		height: 25px;
		margin-top: -25px;
	}
	.stages article:first-child::before {
		display: none;
	}
	.stages article:last-child::before {
		display: inline-block;
	}
	.stages .box-icon {
		float: none;
		margin: 0 auto;
	}
	.stages .box-text,
	.stages.stage-digit .box-text {
		margin: 15px 0 0;
	}
	.stages .box-text p {
		line-height: 1.667; /* needed to override .stages article {line-height: 0;} */
	}
	.stages .box-text h4 + p,
	.stages .box-text h5 + p {
		margin-top: 15px;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	10. Feature List
/*-----------------------------------------------------------------------------------*/

.feature-list article {
	position: relative;
	margin-top: 30px;
}
.feature-list .row:first-child article {
	margin-top: 0;
}
.feature-list.long-description > article {
	margin-top: 30px;
}
.feature-list > article:first-child {
	margin-top: 0;
}

.feature-list article h4 {
	font-family: inherit;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 600;
	margin: 0;
}
.feature-list article h5 {
	line-height: 1.35;
	margin-bottom: 0;
}
.feature-list article h6 {
	line-height: 1.5;
	margin-top: 2px;
	margin-bottom: 0;
}
.feature-list .box-text p {
	margin: 10px 0 0;
}
.feature-list .box-text p:first-child {
	margin-top: -4px;
}
.feature-list .box-text ul {
	margin: 15px 0 0;
}
.feature-list .box-text h6 + p {
	margin-top: 5px;
}
.feature-list.short-description .box-text p:not(:first-child) {
	margin-top: 5px;
}

/* Numeric list */
.feature-list.numeric-list .box-icon {
	position: relative;
	float: left;
	width: 32px;
	height: 32px;
	background-color: #ffc529;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	margin-top: 0;
}
.feature-list.numeric-list .box-icon.secondary-color-bg {
	background-color: #ffc529;
}
.feature-list.numeric-list .box-icon.primary-color-bg {
	background-color: rgba(38, 127, 253, 0.07); /* #267ffd */
	border: 1px solid rgba(38, 127, 253, 0.15); /* #267ffd */
}
.feature-list.numeric-list .box-icon.extra-color-bg {
	background-color: #00cd69;
}
.feature-list.numeric-list .box-icon i,
.feature-list.check-list .box-icon i,
.feature-list.arrow-list .box-icon i {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	line-height: 1;
}
.feature-list.numeric-list .box-icon i {
	/*color: #fff;*/
}
.feature-list.numeric-list .box-icon .number {
	top: 0;
	left: 0;
	width: 100%;
	/*font: 700 19px/37px Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
}
.feature-list.numeric-list .box-text {
	margin-left: 54px;
}

/* Check list */
.feature-list.check-list .box-icon {
	position: relative;
	float: left;
	width: 37px;
	height: 37px;
	border: 1px solid #ffc529;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	margin-top: 5px;
}
.feature-list.check-list .box-icon.secondary-color-bg {
	border-color: #ffc529;
}
.feature-list.check-list .box-icon i,
.feature-list.check-list .box-icon.secondary-color-bg i {
	color: #e5b225;
}
.feature-list.check-list .box-icon.primary-color-bg {
	border-color: rgba(11, 37, 75, 0.5); /* #0b254b */
}
.feature-list.check-list .box-icon.primary-color-bg i {
	color: rgba(11, 37, 75, 0.5); /* #0b254b */
}
.feature-list.check-list .box-icon .fa { /* vector icons - Font Awesome */
	font-size: 18px;
	margin-top: -9px;
	margin-left: -11px; /* 23px - fixed width (.fa-fw) */
}
.feature-list.check-list .box-icon .ion { /* vector icons - Ionicons */
	font-size: 19px;
	margin-top: -10px;
	margin-left: -10px; /* 23px - fixed width (.ion-fw) */
}
.feature-list.check-list .box-text {
	margin-left: 50px;
}
.feature-list.check-list .box-text p {
	line-height: 1.5;
}
.feature-list.check-list .box-text h4 + p:first-of-type:last-child,
.feature-list.check-list .box-text h5 + p:first-of-type:last-child,
.feature-list.check-list .box-text h6 + p:first-of-type:last-child {
	margin-top: 5px;
}

/* Arrow list */
.feature-list.arrow-list .box-icon {
	position: relative;
	float: left;
	left: -6px;
	width: 26px;
	height: 22px;
	margin-top: 7px;
}
.feature-list.arrow-list .box-icon i,
.feature-list.arrow-list .box-icon.extra-color i {
	color: #ed5f4a;
}
.feature-list.arrow-list .box-icon.primary-color i {
	color: rgba(255, 197, 41, 0.35); /* #ffc529 */
}
.feature-list.arrow-list .box-icon.secondary-color i {
	color: #e5b225;
}
.feature-list.arrow-list .box-icon .fa { /* vector icons - Font Awesome */
	font-size: 20px;
	margin-top: -10px;
	margin-left: -13px; /* 26px - fixed width (.fa-fw) */
}
.feature-list.arrow-list .box-icon .ion { /* vector icons - Ionicons */
	font-size: 22px;
	margin-top: -11px;
	margin-left: -13px; /* 26px - fixed width (.ion-fw) */
}
.feature-list.arrow-list .box-text {
	margin-left: 28px;
}
.feature-list.arrow-list .box-text h4 {
	margin-top: -4px;
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 1520px) {
	
	/* small column space */
	.feature-list.small-col-space {
		margin: 0 -10px;
	}
	.feature-list.small-col-space article {
		margin-left: 10px;
		margin-right: 10px;
	}

	/* medium column space */
	.feature-list.medium-col-space {
		margin: 0 -15px;
	}
	.feature-list.medium-col-space article {
		margin-left: 15px;
		margin-right: 15px;
	}
	
}
@media (min-width: 1200px) and (max-width: 1519px) {
	.feature-list.small-col-space {
		margin: 0 -7px;
	}
	.feature-list.small-col-space article {
		margin-left: 7px;
		margin-right: 7px;
	}
	.feature-list.medium-col-space {
		margin: 0 -10px;
	}
	.feature-list.medium-col-space article {
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.feature-list.small-col-space {
		margin: 0 -3px;
	}
	.feature-list.small-col-space article {
		margin-left: 3px;
		margin-right: 3px;
	}
	.feature-list.medium-col-space {
		margin: 0 -5px;
	}
	.feature-list.medium-col-space article {
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media (max-width: 991px) {
	.feature-list article h4 {
		font-size: 25px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	/* 2/3 columns >> 1 column */
	.feature-list .col-sm-12.col-md-6 article,
	.feature-list .col-sm-12.col-md-4 article {
		margin-top: 30px !important;
	}
	.feature-list .row:first-child .col-sm-12.col-md-6:first-child article,
	.feature-list .row:first-child .col-sm-12.col-md-4:first-child article {
		margin-top: 0 !important;
	}
}
@media (max-width: 767px) {
	.feature-list .row:first-child article {
		margin-top: 30px;
	}
	.feature-list .row:first-child .columns:first-child article {
		margin-top: 0;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	11. Round Thumbnails
/*-----------------------------------------------------------------------------------*/

.round-thumbnails {
	text-align: center;
}
.round-thumbnails figure {
	display: inline-block;
	margin-left: -28px;
	line-height: 0;
}
.round-thumbnails figure:first-child {
	margin-left: 0;
}
.round-thumbnails figure:nth-child(even) {
	position: relative;
	z-index: 2;
}
.round-thumbnails img {
	width: 180px;
	height: 180px;
	border: 4px solid #e6e9ed;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
	.round-thumbnails figure {
		margin-left: -22px;
	}
	.round-thumbnails img {
		width: 140px;
		height: 140px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.round-thumbnails figure {
		margin-left: -19px;
	}
	.round-thumbnails img {
		width: 120px;
		height: 120px;
	}
}
@media (max-width: 479px) {
	.round-thumbnails figure {
		margin-left: -18px;
	}
	.round-thumbnails img {
		width: 105px;
		height: 105px;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	12. Carousel Plugin
/*-----------------------------------------------------------------------------------*/

.owl-carousel.picture-boxes article,
.owl-carousel.icon-boxes article {
	margin-top: 0 !important;
}
.owl-carousel.picture-boxes .owl-item img {
	display: inline;
	width: auto;
}
.owl-carousel.picture-boxes.top-picture-box .box-text {
	margin-top: 20px;
}
.owl-carousel.picture-boxes .box-text .title + .sub {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #666;
	margin-top: 3px;
}

/* dots navigation */
.owl-carousel.owl-theme .owl-dots,
.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin: 20px 0 -9px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: rgba(11, 37, 75, 0.5); /* #0b254b */
}

/* next/prev buttons */
.owl-carousel.owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -47px;
}
.owl-carousel.owl-theme[data-dots="false"] .owl-nav {
	margin-top: -22px;
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
	position: absolute;
	width: 44px;
	height: 44px;
	line-height: 1;
	margin: 0;
	padding: 0;
	background-color: #e5e5e5;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transition: all 0.15s ease;
	     -o-transition: all 0.15s ease;
	        transition: all 0.15s ease;
	opacity: 0.7;
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: #eee;
	opacity: 1;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
	left: -35px;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
	right: -35px;
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"]::before {
	display: block;
	font-family: Ionicons;
	font-size: 28px;
	line-height: 1;
	color: rgba(11, 37, 75, 0.5); /* #0b254b */
	margin-top: 6px;
}
.owl-carousel.owl-theme .owl-nav .owl-prev::before {
	content: "\f3cf";
}
.owl-carousel.owl-theme .owl-nav .owl-next::before {
	content: "\f3d1";
}

/* Image Slider
--------------------------------------------------- */

/* dots navigation */
.owl-carousel.image-slider .owl-dots {
    position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 15px 3px 0;
}
.owl-carousel.image-slider .owl-nav.disabled + .owl-dots {
	margin: 0 15px 3px 0;
}
.owl-carousel.image-slider .owl-dots .owl-dot span {
	background: none;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
}
.owl-carousel.image-slider .owl-dots .owl-dot.active span,
.owl-carousel.image-slider .owl-dots .owl-dot:hover span {
    background: #fff !important;
}

/* next/prev buttons */
.owl-carousel.image-slider .owl-nav,
.owl-carousel.image-slider[data-dots="false"] .owl-nav {
	margin-top: -36px;
}
.owl-carousel.image-slider .owl-nav [class*="owl-"] {
	width: 36px;
	height: 72px;
	background-color: rgba(0, 0, 0, 0.3);
	border: none;
	-webkit-transition: opacity 0.3s, background 0.15s;
	     -o-transition: opacity 0.3s, background 0.15s;
	        transition: opacity 0.3s, background 0.15s;
}
.owl-carousel.image-slider .owl-stage-outer:hover + .owl-nav [class*="owl-"] {
	opacity: 1;
}
.owl-carousel.image-slider .owl-nav [class*="owl-"]:hover {
	background-color: rgba(255, 197, 41, 0.3); /* #ffc529 */
}
.owl-carousel.image-slider .owl-nav .owl-prev {
	left: 0 !important;
	-webkit-border-radius: 0 36px 36px 0;
	        border-radius: 0 36px 36px 0;
}
.owl-carousel.image-slider .owl-nav .owl-next {
	right: 0 !important;
	-webkit-border-radius: 36px 0 0 36px;
	        border-radius: 36px 0 0 36px;
}
.owl-carousel.image-slider .owl-nav [class*="owl-"]::before {
	position: relative;
	color: #fff !important;
	margin-top: 22px;
}
.owl-carousel.image-slider .owl-nav .owl-prev::before {
	left: -2px;
}
.owl-carousel.image-slider .owl-nav .owl-next::before {
	left: 2px;
}

/* captions */
.image-slider .slide .item-label {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	margin-top: 0;
	padding: 5px 12px;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	text-align: left;
	cursor: default;
	z-index: 15;
}

/* Feature slider */
.widget-image-slider.feature-slider {
	padding-right: 1px;
	border: 2px solid #00cd69;
}
.widget-image-slider.feature-slider .image-slider .owl-dots .owl-dot span {
	border: 2px solid #00cd69;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.widget-image-slider.feature-slider .image-slider .owl-dots .owl-dot.active span,
.widget-image-slider.feature-slider .image-slider .owl-dots .owl-dot:hover span {
    background: #00cd69 !important;
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 1200px) {
	.owl-carousel.icon-boxes.left-icon-box[data-items="2"] article h5 { /* 2 visible items */
		font-size: 26px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.owl-carousel.owl-theme .owl-nav .owl-prev {
		left: -15px;
	}
	.owl-carousel.owl-theme .owl-nav .owl-next {
		right: -15px;
	}
}
@media (max-width: 767px) {
	.owl-carousel.owl-theme .owl-nav .owl-prev {
		left: -15px;
	}
	.owl-carousel.owl-theme .owl-nav .owl-next {
		right: -15px;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	13. Info Box
/*-----------------------------------------------------------------------------------*/

/* White (or transparent) background */
.info-box .info-media + .info-text,
.info-box.shadow .info-media + .info-text {
	padding-top: 25px;
}
.info-box .info-text > p:last-child,
.info-box .info-text > ul:last-child,
.info-box .info-text > ol:last-child,
.info-box .info-text > blockquote:last-child {
	margin-bottom: 0;
}
.info-box.shadow {
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 5px 5px 40px -10px rgba(0, 0, 0, 0.2);
	        box-shadow: 5px 5px 40px -10px rgba(0, 0, 0, 0.2);
}
.info-box.shadow .info-text {
	padding: 35px 30px 40px;
}
.info-box .info-text .button-std {
	max-width: 100%;
	overflow: hidden;
}
.info-box .info-text .button-std.button-medium {
	border-width: 1px;
}

.info-box.info-sign::before,
.info-box.quote-sign::before {
	position: absolute;
	display: block;
	left: -15px;
	top: -15px;
	width: 50px;
	height: 50px;
	font-family: FontAwesome;
	color: rgba(255, 197, 41, 0.5); /* #ffc529 */
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.info-box.info-sign::before {
	padding-left: 5px;
	content: "\f129";
	font-size: 30px;
	line-height: 54px;
}
.info-box.quote-sign::before {
	padding-left: 1px;
	content: "\f10d";
	font-size: 27px;
	line-height: 50px;
}

/* Pinstriped background */
.info-box.pinstriped-bg {
	background: url(../images/backgrounds/pinstriped-bg.png) repeat left top;
}
.info-box.pinstriped-bg .info-text {
	padding: 40px 40px 50px;
}
.info-box.pinstriped-bg .info-media + .info-text {
	padding-top: 35px;
}
.info-box.pinstriped-bg.shadow {
	-webkit-box-shadow: 45px 45px 44px -16px rgba(0, 0, 0, 0.12);
			box-shadow: 45px 45px 44px -16px rgba(0, 0, 0, 0.12);
}

/* Primary color background,
   Primary color dark background
*/
.info-box.primary-color-bg {
	position: relative;
	padding: 80px;
	background-color: #267ffd;
	background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0));
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0));
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: 2px 10px 25px rgba(11, 37, 75, 0.1);
	        box-shadow: 2px 10px 25px rgba(11, 37, 75, 0.1); /* #0b254b */
}
.info-box.primary-color-dark-bg {
	position: relative;
	padding: 80px;
	background-color: #0b254b;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: 2px 10px 25px rgba(11, 37, 75, 0.1);
	        box-shadow: 2px 10px 25px rgba(11, 37, 75, 0.1); /* #0b254b */
}
.info-box.primary-color-bg::before,
.info-box.primary-color-dark-bg::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/backgrounds/ripple-bg.svg) no-repeat right -32px bottom;
	content: "";
}
.info-box.primary-color-bg .info-text,
.info-box.primary-color-dark-bg .info-text {
	position: relative;
	z-index: 1;
	padding: 0;
}
.info-box.primary-color-bg .info-text h2,
.info-box.primary-color-dark-bg .info-text h2 {
	margin-bottom: 25px;
}

/* Primary color pale background */
.info-box.primary-color-pale-bg {
	background-color: #f4f8ff;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
.info-box.primary-color-pale-bg .info-text {
	padding: 40px 65px;
}

/* Secondary color pale background */
.info-box.secondary-color-pale-bg { /* added */
	position: relative;
	background-color: #faf7f0; /* hsb(44, 4, 98) */
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: rgba(255, 197, 41, 0.25) 0px 0px 3px 1px inset;
	        box-shadow: rgba(255, 197, 41, 0.25) 0px 0px 3px 1px inset;
}
.info-box.secondary-color-pale-bg .info-text {
	padding: 50px 40px;
}
.info-box.secondary-color-pale-bg .info-text p {
	color: #3d2f09; /* hsb(44, 85, 24) */
	letter-spacing: 1px;
}

/* in the bottom stripe */
.stripe-bottom .info-box .actions {
	position: relative;
	z-index: 2;
}
.stripe-bottom .info-box .actions .button-std:first-child {
	color: #0b254b;
	background: rgba(255, 255, 255, 0.9);
}
.stripe-bottom .info-box .actions .button-std:first-child::before {
	color: #fff;
	background: #267ffd;
}
.stripe-bottom .info-box .actions .button-std:first-child:hover {
	color: #fff;
}
.stripe-bottom .info-box .actions .button-std + .button-std {
	background: rgba(255, 255, 255, 0.15);
	margin-left: 7px;
}
.stripe-bottom .info-box .actions .button-std + .button-std::before {
	background: rgba(255, 255, 255, 0.1);
}
.stripe-bottom .info-box .subscription-form,
.stripe-bottom .info-box .mc4wp-form {
	position: relative;
	z-index: 2;
}
.stripe-bottom.bottom-form .info-box .info-text .slogan-text {
	margin-bottom: 20px;
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 1200px) {
	.stripe-bottom.bottom-slogan .info-box {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		justify-content: space-between;
	}
	.stripe-bottom.bottom-slogan .info-box .info-text {
		-ms-flex: 1 1 0;
		    flex: 1 1 0;
		margin-right: 30px;
	}
	.stripe-bottom.bottom-slogan .info-box .actions {
		align-self: center;
	}
}
@media (max-width: 1199px) {
	.stripe-bottom.bottom-slogan .info-box .info-text .slogan-text {
		margin-bottom: 35px;
	}
}
@media (max-width: 991px) {
	.info-box.primary-color-bg,
	.info-box.primary-color-dark-bg {
		padding: 60px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.col-sm-12 .widget-info-box {
		max-width: 600px; /* the width is limited to 600px */
		margin-left: auto;
		margin-right: auto;
	}
	.col-sm-12 .info-box.pinstriped-bg.shadow {
		-webkit-box-shadow: 35px 35px 22px -24px rgba(0, 0, 0, 0.12);
			    box-shadow: 35px 35px 22px -24px rgba(0, 0, 0, 0.12);
	}
}
@media (max-width: 767px) {
	.widget-info-box {
		max-width: 540px; /* the width is limited to 540px */
		margin-left: auto;
		margin-right: auto;
	}
	.info-box.shadow,
	.info-box.pinstriped-bg.shadow {
		-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
		        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
	}
	.info-box.shadow:not(.pinstriped-bg) {
		background-color: #fafafa;
	}
}
@media (max-width: 570px) {
	.stripe-bottom.bottom-slogan .info-box,
	.stripe-bottom.bottom-form .info-box {
		text-align: center;
	}
}
@media (max-width: 479px) {
	.info-box.pinstriped-bg .info-text {
		padding: 40px 30px 45px;
	}
	
	.info-box.primary-color-bg,
	.info-box.primary-color-dark-bg {
		padding: 40px;
	}
	.stripe-bottom .info-box .actions .button-std {
		display: block;
	}
	.stripe-bottom .info-box .actions .button-std + .button-std {
		margin-left: 0;
		margin-top: 15px;
	}
}
@media (max-width: 360px) {
	.info-box.primary-color-bg,
	.info-box.primary-color-dark-bg {
		padding: 30px;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	14. Standard Gallery
/*-----------------------------------------------------------------------------------*/

.gallery-standard {
	margin: -5px;
}
.gallery-standard.wide-col-space {
	margin: -15px;
}
.gallery-2-cols .gallery-item {
	width: 50%;
}
.gallery-3-cols .gallery-item {
	width: 33.33333333%;
}
.gallery-4-cols .gallery-item {
	width: 25%;
}
.gallery-5-cols .gallery-item {
	width: 20%;
}
.gallery-6-cols .gallery-item {
	width: 16.66666667%;
}
.gallery-7-cols .gallery-item {
	width: 14.28571429%;
}
.gallery-8-cols .gallery-item {
	width: 12.5%;
}
.gallery-item {
	position: relative;
	float: left;
	padding: 5px;
}
.gallery-standard.wide-col-space .gallery-item {
	padding: 15px;
}
.gallery-standard.wide-col-space.image-shadow .gallery-item img {
	-webkit-box-shadow: 0 0 3px rgba(11, 37, 75, 0.3);
	        box-shadow: 0 0 3px rgba(11, 37, 75, 0.3); /* #0b254b */
}
.gallery-item .item-label {
	position: absolute;
	display: block;
	left: 5px;
	bottom: 5px;
	margin: 0 5px 0 0;
	padding: 3px 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.25);
	cursor: default;
	-webkit-transition: opacity 0.2s ease-out;
	     -o-transition: opacity 0.2s ease-out;
	        transition: opacity 0.2s ease-out;
	z-index: 15;
}
.gallery-standard.wide-col-space .gallery-item .item-label {
	left: 15px;
	bottom: 15px;
}
.gallery-item .overlay-enabled + .item-label {
	opacity: 0;
}
.gallery-item .overlay-disabled + .item-label {
	left: auto !important;
	right: 5px;
	margin: 0 0 0 5px;
	padding: 5px 15px;
	background-color: rgba(38, 127, 253, 0.7); /* #267ffd */
	font-weight: 600;
	text-align: right;
}
.gallery-standard.wide-col-space .gallery-item .overlay-disabled + .item-label {
	right: 15px;
	margin: 0 0 0 15px;
}
.gallery-item .overlay-disabled + .item-label span {
	font-weight: 300;
}
.gallery-item:hover .item-label,
.gallery-item:hover .overlay-enabled .image-overlay {
	opacity: 1;
}

/* Touch-screen devices */
.touch-screen .gallery-item .overlay-enabled + .item-label {
	display: none; 
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 992px) {
	.gallery-item .overlay-disabled + .item-label {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.gallery-item .overlay-disabled + .item-label span {
		display: block;
	}
	.gallery-item .overlay-disabled + .item-label .comma {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	/* 2 columns >> 4 columns */
	.col-sm-12.col-md-3 .gallery-2-cols .gallery-item,
	.col-sm-12.col-md-4 .gallery-2-cols .gallery-item {
		width: 25%;
	}
	/* 2 columns >> 3 columns */
	.col-sm-12.col-md-5 .gallery-2-cols .gallery-item {
		width: 33.33333333%;
	}
	
	/* 3 columns >> 5 columns */
	.col-sm-12.col-md-4 .gallery-3-cols .gallery-item {
		width: 20%;
	}
	/* 3 columns >> 4 columns */
	.col-sm-12.col-md-5 .gallery-3-cols .gallery-item {
		width: 25%;
	}
	/* 3 columns >> 2 columns */
	.col-sm-4 .gallery-3-cols .gallery-item,
	.col-sm-5 .gallery-3-cols .gallery-item {
		width: 50%;
	}
	
	/* 4 columns >> 5 columns */
	.col-sm-12.col-md-5 .gallery-4-cols .gallery-item {
		width: 20%;
	}
	/* 4 columns >> 3 columns */
	.col-sm-5 .gallery-4-cols .gallery-item,
	.col-sm-6 .gallery-4-cols .gallery-item {
		width: 33.33333333%;
	}
	
	/* 5 columns >> 3 columns */
	.col-sm-6 .gallery-5-cols .gallery-item {
		width: 33.33333333%;
	}
	/* 5 columns >> 4 columns */
	.col-sm-7 .gallery-5-cols .gallery-item,
	.col-sm-8 .gallery-5-cols .gallery-item {
		width: 25%;
	}
	
	/* 6 columns >> 4 columns */
	.col-sm-7 .gallery-6-cols .gallery-item,
	.col-sm-8 .gallery-6-cols .gallery-item {
		width: 25%;
	}
	
	/* 7 columns >> 6 columns */
	.gallery-7-cols .gallery-item {
		width: 16.66666667%;
	}
	/* 7 columns >> 5 columns */
	.col-sm-8 .gallery-7-cols .gallery-item {
		width: 20%;
	}
	
	/* 8 columns >> 6 columns */
	.gallery-8-cols .gallery-item {
		width: 16.66666667%;
	}
	/* 8 columns >> 5 columns */
	.col-sm-9 .gallery-8-cols .gallery-item {
		width: 20%;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	/* 2 columns >> 4 columns */
	.col-md-3 .gallery-2-cols .gallery-item,
	.col-sm-3 .gallery-2-cols .gallery-item,
	.col-md-4 .gallery-2-cols .gallery-item,
	.col-sm-4 .gallery-2-cols .gallery-item {
		width: 25%;
	}
	/* 2 columns >> 3 columns */
	.col-md-5 .gallery-2-cols .gallery-item,
	.col-sm-5 .gallery-2-cols .gallery-item {
		width: 33.33333333%;
	}
	
	/* 3 columns >> 2 columns */
	.gallery-3-cols .gallery-item {
		width: 50%;
	}
	/* 3 columns >> 5 columns */
	.col-md-4 .gallery-3-cols .gallery-item,
	.col-sm-4 .gallery-3-cols .gallery-item {
		width: 20%;
	}
	/* 3 columns >> 4 columns */
	.col-md-5 .gallery-3-cols .gallery-item,
	.col-sm-5 .gallery-3-cols .gallery-item {
		width: 25%;
	}
	/* 3 columns */
	.col-md-6 .gallery-3-cols .gallery-item,
	.col-sm-6 .gallery-3-cols .gallery-item,
	.col-md-7 .gallery-3-cols .gallery-item,
	.col-sm-7 .gallery-3-cols .gallery-item,
	.col-md-8 .gallery-3-cols .gallery-item,
	.col-sm-8 .gallery-3-cols .gallery-item,
	.col-md-9 .gallery-3-cols .gallery-item,
	.col-sm-9 .gallery-3-cols .gallery-item {
		width: 33.33333333%;
	}
	
	/* 4 columns >> 3 columns */
	.gallery-4-cols .gallery-item {
		width: 33.33333333%;
	}
	/* 4 columns >> 5 columns */
	.col-md-5 .gallery-4-cols .gallery-item,
	.col-sm-5 .gallery-4-cols .gallery-item {
		width: 20%;
	}
	/* 4 columns */
	.col-md-6 .gallery-4-cols .gallery-item,
	.col-sm-6 .gallery-4-cols .gallery-item,
	.col-md-7 .gallery-4-cols .gallery-item,
	.col-sm-7 .gallery-4-cols .gallery-item,
	.col-md-8 .gallery-4-cols .gallery-item,
	.col-sm-8 .gallery-4-cols .gallery-item,
	.col-md-9 .gallery-4-cols .gallery-item,
	.col-sm-9 .gallery-4-cols .gallery-item {
		width: 25%;
	}
	.gallery-4-cols.wide-col-space .gallery-item {
		width: 25%;
	}
	
	/* 5 columns >> 4 columns */
	.gallery-5-cols .gallery-item {
		width: 25%;
	}
	/* 5 columns */
	.col-md-6 .gallery-5-cols .gallery-item,
	.col-sm-6 .gallery-5-cols .gallery-item,
	.col-md-7 .gallery-5-cols .gallery-item,
	.col-sm-7 .gallery-5-cols .gallery-item,
	.col-md-8 .gallery-5-cols .gallery-item,
	.col-sm-8 .gallery-5-cols .gallery-item,
	.col-md-9 .gallery-5-cols .gallery-item,
	.col-sm-9 .gallery-5-cols .gallery-item {
		width: 20%;
	}
	
	/* 6 columns >> 4 columns */
	.gallery-6-cols .gallery-item {
		width: 25%;
	}
	/* 6 columns >> 5 columns */
	.col-md-7 .gallery-6-cols .gallery-item,
	.col-sm-7 .gallery-6-cols .gallery-item,
	.col-md-8 .gallery-6-cols .gallery-item,
	.col-sm-8 .gallery-6-cols .gallery-item,
	.col-md-9 .gallery-6-cols .gallery-item,
	.col-sm-9 .gallery-6-cols .gallery-item {
		width: 20%;
	}
	
	/* 7 columns >> 5 columns */
	.gallery-7-cols .gallery-item {
		width: 20%;
	}
	
	/* 8 columns >> 5 columns */
	.gallery-8-cols .gallery-item {
		width: 20%;
	}
}
@media (max-width: 479px) {
	.gallery-2-cols,
	.gallery-3-cols {
		max-width: 370px; /* the width is limited to 370px */
		margin-left: auto;
		margin-right: auto;
	}
	/* 2-3 columns >> 1 column */
	.gallery-2-cols .gallery-item,
	.gallery-3-cols .gallery-item {
		width: 100%;
	}
	
	.col-md-3 .gallery-2-cols,
	.col-sm-3 .gallery-2-cols,
	.col-md-4 .gallery-2-cols,
	.col-sm-4 .gallery-2-cols,
	.col-md-5 .gallery-2-cols,
	.col-sm-5 .gallery-2-cols,
	.col-md-4 .gallery-3-cols,
	.col-sm-4 .gallery-3-cols,
	.col-md-5 .gallery-3-cols,
	.col-sm-5 .gallery-3-cols,
	.col-md-6 .gallery-3-cols,
	.col-sm-6 .gallery-3-cols,
	.col-md-7 .gallery-3-cols,
	.col-sm-7 .gallery-3-cols,
	.col-md-8 .gallery-3-cols,
	.col-sm-8 .gallery-3-cols,
	.col-md-9 .gallery-3-cols,
	.col-sm-9 .gallery-3-cols {
		max-width: none;
		margin-right: -5px;
		margin-left: -5px;
	}
	/* 3 columns */
	.col-md-3 .gallery-2-cols .gallery-item,
	.col-sm-3 .gallery-2-cols .gallery-item,
	.col-md-4 .gallery-3-cols .gallery-item,
	.col-sm-4 .gallery-3-cols .gallery-item,
	.col-md-5 .gallery-3-cols .gallery-item,
	.col-sm-5 .gallery-3-cols .gallery-item {
		width: 33.33333333%;
	}
	/* 3 columns >> 2 columns */
	.col-md-4 .gallery-2-cols .gallery-item,
	.col-sm-4 .gallery-2-cols .gallery-item,
	.col-md-5 .gallery-2-cols .gallery-item,
	.col-sm-5 .gallery-2-cols .gallery-item,
	.col-md-6 .gallery-3-cols .gallery-item,
	.col-sm-6 .gallery-3-cols .gallery-item,
	.col-md-7 .gallery-3-cols .gallery-item,
	.col-sm-7 .gallery-3-cols .gallery-item,
	.col-md-8 .gallery-3-cols .gallery-item,
	.col-sm-8 .gallery-3-cols .gallery-item,
	.col-md-9 .gallery-3-cols .gallery-item,
	.col-sm-9 .gallery-3-cols .gallery-item {
		width: 50%;
	}
	
	/* 4 columns >> 2 columns */
	.gallery-4-cols .gallery-item {
		width: 50%;
	}
	/* 4 columns >> 3 columns */
	.col-md-5 .gallery-4-cols .gallery-item,
	.col-sm-5 .gallery-4-cols .gallery-item,
	.col-md-6 .gallery-4-cols .gallery-item,
	.col-sm-6 .gallery-4-cols .gallery-item,
	.col-md-7 .gallery-4-cols .gallery-item,
	.col-sm-7 .gallery-4-cols .gallery-item,
	.col-md-8 .gallery-4-cols .gallery-item,
	.col-sm-8 .gallery-4-cols .gallery-item {
		width: 33.33333333%;
	}
	
	/* 5 columns >> 2 columns */
	.gallery-5-cols .gallery-item {
		width: 50%;
	}
	/* 5 columns >> 3 columns */
	.col-md-6 .gallery-5-cols .gallery-item,
	.col-sm-6 .gallery-5-cols .gallery-item,
	.col-md-7 .gallery-5-cols .gallery-item,
	.col-sm-7 .gallery-5-cols .gallery-item,
	.col-md-8 .gallery-5-cols .gallery-item,
	.col-sm-8 .gallery-5-cols .gallery-item,
	.col-md-9 .gallery-5-cols .gallery-item,
	.col-sm-9 .gallery-5-cols .gallery-item {
		width: 33.33333333%;
	}
	
	/* 6 columns >> 3 columns */
	.gallery-6-cols .gallery-item {
		width: 33.33333333%;
	}
	
	/* 7 columns >> 3 columns */
	.gallery-7-cols .gallery-item {
		width: 33.33333333%;
	}
	
	/* 8 columns >> 3 columns */
	.gallery-8-cols .gallery-item {
		width: 33.33333333%;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	15. Preview Image List (Image Grid)
/*-----------------------------------------------------------------------------------*/

.preview-image-list.gallery-standard {
	margin: -1px;
	overflow: hidden;
}
.preview-image-list.gallery-standard .gallery-item {
	padding: 1px;
	overflow: hidden;
}
.preview-image-list.gallery-standard .gallery-item .item-label {
	top: 50%;
	bottom: auto;
	left: 1px;
	right: 1px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	     -o-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	line-height: 1.5;
	margin: 0;
	padding: 15px;
	background: none;
	-webkit-transition: opacity 0.2s ease;
	     -o-transition: opacity 0.2s ease;
	        transition: opacity 0.2s ease;
	z-index: 9;
}
.preview-image-list.gallery-standard .gallery-item .image-overlay {
	background: none;
}
.preview-image-list.gallery-standard .gallery-item.has-caption::after {
	position: absolute;
	display: block;
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	background-color: rgba(229, 178, 37, 0.9); /* #e5b225 */
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	     -o-transition: opacity 0.2s ease;
	        transition: opacity 0.2s ease;
	content: "";
}
.preview-image-list.gallery-standard .gallery-item.has-caption:hover::after {
	opacity: 1;
}

/* Touch-screen devices */
.touch-screen .preview-image-list.gallery-standard .gallery-item.has-caption::after {
	display: none;
}
.touch-screen .preview-image-list.gallery-standard .gallery-item.has-caption.label-bg-active::after {
	display: block;
	opacity: 1;
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 1921px) {
	.stripe .container-fluid .preview-image-list.gallery-standard {
		max-width: 1920px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1681px) {
	.preview-image-list.gallery-standard .gallery-item .item-label {
		padding: 25px;
	}
}
@media (min-width: 1200px) {
	.preview-image-list.gallery-standard .gallery-item .item-label {
		font-size: 18px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.stripe .container-fluid .preview-image-list.gallery-7-cols .gallery-item {
		width: 14.28571429%; /* leave 7 columns */
	}
	.preview-image-list.gallery-5-cols .gallery-item .item-label,
	.preview-image-list.gallery-6-cols .gallery-item .item-label,
	.preview-image-list.gallery-7-cols .gallery-item .item-label {
		padding: 10px;
		line-height: 1.25;
	}
}
@media (max-width: 767px) {
	.preview-image-list.gallery-standard .gallery-item .item-label {
		padding: 10px;
		line-height: 1.25;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.stripe .container-fluid .preview-image-list.gallery-3-cols .gallery-item {
		width: 33.33333333%; /* leave 3 columns */
	}
	.stripe .container-fluid .preview-image-list.gallery-4-cols .gallery-item {
		width: 25%; /* leave 4 columns */
	}
	.stripe .container-fluid .preview-image-list.gallery-5-cols .gallery-item {
		width: 33.33333333%; /* 5 columns >> 3 columns */
	}
}


/*-----------------------------------------------------------------------------------*/
/*	16. Testimonials
/*-----------------------------------------------------------------------------------*/

/* Testimonial in sidebar widget
--------------------------------------------------- */
.testimonial-aside {
	position: relative;
	padding: 25px 30px 30px;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
	        box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}
.testimonial-aside::before {
	position: absolute;
	display: block;
	top: -5px;
	left: -30px;
	width: 60px;
	height: 55px;
	text-indent: -15px;
	font: italic 120px/90px Verdana, Geneva, sans-serif;
	color: rgba(11, 37, 75, 0.18); /* #0b254b */
	background-color: #fff;
	content: '"';
}
.testimonial-aside .testimonial-item blockquote {
	font-size: 19px;
	line-height: 1.75;
	border-left: none;
	margin-bottom: 0;
	padding: 0;
}
.testimonial-aside .testimonial-item blockquote p {
	color: rgba(11, 37, 75, 0.5); /* #0b254b */
}
.testimonial-aside .testimonial-item .testimonial-author {
	display: table;
	margin-top: 15px;
}
.testimonial-aside .testimonial-item .author-image {
	display: table-cell;
	width: 75px;
	vertical-align: middle;
}
.testimonial-aside .testimonial-item .author-image img {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.testimonial-aside .testimonial-item .author-image span { /* placeholder for the author's photo */
	display: block;
	width: 60px;
	height: 60px;
	background-color: rgba(11, 37, 75, 0.5); /* #0b254b */
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.testimonial-aside .testimonial-item .author-image i {
	display: block;
	font-size: 36px;
	line-height: 60px;
	color: #fff;
	text-align: center;
}
.testimonial-aside .testimonial-item .author-info {
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}
.testimonial-aside .testimonial-item .author-info span {
	font-style: italic;
	color: #909090;
}

/* Testimonial - main style 1
--------------------------------------------------- */
.testimonial-main-style-1 {
	position: relative;
}
.testimonial-main-style-1 .testimonial-item {
	padding-left: 280px;
}
.testimonial-main-style-1 .testimonial-item .testimonial-text {
	position: relative;
	z-index: 2;
	background: url(../images/icons/quotation-mark.png) no-repeat left top;
	background-size: 42px 35px;
	padding-top: 50px;
}
.testimonial-main-style-1 .testimonial-item .testimonial-text p {
	font-size: 26px;
	color: #0b254b;
	font-weight: 600;
	margin-bottom: 0;
}
.testimonial-main-style-1 .testimonial-item .testimonial-author {
	
}
.testimonial-main-style-1 .testimonial-item .author-image {
	position: absolute;
	top: 0;
	left: 0;
}
.testimonial-main-style-1 .testimonial-item .author-image::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 180px;
	background-color: #ffe294;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	content: "";
}
.testimonial-main-style-1 .testimonial-item .author-image figure {
	position: relative;
	top: 120px;
	left: 110px;
}
.testimonial-main-style-1 .testimonial-item .author-image img {
	width: 120px;
	height: 120px;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
.testimonial-main-style-1 .testimonial-item .author-image::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 180px;
	background: url(../images/icons/feedback-stars.svg) no-repeat center center;
	content: "";
}
.testimonial-main-style-1 .testimonial-item .author-image span { /* placeholder for the author's photo */
	position: relative;
	display: block;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
	background-color: #fff;
	background-image: -webkit-linear-gradient(left, rgba(11, 37, 75, 0.3), rgba(11, 37, 75, 0.3));
	background-image: -o-linear-gradient(left, rgba(11, 37, 75, 0.3), rgba(11, 37, 75, 0.3));
	background-image: linear-gradient(to right, rgba(11, 37, 75, 0.3), rgba(11, 37, 75, 0.3)); /* #0b254b */
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
.testimonial-main-style-1 .testimonial-item .author-image i {
	display: block;
	font-size: 64px;
	line-height: 120px;
	color: #fff;
	text-align: center;
}
.testimonial-main-style-1 .testimonial-item .author-info {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
	margin: 25px 0 0;
}
.testimonial-main-style-1 .testimonial-item .author-info strong {
	font-weight: inherit;
}
.testimonial-main-style-1 .testimonial-item .author-info span {
	display: block;
	color: #666;
}
.testimonial-main-style-1.author-info-inline .testimonial-item .author-info span {
	display: inline;
	color: inherit;
}
.testimonial-main-style-1.author-info-inline .testimonial-item .author-info strong:not(:last-child)::after {
	content: ", ";
	font-weight: normal;
}
.testimonial-main-style-1 .testimonial-item .author-info span a {
	
}
.testimonial-main-style-1 .testimonial-item .author-info span a:hover {
	
}

/* Slider controls
--------------------------------------------------- */
.testimonial-slider {
	min-height: 10px;
}
.testimonial-slider .testimonial-item {
	display: none;
}
.testimonial-slider .testimonial-item:first-of-type {
	display: block;
}
.testimonial-main-style-1 .cycle-pager {
	position: relative;
	margin: 40px 0 -10px;
	line-height: 0;
	text-align: center;
}
.testimonial-main-style-1 .cycle-pager .paging-control {
	display: inline-block;
}
.testimonial-main-style-1 .cycle-pager span {
    display: block;
	width: 8px;
	height: 8px;
	float: left;
	font-size: 0;
	line-height: 0;
	background-color: #e6e9ed;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	margin: 7px;
	cursor: pointer;
}
.testimonial-main-style-1 .cycle-pager span.cycle-pager-active {
	background-color: #0b254b;
}
[class*="testimonial-main-style-"] .cycle-prev,
[class*="testimonial-main-style-"] .cycle-next {
	display: inline-block;
	padding: 6px 10px;
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition: opacity 0.15s ease, background-color 0.3s ease;
	     -o-transition: opacity 0.15s ease, background-color 0.3s ease;
	        transition: opacity 0.15s ease, background-color 0.3s ease;
}
.testimonial-main-style-1 .cycle-prev {
	margin-right: 20px;
}
.testimonial-main-style-1 .cycle-next {
	margin-left: 20px;
}
[class*="testimonial-main-style-"] .cycle-prev:hover,
[class*="testimonial-main-style-"] .cycle-next:hover {
	opacity: 1;
}
[class*="testimonial-main-style-"] .cycle-pager .fa { /* vector icons - Font Awesome */
	font-size: 24px;
	line-height: 1;
	color: rgba(11, 37, 75, 0.5); /* #0b254b */
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 1520px) {
	.testimonial-main-style-1 .testimonial-item .testimonial-text p {
		font-size: 27px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.testimonial-aside::before {
		left: -25px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.testimonial-aside::before {
		left: -20px;
	}
	.testimonial-main-style-1 .testimonial-item {
		padding-left: 225px;
	}
	.testimonial-main-style-1 .testimonial-item .testimonial-text {
		background-size: 36px 30px;
		padding-top: 44px;
	}
	.testimonial-main-style-1 .testimonial-item .testimonial-text p {
		font-size: 24px;
	}
	.testimonial-main-style-1 .testimonial-item .author-image::before {
		width: 150px;
		height: 150px;
	}
	.testimonial-main-style-1 .testimonial-item .author-image figure {
		top: 100px;
		left: 90px;
	}
	.testimonial-main-style-1 .testimonial-item .author-image img {
		width: 100px;
		height: 100px;
	}
	.testimonial-main-style-1 .testimonial-item .author-image::after {
		width: 150px;
		height: 150px;
		background-size: 120px 35px;
	}
	.testimonial-main-style-1 .testimonial-item .author-image span { /* placeholder for the author's photo */
		width: 100px;
		height: 100px;
	}
	.testimonial-main-style-1 .testimonial-item .author-image i {
		font-size: 54px;
		line-height: 100px;
	}
}
@media (max-width: 767px) {
	.testimonial-aside::before {
		left: -8px;
		width: 48px;
		height: 46px;
		text-indent: -15px;
		font-size: 100px;
		line-height: 75px;
	}
	.testimonial-main-style-1 .testimonial-item {
		padding-left: 0;
	}
	.testimonial-main-style-1 .testimonial-item .testimonial-text {
		background-size: 36px 30px;
		background-position: center top 180px;
		padding-top: 220px;
		text-align: center;
	}
	.testimonial-main-style-1 .testimonial-item .testimonial-text p {
		font-size: 22px;
	}
	.testimonial-main-style-1 .testimonial-item .author-image {
		left: 50%;
		margin-left: -55px;
	}
	.testimonial-main-style-1 .testimonial-item .author-image::before {
		width: 110px;
		height: 110px;
	}
	.testimonial-main-style-1 .testimonial-item .author-image figure {
		top: 80px;
		left: 15px;
	}
	.testimonial-main-style-1 .testimonial-item .author-image img {
		width: 80px;
		height: 80px;
		-webkit-border-radius: 50%;
	            border-radius: 50%;
	}
	.testimonial-main-style-1 .testimonial-item .author-image::after {
		top: 0;
		left: 0;
		width: 110px;
		height: 110px;
		background-size: 96px 28px;
	}
	.testimonial-main-style-1 .testimonial-item .author-image span { /* placeholder for the author's photo */
		width: 80px;
		height: 80px;
		-webkit-border-radius: 50%;
	            border-radius: 50%;
	}
	.testimonial-main-style-1 .testimonial-item .author-image i {
		font-size: 42px;
		line-height: 80px;
	}
	.testimonial-main-style-1 .testimonial-item .author-info {
		text-align: center;
	}
}
@media (max-width: 360px) {
	.testimonial-main-style-1 .testimonial-item .testimonial-text p {
		font-size: 20px;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	17. Staff
/*-----------------------------------------------------------------------------------*/

.staff .box-text .sub {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #666;
	margin-top: 5px;
}
.staff .box-text .sub:not(:last-child) {
	font-weight: 600;
}

/* Staff member profile
--------------------------------------------------- */
.staff-member-profile .profile-header {
	margin-bottom: 25px;
}
.staff-member-profile .profile-header .title {
	margin-bottom: 0;
}
.staff-member-profile .profile-header .subtitle {
	color: #e5b225;
	font-weight: 400;
	font-style: italic;
	margin: 5px 0 0;
}
.staff-member-profile .profile-header.extended .subtitle {
	margin-top: 10px;
}
.staff-member-profile .profile-header.extended .subtitle + p {
	font-size: 16px;
	font-weight: 400;
	color: #909090;
	margin-top: 5px;
}
.staff-member-profile .profile-header > *:last-child {
	margin-bottom: 0;
}

/* Contact details */
.staff-member-profile .contact-details {
	margin-top: 20px;
}
.staff-member-profile .contact-details > div[class*="contact-"] {
	margin-top: 10px;
}
.staff-member-profile .contact-details > div[class*="contact-"]:first-child {
	margin-top: 0;
}
.staff-member-profile .contact-details > div[class*="contact-"] div {
	line-height: 1.5;
	font-weight: 400;
	margin-left: 32px;
}
.staff-member-profile .contact-email .fa { /* vector icons - Font Awesome */
	float: left;
	font-size: 20px;
	color: rgba(11, 37, 75, 0.36); /* #0b254b */
	margin: 6px 0 0 0;
}
.staff-member-profile .contact-phone .fa {
	float: left;
	font-size: 30px;
	color: rgba(11, 37, 75, 0.36); /* #0b254b */
	margin: 1px 0 0 3px;
}
.staff-member-profile .contact-skype .fa {
	float: left;
	font-size: 24px;
	color: rgba(11, 37, 75, 0.36); /* #0b254b */
	margin: 5px 0 0 0;
}
.staff-member-profile .contact-email a,
.staff-member-profile .contact-phone .phone-number,
.staff-member-profile .contact-skype {
	color: #267ffd;
}
.staff-member-profile .contact-email a:hover,
.staff-member-profile .contact-phone .phone-number:hover {
	color: rgba(11, 37, 75, 0.5); /* #0b254b */
}

.staff-member-profile .fa-icon-list {
	margin-top: 30px;
}
.staff-member-profile .fa-icon-list li a {
	display: block;
	width: 37px;
	height: 37px;
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition: box-shadow 0.15s ease;
	     -o-transition: box-shadow 0.15s ease;
	        transition: box-shadow 0.15s ease;
}
.staff-member-profile .fa-icon-list li a:hover {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
	        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}
.staff-member-profile .fa-icon-list li .fa {
	width: 23px;
	line-height: 37px;
}

/* Profile in popup */
.mfp-content .staff-member-profile .profile-header .subtitle {
	line-height: 1.5;
	margin-top: 0;
}
.mfp-content .staff-member-profile .fa-icon-list li .fa {
	color: #ed5f4a;
}
.mfp-content .staff-member-profile .contact-email a {
	white-space: normal;
	word-wrap: break-word;
}
.mfp-content .staff-member-profile .profile-description p {
	margin-bottom: 25px;
}

/* Profile on single page */
.single-emd_staff .staff-member-profile .contact-details {
	margin-top: 5px;
}
.single-emd_staff .staff-member-profile .fa-icon-list li .fa {
	color: #ed5f4a;
}
.single-emd_staff .staff-member-profile .profile-description {
	margin-top: 65px;
}
.single-emd_staff .staff-member-profile .profile-description p:last-child,
.single-emd_staff .staff-member-profile .profile-description ul:last-child,
.single-emd_staff .staff-member-profile .profile-description ol:last-child,
.single-emd_staff .staff-member-profile .profile-description blockquote:last-child {
	margin-bottom: 0;
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 1200px) {
	/* Profile in popup */
	.mfp-content .staff-member-profile .profile-header.columns,
	.mfp-content .staff-member-profile .profile-description.columns {
		padding-left: 50px;
	}
	
	/* Profile on single page */
	.single-emd_staff .staff-member-profile.has-thumbnail .profile-header .title {
		margin-top: 10px;
	}
}
@media (max-width: 1199px) {
	.staff-member-profile .contact-details > div[class*="contact-"] div {
		font-size: 18px;
		margin-left: 28px;
	}
	.staff-member-profile .contact-email .fa {
		font-size: 18px;
		margin: 5px 0 0 0;
	}
	.staff-member-profile .contact-phone .fa {
		font-size: 27px;
		margin: 0 0 0 3px;
	}
	.staff-member-profile .contact-skype .fa {
		font-size: 22px;
		margin: 4px 0 0 0;
	}
}
@media (min-width: 768px) {
	/* Profile on single page */
	.single-emd_staff .staff-member-profile.has-thumbnail .profile-header.columns {
		float: right;
	}
}
@media (min-width: 992px) {
	/* Profile in popup */
	.mfp-content .staff-member-profile .profile-header.columns {
		float: right;
	}
	.mfp-content .staff-member-profile .profile-info.columns {
		padding-right: 0;
	}
	
	/* Profile on single page */
	.single-emd_staff #page-content.fullwidth-layout .staff-member-profile.has-thumbnail .profile-header.columns,
	.single-emd_staff #page-content.fullwidth-layout .staff-member-profile.has-thumbnail .profile-info.columns {
		padding-left: 35px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	/* Profile in popup */
	.mfp-content .staff-member-profile .profile-header.columns,
	.mfp-content .staff-member-profile .profile-description.columns {
		padding-left: 35px;
	}
	
	/* Profile on single page */
	.single-emd_staff #page-content.fullwidth-layout .staff-member-profile.has-thumbnail .profile-header .title {
		margin-top: 5px;
	}
	.single-emd_staff #page-content.sidebar-layout .staff-member-profile.has-thumbnail .contact-details {
		margin-top: 30px;
	}
}
@media (max-width: 991px) {
	.staff-member-profile .fa-icon-list {
		margin-top: 20px;
	}
	
	/* Profile in popup */
	.mfp-content .staff-member-profile .profile-description.columns {
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	/* Profile on single page */
	.single-emd_staff .staff-member-profile .contact-details {
		margin-top: 30px;
	}
}
@media (max-width: 479px) {
	.staff-member-profile .contact-details > div[class*="contact-"] div {
		font-size: 16px;
		margin-left: 0;
	}
	.staff-member-profile .contact-details > div[class*="contact-"] .fa {
		display: none;
		float: none;
	}
	
	/* Profile in popup */
	.mfp-content .staff-member-profile .profile-header.columns,
	.mfp-content .staff-member-profile .profile-info.columns,
	.mfp-content .staff-member-profile .profile-description.columns {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-content .staff-member-profile .contact-email div {
		margin-right: -15px;
	}
	
	/* Profile on single page */
	.single-emd_staff .staff-member-profile .contact-details {
		margin-top: 25px;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	18. Tabs
/*-----------------------------------------------------------------------------------*/

/* Standard
--------------------------------------------------- */
.tabs .tabs-nav .tabs-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tabs .tabs-nav .tabs-list li {
	display: inline-block;
	font-weight: 700;
	margin: 0 30px 0 0;
}
.tabs .tabs-nav .tabs-list li:last-child {
	margin-right: 0;
}
.tabs .tabs-nav .tabs-list a {
	display: block;
	border-bottom: 2px solid transparent;
}
.tabs .tabs-nav .tabs-list li.active a {
	color: #0b254b;
	border-bottom-color: #ffc529;
}

/* for dark colored background */
.dark-colored-bg .tabs .tabs-nav .tabs-list a {
    color: rgba(11, 37, 75, 0.18); /* #0b254b */
}
.dark-colored-bg .tabs .tabs-nav .tabs-list a:hover {
	color: #fff;
}
.dark-colored-bg .tabs .tabs-nav .tabs-list li.active a {
	color: #fffcf4;
	border-bottom-color: #fffcf4;
}

/* for secondary color background */
.stripe-secondary-color-bg .tabs .tabs-nav .tabs-list a {
    color: rgba(11, 37, 75, 0.5); /* #0b254b */
}
.stripe-secondary-color-bg .tabs .tabs-nav .tabs-list a:hover {
	color: #485c78;
}
.stripe-secondary-color-bg .tabs .tabs-nav .tabs-list li.active a {
	color: rgba(0, 0, 0, 0.75);
	border-bottom-color: #f9f9f9;
}

.tabs .tabs-content {
	margin-top: 20px;
}
.tabs .tabs-content.top-margin-large {
	margin-top: 40px;
}
.tabs .tabs-content .tab-pane {
	display: none;
}
.tabs .tabs-content .tab-pane:first-child {
	display: block;
}
.tabs .tab-pane p:last-child,
.tabs .tab-pane ul:last-child,
.tabs .tab-pane ol:last-child,
.tabs .tab-pane blockquote:last-child {
	margin-bottom: 0;
}

/* Full-width
--------------------------------------------------- */
.tabs-full-width .tabs-nav .stripe {
	margin-top: 0;
	margin-bottom: 0;
}
.tabs-full-width .tabs-content .stripe {
	margin-top: 0;
	margin-bottom: 0;
}
.tabs-full-width .tabs-nav .title {
	margin-top: 10px;
	margin-bottom: 40px;
}
.tabs-full-width .tabs-nav .tabs-list {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}
.tabs-full-width .tabs-nav .stripe .container .row .columns .tabs-list:first-child {
	margin: 15px 0;
}
.tabs-full-width .tabs-nav .tabs-list li {
	display: inline-block;
	margin: 0 30px 0 0;
}
.tabs-full-width .tabs-nav .tabs-list li:last-child {
	margin-right: 0;
}
.tabs-full-width .tabs-nav .tabs-list a {
	display: block;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
}
.tabs-full-width .tabs-nav .tabs-list li.active a {
	color: #0b254b;
	border-bottom-color: #ffc529;
}

/* for dark colored background */
.tabs-full-width .tabs-nav .dark-colored-bg .tabs-list a {
	color: rgba(11, 37, 75, 0.18); /* #0b254b */
}
.tabs-full-width .tabs-nav .dark-colored-bg .tabs-list a:hover {
	color: #fff;
}
.tabs-full-width .tabs-nav .dark-colored-bg .tabs-list li.active a {
	color: #fffcf4;
	border-bottom-color: #fffcf4;
}

/* for secondary color background */
.tabs-full-width .tabs-nav .stripe-secondary-color-bg .tabs-list a {
	color: rgba(11, 37, 75, 0.5); /* #0b254b */
}
.tabs-full-width .tabs-nav .stripe-secondary-color-bg .tabs-list a:hover {
	color: #485c78;
}
.tabs-full-width .tabs-nav .stripe-secondary-color-bg .tabs-list li.active a {
	color: rgba(0, 0, 0, 0.75);
	border-bottom-color: #f9f9f9;
}

.tabs-full-width .tabs-content .tab-pane {
	display: none;
}
.tabs-full-width .tabs-content .tab-pane:first-child {
	display: block;
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
	.tabs .tabs-nav .tabs-list li {
		margin-right: 25px;
	}
	
	.tabs-full-width .tabs-nav .tabs-list.lead-text-medium {
		font-size: 22px;
	}
	.tabs-full-width .tabs-nav .tabs-list li {
		margin-right: 25px;
	}
}
@media (max-width: 991px) {
	.tabs-full-width .tabs-nav .tabs-list li {
		line-height: 1.3;
		margin: 0 20px 5px 0;
	}
	.tabs-full-width .tabs-nav .tabs-list a {
		padding-bottom: 0;
		border-bottom-width: 1px;
	}
	
	/* for dark colored & secondary color background */
	.tabs-full-width .tabs-nav .dark-colored-bg .tabs-list a,
	.tabs-full-width .tabs-nav .stripe-secondary-color-bg .tabs-list a {
		border-bottom-style: dotted;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.tabs .tabs-nav .tabs-list li {
		margin-right: 20px;
	}
}
@media (max-width: 767px) {
	.tabs .tabs-nav .tabs-list li {
		line-height: 1.5;
		margin: 0 20px 5px 0;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	19. Accordion / Toggle
/*-----------------------------------------------------------------------------------*/

.toggle-trigger {
	position: relative;
	border-top: 1px dotted #909090;
	padding: 20px 60px 20px 0;
	cursor: pointer;
}
.toggle-trigger:first-child {
	border-top: none;
	margin-top: -20px;
}
.toggle-trigger::after {
	position: absolute;
	display: block;
	top: 50%;
	right: 10px;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	font-family: FontAwesome;
	content: "\f107";
	font-size: 28px;
	line-height: 1;
	color: rgba(11, 37, 75, 0.5); /* #0b254b */
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.toggle-trigger.active::after {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.toggle-trigger a {
	display: block;
	color: #1f69d1;
	padding: 0;
}
.toggle-trigger .title {
	margin-bottom: 0;
}
.toggle-trigger h5.title {
	font-weight: 700;
}
.toggle-trigger:hover a {
	color: inherit;
}
.toggle-trigger:hover::after {
	color: #485c78;
}

.toggle-container .toggle-content {
	padding: 0 0 35px;
}
.toggle-container:last-child .toggle-content {
	padding-bottom: 16px;
}
.toggle-container .toggle-content > *:last-child,
.toggle-container .toggle-content .widget.panel-last-child > *:last-child {
	margin-bottom: 0;
}
.toggle-container {
	display: none;
}
.accordion .toggle-trigger:first-child + .toggle-container,
.toggles .toggle-trigger:first-child + .toggle-container {
	display: block;
}

/* Numbered list of items */
.accordion.numbered-items,
.toggles.numbered-items  {
	counter-reset: question;
}
.accordion.numbered-items .toggle-trigger a:before,
.toggles.numbered-items .toggle-trigger a:before {
	content: counter(question) ". ";
	counter-increment: question;
	color: rgba(11, 37, 75, 0.5); /* #0b254b */
	padding-right: 10px;
}

@media (max-width: 767px) {
	.toggle-trigger {
		padding-right: 40px;
	}
	.toggle-trigger::after {
		right: 0;
	}
	.toggle-trigger h5.title {
		font-size: 18px;
	}
	.accordion.numbered-items .toggle-trigger a:before,
	.toggles.numbered-items .toggle-trigger a:before {
		padding-right: 3px;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	20. Stat Data
/*-----------------------------------------------------------------------------------*/

.stat-data[class*="-cols"] .columns {
	position: relative;
}
.stat-data[class*="-cols"] .columns::before {
	position: absolute;
	display: block;
	right: -1px;
	top: -120px;
	bottom: -120px;
	border-left-style: dashed;
	border-left-color: #ccc;
	content: "";
}
.stat-data.stat-2-cols .columns::before {
	border-left-width: 3px;
}
.stat-data.stat-3-cols .columns::before {
	border-left-width: 2px;
}
.stat-data[class*="-cols"] .columns:last-child::before {
	display: none;
}
.stripe-narrow .stat-data[class*="-cols"] .columns::before {
	top: -100px;
	bottom: -100px;
}
.stat-data.stat-2-cols article {
	text-align: center;
}
.stat-data .fact-number {
	font: 700 54px/1 Verdana, Geneva, sans-serif;
	margin-bottom: 15px;
}
.stat-data.stat-2-cols .fact-number {
	margin-bottom: 7px;
}
.stat-data.stat-3-cols .fact-number {
	color: #267ffd;
}
.stat-data .fact-title {
	margin-bottom: 10px;
}
.stat-data .fact-title .title {
	font-weight: 400;
	color: #e5b225;
	margin-bottom: 0;
}
.stat-data .fact-statement p {
	font-weight: 400;
	margin-bottom: 0;
}
.stat-data.stat-2-cols .fact-statement p {
	line-height: 1.5;
}
.stat-data.stat-3-cols .fact-statement p {
	font-size: 28px;
	line-height: 1.33;
}
.stat-data .fact-statement cite {
	display: block;
	font-size: 18px;
	line-height: 1.5;
	color: #666;
	margin-top: 10px;
}

/* for secondary color background */
.stripe-secondary-color-bg .stat-data[class*="-cols"] .columns::before {
	border-left-color: rgba(0, 0, 0, 0.25);
}
.stripe-secondary-color-bg .stat-data .fact-number {
	color: rgba(0, 0, 0, 0.6) !important;
}
.stripe-secondary-color-bg .stat-data .fact-title .title {
	color: #f9f9f9;
}
.stripe-secondary-color-bg .stat-data .fact-statement p {
	color: #505050;
}

/* for primary color background */
.stat-data.primary-color-bg {
	position: relative;
	padding: 60px 30px;
	background-color: #267ffd;
	background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0));
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0));
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: 2px 10px 25px rgba(11, 37, 75, 0.1);
	        box-shadow: 2px 10px 25px rgba(11, 37, 75, 0.1); /* #0b254b */
}
.stat-data.primary-color-bg[class*="-cols"] {
	margin-left: 0;
	margin-right: 0;
}
.stat-data.primary-color-bg::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/backgrounds/ripple-bg.svg) no-repeat right -32px bottom;
	content: "";
}
.stat-data.primary-color-bg.stat-3-cols article {
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
	z-index: 1;
}
.stat-data.primary-color-bg[class*="-cols"] .columns::before {
	top: 0;
	bottom: 0;
	border-left: 2px solid #ffe294;
}
.stat-data.primary-color-bg.stat-3-cols .fact-number {
	font-size: 40px;
	color: #fffcf4;
}
.stat-data.primary-color-bg.stat-3-cols .fact-statement p {
	font-size: 24px;
	line-height: 1.4;
	color: #fff;
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 1520px) {
	.stat-data.stat-2-cols {
		margin-left: -40px;
		margin-right: -40px;
	}
	.stat-data.stat-2-cols article {
		margin-left: 40px;
		margin-right: 40px;
	}
	.stat-data.stat-3-cols {
		margin-left: -35px;
		margin-right: -35px;
	}
	.stat-data.stat-3-cols article {
		margin-left: 35px;
		margin-right: 35px;
	}
	
	.stat-data[class*="-cols"] .columns::before {
		top: -140px;
		bottom: -140px;
	}
	.stripe-narrow .stat-data[class*="-cols"] .columns::before {
		top: -110px;
		bottom: -110px;
	}
}
@media (min-width: 1200px) and (max-width: 1519px) {
	.stat-data.stat-2-cols {
		margin-left: -35px;
		margin-right: -35px;
	}
	.stat-data.stat-2-cols article {
		margin-left: 35px;
		margin-right: 35px;
	}
	.stat-data.stat-3-cols {
		margin-left: -30px;
		margin-right: -30px;
	}
	.stat-data.stat-3-cols article {
		margin-left: 30px;
		margin-right: 30px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.stat-data.stat-2-cols {
		margin-left: -30px;
		margin-right: -30px;
	}
	.stat-data.stat-2-cols article {
		margin-left: 30px;
		margin-right: 30px;
	}
	.stat-data.stat-3-cols {
		margin-left: -15px;
		margin-right: -15px;
	}
	.stat-data.stat-3-cols article {
		margin-left: 15px;
		margin-right: 15px;
	}
	.stat-data.stat-3-cols .fact-number {
		font-size: 50px;
	}
	.stat-data.stat-3-cols .fact-statement p {
		font-size: 26px;
	}
	.stat-data.primary-color-bg.stat-3-cols article {
		margin-left: 20px;
		margin-right: 20px;
	}
	.stat-data.primary-color-bg.stat-3-cols .fact-number {
		font-size: 38px;
	}
	.stat-data.primary-color-bg.stat-3-cols .fact-statement p {
		font-size: 23px;
	}
}
@media (min-width: 768px) {
	.stat-data[class*="-cols"] .row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}
	.stat-data[class*="-cols"] .columns {
		-webkit-flex-basis: 0;
		    -ms-flex-preferred-size: 0;
		        flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		    -ms-flex-positive: 1;
				flex-grow: 1;
	}
}
@media (max-width: 991px) {
	.stat-data.primary-color-bg {
		padding: 50px 25px;
	}
	.stat-data.primary-color-bg.stat-3-cols article {
		margin-left: 15px;
		margin-right: 15px;
	}
	.stat-data.primary-color-bg.stat-3-cols .fact-number {
		font-size: 34px;
	}
	.stat-data.primary-color-bg.stat-3-cols .fact-statement p {
		font-size: 21px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.stat-data.stat-2-cols {
		margin-left: -25px;
		margin-right: -25px;
	}
	.stat-data.stat-2-cols article {
		margin-left: 25px;
		margin-right: 25px;
	}
	.stat-data.stat-3-cols {
		margin-left: -7px;
		margin-right: -7px;
	}
	.stat-data.stat-3-cols article {
		margin-left: 7px;
		margin-right: 7px;
	}
	.stat-data.stat-2-cols .fact-number {
		font-size: 50px;
	}
	.stat-data.stat-3-cols .fact-number {
		font-size: 46px;
	}
	.stat-data.stat-3-cols .fact-statement p {
		font-size: 25px;
	}
}
@media (max-width: 767px) {
	.stat-data.stat-2-cols .columns article {
		margin-top: 40px;
	}
	.stat-data.stat-3-cols .columns article {
		margin-top: 35px;
	}
	.stat-data[class*="-cols"] .columns:first-child article {
		margin-top: 0;
	}
	.stat-data[class*="-cols"] .columns::before {
		display: none;
	}
	.stat-data .fact-number {
		font-size: 46px;
	}
	.stat-data .fact-title .title {
		font-size: 22px;
	}
	.stat-data.stat-3-cols .fact-statement p {
		font-size: 23px;
	}
	.stat-data.primary-color-bg {
		padding: 40px 25px;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	21. Blog
/*-----------------------------------------------------------------------------------*/

/* Navigation on archive pages
--------------------------------------------------- */
.category-navigation.post-count li {
	color: #909090;
}
.blog-archives-menu .category-navigation {
	display: inline-block;
}
.blog-archives-menu .select-wrapper {
	display: inline-block;
	margin: 0 0 0 30px;
}
.blog-archives-menu .select-wrapper select {
	background-color: #fafafa;
}
.blog-archives-menu .select-wrapper select:focus {
	background-color: #fff;
}

/* Grid layout
--------------------------------------------------- */
.blog-intro-text {
	margin-bottom: 60px;
}
.blog-grid-layout {
	margin: 0 -15px;
}
.blog-grid-layout article {
	margin: 60px 15px 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(11, 37, 75, 0.15);
	        box-shadow: 0 0 5px rgba(11, 37, 75, 0.15); /* #0b254b */
}
.stripe-blog-posts:first-child .blog-grid-layout article {
	
}
.blog-grid-layout article .post-media {
	margin-bottom: 0;
}
.blog-grid-layout article .post-content {
	position: relative;
}

/* Post tag */
.blog-grid-layout article .post-category {
	height: 40px;
	font-size: 11px;
	padding: 15px 20px 3px;
	overflow: hidden;
}
.blog-grid-layout article .post-category a {
	color: #000;
	display: inline-block;
	background-color: rgba(255, 197, 41, 0.1); /* #ffc529 */
	padding: 2px 5px 1px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.blog-grid-layout article .post-category a:hover {
	background-color: rgba(255, 197, 41, 0.2); /* #ffc529 */
}

/* Post description */
.blog-grid-layout article .post-description {
	position: relative;
	padding: 25px 20px;
}
.blog-grid-layout article .post-category + .post-description {
	padding-top: 0;
}
.blog-grid-layout article .post-description .title {
	margin-bottom: 0;
	overflow: hidden;
	word-wrap: break-word;
}
.blog-grid-layout article .post-description h4.title {
	height: 105px; /* 3 x line-height */
	line-height: 1.35;
	font-weight: 700;
}
.blog-grid-layout article .post-description .title a {
	color: inherit;
	padding: 5px 0;
}
.blog-grid-layout article .post-description .title a:hover {
	color: #485c78;
}

/* Post meta */
.blog-grid-layout article .post-meta {
	position: relative;
	font: 15px/23px Verdana, Geneva, sans-serif;
	color: #a5a5a5;
	padding: 10px 20px 12px;
	border-top: 1px solid rgba(38, 127, 253, 0.2); /* #267ffd */
	white-space: nowrap;
	overflow: hidden;
}
.blog-grid-layout article .post-meta a {
	font-style: italic;
}

/* Featured article */
.blog-grid-layout article.sticky-newest {
	margin-top: 0;
	background: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.blog-grid-layout article.sticky-newest .post-media {
	float: left;
	width: 640px;
}
.blog-grid-layout article.sticky-newest .post-category {
	height: auto;
	margin: 0 0 5px 680px;
	padding: 5px 0 0;
}
.blog-grid-layout article.sticky-newest .post-category a {
	background-color: rgba(255, 197, 41, 0.2); /* #ffc529 */
}
.blog-grid-layout article.sticky-newest .post-description {
	margin-left: 680px;
	padding: 0;
}
.blog-grid-layout article.sticky-newest .post-description p {
	font-size: 18px;
	margin: 15px 0 0;
}
.blog-grid-layout article.sticky-newest .post-meta {
	margin: 20px 0 0 680px;
	padding: 0;
	border: none;
}
.blog-grid-layout article.sticky-newest {
	margin-bottom: -15px;
}
.blog-grid-layout article.sticky-newest .post-meta .post-author a {
	font-weight: 600;
	font-style: normal;
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 1520px) {
	.blog-grid-layout article.sticky-newest .post-media {
		width: 720px;
	}
	.blog-grid-layout article.sticky-newest .post-category,
	.blog-grid-layout article.sticky-newest .post-description,
	.blog-grid-layout article.sticky-newest .post-meta {
		margin-left: 770px;
	}
}
@media (min-width: 992px) {
	.blog-grid-layout .col-md-4:nth-child(1) article,
	.blog-grid-layout .col-md-4:nth-child(2) article,
	.blog-grid-layout .col-md-4:nth-child(3) article {
		margin-top: 0;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.blog-grid-layout {
		margin: 0;
	}
	.blog-grid-layout article {
		margin: 30px 0 0;
	}
	.blog-grid-layout article .post-meta {
		font-size: 14px;
	}
	.blog-grid-layout article .post-description h4.title {
		height: 97px; /* 3 x line-height */
		font-size: 24px;
	}
	.blog-grid-layout article.sticky-newest .post-media {
		width: 500px;
	}
	.blog-grid-layout article.sticky-newest .post-category,
	.blog-grid-layout article.sticky-newest .post-description,
	.blog-grid-layout article.sticky-newest .post-meta {
		margin-left: 530px;
	}
}
@media (max-width: 991px) {
	
}
@media (min-width: 768px) {
	.blog-grid-layout article .post-content::before {
		position: absolute;
		display: block;
		right: 0;
		bottom: -25px;
		height: 110px;
		content: '"';
		font: italic 300px/1 Verdana, Geneva, sans-serif;
		color: rgba(11, 37, 75, 0.01); /* #0b254b */
		-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			 -o-transform: rotate(180deg);
				transform: rotate(180deg);
	}
	.blog-grid-layout article.sticky-newest .post-content::before {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.blog-grid-layout {
		margin-left: -5px;
		margin-right: -5px;
	}
	.blog-grid-layout article {
		margin: 40px 5px 0;
	}
	
	/* 3 columns >> 2 columns */
	.blog-grid-layout .col-sm-6:nth-child(1) article,
	.blog-grid-layout .col-sm-6:nth-child(2) article {
		margin-top: 0;
	}
	
	.blog-grid-layout article.sticky-newest .post-media {
		float: none;
		width: auto;
	}
	.blog-grid-layout article.sticky-newest .post-category {
		margin: 35px 0 5px;
	}
	.blog-grid-layout article.sticky-newest .post-description,
	.blog-grid-layout article.sticky-newest .post-meta {
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.blog-grid-layout {
		margin: 0;
	}
	.blog-grid-layout article:not(.sticky-newest) {
		max-width: 540px; /* the width is limited to 540px */
		margin-left: auto;
		margin-right: auto;
	}
	.blog-grid-layout .columns:first-child article {
		margin-top: 0;
	}
	.blog-grid-layout article .post-description .title {
		height: auto !important;
		overflow: visible;
	}
	.blog-grid-layout article .post-description h4.title {
		min-height: 52px; /* 1.5 x line-height */
	}
	.blog-grid-layout article.sticky-newest {
		margin-left: 0;
		margin-right: 0;
	}
	.blog-grid-layout article.sticky-newest .post-media {
		float: none;
		width: auto;
	}
	.blog-grid-layout article.sticky-newest .post-category {
		margin: 35px 0 5px;
	}
	.blog-grid-layout article.sticky-newest .post-description,
	.blog-grid-layout article.sticky-newest .post-meta {
		margin-left: 0;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.blog-grid-layout:not(.featured-article) .columns {
		padding-left: 15%;
		padding-right: 15%;
	}
}
@media (max-width: 479px) {
	.blog-archives-menu .category-navigation {
		display: block;
	}
	.blog-archives-menu .select-wrapper {
		display: none;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	22.	Pagination
/*-----------------------------------------------------------------------------------*/

.post-pagination {
	margin-top: 50px;
	margin-bottom: 0;
}
.blog-posts.blog-grid-layout + .post-pagination {
	margin-top: 65px;
	margin-bottom: 0;
	text-align: center;
}
.works.picture-boxes + .post-pagination {
	margin-top: 65px;
	margin-bottom: 0;
	text-align: center;
}

.post-pagination a,
.post-pagination > span {
	display: inline-block;
	width: 48px;
	height: 48px;
	font: 19px/48px Verdana, Geneva, sans-serif;
	text-align: center;
	background-color: transparent;
	margin: 0 2px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.post-pagination a:first-child,
.post-pagination > span:first-child,
.post-pagination > span.current:first-child {
	margin-left: 0;
}
.post-pagination a:last-child,
.post-pagination > span:last-child,
.post-pagination > span.current:last-child {
	margin-right: 0;
}
.post-pagination span.current {
	color: #666;
	background-color: #eee;
	margin: 0 8px;
}
.stripe-light-grey-bg .post-pagination span.current {
	background-color: #fff;
}
.post-pagination span.dots {
	color: #666;
}
.post-pagination .prev .ion, /* vector icons - Ionicons */
.post-pagination .next .ion {
	font-size: 19px;
}
.post-pagination a {
	color: rgba(11, 37, 75, 0.5); /* #0b254b */
}
.post-pagination a:hover {
	color: inherit;
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 1520px) {
	.post-pagination {
		margin-top: 60px;
	}
	.blog-posts.blog-grid-layout + .post-pagination,
	.works.picture-boxes + .post-pagination {
		margin-top: 75px;
	}
}
@media (max-width: 360px) {
	.post-pagination a,
	.post-pagination > span {
		width: 42px;
		height: 42px;
		font-size: 18px;
		line-height: 42px;
		margin: 0;
	}
	.post-pagination span.current {
		margin: 0 6px;
	}
	.post-pagination span.dots {
		width: 30px;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	23. Single Post
/*-----------------------------------------------------------------------------------*/

.single-post .title-wrapper {
	margin-top: -20px;
}
.single-post .title-wrapper h1 {
	margin-bottom: 25px;
}

/* Post meta */
.single-post .title-wrapper .post-meta {
	font-size: 18px;
}
.single-post .title-wrapper .post-category a:first-child {
	margin-left: 15px;
}
.single-post .title-wrapper .post-meta .post-date {
	
}
.single-post .title-wrapper .post-category {
	font-size: 13px;
}
.single-post .title-wrapper .post-category a {
	color: #000;
	display: inline-block;
	background-color: rgba(255, 197, 41, 0.1); /* #ffc529 */
	padding: 2px 5px 1px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.single-post .title-wrapper .post-category a:hover {
	background-color: rgba(255, 197, 41, 0.2); /* #ffc529 */
}

/* Post media */
.single-post .blog-posts .post-media {
	margin: 0 0 70px;
}
.single-post .blog-posts .post-media .video-container,
.single-post .blog-posts .post-media .html5-video-container {
	margin-bottom: 0;
}

/* Post content */
.single-post .blog-posts .post-content {
	font-size: 18px;
}
.single-post .blog-posts .post-content > p:last-child,
.single-post .blog-posts .post-content > ul:last-child,
.single-post .blog-posts .post-content > ol:last-child,
.single-post .blog-posts .post-content > blockquote:last-child,
.single-post .blog-posts .post-content > .video-container:last-child,
.single-post .blog-posts .post-content > .html5-video-container:last-child,
.single-post .blog-posts .post-content .row:last-child > .columns > .widget.panel-last-child > p:last-child,
.single-post .blog-posts .post-content .row:last-child > .columns > .widget.panel-last-child > ul:last-child,
.single-post .blog-posts .post-content .row:last-child > .columns > .widget.panel-last-child > ol:last-child,
.single-post .blog-posts .post-content .row:last-child > .columns > .widget.panel-last-child > blockquote:last-child {
	margin-bottom: 0;
}
.single-post .blog-posts .post-content > .video-container,
.single-post .blog-posts .post-content > .html5-video-container {
	margin-bottom: 60px;
}
.single-post .blog-posts .post-content > .video-container:not(.first-child),
.single-post .blog-posts .post-content > .html5-video-container:not(.first-child) {
	margin-top: 60px;
}

/* Post details
--------------------------------------------------- */
.single-post-details {
	margin: 0 0 90px;
}

/* Author info */
.single-post-details .post-author .author-info .title {
	text-align: center;
	margin: 7px 0 5px;
}
.single-post-details .post-author .author-info .title .by-author {
	font-style: italic;
}
.single-post-details .post-author .author-info .subtitle {
	font-size: 16px;
	text-align: center;
	margin-bottom: 0;
}

/* Post share - at the right side */
.single-post-details .post-share:not(:first-child) {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px solid rgba(255, 197, 41, 0.3); /* #ffc529 */
}
.single-post-details .post-share .title {
	text-align: center;
	margin-bottom: 15px;
}
.single-post-details .post-share .social-share {
	text-align: center;
}

/* Social share icons */
.fa-icon-list.social-share li a {
	display: block;
	width: 44px;
	height: 44px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.4);
	border: 2px solid #ccc;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
	     -o-transition: border-color 0.3s ease, background-color 0.3s ease;
	        transition: border-color 0.3s ease, background-color 0.3s ease;
}
.fa-icon-list.social-share li .fa {
	line-height: 40px;
	color: #267ffd;
	-webkit-transition: color 0.3s ease;
	     -o-transition: color 0.3s ease;
	        transition: color 0.3s ease;
}
.fa-icon-list.social-share li[class*="facebook"] .fa { color: #3b5998; }
.fa-icon-list.social-share li[class*="instagram"] .fa { color: #e4405f; }
.fa-icon-list.social-share li[class*="linkedin"] .fa { color: #0077b5; }
.fa-icon-list.social-share li[class*="pinterest"] .fa { color: #bd081c; }
.fa-icon-list.social-share li[class*="twitter"] .fa { color: #55acee; }

.fa-icon-list.social-share li a:hover {
	border-color: #ffc529;
}
.fa-icon-list.social-share li[class*="facebook"] a:hover { border-color: #3b5998; }
.fa-icon-list.social-share li[class*="instagram"] a:hover { border-color: #e4405f; }
.fa-icon-list.social-share li[class*="linkedin"] a:hover { border-color: #0077b5; }
.fa-icon-list.social-share li[class*="pinterest"] a:hover { border-color: #bd081c; }
.fa-icon-list.social-share li[class*="twitter"] a:hover { border-color: #55acee; }

.single-post .blog-post-fullwidth .post-share .social-share li a {
	width: 35px;
	height: 35px;
	border-width: 1px;
}
.single-post .blog-post-fullwidth .post-share .social-share li[class*="facebook"] a { border-color: #3b5998; }
.single-post .blog-post-fullwidth .post-share .social-share li[class*="linkedin"] a { border-color: #0077b5; }
.single-post .blog-post-fullwidth .post-share .social-share li[class*="pinterest"] a { border-color: #bd081c; }
.single-post .blog-post-fullwidth .post-share .social-share li[class*="twitter"] a { border-color: #55acee; }
.single-post .blog-post-fullwidth .post-share .social-share li .fa {
	width: 23px;
	font-size: 16px;
	line-height: 33px;
}
.single-post .blog-post-fullwidth .post-share .social-share li[class*="facebook"] a:hover { background-color: #3b5998; }
.single-post .blog-post-fullwidth .post-share .social-share li[class*="linkedin"] a:hover { background-color: #0077b5; }
.single-post .blog-post-fullwidth .post-share .social-share li[class*="pinterest"] a:hover { background-color: #bd081c; }
.single-post .blog-post-fullwidth .post-share .social-share li[class*="twitter"] a:hover { background-color: #55acee; }
.single-post .blog-post-fullwidth .post-share .social-share li a:hover .fa {
	color: #fff;
}

/* Post share - below the article text */
.single-post .blog-posts article .post-share {
	margin-top: 45px;
}
.single-post .blog-posts article .post-share .title {
	float: left;
	color: #666;
	margin: 0 15px 0 0;
	padding-top: 4px;
}
.single-post .blog-posts article .post-share .title span {
	display: none;
}

/* Post tags */
.single-post-details .post-tags:not(:first-child) {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 2px solid rgba(255, 197, 41, 0.3); /* #ffc529 */
}
.single-post-details .post-author + .post-tags {
	margin-top: 30px;
}
.single-post-details .post-tags .title {
	text-align: center;
	margin-bottom: 10px;
}
.single-post-details .post-tags .tagcloud {
	text-align: center;
	line-height: 22px;
}
.single-post-details .post-tags .tagcloud a {
	font: 700 14px/25px Verdana, Geneva, sans-serif;
	color: #777;
}
.single-post-details .post-tags .tagcloud a::after {
	font-weight: normal;
	content: ", ";
}
.single-post-details .post-tags .tagcloud a:last-child::after {
	content: "";
}
.single-post-details .post-tags .tagcloud a:hover {
	color: #444;
}

/* Comments
--------------------------------------------------- */
.single-post #main-content .blog-posts article + .stripe {
	margin-top: 80px;
}
#comments > .title:first-child {
	margin-bottom: 50px;
}
.comment-list {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}
.comment-list .comment,
.comment-list .trackback,
.comment-list .pingback {
	border-top: 1px dotted #b5b5b5;
	margin: 30px 0 0;
	padding: 25px 0 0;
}
.comment-list .comment:first-child,
.comment-list .trackback:first-child,
.comment-list .pingback:first-child {
	border: none; 
	margin-top: 0;
	padding-top: 0;
}
.comment-list article {
	border: none;
	margin: 0;
	padding: 0;
}
.comment-list .comment-avatar {
	float: left;
	width: 62px;
	height: 62px;
	margin-bottom: 10px;
}
.comment-list .comment-avatar img {
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.comment-list .comment-avatar .fa {
	font-size: 40px;
	color: #c0c0c0;
	margin-left: 10px;
}
.comment-list .comment-meta {
	margin: 0 0 10px 85px;
}
.comment-list .comment-meta strong {
	font-size: 18px;
}
.comment-list .comment-meta span {
	padding: 0 6px 0 3px;
}
.comment-list .comment-meta .date {
	display: block;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
}
.comment-list .comment-meta .date a {
	color: rgba(11, 37, 75, 0.5); /* #0b254b */
}
.comment-list .comment-meta .date a:hover,
.comment-list .comment-meta .date a:hover * {
	color: #485c78;
}
.comment-list .comment-content {
	margin-left: 85px;
	word-wrap: break-word;
}
.comment-list .comment-content > *:last-child {
	margin-bottom: 0;
}
.comment-list.avatars-disabled .comment-meta,
.comment-list.avatars-disabled .comment-content {
	margin-left: 0;
}
.comment-awaiting-moderation {
	font-style: italic;
}
.comment-list .comment-content p {
	font-size: 18px;
	margin-bottom: 15px;
}
.comment-list .comment-reply-link {
	float: right;
	font-size: 16px;
	color: #485c78;
}
.comment-list .comment-reply-link .ion { /* vector icons - Ionicons */
	margin-right: 5px;
}
.comment-list .comment-reply-link:hover {
	text-decoration: underline;
}
.comment-list .comment .children {
	list-style: none;
	margin: 0;
	padding: 0 0 0 50px;
}
.comment-list .comment .children .comment {
	border-top: 1px dotted #b5b5b5;
	margin: 30px 0 0;
	padding-top: 25px;
}
.comment-navigation {
	border-top: 1px dotted #b5b5b5;
	margin: 30px 0 -13px;
	padding-top: 15px;
}
.comment-navigation .nav-next {
	float: right;
}
#comments .no-comments {
	margin-top: 30px;
	padding-top: 25px;
	border-top: 1px dotted #b5b5b5;
}
#comments .no-comments .fa { /* vector icons - Font Awesome */
	font-size: 14px;
	line-height: 14px;
	color: #b5b5b5;
	margin-right: 6px;
}
.bypostauthor {
	max-width: 100%;
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 1520px) {
	.single-post .blog-post-fullwidth .blog-posts .post-media.overlay-enabled {
		display: inline-block;
		margin-bottom: 60px;
	}
	.single-post #main-content .blog-posts article + .stripe {
		margin-top: 90px;
	}
}
@media (min-width: 992px) {
	.single-post .title-wrapper {
		margin-bottom: 50px;
	}
	.single-post-details .post-author .author-image {
		width: 100px;
		margin: 0 auto;
		text-align: center;
	}
	.single-post .blog-post-fullwidth .single-post-details .post-author .author-image {
		width: 90px;
	}
	.single-post-details .post-author .author-image img {
		display: inline;
	}
	.single-post-details .post-author .author-info .title .by-author {
		display: none;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.single-post .blog-post-fullwidth .single-post-details .post-author .author-image {
		width: 80px;
	}
}
@media (max-width: 991px) {
	.single-post .blog-posts .post-media {
		margin-top: 0;
	}
	.single-post-details {
		margin: 20px 0 0;
	}
	.single-post-details.author-info-disabled {
		margin: 5px 0 0;
	}
	.single-post-details .post-author {
		margin-bottom: 35px;
	}
	.single-post-details .post-author .author-image {
		float: left;
		width: 50px;
		text-align: left;
	}
	.single-post-details .post-author .author-image img {
		border: 2px solid rgba(0, 205, 105, 0.3); /* #00cd69 */
	}
	.single-post-details .post-author .author-info {
		font-size: 16px;
		margin-left: 70px;
	}
	.single-post-details .post-author .author-info .title {
		display: inline-block;
		font-family: inherit;
		font-size: inherit;
		font-weight: normal;
		text-align: left;
		margin: 0;
		padding-top: 12px;
	}
	.single-post-details .post-author .author-info .title a {
		color: inherit;
		font-weight: 600;
		padding: 0;
	}
	.single-post-details .post-author .author-info .title a:hover {
		text-decoration: underline;
	}
	.single-post-details .post-author .author-info .title .by-author {
		display: none;
	}
	.single-post-details .post-author .author-info .subtitle {
		display: inline-block;
		font-size: inherit;
		font-style: italic;
		text-align: left;
	}
	.single-post-details .post-author .author-info .title::after {
		content: ", ";
	}
	.single-post-details .post-share,
	.single-post-details .post-tags {
		display: none;
	}
}
@media (max-width: 479px) {
	.single-post-details .post-author .author-info {
		font-style: italic;
	}
	.single-post-details .post-author .author-info .subtitle,
	.single-post-details .post-author .author-info .title::after {
		display: none;
	}
	.single-post .title-wrapper .post-category {
		display: block;
		font-size: 11px;
		margin-top: 5px;
	}
	.single-post .title-wrapper .post-category a:first-child {
		margin-left: 0;
	}
	.single-post .blog-posts .post-media {
		margin-bottom: 60px;
	}
	.comment-list .comment-meta,
	.comment-list .comment-content {
		margin-left: 75px;
	}
	.comment-list .comment .children {
		list-style: none;
		padding: 0 0 0 30px;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	24. Twitter Feed
/*-----------------------------------------------------------------------------------*/

.twitter-feed > p { /* for script notifications */
	font-size: 18px;
}
.twitter-feed .tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.twitter-feed .tweet_list li {
	margin-bottom: 15px;
	word-wrap: break-word;
}
.twitter-feed .tweet_even:last-child,
.twitter-feed .tweet_odd:last-child {
	margin-bottom: 0;
}
.twitter-feed .tweet_text {
	display: block;
}
.twitter-feed .tweet_time {
	display: block;
	font-size: 18px;
	font-style: italic;
	margin-top: 5px;
}
.twitter-feed .tweet_text,
.twitter-feed .tweet_time {
	line-height: 1.5;
	margin-left: 30px;
}
.twitter-feed .tweet_time a {
	color: #909090;
}
.twitter-feed .tweet_time a:hover {
	color: #666;
}
.twitter-feed[data-avatar="yes"] .tweet_text,
.twitter-feed[data-avatar="yes"] .tweet_time {
	margin-left: 50px;
}
.twitter-feed .tweet_avatar {
	margin: 5px 10px 0 0;
	float: left;
}
.twitter-feed[data-avatar="no"] .tweet_list li {
	position: relative;
}
.twitter-feed[data-avatar="no"] .tweet_list li::before {
	position: absolute;
	top: 5px;
	left: -2px;
	font-family: FontAwesome;
	font-size: 26px;
	line-height: 1;
	color: rgba(85, 172, 238, 0.5); /* twitter logo color */
	content: "\f099";
}

/* Tweet boxes
--------------------------------------------------- */
.twitter-feed.tweet-boxes {
	margin: 0 -12px;
}
.twitter-feed.tweet-boxes > p {
	text-align: center;
}
.twitter-feed.tweet-boxes .tweet_list li {
	position: relative;
	display: block;
	float: left;
	width: 30%;
	width: calc(33.33333333% - 24px);
	margin: 0 12px;
	padding: 20px 25px;
	background-color: #fff;
	border: 1px solid #e6e9ed;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
	        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
	line-height: 0;
}
.twitter-feed.tweet-boxes .tweet_list li::before {
	display: none;
}
.twitter-feed.tweet-boxes .tweet_avatar {
	position: absolute;
	display: block;
	float: none;
	top: 25px;
	left: 25px;
	margin-top: 0;
}
.twitter-feed.tweet-boxes .tweet_avatar img {
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.twitter-feed.tweet-boxes .tweet_brand {
	position: absolute;
	display: block;
	top: 25px;
	right: 25px;
}
.twitter-feed.tweet-boxes .tweet_brand::before {
	font-family: FontAwesome;
	font-size: 26px;
	line-height: 1;
	color: rgba(85, 172, 238, 0.5); /* twitter logo color */
	content: "\f099";
}
.twitter-feed.tweet-boxes .tweet_screen_name {
	display: block;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	color: #0b254b;
	margin-top: 3px;
	margin-left: 60px;
}
.twitter-feed.tweet-boxes .tweet_user {
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	color: #999;
	margin: -5px 0 0 60px;
}
.twitter-feed.tweet-boxes .tweet_user:hover {
	color: #666;
}
.twitter-feed.tweet-boxes .tweet_text {
	font-size: 18px;
	font-weight: 400;
	color: #0b254b;
	margin: 10px 0 0;
}
.twitter-feed.tweet-boxes .tweet_time {
	font-size: 16px;
	margin-left: 0;
}

/* In the sidebar or info box
--------------------------------------------------- */
aside .twitter-feed > p {
	font-size: 16px;
	text-align: center;
}
aside .twitter-feed .tweet_list li {
	position: relative;
	padding: 20px 20px;
	margin-bottom: 20px;
	background-color: #f9f9f9;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(11, 37, 75, 0.3);
	        box-shadow: 0 1px 1px rgba(11, 37, 75, 0.3); /* #0b254b */
	line-height: 0;
}
aside .twitter-feed .tweet_list li::before {
	display: none;
}
aside .twitter-feed .tweet_avatar {
	position: absolute;
	display: block;
	float: none;
	top: 25px;
	left: 20px;
	margin-top: 0;
}
aside .twitter-feed .tweet_avatar img {
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
aside .twitter-feed .tweet_brand {
	position: absolute;
	display: none;
	top: 7px;
	right: 7px;
}
aside .twitter-feed .tweet_brand::before {
	font-family: FontAwesome;
	font-size: 23px;
	line-height: 1;
	color: rgba(85, 172, 238, 0.5); /* twitter logo color */
	content: "\f099";
}
aside .twitter-feed .tweet_screen_name {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	word-wrap: normal;
	color: #0b254b;
	margin-top: 3px;
	margin-left: 45px;
}
aside .twitter-feed .tweet_user {
	display: inline-block;
	font-size: 13px;
	line-height: 1.5;
	color: #999;
	margin: -5px 0 0 45px;
}
aside .twitter-feed .tweet_user:hover {
	color: #666;
}
aside .twitter-feed[data-avatar="yes"] .tweet_text {
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0 0;
}
aside .twitter-feed[data-avatar="yes"] .tweet_time {
	font-size: 13px;
	margin-left: 0;
	margin-top: 10px;
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 1520px) {
	.twitter-feed.tweet-boxes {
		margin: 0 -15px;
	}
	.twitter-feed.tweet-boxes .tweet_list li {
		width: calc(33.33333333% - 30px);
		margin: 0 15px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	aside .twitter-feed .tweet_screen_name {
		font-weight: 600;
	}
}
@media (max-width: 991px) {
	.twitter-feed.tweet-boxes {
		margin: 0;
	}
	.twitter-feed.tweet-boxes .tweet_list li {
		float: none;
		width: auto;
		margin: 15px 0 0;
	}
	.twitter-feed.tweet-boxes .tweet_list li:first-child {
		margin-top: 0;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	25. Standard Table
/*-----------------------------------------------------------------------------------*/

[class*="-layout"] table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #fff;
	margin-bottom: 25px;
}
.standard-table-wrapper {
	margin-bottom: 25px;
}
.standard-table-wrapper table.standard-table {
	margin-bottom: 0;
}
[class*="-layout"] table th,
[class*="-layout"] table thead td {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	border: 1px solid rgba(11, 37, 75, 0.2); /* #0b254b */
	border-bottom-color: rgba(11, 37, 75, 0.4); /* #0b254b */
	background-color: rgba(11, 37, 75, 0.05); /* #0b254b */
	padding: 9px 15px;
	vertical-align: top;
}
[class*="-layout"] table td {
	font-size: 18px;
	line-height: 1.5;
	border: 1px solid rgba(11, 37, 75, 0.2); /* #0b254b */
	padding: 9px 15px;
	vertical-align: middle;
}
[class*="-layout"] table caption {
	font-size: 16px;
	color: #808080;
	text-align: right;
	font-style: italic;
	padding-bottom: 7px;
}

/* Highlighted first column */
table.standard-table.first-col-bg tr th:first-child,
table.standard-table.first-col-bg thead td:first-child {
	background: none;
}
table.standard-table.first-col-bg td:first-child {
	font-weight: normal;
	background-color: rgba(11, 37, 75, 0.05); /* #0b254b */
}

/* Header with dark colored background */
table.standard-table.dark-bg-header th {
	color: #fff;
	background-color: rgba(11, 37, 75, 0.5); /* #0b254b */
	border-color: rgba(11, 37, 75, 0.5); /* #0b254b */
	border-right-color: rgba(11, 37, 75, 0.36); /* #0b254b */
	letter-spacing: 0.3px;
}
table.standard-table.dark-bg-header th:last-child {
	border-right-color: rgba(11, 37, 75, 0.5); /* #0b254b */
}
table.standard-table.dark-bg-header.first-col-bg th:first-child {
	border-color: rgba(11, 37, 75, 0.2); /* #0b254b */
	border-right-color: rgba(11, 37, 75, 0.5); /* #0b254b */
}

/* Checkmark */
table.standard-table td .fa { /* .fa-check */
	color: #ed5f4a;
}

/* Small text */
[class*="-layout"] table.text-small th,
[class*="-layout"] table.text-small thead td,
[class*="-layout"] table.text-small td {
	font-size: 16px;
}

/* Footer trim */
table.standard-table .footer-trim td {
	border-bottom-color: rgba(11, 37, 75, 0.4); /* #0b254b */
}
table.standard-table .footer.no-links td {
	font-weight: bold;
}

/* Media queries
--------------------------------------------------- */
@media (max-width: 991px) {
	[class*="-layout"] table th,
	[class*="-layout"] table td {
		font-size: 16px;
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media (max-width: 767px) {
	.standard-table-wrapper {
		overflow-x: auto;
		overflow-y: visible;
		width: 100%;
	}
	.standard-table-wrapper table.standard-table {
		margin-bottom: 10px;
	}
	[class*="-layout"] table caption {
		text-align: left;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	26. Comparison Table
/*-----------------------------------------------------------------------------------*/

.comparison-table {
	margin: 0 -5px;
}
.comparison-table .table-column {
	float: left;
	position: relative;
	margin: 0 5px;
	padding: 25px 0;
	background-color: rgba(11, 37, 75, 0.05); /* #0b254b */
}
.comparison-table.two-cols .table-column {
	width: calc(50% - 10px);
}
.comparison-table.three-cols .table-column {
	width: calc(33.333333% - 10px);
}
.comparison-table.three-cols.dark-bg-header .table-column {
	width: calc(33.333333% - 20px);
}
.comparison-table.four-cols .table-column {
	width: calc(25% - 10px);
}
.comparison-table.four-cols.dark-bg-header .table-column {
	width: calc(25% - 20px);
}
.comparison-table.five-cols .table-column {
	width: calc(18% - 10px);
}
.comparison-table.five-cols .table-column.row-labels {
	width: calc(28% - 10px);
	background-color: rgba(255, 197, 41, 0.05); /* #ffc529 */
}
.comparison-table.three-cols .table-column:nth-child(2),
.comparison-table.four-cols .table-column:first-child,
.comparison-table.four-cols .table-column:last-child,
.comparison-table.five-cols .table-column:last-child {
	background-color: rgba(0, 205, 105, 0.06); /* #00cd69 */
}
.comparison-table.four-cols .table-column.row-labels ~ .table-column {
	width: calc(22% - 10px);
	background-color: rgba(11, 37, 75, 0.05); /* #0b254b */
}
.comparison-table.four-cols .table-column.row-labels + .table-column + .table-column {
	background-color: rgba(0, 205, 105, 0.06); /* #00cd69 */
}
.comparison-table.four-cols .table-column.row-labels {
	width: calc(34% - 10px);
	background-color: rgba(255, 197, 41, 0.05); /* #ffc529 */
}
.comparison-table.five-cols .table-column.row-labels + .table-column {
	background-color: rgba(0, 205, 105, 0.06); /* #00cd69 */
}
.comparison-table.column-shadow .table-column {
	-webkit-box-shadow: 0 0 2px rgba(11, 37, 75, 0.3);
    		box-shadow: 0 0 2px rgba(11, 37, 75, 0.3); /* #0b254b */
}

/* Header with dark colored background */
.comparison-table.dark-bg-header {
	margin: 0 -10px;
}
.comparison-table.dark-bg-header .table-column {
	margin: 0 10px;
	padding: 0 0 30px;
}

/* Column's header
--------------------------------------------------- */
.comparison-table .header {
	text-align: center;
	padding: 0 20px;
}
.comparison-table.dark-bg-header .header {
	background-color: rgba(31, 105, 209, 0.8); /* #1f69d1 */
	padding-top: 25px;
}
.comparison-table .title {
	position: relative;
	margin-bottom: 25px;
}
.comparison-table.dark-bg-header .title {
	font-weight: 700;
	color: #fff;
}
.comparison-table.dark-bg-header .title:only-child {
	padding-bottom: 25px;
}
.comparison-table .title::after {
	position: absolute;
	left: 50%;
	bottom: -7px;
	height: 5px;
	content: "";
	background: -webkit-repeating-linear-gradient(left, #ffc529 0, #ffc529 20px, transparent 20px, transparent 25px);
	background: -o-repeating-linear-gradient(left, #ffc529 0, #ffc529 20px, transparent 20px, transparent 25px);
	background: repeating-linear-gradient(to right, #ffc529 0, #ffc529 5px, transparent 5px, transparent 10px);
	background-size: 100% 5px;
	background-repeat: no-repeat;
}
.comparison-table.dark-bg-header .title::after {
	background: -webkit-repeating-linear-gradient(left, #ffe294 0, #ffe294 20px, transparent 20px, transparent 25px);
	background: -o-repeating-linear-gradient(left, #ffe294 0, #ffe294 20px, transparent 20px, transparent 25px);
	background: repeating-linear-gradient(to right, #ffe294 0, #ffe294 5px, transparent 5px, transparent 10px);
}
.comparison-table.dark-bg-header .title:only-child::after {
	bottom: 18px;
}
.comparison-table .title.lite::after {
	width: 25px;
	margin-left: -12px;
}
.comparison-table .title.medium::after {
	width: 35px;
	margin-left: -17px;
}
.comparison-table .title.large::after {
	width: 45px;
	margin-left: -22px;
}
.comparison-table .title.ultimate::after {
	width: 55px;
	margin-left: -27px;
}
.comparison-table .description {
	font-size: 19px;
	font-weight: 600;
}
.comparison-table .price {
	font-family: Lato, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 36px;
	line-height: 42px;
	font-weight: 900;
	color: #267ffd;
	margin: 10px 0;
	letter-spacing: 0.02em;
}
.comparison-table .price span {
	font-size: 18px;
	font-weight: 700;
	color: #666;
}
.comparison-table.dark-bg-header .price {
	line-height: 36px;
	font-weight: 700;
	color: #fff;
	margin: 30px 0 20px;
	padding-bottom: 20px;
}
.comparison-table.four-cols .table-column.row-labels + .table-column + .table-column .price,
.comparison-table.five-cols .table-column:last-child .price,
.comparison-table.five-cols .table-column.row-labels + .table-column .price {
	color: #00cd69;
}
.comparison-table.dark-bg-header .price span {
	display: block;
	font-weight: 400;
	color: #e6e9ed;
}
.comparison-table .features-title {
	font-weight: 700;
	line-height: 42px;
	color: #0b254b;
	text-align: left;
	margin: 10px 0;
}

/* Column's content
--------------------------------------------------- */
.comparison-table .features {
	list-style: none;
	margin: 0;
	padding: 0 10px;
}
.comparison-table .features li {
	line-height: 25px; /* important: used in JS function */
	margin: 0;
	padding: 15px 10px;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.comparison-table .table-column.row-labels .features li {
	border-bottom: 1px dotted #e5e5e5;
}
.comparison-table.no-footer .features li:last-child {
	border-bottom: none;
}
.comparison-table .table-column.row-labels .features li {
	text-align: left;
}
.comparison-table .features li .ion { /* .ion-checkmark */
	color: inherit;
}

/* Column's footer
--------------------------------------------------- */
.comparison-table .footer {
	padding: 20px 20px 0;
	text-align: center;
}
.comparison-table.dark-bg-header .footer {
	padding-top: 25px;
}
.comparison-table .footer .price {
	font-size: 25px;
	margin: 5px 0;
}
.comparison-table .footer .price span {
	font-size: inherit;
	font-weight: 400;
}
.comparison-table .footer .features-title {
	margin: 5px 0;
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
	.comparison-table .table-column:not(.row-labels) .header,
	.comparison-table .footer {
		padding-left: 7px;
		padding-right: 7px;
	}
	.comparison-table .description {
		font-size: 17px;
	}
	.comparison-table .price {
		font-size: 32px;
	}
	.comparison-table.dark-bg-header .price {
		line-height: 32px;
	}
	.comparison-table .features-title {
		font-size: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.comparison-table .table-column:not(.row-labels) .header,
	.comparison-table .footer {
		padding-left: 5px;
		padding-right: 5px;
	}
	.comparison-table .table-column.row-labels .header {
		padding-left: 10px;
		padding-right: 10px;
	}
	.comparison-table h4.title {
		font-size: 24px;
	}
	.comparison-table h5.title {
		font-size: 19px;
	}
	.comparison-table .description {
		font-size: 17px;
		line-height: 25px;
	}
	.comparison-table .price {
		font-size: 28px;
	}
	.comparison-table.dark-bg-header .price {
		line-height: 28px;
	}
	.comparison-table .features-title {
		font-size: 18px;
	}
	.comparison-table .features li,
	.comparison-table.five-cols .features li,
	.comparison-table.dark-bg-header .features li {
		padding-left: 0;
		padding-right: 0;
	}
	.comparison-table .footer .price {
		font-size: 21px;
	}
	.comparison-table.five-cols .table-column.row-labels .footer .description {
		line-height: 50px;
	}
}
@media (min-width: 571px) and (max-width: 767px) {
	.comparison-table.dark-bg-header {
		margin: 0 -5px;
	}
	.comparison-table.dark-bg-header .table-column {
		margin: 0 5px;
	}
	.comparison-table.three-cols.dark-bg-header .table-column {
		width: calc(33.333333% - 10px);
	}
	.comparison-table.four-cols.dark-bg-header .table-column {
		width: calc(25% - 10px);
	}
	.comparison-table .table-column:not(.row-labels) .header,
	.comparison-table .footer {
		padding-left: 5px;
		padding-right: 5px;
	}
	.comparison-table .table-column.row-labels .header {
		padding-left: 10px;
		padding-right: 10px;
	}
	.comparison-table h4.title {
		font-size: 21px;
	}
	.comparison-table h5.title {
		font-size: 17px;
	}
	.comparison-table .description {
		font-size: 16px;
		line-height: 24px;
	}
	.comparison-table.five-cols .table-column.row-labels .description {
		line-height: 48px;
	}
	.comparison-table .price {
		font-size: 23px;
	}
	.comparison-table.dark-bg-header .price {
		line-height: 23px;
	}
	.comparison-table .features-title {
		font-size: 16px;
		margin-right: -15px;
	}
	.comparison-table .features li,
	.comparison-table.five-cols .features li,
	.comparison-table.dark-bg-header .features li {
		padding-left: 0;
		padding-right: 0;
	}
	.comparison-table .footer .price {
		font-size: 19px;
	}
	.comparison-table .table-column.row-labels .footer .description {
		line-height: 48px;
	}
	.comparison-table .footer a.read-more-link-small {
		font-size: 16px;
		line-height: 26px;
		padding-right: 22px;
	}
	.comparison-table .footer .button-std.button-medium {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 571px) {
	/* For equal cell height in a row */
	/* r = line-height (25px) */
	.comparison-table .features li.r1  { height: 55px; /* 30px + r */ }
	.comparison-table .features li.r2  { height: 80px; }
	.comparison-table .features li.r3  { height: 105px; }
	.comparison-table .features li.r4  { height: 130px; }
	.comparison-table .features li.r5  { height: 155px; }
}
@media (max-width: 570px) {
	.comparison-table,
	.comparison-table.dark-bg-header {
		margin: 0;
	}
	.comparison-table .table-column,
	.comparison-table.dark-bg-header .table-column {
		width: 100% !important;
		margin: 40px 0 0;
	}
	.comparison-table .table-column:first-child {
		margin-top: 0;
	}
	.comparison-table .table-column.row-labels {
		display: none;
	}
	.comparison-table .table-column.row-labels ~ .table-column .features li:before {
		content: attr(data-feature) ':';
		display: block;
		font-weight: 700;
		text-align: center;
		margin-bottom: 5px;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	27. Preview Image Overlay & Lightbox Overlay
/*-----------------------------------------------------------------------------------*/

.overlay-enabled {
	position: relative;
	max-width: 100%;
}
.overlay-enabled .image-wrapper {
	position: relative;
}

/* Image overlay
--------------------------------------------------- */
.image-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	-webkit-transition: opacity 0.2s ease-out;
	     -o-transition: opacity 0.2s ease-out;
	        transition: opacity 0.2s ease-out;
	opacity: 0;
}
.round-image .image-overlay,
.img-round + .image-overlay {
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.image-overlay.default-cursor {
	cursor: default;
}
.image-overlay span {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.image-overlay span::before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-family: Ionicons;
	line-height: 1;
	color: #fff;
}
.image-overlay .link::before {
	font-size: 48px;
	content: "\f2c7";
}
.image-overlay .zoom::before {
	font-size: 40px;
	content: "\f386";
}
.image-overlay .video::before {
	width: 42px;
	height: 42px;
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	content: "";
}
.image-overlay .video::after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	margin: -12px 0 0 -6px;
	border-left: 16px solid #fff;
    border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	content: "";
}
.no-touch-screen .overlay-enabled:hover .image-overlay {
	opacity: 1;
}

/* Touch-screen devices */
.touch-screen .overlay-enabled .image-overlay a.mfp-lightbox span {
	display: none; 
}
.touch-screen .owl-carousel .overlay-enabled .image-overlay span {
	display: block;
}

/* Video preview
--------------------------------------------------- */
.video-preview {
	max-width: 100%;
}
.video-preview a.mfp-lightbox {
	position: relative;
	display: block;
	max-width: 100%;
}
.video-preview .overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgba(255, 197, 41, 0.05); /* #ffc529 */
	-webkit-transition: background-color 0.3s ease-out;
	     -o-transition: background-color 0.3s ease-out;
	        transition: background-color 0.3s ease-out;
}
.video-preview .img-round + .overlay {
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.video-preview .play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 84px;
	height: 84px;
	margin: -42px 0 0 -42px;
	background-color: rgba(0, 0, 0, 0.4);
	border: 7px solid #fff;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
	-webkit-transition: opacity 0.3s ease-out;
	     -o-transition: opacity 0.3s ease-out;
	        transition: opacity 0.3s ease-out;
	opacity: 0.8;
	cursor: pointer;
}
.video-preview .play-button::after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	margin: -20px 0 0 -10px;
	border-left: 28px solid #fff;
    border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	content: "";
}
.no-touch-screen .video-preview a.mfp-lightbox:hover .overlay {
	background-color: rgba(11, 37, 75, 0.2); /* #0b254b */
}
.no-touch-screen .video-preview a.mfp-lightbox:hover .overlay .play-button {
	opacity: 0.95;
}

/* Lightbox overlay
--------------------------------------------------- */

/* Fade animation */
.mfp-fade.mfp-bg { /* overlay at start */
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	     -o-transition: all 0.15s ease-out;
	        transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready { /* overlay animate in */
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing { /* overlay animate out */
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content { /* content at start */
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	     -o-transition: all 0.15s ease-out;
	        transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content { /* content animate it */
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { /* content animate out */
	opacity: 0;
}

/* Zoom animation */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Popup with inline element */
.white-bg-popup {
	position: relative;
	background: #fff;
	margin: 20px auto;
	padding: 40px;
}
.white-bg-popup:not(.popup-form) {
	width: auto;
	width: 1100px;
	max-width: 95%;
}
.white-bg-popup.popup-form {
	max-width: 95%;
}


/*-----------------------------------------------------------------------------------*/
/*	28. Forms
/*-----------------------------------------------------------------------------------*/

/* .wpcf7-form - Contact Form 7
 * .mc4wp-form - MailChimp for WordPress
 */

/* Submit button */
.comment-form input[type="submit"],
#page-content .contact-form input[type="submit"],
#page-content .wpcf7-form input[type="submit"],
#sidebar .subscription-form input[type="submit"],
#sidebar .mc4wp-form input[type="submit"],
.post-password-form input[type="submit"] {
	padding-top: 9px;
	padding-bottom: 9px;
}

/* Notification */
#page-content .contact-form-message.success p,
#page-content .wpcf7-form .wpcf7-mail-sent-ok,
#main .subscription-form-message.success p,
.mfp-content .subscription-form-message.success p,
#main .mc4wp-form .mc4wp-alert p,
.mfp-content .mc4wp-form .mc4wp-alert p {
	font-weight: 600;
}
#page-content .contact-form-message.error p,
#page-content .wpcf7-form .wpcf7-validation-errors,
#page-content .wpcf7-form .wpcf7-mail-sent-ng,
#main .subscription-form-message.error p,
.mfp-content .subscription-form-message.error p,
#main .mc4wp-form .mc4wp-alert.mc4wp-error p,
.mfp-content .mc4wp-form .mc4wp-alert.mc4wp-error p {
	color: #ff5555;
	font-weight: 600;
}

/* Comment Form
--------------------------------------------------- */
.single-post .blog-posts article + .comment-respond { /* if a post has no comments */
	margin-top: 60px;
}
.comment-respond .comment-reply-title a[href^="#comment"] {
	color: #909090;
}
.comment-respond .comment-reply-title a[href^="#comment"]:hover {
	color: #666;
}
#cancel-comment-reply-link {
	font: 21px/24px Muli, Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #ff8888;
	margin-left: 3px;
}
#cancel-comment-reply-link::before {
	content: "\2014 \00A0";
}
.comment-form .comment-notes {
	color: #666;
	margin-bottom: 15px;
}
.comment-form label {
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 7px;
}
.comment-form label span {
	font-weight: normal;
}
.comment-form span.required {
	color: #ff5555;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 60%;
	min-width: 290px;
	background-color: #f1f1f1;
	border: none;
	border-bottom: 2px solid #f1f1f1;
}
.comment-form textarea {
	height: 150px;
	background-color: #f1f1f1;
	border: none;
	border-bottom: 2px solid #f1f1f1;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
	background-color: #f5f5f5;
	border-bottom-color: #ffe294;
}

/* Checkbox */
.comment-form input[type="checkbox"] {
	position: relative;
	top: 1px;
	margin-right: 5px;
}
.comment-form input[type="checkbox"] + label {
	display: inline;
	margin-bottom: 0;
}

/* Submit */
.comment-form .field-submit {
	margin-top: 25px;
}

/* Contact Form (prebuilt),
 * Contact Form 7 (plugin)
--------------------------------------------------- */
#page-content .contact-form,
.page-template-contact-page #page-content .wpcf7-form {
	width: 80%;
}
#page-content .wpcf7-form .wpcf7-form-control-wrap {
	display: block;
	margin: 7px 0 0;
}
#page-content .wpcf7-form p {
	margin-bottom: 20px;
}
#page-content .wpcf7-form p:last-of-type {
	margin-bottom: 0;
}
#page-content .contact-form label,
#page-content .wpcf7-form label {
	line-height: 1.5;
	font-weight: 700;
}
#page-content .contact-form label {
	margin-bottom: 7px;
}
#page-content .contact-form label span,
#page-content .wpcf7-form label > span {
	font-weight: normal;
}
#page-content .contact-form span.required,
#page-content .wpcf7-form span.required {
	color: #ff5555;
}
#page-content .contact-form input[type="text"],
#page-content .contact-form input[type="email"],
#page-content .contact-form input[type="url"],
#page-content .wpcf7-form input[type="text"],
#page-content .wpcf7-form input[type="email"],
#page-content .wpcf7-form input[type="url"] {
	background-color: #f1f1f1;
	border: none;
	border-bottom: 2px solid #f1f1f1;
}
#page-content .contact-form textarea,
#page-content .wpcf7-form textarea {
	height: 150px;
	background-color: #f1f1f1;
	border: none;
	border-bottom: 2px solid #f1f1f1;
}
#page-content .wpcf7-form input[type="text"],
#page-content .wpcf7-form input[type="email"],
#page-content .wpcf7-form input[type="url"],
#page-content .wpcf7-form textarea,
#page-content .wpcf7-form select {
	margin-bottom: 5px;
}
#page-content .contact-form input[type="text"]:focus,
#page-content .contact-form input[type="email"]:focus,
#page-content .contact-form input[type="url"]:focus,
#page-content .contact-form textarea:focus,
#page-content .contact-form div.error > textarea:focus,
#page-content .wpcf7-form input[type="text"]:focus,
#page-content .wpcf7-form input[type="email"]:focus,
#page-content .wpcf7-form input[type="url"]:focus,
#page-content .wpcf7-form textarea:focus {
	background-color: #f5f5f5;
	border-bottom-color: #ffe294;
}

/* Select */
#page-content .contact-form .select-wrapper::after,
#page-content .wpcf7-form .select-wrapper::after {
	border-left-width: 6px;
	border-right-width: 6px;
	border-top-width: 7px;
}
#page-content .contact-form select,
#page-content .wpcf7-form select {
	background-color: #f1f1f1;
	border: none;
	border-bottom: 2px solid #f1f1f1;
}
#page-content .contact-form select:focus,
#page-content .wpcf7-form select:focus {
	background-color: #f5f5f5;
}
#page-content .contact-form select:focus > option,
#page-content .wpcf7-form select:focus > option {
	background-color: #fff;
}

/* Checkbox */
#page-content .contact-form input[type="checkbox"] {
	position: relative;
	top: 1px;
	margin-right: 5px;
}
#page-content .contact-form .field-checkbox label {
	display: inline;
	margin-bottom: 0;
}
#page-content .wpcf7-form .wpcf7-form-control-wrap.agree,
#page-content .wpcf7-form .wpcf7-acceptance,
#page-content .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
	display: inline;
	margin: 0;
}
#page-content .wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
	position: relative;
	top: 1px;
}
#page-content .wpcf7-form .wpcf7-form-control-wrap.agree + label.acceptance {
	display: inline;
	margin: 0 0 0 2px;
}

/* reCAPTCHA */
#page-content .wpcf7-form .wpcf7-form-control-wrap.recaptcha {
	margin-bottom: 40px;
}
#page-content .wpcf7-form .wpcf7-form-control-wrap.recaptcha br {
	display: none;
}

/* Submit */
#page-content .contact-form .field-submit {
	margin-top: 25px;
}
#page-content .wpcf7-form input[type="submit"] {
	margin-top: 0;
}
#page-content .wpcf7-form input[type="submit"][disabled],
#page-content .wpcf7-form input[type="submit"][disabled]:hover {
	background-color: #909090;
	cursor: default;
}
#page-content .contact-form .field-submit .loader,
#page-content .wpcf7-form .ajax-loader {
	display: inline-block;
	width: 16px;
	height: 11px;
	background: url(../images/icons/ajax-loader.gif) no-repeat 0 0;
	margin-left: 30px;
}
#page-content .contact-form div.error > input,
#page-content .contact-form div.error > textarea,
#page-content .contact-form div.error > select {
	border-bottom-color: #ff8888;
}
#page-content .wpcf7-form .wpcf7-not-valid-tip {
	color: #ff5555;
}
#page-content .contact-form-message p {
	font-size: 16px;
	margin: 15px 0 0;
}
#page-content .wpcf7-form .wpcf7-response-output {
	font-size: 16px;
	border: none;
	margin: 15px 0 0;
	padding: 0;
}

/* Subscription Form
--------------------------------------------------- */
.stripe-bottom .form-heading {
	margin-bottom: 7px;
}
.stripe-bottom .form-info-text {
	margin-bottom: 20px;
}
#main .subscription-form input[type="text"]:focus,
#main .subscription-form input[type="email"]:focus,
.mfp-content .subscription-form input[type="text"]:focus,
.mfp-content .subscription-form input[type="email"]:focus,
.mc4wp-form input[type="text"]:focus,
.mc4wp-form input[type="email"]:focus {
	border-color: #ffe294;
	-webkit-box-shadow: 0 0 3px rgba(255, 197, 41, 0.35);
	        box-shadow: 0 0 3px rgba(255, 197, 41, 0.35); /* #ffc529 */
}

/* inline style for one-column layout */
.stripe-bottom .columns:only-child .subscription-form .subscription-fields-wrapper,
.stripe-bottom .columns:only-child .mc4wp-form .subscription-fields-wrapper {
	line-height: 0;
}
.stripe-bottom .columns:only-child .subscription-form .subscription-fields-wrapper [class*="field-"],
.stripe-bottom .columns:only-child .mc4wp-form .subscription-fields-wrapper [class*="field-"] {
	display: inline-block;
	margin-right: 6px;
	overflow: hidden;
}
.stripe-bottom .columns:only-child .subscription-form .field-subscriber-name,
.stripe-bottom .columns:only-child .subscription-form .field-subscriber-email,
.stripe-bottom .columns:only-child .mc4wp-form .field-subscriber-name,
.stripe-bottom .columns:only-child .mc4wp-form .field-subscriber-email {
	width: 250px;
}
.stripe-bottom .columns:only-child .subscription-form input[type="text"],
.stripe-bottom .columns:only-child .subscription-form input[type="email"],
.stripe-bottom .columns:only-child .mc4wp-form input[type="text"],
.stripe-bottom .columns:only-child .mc4wp-form input[type="email"] {
	display: inline-block;
	height: 48px;
	margin-bottom: 0;
	padding: 11px 15px;
	border: none;
	background-color: #e6e9ed;
}
.stripe-bottom .columns:only-child .subscription-form input[type="text"]:focus,
.stripe-bottom .columns:only-child .subscription-form input[type="email"]:focus,
.stripe-bottom .columns:only-child .mc4wp-form input[type="text"]:focus,
.stripe-bottom .columns:only-child .mc4wp-form input[type="email"]:focus {
	background-color: #fff !important;
}
.stripe-bottom .columns:only-child .subscription-form input[type="submit"],
.stripe-bottom .columns:only-child .mc4wp-form input[type="submit"] {
	height: 48px;
}

/* Submit */
#main .subscription-form .field-submit,
.mfp-content .subscription-form .field-submit {
	position: relative;
	display: inline-block;
	padding-right: 26px; /* for ajax-loader.gif */
}
#main .subscription-form .field-submit .loader,
.mfp-content .subscription-form .field-submit .loader {
	position: absolute;
	display: block;
	top: 50%;
	right: 0;
	width: 16px;
	height: 11px;
	margin-top: -5px;
	background: url(../images/icons/ajax-loader.gif) no-repeat 0 0;
	
}
#main .subscription-form div.error > input,
.mfp-content .subscription-form div.error > input {
	border-color: #ff8888;
}
#main .subscription-form-message p,
.mfp-content .subscription-form-message p {
	font-size: 16px;
	margin: 10px 0 0;
}
#main .mc4wp-form .mc4wp-response,
.mfp-content .mc4wp-form .mc4wp-response {
	margin-top: 15px;
}
#main .mc4wp-form .mc4wp-alert p,
.mfp-content .mc4wp-form .mc4wp-alert p {
	font-size: 16px;
	margin: 0;
}
.stripe-bottom .columns:only-child .subscription-form-message p,
.stripe-bottom .columns:only-child .mc4wp-form .mc4wp-alert p {
	color: #ffb2b2;
	/*color: rgba(255, 255, 255, 0.7);*/
}
.stripe-bottom .columns:only-child .subscription-form-message.error p,
.stripe-bottom .columns:only-child .mc4wp-form .mc4wp-alert.mc4wp-error p {
	color: #ffb2b2;
}

/* Password Form
--------------------------------------------------- */
.post-password-form label {
	width: 60%;
	min-width: 290px;
	font-weight: bold;
	margin-bottom: 7px;
}

/* Search Form
--------------------------------------------------- */
.search-form > div {
	position: relative;
}
.search-form > div::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 15px;
	margin-top: -9px;
	font-family: FontAwesome;
	font-size: 18px;
	line-height: 18px;
	color: #d5d5d5;
	content: "\f002";
	-webkit-transition: color 0.2s ease-out;
	   -moz-transition: color 0.2s ease-out;
		 -o-transition: color 0.2s ease-out;
	        transition: color 0.2s ease-out;
}
.search-form > div:hover::before {
	color: rgba(11, 37, 75, 0.5); /* #0b254b */
}
.search-form .search-field {
	margin: 0;
	padding: 8px 46px 8px 15px;
}
.search-form .search-field:focus {
	border-color: #ffe294;
	-webkit-box-shadow: 0 0 3px rgba(255, 197, 41, 0.35);
	        box-shadow: 0 0 3px rgba(255, 197, 41, 0.35); /* #ffc529 */
}
.search-form .search-submit {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 2px;
	width: 46px;
	height: 40px;
	margin-top: -20px;
	padding: 0;
	background: none;
	border: none;
}
.search-form .search-submit:hover {
	background: none;
}

#page-content .search-form {
	margin-bottom: 50px;
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 571px) {
	/* subscription form in popup window */
	.mfp-content .popup-form .row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}
	.mfp-content .popup-form .column-media,
	.mfp-content .popup-form .column-main {
		-webkit-flex-basis: 0;
			-ms-flex-preferred-size: 0;
				flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
			-ms-flex-positive: 1;
				flex-grow: 1;
		align-self: center;
	}
	.mfp-content .popup-form .column-media {
		-webkit-box-flex: 0;
		 -webkit-flex: 0 0 39.9%; /* 39.9% instead of 40% for iOS fix */
		     -ms-flex: 0 0 39.9%;
			     flex: 0 0 39.9%;
		max-width: 39.9%;
	}
	.mfp-content .popup-form .column-main {
		-webkit-box-flex: 0;
		 -webkit-flex: 0 0 59.9%; /* 59.9% instead of 60% for iOS fix */
		     -ms-flex: 0 0 59.9%;
			     flex: 0 0 59.9%;
		max-width: 59.9%;
	}
	.mfp-content .popup-form .column-media figure {
		margin: 0 20px 0 10px;
	}
}
@media (min-width: 992px) {
	#page-content.fullwidth-layout .search-form > div,
	#main-content .search-form > div {
		width: 60%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#page-content .contact-form,
	.page-template-contact-page #page-content .wpcf7-form {
		width: 90%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#page-content .contact-form,
	.page-template-contact-page #page-content .wpcf7-form {
		width: 95%;
	}
	
	.stripe-bottom .columns:only-child .subscription-form .field-subscriber-name,
	.stripe-bottom .columns:only-child .subscription-form .field-subscriber-email,
	.stripe-bottom .columns:only-child .mc4wp-form .field-subscriber-name,
	.stripe-bottom .columns:only-child .mc4wp-form .field-subscriber-email {
		width: 200px;
	}
	
	#page-content.fullwidth-layout .search-form > div,
	#main-content .search-form > div {
		width: 80%;
	}
}
@media (max-width: 767px) {
	.stripe-bottom .columns:only-child .subscription-form input[type="text"],
	.stripe-bottom .columns:only-child .subscription-form input[type="email"],
	.stripe-bottom .columns:only-child .mc4wp-form input[type="text"],
	.stripe-bottom .columns:only-child .mc4wp-form input[type="email"] {
		margin-bottom: 12px;
	}
}
@media (min-width: 571px) and (max-width: 767px) {
	.stripe-bottom .columns:only-child .subscription-form .field-subscriber-name,
	.stripe-bottom .columns:only-child .subscription-form .field-subscriber-email,
	.stripe-bottom .columns:only-child .mc4wp-form .field-subscriber-name,
	.stripe-bottom .columns:only-child .mc4wp-form .field-subscriber-email {
		width: 204px;
	}
	.stripe-bottom .columns:only-child .subscription-form input[type="submit"],
	.stripe-bottom .columns:only-child .mc4wp-form input[type="submit"] {
		width: 420px;
	}
	.stripe-bottom .columns:only-child .subscription-form .field-submit {
		padding-left: 26px;
	}
	
	/* subscription form in popup window */
	.mfp-content .popup-form .column-media figure {
		margin: 0 10px 0 0;
	}
}
@media (max-width: 570px) {
	#page-content .contact-form,
	.page-template-contact-page #page-content .wpcf7-form {
		width: 100%;
	}
	
	.stripe-bottom .columns:only-child .subscription-form .field-subscriber-name,
	.stripe-bottom .columns:only-child .subscription-form .field-subscriber-email,
	.stripe-bottom .columns:only-child .mc4wp-form .field-subscriber-name,
	.stripe-bottom .columns:only-child .mc4wp-form .field-subscriber-email {
		width: 100%;
	}
	.stripe-bottom .columns:only-child .subscription-form .field-submit {
		padding-left: 26px;
	}
	
	/* subscription form in popup window */
	.mfp-content .popup-form {
		text-align: center;
	}
	.mfp-content .popup-form .column-media {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	.mfp-content .popup-form .column-media figure {
		margin-bottom: 40px;
	}
	.mfp-content .subscription-form .field-submit {
		padding-left: 26px;
	}
}
@media (max-width: 479px) {
	/* subscription form in popup window */
	.mfp-content .popup-form .columns {
		padding-left: 0;
		padding-right: 0;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	29. Contact Page & Google Map
/*-----------------------------------------------------------------------------------*/

.page-template-contact-page #main .phone-number {
	white-space: nowrap;
}
.phone-number * {
	color: inherit !important; /* overwrite style applied by iOS for automatically detected phone numbers */
}

/* Contact details
--------------------------------------------------- */
.page-template-contact-page .contact-info p {
	font-size: 18px;
}
.page-template-contact-page .contact-notes .title {
	letter-spacing: 1px;
}
.page-template-contact-page .contact-notes p:last-child {
	margin-bottom: 0;
}
.page-template-contact-page .contact-notes .heading-caps {
	color: #909090 ;
	margin: 0 0 5px;
}
.page-template-contact-page .contact-notes .working-hours {
	margin-bottom: 10px;
}

/* Info box */
.page-template-contact-page .contact-notes .info-box {
	padding: 30px;
}
.page-template-contact-page .contact-notes .info-box.primary-color-bg::before {
	background: none;
}
.page-template-contact-page .contact-notes .info-box .heading-caps {
	color: #e6e9ed;
	margin: 0 0 10px;
}
.page-template-contact-page .contact-notes .info-box strong,
.page-template-contact-page .contact-notes .info-box a {
	font-weight: 600;
}

.page-template-contact-page .contact-info .address-details {
	margin-top: 50px;
}
.page-template-contact-page .contact-info .contact-photo {
	margin-top: 40px;
}

/* Social share
--------------------------------------------------- */
.page-template-contact-page #sidebar {
	margin: 60px 0 110px;
}
.page-template-contact-page #sidebar .title {
	letter-spacing: 1px;
}
.page-template-contact-page #sidebar .social-share {
	margin-top: 20px;
}

/* Google Maps
--------------------------------------------------- */
#bottom-stripe.map-wrapper {
	padding: 0;
}
.stripe.map-wrapper .columns {
	float: none;
}
.google-map {
	position: relative;
	width: 100%;
	height: 400px;
}
.google-map > span {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	display: block;
	font-size: 18px;
	text-align: center;
	color: #666;
	margin-top: -15px;
}
.google-map .gm-title {
	font: 700 17px/26px Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 3px;
}
.google-map p {
	font: 14px/21px Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 5px;
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 1520px) {
	.page-template-contact-page #sidebar {
		margin-bottom: 125px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.page-template-contact-page .contact-notes .info-box {
		padding: 30px 20px;
	}
	.page-template-contact-page #sidebar {
		margin-bottom: 100px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.page-template-contact-page #sidebar {
		margin-bottom: 90px;
	}
}
@media (max-width: 767px) {
	.page-template-contact-page .contact-info + #main-content {
		margin-top: 70px;
	}
	.page-template-contact-page #sidebar {
		margin-bottom: 70px;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	30. Sidebar
/*-----------------------------------------------------------------------------------*/

/* Sidebar widgets
--------------------------------------------------- */
#sidebar .widget {
	margin-bottom: 70px;
	text-align: center;
}
#sidebar .widget > * {
	text-align: left;
}
#sidebar .widget .widget-title {
	font-weight: 700;
	margin-bottom: 20px;
}

/* Widget title underline */
#sidebar .widget.title-underline .widget-title {
	position: relative;
	display: inline-block;
	margin-bottom: 35px;
}
#sidebar .widget.title-underline .widget-title::after {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: -5px;
	height: 2px;
	background-color: rgba(255, 197, 41, 0.3); /* #ffc529 */
	content: "";
}

/* WP Recent Posts widget
--------------------------------------------------- */
#sidebar .widget_recent_entries {
	margin-bottom: 50px;
}
#sidebar .widget_recent_entries .widget-title {
	margin-bottom: -5px;
}
#sidebar .widget_recent_entries.title-underline .widget-title {
	margin-bottom: 7px;
}
#sidebar .widget_recent_entries ul {
	list-style: none;
	background-color: rgba(255, 255, 255, 0.8);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 100px, rgba(250, 250, 250, 0.8) 150px);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 100px, rgba(250, 250, 250, 0.8) 150px);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 100px, rgba(250, 250, 250, 0.8) 150px);
	margin: 0;
	padding: 25px 25px 20px 0;
}
#sidebar .widget_recent_entries li {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 15px;
}
#sidebar .widget_recent_entries li:last-child {
	margin-bottom: 0;
}
#sidebar .widget_recent_entries ul a {
	font-weight: 600;
	padding: 6px 0;
}
#sidebar .widget_recent_entries .post-date {
	display: block;
	font: 14px/22px Verdana, Geneva, sans-serif;
	letter-spacing: -0.3px;
	color: #a5a5a5;
	margin-top: 5px;
}

/* Text Block widget
--------------------------------------------------- */
#sidebar .widget-text-block:not(.text-no-bg) {
	margin-bottom: 40px;
}
#sidebar .widget-text-block .widget-title {
	margin-bottom: -8px;
}
#sidebar .widget-text-block.title-underline .widget-title {
	margin-bottom: 7px;
}
#sidebar .widget-text-block.text-no-bg .widget-title {
	margin-bottom: 10px;
}
#sidebar .widget-text-block.text-no-bg.title-underline .widget-title {
	margin-bottom: 30px;
}
#sidebar .widget-text-block:not(.text-no-bg) .text-wrapper  {
	background-color: rgba(255, 255, 255, 0.8);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 100px, rgba(250, 250, 250, 0.8) 150px);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 100px, rgba(250, 250, 250, 0.8) 150px);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 100px, rgba(250, 250, 250, 0.8) 150px);
	padding: 25px 25px 30px 0;
}
#sidebar .widget-text-block p:last-child,
#sidebar .widget-text-block ul:last-child,
#sidebar .widget-text-block ol:last-child,
#sidebar .widget-text-block blockquote:last-child {
	margin-bottom: 0;
}
#sidebar .widget-text-block.text-no-bg .button-std {
	width: 100%;
}
#sidebar .widget-text-block.text-no-bg .widget-title + .text-wrapper > .button-std:first-child,
#sidebar .widget-text-block.text-no-bg .widget-title + .text-wrapper > p:first-child .button-std:first-child {
	margin-top: 10px;
}

/* Info Box widget
--------------------------------------------------- */
#sidebar .widget-info-box .info-box.shadow {
	background-color: #fdfdfd;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
	        box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}
#sidebar .widget-info-box .info-box .info-text {
	padding-top: 15px;
}
#sidebar .widget-info-box .info-box:not(.shadow) .info-text:first-child {
	padding-top: 0;
}
#sidebar .widget-info-box .info-box.shadow .info-text {
	padding: 20px 20px 30px;
}

/* Featured Article widget
--------------------------------------------------- */
#sidebar .widget-featured-article .info-box.shadow {
	background-color: #fdfdfd;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
	        box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}
#sidebar .widget-featured-article .info-box .info-text {
	padding: 20px 20px 30px;
}
.widget-featured-article .info-text .title {
	margin-bottom: 5px;
}
.widget-featured-article .info-text .title a {
	padding: 5px 0;
}
.widget-featured-article .info-text p {
	font-size: 18px;
	margin-bottom: 0;
}
.widget-featured-article .info-text .post-meta {
	font: 14px/23px Verdana, Geneva, sans-serif;
	letter-spacing: -0.3px;
	color: #a5a5a5;
	margin-top: 10px;
}
.widget-featured-article .info-text .post-meta a {
	font-style: italic;
}

/* Testimonials widget
--------------------------------------------------- */
#sidebar .widget-testimonials .widget-title {
	
}
#sidebar .widget-testimonials.title-underline .widget-title {
	
}

/* Social Profiles widget
--------------------------------------------------- */
#sidebar .widget-social-profiles {
	margin-top: 2px;
	margin-bottom: 65px;
}
#sidebar .widget-social-profiles .widget-title,
#page-content .widget-social-profiles .widget-title {
	float: left;
	color: #666;
	margin: 0 15px 0 0 !important;
	padding-top: 2px;
}

.social-profiles .fa-icon-list {
	margin: 0 0 -8px;
}
.social-profiles .fa-icon-list li {
	margin: 0 8px 8px 0;
}
.social-profiles .fa-icon-list li:last-child {
	margin-right: 0;
}
.social-profiles .fa-icon-list li a {
	display: block;
	width: 33px;
	height: 33px;
	text-align: center;
	background-color: #267ffd;
	border: none;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	opacity: 0.8;
}
.social-profiles .fa-icon-list li a:hover {
	opacity: 1;
}
.social-profiles .fa-icon-list li[class*="icon-"] a {
	opacity: 0.7;
}
.social-profiles .fa-icon-list li[class*="icon-"] a:hover {
	opacity: 0.9;
}

.social-profiles .fa-icon-list li.icon-behance a { background-color: #131418; }
.social-profiles .fa-icon-list li.icon-dribbble a { background-color: #ea4c89; }
.social-profiles .fa-icon-list li.icon-facebook a { background-color: #3b5998; }
.social-profiles .fa-icon-list li.icon-google-plus a { background-color: #dd4b39; }
.social-profiles .fa-icon-list li.icon-instagram a { background-color: #e4405f; }
.social-profiles .fa-icon-list li.icon-linkedin a { background-color: #0077b5; }
.social-profiles .fa-icon-list li.icon-pinterest a { background-color: #bd081c; }
.social-profiles .fa-icon-list li.icon-tumblr a { background-color: #35465d; }
.social-profiles .fa-icon-list li.icon-twitter a { background-color: #55acee; }
.social-profiles .fa-icon-list li.icon-vimeo a { background-color: #1ab7ea; }
.social-profiles .fa-icon-list li.icon-vk a { background-color: #4c75a3; }
.social-profiles .fa-icon-list li.icon-xing a { background-color: #005a5f; }
.social-profiles .fa-icon-list li.icon-youtube a { background-color: #cd201f; }
.social-profiles .fa-icon-list li.icon-rss a { background-color: #f26522; }

.social-profiles .fa-icon-list li .fa {
	width: 23px;
	color: #fff;
	line-height: 33px;
}
.social-profiles .fa-icon-list li > .fa { /* if url is not specified */
	color: #b5b5b5;
}

/* Twitter Feed widget
--------------------------------------------------- */
#sidebar .widget-twitter-feed .widget-title {
	
}

/* Video widget
--------------------------------------------------- */
.widget-video .video-description {
	font-size: 18px;
	color: #666;
	margin: 15px 0 -5px;
}

/* WP Text widget
--------------------------------------------------- */
#sidebar .widget_text:not(.text-no-bg) {
	margin-bottom: 40px;
}
#sidebar .widget_text .widget-title {
	margin-bottom: -8px;
}
#sidebar .widget_text.title-underline .widget-title {
	margin-bottom: 7px;
}
#sidebar .widget_text.text-no-bg .widget-title {
	margin-bottom: 10px;
}
#sidebar .widget_text.text-no-bg.title-underline .widget-title {
	margin-bottom: 30px;
}
#sidebar .widget_text:not(.text-no-bg) .textwidget  {
	background-color: rgba(255, 255, 255, 0.8);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 100px, rgba(250, 250, 250, 0.8) 150px);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 100px, rgba(250, 250, 250, 0.8) 150px);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 100px, rgba(250, 250, 250, 0.8) 150px);
	padding: 25px 25px 30px 0;
}
#sidebar .widget_text p:last-child,
#sidebar .widget_text ul:last-child,
#sidebar .widget_text ol:last-child,
#sidebar .widget_text blockquote:last-child {
	margin-bottom: 0;
}

/* Media queries
--------------------------------------------------- */
@media (max-width: 991px) {
	/* top border gradient if the sidebar contains visible widgets */
	#sidebar.sidebar-visible-sm-down {
		padding-top: 80px;
	}
	#sidebar.sidebar-visible-sm-down::before {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		height: 70px;
		margin: 0 -15px; /* fallback */
		margin: 0 calc(50% - 50vw);
		background-image: -webkit-linear-gradient(top, #f9f9f9 5px, rgba(249, 249, 249, 0));
		background-image: -o-linear-gradient(top, #f9f9f9 5px, rgba(249, 249, 249, 0));
		background-image: linear-gradient(to bottom, #f9f9f9 5px, rgba(249, 249, 249, 0));
		border-top: 1px solid #eee;
		content: "";
	}
	
	#sidebar .widget_recent_entries {
		margin-bottom: 60px;
	}
	#sidebar .widget_recent_entries ul {
		padding: 25px 0 10px;
		background: none;
	}
	#sidebar .widget-text-block:not(.text-no-bg),
	#sidebar .widget_text:not(.text-no-bg) {
		margin-bottom: 50px;
	}
	#sidebar .widget-text-block:not(.text-no-bg) .text-wrapper,
	#sidebar .widget_text:not(.text-no-bg) .textwidget {
		padding: 25px 0 20px;
	}
	
	/* space between the last visible widget in sidebar and the "bottom stripe" section */
	#sidebar .widget.mb-last-child {
		margin-bottom: 100px;
	}
	#sidebar .widget_recent_entries.mb-last-child {
		margin-bottom: 90px;
	}
	#sidebar .widget-text-block:not(.text-no-bg).mb-last-child,
	#sidebar .widget_text:not(.text-no-bg).mb-last-child {
		margin-bottom: 80px;
	}
	#sidebar .widget-social-profiles.mb-last-child {
		margin-bottom: 95px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	/* top border gradient if the sidebar contains visible widgets */
	#sidebar.sidebar-visible-only-sm {
		padding-top: 80px;
	}
	#sidebar.sidebar-visible-only-sm::before {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		height: 70px;
		margin: 0 -15px; /* fallback */
		margin: 0 calc(50% - 50vw);
		background-image: -webkit-linear-gradient(top, #f9f9f9 5px, rgba(249, 249, 249, 0));
		background-image: -o-linear-gradient(top, #f9f9f9 5px, rgba(249, 249, 249, 0));
		background-image: linear-gradient(to bottom, #f9f9f9 5px, rgba(249, 249, 249, 0));
		border-top: 1px solid #eee;
		content: "";
	}
}
@media (min-width: 571px) and (max-width: 991px) {
	/* the width of content inside the sidebar is limited to 540px */
	#sidebar .widget {
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 767px) {	
	/* space between the last visible widget in sidebar and the "bottom stripe" section */
	#sidebar .widget.mb-xs-last-child {
		margin-bottom: 100px;
	}
	#sidebar .widget_recent_entries.mb-xs-last-child {
		margin-bottom: 90px;
	}
	#sidebar .widget-text-block:not(.text-no-bg).mb-xs-last-child,
	#sidebar .widget_text:not(.text-no-bg).mb-xs-last-child {
		margin-bottom: 80px;
	}
	#sidebar .widget-social-profiles.mb-xs-last-child {
		margin-bottom: 95px;
	}
	
	#sidebar .widget-info-box .info-box,
	#sidebar .widget-featured-article .info-box {
		margin-right: 0;
		margin-left: 0;
	}
	#sidebar .widget-info-box .info-box.shadow,
	#sidebar .widget-featured-article .info-box.shadow {
		-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
		        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
	}
}


/*-----------------------------------------------------------------------------------*/
/*	31. Footer
/*-----------------------------------------------------------------------------------*/

#footer {
	position: relative;
	padding: 80px 0 50px;
}
#footer .columns:last-child {
	text-align: right;
}
#footer .title {
	font-size: 21px;
	color: inherit;
	margin-bottom: 20px;
}
#footer p {
	margin-bottom: 0;
}
#footer .footer-logo {
	width: 215px; /* ratio: 258/54 */
	height: 45px;
	-webkit-filter: saturate(30%);
	        filter: saturate(30%);
}

#footer .footer-notes {
	margin-top: 20px;
}
#footer .footer-notes p {
	font-size: 16px;
}

/* Footer menu
--------------------------------------------------- */
#footer .footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .footer-menu li {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
}
#footer .footer-menu li:last-child {
	margin-bottom: 0;
}
#footer .footer-menu a {
	color: inherit;
	font-weight: 600;
	padding: 6px 0;
}
#footer .footer-menu a:hover {
	color: #0b254b;
	text-decoration: underline;
}

/* Contact Details
--------------------------------------------------- */
#footer .contact-email {
	font-size: 17px;
	font-weight: 600;
}
#footer .contact-email a {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}
#footer .contact-email a:hover {
	color: #0b254b;
	text-decoration: underline;
}

/* Social profile icons */
#footer .contact-details .fa-icon-list {
	margin-top: 25px;
}
#footer .contact-details .fa-icon-list li {
	margin: 0 14px 14px 0;
}
#footer .contact-details .fa-icon-list li:last-child {
	margin-right: 0;
}
#footer .contact-details .fa-icon-list li a {
	display: block;
	width: 33px;
	height: 33px;
	text-align: center;
	text-decoration: none;
	border: none;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.contact-details .fa-icon-list li[class*="icon-"] a {
	background-color: #909090;
}
#footer .contact-details .fa-icon-list li a:hover {
	background: rgba(11, 37, 75, 0.3); /* #0b254b */
}

.contact-details .fa-icon-list li.icon-behance a { background-color: #131418; }
.contact-details .fa-icon-list li.icon-dribbble a { background-color: #ea4c89; }
.contact-details .fa-icon-list li.icon-facebook a { background-color: #3b5998; }
.contact-details .fa-icon-list li.icon-flickr a { background-color: #f40083; }
.contact-details .fa-icon-list li.icon-instagram a {
	background-color: #e4405f;
	background-image: -webkit-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
	background-image: -o-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
	background-image: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
}
.contact-details .fa-icon-list li.icon-linkedin a { background-color: #0077b5; }
.contact-details .fa-icon-list li[class*="icon-pinterest"] a { background-color: #bd081c; }
.contact-details .fa-icon-list li.icon-tumblr a { background-color: #35465d; }
.contact-details .fa-icon-list li.icon-twitter a { background-color: #55acee; }
.contact-details .fa-icon-list li[class*="icon-vimeo"] a { background-color: #1ab7ea; }
.contact-details .fa-icon-list li.icon-xing a { background-color: #005a5f; }
.contact-details .fa-icon-list li.icon-youtube a { background-color: #cd201f; }
.contact-details .fa-icon-list li.icon-rss a { background-color: #f26522; }
.contact-details .fa-icon-list li.icon-skype a { background-color: #00aff0; }

#footer .contact-details .fa-icon-list li .fa {
	width: 23px;
	color: #fff;
	line-height: 33px;
}
#footer .contact-details .fa-icon-list li.icon-instagram .fa {
	font-size: 19px;
}
#footer .contact-details .fa-icon-list li > .fa { /* if url is not specified */
	color: #b5b5b5;
}

/* Footer Bottom
--------------------------------------------------- */
#footer-bottom {
	position: relative;
}
#footer-bottom .container {
	padding-bottom: 80px;
}
#footer-bottom .row {
	margin-left: 0;
	margin-right: 0;
	padding-top: 40px;
	border-top: 1px solid #e6e9ed;
}
#footer-bottom .columns {
	padding-left: 0;
	padding-right: 0;
}
#footer-bottom .columns.bottom-left-col {
	float: left;
}
#footer-bottom .columns.bottom-right-col {
	float: right;
}
#footer-bottom * {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
#footer-bottom p {
	margin: 0;
}

/* Scroll Top */
#footer-bottom .scroll-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	width: 44px;
	height: 44px;
	z-index: 100;
	padding-top: 9px;
	text-align: center;
	cursor: pointer;
	background-color: rgba(11, 37, 75, 0.3); /* #0b254b */
	opacity: 1;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	-webkit-transition: background-color 0.15s ease;
	     -o-transition: background-color 0.15s ease;
			transition: background-color 0.15s ease;
}
#footer-bottom .scroll-top:hover {
	background-color: rgba(11, 37, 75, 0.5); /* #0b254b */
}
#footer-bottom .scroll-top .ion { /* vector icons - Ionicons */
	font-size: 24px;
	color: #fff;
}
#footer-bottom:not(.scrolltop-active) .scroll-top {
	display: none;
}

/* Bottom Links */
#footer-bottom .links {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-bottom .links li {
	display: inline-block;
	margin: 0 -4px 0 0;
	padding-right: 25px;
}
#footer-bottom .links li:last-child {
	margin-right: 0;
	padding-right: 0;
}
#footer-bottom .links a {
	font-weight: 600;
	color: inherit;
	text-decoration: underline;
}
#footer-bottom .links a:hover {
	color: #0b254b;
}

/* Media queries
--------------------------------------------------- */
@media (min-width: 1520px) {
	#footer {
		padding-top: 100px;
	}
	#footer .container,
	#footer .container .columns {
		padding-left: 50px;
		padding-right: 50px;
	}
	#footer .row {
		margin-left: -85px;
		margin-right: -85px;
	}
}
@media (min-width: 1200px) and (max-width: 1519px) {
	#footer .container,
	#footer .container .columns {
		padding-left: 35px;
		padding-right: 35px;
	}
	#footer .row {
		margin-left: -55px;
		margin-right: -55px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#footer .container,
	#footer .container .columns {
		padding-left: 30px;
		padding-right: 30px;
	}
	#footer .row {
		margin-left: -45px;
		margin-right: -45px;
	}
	#footer .contact-email a {
		white-space: normal;
		word-wrap: break-word;
	}
	#footer-bottom .scroll-top {
		bottom: 20px;
	}
}
@media (max-width: 991px) {
	#footer .columns:last-child {
		text-align: left;
	}
	#footer-bottom .scroll-top {
		bottom: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#footer {
		padding-top: 70px;
	}
	#footer .container,
	#footer .container .columns {
		padding-left: 20px;
		padding-right: 20px;
	}
	#footer .row {
		margin-left: -25px;
		margin-right: -25px;
	}
	#footer .col-xs-6 {
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	#footer {
		padding-top: 50px;
	}
	#footer .col-xs-6 {
		margin-top: 50px;
	}
	#footer-bottom .columns.bottom-left-col,
	#footer-bottom .columns.bottom-right-col,
	#footer-bottom .links {
		float: none;
	}
	#footer-bottom .columns {
		text-align: center;
	}
	#footer-bottom .links {
		margin-top: 20px;
	}
}
@media (max-width: 570px) {
	#footer .columns {
		float: none;
		width: 100%;
	}
	#footer .columns,
	#footer .columns:last-child {
		text-align: center;
	}
	#footer .footer-logo {
		display: inline-block;
	}
	#footer-bottom .links li {
		line-height: 30px;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	36. Typography
/*-----------------------------------------------------------------------------------*/

/* Highlights
--------------------------------------------------- */
.highlight {
	color: #7c6c28;
	font-weight: 400;
	background-color: #fcfbe2;
	padding: 1px 4px 3px;
}
.highlight-dashline {
	font-weight: 600;
	border-bottom: 2px dashed #e5b225;
}
.highlighted {
	padding: 1px 7px 5px;
	margin: 0 3px;
	color: #0b254b;
	background-color: #f4f8ff;
}

/* for dark colored background */
.dark-colored-bg .highlight-dashline {
	border-color: rgba(255, 197, 41, 0.4); /* #ffc529 */
}

/* Lists
--------------------------------------------------- */
.check-list,
.check-circle-list,
.check-small-list,
.arrow-list,
.dot-list {
	display: block;
	list-style: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

/* Check marker - normal size */
.check-list > li {
	position: relative;
	line-height: 1.5;
	padding-left: 40px;
	margin-bottom: 20px;
}
.check-list > li::before {
	position: absolute;
	top: 3px;
	left: 0;
	font-family: FontAwesome;
	font-size: 110%;
	font-weight: normal;
	line-height: 1;
	color: #ed5f4a;
	content: "\f00c";
}
.check-list.text-small > li,
.text-small .check-list > li {
	padding-left: 35px;
	margin-bottom: 15px;
}
.check-list ul,
.check-list ol {
	padding-top: 15px;
}

/* Check marker inside circle */
.check-circle-list > li {
	position: relative;
	padding-left: 32px;
	margin-bottom: 15px;
}
.check-circle-list > li::before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 16px;
	height: 16px;
	background-image: url(../images/backgrounds/primary-color/list-marker.svg);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	content: "";
}
.check-circle-list.text-small > li,
.text-small .check-circle-list > li {
	padding-left: 28px;
	margin-bottom: 10px;
}
.check-circle-list.text-small > li::before,
.text-small .check-circle-list > li::before {
	top: 7px;
}
.check-circle-list ul,
.check-circle-list ol {
	padding-top: 10px;
}

/* Check marker - small size */
.check-small-list > li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}
.check-small-list > li::before {
	position: absolute;
	top: 10px;
	left: 0;
	font-family: FontAwesome;
	font-size: 80%;
	font-weight: normal;
	line-height: 1;
	color: #ed5f4a;
	content: "\f00c";
}
.check-small-list.text-small > li,
.text-small .check-small-list > li {
	padding-left: 27px;
}
.check-small-list.text-small > li::before,
.text-small .check-small-list > li::before {
	top: 9px;
}
.check-small-list ul,
.check-small-list ol {
	padding-top: 10px;
}

/* Arrow marker */
.arrow-list > li {
	position: relative;
	line-height: 1.5;
	padding-left: 28px;
	margin-bottom: 20px;
}
.arrow-list > li::before {
	position: absolute;
	top: 8px;
	left: 0;
	font-family: FontAwesome;
	font-size: 85%;
	font-weight: normal;
	line-height: 1;
	color: #ed5f4a;
	content: "\f054";
}
.arrow-list.text-small > li,
.text-small .arrow-list > li {
	padding-left: 25px;
	margin-bottom: 15px;
}
.arrow-list.text-small > li::before,
.text-small .arrow-list > li::before {
	top: 7px;
}
.arrow-list ul,
.arrow-list ol {
	padding-top: 15px;
}

/* Dot marker */
.dot-list > li {
	position: relative;
	padding-left: 16px;
}
.dot-list > li::before {
	position: absolute;
	top: 15px;
	left: 0;
	font-family: FontAwesome;
	font-size: 31%;
	font-weight: normal;
	line-height: 1;
	color: #ed5f4a;
	content: "\f111";
}
.dot-list.text-small > li,
.text-small .dot-list > li {
	padding-left: 15px;
}
.dot-list.text-small > li::before,
.text-small .dot-list > li::before {
	top: 14px;
}
.dot-list ul,
.dot-list ol {
	padding-top: 7px;
}

.check-list li:last-child,
.check-circle-list li:last-child,
.check-small-list li:last-child,
.arrow-list li:last-child,
.dot-list li:last-child {
	margin-bottom: 0;
}

.check-list.indent-small,
.check-circle-list.indent-small,
.check-small-list.indent-small,
.arrow-list.indent-small,
.dot-list.indent-small {
	padding-left: 10px;
}
.check-list.indent-medium,
.check-circle-list.indent-medium,
.check-small-list.indent-medium,
.arrow-list.indent-medium,
.dot-list.indent-medium {
	padding-left: 20px;
}
.check-list.indent-large,
.check-circle-list.indent-large,
.check-small-list.indent-large,
.arrow-list.indent-large,
.dot-list.indent-large {
	padding-left: 30px;
}

@media (max-width: 570px) {
	.check-list > li {
		padding-left: 35px;
		margin-bottom: 15px;
	}
	.check-small-list > li {
		padding-left: 27px;
	}
	.check-small-list > li::before {
		top: 9px;
	}
	.arrow-list > li {
		padding-left: 25px;
		margin-bottom: 15px;
	}
	.dot-list > li {
		padding-left: 15px;
	}
	.dot-list > li::before {
		top: 14px;
	}
}

/* Dividers
--------------------------------------------------- */
.divider-line {
	position: relative;
	height: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #dedede;
}
.divider-line.double {
	border-bottom-width: 2px;
}
.divider-line.triple {
	border-bottom-width: 3px;
}
.divider-line.grey-divider {
	border-bottom-color: #dedede;
}
.divider-line.white-divider {
	border-bottom-color: #fff;
}
.divider-line.colored-divider {
	border-bottom-color: #ffe294;
}
.divider-line.grey-divider-double { /* used in WP editor only */
	border-bottom-color: #dedede;
	border-bottom-width: 2px;
}
.divider-line.colored-divider-double { /* used in WP editor only */
	border-bottom-color: #ffe294;
	border-bottom-width: 2px;
}

/* Gradient line with "arrow down" */
.divider-gradient {
	position: relative;
	height: 0;
	margin-bottom: 0;
	border-bottom: 2px solid #dedede;
	border-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 4%, #e5e5e5 30%, #e5e5e5 48%, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0) 52%, #e5e5e5 52%, #e5e5e5 70%, rgba(255, 255, 255, 0) 96%) 1;
	border-image: -o-linear-gradient(right, rgba(255, 255, 255, 0) 4%, #e5e5e5 30%, #e5e5e5 48%, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0) 52%, #e5e5e5 52%, #e5e5e5 70%, rgba(255, 255, 255, 0) 96%) 1;
	border-image: linear-gradient(to left, rgba(255, 255, 255, 0) 4%, #e5e5e5 30%, #e5e5e5 48%, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0) 52%, #e5e5e5 52%, #e5e5e5 70%, rgba(255, 255, 255, 0) 96%) 1;
}
.divider-gradient::after {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	width: 28px;
	height: 28px;
	margin-top: -12px;
	margin-left: -14px;
	font-family: FontAwesome;
	font-size: 28px;
	line-height: 1;
	color: #e5e5e5;
	text-align: center;
	content: "\f107";
}

/* Dotted line */
.divider-dotline {
	position: relative;
	height: 0;
	margin-bottom: 0;
	border-bottom: 1px dotted #dedede;
}
.divider-dotline.grey-divider {
	border-bottom-color: #ccc;
}
.divider-dotline.colored-divider {
	border-bottom-color: #ffe294;
}

/* Small bar */
.small-bar {
	position: relative;
	width: 100%;
	height: 1px;
	padding-top: 20px;
	margin-bottom: 32px;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}
.small-bar::after {
	position: absolute;
	display: block;
	left: 0;
	top: 20px;
	width: 63px;
	height: 10px;
	content: "";
	background: url(../images/backgrounds/primary-color/zigzag-primary.svg) no-repeat left top;
}
.small-bar.grey-bar::after {
	background-image: url(../images/backgrounds/primary-color/zigzag-primary.svg);
}
.small-bar.colored-bar::after {
	background-image: url(../images/backgrounds/secondary-color/zigzag-secondary.svg);
}
.small-bar.text-center::after,
.small-bar[style*="text-align: center"]::after {
	left: 50%;
	margin-left: -32px;
}

/* Note separator */
.note-separator {
	width: 70px;
	height: 0;
	padding-top: 10px;
	border-bottom: 1px solid rgba(11, 37, 75, 0.36); /* #0b254b */
	margin-bottom: 15px;
}
.note-separator.grey-separator {
	border-bottom-color: rgba(11, 37, 75, 0.36); /* #0b254b */
}
.note-separator.colored-separator {
	border-bottom-color: #ffc529;
}


/*-----------------------------------------------------------------------------------*/
/*	37. Other Elements and Misc.
/*-----------------------------------------------------------------------------------*/

/* Vector icons - Font Awesome
--------------------------------------------------- */
.fa-icon-list {
	list-style: none;
	margin: 0 0 -10px;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.fa-icon-list li {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.fa-icon-list li:last-child {
	margin-right: 0;
}
.fa-icon-list li .fa {
	font-size: 17px;
	color: inherit;
}

/* Dot leaders
--------------------------------------------------- */
.dot-leaders {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dot-leaders li {
	display: table;
	width: 100%;
}
.dot-leaders li > span {
	display: table-cell;
	vertical-align: bottom;
}
.dot-leaders span.param {
	padding-right: 6px;
	white-space: nowrap;
}
.dot-leaders span.dotted-separator {
	width: 100%;
	height: 10px;
	background-image: -webkit-radial-gradient(#ccc 1px, transparent 0px);
	background-image: -o-radial-gradient(#ccc 1px, transparent 0px);
	background-image: radial-gradient(#ccc 1px, transparent 0px);
	background-size: 6px 6px;
	background-repeat: repeat-x;
	background-position: left bottom; /* fallback */
	background-position: left 0 bottom 6px;
}
.dot-leaders span.value {
	padding-left: 6px;
	white-space: nowrap;
}

@media (max-width: 570px) {
	.dot-leaders span.param {
		white-space: normal;
	}
	.dot-leaders span.dotted-separator {
		width: 30px;
	}
	.dot-leaders span.value {
		width: 1%;
	}
}

/* Videos (inline player)
--------------------------------------------------- */
video {
	width: 100%;
	max-width: 100%;
}
.html5-video-container {
	position: relative;
	max-width: 100%;
}
.html5-video-container .player {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}

/* YouTube, Vimeo, and other oEmbed videos */
iframe[src*="oembed"],
.row > .columns iframe {
	max-width: 100%;
}
.widget-text-block iframe,
.widget-info-box iframe {
	max-width: 100%;
}
.video-container {
	position: relative;
}
.video-container iframe {
	border: none;
}
.fluid-width-video-wrapper {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* for videos added in post editor */
.row > .columns > .video-container,
.row > .columns > .html5-video-container {
	margin-bottom: 60px;
}
#main-content > .row:last-child > .columns > .video-container:last-child,
.stripe > .container > .row:last-child > .columns > .video-container:last-child,
#main-content > .row:last-child > .columns > .html5-video-container:last-child,
.stripe > .container > .row:last-child > .columns > .html5-video-container:last-child {
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	#main-content > .row:last-child > .columns > .video-container:last-child,
	.stripe > .container > .row:last-child > .columns > .video-container:last-child,
	#main-content > .row:last-child > .columns > .html5-video-container:last-child,
	.stripe > .container > .row:last-child > .columns > .html5-video-container:last-child {
		margin-bottom: 10px;
	}
}

/* Misc.
--------------------------------------------------- */
.error-404 {
	text-align: center;
	margin-bottom: 30px;
}
.error-404 img {
	display: inline;
	width: 80px;
}
.error-404 figcaption {
	font: 170px/1 Verdana, Geneva, sans-serif;
	color: rgba(0, 205, 105, 0.3); /* #00cd69 */
}
.error-404 ~ * {
	text-align: center;
}

@media (min-width: 992px) {
	.error-404 {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.error-404 ~ ul {
		text-align: left;
	}
}
@media (max-width: 479px) {
	.error-404 figcaption {
		font-size: 140px;
	}
}

/* Fixing known bug with fixed background images in IE 10 and higher
---------------------------------------------------------------------- */
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
	html {
		overflow: hidden;
		height: 100%;
	}
	body {
		overflow: auto;
		height: 100%;
	}
}

/* Page Section Scroll Navigation
---------------------------------------------------------------------- */
.page-section-scroll-nav {
	position: fixed;
	top: calc(50vh - 100px);
	right: -140px;
	width: 180px;
	z-index: 100;
	padding: 5px 0 5px 15px;
	background-color: rgba(11, 37, 75, 0.3); /* #0b254b */
	opacity: 1;
	-webkit-border-radius: 8px 0 0 8px;
	        border-radius: 8px 0 0 8px;
	-webkit-transition: background-color 0.3s ease, right 0.3s ease;
	     -o-transition: background-color 0.3s ease, right 0.3s ease;
			transition: background-color 0.3s ease, right 0.3s ease;
}
.page-section-scroll-nav:hover {
	right: 0;
	background-color: rgba(11, 37, 75, 0.5); /* #0b254b */
}
.page-section-scroll-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-section-scroll-nav ul li {
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 0;
}
.page-section-scroll-nav ul li a {
	display: block;
	color: #fff;
	padding: 4px 0;
	text-decoration: none;
}
.page-section-scroll-nav .scroll-top .ion { /* vector icons - Ionicons */
	font-size: 19px;
	color: #fff;
	vertical-align: -1px;
}
.page-section-scroll-nav .scroll-top:hover .ion {
	
}
.page-section-scroll-nav .symbol {
	font-size: 17px;
	color: #fff;
	-webkit-transition: font-weight 0.15s ease;
	     -o-transition: font-weight 0.15s ease;
			transition: font-weight 0.15s ease;
}
.page-section-scroll-nav ul li a:hover .symbol {
	font-weight: 700;
}
.page-section-scroll-nav span {
	padding-left: 15px;
	letter-spacing: 0.5px;
}