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

body{
	font-family: 'Lato', sans-serif;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #666;
}


/* Titles */
h1,
h2,
h3,
h4,
h5,
h6{
	line-height: 1.2;
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
	color: #55c4a1;
}
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;
	font-weight: 700;
	color: #fff;
}
.sidebar .widget-title, 
.sidebar .widget-title a{
	font-size: 1.4rem;
}
.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: 6.026rem;
	line-height: 1.2;
}
.title-medium{
	font-size: 3.515rem;
	line-height: 1.2;
}
.title-normal{
	font-size: 3.076rem;
	line-height: 1.2;
}

.title-small{
	font-size: 2.876rem;
	line-height: 1.2;
}
.title-xsmall{
	font-size: 2.576rem;
	line-height: 1.2;
}

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

/* Text Classes */
.text-xlarge{
	font-size: 2.36rem;
	line-height: 1.4;
}
.text-large{
	font-size: 1.80rem;
}
.text-medium{
	font-size: 1.1rem;
}
.text-small{
	font-size: 1.0rem;
}

/* 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: 500;
}
.weight-bold{
	font-weight: 700;
}

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

/* Link Colors */
a, 
p a,
.box a:not(.button){
	color: #55c4a1;
}
.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,
.accordion li a:hover,
.accordion li.active a,
.tabs li a:hover,
.tabs li.active a,
.tabs li.active a:hover,
.blog-masonry .with-background .post-readmore 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{
	color: #55c4a1;
}
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-readmore a:hover .text-line{
	background-color: #55c4a1;
}

@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.4rem;
	}
	.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: #fafafa;
	border-color: #fafafa;
}
.bkg-hover-grey-ultralight:hover{
	background-color: #fafafa;
	border-color: #fafafa;
}
.border-hover-grey-ultralight:hover{
	border-color: #fafafa;
}
.color-grey-ultralight,
.color-hover-grey-ultralight:hover{
	color: #fafafa;
}

/* 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: #151515; 
	border-color: #151515;
}
.bkg-hover-charcoal:hover{
	background-color: #151515; 
	border-color: #151515;
}
.border-charcoal,
.border-hover-charcoal:hover{
	border-color: #151515;
}
.color-charcoal,
.color-hover-charcoal:hover{
	color: #151515;
}

/* blue */
.bkg-turquoise{
	background-color: #55c4a1;
	border-color: #55c4a1;
}
.bkg-hover-turquoise:hover{
	background-color: #55c4a1;
	border-color: #55c4a1;
}
.border-turquoise,
.border-hover-turquoise:hover{
	border-color: #55c4a1;
}
.color-turquoise,
.color-hover-turquoise:hover{
	color: #55c4a1;
}

/* theme */
.bkg-theme{
	background-color: #55c4a1;
	border-color: #55c4a1;
}
.bkg-hover-theme:hover{
	background-color: #55c4a1;
	border-color: #55c4a1;
}
.border-theme{
	border-color: #55c4a1;
}
.border-hover-theme:hover{
	border-color: #55c4a1;
}
.color-theme{
	color: #55c4a1;
}
.color-hover-theme:hover{
	color: #55c4a1;
}

/*------------------------------------------------------------------
[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: 50rem;
	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;
}

/* 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 rgba(255,255,255, 0.2);
}
.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: 1px solid rgba(255,255,255, 0.2);*/
}
.header-bottom.header-transparent .header-inner > .nav-bar{
	border-top: 1px solid rgba(255,255,255, 0.2);
	border-bottom: none;
}

/* Background Header - On Scroll! */
.header-background .header-inner{
	background-color: rgba(255,255,255,0.9);
	border-color: #eee;
}
.header-background .header-inner > .nav-bar{
	border-bottom: none;
}

/* 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: rgba(255,255,255,0.9);
;
	}
	.header .header-inner{
	}
	.header .header-inner > .nav-bar{
		padding: 0;
	}
}

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

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

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

/* 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.1rem;
	text-transform: uppercase;
	font-weight: 600;
	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 > a:hover{
	color: #000;
	opacity: 1;
}
.header .navigation > ul > li.current > a:hover{
	color: #000;
}

/* 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{
	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{
	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: #55c4a1;
}
.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: #55c4a1;
	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 */
