/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
 4.General
 5.content - slider section
 6.about sections
 7.Home Portfolio sections
 8.Clients sections
 9.statistic sections
 10.features sections
 11.team sections
 12.news sections
 13.services sections
 14.pricing, video sections
 15.Home shop pages
 16.contact page
 17.Portfolio grid pages
 18.Portfolio masonry pages
 19.Portfolio black pages
 20.Portfolio alternative pages
 21.Portfolio vertical style
 22.blog one col, standard
 23.blog grid
 24.blog masonry
 25.blog medium
 26.blog alternative
 27.blog timeline
 28.sidebar
 29.single post
 30.single project pages
 31.error page
 32.comming soone page
 33.faq's page
 34.typography page
 35.Tabs & accordion page
 36.footer
 37.Responsive part
-------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

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

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       07/27/11
author:     themepunch
email:      support@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.boxedcontainer {
	max-width: 1170px;
	margin: auto;
	padding: 0px 30px;
}

/*********************************************
		-   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
.tp-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
}

.tp-banner {
	width: 100%;
	position: relative;
}

.tp-banner-fullscreen-container {
	width: 100%;
	position: relative;
	padding: 0;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
	background: #ffffff;
	border: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin: 0;
}

.navbar-header {
	z-index: 99;
	position: relative;
}

.navbar-brand {
	height: auto;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #222222;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 30px;
	text-transform: uppercase;
	margin: 0;
	color: #222222 !important;
	padding: 25px 15px;
	letter-spacing: 2.5px;
	z-index: 99999;
}

.navbar-brand span {
	color: #f27935;
}

.navbar-nav {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.navbar-nav>li>a {
	color: #999999 !important;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	padding: 25px 15px;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a.active {
	color: #222222 !important;
}

.navbar-nav a.open-search {
	padding: 8px 15px 25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	margin-top: 17px;
	margin-left: 10px;
}

.navbar-nav a.open-search i {
	color: #999999;
	font-size: 16px;
	display: inline-block;
}

.navbar-nav li.shopping-cart {
	position: relative;
}

.navbar-nav li.shopping-cart>a {
	padding: 5px 12px;
	margin: 20px 3px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	border: 1px solid #999999;
}

.navbar-nav li.shopping-cart>a i {
	margin-right: 8px;
}

.navbar-nav li.shopping-cart>a span {
	color: #f27935;
	margin-left: 7px;
}

.navbar-nav li.shopping-cart .shopping-cart-drop {
	position: absolute;
	top: 100%;
	left: 0;
	width: 230px;
	background: #ffffff;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.navbar-nav li.shopping-cart .shopping-cart-drop h3 {
	padding: 16px 20px;
	background: #f8f8f8;
	border: 1px solid #f3f3f3;
	color: #222222;
	font-size: 11px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}

.navbar-nav li.shopping-cart .shopping-cart-drop ul {
	margin: 0;
	padding: 0;
}

.navbar-nav li.shopping-cart .shopping-cart-drop ul li {
	list-style: none;
	display: block;
	padding: 18px;
	overflow: hidden;
	border-top: 1px solid #f3f3f3;
}

.navbar-nav li.shopping-cart .shopping-cart-drop ul li img {
	float: left;
	max-width: 50px;
	margin-right: 10px;
}

.navbar-nav li.shopping-cart .shopping-cart-drop ul li h2 {
	color: #222222;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	margin: 0 0 4px;
	padding-top: 8px;
	font-weight: 400;
	margin-left: 60px;
}

.navbar-nav li.shopping-cart .shopping-cart-drop ul li h2 a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #222222;
}

.navbar-nav li.shopping-cart .shopping-cart-drop ul li h2 a:hover {
	color: #f27935;
}

.navbar-nav li.shopping-cart .shopping-cart-drop ul li span {
	display: inline-block;
	color: #999999;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	margin: 0;
}

.navbar-nav li.shopping-cart .shopping-cart-drop .check-box-cont {
	padding: 20px;
	border-top: 1px solid #f3f3f3;
	background: #f8f8f8;
	overflow: hidden;
}

.navbar-nav li.shopping-cart .shopping-cart-drop .check-box-cont span {
	display: inline-block;
	color: #f27935;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0;
	padding: 5px 0;
}

.navbar-nav li.shopping-cart .shopping-cart-drop .check-box-cont a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	float: right;
	color: #999999;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	background: #f0f0f0;
	border: 1px solid #cccccc;
	padding: 6px 7px;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.navbar-nav li.shopping-cart .shopping-cart-drop .check-box-cont a i {
	margin-right: 10px;
}

.navbar-nav li.shopping-cart .shopping-cart-drop .check-box-cont a:hover {
	color: #ffffff;
	background: #f27935;
	border: 1px solid #f27935;
}

.navbar-nav li.shopping-cart:hover .shopping-cart-drop {
	opacity: 1;
	visibility: visible;
}

.navbar-nav li.drop {
	position: relative;
}

.navbar-nav li:hover ul.drop-down {
	opacity: 1;
	visibility: visible;
}

.navbar-nav li.megadrop {
	position: inherit !important;
}

header.active .navbar-brand {
	color: #222222 !important;
	padding: 25px 15px;
}

header.active .navbar-nav>li>a {
	color: #999999 !important;
	padding: 25px 15px;
}

header.active .navbar-nav a.open-search {
	padding: 8px 15px 25px;
}

header.active .navbar-nav a.open-search i {
	color: #999999;
}

header.active .navbar-nav>li>a:hover,
header.active .navbar-nav>li>a.active {
	color: #f27935 !important;
}

header.active .navbar-nav li.shopping-cart {
	position: relative;
}

header.active .navbar-nav li.shopping-cart>a {
	padding: 5px 12px;
	margin: 20px 3px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	border: 1px solid #999999;
}

header.active .navbar-nav li.shopping-cart>a i {
	margin-right: 8px;
}

header.active .navbar-nav li.shopping-cart>a span {
	color: #f27935;
	margin-left: 7px;
}

header.black-style .navbar-default {
	background: url('../images/pattern.png');
}

header.black-style .navbar-brand {
	color: #ffffff !important;
}

header.black-style .navbar-brand span {
	color: #f27935;
}

header.black-style .navbar-nav>li>a:hover,
header.black-style .navbar-nav>li>a.active {
	color: #ffffff !important;
}

.navbar-collapse {
	position: relative;
}

.megadrop-down {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background: #ffffff;
	padding: 0 20px;
	box-shadow: 0 0 2px #eeeeee;
	-webkit-box-shadow: 0 0 2px #eeeeee;
	-moz-box-shadow: 0 0 2px #eeeeee;
	-o-box-shadow: 0 0 2px #eeeeee;
}

.megadrop-down .dropdown {
	text-align: left;
}

.megadrop-down .dropdown ul {
	margin: 0;
	padding: 0;
}

.megadrop-down .dropdown ul li {
	list-style: none;
}

.megadrop-down .dropdown ul li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	display: block;
	color: #999999;
	font-size: 12px;
	padding: 15px 16px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin: 0;
	border-bottom: 1px solid #f3f3f3;
}

.megadrop-down .dropdown ul li a:hover {
	color: #f27935;
	background: #f8f8f8;
}

.megadrop-down .dropdown ul li a.comming {
	color: #aaaaaa;
	opacity: 0.4;
}

.megadrop-down .dropdown ul li:last-child a {
	border-bottom: none;
}

.megadrop-down .dropdown ul.last-child li {
	border-right: none;
}

.megadrop-down .dropdown h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	font-size: 12px;
	margin: 0;
	padding: 17px 16px 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f27935;
	text-transform: uppercase;
	color: #f27935;
}

li.megadrop:hover .megadrop-down {
	visibility: visible;
	opacity: 1;
}

ul.drop-down {
	margin: 0;
	position: absolute;
	width: 220px;
	top: 100%;
	left: 0;
	visibility: hidden;
	padding: 0;
	border-top: 2px solid #f27935;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background: rgba(255, 255, 255, 0.98);
}

ul.drop-down li {
	display: block;
}

ul.drop-down li a {
	padding: 13px 16px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	display: block;
	color: #999999;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	border-bottom: 1px solid #f3f3f3;
}

ul.drop-down li a:hover {
	color: #f27935;
	background: #f8f8f8;
}

.form-search {
	position: absolute;
	top: 100%;
	right: 0;
	width: 200px;
	background: #f27935;
	padding: 4px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.form-search input[type="search"] {
	font-size: 13px;
	color: #999999;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 10px;
	margin: 0;
	color: #222222;
	padding: 8px 10px;
	border: none;
	width: 100%;
	outline: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background: #ffffff;
}

.form-search button {
	background: #ffffff;
	border: none;
	float: right;
	margin-top: -28px;
	margin-right: 15px;
	position: relative;
	z-index: 2;
}

.form-search button i {
	color: #f27935;
	font-size: 16px;
}

.form-search.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
.container {
	max-width: 990px;
}

p {
	font-size: 13px;
	color: #999999;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 10px;
}

.vertical-header #content {
	margin-left: 220px;
	padding-top: 0;
	background: #f8f8f8;
}

.quote-names {
	font-size: 16px;
	color: #F39420;
}

/*-------------------------------------------------*/
/* =  content slider section
/*-------------------------------------------------*/
.title-section {
	margin-bottom: 65px;
	text-align: center;
}

.title-section h1 {
	color: #222222;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.title-section h1 span {
	color: #f27935;
}

.title-section>span {
	width: 130px;
	display: inline-block;
	height: 1px;
	border-top: 1px dotted #dddddd;
	position: relative;
	margin: 0 0 20px;
}

.title-section>span:before {
	content: '';
	position: absolute;
	width: 47px;
	height: 7px;
	left: 50%;
	margin-left: -24px;
	top: -4px;
	background: url('../images/pin2.png') center center no-repeat;
}

.title-section.white h1 {
	color: #ffffff;
}

.title-section.white>span:before {
	background: url('../images/pin.png') center center no-repeat;
}

#home-section .tp-caption.small_text {
	position: absolute;
	color: #222222;
	text-shadow: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Lato', sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 1.8px;
}

#home-section .tp-caption.small_text p.line {
	width: 60px !important;
	height: 1px !important;
	background: #222222 !important;
}

#home-section .tp-caption.small_text p.line.white {
	background: #ffffff !important;
}

#home-section .tp-caption.small_text span {
	color: #ffffff;
}

#home-section .tp-caption.finewide_medium_white {
	color: #222222;
	text-shadow: none;
	font-size: 48px;
	line-height: 50px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	background-color: none;
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: transparent;
	border-style: none;
	text-align: left;
	letter-spacing: 2.5;
}

#home-section .tp-caption.finewide_medium_white.light {
	font-weight: 200;
}

#home-section .tp-caption.finewide_medium_white span {
	color: #ffffff !important;
}

#home-section .tp-caption.finewide_medium_white.center-align {
	text-align: center !important;
}

#home-section .tp-caption a.trans-btn {
	color: #ffffff;
	background: transparent;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 0.8em 4em;
}

#home-section .tp-caption a.trans-btn:hover {
	color: #f27935;
	border: 2px solid #f27935;
}

#home-section .tp-caption a.trans-btn2 {
	font-size: 12px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	border: 2px solid transparent;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 0.8em 4em;
	color: #f27935;
	background: #ffffff;
}

#home-section .tp-caption a.trans-btn2:hover {
	color: #ffffff;
	background: #f27935;
}

#home-section .tp-bannertimer {
	display: none !important;
}

#home-section .tp-bullets.simplebullets.round .bullet:hover,
#home-section .tp-bullets.simplebullets.round .bullet.selected {
	background: #f27935;
	border-color: #f27935;
}

/*-------------------------------------------------*/
/* =  about sections
/*-------------------------------------------------*/
#banner-section {
	padding: 50px 0;
	background: #f27935;
	text-align: center;
}

#banner-section h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #ffffff;
	margin-bottom: 0;
}

#banner-section a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin-left: 140px;
	padding: 8px 30px;
}

#banner-section a:hover {
	background: #ffffff;
	border: 2px solid #ffffff;
	color: #f27935;
}

#about-section {
	padding-top: 65px;
	background: #f8f8f8;
}

#about-section .title-section {
	margin-bottom: 100px;
}

#about-section .about-box {
	background: url('../upload/banners/1.jpg') center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position: relative;
	padding-top: 1px;
}

#about-section .about-box .inner-about-box {
	overflow: hidden;
	margin-top: -51px;
}

#about-section .about-box .about-post {
	text-align: center;
	float: left;
	width: 25%;
	position: relative;
	padding-bottom: 340px;
	background: transparent;
	margin-top: 50px;
	z-index: 2;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#about-section .about-box .about-post .about-post-content {
	background: #ffffff;
	padding: 0 30px 60px;
	border-top: 1px solid #ececec;
	border-right: 1px solid #ececec;
	position: relative;
	z-index: 2;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#about-section .about-box .about-post .about-post-content a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 100px;
	height: 100px;
	margin: -50px 0 24px;
	line-height: 100px;
	color: #dadfe1;
	font-size: 30px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #ececec;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

#about-section .about-box .about-post .about-post-content a:hover {
	background: #f27935;
	color: #ffffff;
}

#about-section .about-box .about-post .about-post-content h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#about-section .about-box .about-post .about-post-content p {
	margin: 0 auto;
	max-width: 210px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#about-section .about-box .about-post .hover-about {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	height: 100%;
	padding: 0 30px;
	padding-top: 80px;
	background: transparent;
	text-align: center;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#about-section .about-box .about-post .hover-about h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	font-size: 13px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	margin-bottom: 6px;
}

#about-section .about-box .about-post .hover-about h1 {
	color: #222222;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 30px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	margin-bottom: 40px;
}

#about-section .about-box .about-post .hover-about span {
	display: inline-block;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 62px;
	height: 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin: 0 0 40px;
	opacity: 0;
}

#about-section .about-box .about-post .hover-about p {
	color: #ffffff;
	max-width: 340px;
	margin: 0 auto;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#about-section .about-box .about-post:hover .about-post-content {
	background: transparent;
}

#about-section .about-box .about-post:hover .about-post-content h2,
#about-section .about-box .about-post:hover .about-post-content p {
	opacity: 0;
}

#about-section .about-box .about-post:hover .about-post-content a {
	background: #f27935;
	border: 1px solid #f27935;
	color: #ffffff;
}

#about-section .about-box .about-post:hover .hover-about {
	top: 0;
	padding-top: 100px;
}

#about-section .about-box .about-post:hover .hover-about span,
#about-section .about-box .about-post:hover .hover-about p {
	opacity: 1;
}

#about-section .about-box .about-post:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/pattern.png');
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#about-section .about-box .about-post:hover:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/pattern.png');
	opacity: 0.85;
}

#about-section .about-box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.6);
}

#about-section2 {
	padding-top: 55px;
}

#about-section2 .about-box {
	margin-bottom: 55px;
}

#about-section2 .about-box .about-post {
	text-align: center;
}

#about-section2 .about-box .about-post a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 100px;
	height: 100px;
	margin: 0 0 24px;
	line-height: 100px;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	background: #222222;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

#about-section2 .about-box .about-post a:hover,
#about-section2 .about-box .about-post a.active {
	background: #f27935;
}

#about-section2 .about-box .about-post h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
}

#about-section2 .content-tab {
	padding-top: 65px;
	background: url('../upload/banners/1.jpg') center top fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position: relative;
}

#about-section2 .content-tab .container {
	position: relative;
	z-index: 2;
}

#about-section2 .content-tab .tab-cont {
	display: none;
	position: relative;
}

#about-section2 .content-tab .tab-cont h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	font-weight: 900;
	margin-bottom: 30px;
	color: #f27935;
}

#about-section2 .content-tab .tab-cont p {
	color: #cccccc;
	margin-bottom: 15px;
}

#about-section2 .content-tab .tab-cont .image-content {
	text-align: center;
}

#about-section2 .content-tab .tab-cont .image-content img {
	max-width: 100%;
}

#about-section2 .content-tab .tab-cont .retina-content {
	text-align: center;
}

#about-section2 .content-tab .tab-cont .retina-content h2 {
	margin-bottom: 20px;
}

#about-section2 .content-tab .tab-cont .retina-content img {
	max-width: 100%;
}

#about-section2 .content-tab .tab-cont.active {
	display: block;
}

#about-section2 .content-tab .tab-cont:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: -65px;
	border: 50px solid #ffffff;
	border-left-width: 50px;
	border-right-width: 50px;
	border-top-width: 25px;
	border-bottom-width: 25px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

#about-section2 .content-tab .tab-cont[data-tab="1"]:before {
	left: 60px;
}

#about-section2 .content-tab .tab-cont[data-tab="2"]:before {
	left: 300px;
}

#about-section2 .content-tab .tab-cont[data-tab="3"]:before {
	left: 540px;
}

#about-section2 .content-tab .tab-cont[data-tab="4"]:before {
	left: 780px;
}

#about-section2 .content-tab:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.7);
}

#about-section3 {
	padding-top: 55px;
}

#about-section3 .about-box {
	margin-bottom: 55px;
}

#about-section3 .about-box .about-post {
	text-align: center;
}

#about-section3 .about-box .about-post a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 100px;
	height: 100px;
	margin: 0 0 24px;
	line-height: 100px;
	color: #dadfe1;
	font-size: 30px;
	text-align: center;
	background: transparent;
	border: 1px solid #dadfe1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

#about-section3 .about-box .about-post a:hover,
#about-section3 .about-box .about-post a.active {
	background: #dadfe1;
	color: #ffffff;
}

#about-section3 .about-box .about-post h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
	letter-spacing: 1.8px;
}

#about-section4 {
	padding: 55px 0 70px;
	background: url('../images/pattern.png');
}

#about-section4 .about-box {
	overflow: hidden;
}

#about-section4 .about-box .about-post {
	width: 50%;
	float: left;
}

#about-section4 .about-box .about-post img {
	width: 100%;
	margin-bottom: 70px;
}

#about-section4 .about-box .about-post .post-content {
	overflow: hidden;
	padding: 0 70px;
}

#about-section4 .about-box .about-post .post-content .member-text {
	float: left;
	width: 50%;
	padding-right: 50px;
	border-right: 1px dotted #999999;
	text-align: right;
}

#about-section4 .about-box .about-post .post-content .member-text h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	color: #ffffff;
	font-size: 13px;
	margin: 0 0 10px;
	letter-spacing: 1.7px;
}

#about-section4 .about-box .about-post .post-content .member-text p {
	margin-bottom: 12px;
}

#about-section4 .about-box .about-post .post-content .member-text ul.team-social {
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
}

#about-section4 .about-box .about-post .post-content .member-text ul.team-social li {
	display: inline-block;
	margin-left: 6px;
}

#about-section4 .about-box .about-post .post-content .member-text ul.team-social li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #999999;
	font-size: 15px;
}

#about-section4 .about-box .about-post .post-content .member-text ul.team-social li a:hover {
	color: #f27935;
}

#about-section4 .about-box .about-post .post-content .member-skills {
	float: left;
	width: 50%;
	padding-left: 50px;
}

#about-section4 .about-box .about-post .post-content .member-skills>p {
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 5px;
	letter-spacing: 1.7px;
}

#about-section4 .about-box .about-post .post-content .member-skills .meter {
	height: 5px;
	width: 100%;
	border: 1px solid #666666;
	margin-bottom: 12px;
}

#about-section4 .about-box .about-post .post-content .member-skills .meter p {
	height: 100%;
	background: #f27935;
	margin: 0;
}

#about-section4 .about-box .about-post .post-content .member-skills .meter p span {
	float: right;
	display: block;
	color: #f27935;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-top: -26px;
}

/*-------------------------------------------------*/
/* =  home portfolio sections
/*-------------------------------------------------*/
#portfolio-section {
	padding: 60px 0 0;
	text-align: center;
}

#portfolio-section .title-section {
	margin-bottom: 55px;
}

#portfolio-section .title-section>span {
	margin-bottom: 0;
}

#portfolio-section .portfolio-box {
	width: 100%;
	margin: 0;
}

#portfolio-section .portfolio-box .project-post {
	width: 20%;
	margin: 0;
	padding: 0 1px;
}

#portfolio-section .portfolio-box .project-post .project-tit-cont {
	text-align: left;
	padding-left: 20px;
	background: transparent;
}

#portfolio-section .portfolio-box .project-post .project-tit-cont h2 {
	letter-spacing: 2px;
}

#portfolio-section .portfolio-box .project-post .hover-box {
	background: rgba(255, 255, 255, 0.5);
}

#portfolio-section .portfolio-box .project-post .hover-box a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff;
}

#portfolio-section .portfolio-box .project-post .hover-box a i {
	font-size: 18px;
	line-height: 40px;
}

#portfolio-section .portfolio-box .project-post .hover-box a.zoom {
	margin-left: -45px;
}

#portfolio-section ul.filter {
	margin: 0;
	padding: 0;
	margin-bottom: 45px;
}

#portfolio-section ul.filter li {
	display: inline-block;
	margin: 0 14px 4px;
}

#portfolio-section ul.filter li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #999999;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	border-bottom: 1px dotted #999999;
	padding-bottom: 2px;
}

#portfolio-section ul.filter li a:hover,
#portfolio-section ul.filter li a.active {
	color: #f27935;
	border-bottom: 1px dotted #f27935;
}

.portfolio-box .project-post {
	width: 20%;
	position: relative;
}

.portfolio-box .project-post img {
	width: 100%;
}

.portfolio-box .project-post .hover-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.8);
	text-align: center;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	opacity: 0;
	overflow: hidden;
}

.portfolio-box .project-post .hover-box .inner-hover {
	position: absolute;
	width: 100%;
	bottom: 52px;
	left: 0;
}

.portfolio-box .project-post .hover-box .inner-hover h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	color: #f27935;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 3px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transform: translate3d(0, 400%, 0);
	-moz-transform: translate3d(0, 400%, 0);
	-o-transform: translate3d(0, 400%, 0);
	transform: translate3d(0, 400%, 0);
}

.portfolio-box .project-post .hover-box .inner-hover p {
	color: #999999;
	margin-bottom: 0;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transform: translate3d(0, 400%, 0);
	-moz-transform: translate3d(0, 400%, 0);
	-o-transform: translate3d(0, 400%, 0);
	transform: translate3d(0, 400%, 0);
}

.portfolio-box .project-post .hover-box a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin: 0 5px;
	-webkit-transform: translate3d(0, -400%, 0);
	-moz-transform: translate3d(0, -400%, 0);
	-o-transform: translate3d(0, -400%, 0);
	transform: translate3d(0, -400%, 0);
	outline: none;
}

.portfolio-box .project-post .hover-box a i {
	font-size: 24px;
	color: #ffffff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.portfolio-box .project-post .hover-box a.link {
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	margin-left: 10px;
}

.portfolio-box .project-post .hover-box a.zoom {
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	margin-left: -30px;
}

.portfolio-box .project-post .hover-box a:hover i {
	color: #f27935;
}

.portfolio-box .project-post:hover .hover-box {
	opacity: 1;
}

.portfolio-box .project-post:hover .hover-box .inner-hover h2 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.portfolio-box .project-post:hover .hover-box .inner-hover p {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.portfolio-box .project-post:hover .hover-box a {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

button.mfp-close,
button.mfp-arrow {
	outline: none;
}

a.button-one {
	color: #ffffff;
	background: transparent;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 8px 48px;
}

a.button-one:hover {
	color: #f27935;
	border: 2px solid #f27935;
}

a.button-two {
	color: #f27935;
	background: transparent;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	border: 2px solid #f27935;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 8px 48px;
}

a.button-two:hover {
	color: #ffffff;
	background: #f27935;
}

#portfolio-section2 {
	background: url('../images/pattern.png');
	padding: 60px 0 40px;
	text-align: center;
}

#portfolio-section2 .title-section {
	margin-bottom: 55px;
}

