/**
*
* Contents
* 
* 01. General Styles
* 02. Progress Bars
* 03. Buttons
* 04. Forms
* 05. Accordion
* 06. Header
* 07. Footer
* 08. Sections
* 09. Services
* 10. Video Gallery
* 11. Shop Row
* 12. Team
* 13. Counters
* 14. Portfolio
* 15. Products
* 16. Clients
* 17. Testimonials
* 18. Blog
* 19. Pricing Table
* 20. Video Tabs
* 21. Cards
* 22. Sidebar
* 23. Contact
* 24. Error
* 25. Coming Soon
* 26. Preloader
* 
**/


.color-switcher-wrapper {
	display: none;
	background-color: #fff;
	left: -1px;
	overflow: hidden;
	position: fixed;
	text-align: center;
	top: 30%;
	z-index: 99999;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: 1px solid #414141;
}
.color-switcher-wrapper {
	height: 56px;
	width: 60px;
}
.color-switcher-wrapper.open {
	height: 160px;
	width: 260px;
}
.color-switcher-wrapper .trigger {
	cursor: pointer;
	display: block;
	font-size: 36px;
	padding: 10px 0;
}
.color-switcher-wrapper h4 {
	font-size: 16px;
	margin-bottom: 20px;
	color: #333;
}
.color-switcher-wrapper .color-list ul {
	list-style-type: none;
	margin: 0 15px 10px;
	padding: 0;
	text-align: center;
}
.color-switcher-wrapper .color-list li {
	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 1px 0 0;
	width: 20px;
}
.color-switcher-wrapper .color-list li.red {
	background-color: #ef5122;
}
.color-switcher-wrapper .color-list li.brown {
	background-color: #AD3629;
}
.color-switcher-wrapper .color-list li.green {
	background-color: #318A4c;
}
.color-switcher-wrapper .color-list li.yellow {
	background-color: #FFBB00;
}
.color-switcher-wrapper .color-list li.blue {
	background-color: #077DB4;
}
.color-switcher-wrapper .color-list li.orange {
	background-color: #FF5733;
}
.color-switcher-wrapper .color-list li.dark-pink {
	background-color: #AE3176;
}
.color-switcher-wrapper .color-list li.pink {
	background-color: #EB66BF;
}
.color-switcher-wrapper .color-list li.grey {
	background-color: #5D6D7E;
}
.color-switcher-wrapper .color-list li.light-grey {
	background-color: #AcA6AF;
}
.color-switcher-wrapper .color-list li.turquoise {
	background-color: #008080;
}
.color-switcher-wrapper .color-list li.light-turquoise {
	background-color: #55AAAA;
}
.color-switcher-wrapper .color-list li.red2 {
	background-color: #DB0000;
}
.color-switcher-wrapper .color-list li.orange2 {
	background-color: #FE4600;
}
.color-switcher-wrapper .color-list li.peach {
	background-color: #FF987A;
}
.color-switcher-wrapper .color-list li.light-orange {
	background-color: #FC8E01;
}
.color-switcher-wrapper .color-list li.red3 {
	background-color: #FE0A00;
}
.color-switcher-wrapper .color-list li.blue2 {
	background-color: #376285;
}


/* ==========================================================================
   01. General Styles
   ========================================================================== */

/* Typography
   ========================================================================== */
@import 'https://fonts.googleapis.com/css?family=Arimo:400,700|Poppins:300,400,500,600,700|Montserrat:400,700';
body {
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	color: #555;
	letter-spacing: .45px;
	overflow-x: hidden;
}
a {
	color: #ef5122;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
a:hover {
	color: #ef5122;
	opacity: .75;
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
a img {
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
a img:hover {
	opacity: .9;
}
p {
	margin-bottom: 0px;
}
p.no-margin-bottom {
	margin-bottom: 0;
}
p.lead {
	color: #555;
	font-size: 17px;
	line-height: 28px;
	letter-spacing: .51px;
	font-style: italic;
	margin-bottom: 50px;
}
h1 {
	font-size: 56px;
	line-height: 96px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px;
	letter-spacing: 1.12px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}
h1.alternate {
	line-height: 70px;
	letter-spacing: 11.2px;
}
h1.alternate.dark {
	color: #3d3d3d;
	letter-spacing: 1.5px;
	line-height: 60px;
}
h1 span {
	color: #ef5122;
}
h1 span.smaller {
	display: block;
	color: inherit;
	font-size: 40px;
	line-height: 70px;
	letter-spacing: 1.2px;
}
h1 span.smaller span {
	text-transform: none;
}
h1 small {
	font-size: 15px;
	color: #ef5122;
	font-weight: 600;
	text-transform: none;
	letter-spacing: .45px;
	display: block;
}
h1 small.top {
	font-size: 18px;
	letter-spacing: 2.7px;
	font-weight: 300;
	color: #fff;
}
h1 small.top span {
	font-weight: 700;
}
h1.alternate small {
	margin-bottom: 8px;
}
h2 {
	color: #333;
	font-size: 44px;
	line-height: 52px;
	letter-spacing: .88px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 24px;
	font-weight: 700;
}
h2 span {
	font-weight: 500;
	color: #ef5122;
}
h2 small {
	font-size: 13px;
	color: #ef5122;
	font-weight: 500;
	text-transform: none;
	letter-spacing: .39px;
	display: block;
	margin-top: 6px;
}
h2.top small {
	margin-top: 0;
	margin-bottom: 6px;
}
h3 {
	font-size: 26px;
	line-height: 33px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 26px;
	font-weight: 700;
	letter-spacing: .78px;
}
h3 small {
	font-size: 13px;
	line-height: 14px;
	font-weight: 500;
	color: #ef5122;
	letter-spacing: .39px;
	display: block;
	text-transform: none;
	margin-bottom: 16px;
}
h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: .4px;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 46px;
}
h4 small {
	display: block;
	color: #ef5122;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .36px;
	text-transform: none;
	margin-bottom: 8px;
}
h5 {
	font-size: 13px;
	line-height: 21px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	letter-spacing: .52px;
	text-transform: uppercase;
}
h6 {
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	margin-bottom: 24px;
	letter-spacing: .4px;
}
h6 small {
	color: #ef5122;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .36px;
	display: block;
	text-transform: none;
	margin-bottom: 10px;
}
h6:after {
	content: '';
	display: inline-block;
	width: 45px;
	height: 3px;
	background: #ef5122;
	margin-bottom: 6px;
	margin-left: 10px;
}
.heading-separator {
	display: inline-block;
	margin-bottom: 24px;
}
.heading-line {
	display: block;
	width: 3px;
	height: 64px;
	background: #ef5122;
	margin-bottom: 28px;
}
.heading-line.short {
	height: 36px;
}
.nivo-lightbox-theme-default * {
	-webkit-box-sizing: initial !important;
	-moz-box-sizing: initial !important;
	box-sizing: initial !important;
}
blockquote {
	padding: 0;
	margin: 0;
	border: none;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 26px;
	letter-spacing: .39px;
	font-weight: 500;
	color: #777;
	font-style: italic;
	margin-bottom: 30px;
	padding-right: 50px;
}
blockquote:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url('../images/quote.png') center center no-repeat;
	float: left;
	margin-top: 10px;
}
blockquote p {
	margin-left: 48px;
}
blockquote.large {
	position: relative;
	padding: 0;
	margin-bottom: 50px;
	font-size: 18px;
	line-height: 33px;
	letter-spacing: .54px;
	color: #fff;
	text-align: center;
}
blockquote.large:before {
	content: none;
}
blockquote.large img {
	width: 100%;
}
blockquote.large p {
	margin-left: 0;
}
blockquote.large .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
}
blockquote.large .overlay .content {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 120px;
}
.question-form {
	margin-top: 100px;
}
.simple-cta h4 {
	float: left;
	line-height: 50px;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.simple-cta .button {
	float: right;
}
.aligned-cols {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
	table-layout: fixed;
}
.aligned-cols>.col-sm-1, .aligned-cols>.col-sm-10, .aligned-cols>.col-sm-11, .aligned-cols>.col-sm-12, .aligned-cols>.col-sm-2, .aligned-cols>.col-sm-3, .aligned-cols>.col-sm-4, .aligned-cols>.col-sm-5, .aligned-cols>.col-sm-6, .aligned-cols>.col-sm-7, .aligned-cols>.col-sm-8, .aligned-cols>.col-sm-9 {
	display: table-cell;
	float: none;
	vertical-align: top;
	height: 100%;
}
.aligned-cols>.col-md-1, .aligned-cols>.col-md-10, .aligned-cols>.col-md-11, .aligned-cols>.col-md-12, .aligned-cols>.col-md-2, .aligned-cols>.col-md-3, .aligned-cols>.col-md-4, .aligned-cols>.col-md-5, .aligned-cols>.col-md-6, .aligned-cols>.col-md-7, .aligned-cols>.col-md-8, .aligned-cols>.col-md-9 {
	display: table-cell;
	float: none;
	vertical-align: top;
	height: 100%;
}
.aligned-cols>.aligned-bottom {
	vertical-align: bottom;
}
.aligned-cols>.aligned-middle {
	vertical-align: middle;
}
.aligncenter {
	display: block;
	margin: 32px auto;
}
.alignleft {
	float: left;
	margin-right: 24px;
	margin-bottom: 12px;
}
.alignright {
	float: right;
	margin-left: 24px;
	margin-bottom: 12px;
}
.fa-ul {
	margin-left: 0;
}
.fa-li {
	position: static;
	width: auto;
	margin-right: 14px;
}
.bottom-image {
	position: relative;
	bottom: -100px;
	margin-top: -100px;
	display: inline-block;
}
.side-image {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 0;
}
.image-row {
	font-size: 0;
	line-height: 0;
}
.image-row img {
	margin-right: 10px;
}
.page-boxed {
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 100px;
}
@media all and (max-width: 1200px) {
	.bottom-image {
		margin-top: -64px;
	}
	.bottom-image.left {
		margin-top: 0;
		bottom: 0;
		margin-bottom: 48px;
	}
	.side-image {
		display: none;
	}
	.image-row {
		margin-bottom: 36px;
	}
	.simple-cta {
		text-align: center;
	}
	.simple-cta h4 {
		float: none;
		margin-bottom: 24px;
	}
	.simple-cta .button {
		float: none;
	}
	.heading-line {
		margin-top: 28px;
	}
	.space-top {
		margin-top: 36px;
	}
}
@media all and (max-width: 992px) {
	.aligned-cols-md {
		display: block;
	}
	.aligned-cols .col-md-1, .aligned-cols .col-md-10, .aligned-cols .col-md-11, .aligned-cols .col-md-12, .aligned-cols .col-md-2, .aligned-cols .col-md-3, .aligned-cols .col-md-4, .aligned-cols .col-md-5, .aligned-cols .col-md-6, .aligned-cols .col-md-7, .aligned-cols .col-md-8, .aligned-cols .col-md-9 {
		display: block;
		width: 100%;
	}
}
@media all and (max-width: 768px) {
	.aligned-cols {
		display: block;
	}
	.aligned-cols .col-sm-1, .aligned-cols .col-sm-10, .aligned-cols .col-sm-11, .aligned-cols .col-sm-12, .aligned-cols .col-sm-2, .aligned-cols .col-sm-3, .aligned-cols .col-sm-4, .aligned-cols .col-sm-5, .aligned-cols .col-sm-6, .aligned-cols .col-sm-7, .aligned-cols .col-sm-8, .aligned-cols .col-sm-9 {
		display: block;
		width: 100%;
	}
	h1 {
		font-size: 48px;
	}
	h1.alternate {
		letter-spacing: 1.12px;
	}
}

/* ==========================================================================
   02. Progress Bars
   ========================================================================== */
.progress-wrapper {
	margin-bottom: 38px;
}
.progress-wrapper:last-of-type {
	margin-bottom: 0;
}
.progress {
	height: 8px;
	background: none;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	position: relative;
	overflow: visible;
	margin: 0;
	border: 1px solid #ddd;
}
.progress-bar {
	background: #ef5122;
	box-shadow: none;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	top: -1px;
	left: -1px;
	height: 8px;
	letter-spacing: .72px;
	-webkit-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.progress-bar span {
	position: absolute;
	top: -32px;
	left: 0;
	min-width: 200px;
	text-align: left;
}
.percentage {
	color: #ef5122;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	letter-spacing: .72px;
	margin-bottom: 18px;
	text-align: right;
}

/* ==========================================================================
   03. Buttons
   ========================================================================== */
.button {
	font-size: 11px;
	font-weight: 400;
	line-height: 50px;
	padding: 0 34px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	position: relative;
	outline: none !important;
	border: none;
	background: #ef5122;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .22px;
}
.button:hover {
	opacity: .9;
	color: #fff;
}
.button.grey {
	background: #5a5a5a;
}
.button.dark {
	background: #222;
}
.button.white {
	background: #fff;
	color: #222;
}
.icon-button {
	background: none;
	padding: 0;
	line-height: 0;
	font-size: 0;
}
.icon-button.dark {
	background: none;
}
.icon-button span {
	padding: 0 34px;
	display: inline-block;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	position: relative;
	background: #ef5122;
	font-size: 11px;
	line-height: 50px;
	vertical-align: middle;
}
.icon-button.dark span {
	background: #222;
}
.icon-button i {
	width: 50px;
	text-align: center;
	display: inline-block;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	position: relative;
	background: #ef5122;
	font-size: 11px;
	line-height: 50px;
	vertical-align: middle;
	margin-left: 1px;
}
.icon-button.dark i {
	background: #222;
}
.button.rounded {
	border-radius: 2px;
	padding: 0 35px;
	line-height: 45px;
}
.button.square {
	width: 50px;
	text-align: center;
	position: relative;
	font-size: 11px;
	line-height: 50px;
	vertical-align: middle;
	padding: 0;
}
.button.square i {
	vertical-align: middle;
}
.pagination-wrapper {
	text-align: center;
}
.pagination {
	border: 3px solid #fafafa;
	margin: 0;
	margin-top: 60px;
	position: relative;
	padding: 0 60px;
}
.pagination>li>a, .pagination>li>span {
	float: none;
	padding: 0;
	margin: 0 15px;
	line-height: 74px;
	color: #444;
	background: none;
	border: none;
	font-size: 13px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	background: none;
	color: #444;
}
.pagination>li.prev>a {
	display: block;
	width: 63px;
	text-align: center;
	line-height: 53px;
	margin: 0;
	position: absolute;
	left: -38px;
	top: 11px;
	background: #ef5122;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
}
.pagination>li.next>a {
	display: block;
	width: 63px;
	text-align: center;
	line-height: 53px;
	margin: 0;
	position: absolute;
	right: -38px;
	top: 11px;
	background: #ef5122;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
}
@media all and (max-width: 768px) {
	.pagination>li.prev>a {
		width: 48px;
		left: -18px;
	}
	.pagination>li.next>a {
		width: 48px;
		right: -18px;
	}
	.pagination>li>a, .pagination>li>span {
		margin: 0 6px;
	}
}

/* ==========================================================================
   04. Forms
   ========================================================================== */
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), select, textarea {
	display: block;
	border: none;
	background: #fbfbfb;
	width: 100%;
	outline: none !important;
	line-height: 60px;
	height: 60px;
	padding: 0 30px;
	color: #515151;
	font-size: 10px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	letter-spacing: .4px;
}
textarea {
	height: auto;
}
::-webkit-input-placeholder {
	color: #515151;
}
:-moz-placeholder {
	color: #515151;
	opacity: 1;
}
::-moz-placeholder {
	color: #515151;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #515151;
}
.form-group {
	margin-bottom: 10px;
}
.checkbox {
	margin: 40px 0;
}
.checkbox label, .radio label {
	color: #282828;
	line-height: 28px;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .45px;
	font-weight: 700;
	padding-left: 28px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	margin: 0;
	margin-left: -28px;
	margin-top: 8px;
}
.submit {
	margin-top: 50px;
}
.footer .newsletter-form {
	position: relative;
	float: right;
}
.footer .newsletter-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
	padding: 0 48px;
	background: #fff;
	color: #8c8c8c;
	font-size: 11px;
	letter-spacing: .22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	border-radius: 3px;
	width: 590px;
}
.footer .newsletter-form ::-webkit-input-placeholder {
	color: #8c8c8c;
}
.footer .newsletter-form :-moz-placeholder {
	color: #8c8c8c;
}
.footer .newsletter-form ::-moz-placeholder {
	color: #8c8c8c;
}
.footer .newsletter-form :-ms-input-placeholder {  
	color: #8c8c8c;
}
.footer .newsletter-form .button {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 60px;
	padding: 0 46px;
	background: #1b1b1b;
	font-size: 11px;
	letter-spacing: .22px;
	color: #fff;
	border-radius: 3px;
}
.searchform {
	position: relative;
	margin-bottom: 30px;
}
.searchform input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
	background: rgba(255,255,255,.1);
	font-size: 12px;
	letter-spacing: .36px;
	line-height: 60px;
	height: 60px;
	padding: 0 48px;
	color: #fff;
	font-family: 'Arimo', sans-serif;
}
.searchform ::-webkit-input-placeholder {
	color: #ddd;
}
.searchform :-moz-placeholder {
	color: #ddd;
}
.searchform ::-moz-placeholder {
	color: #ddd;
}
.searchform :-ms-input-placeholder {  
	color: #ddd;
}
.searchform button {
	background: none;
	border: none;
	font-size: 15px;
	line-height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	padding: 0 40px;
	padding-left: 10px;
	color: #fff;
	outline: none !important;
}
.sweet-alert fieldset input {
	display: none !important;
}

