﻿/*------------------------------------------------------------------
Version: 1.0.4;
[Table of contents]

1. Typography
2. Background Color & Color Classes
3. Section Padding
4. Header Styling
5. Header Logo
6. Header Navigation
7. Header Buttons, Dropdowns & Icons
8. Auxiliary Navigation
9. Title Areas
10. Slider & Parallax
11. Lightbox
12. Plugin Preloader
13. Rollovers
14. Homepage
15. About Pages
16. Contact Pages
17. Project Pages
18. Pagination
19. Fullscreen Pages
20. Blog Pages
21. Form Elements
22. Social Lists
23. Footer
24. Sidebar
25. Dividers
26. Media Element Player
27. E-Commerce
28. Component Styling
29. Resolution Media Queries
30. Box Profile

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

/*------------------------------------------------------------------
[1. Typography]
*/

body{
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #666;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6,
input,
button,
.button,
select,
textarea,
.project-title,
.product-title,
.project-description,
.font-alt-1,
.header .navigation > ul > li > a,
.side-navigation > ul > li > a,
.overlay-navigation > ul > li > a,
.grid-filter-menu a{
		font-family: 'Montserrat', sans-serif;
}

/* Titles */
h1,
h2,
h3,
h4,
h5,
h6{
	line-height: 1.2;
	font-weight: 300;
	text-transform: none;
	color: #000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
	color: #064CDB;
}
h1{
	font-size: 4.381rem;
}
h2{
	font-size: 3.294rem;
}
h3{
	font-size: 2.476rem;
}
h4{
	font-size: 1.862rem;
}
h5{
	font-size: 1.4rem;
}
h6{
	font-size: 1.053rem;
}

/* Widget Titles */
.footer .widget-title, 
.footer .widget-title a{
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.footer-light .widget-title, 
.footer-light .widget-title a{
	color: #000;
}
.sidebar .widget-title, 
.sidebar .widget-title a{
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #666;
}
.side-navigation-wrapper .widget-title, 
.side-navigation-wrapper .widget-title a{
	font-size: 1.4rem;
	color: #fff;
}
.overlay-navigation-wrapper .widget-title, 
.overlay-navigation-wrapper .widget-title a{
	font-size: 1.4rem;
	color: #999;
}

/* Title Classes */
.title-xlarge{
	font-size: 7.749rem;
	line-height: 1.2;
}
.title-large{
	font-size: 5.826rem;
	line-height: 1.2;
}
.title-medium{
	font-size: 2.476rem
	line-height: 1.2;
}
.title-small{
	font-size: 1.4rem;
	line-height: 1.2;
}

/* Lead */
.lead,
blockquote.large{
	font-size: 2.016rem;
	font-weight: 300;
}

/* Text Classes */
.text-xlarge{
	font-size: 2.016rem;
}
.text-large{
	font-size: 1.68rem;
}
.text-medium{
	font-size: 1.4rem;
}
.text-small{
	font-size: 1.167rem;
}

/* Special Text Classes */
.status-code-title{
	font-size: 13.707rem;
	line-height: 1;
}

/* Weight Classes */
.weight-light{
	font-weight: 300;
}
.weight-regular{
	font-weight: 400;
}
.weight-semi-bold{
	font-weight: 600;
}
.weight-bold{
	font-weight: 700;
}

/* Links */
a.animated-link{
	position: relative;
}

/* Link Colors */
a, 
p a,
.box a:not(.button){
	color: #064CDB;
}
.sidebar .widget a,
.shop .product-summary a,
.shop .cart-overview a{
	color: #666;
}
a:hover,
p a:hover,
.box a:not(.button):hover,
.social-list li a:hover,
.team-1 .social-list a:hover,
.team-2 .social-list a:hover,
.tabs li a:hover,
.tabs li.active a,
.tabs li.active a:hover,
.blog-masonry .with-background .post-read-more a:hover,
.post-info a:hover,
.post-info-over a:hover,
.post-info-over a:hover span,
.post-author-aside a:hover,
.post-love a:hover,
.post-love a:hover span,
.scroll-down a:hover,
.widget a:not(.button):hover,
.footer a:hover + .post-info .post-date,
.footer .navigation a:hover,
.footer .social-list a:hover,
.footer .footer-bottom a:hover,
.shop .product-summary a:hover,
.shop .cart-overview a:hover{
	color: #064CDB;
}
a[class*="icon-"]:hover{
	text-decoration: none;
}
a:hover .text-line,
a.animated-link:hover .text-line,
.accordion li a:hover .text-line,
.tabs li a:hover .text-line,
.blog-masonry .with-background .post-read-more a:hover .text-line{
	background-color: #064CDB;
}

@media only screen and (max-width: 768px){
	h1 {
		font-size: 3.755rem;
	}
	h2{
		font-size: 2.823rem;
	}
	h3 {
		font-size: 2.123rem;
	}
	h4 {
		font-size: 1.596rem;
	}
	h5{
		font-size: 1.2rem;
	}
	h6{
		font-size: 1.053rem;
	}
	.title-xlarge{
		font-size: 5.826rem;
	}
	.title-large{
		font-size: 4.381rem;
	}
	.title-medium{
		font-size: 2.123rem;
	}
	.title-small{
		font-size: 1.2rem;
	}
	.tms-caption.title-xlarge,
	.tmp-content .title-xlarge{
		font-size: 5.826rem;
		line-height: 5.826rem;
	}

	/* Helpers */
	.fullscreen-section .background-on-mobile{
		background: #f4f4f4;
	}
	.fullscreen-section .background-on-mobile *{
		color: #666 !important;
	}
	.fullscreen-section .background-on-mobile h1,
	.fullscreen-section .background-on-mobile h2,
	.fullscreen-section .background-on-mobile h3,
	.fullscreen-section .background-on-mobile h4,
	.fullscreen-section .background-on-mobile h5,
	.fullscreen-section .background-on-mobile h6{
		color: #000 !important;
	}
}

/*------------------------------------------------------------------
[2. Background Color & Color Classes]
*/

body, 
.content,
.featured-media:after,
.section-block:not([class*="bkg-"]),
.fullscreen-sections-wrapper{
	background-color: #fff;
}
.section-block.featured-media{
	background-color: #000;
}

/* greyscale */
.wrapper-inner{
	-webkit-filter: none;
			filter: none;
	-webkit-transition: 350ms ease-in-out;
			transition: 350ms ease-in-out;
}

/* grey ulatrlight */
.bkg-grey-ultralight{
	background-color: #f8f8f8;
	border-color: #f8f8f8;
}
.bkg-hover-grey-ultralight:hover{
	background-color: #f8f8f8;
	border-color: #f8f8f8;
}
.border-hover-grey-ultralight:hover{
	border-color: #f8f8f8;
}
.color-grey-ultralight,
.color-hover-grey-ultralight:hover{
	color: #f8f8f8;
}

/* grey */
.bkg-grey{
	background-color: #4e4e4d;
	border-color: #4e4e4d;
}
.bkg-hover-grey:hover{
	background-color: #4e4e4d;
	border-color: #4e4e4d;
}
.border-hover-grey:hover{
	border-color: #4e4e4d;
}
.color-grey,
.color-hover-grey:hover{
	color: #4e4e4d;
}

/* charcoal */
.bkg-charcoal-light{
	background-color: #333; 
	border-color: #333;
}
.bkg-hover-charcoal-light:hover{
	background-color: #333; 
	border-color: #333;
}
.border-hover-charcoal-light:hover{
	border-color: #333;
}
.color-charcoal-light,
.color-hover-charcoal-light:hover{
	color: #333;
}
.bkg-charcoal{
	background-color: #232323; 
	border-color: #232323;
}
.bkg-hover-charcoal:hover{
	background-color: #232323; 
	border-color: #232323;
}
.border-charcoal,
.border-hover-charcoal:hover{
	border-color: #232323;
}
.color-charcoal,
.color-hover-charcoal:hover{
	color: #232323;
}

/* theme */
.bkg-theme{
	background-color: #064CDB;
	border-color: #064CDB;
}
.bkg-hover-theme:hover{
	background-color: #018ae7;
	border-color: #018ae7;
}
.border-theme{
	border-color: #064CDB;
}
.border-hover-theme:hover{
	border-color: #018ae7;
}
.color-theme{
	color: #064CDB;
}
.color-hover-theme:hover{
	color: #018ae7;
}

/* ash */
.bkg-ash{
	background-color: #343f44; 
	border-color: #343f44;
}
.bkg-hover-ash:hover,
.bkg-focus-ash:focus{
	background-color: #404c52; 
	border-color: #404c52;
}
.border-ash{
	color: #343f44;
}
.border-hover-ash:hover,
.border-focus-ash:focus{
	border-color: #404c52;
}
.color-ash{
	color: #343f44;
}
.color-hover-ash:hover{
	color: #404c52;
}
/*------------------------------------------------------------------
[3. Section Padding]
*/

/* Unique Template Padding & Margins */
.section-block,
.fullscreen-section .fullscreen-inner,
.pagination-2 .pagination-next,
.row.xlarge{
	padding-top: 11rem;
	padding-bottom: 11rem;
}
.replicable-content,
.row.xlarge.replicable-content{
	padding-top: 11rem;
	padding-bottom: 8rem;
}
.section-block.slanted-top:before{
	width: 100%;
	height: 12rem;
	background-color: inherit;
	content: '';
	position: absolute;
	left: 0;
	top: -5.7rem;
	-webkit-transform: skewY(-4.5deg);
	-ms-transform: skewY(-4.5deg);
	transform: skewY(-4.5deg);
	z-index: 5;
}
.footer .footer-top{
	padding-top: 9rem;
	padding-bottom: 5rem;
}
.grid-filter-menu{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.home-page .grid-filter-menu{
	padding-bottom: 4rem;
}
.divider{
	margin-top: 6rem;
	margin-bottom: 9rem;
}
.page-intro .divider,
[class*="intro-title-"] .divider{
	margin-top: 0;
	margin-bottom: 2rem;
}
.separator{
	width: 5rem;
	height: 0.1rem;
	margin-top: 1.5rem;
	margin-bottom: 3rem;
}
.text-line{
	width: 2rem;
	height: 0.1rem;
	display: inline-block;
}
.text-line[class*="bkg-"]{
	padding: 0;
}
.text-line-vertical{
	display: inline-block;
	position: relative;
}
.text-line-vertical:after {
	width: 1px;
	height: 8rem;
	margin-top: 3rem;
	border-right: 1px solid #777;
	position: absolute;
	top: 100%;
	left: 50%;
	content: '';
}
.tm-slider-container .text-line-vertical:after{
	height: 200%;
	border-color: #fff;
}
@media only screen and (min-width: 960px){
	.header-1-static + .content{
		padding-top: 8rem;
	}
}
@media only screen and (max-width: 768px){
	.fullscreen-section.content-below-on-mobile .fullscreen-inner {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important;
	}
}

/*------------------------------------------------------------------
[4. Header Styling]
*/

/* Initial Position */
.header-bottom{
	bottom: 0.1rem;
}

/* Intial Height */
.header .logo,
.header .header-inner .navigation > ul > li,
.header .header-inner .navigation > ul > li > a:not(.button),
.header .header-inner .dropdown > .nav-icon{
	height: 8rem;
	line-height: 8rem;
}

/* Compacted Height */
.header-compact .logo,
.header-compact .header-inner .navigation > ul > li,
.header-compact .header-inner .navigation > ul > li > a:not(.button),
.header-compact .header-inner .dropdown > .nav-icon{
	height: 6rem;
	line-height: 6rem;
}

/* Header Initial Styling */
.header .header-inner{
	background-color: #fff;
	border-bottom: none;
	border-bottom: 1px solid #eee;
}
.header .header-inner > .nav-bar{
	/*border-bottom: 1px solid #eee;*/
}

/* Transparent Header Initial & Active Nav Colors */
.header-transparent .header-inner{
	background-color: transparent;
	border-bottom: 1px solid rgba(255,255,255, 0.2);
}
.header-transparent .header-inner > .nav-bar{
	border-bottom: 0px solid rgba(255,255,255, 0.2);
}

/* Background Header - On Scroll! */
.header-background .header-inner{
	background-color: #fff;
	border-color: #eee;
}

.header-background .header-inner.hide {
	transform: translateY(-100%);
} 

.header-background .header-inner > .nav-bar{
	border-bottom: none;
}

/* Dark Menu Heder */
.header.dark > .header-inner {
	background-color: #282b32;
	border-bottom: 1px solid #282b32;
	color: #fff;
}

/* Header Inner Top */
.header .header-inner-top{
	height: 4rem;
	background: #232323;
	color: #fff;
}

/* Mobile Header Styles & Breakpoints */
.mobile .header .header-inner{
	background-color: #fff;
	border-top: none;
}
.mobile .header .header-inner{
	border-bottom: 1px solid #eee;
}
.mobile .header + .content{
	padding-top: 0;
}
@media only screen and (max-width: 960px){
	.header .header,
	.header .header-inner,
	.header.header-transparent .header-inner{
		background-color: #fff;
	}
	.header .header-inner{
		border-bottom: 1px solid #eee;
	}
	.header .header-inner > .nav-bar{
		padding: 0;
	}
}

/*------------------------------------------------------------------
[5. Header Logo]
*/

/* Initial Logo Width */
.header .logo{
	width: 18rem;
}

/* Compacted Header Logo Width */
.header-compact .logo{
	width: 18rem;
}

/* Initial Logo Styling */
.header .logo a{
	display: block !important;
	position: absolute;
	top: 0;
}
.header-in .logo a,
.header-out .logo a{
	-webkit-transition-duration: 0ms;
	transition-duration: 0ms;
}
.header .logo a:first-child{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.header .logo a + a{
	display: none !important;
}

/* Transparent Header Show Light Logo */
.header-transparent .logo a:first-child{
	opacity: 0;
	-webkit-transform: translateY(5rem);
	transform: translateY(5rem);
}
.header-transparent .logo a + a{
	display: block !important;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* Header Background Logo Swap to Dark Logo - On Scroll! */
.header-background .logo a:first-child{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.header-background .logo a + a{
	display: block !important;
	opacity: 0;
	-webkit-transform: translateY(-5rem);
	transform: translateY(-5rem);
}

/* Logo Nav Dark */
.nav-dark .logo a:first-child{
	display: block !important;
	top: 0;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.nav-dark .logo a:last-child{
	display: none !important;
}

/* Logo Mobile Header & Breakpoints */
.mobile .header .logo a:first-child{
	display: block !important;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
@media only screen and (max-width: 960px){
	.header .logo-inner{
		display: table-cell;
		vertical-align: middle;
	}
	.header .logo a{
		position: relative;
	}
	.header .logo a:first-child{
		opacity: 1;
		top: 0;
		-webkit-transform: translateX(0) !important;
		transform: translateX(0) !important;
	}
	.header .logo a:last-child{
		display: none !important;
	}
}

/*------------------------------------------------------------------
[6. Header Navigation]
*/

/* Padding & Margins */
.header .logo-center ~ .navigation.nav-center{
	padding-top: 0.5rem;
}
.header .logo-center ~ .navigation.nav-center > ul > li > a{
	padding-bottom: 2rem;
}
.header .navigation > ul > li > a{
	margin: 0 1.5rem;
	padding-left: 0;
	padding-right: 0;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.1rem;
}

/* Header Initial & Active Nav Colors */
.header .navigation > ul > li > a{
	color: #999;
	opacity: 1;
}
.header .navigation > ul > li.current > a,
.header .navigation > ul > li.current-menu-item > a,
.header .navigation > ul > li.current_page_parent > a,
.header .navigation > ul > li.current_page_item > a,
.header .navigation > ul > li > a:hover {
	color: #000;
	opacity: 1;
}
.header .navigation > ul > li.current > a:hover {
	color: #000;
}

/* DARK */
.header.dark .navigation > ul > li.current > a,
.header.dark .navigation > ul > li.current-menu-item > a,
.header.dark .navigation > ul > li.current_page_parent > a,
.header.dark .navigation > ul > li.current_page_item > a,
.header.dark .navigation > ul > li > a:hover {
	color: #FFF;
	opacity: 1;
}
.header.dark .navigation > ul > li.current > a:hover {
	color: #FFF;
}


/* Transparent Header Initial, Hover & Current Nav Colors */
.header-transparent .navigation > ul > li > a{
	color: #fff;
	opacity: 0.6;
}
.header-transparent .navigation > ul > li > a:hover {
	color: #fff;
	opacity: 1;
}
.header-transparent .navigation > ul > li.current > a,
.header-transparent .navigation > ul > li.current > a:hover,
.header-transparent .navigation > ul > li.current-menu-item > a,
.header-transparent .navigation > ul > li.current_page_parent > a
{
	color: #fff;
	opacity: 1;
}

/* Nav Dark Initial, Hover & Current Colors */
.header-transparent.nav-dark .navigation > ul > li > a{
	color: #000;
	opacity: 0.5;
}
.nav-dark .navigation > ul > li.current > a,
.nav-dark .navigation > ul > li.current > a:hover
{
	color: #000;
	opacity: 1;
}

/* Header Background Initial, Hover & Current Nav Colors - On Scroll! */
.header-background .navigation > ul > li > a{
	color: #999;
}
.header-background .navigation > ul > li.current > a{
	color: #000;
	border-bottom: none;
}
.header-background .navigation > ul > li.current > a:hover{
	color: #000;
}
.header-background .navigation > ul > li > a:hover,
.header-background .navigation > ul > li.current-menu-item > a,
.header-background .navigation > ul > li.current_page_parent > a {
	color: #000;
	opacity: 1;
}

/* Sub Menus, Mega Menus, Dropdown List Initial Colors */
.navigation .sub-menu li,
.navigation .dropdown-list li{
	border-bottom: none;
}
.navigation .sub-menu li a,
.navigation .mega-sub-menu ul li a,
.navigation .dropdown-list li a{
	line-height: 1.6;
	font-weight: 400;
	font-size: 1.2rem;
	color: #888;
}
.navigation .sub-menu:not(.custom-content) li a,
.navigation .dropdown-list:not(.custom-content) li a{
	padding: 1rem 1.5rem;
}
.navigation .mega-sub-menu > li > a{
	font-size: 1.3rem;
}
.navigation .sub-menu:not(.custom-content) a,
.navigation .sub-menu.custom-content,
.navigation .mega-sub-menu,
.navigation .dropdown-list{
	background-color: #111;
}

/* Menu Nav Cart Intial Colors */
.navigation .cart .badge{
	top: -0.4rem;
	left: 1.2rem;
	background-color: #064CDB;
}
.navigation .cart-overview .product-title{
	color: #fff;
}
.navigation .cart-overview .product-price,
.navigation .cart-overview .product-quantity{
	color: #999;
}
.navigation .cart-overview a.product-remove{
	background-color: #444;
	color: #999;
}
.navigation .cart-overview .cart-subtotal{
	color: #fff;
}
.navigation .cart-overview .cart-actions{
	border-color: #444;
}
.navigation .cart-overview .checkout.button{
	background-color: #064CDB;
	border-color: transparent;
	color: #fff;
}
.navigation .cart-overview .checkout.button:hover{
	background-color: #666;
	border-color: transparent;
	color: #fff;
}

/* Sub Menus, Mega Menus, Dropdown List Hover Colors #MOD */
.navigation .sub-menu:not(.custom-content) li:hover > a,
.navigation .mega-sub-menu:not(.custom-content) ul li:hover > a,
.navigation .dropdown-list:not(.custom-content) li:hover a{
	background-color: #000;
}
.navigation .sub-menu li > a:not(.button):hover,
.navigation .mega-sub-menu ul li > a:not(.button):hover,
.navigation .dropdown-list li > a:not(.button):hover,
.navigation .cart-overview .product-title:hover,
.navigation .cart-overview .product-remove:hover{
	color: #fff;
}
.navigation .sub-menu li.current > a:not(.button),
.navigation .dropdown-list li.current > a:not(.button),
.navigation .mega-sub-menu ul li.current > a:not(.button){
	color: #fff;
}

/* Mega Menu Position */
.navigation .mega-sub-menu{
	left: 0;
	right: 0;
}

/* Labels Sub Menu */
.sub-menu li .label,
.mega-menu li .label,
.dropdown li .label{
	margin-left: 0.5rem;
	padding: 0.1rem 0.4rem;
	font-size: 1rem;
	text-transform: uppercase;
	background-color: #064CDB;
	border-color: #064CDB;
	color: #fff;
}

/*------------------------------------------------------------------
[7. Header Nav Icons, Buttons, Dropdowns ]
*/

/* Padding & Margins */
.header .dropdown-list{
	margin-top: 2.2rem;
}

/* Initial Division Padding & Color */
.header .secondary-navigation.nav-left:not(.with-division) > ul{
	margin-left: -1.5rem;
}
.header .secondary-navigation.nav-right:not(.with-division) > ul{
	margin-right: -1.5rem;
}
.header .navigation .nav-icon,
.header .navigation .v-align-middle{
	padding: 0 1.5rem !important;
}
.header .with-division ul{
	border-left-color: rgba(0,0,0, 0.1);
}
.header .with-division li{
	border-right-color: rgba(0,0,0, 0.1);
}

/* Nav Icons Initial, Hover & Active Colors */
.header .navigation .nav-icon{
	color: #999;
	font-size: 1.4rem;
	font-weight: 400;
	opacity: 1;
}
.header .navigation .nav-icon:hover,
.header .navigation .nav-icon.active{
	background-color: transparent;
	color: #000;
	opacity: 1;
}
.header .cart .badge{
	background-color: #064CDB;
}

/* Social Icons Initial & Hover Colors  */
.header .social-list li .nav-icon{
	padding: 0 !important;
	margin-right: 1.5rem;
}

/* Button, Dropdown Button Initial, Hover & Active Colors */
.header .v-align-middle > .button:not(.nav-icon),
.header .dropdown > .button:not(.nav-icon){
	background: #232323;
	border-color: transparent;
	color: #fff;
}
.header .v-align-middle > .button:not(.nav-icon):hover,
.header .dropdown > .button:not(.nav-icon):hover,
.header .dropdown > .button.active:not(.nav-icon){
	background-color: #064CDB;
	border-color: transparent;
	color: #fff;
}

/* Transparent Header Division Color */
@media only screen and (min-width: 960px){
	.header-transparent .with-division ul{
		border-left-color: rgba(255,255,255, 0.2);
	}
	.header-transparent .with-division li{
		border-right-color: rgba(255,255,255, 0.2);
	}
}

/* Transparent Header Initial, Hover & Active Colors */
.header-transparent .navigation .nav-icon{
	color: rgba(255,255,255,0.6);
	opacity: 1;
}
.header-transparent .navigation .nav-icon:hover,
.header-transparent .navigation .nav-icon.active{
	color: #fff;
	background-color: transparent;
	opacity: 1;
}

/* Nav Dark Button, Dropdown Button Initial, Hover & Active Colors */
.nav-dark .navigation .nav-icon{
	color: #999;
}
.nav-dark .navigation .nav-icon:hover,
.nav-dark .navigation .nav-icon.active{
	color: #000;
}
.nav-dark .v-align-middle > .button:not(.nav-icon):not(:hover),
.nav-dark .dropdown > .button:not(.nav-icon):not(:hover){
	color: #fff;
}
.nav-dark .v-align-middle > .button:not(.nav-icon):hover,
.nav-dark .dropdown > .button:not(.nav-icon):hover{
	background-color: #064CDB;
	border-color: transparent;
	color: #fff;
}

/* Header Background Divisions, Initial, Hover & Active Colors */
.header-background .with-division ul{
	border-left-color: #eee;
}
.header-background .with-division li{
	border-right-color: #eee;
}
.header-background .v-align-middle > .button:not(.nav-icon),
.header-background .dropdown > .button:not(.nav-icon){
	background: #232323;
	border-color: transparent;
	color: #fff;
}
.header-background .v-align-middle > .button:not(.nav-icon):hover,
.header-background .dropdown > .button:not(.nav-icon):hover{
	background-color: #064CDB;
	border-color: transparent;
	color: #fff;
}
.header-background .navigation .nav-icon{
	color: #999;
}
.header-background .navigation .nav-icon:hover,
.header-background .navigation .nav-icon.active{
	color: #000;
}
.header-background .social-list li a{
	color: #999;
}
.header-background .social-list li a:hover{
	color: #000;
}

/* Compacted Header Dropdown List Margin */
.header-compact .dropdown-list{
	margin-top: 1.2rem;
}

/* Mobile Header Styles and Breakpoints */
.mobile .navigation.with-division ul{
	border-left-color: #eee;
}
.mobile .navigation.with-division li{
	border-right-color: #eee;
}
.mobile .v-align-middle > .button:not(.nav-icon),
.mobile .dropdown > .button:not(.nav-icon){
	background: #232323;
	border-color: transparent;
	color: #fff;
}
.mobile .v-align-middle > .button:not(.nav-icon):hover,
.mobile .dropdown > .button:not(.nav-icon):hover{
	background-color: #064CDB;
	border-color: transparent;
	color: #fff;
}
.mobile .navigation .nav-icon{
	color: #666;
}
.mobile .navigation .nav-icon:hover,
.mobile .dropdown .nav-icon.active,
.mobile .header-transparent .dropdown .nav-icon.active{
	color: #000;
}
@media only screen and (max-width: 960px){
	.header .dropdown-list{
		margin-top: 2.2rem;
	}
	.header .v-align-middle > .button:not(.nav-icon),
	.header .dropdown > .button:not(.nav-icon){
		background: #232323;
		border-color: transparent;
		color: #fff;
	}
	.header .v-align-middle > .button:not(.nav-icon):hover,
	.header .dropdown > .button:not(.nav-icon):hover{
		background-color: #064CDB;
		border-color: transparent;
		color: #fff;
	}
	.header .navigation .nav-icon{
		color: #666;
	}
	.header .navigation .nav-icon:hover,
	.header .dropdown .nav-icon.active{
		color: #000;
	}
}

/*------------------------------------------------------------------
[8. Auxiliary Navigation]
*/

/* Aux Navigation Show */
.header .navigation-show{
	width: 4.4rem;
	height: 4.4rem;
	margin-left: 0;
}

/* Initial & Hover Colors */
.header .navigation-show a{
	font-size: 2.4rem;
	text-align: center;
	color: #666;
	border: 1px solid #eee;
}
.header .navigation .navigation-show.nav-icon{
	font-size: 2rem;
}
.header .navigation-show a:hover{
	color: #000;
	opacity: 1;
}

/* Transparent Header Initial & Hover Colors */
.header-transparent .navigation-show a{
	color: #fff;
	border-color: rgba(255,255,255,0.2);
}
.header-transparent .navigation-show a:hover{
	color: #fff;
	border-color: rgba(255,255,255,1);
}

/* Header with Background Initial & Hover Colors */
.header-background .navigation-show a{
	color: #666;
	border-color: #eee;
}
.header-background .navigation-show a:hover{
	color: #000;
	border-color: #eee;
}

/* Aux Navigation Hide */
.navigation-hide{
	width: 4.4rem;
	height: 4.4rem;
	margin-top: 1.9rem;
	margin-right: 0;
}
.navigation-hide a{
	background: none;
}
.navigation-hide a span{
	width: 4.4rem;
	font-size: 2rem;
}

/* Side Navigation Background Color */
.side-navigation-wrapper .logo{
	width: 12rem;
}
.side-navigation-wrapper{
	background-color: #111;
	box-shadow: none !important;
}
.side-navigation-header{
	border: none;
}

/* Side Main Nav Initial Colors & Padding */
.side-navigation > ul > li > a{
	padding: 0.6rem 4rem;
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #888;
	position: relative;
}
.side-navigation ul li.current > a{
	color: #fff;
	font-weight: 400;
}
.side-navigation > ul > li > a:after {
	width: 0;
	height: 0.1rem;
	margin-left: 0;
	content: "";
	background-color: #fff;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 1rem;
	-webkit-transition-property: width, opacity;
	-ms-transition-property: width, opacity;
	transition-property: width, opacity;
	-webkit-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	transition-duration: 500ms;
}
.side-navigation > ul > li.current > a:after {
	width: 2rem;
	opacity: 1;
}
.side-navigation-wrapper .navigation-hide{
	margin-right: 2rem;
}
.side-navigation-wrapper .navigation-hide{
	color: #666;
}
.side-navigation-wrapper .navigation-hide a:hover{
	color: #fff;
}

/* Side Nav Sub Menu Initial Colors & Padding */
.side-navigation .sub-menu{
	background: none;
}
.side-navigation .sub-menu a{
	text-transform: none;
	font-size: 1.2rem;
	font-weight: 400;
	color: #666;
}
.side-navigation .sub-menu a:hover{
	color: #fff;
}
.side-navigation .sub-menu li:first-child{
	padding-top: 1rem;
}
.side-navigation .sub-menu li:last-child{
	padding-bottom: 1rem;
}
.side-navigation .cart-overview li:first-child{
	padding-top: 2rem;
}
.side-navigation .cart-overview li:last-child{
	padding-bottom: 2rem;
}
.side-navigation .sub-menu:not(.custom-content) a{
	padding: 1.1rem 4rem 1.1rem 5.5rem;
}
.side-navigation.center .sub-menu:not(.custom-content) a{
	padding: 1.1rem 4rem 1.1rem 4rem;
}

/* Side Nav Cart Initial Colors */
.side-navigation .cart .badge{
	background-color: #064CDB;
}
.side-navigation .cart-overview .product-title{
	color: #fff;
}
.side-navigation .cart-overview .product-price,
.side-navigation .cart-overview .product-quantity{
	color: #999;
}
.side-navigation .cart-overview a.product-remove{
	background-color: #333;
	color: #999;
}
.side-navigation .cart-overview .cart-subtotal{
	color: #fff;
}
.side-navigation .cart-overview .cart-actions{
	border-color: #333;
}
.side-navigation .cart-overview .checkout.button{
	background-color: #064CDB;
	border-color: transparent;
	color: #fff;
}
.side-navigation .cart-overview .checkout.button:hover{
	background-color: #666;
	border-color: transparent;
	color: #fff;
}

/* Side Nav Hover Colors */
.side-navigation ul li a:hover,
.side-navigation ul li.current-menu-item a,
.side-navigation ul li.current_page_item a,
.side-navigation ul li.current a:hover {
	color: #fff;
}

/* Side Nav Widget */
.side-navigation-footer .widget p,
.side-navigation-footer .widget a{
	color: #666;
	font-size: 1.3rem;
}
.side-navigation-footer .widget a:hover{
	color: #fff;
}

/* Side Nav Footer */
.side-navigation-footer,
.side-navigation-footer .social-list a{
	color: #666;
	font-size: 1.1rem;
}
.side-navigation-footer .social-list a:hover{
	color: #fff;
}
.side-navigation-footer .copyright{
	font-size: 1.1rem;
}

/* Overlay Navigation Colors & Sizes */
.overlay-navigation-wrapper{
	background-color: rgba(255,255,255,1);
}
.overlay-navigation-inner{
	text-align: left;
}
.overlay-navigation-header{
	top: 1.5rem;
}
.overlay-navigation-wrapper .menu-title{
	width: 100%;
	margin-bottom: 3rem;
	color: #000;
	font-size: 2rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
}
.overlay-navigation{
	max-width: 40rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

/* Overlay Main Nav */
.overlay-navigation > ul > li > a{
	font-size: 3rem;
	color: #999;
}
.overlay-navigation ul li.current > a{
	font-weight: normal;
}
.overlay-navigation-wrapper .navigation-hide{
	top: 0;
	right: 3rem;
}
.overlay-navigation-wrapper .navigation-hide a{
	color: #999;
}
.overlay-navigation-wrapper .navigation-hide a:hover{
	color: #000;
}

/* Overlay Nav Sub Menu */
.overlay-navigation .sub-menu{
	padding-left: 0;
}
.overlay-navigation .sub-menu a{
	letter-spacing: 0.1rem;
	text-transform: normal;
	font-weight: 400;
	line-height: 1.2;
	color: #999;
}
.overlay-navigation .sub-menu .current > a{
	color: #000;
}
.overlay-navigation .sub-menu a:hover{
	color: #000;
}
.overlay-navigation .sub-menu li:first-child{
	padding-top: 1rem;
}
.overlay-navigation .sub-menu li:last-child{
	padding-bottom: 1rem;
}

/* Overlay Nav Cart */
.overlay-navigation .cart .badge{
	background-color: #064CDB;
}
.overlay-navigation .cart-overview .product-title{
	color: #000;
}
.overlay-navigation .cart-overview .product-price,
.overlay-navigation .cart-overview .product-quantity{
	color: #999;
}
.overlay-navigation .cart-overview a.product-remove{
	background-color: #eee;
}
.overlay-navigation .cart-overview .cart-subtotal{
	color: #000;
}
.overlay-navigation .cart-overview .cart-actions{
	border-color: #eee;
}
.overlay-navigation .cart-overview .checkout.button{
	background-color: #064CDB;
	border-color: transparent;
	color: #fff;
}
.overlay-navigation .cart-overview .checkout.button:hover{
	background-color: #666;
	border-color: transparent;
	color: #fff;
}

/* Overlay Nav Hover Colors */
.overlay-navigation > ul > li > a:hover,
.overlay-navigation > ul > li.current > a,
.overlay-navigation ul li.current > a:hover{
	color: #000;
}

/* Overlay Nav Widget */
.overlay-navigation-footer .widget p,
.overlay-navigation-footer .widget a{
	color: #666;
	font-size: 1.3rem;
}
.overlay-navigation-footer .widget a:hover{
	color: #000;
}

/* Overlay Nav Footer */
.overlay-navigation-footer{
	padding-left: 3rem;
	padding-right: 3rem;
}
.overlay-navigation-footer,
.overlay-navigation-footer .social-list a{
	color: #666;
	font-size: 1.3rem;
}
.overlay-navigation-footer .social-list a:hover{
	color: #000;
}
.overlay-navigation-footer .copyright{
	font-size: 1.1rem;
}

/* Mobile Styles and Breakpoints */
.mobile .navigation-show{
	margin-left: 2rem;
}
.mobile .navigation-show a{
	color: #666;
	border-color: #eee;
}
.mobile .navigation-show a:hover{
	color: #000;
	opacity: 1;
}
@media only screen and (max-width: 960px){
	.header .navigation-show{
		margin-left: 2rem;
	}
	.header .navigation-show a{
		color: #666;
		border-color: #eee;
	}
	.header .navigation-show a:hover{
		color: #000;
		opacity: 1;
	}
	.overlay-navigation-header{
		top: 2rem;
	}
	.overlay-navigation-wrapper .navigation-hide{
		top: 0;
		right: 3rem;
	}
}

/*------------------------------------------------------------------
[9. Title Area]
*/

[class*="intro-title-"]{
	padding: 0;
}
[class*="intro-title-"]{
	height: 45rem;
}
[class*="intro-title-"].small{
	height: 30rem;
}
[class*="intro-title-"].xsmall{
	height: 15rem;
}
.intro-title-2{
	background-image: url(../images/slider/slide-2-page-intro.jpg);	
}
.intro-title-2-1{
	background-image: url(../images/slider/slide-8-page-intro.jpg);	
}
.intro-title-2-2{
	background-image: url(../images/slider/slide-9-page-intro.jpg);	
}
.intro-title-2-3{
	background-image: url(../images/slider/slide-11-page-intro.jpg);	
}
.intro-title-2-4{
	background-image: url(../images/slider/slide-13-page-intro.jpg);	
}
@media only screen and (max-width: 768px){
	[class*="intro-title-"],
	[class*="intro-title-"].small{
		padding: 11rem 0;
		height: auto;
	}
}

/*------------------------------------------------------------------
[10. Slider & Parallax]
*/

.tm-slider-container:not([class*="bkg-"]){
	background: none;
}

/* Slider Heights */
.featured-media,
.full-width-slider,
.parallax{
	height: 60rem;
	padding: 0;
}
.window-height{
	height: 100vh;
}
.hero-slider.window-height{
	min-height: 100vh;
}
.parallax.page-intro,
.page-intro{
	height: 45rem;
}
.parallax.small,
.page-intro.small{
	height: 30rem;
}
.page-intro .full-width-slider,
.window-height .full-width-slider{
	height: inherit;
}
.logo-slider,
.testimonial-slider,
.team-slider,
.recent-slider .thumbnail{
	min-height: 5rem;
}
.recent-slider{
	min-height: 33rem;
}
.team-slider{
	height: 42rem;
}
.hero-slider{
	min-height: 60rem;
}

/* Slider Navigation Common */
.tms-arrow-nav{
	width: 4.4rem;
	height: 4.4rem;
	background: none;
	font-size: 2rem;
	line-height: 4.4rem;
	color: #fff;
	border: none;
	background-color: #000;
}
.tms-arrow-nav:hover{
	opacity: 0.5 !important;
}
.tms-arrow-nav:before{
	line-height: 4.4rem;
}
.tms-arrow-nav:hover{
	width: 4.4rem;
}
.tms-bullet-nav{
	background-color: #fff;
}
.tms-nav-dark .tms-bullet-nav{
	background-color: #000;
}
.hide-arrow-nav .tms-arrow-nav,
.hide-progress .tms-progress-bar{
	display: none !important
}

/* Featured Media Slider Navigation */
.featured-media .tms-pagination{
	width: 100%;
	bottom: 3rem;
}
.featured-media .tms-pagination a{
	display: inline-block;
	margin-bottom: 1rem;
}
.featured-media .tm-slider-container .tms-pagination{
	opacity: 1;
}

/* Feature Slider */
.feature-slider .tms-bullet-nav{
	background-color: #232323;
}

/* Recent Slider */
.recent-carousel.replicable-content{
	padding-top: 4rem;
	padding-bottom: 1rem;
}
.recent-carousel .column.slider-column{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.tm-slider-container.tms-carousel > ul{
	opacity: 1;
}
.tm-slider-container.tms-carousel.no-margins > ul > li{
	padding-right: 0;
	padding-left: 0;
}

/* Slider Buttons */
.tm-slider-container .button{
	font-size: 1.1rem;
	font-weight: 700;
}

/* Mobile Slider & Parallax */
.mobile .featured-media,
.mobile .parallax.fixed-height{
	height: 50rem;
}

/* Featured Slider Nav Breakpoints */
@media only screen and (max-width: 768px){
	.featured-media .tms-pagination a{
		display: inline-block;
	}
	.featured-media .tms-arrow-nav{
		display: none !important;
	}
}

/*------------------------------------------------------------------
[11. Lightbox]
*/

.tm-lightbox{
	background: rgba(255,255,255,1);
}
#tml-content-wrapper.zoomed + #tml-caption span{
	background-color: rgba(0,0,0,0.3);
	border: none;
	color: #fff;
}

/* Standard Modal Mode */
#tm-lightbox.tml-modal-mode {
	background: rgba(0,0,0,0.1);
}
.tml-modal-mode .modal-dialog{
	box-shadow: 0 0 4rem rgba( 0,0,0,.5 );
}
.tml-modal-mode #tml-exit{
	color: #111;
}
.tml-exit-light #tml-exit{
	color: #fff;
}
.rounded .modal-dialog,
.rounded .section-block{
	border-radius: 0.3rem;
}

/* Common Modal Mode */
.tml-contact-modal .modal-dialog > div,
.tml-newsletter-modal .modal-dialog > div,
.tml-search-modal .modal-dialog > div,
.tml-promotion-modal .modal-dialog > div{
	padding-left: 0;
	padding-right: 0;
}
.tml-contact-modal .contact-form-container,
.tml-search-modal .search-form-container,
.tml-newsletter-modal .signup-form-container {
	padding-left: 3rem;
	padding-right: 3rem;
}

/* greyscale upon modal opening */
.modal-open .wrapper-inner{
	-webkit-filter: grayscale(100%);
			filter: grayscale(100%);
}
@media only screen and (max-width: 960px){
	.tml-padding-small #tml-content-wrapper{
		left: 5% !important;
		right: 5% !important;
	}
}
@media only screen and (max-width: 768px){
	.tml-modal-mode .modal-dialog{
		width: 100% !important;
	}
	.tml-modal-mode .modal-dialog > div{
		padding-left: 0;
		padding-right: 0;
	}
	.tml-swap-exit-light #tml-exit{
		color: #fff;
	}
	.tml-modal-mode .hero-5{
		padding-bottom: 2rem; 
	}
	.tml-modal-mode .hero-5 .column:first-child:not(.media-column) .split-hero-content{
		margin-top: 4rem;
	}
}

/* Navigation */
.tml-nav{
	color: #999;
	opacity: 0.7;
}
.tml-nav:hover{
	color: #000;
}

/*------------------------------------------------------------------
[12. Plugin Preloader]
*/
/* Site Preloader */
.preload-page{
	visibility: hidden;
}
.tm-pageloader-wrapper{
	background-color: #fff;
	position: absolute;
}
.tm-pageloader,
.tm-pageloader.full-page #tm-pl-percentage{
	position: absolute;
}
.tm-pageloader{
	width: 100%;
	height: 0.2rem;
	top: 50%;
}
.tm-pageloader #tm-pl-percentage{
	width: 100%;
	height: 100%;
	font-weight: 300;
	text-align: center;
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
}
.tm-pageloader.fixed-width-bar{
	width: 10rem;
	margin-left: -5rem;
	left: 50%;
}
.tm-pageloader.full-width-bar,
.tm-pageloader.full-page{
	width: 100%;
}
.tm-pageloader.full-page{
	height: 100%;
	top: 0;
}
.tm-pageloader.full-page #tm-pl-percentage{
	font-size: 8rem;
	color: #ddd;
	opacity: 0.5;
	line-height: 100vh;
	z-index: 1;
}
.tm-pageloader.animated-gif{
	width: 8rem;
	height: 8rem;
	margin-top: -4rem;
	margin-left: -4rem;
	top: 50%;
	left: 50%;
}
.tm-pageloader.animated-gif #tm-pl-bar{
	width: 100% !important;
	border-radius: 50%;
	background: transparent url(../images/preloader-logo.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.tm-pageloader #tm-pl-bar{
	width: 0;
	background-color: #5bd9b3;
}

/* Plugin Preloader */
.tm-loader, 
.tm-loader #circle{
	width: 3.4rem;
	height: 3.4rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: none;
	-webkit-transform-origin: center center;
	    -ms-transform-origin: center center;
	    	transform-origin: center center;
}
.tm-loader {
	width: 3.4rem;
	height: 3.4rem;
	margin: -1.7rem 0 0 -1.7rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation:preloader-outer 1s ease infinite;
	   -moz-animation:preloader-outer 1s ease infinite;
	     -o-animation:preloader-outer 1s ease infinite;
	        animation:preloader-outer 1s ease infinite;
}
.tm-loader #circle{
	-webkit-animation:preloader 2s ease infinite;
	   -moz-animation:preloader 2s ease infinite;
	     -o-animation:preloader 2s ease infinite;
	        animation:preloader 2s ease infinite;
}
.tm-loader #circle{
	border: 0.19rem solid rgba(0,0,0,0.2);
	border-bottom-color: #222;
}
.featured-media .tm-loader #circle {
	background: none;
	border: 0.19rem solid rgba(255,255,255,0.4);
	border-bottom-color: #fff;
	opacity: 1;
}
@-webkit-keyframes preloader-outer{
	from { opacity: 1;	-webkit-transform: rotate( 0deg ); }
	to	 { opacity: 1;	-webkit-transform: rotate( 360deg ); }
}
@keyframes preloader-outer{
	from { opacity: 1; transform: rotate( 0deg ); }
	to	 { opacity: 1;	transform: rotate( 360deg ); }
}
@-webkit-keyframes preloader{
	0% { opacity: 1; -webkit-transform: scale( 1.2 );}
	50%	 { opacity: 1; -webkit-transform: scale( 1 ); }
	100% { opacity: 1; -webkit-transform: scale( 1.2 ); }
}
@keyframes preloader{
	0% { opacity: 1; transform: scale( 1.2 ); }
	50%	 { opacity: 1; transform: scale( 1 );}
	100% { opacity: 1; transform: scale( 1.2 );}
}