.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: #55c4a1;
	border-color: #55c4a1;
	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: #55c4a1;
}

/* 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: #55c4a1;
	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: #55c4a1;
	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: #55c4a1;
	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: #55c4a1;
	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: #55c4a1;
		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-inner ul > li > a{
	padding: 0.6rem 4rem;
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	font-weight: 300;
	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: normal;
	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: #55c4a1;
}
.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: #55c4a1;
	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 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;
	opacity: 0;
	-webkit-transform: translateX(10rem);
	-ms-transform: translateX(10rem);
	transform: translateX(10rem);
	-webkit-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	transition-duration: 500ms;
}
.aux-navigation-active .overlay-navigation{
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

/* 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: #55c4a1;
}
.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: #55c4a1;
	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);	
}
@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: #fff;
}
.tms-nav-dark .tms-bullet-nav{
	background: #000;
}
.hide-arrow-nav .tms-arrow-nav,
.hide-progress .tms-progress-bar{
	display: none !important
}

/* Featured Media Slider Navigation */
.featured-media .tms-arrow-nav{
	display: none !important;
}
.featured-media .tms-pagination{
	max-width: 114rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	bottom: 7%;
	right: auto;
	position: relative;
}
.tm-slider-container.pagination-top .tms-pagination{
	bottom: 93%;
}
.featured-media .tms-pagination a{
	display: inline-block;
	margin-bottom: 1rem;
}
.featured-media .tm-slider-container .tms-pagination{
	opacity: 1;
}

/* 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;
}

/* 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;
}

/* info box */
.info-box{
	padding: 4rem;
	background: rgba(0,0,0,0.3);
	border: none;
	overflow: visible;
}

/* Featured Slider Nav Breakpoints */
@media only screen and (max-width: 1140px){
	.featured-media .tms-pagination{
		max-width: 96rem;
		bottom: 4rem;
		text-align: center;
	}
}
@media only screen and (max-width: 960px){
	.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]
*/

.tm-loader {
	width: 5rem;
	height: 5rem;
	margin: -2.5rem 0 0 -2.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
}
.tm-loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.tm-loader #circle{
	background: none;
	width: 100%;
	height: 100%;
	margin: auto;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
 	transform-origin: center center;
	animation: rotate 2s linear infinite;
}
.stroke{
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
	stroke-width: 0.3rem;
}
/* fallback */
.ie-browser:not(.webkit) .tm-loader #circle{
	border: 3px solid rgba(0,0,0,0);
	border-bottom-color: #ddd;
	animation: rotate 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
}
@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 {
	100%,
	0% {
		stroke: #55c4a1;
		border-bottom-color: #55c4a1;
	}
	40% {
		stroke: #55c4a1;
		border-bottom-color: #55c4a1;
	}
	66% {
		stroke: #55c4a1;
		border-bottom-color: #55c4a1;
	}
	80%,
	90% {
		stroke: #55c4a1;
		border-bottom-color: #55c4a1;
	}
}

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

/* Rollover Text */
.overlay-info > span > span{
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: #fff;
}
.overlay-info .project-description{
	font-size: 1.2rem;
	opacity: 0.7;
	text-transform: none;
	font-weight: 300;
	font-style: italic;
}

/* Overlay */
.overlay-info{
	background: rgba(255, 255, 255, 0.5);
}
.overlay-info > span > span{
	text-align: center;
	vertical-align: center;
}
.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/hero-1.jpg);
}

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

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

/*------------------------------------------------------------------
[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: #666;
}
.footer-bottom a{
	font-size: 1.1rem;
}
.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%;
	color: #fff;
	z-index: 1;
}
.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: #333;*/
}
.footer-top .footer-logo{
	width: 9rem;
	margin-bottom: 3rem !important;
}
.footer .footer-bottom{
	padding: 0  0 2rem 0;
	/*background-color: #333;*/
}
.footer .footer-bottom-inner{
	border-color: #eee;
}
.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 a{
	font-size: 1.1rem;
	font-weight: normal;
	color: #232323;
	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;
	}
}