/* ==========================================================================
   05. Accordion
   ========================================================================== */
.panel-group {
	padding: 0;
	text-align: left;
	margin-bottom: 0;
}
.panel {
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
}
.panel-group .panel {
	margin: 0;
	border-radius: 0;
	border-bottom: none;
	margin-bottom: 3px;
}
.panel-group .panel:last-of-type {
	border-bottom: none;
}
.panel-group .panel+.panel {
	margin: 0;
	margin-bottom: 3px;
}
.panel-heading {
	padding: 0;
	border-radius: 0;
}
.panel-default>.panel-heading {
	background: #fff;
	color: #444;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.panel-default>.panel-heading:hover {
	background: #ef5122;
	color: #fff;
}
.panel-title {
	text-transform: none;
	font-size: 13px;
	line-height: 50px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: .36px;
}
.panel-title>a {
	position: relative;
	display: block;
	padding: 0 34px;
}
.panel-title>a:hover {
	opacity: 1;
	color: #fff;
}
.panel-heading.active a {
	color: #fff;
	background: #ef5122;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: none;
}
.panel-body {
	padding: 0;
	padding-bottom: 12px;
}
.panel-heading .icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #666;
	color: #fff;
	text-align: center;
	font-size: 13px;
	float: right;
	margin-top: 15px;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.panel-heading:hover .icon {
	color: #ef5122;
	background: #fff;
}
.panel-heading.active .icon {
	color: #ef5122;
	background: #fff;
}
.panel-heading .icon i {
	vertical-align: middle;
}
.panel-body {
	padding: 30px 40px;
	border: 2px solid #ef5122;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .42px;
}
.panel-body p:last-of-type {
	margin-bottom: 0;
}
@media all and (max-width: 768px) {
	.panel-title>a {
		padding: 0 12px;
	}
	.panel-heading .icon {
		float: none;
		margin-left: 12px;
	}
	.panel-body {
		padding: 12px;
	}
}

/* ==========================================================================
   06. Header
   ========================================================================== */
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	font-family: 'Poppins', sans-serif;
}
.header.headroom--not-top {
	background: rgba(0,0,0,.75);
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	position: fixed;
}
.header.headroom--not-top .top {
	padding-top: 0;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.header.headroom--not-top .bottom {
	display: none;
}
.header .top {
	padding-top: 20px;
}
.header .top .logo {
	height: 100px;
	float: left;
	font-size: 0;
	text-align: center;
}
.header .top .logo:before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.header .top .logo a {
	display: inline-block;
	vertical-align: middle;
	max-height: 100px;
}
.header .top .cart-button {
	float: right;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: .11px;
	color: #c2c2c2;
	font-weight: 500;
	text-transform: uppercase;
	padding-top: 32px;
	margin-left: 60px;
}
.header .top .cart-button i {
	float: left;
	margin-top: 6px;
	font-size: 20px;
	color: #ef5122;
}
.header .top .cart-button .bar {
	content: '';
	background: #9c9b9b;
	width: 1px;
	height: 7px;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 14px;
}
.header .top .cart-button .content {
	margin-left: 58px;
}
.header .bottom .follow {
	float: left;
}
.header .bottom .follow span {
	display: block;
	background: rgba(0,0,0,.5);
	float: left;
	line-height: 60px;
	padding: 0 46px;
	border-radius: 3px 0 0 3px;
	text-transform: uppercase;
	color: #ef5122;
	font-size: 14px;
	letter-spacing: .42px;
	font-weight: 600;
	margin-right: 2px;
}
.header .bottom .follow a {
	display: block;
	background: rgba(0,0,0,.5);
	float: left;
	line-height: 60px;
	width: 45px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	margin-right: 2px;
}
.header .bottom .follow a:hover {
	opacity: 1;
	background: #ef5122;
}
.header .bottom .contacts {
	text-align: right;
	background: rgba(0,0,0,.5);
	font-size: 0;
	line-height: 0;
	letter-spacing: .48px;
	border-radius: 0 3px 3px 0;
	color: #c2c2c2;
	font-weight: 400;
	padding: 0 56px;
}
.header .bottom .contacts .item {
	display: inline-block;
	font-size: 12px;
	line-height: 60px;
	margin-left: 16px;
}
.header .bottom .contacts .item:before {
	content: '\00B7';
	color: #fff;
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 28px;
}
.header .bottom .contacts .item:first-of-type:before {
	content: none;
}
.header .bottom .contacts i {
	color: #ef5122;
	margin-right: 10px;
}
@media all and (max-width: 1200px) {
	.header .bottom .contacts {
		padding: 0 16px;
	}
	.header .bottom .contacts .item:before {
		margin-right: 16px;
	}
}

/* Navigation
   ========================================================================== */
.navigation {
	font-size: 0;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	display: block;
	float: right;
	height: 100px;
	font-size: 0;
	z-index: 9;
}
.main-nav {
	display: inline-block;
}
.main-nav ul {
	margin-bottom: 0;
}
.main-nav ul>li {
	display: inline-block;
	margin: 0;
	margin-left: 54px;
	position: relative;
}
.main-nav ul>li a {
	font-size: 14px;
	color: #fff;
	letter-spacing: .42px;
	line-height: 100px;
	display: inline-block;
	position: relative;
}
.main-nav ul>li a:hover {
	color: #ef5122;
	opacity: 1;
}
.main-nav ul>li.active a {
	color: #ef5122;
}
.main-nav ul>li.active a:after {
	content: "\e928";
	position: absolute;
	width: 14px;
	height: 10px;
	left: 50%;
	margin-left: -7px;
	top: 24px;
	font-family: 'shades';
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}
.main-nav ul>li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	background: rgba(0,0,0,.95);
	position: absolute;
	top: 80px;
	margin-left: -24px;
	height: auto;
	padding: 0;
	z-index: 999;
	text-align: left;
	padding: 0;
}
.main-nav ul>li ul li {
	white-space: nowrap;
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
.main-nav ul>li ul li a {
	background: none;
	height: 48px;
	width: 100%;
	line-height: 48px;
	padding: 0 24px;
	color: #fff;
	min-width: 360px;
	display: block;
	border-bottom: none;
}
.main-nav ul>li ul li a:hover {
	background: #ef5122;
	color: #fff;
}
.main-nav ul>li ul li a:after {
	content: none;
}
.main-nav ul>li.active ul li a {
	color: #fff;
	border-bottom: none;
}
.main-nav ul>li.active ul li a:after {
	content: none;
}
.main-nav ul>li.active ul li a:hover {
	background: #ef5122;
	color: #fff;
}
.main-nav ul>li ul>li.active a {
	background: #ef5122;
	color: #fff;
}
.main-nav ul>li ul li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 0;
}
.main-nav ul>li:hover>ul {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.responsive-menu-open {
	font-size: 18px;
	color: #fff;
	letter-spacing: .42px;
	line-height: 100px;
	display: inline-block;
	position: relative;
	display: none;
}
.responsive-menu-open:hover {
	color: #fff;
}
.responsive-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100%;
	min-width: 100%;
	background: #0a0a0a;
	z-index: 999;
	padding: 28px;
	padding-top: 60px;
	padding-bottom: 0;
	overflow-y: scroll;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	font-size: 0;
	line-height: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2.8px;
}
.responsive-menu.open {
	left: 0;
}
.responsive-menu .responsive-menu-open {
	display: none;
}
.responsive-menu-close {
	position: absolute;
	top: 28px;
	right: 28px;
	font-size: 20px;
	color: #fff;
	display: inline-block;
	line-height: 20px;
	height: 20px;
	width: 20px;
	text-align: center;
}
.responsive-menu-close:hover {
	opacity: 1;
}
.responsive-nav>ul>li {
	border-bottom: 1px solid #666;
}
.responsive-nav>ul>li:last-of-type {
	border-bottom: none;
}
.responsive-nav ul {
	margin-bottom: 0;
}
.responsive-nav ul>li a {
	font-size: 14px;
	color: #fff;
	padding: 12px 0;
	line-height: 16px;
	display: block;
	position: relative;
}
.responsive-nav ul>li ul {
	background: #000;
	margin: 12px -28px;
	padding-left: 56px;
	padding-right: 28px;
} 
.responsive-nav ul>li ul>li:last-of-type {
	padding-bottom: 12px;
}
.responsive-nav ul>li ul>li ul {
	margin-left: -56px;
	padding-left: 84px;
}
.responsive-nav ul>li ul>li a:hover {
	color: #fff;
}
.responsive-nav ul>li>a i {
	float: right;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 18px;
}
.responsive-nav ul>li.collapse-active>a i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.responsive-nav>ul>li {
	padding: 16px 0;
}
.responsive-nav ul>li a:hover {
	opacity: 1;
	color: #ef5122;
}
.responsive-nav ul>li.active>a {
	color: #ef5122;
}
.responsive-nav ul>li.active>a:after {
	content: '.';
}
.no-scroll {
	overflow: hidden !important;
}
@media all and (max-width: 1200px) {
	.main-nav {
		display: none;
	}
	.responsive-menu-open {
		display: inline-block;
	}
}
@media all and (max-width: 768px) {
	.header .top .logo {
		float: none;
		height: 60px;
	}
	.header .top .logo a {
		max-height: 60px;
	}
	.header .top .cart-button {
		float: left;
		margin: 0;
	}
	.navigation {
		float: none;
		padding: 0 24px;
	}
	.responsive-menu-open {
		float: right;
	}
	.header .bottom .follow {
		float: none;
	}
	.header .bottom .contacts {
		margin-top: 12px;
	}
	.header .bottom .follow span {
		padding: 0 24px;
	}
	.header .bottom .contacts .item {
		margin-left: 10px;
	}
	.header .bottom .contacts .item:before {
		margin-right: 10px;
	}
}

/* Header Simple
   ========================================================================== */
