/*------------------------------------------------------------------
Kant Base Skin
Version: 1.0.0;
Author: ThemeMountain
Copyright: ThemeMountain

[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. Preloaders
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

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

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

@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700');
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300&display=swap');

body{
	letter-spacing: 0;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #969aa1;
}
body, 
input, 
textarea,
select{
	font-family: 'Poppins', 'NanumGothic', 'NanumSquare', 'Open Sans', 'Helvetica Neue', 'Noto Sans SC', sans-serif;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6,
button,
p,
.button,
.overlay-info > span > span,
.project-title,
.product-title,
.font-alt-1,
.header .navigation > ul > li > a,
.side-navigation > ul > li > a,
.overlay-navigation > ul > li > a,
.counter,
.post-info-aside,
.accordion > ul > li > a,
.tab-nav > li > a{
	font-family: 'Poppins', 'NanumGothic', 'Montserrat', 'Helvetica Neue', 'Noto Sans SC', sans-serif;
}

/* Titles */
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6{
	line-height: 1;
	font-weight: 700;
	text-transform: none;
	color: #33363a;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
	color: #3fb58b;
}
h1,.h1{
	font-size: 4.5rem;
}
h2,.h2{
	font-size: 3.3rem;
}
h3,.h3{
	font-size: 2.3rem;
}
h4,.h4{
	font-size: 1.8rem;
}
h5,.h5{
	font-size: 1.6rem;
}
h6,.h6{
	font-size: 1.2rem;
	text-transform: uppercase;
}

/* Widget Titles */
.footer .widget-title, 
.footer .widget-title a{
	font-size: 1.4rem;
	letter-spacing: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.footer-light .widget-title, 
.footer-light .widget-title a{
	color: #33363a;
}
.sidebar .widget-title, 
.sidebar .widget-title a{
	font-size: 1.3rem;
	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: 1rem;
	color: #33363a;
}
.overlay-navigation-wrapper .widget-title, 
.overlay-navigation-wrapper .widget-title a{
	font-size: 1.3rem;
	color: #999;
}

/* Link Colors */
a, 
p a,
.box a:not(.button),
.shop .breadcrumb a{
	color: #3fb58b;
}
.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,
.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,
.shop .product-summary a:hover,
.shop .cart-overview a:hover{
	color: #3fb58b;
}

/* Footer Specific Link Colors */
.footer .widget a:not(.button):hover,
.footer a:hover + .post-info .post-date,
.footer .navigation a:hover,
.footer .social-list a:hover,
.navigation .cart-overview a.view-cart:hover{
	color: #fff;
}
.footer .footer-bottom a:hover{
	color: #fff;
}
.footer-light .widget a:not(.button):hover,
.footer-light a:hover + .post-info .post-date,
.footer-light .navigation a:hover,
.footer-light .social-list a:hover{
	color: #3fb58b;
}
.footer-light .footer-bottom a:hover{
	color: #3fb58b;
}

/* Special Links */
a[class*="icon-"]:hover{
	text-decoration: none;
}
a.animated-link{
	position: relative;
}

/* Lead */
.lead,
blockquote{
	font-size: 2rem !important;
	font-weight: 600;
}

/* Title Classes */
.title-xlarge{
	font-size: 8.6rem !important;
	line-height: 1;
}
.title-large{
	font-size: 6.4rem !important;
	line-height: 1;
}
.title-medium{
	font-size: 3.6rem !important;
	line-height: 1;
}
.title-small{
	font-size: 2.4rem !important;
	line-height: 1;
}

/* Text Classes */
.text-xlarge{
	font-size: 2.6rem !important;
}
.text-large{
	font-size: 2rem !important;
}
.text-medium{
	font-size: 1.4rem !important;
}
.text-small{
	font-size: 1.2rem !important;
}

.font-10{font-size:10px !important;}
.font-12{font-size:12px !important;}
.font-14{font-size:14px !important;}
.font-16{font-size:16px !important;}
.font-18{font-size:18px !important;}
.font-20{font-size:20px !important;}


/* Special Text Classes */
.status-code-title{
	font-size: 14rem;
	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;
}

@media only screen and (max-width: 768px){
	h1,
	.title-xlarge{
		font-size: 3rem !important;
	}
	h2,
	.title-large{
		font-size: 2.2rem !important;
	}
	h3,
	.title-medium{
		font-size: 1.6rem !important;
	}
	h4{
		font-size: 1.4rem !important;
	}
	h5{
		font-size: 1.2rem !important;
	}
	h6{
		font-size: 1.2rem !important;
	}
	h5.tms-caption, 
	.tmp-content h5{
		font-size: 1.4rem !important;
	}

	/* Lead */
	.lead{
		font-size: 1.6rem !important;
	}

	/* Text Classes */
	.text-xlarge{
		font-size: 2rem !important;
	}
	.text-large{
		font-size: 1.6rem !important;
	}
	.text-medium{
		font-size: 1.2rem !important;
	}
	.text-small{
		font-size: 1.2rem !important;
	}

	/* 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: #33363a !important;
	}
}

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

.wrapper{
	background-color: #fff;
}
body, 
.content,
.featured-media:after,
.section-block:not([class*="bkg-"]),
.fullscreen-sections-wrapper{
	background-color: #fff;
}
.content.reveal-footer{
	box-shadow: 0 2rem 4.6rem rgba(0,0,0,0);
}
.section-block.featured-media{
	background-color: #181818;
}

/* greyscale */
.wrapper-inner{
	-webkit-filter: none;
			filter: none;
	-webkit-transition: 500ms ease-in-out;
			transition: 350ms ease-in-out;
}
.side-navigation-wrapper + .wrapper{
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}

/* grey ultralight */
.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 light */
.bkg-grey-light{
	background-color: #ddd;
	border-color: #ddd;
}
.bkg-hover-grey-light:hover{
	background-color: #ddd;
	border-color: #ddd;
}
.border-grey-light,
.border-hover-grey-light:hover{
	border-color: #ddd;
}
.color-grey-light,
.color-hover-grey-light:hover{
	color: #ddd;
}

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

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

/* green */
.bkg-green{
	background-color: #3fb58b;
	border-color: #3fb58b;
}
.bkg-hover-green:hover{
	background-color: #3fb58b;
	border-color: #3fb58b;
}
.border-green,
.border-hover-green:hover{
	border-color: #3fb58b;
}
.color-green,
.color-hover-green:hover{
	color: #3fb58b;
}

/* theme */
.bkg-theme{
	background-color: #33363a;
	border-color: #33363a;
}
.bkg-hover-theme:hover{
	background-color: #33363a;
	border-color: #33363a;
}
.border-theme,
.border-hover-theme:hover{
	border-color: #33363a;
}
.color-theme,
.color-hover-theme:hover{
	color: #33363a;
}

/*------------------------------------------------------------------
[3. Section Padding]
*/

/* Unique Template Padding & Margins */
.content{
	transition-duration: 500ms;
}
.animate-content{
	transform: scale(0.95) translateY(0px);
	transition-duration: 500ms;
}
.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;
}
.reveal-footer{
	margin-bottom: 50rem;
}
.footer .footer-top{
	padding-top: 9rem;
	padding-bottom: 5rem;
}
.grid-filter-menu{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.section-block.feature-2{
	padding-bottom: 12rem;
}
.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.2rem;
	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;
	}
	/* Footer padding when content is animated */
	[data-animate-reveal] .footer-top{
		padding-top: 2rem;
	}
}
@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.no-border .header-inner{
	border-bottom: 1px solid transparent;
}
.header.header-dark .header-inner{
	background-color: #232323;
	border-color: #232323;
}
.header .header-inner > .nav-bar{
	/*border-bottom: 1px solid #eee;*/
	/*-webkit-transition: max-width cubic-bezier(.19,1,.22,1) 1000ms;
			transition: max-width cubic-bezier(.19,1,.22,1) 1000ms;*/

}

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

/* Background Header - On Scroll! */
.header-background .header-inner{
	background-color: #fff;
}
.header-background.with-shadow .header-inner{
	box-shadow: 0 0 3rem 0 rgba(0,0,0,0.1);
}
.header-background.with-border .header-inner{
	border-color: #ddd;
}
.header-background .header-inner > .nav-bar{
	border-bottom: none;
}
.header-background  .header-inner > .nav-bar{
	max-width: 100%;
	padding: 0 3rem;
}

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

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