/*------------------------------------------------------------------
[13. Rollovers]
*/

/* Rollover Text */
.overlay-info > span > span,
.shop .products .overlay-info .product-title{
	font-size: 1.862rem;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
	color: #000;
}
.overlay-info .project-description{
	font-size: 1.4rem;
	opacity: 0.7;
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
}
.overlay-info .project-title + .project-description{
	margin-top: 0;
}

/* Overlay */
.overlay-info{
	background: rgba(255, 255, 255, 0.5);
}
.overlay-info > span > span{
	text-align: center;
}
.overlay-info .project-title{
	display: block;
}
.overlay-fade-img-scale-out .overlay-info .overlay-info{
	opacity: 1;
}
.overlay-fade-img-scale-in .project-title{
	margin-bottom: 0;
}
.caption-below{
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	border: none;
	opacity: 0.5;
}

/*------------------------------------------------------------------
[14. Homepage]
*/

/* Scroll Links */
.scroll-link.icon-circled,
.scroll-to-top.icon-circled{
	width: 5rem;
	height: 5rem;
}
.scroll-link.icon-circled{
	line-height: 5rem;
}
.scroll-to-top.icon-circled{
	line-height: 4.8rem;
}

/* Stats */
.stats-1-1{
	background-image: url(../images/generic/hero-1.jpg);
}