.header-simple {
	position: relative;
}
.header-simple.headroom--not-top {
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.25);
}
.header-simple.headroom--not-top .bottom {
	display: block;
}
.header-simple.headroom--not-top .top {
	display: none;
}
.header-simple.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}
.header-simple .top {
	background: #171717;
	padding: 0;
}
.header-simple .top .follow {
	float: right;
}
.header-simple .top .follow span {
	display: block;
	background: none;
	float: left;
	line-height: 54px;
	padding: 0;
	border-radius: 3px 0 0 3px;
	text-transform: uppercase;
	color: #ef5122;
	font-size: 14px;
	letter-spacing: .42px;
	font-weight: 600;
	margin-right: 40px;
}
.header-simple .top .follow a {
	display: block;
	background: rgba(0,0,0,.5);
	float: left;
	line-height: 54px;
	width: 45px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	margin-left: 2px;
}
.header-simple .top .follow a:hover {
	opacity: 1;
	background: #ef5122;
}
.header-simple .top .contacts {
	text-align: left;
	background: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: .48px;
	border-radius: 0 3px 3px 0;
	color: #c2c2c2;
	font-weight: 400;
	padding: 0;
	float: left;
}
.header-simple .top .contacts .item {
	display: inline-block;
	font-size: 12px;
	line-height: 54px;
	margin-left: 0;
	margin-right: 16px;
}
.header-simple .top .contacts .item:before {
	content: '\00B7';
	color: #fff;
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 28px;
}
.header-simple .top .contacts .item:first-of-type:before {
	content: none;
}
.header-simple .top .contacts i {
	color: #ef5122;
	margin-right: 10px;
}
.header-simple .bottom .logo {
	/* height: 128px; */
	float: left;
	font-size: 0;
	text-align: center;
}
.header-simple .bottom .logo:before {
	content: '';
	height: 128px;
	display: inline-block;
	vertical-align: middle;
}
.header-simple .bottom .logo a {
	display: inline-block;
	vertical-align: middle;
	max-height: 128px;
}
.header-simple .bottom .cart-button {
	float: right;
	font-size: 11px;
	line-height: 44px;
	letter-spacing: .11px;
	color: #444;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #bbb;
	border-radius: 44px;
	padding: 0 30px;
	margin-left: 60px;
	margin-top: 41px;
}
.header-simple .bottom .cart-button img {
	float: left;
	margin-top: 14px;
}
.header-simple .bottom .cart-button .bar {
	content: '';
	background: #999;
	width: 1px;
	height: 7px;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 19px;
}
.header-simple .bottom .cart-button .content {
	margin-left: 45px;
}
.header-simple .navigation {
	height: 128px;
}
.header-simple .main-nav ul>li a {
	color: #333;
	line-height: 128px;
}
.header-simple .main-nav ul>li a:hover {
	color: #ef5122;
	opacity: 1;
}
.header-simple .main-nav ul>li.active a {
	color: #ef5122;
}
.header-simple .main-nav ul>li.active a:after {
	content: none;
}
.header-simple .main-nav ul>li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	background: rgba(0,0,0,.95);
	position: absolute;
	top: 128px;
	margin-left: -24px;
	height: auto;
	padding: 0;
	z-index: 999;
	text-align: left;
	padding: 0;
}
.header-simple .main-nav ul>li ul li {
	white-space: nowrap;
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
.header-simple .main-nav ul>li ul li a {
	background: none;
	height: 48px;
	width: 100%;
	line-height: 48px;
	padding: 0 24px;
	color: #fff;
	min-width: 360px;
	display: block;
	border-bottom: none;
}
.header-simple .main-nav ul>li ul li a:hover {
	background: #ef5122;
	color: #fff;
}
.header-simple .main-nav ul>li ul li a:after {
	content: none;
}
.header-simple .main-nav ul>li.active ul li a {
	color: #fff;
	border-bottom: none;
}
.header-simple .main-nav ul>li.active ul li a:after {
	content: none;
}
.header-simple .main-nav ul>li.active ul li a:hover {
	background: #ef5122;
	color: #fff;
}
.header-simple .main-nav ul>li ul>li.active a {
	background: #ef5122;
	color: #fff;
}
.header-simple .main-nav ul>li ul li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 0;
}
.header-simple .main-nav ul>li:hover>ul {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.header-simple .responsive-menu-open {
	font-size: 18px;
	color: #333;
	line-height: 128px;
	display: inline-block;
	position: relative;
	display: none;
}
.header-simple .responsive-menu-open:hover {
	color: #333;
}
@media all and (max-width: 1200px) {
	.header-simple .main-nav {
		display: none;
	}
	.header-simple .responsive-menu-open {
		display: inline-block;
	}
}
@media all and (max-width: 768px) {
	.header-simple .bottom {
		padding-top: 24px;
	}
	.header-simple .bottom .logo {
		float: none;
		height: 60px;
	}
	.header-simple .bottom .logo a {
		max-height: 60px;
	}
	.header-simple .bottom .logo:before {
		height: 60px;
	}
	.header-simple .bottom .cart-button {
		float: left;
		margin-left: 0;
	}
	.navigation {
		float: none;
		padding: 0 24px;
	}
	.responsive-menu-open {
		float: right;
	}
	.header-simple .top .contacts {
		float: none;
	}
	.header-simple .top .follow {
		float: none;
	}
	.header-simple .top .follow span {
		padding: 0;
		margin-right: 10px;
	}
	.header-simple .top .contacts .item {
		margin-right: 5px;
	}
	.header-simple .top .contacts .item:before {
		margin-right: 5px;
	}
}

/* Page Title
   ========================================================================== */
.page-title {
	position: relative;
	padding: 140px 0;
	padding-top: 270px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #efefef;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: .48px;
	font-style: italic;
}
.page-title h1 {
	font-style: normal;
	color: #fff;
	margin-bottom: 0;
}
.page-title p {
	margin-bottom: 0;
}
.breadcrumbs {
	font-size: 0;
	display: inline-block;
	background: #ef5122;
	line-height: 55px;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .36px;
	text-transform: uppercase;
	font-style: normal;
	color: #fff;
	padding: 0 68px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.breadcrumbs ul {
	margin-bottom: 0;
}
.breadcrumbs ul>li {
	display: inline-block;
	margin-left: 3px;
}
.breadcrumbs ul>li:before {
	content: "-";
	padding-right: 6px;
}
.breadcrumbs ul>li:first-of-type:before {
	content: none;
}
.breadcrumbs ul>li a {
	color: #fff;
}
.breadcrumbs ul>li a:hover {
	color: #fff;
}
@media all and (max-width: 768px) {
	.page-title {
		padding: 80px 0;
		padding-top: 392px;
	}
	.breadcrumbs {
		padding: 0 12px;
		left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		width: 100%;
	}
}

/* ==========================================================================
   07. Footer
   ========================================================================== */
.footer {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.footer .top {
	padding: 100px 0;
	font-size: 13px;
	line-height: 22px;
	color: #bbb;
}
.footer .top .logo {
	margin-bottom: 36px;
}
.footer .top ul {
	margin-top: -18px;
	margin-bottom: 0;
}
.footer .top li {
	line-height: 48px;
}
.footer .top li a {
	color: #bbb;
}
.footer .top li a:hover {
	color: #ef5122;
	opacity: 1;
}
.footer .copyright {
	font-size: 12px; 
	color: #ebebeb;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}
.footer .copyright span {
	color: #ec1c33;
	font-weight: 500;
}
.footer .post {
	margin-bottom: 20px;
	color: #ec1c33;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: .2px;
	font-family: 'Montserrat', sans-serif;
}
.footer .post:last-of-type {
	margin-bottom: 0;
}
.footer .post img {
	float: left;
}
.footer .post .content {
	margin-left: 108px;
	padding-top: 6px;
}
.footer .post a {
	color: #ddd;
}
.footer .post h5 {
	margin-top: 9px;
}
.footer .post .date {
	margin-right: 7px;
}
.footer-contact {
	line-height: 35px;
	margin-bottom: 15px;
	color: #bbb;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: .48px;
}
.footer-contact:last-of-type {
	margin-bottom: 0;
}
.footer-contact .icon {
	float: left;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	background: #ef5122;
	font-size: 12px;
	color: #fff;
}
.footer-contact .content {
	margin-left: 48px;
}
.photo-grid {
	font-size: 0;
	letter-spacing: 0;
	line-height: 0;
	max-width: 280px;
}
.photo-grid img {
	max-width: 33.33%;
}
.newsletter {
	background: #ef5122;
	padding: 45px 120px;
	border-radius: 150px;
	color: #fff;
	position: relative;
}
.newsletter:before {
	content: '';
	display: block;
	width: 3px;
	height: 45px;
	background: #fff;
	position: absolute;
	top: -13px;
	left: 120px;
}
.newsletter h3 {
	font-size: 20px;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 0;
	float: left;
	margin-top: 11px;
	font-weight: 700;
	letter-spacing: .4px;
}
.newsletter h3 small {
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	color: #fff;
	letter-spacing: .36px;
	display: block;
	margin-bottom: 6px;
}
.page-boxed .footer .bottom {
	background: #1f1f1f;
}
@media all and (max-width: 1200px) {
	.footer h4 {
		margin-top: 48px;
	}
	.newsletter h3 {
		float: none;
		margin-bottom: 24px;
	}
	.newsletter-form {
		float: none;
	}
	.newsletter-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
		width: 100%;
	}
}
@media all and (max-width: 768px) {
	.newsletter {
		padding: 45px 24px;
		border-radius: 24px;
	}
	.newsletter-form .button {
		position: relative;
		margin-top: 12px;
	}
}

/* ==========================================================================
   08. Sections
   ========================================================================== */
.section {
	position: relative;
	padding: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.section>.inner {
	padding: 100px 0;
	background: #fff;
	position: relative;
}
.section.small>.inner {
	padding: 60px 0;
}
.section.fullscreen>.inner {
	height: 100vh;
	padding: 0;
}
.section.no-padding>.inner {
	padding: 0;
}
.section.no-padding-bottom>.inner {
	padding-bottom: 0;
}
.section.no-padding-top>.inner {
	padding-top: 0;
}
.section.overlap>.inner {
	padding-bottom: 0;
}
.section.overlap>.inner .container {
	position: relative;
	bottom: -48px;
	margin-top: -48px;
	z-index: 2;
}
.section.overlap + .section>.inner {
	padding-top: 148px;
}
.section.white>.inner {
	background: #fff;
}
.section.light>.inner {
	background: #fbfbfb;
}
.section.grey>.inner {
	background: #f7f7f9;
}
.section.red>.inner {
	background: #ef5122;
}
.section.transparent>.inner {
	background: rgba(0,0,0,.8);
	color: #efefef;
}
.section.transparent.dark-text>.inner {
	color: #555;
}
.section.transparent.lighter>.inner {
	background: rgba(0,0,0,.7);
}
.section.transparent>.inner p.lead {
	color: #efefef;
}
.section.transparent.dark-text>.inner p.lead {
	color: #555;
}
.section.transparent>.inner h2 {
	color: #fff;
}
.section.transparent.dark-text>.inner h2 {
	color: #333;
}
.section.transparent.clear>.inner {
	background: none;
}
.section>.inner .container, .section>.inner .container-fluid {
	position: relative;
	z-index: 1;
}
.container-fluid.large {
	padding-left: 150px;
	padding-right: 150px;
}
.container-fluid.large .row {
	margin-left: -50px;
	margin-right: -50px;
}
.container-fluid.large .col-lg-1, .container-fluid.large .col-lg-10, .container-fluid.large .col-lg-11, .container-fluid.large .col-lg-12, .container-fluid.large .col-lg-2, .container-fluid.large .col-lg-3, .container-fluid.large .col-lg-4, .container-fluid.large .col-lg-5, .container-fluid.large .col-lg-6, .container-fluid.large .col-lg-7, .container-fluid.large .col-lg-8, .container-fluid.large .col-lg-9, .container-fluid.large .col-md-1, .container-fluid.large .col-md-10, .container-fluid.large .col-md-11, .container-fluid.large .col-md-12, .container-fluid.large .col-md-2, .container-fluid.large .col-md-3, .container-fluid.large .col-md-4, .container-fluid.large .col-md-5, .container-fluid.large .col-md-6, .container-fluid.large .col-md-7, .container-fluid.large .col-md-8, .container-fluid.large .col-md-9, .container-fluid.large .col-sm-1, .container-fluid.large .col-sm-10, .container-fluid.large .col-sm-11, .container-fluid.large .col-sm-12, .container-fluid.large .col-sm-2, .container-fluid.large .col-sm-3, .container-fluid.large .col-sm-4, .container-fluid.large .col-sm-5, .container-fluid.large .col-sm-6, .container-fluid.large .col-sm-7, .container-fluid.large .col-sm-8, .container-fluid.large .col-sm-9, .container-fluid.large .col-xs-1, .container-fluid.large .col-xs-10, .container-fluid.large .col-xs-11, .container-fluid.large .col-xs-12, .container-fluid.large .col-xs-2, .container-fluid.large .col-xs-3, .container-fluid.large .col-xs-4, .container-fluid.large .col-xs-5, .container-fluid.large .col-xs-6, .container-fluid.large .col-xs-7, .container-fluid.large .col-xs-8, .container-fluid.large .col-xs-9 {
	padding-left: 50px;
	padding-right: 50px;
}
.section.fullscreen .container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-top: 180px;
}
.banner {
	position: relative;
	padding: 94px 0;
	padding-top: 260px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	font-size: 17px;
	line-height: 28px;
	letter-spacing: .51px;
}
.header-simple + .responsive-menu + .banner {
	padding: 220px 0;
}
.banner p {
	margin-bottom: 0;
	font-style: italic;
	color: #e8e8e8;
}
.banner .separator {
	margin-bottom: 30px;
}
.banner .content {
	padding: 90px 0;
	position: relative;
	z-index: 2;
}
.banner .box {
	border: 20px solid rgba(255,255,255,.1);
	width: 336px;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -168px;
}
.banner h2 {
	color: #fff;
	font-size: 48px;
	line-height: 58px;
	letter-spacing: .96px;
}
.banner h2 small {
	font-size: 18px;
	letter-spacing: 1.44px;
}
.banner h2.top small {
	margin-bottom: 12px;
}
.banner .button {
	line-height: 45px;
	padding: 0 32px;
	font-size: 16px;
	letter-spacing: 1.28px;
	text-transform: none;
	margin-bottom: 30px;
}
@media all and (max-width: 1200px) {
	.section.overlap>.inner {
		padding-bottom: 100px;
	}
	.section.overlap>.inner .container {
		bottom: 0;
		margin-top: 0;
	}
	.section.overlap + .section>.inner {
		padding-top: 100px;
	}
	.section.fullscreen .container {
		position: relative;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		padding-top: 0;
	}
	.section.fullscreen>.inner {
		height: auto;
		min-height: 100vh;
		padding-top: 352px;
	}
}
@media all and (max-width: 768px) {
	.banner {
		padding-top: 352px;
		padding-bottom: 40px;
	}
	.container-fluid.large {
		padding-left: 15px;
		padding-right: 15px;
	}
	.container-fluid.large .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.container-fluid.large .col-lg-1, .container-fluid.large .col-lg-10, .container-fluid.large .col-lg-11, .container-fluid.large .col-lg-12, .container-fluid.large .col-lg-2, .container-fluid.large .col-lg-3, .container-fluid.large .col-lg-4, .container-fluid.large .col-lg-5, .container-fluid.large .col-lg-6, .container-fluid.large .col-lg-7, .container-fluid.large .col-lg-8, .container-fluid.large .col-lg-9, .container-fluid.large .col-md-1, .container-fluid.large .col-md-10, .container-fluid.large .col-md-11, .container-fluid.large .col-md-12, .container-fluid.large .col-md-2, .container-fluid.large .col-md-3, .container-fluid.large .col-md-4, .container-fluid.large .col-md-5, .container-fluid.large .col-md-6, .container-fluid.large .col-md-7, .container-fluid.large .col-md-8, .container-fluid.large .col-md-9, .container-fluid.large .col-sm-1, .container-fluid.large .col-sm-10, .container-fluid.large .col-sm-11, .container-fluid.large .col-sm-12, .container-fluid.large .col-sm-2, .container-fluid.large .col-sm-3, .container-fluid.large .col-sm-4, .container-fluid.large .col-sm-5, .container-fluid.large .col-sm-6, .container-fluid.large .col-sm-7, .container-fluid.large .col-sm-8, .container-fluid.large .col-sm-9, .container-fluid.large .col-xs-1, .container-fluid.large .col-xs-10, .container-fluid.large .col-xs-11, .container-fluid.large .col-xs-12, .container-fluid.large .col-xs-2, .container-fluid.large .col-xs-3, .container-fluid.large .col-xs-4, .container-fluid.large .col-xs-5, .container-fluid.large .col-xs-6, .container-fluid.large .col-xs-7, .container-fluid.large .col-xs-8, .container-fluid.large .col-xs-9 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* ==========================================================================
   09. Services
   ========================================================================== */
.service-box {
	position: relative;
	padding: 30px;
	padding-left: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: 40px;
}
.service-box .half {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	height: 100%;
	width: 50%;
	width: calc(50% - 17px);
	z-index: 2;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.service-box:hover .half {
	left: -50%;
}
.service-box .inner {
	text-align: center;
	background: #fbfbfb;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: .42px;
	color: #555;
	padding: 0 30px;
	padding-top: 70px;
	position: relative;
	z-index: 3;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.service-box:hover .inner {
	background: rgba(0,0,0,.8);
	color: #eee;
}
.service-box .inner .icon {
	background: #ef5122;
	border: 3px solid #ef5122;
	width: 84px;
	height: 84px;
	display: inline-block;
	border-radius: 50%;
	line-height: 78px;
	margin-bottom: 36px;
	position: relative;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	color: #fff;
	font-size: 40px;
}
.service-box:hover .inner .icon {
	background: none;
	border-color: #fff;
}
.service-box .inner .icon i {
	line-height: inherit;
}
.service-box .inner .icon:after {
	content: '';
	display: block;
	height: 70px;
	width: 3px;
	background: #ef5122;
	position: absolute;
	top: -73px;
	left: 50%;
	margin-left: -1.5px;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.service-box:hover .inner .icon:after {
	background: #fff;
}
.service-box .inner h4 {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: .54px;
	color: #444;
	margin-bottom: 18px;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.service-box:hover .inner h4 {
	color: #ef5122;
}
.service-box .inner p {
	margin-bottom: 48px;
}
.service-box .inner .icon-button span {
	display: none;
}
.service-box .inner .icon-button i {
	background: #222;
	margin: 0;
	-webkit-transition: 0s;
	-ms-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.service-box:hover .inner .icon-button span {
	display: inline-block;
}
.service-box:hover .inner .icon-button i {
	background: #ef5122;
	margin-left: 1px;
}
.service-block {
	height: 290px;
	position: relative;
}
.service-block .half {
	background: #fbfbfb;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.service-block .button {
	position: absolute;
	top: 0;
	left: -290px;
	z-index: 2;
	width: 290px;
	text-align: center;
	line-height: 70px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	-moz-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
	background: #2b2b2b;
}
.service-block:hover .button {
	background: #ef5122;
}
.service-block .content {
	margin-left: 116px;
	position: relative;
	z-index: 3;
	font-size: 14px;
	line-height: 24px;
	color: #555;
	letter-spacing: .42px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.service-block .content .icon {
	margin-bottom: 24px;
	color: #ef5122;
	font-size: 50px;
}
.service-block .content h5 {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: .32px;
	color: #444;
	margin-bottom: 16px;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.service-block:hover .content h5 {
	color: #ef5122;
}
.service-block .content p {
	margin-bottom: 0;
}
.service-circle {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .42px;
}
.service-circle .icon {
	width: 84px;
	height: 84px;
	line-height: 84px;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	margin-bottom: 34px;
	color: #ef5122;
	font-size: 36px;
}
.service-circle:hover .icon {
	background: #ef5122;
	color: #fff;
}
.service-circle .icon i {
	line-height: inherit;
}
.service-circle h4 {
	color: #444;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: .32px;
	text-transform: none;
	margin-bottom: 18px;
}
.service-row-wrapper {
	position: relative;
}
.service-row-wrapper .prev, .service-row-wrapper .next {
	content: '';
	display: block;
	width: 40px;
	height: 270px;
	position: absolute;
	top: 50%;
	left: -40px;
	background: #ef5122;
	margin-top: -135px;
	cursor: pointer;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.service-row-wrapper .prev:hover, .service-row-wrapper .next:hover {
	height: 290px;
	margin-top: -145px;
}
.service-row-wrapper .next {
	left: auto;
	right: -40px;
}
.service-row {
	font-size: 0;
	line-height: 0;
	text-align: center;
	position: relative;
}
.service-row .item {
	height: 330px;
	background: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #555;
	letter-spacing: .42px;
}
.service-row .center .item {
	background: #ef5122;
	color: #f0efef;
}
.service-row .item .content {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 50px;
}
.service-row .item .icon {
	margin-bottom: 30px;
	font-size: 58px;
	color: #ef5122;
}
.service-row .center .item .icon {
	color: #fff;
}
.service-row .item h5 {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 28px;
	color: #444;
	letter-spacing: .32px;
	font-weight: 600;
}
.service-row .center .item h5 {
	color: #fff;
}
.service-row .item p {
	margin-bottom: 0;
}
.large-service-box {
	position: relative;
}
.large-service-box>.inner {
	background: #fdfdfd;
	position: absolute;
	top: 0;
	right: 0;
	width: 770px;
	text-align: center;
}
.icon-left {
	margin: 50px 35px;
	width: 305px;
	display: inline-block;
	text-align: left;
}
.icon-left .icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #fff;
	color: #ef5122;
	font-size: 28px;
	text-align: center;
	border-radius: 12px;
	float: left;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.icon-left:hover .icon {
	background: #ef5122;
	color: #fff;
}
.icon-left .icon i {
	line-height: inherit;
}
.icon-left .content {
	margin-left: 88px;
}
.icon-left .content h5 {
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: .32px;
}
.icon-left .content p {
	margin-bottom: 0;
}
.service-simple {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .42px;
	color: #e7e2e2;
}
.service-simple .icon {
	color: #ef5122;
	font-size: 40px;
	margin-bottom: 24px;
}
.service-simple h4 {
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: .32px;
	text-transform: none;
	margin-bottom: 18px;
}
.feature-heading {
	font-size: 13px;
	line-height: 31px;
	letter-spacing: .26px;
	color: #ddd;
	margin-bottom: 40px;
}
.feature-heading h2 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: .64px;
	margin-bottom: 14px;
}
.feature-heading h2 span {
	font-weight: 700;
	display: block;
}
.feature-heading p {
	margin-bottom: 14px;
}
.feature-heading .price {
	color: #ef5122;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 31px;
	letter-spacing: .52px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
.feature {
	background: rgba(253,253,253,.1);
	color: #fff;
	font-size: 13px;
	line-height: 31px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: .26px;
	padding: 40px 0;
}
.feature .icon {
	font-size: 48px;
	color: #ef5122;
	margin-bottom: 18px;
}
.service-single {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: .42px;
}
.service-single .icon {
	width: 84px;
	height: 84px;
	line-height: 84px;
	border-radius: 50%;
	text-align: center;
	background: #ef5122;
	color: #fff;
	margin-bottom: 34px;
	font-size: 36px;
	display: inline-block;
}
.service-single .icon i {
	line-height: inherit;
}
.service-single h4 {
	color: #444;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: .48px;
	margin-bottom: 18px;
}
@media all and (max-width: 1200px) {
	.service-box {
		margin-bottom: 24px;
	}
	.service-block {
		margin-bottom: 24px;
	}
	.service-row .item {
		width: 100%;
	}
	.service-row-wrapper .prev, .service-row-wrapper .next {
		display: none;
	}
	.large-service-box>.inner {
		position: relative;
		width: 100%;
		text-align: left;
		padding: 24px 0;
	}
	.icon-left {
		margin: 0;
		width: 75%;
		padding: 24px;
	}
}
@media all and (max-width: 768px) {
	.icon-left {
		width: 100%;
	}
	.feature {
		margin-bottom: 24px;
	}
}

/* ==========================================================================
   10. Video Gallery
   ========================================================================== */
.video-gallery {
	font-size: 0;
	line-height: 0;
}
.video-gallery .video {
	width: 18.125%;
	height: 540px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	position: relative;
	float: left;
}
.video-gallery .video:hover {
	opacity: 1;
}
.video-gallery .video.active {
	width: 27.5%;
}
.video-gallery .video .overlay {
	background: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	text-align: center;
	position: relative;
}
.video-gallery .video.active .overlay {
	opacity: 0;
	visibility: hidden;
}
.video-gallery .video .overlay .content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 340px;
	margin-left: -170px;
	-webkit-transform: translate(0,-50%) rotate(-90deg);
	-ms-transform: translate(0,-50%) rotate(-90deg);
	-moz-transform: translate(0,-50%) rotate(-90deg);
	-o-transform: translate(0,-50%) rotate(-90deg);
	transform: translate(0,-50%) rotate(-90deg);
}
.video-gallery .video .overlay .icon {
	display: inline-block;
	width: 52px;
	height: 52px;
	line-height: 52px;
	border-radius: 50%;
	background: #ef5122;
	color: #fff;
	font-size: 20px;
	margin-bottom: 18px;
}
.video-gallery .video .overlay h4 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	margin: 0;
}
.video-gallery .video .overlay h4 small {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .36px;
	margin-bottom: 12px;
}
.video-gallery .video .inner {
	background: rgba(0,0,0,.6);
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	-webkit-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	text-align: center;
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	opacity: 0;
	visibility: hidden;
}
.video-gallery .video.active .inner {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: .25s;
	-ms-transition-delay: .25s;
	-moz-transition-delay: .25s;
	-o-transition-delay: .25s;
	transition-delay: .25s;
}
.video-gallery .video .inner h4 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	margin: 0;
}
.video-gallery .video .inner h4 small {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .39px;
	margin-bottom: 12px;
}
.video-gallery .video .inner .content {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	padding: 0 36px;
}
.video-gallery .video .inner .icon {
	display: inline-block;
	width: 84px;
	height: 84px;
	line-height: 84px;
	border-radius: 50%;
	background: #ef5122;
	color: #fff;
	font-size: 20px;
	position: absolute;
	bottom: 45px;
	left: 50%;
	margin-left: -42px;
	font-size: 28px;
}
.video-gallery .video .inner .icon:after {
	content: '';
	height: 75px;
	width: 3px;
	display: block;
	background: #ef5122;
	position: absolute;
	bottom: -75px;
	left: 50%;
	margin-left: -1.5px;
}
.video-gallery .video .inner .icon i {
	line-height: inherit;
}
@media all and (max-width: 1200px) {
	.video-gallery .video, .video-gallery .video.active {
		width: 50%;
	}
	.video-gallery .video .inner {
		opacity: 1;
		visibility: visible;
	}
	.video-gallery .video .overlay {
		opacity: 0;
		visibility: hidden;
	}
}
@media all and (max-width: 768px) {
	.video-gallery .video, .video-gallery .video.active {
		width: 100%;
	}
}

/* ==========================================================================
   11. Shop Row
   ========================================================================== */
.shop-row {
	font-size: 0;
	line-height: 0;
}
.shop-row .item {
	width: 26%;
	height: 630px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	position: relative;
}
.shop-row .item:hover {
	opacity: 1;
}
.shop-row .item.large {
	width: 48%;
}
.shop-row .item .overlay {
	background: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	font-size: 11px;
	line-height: 31px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .22px;
	color: #fff;
}
.shop-row .item.large .overlay {
	opacity: 0;
	visibility: hidden;
}
.shop-row .item .overlay .content {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.shop-row .item h3 {
	font-size: 30px;
	line-height: 31px;
	font-weight: 700;
	margin: 0;
	color: #fff;
	letter-spacing: .6px;
	margin-bottom: 10px;
}
.shop-row .item h3 small {
	font-size: 12px;
	line-height: 28px;
	letter-spacing: .36px;
	margin-bottom: 12px;
}
.shop-row .item .inner {
	background: rgba(0,0,0,.6);
	text-align: center;
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	font-size: 14px;
	line-height: 26px;
	color: #eee;
	letter-spacing: .42px;
}
.shop-row .item .inner h3 {
	font-size: 34px;
	line-height: 35px;
	letter-spacing: .68px;
}
.shop-row .item .inner h3 small {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: .66px;
	margin-bottom: 12px;
}
.shop-row .item .inner p {
	margin-bottom: 35px;
}
.shop-row .item .inner .content {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.shop-row .item .sale-countdown {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -240px;
	font-size: 0;
}
.shop-row .item .sale-countdown .time {
	width: 120px;
	display: block;
	float: left;
	background: #fdfdfd;
	color: #ef5122;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: .36px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	height: 100px;
	padding-top: 25px;
}
.shop-row .item .sale-countdown .time:nth-child(even) {
	background: #f8f8f8;
}
.shop-row .item .sale-countdown .time .number {
	font-weight: 700;
	font-size: 28px;
	line-height: 30px;
	color: #444;
	letter-spacing: .84px;
}
.shop-row .item .sale-countdown .time p {
	margin-bottom: 0;
}
@media all and (max-width: 1200px) {
	.shop-row .item, .shop-row .item.large {
		width: 100%;
	}
}
@media all and (max-width: 768px) {
	.shop-row .item .inner {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	.shop-row .item .sale-countdown .time {
		width: 25%;
	}
	.shop-row .item .sale-countdown {
		margin-left: 0;
		left: 0;
		width: 100%;
	}
	.shop-row .item .sale-countdown .time .number {
		font-size: 24px;
	}
}

/* ==========================================================================
   12. Team
   ========================================================================== */
.team {
	font-size: 0;
	line-height: 0;
	margin: 0 -15px;
}
.team .member {
	width: 25%;
	float: left;
	vertical-align: middle;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	position: relative;
	padding: 0 15px;
}
.team .member.active {
	width: 50%;
}
.team .member .info {
	width: 50%;
	position: absolute;
	bottom: 48px;
	right: 15px;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .42px;
	padding-left: 48px;
	padding-bottom: 114px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0s;
	-ms-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	-webkit-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.team .member.active .info {
	opacity: 1;
	visibility: visible;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	-webkit-transition-delay: .25s;
	-ms-transition-delay: .25s;
	-moz-transition-delay: .25s;
	-o-transition-delay: .25s;
	transition-delay: .25s;
}
.team .member .info:before {
	content: '';
	display: block;
	width: 67px;
	height: 4px;
	background: #ef5122;
	position: absolute;
	top: 45px;
	right: -36px;
}
.team .member .info h3 {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: .48px;
	text-transform: none;
	margin-bottom: 28px;
}
.team .member .info h3 small {
	text-transform: uppercase;
	color: #ef5122;
	margin-bottom: 0;
	margin-top: 14px;
}
.team .member .info p {
	margin-bottom: 0;
}
.team .member .info .bar {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150%;
}
.team .member .info .bar .phone {
	color: #fff;
	font-size: 12px;
	letter-spacing: .48px;
	line-height: 50px;
	background: #ef5122;
	font-family: 'Poppins', sans-serif;
	padding: 0 34px;
	float: right;
	vertical-align: top;
}
.team .member .info .bar .phone i {
	margin-right: 9px;
}
.team .member .info .bar .social {
	color: #fff;
	font-size: 12px;
	line-height: 50px;
	background: #e22541;
	padding: 0 32px;
	float: right;
	border-radius: 0 25px 25px 0;
	vertical-align: top;
}
.team .member .info .bar .social a {
	color: #fff;
	margin: 0 6px;
}
.team-member {
	position: relative;
	margin-bottom: 40px;
}
.team-member .info {
	width: 50%;
	position: absolute;
	bottom: 48px;
	right: 0;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .42px;
	padding-left: 48px;
	padding-bottom: 114px;
}
.team-member .info:before {
	content: '';
	display: block;
	width: 67px;
	height: 4px;
	background: #ef5122;
	position: absolute;
	top: 45px;
	left: -36px;
}
.team-member .info h3 {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: .48px;
	text-transform: none;
	margin-bottom: 28px;
}
.team-member .info h3 small {
	text-transform: uppercase;
	color: #ef5122;
	margin-bottom: 0;
	margin-top: 14px;
}
.team-member .info p {
	margin-bottom: 0;
}
.team-member .info .bar {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150%;
}
.team-member .info .bar .phone {
	color: #fff;
	font-size: 12px;
	letter-spacing: .48px;
	line-height: 50px;
	background: #ef5122;
	font-family: 'Poppins', sans-serif;
	padding: 0 34px;
	float: right;
	vertical-align: top;
}
.team-member .info .bar .phone i {
	margin-right: 9px;
}
.team-member .info .bar .social {
	color: #fff;
	font-size: 12px;
	line-height: 50px;
	background: #e22541;
	padding: 0 32px;
	float: right;
	border-radius: 0 25px 25px 0;
	vertical-align: top;
}
.team-member .info .bar .social a {
	color: #fff;
	margin: 0 6px;
}
.team-single {
	position: relative;
}
.team-single .content {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 14px solid #fafafa;
	background: #fafafa;
}
.team-single .content .info {
	float: left;
	width: 500px;
	height: 522px;
	padding: 0 68px;
	background: #fdfdfd;
}
.team-single .content .info .inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.team-single .content .info .inner h2 {
	font-size: 40px;
	line-height: 52px;
	text-transform: none;
}
.team-single .content .info .inner .social-icons {
	font-size: 0;
	line-height: 0;
}
.team-single .content .info .inner .social-icons a {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #222;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-left: 2px;
}
.team-single .content .info .inner .social-icons a:hover {
	opacity: 1;
	background: #ef5122;
	color: #fff;
}
.team-single .content .contacts {
	float: right;
	height: 522px;
	width: 242px;
	margin-left: 14px;
}
.team-single .content .contacts .contact {
	height: 164px;
	background: #fff;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: .36px;
	margin-bottom: 14px;
}
.team-single .content .contacts .contact:last-of-type {
	margin-bottom: 0;
}
.team-single .content .contacts .contact .inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.team-single .content .contacts .contact .inner .icon {
	font-size: 30px;
	color: #ef5122;
	margin-bottom: 20px;
}
.team-single .content .contacts .contact .inner h5 {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: .48px;
	font-weight: 700;
	margin-bottom: 6px;
}
@media all and (max-width: 1200px) {
	.team .member {
		margin-bottom: 24px;
	}
	.team .member, .team .member.active {
		width: 100%;
	}
	.team .member .info {
		visibility: visible;
		opacity: 1;
	}
	.team-single .content {
		position: relative;
		top: 0;
		right: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.team-single .content .info {
		width: 100%;
		height: auto;
		float: none;
		margin-bottom: 14px;
		padding: 36px;
	}
	.team-single .content .info .inner {
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.team-single .content .contacts {
		width: 100%;
		float: none;
		margin: 0;
	}
}
@media all and (max-width: 768px) {
	.team .member .info {
		position: relative;
		bottom: 0;
		right: 0;
		width: 100%;
		padding: 0;
		margin-top: 12px;
	}
	.team .member .info .bar {
		width: 100%;
		position: relative;
		margin-top: 24px;
	}
	.team .member .info:before {
		height: 67px;
		width: 4px;
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 12px;
	}
	.team-member .info {
		position: relative;
		bottom: 0;
		right: 0;
		width: 100%;
		padding: 0;
		margin-top: 12px;
	}
	.team-member .info .bar {
		width: 100%;
		position: relative;
		margin-top: 24px;
	}
	.team-member .info:before {
		height: 67px;
		width: 4px;
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 12px;
	}
}

/* ==========================================================================
   13. Counters
   ========================================================================== */
.counter-box {
	position: relative;
	padding: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.counter-box>.inner {
	padding-top: 60px;
	padding-left: 68px;
	padding-bottom: 52px;
	background: rgba(251,251,251,.95);
	position: relative;
	color: #666;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	line-height: 28px;
	letter-spacing: .39px;
	text-transform: uppercase;
}
.counter-box>.inner .icon {
	margin-bottom: 28px;
	color: #ef5122;
	font-size: 40px;
}
.counter-box>.inner .countTo {
	font-weight: 700;
	color: #333;
	font-size: 38px;
	line-height: 38px;
	letter-spacing: .38px;
	margin-bottom: 6px;
}
.circle-counter {
	width: 230px;
	height: 230px;
	position: relative;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: .24px;
	text-transform: uppercase;
	padding-top: 82px;
	display: block;
	margin: 0 auto;
	margin-top: 70px;
}
.circle-counter:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 15px solid #fafafa;
	border-bottom-color: #ef5122;
	border-right-color: #ef5122;
	border-radius: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.circle-counter .inner {
	position: relative;
	z-index: 2;
}
.circle-counter .number {
	color: #ef5122;
	font-size: 40px;
	letter-spacing: .8px;
	margin-bottom: 12px;
}
@media all and (max-width: 1200px) {
	.counter-box {
		margin-bottom: 24px;
	}
}

/* ==========================================================================
   14. Portfolio
   ========================================================================== */
.portfolio-about {
	padding-top: 30px;
}
.owl-carousel .owl-item img {
	width: auto;
}
.owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.portfolio-vertical-slider-wrapper {
	position: relative;
	margin-bottom: 75px;
}
.portfolio-vertical-slider {
	position: relative;
}
.portfolio-vertical-slider-box {
	border: 30px solid #fafafa;
	position: absolute;
	top: -75px;
	left: -100px;
	right: 110px;
	bottom: 0;
	z-index: 1;
}
.portfolio-vertical-slider.owl-theme .owl-nav {
	margin: 0;
	position: absolute;
	top: 50%;
	left: -49px;
	margin-top: -9px;
	height: 18px;
	line-height: 18px;
	-webkit-transform: translate(-50%,0) rotate(-90deg);
	-ms-transform: translate(-50%,0) rotate(-90deg);
	-moz-transform: translate(-50%,0) rotate(-90deg);
	-o-transform: translate(-50%,0) rotate(-90deg);
	transform: translate(-50%,0) rotate(-90deg);
}
.portfolio-vertical-slider.owl-theme .owl-nav [class*='owl-'] {
	background: none;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: .26px;
	color: #666;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.portfolio-vertical-slider.owl-theme .owl-nav [class*='owl-']:hover {
	opacity: .9;
}
.portfolio-vertical-slider.owl-theme .owl-nav [class*='owl-'] i {
	font-size: 12px;
}
.portfolio-vertical-slider.owl-theme .owl-nav .owl-prev {
	margin-right: 60px;
}
.portfolio-vertical-slider.owl-theme .owl-nav .owl-next {
	margin-left: 60px;
}
.portfolio-vertical-slider.owl-theme .owl-nav .owl-prev i {
	margin-right: 8px;
}
.portfolio-vertical-slider.owl-theme .owl-nav .owl-next i {
	margin-left: 8px;
}
.portfolio-vertical-slider-meta {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -49px;
	margin-top: -9px;
	-webkit-transform: translate(-50%,0) rotate(-90deg);
	-ms-transform: translate(-50%,0) rotate(-90deg);
	-moz-transform: translate(-50%,0) rotate(-90deg);
	-o-transform: translate(-50%,0) rotate(-90deg);
	transform: translate(-50%,0) rotate(-90deg);
	z-index: 2;
	color: #f31d34;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	width: 70px;
	text-align: center;
	border-left: 3px solid #f31d34;
	border-right: 3px solid #f31d34;
}
.portfolio .item {
	float: left;
	position: relative;
	z-index: 5;
}
.portfolio .item figure {
	position: relative;
	overflow: hidden;
}
.portfolio .item figure img {
	width: 100%;
}
.portfolio .item .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.8);
	text-align: center;
	display: block;
	color: #ef5122;
	font-size: 12px;
	line-height: 14px;
	font-weight: 600;
	letter-spacing: .36px;
	text-transform: uppercase;
	opacity: 0;
	border: 15px solid #ef5122;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	font-family: 'Poppins', sans-serif;
}
.portfolio .item figure:hover .overlay {
	opacity: 1;
}
.portfolio .item .overlay .content {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.portfolio .item .overlay .content h4 {
	font-size: 18px;
	line-height: 44px;
	letter-spacing: .54px;
	font-weight: 600;
	margin-bottom: 0;
}
.portfolio .item .overlay .content p {
	margin-bottom: 0;
}
.portfolio .item .overlay .content .action {
	font-size: 0;
	line-height: 0;
	margin-bottom: 20px;
}
.portfolio .item .overlay .content .action a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	color: #000;
	font-size: 20px;
	margin: 0 1px;
}
.portfolio .item .overlay .content .action a:hover {
	background: #ef5122;
	color: #fff;
	opacity: 1;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.portfolio .item .overlay .content .action a i {
	line-height: inherit;
}
.portfolio .item .detail {
	text-align: center;
	color: #ef5122;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	letter-spacing: .36px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding-top: 24px;
}
.portfolio .item .detail h4 {
	font-size: 15px;
	line-height: 44px;
	letter-spacing: .45px;
	font-weight: 600;
	margin-bottom: 0;
	color: #444;
}
.portfolio .item .detail p {
	margin-bottom: 0;
}
.portfolio-masonry {
	margin: 0 5px;
}
.portfolio-masonry .portfolio-sizer {
	width: 25%;
}
.portfolio-masonry .item {
	width: 25%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.portfolio-grid .portfolio-sizer {
	width: 33.333333%;
}
.portfolio-grid .item {
	width: 33.333333%;
}
.portfolio-grid2 {
	margin: 0 -15px;
}
.portfolio-grid2 .portfolio-sizer {
	width: 59.82905%;
}
.portfolio-grid2 .item {
	width: 59.82905%;
}
.portfolio-grid2 .item.small {
	width: 40.17094%;
}
.portfolio-3col {
	margin: 0 -15px;
}
.portfolio-3col .portfolio-sizer {
	width: 33.333333%;
}
.portfolio-3col .item {
	width: 33.333333%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.portfolio-2col {
	margin: 0 -15px;
}
.portfolio-2col .portfolio-sizer {
	width: 50%;
}
.portfolio-2col .item {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.portfolio-4col {
	margin: 0 5px;
}
.portfolio-4col .portfolio-sizer {
	width: 25%;
}
.portfolio-4col .item {
	width: 25%;
	padding: 0 5px;
	margin-bottom: 30px;
}
.portfolio-filters {
	text-align: center;
	margin-bottom: 44px;
	font-size: 0;
	position: relative;
	z-index: 5;
	background: #fcfcfc;
	display: inline-block;
	padding: 0 58px;
}
.portfolio-filters button {
	font-size: 13px;
	line-height: 70px;
	letter-spacing: .26px;
	color: #444;
	background: none;
	border: none;
	padding: 0;
	margin: 0 20px;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	outline: none !important;
	font-family: 'Poppins', sans-serif;
	position: relative;
}
.portfolio-filters button .number {
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 14px;
	opacity: 0;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.portfolio-filters button .number:after {
	content: '';
	display: block;
	width: 3px;
	height: 25px;
	background: #ef5122;
	position: absolute;
	left: 50%;
	margin-left: -1.5px;
	top: 20px;
}
.portfolio-filters button:hover, .portfolio-filters button.active {
	color: #ef5122;
}
.portfolio-filters button:hover .number, .portfolio-filters button.active .number {
	opacity: 1;
}
.portfolio-load {
	text-align: center;
	margin-top: 90px;
}
.portfolio-single .image {
	position: relative;
	text-align: center;
	margin-bottom: -72px;
}
.portfolio-single .image .title {
	background: #ef5122;
	position: relative;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .36px;
	text-transform: uppercase;
	color: #fff;
	padding: 48px 130px;
	top: -122px;
}
.portfolio-single .image .title h4 {
	font-size: 24px;
	line-height: 44px;
	font-weight: 600;
	letter-spacing: .72px;
	margin-bottom: 6px;
}
.portfolio-single .content {
	padding: 0 96px;
}
.portfolio-single .image-row {
	margin: 0 -7.5px;
	margin-bottom: 50px;
}
.portfolio-single .image-row img {
	width: 33.333333%;
	margin: 0;
	display: inline-block;
	padding: 0 7.5px;
}
@media all and (max-width: 1200px) {
	.portfolio-masonry .portfolio-sizer {
		width: 50%;
	}
	.portfolio-masonry .item {
		width: 50%;
	}
	.portfolio-4col .portfolio-sizer {
		width: 50%;
	}
	.portfolio-4col .item {
		width: 50%;
	}
	.portfolio-grid .portfolio-sizer {
		width: 50%;
	}
	.portfolio-grid .item {
		width: 50%;
	}
	.portfolio-3col .portfolio-sizer {
		width: 50%;
	}
	.portfolio-3col .item {
		width: 50%;
	}
}
@media all and (max-width: 768px) {
	.portfolio-vertical-slider.owl-theme .owl-nav {
		position: relative;
		top: 0;
		left: 0;
		margin-top: 24px;
		height: 18px;
		line-height: 18px;
		-webkit-transform: translate(0) rotate(0deg);
		-ms-transform: translate(0) rotate(0deg);
		-moz-transform: translate(0) rotate(0deg);
		-o-transform: translate(0) rotate(0deg);
		transform: translate(0) rotate(0deg);
	}
	.portfolio-vertical-slider-box {
		display: none;
	}
	.portfolio-vertical-slider-meta {
		display: inline-block;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 50%;
		margin-top: 0;
		margin-left: -35px;
		-webkit-transform: translate(0) rotate(0deg);
		-ms-transform: translate(0) rotate(0deg);
		-moz-transform: translate(0) rotate(0deg);
		-o-transform: translate(0) rotate(0deg);
		transform: translate(0) rotate(0deg);
	}
	.portfolio-vertical-slider-wrapper {
		margin-bottom: 0;
	}
	.portfolio-masonry .portfolio-sizer {
		width: 100%;
	}
	.portfolio-masonry .item {
		width: 100%;
	}
	.portfolio-filters button {
		margin: 0 10px;
	}
	.portfolio-filters {
		padding: 0 10px;
	}
}
@media all and (max-width: 767px) {
	.portfolio-grid .portfolio-sizer {
		width: 100%;
	}
	.portfolio-grid .item {
		width: 100%;
	}
	.portfolio-grid2 .portfolio-sizer {
		width: 100%;
	}
	.portfolio-grid2 .item {
		width: 100%;
	}
	.portfolio-grid2 .item.small {
		width: 100%;
	}
	.portfolio-3col .portfolio-sizer {
		width: 100%;
	}
	.portfolio-3col .item {
		width: 100%;
	}
	.portfolio-4col .portfolio-sizer {
		width: 100%;
	}
	.portfolio-4col .item {
		width: 100%;
	}
	.portfolio-2col .portfolio-sizer {
		width: 100%;
	}
	.portfolio-2col .item {
		width: 100%;
	}
	.portfolio-single .image {
		margin-bottom: 50px;
	}
	.portfolio-single .image .title {
		padding: 24px 0;
		width: 100%;
		top: 0;
	}
	.portfolio-single .content {
		padding: 0;
	}
	.portfolio-single .image-row {
		margin: 0;
		margin-bottom: 50px;
	}
	.portfolio-single .image-row img {
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
}

/* ==========================================================================
   15. Products
   ========================================================================== */
.recent-product {
	position: relative;
	text-align: right;
	margin: 20px 0;
}
.recent-product.left {
	text-align: left;
}
.recent-product .content {
	display: inline-block;
	border: 14px solid #fafafa;
	padding: 80px 35px;
	padding-left: 70px;
	width: 65%;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .42px;
	text-align: center;
}
.recent-product.left .content {
	padding: 80px 35px;
	padding-right: 70px;
}
.recent-product .content .rating {
	font-size: 13px;
	line-height: 28px;
	letter-spacing: .39px;
	margin-bottom: 12px;
}
.recent-product .content .rating i {
	margin: 0 2px;
}
.recent-product .content .rating i.red {
	color: #ef5122;
}
.recent-product .content h5 {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: .48px;
	margin-bottom: 18px;
}
.recent-product .content p {
	margin-bottom: 40px;
}
.recent-product .image {
	position: absolute;
	top: 50%;
	left: 0;
	width: 44%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.recent-product.left .image {
	left: auto;
	right: 0;
}
.recent-product .image img {
	width: 100%;
}
.recent-product .image .price {
	font-size: 13px;
	line-height: 50px;
	color: #fff;
	letter-spacing: .39px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	background: #2a2a2a;
	width: 190px;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -25px;
	-webkit-transform: translate(50%,0) rotate(-90deg);
	-ms-transform: translate(50%,0) rotate(-90deg);
	-moz-transform: translate(50%,0) rotate(-90deg);
	-o-transform: translate(50%,0) rotate(-90deg);
	transform: translate(50%,0) rotate(-90deg);
}
.recent-product.left .image .price {
	right: auto;
	left: 25px;
	-webkit-transform: translate(-50%,0) rotate(-90deg);
	-ms-transform: translate(-50%,0) rotate(-90deg);
	-moz-transform: translate(-50%,0) rotate(-90deg);
	-o-transform: translate(-50%,0) rotate(-90deg);
	transform: translate(-50%,0) rotate(-90deg);
}
.recent-product .image .price .sale-price {
	color: #ef5122;
	margin-right: 5px;
}
.recent-product .image .price .sale {
	text-decoration: line-through;
}
.recent-product-simple .image {
	position: relative;
	margin-bottom: 24px;
}
.recent-product-simple .image img {
	width: 100%;
}
.recent-product-simple .image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	opacity: 0;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.recent-product-simple:hover .image .overlay {
	opacity: 1;
}
.recent-product-simple .image .overlay .button {
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.recent-product-simple .content h5 {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: .48px;
	margin-bottom: 6px;
}
.recent-product-simple .content .rating {
	font-size: 13px;
	line-height: 28px;
	letter-spacing: .39px;
	margin-bottom: 36px;
}
.recent-product-simple .content .rating i {
	margin: 0 2px;
}
.recent-product-simple .content .rating i.red {
	color: #ef5122;
}
.recent-product-simple .content .price {
	font-size: 13px;
	line-height: 28px;
	color: #999;
	letter-spacing: .39px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.recent-product-simple .content .price .sale-price {
	color: #ef5122;
	margin-right: 5px;
}
.recent-product-simple .content .price .sale {
	text-decoration: line-through;
}
.product-details {
	position: relative;
	margin-bottom: 94px;
}
.product-details .content {
	background: #fdfdfd;
	position: absolute;
	left: 370px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 600px;
	padding: 85px 88px;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: .42px;
}
.product-details .content .reviews {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: .36px;
	margin-bottom: 14px;
}
.product-details .content .rating {
	font-size: 13px;
	line-height: 28px;
	letter-spacing: .39px;
	display: inline-block;
	margin-right: 20px;
}
.product-details .content .rating i {
	margin: 0 2px;
}
.product-details .content .rating i.red {
	color: #ef5122;
}
.product-details .content h3 {
	font-size: 26px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: .78px;
}
.product-details .content p {
	margin-bottom: 30px;
}
.product-details .content .price-quantity {
	margin-bottom: 30px;
}
.product-details .content .price {
	font-size: 20px;
	line-height: 40px;
	color: #ef5122;
	letter-spacing: .6px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
}
.product-details .content .price .sale-price {
	margin-right: 5px;
}
.product-details .content .price .sale {
	text-decoration: line-through;
	font-size: 14px;
	color: #999;
}
.product-details .content .quantity {
	color: #282828;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 40px;
	letter-spacing: .12px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}
.product-details .content .quantity input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
	line-height: 38px;
	height: 40px;
	background: #fff;
	border: 1px solid #d4d4d4;
	width: 90px;
	display: inline-block;
	padding: 0 20px;
}
.product-info .nav-tabs {
	margin: 0;
	margin-bottom: 40px;
	top: 0;
	padding: 0 50px;
	background: #fafafa;
}
.product-info .nav>li {
	width: auto;
}
.product-info .nav-tabs>li {
	padding: 0 25px;
}
.product-info .nav-tabs>li>a {
	color: #282828;
	font-size: 13px;
	line-height: 70px;
	letter-spacing: .26px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	position: relative;
}
.product-info .nav-tabs>li.active>a, .product-info .nav-tabs>li.active>a:focus, .product-info .nav-tabs>li.active>a:hover {
	color: #ef5122;
}
.product-info .nav-tabs>li.active>a:after {
	content: '';
	background: #ef5122;
	width: 3px;
	height: 25px;
	position: absolute;
	top: -14px;
	left: 50%;
	margin-left: -1.5px;
}
.product-info .tab-content p:last-of-type {
	margin-bottom: 0;
}
.shopping-cart {
	border: 15px solid #fafafa;
	padding: 70px 55px;
	padding-top: 50px;
	margin-bottom: 40px;
}
.shopping-cart .table {
	margin-bottom: 40px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	border-collapse: separate;
	border-spacing: 3px 0;
}
.shopping-cart .table>thead>tr>th {
	padding: 0;
	border-bottom: none;
	text-align: center;
	font-size: 13px;
	line-height: 48px;
	font-weight: 700;
	letter-spacing: .13px;
	color: #444;
}
.shopping-cart .table>tbody>tr>td {
	border-top: none;
	padding: 0 46px;
	vertical-align: middle;
	background: #fdfdfd;
	height: 160px;
	position: relative;
}
.shopping-cart .table>tbody>tr>td.product {
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	color: #444;
	font-weight: 700;
}
.shopping-cart .table>tbody>tr>td .sku {
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #c7c7c7;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 12px;
}
.shopping-cart .table>tbody>tr>td.price {
	font-size: 16px;
	line-height: 18px;
	color: #ef5122;
	font-weight: 600;
}
.shopping-cart .table>tbody>tr>td input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
	line-height: 38px;
	height: 40px;
	background: #fff;
	border: 1px solid #d4d4d4;
	width: 90px;
	display: inline-block;
	padding: 0 20px;
	border-radius: 3px;
}
.shopping-cart .table>tbody>tr>td .remove {
	position: absolute;
	top: 47px;
	right: -33px;
	width: 66px;
	height: 66px;
	background: #fdfdfd;
	border-radius: 50%;
	border: 3px solid #fff;
	line-height: 60px;
	color: #222;
	text-align: center;
	font-size: 18px;
}
.shopping-cart .coupon-form {
	font-size: 0;
	line-height: 0;
	float: left;
}
.shopping-cart .coupon-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
	line-height: 48px;
	height: 50px;
	padding: 0 20px;
	border-radius: 3px;
	border: 1px solid #d4d4d4;
	background: none;
	width: 205px;
	display: inline-block;
	font-size: 11px;
	letter-spacing: .11px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	margin-right: 16px;
}
.shopping-cart .coupon-form ::-webkit-input-placeholder {
	color: #d5d3d3;
}
.shopping-cart .coupon-form :-moz-placeholder {
	color: #d5d3d3;
	opacity: 1;
}
.shopping-cart .coupon-form ::-moz-placeholder {
	color: #d5d3d3;
	opacity: 1;
}
.shopping-cart .coupon-form :-ms-input-placeholder {
	color: #d5d3d3;
}
.shopping-cart .coupon-form .button {
	line-height: 50px;
	border-radius: 3px;
	padding: 0 50px;
}
.cart-actions>.button {
	float: right;
}
.cart-totals {
	border: 15px solid #fafafa;
	padding: 50px 30px;
	text-align: center;
}
.cart-totals h5 {
	font-size: 15px;
	line-height: 16px;
	letter-spacing: .15px;
	color: #282828;
	margin-bottom: 24px;
}
.cart-totals .totals {
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	line-height: 50px;
	font-weight: 700;
	color: #323232;
	background: #fdfdfd;
	text-align: left;
	padding: 25px 75px;
	margin-bottom: 40px;
}
.cart-totals .totals span {
	color: #ef5122;
	float: right;
}
.order {
	border: 15px solid #fafafa;
	padding: 40px;
	padding-bottom: 60px;
}
.order .heading {
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	line-height: 48px;
	font-weight: 700;
	color: #282828;
	letter-spacing: .13px;
	padding: 0 40px;
}
.order .heading span {
	float: right;
}
.order .totals {
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	line-height: 50px;
	letter-spacing: .13px;
	font-weight: 700;
	color: #323232;
	background: #fdfdfd;
	padding: 25px 40px;
	margin-bottom: 1px;
}
.order .totals span {
	color: #ef5122;
	float: right;
}
.order .totals span.free {
	color: #999;
}
.order .totals.end {
	text-transform: uppercase;
	padding: 10px 40px;
	margin-bottom: 36px;
}
.order .info {
	background: #fdfdfd;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: .42px;
	color: #666;
	padding: 30px 40px;
	margin: 24px -40px;
}
.order .form-group {
	padding: 0 40px;
}
.order .submit {
	text-align: center;
}
.order .radio img {
	margin-left: 12px;
}
@media all and (max-width: 1200px) {
	.recent-product .image {
		width: 30%;
	}
	.recent-product-simple {
		margin-bottom: 24px;
	}
	.product-details .content {
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		width: 100%;
	}
	.product-info .nav-tabs {
		padding: 0;
	}
	.shopping-cart .table>tbody>tr>td {
		padding: 0 10px;
	}
	.shopping-cart .table>tbody>tr>td.price {
		padding-right: 40px;
	}
	.cart-actions .coupon-form {
		float: none;
		margin-bottom: 24px;
	}
	.cart-actions>.button {
		float: none;
	}
}
@media all and (max-width: 768px) {
	.recent-product .content {
		width: 100%;
	}
	.recent-product .image {
		width: 100%;
		position: relative;
		top: 0;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		-moz-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0);
	}
	.product-details .content {
		padding: 24px;
	}
	.shopping-cart {
		padding: 20px;
		border-width: 2px;
	}
	.cart-totals {
		padding: 20px;
		border-width: 2px;
	}
	.order {
		padding: 20px;
		border-width: 2px;
	}
	.shopping-cart .table>thead, .shopping-cart .table>tbody {
		display: block;
		width: 50%;
		float: left;
	}
	.shopping-cart .table>thead>tr>th {
		display: block;
		height: 160px;
	}
	.shopping-cart .table>tbody>tr>td {
		display: block;
	}
	.cart-actions {
		text-align: center;
	}
	.shopping-cart .coupon-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
		margin: 0;
		margin-bottom: 12px;
		width: 100%;
	}
}

/* ==========================================================================
   16. Clients
   ========================================================================== */
.client-slider .active .item:after {
	content: '';
	display: block;
	height: 33px;
	width: 1px;
	border-right: 2px dashed #bbb;
	position: absolute;
	top: 50%;
	right: -2px;
	margin-top: -16.5px;
}
.client-slider.owl-theme .owl-nav [class*='owl-'] {
	width: 40px;
	height: 55px;
	line-height: 55px;
	background: #ef5122;
	margin: 0;
	padding: 0;
	border-radius: 2px;
	font-size: 13px;
	position: absolute;
	top: 50%;
	margin-top: -27.5px;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.client-slider.owl-theme .owl-nav [class*='owl-']:hover {
	background: #5a5a5a;
}
.client-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
	left: -100px;
}
.client-slider.owl-carousel .owl-controls .owl-nav .owl-next {
	right: -100px;
}
.client-slider.owl-carousel .owl-item img {
	width: auto;
}
.client-grid {
	font-size: 0;
	line-height: 0;
	text-align: center;
	overflow: hidden;
}
.client-grid .item {
	width: 33.333333%;
	display: inline-block;
	height: 160px;
	line-height: 160px;
	position: relative;
}
.client-grid .item:after {
	content: '';
	display: block;
	height: 33px;
	width: 1px;
	border-right: 2px dashed #bbb;
	position: absolute;
	top: 50%;
	right: -2px;
	margin-top: -16.5px;
}
@media all and (max-width: 1400px) {
	.client-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
		left: -40px;
	}
	.client-slider.owl-carousel .owl-controls .owl-nav .owl-next {
		right: -40px;
	}
}
@media all and (max-width: 1200px) {
	.client-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
		left: 0px;
	}
	.client-slider.owl-carousel .owl-controls .owl-nav .owl-next {
		right: 0px;
	}
}
@media all and (max-width: 768px) {
	.client-grid .item {
		width: 100%;
	}
}

/* ==========================================================================
   17. Testimonials
   ========================================================================== */
.testimonials {
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.testimonials .item {
	font-size: 16px;
	line-height: 28px;
	font-style: italic;
	letter-spacing: .48px;
	width: 8%;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: .25s width;
	-ms-transition: .25s width;
	-moz-transition: .25s width;
	-o-transition: .25s width;
	transition: .25s width;
	padding: 0 5px;
}
.testimonials .item.active {
	width: 60%;
	padding: 0 112px;
	margin-top: 0 !important;
}
.testimonials .item .testimony-image {
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	-webkit-transition: .25s opacity;
	-ms-transition: .25s opacity;
	-moz-transition: .25s opacity;
	-o-transition: .25s opacity;
	transition: .25s opacity;
}
.testimonials .item.active .testimony-image {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	-webkit-transition: 0s;
	-ms-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.testimonials .item .testimony {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.testimonials .item.active .testimony {
	opacity: 1;
	visibility: visible;
	position: relative;
	-webkit-transition: .25s opacity;
	-ms-transition: .25s opacity;
	-moz-transition: .25s opacity;
	-o-transition: .25s opacity;
	transition: .25s opacity;
	-webkit-transition-delay: .25s;
	-ms-transition-delay: .25s;
	-moz-transition-delay: .25s;
	-o-transition-delay: .25s;
	transition-delay: .25s;
}
.testimonials .item .details {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	margin-bottom: 36px;
}
.testimonials .item .details .image {
	border-radius: 50%;
	overflow: hidden;
	width: 160px;
	height: 160px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 36px;
}
.testimonials .item .details .image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(235,46,74,.7);
	line-height: 160px;
	text-align: center;
}
.testimonials .item .details .content {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	margin-top: 33px;
}
.testimonials .item .details .content h3 {
	font-size: 28px;
	letter-spacing: .84px;
	margin-bottom: 6px;
}
.testimonials .item .details .content h3 small {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .48px;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.testimonials .item .details .content .rating {
	font-size: 12px;
	line-height: 28px;
	letter-spacing: .36px;
}
.testimonials .item .details .content .rating i {
	margin-right: 4px;
}
.testimonials .item .details .content .rating i.red {
	color: #ef5122;
}
.testimonials .item p {
	margin-bottom: 0;
}
.testimonials.vertical {
	padding: 84px 0;
}
.testimonials.vertical .item {
	width: 100%;
	display: block;
	padding: 0;
	font-style: normal;
}
.testimonials.vertical .item.active {
	width: 100%;
	padding: 0;
}
.testimonials.vertical .item .details {
	display: block;
	margin: 0;
}
.testimonials.vertical .item .details .image {
	float: right;
	display: block;
	box-shadow: 0 0 0 10px rgba(0,0,0,.68);
	margin: 0;
}
.testimonials.vertical .item .details .content {
	margin: 0;
	margin-top: 11px;
	margin-right: 256px;
	text-align: right;
	display: block;
	font-size: 16px;
	line-height: 28px;
}
.testimonials.vertical .item .details .content p {
	font-style: italic;
}
.testimonials.vertical .item .details .content h3 {
	margin-bottom: 14px;
}
.testimonials.vertical .item .details .content h3 small {
	display: inline-block;
	margin-left: 14px;
}
@media all and (max-width: 1200px) {
	.testimonials {
		text-align: left;
	}
	.testimonials .item {
		width: 100%;
		display: block;
		margin-bottom: 36px;
	}
	.testimonials .item.active {
		width: 100%;
		padding: 0;
	}
	.testimonials .item .testimony-image {
		display: none;
	}
	.testimonials .item .testimony {
		opacity: 1;
		visibility: visible;
		position: relative;
	}
}

/* ==========================================================================
   18. Blog
   ========================================================================== */
.blog-post {
	padding: 40px 0;
	position: relative;
	margin-bottom: 40px;
}
.blog-post.small {
	padding: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 380px;
	margin-top: 40px;
	margin-bottom: 80px;
}
.blog-post .bg {
	background: #fbfbfb;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 76px;
	z-index: 1;
}
.blog-post .image {
	float: left;
	position: relative;
	z-index: 2;
}
.blog-post .date {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 46px;
	color: #fff;
	letter-spacing: .96px;
	padding: 0 30px;
	background: #ef5122;
	position: absolute;
	top: 30px;
	right: -20px;
	z-index: 2;
	text-transform: uppercase;
}
.blog-post.small .date {
	left: -20px;
	right: auto;
}
.blog-post .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}
.blog-post .overlay:hover {
	opacity: 1;
	background: rgba(0,0,0,.3);
}
.blog-post .content {
	text-align: center;
	position: relative;
	z-index: 2;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: .42px;
	padding: 0 55px;
	margin-left: 300px;
	margin-top: 47px;
}
.blog-post.wide .content {
	margin-left: 400px;
}
.blog-post.small .content {
	margin-left: 0;
	margin-top: 0;
	padding: 0 36px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.blog-post .content ul {
	margin-bottom: 14px;
	color: #ef5122;
	font-size: 11px;
	line-height: 32px;
	letter-spacing: .22px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.blog-post .content ul i {
	font-size: 12px;
	margin-right: 8px;
}
.blog-post .content ul>li {
	padding: 0 10px;
}
.blog-post .content h4 {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 26px;
	color: #444;
	letter-spacing: .54px;
}
.blog-post.small .content h4 {
	color: #fff;
	margin: 0;
}
.blog-post .content p {
	margin-bottom: 40px;
}
.large-blog-post {
	border: 15px solid #fafafa;
	position: relative;
	font-size: 0;
	line-height: 0;
	margin-top: 66px;
	padding-bottom: 90px;
}
.large-blog-post .date {
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 24px;
	color: #444;
	letter-spacing: .33px;
	padding: 36px 0;
	background: #fafafa;
	position: absolute;
	top: 89px;
	left: -59px;
	z-index: 3;
	text-transform: uppercase;
	width: 100px;
	text-align: center;
}
.large-blog-post .date span {
	font-size: 28px;
	letter-spacing: .84px;
	color: #ef5122;
	display: block;
}
.large-blog-post .content {
	position: relative;
	z-index: 2;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: .42px;
	width: 50%;
	padding-left: 120px;
	float: left;
	vertical-align: top;
	padding-top: 82px;
}
.large-blog-post .content ul {
	margin-bottom: 14px;
	color: #ef5122;
	font-size: 11px;
	line-height: 32px;
	letter-spacing: .22px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.large-blog-post .content ul i {
	font-size: 12px;
	margin-right: 8px;
}
.large-blog-post .content ul>li {
	padding: 0 10px;
}
.large-blog-post .content h3 {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: .66px;
	margin-bottom: 36px;
}
.large-blog-post .content p {
	margin-bottom: 40px;
}
.large-blog-post .image {
	float: right;
	width: 50%;
	vertical-align: top;
	text-align: right;
	padding-right: 85px;
}
.large-blog-post .image img {
	position: relative;
	top: -81px;
	display: inline-block;
}
.nav-tabs {
	border-bottom: none;
	font-size: 0;
	padding: 0 95px;
	position: relative;
	top: -116px;
	margin-bottom: -116px;
}
.nav-tabs>li {
	float: left;
	margin-bottom: 0;
	padding: 0 5px;
	vertical-align: top;
}
.nav>li {
	text-align: center;
	width: 25%;
}
.nav>li>a {
	padding: 0;
	position: relative;
}
.nav-tabs>li>a {
	margin-right: 0;
	border: none;
	border-radius: 0;
	color: #414141;
	font-size: 16px;
	line-height: 20px;
}
.nav>li>a:focus, .nav>li>a:hover {
	background: none;
}
.nav>li>a:hover {
	opacity: 1;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: none;
	border: none;
	color: #414141;
	opacity: 1;
}
.nav-tabs>li>a img {
	width: 100%;
}
.nav-tabs>li>a:hover img {
	opacity: 1;
}
.nav>li>a .overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(235,46,74,.8);
	opacity: 0;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.nav>li>a:hover .overlay {
	opacity: 1;
}
.nav>li>a .overlay .content {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 20px;
}
.nav>li>a .overlay .content .icon {
	color: #fff;
	font-size: 24px;
	margin-bottom: 16px;
}
.nav>li>a .overlay .content h5 {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: .39px;
	margin-bottom: 0;
}
.grid-blog-post {
	margin-bottom: 40px;
}
.grid-blog-post .image img {
	width: 100%;
}
.grid-blog-post .meta {
	line-height: 46px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .96px;
	text-transform: uppercase;
	position: absolute;
	left: -46px;
	top: -25px;
	-webkit-transform: translate(-100%,0) rotate(-90deg);
	-ms-transform: translate(-100%,0) rotate(-90deg);
	-moz-transform: translate(-100%,0) rotate(-90deg);
	-o-transform: translate(-100%,0) rotate(-90deg);
	transform: translate(-100%,0) rotate(-90deg);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	-moz-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
}
.grid-blog-post .meta .comments {
	width: 46px;
	float: left;
	background: #ef5122;
	color: #fff;
}
.grid-blog-post .meta .comments i {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.grid-blog-post .meta .date {
	width: 140px;
	float: left;
	background: #222;
	color: #fff;
}
.grid-blog-post .content {
	height: 160px;
	margin-left: 70px;
	background: #fdfdfd;
	position: relative;
	padding: 0 38px;
	padding-top: 40px;
	color: #555;
	font-size: 12px;
	line-height: 28px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	letter-spacing: .36px;
}
.grid-blog-post .content p {
	margin-bottom: 6px;
}
.grid-blog-post .content h5 {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 0;
	font-weight: 600;
	color: #4e4e4e;
	letter-spacing: .45px;
}
.blog-load {
	text-align: center;
	margin-top: 60px;
}
.blog-post-single .meta {
	margin: 0 32px;
	background: #fff;
	border: 14px solid #fafafa;
	position: relative;
	top: -14px;
	margin-bottom: 53px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #555;
	letter-spacing: .36px;
	line-height: 28px;
	text-transform: uppercase;
	padding: 59px 0;
}
.blog-post-single .meta .author {
	margin-bottom: 12px;
}
.blog-post-single .meta h3 {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: .66px;
	margin-bottom: 12px;
}
.blog-post-single .meta ul {
	margin-bottom: 0;
	color: #ef5122;
	font-size: 11px;
	line-height: 32px;
	letter-spacing: .22px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.blog-post-single .meta ul i {
	font-size: 12px;
	margin-right: 8px;
}
.blog-post-single .meta ul>li {
	padding: 0 10px;
}
.blog-post-single .meta .date {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 46px;
	color: #fff;
	letter-spacing: .96px;
	padding: 0 30px;
	background: #ef5122;
	position: absolute;
	bottom: -29px;
	left: 50px;
	z-index: 2;
	text-transform: uppercase;
}
.blog-post-single .meta .share {
	position: absolute;
	bottom: -29px;
	right: 50px;
	font-size: 0;
	line-height: 0;
}
.blog-post-single .meta .share a {
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	background: #fafafa;
	text-align: center;
	font-size: 12px;
	color: #444;
	margin-left: 2px;
}
.blog-post-single .meta .share a:hover {
	opacity: 1;
	background: #ef5122;
	color: #fff;
}
.blog-post-single>.content {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: .42px;
}
.blog-post-single>h3 {
	color: #333;
}
.blog-post-author {
	position: relative;
	margin-bottom: 70px;
}
.blog-post-author .image {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.blog-post-author .content {
	border: 14px solid #fafafa;
	margin-left: 70px;
	padding: 56px 0;
	padding-left: 144px;
	color: #555;
	font-size: 14px;
	line-height: 26px;
}
.blog-post-author .content .title {
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: .38px;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.blog-post-author .content .title small {
	color: #ef5122;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .36px;
	margin-left: 16px;
}
.blog-post-author .content p {
	margin-bottom: 0;
}
.comments {
	margin-bottom: 60px;
}
.comment {
	position: relative;
	margin-bottom: 30px;
}
.comment .comment {
	margin-bottom: 0;
	margin-top: 30px;
	margin-left: 70px;
}
.comment .inner {
	position: relative;
}
.comment .image {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.comment .image .button {
	line-height: 46px;
	font-size: 11px;
	letter-spacing: .33px;
	padding: 0 26px;
	position: absolute;
	top: 50%;
	right: 23px;
	-webkit-transform: translate(50%,-50%) rotate(-90deg);
	-ms-transform: translate(50%,-50%) rotate(-90deg);
	-moz-transform: translate(50%,-50%) rotate(-90deg);
	-o-transform: translate(50%,-50%) rotate(-90deg);
	transform: translate(50%,-50%) rotate(-90deg);
}
.comment .content {
	border: 14px solid #fafafa;
	margin-left: 70px;
	padding: 56px 0;
	padding-left: 144px;
	color: #555;
	font-size: 14px;
	line-height: 26px;
}
.comment .content .title {
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: .38px;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.comment .content .title small {
	color: #ef5122;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .36px;
	margin-left: 16px;
}
.comment .content p {
	margin-bottom: 0;
}
@media all and (max-width: 1200px) {
	.large-blog-post .content {
		width: 100%;
		padding: 40px 60px;
	}
	.large-blog-post .image {
		text-align: left;
		width: 100%;
		padding: 0 60px;
	}
	.large-blog-post .image img {
		top: 0;
	}
	.nav-tabs {
		top: 0;
		margin-bottom: 0;
		padding: 0;
		margin-top: 24px;
	}
}
@media all and (max-width: 768px) {
	.blog-post .bg {
		display: none;
	}
	.blog-post .image {
		float: none;
	}
	.blog-post .image img {
		width: 100%;
	}
	.blog-post .image .date {
		right: 0;
	}
	.blog-post .content {
		margin: 0;
		padding: 0;
		padding-top: 24px;
	}
	.large-blog-post .date {
		top: -70px;
		left: -30px;
	}
	.large-blog-post .content {
		padding: 20px;
		padding-top: 60px;
	}
	.large-blog-post .image {
		padding: 0 20px;
	}
	.large-blog-post {
		padding-bottom: 20px;
	}
	.nav>li {
		width: 50%;
		margin-bottom: 10px;
	}
}

/* ==========================================================================
   19. Pricing Table
   ========================================================================== */
.pricing-table {
	text-align: center;
	margin-top: 20px;
}
.pricing-table .top {
	position: relative;
	margin-bottom: 41px;
}
.pricing-table .top img {
	width: 100%;
}
.pricing-table .top .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	text-align: right;
	font-family: 'Poppins', sans-serif;
	padding-top: 50px;
	padding-right: 75px;
}
.pricing-table .top .overlay .price {
	font-size: 55px;
	color: #fdfdfd;
	line-height: 55px;
	font-weight: 600;
}
.pricing-table .top .overlay .price span {
	color: #ef5122;
	font-size: 25px;
}
.pricing-table .top .overlay .term {
	font-size: 11px;
	color: #fff;
	line-height: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.pricing-table .top .title {
	line-height: 63px;
	width: 220px;
	color: #fdfdfd;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: .45px;
	background: #ef5122;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
	margin-left: -39px;
	-webkit-transform: translate(0,-50%) rotate(-90deg);
	-ms-transform: translate(0,-50%) rotate(-90deg);
	-moz-transform: translate(0,-50%) rotate(-90deg);
	-o-transform: translate(0,-50%) rotate(-90deg);
	transform: translate(0,-50%) rotate(-90deg);
}
.pricing-table ul {
	line-height: 62px;
	font-size: 14px;
	letter-spacing: .42px;
	margin-bottom: 33px;
}
.pricing-table ul>li {
	border-bottom: 1px solid #eee;
	width: 210px;
	display: block;
	margin: 0 auto;
}
.pricing-table ul>li:last-of-type {
	border-bottom: none;
}
@media all and (max-width: 768px) {
	.pricing-table {
		margin-bottom: 48px;
	}
}

/* ==========================================================================
   20. Video Tabs
   ========================================================================== */
.video-tabs {
	margin-top: 128px;
}
.video-tabs .video {
	position: relative;
	padding: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 568px;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	color: #ef5122;
	letter-spacing: .42px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.video-tabs .video .content {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.video-tabs .video .content .icon {
	color: #fff;
	background: #ef5122;
	width: 84px;
	height: 84px;
	display: inline-block;
	border-radius: 50%;
	line-height: 84px;
	font-size: 26px;
	margin-bottom: 36px;
}
.video-tabs .video .content .icon i {
	line-height: inherit;
}
.video-tabs .video .content p {
	margin-bottom: 20px;
}
.video-tabs .video .content h3 {
	margin-bottom: 0;
	font-size: 26px;
	font-weight: 500;
	line-height: 36px;
	letter-spacing: .78px;
	text-transform: none;
	color: #fff;
}
.video-tabs .video:hover {
	opacity: 1;
}
.video-tabs .nav-tabs {
	border-bottom: none;
	font-size: 0;
	padding: 0;
	position: relative;
	top: -73px;
	margin-bottom: -73px;
	text-align: center;
}
.video-tabs .nav-tabs>li {
	float: none;
	margin-bottom: 0;
	padding: 0;
	vertical-align: top;
}
.video-tabs .nav>li {
	float: left;
	text-align: center;
	width: 20%;
}
.video-tabs .nav>li>a {
	padding: 0;
	position: relative;
}
.video-tabs .nav-tabs>li>a {
	margin-right: 0;
	border: none;
	border-radius: 0;
	color: #414141;
	font-size: 16px;
	line-height: 20px;
}
.video-tabs .nav>li>a:focus, .video-tabs .nav>li>a:hover {
	background: none;
}
.video-tabs .nav>li>a:hover {
	opacity: 1;
}
.video-tabs .nav-tabs>li.active>a, .video-tabs .nav-tabs>li.active>a:focus, .video-tabs .nav-tabs>li.active>a:hover {
	background: none;
	border: none;
	color: #414141;
	opacity: 1;
}
.video-tabs .nav-tabs>li>a img {
	width: 100%;
}
.video-tabs .nav-tabs>li>a:hover img {
	opacity: 1;
}
.video-tabs .nav>li>a .overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(235,46,74,.8);
	opacity: 0;
	-webkit-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.video-tabs .nav>li>a:hover .overlay {
	opacity: 1;
}
.video-tabs .nav>li>a .overlay .content {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 20px;
}
.video-tabs .nav>li>a .overlay .content .icon {
	color: #fff;
	font-size: 24px;
	margin-bottom: 16px;
}
.video-tabs .nav>li>a .overlay .content h5 {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: .39px;
	margin-bottom: 0;
}
@media all and (max-width: 768px) {
	.video-tabs .nav>li {
		width: 50%;
		margin-bottom: 0;
	}
	.video-tabs .nav-tabs {
		top: 0;
		margin-bottom: 0;
	}
}

/* ==========================================================================
   21. Cards
   ========================================================================== */
.cards {
	padding: 0 60px;
}
.container .cards {
	padding: 0;
}
.cards>img {
	float: right;
}
.cards.right>img {
	float: left;
}
.cards .content {
	text-align: left;
	background: #fdfdfd;
	position: absolute;
	top: 50%;
	left: 75px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 845px;
	max-width: 100%;
	padding: 120px 138px;
}
.container .cards .content {
	left: 0;
	padding: 80px 130px;
}
.cards .content.text-right {
	text-align: right;
}
.cards.right .content {
	right: 75px;
	left: auto;
}
@media all and (max-width: 1200px) {
	.cards {
		padding: 0;
	}
	.cards>img, .cards.right>img {
		float: none;
	}
	.cards .content {
		left: 0;
		position: relative;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		padding: 0;
		background: none;
		padding-top: 48px;
	}
	.cards.right .content {
		right: 0;
	}
	.container .cards .content {
		padding: 0;
		padding-top: 48px;
	}
}

/* ==========================================================================
   22. Sidebar
   ========================================================================== */
.sidebar-widget {
	margin-bottom: 72px;
}
.sidebar-widget .post {
	margin-bottom: 20px;
	color: #ec1c33;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .24px;
	font-family: 'Poppins', sans-serif;
}
.sidebar-widget .post:last-of-type {
	margin-bottom: 0;
}
.sidebar-widget .post img {
	float: left;
}
.sidebar-widget .post .content {
	margin-left: 108px;
	padding-top: 6px;
}
.sidebar-widget .post a {
	color: #444;
}
.sidebar-widget .post h5 {
	margin-top: 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: .52px;
	font-weight: 600;
}
.sidebar-widget ul {
	margin-bottom: 0;
}
.sidebar-widget ul>li {
	margin-bottom: 1px;
}
.sidebar-widget ul>li a {
	display: block;
	background: #fafafa;
	line-height: 50px;
	padding: 0 35px;
	color: #5d5d5d;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	letter-spacing: .36px;
	text-transform: uppercase;
}
.sidebar-widget ul>li a:hover {
	opacity: 1;
	background: #ef5122;
	color: #fff;
}
.sidebar-widget ul>li a:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0da";
	margin-right: 10px;
}
.tag-cloud {
	font-size: 0;
	line-height: 0;
}
.tag-cloud .button {
	background: #fafafa;
	line-height: 38px;
	padding: 0 16px;
	color: #777;
	font-size: 12px;
	letter-spacing: .36px;
	text-transform: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
.tag-cloud .button:hover {
	opacity: 1;
	background: #ef5122;
	color: #fff;
}
.blog-post-slider .item {
	position: relative;
}
.blog-post-slider .item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
}
.blog-post-slider .item .overlay .content {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-family: 'Poppins', sans-serif;
	color: #ddd;
	font-size: 12px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: .36px;
	padding: 0 45px;
}
.blog-post-slider .item .overlay .content p {
	margin-bottom: 0;
}
.blog-post-slider .item .overlay .content .date {
	color: #ef5122;
	letter-spacing: .96px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.blog-post-slider .item .overlay .content h5 {
	margin-bottom: 14px;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	text-transform: none;
	letter-spacing: .45px;
}
.blog-post-slider .item .overlay .content h5 a {
	color: #fff;
}
.blog-post-slider.owl-theme .owl-dots {
	display: inline-block;
	position: absolute;
	top: 25px;
	right: 30px;
	line-height: 8px;
}
.blog-post-slider.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0;
	margin-left: 5px;
	background: none;
	border-radius: 50%;
	border: 2px solid #fff;
}
.blog-post-slider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ef5122;
	border-color: #ef5122;
}

/* ==========================================================================
   23. Contact
   ========================================================================== */
.contact-wrapper {
	margin-top: 100px;
}
.map {
	height: 535px;
}
.contact-wrapper .contacts {
	font-size: 0;
	line-height: 0;
	padding: 0 30px;
	position: relative;
	top: -118px;
	margin-bottom: -118px;
}
.contact-wrapper .contacts .contact {
	height: 290px;
	width: 33.333333%;
	background: #fdfdfd;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: .39px;
	float: left;
}
.contact-wrapper .contacts .contact:nth-child(even) {
	background: #fafafa;
}
.contact-wrapper .contacts .contact .inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contact-wrapper .contacts .contact .inner .icon {
	font-size: 50px;
	color: #ef5122;
	margin-bottom: 12px;
}
.contact-wrapper .contacts .contact .inner h5 {
	font-size: 16px;
	line-height: 40px;
	letter-spacing: .48px;
	font-weight: 700;
	margin-bottom: 6px;
	color: #282828;
}
.contact-wrapper .contacts .contact .inner span {
	display: block;
}
@media all and (max-width: 1200px) {
	.contact-wrapper .contacts {
		margin-bottom: 0;
		top: 0;
		padding: 0;
	}
}
@media all and (max-width: 768px) {
	.contact-wrapper .contacts .contact {
		width: 100%;
	}
}

/* ==========================================================================
   24. Error
   ========================================================================== */
.error img {
	float: left;
}
.error .content {
	margin-left: 200px;
	font-size: 14px;
	line-height: 33px;
	letter-spacing: .42px;
	color: #e7e7e7;
	font-family: 'Poppins', sans-serif;
	padding-top: 49px;
}
.error .content  h3 {
	color: #fff;
	font-size: 34px;
	line-height: 36px;
	margin-bottom: 6px;
	letter-spacing: .68px;
}
.error .content p {
	margin-bottom: 40px;
}
@media all and (max-width: 768px) {
	.error img {
		float: none;
	}
	.error .content {
		padding-top: 0;
		margin-left: 0;
		margin-top: 40px;
		padding-bottom: 40px;
	}
}

/* ==========================================================================
   25. Coming Soon
   ========================================================================== */
.coming-soon {
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.coming-soon .countdown {
	display: inline-block;
	vertical-align: bottom;
}
.coming-soon .countdown .time {
	width: 120px;
	background: #fdfdfd;
	color: #ef5122;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .36px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	display: block;
	text-transform: uppercase;
	padding: 24px 0;
}
.coming-soon .countdown .time:nth-child(even) {
	background: #f8f8f8;
}
.coming-soon .countdown .time .number {
	font-size: 26px;
	line-height: 30px;
	font-weight: 600;
	color: #444;
	letter-spacing: .78px;
	margin-bottom: 6px;
}
.coming-soon .countdown .time p {
	margin: 0;
}
.coming-soon .title {
	width: 280px;
	display: inline-block;
	vertical-align: bottom;
	text-align: left;
	position: relative;
}
.coming-soon .title h1 {
	font-size: 80px;
	line-height: 90px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .8px;
	margin: 0;
	position: absolute;
	left: 50%;
	bottom: -92px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.coming-soon .title h1 span {
	display: block;
	color: #ef5122;
}
.coming-soon .content {
	font-size: 14px;
	line-height: 33px;
	letter-spacing: .42px;
	color: #e7e7e7;
	font-family: 'Poppins', sans-serif;
	width: 570px;
	display: inline-block;
	vertical-align: bottom;
	text-align: left;
}
.coming-soon .content  h3 {
	color: #fff;
	font-size: 34px;
	line-height: 36px;
	margin-bottom: 6px;
	letter-spacing: .68px;
}
.coming-soon .content p {
	margin-bottom: 40px;
}
.coming-soon input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
	background: rgba(255,255,255,.1);
	font-size: 12px;
	letter-spacing: .36px;
	line-height: 60px;
	height: 60px;
	padding: 0 48px;
	color: #fff;
	font-family: 'Arimo', sans-serif;
	margin-bottom: 30px;
}
.coming-soon ::-webkit-input-placeholder {
	color: #ddd;
}
.coming-soon :-moz-placeholder {
	color: #ddd;
}
.coming-soon ::-moz-placeholder {
	color: #ddd;
}
.coming-soon :-ms-input-placeholder {  
	color: #ddd;
}
@media all and (max-width: 1200px) {
	.coming-soon .countdown {
		width: 100%;
		text-align: left;
		font-size: 0;
		margin-bottom: 24px;
	}
	.coming-soon .countdown .time {
		width: 120px;
		display: inline-block;
		text-align: center;
	}
	.coming-soon .title {
		width: 100%;
	}
	.coming-soon .title h1 {
		position: relative;
		left: 0;
		bottom: 0;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.coming-soon .content {
		width: 100%;
		margin-top: 40px;
		padding-bottom: 40px;
	}
}
@media all and (max-width: 768px) {
	
}

/* ==========================================================================
   26. Preloader
   ========================================================================== */
.page-loader {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
}
.loading {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.text {
	color: #ef5122;
	display: inline-block;
	margin-left: 5px;
}
.bounceball {
	position: relative;
	display: inline-block;
	height: 37px;
	width: 15px;
  
}
.bounceball:before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #ef5122;
	transform-origin: 50%;
	animation: bounce 500ms alternate infinite ease;
}
@keyframes bounce {
	0% {
		top: 30px;
		height: 5px;
		border-radius: 60px 60px 20px 20px;
		transform: scaleX(2);
	}
	35% {
		height: 15px;
		border-radius: 50%;
		transform: scaleX(1);
	}
	100% {
		top: 0;
	}
}
.no-padding-top{
	padding-top: 0px !important;
}
.no-padding-bottom{
	padding-bottom: 0px !important;
}


.contact-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]), .contact-form select, .contact-form textarea {
 border: 1px solid #000;
}