#portfolio-section2 .title-section>span {
	margin-bottom: 0;
}

#portfolio-section2 ul.filter {
	margin: 0;
	padding: 0;
	margin-bottom: 45px;
}

#portfolio-section2 ul.filter li {
	display: inline-block;
	margin: 0 14px 4px;
}

#portfolio-section2 ul.filter li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #999999;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	border-bottom: 1px dotted #999999;
	padding-bottom: 2px;
}

#portfolio-section2 ul.filter li a:hover,
#portfolio-section2 ul.filter li a.active {
	color: #f27935;
	border-bottom: 1px dotted #f27935;
}

#portfolio-section2 .show-more {
	padding-top: 40px;
}

#portfolio-section2 .show-more a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#portfolio-section2 .portfolio-box .project-post {
	width: 20%;
	position: relative;
}

#portfolio-section2 .portfolio-box .project-post img {
	width: 100%;
}

#portfolio-section2 .portfolio-box .project-post .hover-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.8);
	text-align: center;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	opacity: 0;
	overflow: hidden;
}

#portfolio-section2 .portfolio-box .project-post .hover-box .inner-hover {
	position: absolute;
	width: 100%;
	bottom: 52px;
	left: 0;
}

#portfolio-section2 .portfolio-box .project-post .hover-box .inner-hover h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	color: #f27935;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 3px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transform: translate3d(0, 400%, 0);
	-moz-transform: translate3d(0, 400%, 0);
	-o-transform: translate3d(0, 400%, 0);
	transform: translate3d(0, 400%, 0);
}

#portfolio-section2 .portfolio-box .project-post .hover-box .inner-hover p {
	color: #999999;
	margin-bottom: 0;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transform: translate3d(0, 400%, 0);
	-moz-transform: translate3d(0, 400%, 0);
	-o-transform: translate3d(0, 400%, 0);
	transform: translate3d(0, 400%, 0);
}

#portfolio-section2 .portfolio-box .project-post .hover-box a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin: 0 5px;
	-webkit-transform: translate3d(0, -400%, 0);
	-moz-transform: translate3d(0, -400%, 0);
	-o-transform: translate3d(0, -400%, 0);
	transform: translate3d(0, -400%, 0);
	outline: none;
}

#portfolio-section2 .portfolio-box .project-post .hover-box a i {
	font-size: 24px;
	color: #ffffff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#portfolio-section2 .portfolio-box .project-post .hover-box a.link {
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	margin-left: 10px;
}

#portfolio-section2 .portfolio-box .project-post .hover-box a.zoom {
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	margin-left: -30px;
}

#portfolio-section2 .portfolio-box .project-post .hover-box a:hover i {
	color: #f27935;
}

#portfolio-section2 .portfolio-box .project-post:hover .hover-box {
	opacity: 1;
}

#portfolio-section2 .portfolio-box .project-post:hover .hover-box .inner-hover h2 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#portfolio-section2 .portfolio-box .project-post:hover .hover-box .inner-hover p {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#portfolio-section2 .portfolio-box .project-post:hover .hover-box a {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#portfolio-section3 {
	padding: 60px 0 60px;
	text-align: center;
}

#portfolio-section3 .title-section {
	margin-bottom: 55px;
}

#portfolio-section3 .title-section>span {
	margin-bottom: 0;
}

#portfolio-section3 .portfolio-box .project-post {
	width: 25%;
	padding: 5px;
}

#portfolio-section3 .portfolio-box .project-post img {
	width: 100%;
}

#portfolio-section3 .portfolio-box .project-post .hover-box {
	position: absolute;
	top: 13px;
	left: 13px;
	bottom: 13px;
	right: 13px;
	width: auto;
	height: auto;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	opacity: 0;
	overflow: hidden;
}

#portfolio-section3 .portfolio-box .project-post .hover-box .inner-hover {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}

#portfolio-section3 .portfolio-box .project-post .hover-box .inner-hover h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	color: #f27935;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 3px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transform: translate3d(0, 400%, 0);
	-moz-transform: translate3d(0, 400%, 0);
	-o-transform: translate3d(0, 400%, 0);
	transform: translate3d(0, 400%, 0);
}

#portfolio-section3 .portfolio-box .project-post .hover-box .inner-hover p {
	color: #999999;
	margin-bottom: 0;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transform: translate3d(0, 400%, 0);
	-moz-transform: translate3d(0, 400%, 0);
	-o-transform: translate3d(0, 400%, 0);
	transform: translate3d(0, 400%, 0);
}

#portfolio-section3 .portfolio-box .project-post .hover-box a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin: 0 5px;
	-webkit-transform: translate3d(0, -400%, 0);
	-moz-transform: translate3d(0, -400%, 0);
	-o-transform: translate3d(0, -400%, 0);
	transform: translate3d(0, -400%, 0);
	outline: none;
}

#portfolio-section3 .portfolio-box .project-post .hover-box a i {
	font-size: 24px;
	color: #f27935;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#portfolio-section3 .portfolio-box .project-post .hover-box a.link {
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	margin-left: 10px;
}

#portfolio-section3 .portfolio-box .project-post .hover-box a.zoom {
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	margin-left: -30px;
}

#portfolio-section3 .portfolio-box .project-post .hover-box a:hover {
	opacity: 0.6;
}

#portfolio-section3 .portfolio-box .project-post.snd-size {
	width: 50%;
}

#portfolio-section3 .portfolio-box .project-post:hover .hover-box {
	opacity: 1;
}

#portfolio-section3 .portfolio-box .project-post:hover .hover-box .inner-hover h2 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#portfolio-section3 .portfolio-box .project-post:hover .hover-box .inner-hover p {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#portfolio-section3 .portfolio-box .project-post:hover .hover-box a {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#portfolio-section4 {
	background: #333336;
	padding-top: 55px;
}

#portfolio-section4 .portfolio-box .project-post {
	padding-right: 1px;
	padding-bottom: 1px;
}

#portfolio-section4 .portfolio-box .project-post .hover-box {
	background: rgba(34, 34, 34, 0.8);
}

#portfolio-section4 .portfolio-box .project-post .hover-box a.link {
	display: block;
	width: 100%;
	left: 0;
	margin-left: 0;
	text-align: center;
	color: #f27935;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	background: none;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1.8px;
}

#portfolio-section4 .portfolio-box .project-post .hover-box a.link:hover {
	opacity: 0.7;
}

#portfolio-section4.home-portfolio {
	padding: 0;
	margin-top: 70px;
}

#statistic-section {
	padding: 60px 0 52px;
	background: url('../images/pattern.png');
}

#statistic-section .statistic-box {
	text-align: center;
}

#statistic-section .statistic-post h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	color: #f27935;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	margin-bottom: 0px;
	font-size: 12px;
}

#statistic-section .statistic-post p {
	margin: 0 0 20px;
}

#statistic-section .statistic-post span.timer {
	color: #ffffff;
	font-size: 48px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0;
}

/*-------------------------------------------------*/
/* =  client sections
/*-------------------------------------------------*/
#clients-section {
	padding: 55px 0;
	position: relative;
	background: url('../upload/banners/3.jpg') fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#clients-section .container {
	position: relative;
	z-index: 2;
}

#clients-section .title-section {
	margin-bottom: 20px;
}

#clients-section .testimonial-box {
	text-align: center;
}

#clients-section .testimonial-box ul.bxslider {
	margin: 0;
	padding: 0;
}

#clients-section .testimonial-box p {
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 30px;
	padding: 0 40px;
}

#clients-section .testimonial-box h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	color: #f27935;
	text-transform: uppercase;
	margin-bottom: 2px;
}

#clients-section .testimonial-box span {
	font-size: 13px;
	color: #999999;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 10px;
	margin: 0;
	display: inline-block;
}

#clients-section .clients-box ul.client-list {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#clients-section .clients-box ul.client-list li {
	list-style: none;
	float: left;
	width: 16.66%;
	text-align: center;
}

#clients-section .clients-box ul.client-list li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	max-width: 100%;
	border: 1px solid transparent;
}

#clients-section .clients-box ul.client-list li a img {
	max-width: 100%;
}

#clients-section .clients-box ul.client-list li a:hover {
	border: 1px solid #ffffff;
}

#clients-section:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.9);
}

#clients-section2 {
	padding: 55px 0;
	position: relative;
}

#clients-section2 .container {
	position: relative;
	z-index: 2;
}

#clients-section2 .title-section {
	margin-bottom: 20px;
}

#clients-section2 .testimonial-box {
	text-align: center;
}

#clients-section2 .testimonial-box ul.bxslider {
	margin: 0;
	padding: 0;
}

#clients-section2 .testimonial-box p {
	font-size: 15px;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 30px;
	padding: 0 40px;
}

#clients-section2 .testimonial-box h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	color: #f27935;
	text-transform: uppercase;
	margin-bottom: 40px;
	letter-spacing: 2px;
}

#clients-section2 .testimonial-box span {
	font-size: 13px;
	color: #999999;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 10px;
	margin: 0;
	display: inline-block;
}

#clients-section2 #bx-pager {
	text-align: center;
	margin-bottom: 60px;
}

#clients-section2 #bx-pager a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin-right: -2px;
	opacity: 0.5;
}

#clients-section2 #bx-pager a.active {
	opacity: 1;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	z-index: 2;
}

#clients-section2 .bx-wrapper .bx-pager {
	display: none;
}

#clients-section3 {
	padding: 55px 0;
	position: relative;
	background: url('../upload/banners/3.jpg') fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#clients-section3 .container {
	position: relative;
	z-index: 2;
}

#clients-section3 .title-section {
	margin-bottom: 20px;
}

#clients-section3 .testimonial-box {
	text-align: center;
}

#clients-section3 .testimonial-box ul.bxslider {
	margin: 0;
	padding: 0;
}

#clients-section3 .testimonial-box img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto 50px;
}

#clients-section3 .testimonial-box p {
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 30px;
	padding: 0 40px;
}

#clients-section3 .testimonial-box h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	color: #f27935;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 30px;
	margin-bottom: 2px;
}

#clients-section3:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.5);
}

#clients-section4 {
	padding: 50px 0;
	background: #f8f8f8;
	position: relative;
}

#clients-section4 .clients-box ul.client-list {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#clients-section4 .clients-box ul.client-list li {
	list-style: none;
	float: left;
	width: 16.66%;
	text-align: center;
}

#clients-section4 .clients-box ul.client-list li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	max-width: 100%;
	background: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.4;
}

#clients-section4 .clients-box ul.client-list li a img {
	max-width: 100%;
}

#clients-section4 .clients-box ul.client-list li a:hover {
	background: #ffffff;
	opacity: 1;
}

/*-------------------------------------------------*/
/* =  statistic sections
/*-------------------------------------------------*/
#statistic-section2 {
	padding: 55px 0 85px;
	position: relative;
	background: url('../upload/banners/2.jpg') fixed;
}

#statistic-section2 .container {
	position: relative;
	z-index: 2;
}

#statistic-section2 .statistic-box {
	text-align: center;
}

#statistic-section2 .title-section {
	margin-bottom: 40px;
}

#statistic-section2 .statistic-post i {
	color: #ffffff;
	font-size: 48px;
	margin: 0 0 26px;
}

#statistic-section2 .statistic-post h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	color: #f27935;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 12px;
}

#statistic-section2 .statistic-post p {
	margin: 0;
}

#statistic-section2 .statistic-post span.timer {
	color: #ffffff;
	font-size: 48px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0;
}

#statistic-section2:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.8);
}

#statistic-section3 {
	padding: 55px 0 85px;
	position: relative;
	background: url('../upload/banners/2.jpg') fixed;
}

#statistic-section3 .container {
	position: relative;
	z-index: 2;
}

#statistic-section3 .statistic-box {
	text-align: center;
	overflow: hidden;
}

#statistic-section3 .title-section {
	margin-bottom: 40px;
}

#statistic-section3 .statistic-post {
	width: 24.8%;
	margin-right: 1px;
	padding: 50px 0;
	float: left;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid transparent;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#statistic-section3 .statistic-post i {
	color: #ffffff;
	font-size: 48px;
	margin: 0 0 30px;
}

#statistic-section3 .statistic-post h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	color: #ffffff;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 12px;
}

#statistic-section3 .statistic-post p {
	margin: 0 0 26px;
}

#statistic-section3 .statistic-post span.timer {
	color: #ffffff;
	font-size: 48px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0;
}

#statistic-section3 .statistic-post:hover {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

#statistic-section3:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(108, 102, 137, 0.7);
}

#statistic-section4 {
	padding: 55px 0;
	position: relative;
	background: #f8f8f8;
}

#statistic-section4 .statistic-box {
	text-align: center;
}

#statistic-section4 .statistic-post h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	color: #f27935;
	letter-spacing: 1.8px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-size: 13px;
}

#statistic-section4 .statistic-post p {
	margin: 0 0 20px;
}

#statistic-section4 .statistic-post span.timer {
	color: #222222;
	font-size: 48px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0;
}

/*-------------------------------------------------*/
/* =  features sections
/*-------------------------------------------------*/
#features-section {
	padding: 50px 0 0;
	position: relative;
	background: url('../upload/banners/2.jpg') center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#features-section .container {
	z-index: 2;
	position: relative;
}

#features-section .feature-title {
	text-align: center;
	margin-bottom: 75px;
}

#features-section .feature-title h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	color: #f27935;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	margin-bottom: 35px;
}

#features-section .feature-title h1 {
	color: #222222;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 30px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	max-width: 686px;
	margin: 0 auto 35px;
}

#features-section .feature-title a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin: 0 10px 5px;
}

#features-section .feature-title a.button-two {
	background: #f27935;
	color: #ffffff;
}

#features-section .feature-title a:hover {
	opacity: 0.7;
}

#features-section .features-box .feature-img-post {
	text-align: right;
}

#features-section .features-box .feature-img-post img {
	max-width: 100%;
}

#features-section .features-box .feature-posts {
	margin-top: 72px;
}

#features-section .features-box .feature-post {
	margin-bottom: 45px;
	overflow: hidden;
}

#features-section .features-box .feature-post i {
	float: left;
	color: #ffffff;
	font-size: 24px;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 60px;
	text-align: center;
	background: #f27935;
}

#features-section .features-box .feature-post h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	margin-left: 80px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	margin-bottom: 11px;
}

#features-section .features-box .feature-post p {
	margin-left: 80px;
	color: #cccccc;
	margin-bottom: 0;
	max-width: 215px;
}

#features-section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/pattern.png');
	opacity: 0.8;
}

#feature-section {
	padding: 65px 0 40px;
}

#feature-section .show-more a {
	border-color: #222222;
	color: #222222;
}

#feature-section .show-more a:hover {
	border-color: #f27935;
	color: #f27935;
}

#feature-section .feature-box {
	margin: 0;
	padding: 0;
}

#feature-section .feature-box .feature-post {
	width: 20%;
	overflow: hidden;
	margin: 0;
	position: relative;
}

#feature-section .feature-box .feature-post img {
	width: 100%;
	margin: 0;
}

#feature-section .feature-box .feature-post .hover-box {
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	width: auto;
	height: auto;
	background: rgba(51, 51, 51, 0.5);
	border: 10px solid rgba(255, 255, 255, 0.7);
	text-align: center;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#feature-section .feature-box .feature-post .hover-box a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	position: absolute;
	top: 50%;
	left: auto;
	color: #ffffff;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	left: inherit;
	display: block;
	width: 100%;
	margin-top: -10px;
}

#feature-section .feature-box .feature-post .hover-box a:hover {
	opacity: 0.5;
}

#feature-section .feature-box .feature-post.snd-size {
	width: 40%;
}

#feature-section .feature-box .feature-post:hover .hover-box {
	opacity: 1;
}

#feature-section .feature-box .feature-post.feature-text-post {
	text-align: center;
}

#feature-section .feature-box .feature-post.feature-text-post .inner-feature {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -110px;
}

#feature-section .feature-box .feature-post.feature-text-post .inner-feature i {
	display: inline-block;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 25px;
	line-height: 100px;
	border: 1px solid #999999;
	color: #222222;
	font-size: 36px;
}

#feature-section .feature-box .feature-post.feature-text-post .inner-feature h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 1.7px;
}

#feature-section .feature-box .feature-post.feature-text-post .inner-feature p {
	max-width: 210px;
	margin: 0 auto;
}

#feature-section2 .features-box {
	padding: 80px 0;
	background: url('../upload/banners/1.jpg') center top fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position: relative;
}

#feature-section2 .features-box .container {
	position: relative;
	z-index: 2;
}

#feature-section2 .features-box h1 {
	color: #222222;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 70px;
	color: #ffffff;
}

#feature-section2 .features-box .feature-post {
	margin-bottom: 45px;
	overflow: hidden;
}

#feature-section2 .features-box .feature-post i {
	float: left;
	color: #ffffff;
	font-size: 30px;
}

#feature-section2 .features-box .feature-post h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	margin-left: 60px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	margin-bottom: 11px;
}

#feature-section2 .features-box .feature-post p {
	margin-left: 60px;
	color: #cccccc;
	margin-bottom: 0;
}

#feature-section2 .features-box:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/pattern.png');
	opacity: 0.7;
}

#tools-section {
	padding-top: 55px;
	background: url('../upload/banners/4.jpg') center bottom;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#tools-section .tools-box .tools-post {
	margin-bottom: 50px;
	overflow: hidden;
}

#tools-section .tools-box .tools-post i {
	float: left;
	color: #f27935;
	font-size: 26px;
}

#tools-section .tools-box .tools-post h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	margin-left: 60px;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	margin-bottom: 11px;
}

#tools-section .tools-box .tools-post p {
	margin-left: 60px;
	margin-bottom: 0;
}

#tools-section .tools-image {
	text-align: center;
}

#tools-section .tools-image img {
	max-width: 100%;
}

/*-------------------------------------------------*/
/* =  team sections
/*-------------------------------------------------*/
#team-section {
	padding: 55px 0;
}

#team-section .team-box .team-post {
	margin-bottom: 45px;
}

#team-section .team-box .team-post .team-member {
	overflow: hidden;
}

#team-section .team-box .team-post .team-member img {
	width: 100%;
}

#team-section .team-box .team-post .team-member .member-content {
	border: 1px solid #f1f1f1;
	background: transparent;
	text-align: center;
	padding: 15px;
	margin-bottom: 25px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#team-section .team-box .team-post .team-member .member-content h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#team-section .team-box .team-post .team-member .member-content span {
	display: inline-block;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 10px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #cccccc;
	color: #999999;
}

#team-section .team-box .team-post .team-member .member-content ul.team-social {
	margin: 0;
	padding: 0;
}

#team-section .team-box .team-post .team-member .member-content ul.team-social li {
	display: inline-block;
	margin-left: 6px;
}

#team-section .team-box .team-post .team-member .member-content ul.team-social li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #999999;
	font-size: 15px;
}

#team-section .team-box .team-post .team-member .member-content ul.team-social li a:hover {
	color: #f27935;
}

#team-section .team-box .team-post:hover .member-content h2 {
	color: #f27935;
}

#team-section2 {
	padding: 55px 0;
}

#team-section2 .team-box .team-post {
	margin-bottom: 45px;
}

#team-section2 .team-box .team-post .team-member {
	overflow: hidden;
}

#team-section2 .team-box .team-post .team-member img {
	float: right;
}

#team-section2 .team-box .team-post .team-member .member-content {
	margin-right: 220px;
	border: 1px solid #f1f1f1;
	background: transparent;
	text-align: right;
	min-height: 240px;
	padding: 35px;
	margin-bottom: 25px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#team-section2 .team-box .team-post .team-member .member-content h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	margin: 0;
}

#team-section2 .team-box .team-post .team-member .member-content span {
	display: inline-block;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 10px;
	margin-bottom: 30px;
	color: #999999;
}

#team-section2 .team-box .team-post .team-member .member-content p {
	margin-bottom: 22px;
	color: #999999;
}

#team-section2 .team-box .team-post .team-member .member-content ul.team-social {
	margin: 0;
	padding: 0;
}

#team-section2 .team-box .team-post .team-member .member-content ul.team-social li {
	display: inline-block;
	margin-left: 6px;
}

#team-section2 .team-box .team-post .team-member .member-content ul.team-social li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #999999;
	font-size: 15px;
}

#team-section2 .team-box .team-post .team-member .member-content ul.team-social li a:hover {
	color: #f27935;
}

#team-section2 .team-box .team-post .member-skills>p {
	text-transform: uppercase;
	font-weight: 700;
	text-align: right;
	color: #999;
	margin-bottom: 5px;
}

#team-section2 .team-box .team-post .member-skills .meter {
	height: 5px;
	width: 100%;
	border: 1px solid #f1f1f1;
	margin-bottom: 12px;
}

#team-section2 .team-box .team-post .member-skills .meter p {
	height: 100%;
	background: #f1f1f1;
	float: right;
	text-align: left;
	margin: 0;
}

#team-section2 .team-box .team-post .member-skills .meter p span {
	display: block;
	color: #f27935;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-top: -26px;
}

#team-section2 .team-box .team-post.right .team-member img {
	float: left;
}

#team-section2 .team-box .team-post.right .team-member .member-content {
	margin-right: 0;
	margin-left: 220px;
	border: 1px solid #f1f1f1;
	text-align: left;
}

#team-section2 .team-box .team-post.right .member-skills>p {
	text-align: left;
}

#team-section2 .team-box .team-post.right .member-skills .meter p {
	float: none;
	padding-top: 1px;
	text-align: right;
}

#team-section2 .team-box .team-post:hover .team-member .member-content {
	background: #f7f7f7;
	border: 1px solid transparent;
}

#skills-section {
	padding: 60px 0 70px;
	position: relative;
	text-align: center;
	background: url('../upload/banners/3.jpg') fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#skills-section .container {
	position: relative;
	z-index: 2;
}

#skills-section .skills-box p {
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	color: #ffffff;
	margin-top: 10px;
}

#skills-section:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/pattern.png');
	opacity: 0.6;
}

/*-------------------------------------------------*/
/* =  news sections
/*-------------------------------------------------*/
#news-section .title-section {
	padding: 60px 0 30px;
	margin-bottom: 0;
	background: url('../images/pattern.png');
}

#news-section .news-box {
	position: relative;
}

#news-section .news-box .owl-arrows {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -120px;
	z-index: 2;
}

#news-section .news-box .owl-arrows a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: rgba(51, 51, 51, 0.4);
	color: #ffffff;
	font-size: 12px;
}

#news-section .news-box .owl-arrows a:hover {
	background: #f27935;
}

#news-section .news-box .owl-arrows a.prev-link {
	float: left;
	margin-left: 50px;
}

#news-section .news-box .owl-arrows a.next-link {
	float: right;
	margin-right: 50px;
}

#news-section .item.news-post {
	margin: 0 0 40px;
	margin-right: 1px;
}

#news-section .item.news-post img {
	width: 100%;
	margin-bottom: 26px;
}

#news-section .item.news-post .news-content {
	overflow: hidden;
	padding: 0 30px 0 10px;
}

#news-section .item.news-post .news-content .date-post {
	width: 60px;
	float: left;
	margin-top: -10px;
	text-align: center;
}

#news-section .item.news-post .news-content .date-post span {
	display: block;
	color: #222222;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #c0c0c0;
}

#news-section .item.news-post .news-content .date-post p {
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #333333;
}

#news-section .item.news-post .news-content .news-content-text {
	margin-left: 80px;
}

#news-section .item.news-post .news-content .news-content-text h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 20px;
}

#news-section .item.news-post .news-content .news-content-text h2 a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #222222;
}

#news-section .item.news-post .news-content .news-content-text h2 a:hover {
	color: #f27935;
}

#news-section .item.news-post .news-content .news-content-text p {
	margin-bottom: 0;
}

#news-section2 {
	padding: 60px 0;
}

#news-section2 .title-section {
	margin-bottom: 10px;
}