/* 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: translateX(0);
	transform: translateX(0);
}
.header-transparent .logo a + a{
	display: block !important;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

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

/* Logo Nav Dark */
.nav-dark .logo a:first-child{
	display: block !important;
	top: 0;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(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: translateX(0);
	transform: translateX(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:not(.header-dark) .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.4rem;
	text-transform: uppercase;
	font-weight: 700;
	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: #33363a;
	opacity: 1;
}
.header .navigation > ul > li.current > a:hover{
	color: #33363a;
}

/* Transparent Header Initial, Hover & Current Nav Colors */
.header-transparent .navigation > ul > li > a{
	color: #fff;
	opacity: 1.0;
}
.header-transparent .navigation > ul > li > a:hover{
	color:#000;
	font-size:1.6rem;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #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: #999;
	opacity: 1;
}
.nav-dark .navigation > ul > li.current > a,
.nav-dark .navigation > ul > li.current > a:hover{
	color: #33363a;
	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: #33363a;
	border-bottom: none;
}
.header-background .navigation > ul > li.current > a:hover{
	color: #33363a;
}
.header-background .navigation > ul > li > a:hover{
	color: #33363a;
	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.3rem;
	color: #cccccc;
}
.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: #181b1d;
}

/* Menu Nav Cart Intial Colors */
.navigation .cart .badge{
	top: -0.4rem;
	left: 1.2rem;
	background-color: #3fb58b;
}
.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: #3fb58b;
	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: #33363a;
}
.navigation ul li > a:hover,
.navigation .mega-sub-menu ul li > a:hover,
.navigation .dropdown-list li > a:hover,
.navigation .cart-overview .product-title:hover,
.navigation .cart-overview .product-remove:hover{
	color: #fff;
}

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

/* Cart Icon */
.mobile .navigation a.cart{
	display: none;
}
@media only screen and (max-width: 960px){
	.navigation a.cart{
		display: none;
	}
}

/* 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: #3fb58b;
	border-color: #3fb58b;
	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: #33363a;
	opacity: 1;
}
.header .cart .badge{
	background-color: #3fb58b;
}

/* Social Icons Initial & Hover Colors  */
.header .social-list li a{
	color: #666;
}
.header .social-list li a:hover{
	color: #3fb58b;
}

/* Button, Dropdown Button Initial, Hover & Active Colors */
.header .v-align-middle > .button:not(.nav-icon),
.header .dropdown > .button:not(.nav-icon){
	background: transparent;
	border: 2px solid rgba(255,255,255,0.3);
	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: #3fb58b;
	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,1);
	opacity: 1;
}
.header-transparent .navigation .nav-icon:hover{
	color: #fff;
	opacity: 0.6;
}
.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: #999;
	opacity: 0.6;
}
.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: #3fb58b;
	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: #33363a;
	border-color: transparent;
	color: #fff;
}
.header .v-align-middle.current > .button:not(.nav-icon){
	background-color: #3fb58b;
	border-color: #3fb58b;
}
.header-background .v-align-middle > .button:not(.nav-icon):hover,
.header-background .dropdown > .button:not(.nav-icon):hover{
	background-color: #3fb58b;
	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: #33363a;
}
.header-background .social-list li a{
	color: #999;
}
.header-background .social-list li a:hover{
	color: #33363a;
}

/* 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: #33363a;
	border-color: transparent;
	color: #fff;
}
.mobile .v-align-middle > .button:not(.nav-icon):hover,
.mobile .dropdown > .button:not(.nav-icon):hover{
	background-color: #3fb58b;
	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: #33363a;
}
@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: #33363a;
		border-color: transparent;
		color: #fff;
	}
	.header .v-align-middle > .button:not(.nav-icon):hover,
	.header .dropdown > .button:not(.nav-icon):hover{
		background-color: #3fb58b;
		border-color: transparent;
		color: #fff;
	}
	.header .navigation .nav-icon{
		color: #666;
	}
	.header .navigation .nav-icon:hover,
	.header .dropdown .nav-icon.active{
		color: #33363a;
	}
}

/*------------------------------------------------------------------
[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: 3rem;
}
.header .navigation-show a:hover{
	color: #33363a;
	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: #33363a;
	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: #f6f6f6;
	box-shadow: none !important;
}
.side-navigation-wrapper.slide-in-reset{
	background-color: #fff;
}
.side-navigation-header{
	border: none;
}
@media only screen and (min-width: 768px){
	.side-navigation-wrapper{
		width: 50%;
	}
	.side-navigation-scroll-pane,
	.side-navigation-inner{
		width: 100%;
	}
	/* Side Navigation Reveal */
	.element-reveal-left {
		-webkit-transform: translate3d(50%,0,0);
				transform: translate3d(50%,0,0);
	}
	.element-reveal-right {
		-webkit-transform: translate3d(-50%,0,0);
				transform: translate3d(-50%,0,0);
	}
}

/* Side Main Nav Initial Colors & Padding */
.side-navigation > ul > li > a{
	padding: 0 1rem;
	display: inline;
	font-size: 2rem;
	line-height: 2.2;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #999;
	position: relative;
}
.side-navigation ul li.current > a{
	color: #33363a;
	font-weight: 700;
}
.side-navigation-wrapper .navigation-hide{
	margin-right: 2rem;
}
.side-navigation-wrapper .navigation-hide{
	color: #666;
}
.side-navigation-wrapper .navigation-hide a:hover{
	color: #33363a;
}
.one-page-nav .side-navigation > ul > li > a{
	padding: 0 4rem;
	font-size: 3rem;
}

/* 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: #999;
}
.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: 4rem;
}
.side-navigation .cart-overview li:last-child{
	padding-bottom: 2rem;
	border-width: 2px;
}
.side-navigation .sub-menu:not(.custom-content) a{
	padding: 1.2rem 4rem 1.2rem 5.5rem;
}
.side-navigation.center .sub-menu:not(.custom-content) a{
	padding: 1.2rem 4rem 1.2rem 4rem;
}

/* Side Nav Cart Initial Colors */
.side-navigation .cart .badge{
	background-color: #3fb58b;
}
.side-navigation .cart-overview .product-title{
	color: #33363a;
}
.side-navigation .cart-overview .product-price,
.side-navigation .cart-overview .product-quantity{
	color: #999;
}
.side-navigation .cart-overview a.product-remove{
	background-color: #ddd;
	color: #666;
}
.side-navigation .cart-overview .cart-subtotal{
	color: #33363a;
	font-size: 1.6rem;
}
.side-navigation .cart-overview .cart-actions{
	border-color: #ddd;
}
.side-navigation .cart-overview .checkout.button{
	background-color: #3fb58b;
	border-color: transparent;
	color: #33363a;
}
.side-navigation .cart-overview .checkout.button:hover{
	background-color: #666;
	border-color: transparent;
	color: #33363a;
}

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

/* 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.2rem;
}
.side-navigation-footer .social-list a:hover{
	color: #fff;
}
.side-navigation-footer .copyright{
	font-size: 1.2rem;
}

/* 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: #33363a;
	font-size: 3rem;
	line-height: 1;
	font-weight: 400;
	text-transform: none;
	display: block;
}
.overlay-navigation{
	max-width: 40rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

/* Overlay Main Nav */
.overlay-navigation > ul > li > a{
	font-size: 2rem;
	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: #33363a;
}

/* 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: normal;
	line-height: 1.2;
	color: #999;
}
.overlay-navigation .sub-menu .current a{
	color: #33363a;
}
.overlay-navigation .sub-menu a:hover{
	color: #33363a;
}
.overlay-navigation .sub-menu li:first-child{
	padding-top: 1rem;
}
.overlay-navigation .sub-menu li:last-child{
	padding-bottom: 1rem;
}
.overlay-navigation .cart-overview li:first-child{
	padding-top: 2rem;
}
.overlay-navigation .cart-overview li:last-child{
	padding-bottom: 2rem;
}

/* Overlay Nav Cart */
.overlay-navigation .cart .badge{
	background-color: #3fb58b;
}
.overlay-navigation .cart-overview .product-title{
	color: #33363a;
}
.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: #33363a;
}
.overlay-navigation .cart-overview .cart-actions{
	border-color: #eee;
}
.overlay-navigation .cart-overview .checkout.button{
	background-color: #3fb58b;
	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: #33363a;
}