/*------------------------------------------------------------------
[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;
}


/* Button */
.button{
	text-transform: uppercase;
	font-size: 1rem;
}
.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: 2rem 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;
	z-index: 2;
}
[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: 0.9rem;
	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;
}



/*------------------------------------------------------------------
[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) {



}



/*------------------------------------------------------------------
[29. Custom ARK ]
*/

body{
	background: #0a2632;
	color: #333;
	font-weight: 400;
	line-height:1.6;
}

body > .side-navigation-wrapper{
	border-top:4px solid #0e1720;
}


footer{
	border-bottom:8px solid #feb837;
}

.row{
	max-width:1140px;
}

.header .header-inner{
	border-top:4px solid #feb837;
	border-bottom: 0;
}
.header .logo{
	width: 177px;
	height: 58px;
	line-height: 58px;
}
.header .nav-bar {
	padding-top: 62px;
    min-height: auto;
    padding-bottom: 10px;
    transition:500ms linear;
}
.header-background .nav-bar {
	padding-top: 0;
}
.nav-bar .logo img{
	margin-top: 0;
}
.header .navigation .navigation-show.nav-icon{
	font-size: 47px;
	color: #fff;
}

.header .header-inner .navigation > ul > li, .header .header-inner .navigation > ul > li > a:not(.button), .header .header-inner .dropdown > .nav-icon{
	line-height: 45px;
	height: 45px;
}
.header-background .secondary-navigation{
	margin-top: 10px;
}
.header .secondary-navigation .icon125{
	margin-top: -2px;
	margin-right: 10px;
}

.header-background .logo{
	margin-top: 0;
	height: 60px;
	line-height: 60px;
	width: 100px;
}


.header-background .navigation .navigation-show.nav-icon {
    color: #999;
}
span.enter{
	margin-top: 12px;
	display: block;
	width: 26px;
	height: 26px;
	background:url(../images/icon125.png) no-repeat 0 0;
}
.header-background span.enter{
	background-position: 0 100%;
}

.color-green {
    color: #81be53;
}

.text-capitalize{
	text-transform: capitalize;
}

.scroll-down a{
	position: relative;
	display: block;
	width: 212px;
	height: 87px;
	background: url(../img/scroll-down-bg.png) no-repeat center bottom;
}
.scroll-down a img{
	position: absolute;
	bottom: 30%;
	left: 46%;
	transition:200ms ease-in-out;
}
.scroll-down a:hover img{
	transform: rotate(-270deg);
}
.sep{
	border-top:8px solid #959595;
	z-index: 3;
	position: absolute;
	height: 8px;
	width: 100%;
	line-height: 0px;
}
.sep img{
	width: 100%;
}

.bkg-deep-blue{
	background: #0e1520;
}
.bkg-light-gray{
	background: #f4f4f4;
}

/*.bg-green-parallax{
	background:white url(../images/green2.png) no-repeat 77% 10%;
	background-size: 42%;
	position: relative;
	z-index: 1;
}*/
.bg-green-parallax-container{
	position: relative;
	background: #fff;
	z-index: 1;
}
#bg-green-parallax{
    background: #fff url(../images/green2.png) no-repeat 0% 0%;
    background-size: 100%;
    position: relative;
    width: 716px;
    height: 664px;
    position: absolute;
    display: block;
    left: 45%;
    transition: 20ms ease-in-out;
    margin-top: 210px;
}

body, .content, .featured-media:after, .section-block:not([class*="bkg-"]), .fullscreen-sections-wrapper{
	background: transparent;
}
.hero-5-2 .media-column{
	background-size: 90%;
	background-position: 100% 0%;
}

.hero-5-3>.row{
	width: 50%;
	margin-left: 0;
}
.hero-5-3>.row>.column{
	margin: 0 auto;
	float: none;
}

.text-transform-inherit{
	text-transform: inherit;
}

.font-alt-1{
	font-family: "Rubik";
}

.smaller-padding{
	padding: 3rem 0;
}