#news-section2 .news-box .news-post .news-title {
	padding: 45px 0;
	overflow: hidden;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#news-section2 .news-box .news-post .news-title img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	min-width: 1920px;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#news-section2 .news-box .news-post .news-title .container {
	position: relative;
	z-index: 3;
}

#news-section2 .news-box .news-post .news-title .date-post {
	width: 60px;
	float: left;
	text-align: center;
}

#news-section2 .news-box .news-post .news-title .date-post span {
	display: block;
	color: #999999;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 2px;
	padding-bottom: 0px;
	letter-spacing: 2px;
	border-bottom: 1px dotted #999999;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#news-section2 .news-box .news-post .news-title .date-post p {
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#news-section2 .news-box .news-post .news-title h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 30px 0 20px 160px;
}

#news-section2 .news-box .news-post .news-title h2 a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #222222;
}

#news-section2 .news-box .news-post .news-title h2 a:hover {
	color: #f27935;
}

#news-section2 .news-box .news-post .news-title:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: transparent;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#news-section2 .news-box .news-post .news-content {
	display: none;
	padding: 40px 0;
}

#news-section2 .news-box .news-post .news-content p {
	margin-bottom: 15px;
	margin-left: 160px;
}

#news-section2 .news-box .news-post .news-content a {
	margin-left: 160px;
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	border-color: #cccccc;
	color: #999999;
}

#news-section2 .news-box .news-post .news-content a:hover {
	border-color: #f27935;
	color: #f27935;
}

#news-section2 .news-box .news-post.active .news-title:before {
	background: rgba(34, 34, 34, 0.3);
}

#news-section2 .news-box .news-post.active .news-title img {
	opacity: 1;
}

#news-section2 .news-box .news-post.active .news-title .date-post span {
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}

#news-section2 .news-box .news-post.active .news-title .date-post p {
	color: #ffffff;
}

#news-section2 .news-box .news-post.active .news-title h2 a {
	color: #ffffff;
}

#news-section2 .news-box .news-post.active .news-title h2 a:hover {
	color: #f27935;
}

#news-section2 .news-box .news-post:first-child .news-content {
	display: block;
}

#news-section2 .show-more {
	text-align: center;
}

#news-section2 .show-more a {
	border-color: #222222;
	color: #222222;
}

#news-section2 .show-more a:hover {
	border-color: #f27935;
	color: #f27935;
}

#news-section3 {
	padding: 65px 0;
}

#news-section3 .title-section {
	margin-bottom: 30px;
}

#news-section3 .news-box {
	width: 990px;
	margin-left: -15px;
}

#news-section3 .news-box .news-post {
	margin: 0 15px 30px;
}

#news-section3 .news-box .news-post img {
	width: 100%;
	margin-bottom: 26px;
}

#news-section3 .news-box .news-post .date-post {
	width: 60px;
	float: left;
	text-align: center;
}

#news-section3 .news-box .news-post .date-post span {
	display: block;
	color: #222222;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: -6px 0 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #c0c0c0;
}

#news-section3 .news-box .news-post .date-post p {
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #333333;
}

#news-section3 .news-box .news-post .post-content {
	overflow: hidden;
}

#news-section3 .news-box .news-post .post-content .post-content-text {
	margin-left: 0;
	margin-left: 80px;
}

#news-section3 .news-box .news-post .post-content .post-content-text h2 {
	color: #222222;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

#news-section3 .news-box .news-post .post-content .post-content-text h2 a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #222222;
}

#news-section3 .news-box .news-post .post-content .post-content-text h2 a:hover {
	color: #f27935;
}

#news-section3 .news-box .news-post .post-content .post-content-text p {
	margin-bottom: 0px;
}

#subscribe-line-section {
	padding: 55px 0 45px;
	background: #f27935;
	text-align: center;
}

#subscribe-line-section form {
	margin: 0;
}

#subscribe-line-section label {
	display: inline-block;
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	color: #ffffff;
	font-weight: 900;
	margin: 0 40px 10px 0;
	letter-spacing: 1.6px;
}

#subscribe-line-section input[type="text"] {
	display: inline-block;
	width: 300px;
	color: #999999;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	padding: 10px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	outline: none;
	margin: 0 0 10px;
}

#subscribe-line-section input[type="submit"] {
	background: transparent;
	padding: 8px 35px;
	color: #ffffff;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	border: 2px solid #ffffff;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	margin-left: 16px;
}

#subscribe-line-section input[type="submit"]:hover {
	background: #ffffff;
	color: #f27935;
}

/*-------------------------------------------------*/
/* =  services sections
/*-------------------------------------------------*/
#services-section {
	padding: 55px 0 50px;
}

#services-section .services-box .services-post {
	position: relative;
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
}

#services-section .services-box .services-post img {
	width: 100%;
}

#services-section .services-box .services-post .up-box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(34, 34, 34, 0.8);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	padding: 0 18px;
}

#services-section .services-box .services-post .up-box i {
	color: #f27935;
	font-size: 30px;
	display: block;
	margin: 60px 0 40px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#services-section .services-box .services-post .up-box h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 25px;
}

#services-section .services-box .services-post .up-box h2 a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #ffffff;
}

#services-section .services-box .services-post .up-box p {
	color: #ffffff;
	margin-top: 60px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin-bottom: 0;
	opacity: 0;
}

#services-section .services-box .services-post:hover .up-box {
	background: #f27935;
}

#services-section .services-box .services-post:hover .up-box i {
	margin-top: -30px;
}

#services-section .services-box .services-post:hover .up-box p {
	margin-top: 0;
	opacity: 1;
}

#services-section2 {
	padding-top: 55px;
}

#services-section2 .services-box-line {
	overflow: hidden;
}

#services-section2 .services-box-line .services-post {
	float: left;
	width: 25%;
	padding: 80px 20px 60px;
	text-align: center;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#services-section2 .services-box-line .services-post>a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 100px;
	height: 100px;
	color: #f27935;
	font-size: 30px;
	line-height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #f27935;
	margin-bottom: 25px;
}

#services-section2 .services-box-line .services-post>a:hover {
	background: #f27935;
	color: #ffffff;
}

#services-section2 .services-box-line .services-post h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	margin-bottom: 17px;
}

#services-section2 .services-box-line .services-post h2 a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #222222;
}

#services-section2 .services-box-line .services-post h2 a:hover {
	color: #f27935;
}

#services-section2 .services-box-line .services-post p {
	max-width: 215px;
	margin: 0 auto;
}

#services-section2 .services-box-line .services-post:hover {
	background: #f1f1f1;
}

/*-------------------------------------------------*/
/* =  pricing, video sections
/*-------------------------------------------------*/
#pricing-section {
	padding: 55px 0 90px;
	background: #f8f8f8;
}

#pricing-section .pricing-box ul.pricing-table {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	background: #ffffff;
	text-align: center;
}

#pricing-section .pricing-box ul.pricing-table li {
	list-style: none;
	padding: 16px 4px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	position: relative;
}

#pricing-section .pricing-box ul.pricing-table li p {
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	color: #222222;
}

#pricing-section .pricing-box ul.pricing-table li h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	margin: 0;
	color: #ffffff;
	text-transform: uppercase;
}

#pricing-section .pricing-box ul.pricing-table li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	padding: 8px 26px;
	border: 2px solid transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #f27935;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

#pricing-section .pricing-box ul.pricing-table li a:hover {
	border: 2px solid #222222;
	color: #222222;
}

#pricing-section .pricing-box ul.pricing-table li:after {
	position: absolute;
	content: '';
	width: 100px;
	height: 1px;
	border: 1px dotted #999999;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
}

#pricing-section .pricing-box ul.pricing-table li:first-child {
	padding: 22px 0;
	background: #222222;
}

#pricing-section .pricing-box ul.pricing-table li:last-child {
	padding-bottom: 27px;
	padding-top: 5px;
}

#pricing-section .pricing-box ul.pricing-table li:first-child:after,
#pricing-section .pricing-box ul.pricing-table li.title:after,
#pricing-section .pricing-box ul.pricing-table li.users-available:after,
#pricing-section .pricing-box ul.pricing-table li:last-child:after {
	display: none;
}

#pricing-section .pricing-box ul.pricing-table li.title {
	padding: 30px 0 16px;
}

#pricing-section .pricing-box ul.pricing-table li.title p {
	font-size: 15px;
	color: #999999;
}

#pricing-section .pricing-box ul.pricing-table li.title p span {
	font-size: 30px;
	color: #222222;
	display: block;
	line-height: 48px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#pricing-section .pricing-box ul.pricing-table:hover li:first-child {
	background: #f27935;
}

#pricing-section .pricing-box ul.pricing-table:hover li.title p span {
	color: #f27935;
}

#video-section {
	text-align: center;
	padding: 220px 0 200px;
	background: url('../upload/banners/1.jpg') center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position: relative;
}

#video-section .container {
	position: relative;
	z-index: 2;
}

#video-section a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 116px;
	height: 116px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 8px solid #ffffff;
	line-height: 100px;
	color: #ffffff;
	font-size: 48px;
	opacity: 0.3;
	margin-bottom: 70px;
	padding-left: 5px;
	outline: none;
}

#video-section a:hover {
	opacity: 1;
}

#video-section h1 {
	color: #222222;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 30px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	margin-bottom: 0;
}

#video-section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.7);
}

/*-------------------------------------------------*/
/* =  home shop pages
/*-------------------------------------------------*/
#home-section.slider-shop {
	padding-top: 70px;
}

#home-section.slider-shop .tp-caption.small_text {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 900;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Lato', sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 1.8px;
}

#home-section.slider-shop .tp-caption.small_text span {
	color: #f27935;
}

#home-section.slider-shop .tp-caption.finewide_medium_white {
	color: #FFF;
	text-shadow: none;
	font-size: 48px;
	line-height: 60px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	background-color: none;
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: transparent;
	border-style: none;
	text-align: center;
	letter-spacing: 2.5px;
	padding: 0.02em 1.4em;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#home-section.slider-shop .tp-caption.finewide_medium_white span {
	color: #f27935 !important;
}

#home-section.slider-shop .tp-caption.finewide_medium_white.padd-lf-none {
	text-align: left;
	padding: 0.02em 0.3em 0.02em 0;
}

#home-section.slider-shop .tp-caption.finewide_medium_white.black-style {
	color: #333333;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#home-section.slider-shop .tp-caption.finewide_medium_white.black-style span {
	color: #f27935 !important;
}

#home-section.slider-shop .tp-caption a.trans-btn {
	color: #ffffff;
	background: transparent;
	font-size: 12px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 0.7em 2.5em;
	letter-spacing: 1.7px;
}

#home-section.slider-shop .tp-caption a.trans-btn:hover {
	border: 2px solid #f27935;
	background: #f27935;
}

#home-section.slider-shop .tp-caption a.trans-btn2 {
	color: #333333;
	background: transparent;
	font-size: 12px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	border: 2px solid #333333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 0.7em 2.5em;
	letter-spacing: 1.7px;
}

#home-section.slider-shop .tp-caption a.trans-btn2:hover {
	color: #ffffff;
	border: 2px solid #f27935;
	background: #f27935;
}

#home-section.slider-shop .tp-bannertimer {
	display: none !important;
}

#home-section.slider-shop .tp-bullets.simplebullets.round .bullet:hover,
#home-section.slider-shop .tp-bullets.simplebullets.round .bullet.selected {
	background: #f27935;
	border-color: #f27935;
	opacity: 1;
}

.marketing-box {
	padding-top: 1px;
	overflow: hidden;
}

.marketing-box .product {
	width: 25%;
	float: left;
	padding-left: 1px;
	position: relative;
}

.marketing-box .product img {
	width: 100%;
}

.marketing-box .product .hover-mark {
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -65px;
	left: 27px;
	max-width: 330px;
	text-align: left;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.marketing-box .product .hover-mark h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 1.7px;
	margin: 0;
	text-transform: uppercase;
	color: #ffffff;
}

.marketing-box .product .hover-mark p {
	color: #ffffff;
	margin: 8px 0 0;
}

.marketing-box .product .hover-mark h1.offer {
	color: #ffffff;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1.9px;
	margin: 5px 0;
}

.marketing-box .product .hover-mark h1.offer span {
	font-weight: 300;
	display: block;
}

.marketing-box .product .hover-mark a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #ffffff;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 10px;
	background: #f27935;
	opacity: 0;
	text-transform: uppercase;
	margin-top: 20px;
}

.marketing-box .product .hover-mark a i {
	margin-right: 15px;
}

.marketing-box .product:after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0px;
	bottom: 0px;
	content: '';
	background: rgba(51, 51, 51, 0.5);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.marketing-box .product:before {
	position: absolute;
	content: '';
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background: transparent;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.marketing-box .product:nth-child(2n) .hover-mark {
	left: inherit;
	right: 27px;
	text-align: right;
}

.marketing-box .product:hover:before {
	background: rgba(51, 51, 51, 0.7);
}

.marketing-box .product:hover .hover-mark {
	margin-top: -90px;
}

.marketing-box .product:hover .hover-mark a {
	opacity: 1;
}

.marketing-box .product:hover .hover-mark a:hover {
	opacity: 0.7;
}

#shop-section {
	padding: 55px 0 30px;
}

#shop-section .title-section {
	margin-bottom: 10px;
}

#shop-section .title-line {
	margin-bottom: 30px;
	border-bottom: 1px solid #999999;
}

#shop-section .title-line h1 {
	color: #222222;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 30px;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 15px;
}

#shop-section .title-line h1 a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	float: right;
	font-size: 13px;
	color: #999999;
}

#shop-section .title-line h1 a:hover {
	color: #f27935;
}

.products-box {
	position: relative;
	margin-bottom: 40px;
}

.products-box .carousel-arrows {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -40px;
	height: 0;
	z-index: 2;
}

.products-box .carousel-arrows a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	background: #999999;
	color: #ffffff;
}

.products-box .carousel-arrows a:hover {
	background: #f27935;
}

.products-box .carousel-arrows a.prev-link {
	float: left;
	margin-left: 20px;
}

.products-box .carousel-arrows a.next-link {
	float: right;
	margin-right: 20px;
}

.products-box .product-post {
	margin: 0;
	padding: 28px 0;
	background: #ffffff;
	border: 1px solid transparent;
	text-align: center;
	margin-bottom: 0px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.products-box .product-post h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 3px;
	letter-spacing: 1.3px;
}

.products-box .product-post h2 a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #222222;
}

.products-box .product-post h2 a:hover {
	color: #f27935;
}

.products-box .product-post p {
	margin-bottom: 12px;
}

.products-box .product-post p i {
	margin: 0 1px;
	color: #ffba00;
}

.products-box .product-post>span {
	display: inline-block;
	color: #f27935;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
}

.products-box .product-post .gal-product {
	position: relative;
	margin-bottom: 20px;
}

.products-box .product-post .gal-product img {
	width: 100%;
}

.products-box .product-post .gal-product span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 10px 14px;
	color: #ffffff;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	background: #f27935;
}

.products-box .product-post .product-links a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #999999;
	font-size: 12px;
	padding: 5px 7px;
	border: 2px solid #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin: 0 3px 2px;
}

.products-box .product-post .product-links a.add-cart-btn {
	color: #222222;
	border: 2px solid #222222;
}

.products-box .product-post .product-links a.add-cart-btn span {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 3px;
}

.products-box .product-post .product-links a:hover {
	background: #f27935;
	border: 2px solid #f27935 !important;
	color: #ffffff !important;
}

.products-box .product-post:hover {
	border: 1px solid #cdcdcd;
}

#shop-section .owl-theme .owl-controls .owl-page.active span,
#shop-section .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #f27935;
	border: 1px solid #f27935;
}

#category-section {
	padding: 55px 0 70px;
	position: relative;
	background: url('../upload/banners/1.jpg') center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#category-section .container {
	position: relative;
	z-index: 2;
}

#category-section .title-section {
	margin-bottom: 20px;
}

#category-section .category-box .cat-post {
	position: relative;
	margin-bottom: 30px;
}

#category-section .category-box .cat-post img {
	width: 100%;
}

#category-section .category-box .cat-post .cat-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 5px solid rgba(255, 255, 255, 0.25);
}

#category-section .category-box .cat-post .cat-hover a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	display: block;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	background: rgba(34, 34, 34, 0.7);
	padding: 16px 5px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	letter-spacing: 1.7px;
}

#category-section .category-box .cat-post .cat-hover a span {
	color: #999999;
	font-weight: 700;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#category-section .category-box .cat-post .cat-hover a:hover {
	background: rgba(242, 121, 53, 0.9);
}

#category-section .category-box .cat-post .cat-hover a:hover span {
	color: #ffffff;
}

#category-section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/pattern.png');
	opacity: 0.7;
}

#shop-section2 {
	padding: 70px 0 90px;
	background: #f8f8f8;
}

#shop-section2 .products-box {
	overflow: hidden;
}

#shop-section2 .products-box .product-post {
	float: left;
	width: 25%;
}

#shop-section2 .title-section {
	margin-bottom: 20px;
}

.tab-product-box {
	padding-top: 60px;
}

.tab-product-box ul.product-list {
	margin: 0;
	padding: 0;
}

.tab-product-box ul.product-list li {
	display: block;
	list-style: none;
	overflow: hidden;
	margin-bottom: 40px;
}

.tab-product-box ul.product-list li img {
	float: left;
}

.tab-product-box ul.product-list li .product-list-content {
	margin-left: 140px;
}

.tab-product-box ul.product-list li .product-list-content h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	font-size: 12px;
	margin-bottom: 4px;
}

.tab-product-box ul.product-list li .product-list-content h2 a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #222222;
}

.tab-product-box ul.product-list li .product-list-content h2 a:hover {
	color: #f27935;
}

.tab-product-box ul.product-list li .product-list-content p {
	margin-bottom: 12px;
}

.tab-product-box ul.product-list li .product-list-content p i {
	margin: 0 1px;
	color: #ffba00;
}

.tab-product-box ul.product-list li .product-list-content span {
	display: inline-block;
	color: #f27935;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: 1.6px;
	margin: 0;
}

.tab-product-box ul.product-list li .product-list-content span.old-price {
	color: #999999;
	margin-right: 6px;
}

.tab-posts-box,
.single-prod-tab-box {
	margin-bottom: 30px;
}

.tab-posts-box ul.nav-tabs,
.single-prod-tab-box ul.nav-tabs {
	text-align: center;
	border: none;
	border-bottom: 1px solid #cdcdcd;
}

.tab-posts-box ul.nav-tabs li,
.single-prod-tab-box ul.nav-tabs li {
	display: inline-block;
	float: none;
	border: none;
}

.tab-posts-box ul.nav-tabs li a,
.single-prod-tab-box ul.nav-tabs li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	display: block;
	padding: 12px 20px;
	background: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	color: #222222;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	border: 1px solid transparent;
	letter-spacing: 1.7px;
	margin: 0;
	margin-bottom: -1px;
}

.tab-posts-box ul.nav-tabs li a:hover,
.single-prod-tab-box ul.nav-tabs li a:hover {
	border: 1px solid transparent;
	color: #f27935;
}

.tab-posts-box ul.nav-tabs li.active a,
.single-prod-tab-box ul.nav-tabs li.active a {
	border: 1px solid #cdcdcd;
	border-bottom: 1px solid transparent;
	background: #fafafa;
	color: #f27935;
}

.tab-posts-box .tab-pane,
.single-prod-tab-box .tab-pane {
	padding-top: 70px;
	overflow: hidden;
}

/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/
#contact-section .contact-info {
	background: #f8f8f8;
	padding: 55px 0;
}

#contact-section .contact-info .title-section {
	margin-bottom: 40px;
}

#contact-section .contact-info .contact-info-box {
	text-align: center;
}

#contact-section .contact-info .contact-info-box span {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	background: #f27935;
	margin: 0 0 20px;
}

#contact-section .contact-info .contact-info-box span i {
	color: #ffffff;
	font-size: 30px;
	line-height: 100px;
}

#contact-section .contact-info .contact-info-box h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
	color: #f27935;
	margin-bottom: 16px;
}

#contact-section .contact-info .contact-info-box p {
	margin-bottom: 30px;
}

#contact-section .map {
	height: 418px;
}

#contact-section .contact-form {
	padding: 50px 0 60px;
}

#contact-section .contact-form h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}

#contact-form input[type="text"],
#contact-form textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #cccccc;
	margin-bottom: 30px;
	outline: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #999999;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
}

#contact-form input[type="text"]:focus,
#contact-form textarea:focus {
	border: 1px solid #f27935;
}

#contact-form textarea {
	height: 120px;
}

#contact-form input[type="submit"] {
	padding: 10px 37px;
	outline: none;
	border: 2px solid #333333;
	color: #333333;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin-bottom: 20px;
	background: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

#contact-form input[type="submit"]:hover {
	border: 2px solid #f27935;
	color: #f27935;
}

#contact-form .submit-area {
	text-align: center;
}

#contact-form .message {
	height: 30px;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
}

#contact-form .message.error {
	color: #e74c3c;
}

#contact-form .message.success {
	color: #f27935;
}

/*-------------------------------------------------*/
/* =  Portfolio grid pages
/*-------------------------------------------------*/
#content {
	padding-top: 70px;
}

.page-banner-section {
	padding: 55px 0;
	position: relative;
	background: url('../upload/banners/ban1.jpg') fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.page-banner-section .container {
	position: relative;
	z-index: 2;
}

.page-banner-section h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 900;
	margin: 3px 0;
	letter-spacing: 1.8px;
}

.page-banner-section h2 span {
	color: #f27935;
}

.page-banner-section ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

.page-banner-section ul li {
	display: inline-block;
	margin-left: 3px;
}

.page-banner-section ul li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #cccccc;
	font-size: 11px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	line-height: 24px;
}

.page-banner-section ul li a:hover {
	color: #f27935;
}

.page-banner-section ul li:before {
	content: '>';
	color: #cccccc;
	font-size: 11px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	margin-right: 6px;
	line-height: 24px;
}

.page-banner-section ul li:first-child:before {
	display: none;
	margin: 0;
}

.page-banner-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(34, 34, 34, 0.6);
}

.portfolio-section.grid-style {
	padding: 50px 0 60px;
}

.portfolio-section.grid-style .portfolio-box {
	width: 990px;
	margin-left: -15px;
	margin-top: -10px;
}

.portfolio-section.grid-style .portfolio-box .project-post {
	margin: 10px;
	width: 475px;
}

.portfolio-section.grid-style .portfolio-box .project-post .hover-box {
	background: rgba(242, 121, 53, 0.9);
}

.portfolio-section.grid-style .portfolio-box .project-post .hover-box .inner-hover h2 {
	color: #ffffff;
	font-size: 13px;
	font-weight: 900;
}

.portfolio-section.grid-style .portfolio-box .project-post .hover-box .inner-hover p {
	color: #ffffff;
}

.portfolio-section.grid-style .portfolio-box .project-post .hover-box a:hover i {
	color: #ffffff;
	opacity: 0.6;
}

.portfolio-section.grid-style .portfolio-box.col3 .project-post {
	width: 310px;
}

.portfolio-section.grid-style .portfolio-box.col3 .project-post .hover-box a {
	margin-top: -30px;
}

.portfolio-section.grid-style .portfolio-box.fullwidth {
	width: auto;
	margin: -10px 10px 0;
}

.portfolio-section.grid-style .portfolio-box.fullwidth .project-post {
	padding: 10px;
	margin: 0;
	width: 25%;
}

.portfolio-section.grid-style .portfolio-box.fullwidth .project-post .hover-box {
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	width: auto;
	height: auto;
}

ul.filter {
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 45px;
}

ul.filter li {
	display: inline-block;
	margin: 0 14px 4px;
}

ul.filter li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #999999;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	border-bottom: 1px dotted #999999;
	padding-bottom: 2px;
}

ul.filter li a:hover,
ul.filter li a.active {
	color: #f27935;
	border-bottom: 1px dotted #f27935;
}