/* 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: #33363a;
}

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

/* 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: #33363a;
	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: #33363a;
		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: 20rem;
}
.intro-title-2{
	background-image: url(../images/slider/slide-1-page-intro.jpg);	
}
.intro-title-2-1{
	background-image: url(../images/slider/slide-2-page-intro.jpg);	
}
.intro-title-2-2{
	background-image: url(../images/slider/slide-3-page-intro.jpg);	
}
.intro-title-2-3{
	background-image: url(../images/slider/slide-4-page-intro.jpg);	
}
.intro-title-2-4{
	background-image: url(../images/slider/slide-5-page-intro.jpg);	
}
@media only screen and (max-width: 768px){
	[class*="intro-title-"]:not(.xsmall){
		padding: 8rem 0;
		height: auto;
	}
}

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

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

/* Slider Heights */
.featured-media,
.full-width-slider,
.parallax{
	height: 50rem;
	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;
}

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

/* 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: #33363a;
}
.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: #33363a;
}

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

/* Testimonial Slider */
.testimonial-slider blockquote h4{
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
}

/* Aux API Nav */
.testimonial-slider-aux-nav .avatar,
.testimonial-slider-aux-nav .content-aside{
	display: inline-block;
}
.testimonial-slider-aux-nav .content-aside span{
	display: block;
}
.testimonial-slider-aux-nav .avatar{
	width: 5rem;
	height: 5rem;
	margin-right: 1rem;
	position: relative;
	top: -1.4rem;
}
.testimonial-slider-aux-nav img{
	border-radius: 50%;
}
.testimonial-slider-aux-nav a.active .h5{
	color: #3fb58b;
}

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

/* Team Slider */
.team-slider li{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.team-slider p{
	line-height: inherit;
}

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

/* Featured Slider Nav Breakpoints */
@media only screen and (max-width: 768px){
	.featured-media .tms-pagination a{
		display: inline-block;
	}
	.hero-slider .hero-content{
		background-color:rgba(0,0,0,0.4) !important;
		color: #fff !important;
	}
	.hero-slider .tms-bullet-nav{
		background-color: #fff;
	}
}

/*------------------------------------------------------------------
[11. Lightbox]
무비 배경
*/

.tm-lightbox{
	background: rgba(0,0,0,0.8);
}
#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: #33363a;
}
.tml-exit-light #tml-exit{
	color: #fff;
}
.rounded .modal-dialog,
.rounded .section-block{
	border-top-left-radius: 0.3rem;
	border-top-right-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(70%);
			filter: grayscale(70%);
}
@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: #33363a;
}

/*------------------------------------------------------------------
[12. Preloaders]
*/