.stat-inner .counter{
	font-size: 48px;
	font-family: "Lato";
	font-weight: bold;
	margin-bottom: 0;
}
.stat-inner .description{
	font-size: 36px;
	line-height: 1.1;
	font-family: "Lato";
	font-weight: 300;
}
.stat-inner .description.text-small{
	font-size: 24px;
}
.stat .thumb{
	margin-top: 40px;
	margin-bottom: 10px;
}
.numbers-1 .width-3:first-child{
	border-left: 0; 
}

.numbers-1 .width-3{
	border-left: 1px solid #ccc; 
}
.hero-5-5{
	height: 74rem;
}
.hero-5-5 .row .width-6{
	padding: 0;
}
.hero-5-5.right>.media-column{
	right: -3%;
}


@-webkit-keyframes MOVE-BG {
    from { background-position: right top; }
    to { background-position: right bottom; }
}

/*.bkg-contact{
	background: #0a2632 url(../images/form.png) repeat 0 0;
}*/
.section-block.contact{
	height: auto;
	padding: 6rem 0;
}
.section-block.contact .media-column{
	background-image: url('../images/contact-left-large.png');
	background-position: left center;
	background-attachment: fixed;
	background-size: 50%;
	background-repeat: repeat-y;
}
.section-block.contact.in-view .media-column{

}

.section-block.contact .media-column .column{
	float: right;
	margin-right: 30px;
}
.section-block.contact .media-column .column .hero-content-inner{
	padding-left: 0;
	padding-right: 0;
}

.contact form input[type="text"],
.contact form textarea{
	background-color: transparent;
	border:0;
	border-bottom:1px solid #81be53;
	text-transform: uppercase;
	padding-left: 0;
	font-size: 16px;
	color: #81be53;
	padding-bottom: 8px;
}

/*
* Placeholders consistency
* */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #ccc;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color: #ccc;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #ccc;
}
input:-moz-placeholder,
input::-moz-placeholder {
    opacity: 1;
}


#submit.bkg-green{
	background: #81be53;
}
div.submit{
	text-align: center;
}
#submit{
	margin: 15px auto 15px;
	width: 180px;
	border:0;
	font-size: 18px !important;
	font-weight: bold;
	clear: both;
}

.contact textarea{
	height:102px;
	min-height: auto;
}

form{
	font-family: "Lato";
}
.contact .privacy{
	color: #50646d;
	font-size: 12px;
}
.contact .privacy a{
	color: #81be53;
	text-decoration: underline;
}
.contact .privacy input{
	float: left;
	margin-right: 5px;
	position: relative;
	top: 3px;
	border: 1px solid #81be53;
	background: none;
	-webkit-appearance: none;
	display: inline-block;
	width: 13px;
	height: 13px;
	-webkit-transition: box-shadow 200ms;
	padding: 0px;
	outline:none;
}


label.error{
	color:red;
}

#logo-white{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -140px;
}