.show-more {
	text-align: center;
	padding-top: 40px;
}

.show-more a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

/*-------------------------------------------------*/
/* =  portfolio masonry pages
/*-------------------------------------------------*/
.portfolio-section.masonry-style {
	padding: 50px 0 60px;
}

.portfolio-section.masonry-style .portfolio-box {
	width: 990px;
	margin-left: -15px;
	margin-top: -10px;
}

.portfolio-section.masonry-style .portfolio-box .project-post {
	margin: 10px;
	width: 310px;
}

.portfolio-section.masonry-style .portfolio-box .project-post .project-gal {
	position: relative;
}

.portfolio-section.masonry-style .portfolio-box .project-post .project-gal .hover-box {
	background: rgba(255, 255, 255, 0.9);
}

.portfolio-section.masonry-style .portfolio-box .project-post .project-gal .hover-box a i {
	color: #f27935;
}

.portfolio-section.masonry-style .portfolio-box .project-post .project-gal .hover-box a:hover i {
	color: #999999;
}

.portfolio-section.masonry-style .portfolio-box .project-post .project-tit-cont {
	background: #f8f8f8;
	padding: 27px 30px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	border-bottom: 1px solid transparent;
}

.portfolio-section.masonry-style .portfolio-box .project-post .project-tit-cont h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	font-weight: 900;
	font-size: 13px;
	margin-bottom: 3px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	text-transform: uppercase;
}

.portfolio-section.masonry-style .portfolio-box .project-post .project-tit-cont p {
	margin: 0;
	color: #999999;
}

.portfolio-section.masonry-style .portfolio-box .project-post:hover .project-tit-cont {
	background: transparent;
	border-bottom: 1px solid #f27935;
}

.portfolio-section.masonry-style .portfolio-box .project-post:hover .project-tit-cont h2 {
	color: #f27935;
}

.portfolio-section.masonry-style .portfolio-box.col4 .project-post {
	width: 227px;
}

.portfolio-section.masonry-style .portfolio-box.fullwidth {
	width: auto;
	margin: -10px 10px 0;
}

.portfolio-section.masonry-style .portfolio-box.fullwidth .project-post {
	padding: 10px;
	width: 16.66%;
	margin: 0;
}

/*-------------------------------------------------*/
/* =  portfolio black pages
/*-------------------------------------------------*/
.portfolio-section.black-style {
	background: url('../images/pattern2.png');
	padding: 50px 0 60px;
}

.portfolio-section.black-style .portfolio-box .project-post {
	width: 50%;
}

.portfolio-section.black-style .portfolio-box .project-post .hover-box {
	background: rgba(34, 34, 34, 0.9);
}

.portfolio-section.black-style .portfolio-box .project-post .hover-box .inner-hover {
	bottom: inherit;
	top: 50%;
	margin-top: 20px;
}

.portfolio-section.black-style .portfolio-box .project-post .hover-box .inner-hover h2 {
	color: #ffffff;
	font-size: 13px;
	font-weight: 900;
}

.portfolio-section.black-style .portfolio-box .project-post .hover-box a {
	margin-top: -40px;
}

.portfolio-section.black-style .portfolio-box .project-post .hover-box a i {
	color: #f27935;
}

.portfolio-section.black-style .portfolio-box .project-post .hover-box a:hover {
	opacity: 0.4;
}

.portfolio-section.black-style .portfolio-box.col3 .project-post {
	width: 33.33%;
}

.portfolio-section.black-style .portfolio-box.fullwidth .project-post {
	width: 20%;
}

/*-------------------------------------------------*/
/* =  Portfolio alternative pages
/*-------------------------------------------------*/
.portfolio-section.alt-style {
	background: url('../images/pattern2.png');
	padding: 50px 0 50px;
}

.portfolio-section.alt-style .portfolio-box .project-post {
	width: 20%;
}

.portfolio-section.alt-style .portfolio-box .project-post .hover-box {
	background: rgba(34, 34, 34, 0.9);
}

.portfolio-section.alt-style .portfolio-box .project-post .hover-box .inner-hover {
	bottom: inherit;
	top: 30px;
	text-align: left;
	padding: 0 30px;
}

.portfolio-section.alt-style .portfolio-box .project-post .hover-box .inner-hover h2 {
	color: #ffffff;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 2px;
}

.portfolio-section.alt-style .portfolio-box .project-post .hover-box .inner-hover p {
	color: #ffffff;
}

.portfolio-section.alt-style .portfolio-box .project-post .hover-box a {
	margin-top: -30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #ffffff;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}

.portfolio-section.alt-style .portfolio-box .project-post .hover-box a i {
	color: #ffffff;
	font-size: 18px;
}

.portfolio-section.alt-style .portfolio-box .project-post .hover-box a:hover {
	border: 2px solid #f27935;
	background: #f27935;
}

.portfolio-section.alt-style .portfolio-box .project-post .hover-box a:hover i {
	color: #333333;
}

.portfolio-section.alt-style .portfolio-box .project-post .hover-box a.link {
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	margin-left: -30px;
}

.portfolio-section.alt-style .portfolio-box .project-post .hover-box a.zoom {
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	margin-left: -100px;
}

.portfolio-section.alt-style .portfolio-box .project-post .hover-box a.like {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin-left: 40px;
}

.portfolio-section.alt-style .portfolio-box .project-post.snd-size {
	width: 40%;
}

.portfolio-section.alt-style.white-style-fullwidth {
	background: #ffffff;
	padding: 50px 0 50px;
}

.portfolio-section.alt-style.white-style-fullwidth .portfolio-box {
	margin: 0 25px;
}

.portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post {
	width: 20%;
	padding: 5px;
}

.portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post .hover-box {
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	width: auto;
	height: auto;
	opacity: 1;
	visibility: visible;
	background: transparent;
}

.portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post .hover-box .inner-hover h2,
.portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post .hover-box .inner-hover p {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post .hover-box a {
	z-index: 2;
	opacity: 0;
}

.portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post.snd-size {
	width: 40%;
}

.portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post:hover .hover-box {
	background: rgba(34, 34, 34, 0.7);
}

.portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post:hover .hover-box a {
	opacity: 1;
}

.portfolio-section.alt-style.white-style {
	background: #ffffff;
	padding: 50px 0 50px;
}

.portfolio-section.alt-style.white-style .portfolio-box .project-post {
	width: 25%;
	padding: 5px;
}

.portfolio-section.alt-style.white-style .portfolio-box .project-post .hover-box {
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	width: auto;
	height: auto;
}

.portfolio-section.alt-style.white-style .portfolio-box .project-post .hover-box a {
	width: 40px;
	height: 40px;
	line-height: 36px;
	margin-top: -20px;
	z-index: 2;
}

.portfolio-section.alt-style.white-style .portfolio-box .project-post .hover-box a i {
	font-size: 12px;
}

.portfolio-section.alt-style.white-style .portfolio-box .project-post .hover-box a.link {
	margin-left: -20px;
}

.portfolio-section.alt-style.white-style .portfolio-box .project-post .hover-box a.zoom {
	margin-left: -70px;
}

.portfolio-section.alt-style.white-style .portfolio-box .project-post .hover-box a.like {
	margin-left: 30px;
}

.portfolio-section.alt-style.white-style .portfolio-box .project-post .hover-box .inner-hover {
	top: 20px;
	padding: 0 15px;
}

.portfolio-section.alt-style.white-style .portfolio-box .project-post .hover-box .inner-hover h2 {
	font-size: 13px;
	font-weight: 700;
}

.portfolio-section.alt-style.white-style .portfolio-box .project-post.snd-size {
	width: 50%;
}

.portfolio-section.alt-style.white-style .portfolio-box .project-post:hover .hover-box {
	background: rgba(34, 34, 34, 0.7);
}

.portfolio-section.alt-style.white-style .portfolio-box .project-post:hover .hover-box a {
	opacity: 1;
}

/*-------------------------------------------------*/
/* =  portfolio vertical style
/*-------------------------------------------------*/
.vertical-header .page-banner-section {
	padding: 115px 85px 115px 25px;
}

.vertical-header .page-banner-section .container-fluid {
	position: relative;
	z-index: 2;
}

.page-banner-section.back-two {
	background: url('../upload/banners/ban2.jpg') fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.portfolio-section.vertical-style {
	padding: 40px 0;
}

.portfolio-section.vertical-style .portfolio-box .project-post {
	width: 50%;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.portfolio-section.vertical-style .portfolio-box .project-post .hover-box {
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	width: auto;
	height: auto;
	background: rgba(51, 51, 51, 0.7);
	border: 10px solid rgba(255, 255, 255, 0.7);
	text-align: center;
}

.portfolio-section.vertical-style .portfolio-box .project-post .hover-box a {
	color: #ffffff;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	left: inherit;
	display: block;
	width: 100%;
	margin-left: 0;
	margin-top: -10px;
}

.portfolio-section.vertical-style .portfolio-box .project-post .hover-box a:hover {
	opacity: 0.5;
}

.portfolio-section.vertical-style ul.filter {
	text-align: left;
}

.portfolio-section.vertical-style ul.filter li {
	margin: 0;
}

.portfolio-section.vertical-style ul.filter li a {
	border: 2px solid transparent;
	padding: 8px 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.portfolio-section.vertical-style ul.filter li a.active,
.portfolio-section.vertical-style ul.filter li a:hover {
	border: 2px solid #f27935;
}

.portfolio-section.vertical-style.fullwidth ul.filter {
	padding-left: 40px;
}

.portfolio-section.vertical-style .portfolio-box.col3 .project-post {
	width: 33.33%;
}

.portfolio-section.vertical-style .portfolio-box.fullwidth .project-post {
	width: 25%;
}

/*-------------------------------------------------*/
/* =  blog one col, standard
/*-------------------------------------------------*/
.page-banner-section.blog-banner {
	background: url('../upload/banners/ban3.jpg') fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.blog-section {
	background: #f8f8f8;
	padding: 40px 0;
}

.blog-section .blog-box {
	max-width: 800px;
	margin: 0 auto 20px;
	padding-bottom: 1px;
}

.blog-section .blog-box .blog-post {
	background: #ffffff;
	padding: 20px;
	border: 1px solid #f1f1f1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin-bottom: 40px;
}

.blog-section .blog-box .blog-post img {
	width: 100%;
	margin-bottom: 25px;
}

.blog-section .blog-box .blog-post iframe {
	width: 100%;
	margin-bottom: 25px;
	height: 300px;
}

.blog-section .blog-box .blog-post .flexslider {
	margin-bottom: 25px !important;
}

.blog-section .blog-box .blog-post .flexslider img {
	margin-bottom: 0;
}

.blog-section .blog-box .blog-post .post-content .date-post {
	width: 60px;
	float: left;
	padding-top: 16px;
	text-align: center;
}

.blog-section .blog-box .blog-post .post-content .date-post span {
	display: block;
	color: #222222;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #c0c0c0;
}

.blog-section .blog-box .blog-post .post-content .date-post p {
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #333333;
}

.blog-section .blog-box .blog-post .post-content .post-content-text {
	margin-left: 80px;
}

.blog-section .blog-box .blog-post .post-content .post-content-text ul.post-tags {
	margin: 0;
	padding: 0;
}

.blog-section .blog-box .blog-post .post-content .post-content-text ul.post-tags li {
	display: inline-block;
}

.blog-section .blog-box .blog-post .post-content .post-content-text ul.post-tags li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #cccccc;
	font-size: 11px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}

.blog-section .blog-box .blog-post .post-content .post-content-text ul.post-tags li a:hover {
	color: #f27935;
}

.blog-section .blog-box .blog-post .post-content .post-content-text ul.post-tags li:before {
	content: '/';
	color: #cccccc;
	font-size: 11px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	margin-right: 3px;
}

.blog-section .blog-box .blog-post .post-content .post-content-text ul.post-tags li:first-child:before {
	display: none;
	margin-right: 0;
}

.blog-section .blog-box .blog-post .post-content .post-content-text h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

.blog-section .blog-box .blog-post .post-content .post-content-text h2 a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #222222;
}

.blog-section .blog-box .blog-post .post-content .post-content-text h2 a:hover {
	color: #f27935;
}

.blog-section .blog-box .blog-post .post-content .post-content-text p {
	margin-bottom: 12px;
}

.blog-section .blog-box .blog-post .post-content .post-content-text>a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #cccccc;
	font-size: 11px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 15px;
}

.blog-section .blog-box .blog-post .post-content .post-content-text>a:hover {
	text-decoration: underline;
	color: #222222;
}

.blog-section .blog-box .blog-post:hover {
	background: transparent;
}

.blog-section ul.pagination-list {
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
	text-align: center;
}

.blog-section ul.pagination-list li {
	display: inline-block;
}

.blog-section ul.pagination-list li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #222222;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	padding: 8px 13px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	text-transform: uppercase;
}

.blog-section ul.pagination-list li a.prev-pag,
.blog-section ul.pagination-list li a.next-pag {
	color: #999999;
	font-weight: 700;
}

.blog-section ul.pagination-list li a.prev-pag i {
	margin-right: 7px;
}

.blog-section ul.pagination-list li a.next-pag i {
	margin-left: 7px;
}

.blog-section ul.pagination-list li a:hover,
.blog-section ul.pagination-list li a.active {
	color: #ffffff;
	background: #f27935;
}

.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-prev:hover {
	background: #f27935;
}

.blog-section.standard {
	padding: 0;
	position: relative;
}

.blog-section.standard .container {
	position: relative;
	z-index: 2;
}

.blog-section.standard .blog-box {
	background: #ffffff;
	padding: 40px 60px 40px 0;
}

.blog-section.standard .blog-box .blog-post {
	background: transparent;
	border: none;
	padding: 0;
	margin-bottom: 65px;
}

.blog-section.standard .blog-box .blog-post .date-post {
	width: 60px;
	float: left;
	margin-top: -10px;
	text-align: center;
}

.blog-section.standard .blog-box .blog-post .date-post span {
	display: block;
	color: #222222;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #c0c0c0;
}

.blog-section.standard .blog-box .blog-post .date-post p {
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #333333;
}

.blog-section.standard .blog-box .blog-post .post-content {
	margin-left: 80px;
}

.blog-section.standard .blog-box .blog-post .post-content .post-content-text {
	margin-left: 0;
}

.blog-section.standard .blog-box .blog-post.without-image .date-post {
	margin-top: 0;
	padding-top: 10px;
}

.blog-section.standard:before {
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
}

/*-------------------------------------------------*/
/* =  blog grid
/*-------------------------------------------------*/
.blog-section.grid .blog-box {
	max-width: 100%;
}

.blog-section.grid .blog-box .blog-post {
	padding: 0 0 15px;
	margin-bottom: 30px;
}

.blog-section.grid .blog-box .blog-post iframe {
	height: 180px;
	margin-bottom: 0;
}

.blog-section.grid .blog-box .blog-post img {
	margin-bottom: 0;
}

.blog-section.grid .blog-box .blog-post .flexslider {
	margin-bottom: 0 !important;
}

.blog-section.grid .blog-box .blog-post .post-content {
	padding: 10px;
	padding-top: 20px;
}

.blog-section.grid .blog-box .blog-post .post-content .date-post {
	padding-top: 0;
}

.blog-section.grid .blog-box .blog-post .post-content .post-content-text h2 {
	font-size: 15px;
	margin-bottom: 20px;
}

/*-------------------------------------------------*/
/* =  blog-masonry
/*-------------------------------------------------*/
.blog-section.masonry .blog-box {
	margin-left: -10px;
	width: 980px;
	max-width: inherit;
}

.blog-section.masonry .blog-box .blog-post {
	margin: 15px 10px;
	padding: 0;
	width: 306px;
}

.blog-section.masonry .blog-box .blog-post iframe {
	height: 180px;
	margin-bottom: 0;
}

.blog-section.masonry .blog-box .blog-post img {
	margin-bottom: 0;
}

.blog-section.masonry .blog-box .blog-post .flexslider {
	margin-bottom: 0 !important;
}

.blog-section.masonry .blog-box .blog-post .post-content {
	padding: 10px;
	padding-top: 20px;
}

.blog-section.masonry .blog-box .blog-post .post-content .date-post {
	padding-top: 0;
}

.blog-section.masonry .blog-box .blog-post .post-content .post-content-text h2 {
	font-size: 15px;
	margin-bottom: 20px;
}

.blog-section.masonry .show-more {
	margin-bottom: 40px;
}

.blog-section.masonry .blog-box.fullwidth {
	width: 100%;
	margin-left: 0;
}

.blog-section.masonry .blog-box.fullwidth .blog-post {
	margin: 0;
	padding: 15px 10px;
	width: 20%;
	background: transparent;
	border: none;
}

.blog-section.masonry .blog-box.fullwidth .blog-post .post-content {
	padding: 10px;
	padding-top: 20px;
	background: #ffffff;
	border: 1px solid #f1f1f1;
}

.page-banner-section.back-two.blog-banner {
	background: url('../upload/banners/ban4.jpg') fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.vertical-header .blog-section.grid {
	padding: 0;
	background: #ffffff;
}

.vertical-header .blog-section.grid .blog-box .blog-post {
	margin-bottom: 0;
	border: none;
	padding: 1px;
}

.vertical-header .blog-section.grid .blog-box .col-md-3 {
	padding: 0;
}

.vertical-header .blog-section.grid .pagination-list {
	padding: 60px 80px;
	margin: 0;
	background: #f2f2f2;
}

/*-------------------------------------------------*/
/* =  blog medium
/*-------------------------------------------------*/
.blog-section.medium .blog-box .blog-post {
	padding: 0;
	overflow: hidden;
}

.blog-section.medium .blog-box .blog-post img {
	float: left;
	width: 48%;
	margin: 0;
}

.blog-section.medium .blog-box .blog-post .flexslider {
	margin: 0 !important;
	width: 48%;
	float: left;
}

.blog-section.medium .blog-box .blog-post .flexslider img {
	width: 100%;
}

.blog-section.medium .blog-box .blog-post .post-content {
	width: 52%;
	float: right;
	padding: 20px;
	padding-right: 30px;
}

.blog-section.medium .blog-box .blog-post .post-content .date-post {
	padding-top: 0;
}

.blog-section.medium .blog-box .blog-post .post-content .post-content-text h2 {
	font-size: 15px;
	margin-bottom: 20px;
}

/*-------------------------------------------------*/
/* =  blog alternative
/*-------------------------------------------------*/
.blog-section.alternative {
	padding: 0;
	background: transparent;
}

.blog-section.alternative .blog-box {
	margin-bottom: 20px;
	max-width: 100%;
}

.blog-section.alternative .blog-box .blog-post {
	margin: 0;
	border: none;
	background: #ffffff;
	padding: 1px;
}

.blog-section.alternative .blog-box .blog-post.big-size {
	width: 40%;
}

.blog-section.alternative .blog-box .blog-post.small-size {
	width: 20%;
}

.blog-section.alternative .blog-box .blog-post.big-size.img-post {
	position: relative;
}

.blog-section.alternative .blog-box .blog-post.big-size.img-post img {
	width: 100%;
	margin: 0;
}

.blog-section.alternative .blog-box .blog-post.big-size.img-post .up-box {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	overflow: hidden;
	z-index: 2;
}

.blog-section.alternative .blog-box .blog-post.big-size.img-post .up-box .date-post {
	width: 60px;
	float: left;
	text-align: center;
}

.blog-section.alternative .blog-box .blog-post.big-size.img-post .up-box .date-post span {
	display: block;
	color: #ffffff;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #ffffff;
}

.blog-section.alternative .blog-box .blog-post.big-size.img-post .up-box .date-post p {
	margin: 0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
}

.blog-section.alternative .blog-box .blog-post.big-size.img-post .up-box .blog-title {
	margin-left: 100px;
	margin-top: 18px;
}

.blog-section.alternative .blog-box .blog-post.big-size.img-post .up-box .blog-title h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 2px;
}

.blog-section.alternative .blog-box .blog-post.big-size.img-post .up-box .blog-title h2 a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #ffffff;
}

.blog-section.alternative .blog-box .blog-post.big-size.img-post .up-box .blog-title h2 a:hover {
	color: #f27935;
}

.blog-section.alternative .blog-box .blog-post.big-size.img-post .up-box .blog-title p {
	color: #ffffff;
	margin-bottom: 0;
}

.blog-section.alternative .blog-box .blog-post.big-size.img-post:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.3);
}

.blog-section.alternative .blog-box .blog-post.big-size.cont-post-r,
.blog-section.alternative .blog-box .blog-post.big-size.cont-post-l {
	overflow: hidden;
}

.blog-section.alternative .blog-box .blog-post.big-size.cont-post-r .gal-post,
.blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .gal-post {
	position: relative;
	width: 50%;
	float: left;
}

.blog-section.alternative .blog-box .blog-post.big-size.cont-post-r .gal-post img,
.blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .gal-post img {
	width: 100%;
	margin: 0;
}

.blog-section.alternative .blog-box .blog-post.big-size.cont-post-r .gal-post .date-post,
.blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .gal-post .date-post {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 2;
	width: 60px;
	text-align: center;
}

.blog-section.alternative .blog-box .blog-post.big-size.cont-post-r .gal-post .date-post span,
.blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .gal-post .date-post span {
	display: block;
	color: #ffffff;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #ffffff;
}

.blog-section.alternative .blog-box .blog-post.big-size.cont-post-r .gal-post .date-post p,
.blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .gal-post .date-post p {
	margin: 0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
}

.blog-section.alternative .blog-box .blog-post.big-size.cont-post-r .gal-post:before,
.blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .gal-post:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.3);
}

.blog-section.alternative .blog-box .blog-post.big-size.cont-post-r .gal-post:after,
.blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .gal-post:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -26px;
	border: 26px solid #ffffff;
	border-left-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.blog-section.alternative .blog-box .blog-post.big-size.cont-post-r .cont-box,
.blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .cont-box {
	width: 50%;
	float: right;
	padding: 60px 40px 10px;
	position: relative;
}

.blog-section.alternative .blog-box .blog-post.big-size.cont-post-r .cont-box h2,
.blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .cont-box h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.blog-section.alternative .blog-box .blog-post.big-size.cont-post-r .cont-box h2 a,
.blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .cont-box h2 a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #222222;
}

.blog-section.alternative .blog-box .blog-post.big-size.cont-post-r .cont-box h2 a:hover,
.blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .cont-box h2 a:hover {
	color: #f27935;
}

.blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .gal-post {
	float: right;
}

.blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .gal-post .date-post {
	right: inherit;
	left: 30px;
}

.blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .gal-post:after {
	right: inherit;
	left: 0;
	border-left-color: #ffffff;
	border-right-color: transparent;
}

.blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .cont-box {
	float: left;
}

.blog-section.alternative .blog-box .blog-post.small-size .gal-post {
	position: relative;
}

.blog-section.alternative .blog-box .blog-post.small-size .gal-post img {
	width: 100%;
	margin: 0;
}

.blog-section.alternative .blog-box .blog-post.small-size .gal-post .date-post {
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 2;
	width: 60px;
	text-align: center;
}

.blog-section.alternative .blog-box .blog-post.small-size .gal-post .date-post span {
	display: block;
	color: #ffffff;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #ffffff;
}

.blog-section.alternative .blog-box .blog-post.small-size .gal-post .date-post p {
	margin: 0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
}

.blog-section.alternative .blog-box .blog-post.small-size .gal-post:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.3);
}

.blog-section.alternative .blog-box .blog-post.small-size .gal-post:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -26px;
	border: 26px solid #ffffff;
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
}

.blog-section.alternative .blog-box .blog-post.small-size .cont-box {
	padding: 60px 40px 10px;
}

.blog-section.alternative .blog-box .blog-post.small-size .cont-box h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.blog-section.alternative .blog-box .blog-post.small-size .cont-box h2 a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #222222;
}