/* 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/assets/preloader-gif.gif);
	background-size: cover;
	background-repeat: no-repeat;
}
.tm-pageloader #tm-pl-bar{
	width: 0;
	background-color: #3fb58b;
}

/* 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: #33363a;
}
.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 .project-title,
.shop .products .overlay-info .product-title,
.overlay-info > span > span{
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: #fff;
}
.overlay-info .project-description{
	margin-top: 1.2rem;
	display: block;
	font-size: 1.2rem;
	opacity: 1;
	text-transform: none;
	font-weight: 400;
}

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

/* Customer overlay animation */
.overlay-info .project-title,
.overlay-info .project-description,
.overlay-info span > span > span{
	-webkit-transition: all cubic-bezier(.165,.84,.44,1) 1000ms;
			transition: all cubic-bezier(.165,.84,.44,1) 1000ms;
	-webkit-transform: translateX(-2rem);
			transform: translateX(-2rem);
}
.overlay-link:hover .project-title,
.overlay-link:hover .project-description,
.overlay-link:hover span > span > span,
.thumbnail:hover span > span > span{
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

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

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

/* Hero */
.hero-2-intro-1{
	background-image: url(../images/generic/hero-homepage.jpg);
}
.hero-2-app-1{
	background-image: url(../images/generic/hero-app-1.jpg);
}
.hero-2-app-3{
	background-image: url(../images/generic/hero-app-3@2x.jpg);
}
.hero-2-startup-1{
	background-image: url(../images/generic/hero-startup-1.jpg);
}
.hero-2-product-1{
	background-image: url(../images/generic/hero-product-3-1.jpg);
}
.hero-3-signup-1{
	background-image: url(../images/generic/signup-1.jpg);
}
.hero-3-signup-2{
	background-image: url(../images/generic/signup-2.jpg);
}
.hero-3-shop-1{
	background-image: url(../images/generic/hero-shop-1.jpg);
}
.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 p,
.call-to-action-3 p{
	font-size: 2rem;
}
.call-to-action-2-product-2{
	background-image: url(../images/generic/call-to-action-1.jpg);
	background-size: cover;
	background-position: center;
}

/* Signup */
.signup-2-about-1{
	background-image: url(../images/generic/signup-1.jpg);
}
.signup-2-app-1{
	background-image: url(../images/generic/signup-2.jpg);
}
.signup-2-product-1{
	background-image: url(../images/generic/signup-3.jpg);
}
.signup-2-shop-1{
	background-image: url(../images/generic/signup-4.jpg);
}

/* Fullscreen Section */
.home-page .fulscreen-sections-wrapper{
	background: #33363a;
}
.fullscreen-bkg-1{
	background-image: url(../images/slider/fs-section-1.jpg);
}
.fullscreen-bkg-2{
	background-image: url(../images/slider/fs-section-2.jpg);
}
.fullscreen-bkg-3{
	background-image: url(../images/slider/fs-section-3.jpg);
}
.fullscreen-bkg-4{
	background-image: url(../images/slider/fs-section-4.jpg);
}
.fullscreen-bkg-5{
	background-image: url(../images/slider/fs-section-5.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 2rem 0 2rem;
}
.team-2 .caption-over-outer{
	height: auto;
	padding: 1.5rem 2rem;
	background-color: rgba(0,0,0,0.2);
}
.team-2 .social-list,
.team-4 .social-list{
	margin-bottom: 0;
}
.team-4 .overlay-info > span{
	padding: 0 3rem;
}
.team-4 .social-list{
	padding: 0.6rem 0.4rem;
	background-color: rgba(0,0,0,0.4);
	border-radius: 10rem;
	display: inline-block;
}
.mobile .team-4 .social-list{
	margin: 0;
}
.mobile .team-4 .social-list a{
	color: #fff;
}
[class*="team-"] h6.occupation{
	font-size: 1.2rem;
	font-weight: 400;
	text-transform: uppercase;
	font-style: normal;
	color: #666;
}

/* Testimonial */
.testimonials-5-about-1{
	background: none;
}
.testimonials-5-about-1 .tms-bullet-nav{
	background: #33363a;
}

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

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

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

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

/* Hero */
.hero-5-contact-1 .media-column{
	background-image: url(../images/contact/hero-half-1.jpg);
}
.hero-5-contact-1 .media-column + .media-column{
	background-image: url(../images/contact/hero-half-1-2.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: #333;
}
.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: #3fb58b;
	color: #fff;
}

/* Fullscreen Section */
.fullscreen-contact-bkg-1{
	background-image: url(../images/contact/fs-section-1.jpg);
}

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

/* Grid */
.masonry-stamp .caption-over-outer{
	background-color: rgba(255,255,255,.6);
}
h3.project-title{
	font-size: 2rem;
}
.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 Info */
.project-attribute{
	margin-bottom: 0.3rem;
	display: table;
	table-layout: fixed;
	line-height: 1.6;
}
.project-attribute .project-label{
	min-width: 8rem;
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: none;
	display: table-cell;
}
.project-attribute .project-value{
	display: table-cell;
}

/* Folio Filter */
.grid-filter-menu ul,
.grid-filter-menu li{
	padding: 0;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0;
}
.grid-filter-menu li{
	padding: 0.8rem 0.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.7rem 1.2rem;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.2rem;
	color: #999;
	border-radius: 0;
	display: block;
	position: relative;
	border-bottom: 1px solid transparent;
}
.grid-filter-menu a:hover{
	color: #333;
}
.grid-filter-menu a.active{
	background-color: transparent;
	border-color: transparent;
	color: #33363a;
}
.grid-filter-menu.nav-dark a.active,
.grid-filter-menu.nav-dark a:hover{
	color: #fff;
}

/* Color Swatch */
.project-swatch-list{
	margin-bottom: 3rem;
	overflow: hidden;
}
.project-swatch-list li{
	margin-bottom: 0;
	display: inline;
}
.project-swatch .box{
	width: auto;
	min-width: 10rem;
	display: inline-block;
	float: left;
}
.project-swatch-list.center  li{
	margin-right: -4px;
	display: inline-block;
}
.center .project-swatch{
	text-align: center;
}
.center .project-swatch .box{
	float: none;
}

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

/* Pagination 3 Customized */
.pagination-3{
	border-top: 1px solid #eee;
}
.pagination-3 a{
	width: 4rem;
	height: 4rem;
	padding: 0;
	border: none;
	line-height: 4rem;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #33363a;
	border-radius: 0.3rem;
}
.pagination-3 .pagination-previous,
.pagination-3 .pagination-next{
	width: auto;
	background: transparent;
	border: none;
}
.pagination-3 [class*="icon-"]:before{
	font-size: 2rem;
	position: relative;
	top: 0.4rem;
}
.pagination-3 a:hover{
	background: transparent;
	border: none;
	color: #3fb58b;
}
.pagination-3 a.current{
	background: transparent;
	border: 1px solid #3fb58b;
	font-weight: 700;
	color: #3fb58b;
}
.pagination-3 a.disabled, 
.pagination-3 a.disabled:hover{
	border: none;
}
.pagination-3 a span{
	margin: 0;
}

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

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

/*------------------------------------------------------------------
[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: 2rem;
}
.blog-masonry .post-title{
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 700;
	text-transform: none;
	display: block;
}
.post-title{
	font-size: 3rem;
	font-weight: 700;
}
.post-title a{
	color: #33363a;
}
.box .post-title a:hover{
	opacity: 0.5;
}
.single-post-tags .tags-title{
	font-size: 1.3rem;
}
.blog-masonry.masonry-set-dimensions .post-title{
	font-size: 1.8rem;
	font-weight: 700;
	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{
	padding: 3rem;
	background-color: #f8f8f8;
}
.home-page .with-background{
	background-color: #fff;
}
.post-info{
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	display: block;
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 600;
	color: #999;
}
.overlay-info .post-info,
.tm-slider-container .post-info,
[class*=".intro-title-"] .post-info{
	margin-bottom: 0;
	color: #fff;
}
.post-info.boxed{
	width: 100%;
	padding: 2rem 0;
	margin-bottom: 7rem;
	background-color: #fafafa;
}
.post-info span{
	margin-left: 0rem;
	margin-right: 0.5rem;
}
.post-info .post-date{
	font-weight: 700;
}
.post-info span,
.post-info a{
	display: inline-block;
}
.post-author,
.post-comments,
.post-aux-info,
.post-comment-respond{
	margin-top: 5rem;
}
.post-author{
	padding-top: 0;
}
.post-aux-info,
.post-comments,
.post-comment-respond{
	padding-top: 5rem;
}
.post-info-aside .post-love,
.post-author-aside span,
.post-author-aside a,
.post-comments-aside span,
.post-comments-aside a{
	font-size: 1.5rem;
	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-author-aside{
	min-width: 12rem;
}
.post-info-aside,
.post-comments-aside{
	min-width: 6.5rem;
	margin-left: 0;
	text-align: left;
	font-weight: 700;
	letter-spacing: 0;
}
.post-info-aside .post-info-inner,
.post-author-aside .author-title{
	margin-top: 0;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #eee;
}
.post-info-aside .post-love [class*="icon-"]{
	width: 1.3rem;
	margin-right: 0.6rem;
}
.post-info-aside .social-list{
	text-align: left;
}
.post-author-aside + .author-bio{
	padding-left: 17rem;
}
.post-info-aside + .post-content,
.post-comments-aside + .comments-inner{
	padding-left: 6.5rem;
}
.post-info-aside .post-date{
	margin-top: -0.4rem;
	color: #ccc;
}
.post-info-aside .day{
	font-size: 3.3rem;
}
.post-info-aside .month{
	font-size: 2rem;
	text-transform: uppercase;
}
.post-info-aside span{
	width: 100%;
	margin: 0;
	display: block;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}
.post-content .read-more{
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
}
.post-content .read-more [class*="icon-"]{
	margin: 0;
}
.box > a.read-more:not(.button){
	font-weight: 400;
	text-align: left;
	text-decoration: none;
}

@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: 5rem;
}
.blog-masonry .caption-over-outer .post-info .post-date{
	padding: 0;
	margin: 0;
	border: none;
	display: inline-block;
}

/* 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-aux-info{
	border-top-width: 0;
}
/*.post-author,
.post-aux-info,*/
.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{
	font-size: 1rem;
	position: absolute;
}
.form-element, 
textarea{
	margin-bottom: 3rem;
	background-color: #fff;
	border-width: 1px;
	border-color: #ddd;
}
.form-element, 
textarea,
select{
	/*padding-left: 0 !important;
	padding-right: 0 !important;*/
	font-size: 1.3rem;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0.1rem;
	color: #666;
}
.form-select:after{
	font-weight: 700;
	/*right: 0 !important;*/
}
.form-element:focus, 
textarea:focus{
	background-color: #fff;
	border-width: 1px;
	border-color: #3fb58b;
	box-shadow: none;
	color: #33363a;
}
.form-element.required-field:focus, 
textarea.required-field:focus,
select.required-field:focus{
	background-color: #fff;
	border-width: 1px;
	border-color: #ddd;
	box-shadow: none;
	color: #33363a;
}
.form-element.required-field,
textarea.required-field,
select.required-field{
	background-color: #fff;
	border-color: #3fb58b;
	box-shadow: none;
	color: #33363a;
	position: relative;
}
.form-element::-webkit-input-placeholder{
	color: #666;
}
.form-element:focus::-webkit-input-placeholder{
	color: #33363a;
}
.form-element::-moz-placeholder{
	color: #666;
}
.form-element:focus::-moz-placeholder{
	color: #33363a;
}
.form-element:-ms-input-placeholder{
	color: #666;
}
.form-element:focus:-ms-input-placeholder{
	color: #33363a;
}
.signup-form-container .form-response{
	bottom: -1rem;
}

/* Checkbox and Radio */
.checkbox-label, 
.radio-label{
	color: #666666;
	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: #3fb58b;
	border-color: #3fb58b;
	color: #fff;
}
.radio:checked + .radio-label:before {
	background: #3fb58b;
}
.checkbox.required-field{
	position: absolute;
}
.checkbox.required-field + .checkbox-label:before{
	border-color: #3fb58b;
}

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

/* 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: #33363a;
}
.search-form-container ::-moz-placeholder{
	color: #666;
}
.search-form-container :focus::-moz-placeholder{
	color: #33363a;
}
.search-form-container :-ms-input-placeholder{
	color: #666;
}
.search-form-container :focus:-ms-input-placeholder{
	color: #33363a;
}

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

/* Signup 1 Specific */
.signup-1 .form-element{
	background-color: #fff;
	border-width: 1px;
	color: #666;
}
.signup-1 .form-element:focus{
	background-color: #fff;
	border-width: 1px;
	border-color: #3fb58b;
	color: #33363a;
}
.signup-1 .form-element.required-field:focus{
	background-color: #fff;
	border-width: 1px;
	border-color: #ddd;
	color: #33363a;
}
.signup-1 .form-element.required-field{
	background-color: #fff;
	border-width: 1px;
	border-color: #3fb58b;
	color: #33363a;
	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: #33363a;
}
.signup-1 ::-moz-placeholder{
	color: #666;
}
.signup-1 :focus::-moz-placeholder{
	color: #33363a;
}
.signup-1 :-ms-input-placeholder{
	color: #666;
}
.signup-1 :focus:-ms-input-placeholder{
	color: #33363a;
}

/* Signup 2 Specific */
.signup-2 .signup-form-container{
	padding: 0;
	background-color: transparent;
	border-radius: 0.3rem;
}
.signup-2 .form-element{
	background-color: rgba(255,255,255,0.2);
	border-color: transparent;
	color: #fff;
}
.signup-2 .form-element:focus{
	background-color: rgba(255,255,255,0.2);
	border-color: transparent;
	color: #fff;
}
.signup-2 .form-element.required-field:focus{
	background: rgba(255,255,255,0.2);
	border-color: transparent;
	color: #fff;
}
.signup-2 .form-element.required-field{
	background-color: rgba(255,255,255,0.2);
	border-color: rgba(255,255,255,0.5);
	box-shadow: none;
	position: relative;
}
.signup-2 .form-response{
	width: 100%;
	color: #fff;
}
.signup-2 .signup-form-container .form-response{
	bottom: -0.5rem;
}
.signup-2 ::-webkit-input-placeholder{
	color: rgba(255,255,255,0.7);
}
.signup-2 :focus::-webkit-input-placeholder{
	color: #fff;
}
.signup-2 ::-moz-placeholder{
	color: rgba(255,255,255,0.7);
}
.signup-2 :focus::-moz-placeholder{
	color: #fff;
}
.signup-2 :-ms-input-placeholder{
	color: rgba(255,255,255,0.7);
}
.signup-2 :focus:-ms-input-placeholder{
	color: #fff;
}

/* Create Acc. Specific */
@media only screen and (min-width: 768px){
	.create-account.horizontal .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.2rem;
	color: #999;
}
.header .dropdown-list .recuperate-password:hover{
	color: #fff;
}
.header .login-form-container .form-element{
	background-color: #333;
	border: 1px solid #333;
	color: #999;
}
.header .login-form-container .form-element:focus{
	background-color: #444;
	border-color: #444;
	color: #fff;
}
.header .login-form-container .form-element.required-field{
	border-color: #999;
	color: #fff;
}
.header .login-form-container .form-element.required-field:focus{
	border-color: #444;
	color: #fff;
}
.header .login-form-container .form-response{
	color: #999;
}
.header .login-form-container ::-webkit-input-placeholder{
	color: #999;
}
.header .login-form-container :focus::-webkit-input-placeholder{
	color: #fff;
}
.header .login-form-container ::-moz-placeholder{
	color: #999;
}
.header .login-form-container :focus::-moz-placeholder{
	color: #fff;
}
.header .login-form-container :-ms-input-placeholder{
	color: #999;
}
.header .login-form-container :focus:-ms-input-placeholder{
	color: #fff;
}

/* Footer Specific */
.footer .form-element, 
.footer textarea{
	background-color: transparent;
	border-color: #33363a;
	margin-bottom: 2rem;
	color: #666;
}

.footer .form-element:focus, 
.footer textarea:focus{
	background-color: transparent;
	border-color: #33363a;
	box-shadow: none;
	color: #fff;
}
.footer .form-element.required-field, 
.footer textarea.required-field{
	background-color: transparent;
	border-color: #3fb58b;
	color: #fff;
}
.footer .form-element.required-field:focus, 
.footer textarea.required-field:focus{
	background-color: transparent;
	border-color: #33363a;
	box-shadow: none;
	color: #fff;
}
.footer-light .form-element, 
.footer-light textarea{
	border-color: #ddd;
}
.footer-light .form-element:focus, 
.footer-light textarea:focus{
	border-color: #3fb58b;
	color: #33363a;
}
.footer-light .form-element.required-field, 
.footer-light textarea.required-field{
	color: #33363a;
}
.footer-light .form-element.required-field:focus, 
.footer-light textarea.required-field:focus{
	border-color: #ddd;
	color: #33363a;
}
.footer .signup-form-container .button{
	width: auto;
}
@media only screen and (max-width: 768px){
	.footer .signup-form-container .button{
		width: 12rem;
	}
}
.footer .form-response{
	color: #666;
	font-size: 1rem;
}
.footer ::-webkit-input-placeholder{
	color: #7a7d84;
}
.footer :focus::-webkit-input-placeholder{
	color: #fff;
}
.footer ::-moz-placeholder{
	color: #7a7d84;
}
.footer :focus::-moz-placeholder{
	color: #fff;
}
.footer :-ms-input-placeholder{
	color: #7a7d84;
}
.footer :focus:-ms-input-placeholder{
	color: #fff;
}
.footer-light :focus::-webkit-input-placeholder{
	color: #33363a;
}
.footer-light :focus::-moz-placeholder{
	color: #33363a;
}
.footer-light :focus:-ms-input-placeholder{
	color: #33363a;
}

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

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

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

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

/* Footer Text */
.footer .widget,
.footer address{
	font-size: 1.4rem;
	color: #7a7d84;
	text-transform: none;
	font-style: normal;
}
.footer-top a:not(.button){
	font-size: 1.4rem;
	color: #7a7d84;
}
.footer-bottom a{
	font-size: 1.2rem;
	color: #fff;
}
.footer-light .footer-bottom a{
	color: #7a7d84;
}
.footer .copyright,
.footer .scroll-to-top{
	margin-bottom: 1rem !important;
	font-size: 1.2rem !important;
	float: none;
	color:#f9f9f9;
}
.scroll-to-top{
	padding:5px 10px;
	border:1px solid #cccccc;
	color:#f9f9f9;
	}

/* Footer Widgets */
.footer .widget li{
	padding-top: 0;
	border: none;
	border-color: #eee;
}
.footer .post-info{
	margin-top: 0;
	color: #7a7d84;
}
.footer .post-date{
	font-size: 0.9rem;
	font-weight: 400;
	text-transform: uppercase;
}

/* Footer Background */
.footer{
	width: 100%;
	background: #1f2225;
	color: #666;
}
.footer-light{
	background: #fff;
}
.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;
	border-top: 1px solid #33363a;
}
.footer-light .footer-bottom{
	border-top: 1px solid #eee;
}
.footer .footer-bottom-inner{
	border: none;
}
.footer .footer-bottom, 
.footer .footer-bottom a{
	color: #5d6066;
}
.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.2rem;
	font-weight: normal;
	color: #5d6066;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}
.footer .footer-bottom .navigation, 
.footer .footer-bottom .social-list{
	float: none;
}

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

/* Sidebar Widgets */
.sidebar .widget,
.sidebar .widget a{
	font-size: 1.2rem;
}
.sidebar .widget .tag-cloud a{
	font-size: 1rem;
	border-radius: 0.3rem;
}
.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: #33363a;
}
/* 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: 2rem;
}
.product-title a{
	color: #33363a;
}
.shop .products .product .product-price{
	font-size: 1.2rem;
}
.shop .grid-filter-options-inner{
	border-color: #eee;
}

/* Shop Overlay Add Cart Button */
.shop .products .product .product-thumbnail .product-actions .add-to-cart-button{
	width: auto;
}
.shop .products .product .product-thumbnail .product-actions{
	width: auto;
	padding: 0 1rem 1rem 1rem;
	opacity: 0;
	right: 0;
	-webkit-transition-property: all;
			transition-property: all;
	-webkit-transform: translateX(5rem) translateY(0);
			transform: translateX(5rem) translateY(0);
}
.shop .products .product .product-thumbnail:hover .product-actions{
	opacity: 1;
	-webkit-transform: translateX(0) translateY(0);
			transform: translateX(0) translateY(0);
}

