/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: BatCity*/
/* Version: 1.0 Initial Release*/
/* Build Date: 08/01/2016*/
/* Author: Raquel Burroughs*/
/* Website: www.batcity.com
/* Copyright: (C) 2016 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - RESET STYLES */
/* 02 - GLOBAL SETTINGS */
/* 03 - HEADER */
/* 04 - FOOTER */
/* 05 - INDEX-PAGE */
/* 06 - PRODUCT LIST */
/* 07 - PRODUCT DETAIL */
/* 08 - GALLERY */
/* 09 - GALLERY DETAIL */
/* 10 - BLOG */
/* 11 - BLOG GRID */
/* 12 - BLOG DETAIL */
/* 13 - CONTACT */
/* 14 - BORDER-IMAGE */
/* 15 - TT-SUCCESS */
/* 16 - TT-SUCCESS TYPE-2*/
/* 17 - TT-TEAM */
/* 18 - TT-COUNTER */
/* 19 - TT-VIDEO-DESC */
/* 20 - TT-TESMIMONALS */
/* 21 - CALL-ACTION */
/* 22 - TT-CONTACT */
/* 23 - TT-ABOUT-TEXT */
/* 24 - TT-PRODUCT */
/* 25 - TT-PRODUCT TYPE-2 */
/* 26 - TT-PRODUCT-2 */
/* 27 - TT-CLIENT */
/* 28 - TT-TAB-WRAPPER*/
/* 29 - TT-SERVICE-POST*/
/* 30 - TT-FEATURE*/
/* 31 - TT-FEATURE-2*/
/* 32 - TT-PRICE*/
/* 33 - TT-SEARCH*/
/* 34 - TT-SEARCH-2*/
/* 35 - TT-SEARCH*/
/* 36 - TT-PROGRESS*/
/* 37 - MEDIA QUERIES */
/* 38 - CSS ANIMATIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - RESET STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

body * {
	-webkit-text-size-adjust: none;
	font-family: 'Gotham Light', sans-serif;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0;
	font-size: 0;
	display: block;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

input,
textarea,
select {
	font-family: 'Gotham Light', sans-serif, Helvetica;
	font-weight: 400;
	-webkit-appearance: none;
	border-radius: 0;
}

a,
a:link,
a:visited,
a:active,
a:hover {
	cursor: pointer;
	text-decoration: none;
	outline: none;
}

body {
	font-family: 'Gotham Light', sans-serif, Helvetica;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
}

ul,
ol {
	list-style: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body {
	overflow-x: hidden;
	position: relative;
}

#content-block {
	position: relative;
}

.content-1 {
    margin: 0;
    padding: 0;
    border: 0;
}

.content-1 ul {
	margin:0
}

.content-1 li {
	margin: 0;
    padding: 0;
    list-style-type: none;
}
.content-1 a {
    text-decoration: none;
    text-align: center;
}

.content-1.block.hero img {
	width:100%;
	margin-top:10px;
}

.hero-textbox {
    position: absolute;
	top:0px;
}

.background-block {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/*table*/
.table-view {
	height: 100%;
	width: 100%;
	display: table;
}

.row-view {
	display: table-row;
}

.cell-view {
	display: table-cell;
	vertical-align: middle;
}

/*body selection*/
body::selection {
	color: #fff;
	background: #027ac7;
}

body::-moz-selection {
	color: #fff;
	background: #027ac7;
}

.page {
	position: relative;
	overflow: hidden;
}

/*nopadding class*/
.nopadding {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.nopadding.price {
	padding-bottom: 0;
}

/**/
#loader-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
	background: #f23a61;
}

#loader-container {
	width: 100px;
	height: 100px;
	color: #fff;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%,-50%);
	border: 5px solid #3498db;
	border-radius: 50%;
	-webkit-animation: borderScale 1s infinite ease-in-out;
	animation: borderScale 1s infinite ease-in-out;
}

#loadingText {
	font-family: 'Gotham Medium', sans-serif;
	font-weight: 700;
	font-size: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

@-webkit-keyframes borderScale {
	0% {
		border: 5px solid #fff;
	}

	50% {
		border: 25px solid #ff7d99;
	}

	100% {
		border: 5px solid #fff;
	}
}

@keyframes borderScale {
	0% {
		border: 5px solid #fff;
	}

	50% {
		border: 25px solid #ff7d99;
	}

	100% {
		border: 5px solid #fff;
	}
}

/**/
a {
	-webkit-transition: .25s;
	-moz-transition: .25s;
	transition: .25s;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

.simple-image {
	width: auto;
}

.simple-article {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
	font-weight: 400;
}

.simple-article:after {
	content: '';
	display: block;
	clear: both;
}

.simple-article p {
	line-height: 23px;
	font-family: 'Gotham Light', sans-serif;
	color: #2c2c2c;
}

.simple-article.font-2 h1,
.simple-article.font-2 h2,
.simple-article.font-2 h3,
.simple-article.font-2 h4,
.simple-article.font-2 h5,
.simple-article.font-2 h6,
.simple-article.font-2 p {
	font-family: 'Gotham Medium';
}

.simple-article p:not(:last-child) {
	margin-bottom: 15px;
}

.simple-article p i {
	font-style: italic;
}

.simple-article p .fa {
	font-style: normal;
}

.simple-article img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.simple-article img[align="left"] {
	margin-right: 23px;
}

.simple-article img[align="right"] {
	margin-left: 23px;
}

.simple-article ul li,
.simple-article ol li {
	font-size: 13px;
	color: #495662;
	margin-bottom: 12px;
}

.simple-article ul li:last-child,
.simple-article ol li:last-child {
	margin-bottom: 0;
}

.simple-article ul,
.simple-article ol {
	list-style: none;
	margin-bottom: 15px;
}

.simple-article ul.style-1 li {
	padding-left: 28px;
	position: relative;
}

.simple-article ul.style-1 li:before {
	content: "\f054";
	font-family: FontAwesome;
	font-size: 12px;
	color: #222;
	position: absolute;
	line-height: 20px;
	left: 0;
	top: -2px;
	background-color: transparent;
}

.simple-article ol li {
	padding-left: 22px;
	counter-increment: count-me;
	position: relative;
}

.simple-article ol li:before {
	content: counter(count-me) ". ";
	color: #222;
	line-height: 20px;
	position: absolute;
	left: 0;
	font-weight: 700;
	top: -3px;
}

.simple-article ul.style-2 li {
	padding-left: 30px;
	position: relative;
}

.simple-article ul.style-2 li i {
	position: absolute;
	left: 2px;
	top: -2px;
	line-height: 20px;
	font-size: 12px;
	color: #222;
}

.simple-article ul.style-2 li:before {
	display: none;
}

.simple-article ul.style-3 li {
	color: #6e9c38;
	margin-bottom: 16px;
}

.simple-article ul.style-3 li:before {
	content: "\f046";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	margin-right: 14px;
	color: #34404b;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.simple-article ul.style-3 li:last-child {
	margin-bottom: 0;
}

.simple-article ul.style-4 li {
	font-size: 14px;
	line-height: 18px;
	color: #999;
	margin-bottom: 19px;
}

.simple-article ul.style-4 li:before {
	content: "\f18e";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	margin-right: 12px;
	color: #fe5454;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.simple-article ul.style-4 li:last-child {
	margin-bottom: 0;
}

.simple-article ul.style-5 li {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 19px;
	letter-spacing: .5px;
}

.simple-article ul.style-5 li:before {
	content: "\f178";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	margin-right: 12px;
	color: #fff;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.simple-article ul.style-5 li:last-child {
	margin-bottom: 0;
}

.simple-article h1,
.h1 {
	font-size: 50px;
	line-height: 60px;
	margin-top: 0;
	font-weight: 900;
	color: #34404b;
}

.simple-article h2,
.h2 {
	font-size: 40px;
	line-height: 54px;
	margin-top: 0;
	font-weight: 700;
	color: #34404b;
}

.simple-article h3,
.h3 {
	font-size: 30px;
	line-height: 37px;
	margin-top: 0;
	font-weight: 700;
	color: #34404b;
}

.simple-article h4,
.h4 {
	font-size: 20px;
	line-height: 39px;
	margin-top: 0;
	font-weight: 700;
	color: #34404b;
}

.simple-article h4.small,
.h4.small {
	font-size: 18px;
	line-height: 24px;
	margin-top: 0;
	font-weight: 700;
	color: #34404b;
	letter-spacing: .5px;
}

.simple-article h5,
.h5 {
	font-size: 15px;
	line-height: 24px;
	margin-top: 0;
	font-weight: 700;
	color: #34404b;
}

.simple-article h6,
.h6 {
	font-size: 14px;
	line-height: 22px;
	margin-top: 0;
	font-weight: 700;
	color: #34404b;
}

.simple-article h3 span,
.h3 span {
	text-transform: uppercase;
	font-weight: 500;
}

.simple-article h1,
.simple-article h2,
.simple-article h3,
.simple-article h4,
.simple-article h5,
.simple-article h6 {
	margin-bottom: 15px;
}

.simple-article h1.font-light,
.simple-article h2.font-light,
.simple-article h3.font-light,
.simple-article h4.font-light,
.simple-article h5.font-light,
.simple-article h6.font-light {
	font-family: 'Gotham Light';
	font-weight: 300;
}

.simple-article h1.font-semibold,
.simple-article h2.font-semibold,
.simple-article h3.font-semibold,
.simple-article h4.font-semibold,
.simple-article h5.font-semibold,
.simple-article h6.font-semibold {
	font-family: 'Gotham Medium';
	font-weight: 600;
}

b {
	font-family: 'Gotham Bold';
	font-weight: 700;
}

.font-light {
	font-family: 'Gotham Light';
	font-weight: 300;
}

.font-semibold {
	font-family: 'Gotham Medium';
	font-weight: 600;
}

.lp-2 {
	letter-spacing: .5px;
}

/*title*/
.title {
	font-family:'Oswald', sans-serif;
	position: relative;
	padding-bottom: 43px;
	margin-bottom: 25px;
}

.title:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	background: url(../img/title.png) no-repeat;
	width: 40px;
	height: 30px;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*title-2*/
.title-2 {
	font-size: 45px;
	line-height: 45px;
	font-weight: 400;
	color: #494949;
	letter-spacing: 1px;
}

.title-2.color-2 {
	color: #fff;
}

.title-2.color-3 {
	color: #34404b;
}

.title-2.size-2 {
	font-size: 50px;
	margin-top:0px
}

/*title-3*/
.title-3 {
	font-family:'Oswald', sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
	color: #34404b;
}

.title-3 span {
	font-family:'Oswald', sans-serif;
	color:#ff5912;
}

.title-3:after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: #ff5912;
	margin-top: 13px;
}

.title-3.type-2 {
	text-align: center;
}

.title-3.type-2:after {
	margin-left: auto;
	margin-right: auto;
}

.title-4 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	color: #323232;
	letter-spacing: .6px;
}

.title-4:after {
	content: '';
	display: block;
	width: 45px;
	height: 2px;
	background: #91cd4c;
	margin-top: 10px;
}

.title-4.color-2:after {
	background: #ff5912;
}

/**/
.simple-article p a {
	color: #fb6f4f;
	text-decoration: underline;
}

.simple-article p a:hover {
	text-decoration: none;
}

.simple-article b {
	font-weight: 700;
}

.simple-article dt {
	width: 100px;
	float: left;
	clear: both;
	color: #5781a0;
	text-transform: uppercase;
}

.simple-article dd {
	margin-left: 100px;
	color: #a2a2a2;
}

/*wp-caption*/
.lightdiv {
	background: rgba(0,0,0,0.6);
	padding: 20px;
	float: left;
	position: relative;
	margin-bottom: 20px;
}

.alignright {
	float: right;
}

.wp-caption.alignright {
	margin: 0 0 19px 19px;
	clear: both;
}

.alignleft {
	float: left;
}

.wp-caption.alignleft {
	margin: 0 19px 19px 0;
	clear: both;
}

.wp-caption {
	max-width: 100% !important;
}

.wp-caption-text {
	font-style: italic;
}

/**/
.simple-article.color-1 p,
.simple-article.color-2 p,
.simple-article.color-3 p,
.simple-article.color-4 p,
.simple-article.color-5 p,
.simple-article.color-6 p,
.simple-article.light-grey p {
	color: #495662;
}


/*text-font-size*/
.simple-article.xlarge p {
	font-size: 18px;
	line-height: 30px;
}

.simple-article.mlarge p {
	font-size: 16px;
	line-height: 28px;
}

.simple-article.large p {
	font-family: 'Gotham Light';
	font-size: 18px;
	line-height: 27px;
	font-weight:500;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.simple-article.medium p {
	font-size: 14px;
	line-height: 23px;
}

.simple-article.middle p {
	font-size: 14px;
	line-height: 25px;
}

.simple-article.small p {
	font-size: 13px;
	line-height: 23px;
}

/**/
.medium p {
	font-weight: 500;
}

/*form*/
form .fl,
form .fr {
	width: 49%;
}

.simple-input,
textarea {
	border: 1px #dee1e1 solid;
	background: #fff;
	width: 100%;
	height: 39px;
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #6a6a6a;
	padding: 0 15px;
}

textarea {
	padding-top: 5px;
	padding-bottom: 20px;
	min-height: 135px;
	margin-bottom: 29px;
}

.simple-input:focus,
textarea:focus {
	border-color: #222;
}

.simple-input::-webkit-input-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

.simple-input:-moz-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

.simple-input::-moz-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

textarea:-ms-input-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

textarea::-webkit-input-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

textarea:-moz-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

textarea::-moz-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

textarea:-ms-input-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

.simple-input.font-2 {
	font-family: 'Gotham Light';
}

.simple-input.color-2 {
	color: #a5a5a5;
	border-color: transparent;
}

.simple-input.color-2::-webkit-input-placeholder {
	color: #a5a5a5;
}

.simple-input.color-2:-moz-placeholder {
	color: #a5a5a5;
}

.simple-input.color-2::-moz-placeholder {
	color: #a5a5a5;
}

.simple-input.color-2:-ms-input-placeholder {
	color: #a5a5a5;
}

.simple-input.color-2:focus {
	border-color: #4f4f4f;
}

.simple-input.color-3 {
	color: #c2c1c1;
	border-color: #ededed;
}

.simple-input.color-3::-webkit-input-placeholder {
	color: #c2c1c1;
}

.simple-input.color-3:-moz-placeholder {
	color: #c2c1c1;
}

.simple-input.color-3::-moz-placeholder {
	color: #c2c1c1;
}

.simple-input.color-3:-ms-input-placeholder {
	color: #c2c1c1;
}



.simple-input.size-2 {
	height: 55px;
	font-size: 14px;
}

.simple-input.size-2::-webkit-input-placeholder {
	font-size: 14px;
}

.simple-input.size-2:-moz-placeholder {
	font-size: 14px;
}

.simple-input.size-2::-moz-placeholder {
	font-size: 14px;
}

.simple-input.size-2:-ms-input-placeholder {
	font-size: 14px;
}

.simple-area.color-2 {
	color: #34404b;
	border-color: #495662;
}

.simple-area.color-2::-webkit-input-placeholder {
	color: #34404b;
}

.simple-area.color-2:-moz-placeholder {
	color: #34404b;
}

.simple-area.color-2::-moz-placeholder {
	color: #34404b;
}

.simple-area.color-2:-ms-input-placeholder {
	color: #34404b;
}


.simple-area.size-2 {
	font-size: 14px;
}

.simple-area.size-2::-webkit-input-placeholder {
	font-size: 14px;
}

.simple-area.size-2:-moz-placeholder {
	font-size: 14px;
}

.simple-area.size-2::-moz-placeholder {
	font-size: 14px;
}

.simple-area.size-2:-ms-input-placeholder {
	font-size: 14px;
}

.simple-area.height-2 {
	height: 200px;
}

/**/
.search .simple-input::-webkit-input-placeholder {
	color: #a8a7a7;
	opacity: 1;
}

.search .simple-input:-moz-placeholder {
	color: #a8a7a7;
	opacity: 1;
}

.search .simple-input::-moz-placeholder {
	color: #a8a7a7;
	opacity: 1;
}

.search .simple-input:-ms-input-placeholder {
	color: #a8a7a7;
	opacity: 1;
}

/*custom-checkbox*/
.custom-checkbox {
	display: inline-block;
	font-size: 15px;
	line-height: 23px;
	color: #686868;
	padding-left: 45px;
	padding-top: 2px;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
}

.checkbox label,
.radio label {
	padding-left: 45px;
}

.custom-checkbox input {
	display: none;
}

.custom-checkbox input+span {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: 2px #ff5912 solid;
}

.custom-checkbox input:checked+span:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	transform: translateX(-50%) translateY(-50%);
	background: #ff5912;
	left: 50%;
	top: 50%;
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.custom-checkbox input[type="radio"]+span {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.custom-checkbox input[type="checkbox"]+span {
	border-radius: 2px;
}

.custom-checkbox.color-1 input+span {
	border: 2px #222 solid;
}

.custom-checkbox.color-1 input:checked+span:before {
	background: #222;
}

.custom-checkbox.color-2 input+span {
	border: 2px #b1b1b1 solid;
}

.custom-checkbox.color-2 input:checked+span:before {
	background: #b1b1b1;
}

/**/
.border-bottom-1 {
	height: 1px;
	background: #e7e7e7;
}

.border-bottom-1.color-2 {
	background: #f0f0f0;
}

.border-bottom-1.color-3 {
	background: #dfdfdf;
}

.border-bottom-1.color-4 {
	background: #e2e2e2;
}

.overlay-1,
.overlay-2,
.overlay-3,
.overlay-4 {
	position: relative;
}

.overlay-1 > *,
.overlay-2 > *,
.overlay-3 > *,
.overlay-4 > * {
	position: relative;
}

.overlay-1:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #34404b;
	opacity: .75;
}

.overlay-2:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ff5912;
	opacity: .9;
}