footer.footer{
	background: #0e151f url(../img/footer.jpg) no-repeat 0 0;
	background-size: cover;
}
.footer .footer-top{
}
.footer-top a:not(.button):not([class*="icon-"]){
	font-size: 14px;
}
.footer .footer-bottom{
	padding: 30px 0 20px;
	color: #fff;
	font-size: 16px;
}
.footer .widget li{
	margin-bottom: 0px;
}
.footer-top a:not(.button){
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-bottom a:not(.button){
	color: #fff;
	font-size: 16px;
	margin-left: 8px;
	margin-right: 8px;
}
.footer-top a:not(.button):hover{
	text-decoration: underline;
	color: #fff;
}
.footer-bottom a:not(.button):hover{
	text-decoration: underline;
	color: #fff;
}

.footer-bottom .copy{
	margin-top: 20px;
}

.footer .widget-title{
	color: #e8a937;
	font-size: 16px;
	margin-bottom: 25px;
}

.footer .color-azure{
	color:#3d7ba0 !important;
	font-weight: normal !important;
}

.sweet-alert p{
	color: #000 !important;
}

.section-block{
    padding-top: 8rem;
    padding-bottom: 8rem;
}


.bkg-home-f1{
	background: #19293c url(../img/f1.jpg) no-repeat 0 0;
	background-size: cover;
	position: relative;
	z-index: 2;
}
.bkg-blue-c{
	background: #1c252f url(../img/consulting3.jpg) no-repeat -14px 0;
	background-size: cover;
	position: relative;
	z-index: 2;
}

.bkg-transparent{
	background-color:transparent;
}

.img-overflow-1{
}
.img-overflow-1 img{
}

.layer-wrapper{
	position: relative;
}
.rc-white-bg {
    left: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 1025;
    background: #fff;
    transform: translateZ(0);
    z-index: -1;
}
@media screen and (min-width: 768px){
	.rc-white-bg {
		height: 480px;
	}
}

.rpwwt-widget h3,
.text h3{
	text-transform: uppercase;
	color: #666666;
}
.rpwwt-widget h2,
.text h2{
	color: #19293c;
	text-transform: none;
	padding-left: 30px;
	position: relative;
	border-left: 4px solid #feb837;
}
/*
.text h2:before{
	position:absolute;
	content:" ";
	width:4px;
	height:100%;
	border-left: 4px solid #feb837;
}
*/


.rpwwt-widget img{
	margin: 0 0 10px;
}

.readmore{
	background: #f89431;
	position: relative;
	width: 140px;
	height: 140px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 130px;
	font-weight: 400 !important;
}
.readmore:before{
	display: block;
	content:" ";
	background:url(../img/read-more.png) no-repeat center;
	width: 100%;
	height: 35px;
	position: relative;
	top: 35px;
	transition: 350ms ease-in-out;
}
.readmore:hover{
	color: #fff;
}
.readmore:hover:before{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.readmore-simple{
	background: none;
	height: auto;
	line-height: 1.7;
	color: #333;
	text-align: left;
	padding-left: 40px;
}
.readmore-simple:hover{
	color: #555;
}
.readmore-simple:before{
	background-size: 25px;
	width: 25px;
	left: 0px;
	top: 0;
	position: absolute;
}

.color-gray{
	color: #999;
}
.color-gray h3,
.color-gray h2,
.color-gray strong{
	color: #fff !important;
}


.text .thumb{
	position: relative;
}
.text .thumb .shadow{
	position: relative;
	z-index: -1;
	top: -20px;
}

.text .color-deep-blue{
	color:#1b1c34;
}
.text .color-blue{
	color: #003647;
}

.bkg-technology{
/*	background: #fff url(../img/bg3.jpg) no-repeat;
	background-size: cover;
	position: relative;*/
	z-index: 3;
}

.parallax,
.tm-parallax{
	background-color: #0e1520;
}

.bkg-yellow{
	background: #e8aa37;
}

.pl-90{
	padding-left: 90px;
}
.pr-90{
	padding-right: 90px;
}

h2.color-white{
	color: #fff !important;
	border-color: #fff;
}
h3.color-dark{
	color: #333;
}
.color-dark{
	color: #333;
}

.text ul{
	font-size: inherit;
}

.bkg-yellow.mb-0{
	position: relative;
	padding-bottom: 20px;
}
.bkg-yellow.mb-0 p:last-child{
	margin-bottom: 0;
}
.bkg-technology:after{
/*	content:" ";
	width: 100%;
	height:40px;
	display: block;
	position: absolute;
	left: 0;
	background: #e8aa37;*/
}
.scalino{
	height:30px;
	display: block;
	background: #e8aa37;
	position: absolute;
	z-index: 4;
}
.scalino-top{
	top: -29px;
}
.stroke{
	stroke: #f00;
}

.parallax{
	z-index: 2;
}

.mb-180{
	margin-bottom: 18re;
}

/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	width: 300px;
	margin-left: -10px;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #3b769a;
	font-size: 40px;
}
.countdown-row {
	clear: both;
	width: 300px;
	padding: 0px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
	color: #fff;
}
.countdown-amount {
    font-size: 40px;
}
.countdown-period {
    display: block;
    text-transform: uppercase;
    color: #3b769a;
    font-weight: bold;
    font-size: 12px;
}
.countdown-descr {
	display: block;
	width: 100%;
}

h1 .color-yellow{
	color: #f3b100 !important;
	font-weight: 400;
}
h1 .text-normal{
	text-transform: none !important;
}
h1 .text-decoration{
	text-decoration: : underline !important;
}

.overlap-bg {
}
.overlap-bg .text{
	position: relative;
}
.overlap-bg .readmore{
	position: absolute;
	margin-top: 30px;
}

.img-overflow-2-3{
	position: relative;
}
.img-overflow-3{
	position: absolute;
	right: 0;
	top: 85%;
}

.bkg-white-alt{
	background-color: #fff;
	background-image: url(../img/bkg-white-1.png), url(../img/bkg-white-2.png);
	background-position: left top, right top;
	background-repeat: no-repeat;
	background-size: auto;
}



.latest-news li{
	width: 40%;
	margin-right: 10%;
	float: left;
	margin-bottom: 20px;
}
.latest-news li span.date{
	color: #6f9cb0;
	font-size: 15px;
	display: block;
	margin-bottom: 5px;
}
.latest-news li a{
	color: #fff !important;
	font-size: 18px !important;
	text-transform: none !important;
}

.socials a{
	margin-left: 10px;
	text-transform: none !important; 
}


.side-navigation-inner, .side-navigation-wrapper {
    width: 70rem;
}
.element-reveal-right {
    -webkit-transform: translate3d(-70rem,0,0);
    transform: translate3d(-70rem,0,0);
}
.element-reveal-right:before{
	border-top:4px solid #feb837;
	background: #0f1821eb;
	z-index: 999;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content:" ";
}

.side-navigation-wrapper{
	background: #0e1720 url(../img/menu.png) no-repeat 0 0;
	background-size: cover;
}
.side-navigation-wrapper .logo{
	width: auto;
	height: auto;
}

@media only screen and (min-width : 678px) {
	.side-navigation-inner ul,
	.side-navigation-inner ol{
		padding-left: 120px;
	}
	.side-navigation-inner .logo
	{
		padding-left: 100px;
	}
}

.side-navigation-inner ul > li > a{
	color: #e8aa37;
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
	padding-left: 25px;
}
.side-navigation-inner ol > li > a{
	font-size: 32px;
	color: #fff;
	text-transform: none;
	font-weight: 300;
	position: relative;
	top: 3px;
}
.side-navigation-inner ol > li > a:hover{
	color: #999;
}
.side-navigation-inner ol {
	list-style-type: decimal-leading-zero;
	color: #fff;
	font-size: 18px;
	margin: 0;
}
.side-navigation-inner ol > li{
	margin-bottom: 15px;
	padding-left: 20px;
	position: relative;
}
.side-navigation-footer{
	color: #3f4e5d;
	font-size: 16px;
}
.side-navigation-footer .copyright{
	font-size: 16px;
	margin-bottom: 30px;
}

.side-navigation-inner ol > li > a:before,
.side-navigation-inner ol > li.current > a:before,
.side-navigation-inner ol > li > a:hover:before{
	content:" ";
	position:absolute;
	top: 53%;
	left: -140px;
	width:60px;
	height:4px;
	display: block;
	background:#e8aa37;
	transition: width 100ms ease-in-out;
}
.side-navigation-inner ol > li > a:before{
	width: 0;
}
.side-navigation-inner ul.other_links{
	margin-top: 90px;
	list-style-type: none;
	margin-left: 0;
}
.side-navigation-inner ul.other_links li{
	margin-bottom: 5px;
}


.top{
	height: 368px;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	position: relative;
}
.top h1{
	position: absolute;
	bottom:100px;
	color: #fff;
	font-weight: 300;
	text-transform: none;
}
.top h1 span{
	color: #fdb837;
}
section#mission_vision{
	background:white url(../img/02-ark-a.jpg) no-repeat center top;
	background-size: 100%;
}
section#mission_vision .section-block{
	padding-top: 500px;
	position: relative;
}