.blog-section.alternative .blog-box .blog-post.small-size .cont-box h2 a:hover {
	color: #f27935;
}

/*-------------------------------------------------*/
/* =  blog timeline
/*-------------------------------------------------*/
.blog-section.grid .blog-box.timeline {
	overflow: hidden;
	position: relative;
}

.blog-section.grid .blog-box.timeline .blog-post {
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
	background: transparent;
	border: none;
}

.blog-section.grid .blog-box.timeline .blog-post .post-content {
	position: relative;
	background: #ffffff;
	border: 1px solid #f1f1f1;
	border-top: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.blog-section.grid .blog-box.timeline .blog-post .post-content span.timeline-point {
	position: absolute;
	top: 40px;
	display: inline-block;
	width: 26px;
	height: 26px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #f1f1f1;
	background: #ffffff;
}

.blog-section.grid .blog-box.timeline .blog-post .post-content span.timeline-point:after {
	position: absolute;
	content: '';
	top: 3px;
	left: 3px;
	bottom: 3px;
	right: 3px;
	border: 1px solid #f27935;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.blog-section.grid .blog-box.timeline .blog-post.timeline-month {
	width: 100%;
	text-align: center;
	clear: both;
}

.blog-section.grid .blog-box.timeline .blog-post.timeline-month span {
	display: inline-block;
	margin: 0;
	color: #ffffff;
	font-size: 13px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	padding: 14px 32px;
	background: #f27935;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-o-border-radius: 24px;
	border-radius: 24px;
}

.blog-section.grid .blog-box.timeline .blog-post.timeline-left {
	float: left;
	width: 50%;
	padding-right: 90px;
}

.blog-section.grid .blog-box.timeline .blog-post.timeline-left .post-content span.timeline-point {
	right: -104px;
}

.blog-section.grid .blog-box.timeline .blog-post.timeline-left .post-content:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 9px solid #ffffff;
	border-right-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	top: 40px;
	right: -18px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.blog-section.grid .blog-box.timeline .blog-post.timeline-right {
	float: right;
	width: 50%;
	padding-left: 90px;
}

.blog-section.grid .blog-box.timeline .blog-post.timeline-right .post-content span.timeline-point {
	left: -104px;
}

.blog-section.grid .blog-box.timeline .blog-post.timeline-right .post-content:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 9px solid #ffffff;
	border-left-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	top: 40px;
	left: -18px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.blog-section.grid .blog-box.timeline .blog-post:hover .post-content {
	background: transparent;
}

.blog-section.grid .blog-box.timeline .blog-post:hover .post-content:after {
	border-color: transparent;
}

.blog-section.grid .blog-box.timeline:after {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	background: #f1f1f1;
	top: 1px;
	left: 50%;
	margin-left: -2px;
}

/*-------------------------------------------------*/
/* =  sidebar
/*-------------------------------------------------*/
.sidebar {
	padding: 40px 0;
}

.sidebar .widget {
	margin-bottom: 36px;
}

.sidebar .widget h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	font-weight: 900;
	margin-bottom: 32px;
	text-transform: uppercase;
}

.sidebar .widget ul.category-list {
	margin: 0;
	padding: 0;
}

.sidebar .widget ul.category-list li {
	list-style: none;
	border: 1px solid #f0f0f0;
	border-top: none;
}

.sidebar .widget ul.category-list li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #999999;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	padding: 8px 20px;
	background: #ffffff;
	display: block;
	text-transform: uppercase;
}

.sidebar .widget ul.category-list li a span {
	float: right;
	color: #999999;
}

.sidebar .widget ul.category-list li a:hover {
	background: transparent;
	color: #f27935;
}

.sidebar .widget ul.category-list li:first-child {
	border-top: 1px solid #f1f1f1;
}

.sidebar .widget ul.flickr-list {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.sidebar .widget ul.flickr-list li {
	list-style: none;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}

.sidebar .widget ul.flickr-list li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.sidebar .widget ul.flickr-list li a:hover {
	opacity: 0.7;
}

.sidebar .widget .text-box {
	padding: 14px 20px 0;
	background: #ffffff;
	border: 1px solid #f0f0f0;
}

.sidebar .widget .text-box p {
	margin-bottom: 15px;
}

.sidebar .widget ul.tags-list {
	margin: 0;
	padding: 0;
}

.sidebar .widget ul.tags-list li {
	display: inline-block;
	margin-bottom: 3px;
}

.sidebar .widget ul.tags-list li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #999999;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	padding: 8px;
	background: #ffffff;
	border: 1px solid #f0f0f0;
}

.sidebar .widget ul.tags-list li a:hover {
	color: #ffffff;
	background: #222222;
	border: 1px solid #222222;
}

.sidebar .tab-posts-box {
	background: #ffffff;
	border: 1px solid #f0f0f0;
}

.sidebar .tab-posts-box ul.nav-tabs {
	text-align: center;
	border: none;
}

.sidebar .tab-posts-box ul.nav-tabs li {
	float: left;
	width: 33.33%;
	border: none;
}

.sidebar .tab-posts-box ul.nav-tabs li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	display: block;
	padding: 8px 3px;
	background: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	color: #999999;
	font-size: 11px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	border: none;
	margin: 0;
}

.sidebar .tab-posts-box ul.nav-tabs li a:hover {
	border: none;
	color: #f27935;
}

.sidebar .tab-posts-box ul.nav-tabs li.active a {
	border: none;
	background: #f27935;
	color: #ffffff;
}

.sidebar .tab-posts-box .tab-pane {
	padding: 20px 0 0;
}

.sidebar .tab-posts-box .tab-pane ul.top-post-list {
	margin: 0;
	padding: 0;
}

.sidebar .tab-posts-box .tab-pane ul.top-post-list li {
	list-style: none;
	padding: 0 20px 20px;
	overflow: hidden;
}

.sidebar .tab-posts-box .tab-pane ul.top-post-list li img {
	float: left;
}

.sidebar .tab-posts-box .tab-pane ul.top-post-list li .top-post-content {
	margin-left: 60px;
}

.sidebar .tab-posts-box .tab-pane ul.top-post-list li .top-post-content span {
	display: block;
	margin: 0 0 5px;
	color: #aaaaaa;
	font-size: 11px;
	line-height: 11px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}

.sidebar .tab-posts-box .tab-pane ul.top-post-list li .top-post-content h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	margin: 0 0 15px;
	color: #999999;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 14px;
	margin: 0;
}

.sidebar .tab-posts-box .tab-pane ul.top-post-list li .top-post-content h2 a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #999999;
}

.sidebar .tab-posts-box .tab-pane ul.top-post-list li .top-post-content h2 a:hover {
	color: #f27935;
}

/*-------------------------------------------------*/
/* =  single post
/*-------------------------------------------------*/
.blog-post.single-post h1 {
	color: #222222;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.blog-post.single-post p {
	margin-bottom: 30px !important;
}

.blog-post.single-post blockquote {
	background: #f8f8f8;
	border-left: 2px solid #f27935;
	padding: 22px 26px 22px 48px;
	margin-bottom: 30px !important;
}

.blog-post.single-post blockquote p {
	margin: 0 !important;
	color: #222222;
	font-style: italic;
	font-size: 15px;
}

.blog-post.single-post .share-box {
	border-top: 1px solid #e0e0e0;
	padding-top: 30px;
	margin-bottom: 30px;
}

.blog-post.single-post .share-box span {
	display: inline-block;
	margin: 4px 0;
	font-family: 'Lato', sans-serif;
	color: #999999;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
}

.blog-post.single-post .share-box ul.social-share {
	margin: 0;
	padding: 0;
	text-align: right;
}

.blog-post.single-post .share-box ul.social-share li {
	display: inline-block;
	margin: 0 1px;
	text-align: center;
}

.blog-post.single-post .share-box ul.social-share li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	background: #222222;
}

.blog-post.single-post .share-box ul.social-share li a:hover {
	background: #f27935;
}

.blog-post.single-post .autor-post {
	overflow: hidden;
	background: #f8f8f8;
	margin-bottom: 40px;
}

.blog-post.single-post .autor-post img {
	width: auto;
	float: left;
	margin-bottom: 0;
}

.blog-post.single-post .autor-post .autor-content {
	padding: 30px;
	margin-left: 148px;
}

.blog-post.single-post .autor-post .autor-content h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.blog-post.single-post .autor-post .autor-content p {
	margin-bottom: 0 !important;
}

.blog-post.single-post .comment-section {
	padding-left: 80px;
}

.blog-post.single-post .comment-section h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
	padding-bottom: 35px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 40px;
}

.blog-post.single-post .comment-section ul {
	margin: 0;
	padding: 0;
}

.blog-post.single-post .comment-section ul li {
	list-style: none;
}

.blog-post.single-post .comment-section ul li .comment-box {
	overflow: hidden;
	padding-bottom: 35px;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 40px;
}

.blog-post.single-post .comment-section ul li .comment-box img {
	width: auto;
	float: left;
}

.blog-post.single-post .comment-section ul li .comment-box .comment-content {
	margin-left: 100px;
}

.blog-post.single-post .comment-section ul li .comment-box .comment-content h4 {
	color: #222222;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0;
}

.blog-post.single-post .comment-section ul li .comment-box .comment-content h4 a {
	color: #222222;
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	float: right;
	font-size: 11px;
	font-weight: 400;
}

.blog-post.single-post .comment-section ul li .comment-box .comment-content h4 a:hover {
	color: #f27935;
}

.blog-post.single-post .comment-section ul li .comment-box .comment-content span {
	font-size: 13px;
	color: #999999;
	font-family: 'Lato', sans-serif;
	line-height: 20px;
	margin: 0 0 10px;
	font-size: 11px;
	display: inline-block;
	font-weight: 400;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.blog-post.single-post .comment-section ul li .comment-box .comment-content p {
	margin: 0 !important;
}

.blog-post.single-post .comment-section ul.depth .comment-box {
	padding-left: 100px;
}

.blog-post.single-post .comment-section .comment-form {
	margin-bottom: 40px;
}

.blog-post.single-post .comment-section .comment-form h2 {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 30px;
}

.blog-post.single-post .comment-section .comment-form input[type="text"],
.blog-post.single-post .comment-section .comment-form textarea {
	width: 100%;
	display: block;
	padding: 12px;
	background: #f8f8f8;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: #999999;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	border: 1px solid #f1f1f1;
	outline: none;
	margin: 0 0 20px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.blog-post.single-post .comment-section .comment-form input[type="text"]:focus,
.blog-post.single-post .comment-section .comment-form textarea:focus {
	border: 1px solid #f27935;
}

.blog-post.single-post .comment-section .comment-form textarea {
	min-height: 125px;
	margin-bottom: 40px;
}

.blog-post.single-post .comment-section .comment-form input[type="submit"] {
	display: inline-block;
	outline: none;
	padding: 10px 34px;
	color: #f27935;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	background: transparent;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #f27935;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.blog-post.single-post .comment-section .comment-form input[type="submit"]:hover {
	background: #f27935;
	color: #ffffff;
}

.blog-post.single-post .comment-section .comment-form .submit-area {
	text-align: center;
}

.blog-post.single-post .comment-section .comment-form .message {
	height: 30px;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
}

.blog-post.single-post .comment-section .comment-form .message.error {
	color: #e74c3c;
}

.blog-post.single-post .comment-section .comment-form .message.success {
	color: #f27935;
}

.page-banner-section.blog-banner2 {
	background: url('../images/pattern.png');
}

.page-banner-section.blog-banner2:after {
	display: none;
}

.blog-section.single2 {
	background: #ffffff;
	padding-top: 0;
}

.blog-section.single2 .blog-post.single-post .post-gal {
	position: relative;
	margin-bottom: 45px;
}

.blog-section.single2 .blog-post.single-post .post-gal img {
	width: 100%;
}

.blog-section.single2 .blog-post.single-post .post-gal .hover-single {
	position: absolute;
	width: 100%;
	bottom: 40px;
	left: 0;
	z-index: 2;
}

.blog-section.single2 .blog-post.single-post .post-gal .hover-single .container {
	position: relative;
	overflow: hidden;
}

.blog-section.single2 .blog-post.single-post .post-gal .hover-single .container .date-post {
	width: 60px;
	float: left;
	padding-top: 16px;
	text-align: center;
}

.blog-section.single2 .blog-post.single-post .post-gal .hover-single .container .date-post span {
	display: block;
	color: #ffffff;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #fff;
}

.blog-section.single2 .blog-post.single-post .post-gal .hover-single .container .date-post p {
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
}

.blog-section.single2 .blog-post.single-post .post-gal .hover-single .container .title-post {
	margin-left: 80px;
}

.blog-section.single2 .blog-post.single-post .post-gal .hover-single .container .title-post h1 {
	color: #222222;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0;
	color: #ffffff;
}

.blog-section.single2 .blog-post.single-post .post-gal .hover-single .container .title-post ul.post-tags {
	margin: 0;
	padding: 0;
}

.blog-section.single2 .blog-post.single-post .post-gal .hover-single .container .title-post ul.post-tags li {
	display: inline-block;
}

.blog-section.single2 .blog-post.single-post .post-gal .hover-single .container .title-post ul.post-tags li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #ffffff;
	font-size: 11px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}

.blog-section.single2 .blog-post.single-post .post-gal .hover-single .container .title-post ul.post-tags li a:hover {
	color: #f27935;
}

.blog-section.single2 .blog-post.single-post .post-gal .hover-single .container .title-post ul.post-tags li:before {
	content: '/';
	color: #ffffff;
	font-size: 11px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	margin-right: 3px;
}

.blog-section.single2 .blog-post.single-post .post-gal .hover-single .container .title-post ul.post-tags li:first-child:before {
	display: none;
	margin-right: 0;
}

.blog-section.single2 .blog-post.single-post .post-gal:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(34, 34, 34, 0.5);
}

.blog-section.single2 .blog-post.single-post .post-content {
	margin-left: 80px;
}

/*-------------------------------------------------*/
/* =  single project pages
/*-------------------------------------------------*/
.single-project-section {
	padding: 50px 0 70px;
}

.single-project-section .title-project h1 {
	color: #222222;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 40px;
}

.single-project-section .title-project h1 a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	float: right;
	width: 40px;
	height: 40px;
	border: 2px solid #f27935;
	text-align: center;
	line-height: 38px;
	color: #f27935;
	font-size: 14px;
	padding: 0;
	padding-left: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.single-project-section .title-project h1 a:hover {
	background: #f27935;
	color: #ffffff;
}

.single-project-section .project-gallery {
	position: relative;
}

.single-project-section .project-gallery a.likes {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 40px;
	background: rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	line-height: 40px;
}

.single-project-section .project-gallery a.likes i {
	color: #222222;
	font-size: 14px;
	margin-right: 10px;
}

.single-project-section .project-gallery a.likes span {
	display: inline-block;
	color: #222222;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	margin: 0;
	font-weight: 900;
}

.single-project-section .project-gallery a:hover {
	opacity: 0.7;
}

.single-project-section .flexslider {
	margin-bottom: 40px !important;
}

.single-project-section .project-content h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.single-project-section .project-content p {
	margin-bottom: 8px;
}

.single-project-section .project-content p>a {
	color: #222222;
}

.single-project-section .project-content p a.url-link {
	color: #f27935;
	text-decoration: underline;
}

.single-project-section .project-content ul.share-project {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.single-project-section .project-content ul.share-project li {
	display: inline-block;
	margin: 0 1px;
}

.single-project-section .project-content ul.share-project li span {
	display: inline-block;
	font-size: 13px;
	color: #999999;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 10px;
	margin: 0;
	margin-right: 10px;
}

.single-project-section .project-content ul.share-project li a {
	text-align: center;
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	background: #222222;
}

.single-project-section .project-content ul.share-project li a:hover {
	background: #f27935;
}

.related-project-section {
	padding: 45px 0 65px;
	background: #f8f8f8;
}

.related-project-section .title-section {
	margin-bottom: 30px;
}

.related-project-section #owl-demo .project-post {
	width: 100%;
}

.related-project-section #owl-demo .project-post .hover-box {
	left: 10px;
	right: 10px;
	width: auto;
}

.related-project-section #owl-demo .item {
	padding: 0 10px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #f27935;
	border: 1px solid #f27935;
}

.single-project-section.single-project2 {
	padding-top: 0;
}

.single-project-section.single-project2 .title-project {
	padding-bottom: 30px;
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 30px;
}

.single-project-section.single-project2 .title-project h1 {
	margin-bottom: 0;
}

.related-project-section.alternative {
	background: url('../images/pattern.png');
	border-bottom: 1px solid #414143;
	padding-bottom: 30px;
}

.related-project-section.alternative #owl-demo2 .project-post {
	width: 100%;
}

.related-project-section.alternative #owl-demo2 .project-post .hover-box {
	left: 10px;
	right: 10px;
	width: auto;
}

.related-project-section.alternative #owl-demo2 .item {
	padding: 0 10px;
}

/*-------------------------------------------------*/
/* =  error page
/*-------------------------------------------------*/
.error-section {
	padding: 20px 0;
	position: relative;
	background: url('../upload/banners/error.jpg') center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	text-align: center;
}

.error-section span {
	display: inline-block;
	color: #222222;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 30px;
	text-transform: uppercase;
	font-size: 48px;
	color: #f27935;
	margin-bottom: 25px;
	letter-spacing: 4px;
}

.error-section h1 {
	color: #222222;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 30px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	max-width: 460px;
	margin: 0 auto 20px;
	line-height: 52px;
}

.error-section p {
	margin-bottom: 25px;
}

.error-section a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	border-color: #f27935;
	color: #f27935;
}

.error-section a:hover {
	color: #ffffff;
	background: #f27935;
}

.error-section .error-content {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -130px;
	z-index: 2;
}

.error-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(34, 34, 34, 0.8);
}

/*-------------------------------------------------*/
/* =  comming soone page
/*-------------------------------------------------*/
.comming-soon-section {
	padding: 80px 0;
	padding-top: 160px;
	position: relative;
	background: url('../upload/banners/coming-soon.jpg') center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	text-align: center;
}

.comming-soon-section .comming-soon-content {
	position: relative;
	z-index: 2;
}

.comming-soon-section .comming-soon-content h1 {
	color: #222222;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 30px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 8px;
	letter-spacing: 3px;
}

.comming-soon-section .comming-soon-content h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 25px;
	letter-spacing: 2px;
}

.comming-soon-section .comming-soon-content p {
	margin-bottom: 60px;
}

.comming-soon-section .comming-soon-content form.subscribe input[type="text"] {
	width: 300px;
	padding: 10px;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: #ffffff;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	border: 1px solid #ffffff;
	outline: none;
	margin: 0 10px 20px 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.comming-soon-section .comming-soon-content form.subscribe input[type="submit"] {
	display: inline-block;
	outline: none;
	padding: 10px 35px;
	color: #f27935;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	background: transparent;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #f27935;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	letter-spacing: 1.7px;
}

.comming-soon-section .comming-soon-content form.subscribe input[type="submit"]:hover {
	background: #f27935;
	color: #ffffff;
}

.comming-soon-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../images/pattern.png');
	opacity: 0.8;
}

#clock {
	margin-bottom: 40px;
}

#clock .comming-part {
	text-align: center;
	padding: 50px 20px 50px;
	border: 1px solid #999999;
	margin-bottom: 20px;
}

#clock .comming-part span {
	display: block;
	color: #222222;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 30px;
	text-transform: uppercase;
	color: #f27935;
	font-size: 48px;
	margin-bottom: 0px;
}

#clock .comming-part p {
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 0;
}

/*-------------------------------------------------*/
/* =  faq's page
/*-------------------------------------------------*/
.faqs-section {
	padding: 40px 0 60px;
	overflow: hidden;
}

.accord-elem {
	margin-top: 8px;
}

.accord-elem:first-child {
	margin-top: 0px;
}

.accord-title {
	position: relative;
}

.accord-title h2 {
	padding: 16px 20px;
	background: #f7f7f7;
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	margin-bottom: 0;
	margin-left: 52px;
	border: 1px solid #eeeeee;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.accord-title a.accord-link {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	position: absolute;
	width: 52px;
	height: 50px;
	top: 0;
	left: 0;
	text-align: center;
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-right: none;
}

.accord-title a.accord-link:after {
	font-family: 'FontAwesome';
	content: '\f0a9';
	font-size: 18px;
	color: #333333;
	line-height: 49px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.accord-title p {
	font-size: 13px;
	color: #999999;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 10px;
	margin: 12px 0 12px 72px;
}

.accord-elem.active .accord-title h2 {
	color: #ffffff;
	border: 1px solid #f27935;
	background: #f27935;
}

.accord-elem.active a.accord-link {
	background: #333333;
	border: 1px solid #333333;
	border-right: none;
}

.accord-elem.active a.accord-link:after {
	content: '\f0ab';
	color: #ffffff;
}

.accord-content {
	display: none;
	padding-left: 72px;
	overflow: hidden;
}

.accord-content p {
	font-size: 13px;
	color: #999999;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 10px;
	margin: 12px 0;
}

.accord-elem.active .accord-content {
	display: block;
}

/*-------------------------------------------------*/
/* =  typography page
/*-------------------------------------------------*/
.typography-section {
	padding: 40px 0;
}

.typography-section h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.typography-section .mar-bottom {
	margin-bottom: 50px;
}

.typography-section .title-section {
	margin-bottom: 20px;
}

blockquote.quote {
	background: #f8f8f8;
	border-left: 2px solid #f27935;
	padding: 22px 26px 22px 48px;
	margin-bottom: 30px !important;
}

blockquote.quote p {
	margin: 0 !important;
	color: #222222;
	font-style: italic;
	font-size: 15px;
}

blockquote.quote2 {
	background: #f8f8f8;
	border-top: 2px solid #f27935;
	border-left: none;
	padding: 22px 26px 22px 48px;
	margin-bottom: 30px !important;
}

blockquote.quote2 p {
	margin: 0 !important;
	color: #222222;
	font-style: italic;
	font-size: 15px;
}

blockquote.quote3 {
	background: #f8f8f8;
	border-left: none;
	padding: 22px 26px 22px 48px;
	margin-bottom: 30px !important;
}

blockquote.quote3 p {
	margin: 0 !important;
	color: #222222;
	font-style: italic;
	font-size: 15px;
}

blockquote.quote4 {
	border-left: none;
	padding: 22px 26px 22px 48px;
	margin-bottom: 30px !important;
}

blockquote.quote4 p {
	margin: 0 !important;
	color: #222222;
	font-style: italic;
	font-size: 15px;
}

/*-------------------------------------------------*/
/* =  Tabs & accordion page
/*-------------------------------------------------*/
.tabs-accord-section {
	padding: 60px 0;
}

.tabs-accord-section .tab-posts-box {
	background: #ffffff;
	margin-bottom: 40px;
}

.tabs-accord-section .tab-posts-box ul.nav-tabs {
	text-align: center;
	border: none;
}

.tabs-accord-section .tab-posts-box ul.nav-tabs li {
	float: left;
	border: none;
}

.tabs-accord-section .tab-posts-box ul.nav-tabs li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	display: block;
	padding: 8px 20px;
	background: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	color: #999999;
	font-size: 11px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	border: none;
	margin: 0;
}

.tabs-accord-section .tab-posts-box ul.nav-tabs li a:hover {
	border: none;
	color: #f27935;
}

.tabs-accord-section .tab-posts-box ul.nav-tabs li.active a {
	border: none;
	background: #f27935;
	color: #ffffff;
}

.tabs-accord-section .tab-posts-box .tab-pane {
	padding: 20px;
	border: 1px solid #f1f1f1;
	overflow: hidden;
}

.tabs-accord-section .tab-posts-box .tab-pane h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.tabs-accord-section .tab-posts-box .tab-pane img {
	float: right;
	margin-left: 20px;
	max-width: 400px;
}