/* Shop Overlay Tags */
.shop .products .product .onsale,
.single-product .product .onsale{
	background-color: #3fb58b;
	border-radius: 0.3rem;
}
.shop .products .product .outofstock,
.single-product .product .outofstock{
	background-color: #232323;
	border-radius: 0.3rem;
}

/* Tables */
.shop .table td,
.shop .table th{
	padding: 2rem 1.6rem;
}
.shop .cart-overview .table{
	border-collapse: collapse;
}
.shop .cart-overview .table > thead{
	background-color: transparent;
}
.shop .cart-overview .table > thead{
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	text-transform: uppercase;
}
.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;
}
.cart .cart-review .cart-coupon-form{
	min-width: 40%;
}

/* Shop Buttons */
.product-actions li{
	margin-right: 0;
}

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

/* Star Rating */
.product-rating .icon-star,
.product-list .icon-star,
.review-star-rating .icon-star{
	color: #3fb58b;
}

/* 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: 3rem;
	font-weight: 700;
	position: relative;
	top: -0.6rem;
}
.product-summary .product-title{
	font-size: 3.5rem;
}
.product-meta{
	font-size: 1.2rem;
}

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

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

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

/* Button */
.button,
.button.medium{
	text-transform: none;
}
.button-content{
	line-height: 1;
}
.shop .product .button{
	background-color: #33363a;
	border-color: #33363a;
	color: #fff;
}
.shop .cart-overview .button{
	background-color: #33363a;
	border-color: #33363a;
	color: #fff;
}
.overlay-link + .product-actions .button,
.overlay-info .button{
	background-color: #fff;
	border-color: #fff;
	color: #33363a;
}
.overlay-info .button:hover,
.shop .cart-overview .button:hover,
.shop .product .button:hover{
	background-color: #3fb58b;
	border-color: #3fb58b;
	color: #fff;
}

/* Scroll Links */
.icon-circled.medium{
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
}
.icon-circled.small{
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
}

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

/* Blockquote */
blockquote.border{
	border-color: #ccc;
}
blockquote cite{
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	color: inherit;
	font-style: normal;
	opacity: 1;
}

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