#particles-js{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
}

#particles-js-blue{
	height: 400px;
	position:absolute;
	z-index: 1;
	top: 0;
	width: 100%;
}

.bkg-light-gray{
	background: #f5f5f5;
}

.milestones{
}
.milestone{
	width: 240px;
	text-align: center;
	margin-bottom: 30px;
	float: left;
}
.milestone .descr{
	font-size: 14px;
	line-height: 1.2;
	color: #333;
	margin-bottom: 0px;
	height:270px;
	/*display: flex;*/
	position: relative;
}
.milestone .descr p{
	/*align-self: flex-end;*/
	margin: 0;
	padding: 0 10px 10px;
	background: #f5f5f5;
}
.milestone .descr p span{
	display: block;
	font-size:16px;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: bold;
}
.milestone .descr:after{
	position: absolute;
	content:" ";
	width:1px;
	height:100%;
	background: #d7d7d7;
	top: 0%;
	z-index: -1;
	left: 50%;
}
.milestone .year{
	color: #f89431;
	font-weight: bold;
	font-size: 24px;
}
.milestone .icon img{
	width: 80px;
	display: inline-block;
}
.slick-slide{
	outline:none;
}
.slick-next:before, .slick-prev:before{
	color: #464646;
	font-size: 110px;
}
.slick-prev{
	left: -25px;
}
.slick-next{
	right: -25px;
}
.slick-prev:before { content: "‹"; }
.slick-next:before { content: "›"; }