/* Hero */
.hero-5-1 .media-column{
	background-image: url(../images/generic/hero-half-1.jpg);
}
.hero-5-2 .media-column{
	background-image: url(../images/team/hero-half-2.jpg);
}

/* Call to Action */
.call-to-action-2-1{
	background-image: url(../images/generic/call-to-action-1.jpg);
	background-size: cover;
	background-position: center;
}

/* Signup 2 */
.signup-2-1{
	background-image: url(../images/generic/signup-1.jpg);
}

/* Fullscreen Section */
.home-page .fulscreen-sections-wrapper{
	background: #000;
}
.signup-box{
	padding: 4rem;
	border: 1px solid rgba(255,255,255,0.3);
	overflow: visible;
}
.fullscreen-bkg-2{
	background-image: url(../images/slider/slide-7-fs.jpg);
}
.fullscreen-bkg-3{
	background-image: url(../images/slider/slide-4-fs.jpg);
}
.fullscreen-bkg-4{
	background-image: url(../images/slider/slide-5-fs.jpg);
}

.fullscreen-bkg-skysuites1{background-image: url(../images/skysuites/slide-1.jpg);}
.fullscreen-bkg-skylobby{background-image: url(../images/skysuites/sky-lobby.jpg);}
.fullscreen-bkg-skygarden{background-image: url(../images/skysuites/sky-garden.jpg);}
.fullscreen-bkg-skypark{background-image: url(../images/skysuites/sky-park.jpg);}
.fullscreen-bkg-residences{background-image: url(../images/skysuites/the-residences.jpg);}

.fullscreen-bkg-hotel101{background-image: url(../images/hotel101/hotel101-fort.jpg);}
.fullscreen-bkg-hotel101davao{background-image: url(../images/hotel101/hotel101-davao.jpg);}
/*------------------------------------------------------------------
[15. About Pages]
*/

/* Team Sections */
.team-1 h3,
.team-2 h3{
	margin-top: 0.5rem;
}
.team-1 .team-content-info h5{
	margin-top: 3rem;
	margin-bottom: 0.5rem;
}
.team-1 h6.occupation{
	margin-bottom: 2rem;
}
.team-2 h6.occupation{
	margin-bottom: 2rem;
}
.team-2 .team-content-info{
	padding: 2rem 0 0 0;
}
.team-2 .social-list{
	margin-bottom: 0;
}
.team-2 .occupation{
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
}