.tabs-accord-section .tab-posts-box .tab-pane img.left-order {
	float: left;
	margin-left: 0;
	margin-right: 20px;
}

/*-------------------------------------------------*/
/* =  Product Page
/*-------------------------------------------------*/
.page-banner-section.shop-banner {
	background: #f8f8f8;
}

.page-banner-section.shop-banner h2 {
	color: #222222;
}

.page-banner-section.shop-banner h2 span {
	color: #f27935;
}

.page-banner-section.shop-banner ul.page-pagin li a {
	color: #999999;
}

.page-banner-section.shop-banner ul.page-pagin li a:hover {
	color: #f27935;
}

.page-banner-section.shop-banner:after {
	display: none;
}

.single-product-section {
	padding: 40px 0;
}

.product-visibility {
	margin-bottom: 30px;
	padding-right: 50px;
}

.product-visibility div.image-holder {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.product-visibility div.image-holder img {
	width: 100%;
	border: 1px solid #cccccc;
}

.product-visibility .other-products {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.product-visibility .other-products li {
	list-style: none;
	float: left;
	margin-right: 8px;
}

.product-visibility .other-products li a {
	display: inline-block;
}

.product-visibility .other-products li img {
	border: 1px solid #cccccc;
	margin-bottom: 8px;
}

.product-visibility .other-products li:last-child {
	margin-right: 0;
}

.single2 .product-visibility {
	overflow: hidden;
	padding-right: 0px;
}

.single2 .product-visibility .other-products {
	float: left;
	width: 82px;
}

.single2 .product-visibility .other-products li {
	float: none;
	margin-right: 0;
}

.single2 .product-visibility .other-products li img {
	width: 100%;
}

.single2 .product-visibility div.image-holder {
	margin-left: 100px;
}

.single-product-section h1 {
	color: #222222;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 3px;
}

.single-product-section .product-details {
	margin-bottom: 20px;
}

.single-product-section .product-details p {
	margin-bottom: 20px;
}

.single-product-section .product-details p span.rating {
	display: inline-block;
}

.single-product-section .product-details p span.rating i {
	color: #999999;
	font-size: 12px;
	line-height: 20px;
}

.single-product-section .product-details p span.rating i[data-rated="rated"] {
	color: #ffba00;
}

.single-product-section .product-details p span.rev-num {
	display: inline-block;
	margin: 0;
	margin-left: 5px;
	color: #999999;
	font-size: 11px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

.single-product-section .product-details span.price {
	display: block;
	color: #222222;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 900;
	padding-bottom: 20px;
	margin-bottom: 24px;
	border-bottom: 1px solid #e0e0e0;
	letter-spacing: 2px;
}

.single-product-section .product-details div.quantity-add {
	float: left;
}

.single-product-section .product-details button {
	width: 32px;
	height: 38px;
	display: inline-block;
	border: 1px solid #cccccc;
	text-align: center;
	line-height: 35px;
	color: #222222;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	outline: none;
	margin: 0px;
	padding: 0;
	background: transparent;
	float: left;
}

.single-product-section .product-details input {
	display: inline-block;
	float: left;
	width: 36px;
	height: 38px;
	border: 1px solid #cccccc;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	margin: 0;
	line-height: 34px;
	color: #222222;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	outline: none;
	text-align: center;
	padding: 0;
	background: transparent;
}

.single-product-section .product-details>a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	padding: 10px 23px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #f27935;
	border: 1px solid transparent;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	text-align: center;
	margin-left: 12px;
}

.single-product-section .product-details>a:hover {
	opacity: 0.7;
}

.single-product-section .product-details .prod-list {
	padding-top: 25px;
	margin-bottom: 25px;
}

.single-product-section .product-details .prod-list .prod-list-item {
	margin-bottom: 10px;
}

.single-product-section .product-details .prod-list span {
	display: inline-block;
	color: #999999;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.7px;
	margin-right: 4px;
}

.single-product-section .product-details .prod-list ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.single-product-section .product-details .prod-list ul li {
	display: inline-block;
}

.single-product-section .product-details .prod-list ul li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #333;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
}

.single-product-section .product-details .prod-list ul li a:hover {
	color: #f27935;
}

.single-product-section .product-details .prod-list ul.product-social li {
	margin-left: 10px;
}

.single-product-section .product-details .prod-list ul.product-social li a {
	color: #222222;
	font-size: 15px;
}

.single-product-section .product-details .prod-list ul.product-social li a:hover {
	color: #f27935;
}

.single-product-section .product-reviews ul {
	margin: 0;
	padding: 0;
}

.single-product-section .product-reviews ul li {
	list-style: none;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 16px;
	overflow: hidden;
}

.single-product-section .product-reviews ul li img {
	float: left;
	width: 80px;
	margin-bottom: 10px;
}

.single-product-section .product-reviews ul li .review-content {
	margin-left: 100px;
}

.single-product-section .product-reviews ul li .review-content h2 {
	overflow: hidden;
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: -6px;
}

.single-product-section .product-reviews ul li .review-content h2 span.rating {
	float: right;
	margin: 0;
}

.single-product-section .product-reviews ul li .review-content h2 span.rating i {
	color: #999999;
	font-size: 14px;
	line-height: 24px;
}

.single-product-section .product-reviews ul li .review-content h2 span.rating i[data-rated="rated"] {
	color: #ffba00;
}

.single-product-section .product-reviews ul li .review-content span.time {
	font-size: 13px;
	color: #999999;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 10px;
	font-size: 11px;
	display: inline-block;
	margin: 0 0 6px;
}

.single-product-section .product-reviews ul li .review-content p {
	margin: 0 0 10px;
}

.single-product-section .product-reviews a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	padding: 8px 27px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background: #f27935;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.7px;
	font-size: 13px;
	text-align: center;
}

.single-product-section .product-reviews a:hover {
	opacity: 0.7;
}

.single-prod-tab-box {
	margin-bottom: 30px;
}

.single-prod-tab-box ul.nav-tabs {
	text-align: left;
}

.single-prod-tab-box ul.nav-tabs li a {
	padding: 10px 12px;
	letter-spacing: 1.5px;
	font-size: 12px;
}

.single-prod-tab-box ul.nav-tabs li.active a {
	background: #ffffff !important;
}

.single-prod-tab-box .tab-pane {
	padding-top: 34px;
}

.single-prod-tab-box.tab-box2 {
	margin-top: 40px;
}

.single-prod-tab-box.tab-box2 ul.nav-tabs {
	text-align: left;
	width: 220px;
	border: none;
	float: left;
}

.single-prod-tab-box.tab-box2 ul.nav-tabs li {
	float: none;
	display: block;
}

.single-prod-tab-box.tab-box2 ul.nav-tabs li a {
	padding: 20px 0px 20px 16px;
}

.single-prod-tab-box.tab-box2 ul.nav-tabs li.active a {
	background: #f8f8f8 !important;
	border: 1px solid #eeeeee;
	border-right: 1px solid transparent;
	margin-bottom: 0;
	margin-right: -1px;
}

.single-prod-tab-box.tab-box2 .tab-content {
	margin-left: 220px;
}

.single-prod-tab-box.tab-box2 .tab-pane {
	padding: 30px 20px;
	background: #f8f8f8;
	border: 1px solid #eeeeee;
}

.single-prod-tab-box.tab-box2 .tab-pane p {
	margin-bottom: 20px;
}

.related-products {
	background: #f8f8f8;
}

/*-------------------------------------------------*/
/* =  Shopping cart page
/*-------------------------------------------------*/
.shopping-cart-section {
	padding-bottom: 80px;
}

.checking-form {
	margin: 0;
}

.checking-form .table {
	margin-bottom: 30px;
}

.checking-form .table th,
.checking-form .table td {
	padding: 24px;
	vertical-align: middle;
	border: none;
}

.checking-form .table th {
	border-bottom: 1px solid #e0e0e0;
	color: #999999;
	font-size: 11px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1.6px;
}

.checking-form .table td {
	border-bottom: 1px solid #e4e4e4;
	color: #222222;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1.6px;
}

.checking-form .table td a.remove-item {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #222222;
	font-size: 13px;
}

.checking-form .table td a.remove-item:hover {
	color: #f27935;
}

.checking-form .table td h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	font-size: 13px;
	font-weight: 900;
	margin: 0 0 5px 0;
}

.checking-form .table td h2 a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #222222;
}

.checking-form .table td h2 a:hover {
	color: #f27935;
}

.checking-form .table td span.rating i {
	font-size: 12px;
	color: #999999;
}

.checking-form .table td span.rating i[data-rated="rated"] {
	color: #ffba00;
}

.checking-form .table td img {
	width: 90px;
	border: 1px solid #cccccc;
}

.checking-form .table td div.quantity-add {
	display: inline-block;
	overflow: hidden;
}

.checking-form .table td button {
	width: 32px;
	height: 38px;
	display: inline-block;
	border: 1px solid #cccccc;
	text-align: center;
	line-height: 35px;
	color: #222222;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	outline: none;
	margin: 0px;
	padding: 0;
	background: transparent;
	float: left;
}

.checking-form .table td input {
	display: inline-block;
	float: left;
	width: 36px;
	height: 38px;
	border: 1px solid #cccccc;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	margin: 0;
	line-height: 34px;
	color: #222222;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	outline: none;
	text-align: center;
	padding: 0;
	background: transparent;
}

.checking-form .checkout-buttons {
	overflow: hidden;
	margin-bottom: 40px;
}

.checking-form .checkout-buttons .left-buttons {
	float: left;
	width: 50%;
}

.checking-form .checkout-buttons .left-buttons input[type="text"] {
	outline: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	border: 1px solid #e6e6e6;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #cccccc;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 10px;
	width: 170px;
}

.checking-form .checkout-buttons .left-buttons input[type="text"]:focus {
	border: 1px solid #f27935;
}

.checking-form .checkout-buttons .right-buttons {
	float: left;
	width: 50%;
	text-align: right;
}

.checking-form .checkout-buttons a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	padding: 9px 17px;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	color: #f27935;
	background: transparent;
	border: 2px solid #f27935;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	margin-left: 7px;
}

.checking-form .checkout-buttons a:hover {
	background: #f27935;
	color: #ffffff;
}

.checking-form .total-box {
	overflow: hidden;
}

.checking-form .total-box .inner-total {
	width: 360px;
	float: right;
}

.checking-form .total-box .inner-total h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px;
	padding-bottom: 16px;
}

.checking-form .total-box .inner-total .table td {
	padding: 7px 0;
	color: #999999;
	font-weight: 700;
	letter-spacing: 1.6px;
	border: none;
}

.checking-form .total-box .inner-total .table td span {
	color: #222222;
	font-weight: 400;
	text-transform: initial;
}

/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
	background-color: #F19332;
	color: white;
	padding: 10px 0 8px 0;
}

footer .footer-widgets {
	padding-bottom: 30px;
}

footer .footer-widgets .widgets {
	margin-bottom: 40px;
}

footer .footer-widgets .widgets ul.tag-list {
	margin: 0;
	padding: 0;
}

footer .footer-widgets .widgets ul.tag-list li {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 2px;
}

footer .footer-widgets .widgets ul.tag-list li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #ffffff;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding: 7px 15px;
	border: 1px solid #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: transparent;
}

footer .footer-widgets .widgets ul.tag-list li a:hover {
	background: #ffffff;
	color: #f27935;
}

footer .footer-widgets .widgets ul.flickr-list {
	margin: 0;
	padding: 0;
}

footer .footer-widgets .widgets ul.flickr-list li {
	display: inline-block;
	margin-bottom: 3px;
	margin-right: 0px;
}

footer .footer-widgets .widgets ul.flickr-list li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

footer .footer-widgets .widgets ul.flickr-list li a img {
	max-width: 80px;
}

footer .footer-widgets .widgets ul.flickr-list li a:hover {
	opacity: 0.7;
}

footer .footer-widgets .widgets ul.popular-list {
	margin: 0;
	padding: 0;
}

footer .footer-widgets .widgets ul.popular-list li {
	list-style: none;
	overflow: hidden;
	margin-bottom: 10px;
}

footer .footer-widgets .widgets ul.popular-list li img {
	float: left;
}

footer .footer-widgets .widgets ul.popular-list li h2 {
	margin-left: 60px;
	font-size: 12px;
	margin-bottom: 2px;
	font-weight: 400;
	text-transform: inherit;
}

footer .footer-widgets .widgets ul.popular-list li h2 a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #ffffff;
}

footer .footer-widgets .widgets ul.popular-list li h2 a:hover {
	color: #f27935;
}

footer .footer-widgets .widgets ul.popular-list li span {
	display: block;
	margin: 0;
	margin-left: 60px;
	color: #f27935;
	font-size: 11px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}

footer h2 {
	color: #222222;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 30px;
	letter-spacing: 1.5px;
}

footer h1 {
	color: #222222;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 0 30px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

footer ul.social-list {
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

footer ul.social-list li {
	display: inline-block;
	margin: 0;
	margin-right: 8px;
}

footer ul.social-list li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	background: #f27935;
	font-size: 12px;
	text-align: center;
}

footer ul.social-list li a:hover {
	background: #ffffff;
	color: #222222;
}

footer p.copyright {
	padding: 25px 0;
	border-top: 1px dotted #717173;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
	text-align: center;
}

footer .payment {
	width: 3.75rem;
	height: 2.25rem;
	display: inline-block;
	background: no-repeat center/100% 100%;
	vertical-align: middle;
	font-style: normal;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}

footer .payment-americanexpress {
	background-image: url("../images/payments/americanexpress.svg");
}

footer .payment-americanexpress-dark {
	background-image: url("/public/images/payments/americanexpress-dark.svg");
}

footer .payment-mastercard {
	background-image: url("../images/payments/mastercard.svg");
}

footer .payment-mastercard-dark {
	background-image: url("/public/images/payments/mastercard-dark.svg");
}

footer .payment-visa {
	background-image: url("../images/payments/visa.svg");
}

footer .payment-visa-dark {
	background-image: url("/public/images/payments/visa-dark.svg");
}

/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1900px) {
	.vertical-header header {
		padding-top: 100px;
	}

	.vertical-header header .logo {
		margin-bottom: 40px;
	}

	.vertical-header .page-banner-section {
		padding: 70px 85px 70px 25px;
	}
}

@media (max-width: 1500px) {

	.portfolio-box .project-post,
	.portfolio-section.black-style .portfolio-box.fullwidth .project-post,
	.blog-section.masonry .blog-box.fullwidth .blog-post,
	#portfolio-section .portfolio-box .project-post,
	#portfolio-section2 .portfolio-box .project-post {
		width: 25%;
	}

	.portfolio-section.grid-style .portfolio-box.fullwidth .project-post,
	.portfolio-section.vertical-style .portfolio-box.fullwidth .project-post {
		width: 33.33%;
	}

	.portfolio-section.masonry-style .portfolio-box.fullwidth .project-post {
		width: 20%;
	}

	.portfolio-section.alt-style .portfolio-box .project-post .hover-box .inner-hover {
		top: 15px;
		padding: 0 15px;
	}

	.portfolio-section.alt-style .portfolio-box .project-post .hover-box a {
		margin-top: -20px;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
	}

	.portfolio-section.alt-style .portfolio-box .project-post .hover-box a i {
		font-size: 15px;
	}

	.portfolio-section.alt-style .portfolio-box .project-post .hover-box a.zoom {
		margin-left: -70px;
	}

	.portfolio-section.alt-style .portfolio-box .project-post .hover-box a.link {
		margin-left: -20px;
	}

	.portfolio-section.alt-style .portfolio-box .project-post .hover-box a.like {
		margin-left: 30px;
	}

	.blog-section.alternative .blog-box .blog-post.small-size {
		width: 25%;
	}

	.blog-section.alternative .blog-box .blog-post.big-size {
		width: 50%;
	}

	#news-section .news-box .owl-arrows {
		margin-top: -150px;
	}

	#feature-section .feature-box .feature-post {
		width: 25%;
	}

	#feature-section .feature-box .feature-post.snd-size {
		width: 50%;
	}

	#about-section4 .about-box .about-post .post-content {
		padding: 0 15px;
	}

	.marketing-box .product .hover-mark h1.offer {
		font-size: 25px;
	}

	.marketing-box .product .hover-mark h2 {
		font-size: 15px;
	}
}

@media (max-width: 1199px) {

	.portfolio-box .project-post,
	.portfolio-section.black-style .portfolio-box.fullwidth .project-post,
	.blog-section.masonry .blog-box.fullwidth .blog-post,
	#portfolio-section .portfolio-box .project-post,
	#portfolio-section2 .portfolio-box .project-post {
		width: 33.33%;
	}

	.portfolio-section.grid-style .portfolio-box.fullwidth .project-post {
		width: 50%;
	}

	.portfolio-section.masonry-style .portfolio-box.fullwidth .project-post {
		width: 25%;
	}

	.portfolio-section.alt-style .portfolio-box .project-post,
	.portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post {
		width: 25%;
	}

	.portfolio-section.alt-style .portfolio-box .project-post.snd-size,
	.portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post.snd-size,
	.portfolio-section.vertical-style .portfolio-box.col3 .project-post,
	.portfolio-section.vertical-style .portfolio-box.fullwidth .project-post {
		width: 50%;
	}

	.vertical-header .container {
		max-width: 100%;
	}

	.blog-section.alternative .blog-box .blog-post.big-size.cont-post-r .cont-box,
	.blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .cont-box,
	.blog-section.alternative .blog-box .blog-post.small-size .cont-box {
		padding: 10px 10px;
	}

	.error-section,
	.comming-soon-section {
		min-height: inherit !important;
		padding: 100px 0;
	}

	.error-section .error-content {
		position: relative;
		top: inherit;
		left: inherit;
		margin-top: 0;
	}

	#about-section .about-box .about-post {
		width: 50%;
	}

	#feature-section .feature-box .feature-post.feature-text-post .inner-feature {
		margin-top: -75px;
	}

	#feature-section .feature-box .feature-post.feature-text-post .inner-feature i {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 22px;
		margin-bottom: 15px;
	}

	#feature-section .feature-box .feature-post.feature-text-post .inner-feature h2 {
		font-size: 14px;
		margin-bottom: 12px;
	}

	#about-section4 .about-box .about-post .post-content .member-text {
		padding-right: 8px;
	}

	#about-section4 .about-box .about-post .post-content .member-skills {
		padding-left: 8px;
	}

	#services-section2 .services-box-line .services-post {
		width: 50%;
	}

	.marketing-box .product {
		width: 50%;
		margin-bottom: 1px;
	}
}

@media (max-width: 1100px) {
	#about-section .about-box .about-post {
		width: 50%;
	}

	#about-section .about-box {
		padding-top: 0;
	}

	#about-section .about-box .about-post .about-post-content a {
		margin-top: 20px;
	}

	#about-section .about-box .about-post,
	#about-section .about-box .inner-about-box {
		margin-top: 0;
	}

	#about-section .about-box .about-post:hover .hover-about {
		padding-top: 150px;
	}

	#news-section .news-box .owl-arrows {
		display: none;
	}
}