.slick-next, .slick-prev{
	height: 100px;
	width: 50px;
	margin-top: -126px;
	margin-bottom: 0;
	top: 100%;
	z-index: 1;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover{
	color: #999;
}

.slick-next:before, .slick-prev:before {
    font-family: inherit;
}

.milestone .icon{
	position: relative;
}
.milestone .icon:before{
	position: absolute;
	content:" ";
	width:100%;
	height:4px;
	background: #d7d7d7;
	top: 49%;
	z-index: -1;
}

.column.feature{
	color: #333;
}
.column.feature h3{
	color: #333;
	text-transform: none;
	font-size: 20px;
}
.column.feature .icon{
	margin-bottom: 20px;
}
.column.feature p{
	font-size: 14px;
	line-height: 1.4;
}
.column.feature:nth-child(3n+1){
	clear: left;
}

#particles-js-footer{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.feature-2.right .row .feature-image {
    margin-left: -170%;
}
.feature-2 .row .feature-image, .feature-2 .row.flex .feature-image {
    width: 300%;
    margin-right: -170%;
}


a.contact-us{
	display: block;
	margin-top: 30px;
	color: #fff;
	padding-left: 35px;
	background: url(../img/contacts.png) no-repeat left center;
	font-size: 18px;
}



.feature-text h5{
	text-transform: none;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
}
.feature-column.left.medium img{
	float: left;
}
.feature-column.left.medium .feature-text{
	padding-left: 8rem;
}
.feature-column{
	margin-bottom: 6rem;
}

.page-fade-out{
	opacity:1 !important;
}

h2.no-brd{
	border:0;
	padding-left: 0;
}

#map {
    width: 100%;
    height: 375px;
}
#map2 {
    width: 100%;
    height: 375px;
}

.pl-20p{
	padding-left: 3%;
}
.map2_container{
	padding: 0 !important;
}


address p{
	margin: 0;
	font-style: normal;
}

form p{
	width: 46%;
	margin-left: 4%;
	float: left;
	margin-bottom: 10px;
}
form label{
	font-size: 16px;
	color: #333;
}
form input{
	border:1px solid #d0d0cf;
	font-size: 20px;
}
form .privacy{
	margin-top: 30px;
}
form .privacy label{
	display: inline-block;
	width: 250px;
}
form .privacy input{
	width: 20px;
	float: left;
	margin-top: 6px;
	margin-right: 4px;
}
form .privacy a{
	color: #ec712f;
}
form .submit{
	margin-left: 4%;
	overflow: hidden;
	margin-top: 20px;
	padding-top: 20px;
	clear: both;
	border-top:1px solid #d0d0cf;
	text-align: right;
}
form .submit input{
	background: #f7941e url(../img/envelope.png) no-repeat 20px center;
	color: #fff;
	border:0;
	border-radius:4px;
	padding: 12px 40px 12px 60px;
	font-size: 18px;
	cursor: pointer;
}