/* Team Slider */
.team-slider{
	background: none;
	height: 42rem;
}
.team-slider li{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.team-slider p{
	line-height: 1.8;
}
.team-slider .tms-pagination a{
	background-color: #232323;
}
.team-slider-1 .tms-pagination{
	display: none !important;
}
[class*="team-"] .occupation{
	color: #999;
}

/* Testimonial Slider */
.testimonials-5-about-1, 
.about-block {
	background: none;
	color: #000;
}
.testimonials-5-about-1 .tms-bullet-nav {
	background: #000;
}

.about-block { background-color: #064CDB!important; padding-bottom: 8rem;}
.about-block .tms-bullet-nav { background-color: #fff; }

/* Hero */
.hero-2-1{
	background-image: url(../images/team/hero-1.jpg);
}


/*------------------------------------------------------------------
[15. Service Pages]
*/

.hero-3-1{
	background-image: url(../images/services/hero-1.jpg);
}
.hero-4-1{
	background-image: url(../images/services/hero-2.jpg);
}
.hero-5-3 .media-column{
	background-image: url(../images/architecture/generic/hero-half-3.jpg);
}

/*------------------------------------------------------------------
[16. Contact Pages]
*/

/* Hero Sections */
.hero-5-contact-1 .media-column{
	background-image: url(../images/contact/hero-half.jpg);
}
.hero-5-contact-1 [class*="stats-"] .stat-inner{
	text-align: left;
}

/* Stats */
.stats-contact-1{
	background: none;
}

/* Form Response */
.contact-form-container .form-response{
	color: #666;
}

/* Map */
.map-container{
	height: 45rem;
}
.accordion .map-container{
	height: 24rem;
}
.map-pan-link-container a.active{
	color: #232323;
}
.hero-5 .map-pan-link-container *{
	opacity: 0.5;
}
.hero-5 .map-pan-link-container a.active{
	opacity: 1;
}
.map-pan-link-container a.button.active{
	background: none;
	border-color: #064CDB;
	color: #fff;
}

/*------------------------------------------------------------------
[17. Project Pages]
*/

/* Grid */
.masonry-stamp .caption-over-outer{
	background-color: rgba(255,255,255,.6);
}
h3.project-title{
	font-size: 1.4rem;
}
.project-title .label{
	font-size: 1rem;
	text-transform: uppercase;
}
.project-description{
	font-size: 1.2rem;
}
.item-description.with-background{
	padding: 2rem;
	margin: 0;
	background-color: #fff;
}

/* Project 1 */
.project-1-slider .tms-bullet-nav{
	background: #fff; 
}
/* Full Width Content Slider */
.project-1-slider .tms-arrow-nav{
	display: none !important;
}
.project-1-slider .tms-pagination{
	bottom: -4rem;
	opacity: 1 !important;
}

/* Project Info */
/* .project-attribute{
	margin-bottom: 0.3rem;
	display: table;
	table-layout: fixed;
}
.project-attribute .project-label{
	min-width: 8rem;
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
	display: table-cell;
}
.project-attribute .project-value{
	display: table-cell;
} */

.center .project-attribute{
	margin-left: 1rem;
	margin-right: 1rem;
}
.project-attribute{
	margin-bottom: 0.3rem;
}
.project-attribute .project-label{
	min-width: 8rem;
	font-weight: 500;
	text-transform: none;
	display: table-cell;
}
.project-attribute .project-value{
	display: table-cell;
}
.project-attribute.center{
	margin: 0 auto;
}

.label-meta li {
	font-weight: 500;
	padding-right: 2rem;
}
.label-meta li:last-child {
	padding-right: 0;
}
.label-type {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}
.label-value {
	display: inline-block;
    vertical-align: top;
}

/* Hero */
.hero-5-4 .media-column{
	background-image: url(../images/portfolio/projects/hero-half-1.jpg);
}

/* Folio Filter */
.grid-filter-menu ul,
.grid-filter-menu li{
	padding: 0;
	text-transform: none;
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
}
.grid-filter-menu li{
	padding: 0.8rem 1.5rem;
}
.grid-filter-menu.list-vertical li{
	display: block;
	padding: 0.8rem 0;
}
.grid-filter-menu:not(.center):not(.right) li:first-child{
	padding-left: 0;
}
.grid-filter-menu.right li:last-child{
	padding-right: 0;
}
.grid-filter-menu a{
	padding: 0.5rem 0;
	font-weight: 400;
	color: #999;
	display: block;
	position: relative;
	border-bottom: 1px solid transparent;
}
.grid-filter-menu a:hover{
	color: #232323;
}
.grid-filter-menu a.active{
	color: #232323;
	border-color: #232323;
}

/* Color Swatch */
.project-swatch-list{
	margin-bottom: 0;
}
.project-swatch-list li{
	margin-bottom: 3rem;
}
.project-swatch{
	margin-right: 5rem;
}
.center .project-swatch{
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}
@media only screen and (max-width: 768px){
	.center-on-mobile .project-swatch{
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}
}

/* Template Grid Thumbs */
.template-grid .thumbnail{
	border: 1px solid #eee;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
}

/*------------------------------------------------------------------
[18. Pagination]
*/

/*------------------------------------------------------------------
[18. Pagination]
*/

/* Pagination 2 Customized */
.pagination-2{
	background-color: transparent;
}
.pagination-2 .pagination-previous,
.pagination-2 .pagination-next{
	text-align: center;
}
.pagination-2 .pagination-previous{
	background-color: #f8f8f8;
}
.pagination-2 .pagination-next{
	background-color: #eee;
}
.pagination-2 .disabled,
.pagination-2 .disabled:hover{
	background-color: #f8f8f8 !important;
}
.pagination-2 small{
	font-size: 1.2rem;
	text-transform: uppercase;
}
.pagination-2 a{
	color: #111;
	overflow: hidden;
}
.pagination-2 a:hover{
	background-color: #7befb2;
}
.pagination-2 [class*=icon-]{
	height: 2rem;
	margin: 0;
	font-size: 2rem;
	position: absolute;
	top: 50%;
	left: 3rem;
}
.pagination-2 .pagination-next [class*=icon-]{
	margin-right: 1rem;
	right: 3rem;
}
.pagination-2 .indication-large{
	width: 100%;
	font-size: 20rem;
	opacity: 0.05;
	position: absolute;
	top: -2rem;
	left: 0;
}
.pagination-2 .disabled .indication-large{
	opacity: 0.1;
}
@media only screen and (max-width: 768px) {
	.pagination-2 .indication-large{
		top: -5rem;
	}
}

/* Pagination 3 Customized */
.pagination-3 ul{
	border-top: 1px solid #eee;
}
.pagination-3 li{
	margin-top: -1px;
	margin-left: -0.4rem;
}
.pagination-3 a{
	width: 4rem;
	height: 4rem;
	padding: 0;
	line-height: 4rem;
	font-size: 1.2rem;
	font-weight: 400;
	color: #000;
	border-color: transparent;
	border-radius: 0;
}
.pagination-3.portfolio a{
	width: auto;
	padding:  0 1.5rem;
	font-size: 1rem;
	text-transform: uppercase;
}
.pagination-3.portfolio .pagination-previous{
	padding-left: 1rem;
}
.pagination-3.portfolio .pagination-next{
	padding-right: 1rem;
}
.pagination-3 .pagination-previous,
.pagination-3 .pagination-next,
.pagination-3 a.current, 
.pagination-3 a:hover{
	background: #eee;
	border: 1px solid #eee;
	color: #000;
}
.pagination-3 a.disabled, 
.pagination-3 a.disabled:hover{
	border-color: #eee;
}
.pagination-3 a span{
	margin: 0;
}

/*------------------------------------------------------------------
[19. Fullscreen Pages]
*/

.fullscreen-section .fullscreen-inner{
	background: rgba(0,0,0,0.45);
}
.fullscreen-section .fullscreen-inner.none{
	background: rgba(0,0,0,0);
}
/* .fs-bullet-nav{
	background: none;
	border: 1px solid #fff;
}
.fs-bullet-nav.active{
	background: #fff;
}
.fs-pagination{
	right: 6rem;
} */

.fs-bullet-nav{
	width: 1rem;
	height: 1rem;
	background: #fff; 
	opacity: 0.4;
}
.nav-dark .fs-bullet-nav{
	background: #000; 
}
.fs-bullet-nav.active{
	background: #fff;
}
.nav-dark .fs-bullet-nav.active{
	background: #000; 
}
.fs-pagination{
	width: 3.2rem;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 6rem;
	right: 4rem;
}

/*------------------------------------------------------------------
[20. Blog Pages]
*/

/* Post Title */
.blog-regular h2.post-title, 
.blog-wide h2.post-title, 
.blog-single-post h2.post-title{
	margin-bottom: 1rem;
}
.blog-masonry h2.post-title{
	margin-bottom: 0;
}
.blog-masonry .post-title{
	margin-bottom: 0;
	font-size: 2rem;
	text-transform: none;
	display: block;
}
.blog-regular .post-title,
.blog-wide .post-title{
	font-size: 3rem;
}
.blog-masonry .post-title a,
.blog-regular .post-title a,
.blog-wide .post-title a{
	color: #000;
}
.single-post-tags .tags-title{
	font-size: 1.3rem;
}
.blog-masonry.masonry-set-dimensions .post-title{
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
}
.blog-masonry.masonry-set-dimensions .post-title.quote{
	line-height: inherit;
}
.blog-masonry.masonry-set-dimensions .post-title a{
	color: #fff;
}
.masonry-set-dimensions .content-inner.with-overlay{
	background-color: rgba(0,0,0,0.3)
}

/* Common */
.post-content.with-background{
	background-color: #fafafa;
}
.post-info{
	margin-bottom: 2rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: #999;
}
.post-info.boxed{
	width: 100%;
	padding: 2rem 0;
	margin-bottom: 6rem;
	background-color: #f6f9fc;
}
.post-info span{
	/* margin-left: 1rem; */
	/* margin-right: 1rem; */
}
.post-info span,
.post-info a{
	display: inline-block;
}
.post-info-aside .post-love,
.post-author-aside span,
.post-author-aside a,
.post-comments-aside span,
.post-comments-aside a{
	font-size: 1.2rem;
	text-transform: none;
	color: #999;
	margin-right: 0;
	margin-left: 0;
	letter-spacing: 0;
}
.post-info-aside .post-love,
.post-author-aside span,
.post-author-aside a,
.post-comments-aside span,
.post-comments-aside a{
	display: block;
}
.post-info-aside [class*="icon-"]{
	font-size: 1.2rem;
}
.post-info-aside,
.post-author-aside,
.post-comments-aside{
	min-width: 12rem;
	margin-left: 0;
	text-align: left;
}
.post-info-aside .post-info-inner,
.post-author-aside .author-title{
	margin-top: 0;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ccc;
}
.post-info-aside .post-love [class*="icon-"]{
	width: 1.3rem;
	margin-right: 0.6rem;
}
.post-info-aside .social-list{
	text-align: left;
}
.post-info-aside + .post-content,
.post-author-aside + .author-bio,
.post-comments-aside + .comments-inner{
	padding-left: 17rem;
}

@media only screen and (max-width: 768px) {
	.post-info-aside + .post-content {
		padding-left: 0;
	}
	.blog-regular .post-title,
	.blog-wide .post-title{
		font-size: 3rem;
	}
}

/* Regular Blog */
.blog-regular .post {
	margin-bottom: 7rem;
}
.blog-masonry .caption-over-outer .post-info .post-date{
	padding: 0;
	margin: 0;
	border: none;
	display: inline-block;
}

/* Blog Masonry */
.blog-masonry .post-content:not(.post-content.with-background){
	padding: 0 2rem;
}
/*.blog-masonry .grid-item:nth-child(odd) .post-content{
	padding: 2rem;
	background-color: #f4f4f4;
}*/

/* Blog Masonry Set Dimentions */
.blog-masonry.masonry-set-dimensions .post-info,
.blog-masonry.masonry-set-dimensions .post-info a{
	color: #fff;
}

/* Blog Mejs Player */
.post-media .mejs-container.mejs-audio .mejs-controls .mejs-play,
.post-media .mejs-container.mejs-audio .mejs-controls .mejs-pause{
	border-radius: 0;
}
.post-media .mejs-container.mejs-audio .mejs-controls{
	border-radius: 0;
}
.masonry-set-dimensions .post-content.with-background{
	background: #f4f4f4;
}
.masonry-set-dimensions .post-media:hover .post-content{
	background: rgba(0,0,0,0.8);
}
.masonry-set-dimensions .post-media:hover .post-content h2 a{
	color: #fdeb74;
}
.masonry-set-dimensions .post-media:hover .post-author a:hover{
	opacity: 0.5;
}

/* Comments */
.post-comments .comment-meta{
	font-size: 1.2rem;
}
.comment-meta span:first-child{
	margin-left: 0;
}
.comment-meta span{
	margin-left: 1rem;
	margin-right: 1rem;
}
.comment-list li{
	margin-bottom: 5rem;
}
.comment-list ul{
	margin-top: 5rem;
	margin-left: 10rem;
}
.post-comments .comment-meta a{
	font-weight: 400;
}
.post-comments .name{
	margin-bottom: 1rem;
}
.comment-form textarea{
	min-height: 20rem;
}
.post-comment-respond .comment-form .column{
	float: left;
}
.post-author, 
.post-comments,
.post-comment-respond{
	border-color: #eee;
}

/*------------------------------------------------------------------
[21. Form Elements]
*/

.field-wrapper{
	position: relative;
	overflow: hidden;
}
.field-wrapper label:not(.checkbox-label):not(.radio-label){
	opacity: 0.5;
}
.form-submit.full-width{
	width: 100%;
}

/* Common Styling */
.contact-form textarea{
	min-height: 15rem;
}
[class*="form-container"] .column{
	position: relative;
}
.form-response{
	position: absolute;
	font-size: 1rem;
}
.form-element, 
textarea{
	margin-bottom: 3rem;
	background-color: #fff;
	border: 1px solid #ddd;
}
.form-element, 
textarea,
select{
	font-size: 1.3rem;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0.1rem;
	color: #666;
}
.form-element:focus, 
textarea:focus{
	background-color: #ddd;
	border-color: #ddd;
	box-shadow: none;
	color: #000;
}
.form-element.required-field:focus, 
textarea.required-field:focus{
	background-color: #fff;
	border-color: #ddd;
	box-shadow: none;
	color: #000;
}
.form-element.required-field,
textarea.required-field{
	background-color: #ddd;
	box-shadow: none;
	color: #000;
	position: relative;
}
.form-element::-webkit-input-placeholder{
	color: #666;
}
.form-element:focus::-webkit-input-placeholder{
	color: #000;
}
.form-element::-moz-placeholder{
	color: #666;
}
.form-element:focus::-moz-placeholder{
	color: #000;
}
.form-element:-ms-input-placeholder{
	color: #666;
}
.form-element:focus:-ms-input-placeholder{
	color: #000;
}

/* Checkbox and Radio */
.checkbox-label, 
.radio-label{
	color: #666;
	position: relative;
}
.checkbox + .checkbox-label:before, 
.radio + .radio-label:before{
	background: #fff;
	border-color: #ddd;
}
.checkbox:checked + .checkbox-label,
.radio:checked + .radio-label{
	opacity: 1;
}
.checkbox:checked + .checkbox-label:before {
	content: '\e63a';
	background: #064CDB;
	border-color: #064CDB;
	color: #fff;
}
.radio:checked + .radio-label:before {
	background: #064CDB;
}
.checkbox.required-field{
	position: absolute;
}
.checkbox.required-field + .checkbox-label:before{
	border-color: #064CDB;
}

/* Contact Specific */
.contact-form-container ::-webkit-input-placeholder{
	color: #666;
}
.contact-form-container :focus::-webkit-input-placeholder{
	color: #000;
}
.contact-form-container ::-moz-placeholder{
	color: #666;
}
.contact-form-container :focus::-moz-placeholder{
	color: #000;
}
.contact-form-container :-ms-input-placeholder{
	color: #666;
}
.contact-form-container :focus:-ms-input-placeholder{
	color: #000;
}
.contact-form-container .form-response{
	bottom: -3rem;
}

/* Overlay Search Form Elements */
.search-form-container .form-element:focus{
	color: #666;
}
.search-form-container ::-webkit-input-placeholder{
	color: #666;
}
.search-form-container :focus::-webkit-input-placeholder{
	color: #000;
}
.search-form-container ::-moz-placeholder{
	color: #666;
}
.search-form-container :focus::-moz-placeholder{
	color: #000;
}
.search-form-container :-ms-input-placeholder{
	color: #666;
}
.search-form-container :focus:-ms-input-placeholder{
	color: #000;
}

#signup-lightbox button, 
#signup-lightbox .button{
	width: auto;
	max-width: auto;
}

/* Signup 1 Specific */
.signup-1 .form-element{
	background: #fff;
	border: 1px solid #ddd;
	color: #666;
}
.signup-1 .form-element:focus{
	background-color: #ddd;
	border-color: #ddd;
	color: #000;
}
.signup-1 .form-element.required-field:focus{
	background-color: #fff;
	border-color: #ddd;
	color: #000;
}
.signup-1 .form-element.required-field{
	background-color: #ddd;
	border-color: #ddd;
	color: #000;
	position: relative;
}
.signup-1 .form-response{
	width: 100%;
	text-align: center;
	color: #666;
}
.signup-1 ::-webkit-input-placeholder{
	color: #666;
}
.signup-1 :focus::-webkit-input-placeholder{
	color: #000;
}
.signup-1 ::-moz-placeholder{
	color: #666;
}
.signup-1 :focus::-moz-placeholder{
	color: #000;
}
.signup-1 :-ms-input-placeholder{
	color: #666;
}
.signup-1 :focus:-ms-input-placeholder{
	color: #000;
}

/* Signup 2 Specific */
.signup-2 .signup-form-container{
	background-color: rgba(0,0,0,0.6);
	border-radius: 0;
}
.signup-2 .form-element{
	border-color: #fff;
	color: #666;
}
.signup-2 .form-element:focus{
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
.signup-2 .form-element.required-field:focus{
	background: #fff;
	border-color: #fff;
	color: #000;
}
.signup-2 .form-element.required-field{
	background-color: #ddd;
	border-color: #ddd;
	box-shadow: none;
	color: #000;
	position: relative;
}
.signup-2 .form-response{
	width: 100%;
	text-align: center;
	color: #fff;
}
.signup-2 .form-response{
	margin-left: -4rem;
}
.signup-2 ::-webkit-input-placeholder{
	color: #666;
}
.signup-2 :focus::-webkit-input-placeholder{
	color: #000;
}
.signup-2 ::-moz-placeholder{
	color: #666;
}
.signup-2 :focus::-moz-placeholder{
	color: #000;
}
.signup-2 :-ms-input-placeholder{
	color: #666;
}
.signup-2 :focus:-ms-input-placeholder{
	color: #000;
}

/* Create Acc. Specific */
.create-account .form-submit{
	position: relative;
	top: 2.9rem;
}
.tm-lightbox .create-account .form-submit,
.tm-slider-container .create-account .form{
	top: 0;
}
.tms-caption.create-account{
	padding: 1.5rem 3.5rem;
	display: block !important
}
.tms-caption .form-response{
	bottom: 1rem;
}

/* Login Specific */
.header .dropdown-list h5{
	color: #fff;
}
.header .dropdown-list .recuperate-password{
	font-size: 1.1rem;
	color: #999;
}
.header .dropdown-list .recuperate-password:hover{
	color: #fff;
}
.login-form-container .form-element,
.login-form-container textarea{
	background-color: #333;
	border: 1px solid #333;
	color: #999;
}
.login-form-container .form-element:focus{
	background-color: #444;
	border-color: #444;
	color: #fff;
}
.login-form-container .form-element.required-field{
	border-color: #999;
	color: #fff;
}
.login-form-container .form-element.required-field:focus{
	border-color: #444;
	color: #fff;
}
.login-form-container .form-response{
	color: #999;
}
.login-form-container ::-webkit-input-placeholder{
	color: #999;
}
.login-form-container :focus::-webkit-input-placeholder{
	color: #fff;
}
.login-form-container ::-moz-placeholder{
	color: #999;
}
.login-form-container :focus::-moz-placeholder{
	color: #fff;
}
.login-form-container :-ms-input-placeholder{
	color: #999;
}
.login-form-container :focus:-ms-input-placeholder{
	color: #fff;
}

/* Footer Specific */
.footer .form-element, 
.footer textarea{
	background-color: #fff;
	margin-bottom: 2rem;
	color: #666;
}
.footer .form-element:focus, 
.footer textarea:focus{
	background-color: #fff;
	box-shadow: none;
	color: #000;
}
.footer .form-element.required-field,
.footer textarea.required-field{
	background-color: #ddd;
	color: #666;
}
.footer .form-element.required-field:focus,
.footer textarea.required-field:focus{
	background-color: #fff;
	box-shadow: none;
	color: #000;
}
.footer-light .form-element, 
.footer-light textarea{
	background-color: #fff;
	margin-bottom: 2rem;
	color: #666;
}
.footer-light .form-element:focus, 
.footer-light textarea:focus{
	background-color: #fff;
	box-shadow: none;
	color: #000;
}
.footer-light .form-element.required-field,
.footer-light textarea.required-field{
	background-color: #ddd;
	color: #666;
}
.footer-light .form-element.required-field:focus,
.footer-light textarea.required-field:focus{
	background-color: #fff;
	box-shadow: none;
	color: #000;
}
.footer .form-response{
	color: #666;
	font-size: 1rem;
}
.footer ::-webkit-input-placeholder{
	color: #666;
}
.footer :focus::-webkit-input-placeholder{
	color: #000;
}
.footer ::-moz-placeholder{
	color: #666;
}
.footer :focus::-moz-placeholder{
	color: #000;
}
.footer :-ms-input-placeholder{
	color: #666;
}
.footer :focus:-ms-input-placeholder{
	color: #000;
}

/* Disabled */
.disabled{
	opacity: 0.6;
	background-color: #f4f4f4 !important;
	border-color: #eee !important;
	color: #999 !important;
}
.disabled:hover{
	opacity: 0.6;
	background-color: #f4f4f4;
	border-color: #eee;
}

/*------------------------------------------------------------------
[22. Social Lists]
*/

.social-list li{
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
}
.social-list li a{
	color: #333;
}
.social-list li.social-list-label{
	color: #333;
}

/*------------------------------------------------------------------
[23. Footer]
*/

/* Footer Text */
.footer .widget,
.footer address{
	font-size: 1.3rem;
	color: #999;
	text-transform: none;
	font-style: normal;
}
.footer-top a:not(.button):not([class*="icon-"]){
	font-size: 1.3rem;
}
.footer-top a:not(.button){
	color: #999;
}
.footer-bottom a{
	font-size: 1.1rem;
	color: #fff;
}
.footer .copyright{
	margin-bottom: 0;
	font-size: 1.1rem;
	float: none;
}

/* Footer Widgets */
.footer .widget li{
	padding-top: 0;
	border: none;
	border-color: #eee;
}
.footer .post-date{
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

/* Footer Background */
.footer{
	width: 100%;
	background: #232323;
	color: #666;
	z-index: 1;
}
.footer-light{
	background: #fff url('../images/bkg-footer-draws.png') no-repeat -10px 145px;
}
.footer [class*="content-grid"]{
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.footer .grid-item{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.footer-top{
	background-color: transparent;
}
.footer-top .footer-logo{
	width: 9rem;
	margin-bottom: 3rem !important;
}
.footer .footer-bottom{
	padding: 0  0 2rem 0;
	background-color: transparent;
}
.footer .footer-bottom-inner{
	border-color: #333;
}
.footer-light .footer-bottom-inner{
	/* border-color: #eee; */
	border:0;
}
.footer .footer-bottom, 
.footer .footer-bottom a{
	color: #898989;
}
.footer-bottom .footer-logo{
	width: 6.5rem;
	margin-bottom: 1rem;
	margin-right: 1.4rem;
	line-height: 1.7;
}

/* Footer Navigation */
.footer .navigation li,
.footer .navigation ul li a{
	padding: 0;
	display: inline-block;
	float: none;
}
.footer .navigation a,
.footer .social-list,
.footer .social-list a{
	font-size: 1.1rem;
	font-weight: normal;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}
.footer .footer-bottom .navigation, 
.footer .footer-bottom .social-list{
	float: none;
}

/* Columns */
@media only screen and (max-width: 960px){
	.footer-top.two-columns-on-tablet > .row > [class*="width-"]{
		width: 50%;
		text-align: left !important;
	}
}
@media only screen and (max-width: 768px){
	.footer-top.two-columns-on-tablet > .row > [class*="width-"]{
		width: 100% !important;
	}
}

/*------------------------------------------------------------------
[24. Sidebar]
*/

/* Sidebar Widgets */
.sidebar .widget,
.sidebar .widget a{
	font-size: 1.2rem;
}
.sidebar .widget .tag-cloud a{
	font-size: 1rem;
}
.sidebar .widget li{
	padding-top: 0rem;
	padding-bottom: 0rem;
}
.sidebar .widget .list-group li{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.sidebar .widget ul{
	margin-bottom: 5rem;
}
.sidebar .post-date{
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

/*------------------------------------------------------------------
[25. Dividers]
*/

hr,
.divider{
	border-color: #eee;
}
.page-intro .divider,
.intro-title-2 .divider{
	border-color: rgba(255,255,255,0.1);
}
.text-line{
	width: 0;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
		    transform: rotate(0deg);
	-webkit-transition-property: width, opacity, background-color, transform;
	   -moz-transition-property: width, opacity, background-color, transform;
	     -o-transition-property: width, opacity, background-color, transform;
		    transition-property: width, opacity, background-color, transform;
    -webkit-transition-duration: 400ms;
	   -moz-transition-duration: 400ms;
	     -o-transition-duration: 400ms;
	    -ms-transition-duration: 400ms;
	        transition-duration: 400ms;
}
a.animated-link:hover .text-line,
a.overlay-link:hover .text-line{
	width: 2rem;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
		    transform: rotate(0deg);
}
.mobile .text-line,
a.disabled .text-line{
	-webkit-transition-property: none;
	   -moz-transition-property: none;
	     -o-transition-property: none;
		    transition-property: none;
}
[class*="border-"].thick, 
[class*="border-"].thick *{
	border-width: 0.2rem;
}

/*------------------------------------------------------------------
[26. Media Element Player]
*/

.mejs-container.mejs-audio .mejs-controls{
	border-radius: 3px;
}
.mejs-container.mejs-audio .mejs-controls,
.mejs-controls .mejs-volume-button .mejs-volume-slider{
	background: rgba(255, 255, 255, 0.9);
}
.mejs-container.mejs-audio .mejs-controls{
	background: #f9f9f9;
}
.mejs-minimal-player .mejs-container .mejs-controls{
	background: none;
}
/* Time track, vol track */
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{
	background: #999;
}
/* Time track, vol level track */
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{
	background: #666;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	background: #fff;
}
.mejs-minimal-player .mejs-controls .mejs-time-rail .mejs-time-total{
	background: #fff;
}
.mejs-minimal-player .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-minimal-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-minimal-player .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{
	background: #fff;
}
/* Tooltip */
.mejs-controls .mejs-time-rail .mejs-time-float {
	background: #000;
}
/* Play Button */
.mejs-container.mejs-audio .mejs-controls .mejs-play,
.mejs-container.mejs-audio .mejs-controls .mejs-pause{
	background: #eee;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.mejs-minimal-player .mejs-container .mejs-controls .mejs-play,
.mejs-minimal-player .mejs-container .mejs-controls .mejs-pause{
	background: none;
}
/* Time */
.mejs-container .mejs-controls .mejs-time span{
	color: #666;
}
.mejs-minimal-player .mejs-container .mejs-controls .mejs-time span{
	color: #fff;
}

/*------------------------------------------------------------------
[27. E-Commerce]
*/

/* Grid */
.shop .products .product h3.product-title{
	font-size: 1.4rem;
}
.product-title a{
	color: #000;
}
.shop .products .product .product-price{
	font-size: 1.2rem;
}

/* Shop Overlay Tags */
.shop .products .product .onsale,
.single-product .product .onsale{
	background-color: #064CDB;
}
.shop .products .product .outofstock,
.single-product .product .outofstock{
	background-color: #232323;
}

/* Tables */
.shop .table td,
.shop .table th{
	padding: 2rem 1.6rem;
}
.shop .cart-overview .table > thead{
	background-color: #f4f4f4;
}
/*.shop .cart-overview .table > thead th,
.shop .cart-overview .table > thead th{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}*/
.shop .cart-overview table,
.shop .cart-overview td,
.shop .cart-totals th,
.widget .cart-subtotal,
.single-product .review-comments,
.checkout .cart-overview hr{
	border-color: #eee;
}
.single-product .review-comments .comment-list > li,
.single-product .products-similar hr,
.single-product .review-comments,
.cart .cart-review,
.checkout .cart-review,
.checkout .cart-overview hr{
	margin-bottom: 5rem;
}

/* Shop Buttons */
.shop .cart-overview .button,
.shop .product .button{
	background-color: #232323;
	border-color: #232323;
	color: #fff;
}
.shop .cart-overview .button:hover,
.shop .product .button:hover{
	background-color: #064CDB;
	border-color: #064CDB;
	color: #fff;
}

/* Widgets */
.sidebar .widget .product-list li{
	padding-top: 1.5rem;
	padding-bottom: 1.3rem;
}
.widget .cart-overview a.product-remove{
	background-color: #eee;
}

/* Single Product Page */
.single-product .review-comments{
	padding-bottom: 5rem;
}
.single-product .products-similar hr{
	margin-top: 2rem;
}
.single-product .product-tabs .tab-panes{
	padding-top: 5rem !important;
}
.single-product .product-summary .product-rating{
	font-size: 1.2rem;
}
.single-product .product-summary .product-price ins,
.single-product .product-summary .product-price del{
	font-size: 2rem;
	font-weight: 700;
}

/* Cart Overview */
.cart .cart-overview .product-remove a{
	background-color: #eee;
}

/*------------------------------------------------------------------
[27. Component Styling]
*/

/* Testimonial Slider */
.testimonial-slider{
	height: 14rem;
}
.testimonial-slider blockquote{
	width: 100%;
}
.testimonial-slider blockquote span{
	margin-bottom: 2rem;
}
.testimonial-slider cite{
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #999;
	font-style: normal;
}

/* Button */
.button{
	text-transform: none;
}
.button-content{
	line-height: 1;
}

/* Box */
.box{
	font-size: inherit !important;
	line-height: inherit !important;
}

/* Blockquote */
blockquote.border{
	border-color: #ccc;
}

/* Feature Section */
.feature-2 .feature-image img{
	width: 90%;	
}

/* Logo Section */
.logos-1 a{
	opacity: 1;
}
.logos-1 a:hover{
	opacity: 1;
}
.logo-slider{
	height: 14rem;
}
.logos-1 a, 
.logos-1 span{
	padding: 0.5rem 0;
}

/* Clients Section */
.clients-1 .client-name {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.4rem;
	opacity: 0.5;
}
.clients-1 .counter{
	font-size: 10rem;
	margin-bottom: 0;
}

/* Profile Image */
.profile-image.pull-left{
	margin-right: 3.5rem;
	margin-bottom: 2rem;
}
.profile-image.pull-right{
	margin-left: 3.5rem;
	margin-bottom: 2rem;
}

/* Hero Sections */
.hero-1,
.hero-2,
.hero-3,
.hero-4,
.hero-5,
.hero-6{
	height: 50rem;
}
[class*="hero-"].small{
	height: 30rem;
}
[class*="hero-"].window-height{
	height: 100vh;
}
.hero-5 .center .tms-pagination{
	text-align: center;
}

/* Stats */
[class*="stats-"] .counter{
	margin-bottom: 1rem;
	font-size: 4.5rem;
	font-weight: 300;
}
[class*="stats-"] .counter.xlarge{
	font-size: 6.5rem;
}
[class*="stats-"] .description{
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
}
.stats-3 .mega-stat .counter{
	font-weight: normal;
	font-size: 6rem;
}
.stats-3 .description{
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}
.stats-3 .description,
.stats-3 .mega-stat .description{
	font-size: 1.2rem;
	font-weight: 400;
}
.maintenance-stat .counter{
	font-size: 6.5rem;
	font-weight: 300;
	line-height: 1;
}

/* Bar percentages */
.percent-10{
	width: 10%;
}
.percent-20{
	width: 20%;
}
.percent-30{
	width: 30%;
}
.percent-40{
	width: 40%;
}
.percent-50{
	width: 50%;
}
.percent-60{
	width: 60%;
}
.percent-70{
	width: 70%;
}
.percent-80{
	width: 80%;
}
.percent-90{
	width: 90%;
}
.percent-10{
	width: 100%;
}

/* Sizes */
.progress-bar{
	border: none;
}
.progress-bar.small{
	height: 1.3rem;
	font-size: 1rem;
	line-height: 1rem;
}
.progress-bar,
.progress-bar.medium{
	height: 2rem;
}
.progress-bar.large{
	height: 3rem;
	font-size: 1.4rem;
	line-height: 2.6rem;
}
.progress-bar.xlarge{
	height: 4rem;
	font-size: 1.5rem;
	line-height: 3.6rem;
}

/* Accordion */
.accordion > ul > li > a{
	padding: 1.3rem 2.5rem;
	background-color: #f4f4f4;
	border-color: #f4f4f4;
	color: #666;
	font-size: 1.1rem;
	font-weight: 400;
	text-transform: uppercase;
}
.accordion > ul > li.active > a,
.accordion > ul > li.active > a:hover{
	border-color: transparent;
	background-color: #232323;
	color: #fff;
}
.accordion > ul > li > a:hover{
	border-color: transparent;
	background-color: #ddd;
}
.accordion .accordion-content{
	padding: 3rem;
}
/* style 1 */
.accordion.style-1 > ul > li > a{
	background-color: transparent;
	border-color: #eee;
	color: #666;
}
.accordion.style-1 > ul > li.active > a,
.accordion.style-1 > ul > li.active > a:hover{
	background-color: transparent;
	border-color: #eee;
	color: #064CDB;
}
.accordion.style-1 > ul > li > div{
	border: none;
}
.accordion.style-1 .accordion-content{
	border: none
}
/* style 2 */
.accordion.style-2 > ul > li > a{
	padding: 1.3rem 0;
	border: none;
	font-weight: 400;
	background-color: transparent;
	border-bottom: 1px solid #eee;
	color: #666;
}
.accordion.style-2 > ul > li.active > a,
.accordion.style-2 > ul > li.active > a:hover{
	background-color: transparent;
	border-color: transparent;
	color: #064CDB;
}
.accordion.style-2 .accordion-content{
	padding: 1rem 0 3rem 0;
	border: none;
}
.accordion.style-2 > ul > li > div{
	border: none;
}
.accordion.style-2 > ul > li.active > div{
	border-bottom: 1px solid #eee;
}

/* Tabs */
.tabs .tab-nav > li a{
	padding: 1.3rem 2.5rem;
	background-color: #f4f4f4;
	border-color: #f4f4f4;
	color: #666;
	font-size: 1.15rem;
	font-weight: 700;
	text-transform: uppercase;
}
.tabs .tab-nav > li a:hover{
	background-color: #ddd;
	border-color: #ddd;
	color: #232323;
}
.tabs .tab-nav > li,
.tabs.vertical .tab-nav > li{
	margin: 0;
}
.tabs .tab-nav > li.active a,
.tabs .tab-nav > li.active a:hover{
	color: #232323;
}
.tabs .tab-panes{
	padding: 3rem;
}
.tabs[class*="style-"] .tab-nav > li{
	margin: 0 !important;
}
.tabs[class*="style-"] .tab-panes{
	border: none;
}
.tabs[class*="style-"]:not(.style-3) .tab-panes{
	padding: 5rem 0 0 0;
	border: none;
	background: none;
}
.tab-panes > div.active{
	overflow: visible;
}
.tabs.style-1.vertical.right .tab-panes,
.tabs.style-2.vertical.right .tab-panes{
	padding-right: 2.5rem;
	margin: 0 !important;
}
/* style 1 */
.tabs.style-1.vertical .tab-nav > li,
.tabs.style-1.vertical.right .tab-nav > li{
	margin-bottom: 0;
}
.tabs.style-1 .tab-nav > li a,
.tabs.style-1.vertical .tab-nav > li a{
	background-color: #f4f4f4;
	border: none;
	color: #666;
}
.tabs.style-1 .tab-nav > li a:hover{
	background-color: #ddd;
	border: none;
	color: #232323;
}
.tabs.style-1 .tab-nav > li.active a,
.tabs.style-1 .tab-nav > li.active a:hover,
.tabs.style-1.vertical.right .tab-nav > li.active a,
.tabs.style-1.vertical.right .tab-nav > li.active a:hover{
	margin-right: 0;
	border: none;
	background-color: #064CDB;
	color: #fff;
}
/* style 2 */
.tabs.style-2 .tab-nav > li a,
.tabs.style-2.vertical .tab-nav > li a,
.tabs.style-2.vertical.right .tab-nav > li a{
	background-color: transparent;
	border-width: 0 0 1px 0;
	border-color: #eee;
	color: #666;
}
.tabs.style-2:not(.vertical) .tab-panes{
	border-top: 1px solid #eee;
}
.tabs.style-2 .tab-nav > li.active a,
.tabs.style-2 .tab-nav > li.active a:hover,
.tabs.style-2.vertical .tab-nav > li.active a,
.tabs.style-2.vertical.right .tab-nav > li.active a{
	background-color: transparent;
	border-width: 0 0 1px 0;
	border-color: #064CDB;
	color: #232323;
}
/* style 3 */
.tabs.style-3 .tab-nav > li a,
.tabs.style-3.vertical .tab-nav > li a,
.tabs.style-3.vertical.right .tab-nav > li a,
.tabs.style-3 .tab-panes{
	background-color: transparent;
	border-width: 0;
	color: #666;
}
.tabs.style-3 .tab-nav > li.active a,
.tabs.style-3 .tab-nav > li.active a:hover,
.tabs.style-3.vertical .tab-nav > li.active a,
.tabs.style-3.vertical.right .tab-nav > li.active a{
	background-color: transparent;
	border: none;
	color: #232323;
}
.tabs.style-3:not(.vertical) .tab-nav > li a{
	padding: 1rem 0;
	margin-right: 3rem;
}
.tabs.style-3.center:not(.vertical) .tab-nav > li a{
	margin: 0 1.5rem 0 1.5rem;
}
.tabs.style-3.right:not(.vertical) .tab-nav > li a{
	margin: 0 0 0 3rem;
}
.tabs.style-3 .tab-panes{
	padding: 3rem 0 0 0;
}

/* animation */
.tab-panes .tab-content{
	-webkit-transition-property: transform, opacity, visibility;
			transition-property: transform, opacity, visibility;
	-webkit-transition-duration: 1000ms;
			transition-duration: 1000ms;
	-webkit-transform: translateY(1rem);
			transform: translateY(1rem);
}
.tab-panes .animate-in .tab-content{
	-webkit-transform: translateY(0);
			transform: translateY(0);
}
@media only screen and (min-width: 480px) {
	.tabs.style-1.vertical .tab-panes{
		padding: 0 0 0 3.5rem;
	}
	.tabs.style-1.vertical .tab-panes,
	.tabs.style-2.vertical .tab-panes{
		padding: 0 0 0 3.5rem;
		margin: 0 !important;
	}
	.tabs.style-1.vertical.right .tab-panes,
	.tabs.style-2.vertical.right .tab-panes{
		padding: 0 3.5rem 0 0;
		margin: 0 !important;
	}
	.tabs.style-2.vertical .tab-nav > li a{
		padding-left: 0;
		border: none;
		border-right: 1px solid #eee;
	}
	.tabs.style-2.vertical.right .tab-nav > li a{
		padding-left: 2.5rem;
		padding-right: 0;
		border: none;
		border-left: 1px solid #eee;
	}
	.tabs.style-2.vertical .tab-nav > li.active a,
	.tabs.style-2.vertical .tab-nav > li.active a:hover{
		border: none;
		border-right: 1px solid #064CDB;
	}
	.tabs.style-2.vertical.right .tab-nav > li.active a,
	.tabs.style-2.vertical.right .tab-nav > li.active a:hover{
		border: none;
		border-left: 1px solid #064CDB;
	}
}

/* Menus */
.menu-list h4{
	font-size: 1.4rem;
}
.menu-list li:nth-child(even) h4,
.menu-list li:nth-child(even) .menu-description{
	color: #666;
}
.menu-list h4 .menu-line{
	bottom: 1px;
}
.menu-list .menu-content .menu-line{
	bottom: 8px;
}
.menu-item .menu-title,
.menu-item .menu-description,
.menu-item .menu-price{
	background: none;
}
.menu-item.dotted .menu-title,
.menu-item.dotted .menu-description,
.menu-item.dotted .menu-price,
.menu-item.dashed .menu-title,
.menu-item.dashed .menu-description,
.menu-item.dashed .menu-price{
	background-color: #fff;
}
.dotted .menu-line{
	background-image: radial-gradient(circle closest-side, #ccc 99%,rgba(0,0,0,0) 0%);
}
.dashed .menu-line{
	background-image:  linear-gradient(to right, #ccc 50%, rgba(0,0,0,0) 0%);
}

/* Timeline */
.timeline.vertical-indication .timeline-title:after{
	border: 2px solid #999;
	background-color: #999;
}
.timeline.vertical-indication .timeline-description:before{
	background-color: #eee;
}
@media only screen and (max-width: 768px) {
	.timeline.vertical-indication .timeline-description:before,
	.timeline.vertical-indication .timeline-title:before{
		width: 0.2rem;
		left: 1.9rem;
	}
}

/* Pricing Tables */
.pricing-table-column.callout{
	box-shadow: 0rem 0rem 1.8rem rgba(0,0,0,.2);
}
.pricing-table-column.callout.with-background-image{
	background-image: url(../images/generic/pricing-table.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.pricing-table-column.callout.with-background-image > *{
	background-color: rgba(0,0,0,0.4);
}
.pricing-table-options del{
	text-decoration: line-through;
}
.pricing-table-price .interval,
.pricing-table-price .currency{
	opacity: 1;
	font-weight: 400;
}

/* style 1 */
.pricing-table.style-1 .pricing-table-column *{
	text-align: center;
}
.pricing-table.style-1 .pricing-table-header h2{
	font-size: 1.5rem;
}

/* style-2 */
.pricing-table.style-2 .pricing-table-column *{
	text-align: center;
}
.pricing-table.style-2 .pricing-table-header h2 {
	font-size: 1.5rem;
}
.pricing-table.style-2 .interval{
	display: block;
	font-size: 1.1rem !important;
	text-transform: uppercase;
	opacity: 0.6;
}

.logo-slider{
	width: 10rem;
	height: 10rem;
}

/* Breadcrumb */
.intro-title-2 .breadcrumb,
.page-intro .breadcrumb,
.intro-title-2 .breadcrumb a,
.page-intro .breadcrumb a{
	color: #fff;
}
.intro-title-2 .breadcrumb a,
.page-intro .breadcrumb a{
	opacity: 0.6;
}
.intro-title-2 .breadcrumb a:hover,
.page-intro .breadcrumb a:hover{
	opacity: 1;
}

/*------------------------------------------------------------------
[28. Resolution Media Queries]
*/

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (		 min-device-pixel-ratio: 2),
only screen and (			min-resolution: 192dpi),
only screen and (				min-resolution: 2dppx) {

	/* Intro Sections */
	.intro-title-2{
		background-image: url(../images/slider/slide-2-page-intro@2x.jpg);	
	}
	.intro-title-2-1{
		background-image: url(../images/slider/slide-8-page-intro@2x.jpg);	
	}
	.intro-title-2-2{
		background-image: url(../images/slider/slide-9-page-intro@2x.jpg);	
	}
	.intro-title-2-3{
		background-image: url(../images/slider/slide-11-page-intro@2x.jpg);	
	}
	.intro-title-2-4{
		background-image: url(../images/slider/slide-13-page-intro@2x.jpg);
	}

	/* Fullscreen Sections */
	.fullscreen-bkg-2{
		background-image: url(../images/slider/slide-7-fs@2x.jpg);
	}
	.fullscreen-bkg-3{
		background-image: url(../images/slider/slide-4-fs@2x.jpg);
	}
	.fullscreen-bkg-4{
		background-image: url(../images/slider/slide-5-fs@2x.jpg);
	}

	/* Stat Sections */
	.stats-1-1{
		background-image: url(../images/generic/hero-1@2x.jpg);
	}

	/* Hero Sections */
	.hero-2-1{
		background-image: url(../images/team/hero-1@2x.jpg);
	}
	.hero-3-1{
		background-image: url(../images/services/hero-1@2x.jpg);
	}
	.hero-4-1{
		background-image: url(../images/services/hero-2@2x.jpg);
	}
	.hero-5-1 .media-column{
		background-image: url(../images/generic/hero-half-1@2x.jpg);
	}
	.hero-5-2 .media-column{
		background-image: url(../images/team/hero-half-2@2x.jpg);
	}
	.hero-5-3 .media-column{
		background-image: url(../images/services/hero-half-1@2x.jpg);
	}
	.hero-5-4 .media-column{
		background-image: url(../images/portfolio/projects/hero-half-1@2x.jpg);
	}

	/* Call to Action Sections */
	.call-to-action-2-1{
		background-image: url(../images/generic/call-to-action-1@2x.jpg);
	}

	/* Signup */
	.signup-2-1{
		background-image: url(../images/generic/signup-1@2x.jpg);
	}
}

/*------------------------------------------------------------------
[30. Affix ]
*/

.affix {
  top: 100px;
}
.affix-top {
  position: relative;
}
.affix-bottom {
  position: absolute;
}
.affix, 
.affix-top,
.affix-bottom {
    width: 200px;
}
@media (min-width:1200px) {
  .affix, 
  .affix-bottom {
    width: 200px;
  }
}

/*
Side left Menu
*/

#sideleft-menu .list-group li a {
	display: block;
	font-weight: 400;
	font-size: 1.4rem
}
#sideleft-menu .list-group li.active > a {
    font-weight: 700;
	color: #0a7df2;
	border-right: 2px solid #0a7df2;
}

@media only screen and (max-width: 768px) {
	.affix{ position: static; }
}

.shadow-below {
	box-shadow: 0px 2rem 4.6rem rgba(0, 0, 0, 0.85);
}

img.grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
img.blur {
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

.category-title {
	text-transform: uppercase;
	font-size: 1.8rem;
	margin-top: 1rem;
}

/*------------------------------------------------------------------
[31. Scroll to top]
*/
.gotop {
    background-color: rgba(8, 8, 8, 0.8);
    background-image: url('../images/arrow_up.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 5;
    border-radius: 100% 100% 100% 100%;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    transition: all 0.7s ease-in-out 0s;
    overflow: auto;
}
.gotop:hover {
	opacity: 1;
	background-color: #0a7df2;
}

#rpwe_widget-4 {
	/*background-color: #0a7df2;*/
	padding: 1.5rem;
	background-color: #DCE9FB;
}


.thumbnail-description {
	padding-left: 3rem;
	padding-right: 3rem;
	padding-bottom: 3rem;
}


/*------------------------------------------------------------------
[32. FlexSlider]
*/

.flexslider {
	margin: 0 auto;
	box-shadow: none;
}

.flexslider li {
		position: relative;
}

.flexslider li .meta {
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.flexslider li h1 {
		color: #fff;
		/* 
		background: rgba(51, 51, 51, 0.5);
		padding: 12px 18px 12px;*/
		margin-bottom: 0;
		font-size: 1.8em;
		font-weight: 300;
}

.flexslider li p {
		/*
		background: #e43837;
		padding: 12px 18px 10px;
		margin-right: 7px;
		*/
		margin:0;
		font-size: 1.1em;
		font-weight: 300;
}

.flexslider li h1,
.flexslider li p
{
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeOutLeft;
		animation-name: fadeOutLeft;
}

.flexslider li.flex-active-slide .meta h1,
.flexslider li.flex-active-slide .meta p
{
		-webkit-animation-delay: .4s;
		animation-delay: .4s;
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInLeft;
		animation-name: fadeInLeft;
}

.flexslider li.flex-active-slide .meta p {
		-webkit-animation-delay: .6s;
		animation-delay: .6s;
}

.flex-direction-nav {
		position: absolute;
/*		top: 0;
		left: 30px;
		*/
}

.flex-direction-nav a {
		text-decoration: none;
		display: block;
		width: 30px;
		height: 30px;
		background-color: #333;
		margin: -20px 0 0;
		position: absolute;
		top: 50px;
		z-index: 10;
		overflow: hidden;
		opacity: .5;
		cursor: pointer;
		color: #fff;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
		text-align: left;
		left: -10px;
}

.flex-direction-nav .flex-next {
		text-align: right;
		left: 30px;
}

.flexslider:hover .flex-prev {
		left: -10px;
}

.flexslider:hover .flex-next {
		left: 30px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
		opacity: 1;
}

.flex-direction-nav a:before {
		font-family: FontAwesome;
		content: '\f104';
		font-size: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		top: 0;
		padding: 2px;
		font-size: 19px;
    line-height: 27px;
}

.flex-direction-nav a.flex-next:before {
		content: '\f105';
}

@-webkit-keyframes fadeInLeft {
		0% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
		100% {
				opacity: 1;
				-webkit-transform: none;
				transform: none;
		}
}

@keyframes fadeInLeft {
		0% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
		100% {
				opacity: 1;
				-webkit-transform: none;
				transform: none;
		}
}

@-webkit-keyframes fadeOutLeft {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
}

@keyframes fadeOutLeft {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
}


@media only screen and (max-width: 480px) {
	.row , body.boxed .wrapper-inner {
		max-width: 45rem;
	}
}

/* TEXT TRANSFORM */
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}

._opensans {
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-weight: 300;
}

#homepage_welcome {
	background-attachment: fixed;
	background-position: center bottom;
	background-image: url(../images/bkg-island.jpg);
	background-repeat:none;
}

#homepage_welcome.feature-2 .feature-content {
	padding-top: 7rem;
}
#homepage_video iframe {
	width: 100%;
	height: 100%;
}

/* HEADER ICON LANGUAGE */
.header .language + .dropdown-list, 
.header .language + .sub-menu {
    padding: 2rem;
    margin-top: 0;
}

.header .language + .dropdown-list {
	width: 100%;
	color: #888;
}
/* .header .language + .dropdown-list > a {
	display:table-cell;
	vertical-align: top;
	width: calc(100%/ 2);
	border: 1px solid #000;
}
 */
 .header .language + .dropdown-list a {
	width: 100%;
	display: block;
}
 
/* Translator Links */
a.glink {
	padding: 3px 0;
}
a.glink span {
	display: inline-block;
	margin-left: 5px;
	font-weight: 400;
	font-size: 1.1rem;
}


/* PAGE LOADER */


.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #3767E5;
  position: fixed;
  z-index: 999999999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}


.page-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99999999;
    align-items: center;
    justify-content: center;
    display: flex
}

/*
.page-loader__spinner {
    position: relative;
    width: 50px;
    height: 50px
}

.page-loader__spinner svg {
    animation: rotate 2s linear infinite;
    transform-origin: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.page-loader__spinner svg circle {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round
}
 */

/* 
@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes color {
    0%,
    100% {
        stroke: #ff5652
    }
    40% {
        stroke: #2196F3
    }
    66% {
        stroke: #32c787
    }
    80%,
    90% {
        stroke: #ffc107
    }
}
 */

.no-arrows .slick-prev,
.no-arrows .slick-next { display: none !important; }

.property-slider-container { position: relative; }
.property-slider-container .agent-widget {
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	z-index: 99;
	width: 350px;
}

.property-slider a.item { cursor: zoom-in; }
.property-slider .item {
	height: 450px;
	position: relative;
	background-size: cover;
	background-position: 50%;
	border-radius: 3px;
}

.property-slider .item.slick-current.slick-active img { opacity: 1; }

.property-slider-nav {
	margin-top: 10px;
	width: calc(100% + 8px);
	position: relative;
	left: -4px;
}

.property-slider-nav .item {
    cursor: pointer;
    margin: 0 5px;
    position: relative;
    border-radius: 3px;
    outline: none;
    max-height: 125px;
    border-radius: 3px;
    overflow: hidden;
}

.property-slider-nav .item img {
	border-radius: 3px;
}

.property-slider-nav .item:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 3px solid transparent;
	transition: 0.3s;
	border-radius: 3px;
}

.property-slider-nav .item.slick-current.slick-active:before {
	border-color: #0a7df2;
}

.property-description h3.desc-headline  {
	font-size: 22px;
	margin: 50px 0 25px 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #eaeaea
}

.property-description h3.desc-headline.no-border  {
	padding-bottom: 0;
	border-bottom: none;
}



/* ---------------------------------- */
/* Listings Styles
------------------------------------- */
/* Listings  */
.listings-container {
	position: relative;
	z-index: 9;
}

.listing-item {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.08);
	background-color: #F7F7F7;
	display: block;
	width: 100%;
	border-radius: 3px;
	margin-bottom: 30px;
	
	border: 1px solid #ddd;
    min-height: 150px;
    transition: box-shadow .2s ease-in-out;
	cursor: pointer;
	overflow: hidden;
}

.listing-item:hover {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
}

.owl-carousel .listing-item { margin-bottom: 0; }

.listing-img-container {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}

.listing-img-container img {
	width: 100%;
	border-radius: 3px 3px 0 0;
}

/* Content on image */
.listing-img-content {
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 25px 30px;
}

.listing-img-content span {
	color: #fff;
	font-size: 23px;
}

.listing-img-content .listing-price i {
	display: block;
	font-style: normal;
	font-size: 16px;
	padding: 0;
	margin: -4px 0 0 0;
}


/* Badges */
.listing-badges {
	position: absolute;
	top: 0;
	z-index: 999;
	right: 0;
	width: 100%;
	display: block;
	font-size: 13px;
	padding: 0px;
	overflow: hidden;
	height: 100px;
}

.listing-badges span {
	color: #fff;
	display: inline-block;
	padding: 1px 10px;
	float: right;
	background-color: rgba(74,74,76,0.7);
	border-radius: 3px;
	top: 15px;
	right: 15px;
	position: absolute;
}

.listing-badges .featured {
	background-color: #89C600;
	float: left;
	transform: rotate(-45deg);
	left: -67px;
	top: 17px;
	position: relative;
	text-align: center;
	width: 200px;
	font-size: 12.5px;
	margin: 0;
}


/* Like Icon */
span.like-icon {
    color: #fff;
    font-size: 24px;
    position: absolute;
    z-index: 101;
    right: 30px;
    bottom: 30px;
    height: 25px;
}

.like-icon:before,
.like-icon:after {
	transition: opacity 0.3s, transform 0.4s cubic-bezier(.0,-.41,.19,2.5);
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
}
.like-icon.clicked:before {
	content:"\f1ce";
	 -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.like-icon:before {
	content: "\f006";
	transform: scale(0.95);
}

.like-icon:after {
	content: "\f005";
	opacity: 0;
	transform: scale(0.5);
	color: #ffcf00;
}

.like-icon.liked:after {
	opacity: 1;
	transform: scale(1.1);
}


/* Listing Content */
.listing-title {
	padding: 15px 30px;
	padding-top: 12px;
}

.listing-title h4 {
	margin-top: 10px;
	margin-bottom: 7px;
}
.listing-title h4 a {
	font-size: 20px;
	color: #333;
	line-height: 30px;
}

.listing-title h4 a:hover { color: #66676b; }

.listing-address {
	color: #909090;
	top: -7px;
	position: relative;
}

.listing-address {
    display: inline-block;
    position: relative;
    /* padding-left: 16px;
    line-height: 22px; */
}

.listing-address:hover { color: #707070; }

.listing-address i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;    
}


/* Listing Details */
ul.listing-details {
	background-color: #f7f7f7;
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	padding: 18px 30px 18px 0;
}

ul.listing-details li {
	width: auto;
	box-sizing: border-box;
	margin: 0;
	color: #868686;
	padding: 3px 0 3px 30px;
	display: inline-block;
	line-height: 26px;
}

/* Listing Footer */
.listing-footer {
	color: #909090;
	padding: 15px 30px;
}

.listing-footer i { padding-right: 3px; }

.listing-footer a { color: #909090; }
.listing-footer a:hover { color: #707070; }

.listing-footer span { float: right; }


/* property main features */
.listing-features {
	background-color: #f7f7f7;
	background: linear-gradient(to bottom, #f9f9f9 0%, #f6f6f6);
	width: 100%;
	display: block;
	list-style: none;
	margin: 0;
	padding: 10px 30px 24px 30px;
}

.listing-features li {
	font-size: 15px;
	color: #888;
	display: inline-block;
	margin-right: 28px;
	padding: 14px 0 0 0;
	line-height: 26px;
}

.listing-features li:last-child {
	margin: 0;
}

.listing-features li span {
	display: block;
	color: #444;
}


/* Listing - List Style
------------------------------------- */
.list-layout .listing-item {
	display: flex;
	margin: 0 0 30px 0;
}

.list-layout .listing-content { flex: 3; }

.list-layout .listing-img-container {
	height: 0;
	min-height: 200px;
	flex: 2;
	overflow: hidden;
	border-radius: 3px 0 0 3px;
}


.fullwidth-layout.list-layout .listing-content { flex: 4; }
.fullwidth-layout.list-layout .listing-img-container { flex: 1.6; }
.fullwidth-layout .list-layout .listing-content { flex: 4; }
.fullwidth-layout .list-layout .listing-img-container { flex: 1.6; }


.list-layout .listing-img-container img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 3px 0 0 3px;
}


.list-layout .listing-title {
	padding: 18px 35px;
	padding-bottom: 20px;
	/*padding-right: 160px;*/
	position: relative;
}

.list-layout ul.listing-details {
	padding: 18px 0;
	padding-right: 35px;
}

.list-layout ul.listing-details li { padding-left: 35px; }

.list-layout .listing-footer {
	padding: 15px 35px;
}


.list-layout .listing-img-container:before {
	background: linear-gradient(to bottom, transparent 55%, #2f2f2f);
}

.list-layout .listing-img-container:after {
	background: linear-gradient(to bottom, transparent 55%, #66676b); /* hover in thumb listing */
}

/* LISTING ROOM TABLUR */
.tabular-container {
	margin-bottom: 2rem;
}
.tabular-container table {
	width: 100%;
	max-width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
.tabular-container table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.tabular-container table tr:first-child {
	background-color: #f8f8f8;
	font-weight: 700;
	border-bottom: 3px solid #ddd;
	text-transform: uppercase;
}
.tabular-container table td {
	padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}

/* LISTING ROOM GRID */
.room-grid {
	margin-left:0;
}
.room-grid .room {
	list-style: none;
    margin-bottom: 26px;
    width: 49%;
    /* height: 200px; */
    border: 1px solid #ddd;
    float: left;
    margin-right: 1%;
	border-radius: 3px;
}
.room-grid .room .room-image-holder {
    float: left;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}
.room-grid .room .room-image-holder img {
    width: 200px;
    height: 135px;
}
.room-grid .room .room-info {
    /* height: 198px; */
    /* margin-left: 274px; */
	margin-left: 225px;
}
.room-grid .room .room-info .room-name {
	display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    /* line-height: 20px;
    min-height: 40px;
    max-height: 38px;
	 */
    cursor: pointer;
    overflow: hidden;
    position: relative;
    /* padding-right: 15px; */
}
.room-grid .room .room-info .room-amenities {
	display: block;
    margin-top: 10px;
    position: relative;
	font-size: 12px;
	line-height: 1.75rem;
}


@media only screen and (max-width: 768px) {
	.room-grid .room {
		width: 100%;
		float: none;
		clear: both;
		height: 135px;
		min-height: 135px;
	}
	
}

.morelink {
	color: #0a7df2;
}

.sub-section {
	padding-top: 1rem;
	padding-bottom: 1rem
}
.divider.mb-20 { margin-bottom: 2rem; }
.divider.mb-30 { margin-bottom: 3rem; }

ul.list-horizontal-flex {
	flex-wrap: wrap;
	display: flex;
	margin-left:0;
}
ul.list-none { 
	margin-left:0;
}
ul.list-none > li {
	margin-bottom: 2rem;
	list-style: none;
}
ul.list-horizontal-flex.column2 li {
	list-style: none;
	flex: 1 0 50%;
}
ul.list-horizontal-flex.column3 li {
	list-style: none;
	flex: 1 0 33.33333333333333%;
}
ul.list-column-3 {
	column-count: 3;
	margin-left: 0;
}

/*------------------------
 BOX COLUMN 
-------------------------*/
.box-column {}
.box-column.small .box-column-icon {
    font-size: 2rem;
}
.box-column.left .box-column-icon {
    float: left;
	margin-top: 2px;
}
.box-column.left.small .box-column-text {
	font-size: 1.2rem;
    padding-left: 5rem;
}
.box-column.left.small .box-column-text p {
	margin-bottom: 1.75rem;
}

.download-link {
	color: #0a7df2;
	border-bottom: 1px dotted;
}


/* ---------------------------------- */
/* Slick Carousel
------------------------------------- */

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 50%;
	z-index: 990;
	font-family: "FontAwesome";

	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	padding: 0;
	transform: translate(0, -50%);

	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	text-align: center;
}

.fullwidth-home-slider .slick-prev,
.fullwidth-home-slider .slick-next {
	opacity: 0;
	transition: 0.3s;
	transform: translate(-10px, -50%);
}

.fullwidth-home-slider .slick-next {
	transform: translate(10px, -50%);
}

.fullwidth-home-slider:hover .slick-prev,
.fullwidth-home-slider:hover .slick-next {
	opacity: 1;
	transform: translate(0, -50%);
}

.slick-prev:after,
.slick-next:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #66676b;
	opacity: 0.85;
	transition: all 0.35s;
}

.slick-prev:hover:after,
.slick-next:hover:after {
	opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px;
    line-height: 20px;


    opacity: 1;
    color: white;
    position: relative;
    z-index: 999;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev { left: 40px; }
.slick-prev:before { content: '\f104'; left: -1px; }

.slick-next { right: 40px; }
.slick-next:before { content: '\f105'; right: -1px; }


.property-slider .slick-prev,
.property-slider .slick-next {
	opacity: 0;
	transition: 0.4s;
	transform: translate;
}

.property-slider .slick-prev {
	transform: translateX(-8px);
}

.property-slider .slick-next {
	transform: translateX(8px);
}


.property-slider:hover .slick-prev,
.property-slider:hover .slick-next { opacity: 1; transform: translateX(0);}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}
.slick-dots li {
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

#sub-header-search {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
}
#sub-header-search .field {
    display: block;
    position: relative;
}
#sub-header-search input[type="text"] {
    border: #fff solid 1px;
    border-radius: 5px;
    display: block;
    font-size: 20px;
    line-height: 26px;
    height: 62px;
    padding: 17px 20px;
    background: transparent;
    outline: none;
    box-shadow: none;
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 2;
}
#sub-header-search .search-button-icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0;
    margin: 0;
    height: 62px;
    width: 62px;
    text-align: center;
    line-height: 62px;
    text-shadow: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    border: 0 none;
    background: transparent;
}

/*------------------------------------------------------------------
[16. Sidebar > Recent Post ]
*/
.rpwe-ul { margin-bottom: 2rem !important; }
.rpwe-li { padding-bottom: 1rem !important; }
/* .rpwe-li:last-child { border-bottom:0 !important; } */
.rpwe-title { font-weight: bold !important; }
.rpwe-block li:not(:only-child) { border-bottom: 1px solid #f7f7f7!important; }

.wp-caption-text {
   font-size: 1.1rem;
   color: #999;
   line-height: 1.7rem;
   margin-top: .5rem;
}

.tms-caption.float {
	/* position: relative; */
	position: absolute;
	top: 0!important;
	right: 0;
}


/*---------------------------------------------------------------------------------------------------------------------------
	ADDED BY ME! 
---------------------------------------------------------------------------------------------------------------------------*/
/* Gradients */
.bkg-gradient-heavy-rain {
	background-image: linear-gradient(125deg, #cfd9df 0%, #e2ebf0 100%) !important;
}
.bkg-gradient-cold-ocean {
	background-image: linear-gradient(0deg, #4281f4 0%, #2f53da 100%) !important;
}
.bkg-gradient-light-ocean {
	background-image: linear-gradient(-75deg, #4398ee 0%, #5f54f1 100%) !important;
}
.bkg-gradient-dark-night{
	background-image: linear-gradient(125deg, #32325d 0%, #6162b5 100%) !important;
}
.bkg-gradient-warm-flame {
	background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%) !important;
}
.bkg-gradient-royal-garden{
	background-image: linear-gradient(125deg, #ed6ea0 0%, #ec8c69 100%) !important;
}
.bkg-gradient-night-fade {
	background-image: linear-gradient(125deg, #a18cd1 0%, #fbc2eb 100%) !important;
}
.bkg-gradient-norse-beauty {
	background-image: linear-gradient(125deg, #ec77ab 0%, #7873f5 100%) !important;
}
.bkg-gradient-great-whale{
	background-image: linear-gradient(125deg, #a3bded 0%, #6991c7 100%) !important;
}
.bkg-gradient-purple-haze {
	background-image: linear-gradient(125deg, #6586f6 0%, #8b6ced 100%) !important;
}
.bkg-gradient-night-shade{
	background-image: radial-gradient(circle farthest-side at right bottom,#f8cdda 5%,#f8cdda 25%,#1d2b64 80%,#0e153a 98%) !important;
}

.bkg-gradient-steel-gray {
	background-image: linear-gradient(to top, #1f1c2c, #928dab) !important;
}

.bkg-gradient-midnight-city {
	background-image: linear-gradient(to top, #232526, #414345) !important;
}


.color-gradient-heavy-rain{
	background-image: linear-gradient(125deg, #cfd9df 0%, #e2ebf0 100%) !important;
}
.color-gradient-cold-ocean{
	background-image: linear-gradient(0deg, #4281f4 0%, #2f53da 100%) !important;
}
.color-gradient-light-ocean{
	background-image: linear-gradient(-75deg, #4398ee 0%, #5f54f1 100%) !important;
}
.color-gradient-dark-night{
	background-image: linear-gradient(125deg, #32325d 0%, #6162b5 100%) !important;
}
.color-gradient-warm-flame{
	background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%) !important;
}
.color-gradient-royal-garden{
	background-image: linear-gradient(125deg, #ed6ea0 0%, #ec8c69 100%) !important;
}
.color-gradient-night-fade{
	background-image: linear-gradient(125deg, #a18cd1 0%, #fbc2eb 100%) !important;
}
.color-gradient-norse-beauty{
	background-image: linear-gradient(125deg, #ec77ab 0%, #7873f5 100%) !important;
}
.color-gradient-great-whale{
	background-image: linear-gradient(125deg, #a3bded 0%, #6991c7 100%) !important;
}
.color-gradient-purple-haze{
	background-image: linear-gradient(125deg, #6586f6 0%, #8b6ced 100%) !important;
}
.color-gradient-night-shade{
	background-image: radial-gradient(circle farthest-side at right bottom,#f8cdda 5%,#f8cdda 25%,#1d2b64 80%,#0e153a 98%) !important;
}

.bkg-rogin-blue {
	background-color: #2B2D66;
}

[class*="color-gradient-"]{
	-webkit-background-clip: text;
			background-clip: text;
    -webkit-text-fill-color: transparent;
    		text-fill-color: transparent;
}
.stats-1-2 { background-image: url(../images/worship-service.jpg);}
.sub-title { font-weight: 400; text-transform: uppercase; font-size: 1.8rem;}
.sub-title.top { margin-bottom:  1rem; }
.sub-title.bottom { margin-top:  1rem; }
.button { text-transform: uppercase; }

.pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: url('../images/overlay-pattern.png');
}
.pattern-2-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSIjNGY0OGQ4YjYiPjwvcmVjdD4KPHJlY3Qgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0iI2NjYyI+PC9yZWN0Pgo8L3N2Zz4=");
    opacity: .5;
    z-index: -1;
}

/*------------------------------------------------------------------
[1. Footer Contact ]
*/
.footer .footer-logo {
	width: 26rem;
}
ul.list-contact {
	list-style: none;
	padding: 0;
}
ul.list-contact li{
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px
}
.list-contact li.address:before,
.list-contact li.telephone:before,
.list-contact li.email:before,
.list-contact li.website:before,
.list-contact li.officehours:before,
.list-contact li.fax:before
{
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	left: 0;
}
.list-contact li.address:before { content: "\f041"; }
.list-contact li.telephone:before { content: "\f095";}
.list-contact li.email:before { content: "\f0e0"; }
.list-contact li.website:before { content: "\f0ac"; }
.list-contact li.officehours:before { content: "\f017"; }
.list-contact li.fax:before { content: "\f1ac"; }

/*------------------------------------------------------------------
[2. Homepage: Ministry ]
*/
#ministry .project-title {
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
}
#ministry .project-description {
	color: #fcfcfc;
}
/*------------------------------------------------------------------
[3. Newsletter ]
*/

/* .widget_mailpoet_form */
.mailpoet_form {}
.mailpoet_paragraph {
	margin-bottom: 2rem;
}
.mailpoet_text, .mailpoet_select {
	width: 100% !important;
	color: #333;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	padding: 1.3rem 2.5rem;
	margin: 0 0 1.5rem;
}
.mailpoet_text:focus, .mailpoet_select:focus {
	border-color: #333;
	box-shadow: none;
	color: #000;
}
.mailpoet_text.parsley-error:focus {
	border-color: #b94a48 !important;
}

.mailpoet_checkbox {
	width: inherit;
	margin-right: 1rem;
}

.mailpoet_submit {
	color: #fff;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #eee;
	padding: 1rem 3rem;
	background-color: #064CDB;
	border-color: #064CDB;
}

.header-background.with-shadow .header-inner {
	box-shadow: rgba(29,29,31,0.07) 0 10px 60px;
}

/**
 * Custom styles
 */

/* Events Calendar */

/* For browsers that don't support CSS Grid */
.home-featured-events .tribe-list-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.home-featured-events .tribe-list-widget li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 250px;
	        flex: 0 1 250px;
}

.home-featured-events .tribe-list-widget li:last-child {
	margin-right:  auto;
}

.home-featured-events .tribe-events-list-widget .tribe-events-list-widget-events {
	padding:  10px;
}

.home-featured-events .tribe-events-widget-link {
  clear: both;
  padding-top: 2rem;
  /* border-top: 1px solid #dedede; */
}

/* For browsers that do support CSS Grid */
@supports ((display: -ms-grid) or (display: grid)) {
	.home-featured-events .tribe-list-widget {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (300px)[auto-fill];
		    grid-template-columns: repeat(auto-fill, 250px);
		grid-gap: 10px;
	}

	.home-featured-events .tribe-list-widget li {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.tribe-events-list-widget .tribe-event-title {
	font-size: 1.8rem;
	font-weight: 600;
}

.tribe-events-list-widget .tribe-event-title a {
	color:#3B3E44;
}

.tribe-events-list-widget .tribe-event-title a:hover {
	color: #21759A;
}

.tribe-events-list .tribe-events-event-image+div.tribe-events-content  {
	float:  none;
	width:  100%;
}
.tribe-event-location span {
	font-size: 1.1rem;
}

#tribe-events-pg-template .tribe-events-content h3, 
.tribe-events-after-html h3, 
.tribe-events-before-html h3 {
	font-size: 24px;
	color: #3B3E44;
	font-weight: 400;
}

#tribe-events-pg-template .tribe-events-content ul, 
.tribe-events-after-html ul, 
.tribe-events-before-html ul {
	margin-left: 40px;
	margin-bottom: 30px;
}

#tribe-events-pg-template .tribe-events-content ol li, 
#tribe-events-pg-template .tribe-events-content ul li, 
.tribe-events-after-html ol li, 
.tribe-events-after-html ul li, 
.tribe-events-before-html ol li, 
.tribe-events-before-html ul li {
	line-height: 1.25;
	margin: 0 0 12px;
}

/*
* FEATURED EVENTS
*/
.tribe-event-featured span {
	color: #fff;
}
.tribe-event-featured a:hover {
	/* opacity: 0.5; */
}

/* CONTACT FORM 7 */
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: none;
}
div.wpcf7-response-output {
	margin: 0em 0em 2rem;
	padding: 1em 2rem;
	border: 0px solid #FEB6B6;
	background-color: #d00;
	color: #fff;
	border-radius: 5px;
}
.wpcf7-not-valid {
    background-color: #DDD;
    border: 1px solid #feb6b6;
	color: #333;
}
span.wpcf7-not-valid-tip {
	display: none;
}
.wpcf7-form-control iframe {
	background: none;
}
.button {
	border-radius: 3px;
}

.overlay-badge {
    color: #fff;
    display: inline-block; 
    padding: 1px 10px;
    float: right;
    background-color: rgba(0,0,0,0.8);
    top: 1rem;
    right: 1rem;
    border-radius: 3px;
    position: absolute; 
	z-index: 100;
	font-size: 1.2rem;
	line-height: 1.8;
}

.overlay-badge.ongoing {
	background-color: green;
}
.overlay-badge.featured {
	background-color: #064CDB;
}
.label { border-radius: 3px; }

.box.ca { background-image: url(../images/California-Wallpaper.jpg); }
.box.box-1 { background-image: url(../images/architecture/generic/hero-half-3.jpg); }



/*****************************************************************************************************************************************************************************/
/* MAGNIFIC POPUP */
/*****************************************************************************************************************************************************************************/

.post__wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 95vh;
}

@media (max-width: 1160px) {
  .post__wrapper {
    width: 100%;
  }
}
.post__body {
  width: 100%;
}
.post__body .tms-content-inner.v-align-top {
	padding-top: 5rem;
}
.post__body .tms-content-inner.v-align-bottom{
	padding-bottom: 5rem;
}
.post__tabs.tabs .tab-panes {
	padding-top: 2rem !important;
}

@media (min-width: 1160px) {
  .post__body {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% - 460px);
  }
}

.post__main {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #f6f9fc;
}

@media (min-width: 1160px) {
  .post__main {
    /* position: absolute; */
    padding: 10px 0;
    top: 0;
    left: 0;
  }
}
.post__preview-container {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.post__preview-container img,
.post__preview-container iframe {
  margin: 0 auto;
}

@media (min-width: 1160px) {
  .post__preview-container img {
    max-width: 800px;
    max-height: 600px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .07);
            box-shadow: 0 1px 2px rgba(0, 0, 0, .07);
  }
}

.post__sidebar {
  z-index: 100;
  height: 100%;
  font-size: 13px;
  line-height: 20px;
  width: 100%;
  overflow-y: auto;
  -webkit-transition: right 200ms ease;
  transition: right 200ms ease;
}

@media (max-width: 768px) {
  .post__wrapper {
    min-height: 95vh;
  }
  .post__sidebar {
    height: auto;
  }
}

@media (min-width: 1160px) {
  .post__sidebar {
    position: absolute;
    width: 460px;
    top: 0;
    right: 0;
  }
}

.post__sidebar-inner {
  min-height: 100%;
  background-color: white;
  padding: 20px 30px 30px 30px;
  overflow-x: hidden;
 
}

@media (max-width: 1160px) {
  .post__sidebar-inner {
    padding-bottom: 0;
  }
}

.post__sidebar-section {
  position: relative;
  padding-top: 25px;
}
.post-via__container {
  position: fixed;
  bottom: 0;
  z-index: 20;
  width: 460px;
  margin-left: -20px;
}

@media (max-width: 1160px) {
  .post-via__container {
    position: relative;
    width: 100vw;
  }
}
.post__sidebar li{
	font-size: 13px;
}

/* THUMBNAILS */
.thumbnail.small {
	width: 100%;
	height: 30rem;
}

video {
    object-fit: fill;
}

/* CUSTOM FOOTER */
.custom-footer-widget,
.custom-footer-widget li{
	font-size: 1.3rem;
}
.custom-footer-widget li:not(:last-child){
	margin-bottom: 0.5rem;
}
.custom-footer-widget h3 {
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
	font-weight: 700;
	text-transform: uppercase;
}
.custom-footer-widget h4 {
	font-size: 1.3rem;
	color: #999;
}

.shorten ul {
	margin-bottom: 1rem !important;
}

/* Add This Tool */
.at-above-post.addthis_tool {
	margin-bottom: 3rem;
}
/*LISTING MODULE */
.pos-f-full, .pos-a-full {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg-cover {
    background-size: cover;
    background-position: 50% 50%;
}

.listing_module {
    position: relative;
    z-index: 9;
    border-radius: 3px;
    background-color: #fff;
    min-height: 60px;
}
.listing_header {
    position: relative;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    min-height: 60px;
}
.listing_header > a::after {
    opacity: .6;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(18, 17, 19, .2) 60%, #121113 100%);
}
.listing_header > a::before, 
.listing_header > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition: all .3s ease;
}
.listing_img {
    transition: all .6s ease;
    will-change: transform;
    border-radius: 3px 3px 0 0;
	display: block;
}
.listing_rated {
    position: absolute;
    bottom: 8px;
    right: 10px;
    z-index: 10;
}

.rated-small_wrap[data-rated^="7"] {
    color: #97c47f;
}
.rated-small_overallRating {
    float: left;
    margin-right: 4px;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    line-height: 28px;
}
.rated-small_style-2 .rated-small_maxRating {
    margin-top: 2px;
    color: rgba(255, 255, 255, .6);
}
.rated-small_maxRating {
    margin-top: 3px;
    font-size: 12px;
    line-height: 12px;
}
.rated-small_maxRating::before {
    content: "/";
    display: inline-block;
    margin-right: 2px;
}
.rated-small_style-2 .rated-small_ratingOverview {
    margin-top: 2px;
    font-size: 10px;
    line-height: 10px;
    color: rgba(255, 255, 255, .8);
}

.rated-small_style-2 .rated-small_overallRating {
    font-size: 30px;
    line-height: 30px;
}
.rated-small_module {
    display: inline-block;
    vertical-align: middle;
}
.rated-small_wrap {
	overflow: hidden;
    white-space: nowrap;
}
.rated-small_ratingWrap {
    float: left;
}
.rated-small_style-2 .rated-small_overallRating {
    font-size: 30px;
    line-height: 30px;
}
.listing_body {
    position: relative;
    padding: 0 18px 8px;
}
.listing_goo::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100px 48px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NiAzMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5iZ19zb3VyY2VfYmFkZ2VfMTwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01Ny42NywxMS45NEM1Mi4zNiw2LjcxLDQ4LjQyLDAsMzguMywwSDM3LjdDMjcuNTgsMCwyMy42NCw2LjcxLDE4LjMzLDExLjk0LDE0LjQ3LDE2Ljc2LDYuNjEsMTcuODEsMCwxOFYzMUg3NlYxOEM2OS4zOSwxNy44MSw2MS41MywxNi43Niw1Ny42NywxMS45NFoiLz48L2c+PC9nPjwvc3ZnPg==");
    top: -3px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}
.listing_goo {
    position: relative;
    z-index: 9;
    display: block;
    width: 100px;
    height: 48px;
    margin-top: -24px;
    margin-left: -10px;
    transform: translateZ(0);
}
.listing_logo {
    position: absolute;
    margin: auto;
    top: 4px;
    right: 0;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    z-index: 9;
}
.listing_title {
    font-size: 16px;
    margin: 17px 0 0;
    padding-top: 10px;
}
.listing_tagline {
    margin-top: 1px;
    margin-bottom: 5px;
}
.listing_meta {
    font-size: 13px;
    padding-bottom: 14px;
    margin-left: -2px;
}
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listing_footer {
    position: relative;
    padding: 10px 80px 10px 18px;
    background-color: #fff;
    border-top: 1px solid #f3f3f6;
    border-radius: 0 0 3px 3px;
    clear: both;
}

.box-with-shadow::after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    z-index: -1;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 10px 14px 0 rgba(37, 44, 65, .04);
    transition: all .3s ease;
}

.icon-box-1_block1 {
    width: 100%;
    display: inline-block;
    font-size: 13px;
}
.icon-box-1_icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 8px;
    color: #70778b;
    font-size: 20px;
    text-align: center;
    background-color: #f3f3f6;
    vertical-align: middle;
}
.rounded-circle {
    border-radius: 50% !important;
}

/* JS CANVAS WAVE */
.canvas-textbox_module {
    position: relative;
    z-index: 9;
    padding-top: 20rem;
    padding-bottom: 6rem;
}
.canvas-textbox_content {
    text-align: center;
    max-width: 770px;
    padding: 0 15px;
    margin: auto;
    color: #fff;
}
.js-canvas-textbox {
    position: absolute;
    width: 100%;
    height: 110%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

/*------------------------------------------------------------------
[30. Box Profile]
*/
.listing-profile {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	min-width: 200px;
	/* max-width: 100%; */
	width: 100%;
	color: #333;
	text-align: left;
	line-height: 1.4em;
	background-color: #fefefe;
	border-radius: .5rem;
}
.listing-profile * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.listing-profile .listing-image {
	padding: 6rem 5rem 11rem;
}
.listing-profile p {
  margin: 0 0 10px;
  font-size: 0.8em;
  opacity: 0.8;
}

/* AGENT */
.agent-bio {}

.agent-name {
  font-weight: 300;
  margin:0
}
.agent-name span {
  display: block;
  font-size: 1rem !important;
  color: #000;
}

.agent-avatar {
    max-width: 7rem;
    float: left;
}
.agent-avatar img {
    border-radius: 50%;
}
.agent-bio .agent-avatar + .agent-content {
    margin-left: 8.5rem;
	padding-top: 1rem;
}

:root {
    --brand-primary: #2775ff;
    --secondary: #7202bb;
    --white: #fff;
    --black: #000;
    --brk-dark-base: #272727;
    --brk-base-1: #69adff;
    --brk-base-2: #00c6ff;
    --brk-base-3: #0f5ae0;
    --brk-base-4: #e8ecff;
    --brk-base-5: #00f6ff;
    --brk-base-6: #0b98f6;
    --brk-base-7: #a7ebff;
    --brk-base-8: #1600ba;
    --brk-secondary-1: #4f34c9;
    --brk-secondary-2: #4f00ba;
    --brk-secondary-3: #7400ba;
    --brk-secondary-4: #6e50c2;
    --brk-secondary-5: #6377df;
    --brk-secondary-6: #b50aff;
    --text-base-color-1: #8a8a8a;
    --text-base-color-2: #0f5ae0;
    --text-base-color-3: #f3f3f3;
    --form-color-1: #e8ecff;
    --brand-primary-rgb: 39,117,255;
    --secondary-rgb: 114,2,187;
    --white-rgb: 255,255,255;
    --black-rgb: 0,0,0;
    --brk-dark-base-rgb: 39,39,39;
    --brk-base-1-rgb: 105,173,255;
    --brk-base-2-rgb: 0,198,255;
    --brk-base-3-rgb: 15,90,224;
    --brk-base-4-rgb: 232,236,255;
    --brk-base-5-rgb: 0,246,255;
    --brk-base-6-rgb: 11,152,246;
    --brk-base-7-rgb: 167,235,255;
    --brk-base-8-rgb: 22,0,186;
    --brk-secondary-1-rgb: 79,52,201;
    --brk-secondary-2-rgb: 79,0,186;
    --brk-secondary-3-rgb: 116,0,186;
    --brk-secondary-4-rgb: 110,80,194;
    --brk-secondary-5-rgb: 99,119,223;
    --brk-secondary-6-rgb: 181,10,255;
    --text-base-color-1-rgb: 138,138,138;
    --text-base-color-2-rgb: 15,90,224;
    --text-base-color-3-rgb: 243,243,243;
    --form-color-1-rgb: 232,236,255;
    --b-radius: inherit;
}
/* BACKGROUND GRADIENT */
.brk-abs-bg-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;	
}
.brk-bg-grad {
	background: -webkit-gradient(linear,left top,right top,from(var(--brk-base-3)),to(var(--secondary)));
	background: linear-gradient(to right,var(--brk-base-3),var(--secondary));
}
.opacity-80 {
	opacity:.8;
}

@media only screen and (max-width: 768px){
	.white-on-mobile {
		color: #fff!important;
	}
}

.list-col-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	padding: 0;
	margin: 0;
}