@media (max-width: 991px) {
	header .navbar-nav>li>a {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.portfolio-box .project-post,
	#portfolio-section .portfolio-box .project-post,
	#portfolio-section2 .portfolio-box .project-post {
		width: 50%;
	}

	#statistic-section .statistic-post {
		margin-bottom: 36px;
	}

	.page-banner-section {
		text-align: center;
	}

	.page-banner-section ul {
		text-align: center;
	}

	.portfolio-section.grid-style .portfolio-box,
	.portfolio-section.masonry-style .portfolio-box {
		width: 740px;
		margin-left: -10px;
	}

	.portfolio-section.grid-style .portfolio-box .project-post,
	.portfolio-section.masonry-style .portfolio-box .project-post {
		width: 350px;
	}

	.portfolio-section.grid-style .portfolio-box.col3 .project-post {
		width: 350px;
	}

	.portfolio-section.masonry-style .portfolio-box.col4 .project-post {
		width: 226px;
	}

	.portfolio-section.masonry-style .portfolio-box.fullwidth .project-post {
		width: 33.33%;
	}

	.portfolio-section.alt-style .portfolio-box .project-post,
	.portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post,
	.portfolio-section.black-style .portfolio-box.col3 .project-post,
	.portfolio-section.black-style .portfolio-box.fullwidth .project-post,
	.blog-section.masonry .blog-box.fullwidth .blog-post {
		width: 50%;
	}

	.portfolio-section.alt-style .portfolio-box .project-post.snd-size,
	.portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post.snd-size,
	.portfolio-section.alt-style.white-style .portfolio-box .project-post.snd-size,
	#portfolio-section3 .portfolio-box .project-post.snd-size {
		width: 100%;
	}

	.portfolio-section.alt-style.white-style .portfolio-box .project-post,
	#portfolio-section3 .portfolio-box .project-post {
		width: 50%;
	}

	.vertical-header header {
		position: relative;
		width: 100%;
		max-width: 100%;
		height: auto !important;
		padding-top: 0;
	}

	.vertical-header header .logo {
		text-align: center;
		padding: 10px 5px 0px;
		margin-bottom: 0;
	}

	.vertical-header nav.menu {
		max-height: 250px;
		overflow-y: scroll;
		overflow-x: hidden;
		display: none;
		text-align: center;
	}

	.vertical-header nav.menu>li>a {
		margin-bottom: 10px;
		padding: 0;
	}

	.vertical-header header nav ul li.drop ul.dropdown,
	.vertical-header header nav ul li.drop div.ver-megadropdown {
		position: relative;
		text-align: center;
		top: 0;
		left: 0;
		width: 100%;
		visibility: visible;
		opacity: 1;
		border: none;
		padding: 0;
	}

	.vertical-header header nav ul li.drop ul.dropdown li a,
	.vertical-header header nav ul li.drop div.ver-megadropdown li a {
		background: transparent;
		text-align: center;
		border: none;
		padding: 8px 25px;
	}

	.vertical-header header nav ul li.drop div.ver-megadropdown ul {
		width: 100%;
	}

	.vertical-header header nav ul li.drop div.ver-megadropdown li {
		float: none;
		display: block;
		margin: 0;
		width: 100%;
	}

	.vertical-header header nav ul li.drop div.ver-megadropdown li a {
		padding: 0;
	}

	.vertical-header a.elemadded {
		display: block;
	}

	.vertical-header #content {
		margin-left: 0;
	}

	.vertical-header .page-banner-section {
		padding: 40px 15px 40px 15px;
	}

	.blog-section.standard:before {
		display: none;
	}

	.blog-section.standard .blog-box {
		background: transparent;
		padding-right: 0;
	}

	.blog-section.grid .blog-box.timeline .blog-post.timeline-left {
		padding-right: 40px;
	}

	.blog-section.grid .blog-box.timeline .blog-post.timeline-right {
		padding-left: 40px;
	}

	.blog-section.grid .blog-box.timeline .blog-post.timeline-left .post-content span.timeline-point {
		right: -54px;
	}

	.blog-section.grid .blog-box.timeline .blog-post.timeline-right .post-content span.timeline-point {
		left: -54px;
	}

	.blog-section.masonry .blog-box {
		width: 740px;
	}

	.blog-section.masonry .blog-box .blog-post {
		width: 350px;
	}

	.vertical-header .blog-section.masonry .blog-box .blog-post {
		width: 340px;
	}

	.blog-section.alternative .blog-box .blog-post.small-size {
		width: 100%;
	}

	.blog-section.alternative .blog-box .blog-post.big-size {
		width: 100%;
	}

	.blog-section.alternative .blog-post .cont-box {
		min-height: inherit !important;
	}

	.blog-section.single2 .blog-post.single-post .post-gal .hover-single {
		bottom: 10px;
	}

	.blog-section.single2 .blog-post.single-post .post-gal .hover-single .container .title-post h1 {
		font-size: 15px;
	}

	.blog-section.single2 .blog-post.single-post .post-gal .hover-single .container .date-post,
	.blog-section.single2 .blog-post.single-post .post-gal .hover-single .container .title-post ul.post-tags {
		display: none;
	}

	.blog-section.single2 .blog-post.single-post .post-gal .hover-single .container .title-post,
	.blog-section.single2 .blog-post.single-post .post-content {
		margin-left: 0;
	}

	.error-section,
	.comming-soon-section {
		padding: 50px 0;
	}

	#features-section .features-box .feature-img-post {
		text-align: center;
	}

	#subscribe-line-section label {
		display: block;
		margin-right: 0;
	}

	#news-section2 .news-box .news-post .news-title .date-post {
		display: none;
	}

	#news-section2 .news-box .news-post .news-title h2 {
		margin: 0;
	}

	#news-section2 .news-box .news-post .news-content p,
	#news-section2 .news-box .news-post .news-content a {
		margin-left: 0;
	}

	#feature-section .feature-box .feature-post {
		width: 100%;
	}

	#feature-section .feature-box .feature-post.snd-size {
		width: 100%;
	}

	#feature-section .feature-box .feature-post.feature-text-post {
		min-height: inherit !important;
	}

	#feature-section .feature-box .feature-post.feature-text-post .inner-feature {
		position: initial !important;
		top: inherit;
		left: inherit;
		padding: 30px 15px;
		margin-top: 0px;
		height: auto;
	}

	#about-section4 .about-box .about-post {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}

	#about-section4 .about-box .about-post img {
		margin-bottom: 20px;
	}

	#statistic-section4 .statistic-post span.timer {
		margin-top: 30px;
		display: inline-block;
	}

	#news-section3 .news-box {
		width: 750px;
	}

	#shop-section2 .products-box .product-post {
		width: 50%;
		margin-bottom: 2px;
	}

	.checking-form .checkout-buttons .left-buttons,
	.checking-form .checkout-buttons .right-buttons {
		width: 100%;
		text-align: left;
		float: none;
	}

	.checking-form .checkout-buttons .left-buttons a,
	.checking-form .checkout-buttons .right-buttons a {
		margin-right: 6px;
		margin-left: 0;
		margin-bottom: 6px;
	}

	.checking-form .checkout-buttons .left-buttons input,
	.checking-form .checkout-buttons .right-buttons input {
		margin-right: 6px;
	}

	.checking-form .total-box .inner-total {
		width: 100%;
		float: none;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-toggle {
		margin-top: 19px;
	}

	header.active .navbar-default .navbar-toggle {
		margin-top: 19px;
	}

	header .navbar-nav>li>a {
		padding: 4px 15px !important;
		color: #222222 !important;
	}

	header .navbar-nav>li>a.open-search {
		display: none;
	}

	.megadrop-down {
		position: relative;
		visibility: visible;
		opacity: 1;
		top: inherit;
		left: inherit;
		background: transparent;
		padding: 5px 25px;
		box-shadow: none !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		-o-box-shadow: none !important;
	}

	.megadrop-down .dropdown h2 {
		display: none;
	}

	.megadrop-down .dropdown ul li {
		padding-bottom: 0px;
	}

	.megadrop-down .dropdown ul li a {
		padding-bottom: 9px;
	}

	.megadrop-down .dropdown a.comming {
		display: none;
	}

	ul.drop-down {
		position: relative;
		visibility: visible;
		opacity: 1;
		top: inherit;
		left: inherit;
		background: transparent;
		width: 100%;
		border-top: none;
	}

	#portfolio-section ul.filter li {
		margin: 0 5px 4px;
	}

	#clients-section .clients-box ul.client-list li {
		width: 33.33%;
	}

	.portfolio-section.grid-style .portfolio-box,
	.portfolio-section.masonry-style .portfolio-box {
		width: 100%;
		margin-left: 0;
	}

	.portfolio-section.grid-style .portfolio-box .project-post,
	.portfolio-section.masonry-style .portfolio-box .project-post {
		width: 100%;
		margin: 10px 0;
	}

	.portfolio-section.grid-style .portfolio-box.col3 .project-post,
	#portfolio-section .portfolio-box .project-post,
	#portfolio-section2 .portfolio-box .project-post,
	#portfolio-section3 .portfolio-box .project-post {
		width: 100%;
	}

	.portfolio-section.grid-style .portfolio-box.fullwidth .project-post {
		width: 100%;
	}

	.portfolio-section.masonry-style .portfolio-box.col4 .project-post {
		width: 100%;
	}

	.portfolio-section.masonry-style .portfolio-box.fullwidth .project-post {
		width: 50%;
	}

	.portfolio-section.alt-style .portfolio-box .project-post,
	.portfolio-section.alt-style.white-style-fullwidth .portfolio-box .project-post,
	.portfolio-section.alt-style.white-style .portfolio-box .project-post {
		width: 100%;
	}

	.portfolio-section.alt-style.white-style-fullwidth .portfolio-box {
		margin-left: 5px;
		margin-right: 5px;
	}

	.portfolio-section.black-style .portfolio-box .project-post,
	.portfolio-section.black-style .portfolio-box.col3 .project-post,
	.portfolio-section.black-style .portfolio-box.fullwidth .project-post,
	.portfolio-section.vertical-style .portfolio-box .project-post,
	.portfolio-section.vertical-style .portfolio-box.col3 .project-post,
	.portfolio-section.vertical-style .portfolio-box.fullwidth .project-post,
	.blog-section.masonry .blog-box.fullwidth .blog-post {
		width: 100%;
	}

	.blog-section .blog-box .blog-post .post-content .date-post {
		display: none;
	}

	.blog-section .blog-box .blog-post .post-content .post-content-text,
	.blog-section.standard .blog-box .blog-post .post-content {
		margin-left: 0;
	}

	.blog-section .blog-box .blog-post .post-content .post-content-text h2 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.blog-section.standard .blog-box .blog-post .date-post {
		display: none;
	}

	.blog-section.grid .blog-box.timeline .blog-post.timeline-left {
		padding-right: 0px;
		width: 100%;
		float: none;
	}

	.blog-section.grid .blog-box.timeline .blog-post.timeline-right {
		padding-left: 0px;
		width: 100%;
		float: none;
	}

	.blog-section.grid .blog-box.timeline .blog-post.timeline-left .post-content span.timeline-point {
		display: none;
	}

	.blog-section.grid .blog-box.timeline .blog-post.timeline-right .post-content span.timeline-point {
		display: none;
	}

	.blog-section.grid .blog-box.timeline:after {
		display: none;
	}

	.blog-section.masonry .blog-box {
		width: 100%;
		margin-left: 0;
	}

	.blog-section.masonry .blog-box .blog-post {
		width: 100%;
		margin: 10px 0;
	}

	.blog-section.alternative .blog-box .blog-post.big-size.cont-post-r .gal-post,
	.blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .gal-post,
	.blog-section.alternative .blog-box .blog-post.big-size.cont-post-r .cont-box,
	.blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .cont-box {
		float: none;
		width: 100%;
	}

	.blog-section.alternative .blog-box .blog-post.big-size.cont-post-r .gal-post:before,
	.blog-section.alternative .blog-box .blog-post.big-size.cont-post-l .gal-post:before {
		display: none;
	}

	.blog-section.medium .blog-box .blog-post img,
	.blog-section.medium .blog-box .blog-post .post-content,
	.blog-section.medium .blog-box .blog-post .flexslider {
		float: none;
		width: 100%;
	}

	.vertical-header .blog-section.masonry .blog-box .blog-post {
		width: 100%;
	}

	.blog-post.single-post .comment-section {
		padding-left: 0;
	}

	.blog-post.single-post .comment-section ul.depth .comment-box {
		padding-left: 0;
	}

	.blog-post.single-post h1 {
		font-size: 16px;
	}

	.blog-section.single2 .blog-post.single-post .post-gal img {
		min-height: 150px;
	}

	.accord-content {
		padding-left: 0;
	}

	.accord-title p {
		margin-left: 0;
	}

	.tabs-accord-section .tab-posts-box .tab-pane img {
		float: none;
		margin: 0 0 20px;
		max-width: 100%;
	}

	.tp-caption.small_text p.line {
		display: none;
	}

	.tp-banner-container {
		margin-top: 0px;
	}

	.navbar.navbar-default.navbar-fixed-top.not-visible .navbar-brand {
		margin-left: 0px !important;
	}

	.navbar.navbar-default.navbar-fixed-top.not-visible .navbar-brand img {
		width: 150px !important;
	}

	#banner-section a {
		margin: 5px 10px;
	}

	#about-section .about-box .about-post .about-post-content {
		padding: 0 10px 30px;
	}

	#subscribe-line-section input[type="text"] {
		display: block;
		max-width: 100%;
		margin: 0 auto 10px;
	}

	#news-section .item.news-post .news-content .date-post {
		display: none;
	}

	#news-section .item.news-post .news-content .news-content-text {
		margin-left: 0;
	}

	#clients-section2 #bx-pager a {
		max-width: 50px;
		display: inline-block;
	}

	#clients-section2 #bx-pager a img {
		width: 100%;
	}

	#statistic-section3 .statistic-post {
		width: 50%;
		margin-right: 0;
		margin-bottom: 1px;
	}

	#about-section4 .about-box .about-post .post-content .member-text {
		padding: 0;
		float: none;
		width: 100%;
		border-right: none;
		border-bottom: 1px dotted #999999;
		margin-bottom: 25px;
		text-align: left;
	}

	#about-section4 .about-box .about-post .post-content .member-skills {
		padding: 0;
		float: none;
		width: 100%;
	}

	#news-section3 .news-box {
		width: 100%;
		margin-left: 0;
	}

	.tab-posts-box ul.nav-tabs li a {
		padding: 6px 5px;
		letter-spacing: 0.9px;
	}

	.single-prod-tab-box.tab-box2 ul.nav-tabs {
		float: none;
		width: 100%;
	}

	.single-prod-tab-box.tab-box2 .tab-content {
		margin-left: 0;
	}

	.single-prod-tab-box.tab-box2 ul.nav-tabs li.active a {
		border-right: 1px solid #eeeeee !important;
	}

	.marketing-box .product {
		width: 100%;
	}

	.navbar-nav li.shopping-cart .shopping-cart-drop {
		position: relative;
		opacity: 1;
		visibility: visible;
		width: 100%;
	}
}

@media (max-width: 500px) {
	#team-section2 .team-box .team-post .team-member img {
		float: none !important;
		width: 100%;
	}

	#team-section2 .team-box .team-post .team-member {
		margin-bottom: 30px;
	}

	#team-section2 .team-box .team-post .team-member .member-content {
		margin: 0 !important;
	}

	.portfolio-box .project-post {
		width: 100%;
	}

	.portfolio-section.masonry-style .portfolio-box.fullwidth .project-post {
		width: 100%;
	}

	.blog-post.single-post .autor-post img {
		float: none;
		width: 100%;
	}

	.blog-post.single-post .autor-post .autor-content {
		margin-left: 0;
	}

	#about-section .about-box .about-post {
		width: 100%;
	}

	#clients-section2 #bx-pager {
		margin-bottom: 20px;
	}

	#clients-section2 #bx-pager a {
		max-width: 30px;
		display: inline-block;
	}

	#clients-section2 #bx-pager a img {
		width: 100%;
	}

	#statistic-section3 .statistic-post {
		width: 100%;
	}

	#products-section {
		padding-top: 65px;
	}

	#services-section2 .services-box-line .services-post {
		width: 100%;
	}

	#shop-section2 .products-box .product-post {
		width: 100%;
		margin-bottom: 2px;
	}
}