#category-news h2 a,
#news h2 a{
	color: #19293c;
}

#category-news .article{
	padding-bottom: 50px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 50px;
}
#category-news .thumb{
	padding-left: 0;
}

.pagination{
	margin: 20px 0 0px;
}
.pagination a{
	color: #333;
	background: #f0f0f0;
	font-size: 18px;
	margin-left: 5px;
	padding: 10px 15px;
}
.pagination a.active{
	color: #ff9933;
}
.pagination h2{
	display: none;
}

.content .fluid-width-video-wrapper{
	margin-bottom: 30px;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
}
.sidebar .text img{
	margin-bottom: 15px;
}
.sidebar .text h3{
	margin-bottom: 10px;
}

.sidebar ul li{
	margin-bottom: 30px;
}

footer .menu-item-162{
	display: none;
}

.wpcf7-recaptcha{
	margin-left: 4%;
}

div.wpcf7 iframe{
	background: #fff;
}

div.wpcf7 .recaptcha{
	float: left;
	width: 46%;
	margin-left: 4%;
	margin-bottom: 10px;
}

.row.about1 img{
	width: auto !important;
	margin-left: auto;
	margin-top: 0 !important;
}


@media only screen and (max-width : 960px) {
	.scroll-down{
		display: none !important;
	}
	.bkg-home-f1 .column.width-7{
		background: #fff;
	}
	.overlap-bg .readmore{
		position: static;
	}
	.img-overflow-3{
		position:static;
	}
	#products .thumb{
		margin-top: 30px;
	}
	.pl-90 {
	    padding-left: 19px;
	}
	.pr-90 {
	    padding-right: 19px;
	}
	#technology .parallax{
		height: 640px !important;
	}
	.header .navigation .navigation-show.nav-icon {
		margin-top: 20px;
	    color: #666;
	}
	.top {
	    height: 200px;
	}
	.top h1{
		bottom: 50%;
		font-size: 32px;
	}
	section#mission_vision{
		background-size: auto;
	}
	.slick-prev {
	    left: -20px;
	}
	div.wpcf7 .recaptcha,
	form p {
	    width: 98%;
	    margin-left: auto;
	    margin-right: auto;
	    float: none;
	    clear: both;
	}
	form .submit{
		margin-left: 0;
	}
	#category-news .thumb{
		padding: 0;
	}
	#category-news .thumb img{
		margin: 0 auto 20px;
	}
	.pagination{
		margin-right: 20px;
	}
	.header .logo{
		margin-top: 10px;
		height: 60px;
		line-height: 60px;
		width: 100px;
	}
	.rc-white-bg{

	}

	.row.about1{
		background: #fff;
		padding-bottom: 20px;
	}
	.row.about1 img{
		margin-top: auto !important;
	}
	/*.bkg-home-f1 .row.layer-wrapper + row{
		background:white;
	}*/
	.img-overflow-2-3 img{
		margin-bottom: 30px;
	}
/*	.slick-next{
		right: 10px;
	}
*/
	.bkg-home-f1{
		padding-top: 0;
	}


}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width: 568px) {
	.side-navigation-inner{
		width: 100%;
	}
	.side-navigation-inner ol > li > a{
		font-size: 26px;
	}
	.side-navigation-wrapper .logo{
		margin-bottom: 50px;
	}
	.no-scrollbar .side-navigation-scroll-pane{
		left: auto;
		right: 5%;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 375px) {

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 376px) and (max-width: 568px) {

}


/* Very Small Desktops & iPad (portrait) ----------- */
@media only screen and (min-width : 568px) and (max-width : 768px) {
 .row.about1 img{
 	margin-right: auto;
 }
}

/* Small Desktops and laptops ----------- */
@media only screen and (min-width : 768px) and (max-width : 992px) {

}