/* Logo Section */
.logos-1 a{
	opacity: 1;
}
.logos-1 a:hover{
	opacity: 1;
}
.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;
}
[class*="hero-"].small{
	height: 30rem;
}
[class*="hero-"].window-height{
	height: 70vh;
	min-height: 70vh;
}
.hero-3 .hero-content{
	padding-top: 4rem;
	padding-bottom: 4rem;
	background-color: rgba(255,255,255,1);
	border-color: #3fb58b !important;
}
.hero-3.middle .hero-content{
	border-radius: 0.3rem;
}
.hero-5 .center .tms-pagination{
	text-align: center;
}
.hero-box,
.signup-box{
	padding: 5rem;
	background-color: rgba(255,255,255,1);
	border-color: transparent;
	overflow: visible;
	border-radius: 0.3rem;
}
.signup-box .form-response {
	bottom: auto;
}

/* Stats */
[class*="stats-"] .counter{
	margin-bottom: 1rem;
	font-size: 4.5rem;
	font-weight: 400;
}
[class*="stats-"] .counter.xlarge{
	font-size: 6.5rem;
}
[class*="stats-"] .description{
	font-size: 1.2rem;
	text-transform: none;
	font-weight: 400;
	color: #33363a;
}
.stats-3 .mega-stat .counter{
	font-weight: normal;
	font-size: 7rem;
}
.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: 400;
	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 .bar{
	padding: 0 0.5rem;
	font-weight: 400;
}
.progress-bar.small{
	height: 0.4rem;
}
.progress-bar,
.progress-bar.medium{
	height: 0.8rem;
}
.progress-bar.large{
	height: 1.3rem;
	line-height: 1rem;
	font-size: 1rem;
}
.progress-bar.xlarge{
	height: 1.6rem;
	line-height: 1.4rem;
	font-size: 1.2rem;
}

/* Accordion */
.accordion > ul > li > a{
	padding: 1.3rem 2.5rem;
	background-color: #ededed;
	border-color: #f4f4f4;
	color: #666;
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: uppercase;
}
.accordion > ul > li.active > a,
.accordion > ul > li.active > a:hover{
	border-color: transparent;
	background-color: #33363a;
	color: #fff;
}
.accordion > ul > li > a:hover{
	border-color: transparent;
	background-color: #ddd;
}
.accordion .accordion-content{
	padding: 3rem;
	background:#ffffff;
	color:#666;
}
/* style 1 */
.accordion.style-1 > ul > li > a{
	background-color: transparent;
	border-color: #eee;
	color: #969aa1;
}
.accordion.style-1 > ul > li.active > a,
.accordion.style-1 > ul > li.active > a:hover{
	background-color: transparent;
	border-color: #eee;
	color: #3fb58b;
}
.accordion.style-1 > ul > li > div{
	border: none;
}
.accordion.style-1 .accordion-content{
	border: none
}
/* style 2 */
.accordion.style-2 > ul > li > a{
	padding: 1rem 0;
	border: none;
	font-weight: 400;
	background-color: transparent;
	border-bottom: 0px 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: #3fb58b;
}
.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: #969aa1;
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: uppercase;
}
.tabs .tab-nav > li a:hover{
	background-color: #ddd;
	border-color: #ddd;
}
.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: #33363a;
}
.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: #969aa1;
}
.tabs.style-1 .tab-nav > li a:hover{
	background-color: #ddd;
	border: none;
	color: #666;
}
.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: #33363a;
	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: #969aa1;
}
.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: #3fb58b;
	color: #33363a;
}
/* 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: #969aa1;
}
.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: #33363a;
}
.tabs.style-3:not(.vertical) .tab-nav > li a{
	padding: 1rem 0;
	margin-right: 3rem;
}
@media only screen and (min-width: 768px) {
	.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;
}

/* tabs light */
.tabs.style-2.tabs-light .tab-nav > li a,
.tabs.style-3.tabs-light .tab-nav > li a{
	color: #fff;
	opacity: 0.6;
	border-color: transparent;
}
.tabs.style-2.tabs-light:not(.vertical) .tab-panes{
	border-color: rgba(255,255,255, 0.3);
}
.tabs.style-2.tabs-light .tab-nav > li.active a{
	border-color: #fff;
}
.tabs.tabs-light .tab-nav > li.active a,
.tabs.tabs-light .tab-nav > li.active a:hover{
	color: #fff;
	opacity: 1;
}

/* 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(0);
			transform: translateY(0);
}
.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 #3fb58b;
	}
	.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 #3fb58b;
	}
}

/* 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: 4px solid #3fb58b;
	background-color: #3fb58b;
	z-index: 1;
}
.timeline.vertical-indication .timeline-description:before{
	background-color: #eee;
}
.timeline li:first-child .timeline-description:before{
	border-top-right-radius: 2rem;
	border-top-left-radius: 2rem;
}
.timeline li:nth-child(2) .timeline-description:before{
	border-bottom-right-radius: 2rem;
	border-bottom-left-radius: 2rem;
	top: 0;
	bottom: -1.2rem;
}
.timeline.vertical-indication .timeline-description:before{
	width: 1.2rem;
	left: -0.1rem;
	top: -0.1rem;
}
@media only screen and (max-width: 768px) {
	.timeline.vertical-indication .timeline-title:before{
		background-color: #eee;
	}
	.timeline.vertical-indication .timeline-description:before,
	.timeline.vertical-indication .timeline-title:before{
		width: 1.2rem;
		left: 1.4rem;
	}
}

/* Pricing Tables */
.pricing-table-column.callout{
	box-shadow: 0rem 0rem 1.8rem rgba(0,0,0,.2);
	border-color: rgba(255,255,255,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);
}

/* style 1 */
.pricing-table.style-1 .pricing-table-column{
	text-align: left;
}
.pricing-table.style-1 .pricing-table-header h2{
	font-size: 1.5rem;
}
.pricing-table.style-1 .pricing-table-price h4{
	font-weight: 400;
}
.pricing-table.style-1 .button{
	width: 100%;
	text-align: center;
}

/* 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;
}
.pricing-table.style-2 .currency {
	font-weight: 400;
}

/* Breadcrumb */
.breadcrumb li,
.breadcrumb li a{
	font-size: 1.2rem;
	font-weight: 400;
	text-transform: uppercase;
}
.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-1-page-intro@2x.jpg);	
	}
	.intro-title-2-1{
		background-image: url(../images/slider/slide-2-page-intro@2x.jpg);	
	}
	.intro-title-2-2{
		background-image: url(../images/slider/slide-3-page-intro@2x.jpg);	
	}
	.intro-title-2-3{
		background-image: url(../images/slider/slide-4-page-intro@2x.jpg);	
	}
	.intro-title-2-4{
		background-image: url(../images/slider/slide-5-page-intro@2x.jpg);	
	}

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

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

	/* Hero Sections */
	.hero-2-intro-1{
		background-image: url(../images/generic/hero-homepage@2x.jpg);
	}
	.hero-2-startup-1{
		background-image: url(../images/generic/hero-startup-1@2x.jpg);
	}
	.hero-2-product-1{
		background-image: url(../images/generic/hero-product-3-1@2x.jpg);
	}
	.hero-2-about-1{
		background-image: url(../images/team/hero-1@2x.jpg);
	}
	.hero-2-about-2{
		background-image: url(../images/team/hero-2@2x.jpg);
	}
	.hero-2-app-1{
		background-image: url(../images/generic/hero-app-1@2x.jpg);
	}
	.hero-2-app-2{
		background-image: url(../images/generic/hero-app-3@2x.jpg);
	}
	.hero-5-about-1 .media-column{
		background-image: url(../images/team/hero-half-1@2x.jpg);
	}
	.hero-5-about-2 .media-column{
		background-image: url(../images/team/hero-half-2@2x.jpg);
	}
	.hero-2-services-1{
		background-image: url(../images/services/hero-2@2x.jpg);
	}
	.hero-3-services-1{
		background-image: url(../images/services/hero-2@2x.jpg);
	}
	.hero-3-signup-1{
		background-image: url(../images/generic/signup-1@2x.jpg);
	}
	.hero-3-signup-2{
		background-image: url(../images/generic/signup-2@2x.jpg);
	}
	.hero-3-app-1{
		background-image: url(../images/generic/hero-app-2@2x.jpg);
	}
	.hero-3-shop-1{
		background-image: url(../images/generic/hero-shop-1@2x.jpg);
	}
	.hero-4-services-1{
		background-image: url(../images/services/hero-2@2x.jpg);
	}
	.hero-5-services-1 .media-column{
		background-image: url(../images/services/hero-half-1@2x.jpg);
	}
	.hero-5-services-2 .media-column{
		background-image: url(../images/services/hero-half-2@2x.jpg);
	}
	.hero-5-services-2 .media-column + .media-column{
		background-image: url(../images/services/hero-half-2-1@2x.jpg);
	}
	.hero-5-contact-1 .media-column{
		background-image: url(../images/contact/hero-half-1@2x.jpg);
	}
	.hero-5-contact-1 .media-column + .media-column{
		background-image: url(../images/contact/hero-half-1-2@2x.jpg);
	}
	.hero-5-shop-1 .media-column{
		background-image: url(../images/shop/hero-half-1@2x.jpg);
	}
	.hero-5-shop-2 .media-column{
		background-image: url(../images/shop/hero-half-2@2x.jpg);
	}
	.hero-5-app-1 .media-column{
		background-image: url(../images/generic/hero-half-2@2x.jpg);
	}

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

	/* Signup */
	.signup-2-about-1{
		background-image: url(../images/generic/signup-1@2x.jpg);
	}
	.signup-2-app-1{
		background-image: url(../images/generic/signup-2@2x.jpg);
	}
	.signup-2-product-1{
		background-image: url(../images/generic/signup-3@2x.jpg);
	}
	.signup-2-shop-1{
		background-image: url(../images/generic/signup-4@2x.jpg);
	}
}