.overlay-3:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #34404b;
	opacity: .45;
}

.overlay-4:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f4f4f4;
	opacity: .9;
}

.overflow {
	overflow: hidden;
}

/*padding*/
.padding-top-10 {
	padding-top: 10px;
}

.padding-top-15 {
	padding-top: 15px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-top-45 {
	padding-top: 45px;
}

.padding-top-50 {
	padding-top: 50px;
}

.padding-top-55 {
	padding-top: 55px;
}

.padding-top-60 {
	padding-top: 60px;
}

.padding-top-65 {
	padding-top: 65px;
}

.padding-top-70 {
	padding-top: 70px;
}

.padding-top-80 {
	padding-top: 80px;
}

.padding-top-85 {
	padding-top: 85px;
}

.padding-top-90 {
	padding-top: 90px;
}

.padding-top-95 {
	padding-top: 95px;
}

.padding-top-100 {
	padding-top: 100px;
}

.padding-top-105 {
	padding-top: 105px;
}

.padding-top-227 {
	padding-top: 227px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-bottom-15 {
	padding-bottom: 15px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.padding-bottom-45 {
	padding-bottom: 45px;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

.padding-bottom-55 {
	padding-bottom: 55px;
}

.padding-bottom-65 {
	padding-bottom: 65px;
}

.padding-bottom-70 {
	padding-bottom: 70px;
}

.padding-bottom-75 {
	padding-bottom: 75px;
}

.padding-bottom-80 {
	padding-bottom: 80px;
}

.padding-bottom-85 {
	padding-bottom: 85px;
}

.padding-bottom-90 {
	padding-bottom: 90px;
}

.padding-bottom-100 {
	padding-bottom: 100px;
}

.padding-bottom-130 {
	padding-bottom: 130px;
}

/*margin*/
.margin-bottom-0 {
	margin-bottom: 0;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-25 {
	margin-bottom: 25px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-35 {
	margin-bottom: 35px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-bottom-45 {
	margin-bottom: 45px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.margin-bottom-70 {
	margin-bottom: 70px;
}

.margin-bottom-80 {
	margin-bottom: 80px;
}

.margin-bottom-65 {
	margin-bottom: 65px;
}

.margin-bottom-90 {
	margin-bottom: 90px;
}

.margin-bottom-100 {
	margin-bottom: 100px;
}

.left-margin-block {
	margin-left: 50px;
}

.left-margin-block.size-2 {
	margin-left: 40px;
}

/*Desktops (>=1200px)*/
@media (min-width:1200px) {
	.hero-textbox {
		top:25%!important;
	}
	
}

/*Desktops (>=992px)*/
@media (max-width:1199px) {
	
}

/* Tablets (>=768px)*/
@media (max-width:991px) {
	.left-margin-block,
	.left-margin-block.size-2 {
		margin-left: 0;
	}

	.padding-bottom-130 {
		padding-bottom: 70px;
	}
	.hero-textbox {
		top:25%;
	}
	
}

/*Phones (<768px)*/
@media (max-width:767px) {
	.simple-article h1,
	.h1 {
		font-size: 40px;
		line-height: 46px;
	}

	.padding-top-50,
	.padding-top-55,
	.padding-top-60,
	.padding-top-65,
	.padding-top-70,
	.padding-top-80,
	.padding-top-85,
	.padding-top-90,
	.padding-top-95,
	.padding-top-100,
	.padding-top-105 {
		padding-top: 30px;
	}

	.padding-bottom-45,
	.padding-bottom-50,
	.padding-bottom-55,
	.padding-bottom-65,
	.padding-bottom-70,
	.padding-bottom-75,
	.padding-bottom-80,
	.padding-bottom-85,
	.padding-bottom-90,
	.padding-bottom-100,
	.padding-bottom-130 {
		padding-bottom: 30px;
	}

	.margin-bottom-40,
	.margin-bottom-45,
	.margin-bottom-50,
	.margin-bottom-60,
	.margin-bottom-70,
	.margin-bottom-80,
	.margin-bottom-90,
	.margin-bottom-100 {
		margin-bottom: 30px;
	}
	
	
	
}

/*float*/
.fr {
	float: right;
	position: relative;
}

.fl {
	float: left;
	position: relative;
}

.fn {
	float: none;
	position: relative;
}

/*button*/
.button {
	font-family:'Oswald', sans-serif;
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 27px;
	color: #fff;
	font-weight: 600;
	padding: 5px 40px;
	text-transform: uppercase;
	border: 2px solid transparent;
	letter-spacing:1px
}

.button .fa {
	display: inline-block;
	font-size: 17px;
	vertical-align: middle;
}

.button.color-1 {
	background: #ff5912;
}

.button.color-1:hover {
	background: #fff;
	border: 2px solid #ff5912;
	color: #ff5912;
}

.button.color-2 {
	background: #222;
}

.button.color-2:hover {
	background: #fff;
	border: 2px solid #222;
	color: #222;
}

.button.color-3 {
	background: #b1b1b1;
}

.button.color-3:hover {
	background: #fff;
	border: 2px solid #b1b1b1;
	color: #b1b1b1;
}

.button.color-1.style-1 {
	background: #fff;
	color: #ff5912;
	border: 2px solid #ff5912;
}

.button.color-1.style-1:hover {
	background: #ff5912;
	color: #fff;
}

.button.color-2.style-1 {
	background: #fff;
	color: #222;
	border: 2px solid #222;
}

.button.color-2.style-1:hover {
	background: #222;
	color: #fff;
}

.button.color-3.style-1 {
	background: #fff;
	color: #b1b1b1;
	border: 2px solid #b1b1b1;
}

.button.color-3.style-1:hover {
	background: #b1b1b1;
	color: #fff;
}

.button.color-4.style-1 {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.button.color-4.style-1:hover {
	background: #fff;
	color: #ff5912;
	border-color: #fff;
}

.button.color-5.style-1 {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.button.color-5.style-1:hover {
	background: #fff;
	color: #6e9c38;
	border-color: #fff;
}

.button.color-6.style-2 {
	background: #e6e6e6;
	color: #34404b;
}

.button.color-6.style-2:hover {
	background: #ff5912;
	color: #fff;
}

.button.color-6.style-2.size-2 .fa {
	padding-left: 10px;
	padding-right: 0;
}

.button.color-7.style-1 {
	background: #4f4f4f;
	color: #fff;
	border-color: #4f4f4f;
}

.button.color-7.style-1:hover {
	background: transparent;
	color: #4f4f4f;
}

.button.color-8.style-1 {
	background: #73b62b;
	border-color: #73b62b;
}

.button.color-8.style-1:hover {
	background: transparent;
	color: #73b62b;
}

.button.color-9.style-1 {
	background: #212832;
	border-color: #212832;
	color: #969595;
}

.button.color-9.style-1:hover {
	background: #212832;
	border-color: #212832;
	color: #fff;
}

.button.size-1 .fa {
	padding-right: 10px;
}

.button.size-2 {
	padding-left: 37px;
	padding-right: 37px;
}

.button.size-3 {
	font-size: 14px;
	letter-spacing: 1.45px;
	padding-left: 31px;
	padding-right: 31px;
}

.button.radius-1 {
	border-radius: 3px;
}

.button.font-2 {
	font-family: 'Gotham Bold';
}

/*arrrows*/
.swiper-arrow-left.color-1 {
	right: 20px;
	left: auto;
	color: #ff5912;
}

.swiper-arrow-right.color-1 {
	color: #ff5912;
}

.swiper-arrow-left.color-1:hover,
.swiper-arrow-right.color-1:hover {
	color: #242323;
}

.swiper-arrow-left.color-2 {
	right: 20px;
	left: auto;
	color: #222;
}

.swiper-arrow-right.color-2 {
	color: #222;
}

.swiper-arrow-left.color-2:hover,
.swiper-arrow-right.color-2:hover {
	color: #ff5912;
}

.swiper-arrow-left.color-3 {
	right: 20px;
	left: auto;
	color: #b1b1b1;
}

.swiper-arrow-right.color-3 {
	color: #b1b1b1;
}

.swiper-arrow-left.color-3:hover,
.swiper-arrow-right.color-3:hover {
	color: #ff5912;
}

.swiper-arrow-left.style-1 .fa,
.swiper-arrow-right.style-1 .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.swiper-arrow-left.style-1,
.swiper-arrow-right.style-1 {
	width: 40px;
	height: 40px;
	position: relative;
	border: 2px solid transparent;
	right: 0;
	left: 0;
	top: 0;
	margin-top: 0;
	display: inline-block;
}

.swiper-arrow-left.color-1.style-1,
.swiper-arrow-right.color-1.style-1 {
	color: #fff;
	background: #ff5912;
}

.swiper-arrow-left.color-1.style-1:hover,
.swiper-arrow-right.color-1.style-1:hover {
	color: #242323;
	background: #fff;
	border: 2px solid #ff5912;
}

.swiper-arrow-left.color-2.style-1,
.swiper-arrow-right.color-2.style-1 {
	color: #fff;
	background: #222;
}

.swiper-arrow-left.color-2.style-1:hover,
.swiper-arrow-right.color-2.style-1:hover {
	color: #242323;
	background: #fff;
	border: 2px solid #222;
}

.swiper-arrow-left.color-3.style-1,
.swiper-arrow-right.color-3.style-1 {
	color: #fff;
	background: #b1b1b1;
}

.swiper-arrow-left.color-3.style-1:hover,
.swiper-arrow-right.color-3.style-1:hover {
	color: #242323;
	background: #fff;
	border: 2px solid #b1b1b1;
}

.swiper-arrow-left.color-1.type-1,
.swiper-arrow-right.color-1.type-1 {
	color: #ff5912;
	background: #fff;
	border: 2px solid #ff5912;
}

.swiper-arrow-left.color-1.type-1:hover,
.swiper-arrow-right.color-1.type-1:hover {
	color: #fff;
	background: #ff5912;
}

.swiper-arrow-left.color-2.type-1,
.swiper-arrow-right.color-2.type-1 {
	color: #222;
	background: #fff;
	border: 2px solid #222;
}

.swiper-arrow-left.color-2.type-1:hover,
.swiper-arrow-right.color-2.type-1:hover {
	color: #fff;
	background: #222;
}

.swiper-arrow-left.color-3.type-1,
.swiper-arrow-right.color-3.type-1 {
	color: #b1b1b1;
	background: #fff;
	border: 2px solid #b1b1b1;
}

.swiper-arrow-left.color-3.type-1:hover,
.swiper-arrow-right.type-1.color-3:hover {
	color: #fff;
	background: #b1b1b1;
}

/**/
.nopagination {
	display: none;
}

/**/
.block {
	position: relative;
	width: 100%;
}

.block .container {
	position: relative;
}

.bg-black {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
}

/*ELEMENTS*/
.typography div {
	font-family:'Oswald', sans-serif;
	color: #ff5912;
	font-size: 30px;
	line-height: 62px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.typography span {
	font-family:'Oswald', sans-serif;
    color: #495662;
}

.el-title {
	font-weight: 700;
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 10px;
}

.el-button .button {
	margin-bottom: 18px;
}

.el-arrows-1 {
	position: relative;
	width: 55px;
	height: 50px;
	display: inline-block;
}

.el-arrows-1.style-1 {
	width: auto;
	height: auto;
}

/*widget*/
.one-widget {
	position: relative;
	margin-bottom: 40px;
	float: left;
	width: 100%;
}

.one-widget .search input {
	padding-right: 60px;
}

.widget-title {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 27px;
	color: #ff5912;
	margin-bottom: 20px;
}

.text-widget>a {
	display: inline-block;
	border: 1px solid transparent;
	margin-bottom: 20px;
}

.text-widget>a:hover {
	border-color: #ff5912;
}

.text-widget>a img {
	max-width: 100%;
	width: auto;
}

.article-title {
	font-size: 13px;
	line-height: 23px;
	color: #242323;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin-bottom: 8px;
}

.article-title:hover {
	color: #ff5912;
}

.text-widget .social {
	padding-left: 0;
}

.text-widget .social a {
	margin-right: 27px;
}

.text-widget .simple-article {
	margin-bottom: 25px;
}

.info-widget-title {
	display: inline-block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #34404b;
	letter-spacing: .5px;
}

.info-widget-title:hover {
	color: #ff5912;
}

.widget-title.type-2 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .5px;
	background: #414141;
	padding: 16px 0;
	border-left: 8px solid #519609;
	padding-left: 25px;
	padding-right: 15px;
}

/*accordeon*/
.accordeon {
	position: relative;
}

.accordeon-title {
	background-color:#fff;
	position: relative;
	color: #242323;
	font-size: 13px;
	line-height: 21px;
	font-weight: 600;
	margin-bottom: 2px;
	cursor: pointer;
	padding: 9px 15px;
	padding-right: 30px;
	border-bottom: 1px solid #eee;
}

.accordeon-title:first-child {
	border-top: 1px solid #eee;
}
.accordeon-title:hover {
	background: #f4f6f8;
}

.accordeon-title.active {
	background: #f4f6f8;
	color: #ff5912;
	margin-bottom: 0;
}

.one-content {
	background-color:#f4f6f8;
	position: relative;
	font-size: 13px;
	line-height: 21px;
	font-weight: 600;
	cursor: pointer;
	padding: 9px 15px;
	padding-right: 30px;
	border:0
}

.one-content:hover {
	color: #242323;
}
.content-title {
	cursor: auto;
}

.accordeon-title:after {
	content: '\f067';
	color: #666;
	font-family: 'FontAwesome';
	position: absolute;
	right: 15px;
	top: 11px;
	font-size: 12px;
	font-weight: 400;
}

.accordeon-title:hover:after {
	color:#ff5912;
}

.accordeon-title.active:after {
	content: '\f068';
	color: #ff5912;
	font-family: 'FontAwesome';
}

.accordeon-content {
	display: none;
	margin-bottom: 2px;
}

.one-content {
	color: #6a6a6a;
	padding-right: 20px;
	padding-left: 20px;
}

/*accordeon type-2*/
.accordeon.type-2 .accordeon-title {
	font-size: 14px;
	font-weight: 600;
	color: #34404b;
	letter-spacing: .4px;
	background: transparent;
	border: 1px solid #e9e9e9;
	padding: 13px 50px 13px 18px;
	margin-top: 20px;
	margin-bottom: 0;
}

.accordeon.type-2 .accordeon-title:after {
	content: '+';
	display: block;
	width: 25px;
	height: 25px;
	font-family: 'Gotham Medium';
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #969595;
	text-align: center;
	border: 1px solid #969595;
	border-radius: 25px;
}

.accordeon.type-2 .accordeon-title.active {
	background: #e6e6e6;
	border-color: #e6e6e6;
}

.accordeon.type-2 .accordeon-title.active:after {
	content: '-';
	color: #c5c5c5;
	border-color: #c5c5c5;
}

.accordeon.type-2 .accordeon-title:first-child {
	margin-top: 0;
}

.accordeon.type-2 .accordeon-content {
	padding: 30px;
	border: 1px solid #e9e9e9;
	border-top: 0;
	margin-bottom: 0;
}

.accordeon.type-2 .accordeon-content .simple-article {
	margin-top: 0;
	padding: 0;
	background: transparent;
}

@media (max-width: 767px) {
	.accordeon.type-2 .accordeon-content {
		padding: 15px;
	}
	.content-1.block.hero {
		padding-top:50px;
	}
	
	.hero-textbox {
		top: 22%;
	}
}

/*accordeon type-3*/
.accordeon.type-3 .accordeon-title {
	font-size: 14px;
	font-weight: 400;
	color: #8e8d8d;
	letter-spacing: .4px;
	background: transparent;
	border: 1px solid #e9e9e9;
	padding: 13px 50px 13px 18px;
	margin-top: 20px;
	margin-bottom: 0;
}

.accordeon.type-3 .accordeon-title:after {
	content: '+';
	display: block;
	width: 25px;
	height: 25px;
	font-family: 'Gotham Medium';
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #969595;
	text-align: center;
	border: 1px solid #969595;
	border-radius: 25px;
}

.accordeon.type-3 .accordeon-title.active {
	background: #ff5912;
	color: #fff;
}

.accordeon.type-3 .accordeon-title.active:after {
	content: '-';
	color: #fff;
	border-color: #fff;
}

.accordeon.type-3 .accordeon-title:first-child {
	margin-top: 0;
}

.accordeon.type-3 .accordeon-content {
	padding: 30px;
	border: 1px solid #e9e9e9;
	border-top: 0;
	margin-bottom: 0;
}

.accordeon.type-3 .accordeon-content .simple-article {
	margin-top: 0;
	padding: 0;
	background: transparent;
}

@media (max-width: 767px) {
	.accordeon.type-3 .accordeon-content {
		padding: 15px;
	}
}

/*gallery*/
.widget-slider {
	position: relative;
}

.widget-slider .swiper-arrow-left {
	right: 20px;
	left: auto;
	color: #ff5912;
	top: 0;
	margin-top: -40px;
}

.widget-slider .swiper-arrow-right {
	color: #ff5912;
	top: 0;
	margin-top: -40px;
}

.widget-slider .swiper-arrow-left:hover,
.widget-slider .swiper-arrow-right:hover {
	color: #242323;
}

.slider-photo a {
	display: block;
	margin-bottom: 8px;
	position: relative;
	margin-right: 8px;
}

.slider-photo a:hover span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}

.slider-photo a:last-child {
	margin-bottom: 0;
}

/*comments*/
.avatar {
	float: left;
	position: relative;
	border: 5px solid #fff;
	box-shadow: 0 0 0 3px #f3f3f3;
	overflow: hidden;
	border-radius: 50%;
}

.comment-text {
	margin-left: 106px;
}

.comment-entry p {
	font-size: 13px;
	line-height: 23px;
	color: #495662;
}

.name a {
	font-size: 13px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: 700;
	color: #242323;
}

.name a:hover {
	color: #ff5912;
}

.date {
	font-size: 12px;
	line-height: 38px;
	color: #1f1f1f;
}

.date b {
	padding-left: 10px;
}

.comment-entry {
	margin-bottom: 5px;
}

.reply a {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 27px;
	color: #495662;
}

.reply a:hover {
	color: #ff5912;
}

.reply a:first-child {
	border-right: 1px solid #a3a2a2;
	padding-right: 13px;
	margin-right: 10px;
}

.reply a .fa {
	padding-left: 5px;
	font-size: 12px;
}

.comment_container {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

/*search*/
.one-widget .search {
	float: none;
	width: 100%;
	top: 0;
}

.search-category {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	bottom: -100%;
}

.icon-search {
	position: absolute;
	height: 100%;
	width: 20px;
	right: 40px;
	top: -26px;
	cursor: pointer;
}

.icon-search .fa {
	font-size: 15px;
	color: #ff5912;
}

.icon-search:hover .fa {
	color: #222;
}

.drop-search {
	padding: 0 15px;
	background: #fff;
	border: 1px solid #dee1e1;
	float: left;
	position: relative;
	width: 100%;
	display: none;
	margin-top: 1px;
}

.drop-search .categories {
	margin-bottom: 28px;
}

.drop-search .categories li:first-child {
	border-top: none;
}

.drop-search .categories li a {
	padding-left: 0;
	padding-right: 0;
}

.search-category.active .drop-search {
	display: block;
}

/*CATEGORIES*/
.categories li {
	display: block;
	font-size: 13px;
	color: #34404b;
	border-bottom: 1px solid #eee;
}

.categories li:first-child {
	border-top: 1px solid #eee;
}

.categories li:last-child {
	margin-bottom: 0;
}

.categories a {
	display: block;
	color: #34404b;
	padding: 13px 0 13px 15px;
}

.categories a:hover {
	color: #ff5912;
}

.categories span {
	float: right;
	display: inline-block;
}

/*tags*/
.tags-block {
	font-size: 0;
}

a.tag {
	display: inline-block;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	line-height: 10px;
	color: #fff;
	letter-spacing: 1px;
	background-color: #b1b1b1;
	margin: 0 3px 4px 0;
}

a.tag:hover {
	background-color: #ff5912;
	color: #fff;
}

/*new posts*/
.new-post {
	position: relative;
	margin-bottom: 37px;
}

.new-post:last-child {
	margin-bottom: 0;
}

.post-date {
	font-size: 13px;
	color: #1f1f1f;
	margin-bottom: 10px;
}

.post-date span {
	border-bottom: 1px solid #e3e3e3;
	padding-left: 35px;
	display: inline-block;
	padding-bottom: 5px;
}

.post-date b {
	font-size: 17px;
	font-weight: 600;
	border-bottom: 1px solid #1f1f1f;
	margin-left: 15px;
	padding-bottom: 2px;
}

.post-title {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 23px;
	color: #242323;
	display: block;
	margin-bottom: 8px;
}

.post-title:hover {
	color: #ff5912;
}

.post-text {
	margin-left: 36px;
}

.post-text p {
	color: #495662;
	font-size: 13px;
	line-height: 23px;
}

/*tabs*/
.tabs {
	position: relative;
	width: 100%;
	float: left;
}

.tabs-line {
	position: relative;
	z-index: 1;
	font-size: 0;
	border-bottom: 2px solid #ff5912;
}

.tab-switch,
.tabs-drop {
	font-size: 13px;
	line-height: 23px;
	text-transform: uppercase;
	color: #ff5912;
	font-weight: 600;
	display: inline-block;
	padding: 7px 20px;
	border-left: 2px solid #ff5912;
	border-right: 2px solid #ff5912;
	border-top: 2px solid #ff5912;
	border-bottom-width: 0;
	margin-right: 1px;
}

.tab-switch.active {
	position: relative;
	background: #ff5912;
	color: #fff;
}

.tab-wrapper {
	display: none;
}

.tabs-drop {
	display: none;
}

.latest-products .tab-wrapper {
	float: left;
	position: relative;
	padding: 35px 0 0;
}

.latest-products .one-item.style-2 .price {
	padding-bottom: 17px;
}

.latest-products .item-text {
	margin-bottom: 35px;
}

.latest-products .one-item.style-2:last-child .item-text {
	margin-bottom: 0;
}

/*latest tweet*/
.one-tweet {
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}

.one-tweet:last-child {
	margin-bottom: 0;
}

.icon-tweet {
	float: left;
	position: relative;
	background: #ff5912;
	border-radius: 50%;
	overflow: hidden;
	width: 39px;
	height: 39px;
}

.icon-tweet .fa {
	height: 100%;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 15px;
	position: relative;
}

.icon-tweet .fa:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.tweet-text {
	margin-left: 60px;
	margin-bottom: 25px;
}

.tweet-text a {
	display: block;
	font-size: 13px;
	line-height: 17px;
	font-weight: 700;
	color: #242323;
	margin-bottom: 7px;
}

.tweet-text a:hover {
	color: #ff5912;
}

.tweet-text p {
	font-size: 13px;
	line-height: 23px;
	color: #495662;
	margin-bottom: 9px;
}

.tweet-text a.link {
	line-height: 22px;
	font-weight: 400;
}

/*accordeon style-2*/
.accordeon-content .simple-article {
	background: #f4f6f8;
	padding: 5px 26px;
	margin-bottom: 0;
	margin-top: 2px;
}

.accordeon-content .simple-article p {
	color: #6a6a6a;
}

/*slider comment*/
.slide-img {
	position: relative;
	border: 8px solid #fff;
	margin: 0 auto 30px;
	background: #eae7e9;
	border-radius: 50%;
	width: 320px;
	height: 320px;
	overflow: hidden;
	box-shadow: 0 0 0 2px #eae7e9;
	transform: scale(0.5);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.one-img {
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	display: block;
	height: 100%;
}

.one-img img {
	display: block;
	width: 100%;
	height: 100%;
	opacity: .5;
}

.one-img:before {
	border-radius: 50%;
	overflow: hidden;
}

.testimonials .swiper-slide .one-slide .slider-description {
	opacity: 0;
}

.testimonials .swiper-slide {
	width: 100px;
}

.testimonials .swiper-slide .one-slide {
	width: 200px;
	left: 50%;
	margin-left: -275px;
	position: relative;
}

.testimonials .swiper-slide.swiper-slide-active .one-slide {
	padding: 0;
	position: relative;
}

.testimonials .swiper-slide.swiper-slide-active .one-slide .slider-description {
	opacity: 1;
}

.testimonials .swiper-slide.swiper-slide-active .one-slide {
	z-index: 1;
}

.testimonials .swiper-slide.swiper-slide-active .slide-img {
	transform: scale(1);
	box-shadow: 0 0 0 2px #eae7e9;
	border: 10px solid #fff;
	width: 100px;
	height: 100px;
}

.testimonials .swiper-slide.swiper-slide-active .slide-img img {
	opacity: 1;
}

.testimonials .swiper-slide.swiper-slide-active .one-slide .one-img {
	border: 3px solid #ff5912;
}

.slider-title a {
	text-transform: uppercase;
	color: #222;
	line-height: 22px;
	font-weight: 600;
	position: relative;
	display: block;
	padding-bottom: 35px;
	margin-bottom: 9px;
}

.slider-title a .fa {
	position: absolute;
	bottom: 0;
	left: 50%;
	font-size: 25px;
	font-weight: 400;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slider-description p {
	color: #6a6a6a;
}

/*message boxes*/
.messages .message {
	margin-bottom: 29px;
}

.message {
	border: 2px solid transparent;
	position: relative;
	padding: 43px 47px 25px;
}

.message-close {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	line-height: 36px;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: -20px;
	border: 2px solid transparent;
}

.message.color-1 {
	border-color: #ff5912;
}

.message.color-1 .message-close {
	background: #ff5912;
}

.message.color-1 .message-close:hover {
	background: #fff;
	color: #ff5912;
	border-color: #ff5912;
}

.message.color-2 {
	border-color: #222;
}

.message.color-2 .message-close {
	background: #222;
}

.message.color-2 .message-close:hover {
	background: #fff;
	color: #222;
	border-color: #222;
}

.message.color-3 {
	border-color: #b1b1b1;
}

.message.color-3 .message-close {
	background: #b1b1b1;
}

.message.color-3 .message-close:hover {
	background: #fff;
	color: #b1b1b1;
	border-color: #b1b1b1;
}

.message .simple-article p {
	color: #495662;
}

/*line*/
.grey-line {
	background: #ebf1f1;
}

.line-text {
	font-size: 15px;
	line-height: 27px;
	font-weight: 600;
	color: #222;
	padding: 10px 0 0;
}

.line-text span {
	color: #ff5912;
}

.search.line {
	top: 0;
	width: 100%;
}

.search.line > input {
	padding-right: 70px;
}

.search.line .submit-button {
	width: auto;
	border: 2px solid transparent;
}

.search.line .submit-button input {
	text-transform: uppercase;
	color: #fff;
	padding: 0 10px;
	font-weight: 600;
	font-size: 13px;
	line-height: 22px;
}

.search.line .submit-button:hover {
	background: #fff;
	border: 2px solid #ff5912;
}

.search.line .submit-button:hover input {
	color: #ff5912;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
header {
	position: absolute;
	width: 100%;
	left: 3px;
	top: 0px;
	z-index: 10;
	-webkit-backface-visibility: hidden;
	height: 100px;
}

header.move {
	position: fixed;
	top: -45px;
	background: #fff;
}

#content-block {
	margin:0;
	/*background: url(../img/ut-sky.jpg) no-repeat; 
	background-size: cover; 
	background-position: top center;
	overflow:hidden;
	*/
}



.header-top {
	background: #f4f6f8;
	padding: 10px 0;
	height: 45px;
}

.login a {
	color: #6a6a6a;
	font-size: 13px;
	line-height: 27px;
	padding-right: 10px;
	position: relative;
}

.login a:first-child:after {
	content: '/';
	position: absolute;
	right: 0;
}

.login a:hover {
	color: #ff5912;
}

.login a:hover:first-child:after {
	color: #6a6a6a;
}

.custom-cont {
	padding: 4px 0;
}

.sort {
	float: left;
	position: relative;
	margin-left: 30px;
}

.sort span {
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	display: inline-block;
	color: #6a6a6a;
}

.sort span {
	position: relative;
}

.sort > .text-sort {
	position: relative;
	float: none;
	cursor: pointer;
	font-size: 13px;
	display: inline-block;
}

.sort .text-sort > span .fa {
	color: #6a6a6a;
	font-size: 12px;
	top: -2px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 14px;
}

.sort .text-sort > .per-page {
	display: inline-block;
	padding-left: 25px;
}

.sort > .text-sort.active > a {
	color: #6a6a6a;
	float: none;
}

.sort-drop {
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	background: #fff;
	border: 1px solid #ff5912;
	z-index: 3;
	padding: 5px 10px;
	width: 100%;
}

.sort.active .sort-drop {
	display: block;
	z-index: 1;
}

.sort-drop a.text-sort:not(.active):hover {
	background: #fff;
	color: #ff5912;
}

.sort-drop a {
	font-size: 13px;
	padding: 5px 0;
	display: block;
	line-height: 15px;
	border-bottom: 1px solid rgba(106,106,106,0.2);
	color: #6a6a6a;
}

.sort-drop a:last-child {
	border-bottom: none;
}

.right-top {
	padding: 2px 0;
}

.text-sort.lang>span {
	padding-left: 30px;
	position: relative;
}

.text-sort>span img {
	display: inline-block;
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
}

/**/

.header-bottom {
	position:relative;
	border-top:1px solid #f2f2f2;
	border-bottom:transparent;
	background:#fff;
	}

.upper {
	position: relative;
	/*height: 101px;*/
}

.main {
	position: relative;
}

.bottom {
	height: 80px;
	background: #fff;
	padding: 26px 0;
	box-shadow: 0 4px 8px -2px rgba(0,0,0,0.2);
}

header.move .bottom {
	background: transparent;
}

.info-block {
	position: absolute;
	top: 50%;
	right: 5px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.info-one,
.social {
	position: relative;
	display: inline-block;
	font-size: 13px;
	color: #6a6a6a;
	vertical-align: middle;
	border-right: 1px solid #eee;
	padding: 10px 30px;
	font-weight: 600;
}

.info-one .fa {
	color: #ff5912;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}

.info-one span {
	display: inline-block;
	vertical-align: middle;
	background: #979797;
	color: #fff;
	padding: 3px 5px;
	font-size: 14px;
	font-weight: 700;
	margin-left: 19px;
}

.info-one:hover span {
	background: #ff5912;
}

.social {
	border-right: none;
	padding: 0 0 0 30px;
}

.social span {
	font-size: 13px;
	color: #6a6a6a;
	font-weight: 600;
	margin-right: 10px;
}

.social a {
	color: #6a6a6a;
	font-size: 15px;
	margin-right: 11px;
}

.social a:hover {
	color: #ff5912;
}

.main-menu {
	position: relative;
}

/*logo*/
#logo {
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#logo img {
	max-width: 298px;
	height: auto;
}
.logo {
	float:left;
	width:15%;
}
#logo img,
#logo-lg img {
	max-width:150px;
	}
	
#logo-lg {
	position:relative;
	width:25%;
	z-index:3;
}

/*search header*/
.search {
	position: relative;
	float: right;
	z-index: 1;
}

.search input,
.simple-area.color-2,
.simple-input.color-3 {
    color: #34404b;
    border-color: #495662;
}

.search input:focus,
.simple-area.color-1:focus,
.simple-area.color-2:focus,
.simple-input.color-3:focus {
	border-color: #ff8112;
}

.search .submit-button {
	position: relative ;
	width: 40px;
	height: 40px;
}

.search .submit-button .submit {
	background: transparent;
	border: none;
	z-index: 2;
	position: absolute;
	padding: 0 20px;
}

.search .submit-button .fa {
	position: absolute;
	top: 20%;
	left: 40%;
	color: #ff5912;
	font-size: 20px;
	line-height: 38px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 1;
}

.search .submit-button:hover .fa {
	font-weight: 700;
}
.orange {
	color: #ff5912
}

.search input::-webkit-input-placeholder,
.simple-area.color-2::-webkit-input-placeholder,
.simple-input.color-3::-webkit-input-placeholder {
	color: #495662;
	}

.lgrey {
	background-color:#f4f6f8
}
/*menu*/
.menu {
	position: relative;
	width: 100%;
	z-index: 2;
}

nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

nav > ul {
	position: relative;
	float: left;
	width: 100%;
}

nav > ul > li {
	float: left;
	position: relative;
}

ul.nav.navbar-nav.navbar-right > li:hover > a {
	color: #ff5912;
}

ul.nav.navbar-nav.navbar-right > li.active > a{
	text-decoration:underline;
	color:#ff5912
}
ul.nav.navbar-nav.navbar-right li a .fa {
	font-size: 15px;
	color: #ff5912;
	font-weight:900;
	padding:0 2px;
}

ul.nav.navbar-nav.navbar-right > li > a {
	font-family: "Oswald",sans-serif;
	font-size: 14px;
	line-height: 27px;
	color: #34404b;
	padding: 0 10px;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
	position: relative;
}

ul.nav.navbar-nav.navbar-right > li > a.orange {
	color: #CA661B
}
ul.nav.navbar-nav.navbar-right > li > a:hover {
	background-color:#fff;
	color:#ff5912;
}
ul.nav.navbar-nav.navbar-right > .sub-menu:hover > a:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 35px;
	top: 20px;
	left: 0;
}

ul.nav.navbar-nav.navbar-right > li:first-child > a {
	padding-left: 0;
}

ul.nav.navbar-nav.navbar-right > li > a .fa {
	padding-left: 4px;
	width: 35px;
	height: 20px;
	text-align: center;
	position: relative;
}

/*dropdown*/
.sub-menu.style-1 {
	position: static;
}

.sub-menu.style-2 {
	position: relative;
}

.sub-menu > a:before {
	content: '';
	position: absolute;
	bottom: -27px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	opacity: 0;
}

.sub-menu:hover > a:before {
	opacity: 1;
	-webkit-transition: .4s ease-out;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s;
}

.sub-menu > ul,
.sub-menu > .mega {
	position: absolute;
	top: 65px;
	left: 50%;
	padding: 5px 0;
	text-align: center;
	border: 2px solid #fff;
	min-width: 200px;
	background: #fff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	z-index: 0;
	display: none;
	-moz-box-shadow: 0 4px 8px -2px rgba(0,0,0,0.2);
	box-shadow: 0 4px 8px -2px rgba(0,0,0,0.2);
}

/*dropdown megamenu*/
.sub-menu > .mega {
	width: 100%;
	height: auto;
	padding: 24px 60px;
	opacity: 0;
}

.sub-menu.style-1:hover > a {
	position: relative;
}

.left-mega {
	position: relative;
	width: 60%;
}

.menu-title {
	font-family:'Oswald', sans-serif;
	color:#ff5912;
	font-size: 17px;
	line-height: 27px;
	font-weight: 700;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 6px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing:0.04em;
}

.items {
	position: relative;
	float: left;
	width: 40%;
	margin-right: 30px;
}

.one-item {
	text-align: left;
	margin-bottom: 20px;
}

.one-item .fa {
	float: left;
	position: relative;
	font-size: 18px;
	color: #ff5912;
}

.item-text {
	margin-left: 35px;
	margin-bottom: 17px;
	min-height: 91px;
}

.item-title {
	font-family:Gotham Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight: 700;
	font-size: 14px;
	color: #495662;
	margin-bottom: 5px;
	display: block;
}

.item-title:after {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background: #ff5912;
	margin-top: 13px;
}
.item-title:hover {
	color: #ff5912;
}

.item-description {
	font-size: 13px;
	line-height: 23px;
	color: #797979;
}

.right-mega {
	float: right;
	position: relative;
	width: 40%;
}

.items.style-2 {
	width: 100%;
	margin-right: 0;
}

.one-item.style-2 {
	float: left;
	position: relative;
	width: 100%;
	border: none;
	margin-bottom: 0;
}

.one-item.style-2>a {
	display: block;
	background: #f4f6f8;
	position: relative;
	float: left;
	border: 1px solid transparent;
}

.one-item.style-2>a:hover {
	border-color: #ff5912;
}

.price {
	font-weight: 700;
	color: #ff5912;
	font-size: 15px;
	padding-bottom: 22px;
}

.old-price {
	color: #495662;
	font-weight: 400;
	text-decoration: line-through;
	margin-right: 18px;
}

.one-item.style-2 .item-description {
	margin-bottom: 9px;
}

/*dropdown style-2*/
.sub-menu.style-2 > ul > li {
	position: relative;
	float: none;
}

.sub-menu.style-2 > ul > li > a {
	display: block;
	color: #34404b;
	font-size: 13px;
	padding: 13px 0;
	position: relative;
	border-bottom: 1px solid #eee;
}

.sub-menu.style-2 > ul > li:last-child > a {
	border-bottom: none;
}

.sub-menu.style-2 > ul > li:hover {
	background: #ff5912;
}

.sub-menu.style-2 > ul > li:hover > a {
	color: #fff;
	font-weight: 400;
}

@media only screen and (max-width: 1079px) and (min-width: 768px) {
	.content-1 a {
		overflow:hidden;
	}
}
@media (min-width:992px) {
	header {
		top: -100px
	}
	#content-block {
		margin-top:100px;
	}
	li.sub-menu.style-2:hover > ul,
	li.sub-menu.style-1:hover > .mega {
		display: block !important;
		opacity: 1;
		top: 54px;
		z-index: 1;
	}

	li.sub-menu li.sub-menu.style-2:hover > ul {
		top: -8px;
		left: 100%;
		margin-left: 10px;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	li.sub-menu li.sub-menu.style-2:hover > ul:before {
		content: '';
		display: block;
		position: absolute;
		top: -8px;
		left: -15px;
		width: 15px;
		height: 100%;
		background: transparent;
	}

	.sub-menu.style-2 > ul > li > a .fa {
		display: none;
	}
}

/*Desktops (>=1200px)*/
@media (max-width:1200px) {
	
	
}

/*Desktops (>=992px)*/
@media (max-width:1199px) {
	#content-block {
		padding-top: 115px;
	}

	.search {
		max-width: 260px;
	}

	.bottom {
		padding: 20px 0px 56px 0px;
		height: 58px;
	}
	
}

/* Tablets (>=768px)*/
@media (max-width:991px) {
	header {
		height: 110px;
	}

	.login a {
		display:block;
	}
	.main {
		height: 80px;
	}

	#content-block {
		padding-top: 111px;
	}

	.header-top {
		height: 30px;
		padding: 3px 0;
	}

	header.move .bottom {
		height: 100%;
		padding: 45px 15px;
	}

	/**/
	.menu-icon {
		position: absolute;
		top: 27px;
		right: 0;
		display: block;
		cursor: pointer;
		width: 45px;
		height: 28px;
	}

	.menu-icon .line {
		display: block;
		background: #222;
		width: 100%;
		height: 5px;
		position: absolute;
		left: 0;
		transition: all .4s;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		border: none;
	}

	.menu-icon .line.line-1 {
		top: 0;
	}

	.menu-icon .line.line-2 {
		top: 10px;
	}

	.menu-icon .line.line-3 {
		top: 20px;
	}

	/**/
	header.active .menu-icon span {
		background: #ff5912;
	}

	header.active .menu-icon .line-1 {
		-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
		-moz-transform: translateY(10px) translateX(0) rotate(45deg);
		transform: translateY(10px) translateX(0) rotate(45deg);
	}

	header.active .menu-icon .line-2 {
		opacity: 0;
	}

	header.active .menu-icon .line-3 {
		-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
		-moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
		transform: translateY(-10px) translateX(0) rotate(-45deg);
	}

	/**/
	.upper {
		height: 80px;
	}

	.custom-cont {
		padding-top: 3px;
		padding-bottom: 0;
	}

	.custom-cont.fr {
		float:none;
	}
	.info-block {
		position: relative;
		text-align: center;
		width: 100%;
		top: 0;
		-ms-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}

	.info-one,
	.social span,
	.social a {
		color: #ff5912;
		font-size:2em;
		margin-right:5px;
	}
	
	.social a:last-child {
		margin-right:0px;
	}

	.bottom {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 110px;
		padding-top: 45px;
		background: #393939;
		overflow-y: auto;
		overflow-x: hidden;
		height: auto;
		padding-left: 15px;
		padding-right: 15px;
		-webkit-transform-origin: 50% 0;
		-moz-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
		-o-transform-origin: 50% 0;
		transform-origin: 50% 0;
		-webkit-transition: all ease-out .3s;
		-o-transition: all ease-out .3s;
		transition: all ease-out .3s;
		-webkit-transform: rotateX(-90deg);
		-o-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-ms-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		opacity: 0;
	}

	header.move .bottom {
		background: #393939;
	}

	.menu {
		display: block;
		position: relative;
		padding: 15px 0 25px;
		height: 100%;
		top: 0;
		width: 100%;
		float: left;
		border-bottom: 1px solid #e33e3e;
		margin-bottom: 20px;
	}

	.menu nav {
		height: 100%;
		width: 100%;
		float: left;
		position: relative;
	}

	ul.nav.navbar-nav.navbar-right {
		width: 100%;
	}

	ul.nav.navbar-nav.navbar-right > li {
		display: block;
		float: left;
		text-align: center;
		width: 100%;
	}

	ul.nav.navbar-nav.navbar-right > li>a {
		color: #fff;
		font-size:24px;
		line-height:2;
	}

	ul.nav.navbar-nav.navbar-right > li > a.active .fa:before {
		position: relative;
		top: 31%;
	}

	header.active .bottom {
		-webkit-transform: rotateX(0);
		-o-transform: rotateX(0);
		-moz-transform: rotateX(0);
		-ms-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1;
	}

	.sub-menu .mega {
		position: relative;
		float: left;
		padding: 25px;
	}

	.sub-menu .mega:after {
		content: '';
		clear: both;
	}

	.sub-menu:hover > ul,
	.sub-menu.style-2:hover > ul {
		display: none;
		top: 0;
	}

	.sub-menu > a {
		position: relative;
	}

	.sub-menu > a.active .fa {
		transform: rotate(180deg);
		padding-right: 4px;
		padding-left: 0;
	}

	.sub-menu:hover > a:before {
		content: none;
	}

	li.sub-menu.style-2:hover > ul,
	li.sub-menu.style-1:hover > .mega {
		display: none;
	}

	li.sub-menu.style-2 > ul,
	li.sub-menu.style-1 .mega {
		width: 90%;
		position: relative;
		top: 0;
		border-radius: 0;
		padding: 5px;
		border: none;
		opacity: 1;
	}

	.search {
		max-width: 335px;
		top: 0;
		left: 50%;
		float: left;
		position: relative;
		margin-left: -160px;
		margin-bottom: 30px;
	}

	ul.nav.navbar-nav.navbar-right > li > a:first-child {
		padding: 0;
	}

	.sub-menu .sub-menu .fa {
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 0;
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-top: -15px;
		text-align: center;
	}

	li.sub-menu .sub-menu > ul {
		width: 100%;
		background: #fff;
		padding: 0;
	}

	/**/
	header,
	header.move {
		position: fixed !important;
		top: 0 !important;
	}
	.content-1.block.hero img {
		width:auto;
		height:400px;
	}
}

/*Phones (<768px)*/
@media (max-width:767px) {
	#content-block {
		padding-top: 114px;
	}
	
	.header-top {
		height: auto;
	}

	.search {
		max-width: 100%;
		width: 100%;
		left: 0;
		margin-left: 0;
	}

	.left-mega,
	.right-mega {
		width: 100%;
		float: left;
	}

	.items {
		margin-right: 0;
		width: 100%;
	}

	.checkbox label,
	.radio label {
		padding: 2px 25px 0 55px;
	}

	#logo img {
		max-width: 200px;
	}
	
	#logo img.smaller-logo {
		max-width:100px;
		padding-top:20px
	}

	.sort-drop {
		min-width: 70px;
	}
	.content-1.block.hero img {
	width:auto;
	height:320px
	}
}

@media (max-width:514px) {
	.sort {
		padding-left: 10px;
		border: none;
		text-align: center;
		margin-bottom: 5px;
	}

	.header-top .social {
		margin-bottom: 30px;
	}
	
	.content-1.block.hero img {
		width: auto;
		height:420px
	}
	.hero-textbox {
		top:18%
	}
	
	.social span,
	.social a {
		display:none;
	}
	.typography.simple-article {
		margin-top:20px
	}
}

@media (max-width:450px) {
	.sort {
		margin-left: 0;
		margin-bottom: 0;
		padding-top: 2px;
	}

	.info-one,
	.social {
		border: none;
	}

	.sort .text-sort.active > span {
		font-size: 11px;
	}

	.sort .text-sort > span .fa {
		padding-left: 5px;
	}
	
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
footer {
	position: relative;
	width: 100%;
	background: #fff;
}

/*footer top*/
.footer-top {
	border-bottom: 1px solid #f4f6f8;
	padding: 58px 0 42px;
}

.footer-top .menu-title {
	margin-bottom: 25px;
}

.one-contact {
	margin-bottom: 18px;
}

.one-contact .fa {
	color: #495662;
	font-size: 13px;
	margin-right: 15px;
}

.one-contact span {
	font-size: 13px;
	font-weight: 500;
	color: #495662;
	margin-right: 20px;
}

.one-contact a {
	font-size: 13px;
	color: #495662;
	margin-right: 30px;
}

.one-contact a:hover {
	color: #222;
}

.footer-nav a {
	display: block;
	font-size: 13px;
	color: #495662;
	padding-bottom: 20px;
}

.footer-nav a .fa {
	color: #495662;
	font-size: 13px;
	margin-right: 20px;
}

.footer-nav.cc a .fa {
	font-size:20px
}

.footer-nav a:hover,
.footer-nav a:hover .fa {
	color: #ff5912;
}

.footer-nav .fa {
	display:inline; 
	margin:0 5% 2% 5%;
	
}

/**/
/*footer bottom*/
.footer-bottom {
	height: 54px;
	padding: 20px 0;
}

.footer-bottom .social {
	text-align: center;
	width: 100%;
}

.footer-bottom .social a {
	color: #222;
	margin-right: 25px;
}

.footer-bottom .social a:hover {
	color: #ff5912;
}

/**/
b {
	font-weight: 700;
}

.footer.style-2 .footer-top {
	border-bottom: 0;
}

.footer.style-2 .menu-title {
	color: #fff;
	font-weight: 600;
	letter-spacing: 1.3px;
	padding-bottom: 11px;
}

.footer.style-2 .menu-title:after {
	width: 34px;
	background: #ff5912;
}

.footer.style-2 .footer-bottom {
	background: #0f0f0f;
}

.footer.style-2 .one-contact span {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .5px;
}

.footer.style-2 .one-contact a {
	font-size: 14px;
	margin-right: 5px;
}

.footer.style-2 .one-contact a:hover {
	color: #ff5912;
}

.footer.style-2 .footer-nav a {
	font-size: 14px;
	letter-spacing: .5px;
}

.footer.style-2 .footer-nav a:hover,
.footer.style-2 .footer-nav a:hover .fa {
	color: #ff5912;
}

.footer.style-2 .footer-nav a .fa {
	margin-right: 8px;
}

.footer.style-2 .footer-bottom .social {
	float: right;
	width: auto;
}

.footer.style-2 .footer-bottom .social a {
	color: #ff5912;
}

.footer.style-2 .footer-bottom .social a:hover {
	color: #fff;
}

.footer.style-2 .footer-copy {
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #3f3f3f;
	letter-spacing: .45px;
}

.footer.style-2.color-2 .menu-title:after {
	background: #6e9c38;
}

.footer.style-2.color-2 .one-contact a:hover {
	color: #6e9c38;
}

.footer.style-2.color-2 .footer-nav a:hover,
.footer.style-2.color-2 .footer-nav a:hover .fa {
	color: #6e9c38;
}

.footer.style-2.color-2 .footer-bottom .social a {
	color: #6e9c38;
}

.footer.style-2.color-2 .footer-bottom .social a:hover {
	color: #fff;
}

/*Desktops (>=1200px)*/
@media (min-width:1200px) {
	.content-1.block.hero img {
		margin-top:5%
	}
	
}

/*Desktops (>=992px)*/
@media (max-width:1199px) {
	
}

/* Tablets (>=768px)*/
@media (min-width: 992px) {
	.hero-textbox {
		top:17%
	}
}
@media (max-width:991px) {
	.one-contact:last-child {
		margin-bottom: 30px;
	}
	.content-1.block.hero img {
		width:auto;
		height:500px;
	}
}

/*Phones (<768px)*/
@media (min-width:768px) {
	

}
@media (max-width:767px) {
	.footer.style-2 .footer-bottom {
		height: auto;
	}

	.footer.style-2 .footer-copy {
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}

	.footer.style-2 .footer-bottom .social {
		float: none;
		text-align: center;
	}

	.footer.style-2 .social {
		display: block;
	}
}

@media (max-width:555px) {
	
	
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - INDEX-PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*main slider index*/
.main-slider {
	position: relative;
	height: 700px;
}

.main-slider .swiper-container {
	height: inherit;
}

.main-slider .swiper-arrow-left {
	left: 0;
	top: 50%;
	position: absolute;
	z-index: 1;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-slider .swiper-arrow-right {
	right: 0;
	left: auto;
	top: 50%;
	position: absolute;
	z-index: 1;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-content {
	display: table;
	height: 700px;
}

.slider-content .h1 {
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: -60px;
	position: relative;
	z-index: 1;
}

.slider-content img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

/*we sell*/
.grey-block,
.sell-link {
	background: #f7f8f1;
	height: 235px;
	position: relative;
}

.grey-block .h1,
.sell-link .h1 {
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.sell-link .h1 {
	color: #fff;
	display: block;
}

.sell-link {
	display: block;
	position: relative;
	overflow: hidden;
}

.sell-link img {
	width: auto;
}

.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(36,35,35,0.6);
}

.sell-link:hover .bg {
	opacity: 0;
}

.link-block {
	position: absolute;
	top: 0;
	right: -23px;
	width: 46px;
	height: 100%;
}

.plus {
	position: absolute;
	top: 50%;
	right: 0;
	font-weight: 500;
	font-size: 110px;
	line-height: 62px;
	color: #fff;
	z-index: 1;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*products*/
.products {
	position: relative;
}

.one-product {
	padding: 22px 17px 35px;
}

.one-product:first-child {
	padding-left:0px;
}
.one-product .price {
	border-bottom: none;
	text-align: right;
	font-size: 17px;
}

.one-product img {
	width: auto;
	max-width: 100%;
	margin: 0 auto 20px;
}

.prod-title {
	font-family: 'Gotham Medium', sans-serif;
	display: block;
	text-align: center;
	font-weight: 700;
	color: #222;
	line-height: 1.5;
	margin-bottom: 18px;
}

.prod-subtitle {
	text-transform: uppercase;
	font-weight: 600;
	color: #495662;
	font-size: 13px;
	text-align: center;
}

.prod-title:hover {
	color: #ff5912;
}

/*row products*/
.bg-1 {
	background-color: #f7f8f1;
}

.bg-2 {
	background-color: #ebf1f1;
}

.bg-5 {
	background-color: #f5f5f5;
}

.bg-6 {
	background-color: #eee;
}

.bg-7 {
	background-color: #ff5912;
}

.bg-8 {
	background-color: #6e9c38;
}

.bg-9 {
	background-color: #f4f4f4;
}

.bg-10 {
	background-color: #f7f7f7;
}

.bg-11 {
	background-color: #4cb7d6;
}

.bg-12 {
	background-color: #6cae90;
}

.bg-texture {
	background: url(../img/texture.jpg) repeat;
}

.special-img img {
	max-width: 100%;
	width: auto;
}

.special-img.fr {
	right: 127px;
	top: -30px;
}

.special-img.fl {
	left: 127px;
	top: -30px;
}

.special-subtitle {
	font-size: 13px;
	line-height: 25px;
	color: #495662;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.special-title {
	font-size: 30px;
	line-height: 35px;
	color: #222;
	text-transform: uppercase;
	border-bottom: 1px solid #222;
	margin-bottom: 30px;
	padding-bottom: 24px;
}

.special-bottom {
	padding: 0 45px;
}

.special-bottom .button.style-1 {
	background: transparent;
}

.special-price {
	font-size: 17px;
	color: #222;
	display: inline-block;
	font-weight: 500;
	padding-right: 80px;
}

.special-price.old {
	text-decoration: line-through;
	color: #495662;
	display: inline-block;
	padding-right: 32px;
}

/*how it works*/
.work-img {
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 20px;
	height: 136px;
}

.work-img img {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
	height: 100%;
}

.work-img.type-2 {
	height: 300px;
	margin-bottom: 5px;
}

.work-text {
	padding: 0 10%;
}

/**/
.blocks {
	overflow: hidden;
	z-index: 1;
	position: relative;
	padding-top: 40px;
}

.left-col {
	height: 340px;
	background: #fff4c8;
}

.img-absolute {
	position: absolute;
	top: 0;
	left: -70px;
	width: auto;
	max-width: 100%;
}

.img-absolute.right {
	left: auto;
	right: -130px;
}

.learn-more {
	position: absolute;
	top: 50%;
	left: 40%;
	width: 280px;
	padding-top: 30px;
	margin-bottom: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.left-col.right {
	background: #ffe4c6;
}

.left-col.right .learn-more {
	left: auto;
	right: 40%;
}

.learn-more .h6 {
	line-height: 27px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 17px;
}

.learn-more p {
	height: 69px;
	overflow: hidden;
}

.learn-more .button.style-1 {
	background: transparent;
}

/*text-box*/
.link-box {
	position: relative;
	display: block;
}

.box-text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.box-text span {
	display: block;
}

.categ {
	color: #fff;
	font-size: 35px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.title-box {
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	line-height: 45px;
}

.bottom-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 35px;
}

.link-box:hover .bg {
	opacity: 0;
}

/*vertical-slider*/
.bg-3 {
	background: #f8f2f1;
}

.costom-img {
	float: left;
	position: relative;
	max-width: 410px;
}

.swipers-pair {
	padding-top: 50px;
}

.swipers-pair .h2 {
	text-transform: uppercase;
	font-weight: 800;
}

.swipers-pair .swiper-slide .simple-article {
	position: relative;
	padding-left: 36px;
	padding-top: 8px;
	margin-top: 60px;
	margin-left: 30px;
}

.swipers-pair .swiper-slide .simple-article:before {
	content: "\f10e";
	position: absolute;
	top: 2px;
	left: 0;
	color: #222;
	font-family: 'FontAwesome';
	font-size: 25px;
}

.swipers-pair .pagination {
	display: none !important;
}

.swipers-pair .swiper-chained-top {
	margin-left: 180px;
	position: relative;
}

.swipers-pair .swiper-chained-bottom {
	height: 100%;
	position: absolute;
	left: 25px;
	top: 174px;
}

.swipers-pair .swiper-chained-bottom .swiper-slide {
	width: 90%;
	height: auto !important;
	margin-bottom: 20px;
	text-align: center;
}

.swipers-pair .swiper-chained-bottom .swiper-slide span {
	font-size: 20px;
	line-height: 22px;
	padding: 5px 10px;
	color: #b7b3b2;
	position: relative;
	border: 2px solid #b7b3b2;
	border-radius: 50%;
	display: inline-block;
}

.swipers-pair .swiper-chained-bottom .swiper-slide.chained-active span {
	color: #222;
	font-size: 40px;
	font-weight: 800;
	padding: 48px 40px;
	border: 2px solid #222;
}

.swipers-pair .swiper-chained-bottom .swiper-slide.chained-active:before {
	background: #10acdf;
}

.customers {
	font-size: 14px;
	line-height: 25px;
	color: #222;
	text-transform: uppercase;
	font-weight: 600;
}

.customers span {
	font-size: 13px;
	line-height: 25px;
	text-transform: none;
	font-weight: 400;
}

.search.line input {
	padding-right: 125px;
}

/*Desktops (>=1200px)*/
@media (min-width:1200px) {
	
}

/*Desktops (>=992px)*/
@media (max-width:1199px) {
	.special-bottom {
		padding: 0;
	}

	.costom-img {
		max-width: 390px;
	}
}

/* Tablets (>=768px)*/
@media (max-width:991px) {
	.special-img img {
		width: 100%;
	}

	.slider-content .simple-article.text-left,
.slider-content .simple-article.text-right {
		text-align: center;
	}

	.slider-content .button {
		margin-bottom: 20px;
	}

	.special-img.fr {
		right: 0;
		top: 0;
	}

	.special-img.fl {
		left: 0;
		top: 0;
	}

	.link-box {
		margin-bottom: 15px;
	}

	.costom-img {
		max-width: 250px;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.swipers-pair {
		padding-bottom: 50px;
		position: relative;
		left: 35%;
	}

	.line-text {
		text-align: center;
		margin-bottom: 10px;
	}

	.widget-slider {
		max-width: 500px;
	}

	.one-product {
		height: auto;
	}
}

/*Phones (<768px)*/
@media (max-width:767px) {
	.one-widget {
		float: none;
	}

	.costom-img {
		display: none;
	}

	.swipers-pair {
		padding-top: 30px;
		left: 0;
	}

	.swipers-pair .swiper-chained-top {
		margin-left: 0;
	}

	.swiper-chained-bottom {
		display: none;
	}

	.swipers-pair .swiper-slide .simple-article {
		margin-top: 0;
	}

	.swipers-pair {
		padding-bottom: 30px;
	}

	.sell-link img {
		width: 100%;
	}

	.plus {
		display: none;
	}

	.special-img.fr,
	.special-img.fl {
		float: none;
	}

	.special-img img {
		margin: 0 auto;
	}

	.widget-slider {
		max-width: 300px;
	}

	.message {
		padding: 30px 15px 15px;
	}
}

@media (max-width:450px) {
	.slider-content img {
		width: 100%;
	}

	.text-widget>a {
		display: block;
	}

	.text-widget>a img {
		margin: 0 auto;
	}

	.widget-slider {
		max-width: 100%;
	}

	.blocks {
		padding-top: 0;
		margin-bottom: 15px;
	}

	.img-absolute {
		left: -210px;
		bottom: 0;
		top: auto;
	}

	.learn-more {
		left: 15px;
	}

	.left-col.right .learn-more {
		left: 15px;
		right: auto;
	}

	.special-bottom .button {
		margin-top: 15px;
	}

	.categ {
		font-size: 20px;
		line-height: 24px;
	}

	.title-box.h1 {
		font-size: 25px;
		line-height: 26px;
	}

	.bottom-title {
		font-size: 19px;
		line-height: 21px;
	}

	.testimonials .swiper-slide.swiper-slide-active .slide-img {
		transform: scale(0.8);
	}

	.testimonials .swiper-slide .one-slide {
		width: 290px;
		margin-left: -145px;
	}

	.slide-img {
		margin-bottom: 0;
	}

	.testimonials .swiper-slide .one-slide .slider-description {
		margin-top: -30px;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - PRODUCT LIST */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.top-line {
	position: relative;
	width: 100%;
	float: left;
	padding: 20px 0;
}

/*breadcrumbs*/
.breadcrumbs {
	list-style: none;
	overflow: hidden;
	padding-top: 6px;
}

.breadcrumbs ul li {
	float: left;
	position: relative;
}

.breadcrumbs ul li a {
	text-transform: uppercase;
	color: #222;
	font-size: 13px;
	line-height: 27px;
	padding: 0 20px 0 15px;
	position: relative;
	font-weight: 600;
}

.breadcrumbs ul li:first-child a {
	padding-left: 0;
}

.breadcrumbs ul li a .fa {
	font-size: 13px;
	color: #ff5912;
	position: absolute;
	right: 0;
	top: 2px;
}

.breadcrumbs ul li a:hover {
	color: #ff5912;
}

.all-products {
	position: relative;
	padding: 0 15px;
	float: left;
	width: 100%;
	margin-bottom: 75px;
}

/*breadcrumbs-2*/
.breadcrumbs-2 {
	font-size: 0;
}

.breadcrumbs-2 li {
	display: inline-block;
	margin-right: 9px;
}

.breadcrumbs-2 li:after {
	content: "\f105";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 13px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 6px;
}

.breadcrumbs-2 li:last-child:after {
	display: none;
}

.breadcrumbs-2 a,
.breadcrumbs-2 span {
	font-size: 13px;
	line-height: 17px;
	font-weight: 600;
	color: #548f0e;
	letter-spacing: .5px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.breadcrumbs-2 a i {
	margin-right: 5px;
}

.breadcrumbs-2 a:hover,
.breadcrumbs-2 li.active a,
.breadcrumbs-2 li.active span {
	color: #747474;
}

/*page-pagination*/
.page-pagination {
	position: relative;
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 75px;
}

.page-pagination a {
	display: inline-block;
	font-size: 15px;
	color: #222;
	padding: 12px 15px;
}

.page-pagination a:hover,
.page-pagination a.active {
	background: #ff5912;
	color: #fff;
}

.page-pagination .prew {
	float: left;
	position: relative;
	padding: 5px 20px 2px;
}

.page-pagination .next {
	float: right;
	position: relative;
	padding: 5px 20px 2px;
}

/*Desktops (>=1200px)*/
@media (min-width:1200px) {
	
}

/*Desktops (>=992px)*/
@media (max-width:1199px) {
	
}

/* Tablets (>=768px)*/
@media (max-width:991px) {
	.one-widget .social a {
		color: #6a6a6a;
	}

	.page-pagination {
		margin-top: 30px;
	}
}

/*Phones (<768px)*/
@media (max-width:767px) {
	.grey-block,
	.sell-link {
		height: 150px;
	}
}

@media (max-width:550px) {
	.page-pagination {
		padding: 50px 0;
		margin-top: 10px;
	}

	.page-pagination .prew,
	.page-pagination .next {
		float: none;
		left: 50%;
		position: absolute;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.page-pagination .prew {
		top: 0;
	}

	.page-pagination .next {
		bottom: 0;
	}
}

@media (max-width:450px) {
	.top-line .fr {
		float: left;
	}

	.breadcrumbs {
		margin-bottom: 10px;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - PRODUCT DETAIL */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.social a:hover {
	color: #ff5912;
}

.detail-top {
	position: relative;
	width: 100%;
	margin-bottom: 45px;
}

.detail-top img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.detail-ph {
	position: relative;
	float: left;
}

.detail-ph > a > img {
	display: inline-block;
	margin-left: 170px;
}

.detail-ph > a {
	position: relative;
	display: block;
	background: #f3f9f9;
}

.detail-ph > a .fa {
	position: absolute;
	bottom: 13px;
	right: 19px;
	color: #ff3c3c;
	font-size: 19px;
}

.small-ph {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}

.small-ph a {
	display: block;
	overflow: hidden;
	height: 190px;
	width: 170px;
	border: 2px solid transparent;
	margin-right: 30px;
	margin-bottom: 1px;
}

.small-ph a:hover,
.small-ph a.active {
	border: 2px solid #f8f2f2;
}

.detail-text {
	float: left;
	position: relative;
}

.detail-text .prod-title:hover {
	color: #222;
}

.detail-text .prod-title {
	line-height: 27px;
}

.detail-text .prod-subtitle {
	margin-bottom: 24px;
}

.detail-text .prod-title,
.detail-text .prod-subtitle {
	text-align: left;
}

.detail-text .price {
	text-align: left;
	border: none;
	font-size: 17px;
	padding-bottom: 30px;
}

.detail-text .old-price {
	margin-right: 37px;
}

/*tabs style-2*/
.tabs.style-2 {
	float: left;
	position: relative;
	margin-bottom: 97px;
}

.tabs.style-2 .tab-switch {
	font-size: 13px;
	border: none;
	border-right: 1px solid #d0cfcf;
	color: #495662;
	padding-bottom: 0;
	padding-top: 0;
	line-height: 1;
}

.tabs.style-2 .tab-switch.active {
	background: transparent;
	color: #222;
	font-weight: 600;
}

.tabs.style-2 .tab-switch:hover {
	color: #222;
}

.tabs.style-2 .tab-switch:last-child {
	border-right: none;
}

.tabs.style-2 .tab-switch:first-child {
	padding-left: 0;
}

.tabs.style-2 .tabs-line {
	border: none;
}

.tabs.style-2 .tab-wrapper {
	padding: 20px 0;
}

/*popup*/
.image-preview-popup {
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
}

.image-preview-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(0,0,0,0.6);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.image-preview-popup.active {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.image-preview-popup .image-preview-overflow {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.image-preview-popup .cell-view {
	display: table-cell;
	height: 100vh;
	vertical-align: middle;
	width: 5000px;
	padding: 100px 15px;
	text-align: center;
}

.image-preview-popup .cell-view img {
	display: inline-block;
	vertical-align: top;
	width: auto;
	background: #fff;
	max-width: 600px;
	max-width: 90vw;
	height: auto;
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.4);
}

.image-preview-popup .close-popup {
	font-size: 50px;
	line-height: 50px;
	position: absolute;
	right: 50px;
	top: 20px;
	color: #d6d6d6;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*Desktops (>=1200px)*/
@media (min-width:1200px) {
	
}

/*Desktops (>=992px)*/
@media (max-width:1199px) {
	.detail-ph > a > img {
		max-width: 440px;
	}

	.buttons-detail .button {
		float: left;
		margin-bottom: 5px;
	}

	.tabs.style-2 {
		margin-bottom: 50px;
	}
}

/* Tablets (>=768px)*/
@media (max-width:991px) {
	.detail-ph > a > img {
		max-width: 100%;
	}

	.detail-ph {
		margin-bottom: 30px;
	}

	.tabs.style-2 {
		margin-bottom: 30px;
	}

	.buttons-detail .button.fr {
		float: right;
	}
}

/*Phones (<768px)*/
@media (max-width:767px) {
	.detail-ph {
		left: 50%;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.detail-ph > a {
		margin-bottom: 10px;
	}

	.detail-ph > a > img {
		margin: 0;
	}

	.small-ph {
		position: relative;
		text-align: center;
		width: 100%;
	}

	.small-ph a {
		max-width: 19%;
		height: auto;
		margin-right: 0;
		display: inline-block;
	}

	.detail-top {
		margin-bottom: 0;
	}
}

@media (max-width:450px) {
	.detail-top img {
		width: 100%;
	}

	.buttons-detail .button.fr {
		float: left;
	}

	.tabs.style-2 .tabs-drop {
		display: block;
		border-bottom: 2px solid #ff5912;
		cursor: pointer;
		position: relative;
	}

	.tabs.style-2 .tabs-drop .fa {
		position: absolute;
		right: 15px;
		top: 50%;
		font-size: 15px;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.tabs.style-2 .tabs-line {
		display: none;
	}

	.tabs.style-2.active .tabs-line {
		display: block;
		border: 2px solid #ff5912;
		border-top: none;
	}

	.tabs.style-2 .tab-switch,
.tabs.style-2 .tab-switch:first-child {
		display: block;
		padding: 10px 20px;
	}

	.tabs.style-2 .tab-switch {
		border: none;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08  - GALLERY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*main slider gallery*/
.gallery-slide {
	margin: 109px 100px 0;
	position: relative;
	height: 550px;
}

.top-inform {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: -90px;
	text-align: center;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.info-date {
	color: #222;
	font-size: 15px;
	line-height: 40px;
	margin-bottom: 24px;
}

.info-date span {
	font-size: 30px;
	font-weight: 500;
	border-bottom: 3px solid #222;
	padding-bottom: 10px;
}

.slide-text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 55%;
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.slide-text .h1 {
	text-align: center;
	font-weight: 800;
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
}

.slider-subtitle {
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}

.slider-subtitle span {
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

.main-slider.style-2 .swiper-arrow-left,
.main-slider.style-2 .swiper-arrow-right {
	margin-top: 54px;
}

.main-slider.style-2 .bottom-slider .swiper-arrow-left,
.main-slider.style-2 .bottom-slider .swiper-arrow-right {
	margin-top: 0;
}

/**/
.collection {
	background: #f3f8f9;
	border: 1px solid #fff;
	min-height: 485px;
}

.collection .simple-article {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
}

.collection .simple-article .info-date {
	margin-bottom: 57px;
}

.collection .simple-article .h4 {
	text-transform: uppercase;
	text-decoration: underline;
	margin-bottom: 2px;
	line-height: 30px;
}

.collection .simple-article .col-subtitle {
	font-size: 13px;
	color: #495662;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 65px;
}

.collection .simple-article .col-subtitle span {
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}

.collection a.h5 {
	text-transform: uppercase;
	line-height: 25px;
	color: #222;
	padding: 13px 0;
	margin-bottom: 0;
}

.collection a:not(.button):hover {
	color: #ff5912;
}

.collection a:not(.button) {
	display: block;
	overflow: hidden;
}

.collection a:hover img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*Desktops (>=1200px)*/
@media (min-width:1200px) {
	
}

/*Desktops (>=992px)*/
@media (max-width:1199px) {
	
}

/* Tablets (>=768px)*/
@media (max-width:991px) {
	.gallery-slide {
		margin: 109px 0;
	}
}

/*Phones (<768px)*/
@media (max-width:767px) {
	.slide-text .h1 {
		font-size: 40px;
		line-height: 42px;
	}

	.collection {
		max-width: 300px;
		margin: 0 auto;
		min-height: auto;
	}

	.collection .simple-article {
		position: relative;
		left: 0;
		padding: 20px 0;
		-ms-transform: translateX(0%);
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	.collection .simple-article .info-date {
		margin-bottom: 15px;
	}

	.collection .simple-article .col-subtitle {
		margin-bottom: 20px;
	}

	.photo-big img {
		width: auto;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - GALLERY DETAIL */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.main-slider.style-2 {
	height: auto;
}

.main-slider.style-2 .top-inform {
	position: absolute;
}

.main-slider.style-2 .swiper-chained-top {
	position: relative;
	margin-bottom: 50px;
}

.main-slider.style-2 .swiper-chained-bottom {
	position: relative;
	margin: 0 100px;
}

.main-slider.style-2 .swiper-chained-bottom .swiper-slide span {
	display: block;
	margin: 0 10px;
	border: 2px solid transparent;
}

.main-slider.style-2 .swiper-chained-bottom .swiper-slide.chained-active span {
	border-color: #ff5912;
}

.main-slider.style-2 .swiper-chained-bottom .swiper-container {
	margin: 0 46px;
}

.gallery-article {
	margin-bottom: 35px;
}

.simple-article h1 a {
	text-transform: uppercase;
	color: #ff5912;
	text-decoration: underline;
	text-align: center;
	display: inline-block;
	font-weight: 800;
	margin-bottom: 40px;
}

.simple-article h1 a:hover {
	color: #222;
}

.gallery-subtitle {
	font-size: 20px;
	color: #222;
	font-weight: 600;
	text-align: center;
}

.gallery-subtitle span {
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

/*Desktops (>=1200px)*/
@media (min-width:1200px) {
	
}

/*Desktops (>=992px)*/
@media (max-width:1199px) {
	.gallery-slide {
		height: auto;
	}
}

/* Tablets (>=768px)*/
@media (max-width:991px) {
	.main-slider.style-2 .swiper-chained-bottom {
		margin: 0;
	}

	.main-slider.style-2 .gallery-slide {
		margin-bottom: 20px;
	}
}

/*Phones (<768px)*/
@media (max-width:767px) {
	.main-slider.style-2 .swiper-chained-bottom .swiper-slide span {
		max-width: 300px;
		margin: 0 auto;
	}

	.main-slider.style-2 .swiper-chained-top {
		margin-bottom: 0;
	}

	.main-slider.style-2 .swiper-chained-bottom {
		display: block;
	}
}

@media (max-width:450px) {
	.main-slider.style-2 .swiper-chained-top .swiper-arrow-left,
.main-slider.style-2 .swiper-chained-top .swiper-arrow-right {
		display: none;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - BLOG */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*blog banner*/
.banner-text .h1 {
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 25px;
}

.banner-text .simple-article {
	margin-bottom: 35px;
}

.blog-b .fa {
	font-weight: 400;
	font-size: 12px;
	padding: 0 5px;
}

/**/
.blog-line {
	margin-left: 150px;
}

.blog-line .special-bottom {
	padding: 0;
	margin-top: 24px;
}

.blog-line .special-title {
	margin-bottom: 25px;
	padding-bottom: 27px;
}

.blog-img {
	width: 40%;
	position: absolute;
	top: 0;
	height: 100%;
}

.blog-img.fr {
	right: 0;
	top: 0;
}

.blog-img.fl {
	left: 0;
	top: 0;
}

.cell-view.blog {
	padding: 28px 0;
}

.blog-line.text-right {
	margin-right: 150px;
	margin-left: 0;
}

.bg-4 {
	background: #f3f8f9;
}

.blog-date {
	position: relative;
	font-size: 0;
	margin-bottom: 53px;
}

.blog-date i {
	font-family: 'Oswald', sans-serif;
	margin-right: 5px;
}

.blog-date span {
	font-family: 'Gotham Medium', sans-serif;
	border-bottom: 1px solid #e8e8e8;
	font-size: 15px;
	line-height: 46px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	padding-left: 40px;
}

.blog-date span:last-child {
	font-family: 'Oswald', sans-serif;
	color: #222;
	font-size: 30px;
	line-height: 46px;
	border-bottom: 2px solid #222;
	font-weight: 600;
	margin-right: 0;
	padding-left: 0;
}

/*Desktops (>=1200px)*/
@media (min-width:1200px) {
	
}

/*Desktops (>=992px)*/
@media (max-width:1199px) {
	.blog-line {
		margin-left: 0;
	}

	.blog-line.text-right {
		margin-right: 0;
	}
}

/* Tablets (>=768px)*/
@media (max-width:991px) {
	
}

/*Phones (<768px)*/
@media (max-width:767px) {
	.blog-img {
		position: relative;
		height: 440px;
		width: 95%;
		margin: 0 auto;
	}

	.blog,
	.blog .blog-line.text-right,
	.blog-date.text-right {
		text-align: center;
	}

	.blog-line {
		margin-bottom: 0;
	}

	.cell-view.blog {
		border-bottom: 2px solid #ff5912;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 - BLOG GRID */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.grid {
	position: relative;
}

.grid .cell-view.blog {
	padding: 43px 0 30px;
}

.grid .blog-date {
	margin-bottom: 30px;
}

.grid .blog-img {
	position: relative;
	float: none;
	width: 100%;
	margin-bottom: 20px;
	display: inline-block;
}

.grid .blog-img img {
	margin: 0 auto;
}

.grid .blog-img:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.grid .blog-line {
	margin-left: 110px;
	margin-right: 50px;
}

.border-right {
	border-right: 2px solid #fff;
}

.border-bottom {
	border-bottom: 2px solid #fff;
}

/*Desktops (>=1200px)*/
@media (min-width:1200px) {
	
}

/*Desktops (>=992px)*/
@media (max-width:1199px) {
	.grid .blog-img {
		width: 80%;
		margin: 0 auto 15px;
	}
}

/* Tablets (>=768px)*/
@media (max-width:991px) {
	.grid .blog-line {
		margin-left: 15px;
		margin-right: 15px;
	}
}

/*Phones (<768px)*/
@media (max-width:767px) {
	.border-right {
		display: none;
	}

	.grid .blog-img {
		height: auto;
	}

	.grid {
		border-bottom: 2px solid #ff5912;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 - BLOG DETAIL */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.detail-banner .special-title.h1 {
	font-size: 50px;
	line-height: 62px;
	font-weight: 400;
	padding-bottom: 19px;
}

.one-blog.detail-banner .blog-date {
	margin-bottom: 37px;
}

.one-blog.detail-banner .special-subtitle {
	margin-top: 28px;
}

.one-blog.detail-banner .special-subtitle a {
	color: #495662;
	padding-left: 17px;
	margin-left: 17px;
	border-left: 1px solid #495662;
}

.one-blog.detail-banner .special-subtitle a:hover {
	color: #ff5912;
}

/**/
.blod-detail {
	position: relative;
}

.for-img {
	width: 100%;
	margin-bottom: 22px;
}

.detail-content {
	position: relative;
	width: 100%;
	margin-bottom: 22px;
}

.quote {
	position: relative;
	margin-bottom: 17px;
}

.quote blockquote {
	font-size: 13px;
	line-height: 23px;
	color: #242323;
	font-weight: 500;
}

.quote-author {
	color: #ff5912;
	font-size: 13px;
	line-height: 23px;
	font-weight: 500;
}

.detail-content .simple-article p:first-letter {
	font-size: 20px;
	color: #ff5912;
	font-weight: 700;
}

.one-widget.style-2 {
	margin-bottom: 53px;
}

.one-widget.style-2 .widget-title {
	margin-right: 15px;
}

.one-widget.style-2 .widget-title,
.one-widget.style-2 .tags-block {
	display: inline-block;
}

.detail-button {
	margin-bottom: 50px;
	position: relative;
	float: left;
	width: 100%;
}

/*comments*/
.commentlist.style-2 {
	margin-left: 65px;
	margin-bottom: 60px;
}

.comments .simple-article {
	margin-bottom: 68px;
}

.commentlist.style-2 .comment {
	border-bottom: 1px solid #eee;
	margin-bottom: 38px;
}

.commentlist.style-2 .comment:last-child {
	margin-bottom: 0;
}

.commentlist.style-2 .comment_container {
	border-bottom: none;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.commentlist.style-2 .comment-head {
	margin-bottom: 8px;
}

.commentlist.style-2 .name {
	display: inline-block;
	margin-right: 23px;
}

.commentlist.style-2 .name a {
	font-size: 15px;
	line-height: 23px;
}

.commentlist.style-2 .date {
	font-size: 13px;
}

.commentlist.style-2 .date b {
	font-size: 17px;
}

.commentlist.style-2 .comment-entry {
	margin-bottom: 16px;
}

.commentlist.style-2 .reply a {
	font-size: 13px;
}

.commentlist.style-2 .comment-text {
	margin-left: 160px;
}

.commentlist.style-2 .children {
	margin-left: 75px;
}

.commentlist.style-2 .children .comment_container {
	padding-bottom: 7px;
}

.commentlist.style-2 .comment-text {
	margin-left: 140px;
}

.commentlist.style-2 .children .comment {
	margin-bottom: 0;
	border-bottom: none;
}

/*form*/
.add-comments {
	position: relative;
	width: 100%;
}

.add-comments form {
	padding: 0 33px;
}

/*Desktops (>=1200px)*/
@media (min-width:1200px) {
	
}

/*Desktops (>=992px)*/
@media (max-width:1199px) {
	
}

/* Tablets (>=768px)*/
@media (max-width:991px) {
	.add-comments form {
		margin-bottom: 30px;
	}
}

/*Phones (<768px)*/
@media (max-width:767px) {
	.commentlist.style-2,
	.commentlist.style-2 .children {
		margin-left: 0;
	}

	form .fl,
	form .fr {
		width: 100%;
	}

	.add-comments form {
		padding: 0;
	}

	.comments .simple-article {
		margin-bottom: 30px;
	}
}

@media (max-width:480px) {
	.detail-banner .special-title.h1 {
		font-size: 40px;
		line-height: 45px;
	}

	.commentlist.style-2 .avatar {
		float: none;
		margin: 0 auto 15px;
		max-width: 200px;
	}

	.commentlist.style-2 .comment-text {
		margin-left: 0;
		text-align: center;
	}

	.commentlist.style-2 .name {
		display: block;
		margin-right: 0;
	}

	.commentlist.style-2 .comment-head {
		text-align: center;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 - CONTACT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.contact-form {
	padding: 0 28px;
}

.one-box {
	position: relative;
	width: 100%;
}

.one-box .fa {
	font-size: 50px;
	color: #ff5912;
	margin-bottom: 26px;
}

.one-box h5 {
	text-transform: uppercase;
	line-height: 23px;
	margin-bottom: 9px;
}

.one-box a {
	display: block;
	color: #242323;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	line-height: 23px;
}

.one-box a:hover {
	color: #ff5912;
}

.map,
#map-canvas {
	height: 440px;
}

/*Desktops (>=1200px)*/
@media (min-width:1200px) {
	
}

/*Desktops (>=992px)*/
@media (max-width:1199px) {
	.contact-form {
		padding: 0;
	}
}

/* Tablets (>=768px)*/
@media (max-width:991px) {
	.map,
	#map-canvas {
		height: 400px;
	}
}

/*Phones (<768px)*/
@media (max-width:767px) {
	.map,
	#map-canvas {
		height: 320px;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 14 - BORDER-IMAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.border-image:link {
	display: inline-block;
	position: relative;
	outline: 3px solid #fff;
	outline-offset: -10px;
	color: #fff;
}

.border-image:before,
.border-image:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 7px;
	right: 100%;
	height: 3px;
	background: #ff5912;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.border-image:after {
	top: auto;
	bottom: 7px;
	left: 100%;
	right: 7px;
}

.border-image span:before,
.border-image span:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 7px;
	left: 7px;
	top: 100%;
	width: 3px;
	background: #ff5912;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.border-image span:after {
	left: auto;
	right: 7px;
	top: 7px;
	bottom: 100%;
}

.border-image:hover {
	outline: 3px solid #fff;
}

.border-image:hover:before {
	right: 7px;
}

.border-image:hover:after {
	left: 7px;
}

.border-image:hover span:before {
	top: 7px;
}

.border-image:hover span:after {
	bottom: 7px;
}

.border-image img {
	width: auto;
}


/*
.border-image-2:link {
	display: inline-block;
	position: relative;
}
.border-image-2:before,
.border-image-2:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 7px;
	right: 100%;
	height: 3px;
	background: #ff5912;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.border-image-2:after {
	top: auto;
	bottom: 7px;
	left: 100%;
	right: 7px;
}

.border-image-2 span:before,
.border-image-2 span:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 7px;
	left: 7px;
	top: 100%;
	width: 3px;
	background: #ff5912;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.border-image-2 span:after {
	left: auto;
	right: 7px;
	top: 7px;
	bottom: 100%;
}

.border-image-2:hover {
	outline: 3px solid #fff;
}

.border-image-2:hover:before {
	right: 7px;
}

.border-image-2:hover:after {
	left: 7px;
}

.border-image-2:hover span:before {
	top: 7px;
}

.border-image-2:hover span:after {
	bottom: 7px;
}
*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 15 - TT-SUCCESS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-success-icon {
	float: left;
	font-size: 40px;
	color: #ff5912;
}

.tt-success-info {
	padding-left: 70px;
}

.tt-success-title {
	display: inline-block;
	font-family: 'Gotham Bold';
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #34404b;
	letter-spacing: 1.5px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.tt-success-title:hover {
	color: #ff5912;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 16 - TT-SUCCESS TYPE-2*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-success.type-2 .tt-success-icon {
	display: block;
	width: 70px;
	height: 70px;
	background: #8d7b7c;
	border-radius: 70px;
	text-align: center;
}

.tt-success.type-2 .tt-success-icon i {
	font-size: 35px;
	line-height: 70px;
	color: #fff;
}

.tt-success.type-2 .tt-success-icon:hover {
	background: #ff5912;
}

.tt-success.type-2 .tt-success-title {
	font-family: 'Gotham Medium';
	color: #4f4f4f;
	letter-spacing: .5px;
}

.tt-success.type-2 .tt-success-title:hover {
	color: #ff5912;
}

.tt-success.type-2 .tt-success-info {
	padding-left: 100px;
}

@media (max-width: 991px) {
	.tt-success.type-2 .tt-success-icon {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.tt-success.type-2 .tt-success-info {
		padding-left: 0;
		text-align: center;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 17 - TT-TEAM */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-team {
	padding: 10px;
}

.tt-team-img {
	display: block;
	margin-bottom: 20px;
}

.tt-team-inner {
	padding:10px;
}

.tt-team-title {
	font-family: 'Gotham Medium', sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: #34404b;
	letter-spacing: .5px;
	
}
.tt-team-desc {
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
	color: #495662;
	letter-spacing: .5px;
	margin: 10px;

}

.tt-team-desc span {
	display: block;
}

.tt-team-social {
	margin: 10px ;
}

.tt-team-social a {
	display: inline-block;
	font-size: 16px;
	color: #a8a8a8;
	margin-left: 15px;
	margin-right: 15px;

}

.tt-team-text {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: rgba(255,255,255,0.7);
	letter-spacing: .5px;
	padding: 0 20px;
}

.tt-team .border-bottom-1 {
	position: relative;
	/*bottom: 43px;
	left: 20px;
	right: 20px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;*/
}
/*
.tt-team:hover {
	background: #ff5912;
}

.tt-team:hover .tt-team-social a {
	color: #fff;
}

.tt-team:hover .tt-team-inner {
	top: 10px;
	margin-top: 0;
	background: #ff5912;
	padding-top: 37px;
}

.tt-team:hover .tt-team-title {
	color: #fff;
}

.tt-team:hover .tt-team-desc {
	color: #fff;
}

.tt-team:hover .tt-team-title:hover {
	color: #222;
}

.tt-team:hover .tt-team-social a:hover {
	color: #222;
}

.tt-team:hover .border-bottom-1 {
	opacity: .23;
}
*/
.zoom-hover {
	overflow: hidden;
}

.zoom-hover img {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.zoom-hover:hover img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (min-width: 992px) and (max-width: 1199px) {
	/*.tt-team:hover .tt-team-inner {
		padding-top: 5px;
	}

	.tt-team:hover .tt-team-desc {
		margin-bottom: 20px;
	}
*/
	.tt-team-social a {
		margin-left: 10px;
		margin-right: 10px;
	}

	.tt-team-text {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.tt-team {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 18 - TT-COUNTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-counter-icon {
	float: left;
	font-size: 50px;
	color: #fff;
}

.tt-counter-info {
	padding-left: 70px;
}

.tt-counter-title {
	font-size: 50px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .5px;
	font-style: italic;
}

.tt-counter-desc {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #ff5912;
	font-style: italic;
}

@media (max-width: 767px) {
	.tt-counter {
		display: table;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 19 - TT-VIDEO-DESC */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-video {
	position: relative;
}

.tt-video:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #34404b;
	opacity: .44;
}

.tt-video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 126px;
	height: 126px;
	border: 7px solid rgba(233,233,223,0.44);
	border-radius: 126px;
	margin-left: -63px;
	margin-top: -63px;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.tt-video-play:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -28px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 28px 0 28px 42px;
	border-color: transparent transparent transparent #fd6877;
}

.tt-video-play:hover {
	border-color: rgba(233,233,223,1);
}

.tt-video-desc {
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	color: #34404b;
	letter-spacing: .5px;
}

.tt-video-iframe {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tt-video-iframe iframe {
	width: 100%;
	height: 100%;
}

.tt-video-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: #fd6877;
	color: #fff;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	z-index: 2;
}

.tt-video-close:hover {
	background: #222;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 20 - TT-TESMIMONALS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-tesmimonals {
	text-align: center;
}

.tt-tesmimonals-img {
	display: inline-block;
}

.tt-tesmimonals-img img {
	border-radius: 100%;
	border: 3px solid #4c4c4c;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.tt-tesmimonals-img:hover img {
	border-color: #ff5912;
}

.tt-tesmimonals .simple-article .fa {
	font-size: 20px;
	margin-right: 5px;
}

.pagination-1 .swiper-pagination-switch {
	width: 14px;
	height: 14px;
	border: 2px solid #898989;
}

.pagination-1 .swiper-active-switch {
	border-color: #1fb5c7;
	background: transparent;
}

.swiper-arrow-left.noarrow,
.swiper-arrow-right.noarrow {
	display: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 21 - CALL-ACTION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.call-action {
	display: table;
	width: 100%;
	height: 82px;
}

.call-action-label {
	display: table-cell;
	width: 29%;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	vertical-align: middle;
	padding-right: 25px;
}

.call-action-label span {
	content: url(../img/white-title.png);
    margin-left: 4px;
	height:20px
}
.call-action-input {
	display: table-cell;
	width: 52%;
	vertical-align: middle;
	padding-right: 25px;
}

.call-action .simple-input {
	margin-bottom: 0;
}

.call-action-submit {
	display: table-cell;
	width: 21%;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.call-action {
		display: block;
		padding: 15px 0;
		height: auto;
	}

	.call-action-label,
	.call-action-input,
	.call-action-submit {
		display: block;
		width: 100%;
		padding-right: 0;
		text-align: center;
	}

	.call-action-label,
	.call-action-input {
		margin-bottom: 15px;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 22 - TT-CONTACT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-contact-wrapper {
	padding-left: 30px;
	padding-right: 30px;
}

.tt-contact {
	border-bottom: 1px solid #ff8112;
}

.tt-contact.noborder {
	border-bottom: 0;
}

.tt-contact-icon {
	float: left;
	font-size: 34px;
	color: #fff;
	padding-left: 15px;
}

.tt-contact-info {
	padding-left: 64px;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	letter-spacing: .5px;
}

.tt-contact-info a {
	color: #fff;
	opacity: 1;
}

.tt-contact-info a:hover {
	opacity: .7;
}

.tt-contact.type-2 .tt-contact-info a {
	letter-spacing: 0;
}

.tt-contact.type-3 .tt-contact-info {
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
}

@media (max-width: 767px) {
	.tt-contact-icon {
		padding-left: 0;
	}

	.tt-contact-info {
		padding-left: 45px;
	}

	.tt-contact-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 23 - TT-ABOUT-TEXT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-describe-block {
	background: #f6f6f6;
	padding: 30px 35px;
	outline: 1px solid #fff;
	outline-offset: -10px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 24 - TT-PRODUCT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-product {
	margin-left: 25px;
	background: #fff;
	border-right: 5px solid #9cd640;
	padding-right: 45px;
}

.tt-product-image {
	position: relative;
	left: -25px;
	float: left;
	display: block;
	width: 200px;
	border: 1px solid rgba(0,0,0,0);
}

.tt-product-image:hover {
	border-color: #ff5912;
}

.tt-product-info {
	padding-left: 230px;
}

.tt-product-title {
	display: inline-block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #34404b;
	letter-spacing: .5px;
}

.tt-product-title span {
	color: #c4c4c4;
	-webkit-transition: .25s;
	transition: .25s;
}

.tt-product-title:hover,
.tt-product-title:hover span {
	color: #ff5912;
}

@media (max-width: 767px) {
	.tt-product {
		margin-left: 0;
		padding-left: 15px;
		padding-right: 15px;
		border-right: 0;
		border-top: 3px solid #9cd640;
	}

	.tt-product-image {
		left: 0;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}

	.tt-product-info {
		padding-left: 0;
		text-align: center;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 25 - TT-PRODUCT TYPE-2 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-product.type-2 {
	background: transparent;
	padding-left: 0;
	padding-right: 0;
}

.tt-product.type-2 .tt-product-image {
	width: 270px;
}

.tt-product.type-2 .tt-product-info {
	margin-left: 275px;
	padding-left: 45px;
	padding-right: 45px;
	background: #f8f8f8;
}

.tt-product.type-2 .tt-product-title {
	font-size: 18px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.tt-product.type-2 {
		border-top: 0;
	}

	.tt-product.type-2 .tt-product-info {
		margin-left: 0;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 26 - TT-PRODUCT-2 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-product-2 {
	position: relative;
}

.tt-product-2-imglink {
	display: block;
	width: 232px;
	height: 232px;
	border: 1px solid #d6d6d6;
	border-radius: 232px;
	padding: 10px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.tt-product-2-img {
	display: block;
	border-radius: 100%;
	overflow: hidden;
}

a.tt-product-2-desc {
	font-family:'Oswald', sans-serif;
    display:block;
	position:absolute;
	bottom:0;left:20px;
	right:20px;
	font-size:15px;
	line-height:18px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    background: #ff5912;
    padding: 14px 15px;
    outline: 1px solid #fff;
    outline-offset: -2px;
    z-index: 3;
}

a.tt-product-2-desc:hover {
    background: #ff8112;
    color: #fff;
}

.round-hover {
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: top;
}

.round-hover:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	padding-bottom: 100%;
	margin-top: -50%;
	opacity: 0;
	background: rgba(253,104,118,0.75);
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .4s cubic-bezier(0.4,0,0.2,1),opacity .4s;
	-moz-transition: -moz-transform .4s cubic-bezier(0.4,0,0.2,1),opacity .4s;
	-o-transition: -o-transform .4s cubic-bezier(0.4,0,0.2,1),opacity .4s;
	transition: transform .4s cubic-bezier(0.4,0,0.2,1),opacity .4s;
	z-index: 1;
}

.round-hover:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 27 - TT-CLIENT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-client-img {
	display: block;
	float: left;
	width: 167px;
	height: 167px;
	border: 6px solid #fff;
	border-radius: 167px;
	-moz-box-shadow: 0 5px 0 0 rgba(0,0,0,0.04);
	box-shadow: 0 5px 0 0 rgba(0,0,0,0.04);
}

.tt-client-info {
	padding-left: 200px;
}

.tt-client-link {
	display: inline-block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #34404b;
	letter-spacing: .1px;
}

.tt-client-link:hover {
	color: #ff5912;
}

.tt-client-name {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: .5px;
	color: #ff5912;
}

.tt-client-rating {
}

.tt-client-rating .fa {
	font-size: 14px;
	margin-right: 8.5px;
	color: #128db1;
}

@media (max-width: 991px) {
	.tt-client-img {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.tt-client-info {
		padding-left: 0;
		text-align: center;
	}
}

.tt-timeline-row {
	position: relative;
	height: 203px;
}

.tt-timeline-line {
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 50%;
	width: 6px;
	background: #ff5912;
	margin-left: -3px;
}

.tt-timeline-line:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 26px;
	height: 26px;
	border-radius: 20px;
	background: #ff5912;
	border: 3px solid #fff;
	margin-left: -13px;
	margin-bottom: -13px;
	-moz-box-shadow: inset 0 2px 0 0 rgba(0,0,0,0.27);
	box-shadow: inset 0 2px 0 0 rgba(0,0,0,0.27);
	z-index: 3;
}

.tt-timeline-line:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 94px;
	height: 1px;
	background: #b8bcbe;
	margin-top: 1px;
}

.tt-timeline-inner {
	width: 455px;
	height: inherit;
	background: #fbfbfb;
	overflow: auto;
}

.tt-timeline-table {
	display: table;
	width: 100%;
	height: inherit;
	border: 1px solid #eeeff0;
}

.tt-timeline-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 15px 30px;
}

.tt-timeline-title {
	font-family:'Oswald', sans-serif;
	display: inline-block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #34404b;
}

.tt-timeline-title:hover {
	color: #ff5912;
}

.tt-timeline-row.left .tt-timeline-line:after {
	left: -105px;
}

.tt-timeline-row.right .tt-timeline-line:after {
	right: -105px;
}

.tt-timeline-row.right .tt-timeline-inner {
	margin-left: auto;
}

.tt-timeline-row + .tt-timeline-row {
	margin-top: -88px;
}

.tt-timeline-row:last-child:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: 0;
	width: 6px;
	background: #ff5912;
	margin-left: -3px;
	z-index: 1;
}

.tt-timeline-row.date {
	text-align: center;
	padding-top: 116px;
	height: 266px;
}

.tt-timeline-row.date:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	width: 6px;
	background: #ff5912;
	margin-left: -3px;
}

.tt-timeline-date {
	display: inline-block;
	position: relative;
	font-size: 16px;
	line-height: 28px;
	font-weight: 700;
	color: #656565;
	background: #fff;
	z-index: 3;
}

.tt-timeline-row.date:first-child {
	padding-top: 27px;
	height: 140px;
}

@media (max-width: 1199px) {
	.tt-timeline-inner {
		width: 366px;
	}

	.tt-timeline-line:after {
		width: 80px;
	}

	.tt-timeline-row.left .tt-timeline-line:after {
		left: -91px;
	}

	.tt-timeline-row.right .tt-timeline-line:after {
		right: -91px;
	}
}

@media (max-width: 991px) {
	.tt-timeline-inner {
		width: 322px;
	}

	.tt-timeline-line:after {
		width: 30px;
	}

	.tt-timeline-row.left .tt-timeline-line:after {
		left: -31px;
	}

	.tt-timeline-row.right .tt-timeline-line:after {
		right: -31px;
	}
}

@media (max-width: 767px) {
	.tt-timeline-row.date:first-child {
		height: auto;
	}

	.tt-timeline-row {
		height: auto;
	}

	.tt-timeline-row.date {
		height: auto;
	}

	.tt-timeline-row + .tt-timeline-row {
		margin-top: 0;
	}

	.tt-timeline-line {
		position: relative;
		height: 80px;
	}

	.tt-timeline-line:before {
		top: 50%;
		margin-top: -13px;
	}

	.tt-timeline-line:after {
		display: none;
	}

	.tt-timeline-inner {
		width: auto;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	}

	.tt-timeline-row.date {
		padding-top: 30px;
		padding-bottom: 0;
	}

	.tt-timeline-row:last-child:after {
		position: relative;
		height: 35px;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 28 - TT-TAB-WRAPPER*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-tab-wrapper {
	background: #fff;
	position: relative;
}

.tt-tab-wrapper .tt-tab-info {
	display: none;
}

.tt-tab-wrapper .tt-tab-info.active {
	display: block;
}

.tt-tab-wrapper .tt-tab-select select:focus {
	outline: none;
}

.tt-tab-wrapper .tt-tab-nav-wrapper {
	float: left;
	width: 189px;
}

.tt-tab-wrapper .tt-nav-tab-item {
	display: block;
	position: relative;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: .3px;
	color: #fff;
	background: #ff5912;
	border-right: 0;
	margin-bottom: 2px;
	padding: 16px 32px;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.tt-tab-wrapper .tt-nav-tab-item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: transparent;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.tt-tab-wrapper .tt-nav-tab-item:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 4px;
	border-color: transparent transparent transparent #fd6877;
	margin-top: -4px;
}

.tt-tab-wrapper .tt-nav-tab-item.active {
	background: #fff;
	color: #333;
}

.tt-tab-wrapper .tt-nav-tab-item.active:before {
	background: #ff5912;
}

.tt-tab-wrapper .tt-tabs-content {
	padding-left: 189px;
}

.tt-tab-wrapper .tt-tab-info {
	padding: 55px 52px;
}

.tt-tab-wrapper .tt-tab-select {
	display: none;
	position: relative;
}

.tt-tab-wrapper .tt-tab-select select {
	display: block;
	width: 100%;
	font-weight: 400;
	color: #ff5912;
	background: transparent;
	border: 1px solid #ff5912;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.tt-tab-wrapper .tt-tab-select select::-ms-expand {
	display: none;
}

.tt-tab-wrapper .tt-tab-select .select-arrow {
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	text-align: center;
	background: #ff5912;
	color: #fff;
	pointer-events: none;
}

.tt-tab-wrapper .tt-tab-select select {
	height: 42px;
	font-size: 12px;
	line-height: 30px;
	padding: 0 11px;
}

.tt-tab-wrapper .tt-tab-select .select-arrow {
	width: 37px;
	height: 40px;
	line-height: 40px;
}

.tt-tab-img {
	position: absolute;
	bottom: 0;
	left: 100%;
	width: auto;
}

@media (max-width:991px) {
	.tt-tab-wrapper .tt-tab-select {
		display: block;
		margin-bottom: 30px;
	}

	.tt-tab-wrapper .tt-nav-tab {
		display: none;
	}

	.tt-tab-wrapper .tt-tab-nav-wrapper {
		width: 100%;
	}

	.tt-tab-wrapper .tt-tabs-content {
		padding-left: 0;
	}
}

@media (max-width:767px) {
	.tt-tab-wrapper .tt-tab-nav-wrapper {
		float: none;
		width: 100%;
	}

	.tt-tab-wrapper .tt-tabs-content {
		padding-left: 0;
	}

	.tt-tab-wrapper .tt-nav-tab {
		margin-bottom: 0;
	}

	.tt-tab-wrapper .tt-tab-info {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 29 - TT-SERVICE-POST*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-service-post-img {
	margin-bottom: 15px;
}

.tt-service-post-link {
	display: block;
	font-size: 12px;
	text-align:center;
	line-height: 22px;
	font-weight: 700;
	color: #323232;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 22px;
}
/*
.tt-service-post-link:after {
	content: '';
	display: block;
	width: 45px;
	height: 3px;
	background: #ff5912;
	margin-top: 9px;
}
*/
.tt-service-post-link:hover {
	color: #ff5912;
}

@media (max-width: 767px) {
	.tt-service-post-img {
		margin-bottom: 10px;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 30 - TT-FEATURE*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-feature {
	position: relative;
	padding: 24px 0;
}

.tt-feature-img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 270px;
}

.tt-feature-inner {
	position: relative;
	background: #fff;
	border: 1px solid #e1e1e1;
	margin-left: 240px;
	padding: 30px 59px;
	z-index: 1;
}

.tt-feature-link {
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #323232;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 22px;
}

.tt-feature-link:after {
	content: '';
	display: block;
	width: 45px;
	height: 3px;
	background: #ff5912;
	margin-top: 9px;
}

.tt-feature-link:hover {
	color: #ff5912;
}

.tt-feature .simple-article {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.tt-feature {
		padding: 0;
	}
}

@media (max-width: 599px) {
	.tt-feature-img {
		position: static;
		width: 100%;
		height: 200px;
	}

	.tt-feature-inner {
		margin-left: 0;
	}

	.tt-feature-inner {
		padding: 15px;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 31 - TT-FEATURE-2*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-feature-2 {
	text-align: center;
}

.tt-feature-2-imgage {
	display: block;
	width: 161px;
	height: 161px;
	border: 1px solid #e7e7e7;
	border-radius: 161px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}

.tt-feature-2-img {
	border-radius: 160px;
	background: #fff;
	border: 8px solid #f6f6f6;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	overflow: hidden;
}

.tt-feature-2-imgage:hover .tt-feature-2-img {
	border-color: #ff5912;
}

.tt-feature-2-title {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #34404b;
	letter-spacing: .5px;
	margin-bottom: 15px;
}

.tt-feature-2-title:hover {
	color: #ff5912;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 32 - TT-PRICE*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-price {
	background: #fff;
	text-align: center;
	padding: 32px 15px 25px;
	margin-bottom: 30px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.tt-price-title {
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	color: #313131;
	letter-spacing: .5px;
	margin-bottom: 15px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.tt-price-round {
	position: relative;
	width: 96px;
	height: 96px;
	background: #73b62b;
	border-radius: 96px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 26px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.tt-price-count {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.tt-price-number {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .5px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.tt-price-number span {
	font-size: 13px;
	font-weight: 400;
	vertical-align: top;
}

.tt-price-mounth {
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	color: #fff;
	letter-spacing: .5px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.tt-price-list {
	margin-bottom: 44px;
}

.tt-price-list li {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #898989;
	margin-bottom: 22px;
	letter-spacing: .5px;
	
}

.tt-price-list li:last-child {
	margin-bottom: 0;
}

.tt-price:hover {
	background: #8e8e8e;
}

.tt-price:hover .tt-price-title {
	color: #fff;
}

.tt-price:hover .tt-price-round {
	background: #fff;
}

.tt-price:hover .tt-price-number {
	color: #212832;
}

.tt-price:hover .tt-price-mounth {
	color: #212832;
}

.tt-price:hover .tt-price-list li {
	color: #fff;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 33 - TT-SEARCH*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-search-input {
	position: relative;
	border: 6px solid #e8e8e8;
	border-radius: 9px;
	margin-bottom: 42px;
}

.tt-search-input input[type="text"] {
	font-size: 25px;
	font-weight: 400;
	color: #898989;
	letter-spacing: .5px;
	height: 72px;
	width: 100%;
	border: 1px solid #d3d3d3;
	padding: 0 0 0 35px;
	border-radius: 4px;
}

.tt-search-input input[type="text"]::-webkit-input-placeholder {
	font-family: 'Gotham Light';
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	color: #898989;
}

.tt-search-input input[type="text"]:-moz-placeholder {
	font-family: 'Gotham Light';
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	color: #898989;
	opacity: 0;
}

.tt-search-input input[type="text"]::-moz-placeholder {
	font-family: 'Gotham Light';
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	color: #898989;
	opacity: 0;
}

.tt-search-input input[type="text"]:-ms-input-placeholder {
	font-family: 'Gotham Light';
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	color: #898989;
}

.tt-search-input input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	color: #fff;
	background: #73b62b;
	border: 0;
	text-transform: uppercase;
	padding: 0 41px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.tt-search-input input[type="submit"]:hover {
	background: #d3d3d3;
}

.tt-search-tags span {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #34404b;
	letter-spacing: .5px;
}

.tt-search-tags-inner {
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #898989;
	letter-spacing: .5px;
}

.tt-search-tags-inner a {
	color: #898989;
}

.tt-search-tags-inner a:hover {
	color: #34404b;
}

@media (max-width: 767px) {
	.tt-search-input input[type="text"] {
		font-size: 18px;
		padding: 0 0 0 15px;
	}

	.tt-search-input input[type="text"]::-webkit-input-placeholder {
		font-size: 18px;
		line-height: 23px;
	}

	.tt-search-input input[type="text"]:-moz-placeholder {
		font-size: 18px;
		line-height: 23px;
	}

	.tt-search-input input[type="text"]::-moz-placeholder {
		font-size: 18px;
		line-height: 23px;
	}

	.tt-search-input input[type="text"]:-ms-input-placeholder {
		font-size: 18px;
		line-height: 23px;
	}

	.tt-search-input input[type="submit"] {
		font-size: 15px;
		padding: 0 25px;
	}
}

@media (max-width: 480px) {
	.tt-search-input input[type="text"] {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		text-align: center;
		padding: 0 15px;
	}

	.tt-search-input input[type="submit"] {
		position: static;
		width: 100%;
		height: 72px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 34 - TT-SEARCH-2*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-search-2 {
	border: 1px solid #e9e9e9;
	padding: 20px 29px;
	background: #f9f9f9;
}

.tt-search-2-inner {
	position: relative;
}

.tt-search-2-inner input[type="text"] {
	font-size: 14px;
	font-weight: 500;
	color: #ccc;
	letter-spacing: .5px;
	width: 100%;
	height: 45px;
	border: 1px solid #e9e9e9;
	padding: 0 15px;
}

.tt-search-2-inner input[type="text"]::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 500;
	color: #ccc;
	opacity: 1;
}

.tt-search-2-inner input[type="text"]:-moz-placeholder {
	font-size: 14px;
	font-weight: 500;
	color: #ccc;
	opacity: 1;
}

.tt-search-2-inner input[type="text"]::-moz-placeholder {
	font-size: 14px;
	font-weight: 500;
	color: #ccc;
	opacity: 1;
}

.tt-search-2-inner input[type="text"]:-ms-input-placeholder {
	font-size: 14px;
	font-weight: 500;
	color: #ccc;
	opacity: 1;
}

.tt-search-2-inner input[type="submit"] {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 2.5px;
	background: #ff5912;
	border: 1px solid #ff5912;
	text-transform: uppercase;
	padding: 0 30px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.tt-search-2-inner input[type="submit"]:hover {
	background: #fff;
	color: #ff5912;
}

@media (max-width: 767px) {
	.tt-search-2 {
		padding: 15px;
	}

	.tt-search-2-inner input[type="submit"] {
		position: static;
		height: 45px;
		width: 100%;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 35 - TT-SEARCH*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-topics li {
	border-bottom: 1px solid #e2e2e2;
	padding: 15px 0;
}

.tt-topics a {
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	color: #34404b;
	letter-spacing: .5px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.tt-topics a:hover {
	color: #f65665;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 36 - TT-PROGRESS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-progress-label {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #1f1f1f;
	letter-spacing: .5px;
	margin-bottom: 6px;
}

.tt-progress {
	background: #dcdcdc;
}

.tt-progress-bar {
	position: relative;
	width: 0;
	height: 4px;
	background: #ff5912;
	overflow: visible !important;
}

.tt-progress-perscent {
	font-family: 'PT Serif';
	position: absolute;
	top: -25px;
	right: 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	font-style: italic;
	color: #1f1f1f;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 37 - MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*Desktops (>=1200px)*/
@media (min-width:1200px) {
	
}

/*Desktops (>=992px)*/
@media (max-width:1199px) {
	
}

/* Tablets (>=768px)*/
@media (max-width:991px) {
	
}

/*Phones (<768px)*/
@media (max-width:767px) {
	
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 38 - CSS ANIMATIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.login a,
.search .submit-button .fa,
.sub-menu > ul > li,
.sub-menu > ul > li a,
.item-title,
.one-contact a,
.text-widget>a,
.accordeon-title:after,
.accordeon-title.active:after,
.categories a,
.tweet-text a,
.icon-search .fa,
.testimonials .swiper-slide .one-slide .slider-description,
.sell-link .bg,
.prod-title,
.accordeon-title,
.one-product,
.breadcrumbs ul li a,
.tabs.style-2 .tab-switch,
.simple-input,
textarea,
.article-title,
.collection a:not(.button),
.one-blog.detail-banner .special-subtitle a,
.one-box a,
.simple-article h1 a {
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
}

.info-one span,
.social a,
.one-item.style-2>a,
.footer-nav a,
.footer-nav a .fa,
.name a,
.reply a,
.swiper-arrow-right,
.swiper-arrow-left,
.slider-photo a span,
a.tag,
.post-title,
.slide-img,
.one-img,
.button,
.message-close,
.search.line .submit-button,
.link-box .bg,
.swipers-pair .swiper-chained-bottom .swiper-slide span,
.collection a img,
.swiper-chained-bottom .swiper-slide span,
.grid .blog-img img {
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
}

@media (min-width:992px) {
	.sub-menu.style-2:hover > ul,
.sub-menu.style-1:hover .mega {
		-moz-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		-webkit-transition: all .2s ease-out;
		transition: all .2s ease-out;
		-ms-transition: all .2s ease-out;
	}
}

@media (max-width:991px) {
	.sub-menu.style-2:hover > ul,
.sub-menu.style-1:hover .mega {
		-moz-transition: none;
		-o-transition: none;
		-webkit-transition: none;
		transition: none;
		-ms-transition: none;
	}
}

/* Tablets (>=768px)*/
@media (max-width:991px) {
	.bottom {
		-moz-transition: all 500ms ease-out;
		-o-transition: all 500ms ease-out;
		-webkit-transition: all 500ms ease-out;
		transition: all 500ms ease-out;
		-ms-transition: all 500ms ease-out;
	}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 39 - IFRAME */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.full-screen-preview {
    height: 100%!important;
    padding: 0px;
    margin: 0px;
	overflow:hidden
}

.preview_frame {
    width: 100%;
	min-height:1000px;
    background-color: #fff
}
iframe {
  width: 100%;
  border: 0;
}
.preview_frame.-ios-fix {
    width: 10px;
    min-width: 100%;
    -webkit-overflow-scrolling: touch;
    height: 100% !important
}

.preview_header {
    font-size: 12px;
    height: 54px;
    background-color: #272727;
    z-index: 100;
    line-height: 54px;
}

.preview_actions {
    float: right
}

.preview_buy,
.preview_close {
    display: inline-block;
    padding: 0 20px
}

@media (max-width: 568px) {
    .preview_buy {
        padding: 0 10px
    }
}

.preview_close a {
    color: #FFAB42;
    text-decoration: none;
	line-height:1;
	font-size:larger;
}

.preview_close a:hover,
.preview_close a i:hover {
    color: #fff
}

.preview_close a i {
    color: #FFAB42;
    font-size: 18px;
    margin-right: 10px
}

@media (max-width: 568px) {
    .preview_close a i {
        margin-right: 0
    }
}

@media (max-width: 568px) {
    .preview_close a span {
        display: none
    }
}