.home-pricing {
	background: url(https://eastsbeach.com.au/assets/Uploads/_resampled/SetWidth2000-Kiama-Events-Easts-Beach-PB.jpg);
	background-size: cover;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.home-pricing .table-container {
	background-color: white;
	border-radius: 20px;
	color: #1271B9;
	font-size: 19px;
	padding: 14px 28px;
	margin: 40px;
	display: inline-block;
}

.home-pricing td {
	padding: 7px !important;
}

.home-pricing td small {
	font-size: 12px;
	font-weight: 100;
}

.home-pricing .category {
	border-right: 1px solid #1FB3FF;
	font-size: 16px;
}

.home-pricing .type {
	border-left: 2px solid rgba(170, 226, 255, 1);
	border-bottom: 2px solid rgba(170, 226, 255, 1);
	font-size: 16px;
}

.home-pricing tbody td:not(:first-child) {
	border-left: 2px solid rgba(170, 226, 255, 1);
}

.home-pricing thead tr:first-child td:first-child {
	border-bottom: 2px solid rgba(170, 226, 255, 1);
}

.home-pricing tbody tr:not(:last-child) td:not(:first-child) {
	border-bottom: 2px solid rgba(170, 226, 255, 1);
}

.home-pricing tbody tr:not(:last-child) td:first-child {
	border-bottom: 2px solid rgba(170, 226, 255, 1);
}

.home-pricing .type:last-child {
	/*border-right: 0px solid #1FB3FF;*/
	/*font-size: 16px;*/
}

.home-why-join .feature-container {
	padding: 15px;
}

.home-why-join .feature {
	border: 1px solid whitesmoke;
	box-shadow: 0px 7px 6px -7px rgba(0, 0, 0, 0.25);
	height: 450px;
}

.home-why-join .feature img {
	height: 202px;
	margin-bottom: 10px;
	width: 100%;
	max-width: 315px;
	margin: 0 auto;
	display: block;
}

.home-why-join .title {
	font-size: 19px;
	margin-bottom: 5px;
	padding-left: 5px;
}

.home-why-join .description {
	font-size: 16px;
	padding: 5px;
}

.schedule-header {
	background-color: rgb(18, 113, 185);
	color: white;
	padding: 21px;
}

.schedule-header p {
	color: white;
}

.home-how {
	background-color: #f27935;
	color: white;
	overflow: hidden;
	padding: 30px 0;
}

.home-how p,
.home-compensation p {
	color: white;
	font-size: 16px;
	padding: 11px 0;
}

.home-how i.fa-search {
	position: absolute;
	font-size: 324px;
	right: -219px;
	top: -67px;
	color: rgba(255, 255, 255, 0.29);
}

.home-how i.fa-ship {
	position: absolute;
	font-size: 324px;
	left: -321px;
	bottom: -67px;
	color: rgba(255, 255, 255, 0.29);
}

.home-how h1,
.home-compensation h1 {
	margin-bottom: 50px;
}

.home-compensation {
	background-color: #1271B9;
	color: white;
	margin-top: -21px;
	overflow: hidden;
	padding: 30px 0;
}

.home-compensation i.fa-money {
	position: absolute;
	font-size: 324px;
	right: -266px;
	bottom: -98px;
	color: rgba(255, 255, 255, 0.29);
}

.home-compensation i.fa-usd {
	position: absolute;
	font-size: 324px;
	left: -176px;
	top: -98px;
	color: rgba(255, 255, 255, 0.29);
}

.how-steps .step {
	margin: 30px 0;
}

.how-steps .number {
	background-color: #F27935;
	color: white;
	display: inline-block;
	height: 75px;
	font-size: 60px;
	line-height: 70px;
	padding-left: 21px;
	vertical-align: middle;
	width: 75px;
}

.how-steps .text {
	display: inline-block;
	padding-top: 3px;
	padding-left: 15px;
	vertical-align: middle;
	width: 70%;
}

.how-steps p {}

.navbar.navbar-default {
	background-color: #1271B9;
}

header.active .navbar-nav>li>a {
	color: white !important;
}

header.active .navbar-nav>li>a:hover {
	color: #F27935 !important;
}

.navbar.navbar-default.navbar-fixed-top.not-visible {
	background: rgba(255, 255, 255, 0);
}


.navbar.navbar-default.navbar-fixed-top.not-visible .navbar-brand {
	/*background: url(/images/incruises_logo_white.png);*/
	/*background-size: 100% 100%;*/
	margin-left: -100px;
	height: 89px;
	width: 300px;
	transition: all 0.2s ease-in;
}

.navbar.navbar-default.navbar-fixed-top.not-visible .navbar-brand img {
	width: 300px;
}

.navbar.navbar-default.navbar-fixed-top.not-visible .nav.navbar-nav.navbar-right.full-menu {
	display: none;
}

.navbar.navbar-default.navbar-fixed-top.not-visible .nav.navbar-nav.navbar-right.login-menu {
	display: inline-block;
	margin-right: -97px;
}

.navbar.navbar-default.navbar-fixed-top.not-visible .nav.navbar-nav.navbar-right.login-menu li {
	border: 1px solid rgba(255, 255, 255, 0.51);
	border-radius: 7px;
	cursor: pointer;
	margin-right: 15px;
	padding: 0px;
	margin-top: 25px;
	transition: all 0.2s ease-in;
}

.navbar.navbar-default.navbar-fixed-top.not-visible .nav.navbar-nav.navbar-right.login-menu li:hover {
	background-color: #F3941F;
}

.navbar.navbar-default.navbar-fixed-top.not-visible .nav.navbar-nav.navbar-right.login-menu li a {
	color: white !important;
	padding: 13px;
}

.navbar.navbar-default.navbar-fixed-top .nav.navbar-nav.navbar-right.login-menu {
	display: none;
}

.registration {
	border-radius: 4px;
	background-color: #FFFFFF;
	margin: 0 auto;
	max-width: 400px;
	padding: 21px;
}

.registration h1 {
	font-size: 22px;
}

.registration form input:not([type=radio]):not(#mobile-number) {
	display: inline-block;
	line-height: normal;
	border: 1px solid #CCC;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-radius: 6px;
	margin: 4px 0;
	font-size: 14px;
	height: 37px;
	padding: 12px;
	width: 100%;
}

.registration form small {
	color: #5F5F5F;
}

.registration form small a {
	text-decoration: none;
	color: #5F5F5F;
}

.registration form select {
	display: inline-block;
	line-height: normal;
	border: 1px solid #CCC;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-radius: 6px;
	margin: 4px 0;
	font-size: 14px;
	height: 37px;
	padding: 12px;
	width: 100%;
}

.remodal {
	max-width: 445px;
	border-radius: 7px;
}

@media (min-width: 1700px) {
	.tp-banner {
		height: 1000px !important;
	}
}

@media (min-width: 1400px) and (max-width: 1699px) {
	.tp-banner {
		height: 800px !important;
	}
}

@media (max-width: 1399px) {
	.tp-banner {
		height: 650px !important;
	}
}

.video-modal {
	background-color: rgba(0, 0, 0, 0.67);
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 100000;
	right: 0px;
	bottom: 0px;
}

.video-modal .content {
	background-color: white;
	border-radius: 8px;
	color: black;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	bottom: 10px;
	right: 0;
	overflow-y: auto;
	max-height: 633px;
	max-width: 737px;
	top: 20px;
	width: 90%;
}

.video-modal .content i {
	position: absolute;
	right: 0;
	color: gray;
	top: 0;
	font-size: 24px;
	cursor: pointer;
}

.video-modal.active {
	display: block
}

.video-modal .video {
	margin: 20px auto 15px auto;
	height: 54%;
	width: 97%;
	max-width: 700px;
	max-height: 500px;
}

.video-modal .video iframe {
	width: 100%;
	height: 100%;
}


.registration2 form input:not([type=radio]):not(#mobile-number) {
	display: inline-block;
	line-height: normal;
	border: 1px solid #CCC;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-radius: 6px;
	margin: 4px 0;
	font-size: 14px;
	height: 36px;
	padding: 12px;
	width: 100%;
}

.registration2 form small {
	color: #5F5F5F;
}

.registration2 form small a {
	text-decoration: none;
	color: #5F5F5F;
}

.registration2 form select {
	font-size: 21px;
}



/* Fancybox */
.fancybox-overlay {
	background: rgba(255, 255, 255, .9) !important;
}

.fancybox-item.fancybox-close {
	right: auto !important;
	left: -18px !important;
}

.fancybox-close {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


.dont-show-video {
	visibility: none;
	display: none;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 17px;
	bottom: 20px;
	z-index: -100;

}

.dont-show-video.active {
	display: block;
	visibility: visible;
	z-index: 9000;
}

.language-select {
	border: none;
	border-radius: 0px;
	background-color: transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	padding: 10px 16px;
	color: white;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.join-submit-button:disabled {
	background-color: #CCC;
}




@media (max-width: 750px) {
	.nav.navbar-nav.navbar-right.login-menu {
		margin: 0 auto !important;
		float: right;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		background: rgba(18, 113, 185, 0.83);
	}


	.fancybox-skin {
		bottom: 32px;
	}
}





/*NEW PUBLIC*/

.ic-tile-1 {
	background: url('/public/images/new/tile-1.jpg');
	height: 426px;
	background-size: 100% 100%;
	width: 621px;
	padding: 25px;
	margin: 0 auto;
}

.ic-tile-2 {
	background: url('/public/images/new/tile-2.jpg');
	background-size: 100% 100%;
	width: 312px;
	height: 426px;
	margin: 0 auto;
	padding: 25px;
	position: relative;
}

.ic-tile-2 .button {
	position: absolute;
	bottom: 32px;
	right: 27px;
}

.ic-tile-3 iframe {
	height: 100%;
	width: 100%;
}

.ic-tile-3::before {
	content: '';
	display: block;
	height: 100%;
	position: absolute;

	width: 100%;
}

.ic-tile-3 .over {
	position: absolute !important;
	left: 0;
	right: 0;
	top: 10%;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	text-align: center;
}

.ic-tile-3 .over h1 {
	font-weight: bold !important;
}

.ic-tile-3 .over i {
	font-size: 120px;
	margin-top: 60px;
	color: white;
	cursor: pointer;
	opacity: 0.8;
}

.ic-tile-1 p,
.ic-tile-2 p {
	color: black;
	max-width: 489px;
	font-size: 15px;
}

.ic-tile-bg.ic-tile-bg.ic-tile-bg {
	background: url('/public/images/new/tile-bg.jpg');
	height: 600px;
	background-size: 100% 100%;
}

.ic-home-container.ic-home-container {
	max-width: 2000px;
	margin: 0 auto;
}

.white-bg {
	background-color: white;
}

.clear-bg {
	background: transparent !important;
}

.ic-orange-seperator {
	width: 111px;
	margin: 0px auto;
	padding: 10px 0px;
	background: transparent !important;
}

.ic-orange-seperator.top {
	border-top: 2px solid #f19332;
}

.ic-orange-seperator.bottom {
	border-bottom: 2px solid #f19332;
}

.weight-light {
	font-weight: 100 !important;
}

.ic-home-table {
	max-width: 900px;
	margin: 0 auto;
}

.ic-home-table .name {
	float: right;
}

.ic-home-table .row {
	height: 230px;
}

.ic-home-table .col {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	position: relative;
}

.ic-home-table .square {
	background-color: #f19332;
	padding: 20px;
	width: 230px;
}

.ic-home-table .square img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.ic-home-table .orange {
	background-color: #f19332;
	padding: 20px 16px;
	max-width: 284px;
}

.ic-home-table .blue {
	background-color: #1271b9;
	padding: 20px 16px;
	max-width: 284px;
}

.ic-home-table .white {
	padding: 20px;
	max-width: 378px;
}

.ic-home-table .white p {
	color: black;
}

.ic-home-table .orange p,
.ic-home-table .orange h4,
.ic-home-table .blue p,
.ic-home-table .blue h4 {
	color: white;
}

footer.footer {
	background-color: #f19332;
	padding: 15px 20px 0px;
}

footer.footer a {
	text-decoration: none;
	border-bottom: none !important;
}

.button {
	transition: all 0.25s ease;
}

.button:hover {
	text-decoration: none;
	box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.321);
	transform: translateY(-2px);
}

.button.is-orange {
	background-color: #f19332;
	color: white;
	border: none;
}

button.is-outlined.is-white {
	background: transparent;
	border-color: white;
	color: white;
}

f .is-bold {
	font-weight: bold;
}

.ic-video-overview {
	background: url('/public/images/new/company-overview-en.png');
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	margin: 0 auto;
	padding-bottom: 50%;
	text-decoration: none;
}

.ic-video-overview:hover {
	text-decoration: none;
}

.ic-video-overview.es {
	background-image: url('/public/images/new/company-overview-es.png');
}

.ic-video-overview.testimonials {
	background-image: url('/public/images/new/collage-en.jpg');
	text-align: center;
}

.ic-video-overview.testimonials-es {
	background-image: url('/public/images/new/collage-es.jpg');
	text-align: center;
}

.ic-video-overview.testimonials-ru {
	background-image: url('/public/images/new/collage-ru.jpg');
	text-align: center;
}

.ic-video-overview.testimonials-lv {
	background-image: url('/public/images/new/collage-ru.jpg');
	text-align: center;
}

.ic-video-overview.testimonials-mn {
	background-image: url('/public/images/new/collage-ru.jpg');
	text-align: center;
}

.ic-video-overview.testimonials-uz {
	background-image: url('/public/images/new/collage-ru.jpg');
	text-align: center;
}

.ic-video-overview.testimonials-kk {
	background-image: url('/public/images/new/collage-ru.jpg');
	text-align: center;
}

.ic-video-overview.testimonials-uk {
	background-image: url('/public/images/new/collage-ru.jpg');
	text-align: center;
}

.ic-video-overview.testimonials .button {
	margin: 10.2em 0 -4.2em;
	padding: 1.2em 1em;
	font-size: 20px;
}

.ic-video-overview.testimonials-es .button {
	margin: 10.2em 0 -4.2em;
	padding: 1.2em 1em;
	font-size: 20px;
}

.ic-video-overview.testimonials-ru .button {
	margin: 10.2em 0 -4.2em;
	padding: 1.2em 1em;
	font-size: 20px;
}

.ic-video-overview.testimonials-uk .button {
	margin: 10.2em 0 -4.2em;
	padding: 1.2em 1em;
	font-size: 20px;
}

.ic-video-overview.testimonials-uz .button {
	margin: 10.2em 0 -4.2em;
	padding: 1.2em 1em;
	font-size: 20px;
}

.ic-video-overview.testimonials-kk .button {
	margin: 10.2em 0 -4.2em;
	padding: 1.2em 1em;
	font-size: 20px;
}

.ic-video-overview.testimonials-lv .button {
	margin: 10.2em 0 -4.2em;
	padding: 1.2em 1em;
	font-size: 20px;
}

.ic-video-overview.testimonials-mn .button {
	margin: 10.2em 0 -4.2em;
	padding: 1.2em 1em;
	font-size: 20px;
}

.ic-video-overview.es {
	background-image: url('/public/images/new/company-overview-es.png');
}

.ic-video-overview.vanlanen {
	background-image: url('/public/images/new/testimonial-vanlanen.jpg');
}

.ic-video-overview.mochizuki {
	background-image: url('/public/images/new/testimonial-mochizuki.jpg');
}

.ic-video-overview.matsuo {
	background-image: url('/public/images/new/testimonial-matsuo.jpg');
}

.ic-video-overview.masuda {
	background-image: url('/public/images/new/testimonial-masuda.jpg');
}

.ic-video-overview.kitamura {
	background-image: url('/public/images/new/testimonial-kitamura.jpg');
}

.ic-video-overview.kitafuku {
	background-image: url('/public/images/new/testimonial-kitafuku.jpg');
}

.ic-video-overview.kaneko {
	background-image: url('/public/images/new/testimonial-kaneko.jpg');
}

.ic-video-overview.arai {
	background-image: url('/public/images/new/testimonial-arai.jpg');
}

.ic-video-overview.mursanova {
	background-image: url('/public/images/new/testimonial-mursanova.jpg');
}

.ic-video-overview.sultanova {
	background-image: url('/public/images/new/testimonial-sultanova.jpg');
}

.ic-video-overview.sharipov {
	background-image: url('/public/images/new/testimonial-sharipov.jpg');
}

.ic-video-overview.ryskalieva {
	background-image: url('/public/images/new/testimonial-ryskalieva.jpg');
}

.ic-video-overview.abdykasymova {
	background-image: url('/public/images/new/testimonial-abdykasymova.jpg');
}

.ic-video-overview.omarova {
	background-image: url('/public/images/new/testimonial-omarova.jpg');
}

.ic-video-overview.baltabaeva {
	background-image: url('/public/images/new/testimonial-baltabaeva.jpg');
}

.ic-video-overview.daniyar {
	background-image: url('/public/images/new/testimonial-daniyar.jpg');
}

.ic-video-overview.konopyanova {
	background-image: url('/public/images/new/testimonial-konopyanova.jpg');
}

.ic-video-overview.mavlenova {
	background-image: url('/public/images/new/testimonial-mavlenova.jpg');
}

.ic-video-overview.smagulova {
	background-image: url('/public/images/new/testimonial-smagulova.jpg');
}

.ic-video-overview.kabdygali {
	background-image: url('/public/images/new/testimonial-kabdygali.jpg');
}

.ic-video-overview.frost {
	background-image: url('/public/images/new/testimonial-frost.jpg');
}

.ic-video-overview.popova {
	background-image: url('/public/images/new/testimonial-popova.jpg');
}

.ic-video-overview.alimova {
	background-image: url('/public/images/new/testimonial-alimova.jpg');
}

.ic-video-overview.kravchuk {
	background-image: url('/public/images/new/testimonial-kravchuk.jpg');
}

.ic-video-overview.borschenko {
	background-image: url('/public/images/new/testimonial-borschenko.jpg');
}

.ic-video-overview.andronicus {
	background-image: url('/public/images/new/testimonial-andronicus.jpg');
}

.ic-video-overview.efremova {
	background-image: url('/public/images/new/testimonial-efremova.jpg');
}

.ic-video-overview.inga {
	background-image: url('/public/images/new/testimonial-inga.jpg');
}

.ic-video-overview.kolesnikova {
	background-image: url('/public/images/new/testimonial-kolesnikova.jpg');
}

.ic-video-overview.plinger {
	background-image: url('/public/images/new/testimonial-plinger.jpg');
}

.ic-video-overview.ivanova {
	background-image: url('/public/images/new/testimonial-ivanova.jpg');
}

.ic-video-overview.esenova {
	background-image: url('/public/images/new/testimonial-esenova.jpg');
}

.ic-video-overview.kuznets {
	background-image: url('/public/images/new/testimonial-kuznets.jpg');
}

.ic-video-overview.dryga {
	background-image: url('/public/images/new/testimonial-dryga.jpg');
}

.ic-video-overview.kastyanov {
	background-image: url('/public/images/new/testimonial-kastyanov.jpg');
}

.ic-video-overview.maznytsia {
	background-image: url('/public/images/new/testimonial-maznytsia.jpg');
}

.ic-video-overview.donst {
	background-image: url('/public/images/new/testimonial-donst.jpg');
}

.ic-video-overview.west {
	background-image: url('/public/images/new/testimonial-west.jpg');
}

.ic-video-overview.vandyke {
	background-image: url('/public/images/new/testimonial-vandyke.jpg');
}

.ic-video-overview.vandyke-old {
	background-image: url('/public/images/new/testimonial-vandyke-old.png');
}

.ic-video-overview.gallagher {
	background-image: url('/public/images/new/testimonial-gallagher.jpg');
}

.ic-video-overview.boxill {
	background-image: url('/public/images/new/testimonial-boxill.jpg');
}

.ic-video-overview.husson {
	background-image: url('/public/images/new/testimonial-husson.jpg');
}

.ic-video-overview.husson-old {
	background-image: url('/public/images/new/testimonial-husson-old.png');
}

.ic-video-overview.pena {
	background-image: url('/public/images/new/testimonial-pena.jpg');
}

.ic-video-overview.rometo {
	background-image: url('/public/images/new/testimonial-rometo.jpg');
}

.ic-video-overview.rometo-old {
	background-image: url('/public/images/new/testimonial-rometo-old.png');
}

.ic-video-overview.eakin {
	background-image: url('/public/images/new/testimonial-eakin.jpg');
}

.ic-video-overview.prieto {
	background-image: url('/public/images/new/testimonial-prieto.jpg');
}

.ic-video-overview.milleo {
	background-image: url('/public/images/new/testimonial-milleo.jpg');
}

.ic-video-overview.booth {
	background-image: url('/public/images/new/testimonial-booth.jpg');
}

.ic-video-overview.lee {
	background-image: url('/public/images/new/testimonial-lee.jpg');
}

.ic-video-overview.lee-old {
	background-image: url('/public/images/new/testimonial-lee-old.png');
}

.ic-video-overview.rometo-peggy {
	background-image: url('/public/images/new/testimonial-rometo-peggy.jpg');
}

.ic-video-overview.reese {
	background-image: url('/public/images/new/testimonial-reese.jpg');
}

.ic-video-overview.fick {
	background-image: url('/public/images/new/testimonial-fick.jpg');
}

.ic-video-overview.disterhoft {
	background-image: url('/public/images/new/testimonial-disterhoft.jpg');
}

.ic-video-overview.odle {
	background-image: url('/public/images/new/testimonial-odle.jpg');
}

.ic-video-overview.marti {
	background-image: url('/public/images/new/testimonial-marti.jpg');
}

.ic-video-overview.diaz {
	background-image: url('/public/images/new/testimonial-diaz.jpg');
}

.ic-video-overview.ruiz {
	background-image: url('/public/images/new/testimonial-ruiz.jpg');
}

.ic-video-overview.bermejo {
	background-image: url('/public/images/new/testimonial-bermejo.jpg');
}

.ic-video-overview.martinez {
	background-image: url('/public/images/new/testimonial-martinez.jpg');
}

.ic-video-overview.torres {
	background-image: url('/public/images/new/testimonial-torres.jpg');
}

.ic-video-overview.rodriguez {
	background-image: url('/public/images/new/testimonial-rodriguez.png');
}

.ic-video-overview.romero {
	background-image: url('/public/images/new/testimonial-romero.jpg');
}

.ic-video-overview.alba-antonio {
	background-image: url('/public/images/new/testimonial-alba-antonio.jpg');
}

.ic-video-overview.tronco {
	background-image: url('/public/images/new/testimonial-tronco.jpg');
}

.ic-video-overview.morcillo {
	background-image: url('/public/images/new/testimonial-morcillo.jpg');
}

.ic-video-overview.jurado {
	background-image: url('/public/images/new/testimonial-jurado.png');
}

.ic-video-overview.meizoso {
	background-image: url('/public/images/new/testimonial-meizoso.jpg');
}

.ic-video-overview.ayala {
	background-image: url('/public/images/new/testimonial-ayala.jpg');
}

.ic-video-overview.ayala-julio {
	background-image: url('/public/images/new/testimonial-ayala-julio.jpg');
}

.ic-video-overview.heredia {
	background-image: url('/public/images/new/testimonial-heredia.jpg');
}

.ic-video-overview.moreno {
	background-image: url('/public/images/new/testimonial-moreno.jpg');
}

.ic-video-overview.santiago {
	background-image: url('/public/images/new/testimonial-santiago.jpg');
}

.ic-video-overview.collomb {
	background-image: url('/public/images/new/testimonial-collomb.jpg');
}

.ic-video-overview.larrea {
	background-image: url('/public/images/new/testimonial-larrea.jpg');
}

.ic-video-overview.chenoll {
	background-image: url('/public/images/new/testimonial-chenoll.jpg');
}

.ic-video-overview.fagundo {
	background-image: url('/public/images/new/testimonial-fagundo.jpg');
}

.ic-video-overview.ru-209551419 {
	background-image: url('/public/images/ru-images/209551419.png');
}

.ic-video-overview.ru-209551968 {
	background-image: url('/public/images/ru-images/209551968.png');
}

.ic-video-overview.galina {
	background-image: url('/public/images/ru-images/galina.png');
}

.ic-video-overview.ru-209553513 {
	background-image: url('/public/images/ru-images/209553513.png');
}

.ic-video-overview.ru-209554531 {
	background-image: url('/public/images/ru-images/209554531.png');
}

.ic-video-overview.ru-209554677 {
	background-image: url('/public/images/ru-images/209554677.png');
}

.ic-video-overview.irina {
	background-image: url('/public/images/new/testimonial-irina.png');
}

.ic-video-overview.baltabek {
	background-image: url('/public/images/new/testimonial-baltabek.png');
}

.ic-video-overview.ru-209555955 {
	background-image: url('/public/images/ru-images/209555955.png');
}

.ic-video-overview.ru-210487193 {
	background-image: url('/public/images/ru-images/210487193.png');
}

.ic-video-overview.ru-229891897 {
	background-image: url('/public/images/ru-images/229891897.png');
}

.ic-video-overview.ru-229872965 {
	background-image: url('/public/images/ru-images/229872965.png');
}

.ic-video-overview.ru-229872442 {
	background-image: url('/public/images/ru-images/229872442.png');
}

.ic-video-overview.ru-229870339 {
	background-image: url('/public/images/ru-images/229870339.png');
}

.ic-video-overview.ru-229869596 {
	background-image: url('/public/images/ru-images/229869596.png');
}

.ic-video-overview.ru-229869571 {
	background-image: url('/public/images/ru-images/229869571.png');
}

.ic-video-overview .button {
	margin: 5px;
}

.ic-seperator-1 {
	background: url('/public/images/new/seperator-bg-1.jpg');
	background-size: cover;
	background-position: 50% 50%;
	padding-top: 44px;
	padding-bottom: 34px;
}

.ic-seperator-1 button {
	font-size: 12px;
	padding: 3px 61px;
	font-weight: 600;
}

.text-white {
	color: white !important;
}

input.is-outlined {
	background-color: transparent;
	color: white;
}

.faq-container {
	max-width: 500px;
	margin: 0 auto;
	text-align: right;
}

.faq-container .faq-q {
	display: inline-block;
}

.faq-q {
	cursor: pointer;
	font-size: 15px;
	background-color: #1271b9;
	margin: 10px 0;
	position: relative;
	border-radius: 4px;
	padding: 17px;
	display: block;
	margin: 7px auto;
	text-align: right;
	max-width: 600px;

	-webkit-print-color-adjust: exact !important;
}

.faq-q p {
	color: white;
	font-size: 15px;
	max-height: 400px;
	transition: all 0.25s ease-in;
}

.faq-q.alt {
	color: black !important;
	background-color: #f19332;
	text-align: left;
	max-height: 600px;
	min-width: 127px;

	transition: all 0.25s ease-in;
	-webkit-print-color-adjust: exact !important;
}

.faq-q.alt.hide {
	max-height: 0px;
	padding: 0;
	margin: 0;
	opacity: 0;
	display: none;
}

.faq-q:not(.alt) {
	min-width: 290px;
}

@media screen and (max-width: 768px) {
	.faq-q:not(.alt) {
		min-width: auto;
	}
}

.faq-q.hide:not(.alt) {
	display: none;
}

.faq-q.alt.hide p {
	max-height: 0px;
	margin: 0;
}

.faq-q.alt.hide img {
	height: 0px;
}

.faq-q.alt p {
	color: black;
	overflow: hidden;
}

.faq-q.alt ol {
	padding-left: 15px;
}

.faq-q .tail {
	position: absolute;
	bottom: 15px;
	right: -19px;
	left: inheirt;
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #1271b9;
	border-width: 10px;
	border-style: solid;
}

.faq-q.alt .tail {
	left: -19px;
	right: inherit;
	border-color: transparent #f19332 transparent transparent;
}

.faq-q .avatar {
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: inherit;
	right: -63px;
	border-radius: 100%;
}

.faq-q.alt .avatar {
	left: -63px;
	/*right: inherit;
	left: inherit;
	right: -63px;*/
}

.ic-faq .section {
	background-color: transparent;
}

.ic-faq {
	background: url('/public/images/new/faq-bg.jpg');
	min-height: 780px;
	background-position: 53% 100%;
	background-repeat: no-repeat;
	background-color: white;
}


@media (max-width: 979px) {
	.ic-tile-3.ic-tile-3.ic-tile-3 {
		max-width: 100%;
	}

	.ic-tile-1.ic-tile-1.ic-tile-1,
	.ic-tile-2.ic-tile-2.ic-tile-2 {
		margin: 0 auto;
		max-width: 100%;
	}

	.is-1.is-1.is-1 {
		font-size: 40px;
	}

	.is-4.is-4.is-4 {
		padding: 0 42px;
	}

	.ic-tile-bg.ic-tile-bg.ic-tile-bg:not(.not-bigger) {
		height: 1066px;
	}

	.ic-home-table.ic-home-table {
		display: inline-block;
		text-align: center;
	}

	.ic-home-table .row .is-4 {
		padding: 0;
	}

	.ic-home-table .row {
		display: inline-block !important;
		height: inherit;
	}

	.ic-home-table .col {
		margin: 0 auto;
	}
}

.screen-centered {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 80vh;
}

.ic-tile-3 {
	/*position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	top: 0;*/
}

.bckgd-video {
	width: 100%;
}

.bg-movie {
	overflow: hidden;
	min-height: none;
	background: url("/public/images/header_background.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
	height: 100%
}

.bg-movie.hutch {
	background: url("/public/images/hutch_mlm.png");
}

.bg-movie video {
	margin: -5% 0;
	background: transparent;
	width: 100%;
}

.bg-movie .black-overlay {
	height: 100%;
	padding-top: 50px;
}

.black-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	background: rgba(0, 0, 0, 0.2);
}

.bg-movie .text-box {
	bottom: 30%;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}

.text-box h2 {
	color: white;
	text-transform: none;
	font-family: 'Open sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 10px;
	font-size: 38px;
	font-weight: 400;
}

.is-overlay-fixed {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 72px;
	transition: background-color 0.5s ease;
}

.is-overlay-fixed a {
	background: transparent;
	border-color: white;
	color: white;
}

.is-overlay-fixed select {
	background-color: transparent !important;
	border-color: white;
	color: white;
}

.is-overlay-fixed.solid {
	background-color: rgba(255, 255, 255, 0.98);
}

.is-overlay-fixed.solid a {
	color: black;
}

.is-overlay-fixed.solid select {
	border: none;
	color: black;
}

.is-overlay-fixed .select:after {
	border-color: white;
}

.referral-banner {
	padding: 20px 0;
}

.referral-banner.hide {
	display: none;
}

.header-item select {
	min-height: 33px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;

	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.header-item .control {
	margin: 0;
}

.item-invis {
	opacity: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.ic-home-nav {
	position: fixed;
	width: 100%;
	height: 60px;
	transition: all 0.25s ease-in;
	/* IE10 Patch */
	z-index: 99;
	top: 0;
}

/* IE10 Patch */
a img {
	border: none;
}

.header-item select::-ms-expand {
	display: none;
}

/* IE10 Patch */
@media screen and (min-width: 769px) {
	.ic-home-nav .header-left {
		float: left;
	}

	.ic-home-nav .header-right {
		float: right;
	}

	.ic-home-nav .header-item {
		float: left;
		padding-right: 10px;
	}
}

@media (max-width: 770px) {
	.ic-home-nav {
		background-color: rgba(255, 255, 255, 0.98) !important;
		height: 72px;
		padding-bottom: 0px !important;
		padding-top: 0px !important;
	}

	.header-item img {
		height: 41px !important;
	}
}

.ic-home-nav.solid {
	background-color: rgba(255, 255, 255, 0.98) !important;
}

.header-toggle i {
	font-size: 26px;
	color: #717171;
}

.header-toggle {
	position: absolute;
	right: 7px;
	top: 21px;
}

.title.title.title {
	word-break: normal;
}

.is-hidden {
	display: none;
}

.header-menu.is-active {
	background-color: white !important;
	margin-top: -11px;
}

.header-menu.is-active a {
	color: black;
}

.header-menu.is-active select {
	color: black;
	border: 1px solid gray;
}

@media (max-width: 770px) {
	.bg-movie {
		margin-top: 72px;
	}
}

@media (max-width: 500px) {
	.text-box h2 {
		font-size: 30px;
	}

	.is-overlay-fixed {
		background-color: white !important;
		top: 0px;
	}

	.faq-container {
		max-width: 67%;
	}

	.bg-movie .text-box {
		bottom: 0;
		top: 0;
	}

	.faq-q.alt {
		max-height: 1370px;
	}
}

.is-orange {
	background-color: #f3941f;
}

.container-1000 {
	max-width: 1000px;
}

.support-button {
	display: inline-block;
	position: fixed;
	right: 28px;
	bottom: 28px;
	background: #0072bf;
	z-index: 100;
	padding: 14px;
	color: white;
	font-family: Avenir, sans-serif;
	font-weight: 800;
	border-radius: 11px;

	&:hover {
		color: white;
		text-decoration: none;
	}
}

@media screen and (max-width: 576px) {
	.support-button {
		right: 100px;
	}
}

/*_::-webkit-full-page-media, _:future, :root .safari_only {
	top: -350px;
	position: relative;
}*/

.join-submit-button {
	background-color: #F3941F;
	color: white;
	font-size: 20px;
	padding: 15px;
	height: 52px;
	display: inline-block;
	line-height: normal;
	border: 1px solid #CCC;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-radius: 6px;
	margin: 4px 0;
	width: 100%;
}

.remodal {
	overflow: hidden;
}

@media (max-width: 900px) {
	.ic-modal>.content {
		top: 27px;
		bottom: 56px;
	}
}

.ic-modal {
	background-color: rgba(0, 0, 0, 0.30);
	display: none;
	left: 0;
	top: 0;
	z-index: 100;
	position: absolute;
	width: 100%;
	height: 100%;
}

.ic-modal>.fixed {
	position: fixed;
}

.ic-modal>.fixed>.content {
	top: 100px;
}

.icm-modal>.active {
	display: block;
}

.ic-modal>.card {
	max-width: 95%;
	width: 600px;
	position: absolute;
	left: 0;
	max-height: 80%;
	margin-left: auto;
	margin-right: auto;
	right: 0;
	top: 50px;
	z-index: 100;
	overflow: auto;
}


.card>.large {
	width: 750px;
}

.card>.card-body {
	overflow: auto;
}

.ic-modal>.content {
	background-color: white;
	border-radius: 6px;
	box-shadow: 1px 0px 9px -1px rgba(0, 0, 0, 0.48);
	font-weight: 200;
	font-family: "Open Sans";
	left: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 545px;
	padding: 26px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 150px;
	max-height: 600px;
	overflow: auto;
	z-index: 100;
}

.ic-modal>.close {
	color: #A4A3A3;
	cursor: pointer;
	font-size: 19px;
	position: absolute;
	right: 15px;
	top: 10px;
	transition: color 0.2s ease-in;
}

.ic-modal>.close> :hover {
	color: black;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 40, 100, 0.12);
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	margin-bottom: 1.5rem;
	width: 100%;
}

.card-body {
	-ms-flex: 1;
	flex: 1;
	margin: 0;
	padding: 1.5rem 1.5rem;
	position: relative;
}

.card-body+.card-body {
	border-top: 1px solid rgba(0, 40, 100, 0.12);
}

.card-body> :last-child {
	margin-bottom: 0;
}

.card-footer {
	padding: 1.5rem 1.5rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 40, 100, 0.12);
}

.card-footer:last-child {
	border-radius: 0 0 calc(3px - 1px) calc(3px - 1px);
}

.btn-info {
	color: #fff;
	background-color: #45aaf2;
	border-color: #45aaf2;
}

.btn-info:hover {
	color: #fff;
	background-color: #219af0;
	border-color: #1594ef;
}

.btn-info:focus,
.btn-info.focus {
	box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #45aaf2;
	border-color: #45aaf2;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #1594ef;
	border-color: #108ee7;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.5);
}

.float-right {
	float: right !important;
}

@media screen and (max-width: 768px) {
	.pdf__container .button {
		max-width: 100% !important;
	}
}