.opacity-1 {opacity:0.1}
.opacity-2 {opacity:0.2}
.opacity-3 {opacity:0.3}
.opacity-4 {opacity:0.4}
.opacity-5 {opacity:0.5}
.opacity-6 {opacity:0.6}
.opacity-7 {opacity:0.7}
.opacity-8 {opacity:0.8}
.opacity-9 {opacity:0.9}
/*BORDER RADIUS DECLARE*/
.border-radius-2{border-radius:2px;overflow:hidden;}
.border-radius-5{border-radius:5px;overflow:hidden;}
.border-radius-10{border-radius:10px;overflow:hidden;}
.border-radius-15{border-radius:15px;overflow:hidden;}

/*PADDING AND MARGIN DECLARE*/
.mt-5{margin-top:5px!important}
.mt-10{margin-top:10px!important}
.mt-15{margin-top:15px!important}
.mt-20{margin-top:20px!important}
.mt-25{margin-top:25px!important}
.mt-30{margin-top:30px!important}
.mt-35{margin-top:35px!important}
.mt-40{margin-top:40px!important}
.mt-45{margin-top:45px!important}
.mt-50{margin-top:50px!important}
.mt-55{margin-top:55px!important}
.mt-60{margin-top:60px!important}
.mt-65{margin-top:65px!important}
.mt-70{margin-top:70px!important}
.mt-75{margin-top:75px!important}
.mt-80{margin-top:80px!important}
.mt-85{margin-top:85px!important}
.mt-90{margin-top:90px!important}
.mt-95{margin-top:95px!important}
.mt-100{margin-top:100px!important}
.mt-105{margin-top:105px!important}
.mt-110{margin-top:110px!important}
.mt-115{margin-top:115px!important}
.mt-120{margin-top:120px!important}
.mt-125{margin-top:125px!important}
.mt-130{margin-top:130px!important}
.mt-135{margin-top:135px!important}
.mt-140{margin-top:140px!important}
.mt-145{margin-top:145px!important}
.mt-150{margin-top:150px!important}
.mt-155{margin-top:155px!important}
.mt-160{margin-top:160px!important}
.mt-165{margin-top:165px!important}
.mt-170{margin-top:170px!important}
.mt-175{margin-top:175px!important}
.mt-180{margin-top:180px!important}
.mt-185{margin-top:185px!important}
.mt-190{margin-top:190px!important}
.mt-195{margin-top:195px!important}
.mt-200{margin-top:200px!important}
.mt-210{margin-top:210px!important}
.mt-220{margin-top:220px!important}
.mt-230{margin-top:230px!important}
.mt-240{margin-top:240px!important}
.mt-250{margin-top:250px!important}
.mb-5{margin-bottom:5px!important}
.mb-10{margin-bottom:10px!important}
.mb-15{margin-bottom:15px!important}
.mb-20{margin-bottom:20px!important}
.mb-25{margin-bottom:25px!important}
.mb-30{margin-bottom:30px!important}
.mb-35{margin-bottom:35px!important}
.mb-40{margin-bottom:40px!important}
.mb-45{margin-bottom:45px!important}
.mb-50{margin-bottom:50px!important}
.mb-55{margin-bottom:55px!important}
.mb-60{margin-bottom:60px!important}
.mb-65{margin-bottom:65px!important}
.mb-70{margin-bottom:70px!important}
.mb-75{margin-bottom:75px!important}
.mb-80{margin-bottom:80px!important}
.mb-85{margin-bottom:85px!important}
.mb-90{margin-bottom:90px!important}
.mb-95{margin-bottom:95px!important}
.mb-100{margin-bottom:100px!important}
.mb-105{margin-bottom:105px!important}
.mb-110{margin-bottom:110px!important}
.mb-115{margin-bottom:115px!important}
.mb-120{margin-bottom:120px!important}
.mb-125{margin-bottom:125px!important}
.mb-130{margin-bottom:130px!important}
.mb-135{margin-bottom:135px!important}
.mb-140{margin-bottom:140px!important}
.mb-145{margin-bottom:145px!important}
.mb-150{margin-bottom:150px!important}
.mb-155{margin-bottom:155px!important}
.mb-160{margin-bottom:160px!important}
.mb-165{margin-bottom:165px!important}
.mb-170{margin-bottom:170px!important}
.mb-175{margin-bottom:175px!important}
.mb-180{margin-bottom:180px!important}
.mb-185{margin-bottom:185px!important}
.mb-190{margin-bottom:190px!important}
.mb-195{margin-bottom:195px!important}
.mb-200{margin-bottom:200px!important}
.ml-5{margin-left:5px!important}
.ml-10{margin-left:10px!important}
.ml-15{margin-left:15px!important}
.ml-20{margin-left:20px!important}
.ml-25{margin-left:25px!important}
.ml-30{margin-left:30px!important}
.ml-35{margin-left:35px!important}
.ml-40{margin-left:40px!important}
.ml-45{margin-left:45px!important}
.ml-50{margin-left:50px!important}
.ml-55{margin-left:55px!important}
.ml-60{margin-left:60px!important}
.ml-65{margin-left:65px!important}
.ml-70{margin-left:70px!important}
.ml-75{margin-left:75px!important}
.ml-80{margin-left:80px!important}
.ml-85{margin-left:85px!important}
.ml-90{margin-left:90px!important}
.ml-95{margin-left:95px!important}
.ml-100{margin-left:100px!important}
.ml-105{margin-left:105px!important}
.ml-110{margin-left:110px!important}
.ml-115{margin-left:115px!important}
.ml-120{margin-left:120px!important}
.ml-125{margin-left:125px!important}
.ml-130{margin-left:130px!important}
.ml-135{margin-left:135px!important}
.ml-140{margin-left:140px!important}
.ml-145{margin-left:145px!important}
.ml-150{margin-left:150px!important}
.ml-155{margin-left:155px!important}
.ml-160{margin-left:160px!important}
.ml-165{margin-left:165px!important}
.ml-170{margin-left:170px!important}
.ml-175{margin-left:175px!important}
.ml-180{margin-left:180px!important}
.ml-185{margin-left:185px!important}
.ml-190{margin-left:190px!important}
.ml-195{margin-left:195px!important}
.ml-200{margin-left:200px!important}
.mr-5{margin-right:5px!important}
.mr-10{margin-right:10px!important}
.mr-15{margin-right:15px!important}
.mr-20{margin-right:20px!important}
.mr-25{margin-right:25px!important}
.mr-30{margin-right:30px!important}
.mr-35{margin-right:35px!important}
.mr-40{margin-right:40px!important}
.mr-45{margin-right:45px!important}
.mr-50{margin-right:50px!important}
.mr-55{margin-right:55px!important}
.mr-60{margin-right:60px!important}
.mr-65{margin-right:65px!important}
.mr-70{margin-right:70px!important}
.mr-75{margin-right:75px!important}
.mr-80{margin-right:80px!important}
.mr-85{margin-right:85px!important}
.mr-90{margin-right:90px!important}
.mr-95{margin-right:95px!important}
.mr-100{margin-right:100px!important}
.mr-105{margin-right:105px!important}
.mr-110{margin-right:110px!important}
.mr-115{margin-right:115px!important}
.mr-120{margin-right:120px!important}
.mr-125{margin-right:125px!important}
.mr-130{margin-right:130px!important}
.mr-135{margin-right:135px!important}
.mr-140{margin-right:140px!important}
.mr-145{margin-right:145px!important}
.mr-150{margin-right:150px!important}
.mr-155{margin-right:155px!important}
.mr-160{margin-right:160px!important}
.mr-165{margin-right:165px!important}
.mr-170{margin-right:170px!important}
.mr-175{margin-right:175px!important}
.mr-180{margin-right:180px!important}
.mr-185{margin-right:185px!important}
.mr-190{margin-right:190px!important}
.mr-195{margin-right:195px!important}
.mr-200{margin-right:200px!important}
.p-5{padding:5px !important}
.p-10{padding:10px!important}
.p-15{padding:15px!important}
.p-20{padding:20px!important}
.p-25{padding:25px!important}
.p-30{padding:30px!important}
.pt-5{padding-top:5px!important}
.pt-10{padding-top:10px!important}
.pt-15{padding-top:15px!important}
.pt-20{padding-top:20px!important}
.pt-25{padding-top:25px!important}
.pt-30{padding-top:30px!important}
.pt-35{padding-top:35px!important}
.pt-40{padding-top:40px!important}
.pt-45{padding-top:45px!important}
.pt-50{padding-top:50px!important}
.pt-55{padding-top:55px!important}
.pt-60{padding-top:60px!important}
.pt-65{padding-top:65px!important}
.pt-70{padding-top:70px!important}
.pt-75{padding-top:75px!important}
.pt-80{padding-top:80px!important}
.pt-85{padding-top:85px!important}
.pt-90{padding-top:90px!important}
.pt-95{padding-top:95px!important}
.pt-100{padding-top:100px!important}
.pt-105{padding-top:105px!important}
.pt-110{padding-top:110px!important}
.pt-115{padding-top:115px!important}
.pt-120{padding-top:120px!important}
.pt-125{padding-top:125px!important}
.pt-130{padding-top:130px!important}
.pt-135{padding-top:135px!important}
.pt-140{padding-top:140px!important}
.pt-145{padding-top:145px!important}
.pt-150{padding-top:150px!important}
.pt-155{padding-top:155px!important}
.pt-160{padding-top:160px!important}
.pt-165{padding-top:165px!important}
.pt-170{padding-top:170px!important}
.pt-175{padding-top:175px!important}
.pt-180{padding-top:180px!important}
.pt-185{padding-top:185px!important}
.pt-190{padding-top:190px!important}
.pt-195{padding-top:195px!important}
.pt-200{padding-top:200px!important}
.pt-260{padding-top:260px!important}
.pb-5{padding-bottom:5px!important}
.pb-10{padding-bottom:10px!important}
.pb-15{padding-bottom:15px!important}
.pb-20{padding-bottom:20px!important}
.pb-25{padding-bottom:25px!important}
.pb-30{padding-bottom:30px!important}
.pb-35{padding-bottom:35px!important}
.pb-40{padding-bottom:40px!important}
.pb-45{padding-bottom:45px!important}
.pb-50{padding-bottom:50px!important}
.pb-55{padding-bottom:55px!important}
.pb-60{padding-bottom:60px!important}
.pb-65{padding-bottom:65px!important}
.pb-70{padding-bottom:70px!important}
.pb-75{padding-bottom:75px!important}
.pb-80{padding-bottom:80px!important}
.pb-85{padding-bottom:85px!important}
.pb-90{padding-bottom:90px!important}
.pb-95{padding-bottom:95px!important}
.pb-100{padding-bottom:100px!important}
.pb-105{padding-bottom:105px!important}
.pb-110{padding-bottom:110px!important}
.pb-115{padding-bottom:115px!important}
.pb-120{padding-bottom:120px!important}
.pb-125{padding-bottom:125px!important}
.pb-130{padding-bottom:130px!important}
.pb-135{padding-bottom:135px!important}
.pb-140{padding-bottom:140px!important}
.pb-145{padding-bottom:145px!important}
.pb-150{padding-bottom:150px!important}
.pb-155{padding-bottom:155px!important}
.pb-160{padding-bottom:160px!important}
.pb-165{padding-bottom:165px!important}
.pb-170{padding-bottom:170px!important}
.pb-175{padding-bottom:175px!important}
.pb-180{padding-bottom:180px!important}
.pb-185{padding-bottom:185px!important}
.pb-190{padding-bottom:190px!important}
.pb-195{padding-bottom:195px!important}
.pb-200{padding-bottom:200px!important}
.pl-5{padding-left:5px!important}
.pl-10{padding-left:10px!important}
.pl-15{padding-left:15px!important}
.pl-20{padding-left:20px!important}
.pl-25{padding-left:25px!important}
.pl-30{padding-left:30px!important}
.pl-35{padding-left:35px!important}
.pl-40{padding-left:40px!important}
.pl-45{padding-left:45px!important}
.pl-50{padding-left:50px!important}
.pl-55{padding-left:55px!important}
.pl-60{padding-left:60px!important}
.pl-65{padding-left:65px!important}
.pl-70{padding-left:70px!important}
.pl-75{padding-left:75px!important}
.pl-80{padding-left:80px!important}
.pl-85{padding-left:85px!important}
.pl-90{padding-left:90px!important}
.pl-95{padding-left:95px!important}
.pl-100{padding-left:100px!important}
.pl-105{padding-left:105px!important}
.pl-110{padding-left:110px!important}
.pl-115{padding-left:115px!important}
.pl-120{padding-left:120px!important}
.pl-125{padding-left:125px!important}
.pl-130{padding-left:130px!important}
.pl-135{padding-left:135px!important}
.pl-140{padding-left:140px!important}
.pl-145{padding-left:145px!important}
.pl-150{padding-left:150px!important}
.pl-155{padding-left:155px!important}
.pl-160{padding-left:160px!important}
.pl-165{padding-left:165px!important}
.pl-170{padding-left:170px!important}
.pl-175{padding-left:175px!important}
.pl-180{padding-left:180px!important}
.pl-185{padding-left:185px!important}
.pl-190{padding-left:190px!important}
.pl-195{padding-left:195px!important}
.pl-200{padding-left:200px!important}
.pr-5{padding-right:5px!important}
.pr-10{padding-right:10px!important}
.pr-15{padding-right:15px!important}
.pr-20{padding-right:20px!important}
.pr-25{padding-right:25px!important}
.pr-30{padding-right:30px!important}
.pr-35{padding-right:35px!important}
.pr-40{padding-right:40px!important}
.pr-45{padding-right:45px!important}
.pr-50{padding-right:50px!important}
.pr-55{padding-right:55px!important}
.pr-60{padding-right:60px!important}
.pr-65{padding-right:65px!important}
.pr-70{padding-right:70px!important}
.pr-75{padding-right:75px!important}
.pr-80{padding-right:80px!important}
.pr-85{padding-right:85px!important}
.pr-90{padding-right:90px!important}
.pr-95{padding-right:95px!important}
.pr-100{padding-right:100px!important}
.pr-105{padding-right:105px!important}
.pr-110{padding-right:110px!important}
.pr-115{padding-right:115px!important}
.pr-120{padding-right:120px!important}
.pr-125{padding-right:125px!important}
.pr-130{padding-right:130px!important}
.pr-135{padding-right:135px!important}
.pr-140{padding-right:140px!important}
.pr-145{padding-right:145px!important}
.pr-150{padding-right:150px!important}
.pr-155{padding-right:155px!important}
.pr-160{padding-right:160px!important}
.pr-165{padding-right:165px!important}
.pr-170{padding-right:170px!important}
.pr-175{padding-right:175px!important}
.pr-180{padding-right:180px!important}
.pr-185{padding-right:185px!important}
.pr-190{padding-right:190px!important}
.pr-195{padding-right:195px!important}
.pr-200{padding-right:200px!important}
.bt-1{border-top:1px solid;}

.img-border{border:1px solid #f4f4f4;}


.font-white{color:#fff !important;}
.font-black{color:#000 !important;}

.line-height-1{line-height:1 !important}
.line-height-12{line-height:1.2 !important}
.line-height-14{line-height:1.4 !important}
.line-height-16{line-height:1.6 !important}
.line-height-18{line-height:1.8 !important}
.line-height-2{line-height:2 !important}



.play-icon{background:none !important;font-weight:normal;}
.play-icon:hover{color:#1974c8;}


ul.sub_cate a{font-size:12px !important;}
ul.sub_cate li{line-height:24px !important;}
ul.sub_cate li.active{background:#333;;padding-left:10px;}
ul.sub_cate li.active a{color:#ffffff !important;}