@charset "utf-8";


/* 1. DEFAULT CLASSES
/* --------------------------------------------------------------------- */

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v19-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v19-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v19-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v19-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v19-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v19-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v19-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v19-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('../fonts/roboto-v19-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v19-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v19-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v19-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v19-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v19-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v19-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v19-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v19-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v19-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v19-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/roboto-v19-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
       url('../fonts/roboto-v19-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v19-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v19-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v19-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v19-latin-500italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v19-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v19-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('../fonts/roboto-v19-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v19-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v19-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v19-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v19-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}


@font-face {
	font-family: star;
	src: url(../fonts/star.eot);
	src: url(../fonts/star.eot?#iefix) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg");
	font-weight: 400;
	font-style: normal
}

* {
	padding: 0;
	margin: 0;
}
*, :active, :focus, :hover {
	outline: 0!important;
}
::-moz-selection { color: #fff; background-color: #ec6504 }
::selection { color: #fff; background-color: #ec6504 }
body {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0;
	color: #000;
	font-size: 19px;
	overflow-x: hidden;
    background: #fff;
}

 .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 20px;
    }
    .ce-intext.ce-right .ce-gallery { margin-left: 20px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 20px; }
    .ce-below .ce-gallery { margin-top: 20px; }

    .ce-column { margin-right: 30px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 30px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

ul, ol {
	list-style: none;
}
a {
	color: #ec6504;
	text-decoration: none;
	-webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
	transition: all .1s cubic-bezier(.645,.045,.355,1);
}
a:hover {
	text-decoration: none;
	color:#5E5E5E;
}
a:focus {
	text-decoration: none;
}
p {
	margin-bottom: 8px;
}
blockquote {
	font-size: 20px;
	font-style: italic;
	color: #ababab;
	font-weight: 400;
	padding: 20px 60px;
	margin: 0;
	border: none;
}

.bg_quali .video-embed-item {
  border: #000 1px solid;
}


.tp-bgimg, .rev-slidebg {
    background-size: cover!important;
}
hr {
    margin-top: 40px;
    border: 0;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
img {
	max-width: 100%;
	height: auto;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align:top;
}
.video-embed-item {
  max-width: 100%;
  height: auto;
}
.border-row {
    border: 1px solid #ec6504;
    padding: 40px 40px 20px 40px;
    background: #f8f8f8;
}

.border-col {
    border: 1px solid #ec6504;
    padding: 40px 40px 20px 40px;
    margin-right: 40px;
    flex: 0 0 47.9%;
    max-width:47.9%;
    background: #f8f8f8;
}
@media (max-width: 996px) {

.border-col {
    border: 1px solid #ec6504;
    padding: 40px 40px 20px 40px;
    margin-right: 0;
    margin-bottom: 60px;
    flex: 0 0 99%;
    max-width:99%;
    background: #f8f8f8;
}
}        

.border-col.col2 {
    margin-right: 0;
}

.ce-gallery figure {
    display: block;
}
.ce-outer, .ce-inner, .ce-row, .ce-column, .ce-textpic, .ce-gallery  {
  max-width: 100%;
  }

iframe {
	border: none;
	width: 100%;
}

.ce-image .ce-gallery {
    margin-bottom: 0!important;
}
button, input[type=button], input[type=reset], input[type=submit] {
	padding: 0 42px;
	height: 55px;
	outline: none;
	border: 0;
	border-radius: 0;
	color: #fff;
	background: #6c757d;
	text-transform: uppercase;
	letter-spacing: .1em;
	cursor: pointer;
	-webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
	transition: all .1s cubic-bezier(.645,.045,.355,1);
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background: #dfdfdf;
	color: #ec6504;
	-webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
	transition: all .1s cubic-bezier(.645,.045,.355,1);
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
	width: 100%;
	outline: none;
	border: 0;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	color: #878c9b;
	background: none;
}
input:focus, textarea:focus {
	border-bottom: 1px solid #ec6504;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select {
	padding: 3px 0;
	height: 57px;
	-webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
	transition: all .1s cubic-bezier(.645,.045,.355,1);
}
.form-control-wrap {
	margin-bottom: 20px;
}
select {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	user-select: none;
	-webkit-user-select: none;
	background-color: #fff;
	border: 1px solid #999;
	width: 100%;
	height: 40px;
	padding: 0 20px;
	color: inherit;
}
.tx-powermail .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    border: 0;
    border-radius: 0;
    height: 57px;
    line-height: 47px;

}
#powermail_field_ihrenachricht {
    background: #e9ecef;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	color: #333;
}
h1, .h1 {
	font-size:56px;
}
h2, .h2 {
	font-size: 44px;
}
h3, .h3 {
	font-size: 38px;
}
h4, .h4 {
	font-size: 34px;
}
h5, .h5 {
	font-size: 28px;
}
h6, .h6 {
	font-size: 24px;
}

h5.sliter-icon-text {
  font-size: 18px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 300;
}

/* text size */
.font-size-0 {
  font-size: 0;
}
.text-very-small {
  font-size: 11px;
  line-height: 14px;
}
.text-extra-small {
  font-size: 12px;
  line-height: 16px;
}
.text-small {
  font-size: 13px;
  line-height: 22px;
}
.text-medium {
  font-size: 14px;
  line-height: 20px;
}
.text-extra-medium {
  font-size: 16px;
  line-height: 28px;
}
.text-large {
  font-size: 18px;
  line-height: 22px;
}
.text-extra-large {
  font-size: 20px;
  line-height: 28px;
}
.title-extra-small {
  font-size: 30px;
  line-height: 32px;
}
.title-small {
  font-size: 36px;
  line-height: 42px;
}
.title-large {
  font-size: 100px;
  line-height: 95px;
}
.title-large-2 {
  font-size: 70px;
  line-height: 80px;
}
.title-large-3 {
  font-size: 80px;
  line-height: 80px;
}
.title-extra-large {
  font-size: 130px;
  line-height: 120px;
}
.title-extra-large-heavy {
  font-size: 11rem;
  line-height: 11rem;
}
.text-big {
  font-size: 200px;
  line-height: 200px;
}
.text-extra-big {
  font-size: 230px;
  line-height: 230px;
}
.text-extra-big-2 {
  font-size: 300px;
  line-height: 260px;
}
.parallax-title {
  padding: 16px 35px;
  display: inline-block
}
/* text color, link color and link hover color */
.text-white, .btn-link.text-white, a.text-white-hover:hover {
  color: #fff;
}
.text-black, .btn-link.text-black, a.text-black-hover:hover {
  color: #000;
}
.text-extra-dark-gray, .btn-link.text-extra-dark-gray, a.text-extra-dark-gray-hover:hover {
  color: #232323;
}
.text-dark-gray, .btn-link.text-dark-gray, a.text-dark-gray-hover:hover {
  color: #626262;
}
.text-extra-medium-gray, .btn-link.text-extra-medium-gray, a.text-extra-medium-gray-hover:hover {
  color: #757575;
}
.text-medium-gray, .btn-link.text-medium-gray, a.text-medium-gray-hover:hover {
  color: #939393;
}
.text-extra-light-gray, .btn-link.text-extra-light-gray, a.text-extra-light-gray-hover:hover {
  color: #b7b7b7;
}
.text-light-gray, .btn-link.text-light-gray, a.text-light-gray-hover:hover {
  color: #d6d5d5;
}
.text-very-light-gray, .btn-link.text-very-light-gray, a.text-very-light-gray-hover:hover {
  color: #ededed;
}
.text-fast-blue, .btn-link.text-fast-blue, a.text-fast-blue-hover:hover {
  color: #0038e3;
}
.text-neon-blue, .btn-link.text-neon-blue, a.text-neon-blue-hover:hover {
  color: #3452ff;
}
.text-light-pink, .btn-link.text-light-pink, a.text-light-pink-hover:hover {
  color: #f18c8c;
}
.text-red, .btn-link.text-red, a.text-red-hover:hover {
  color: #fe0127;
}
.text-dark-red, .btn-link.text-dark-red, a.text-dark-red-hover:hover {
  color: #d23134;
}
.text-parrot-green, .btn-link.text-parrot-green, a.text-parrot-green-hover:hover {
  color: #09A2AB;
}
.text-green, .btn-link.text-green, a.text-green-hover:hover {
  color: #27AE60;
}
.text-olivine-green, .btn-link.text-olivine-green, a.text-olivine-green-hover:hover {
  color: #8bb867;
}
.text-dark-charcoal, .btn-link.text-dark-charcoal, a.text-dark-charcoal-hover:hover {
  color: #2f2f2f;
}
.text-penguin-white, .btn-link.text-penguin-white, a.text-penguin-white-hover:hover {
  color: #f1edea;
}
.text-orange, .btn-link.text-orange, a.text-orange-hover:hover {
  color: #fd961e;
}
.text-dark-orange, .btn-link.text-dark-orange, a.text-dark-orange-hover:hover {
  color: #ff6437;
}
.text-neon-orange, .btn-link.text-neon-orange, a.text-neon-orange-hover:hover {
  color: #ff7a56;
}
.text-light-orange, .btn-link.text-light-orange, a.text-light-orange-hover:hover {
  color: #e8bf47;
}
.text-dark-red, .btn-link.text-dark-red, a.text-dark-red-hover:hover {
  color: #e12837;
}
.text-radical-red, .btn-link.text-radical-red, a.text-radical-red-hover:hover {
  color: #fb4f58;
}
.text-golden, .btn-link.text-golden, a.text-golden-hover:hover {
  color: #ca943d;
}
.text-golden-yellow, .btn-link.text-golden-yellow, a.text-golden-yellow-hover:hover {
  color: #FF9C00;
}
.text-dark-golden-yellow, .btn-link.text-dark-golden-yellow, a.text-dark-golden-yellow-hover:hover {
  color: #cb933d;
}
.text-golden-brown, .btn-link.text-golden-brown, a.text-golden-brown-hover:hover {
  color: #cd9452;
}
.text-slate-blue, .btn-link.text-slate-blue, a.text-slate-blue-hover:hover {
  color: #262b35;
}
.text-slate-blue-light, .btn-link.text-slate-blue-light, a.text-slate-blue-light-hover:hover {
  color: #8890a4;
}
.text-medium-slate-blue, .btn-link.text-medium-slate-blue, a.text-medium-slate-blue-hover:hover {
  color: #374162;
}
.text-dark-slate-blue, .btn-link.text-dark-slate-blue, a.text-dark-slate-blue-hover:hover {
  color: #1f232c;
}
.text-brown, .btn-link.text-brown, a.text-brown-hover:hover {
  color: #986248;
}
.text-blue-wood, .btn-link.text-blue-wood, a.text-blue-wood-hover:hover {
  color: #373a63;
}
.text-purple, .btn-link.text-purple, a.text-purple-hover:hover {
  color: #502e95;
}
.text-medium-purple, .btn-link.text-medium-purple, a.text-medium-purple-hover:hover {
  color: #3a285e;
}
.text-dark-purple, .btn-link.text-dark-purple, a.text-dark-purple-hover:hover {
  color: #333045;
}
.text-very-light-desert-storm, .btn-link.text-very-light-desert-storm, a.very-light-desert-storm:hover {
  color: #faf6f3;
}
.text-yellow-ochre, .btn-link.text-yellow-ochre, a.text-yellow-ochre-hover:hover {
  color: #c89965;
}
.text-yellow-ochre-light, .btn-link.text-yellow-ochre-light, a.text-yellow-ochre-light-hover:hover {
  color: #c3964e;
}
.text-fast-yellow, .btn-link.text-fast-yellow, a.text-fast-yellow-hover:hover {
  color: #F4D956;
}
.text-yellow, .btn-link.text-yellow, a.text-yellow-hover:hover {
  color: #ffeb04;
}
.text-salmon-rose, .btn-link.text-salmon-rose, a.text-salmon-rose-hover:hover {
  color: #ea9d8d;
}
.text-tussock, .btn-link.text-tussock, a.text-tussock-hover:hover {
  color: #bf8c4c;
}
.text-greenish-slate, .btn-link.text-greenish-slate, a.text-greenish-slate-hover:hover {
  color: #445a58;
}
.text-seashell, .btn-link.text-seashell, a.text-seashell-hover:hover {
  color: #f9f6f3;
}
.text-shamrock-green, .btn-link.text-shamrock-green, a.text-shamrock-green-hover:hover {
  color: #2ed47c;
}
.text-light-brownish-orange, .btn-link.text-light-brownish-orange, a.text-light-brownish-orange-hover:hover {
  color: #e6994e;
}
.text-greenish-gray, .btn-link.text-greenish-gray, a.text-greenish-gray-hover:hover {
  color: #969896;
}
.text-light-greenish-gray, .btn-link.text-light-greenish-gray, a.text-light-greenish-gray-hover:hover {
  color: #9fa29f;
}
.text-yellowish-green, .btn-link.text-yellowish-green, a.text-yellowish-green-hover:hover {
  color: #c7da26;
}
.text-copper-red, .btn-link.text-copper-red, a.text-copper-red-hover:hover {
  color: #cc754c;
}
.text-sunglow, .btn-link.text-sunglow, a.text-sunglow-hover:hover {
  color: #ffcc2e;
}
.text-orange-zest, .btn-link.text-orange-zest, a.text-orange-zest-hover:hover {
  color: #CA7741;
}
.text-dark-tussock, .btn-link.text-dark-tussock, a.text-dark-tussock-hover:hover {
  color: #BD884C;
}
.text-echo-blue, .btn-link.text-echo-blue, a.text-echo-blue-hover:hover {
  color: #abadb7;
}
.text-violet, .btn-link.text-violet, a.text-violet-hover:hover {
  color: #89af44;
}
.text-iris-blue, .btn-link.text-iris-blue, a.text-iris-blue-hover:hover {
  color: #00B8B8;
}
.text-very-light-gray-transparent, .btn-link.text-very-light-gray-transparent, a.text-very-light-gray-transparent-hover:hover {
  color: rgba(237, 237, 237, 0.22);
}
.text-extra-dark-gray-transparent, .btn-link.text-extra-dark-gray-transparent, a.text-extra-dark-gray-transparent-hover:hover {
  color: rgba(46, 46, 46, 0.15);
}
.text-dark-gray-transparent, .btn-link.text-dark-gray-transparent, a.text-dark-gray-transparent-hover:hover {
  color: rgba(98, 98, 98, 0.1);
}
.text-white-transparent, .btn-link.text-white-transparent, a.text-white-transparent-hover:hover {
  color: rgba(255, 255, 255, 0.7);
}
.text-medium-white-transparent, .btn-link.text-medium-white-transparent, a.text-very-light-white-transparent-hover:hover {
  color: rgba(255, 255, 255, 0.5);
}
.text-very-light-white-transparent, .btn-link.text-very-light-white-transparent, a.text-very-light-white-transparent-hover:hover {
  color: rgba(255, 255, 255, 0.3);
}
/* text gradient color */
.text-gradient-magenta-orange {
  background: linear-gradient(to right, #e42464, #e42464, #f44f5c, #fa6259, #ff7357);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-magenta-orange-2 {
  background: linear-gradient(to right, #ec606c, #ee6362, #ee6757, #ed6c4d, #eb7242);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-purple-magenta {
  background: linear-gradient(to right, #502970, #502970, #ac2775, #d42d6b, #f34259);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-light-purple-light-orange {
  background: linear-gradient(to right, #b783ff, #b783ff, #fa7cc1, #ff85a6, #ff9393);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-sky-blue-pink {
  background: linear-gradient(to right, #556fff, #556fff, #e05fc4, #f767a6, #ff798e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-sky-blue-dark-pink {
  background: linear-gradient(to right, #5065da, #556fff, #c557ad, #e65f9a, #e66176);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-sky-blue-pink-2 {
  background: linear-gradient(to right top, #6670ed, #556fff, #d45eba, #f767a6, #f5667d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-peacock-blue-crome-yellow {
  background: linear-gradient(to right, #36c1e1, #36c1e1, #74cf8e, #bac962, #feb95b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-peacock-blue-crome-yellow-2 {
  background-image: linear-gradient(to right, #5cc088, #50c28d, #83b879, #c9a95e, #dda556);
  ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-fast-blue-purple {
  background: linear-gradient(to right, #0039e3, #0039e3, #5e28dd, #741bd9, #8600d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-tan-geraldine {
  background-image: linear-gradient(to right, #ff9e78, #ff9979, #ff887c, #ff7c7d, #ff767e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-tussock-greenish-slate {
  background: linear-gradient(90deg, rgba(191, 140, 76, 1) 0%, rgba(68, 90, 88, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-light-purple-light-red {
  background: linear-gradient(to right, #975ade, #af63d2, #d473c0, #ef7da7, #e6686f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-light-brownish-orange-black {
  background: linear-gradient(to right, #e79e57, #9d9049, #62794c, #405c4c, #353d3c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-turquoise-green-yellowish {
  background: linear-gradient(to right, #3edfb6, #58e49a, #7ce878, #a5e850, #d0e51b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-red-violet-purple {
  background-image: linear-gradient(to right, #b93c90, #a92a96, #951a9d, #7b10a5, #5412ae);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-orange-pink, .btn-link.text-gradient-orange-pink, a.text-gradient-orange-pink, a.text-gradient-orange-pink-hover:hover {
  background: linear-gradient(to right, #ff6557 0%, #ff367c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-fuego-turquoise, .btn-link.text-gradient-fuego-turquoise, a.text-gradient-fuego-turquoise, a.text-gradient-fuego-turquoise-hover:hover {
  background: linear-gradient(to left, #0cd6a2, #56de9c, #91dc5d, #aedb40, #c7da26);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* text stroke */
.text-border {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}
/* text stroke width */
.text-border-width-1px {
  -webkit-text-stroke-width: 1px;
}
.text-border-width-2px {
  -webkit-text-stroke-width: 2px;
}
.text-border-width-3px {
  -webkit-text-stroke-width: 3px;
}
.text-border-width-4px {
  -webkit-text-stroke-width: 4px;
}
.text-border-width-5px {
  -webkit-text-stroke-width: 5px;
}
/* text stroke color */
.text-border-color-black {
  -webkit-text-stroke-color: #000000;
}
/* letter spacing */
.letter-spacing-1-half {
  letter-spacing: 0.50px;
}
.letter-spacing-1px {
  letter-spacing: 1px;
}
.letter-spacing-2px {
  letter-spacing: 2px;
}
.letter-spacing-3px {
  letter-spacing: 3px;
}
.letter-spacing-4px {
  letter-spacing: 4px;
}
.letter-spacing-5px {
  letter-spacing: 5px;
}
.letter-spacing-8px {
  letter-spacing: 8px;
}
.letter-spacing-10px {
  letter-spacing: 10px;
}
.letter-spacing-15px {
  letter-spacing: 15px;
}
.letter-spacing-20px {
  letter-spacing: 20px;
}
.letter-spacing-22px {
  letter-spacing: 22px;
}
.letter-spacing-25px {
  letter-spacing: 25px;
}
/* letter spacing minus */
.letter-spacing-minus-1-half {
  letter-spacing: -0.50px;
}
.letter-spacing-minus-1px {
  letter-spacing: -1px;
}
.letter-spacing-minus-2px {
  letter-spacing: -2px;
}
.letter-spacing-minus-3px {
  letter-spacing: -3px;
}
.letter-spacing-minus-4px {
  letter-spacing: -4px;
}
.letter-spacing-minus-5px {
  letter-spacing: -5px;
}
.letter-spacing-minus-6px {
  letter-spacing: -6px;
}
.letter-spacing-minus-7px {
  letter-spacing: -7px;
}
.letter-spacing-minus-8px {
  letter-spacing: -8px;
}
.letter-spacing-minus-9px {
  letter-spacing: -9px;
}
.letter-spacing-minus-10px {
  letter-spacing: -10px;
}
.letter-spacing-inherit {
  letter-spacing: inherit;
}
.white-space-normal {
  white-space: normal;
}
/* font weight */
.font-weight-100 {
  font-weight: 100 !important;
}
.font-weight-200 {
  font-weight: 200 !important;
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-800 {
  font-weight: 800 !important;
}
.font-weight-900 {
  font-weight: 900 !important;
}
/* text property */
.text-normal {
  text-transform: unset !important;
}
.text-decoration-underline {
  text-decoration: underline;
}
.text-decoration-none {
  text-decoration: none;
}
.word-wrap {
  word-wrap: break-word;
}
.text-transform-none {
  text-transform: none;
}
.line-height-unset {
  line-height: unset;
}
.line-height-normal {
  line-height: normal;
}
.line-height-none {
  line-height: 0;
}
.text-decoration-line-through {
  text-decoration: line-through;
}
.text-decoration-underline-yellow {
  text-decoration: underline;
  text-decoration-color: #fee11c;
  -webkit-text-decoration-color: #fee11c;
}
.text-highlight {
  padding: 4px 16px
}
.text-middle-line, .text-decoration-line-wide, .text-decoration-line-thick, .text-decoration-line-bottom, .text-decoration-line-bottom-thick, .text-decoration-line-bottom-medium {
  position: relative;
  white-space: nowrap;
}
.text-middle-line:before {
  border-bottom: 1px solid;
  position: absolute;
  content: "";
  width: 100%;
  top: 50%;
  left: 0;
  opacity: 0.35;
}
.text-decoration-line-wide:before {
  content: "";
  border-bottom: 1px solid;
  left: -10px;
  position: absolute;
  top: 50%;
  width: calc(100% + 20px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.text-decoration-line-thick:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #333333;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: -1;
}
.text-decoration-line-bottom:before {
  content: "";
  border-bottom: 1px solid;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
.text-decoration-line-bottom-medium:before {
  content: "";
  border-bottom: 2px solid;
  left: 0;
  position: absolute;
  top: 90%;
  width: 100%;
}
.text-decoration-line-bottom-thick:before {
  content: "";
  border-bottom: 3px solid;
  left: 0;
  position: absolute;
  top: 85%;
  width: 100%;
}
.text-decoration-line-bottom-gradient {
  position: relative
}
.text-decoration-line-bottom-gradient span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px
}
/* dropcap */
.first-letter {
  float: left;
  font-size: 50px;
  line-height: normal;
  margin: 0 20px 0 0;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}
.first-letter-big {
  float: left;
  font-size: 100px;
  line-height: 100px;
  margin: 0 35px 0 0;
  padding: 0 8px;
  text-align: center;
  font-weight: 600;
  position: relative;
}
.first-letter-big:before {
  position: absolute;
  border-bottom: 1px solid;
  content: "";
  display: block;
  width: 100%;
  top: 55%;
  left: 0;
}
.first-letter-block {
  font-size: 30px;
  height: 55px;
  line-height: 25px;
  padding: 15px 0;
  width: 55px;
  font-weight: 500;
  margin-top: 5px;
}
.first-letter-block-round {
  border-radius: 6px;
  border: 1px solid;
}
.first-letter-round {
  border-radius: 50%;
  font-size: 35px;
  padding: 15px;
  width: 65px;
  height: 65px;
  line-height: 35px;
}
/* lineheight */
.line-height-0px {
  line-height: 0px;
}
.line-height-8px {
  line-height: 8px;
}
.line-height-10px {
  line-height: 10px;
}
.line-height-12px {
  line-height: 12px;
}
.line-height-14px {
  line-height: 14px;
}
.line-height-15px {
  line-height: 15px;
}
.line-height-16px {
  line-height: 16px;
}
.line-height-18px {
  line-height: 18px;
}
.line-height-20px {
  line-height: 20px;
}
.line-height-22px {
  line-height: 22px;
}
.line-height-24px {
  line-height: 24px;
}
.line-height-26px {
  line-height: 26px;
}
.line-height-28px {
  line-height: 28px;
}
.line-height-30px {
  line-height: 30px;
}
.line-height-32px {
  line-height: 32px;
}
.line-height-34px {
  line-height: 34px;
}
.line-height-36px {
  line-height: 36px;
}
.line-height-38px {
  line-height: 38px;
}
.line-height-40px {
  line-height: 40px;
}
.line-height-42px {
  line-height: 42px;
}
.line-height-44px {
  line-height: 44px;
}
.line-height-46px {
  line-height: 46px;
}
.line-height-50px {
  line-height: 50px;
}
.line-height-55px {
  line-height: 55px;
}
.line-height-60px {
  line-height: 60px;
}
.line-height-65px {
  line-height: 65px;
}
.line-height-70px {
  line-height: 70px;
}
.line-height-75px {
  line-height: 75px;
}
.line-height-80px {
  line-height: 80px;
}
.line-height-85px {
  line-height: 85px;
}
.line-height-90px {
  line-height: 90px;
}
.line-height-95px {
  line-height: 95px;
}
.line-height-100px {
  line-height: 100px;
}
.line-height-120px {
  line-height: 120px;
}
.line-height-140px {
  line-height: 140px;
}
.line-height-160px {
  line-height: 160px;
}
.line-height-170px {
  line-height: 170px;
}
/* ===================================
    04. Background color
====================================== */
.bg-white {
  background-color: #FFF;
}
.bg-black {
  background-color: #000;
}
.bg-smoky-black {
  background-color: #101010;
}
.bg-dark-gray {
  background-color: #757575;
}
.bg-extra-dark-gray {
  background-color: #232323;
}
.bg-extra-dark-gray-2 {
  background-color: #060606;
}
.bg-extra-medium-gray {
  background-color: #939393;
}
.bg-medium-gray {
  background-color: #e4e4e4;
}
.bg-extra-light-gray {
  background-color: #cfcfcf;
}
.bg-medium-light-gray {
  background-color: #ededed;
}
.bg-very-light-gray {
  background-color: #fafafa;
}
.bg-nero-gray {
  background-color: #141414;
}
.bg-light-gray {
  background-color: #f7f7f7;
}
.bg-bright-red {
  background-color: #98272a;
}
.bg-fast-blue {
  background-color: #0054a9;
}
.bg-neon-blue {
  background-color: #3452ff;
}
.bg-transparent {
  background-color: transparent;
}
.bg-blue {
  background-color: #00468e;
}
.bg-green {
  background-color: #27ae60;
}
.bg-olivine-green {
  background-color: #8bb867;
}
.bg-orange {
  background-color: #fd961e;
}
.bg-dark-orange {
  background-color: #ff6437;
}
.bg-neon-orange {
  background-color: #ff7a56;
}
.bg-very-light-orange {
  background-color: #fff9f6;
}
.bg-dark-red {
  background-color: #e12837;
}
.bg-red {
  background-color: #fe0127;
}
.bg-dark-red {
  background-color: #d23134;
}
.bg-light-pink {
  background-color: #f74961;
}
.bg-very-light-pink {
  background-color: #f7edee;
}
.bg-parrot-green {
  background-color: #0054a9;
}
.bg-slate-blue {
  background-color: #262b35;
}
.bg-medium-slate-blue {
  background-color: #374162;
}
.bg-extra-medium-slate-blue {
  background-color: #23262d;
}
.bg-dark-slate-blue {
  background-color: #1f232c;
}
.bg-light-peach {
  background-color: #ffd7c4;
}
.bg-brown {
  background-color: #986248;
}
.bg-blue-wood {
  background-color: #373a63;
}
.bg-purple {
  background-color: #502e95;
}
.bg-medium-purple {
  background-color: #3a285e;
}
.bg-dark-purple {
  background-color: #333045;
}
.bg-dark-purple-2 {
  background-color: #241526;
}
.bg-yellow-ochre {
  background-color: #c89965;
}
.bg-light-desert-storm {
  background-color: #f8f2eb;
}
.bg-medium-desert-storm {
  background-color: #eee7de;
}
.bg-yellow-ochre-light {
  background-color: #c3964e;
}
.bg-yellow {
  background-color: #ffeb04;
}
.bg-very-light-desert-storm {
  background-color: #faf6f3;
}
.bg-light-blue {
  background-color: #F7F8FC;
}
.bg-penguin-white {
  background-color: #f1edea;
}
.bg-tussock {
  background-color: #bf8c4c;
}
.bg-greenish-slate {
  background-color: #445a58;
}
.bg-seashell {
  background-color: #f9f6f3;
}
.bg-shamrock-green {
  background-color: #2ed47c;
}
.bg-light-orange {
  background-color: #ffded8;
}
.bg-light-cream {
  background-color: #f8f4f0;
}
.bg-golden {
  background-color: #ca943d;
}
.bg-light-brownish-orange {
  background-color: #e6994e;
}
.bg-greenish-gray {
  background-color: #969896;
}
.bg-fast-yellow {
  background-color: #F4D956;
}
.bg-light-greenish-gray {
  background-color: #f0f2f0;
}
.bg-cod-gray {
  background-color: #131313;
}
.bg-yellowish-green {
  background-color: #c7da26;
}
.bg-copper-red {
  background-color: #cc754c;
}
.bg-sunglow {
  background-color: #ffcc2e;
}
.bg-orange-zest {
  background-color: #CA7741;
}
.bg-dark-tussock {
  background-color: #BD884C;
}
.bg-golden-brown {
  background-color: #cd9452;
}
.bg-solitude {
  background-color: #f4f5f9;
}
.bg-east-bay {
  background-color: #4c505f;
}
.bg-quartz {
  background-color: #e1e2e9;
}
.bg-iris-blue {
  background-color: #00B8B8;
}
.bg-light-iris-blue {
  background-color: #F0F9F9;
}
.bg-dark-iris-blue {
  background-color: #048C8C;
}
.bg-transparent-black {
  background-color: rgba(0, 0, 0, 0.70);
}
.bg-transparent-black-light {
  background-color: rgba(0, 0, 0, 0.35);
}
.bg-transparent-black-very-light {
  background-color: rgba(0, 0, 0, 0.12);
}
.bg-transparent-deep-green {
  background-color: rgba(115, 180, 103, 0.9);
}
.bg-transparent-dark-gray {
  background-color: rgba(117, 117, 117, .5);
}
.bg-transparent-mengo-yellow {
  background-color: rgba(254, 187, 26, 0.9);
}
.bg-transparent-chocolate {
  background-color: rgba(201, 153, 101, 0.9);
}
.bg-transparent-extra-dark-gray {
  background-color: rgba(28, 28, 28, 0.9);
}
.bg-transparent-extra-dark-gray2 {
  background-color: rgba(30, 30, 30, 0.8);
}
.bg-transparent-white {
  background-color: rgba(255, 255, 255, 0.9);
}
.bg-transparent-white2 {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-transparent-white3 {
  background-color: rgba(255, 255, 255, 0.18);
}
.bg-transparent-dark-purple {
  background-color: rgba(86, 79, 220, 0.9);
}
.bg-transparent-dark-purple-2 {
  background-color: rgba(36, 21, 38, 0.9);
}
.bg-transparent-red {
  background-color: rgba(225, 40, 55, 0.9);
}
.bg-transparent-light-red {
  background-color: rgba(254, 1, 39, .8);
}
.bg-transparent-sky-blue {
  background-color: rgba(33, 136, 224, .8);
}
.bg-transparent-fast-blue {
  background-color: rgba(0, 56, 227, .90);
}
.bg-transparent-fast-blue2 {
  background-color: rgba(0, 56, 227, .80);
}
.bg-transparent-yellow-ochre {
  background-color: rgba(200, 153, 101, .8);
}
.bg-transparent-golden-brown {
  background-color: rgba(205, 148, 82, .8);
}
.bg-transparent-iris-blue {
  background-color: rgba(0, 184, 184, .9);
}
/* background gradient color */
.bg-gradient-magenta-orange {
  background-image: linear-gradient(to right top, #e42464, #ed3c5f, #f44f5c, #fa6259, #ff7357);
}
.bg-gradient-magenta-orange-2 {
  background-image: linear-gradient(to right top, #ec606c, #ee6362, #ee6757, #ed6c4d, #eb7242);
}
.bg-gradient-purple-magenta {
  background-image: linear-gradient(to right top, #502970, #7f2977, #ac2775, #d42d6b, #f34259);
}
.bg-gradient-light-purple-light-orange {
  background-image: linear-gradient(to right top, #b783ff, #e37be0, #fa7cc1, #ff85a6, #ff9393);
}
.bg-gradient-sky-blue-pink {
  background-image: linear-gradient(to right top, #556fff, #b263e4, #e05fc4, #f767a6, #ff798e);
}
.bg-gradient-peacock-blue-crome-yellow {
  background-image: linear-gradient(to right top, #36c1e1, #28ccc0, #74cf8e, #bac962, #feb95b);
}
.bg-gradient-fast-blue-purple {
  background-image: linear-gradient(to right top, #00468e, #09519b, #155ea9, #0b7897, #0992ab);
}
.bg-gradient-orange-pink {
  background-image: linear-gradient(to right top, #ff6557, #ff5a5f, #ff4e68, #ff4271, #ff367c);
}
.bg-gradient-light-orange-light-pink {
  background-image: linear-gradient(to right top, #f5bb8d, #feb399, #ffaea8, #fdaab9, #f3aaca);
}
.bg-gradient-white-light-gray {
  background-image: linear-gradient(to bottom, #ffffff, #fdfdfd, #fbfbfb, #f9f9f9, #f7f7f7);
}
.bg-gradient-solitude-white {
  background-image: linear-gradient(to top, #f4f5f9, #f4f5f9, #fbfbfd, #ffffff, #ffffff);
}
.bg-gradient-light-gray-white {
  background-image: linear-gradient(to bottom, #f7f7f7, #f9f9f9, #fbfbfb, #fdfdfd, #ffffff);
}
.bg-gradient-tan-geraldine {
  background-image: linear-gradient(to right top, #fb7f87, #fc8a82, #fb957f, #fa9f7f, #f7aa80);
}
.bg-gradient-white-light {
  background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0.66), hsla(0, 0%, 0%, 0.4), rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.1))
}
.bg-gradient-black-transparent {
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
}
.bg-gradient-tan-geraldine-2 {
  background-image: linear-gradient(to right, #ff788d, #FF8286, #FE8681, #FE8D7D, #ff9578);
}
.bg-gradient-dark-slate-blue {
  background-image: linear-gradient(to right, #252c3e, rgba(37, 44, 62, 0.66), rgba(37, 44, 62, 0.42), rgba(37, 44, 62, 0.1), rgba(37, 44, 62, 0))
}
.bg-gradient-light-violet-light-orange {
  background-image: linear-gradient(to right top, #2f0959, #3b1059, #5c2359, #b85457, #fd7956);
}
.bg-gradient-tussock-greenish-slate {
  background: linear-gradient(40deg, rgba(191, 140, 76, 1) 0%, rgba(68, 90, 88, 1) 100%);
}
.bg-gradient-black-blue {
  background: linear-gradient(30deg, rgba(4, 5, 6, 1) 0%, rgba(19, 14, 62, 1) 100%);
}
.bg-gradient-shamrock-green-light-orange {
  background-image: linear-gradient(20deg, rgba(46, 212, 124, 1) 0%, rgba(232, 191, 71, 1) 100%);
}
.bg-gradient-dark-slate-blue-transparent {
  background: rgba(31, 35, 44, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(31, 35, 44, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(31, 35, 44, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(31, 35, 44, 1) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(31, 35, 44, 1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(31, 35, 44, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(31, 35, 44, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
}
.bg-gradient-light-purple-light-red {
  background-image: linear-gradient(to right top, #bb85f9, #c887e5, #da8bca, #eb8fb0, #fb9398);
}
.bg-gradient-white-light-greenish-gray {
  background-image: linear-gradient(to bottom, #ffffff, #f0f2f0);
}
.bg-gradient-yellowish-green-turquoise {
  background-image: linear-gradient(to right top, #d0e51b, #a5e850, #7ce878, #58e49a, #3edfb6);
}
.bg-gradient-extra-dark-gray-transparent {
  background: rgba(35, 35, 35, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(35, 35, 35, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(35, 35, 35, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(35, 35, 35, 1) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(35, 35, 35, 1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(35, 35, 35, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(35, 35, 35, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#232323', GradientType=0);
}
.bg-gradient-peacock-blue-crome-yellow-2 {
  background-image: linear-gradient(to right top, #5dcaa3, #84c685, #a8bf6d, #cab561, #e7a965);
}
.bg-gradient-midium-dark-gray-transparent {
  background: rgba(20, 20, 20, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(20, 20, 20, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 1) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#141414', GradientType=0);
}
.bg-gradient-midium-gray-transparent {
  background: rgba(20, 20, 20, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 1) 150%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(150%, rgba(20, 20, 20, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 1) 150%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 1) 150%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 1) 150%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 1) 150%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#141414', GradientType=0);
}
.bg-gradient-extra-midium-gray-transparent {
  background: rgba(20, 20, 20, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(20, 20, 20, .6) 150%);
  background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(150%, rgba(20, 20, 20, .6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(20, 20, 20, .6) 150%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(20, 20, 20, .6) 150%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(20, 20, 20, .6) 150%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(20, 20, 20, .6) 150%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#141414', GradientType=0);
}
.bg-gradient-red-violet-purple {
  background-image: linear-gradient(to right top, #b93c90, #a92a96, #951a9d, #7b10a5, #5412ae);
}
.bg-gradient-turquoise-green-yellowish {
  background-image: linear-gradient(to right top, #3edfb6, #58e49a, #7ce878, #a5e850, #d0e51b);
}
/* background transparent gradient color */
.bg-transparent-gradient-magenta-orange {
  background-image: linear-gradient(to right top, rgba(228, 36, 100, .8), rgba(237, 60, 95, .8), rgba(244, 79, 92, .8), rgba(250, 98, 89, .8), rgba(255, 115, 87, .8));
}
.bg-transparent-gradient-purple-magenta {
  background-image: linear-gradient(to right top, rgba(80, 41, 112, .8), rgba(127, 41, 119, .8), rgba(172, 39, 117, .8), rgba(212, 45, 107, .8), rgba(243, 66, 89, .8));
}
.bg-transparent-gradient-light-purple-light-orange {
  background-image: linear-gradient(to right top, rgba(183, 131, 255, .95), rgba(227, 123, 224, .95), rgba(250, 124, 193, .95), rgba(255, 133, 166, .95), rgba(255, 147, 147, .95));
}
.bg-transparent-gradient-sky-blue-pink {
  background-image: linear-gradient(to right top, rgba(85, 111, 255, .8), rgba(178, 99, 228, .8), rgba(224, 95, 196, .8), rgba(247, 103, 166, .8), rgba(255, 121, 142, .8));
}
.bg-transparent-gradient-peacock-blue-crome-yellow {
  background-image: linear-gradient(to right top, rgba(54, 193, 225, .8), rgba(40, 204, 192, .8), rgba(116, 207, 142, .8), rgba(186, 201, 98, .8), rgba(254, 185, 91, .8));
}
.bg-transparent-gradient-fast-blue-purple {
  background-image: linear-gradient(to right top, rgba(0, 57, 227, .8), rgba(65, 50, 224, .8), rgba(94, 40, 221, .8), rgba(116, 27, 217, .8), rgba(134, 0, 212, .8));
}
.bg-transparent-gradient-light-red-orange {
  background-image: linear-gradient(to right top, rgba(248, 78, 48, 0.8), rgba(251, 111, 86, 0));
}
.bg-transparent-gradiant-black {
  background: rgb(35, 35, 35);
  background: linear-gradient(0deg, rgba(35, 35, 35, 1) 0%, rgba(35, 35, 35, 0) 89%);
}
.bg-transparent-gradiant-white-black {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.18) 18%, rgba(0, 0, 0, .95) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.18) 18%, rgba(0, 0, 0, .95) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.18) 18%, rgba(0, 0, 0, .95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
}
.bg-transparent-gradient-light-violet-light-orange {
  background-image: linear-gradient(to right top, rgba(43, 8, 89, .90), rgba(74, 24, 86, .90), rgba(127, 53, 88, .90), rgba(200, 92, 87, .90), rgba(255, 122, 86, .90));
}
.bg-transparent-gradient-tussock-greenish-slate {
  background: linear-gradient(40deg, rgba(191, 140, 76, .90) 0%, rgba(68, 90, 88, 1) 90%);
}
.bg-transparent-gradient-shamrock-green-light-orange {
  background: linear-gradient(45deg, rgba(46, 212, 124, 0.9) 0%, rgba(232, 166, 38, 0.9) 100%);
}
.bg-transparent-gradient-smoky-black {
  background: rgb(16, 16, 16);
  background: -moz-radial-gradient(circle, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 1) 100%);
  background: -webkit-radial-gradient(circle, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 1) 100%);
  background: radial-gradient(circle, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101010", endColorstr="#101010", GradientType=1);
}


/* hover background */
.feature-box-bg-white-hover:hover {
  background-color: #fff;
  border-color: #fff !important
}

.ce-column {
    margin-right: 0!important;
}

.fullwidth {
	width: 100%;
}

.bg-img-fix {
    background-attachment: fixed;
    background-size: cover;
}

.box_bg {
    background: #f0f0f0;
    padding: 20px;
}

.cards {
	display: block;
	position: relative!important;
	margin-top:-80px;
	z-index:999;
}

.title-box {
	background: #ec6504;
	color:#fff;
	position: relative;
	border-radius: 4px;
	box-shadow: 0 6px 20px 0 rgba(3,0,24,0.15);
	margin-bottom:20px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.title-box:hover {
    transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
	box-shadow: 0 34px 51px 0 rgba(0, 0, 0, 0.39);

}

.title-box .content {
	padding:20px;
}

.title-box a.button {
    background: #484847;
    width: 100%;
    padding: 2px;
	color:#fff
}

a.full-link {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.box-title {
	color:#fff;
}

.box-title a {
	color:#fff;
}

/* interactive banner style 09 */
.interactive-banners-style-09 figure {
  position: relative;
  overflow: hidden;
}
.interactive-banners-style-09 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.interactive-banners-style-09 .interactive-banners-content .interactive-banners-hover-icon {
  position: absolute;
  left: 60px;
  bottom: 60px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.interactive-banners-style-09 figcaption:hover .interactive-banners-content .interactive-banners-hover-icon {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.interactive-banners-style-09 .interactive-banners-hover-action {
  opacity: 0;
  position: absolute;
  bottom: -25px;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.interactive-banners-style-09 .interactive-banners-action-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 75px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
   color: #fff;
}
.interactive-banners-style-09 figcaption:hover .interactive-banners-hover-action {
  opacity: 1;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.interactive-banners-style-09 figure img {
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -ms-transition-duration: 2s;
  transition-duration: 2s;
}
.interactive-banners-style-09 figure:hover img {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -moz-transform: scale(1.4);
  transform: scale(1.4);
  -o-transform: scale(1.4);
  -webkit-transition-duration: 4s;
  transition-duration: 4s;
}
.interactive-banners-style-09 .interactive-banners-overlay {
  opacity: 0;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.interactive-banners-style-09 figure:hover .interactive-banners-overlay {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

/* overlap */
.overlap-section {
  position: relative;
}
.overlap-section-bottom {
  position: relative;
}
.overlayer-box {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.overlap-image {
  margin-bottom: -215px;
  z-index: 1;
}
.text-overlap {
  margin-bottom: -60px;
  position: relative;
  z-index: -1;
}
.text-overlap-style-01 {
  position: absolute;
  right: 0;
  bottom: -110px;
  font-size: 300px;
  line-height: 300px;
  letter-spacing: -10px;
  white-space: nowrap;
}
.text-overlap-style-02 {
  position: absolute;
  left: -25px;
  top: -60px;
  font-size: 154px;
  line-height: 154px;
  letter-spacing: -8px;
  white-space: nowrap;
}
.text-overlap-style-03 {
  position: absolute;
  left: -115px;
  top: 0;
  font-size: 255px;
  line-height: 255px;
  height: 100%;
  white-space: nowrap;
  text-align: center;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  width: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.text-overlap-style-04 {
  position: absolute;
  top: 0;
  right: -20px;
  font-size: 80px;
  line-height: 80px;
  height: 100%;
  white-space: nowrap;
  text-align: center;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  width: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* revolution slider bullet */
.hermes .tp-bullet {
  height: 10px;
  width: 10px;
}
.uranus.tparrows:before {
  font-size: 26px;
}
/* svg drawing path */
.drawing-animation path, .drawing-animation circle, drawing-animation rect, .drawing-animation polygon, .drawing-animation ellipse {
  fill: none;
  stroke-width: 20px;
  stroke-dasharray: 20000;
  stroke-dashoffset: 20000;
  -webkit-animation: drawing-animation 6s linear forwards;
  animation: drawing-animation 6s linear forwards;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
/* google map filters */
.filter-grayscale-50 {
  -ms-filter: grayscale(50%);
  filter: grayscale(50%);
}
.filter-grayscale-100 {
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.filter-invert-50 {
  -ms-filter: invert(50%);
  filter: invert(50%);
}
.filter-invert-100 {
  -ms-filter: invert(100%);
  filter: invert(100%);
}
.filter-mix-100 {
  -ms-filter: grayscale(100%) invert(100%);
  filter: grayscale(100%) invert(100%);
}
.map iframe {
  height: 619px;
  vertical-align: bottom;
  width: 100%;
}
/* blockquote */
blockquote {
  border-left: 2px solid;
  color: #232323;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  padding: 2px 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}
blockquote p {
  margin-bottom: 17px !important;
}
blockquote footer {
  color: #828282;
}
/* blog blockquote */
.blog-image blockquote h6::before {
  content: "\e67f";
  font-family: 'themify';
  font-size: 40px;
  top: 5px;
  position: relative;
  margin-right: 12px;
  color: #2e94eb;
}
.blog-image blockquote {
  padding: 60px;
  border: 0;
  margin: 0;
}
/* input box border */
.input-border-bottom, .input-border-bottom:focus {
  border: 0;
  border-bottom: 1px solid;
  padding-left: 0;
  padding-right: 0;
}
/* input size */
.small-input, .small-textarea {
  padding: 13px 15px;
  font-size: 14px;
}
.small-select select {
  padding: 13px 15px;
}
.medium-input, .medium-textarea, .medium-select select {
  padding: 15px 20px;
  font-size: 14px;
}
.extra-medium-textarea {
  font-size: 14px;
}
.large-input {
  padding: 18px 25px 19px;
}
.extra-large-input {
  padding: 20px 36px 23px;
  font-size: 16px;
}
/* newsletter size */
.newsletter {
  position: relative;
}
.newsletter input {
  padding-left: 0;
  padding-right: 0;
}
.newsletter input + a.btn {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding-right: 0;
}
.newsletter input.small-input + a.btn {
  top: 0px
}
.newsletter input.medium-input + a.btn {
  top: 3px
}
.newsletter input.large-input + a.btn {
  top: 8px
}
/* newsletter popup */
.newsletter-popup form {
  position: relative;
}
.newsletter-popup form .btn-newsletter {
  border: 1px solid #dfdfdf;
  background: transparent;
}
/* tag */
.tag-cloud a {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  margin: 0 6px 10px 0;
  padding: 5px 18px 6px;
  border-radius: 4px;
  border: 1px solid #e4e4e4
}
.tag-cloud a:hover, .tag-cloud a.active {
  box-shadow: 0 0 10px rgba(23, 23, 23, .1);
  color: #828282
}
/* separator */
.separator-line-vertical {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.left-line {
  position: relative;
}
.left-line:after {
  border-bottom: 3px solid;
  border-color: #1dcf79;
  content: "";
  left: -60px;
  position: absolute;
  top: 48%;
  width: 40px;
}
.left-line-double {
  position: relative;
}
.left-line-double:after {
  border-bottom: 3px solid;
  border-color: #1dcf79;
  content: "";
  left: -60px;
  position: absolute;
  top: 18px;
  width: 40px;
}
.text-side-line {
  position: relative;
  display: inline-block;
}
.text-side-line:after {
  content: "";
  height: 1px;
  left: -65px;
  position: absolute;
  top: 50%;
  width: 45px;
  background: #00e092;
}
.text-side-line:before {
  content: "";
  height: 1px;
  right: -65px;
  position: absolute;
  top: 50%;
  width: 45px;
  background: #00e092;
}
.divider-full .divider-border:before, .divider-full .divider-border:after {
  flex: 1 1 auto;
  -webkit-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  content: "";
  border-top: 1px solid #e4e4e4;
}
.divider-full .divider-border.divider-light:before, .divider-full .divider-border.divider-light:after {
  border-color: rgba(255, 255, 255, .1);
}
/* overlay background */
.overlay-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  top: 0;
  left: 0;
}
/* opacity */
.opacity-very-light {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  top: 0;
  left: 0;
}
.opacity-light {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  top: 0;
  left: 0;
}
.opacity-extra-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
}
.opacity-extra-medium-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  top: 0;
  left: 0;
}
.opacity-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.75;
  top: 0;
  left: 0;
}
.opacity-medium-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.70;
  top: 0;
  left: 0;
}
.opacity-full {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  top: 0;
  left: 0;
}
.opacity-full-dark {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  top: 0;
  left: 0;
}
.opacity-0 {
  opacity: 0;
}
.opacity-0-half {
  opacity: 0.05;
}
.opacity-1 {
  opacity: 0.1;
}
.opacity-1-half {
  opacity: 0.15;
}
.opacity-2 {
  opacity: 0.2;
}
.opacity-2-half {
  opacity: 0.25;
}
.opacity-3 {
  opacity: 0.3;
}
.opacity-3-half {
  opacity: 0.35;
}
.opacity-4 {
  opacity: 0.4;
}
.opacity-4-half {
  opacity: 0.45;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-5-half {
  opacity: 0.55;
}
.opacity-6 {
  opacity: 0.6;
}
.opacity-6-half {
  opacity: 0.65;
}
.opacity-7 {
  opacity: 0.7;
}
.opacity-7-half {
  opacity: 0.75;
}
.opacity-8 {
  opacity: 0.8;
}
.opacity-8-half {
  opacity: 0.85;
}
.opacity-9 {
  opacity: 0.9;
}
.opacity-9-half {
  opacity: 0.95;
}
/* box shadow */
.btn-shadow {
  box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}
.box-shadow, .box-shadow-hover:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.box-shadow-double-large, .box-shadow-double-large-hover:hover {
  box-shadow: 0 0 35px rgba(40, 42, 54, .18);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.box-shadow-large, .box-shadow-large-hover:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.box-shadow-extra-large, .box-shadow-extra-large-hover:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, .08);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.box-shadow-medium, .box-shadow-medium-hover:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, .08);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.box-shadow-small, .box-shadow-small-hover:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, .08);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.box-shadow-very-light-hover:hover, .box-shadow-light-hover:hover, .box-shadow-dark-hover:hover, .box-shadow-large-hover:hover, .box-shadow-extra-large-hover:hover, .box-shadow-medium-hover:hover, .box-shadow-small-hover:hover, .box-shadow-double-large-hover:hover {
  -moz-transform: translate3d(0, -3px, 0);
  -o-transform: translate3d(0, -3px, 0);
  -ms-transform: translate3d(0, -3px, 0);
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}
/* text shadow */
.text-shadow-large {
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
}
.text-shadow-extra-large {
  text-shadow: 0 0 60px rgba(0, 0, 0, 0.9);
}
.text-shadow-double-large {
  text-shadow: 0 0 100px rgba(0, 0, 0, .9);
}
/* drop shadow */
.drop-shadow svg {
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, .1));
}
/* z-index */
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.z-index-5 {
  z-index: 5;
}
.z-index-6 {
  z-index: 6;
}
.z-index-7 {
  z-index: 7;
}
.z-index-8 {
  z-index: 8;
}
.z-index-9 {
  z-index: 9;
}
.z-index-0 {
  z-index: 0;
}
.z-index-minus-1 {
  z-index: -1;
}
.z-index-minus-2 {
  z-index: -2;
}
.z-index-minus-3 {
  z-index: -3;
}
.z-index-minus-4 {
  z-index: -4;
}
.z-index-minus-5 {
  z-index: -5;
}
/* absolute middle center */
.absolute-middle-center {
  left: 50%;
  top: 50%;
  position: absolute;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.absolute-middle-center.move-top-bottom, .absolute-middle-center.move-bottom-top {
  margin-left: -10px;
  margin-top: -10px;
}
/* checkbox - radio button */
input[type="checkbox"] {
  width: auto;
}
input[type="checkbox"] + label {
  color: #939393;
  font-weight: normal;
  margin-bottom: 0;
}
input[type="checkbox"]:checked + label {
  color: inherit;
}
input[type="checkbox"] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  position: relative;
}
input[type="checkbox"]:checked + label span:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
input[type="radio"] {
  width: auto;
}
input[type="radio"] + label {
  font-weight: normal;
  margin-bottom: 0;
}
input[type="radio"] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0;
  position: relative;
  border-radius: 100%;
}
input[type="radio"]:checked + label span:after {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 9px;
  line-height: 15px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/* ===================================
    06. Button
====================================== */
.btn {
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  width: auto;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  outline: medium none;
  outline-offset: 0;
}
input.btn:focus {
  border-width: 2px;
}
.btn.active, .btn:active, .btn:focus {
  box-shadow: none;
}
.btn i {
  vertical-align: middle;
  position: relative;
  top: -1px
}
/* button size */
.btn.btn-very-small {
  font-size: 10px;
  padding: 6px 16px;
}
.btn.btn-small {
  font-size: 11px;
  padding: 8px 22px;
}
.btn.btn-medium {
  font-size: 12px;
  padding: 10px 26px;
}
.btn.btn-large {
  font-size: 13px;
  padding: 12px 32px;
}
.btn.btn-extra-large {
  font-size: 14px;
  padding: 16px 40px;
}
.btn-dual .btn {
  margin-left: 10px;
  margin-right: 10px;
}
.btn-dual .btn:first-child {
  margin-left: 0
}
.btn .right-icon, .btn-link .right-icon {
  margin-left: 8px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.btn .left-icon, .btn-link .left-icon {
  margin-right: 8px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
/* rounded button */
.btn.btn-round-edge-small {
  border-radius: 2px;
}
.btn.btn-rounded {
  border-radius: 50px;
}
.btn.btn-rounded.btn-very-small {
  padding: 6px 20px;
}
.btn.btn-rounded.btn-small {
  padding: 8px 26px
}
.btn.btn-rounded.btn-medium {
  padding: 10px 32px;
}
.btn.btn-rounded.btn-large {
  padding: 12px 38px;
}
.btn.btn-rounded.btn-extra-large {
  padding: 16px 44px;
}
.btn.btn-round-edge {
  border-radius: 4px;
}
.btn-fixed-bottom {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
.btn.btn-rounded.btn-extra-large.btn-expand-ltr {
  padding: 15px 28px 15px;
}
.btn.btn-rounded.btn-extra-large.btn-expand-ltr span {
  width: 50px;
}
.btn.btn-rounded.btn-large.btn-expand-ltr {
  padding: 14px 26px 14px;
}
.btn.btn-rounded.btn-large.btn-expand-ltr span {
  width: 46px;
}
.btn.btn-rounded.btn-medium.btn-expand-ltr {
  padding: 7px 21px 7px;
}
.btn.btn-rounded.btn-medium.btn-expand-ltr span {
  width: 32px;
}
.btn.btn-rounded.btn-small.btn-expand-ltr {
  padding: 7px 20px 7px;
}
.btn.btn-rounded.btn-small.btn-expand-ltr span {
  width: 30px;
}
.btn.btn-rounded.btn-very-small.btn-expand-ltr {
  padding: 5px 17px 5px
}
.btn.btn-rounded.btn-very-small.btn-expand-ltr span {
  width: 25px;
}
/* animation button */
.btn.btn-slide-up-bg, .btn.btn-slide-down-bg, .btn.btn-slide-left-bg, .btn.btn-slide-right-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn.btn-slide-up-bg span, .btn.btn-slide-down-bg span, .btn.btn-slide-left-bg span, .btn.btn-slide-right-bg span {
  position: absolute;
  height: 100%;
  width: 101%;
  z-index: -1;
  left: -1px;
  top: 0;
}
.btn.btn-slide-up-bg span, .btn.btn-slide-down-bg span, .btn.btn-slide-left-bg span, .btn.btn-slide-right-bg span {
  position: absolute;
  height: 100%;
  width: 101%;
  z-index: -1;
  left: -1px;
  top: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* slide button */
.btn.btn-slide-up-bg span {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.btn.btn-slide-down-bg span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.btn.btn-slide-up-bg:hover span, .btn.btn-slide-down-bg:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.btn.btn-slide-left-bg span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.btn.btn-slide-right-bg span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.btn.btn-slide-left-bg:hover span, .btn.btn-slide-right-bg:hover span {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.btn-slide-icon i {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-slide-icon:hover i {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-slide-icon-left i {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-slide-icon-left:hover i {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* fancy button */
.btn.btn-fancy.btn-very-small {
  font-size: 10px;
  letter-spacing: 0.5px;
  padding: 7px 18px;
}
.btn.btn-fancy.btn-small {
  font-size: 11px;
  letter-spacing: 0.5px;
  padding: 10px 24px;
}
.btn.btn-fancy.btn-medium {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 12px 28px;
}
.btn.btn-fancy.btn-large {
  font-size: 13px;
  letter-spacing: 1px;
  padding: 13px 32px;
}
.btn.btn-fancy.btn-extra-large {
  font-size: 15px;
  letter-spacing: 1px;
  padding: 18px 38px;
}
/* expanded button */
.btn.btn-expand-ltr {
  position: relative;
  z-index: 1;
}
.btn.btn-expand-ltr.btn-rounded span {
  border-radius: 50px;
}
.btn.btn-expand-ltr:hover span {
  width: 100% !important;
}
.btn.btn-expand-ltr span {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-expand-ltr i {
  display: inline-block;
  margin-left: 3px;
  opacity: 0;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.btn.btn-expand-ltr:hover i {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* link button */
.btn.btn-link {
  padding: 7px 0 2px;
  position: relative;
  text-decoration: none;
  border: 0;
  border-bottom: 2px solid;
  background-color: transparent;
}
.btn.btn-link:hover, .btn.btn-link-gradient:hover {
  opacity: .7;
}
.btn.btn-link.thin {
  padding: 7px 0 2px;
  position: relative;
  text-decoration: none;
  border: 0;
  border-bottom: 1px solid;
  background-color: transparent;
}
.btn.btn-link.thin:hover, .btn.btn-link-gradient:hover {
  opacity: .7;
}
.btn.btn-link-gradient {
  padding: 7px 0 2px;
  position: relative;
  border: 0;
  background-color: transparent;
}
.btn.btn-link-gradient > span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}
/* button box shadow */
.btn-box-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.btn-box-shadow:hover {
  box-shadow: 0 8px 30px -5px rgba(0, 0, 0, .2);
  -moz-transform: translate3d(0, -3px, 0);
  -o-transform: translate3d(0, -3px, 0);
  -ms-transform: translate3d(0, -3px, 0);
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}
.btn.btn-box-shadow.btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #232323;
}
.btn.btn-box-shadow.btn-white:hover, .btn.btn-white:focus {
  background: #ffffff;
  color: #232323;
}
.btn.btn-box-shadow.btn-dark-gray {
  background: #232323;
  border-color: #232323;
  color: #fff;
}
.btn.btn-box-shadow.btn-dark-gray:hover, .btn.btn-extra-dark-gray:focus {
  background: #232323;
  color: #fff;
}
.btn.btn-box-shadow.btn-golden-brown {
  background: #CD9452;
  border-color: #CD9452;
  color: #fff;
}
.btn.btn-box-shadow.btn-golden-brown:hover, .btn.btn-extra-dark-gray:focus {
  background: #CD9452;
  color: #fff;
}
/* button box shadow flat */
.btn-box-shadow-flat {
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 1);
  border-width: 1px;
}
.btn-box-shadow-flat:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.btn.btn-box-shadow-flat.btn-transparent-dark-gray {
  background: transparent;
  border-color: #232323;
  color: #232323;
}
.btn.btn-box-shadow-flat.btn-transparent-dark-gray:hover, .btn.btn-transparent-dark-gray:focus {
  background: #232323;
  color: #fff;
  border-color: transparent
}
/* button flat background */
.btn.btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #232323;
}
.btn.btn-white:hover, .btn.btn-white:focus {
  background: transparent;
  color: #fff;
}
.btn.btn-black {
  background: #000000;
  border-color: #000000;
  color: #fff;
}
.btn.btn-black:hover, .btn.btn-black:focus {
  background: transparent;
  color: #000;
}
.btn.btn-dark-gray {
  background: #232323;
  border-color: #232323;
  color: #fff;
}
.btn.btn-dark-gray:hover, .btn.btn-dark-gray:focus {
  background: transparent;
  color: #232323;
}
.btn.btn-light-gray {
  background: #dbdbdb;
  border-color: #dbdbdb;
  color: #232323;
}
.btn.btn-light-gray:hover, .btn.btn-light-gray:focus {
  background: transparent;
  border-color: #dbdbdb;
  color: #dbdbdb;
}
.btn.btn-fast-blue {
  background: #0038e3;
  border-color: #0038e3;
  color: #ffffff;
}
.btn.btn-fast-blue:hover, .btn.btn-fast-blue:focus {
  background: transparent;
  color: #0038e3;
}
.btn.btn-green {
  background: #27AE60;
  border-color: #27AE60;
  color: #ffffff;
}
.btn.btn-green:hover, .btn.btn-green:focus {
  background: transparent;
  color: #27AE60;
}
.btn.btn-olivine-green {
  background: #8bb867;
  border-color: #8bb867;
  color: #ffffff;
}
.btn.btn-olivine-green:hover, .btn.btn-olivine-green:focus {
  background: transparent;
  color: #8bb867;
}
.btn.btn-sky-blue {
  background: #2e94eb;
  border-color: #2e94eb;
  color: #ffffff;
}
.btn.btn-sky-blue:hover, .btn.btn-sky-blue:focus {
  background: transparent;
  color: #2e94eb;
}
.btn.btn-yellow-ochre {
  background: #c89965;
  border-color: #c89965;
  color: #ffffff;
}
.btn.btn-yellow-ochre:hover, .btn.btn-yellow-ochre:focus {
  background: transparent;
  color: #c89965;
}
.btn.btn-fast-yellow {
  background: #F4D956;
  border-color: #F4D956;
  color: #232323;
}
.btn.btn-fast-yellow:hover, .btn.btn-fast-yellow:focus {
  background: transparent;
  color: #F4D956;
}
.btn.btn-dark-purple {
  background: #333045;
  border-color: #333045;
  color: #ffffff;
}
.btn.btn-dark-purple:hover, .btn.btn-dark-purple:focus {
  background: transparent;
  color: #333045;
}
.btn.btn-slate-blue {
  background: #262b35;
  border-color: #262b35;
  color: #ffffff;
}
.btn.btn-slate-blue:hover, .btn.btn-slate-blue:focus {
  background: transparent;
  color: #262b35;
}
.btn.btn-medium-slate-blue {
  background: #374162;
  border-color: #374162;
  color: #ffffff;
}
.btn.btn-medium-slate-blue:hover, .btn.btn-medium-slate-blue:focus {
  background: transparent;
  color: #374162;
}
.btn.btn-neon-orange {
  background: #ff7a56;
  border-color: #ff7a56;
  color: #ffffff;
}
.btn.btn-neon-orange:hover, .btn.btn-neon-orange:focus {
  background: transparent;
  color: #ff7a56;
}
.btn.btn-salmon-rose {
  background: #ea9d8d;
  border-color: #ea9d8d;
  color: #232323;
}
.btn.btn-salmon-rose:hover, .btn.btn-salmon-rose:focus {
  background: transparent;
  color: #ea9d8d;
}
.btn.btn-tussock {
  background: #bf8c4c;
  border-color: #bf8c4c;
  color: #ffffff;
}
.btn.btn-tussock:hover, .btn.btn-tussock:focus {
  background: transparent;
  color: #bf8c4c;
}
.btn.btn-golden {
  background: #ca943d;
  border-color: #ca943d;
  color: #ffffff;
}
.btn.btn-golden:hover, .btn.btn-golden:focus {
  background: transparent;
  color: #ca943d;
}
.btn.btn-golden-brown {
  background: #CD9452;
  border-color: #CD9452;
  color: #ffffff;
}
.btn.btn-golden-brown:hover, .btn.btn-golden-brown:focus {
  background: transparent;
  color: #CD9452;
}
.btn.btn-iris-blue {
  background: #00B8B8;
  border-color: #00B8B8;
  color: #ffffff;
}
.btn.btn-iris-blue:hover, .btn.btn-iris-blue:focus {
  background: transparent;
  color: #00B8B8;
}
/* button only border */
.btn.btn-transparent-white {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus {
  background: #ffffff;
  border-color: #ffffff;
  color: #232323;
}
.btn.btn-transparent-black {
  background: transparent;
  border-color: #000000;
  color: #000000;
}
.btn.btn-transparent-black:hover, .btn.btn-transparent-black:focus {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn.btn-transparent-dark-gray {
  background: transparent;
  border-color: #232323;
  color: #232323;
}
.btn.btn-transparent-dark-gray:hover, .btn.btn-transparent-dark-gray:focus {
  background: #232323;
  border-color: #232323;
  color: #ffffff;
}
.btn.btn-transparent-light-gray {
  background: transparent;
  border-color: #dbdbdb;
  color: #232323;
}
.btn.btn-transparent-light-gray:hover, .btn.btn-transparent-light-gray:focus {
  background: #232323;
  border-color: #232323;
  color: #ffffff;
}
.btn.btn-transparent-medium-light-gray {
  background: transparent;
  border-color: #757575;
  color: #757575;
}
.btn.btn-transparent-medium-light-gray:hover, .btn.btn-transparent-medium-light-gray:focus {
  background: #dbdbdb;
  border-color: #dbdbdb;
  color: #232323;
}
.btn.btn-transparent-fast-blue {
  background: transparent;
  border-color: #0038e3;
  color: #0038e3;
}
.btn.btn-transparent-fast-blue:hover, .btn.btn-transparent-fast-blue:focus {
  background: #0038e3;
  border-color: #0038e3;
  color: #fff;
}
.btn.btn-transparent-green {
  background: transparent;
  border-color: #1dcf79;
  color: #1dcf79;
}
.btn.btn-transparent-green:hover, .btn.btn-transparent-green:focus {
  background: #1dcf79;
  border-color: #1dcf79;
  color: #fff;
}
.btn.btn-transparent-slate-blue {
  background: transparent;
  border-color: #262b35;
  color: #262b35;
}
.btn.btn-transparent-slate-blue:hover, .btn.btn-transparent-slate-blue:focus {
  background: #262b35;
  border-color: #262b35;
  color: #fff;
}
.btn.btn-transparent-medium-slate-blue {
  background: transparent;
  border-color: #374162;
  color: #374162;
}
.btn.btn-transparent-medium-slate-blue:hover, .btn.btn-transparent-medium-slate-blue:focus {
  background: #374162;
  border-color: #374162;
  color: #fff;
}
.btn.btn-transparent-tussock {
  background: transparent;
  border-color: #bf8c4c;
  color: #bf8c4c;
}
.btn.btn-transparent-tussock:hover, .btn.btn-transparent-tussock:focus {
  background: #bf8c4c;
  border-color: #bf8c4c;
  color: #fff;
}
.btn.btn-transparent-golden-brown {
  background: transparent;
  border-color: #CD9452;
  color: #CD9452;
}
.btn.btn-transparent-golden-brown:hover, .btn.btn-transparent-golden-brown:focus {
  background: #CD9452;
  border-color: #CD9452;
  color: #fff;
}
/* button gradient */
.btn-gradient-magenta-orange {
  background-image: linear-gradient(to right, #e42564, #fa6259, #e42564);
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.btn-gradient-magenta-orange-2 {
  background-image: linear-gradient(to right, #ec606c, #eb7242, #ec606c);
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.btn-gradient-purple-magenta {
  background: linear-gradient(to right, #502970, #f34259, #502970);
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.btn-gradient-light-purple-light-orange {
  background-image: linear-gradient(to right, #b884fd, #fe73a8, #b884fd);
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.btn-gradient-sky-blue-pink {
  background: linear-gradient(to right, #556fff, #ff798e, #556fff);
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.btn-gradient-peacock-blue-crome-yellow {
  background: linear-gradient(to right, #36c1e1, #feb95b, #36c1e1);
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.btn-gradient-fast-blue-purple {
  background: linear-gradient(to right, #0039e3, #8600d4, #0039e3);
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.btn-gradient-tan-geraldine {
  background-image: linear-gradient(to right, #fe8182, #f8a380, #fe8182);
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.btn-gradient-tan-geraldine-2 {
  background-image: linear-gradient(to right, #ff798c, #ff7e89, #ff8584, #ff8d7e, #ff927a);
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.btn-gradient-shamrock-green-light-orange {
  background-image: linear-gradient(to right, #2ed47c, #e8a626, #2ed47c);
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.btn-gradient-light-purple-light-red {
  background-image: linear-gradient(to right, #b884fd, #fd9395, #b884fd);
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.btn-gradient-yellowish-green-turquoise {
  background-image: linear-gradient(to right, #d0e51b, #3edfb6, #d0e51b);
  color: #232323;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.btn-gradient-peacock-blue-crome-yellow-2 {
  background-image: linear-gradient(to right, #5cc088, #e7a965, #5cc088);
  color: #ffffff;
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.btn-gradient-shamrock-green-light-orange:hover, .btn-gradient-shamrock-green-light-orange:focus, .btn-gradient-tan-geraldine-2:hover, .btn-gradient-tan-geraldine-2:focus, .btn-gradient-magenta-orange:hover, .btn-gradient-magenta-orange:focus, .btn-gradient-magenta-orange-2:hover, .btn-gradient-magenta-orange-2:focus, .btn-gradient-purple-magenta:hover, .btn-gradient-purple-magenta:focus, .btn-gradient-light-purple-light-orange:hover, .btn-gradient-light-purple-light-orange:focus, .btn-gradient-sky-blue-pink:hover, .btn-gradient-sky-blue-pink:focus, .btn-gradient-peacock-blue-crome-yellow:hover, .btn-gradient-peacock-blue-crome-yellow:focus, .btn-gradient-fast-blue-purple:hover, .btn-gradient-fast-blue-purple:focus, .btn-gradient-tan-geraldine:hover, .btn-gradient-tan-geraldine:focus, .btn-gradient-light-purple-light-red:hover, .btn-gradient-light-purple-light-red:focus, .btn-gradient-yellowish-green-turquoise:hover, .btn-gradient-yellowish-green-turquoise:focus, .btn-gradient-peacock-blue-crome-yellow-2:hover, .btn-gradient-peacock-blue-crome-yellow-2:focus {
  background-position: right center;
  color: #fff;
}
/* button gradient border */
.btn.btn-transparent-gradient-sky-blue-pink {
  background: transparent;
  color: #232323;
  border-image-slice: 1;
  border-image-source: linear-gradient(45deg, rgb(85, 111, 255), rgb(255, 121, 142));
}
.btn.btn-transparent-gradient-sky-blue-pink:hover, .btn.btn-transparent-gradient-sky-blue-pink:focus {
  background: transparent;
  color: #232323;
}

.site {
	position: relative;
}
.left-menu-content {
	background-color: #111111;
	background-image: url(../images/background/bg_1920x1280.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.branding__logo img, .maintenance-header img {
    width: 165px;
}
.branding__logo img {
	padding-top: 64px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.dark-logo {
	display: none;
}
.headroom.headroom--not-top .main-logo {
	display: none;
}
.headroom.headroom--not-top .dark-logo {
	display: block;
}/*
.page-banner-out {
-webkit-box-shadow: 0px 7px 20px -1px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 7px 20px -1px rgba(0,0,0,0.20);
box-shadow: 0px 7px 20px -1px rgba(0,0,0,0.20);
}*/


.underline-li li {
  display: block;
  position: relative;
  padding: 10px 10px 10px 0;
  margin-bottom: 24px;    
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.underline-li li::before {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(51,51,51,.1);
  height: 1px;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.underline-li li:after {
	content: '';
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	z-index: 1;
	background-color: #ec6504;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}


.underline-li li:hover {
	color: #ec6504;
}
.underline-li li:hover:before {
	opacity: 0;
}
.underline-li li:hover:after {
	width: 100%;
}
.page-banner {
    padding: 180px 0;
    background-size: cover;
    background-position: center center;
}
.small .page-banner {
    padding: 90px 0;
    background-size: cover;
}

.heading {
	line-height: 1.15;
	font-weight: 600;
	font-size: 39px;
}
.heading.small {
	font-size: 13px;
}
.heading.medium {
	font-size: 20px;
	line-height: 24px;
}
.heading a {
	position: relative;
}
.heading a:before {
	content: '';
	height: 1px;
	width: 0;
	background-color: currentColor;
	position: absolute;
	bottom: -2px;
	left: 0;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.heading a:hover:before {
	width: 100%;
}
.popup-video-wrapper {
	position: relative;
}
.popup-video img {
	width: 100%;
}
.popup-video .video-overlay .video-play {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	color: #222;
	background: #fff;
}
.popup-video .video-overlay .video-play i,
.popup-video .video-overlay .video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.popup-video .video-play:hover {
	-webkit-transform: translate(-50%,-50%) scale(1.1);
	-ms-transform: translate(-50%,-50%) scale(1.1);
	transform: translate(-50%,-50%) scale(1.1);
}
.popup-video .video-overlay .video-play {
	width: 70px;
	height: 70px;
	color: #fff;
	background: #ec6504;
}
.popup-video .video-overlay .video-play.left {
	position: absolute;
	top: 50%;
	left: 0%;
	-webkit-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}
.popup-video .video-play.left:hover {
	-webkit-transform: translate(0%,-50%) scale(1.1);
	-ms-transform: translate(0%,-50%) scale(1.1);
	transform: translate(0%,-50%) scale(1.1);
}
.popup-video.style-2 .video-overlay .video-play {
	right: -30px;
	left: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.popup-video.style-2 .video-overlay .video-play:hover {
	-webkit-transform: translateY(-50%) scale(1.1);
	-ms-transform: translateY(-50%) scale(1.1);
	transform: translateY(-50%) scale(1.1);
}  
.popup-video.style-white .video-overlay .video-play {
	color: #222;
	background: #fff;
}
.popup-video .video-text {
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	margin-left: 80px;
	text-decoration: underline;
}
.owl-theme .owl-controls {
	margin-top: 0;
}
.owl-theme.margion-top-controls .owl-controls {
	margin-top: 40px;
}
.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background: none;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 45px;
	height: 45px;
	font-size: 40px;
	color: #ddd;
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 10px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 10px;
}
#main {
	background-color: #fff;
    max-width: 1400px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 7px 20px -1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 7px 20px -1px rgba(0,0,0,0.20);
	box-shadow: 0px 7px 20px -1px rgba(0,0,0,0.20);

}

.social-networks {
	margin-left: -8px;
}
.social-networks .item {
	list-style-type: none;
	margin: 0 0 5px;
	display: inline-block;
}
.social-networks .item > a {
	padding: 5px 8px;
	display: inline-block;
}
.scrollup {
	display: block;
	padding: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	font-size: 25px;
	line-height: 60px;
	opacity: 1;
	cursor: pointer;
	background-color: #ec6504;
}
.scrollup--fixed {
	position: fixed;
	right: 30px;
	bottom: -60px;
	z-index: 999;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
}
.scrollup--fixed.show {
	bottom: 30px;
}
.scrollup i {
	color: #fff;
}
.header-social-networks a {
	padding: 0 12px;
	font-size: 16px;
	color: #222;
}
.header.style-3.headroom--not-top .header-social-networks a.white {
	color: #222 !important;
}
[class*=hint--] {
	position: relative;
	display: inline-block;
}
[class*=hint--]:after, [class*=hint--]:before {
	position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	pointer-events: none;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-webkit-transition-delay: 0ms;
	transition-delay: 0ms;
}
[class*=hint--]:before {
	content: '';
	position: absolute;
	background: transparent;
	border: 7px solid transparent;
	z-index: 1000001;
}
[class*=hint--]:after {
	background: #000;
	color: #fff;
	padding: 8px 10px;
	font-size: 16px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	line-height: 16px;
	white-space: nowrap;
	border-radius: 5px;
}
.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
	border-bottom-color: #000;
}
.hint--bottom:before {
	margin-top: -13px;
}
.hint--bottom:after, .hint--bottom:before {
	top: 100%;
	left: 50%;
}
.hint--bottom:before {
	left: calc(50% - 7px);
}
.hint--bounce:after, .hint--bounce:before {
	-webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
	transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
	transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);
	transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24),-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
}
.hint--bottom:after {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
[class*=hint--]:after {
	text-shadow: 0 -1px 0 #000;
	box-shadow: 4px 4px 8px rgba(0,0,0,.3);
}
[class*=hint--][aria-label]:after {
	content: attr(aria-label);
}
[class*=hint--]:hover:after, [class*=hint--]:hover:before {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.hint--bottom:hover:before {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}
[class*=hint--]:hover:after, [class*=hint--]:hover:before {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.hint--bottom:hover:after {
	-webkit-transform: translateX(-50%) translateY(8px);
	-ms-transform: translateX(-50%) translateY(8px);
	transform: translateX(-50%) translateY(8px);
}
.popup-search-wrap {
	width: 40px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 34px;
}
.popup-search-wrap i {
	font-weight: 700;
	color: #fff;
}
.headroom--not-top .popup-search-wrap i {
	color: #222;
}
#search-hider {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	position: fixed;
	top: -1200px;
	left: 0px;
	-moz-transition-property: opacity,top;
	-o-transition-property: opacity,top;
	-webkit-transition-property: opacity,top;
	transition-property: opacity,top;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: cubic-bezier(0.895, 0.03, 0.685, 0.22) 500ms;
	-o-transition: cubic-bezier(0.895, 0.03, 0.685, 0.22) 500ms;
	-webkit-transition: cubic-bezier(0.895, 0.03, 0.685, 0.22) 500ms;
	transition: cubic-bezier(0.895, 0.03, 0.685, 0.22) 500ms;
}
.show-search #search-hider {
	background-color: rgba(17, 17, 17 ,0.95);
	visibility: visible;
	z-index: 10;
	top: 0px;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 500ms;
	-o-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 500ms;
	-webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 500ms;
	transition: cubic-bezier(0.165, 0.84, 0.44, 1) 500ms;
}
.search-form-top {
	position: fixed;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: top center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: table;
	z-index: 9999999;
	text-align: center;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden;
}
.search-form-top .search-form-top-inner {
	width: 100%;
	padding: 54px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.search-form-top input {
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	width: 100%;
	text-align: center;
	background: transparent;
	font-size: 4em;
	border-width: 0px;
	color: #fff;
	height: 70px;
}
.search-close {
	float: right;
	position: absolute;
	right: 20px;
	height: 36px;
	width: 28px;
	margin-top: -40px;
	cursor: pointer;
	-moz-transition-property: top;
	-o-transition-property: top;
	-webkit-transition-property: top;
	transition-property: top;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	top: 60px;
}
.search-close .line {
	width: 28px;
	height: 4px;
	position: absolute;
	left: 0px;
	-moz-transition-property: top,-moz-transform,background-color,left,opacity,right;
	-o-transition-property: top,-o-transform,background-color,left,opacity,right;
	-webkit-transition-property: top,-webkit-transform,background-color,left,opacity,right;
	transition-property: top,transform,background-color,left,opacity,right;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-color: #fff;
}
.search-close .line:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 0%;
	-moz-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-o-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
	height: 4px;
	transition-property: transform;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
	background-color: #fff;
}
.search-close .line-1 {
	top: 16px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.search-close .line-2 {
	top: 16px;
}
.search-close .line-2 {
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.show-search .search-form-top {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	visibility: visible;
}
.show-search .search-form-top input {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.list {
	margin: 0 -15px 30px;
	padding: 0;
	list-style-type: none;
}
.list__item {
	position: relative;
	margin-bottom: 16px;
	padding: 0 15px;
	display: block;
}
.list__marker {
	display: inline-block;
	float: left;
}
.list__heading {
	overflow: hidden;
}
.list--circle .list__item {
	position: relative;
	padding-left: 29px;
}
.list--circle .list__item .list__marker:before {
	position: absolute;
	top: 8px;
	left: 15px;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	content: '';
	background: currentColor;
}
.list--circle .list__title {
	color: inherit;
	font-size: inherit;
}
.list--circle .list__title {
	color: inherit;
	font-size: inherit;
}
.list--delimited .list__item {
	padding: 22px 15px;
	margin: 0;
	width: calc( 100% - 30px );
	float: none;
	display: block;
}
.list--delimited .list__item:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
}
.image-slider .image img {
	width: 100%;
}
.image-slider .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-next {
	width: 55px;
	height: 55px;
	color: #fff;
	font-size: 16px;
	background-color: #ec6504;
	border-radius: 0;
	line-height: 50px;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.image-slider .owl-controls .owl-buttons .owl-prev:hover,
.image-slider .owl-controls .owl-buttons .owl-next:hover {
	background-color: #ec6504;
}
.contact-info-2 {
	border: 1px solid #eeeeee;
	padding: 60px 45px;
}
.video-background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -2;
	overflow: hidden;
}
.video-background .video-background-inner {
	background-repeat: no-repeat;
	background-position: center center;
}
.video-background .video-background-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	overflow: hidden;
	width: 1920px;
	height: 1080px;
	padding-bottom: 56.25%;
	background-image: url(../images/background/bg_1600x1067.jpg);
	background-size: cover;
}
.bg_quali {
	padding: 70px 0;
	background-image: url(/fileadmin/layout/PUR_Qualitaet_Handy.jpg);
	background-size: cover;
	margin: 0;
} 

.page-open-main-menu {
	display: none;
	height: 30px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-desktop .page-open-main-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.page-open-main-menu div {
	position: relative;
	width: 24px;
	height: 18px;
	cursor: pointer;
}
.page-open-main-menu i {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 100%;
	height: 2px;
	background: currentColor;
	color: #fff;
}
.page-open-main-menu i:after, .page-open-main-menu i:before {
	position: absolute;
	left: 50%;
	width: 100%;
	height: 100%;
	background: inherit;
	content: '';
	-webkit-transition: width .3s cubic-bezier(.645,.045,.355,1);
	transition: width .3s cubic-bezier(.645,.045,.355,1);
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}
.page-open-main-menu i:before {
	top: -8px;
}
.page-open-main-menu i:after {
	top: 8px;
}
.page-open-mobile-menu:hover i, .page-open-main-menu:hover i {
	color: #ec6504;
}
.page-open-main-menu:hover i:after, .page-open-main-menu:hover i:before {
	width: 70%;
}
.dh-typed .dh-typed-text-wrap {
	display: inline-block;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
			border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top: 100px;
	left:0;
	height: 40px;
	z-index: 99999999;
	width: 100%;
	padding: 0;
	margin:0;
}
.box-contact-shadow {
	border: 1px solid #eeeeee;
	-moz-box-shadow: 0 0 43px rgba(170, 170, 170, 0.3);
	-webkit-box-shadow: 0 0 43px rgba(170, 170, 170, 0.3);
	box-shadow: 0 0 43px rgba(170, 170, 170, 0.3);
}
.widget-gallery .inner .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.widget-gallery .inner:hover .overlay {
	visibility: visible;
	opacity: 1;
}
.about-me-2 {
	padding-top: 155px;
	padding-left: 50px;
	max-width: 570px;
}
#googleMap, #map {
	min-height: 500px;
}
.img-1 {
	margin-top: -70px;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	justify-content: center;
}
.page-title-bar {
	position: relative;
}
.page-title-bar-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0);
}
.page-title-bar-inner {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	padding-top: 14px;
	padding-bottom: 14px;
}
.page-title-bar-inner .heading {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.3;
	text-transform: none;
	color: #ec6504;
	font-size: 24px;
}
.page-breadcrumb {
	text-align: right;
}
.page-breadcrumb .breadcrumb {
	margin: 0;
	padding: 0;
	background: none;
	border-radius: 0;
	display: inline-block;
}
.page-breadcrumb .breadcrumb li,
.page-breadcrumb .breadcrumb li a {
	display: inline-block;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.2;
	text-transform: none;
	color: #333;
}
.page-breadcrumb .breadcrumb li + li {
	position: relative;
	padding-left: 11px;
}
.page-breadcrumb .breadcrumb li + li:before {
	content: '/';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
.page-title-bar-02 .page-title-bar-inner {
	background: url('../img/background_header.jpg') no-repeat center center;
	padding-top: 61px;
	padding-bottom: 61px;
	border-bottom: none;
}
.page-title-bar-02 .page-title-bar-inner .heading {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.3;
	text-transform: none;
	color: #fff;
	font-size: 22px;
}
.page-title-bar-02 .page-breadcrumb {
	text-align: right;
}
.page-title-bar-02 .breadcrumb li, 
.page-title-bar-02 .breadcrumb li a {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.2;
	text-transform: none;
	color: #fff;
}
.page-title-bar-03 .page-title-bar-overlay {
	background-color: rgba(26, 35, 129, 0.9);
}
.page-title-bar-03 .page-title-bar-inner {
	background-color: #ec6504;
	background-image: url(../images/background/bg_1920x600.jpg);
	padding-top: 257px;
	padding-bottom: 257px;
	text-align: center;
	border-bottom: none;
}
.page-title-bar-03 .page-title-bar-heading {
	margin-bottom: 7px;
}
.page-title-bar-03 .page-title-bar-inner .heading {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.3;
	text-transform: none;
	color: #fff;
	font-size: 60px;
}
.page-title-bar-03 .page-breadcrumb {
	position: absolute;
	bottom: 47px;
	width: 100%;
	text-align: center;
}
.page-title-bar-03 .breadcrumb li, 
.page-title-bar-03 .breadcrumb li a {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.2;
	text-transform: none;
	color: #fff;
}
.page-title-bar-03 .breadcrumb li+li:before {
	content: "/";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.page-title-bar-04 {
	position: relative;
}
.page-title-bar-04 .page-title-bar-overlay {
	background-color: rgba(0, 0, 0, 0);
}
.page-title-bar-04 .page-title-bar-inner {
	background-color: #eee;
	padding-top: 160px;
	padding-bottom: 160px;
	text-align: center;
}
.page-title-bar-04 .page-title-bar-heading {
	margin-bottom: 7px;
}
.page-title-bar-04 .page-title-bar-inner .heading {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.3;
	text-transform: none;
	color: #333;
	font-size: 50px;
}
.page-title-bar-04 .page-breadcrumb {
	position: absolute;
	bottom: 47px;
	width: 100%;
	text-align: center;
}
.page-title-bar-04 .breadcrumb li, 
.page-title-bar-04 .breadcrumb li a {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.2;
	text-transform: none;
}
.page-title-bar-04 .breadcrumb li a {
	color: #333;
}
.seperator {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}
.seperator .sep-holder {
	height: 1px;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 10%;
}
.seperator .sep-holder .sep-line {
	height: 1px;
	border-top: 1px solid #EBEBEB;
	border-top-color: #ddd;
	display: block;
	position: relative;
	top: 1px;
	width: 100%;
}
.seperator h4 {
	line-height: 1em;
	font-size: 100%;
	margin: 0;
	word-wrap: break-word;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 0 .8em;
}
.page-pagination {
	margin: -5px;
	margin-top: 30px;
	padding: 0;
	width: 100%;
}
.page-pagination li {
	display: inline-block;
	padding: 5px;
	list-style-type: none;
}
.page-pagination li a, 
.page-pagination li span {
	display: block;
	padding: 0;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 38px;
}
.page-pagination li a {
	color: #ec6504;
}
.page-pagination li span.current,
.page-pagination li a:hover {
	color: #fff;
	border-color: #ec6504;
	background-color: #ec6504;
}
.sidebar-content {
	padding: 50px;
	border: 1px solid #eee;
	background-color: #fcfcfc;
	float: left;
	width: 100%;
}
.sidebar-content .widget {
	float: left;
	width: 100%;
}
.sidebar-content .widget+.widget {
	margin: 75px 0 0;
}
.sidebar-content .widget-title, 
.sidebar-content .widgettitle {
	margin-bottom: 35px;
	text-transform: capitalize;
	letter-spacing: -.03em;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3;
}
.widget_search form {
	position: relative;
}
.widget_search .search-field {
	width: 100%;
	height: 50px;
	padding-right: 20px;
	font-size: 16px;
	-webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
	transition: all .1s cubic-bezier(.645,.045,.355,1);
}
.widget_search .search-submit {
	position: absolute;
	top: 50%;
	right: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	border: 0;
	background: transparent;
	text-align: center;
	line-height: 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #333;
}
.widget_search .search-submit i {
	font-size: 16px;
}
.widget_categories ul {
	margin: 0;
	padding: 0;
}
.widget_categories li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eee;
	list-style-type: none;
}
.widget_categories li a {
	display: block;
	padding: 12px 0;
	color: #999;
}
.widget_categories li a:hover {
	color: #ec6504;
}
.widget_categories .count {
	float: right;
}
.tagcloud a {
	display: inline-block;
	font-size: 16px;
	line-height: 1.7;
	color: #999;
}
.tagcloud a:hover {
	color: #ec6504;
}
.widget_gallery .gallery-item {
	overflow: hidden;
	position: relative;
	float: left;
	width: 30.333333%;
	margin-right: 5px;
	margin-bottom: 5px;
}
.widget_gallery .gallery-item .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	background: rgba(0,0,0,.5);
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
	transition: all .1s cubic-bezier(.645,.045,.355,1);
}
.widget_gallery .gallery-item:hover .overlay {
	visibility: visible;
	opacity: 1;
}
.comments-area {
	margin-top: 90px;
}
.comment-form-wrap {
	margin-top: 90px;
}
.comment-reply-title, .comments-title {
	margin-bottom: 30px;
	text-align: center;
	font-size: 30px;
	line-height: 1.3;
}
.comments-area .author-avatar {
	position: relative;
	z-index: 1;
}
.comments-area .author-avatar img {
	position: relative;
	z-index: 1;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.comments-area .comment-wrap {
	border: 1px solid #eee;
	padding-top: 40px;
	padding-bottom: 42px;
	margin-bottom: 27px;
	position: relative;
}
.comments-area .comment-wrap .comment-header {
	margin-bottom: 16px;
}
.comments-area .comment-wrap .comment-author {
	font-weight: 700;
	margin: 0 0 3px;
	text-transform: capitalize;
}
.comments-area .comment-wrap .comment-date {
	font-style: italic;
	font-size: 93.333%;
}
.comments-area .comment-wrap .comment-content p:last-child {
	margin-bottom: 0;
}
.comments-area .comment-wrap .reply {
	padding-top: 25px;
}
.comments-area .comment-wrap .reply a {
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 2.4px;
}
.page-open-mobile-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
}
.page-open-mobile-menu div {
	position: relative;
	width: 24px;
	height: 18px;
	cursor: pointer;
	margin-top: 6px;
}
.page-open-mobile-menu i {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 100%;
	height: 2px;
	background: currentColor;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.page-open-mobile-menu i:after, 
.page-open-mobile-menu i:before {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	content: "";
	-webkit-transition: width .3s cubic-bezier(.645,.045,.355,1);
	transition: width .3s cubic-bezier(.645,.045,.355,1);
}
.page-open-mobile-menu i:before {
	top: -8px;
}
.page-open-mobile-menu i:after {
	top: 8px;
}
.headroom.headroom--not-top .page-open-mobile-menu i,
.header-desktop.style-5 .page-open-mobile-menu i,
.header-desktop.style-6 .page-open-mobile-menu i,
.header-desktop.style-7 .page-open-mobile-menu i,
.header-desktop.style-2 .page-open-mobile-menu i {
	color: #222;
}


/* --------------------------------------------------------------------- */
/* 2. ELEMENTS
/* --------------------------------------------------------------------- */

/* === 2.1. HEADER === */
.header-top {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	z-index: 99999;
	border-bottom: 1px solid #eee;
	background: #dedede;
}
.header-top, .header-top a {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.8;
	font-size: 13px;
	color: #000;
}
.top-bar-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.header-top ul {
	z-index: 9999;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.top-bar-info .info-item {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	margin-right: 0;
}
.top-bar-info .info-icon {
	font-size: 20px;
	margin-right: 2px;
	vertical-align: middle;
	color: #000;
}
.top-bar-wrap.top-bar-right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.header-top.style-2 .top-bar-info .info-item {
	border-left: none;
	font-weight: 400;
	font-size: 16px;
}
.header-top.style-2 .top-bar-info .info-icon {
	color: #ec6504;
}
.header-top .top-bar-social-network a {
	display: inline-block;
	font-size: 14px;
	/*border-left: 1px solid #eee;*/
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-left: 0;
	color: #aaa;
}
.header-top .top-bar-social-network a:hover, 
.header-top .top-bar-social-network a:focus {
	color: #ec6504;
}
.header-top.style-2 .top-bar-social-network a {
	border-left: none;
	font-size: 16px;
}
.header-desktop {
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	background-color: rgba( 0, 0, 0, 0 );
	border-bottom-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.header-desktop .container-fluid {
	padding-left: 100px;
	padding-right: 100px;
}
.header-desktop .header-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 81px;
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.header-right > div {
	padding: 0 10px;
}
.header-desktop .header-left, .header-desktop .header-right {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.header-desktop .header-wrap .branding {
	width: 100%;
}
.header-desktop .page-navigation-wrap {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.headroom.headroom--not-top {
	height: 79px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: rgba( 255, 255, 255, 1 );
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	box-shadow: 0 8px 20px 0 rgba(0,0,0,.1);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.header-desktop.style-2 {
	background-color: #fff;
}
.header-desktop.style-1 .header-right,
.header-desktop.style-3 .header-right,
.header-desktop.style-2 .header-right,
.header-desktop.style-4 .header-right,
.header-desktop.style-4 .header-left,
.header-desktop.style-5 .header-right,
.header-desktop.style-6 .header-right,
.header-desktop.style-7 .header-right,
.header-desktop.style-7 .header-left {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-desktop.style-1 .header-right,
.header-desktop.style-3 .header-right,
.header-desktop.style-2 .header-right,
.header-desktop.style-4 .header-right,
.header-desktop.style-5 .header-right,
.header-desktop.style-6 .header-right,
.header-desktop.style-7 .header-right {
	right: 30px;
	z-index: 9999;
}
.header-desktop.style-4 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.header-desktop.style-4 .header-wrap {
	text-align: center;
}
.style-4.headroom.headroom--not-top {
	padding-top: 0px;
	padding-bottom: 0px;
}
.style-4.headroom.headroom--not-top .dark-logo {
	display: inline;
}
.style-4.headroom.headroom--not-top .header-social-networks a {
	color: #222 !important;
}
.style-4.headroom.headroom--not-top .page-open-main-menu i {
	color: #222;
}
.header-desktop.style-5 {
	position: relative;
	z-index: 4;
	background-color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #ddd;
}
.headroom.style-5.headroom--not-top,
.headroom.style-6.headroom--not-top {
	position: fixed;
}
.header-desktop.style-6 {
	position: relative;
	z-index: 9999;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}
/*.header-desktop.style-6 .page-navigation-wrap {
	margin-left: 160px;
}*/
.header-desktop.style-7 {
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}
.header-desktop.style-7 .header-wrap {
	text-align: center;
}
.style-7.headroom.headroom--not-top {
	padding-top: 0px;
	padding-bottom: 0px;
}
.style-7.headroom.headroom--not-top .dark-logo {
	display: inline;
}
.style-7.headroom.headroom--not-top .header-social-networks a {
	color: #222 !important;
}
.header-desktop.style-7 .page-open-main-menu i,
.style-7.headroom.headroom--not-top .page-open-main-menu i {
	color: #222;
}
.header-left-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 300px;
	height: 100%;
}
.header-left-menu .page-header-inner {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 0;
	border-right: 1px solid transparent;
	padding-top: 40px;
	padding-bottom: 40px;
}
.header-left-menu .branding, 
.header-left-menu .page-header-widgets {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.header-left-menu .branding__logo {
	padding: 8px 60px 45px;
}
.header-left-menu .page-header-widgets {
	padding: 60px;
	font-size: 14px;
	line-height: 1.7;
	color: #fff;
}
.header-left-menu .social-networks {
	padding: 0;
	margin: 0 -8px;
	font-size: 20px;
}
.header-left-menu .social-networks .item {
	list-style-type: none;
	margin: 0 0 5px;
	display: inline-block;
}
.header-left-menu .social-networks .link {
	padding: 5px 8px;
	display: inline-block;
	color: #fff;
}
.header-left-menu .social-networks .link:hover {
	color: #ec6504;
}
.header-left-menu .menu--primary .menu-item-feature {
	position: relative;
	margin-left: 10px;
	color: #ec6504;
}
.header-left-menu .menu--primary .menu-item-feature:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '\f005';
	font-size: 12px;
	margin-top: 1px;
	font-family: FontAwesome;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-mobile {
	display: none;
}
.header-mobile .header-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-mobile .header-left, .header-mobile .header-right {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.header-mobile .header-wrap .branding {
	width: 100%;
}
.header-mobile .header-right {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* === 2.2. MENUS === */
.header-desktop .menu--primary {
	text-align: center;
}
.header-desktop .menu--primary > ul {
	position: static;
	display: inline-block;
	margin-bottom: 0;
}
.header-desktop .menu--primary > ul > li {
	display: inline-block;
}
.header-desktop .menu--primary a {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1.2;
	text-transform: none;
	font-size: 16px;
	color: #fff;
	position: relative;
	display: block;
	white-space: nowrap;
}
.header-desktop .menu--primary ul > li > a {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 18px;
	padding-right: 18px;
    text-transform: uppercase;
}
.header-desktop .menu--primary a .sub-arrow {
	font-size: 0;
	float: left;
}
.header-desktop .menu--primary a .sub-arrow:before {
	position: absolute;
	top: 50%;
	right: 2px;
	content: '\f107';
	font-size: 14px;
	font-weight: 700;
	font-family: FontAwesome;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-desktop .menu--primary a .menu-item-title {
	position: relative;
	padding-bottom: 10px;
}
.header-desktop .menu--primary a .menu-item-title:after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -2px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	content: '';
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.header-desktop .menu--primary li:hover > a .menu-item-title:after {
	background-color: #fff;
	bottom: 0;
}
.header-desktop .menu--primary .sub-menu {
	padding: 25px 0;
	min-width: 270px;
	box-shadow: 0 0 10px 3px rgba(0,0,0,.05);
	position: absolute;
	background-color: #fff;
	top: 110%;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
	text-align: left;
}
.header-desktop .menu--primary li.menu-item-has-children:hover > .sub-menu {
	top: 100%;
	visibility: visible;
	z-index: 2;
	opacity: 1;
}
.header-desktop .menu--primary .mega-menu .sub-menu {
	padding-top: 34px;
	padding-bottom: 23px;
	right: 0;
	margin-left: 0;
	max-width: none;
	width: auto;
	left: 0px;
}
.header-desktop .menu--primary .mega-menu .sub-menu ul.menu {
	position: static;
	display: block;
	width: auto;
	border: 0;
	background: transparent;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
.header-desktop .menu--primary .mega-menu .row > div + div {
	border-left: 1px solid #eee;
}
.header-desktop .menu--primary .sub-menu a {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.2;
	text-transform: none;
	font-size: 15px;
	color: #999;
	padding: 11px 30px;
}
.header-desktop .menu--primary .sub-menu a:hover {
	color: #1f1f1f;
}
.header-desktop .menu--primary .menu-item-feature {
	position: relative;
	margin-left: 10px;
	color: #ec6504;
}
.header-desktop .menu--primary .menu-item-feature:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '\f005';
	font-size: 12px;
	margin-top: 1px;
	font-family: FontAwesome;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-desktop .menu--primary .sub-menu .menu-item-has-children .sub-arrow:before {
	content: '\f105';
	right: 30px;
}
.header-desktop .menu--primary .sub-menu .sub-menu {
	left: 0px;
	margin-left: 270px;
	margin-top: -40px;
	max-width: 20em;
}
.header-desktop .menu--primary .sub-menu > li.menu-item-has-children {
	position: relative;
}
.headroom--not-top .menu--primary > ul > li > a {
	color: #222;
}
.header-desktop.style-2 .menu--primary > ul > li > a {
	color: #222;
}
.header-desktop.style-2 .menu--primary {
	text-align: left;
}
.header-desktop.style-2 .page-navigation-wrap {
	margin-left: 85px;
}
.header-desktop.style-2 .menu--primary li:hover > a .menu-item-title:after {
	background-color: #ec6504;
}
.header-desktop.style-5 .menu--primary > ul > li > a,
.header-desktop.style-6 .menu--primary > ul > li > a {
	color: #000;
}
.header-desktop.style-5 .menu--primary li:hover > a .menu-item-title:after,
.header-desktop.style-6 .menu--primary li:hover > a .menu-item-title:after {
	background-color: #ec6504;
}
.header-desktop.style-6 .menu--primary {
	text-align: left; 
}
#toggle-menu {
	text-align: center;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(26, 35, 126, .95);
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	/* BACKGROUND GRADIENT */
	/* OUTLINE RADIUS */
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	/* BACKGROUND GRADIENT */
	/* TRIPLE BORDERS */
	/* One Page Navigation */
}
#toggle-menu.open {
	z-index: 999999;
	visibility: visible;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	/* BACKGROUND GRADIENT */
	/* OUTLINE RADIUS */
}
#toggle-menu > div {
	max-width: 400px;
	margin: 0 auto;
	display: table;
	padding: 30px 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
#toggle-menu > div > ul {
	float: none;
	list-style: none inside;
	padding: 0;
	/* First  Level */
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
#toggle-menu > div > ul:first-child > li {
	position: relative;
}
#toggle-menu > div > ul:first-child > li > a {
	font-size: 32px;
	color: #fff;
	font-weight: 400;
	line-height: 1.7;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}
#toggle-menu > div > ul:first-child > li > a:hover {
	color: #fff;
}
#toggle-menu > div > ul:first-child > li:hover > a {
	color: #ec6504;
}
#toggle-menu > div > ul:first-child > li > .cms-menu-toggle {
	top: 10px;
	height: 50px;
	line-height: 50px;
}
#toggle-menu > div > ul li {
	/* Level 2+ */
	position: relative;
}
#toggle-menu > div > ul li ul {
	float: none;
	width: 100% !important;
	list-style: none inside;
	padding: 0;
	margin: 0;
	visibility: hidden;
	max-height: 0;
	visibility: hidden;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	/* BACKGROUND GRADIENT */
	/* OUTLINE RADIUS */
	-webkit-transition: max-height, 500ms, ease-in-out;
	-khtml-transition: max-height, 500ms, ease-in-out;
	-moz-transition: max-height, 500ms, ease-in-out;
	-ms-transition: max-height, 500ms, ease-in-out;
	-o-transition: max-height, 500ms, ease-in-out;
	transition: max-height, 500ms, ease-in-out;
	/* BACKGROUND GRADIENT */
	/* TRIPLE BORDERS */
}
#toggle-menu > div > ul li ul li a {
	font-size: 20px;
	color: #fff;
}
#toggle-menu > div > ul li ul li a:hover {
	color: #ec6504;
}
#toggle-menu > div > ul li ul li:hover > a {
	color: #ec6504;
}
#toggle-menu > div > ul li ul.submenu-open {
	max-height: 500px;
	visibility: visible;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	/* BACKGROUND GRADIENT */
	/* OUTLINE RADIUS */
}
#toggle-menu > div > ul li .cms-menu-toggle {
	position: absolute;
	top: 0px;
	right: 15px;
	color: #fff;
	width: 50px;
	cursor: pointer;
}
#toggle-menu .cms-mainnav-v4-logo {
	padding-top: 25px;
	padding-bottom: 27px;
}
#toggle-menu #hide-mainnav {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 100px;
	color: #fff;
	cursor: pointer;
}
.header-left-menu .navigation {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.header-left-menu .menu--primary {
	position: relative;
	text-align: center;
	display: block;
}
.header-left-menu .menu--primary ul {
	position: static;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	line-height: normal;
	direction: ltr;
	-webkit-tap-highlight-color: transparent;
	width: 100%;
}
.header-left-menu .menu--primary ul li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	line-height: normal;
	direction: ltr;
	-webkit-tap-highlight-color: transparent;
	width: 100%;
	float: none;
}
.header-left-menu .menu--primary ul li a {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 27px;
	padding-bottom: 27px;
	padding-left: 60px;
	padding-right: 60px;
	color: #fff;
}
.header-left-menu .menu--primary .sub-menu {
	background-color: #fff;
	list-style: none;
	text-align: left;
	line-height: normal;
	direction: ltr;
	-webkit-tap-highlight-color: transparent;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	padding: 25px 0;
	min-width: 270px;
	box-shadow: 0 0 10px 3px rgba(0,0,0,.05);
	transition: all .3s ease;
	top: 200%;
	left: 100%;
}
.header-left-menu .menu--primary .mega-menu .sub-menu {
	padding-top: 34px;
	padding-bottom: 23px;
	max-width: calc(100vw - 320px);
	width: 1170px;
}
.header-left-menu .menu--primary a .sub-arrow {
	font-size: 0;
}
.header-left-menu .menu--primary a .sub-arrow:before {
	position: absolute;
	top: 50%;
	font-size: 14px;
	font-weight: 700;
	font-family: FontAwesome;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 40px;
	content: '\f105';
}
.header-left-menu .menu--primary ul > li > a .menu-item-title {
	position: relative;
	padding-bottom: 0px;
}
.header-left-menu .menu--primary ul > li > a .menu-item-title:after {
	position: absolute;
	bottom: -10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	content: '';
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	left: -30px;
	margin-left: 0;
	top: 50%;
	bottom: auto;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-left-menu .menu--primary ul > li:hover > a .menu-item-title:after {
	bottom: 0;
	left: -18px;
	background-color: #fff;
}
.header-left-menu .menu--primary li:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
	left: 100%;
	top: 0;
}
.header .menu--primary li.bottom:hover > .sub-menu {
	top: auto;
	bottom: 0;
}
.header-left-menu .menu--primary .mega-menu .sub-menu ul.menu {
	position: static;
	display: block;
	width: auto;
	border: 0;
	background: transparent;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
.header-left-menu .menu--primary .sub-menu a {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.2;
	text-transform: none;
	font-size: 15px;
	color: #999;
	padding: 11px 30px;
}
.header-left-menu .menu--primary .mega-menu .row > div + div {
	border-left: 1px solid #eee;
}
.header-desktop .menu--primary .sub-menu a:hover,
.header-left-menu .menu--primary .sub-menu a:hover {
	color: #1f1f1f;
}


/* === 2.3. SECTION === */
.section {
	position: relative;
	width: 100%;
	z-index: 1;
}
.section.ontop {
	z-index: 2;
}
.section.border-bottom {
	border-bottom: 1px solid #eeeeee;
}
.section-fixed {
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}
.section-cover {
	background-repeat: no-repeat;
	background-size: cover;
}
.section-bg-gradient {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #3123AE), color-stop(50%, #53A0FD), color-stop(100%, #51EC9C));
	background: -moz-linear-gradient(left,#3123AE 10%,#53A0FD 50%,#51EC9C 100%);
	background: -webkit-linear-gradient(left,#3123AE 10%,#53A0FD 50%,#51EC9C 100%);
	background: -o-linear-gradient(left,#3123AE 10%,#53A0FD 50%,#51EC9C 100%);
	background: -ms-linear-gradient(left,#3123AE 10%,#53A0FD 50%,#51EC9C 100%);
	background: linear-gradient(left,#3123AE 10%,#53A0FD 50%,#51EC9C 100%);
}
.section-bg-gradient-2 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #554FFF), color-stop(100%, #A575FF));
	background: -moz-linear-gradient(left,#554FFF 6%,#A575FF 100%);
	background: -webkit-linear-gradient(left,#554FFF 6%,#A575FF 100%);
	background: -o-linear-gradient(left,#554FFF 6%,#A575FF 100%);
	background: -ms-linear-gradient(left,#554FFF 6%,#A575FF 100%);
	background: linear-gradient(left,#554FFF 6%,#A575FF 100%);
}
.section-content-middle {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.section-overlay:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	opacity: 0.3;
	content: " ";
}
.section-overlay-darker:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	opacity: 0.8;
	content: " ";
}
.section-overlay-secondary:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ec6504;
	opacity: 0.94;
	content: " ";
}
.section-bg-1 {
	background-image:url(../images/background/bg_1920x1150.jpg);
}
.section-bg-2 {
	background-image:url(../images/background/bg_1920x650.jpg);
}
.section-bg-3 {
	background-image:url(../images/background/bg_1920x1280.jpg);
}
.section-bg-4 {
	background-image:url(../images/background/bg_1920x1150.jpg);
}
.section-bg-5 {
	background-image:url(../images/background/bg_1920x1150.jpg);
	background-size: 44% auto;
	background-repeat: no-repeat;
	background-position: center right;
}
.section-bg-6 {
	background-image:url(../images/background/bg_1920x1150.jpg);
}
.section-bg-7 {
	background-image:url(../images/background/bg_1270x600.jpg);
}
.section-bg-8 {
	background-image:url(../images/background/bg_1920x1150.jpg);
}
.section-bg-9 {
	background-image:url(../images/background/bg_9.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #efefef;
}
.section-bg-10 {
	background-image:url(../images/background/bg_1920x1280.jpg);
}
.section-bg-11 {
	background-image:url(../images/background/bg_1920x800.jpg);
}
.section-bg-12 {
	background-image:url(../images/background/bg_1920x800.jpg);
}
.section-bg-13 {
	background-image:url(../images/background/bg_1920x550.jpg);
}
.section-bg-14 {
	background-image:url(../images/background/bg_1920x1150.jpg);
	background-color: #f7f7f7;
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
.section-bg-15 {
	background-image:url(../images/background/bg_1920x1150.jpg);
}
.section-bg-16 {
	background-image:url(../images/background/bg_1920x650.jpg);
}
.section-bg-17 {
	background-image:url(../images/background/bg_1920x550.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center left;
}
.section-bg-18 {
	background-image:url(../images/background/bg_1920x1150.jpg);
	background-size: 46%;
	background-repeat: no-repeat;
	background-position: center left;
}
.section-bg-19 {
	background-image:url(../images/background/bg_1920x1150.jpg);
}
.section-bg-20 {
	background-image:url(../images/background/bg_960x1080.jpg);
}
.section-bg-21 {
	background-image:url(../images/background/bg_960x1080.jpg);
}
.section-bg-22 {
	background-image:url(../images/background/bg_960x1080.jpg);
}
.section-bg-23 {
	background-image:url(../images/background/bg_1920x800.jpg);
}
.section-bg-24 {
	background-image:url(../images/background/bg_1920x1150.jpg);
}
.section-bg-25 {
	background-image:url(../images/background/bg_960x300.jpg);
}
.section-bg-26 {
	background-image:url(../images/background/bg_26.jpg);
	background-position: bottom center;
}
.section-bg-27 {
	background-image:url(../images/background/bg_1920x650.jpg);
}

/* === 2.4. BOX ICON === */
.box-icon {
	margin-bottom: 60px;
	position: relative;
}
.boxicon-slider .owl-controls .owl-buttons .owl-prev {
	left: -80px;
}
.boxicon-slider .owl-controls .owl-buttons .owl-next {
	right: -80px;
}
.box-icon.style-1 .image {
	margin-bottom: 40px;
}
.box-icon.style-1 .heading {
	line-height: 1.25;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
	color: #333;
}
.box-icon.style-2 {
	margin-bottom: 28px;
	margin-right: 30px;
}
.box-icon.style-2 .content-wrap {
	position: relative;
}
.box-icon.style-2 .box-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 18px;
}
.box-icon.style-2 .icon {
	margin-right: 15px;
	min-width: 36px;
	font-size: 34px;
	line-height: 1;
	color: #ec6504;
}
.box-icon.style-2 .heading {
	font-size: 24px;
	color: #333;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1.2;
}
.box-icon.style-3 {
	padding-left: 10px;
	padding-right: 10px;
}
.box-icon.style-3 .content-wrap {
	position: relative;
}
.box-icon.style-3 .icon {
	font-size: 62px;
	margin-bottom: 15px;
	color: #ec6504;
}
.box-icon.style-3 .heading {
	line-height: 1.2;
	font-size: 20px;
	margin-bottom: 23px;
	font-weight: 400;
}
.box-icon.style-3 .button.style-text {
	font-size: 12px;
	padding-right: 27px;
	margin-top: 38px;
}
.box-icon.style-3 .button-icon {
	font-size: 13.8px;
	line-height: .7em;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.box-icon.style-3 .button.style-text:hover .button-icon {
	-webkit-transform: translate(10px,-50%);
	-ms-transform: translate(10px,-50%);
	transform: translate(10px,-50%);
}
.box-icon.style-4 .content-wrap {
	position: relative;
}
.box-icon.style-4 .image {
	margin-bottom: 40px;
}
.box-icon.style-4 .heading {
	line-height: 1.25;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}
.box-icon.style-5 .content-wrap {
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	position: relative;
	padding: 61px 25px 87px;
	background: #fff;
	border-bottom: 3px solid #ec6504;
}
.box-icon.style-5:hover .content-wrap {
	background-color: #ec6504;
}
.box-icon.style-5 .icon {
	font-size: 50px;
	margin-bottom: 28px;
	line-height: 1;
	color: #ec6504;
}
.box-icon.style-5:hover .icon {
	color: #fff;
}
.box-icon.style-5 .heading {
	line-height: 1.25;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 30px;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.box-icon.style-5 .text {
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	font-size: 15px;
}
.box-icon.style-5:hover .heading,
.box-icon.style-5:hover .text {
	color: #fff;
}
.box-icon.style-6 {
	margin-bottom: 30px;
	position: relative;
}
.box-icon.style-6 .content-wrap {
	border-radius: 5px;
	padding: 42px 40px 49px;
	position: relative;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.box-icon.style-6:hover .content-wrap {
	background-color: #ec6504;
}
.box-icon.style-6 .icon {
	font-size: 50px;
	margin-bottom: 24px;
	line-height: 1;
	color: #ec6504;
}
.box-icon.style-6:hover .icon {
	color: #fff;
}
.box-icon.style-6 .heading {
	line-height: 1.25;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.box-icon.style-6 .text {
	font-size: 15px;
	font-weight: 500;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.box-icon.style-6:hover .heading,
.box-icon.style-6:hover .text {
	color: #fff;
}
.box-icon.style-7 {
	margin-bottom: 60px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
}
.box-icon.style-7 .content-wrap {
	position: relative;
	padding-top: 45px;
}
.box-icon.style-7 .heading {
	line-height: 1.2;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 400;
	letter-spacing: 0px;
}

/* === 2.5. BUTTON === */
.button {
	position: relative;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	line-height: 1.2;
	border-style: solid;
	-webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
	transition: all .1s cubic-bezier(.645,.045,.355,1);
}
.button.style-flat {
	padding: 0 33px;
	height: 55px;
	border-width: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 700;
	font-size: 14px;
	line-height: 55px;
}
.button.button-primary {
	color: #fff;
	background-color: #ec6504;
}
.button.button-primary:hover {
	background-color: #ec6504;
	color: #fff;
}
.button.button-secondary {
	color: #fff;
	background-color: #ec6504;
}
.button.button-secondary:hover {
	background-color: #ec6504;
}
.button.style-text {
	padding: 0 35px 0 0;
	border: 0;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;
	font-size: 14px;
	-webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
	transition: all .1s cubic-bezier(.645,.045,.355,1);
}
.button.style-text.button-white {
	color: #fff;
}
.button.style-outline {
	padding: 0 33px;
	height: 55px;
	border-width: 2px;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 700;
	font-size: 14px;
	line-height: 51px;
}
.button.style-outline.white {
	color: #ffffff;
	border-color: #ffffff;
}
.button.style-outline.white:hover {
	background-color: #ffffff;
	color: #222222 !important;
	border-color: #ffffff;
}
.button.style-outline-2 {
	padding: 0 33px;
	height: 55px;
	border-width: 2px;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 700;
	font-size: 14px;
	line-height: 51px;
	background-color: #ffffff;
	color: #222222;
	border-color: #eeeeee;
}
.button.style-outline-2:hover {
	background-color: #eeeeee;
	color: #222222;
	border-color: #eeeeee;
}
.button.rounded {
	width: 120px;
	height: 120px;
	line-height: 120px;
	padding: 0;
	border-radius: 100% !important;
}
.button.style-outline.button-secondary {
	background-color: transparent;
	border-color: #ec6504;
	color: #ec6504;
}
.button.style-outline.button-primary {
	background-color: transparent;
	border-color: #ec6504;
	color: #ec6504;
}
.button.style-outline.button-secondary:hover {
	color: #fff;
	background-color: #ec6504;
}
.button.style-outline.button-primary:hover {
	color: #fff;
	background-color: #ec6504;
}
.button.button-white {
	min-height: 55px;
	border-width: 2px;
	border-color: transparent;
	line-height: 51px;
	background-color: #ffffff;
	color: #333333;
}
.button.button-white:hover {
	background-color: rgba(0,0,0,0.01);
	color: #ffffff;
	border-color: #ffffff;
}
.button.button-xs {
	padding: 0 25px;
	height: 45px;
	border-radius: 0;
	font-size: 12px;
	line-height: 41px;
}
.button.button-sm {
	padding: 0 29px;
	height: 50px;
	font-size: 13px;
	line-height: 46px;
}
.button.button-lg {
	padding: 0 38px;
	height: 60px;
	border-radius: 0;
	font-size: 15px;
	line-height: 56px;
}
.button.style-text.button-xs {
	font-size: 12px;
	padding-right: 27px;
	padding-left: 0;
}
.button.style-text.button-sm {
	font-size: 13px;
	padding-right: 31px;
	padding-left: 0;
}
.button.style-text.button-lg {
	font-size: 15px;
	padding-left: 0;
}
.button.button-icon {
	padding-right: 50px;
}
.button.button-icon .btn-icon {
	font-weight: bold;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 20px;
}
.button.button-icon-left {
	padding-left: 50px;
}
.button.button-icon-left .btn-icon {
	font-weight: bold;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 20px;
}

/* === 2.6. LIST === */
.moody-list {
	margin: 0 -15px 30px;
	padding: 0;
	list-style-type: none;
}
.moody-list__item {
	position: relative;
	margin-bottom: 16px;
	padding: 0 15px;
}
.moody-list__marker {
	display: inline-block;
	float: left;
}
.moody-list--icon .moody-list__marker {
	min-width: calc(1em + 8px);
}
.moody-list__heading {
	overflow: hidden;
}
.moody-list__heading > h6 {
	line-height: 26px;
}
.two-cols > li {
	width: calc( 100% / 2 - 30px );
	float: left;
}

/* === 2.7. ROTATE BOX === */
.rotate-box {
	text-align: center;
	margin-bottom: 30px;
}
.rotate-box, .rotate-box .flipper {
	position: relative;
}
.rotate-box .thumb-wrap {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.rotate-box .back, .rotate-box .front {
	background-size: cover;
	min-height: 500px;
	z-index: 1;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: inherit;
	perspective: inherit;
	-webkit-transition: -webkit-transform .8s cubic-bezier(.5,.2,.2,.8);
	transition: -webkit-transform .8s cubic-bezier(.5,.2,.2,.8);
	transition: transform .8s cubic-bezier(.5,.2,.2,.8);
	transition: transform .8s cubic-bezier(.5,.2,.2,.8),-webkit-transform .8s cubic-bezier(.5,.2,.2,.8);
}
.rotate-box .to-top .front {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.rotate-box .to-top:hover .front {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.rotate-box .to-bottom .front {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.rotate-box .to-bottom:hover .front {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.rotate-box .to-right .front {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.rotate-box .to-right:hover .front {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.rotate-box .to-left .front {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.rotate-box .to-left:hover .front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.rotate-box.style-1 .front {
	border-radius: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 370px;
}
.rotate-box .content-wrap {
	position: absolute;
	width: 100%;
	display: block;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: inherit;
	perspective: inherit;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 50px 30px;
	z-index: 2;
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0,-50%,50px) scale(.9);
	transform: translate3d(0,-50%,50px) scale(.9);
}
.rotate-box .heading {
	font-size: 32px;
	margin-bottom: 20px;
	color: #fff;
}
.rotate-box.style-1 .heading {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}
.rotate-box .back {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.rotate-box .back .content-wrap {
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0,-50%,50px) scale(.9);
	transform: translate3d(0,-50%,50px) scale(.9);
}
.rotate-box .to-top .back {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.rotate-box .to-top:hover .back {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.rotate-box .to-bottom .back {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.rotate-box .to-bottom:hover .back {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.rotate-box .to-right .back {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.rotate-box .to-right:hover .back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.rotate-box .to-left .back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.rotate-box .to-left:hover .back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.rotate-box.style-1 .back {
	border-radius: 5px;
	min-height: 370px;
}
.rotate-box .back .content-wrap {
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0,-50%,50px) scale(.9);
	transform: translate3d(0,-50%,50px) scale(.9);
}
.rotate-box .text {
	color: #fff;
	margin: 0 auto 30px;
	max-width: 420px;
}
.rotate-box.style-1 .text {
	color: #fff;
	margin: 52px auto 70px;
	max-width: 420px;
	font-size: 15px;
	line-height: 1.53;
}
.rotate-box.style-1 .button.style-text {
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 600;
	padding: 0 0 5px;
	background: none;
}
.rotate-box.style-1 .button.style-text:before {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0;
	content: '';
	background: currentColor;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.rotate-box.style-1 .button.style-text:hover:before {
	width: 100%;
}
.rotate-box.style-1 .back {
	background-color: #ec6504;
}

/* === 2.8. PRICING === */
.pricing {
	z-index: 2;
}
.pricing.style-1 {
	margin-bottom: 30px;
}
.pricing.style-1 .inner {
	-webkit-transition: all .7s cubic-bezier(0,0,.2,1);
	transition: all .7s cubic-bezier(0,0,.2,1);
	position: relative;
	margin: 0 auto;
	padding: 41px 30px 45px;
	background-color: #fff;
	border-radius: 5px;
}
.pricing.style-1 .inner:hover {
	box-shadow: 0 0 50px rgba(0,0,0,.08);
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.pricing.style-1 .pricing-header {
	margin-bottom: 30px;
	text-align: center;
}
.pricing.style-1 .title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 9px;
}
.pricing.style-1 .price {
	font-size: 30px;
	font-weight: 600;
}
.pricing.style-1 .pricing-list {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.pricing.style-1 .pricing-list li {
	position: relative;
	display: block;
	padding: 8px 0;
	list-style-type: none;
}
.pricing.style-1 .pricing-list li i {
	font-size: 12px;
	margin-right: 5px;
}
.pricing.style-1 .pricing-footer {
	padding-top: 36px;
	text-align: center;
}
.pricing.style-1 .pricing-button {
	min-width: 160px;
	height: 50px;
	line-height: 46px;
	border: 2px solid #eee;
	color: #222;
	background: #fff;
	max-width: 100%;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.85px;
}
.pricing.style-1 .pricing-button:hover {
	background: #eee;
}
.pricing.style-1.pricing-featured, 
.pricing.style-1.pricing-featured .price,
.pricing.style-1.pricing-featured .title,
.pricing.style-1.pricing-featured .pricing-list li i {
	color: #fff;
}
.pricing.style-1.pricing-featured .inner {
	background-color: #ec6504;
}
.pricing.style-2 .inner {
	position: relative;
	margin: 0 auto;
	padding: 58px 34px 80px;
	background-color: #fff;
	border: 1px solid #eee;
}
.pricing.style-2 .pricing-header {
	margin-bottom: 25px;
	padding-bottom: 20px;
	text-align: center;
}
.pricing.style-2 .price-wrap {
	border-bottom: 1px solid #eee;
	padding-bottom: 26px;
	margin-bottom: 28px;
}
.pricing.style-2 .price {
	font-size: 60px;
	font-weight: 500;
	color: #ec6504;
}
.pricing.style-2 .period {
	font-size: 18px;
	font-weight: 500;
	color: #ec6504;
}
.pricing.style-2 .title {
	font-size: 24px;
}
.pricing.style-2 .pricing-content {
	padding: 0 15px;
}
.pricing.style-2 .pricing-list {
	margin: 0;
	padding: 0;
}
.pricing.style-2 .pricing-list li {
	position: relative;
	display: block;
	padding: 6px 0;
	list-style-type: none;
}
.pricing.style-2 .pricing-list li i {
	font-size: 16px;
	margin-right: 5px;
	color: #ec6504;
}
.pricing.style-2 .pricing-footer {
	padding-top: 40px;
	text-align: center;
}
.pricing.style-2 .pricing-rating {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-width: 0 79px 74px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #ffbf00;
}
.pricing.style-2 .pricing-rating i {
	position: absolute;
	top: 12px;
	left: 50px;
	color: #fff;
	font-size: 16px;
}

/* === 2.9. TESTIMONIAL === */
.testimonials-slider.no-bullet .owl-controls {
	display: none !important;
}
.testimonials-slider .owl-controls {
	margin-top: 30px;
}
.testimonial-text-section {
	width: 600px;
	max-width: 100%;
	float: right;
}
.testimonial-text-section-inner {
	padding-left: 200px;
}
.testimonial-item.style-1 {
	text-align: center;
	max-width: 880px;
	margin: 0 auto;
}
.testimonial-item.style-1 .testimonial-desc {
	font-size: 28px;
	font-style: normal;
	line-height: 1.5;
	color: #222;
	margin-bottom: 50px;
}
.testimonial-item.style-1 .testimonial-name {
	font-size: 20px;
	line-height: 1.25;
	font-weight: 600;
	margin-bottom: 4px;
}
.testimonial-item.style-1 .testimonial-by-line {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.14;
}
.testimonials-slider.style-2 .owl-wrapper-outer {
	padding: 30px;
}
.testimonial-item.style-2 {
	padding: 34px 39px 30px 41px;
	margin-right: 30px;
	border: 1px solid #eee;
	background: #fff;
	border-radius: 5px;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.testimonial-item.style-2:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0,0,0,.07);
}
.testimonial-item.style-2 .testimonial-desc {
	font-size: 15px;
	line-height: 1.66;
	margin-bottom: 85px;
	font-family: "Libre Baskerville", Georgia, serif;
}
.testimonial-item.style-2 .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.testimonial-item.style-2 .post-thumbnail {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
}
.testimonial-item.style-2 .post-thumbnail img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.testimonial-item.style-2 .testimonial-name {
	font-size: 16px;
	line-height: 1.56;
	font-weight: 600;
	margin-bottom: 4px;
}
.testimonial-item.style-2 .testimonial-by-line {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.14;
}
.testimonial-item.style-3 {
	background: #fff url(../images/blockquote.png) no-repeat center 59px;
	padding: 150px 30px 60px;
	margin-right: 15px;
	margin-left: 15px;
}
.testimonial-item.style-3 .testimonial-desc {
	font-size: 20px;
	font-style: normal;
	text-align: center;
	margin: 0 auto 40px;
	width: 100%;
	max-width: 400px;
	font-family: "Libre Baskerville", Georgia, serif;
}
.testimonial-item.style-3 .testimonial-header {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.testimonial-item.style-3 .inner, 
.testimonial-item.style-3 .testimonial-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.testimonial-item.style-3 .post-thumbnail {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.testimonial-item.style-3 .post-thumbnail img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto;
}
.testimonial-item.style-3 .testimonial-info {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-left: 23px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.testimonial-item.style-3 .testimonial-name {
	font-size: 20px;
	margin-bottom: 7px;
}
.testimonial-item.style-3 .testimonial-by-line {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	color: #ec6504;
}
.testimonial-item.style-3 .owl-controls {
	margin-top: 30px;
}
.testimonial-item.style-4 {
	background: transparent url(../images/blockquote_2.png) no-repeat 0 0;
	padding: 97px 0 128px;
	margin-right: 40px;
}
.testimonial-item.style-4 .testimonial-desc {
	font-size: 20px;
	font-style: normal;
	line-height: 1.6;
	font-family: "Libre Baskerville", Georgia, serif;
}
.testimonial-item.style-4 .testimonial-header {
	border-top: 1px solid hsla(0,0%,100%,.1);
	padding-top: 18px;
	margin-top: 30px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.testimonial-item.style-4 .testimonial-header .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.testimonial-item.style-4 .post-thumbnail {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.testimonial-item.style-4 .post-thumbnail img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto;
}
.testimonial-item.style-4 .testimonial-info {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-left: 23px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.testimonial-item.style-4 .testimonial-name {
	font-size: 20px;
	margin-bottom: 7px;
}
.testimonial-item.style-4 .testimonial-by-line {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	color: #ec6504;
}
.testimonial-item.style-5 .icon {
	margin-bottom: 32px;
	color: #ec6504;
	width: 62px;
	height: 50px;
	font-size: 50px;
}
.testimonial-item.style-5 .testimonial-desc {
	font-size: 28px;
	font-style: normal;
	line-height: 1.5;
	color: #333;
}
.testimonial-item.style-5 .testimonial-header {
	padding-top: 43px;
}
.testimonial-item.style-5 .inner, 
.testimonial-item.style-5 .testimonial-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.testimonial-item.style-5 .post-thumbnail {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.testimonial-item.style-5 .post-thumbnail img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0 auto;
}
.testimonial-item.style-5 .testimonial-info {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-left: 23px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.testimonial-item.style-5 .testimonial-name {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 7px;
	color: #333;
}
.testimonial-item.style-5 .testimonial-by-line {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.14;
}
.testimonial-item.style-6 .testimonial-desc {
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 34px;
}
.testimonial-item.style-6 .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.testimonial-item.style-6 .post-thumbnail {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
}
.testimonial-item.style-6 .post-thumbnail img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.testimonial-item.style-6 .testimonial-name {
	font-size: 20px;
	line-height: 1.25;
	font-weight: 600;
	margin-bottom: 8px;
}
.testimonial-item.style-6 .testimonial-by-line {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.14;
}
.testimonials-slider.style-6 .owl-controls {
	margin-top: 70px;
}

/* === 2.10. FOOTER === */
.footer {
	background-color: #222;
	padding-top: 40px;
}

.footer-inner {
padding-bottom:30px;
}
.footer a, .footer p, .footer i  {
	color: #fff;
}
.footer .widget {
	margin-bottom: 36px;
	width: 100%;
	float: left;
}
.footer .widgettitle {
	padding-top: 21px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0;
	font-size: 16px;
	color: #fff;
	margin-bottom: 36px;
}
.footer .menu-footer ul li {
	display: block;
	margin: 0;
	list-style-type: none;
}
.footer .menu-footer {
	margin-top: -12px;
}
.footer .menu-footer ul li a {
	display: block;
	padding: 2px 0;
	color: #fff;
}
.footer .menu-footer ul li a:hover, .footer a:hover {
	color: #ec6504;
}
.footer .newsletter {
	position: relative;
}
.footer .newsletter input[type=email] {
	padding: 3px 10px 3px 26px;
	width: calc(100% - 54px);
	height: 45px;
	border: 0;
	border-radius: 30px 0 0 30px;
	background: #fff;
	font-size: 15px;
	color: #878c9b;
	font-family: Work Sans;
	-webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
	transition: all .1s cubic-bezier(.645,.045,.355,1);
}
.footer .newsletter button[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 54px;
	height: 45px;
	border-radius: 0 30px 30px 0;
	color: #fff;
	font-size: 0;
	background-color: #ec6504;
	border-color: #ec6504;
	cursor: pointer;
}
.footer .newsletter button[type=submit]:hover {
	background-color: #ec6504;
	border-color: #ec6504;
}
.footer .newsletter button[type=submit] i {
	position: absolute;
	top: 50%;
	left: 15px;
	font-weight: 700;
	font-size: 18.6px;
	line-height: .65em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.footer .socials .item {
	float: left;
	width: 50%;
	margin: 0 0 5px;
}
.footer .socials .item .link {
	padding: 5px 10px;
}
.footer .socials .item .link:hover {
	color: #ec6504;
}
.footer .socials .item .link-icon {
	font-size: 18px;
	min-width: 25px;
	margin-right: 5px;
}
.footer .socials.style-2 .link-text {
	position: relative;
}
.footer .socials.style-2 .link-text:after {
	-webkit-transition: width .3s cubic-bezier(.645,.045,.355,1);
	transition: width .3s cubic-bezier(.645,.045,.355,1);
	position: absolute;
	bottom: -3px;
	left: 0;
	content: '';
	height: 1px;
	width: 0;
	background: #ec6504;
}
.footer .socials.style-2 .link:hover .link-text:after {
	width: 100%;
}

.top-bar-social-network .info-icon {
  font-size: 32px;
  padding-right: 24px;
  margin-top: 13px;
}

.copyright {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ec6504;
	color: #fff;
}
.copyright-2 {
	border-top: 1px solid rgba(68,68,68,0.4);
	background-color: #222222;
	padding-top: 30px;
	padding-bottom: 15px;
	line-height: 50px;
}
.contact-info > .col-md-4 {
	border-right: 1px solid #333333;
}
.contact-info > .col-md-4:last-child {
	border-right: none;
}
.footer .social-networks .item {
	display: inline-block;
	color: inherit;
}
.footer .social-networks .link {
	padding: 5px 8px;
}
.footer .social-networks .link:hover {
	color: #ec6504;
}
.footer .copyright-2 .social-networks .link {
	font-size: 22px;
}
.widget_categories ul {
	margin: 0;
	padding: 0;
}
.widget_recent_entries li {
	display: block;
	margin: 0;
	border-bottom: 1px solid #333;
	list-style-type: none;
	padding: 17px 0 21px;
}
.widget_recent_entries li:first-child {
	padding-top: 0;
}
.widget_recent_entries li:last-child {
	border-bottom: none;
}
.widget_recent_entries a {
	display: block;
	font-size: inherit;
	font-family: inherit;
	padding: 12px 0;
	color: #999999;
}
.widget_recent_entries a:hover {
	color: #ec6504;
}
.social-networks.circle-border {
	font-size: 16px;
	padding: 0;
	margin: 0 -8px;
}
.social-networks.circle-border .item {
	list-style-type: none;
	margin: 0 0 5px;
	display: inline-block;
	padding: 0;
}
.social-networks.circle-border .link {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #eee;
	background: #fff;
	color: #222;
	text-align: center;
	border-radius: 50%;
	padding: 0;
}
.social-networks.circle-border .link:hover {
	color: #fff;
	background-color: #ec6504;
}


/* === 2.11. BLOCKQUOTE === */
.blockquote-1 {
	font-style: normal;
}
.blockquote-1 svg {
	position: relative;
	top: -10px;
	left: 0;
	right: auto;
}
.blockquote-1 .quote-text {
	margin-top: 25px;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.19;
	color: #222;
}
.blockquote-1 .block-header {
	margin-top: 127px;
}
.blockquote-1 .heading {
	font-size: 16px;
	font-weight: 600;
	color: #222;
	margin-bottom: 10px;
}
.blockquote-1 .sub-heading {
	font-size: 14px;
	color: inherit;
}
.blockquote-2 {
	position: relative;
	margin-bottom: 30px;
}
.blockquote-2 blockquote {
	padding: 45px 40px 55px;
	color: #999;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	font-family: Libre Baskerville,Georgia,serif;
}
.blockquote-2 h6 {
	font-size: 20px;
	margin-bottom: 8px;
}

/* === 2.12. PROCESS === */
.process .number {
	font-size: 30px;
	font-weight: 600;
	color: #d5d5d5;
	margin-bottom: 26px;
}
.process .title {
	font-size: 20px;
	font-weight: 600;
	color: #222222;
	margin-bottom: 20px;
}
.process-slider .process {
	margin-right: 30px;
}
.process-gradation {
	margin: 0 -15px;
	display: flex;
	text-align: center;
}
.process-gradation .item {
	width: 25%;
	padding: 0 15px;
	position: relative;
}
.process-gradation .count-wrap {
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto 50px;
}
.process-gradation .count-wrap:before, 
.process-gradation .count-wrap:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
.process-gradation .count-wrap:before {
	width: 80px;
	height: 80px;
	opacity: .2;
	z-index: 1;
	background-color: #ec6504;
}
.process-gradation .count-wrap:after {
	width: 65px;
	height: 65px;
	opacity: .5;
	z-index: 2;
	background-color: #ec6504;
}
.process-gradation .count {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	transform: translate(-50%, -50%);
	z-index: 3;
	background-color: #ec6504;
}
.process-gradation .line:before, 
.process-gradation .line:after {
	content: '';
	position: absolute;
	top: 40px;
	border-top: 1px dashed #dddddd;
	width: 50%;
	height: 1px;
}
.process-gradation .line:before {
	left: 0;
}
.process-gradation .line:after {
	right: 0;
}
.process-gradation .item:first-child .line:before,
.process-gradation .item:last-child .line:after{
	display: none;
}
.process-gradation .title {
	font-size: 20px;
	margin-bottom: 15px;
}

/* === 2.13. PORTFOLIO === */

.portfolio-minimal-overlay {
	margin-top: -100px;
	margin-bottom: -170px;
}
.tm-grid-wrapper.portfolio-minimal-overlay .tm-filter-button-group {
	padding-top: 30px;
	padding-bottom: 36px;
	margin-bottom: 0;
	background: #fff;
}
.portfolio-item .post-thumbnail {
	position: relative;
	overflow: hidden;
}
.portfolio-item.rounded .post-thumbnail {
	border-radius: 5px;
}
.portfolio-item.style-1 .post-thumbnail img {
	width: 100%;
	-webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
	transition: all 1.5s cubic-bezier(0,0,.2,1);
}
.portfolio-item.style-1 .post-thumbnail img {
	-webkit-transform: scale3d(1.2,1.2,1.2);
	transform: scale3d(1.2,1.2,1.2);
}
.portfolio-item.style-1 .post-overlay {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #000;
	overflow: hidden;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.portfolio-item.style-1:hover .post-overlay {
	visibility: visible;
	opacity: .7;
}
.portfolio-item.style-1 .post-overlay-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
}
.portfolio-item.style-1:hover .post-overlay-content {
	visibility: visible;
	opacity: 1;
}
.portfolio-item.style-1 .post-overlay-content-inner {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}
.portfolio-item.style-1 .post-overlay-info {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 15px;
}
.portfolio-item.style-1 .post-overlay-categories {
	font-weight: 500;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: .3s ease-out 0s;
	transition: .3s ease-out 0s;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	margin-bottom: 7px;
	color: #ec6504;
}
.portfolio-item.style-1 .post-overlay-title {
	opacity: 0;
	-webkit-transition: .3s ease-out 0s;
	transition: .3s ease-out 0s;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
}
.portfolio-item.style-1:hover .post-overlay-categories, 
.portfolio-item.style-1:hover .post-overlay-title {
	opacity: 1;
	-webkit-transition: .5s ease-out .3s;
	transition: .5s ease-out .3s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.portfolio-item.style-1 .post-overlay-categories a {
	color: inherit;
	font-size: inherit;
}
.portfolio-item.style-1 .post-overlay-title a {
	color: #fff;
	font-size: inherit;
}
.portfolio-item.style-1 .post-overlay-title a:hover {
	color: #ec6504;
}
.portfolio-item.style-1 .post-item-wrapper, 
.portfolio-item.style-1 .post-thumbnail,
.portfolio-item.style-1 .post-thumbnail img {
	height: 100%;
}
.portfolio-item.style-2 .post-thumbnail {
	overflow: hidden;
}
.portfolio-item.style-2 .post-thumbnail img {
	-webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
	transition: all 1.5s cubic-bezier(0,0,.2,1);
}
.portfolio-item.style-2 .post-thumbnail:hover img {
	-webkit-transform: scale3d(1.2,1.2,1.2);
	transform: scale3d(1.2,1.2,1.2);
}
.portfolio-item.style-2 .post-overlay-content {
	position: relative;
	z-index: 1;
}
.portfolio-item.style-2 .post-overlay-info {
	box-sizing: border-box;
	background: #484847;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 25px 15px 25px;
	min-height: 112px;
	border-top:4px solid #ec6504;
}
.portfolio-item.style-2 .post-overlay-categories {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 2px;
	color: #ec6504;
}
.portfolio-item.style-2  a {
	color: #fff;
}
.portfolio-item.style-2 .post-overlay-categories a:hover {
	color: #ec6504;
}
.portfolio-item.style-2 .post-overlay-title {
	font-size: 18px;
	line-height: 1.3;
}
.portfolio-item.style-3 .post-thumbnail {
	position: relative;
}
.portfolio-item.style-3 .post-thumbnail img {
	width: 100%;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.portfolio-item.style-3 .post-overlay-info {
	box-sizing: border-box;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: #fff;
	padding: 50px 68px 44px;
	width: 400px;
	max-width: 100%;
}
.portfolio-item.style-3 .post-overlay-categories {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 7px;
	color: #ec6504;
}
.portfolio-item.style-3 .post-overlay-title {
	line-height: 1.3;
	margin-left: -1px;
}
.portfolio-item.style-3 .post-overlay-title a {
	font-size: 22px;
}
.portfolio-item.style-3 .post-overlay-icon {
	position: absolute;
	top: 32px;
	right: 37px;
	font-size: 22px;
}
.portfolio-item.style-4 .post-thumbnail {
	position: relative;
}
.portfolio-item.style-4 .post-thumbnail img {
	width: 100%;
}
.portfolio-item.style-4 .post-overlay {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #000;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.portfolio-item.style-4:hover .post-overlay {
	visibility: visible;
	opacity: .7;
}
.portfolio-item.style-4 .post-overlay-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
}
.portfolio-item.style-4:hover .post-overlay-content {
	visibility: visible;
	opacity: 1;
}
.portfolio-item.style-4 .post-overlay-icon {
	position: absolute;
	top: 55px;
	right: 53px;
	width: 32px;
	height: 32px;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.portfolio-item.style-4:hover .post-overlay-icon {
	-webkit-transition: .4s ease-out .25s;
	transition: .4s ease-out .25s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.portfolio-item.style-4 .post-overlay-icon:after, 
.portfolio-item.style-4 .post-overlay-icon:before {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	content: '';
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.portfolio-item.style-4 .post-overlay-icon:before {
	height: 1px;
	width: 31px;
	margin-left: -15px;
}
.portfolio-item.style-4 .post-overlay-icon:after {
	margin-top: -15px;
	width: 1px;
	height: 31px;
}
.portfolio-item.style-4:hover .post-overlay-content, 
.portfolio-item.style-4:hover .post-overlay-icon:after, 
.portfolio-item.style-4:hover .post-overlay-icon:before {
	visibility: visible;
	opacity: 1;
}
.portfolio-item.style-4 .post-overlay-info {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 65px 62px;
}
.portfolio-item.style-4 .post-overlay-categories {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 7px;
	opacity: 0;
	-webkit-transition: .3s ease-out 0s;
	transition: .3s ease-out 0s;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
	color: #ec6504;
}
.portfolio-item.style-4 .post-overlay-categories a {
	color: #ec6504;
}
.portfolio-item.style-4 .post-overlay-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	opacity: 0;
	-webkit-transition: .3s ease-out 0s;
	transition: .3s ease-out 0s;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
}
.portfolio-item.style-4 .post-overlay-title a {
	color: #fff;
}
.portfolio-item.style-4:hover .post-overlay-categories, 
.portfolio-item.style-4:hover .post-overlay-title {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.portfolio-item.style-4:hover .post-overlay-categories {
	-webkit-transition: .4s ease-out .25s;
	transition: .4s ease-out .25s;
}
.portfolio-item.style-4:hover .post-overlay-title {
	-webkit-transition: .4s ease-out .5s;
	transition: .4s ease-out .5s;
}
.portfolio-item.style-5 {
	min-width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.portfolio-item.style-5 .portfolio-info {
	position: absolute;
	bottom: 130px;
	right: 130px;
	text-align: right;
}
.portfolio-item.style-5 .portfolio-title {
	margin-bottom: 34px;
	max-width: 590px;
}
.portfolio-item.style-5 .portfolio-title a {
	font-size: 3.1vw;
	font-weight: 700;
	letter-spacing: -.43px;
	line-height: 1.05em;
}
.portfolio-item.style-5 .portfolio-categories,
.portfolio-item.style-5 .portfolio-categories a {
	color: #ec6504;
}
.single-portfolio .portfolio-title {
	margin-bottom: 17px;
	letter-spacing: 0;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.1;
	color: #1f1f1f;
}
.single-portfolio .portfolio-categories {
	margin-bottom: 43px;
	font-weight: 500;
	font-size: 16px;
	color: #ec6504;
}
.single-portfolio .portfolio-categories a {
	color: #ec6504;
}
.single-portfolio .portfolio-categories a:hover {
	color: #ec6504;
}
.portfolio-details-list {
	margin: 0;
	padding: 54px 0 53px;
	border-top: 1px solid #eee;
}
.portfolio-details-list li {
	list-style-type: none;
	vertical-align: top;
}
.portfolio-details-list label, .portfolio-details-list span {
	display: block;
}
.portfolio-details-list label {
	margin-bottom: 10px;
	color: #333;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
}
.portfolio-details-social {
	padding: 20px 0 30px;
	border-top: 1px solid #ddd;
}
.portfolio-details-social .post-likes, 
.portfolio-details-social .post-view {
	float: right;
	font-size: 18px;
}
.portfolio-details-social .post-likes {
	margin-left: 15px;
}
.portfolio-details-social .post-likes a {
	color: #de4630;
}
.portfolio-details-social .post-likes .sl-icon {
	margin-right: 8px;
}
.portfolio-details-social .post-view {
	color: #333;
}
.portfolio-details-social .post-view i {
	color: #aaa;
}
.single-portfolio .post-share {
	margin: 0 -8px;
}
.single-portfolio .post-share a {
	padding: 0 8px;
	color: #aaa;
	font-size: 18px;
}
.single-portfolio .post-share a:hover {
	color: #ec6504;
}
.portfolio-details-gallery img+img {
	margin-top: 30px;
}
.related-portfolio-title {
	margin: 0 0 50px;
	text-align: center;
	font-size: 30px;
}
.portfolio-image-gallery .portfolio-details-list {
}
.portfolio-image-gallery .portfolio-details-list li {
	display: inline-block;
}
.portfolio-image-gallery .portfolio-details-list li+li {
	margin-left: 110px;
}
.portfolio-image-gallery .portfolio-details-social {
	margin-bottom: 55px;
}


/* === 2.14. BLOG === */
.post-item {
	margin-bottom: 30px;
	box-sizing: border-box;
	word-wrap: break-word;
}
.blog-item .post-quote {
	padding: 55px 35px 47px;
	background: url(../images/blockquote_4.png) no-repeat;
	background-position: top 0 right 2px;
	margin-bottom: 35px;
	background-color: #ec6504;
}
.blog-item .post-quote .post-quote-text {
	margin-bottom: 18px;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.3;
}
.blog-item .post-quote .post-quote-name {
	position: relative;
	padding-left: 40px;
	letter-spacing: -.02em;
	font-style: italic;
	font-size: 16px;
	font-family: Libre Baskerville,sans-serif;
}
.blog-item .post-quote .post-quote-name:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 29px;
	height: 1px;
	background-color: #fff;
	content: "";
}
.blog-item .post-quote .post-quote-name {
	color: #fff;
}
.blog-item .post-video {
	margin-bottom: 35px;
}
.blog-item .post-read-more {
	width: 100%;
}
.blog-item .post-read-more a {
	position: relative;
	padding-right: 22px;
	line-height: 1.2;
}
.blog-item .post-read-more .btn-text {
	color: #222;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;
	font-size: 12px;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item .post-read-more:hover .btn-text {
	color: #ec6504;
}
.blog-item .post-read-more .btn-icon {
	position: absolute;
	top: -6px;
	right: -10px;
	font-weight: 700;
	color: #ec6504;
	font-size: 25px;
}
.blog-item .post-read-more a .btn-icon {
	position: absolute;
	top: -6px;
	right: -10px;
	font-weight: 700;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item .post-read-more a:hover .btn-icon {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}
.blog-item.style-1 .post-wrapper {
	-webkit-transition: all .6s cubic-bezier(0,0,.2,1);
	transition: all .6s cubic-bezier(0,0,.2,1);
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.blog-item.style-1 .post-wrapper:hover {
	box-shadow: 0 0 48px rgba(0,0,0,.15);
}
.blog-item.style-1 .post-thumbnail {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden;
}
.blog-item.style-1 .post-thumbnail img {
	-webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
	transition: all 1.5s cubic-bezier(0,0,.2,1);
	border-radius: 5px;
	width: 270px;
}
.blog-item.style-1 .post-wrapper:hover .post-thumbnail img {
	-webkit-transform: scale3d(1.2,1.2,1.2);
	transform: scale3d(1.2,1.2,1.2);
}
.blog-item.style-1 .post-info {
	position: relative;
	padding: 45px 30px 90px;
}
.blog-item.style-1 .post-categories {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 28px;
}
.blog-item.style-1 .post-categories {
	color: #ec6504;
}
.blog-item.style-1 .post-categories a {
	color: #ec6504;
	font-size: inherit;
}
.blog-item.style-1 .post-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.33;
}
.blog-item.style-1 .post-footer {
	position: absolute;
	bottom: 44px;
	left: 40px;
	right: 40px;
	min-width: 122px;
}
.blog-item.style-1 .post-read-more .btn-text {
	font-size: 13px;
}
.blog-item.style-2 .post-wrapper {
	border: 1px solid #eee;
	background: #fff;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item.style-2:hover .post-wrapper {
	box-shadow: 0 0 50px 10px rgba(0,0,0,.08);
}
.blog-item.style-2 .post-thumbnail img {
	width: 100%;
}
.blog-item.style-2 .post-info {
	padding: 42px 35px 0px;
}
.blog-item.style-2 .post-title {
	margin-bottom: 7px;
	letter-spacing: -.02em;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
}
.blog-item.style-2 .post-title a {
	color: inherit;
	font-size: inherit;
}
.blog-item.style-2 .post-meta {
	margin-bottom: 10px;
	font-size: 14px;
}
.blog-item.style-2 .post-date {
	font-size: inherit;
}
.blog-item.style-2 .post-meta > div {
	display: inline-block;
	margin-bottom: 5px;
}
.blog-item.style-2 .post-categories {
	color: #ec6504;
}
.blog-item.style-2 .post-categories a {
	color: inherit;
	font-weight: 500;
	font-size: inherit;
}
.blog-item.style-2 .post-footer {
	margin-top: 40px;
	padding: 29px 4px;
	border-top: 1px solid #eee;
}
.blog-item.style-2 .post-footer.inline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.blog-item.style-2 .post-author {
	color: #222;
	font-size: 15px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.blog-item.style-2 .post-comments-number {
	font-weight: 500;
	font-size: 14px;
}
.blog-item.style-2 .post-comments-number > i {
	margin-right: 7px;
	font-size: 13px;
	color: #ec6504;
}
.blog-item.style-3 {
	overflow: hidden;
	padding: 55px 35px 198px;
	border: 1px solid #eee;
	position: relative;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item.style-3:hover {
	border-color: #ec6504;
}
.blog-item.style-3 .post-feature {
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}
.blog-item.style-3:hover .post-feature {
	visibility: visible;
	opacity: 1;
}
.blog-item.style-3 .post-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	background-color: #ec6504;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item.style-3:hover .post-overlay {
	visibility: visible;
	opacity: .9;
}
.blog-item.style-3 .post-title {
	margin-bottom: 15px;
	letter-spacing: -.02em;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.2;
}
.blog-item.style-3:hover .post-title a {
	color: #fff;
}
.blog-item.style-3 .post-meta {
	margin-bottom: 20px;
	font-size: 14px;
}
.blog-item.style-3 .post-meta > div {
	display: inline-block;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item.style-3:hover .post-excerpt {
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item.style-3:hover .post-meta > div,
.blog-item.style-3:hover .post-excerpt {
	color: #fff;
}
.blog-item.style-3 .post-categories a {
	color: #ec6504;
	font-weight: 500;
}
.blog-item.style-3 .post-footer {
	position: absolute;
	right: 35px;
	bottom: 0;
	left: 35px;
	padding: 29px 0;
	border-top: 1px solid #eee;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item.style-3:hover .post-read-more .btn-text {
	color: #fff;
}
.blog-item.style-4 {
	margin-bottom: 30px;
}
.blog-item.style-4 .rotate-box {
	margin-bottom: 0;
	text-align: left;
}
.blog-item.style-4 .back, 
.blog-item.style-4 .front {
	min-height: 0;
}
.blog-item.style-4 .rotate-box .content-wrap {
	position: relative;
	top: auto;
	left: auto;
	z-index: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	padding: 43px 40px 100px;
	border-radius: 5px;
	overflow: hidden;
}
.blog-item.style-4 .back .content-wrap, 
.blog-item.style-4 .front .content-wrap {
	min-height: 370px;
}
.blog-item.style-4 .front .content-wrap {
	background-color: #fff;
}
.blog-item.style-4 .post-categories {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 28px;
}
.blog-item.style-4 .front .post-categories,
.blog-item.style-4 .front .post-categories a {
	color: #ec6504;
}
.blog-item.style-4 .post-title a {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.33;
	color: #333;
}
.blog-item.style-4 .post-meta {
	position: absolute;
	bottom: 48px;
	left: 40px;
	right: 40px;
	font-size: 14px;
	font-weight: 500;
}
.blog-item.style-4 .post-meta > div {
	display: inline-block;
}
.blog-item.style-4 .author {
	font-weight: 600;
	color: #333;
}
.blog-item.style-4 .rotate-box .back {
	box-shadow: -6px 12px 20px rgba(69,222,176,0.17);
}
.blog-item.style-4 .back .content-wrap {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}
.blog-item.style-4 .back .content-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .95;
	background-color: #ec6504;
}
.blog-item.style-4 .back .content-inner {
	position: relative;
	z-index: 1;
}
.blog-item.style-4 .back .post-categories,
.blog-item.style-4 .back .post-categories a,
.blog-item.style-4 .back .post-meta,
.blog-item.style-4 .back .post-title a,
.blog-item.style-4 .back .author {
	color: #fff;
}
.blog-item.style-5 {
	margin-bottom: 30px;
}
.blog-item.style-5 .post-format-wrapper {
	position: relative;
}
.blog-item.style-5 .post-thumbnail img {
	width: 100%;
}
.blog-item.style-5 .post-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #111;
	opacity: 0;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item.style-5 .post-format-wrapper:hover .post-overlay {
	opacity: .8;
}
.blog-item.style-5 .post-overlay-content:after, 
.blog-item.style-5 .post-overlay-content:before {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	content: '';
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item.style-5 .post-overlay-content:before {
	height: 1px;
	width: 31px;
	margin-left: -15px;
}
.blog-item.style-5 .post-overlay-content:after {
	margin-top: -15px;
	width: 1px;
	height: 31px;
}
.blog-item.style-5 .post-format-wrapper:hover .post-overlay-content:after, 
.blog-item.style-5 .post-format-wrapper:hover .post-overlay-content:before {
	visibility: visible;
	opacity: 1;
}
.blog-item.style-5 .post-info {
	padding: 27px 0 0;
}
.blog-item.style-5 .post-title {
	margin-bottom: 14px;
	letter-spacing: -.02em;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
}
.blog-item.style-5 .post-title a {
	color: inherit;
	font-size: inherit;
}
.blog-item.style-5 .post-meta {
	margin-bottom: 15px;
	font-size: 16px;
}
.blog-item.style-5 .post-date {
	font-size: inherit;
}
.blog-item.style-5 .post-meta > div {
	display: inline;
	margin-bottom: 5px;
}
.blog-item.style-5 .post-meta .post-categories,
.blog-item.style-5 .post-meta .post-categories a {
	color: #ec6504;
}
.blog-item.quote .post-wrapper {
	background: #ec6504 url(../images/blockquote_3.png) no-repeat top 46px right 43px;
}
.blog-item.quote .post-quote-text {
	margin-bottom: 29px;
	letter-spacing: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
}
.blog-item.quote .post-quote-name {
	position: relative;
	padding-left: 40px;
	letter-spacing: -.02em;
	font-style: italic;
	font-size: 16px;
	font-family: "Libre Baskerville", Georgia, serif;
}
.blog-item.quote .post-quote-name:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 29px;
	height: 1px;
	content: '';
}
.blog-item.quote .post-date,
.blog-item.quote .post-meta {
	color: #fff;
}
.blog-item.quote .post-quote-text {
	color: #fff;
}
.blog-item.quote .post-quote-name:before {
	background-color: #fff;
}
.blog-item.quote .post-quote-name a {
	color: #fff;
}
.blog-item.quote .post-footer {
	border-top-color: hsla(0,0%,93%,.1);
}
.blog-item.quote .post-author,
.blog-item.quote .post-comments-number {
	color: #fff;
}
.blog-item.style-6 {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #eee;
}
.blog-item.style-6 .post-thumbnail {
	position: relative;
	text-align: center;
	margin-bottom: 35px;
}
.blog-item.style-6 .post-title {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
}
.blog-item.style-6 .post-title a {
	color: inherit;
	font-size: inherit;
}
.blog-item.style-6 .post-title a:hover {
	color: #ec6504;
}
.blog-item.style-6 .post-meta {
	margin-bottom: 27px;
	font-size: 14px;
	color: #333;
}
.blog-item.style-6 .post-meta > div {
	display: inline-block;
}
.blog-item.style-6 .post-categories,
.blog-item.style-6 .post-categories a {
	color: #ec6504;
	font-weight: 600;
}
.blog-item.style-6 .post-excerpt {
	margin-bottom: 32px;
}
.blog-item.style-7 {
	margin-bottom: 30px;
}
.blog-item.style-7 .post-wrapper {
	-webkit-transition: all .5s cubic-bezier(0,0,.2,1);
	transition: all .5s cubic-bezier(0,0,.2,1);
	border: 1px solid #eee;
}
.blog-item.style-7 .post-thumbnail {
	margin: -1px -1px 0;
	overflow: hidden;
}
.blog-item.style-7 .post-thumbnail img {
	-webkit-transition: all 2s cubic-bezier(0,0,.2,1);
	transition: all 2s cubic-bezier(0,0,.2,1);
	-webkit-transform: scale3d(1.2,1.2,1.2);
	transform: scale3d(1.2,1.2,1.2);
}
.blog-item.style-7 .post-wrapper:hover .post-thumbnail img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.blog-item.style-7 .post-info {
	background: #fff;
	position: relative;
	padding: 40px 33px 150px;
}
.blog-item.style-7 .post-categories {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 28px;
	color: #ec6504;
}
.blog-item.style-7 .post-categories a {
	color: inherit;
	font-size: inherit;
}
.blog-item.style-7 .post-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.33;
}
.blog-item.style-7 .post-meta {
	position: absolute;
	bottom: 36px;
	left: 33px;
	right: 33px;
	font-size: 14px;
	font-weight: 500;
}
.blog-item.style-7 .post-meta > div {
	display: inline-block;
}
.blog-item.style-7 .author {
	font-weight: 600;
	color: #333;
}
.blog-item.style-8 {
	text-align: left;
}
.blog-item.style-8 .post-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ec6504;
}
.blog-item.style-8 .post-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	background: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.6));
	background: linear-gradient(180deg,transparent,rgba(0,0,0,.6));
}
.blog-item.style-8 .post-info {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 55px 48px;
	width: 100%;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item.style-8:hover .post-info {
	padding-bottom: 85px;
}
.blog-item.style-8 .post-title {
	margin-bottom: 4px;
	color: #fff;
	letter-spacing: -.02em;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
}
.blog-item.style-8 .post-title a {
	color: inherit;
	font-size: inherit;
}
.blog-item.style-8 .post-meta {
	color: #fff;
	font-size: 14px;
}
.blog-item.style-8 .post-meta > div {
	display: inline-block;
}
.blog-item.style-8 .post-date {
	color: inherit;
	font-size: inherit;
}
.blog-item.style-8 .post-categories {
	color: #ec6504;
}
.blog-item.style-8 .post-categories a {
	color: inherit;
	font-weight: 500;
	font-size: inherit;
}
.blog-item.style-8 .post-categories a:hover {
	color: #ec6504;
}
.blog-item.style-8 .post-footer {
	position: absolute;
	right: 55px;
	bottom: 0;
	left: 55px;
	padding: 15px 0 19px;
	border-top: 1px solid hsla(0,0%,93%,.2);
	text-align: right;
	opacity: 0;
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item.style-8:hover .post-footer {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.blog-item.style-8 .post-read-more .btn-text {
	color: #fff;
}
.blog-item.style-8 .post-read-more a {
	padding-right: 30px;
}
.blog-item.style-8 .post-read-more .btn-icon {
	right: -3px;
}
.blog-item.style-9 {
	overflow: hidden;
	text-align: left;
}
.blog-item.style-9 .post-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	background: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.6));
	background: linear-gradient(180deg,transparent,rgba(0,0,0,.6));
}
.blog-item.style-9 .post-thumbnail {
	-webkit-transition: all 1s cubic-bezier(0,0,.2,1);
	transition: all 1s cubic-bezier(0,0,.2,1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ec6504;
}
.blog-item.style-9:hover .post-thumbnail {
	-webkit-transform: scale3d(1.15,1.15,1.15);
	transform: scale3d(1.15,1.15,1.15);
}
.blog-item.style-9 .post-info {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 55px 48px;
	width: 100%;
}
.blog-item.style-9 .post-title {
	margin-bottom: 4px;
	color: #fff;
	letter-spacing: -.02em;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
}
.blog-item.style-9 .post-title a {
	color: inherit;
	font-size: inherit;
}
.blog-item.style-9 .post-meta {
	color: #fff;
	font-size: 14px;
}
.blog-item.style-9 .post-meta > div {
	display: inline-block;
}
.blog-item.style-9 .post-date {
	color: inherit;
	font-size: inherit;
}
.blog-item.style-9 .post-categories,
.blog-item.style-9 .post-categories a {
	color: #ec6504;
}
.blog-item.style-9 .post-categories a:hover {
	color: #fff;
}
.widget_posts .post-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
}
.widget_posts .post-item + .post-item {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}
.widget_posts .post-widget-thumbnail {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	width: 80px;
	height: 80px;
	position: relative;
}
.widget_posts .post-widget-thumbnail img {
	width: 100%;
}
.widget_posts .post-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	opacity: 0;
	-webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
	transition: all .1s cubic-bezier(.645,.045,.355,1);
}
.widget_posts .post-widget-thumbnail:hover .post-widget-overlay {
	visibility: visible;
	opacity: 1;
}
.widget_posts .post-overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	font-weight: 700;
}
.widget_posts .post-widget-info {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.widget_posts .post-widget-title {
	margin-bottom: 5px;
	line-height: 1.2;
	font-size: inherit;
}
.widget_posts .post-date {
	font-size: 13px;
}
.single-post .entry-title {
	margin: -8px 0 10px;
	letter-spacing: -.03em;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.3;
}
.single-post .post-meta {
	font-size: 16px;
}
.single-post .post-date {
	color: #333;
	font-size: inherit;
}
.single-post .post-meta > div {
	display: inline-block;
}
.single-post .post-categories,
.single-post .post-categories a {
	color: #ec6504;
}
.single-post .post-categories a:hover {
	color: #ec6504;
}
.single-post .post-feature {
	margin-bottom: 50px;
	margin-top: 50px;
}
.single-post .entry-content {
	margin-bottom: 35px;
}
.single-post .entry-footer {
	margin-bottom: 45px;
}
.single-post .post-tags h6 {
	display: inline-block;
	margin-right: 12px;
	font-weight: 500;
	font-size: inherit;
}
.single-post .post-tags a {
	display: inline-block;
	padding: 3px 0;
	color: #999;
}
.single-post .post-tags a:hover {
	color: #ec6504;
}
.single-post .post-share {
	margin: 0 -8px;
	text-align: right;
}
.single-post .post-share h6 {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-right: 5px;
}
.single-post .post-share a {
	display: inline-block;
	padding: 6px 8px;
	font-size: 16px;
	color: #aaa;
}
.single-post .entry-author {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 45px 42px 40px;
	background: #fcfcfc;
	margin-bottom: 30px;
	border: 1px solid #eee;
}
.single-post .entry-author .author-avatar {
	min-width: 120px;
	width: 120px;
}
.single-post .entry-author .author-avatar img {
	border-radius: 50%;
}
.single-post .entry-author .author-description {
	margin-left: 40px;
}
.single-post .entry-author .author-name {
	margin-bottom: 3px;
	letter-spacing: -.03em;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3;
}
.single-post .entry-author .author-role {
	text-transform: capitalize;
	font-size: 14px;
}
.single-post .entry-author .author-biographical-info {
	margin-top: 15px;
	line-height: 1.5;
}
.single-post .entry-author .author-social-networks {
	margin: 14px -13px 0;
}
.single-post .entry-author .author-social-networks a {
	display: block;
	float: left;
	padding: 6px 13px;
	color: #aaa;
	font-size: 18px;
	line-height: 1;
}
.single-post .related-posts-wrap {
	margin-top: 92px;
}
.single-post .related-posts-wrap .related-title {
	margin-bottom: 38px;
	text-align: center;
	font-size: 30px;
	line-height: 1.3;
}
.single-post .related-post-item {
	padding: 53px 30px 30px;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
	height: 243px;
}
.single-post .post-item-wrapper {
	position: relative;
	z-index: 1;
}
.single-post .related-post-title a {
	display: block;
	margin-bottom: 6px;
	color: inherit;
	letter-spacing: -.02em;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
}
.single-post .post-meta {
	margin-bottom: 12px;
}
.single-post .post-categories {
	margin-bottom: 6px;
}
.single-post .related-post-excerpt {
	line-height: 1.5;
}
.single-post .blog-slider .owl-item + .owl-item {
	border-left: 1px solid #eee;
}
.single-post .post-link {
	padding: 40px 35px;
	margin-bottom: 50px;
	background-color: #ec6504;
}
.single-post .post-link a {
	color: #fff;
	word-wrap: break-word;
	letter-spacing: .2px;
	font-size: 24px;
	line-height: 1.55;
}
.single-post .post-quote {
	padding: 55px 35px 47px;
	background: url(../images/blockquote_4.png) no-repeat;
	background-position: top 0 right 2px;
	margin-bottom: 35px;
	background-color: #ec6504;
}
.single-post .post-quote .post-quote-text {
	margin-bottom: 18px;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.3;
}
.single-post .post-quote .post-quote-name {
	position: relative;
	padding-left: 40px;
	letter-spacing: -.02em;
	font-style: italic;
	font-size: 16px;
	font-family: Libre Baskerville,sans-serif;
}
.single-post .post-quote .post-quote-name:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 29px;
	height: 1px;
	background-color: #fff;
	content: "";
}
.single-post .post-quote .post-quote-name a {
	color: #fff;
}
.blog-header-image {
	position: relative;
	padding: 350px 0;
	text-align: center;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/background/bg_1920x800.jpg);
}
.blog-header-image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.4);
}
.blog-header-image .entry-title {
	color: #fff;
	letter-spacing: -.03em;
	font-weight: 500;
	font-size: 50px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.blog-header-image .post-meta {
	color: #fff;
	font-size: 16px;
}
.blog-header-image .post-meta > div {
	display: inline-block;
}
.blog-header-image .post-categories,
.blog-header-image .post-categories a {
	font-weight: 500;
	color: #ec6504;
}
.blog-header-image .post-categories a:hover {
	color: #ec6504;
}
.blog-header-image .page-breadcrumb {
	position: absolute;
	bottom: 52px;
	width: 100%;
	text-align: center;
}
.blog-header-image .breadcrumb li {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.blog-header-image .page-breadcrumb .breadcrumb a, 
.blog-header-image .page-breadcrumb .breadcrumb li {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}


/* === 2.15. PARTNER === */
.partner-slider .image {
	text-align: center;
}

/* === 2.16. PIE CHART === */
.pie-chart {
	margin-bottom: 30px;
	text-align: center;
}
.pie-chart .chart {
	position: relative;
	margin: 0 auto 50px;
	width: 180px;
	height: 180px;
}
.pie-chart .chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.pie-chart .inner-circle {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.pie-chart .piecharts-number {
	position: absolute;
	top: 50%;
	left: 50%;
	font-weight: 400;
	font-size: 55px;
	line-height: 1;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.pie-chart .piecharts-number span {
	vertical-align: super;
	font-size: 20px;
}
.pie-chart .title {
	margin-bottom: 12px;
}
.pie-chart .title h6 {
	font-size: 22px;
}
.pie-chart .subtitle {
	font-size: 16px;
	font-style: italic;
	font-family: "Libre Baskerville", Georgia, serif;
}

/* === 2.17. COUNTER === */
.counter-item {
	margin-bottom: 30px;
}
.counter-item.style-1 .counter-wrap {
	position: relative;
}
.counter-item.style-1 .icon {
	position: absolute;
	top: -12px;
	left: 0;
	font-size: 130px;
	opacity: .08;
	line-height: 1;
}
.counter-item.style-1.text-center .icon {
	right: 50%;
	left: auto;
}
.counter-item.style-1 .number-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 7px;
	font-size: 50px;
	line-height: 1.2;
	color: #ec6504;
}
.counter-item.text-center .number-wrap {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.counter-item.style-1 .text {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
}

/* === 2.18. NEWSLETTER === */
.newsletter-form .form-fields {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}
.newsletter-form .form-item {
	padding: 0 15px;
}
.newsletter-form .form-item.flex-auto {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.newsletter-form .form-item.flex-shrink {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.newsletter-form input[type=email], .newsletter-form input[type=text] {
	color: #fff;
	border-bottom-color: hsla(0,0%,100%,.3);
}
.newsletter-form.border-dark input[type=email], .newsletter-form.border-dark input[type=text] {
	color: #878c9b;
	border-bottom-color: #ddd;
}
.newsletter-form button {
	border: 2px solid #fff;
	background: transparent;
}
.newsletter-form button:hover {
	background: #fff;
	color: #333;
}
.newsletter-wrapper {
	display: table;
	height: 100%;
	width: 100%;
}
.newsletter-wrapper .content-bottom {
	display: table-cell;
	vertical-align: bottom;
	height: 100%;
}
.newsletter-form.style-2 .subscribe-form {
	display: inline-block;
	margin: 0;
	max-width: 100%;
	width: 350px;
	position: relative;
}
.newsletter-form.style-2 input[type=email], 
.newsletter-form.style-2 input[type=text] {
	color: #999;
	border: 2px solid #eee;
	border-radius: 100px;
	padding: 0 50px 0 30px;
	height: 55px;
}
.newsletter-form.style-2 button {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	background: transparent;
	font-size: 0;
}
.newsletter-form.style-2 button .btn-icon {
	font-weight: 700;
	color: #222;
	font-size: 15px;
	display: block;
}

/* === 2.19. TAB PROCESS === */
.tab-process .nav-tabs {
	margin: 0 0 48px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border: none;
}
.tab-process .nav-tabs > li {
	font-size: 20px;
	display: inline-block;
	padding: 0;
	text-align: center;
	width: 25%;
	margin: 0;
	position: relative;
}
.tab-process .nav-tabs > li:after {
	content: '';
	height: 1px;
	background: #eee;
	width: 100%;
	position: absolute;
	top: 37px;
	left: 0;
}
.tab-process .nav-tabs > li > a {
	cursor: pointer;
	padding: 0 20px;
	display: block;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
	color: inherit;
	transition: background .2s ease-in-out,color .2s ease-in-out;
}
.tab-process .nav-tabs > li a i {
	position: relative;
	z-index: 1;
	width: 75px;
	height: 75px;
	line-height: 75px;
	border-radius: 50%;
	display: block;
	margin: 0 auto 13px;
	font-size: 30px;
	background: #f7f7f7;
	border: 1px solid #eee;
}
.tab-process .nav-tabs > li a.active i {
	background-color: #ec6504;
	border-color: #ec6504;
	color: #fff;
}
.tab-process .nav-tabs > li .text {
	font-size: 16px;
	margin-left: 14px;
	color: #999;
}
.tab-process .nav-tabs > li a.active .text {
	color: #333;
}
.tab-process .tab-pane-heading {
	margin-bottom: 35px;
	width: 100%;
	display: none;
}
.tab-process .tab-pane-heading i {
	text-align: center;
	position: relative;
	z-index: 1;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	display: inline-block;
	font-size: 20px;
	background: #f7f7f7;
	border: 1px solid #eee;
	color: #222222;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.tab-process .tab-pane-heading.active i {
	border-color: #ec6504;
	background-color: #ec6504;
	color: #fff;
}
.tab-process .tab-pane {
	margin-bottom: 35px;
}

/* === 2.20. ACCORDION === */
.accordion {
	margin: 0 0 30px;
}
.accordion > .accordion-section {
	overflow: hidden;
}
.accordion > .accordion-section + .accordion-section {
	margin-top: 33px;
}
.accordion .accordion-title {
	display: block;
	position: relative;
	padding: 10px 20px 10px 0;
	font-size: 20px;
	text-decoration: none;
	line-height: 1.2;
	cursor: pointer;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.accordion .accordion-title:before {
	content: '';
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(51,51,51,.1);
	height: 1px;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.accordion .accordion-title:after {
	content: '';
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	z-index: 1;
	background-color: #ec6504;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.accordion .accordion-icon:before {
	font-size: 12px;
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '\f053';
	font-family: FontAwesome;
}
.accordion .accordion-title:hover,
.accordion .accordion-header.active .accordion-title {
	color: #ec6504;
}
.accordion .accordion-title:hover:before,
.accordion .accordion-header.active .accordion-title:before {
	opacity: 0;
}
.accordion .accordion-title:hover:after,
.accordion .accordion-header.active .accordion-title:after {
	width: 100%;
}
.accordion .accordion-header.active > .accordion-title .accordion-icon:before {
	content: '\f078';
}
.accordion .accordion-content {
	padding: 27px 0 8px;
}

/* === 2.21. TEAM === */
.team-member {
	position: relative;
}
.team-member .photo img {
	width: 100%;
}
.team-member.style-1 .overlay {
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.team-member.style-1:hover .overlay {
	opacity: .8;
	visibility: visible;
}
.team-member.style-1 .info {
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.team-member.style-1:hover .info {
	opacity: 1;
	visibility: visible;
}
.team-member.style-1 .info-inner {
	display: table;
	width: 100%;
	height: 100%;
}
.team-member.style-1 .info-wrap {
	display: table-cell;
	vertical-align: middle;
	padding: 30px;
}
.team-member.style-1 .name {
	color: #fff;
	font-size: 30px;
	letter-spacing: -.02em;
	margin-bottom: 5px;
}
.team-member.style-1 .position {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #ec6504;
}
.team-member.style-1 .social-networks {
	position: absolute;
	bottom: 43px;
	left: 0;
	width: 100%;
}
.team-member.style-1 .social-networks a {
	display: inline-block;
	padding: 5px 11px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
}
.team-member.style-1 .social-networks a:hover {
	color: #ec6504;
}
.team-member.style-2 .photo {
	margin-bottom: 34px;
}
.team-member.style-2 .info-inner {
	display: table;
	width: 100%;
	height: 100%;
}
.team-member.style-2 .info-wrap {
	display: table-cell;
	vertical-align: middle;
}
.team-member.style-2 .name {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 3px;
}
.team-member.style-2 .position {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 11px;
}
.team-member.style-2 .info-footer {
	position: relative;
	margin-top: 45px;
	padding-top: 20px;
}
.team-member.style-2 .info-footer:before, 
.team-member.style-2 .info-footer:after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
}
.team-member.style-2 .info-footer:before {
	width: 100%;
	height: 1px;
	background: #eeeeee;
}
.team-member.style-2 .info-footer:after {
	width: 0;
	height: 2px;
	z-index: 1;
}
.team-member.style-2 .social-networks {
	margin: 0 -8px;
}
.team-member.style-2 .social-networks a {
	display: inline-block;
	padding: 5px 8px;
	font-size: 18px;
	line-height: 1;
	color: #aaaaaa;
}
.team-member .social-networks a:hover {
	color: #ec6504;
}

/* === 2.22. FEATURES === */
.feature-item {
	height: 550px;
}
.feature-item .image img {
	border-radius: 5px;
	width: 100%;
}
.feature-item .box-info {
	-webkit-transition: all .5s;
	transition: all .5s;
	top: 100%;
	background: #fff;
	border-radius: 5px;
	padding: 44px 40px 49px;
	-webkit-transform: translateY(-57px);
	-ms-transform: translateY(-57px);
	transform: translateY(-57px);
	position: relative;
	z-index: 1;
	left: 20px;
	right: 20px;
	width: calc(100% - 40px);
}
.feature-item .box-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 18px;
	color: #333;
}
.feature-item .box-text {
	font-size: 15px;
	line-height: 1.53;
	font-weight: 500;
}
.feature-item .box-button {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.15;
	position: relative;
	margin-top: 30px;
	display: none;
	-webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
	transition: all .1s cubic-bezier(.645,.045,.355,1);
}
.feature-item .box-info-wrapper:hover .box-text, 
.feature-item .box-info-wrapper:hover .box-title {
	color: #fff;
}
.feature-item .box-info-wrapper:hover .box-button {
	display: inline-block;
}
.feature-item .box-info-wrapper:hover .box-info {
	-webkit-transform: translateY(-77px);
	-ms-transform: translateY(-77px);
	transform: translateY(-77px);
	background-color: #ec6504;
	box-shadow: -6px 12px 20px rgba(69,222,176,0.17);
}
.feature-item .box-button:before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.feature-item .box-button:hover:before {
	width: 100%;
}

/* === 2.23. ROTATE BOX === */
.rotate-box {
	text-align: center;
	margin-bottom: 30px;
}
.rotate-box, .rotate-box .flipper {
	position: relative;
}
.rotate-box .thumb-wrap {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.rotate-box .back, 
.rotate-box .front {
	background-size: cover;
	min-height: 500px;
	z-index: 1;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: inherit;
	perspective: inherit;
	-webkit-transition: -webkit-transform .8s cubic-bezier(.5,.2,.2,.8);
	transition: -webkit-transform .8s cubic-bezier(.5,.2,.2,.8);
	transition: transform .8s cubic-bezier(.5,.2,.2,.8);
	transition: transform .8s cubic-bezier(.5,.2,.2,.8),-webkit-transform .8s cubic-bezier(.5,.2,.2,.8);
}
.rotate-box .to-left .front, 
.rotate-box .to-right .front {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.rotate-box .content-wrap {
	position: absolute;
	width: 100%;
	display: block;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: inherit;
	perspective: inherit;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 50px 30px;
	z-index: 2;
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0,-50%,50px) scale(.9);
	transform: translate3d(0,-50%,50px) scale(.9);
}
.rotate-box .back {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.rotate-box .to-left .back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.rotate-box .back .content-wrap {
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0,-50%,50px) scale(.9);
	transform: translate3d(0,-50%,50px) scale(.9);
}
.rotate-box .flipper:hover .back, 
.rotate-box .flipper:hover .front {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 1s cubic-bezier(.3,1,.6,1);
	transition: -webkit-transform 1s cubic-bezier(.3,1,.6,1);
	transition: transform 1s cubic-bezier(.3,1,.6,1);
	transition: transform 1s cubic-bezier(.3,1,.6,1),-webkit-transform 1s cubic-bezier(.3,1,.6,1);
}
.rotate-box .to-left:hover .front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.rotate-box .to-left:hover .back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

/* === 2.24. RESTAURANT MENU === */
.restaurant-menu .menu-list {
	margin: 0;
	padding: 0 26px 0 0;
	list-style-type: none;
}
.restaurant-menu li+li {
	margin-top: 38px;
}
.restaurant-menu .menu-header {
	position: relative;
	margin-bottom: 12px;
}
.restaurant-menu .menu-title {
	position: relative;
	z-index: 1;
	display: inline;
	background: #fff;
	color: #1f1f1f;
	font-size: 16px;
	padding-right: 10px;
}
.restaurant-menu .menu-price {
	position: relative;
	z-index: 1;
	float: right;
	background-color: #fff;
	color: #1f1f1f;
	font-size: 16px;
}
.restaurant-menu .menu-header:after {
	position: absolute;
	right: 0;
	bottom: 7px;
	left: 0;
	display: block;
	border-top: 1px solid #eee;
	content: "";
}
.restaurant-menu .menu-text {
	background: none;
	font-style: italic;
	font-size: 15px;
}
.restaurant-menu .menu-badge.new {
	position: absolute;
	top: -26px;
	right: -35px;
	width: 40px;
	height: 20px;
	background: #de4630;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 9px;
	line-height: 20px;
	z-index: 2;
}
.restaurant-menu .menu-badge.new:after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: -1px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #de4630;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* === 2.25. PRESENTATION === */
#presentation-menu {
	position: fixed;
	z-index: 100;
	right: 90px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#presentation-menu {
	margin: 0;
	padding: 0;
}
#presentation-menu li {
	display: block;
	width: 16px;
	height: 16px;
	margin: 12px 7px;
	position: relative;
}
#presentation-menu li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
	transition: all .1s cubic-bezier(.645,.045,.355,1);
}
#presentation-menu li a span {
	border-radius: 100%;
	position: absolute;
	z-index: 1;
	height: 50%;
	width: 50%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	background: #eee;
	border-color: #e6e8ee;
}
#presentation-menu li.active a span {
	width: 100%;
	height: 100%;
}
#presentation-menu [class*=hint--]:after {
	right: 20px;
	margin-top: -8px;
}
body[data-row-skin=light] .main-logo {
	display: inline-block;
}
body[data-row-skin=light] .dark-logo {
	display: none;
}
body[data-row-skin=dark] .main-logo {
	display: none;
}
body[data-row-skin=dark] .dark-logo {
	display: inline-block;
}
body[data-row-skin=dark] .mini-cart .mini-cart-icon,
body[data-row-skin=dark] .popup-search-wrap i,
body[data-row-skin=dark] .page-open-main-menu i {
	color: #222;
}

/* === 2.26. LEFT MENU === */
.left-menu-content #main {
	margin-left: 300px;
	background: none;
}

/* === 2.27. SPLIT SLIDER === */
#multiScroll .portfolio-info {
	padding-left: 120px;
	padding-right: 120px;
}
#multiScroll .portfolio-categories {
	margin-bottom: 32px;
	color: #ec6504;
}
#multiScroll .portfolio-categories a {
	color: inherit;
}
#multiScroll .portfolio-title {
	max-width: 550px;
	margin-left: -5px;
	margin-bottom: 48px;
}
#multiScroll .portfolio-title a {
	font-size: 60px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: -0.43px;
	line-height: 1.05em;
}
#multiScroll .ms-section.bg-white .portfolio-title a {
	color: #222;
}
#multiScroll .portfolio-title a:hover,
#multiScroll .ms-section.bg-white .portfolio-title a:hover {
	color: #ec6504;
}
#multiscroll-nav {
	position: fixed;
	z-index: 100;
	right: 90px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#multiscroll-nav {
	margin: 0;
	padding: 0;
}
#multiscroll-nav li {
	display: block;
	width: 16px;
	height: 16px;
	margin: 12px 7px;
	position: relative;
}
#multiscroll-nav li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
	transition: all .1s cubic-bezier(.645,.045,.355,1);
}
#multiscroll-nav li a span {
	border-radius: 100%;
	position: absolute;
	z-index: 1;
	height: 50%;
	width: 50%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	background: #eee;
	border: none;
}
#multiscroll-nav li .active span {
	width: 100%;
	height: 100%;
	background: #eee;
}
.extra-info {
	font-size: 14px;
	position: fixed;
	bottom: 50px;
	right: 1px;
	width: 50%;
	padding: 0 100px 0 120px;
	z-index: 5;
}
.extra-info .social-network {
	margin: 0 -10px;
	text-align: right;
}
.extra-info .social-network a {
	padding: 5px 10px;
	color: #ffffff;
}
.extra-info .social-network a:hover {
	color: #ec6504;
}

/* === 2.28. SLIDER CENTER === */
.portfolio-fullscreen-slider-center #fullscreen-center-slider {
	display: flex;
	height: 100%;
	align-items: center;
}
.portfolio-fullscreen-slider-center .swiper-slide {
	width: 100% !important;
}
.portfolio-fullscreen-slider-center .portfolio-item {
	padding: 0 20%;
}
.portfolio-fullscreen-slider-center .portfolio-thumbnail {
	overflow: hidden;
}
.portfolio-fullscreen-slider-center .portfolio-info {
	padding-top: 41px;
}
.portfolio-fullscreen-slider-center .portfolio-categories {
	margin-bottom: 9px;
	font-weight: 500;
	font-size: 18px;
	color: #ec6504;
}
.portfolio-fullscreen-slider-center .portfolio-categories a {
	color: #ec6504;
}
.portfolio-fullscreen-slider-center .portfolio-title a {
	color: #ffffff;
	font-size: 42px;
}
.portfolio-fullscreen-slider-center .portfolio-title a:hover {
	color: #ec6504;
}
.portfolio-fullscreen-slider-center .swiper-background-fade-wrapper {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.portfolio-fullscreen-slider-center .swiper-background-fade-wrapper .inner {
	position: absolute;
	top: -15px;
	left: -15px;
	right: -15px;
	bottom: -15px;
	background-size: cover;
	transition: background 1s cubic-bezier(0.41, 0.88, 0.4, 0.98);
	filter: blur(10px);
	transform: scale(1.02);
}
.portfolio-fullscreen-slider-center .swiper-background-fade-wrapper .inner:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	content: "";
}
.portfolio-fullscreen-slider-center .swiper-button-prev, 
.portfolio-fullscreen-slider-center .swiper-button-next {
	padding-bottom: 6px;
	width: 120px;
	height: auto;
	border-bottom: 1px solid #ffffff;
	background: none;
	color: #ffffff;
	font-weight: 500;
	font-size: 18px;
	margin-top: -61px;
}
.portfolio-fullscreen-slider-center .swiper-button-prev {
	right: 78%;
	left: auto;
}
.portfolio-fullscreen-slider-center .swiper-button-next {
	left: 78%;
	right: auto;
	text-align: right;
}
.portfolio-fullscreen-slider-center .extra-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 100px;
	height: 100px;
}
.portfolio-fullscreen-slider-center .extra-info .social-network {
	text-align: center;
}

/* === 2.29. BANNER === */
.banner-item .content-wrap {
	position: relative;
	height: 320px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-item.style-1 .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 84px 30px 30px 90px;
}
.banner-item.style-1 .heading {
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 85px;
	font-weight: 400;
}
.banner-item .button.style-text {
	font-size: 12px;
	padding-right: 27px;
}
.banner-item.style-2 .content-wrap {
	position: relative;
	text-align: center;
}
.banner-item.style-2 .content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
}
.banner-item.style-2 .heading {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .3em;
	margin-bottom: 26px;
}

/* === 2.30. TIMELINE === */
.timeline ul {
	margin: 0;
	padding: 0;
}
.timeline ul li {
	position: relative;
	margin: 0 auto;
	width: 1px;
	list-style-type: none;
}
.timeline ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #eeeeee;
}
.timeline ul li:after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	content: '';
	transform: translateX(-50%);
	background-color: #ec6504;
}
.timeline .time {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	letter-spacing: -.05em;
	line-height: 1.2;
	font-size: 50px;
	font-weight: 500;
	color: #dddddd;
	left: 85px;
}
.timeline .content-wrap {
	position: relative;
	top: 4px;
}
.timeline .content-wrap, .timeline .time {
	width: 400px;
}
.timeline ul li:nth-child(even) .time {
	left: -485px;
	text-align: right;
}
.timeline ul li:nth-child(odd) .content-wrap {
	text-align: right;
	left: -485px;
}
.timeline .item .content-wrap, 
.timeline .item .time {
	opacity: 1;
	-webkit-animation: moveHorizontal 0.65s ease forwards;
	animation: moveHorizontal 0.65s ease forwards;
}
.timeline .item:nth-child(odd) .time {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
}
.timeline .item:nth-child(even) .time {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
}
.timeline .item:nth-child(odd) .content-wrap {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
}
.timeline .item:nth-child(even) .content-wrap {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
}
.timeline .heading {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 33px;
}
.timeline .photo {
	margin-bottom: 28px;
}

/* === 2.31. PROGRESS BARS === */
.cms-progress-wraper .cms-progress {
	width: 100%;
	position: relative;
	margin: 0 0 10px;
	box-shadow: none;
}
.cms-progress-wraper .cms-progress .progress-bar {
	background-color: #333;
	line-height: 40px;
	text-align: right;
	padding: 0 15px;
}
.cms-progress-wraper .cms-progress .progress-bar span {
	color: #fff;
	font-size: 13px;
	font-weight: 900;
}
.cms-progress-wraper .cms-progress {
	border: 3px solid;
	margin-bottom: 10px;
}
.cms-progress-wraper .cms-progress-title {
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.2;
	font-size: 12px;
}
.cms-progress-wraper .cms-progress-value {
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
.cms-progress-wraper .block-progressbar {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
.cms-progress-wraper .block-progressbar:last-child {
	margin-bottom: 0px;
}
.block-progressbar .progressbar-back-text {
	position: absolute;
	background-color: #eeeeee;
	width: 100%;
	height: 5px;
	border-radius: 0;
	font-size: 0;
	text-indent: -9999px;
}
.block-progressbar .progresswrap {
	height: 5px;
}
.block-progressbar .progressbar {
	position: absolute;
	background-color: #ec6504;
	height: 5px;
	width: 0;
	transition: all 1s linear;
	-moz-transition: all 1s linear;
	-webkit-transition: all 1s linear;
	-o-transition: all 1s linear;
}
.block-progressbar .progressbar-front-text {
	float: right;
	text-align: right;
	margin-top: -22px;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
.block-progressbar .progressbar.primary {
	background-color: #ec6504;
}

/* === 2.32. DROPCAP === */
.drop-cap {
	margin-bottom: 70px;
}
.drop-cap.style-1 .drop-cap-letter {
	color: #ec6504;
	float: left;
	font-size: 56px;
	line-height: 50px;
	padding-top: 4px;
	padding-right: 12px;
	padding-left: 3px;
}
.drop-cap.style-2 .drop-cap-letter {
	background-color: #ec6504;
	float: left;
	font-size: 56px;
	line-height: 50px;
	padding: 7px 13px 7px 9px;
	color: #fff;
	margin: -8px 10px 0 -18px;
}

/* === 2.33. GALLERY === */
.moody-gallery {
	position: relative;
}
.justified-gallery {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.moody-gallery-item {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
}
.justified-gallery > a, .justified-gallery > div {
	position: absolute;
	display: inline-block;
	overflow: hidden;
}
.moody-gallery .moody-gallery-item > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.moody-gallery img {
	width: 100%;
}
.justified-gallery > div > a > img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	border: 0;
}
.moody-gallery .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(236,101,4, 0.4);
	-webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
	transition: all .1s cubic-bezier(.645,.045,.355,1);
}
.moody-gallery .moody-gallery-item:hover .overlay {
	visibility: visible;
	opacity: .9;
}
.moody-gallery .overlay > div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 32px;
	color: #fff;
}

/* === 2.34. INFO BOX === */
.box-content {
	display: table;
	width: 100%;
	height: 100%;
}
.box-content-inner {
	display: table-cell;
	padding: 30px 70px;
	vertical-align: middle;
}
.box-title {
	margin-bottom: 18px;
	color: #ec6504;
	font-size: 28px;
	line-height: 1.16;
}
.box-text {
	color: #fff;
}

/* === 2.35. COUNTDOWN === */
.countdown-bar {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.countdown-bar > .countdown-item {
	margin: 1.5px;
	padding: 46px 10px 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.countdown-bar > .countdown-item > .countdown-item-value {
	color: #ec6504;
	font-size: 56px;
	line-height: 1.2;
}
.countdown-bar > .countdown-item > .countdown-item-label {
	display: block;
	padding-top: 16px;
}
.countdown-bar .separator {
	font-size: 30px;
	letter-spacing: .42px;
	color: #ec6504;
}
.countdown-bar.dark > .countdown-item > .countdown-item-label {
	color: hsla(0,0%,100%,.7);
}

/* === 2.36. TABS === */
.tabs.style-1 .nav-tabs,
.tabs.style-2 .nav-tabs {
	border-bottom: none;
}
.tabs.style-1 li {
	position: relative;
	color: #fff;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.tabs.style-1 li + li {
	margin-left: 5px;
}
.tabs.style-1 li > a {
	background: #f1f1f1;
	padding: 6px 18px;
	display: block;
	box-sizing: border-box;
	border: solid transparent;
	position: relative;
	text-decoration: none;
	color: #ec6504;
	font-size: 18px;
	transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
}
.tabs.style-1 li > a.active {
	cursor: default;
	text-decoration: none;
	color: inherit;
	transition: background .2s ease-in-out,color .2s ease-in-out;
	background-color: #ec6504;
}
.tabs.style-1 li > a.active:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -21px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-top-color: #ec6504;
	z-index: 2;
}
.tabs.style-1 .tab-content {
	border: 2px solid #eee;
	position: relative;
	padding: 30px 38px;
}
.tabs.style-2 li {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.tabs.style-2 li + li {
	margin-left: 30px;
}
.tabs.style-2 li > a {
	padding: 6px 18px;
	display: block;
	box-sizing: border-box;
	border: solid transparent;
	position: relative;
	text-decoration: none;
	color: #ec6504;
	font-size: 20px;
	transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
}
.tabs.style-2 li > a.active:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 0;
	border-bottom: 2px solid #ec6504;
	z-index: 2;
}
.tabs.style-2 .tab-content {
	border-top: 2px solid #f5f5f5;
	position: relative;
	padding: 30px 0;
}
.tabs.vertical-tab .nav-tabs {
	padding: 0;
	margin: -3px -2px -2px -3px;
	list-style-type: none;
	display: block;
	border-bottom: none;
}
.tabs.vertical-tab .nav-tabs-wrapper li {
	margin: 3px 2px 2px 3px;
	font-size: 20px;
}
.tabs.vertical-tab .nav-tabs-wrapper li > a {
	background: #f1f1f1;
	display: block;
	box-sizing: border-box;
	border: solid transparent;
	position: relative;
	text-decoration: none;
	color: #ec6504;
	padding: 6px 20px;
	transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
}
.tabs.vertical-tab .nav-tabs-wrapper li > a.active {
	cursor: default;
	text-decoration: none;
	color: #fff;
	transition: background .2s ease-in-out,color .2s ease-in-out;
	background: #ec6504;
}
.tabs.vertical-tab .nav-tabs-wrapper li > a.active:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: -17px;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-left-color: #ec6504;
}

/* === 2.37. GRID === */
.tm-grid-wrapper.mtn-65 {
	margin-top: -65px;
}
.tm-grid-wrapper.mtn-65 .tm-filter-button-group {
	padding-top: 20px;
	padding-bottom: 80px;
	text-align: right;
}
.tm-grid .animate {
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.tm-grid.has-animation .grid-item.animate {
	opacity: 1;
}
.tm-grid.has-animation .grid-item {
	opacity: 0;
	overflow: hidden;
}
.tm-grid-wrapper .tm-filter-button-group {
	padding-top: 30px;
	padding-bottom: 80px;
}
.tm-grid-wrapper .tm-filter-button-group-inner {
	margin: 0 -15px;
}
.tm-grid-wrapper .btn-filter {
	position: relative;
	display: inline-block;
	padding: 10px 15px 0;
	font-size: 18px;
	line-height: 1;
}
.tm-grid-wrapper .filter-text {
	padding: 10px 0 3px;
	position: relative;
	text-transform: capitalize;
	color: #999;
}
.tm-grid-wrapper .btn-filter.current .filter-text,
.tm-grid-wrapper .btn-filter:hover .filter-text {
	color: #ec6504;
}
.tm-grid-wrapper .filter-text:after {
	position: absolute;
	width: 5px;
	height: 5px;
	bottom: -15px;
	border-radius: 50%;
	left: 50%;
	content: "";
	display: block;
	margin-left: -2px;
	background-color: #ec6504;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.tm-grid-wrapper .btn-filter.current .filter-text:after, 
.tm-grid-wrapper .btn-filter:hover .filter-text:after {
	bottom: -12px;
	visibility: visible;
	opacity: 1;
}
.tm-grid-wrapper .filter-counter {
	position: absolute;
	bottom: 10px;
	right: 0;
	visibility: hidden;
	margin: 0 auto;
	min-width: 30px;
	height: 18px;
	line-height: 18px;
	border-radius: 9px;
	font-size: 12px;
	font-weight: 600;
	background-color: #ec6504;
	color: #fff;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.tm-grid-wrapper .btn-filter:hover .filter-counter {
	bottom: 100%;
	visibility: visible;
	opacity: 1;
}

/* === 2.38. MOBILE MENU === */
.page-mobile-main-menu {
	position: fixed;
	top: 0;
	right: 100%;
	z-index: 9999999;
	overflow-x: auto;
	width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: 3px 1px 29px rgba(0,0,0,.12);
	text-align: left;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #ec6504;
}
.page-mobile-main-menu.open {
	right: 0;
}
.page-mobile-menu-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 30px;
	height: 85px;
	background: #dedede;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.page-mobile-menu-logo {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.page-mobile-menu-logo img {
	width: 120px;
}
.page-close-mobile-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.page-close-mobile-menu div {
	position: relative;
	width: 24px;
	height: 18px;
	cursor: pointer;
}
.page-close-mobile-menu i {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 100%;
	height: 2px;
	background: transparent;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.page-close-mobile-menu i:after, 
.page-close-mobile-menu i:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ec6504;
	content: "";
	-webkit-transition: width .3s cubic-bezier(.645,.045,.355,1);
	transition: width .3s cubic-bezier(.645,.045,.355,1);
}
.page-close-mobile-menu i:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.page-close-mobile-menu i:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.page-mobile-main-menu .mobile-menu {
	margin: 0;
	padding: 20px 30px 30px;
}
.page-mobile-main-menu li {
	display: block;
	list-style-type: none;
}
.page-mobile-main-menu .mobile-menu a {
	position: relative;
	display: block;
}
.page-mobile-main-menu .mobile-menu a {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
	text-transform: none;
}
.page-mobile-main-menu .mobile-menu > li > a {
	padding: 10px 0;
	border: 0;
	border-color: transparent;
	font-size: 20px;
	color: #fff;
}
.page-mobile-main-menu .mobile-menu > li+li > a {
	border-top: 1px solid rgba(255,255,255,.1);
}
.page-mobile-main-menu .toggle-sub-menu {
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	height: 40px;
	background: hsla(0,0%,100%,.1);
	color: #fff;
	text-align: center;
	line-height: 40px;
	z-index: 5;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.page-mobile-main-menu .toggle-sub-menu:after {
	display: block;
	content: "\f105";
	font-size: 18px;
	font-family: FontAwesome;
}
.page-mobile-main-menu .toggle-sub-menu.open:after {
	content: "\f107";
}
.page-mobile-main-menu .sub-menu a {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0;
	padding-right: 0;
	font-size: 17px;
	color: #fff;
}
.page-mobile-main-menu .sub-menu {
	margin: 12px 0 14px 10px;
}
.page-mobile-main-menu .sub-menu.open {
	display: block;
}


/* 3. COMMERCE
/* --------------------------------------------------------------------- */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: star;
	color: #ffc926;
}
.star-rating::before {
	content: '\73\73\73\73\73';
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}
.star-rating span::before {
	content: '\53\53\53\53\53';
	top: 0;
	position: absolute;
	left: 0;
}
.mini-cart .mini-cart-icon {
	position: relative;
	display: block;
	width: 40px;
	height: 30px;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	cursor: pointer;
	color: #fff;
}
.mini-cart .mini-cart-icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	color: inherit;
	content: "\e035";
	font-family: 'simple-line-icons';
	line-height: normal;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.mini-cart .mini-cart-icon:after {
	position: absolute;
	top: -4px;
	right: -2px;
	min-width: 15px;
	height: 15px;
	border-radius: 50%;
	color: #212121;
	content: attr(data-count);
	font-weight: 500;
	font-size: 10px;
	line-height: 15px;
	background-color: #ec6504;
}
.mini-cart .widget_shopping_cart_content {
	position: absolute;
	top: calc(100% + 20px);
	right: 0;
	z-index: 99999;
	visibility: hidden;
	overflow: auto;
	padding: 30px 20px 27px;
	max-height: 700px;
	width: 360px;
	border: 1px solid #eee;
	border-bottom: 2px solid #ec6504;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
	transition: all .1s cubic-bezier(.645,.045,.355,1);
}
.mini-cart.open .widget_shopping_cart_content {
	top: 100%;
	visibility: visible;
	opacity: 1;
}
.mini-cart ul {
	margin: 0;
	padding: 0;
}
.product_list_widget li {
	display: block;
	list-style-type: none;
}
.product_list_widget li .remove {
	position: relative;
	float: right;
	width: 20px;
	height: 20px;
	color: inherit;
	font-size: 0;
	line-height: 1.5;
}
.product_list_widget li .remove:after {
	position: absolute;
	top: 2px;
	left: 3px;
	content: "\f1f8";
	font-size: 14px;
	font-family: FontAwesome;
}
.product_list_widget li > a:not(.remove) {
	font-size: 16px;
	font-weight: 400;
}
.product_list_widget li img {
	float: left;
	margin-right: 20px;
	width: 80px;
	height: auto;
}
.product_list_widget li .quantity {
	display: block;
	font-size: 20px;
}
.product_list_widget li .amount {
	color: #ec6504;
}
.widget_shopping_cart_content .cart-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	padding-top: 22px;
	border-top: 1px solid #eee;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	clear: both;
}
.widget_shopping_cart_content .total {
	padding: 0;
	width: 100%;
	border-top: 0;
	font-size: 16px;
}
.widget_shopping_cart_content .total .amount {
	font-size: 20px;
}
.widget_shopping_cart_content .buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.headroom--not-top .mini-cart .mini-cart-icon,
.header-desktop.style-5 .mini-cart .mini-cart-icon,
.header-desktop.style-5 .popup-search-wrap i,
.header-desktop.style-6 .mini-cart .mini-cart-icon,
.header-desktop.style-6 .popup-search-wrap i,
.header-desktop.style-7 .mini-cart .mini-cart-icon,
.header-desktop.style-7 .popup-search-wrap i {
	color: #222;
}
.products {
	clear: both;
}
.product-item {
	margin-bottom: 35px;
	position: relative;
}
.product-item .product-thumbnail {
	position: relative;
	overflow: hidden;
	margin-bottom: 26px;
	padding-top: 25px;
}
.product-item .product-thumbnail > a > img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
.product-item .product-thumbnail .actions {
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	background: #222222;
	transform: translateY(100%);
	text-align: center;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.product-item .product-thumbnail:hover .actions {
	transform: translateY(0);
}
.product-item .product-thumbnail .actions .action {
	float: left;
}
.product-item .product-thumbnail .actions .action-view-detail {
	width: 55px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.product-item .product-thumbnail .actions .action-view-detail a {
	position: relative;
	display: block;
	padding: 0;
	width: 55px;
	height: 55px;
	line-height: 60px;
	background-color: inherit;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
}
.product-item .product-thumbnail .actions i {
	font-weight: bold;
}
.product-item .product-thumbnail .actions .action-add-to-cart {
	width: calc(100% - 55px);
}
.product-item .product-thumbnail .actions .button-add-to-cart {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 10px;
	border-radius: 0;
	background: inherit;
	color: #ffffff;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: .1em;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	height: 55px;
	line-height: 55px;
}
.product-item .product-info {
	text-align: center;
}
.product-item .product-info .product-title {
	letter-spacing: 0;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 2px;
}
.product-item .product-info .price {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	color: #ec6504;
}
.product-item .product-info .price del {
	color: #999;
	font-weight: 400;
}
.product-item .product-info .price ins {
	text-decoration: none;
}
.product-item .product-thumbnail .badges {
	position: absolute;
	width: 48px;
	right: 12px;
	top: 12px;
}
.product-item .product-thumbnail .badges > span {
	position: relative;
	display: block;
	border-radius: 50%;
	text-transform: uppercase;
	height: 48px;
	width: 48px;
	text-align: center;
	line-height: 48px;
	padding: 0;
	font-weight: 700;
	margin: 0;
	color: #fff;
	font-size: 12px;
	left: 0;
	top: 0;
	right: auto;
	margin-bottom: -10px;
}
.product-item .product-thumbnail .badges .sale {
	background: #f76b6a;
	z-index: 98;
}
.product-item .product-thumbnail .badges .new {
	background: #b9d9e9;
	z-index: 96;
}
.category-item {
	width: 100%;
	height: 100%;
	position: relative;
}
.category-item .cat-wrapper {
	position: relative;
}
.category-item .cat-thumbnail img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.category-item .cat-content {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 30px 20px;
	font-size: 14px;
	background: #ffffff;
	min-width: 220px;
	text-align: center;
	box-sizing: border-box;
	-webkit-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.category-item:hover .cat-content {
	background: #19217e;
}
.category-item .cat-title {
	font-size: inherit;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	line-height: 1.2;
	font-weight: bold;
	display: inline-block;
}
.category-item .cat-count {
	font-size: 12px;
	color: initial;
	display: inline-block;
	line-height: 1.35;
}
.category-item:hover .cat-count,
.category-item:hover .cat-title {
	color: #fff;
}
.shop-filter {
	margin-bottom: 50px;
	float: left;
	width: 100%;
}
.shop-filter .commerce-ordering {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.shop-filter .commerce-ordering select {
	border-color: #999;
	color: #999;
}
.widget_price_filter .price_slider {
	margin-bottom: 1em
}
.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
	font-size: .8751em
}
.widget_price_filter .price_slider_amount .button {
	font-size: 1.15em;
	float: left
}
.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	background-color: #ec6504;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	top: -4px;
	cursor: pointer;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -10px;
}
.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	border-radius: 1em;
	background-color: #a46497
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius: 1em;
	background-color: #602053;
	border: 0
}
.widget_price_filter .ui-slider-horizontal {
	height: 4px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px
}
.widget_price_filter .price_slider_wrapper {
	margin-top: 40px;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #e0e0e0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .ui-slider .ui-slider-range {
	background: #ec6504;
}
.widget_price_filter .price_slider_amount {
	margin-top: 33px;
}
.widget_price_filter .price_slider_amount .button {
	font-size: 11px;
	line-height: 38px;
	height: 35px;
}
.widget_price_filter .price_slider_amount .price_label {
	color: #5e5a54;
	font-weight: 500;
}
ul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0;
}
ul.product_list_widget li {
	padding: 4px 0;
	margin: 0;
	padding: 0;
	list-style: none;
	width:	100%;
	float: left;
}
ul.product_list_widget li+li {
	margin-top: 30px;
}
ul.product_list_widget li a {
	display: block;
	font-weight: 700;
}
ul.product_list_widget li img {
	float: left;
	margin-right: 15px;
	margin-left: 0;
	width: 80px;
	height: 100px;
}
ul.product_list_widget li .product-title {
	display: inline-block;
	margin-top: 12px;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
}
ul.product_list_widget li .amount {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.1;
}
ul.product_list_widget li .star-rating {
	font-size: 12px;
}
.commerce-form-login {
	border: 1px solid #d3ced2;
	padding: 20px;
	margin: 39px 0 0;
	text-align: left;
	border-radius: 5px;
}
.commerce-form-login .form-item {
	margin: 0 0 10px;
	padding: 0;
	display: block;
}
.commerce-form-login .form-item .required {
	color: red;
	font-weight: 700;
	border: 0;
}
.table thead, table thead {
	background-color: #f2f2f5;
	color: #202020;
	text-transform: uppercase;
	letter-spacing: 2.4px;
	font-size: 80%;
	font-weight: 400;
	border: 1px solid #ddd;
	border-bottom: 0;
}
.table tr:last-child, table tr:last-child {
	border-bottom: 0;
}
.table > thead > tr > th, .table > tbody > tr > td {
	border-bottom: none;
	border-top: none;
}
table.shop-cart tbody tr.cart_item {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	font-size: 106.667%;
}
table.shop-cart tbody tr.cart_item td {
	padding: 25px 15px;
	vertical-align: middle;
}
table.shop-cart tbody tr.cart_item td.product-remove {
	text-align: center;
}
table.shop-cart tbody tr.cart_item td.product-thumbnail {
	width: 108px;
}
table.shop-cart tbody tr.cart_item td.product-remove a {
	background-color: transparent;
	color: #888;
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 19px;
	display: inline-block;
}
table.shop-cart tbody tr.cart_item td.product-remove a:hover {
	background-color: red;
	color: #fff;
}
table.shop-cart tbody tr.cart_item td.product-name a {
	font-weight: 700;
}
table.shop-cart tbody tr.cart_item td.product-quantity .quantity {
	width: 45px;
	display: inline-block;
}
table.shop-cart tbody tr.cart_item td.product-quantity .quantity input {
	padding-left: 10px;
}
table.shop-cart tbody tr td.actions {
	padding: 30px 0 0;
	border: none;
}
table.shop-cart tbody tr td.actions input {
	margin-bottom: 30px;
	width: 100%;
}
.cart-totals {
	display: block;
	margin-top: 30px;
}
.cart-totals table {
	border: 1px solid #ddd;
	width: 100%;
}
.cart-totals table tr {
	border-bottom: 1px solid #ddd;
}
.cart-totals table tr:last-child {
	border-bottom: none;
}
.cart-totals table tr th,
.cart-totals table tr td {
	padding: 15px 20px;
	color: #1f1f1f;
}
.cart-totals table tr td {
	text-align: right;
}
.cart-totals .proceed-to-checkout {
	margin-top: 30px;
}
.checkout .input-checkbox {
	margin-top: 8px;
}
.form-checkout label sup {
	color: red;
	font-size: 13px;
	top: 0;
}
.payment-product-list .product-item {
	position: relative;
	margin-bottom: 20px;
	color: #27394A;
	float: left;
	width: 100%;
}
.payment-product-list .product-item .product-img {
	width: 90px;
	padding-right: 20px;
	display: inline;
	position: relative;
	float: left;
}
.payment-product-list .product-item .product-img span {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 24px;
	line-height: 24px;
	min-width: 24px;
	text-align: center;
	color: white;
	background-color: #ec6504;
}
.payment-product-list .product-item .product-body {
	display: inline-block;
}
.payment-product-list .product-item .product-body .product-name {
	color: #898989;
	font-weight: 400;
	font-size: 15px;
}
.payment-product-list .product-item .product-body .product-name a {
	color: #898989;
	font-size: 15px;
}
.payment-product-list .product-item .product-body .product-price {
	color: #242626;
	display: inline-block;
}
.payment-product-list .product-item .product-button {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.payment-product-list .product-item .product-button > a {
	display: block;
	margin-bottom: 5px;
	color: #898989;
	font-size: 14px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	opacity: 1;
}
.payment-product-list .product-item .product-button > a:hover, 
.payment-product-list .product-item .product-button > a:focus {
	color: red;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.total-product {
	padding: 20px 0;
	margin-bottom: 20px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.coupon {
	height: 50px;
	color: #fff;
	display: table;
}
.coupon p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.cart-total, .payment_methods {
	color: #27394A;
}
.payment_methods input {
	margin-top: 0;
}
.payment_methods label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}
.single-product-content {
	margin-bottom: 50px;
	float: left;
	width: 100%;
	padding: 0px 100px;
}
.single-product-content .images {
	width: 50%;
	margin-bottom: 0;
	position: relative;
	float: left;
}
.single-product-content .images .single-product-thumbail {
	width: 100px;
	height: auto;
	min-height: 300px;
	position: absolute;
	left: 0;
	top: 0;
}
.single-product-content .images .single-product-thumbail .item-img {
	border: 1px solid transparent;
	margin: 0 0 15px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	cursor: pointer;
}
.single-product-content .images .single-product-thumbail .item-img + .item-img {
	margin-top: 15px;
}
.single-product-content .images img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: none;
}
.single-product-content .images .single-product-thumbail .item-img.t-active {
	border-color: #888888;
}
.single-product-content .images .single-product-slider {
	position: relative;
	margin-left: 130px;
}
.single-product-content .summary {
	float: right;
	margin-bottom: 30px;
	width: 46%;
}
.single-product-content .summary .product-price {
	font-size: 1.25em;
	margin-bottom: 30px;
}
.single-product-content .summary .price del {
	opacity: .5;
	color: #cfcecc;
	font-size: 15px;
}
.single-product-content .summary .price ins {
	font-size: 24px;
	color: #ec6504;
	font-weight: 400;
	text-decoration: none;
}
.single-product-content .summary .star-rating {
	margin-top: 10px;
	margin-bottom: 30px;
}
.single-product-content .summary form.cart {
	margin: 0 0 30px 0;
	float: left;
}
.single-product-content .summary .quantity {
	float: left;
	margin: 0 4px 0 0;
	color: #555555;
}
.single-product-content .summary .quantity .noo-quantity-attr {
	font-weight: 700;
	display: inline-block;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #eeeeee;
	font-size: 16px;
	margin: 0 10px 0 0;
}
.single-product-content .summary .quantity .noo-quantity-attr button {
	border: 0;
	background: none;
	height: 40px;
	width: auto;
	padding: 0 15px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	outline: none;
}
.single-product-content .summary .quantity .noo-quantity-attr .qty-decrease {
	padding-right: 5px;
}
.single-product-content .summary .quantity .noo-quantity-attr .qty-increase {
	padding-left: 5px;
}
.single-product-content .summary .quantity .noo-quantity-attr input {
	border: 0;
	background: none;
	height: 40px;
	width: auto;
	text-align: center;
	margin-bottom: 0;
}
.single-product-content .summary .product-meta {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #eeeeee;
	clear: both;
	padding-top: 30px;
}
.single-product-content .summary .product-meta .posted_in, 
.single-product-content .summary .product-meta .tagged_as {
	display: block;
}
.single-product-content .summary .product-meta .posted_in a, 
.single-product-content .summary .product-meta .tagged_as a {
	text-transform: none;
	margin-right: 3px;
	color: #ec6504;
}
.single-product-content .summary .product-meta .posted_in a:first-child, 
.single-product-content .summary .product-meta .tagged_as a:first-child {
	margin-left: 10px;
}
.single-product-content .summary .noo-social-share {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #eeeeee;
	padding-top: 30px;
	margin-top: 30px;
}
.single-product-content .summary .noo-social-share .share-name {
	padding-right: 12px;
}
.single-product-content .summary .noo-social-share a {
	display: inline-block;
	padding: 6px 13px;
	color: #aaa;
	font-size: 18px;
	line-height: 1;
}
.commerce-tab {
	clear: both;
}
.commerce-tab .nav-tabs {
	display: inline-block;
	width: 100%;
}
.single-post .related-posts-wrap {
	margin-top: 92px;
}
.single-post .related-posts-wrap .related-title {
	margin-bottom: 38px;
	text-align: center;
	font-size: 30px;
	line-height: 1.3;
}
.single-product-bottom {
	clear: both;
	display: block;
	margin-top: 40px;
}

/* ===================================
    10. Margin
====================================== */
.margin-one-all {
  margin: 1%;
}
.margin-two-all {
  margin: 2%;
}
.margin-three-all {
  margin: 3%;
}
.margin-four-all {
  margin: 4%;
}
.margin-five-all {
  margin: 5%;
}
.margin-six-all {
  margin: 6%;
}
.margin-seven-all {
  margin: 7%;
}
.margin-eight-all {
  margin: 8%;
}
.margin-nine-all {
  margin: 9%;
}
.margin-ten-all {
  margin: 10%;
}
.margin-eleven-all {
  margin: 11%;
}
.margin-twelve-all {
  margin: 12%;
}
.margin-thirteen-all {
  margin: 13%;
}
.margin-fourteen-all {
  margin: 14%;
}
.margin-fifteen-all {
  margin: 15%;
}
.margin-sixteen-all {
  margin: 16%;
}
.margin-seventeen-all {
  margin: 17%;
}
.margin-eighteen-all {
  margin: 18%;
}
.margin-nineteen-all {
  margin: 19%;
}
.margin-twenty-all {
  margin: 20%;
}
.margin-5px-all {
  margin: 5px;
}
.margin-10px-all {
  margin: 10px;
}
.margin-15px-all {
  margin: 15px;
}
.margin-20px-all {
  margin: 20px;
}
.margin-25px-all {
  margin: 25px;
}
.margin-30px-all {
  margin: 30px;
}
.margin-35px-all {
  margin: 35px;
}
.margin-40px-all {
  margin: 40px;
}
.margin-45px-all {
  margin: 45px;
}
.margin-50px-all {
  margin: 50px;
}
.margin-55px-all {
  margin: 55px;
}
.margin-60px-all {
  margin: 60px;
}
.margin-65px-all {
  margin: 65px;
}
.margin-70px-all {
  margin: 70px;
}
.margin-75px-all {
  margin: 75px;
}
.margin-80px-all {
  margin: 80px;
}
.margin-85px-all {
  margin: 85px;
}
.margin-90px-all {
  margin: 90px;
}
.margin-95px-all {
  margin: 95px;
}
.margin-100px-all {
  margin: 100px;
}
.margin-1-rem-all {
  margin: 1rem;
}
.margin-1-half-rem-all {
  margin: 1.5rem;
}
.margin-2-rem-all {
  margin: 2rem;
}
.margin-2-half-rem-all {
  margin: 2.5rem;
}
.margin-3-rem-all {
  margin: 3rem;
}
.margin-3-half-rem-all {
  margin: 3.5rem;
}
.margin-4-rem-all {
  margin: 4rem;
}
.margin-4-half-rem-all {
  margin: 4.5rem;
}
.margin-5-rem-all {
  margin: 5rem;
}
.margin-5-half-rem-all {
  margin: 5.5rem;
}
.margin-6-rem-all {
  margin: 6rem;
}
.margin-6-half-rem-all {
  margin: 6.5rem;
}
.margin-7-rem-all {
  margin: 7rem;
}
.margin-7-half-rem-all {
  margin: 7.5rem;
}
.margin-8-rem-all {
  margin: 8rem;
}
.margin-8-half-rem-all {
  margin: 8.5rem;
}
.margin-9-rem-all {
  margin: 9rem;
}
.margin-9-half-rem-all {
  margin: 9.5rem;
}
.margin-10-rem-all {
  margin: 10rem;
}
.margin-10-half-rem-all {
  margin: 10.5rem;
}
/* margin top */
.margin-one-top {
  margin-top: 1%;
}
.margin-two-top {
  margin-top: 2%;
}
.margin-three-top {
  margin-top: 3%;
}
.margin-four-top {
  margin-top: 4%;
}
.margin-five-top {
  margin-top: 5%;
}
.margin-six-top {
  margin-top: 6%;
}
.margin-seven-top {
  margin-top: 7%;
}
.margin-eight-top {
  margin-top: 8%;
}
.margin-nine-top {
  margin-top: 9%;
}
.margin-ten-top {
  margin-top: 10%;
}
.margin-eleven-top {
  margin-top: 11%;
}
.margin-twelve-top {
  margin-top: 12%;
}
.margin-thirteen-top {
  margin-top: 13%;
}
.margin-fourteen-top {
  margin-top: 14%;
}
.margin-fifteen-top {
  margin-top: 15%;
}
.margin-sixteen-top {
  margin-top: 16%;
}
.margin-seventeen-top {
  margin-top: 17%;
}
.margin-eighteen-top {
  margin-top: 18%;
}
.margin-nineteen-top {
  margin-top: 19%;
}
.margin-twenty-top {
  margin-top: 20%;
}
.margin-twenty-five-top {
  margin-top: 20%;
}
.margin-5px-top {
  margin-top: 5px;
}
.margin-10px-top {
  margin-top: 10px;
}
.margin-15px-top {
  margin-top: 15px;
}
.margin-20px-top {
  margin-top: 20px;
}
.margin-25px-top {
  margin-top: 25px;
}
.margin-30px-top {
  margin-top: 30px;
}
.margin-35px-top {
  margin-top: 35px;
}
.margin-40px-top {
  margin-top: 40px;
}
.margin-45px-top {
  margin-top: 45px;
}
.margin-50px-top {
  margin-top: 50px;
}
.margin-55px-top {
  margin-top: 55px;
}
.margin-60px-top {
  margin-top: 60px;
}
.margin-65px-top {
  margin-top: 65px;
}
.margin-70px-top {
  margin-top: 70px;
}
.margin-75px-top {
  margin-top: 75px;
}
.margin-80px-top {
  margin-top: 80px;
}
.margin-85px-top {
  margin-top: 85px;
}
.margin-90px-top {
  margin-top: 90px;
}
.margin-95px-top {
  margin-top: 95px;
}
.margin-100px-top {
  margin-top: 100px;
}
.margin-1-rem-top {
  margin-top: 1rem;
}
.margin-1-half-rem-top {
  margin-top: 1.5rem;
}
.margin-2-rem-top {
  margin-top: 2rem;
}
.margin-2-half-rem-top {
  margin-top: 2.5rem;
}
.margin-3-rem-top {
  margin-top: 3rem;
}
.margin-3-half-rem-top {
  margin-top: 3.5rem;
}
.margin-4-rem-top {
  margin-top: 4rem;
}
.margin-4-half-rem-top {
  margin-top: 4.5rem;
}
.margin-5-rem-top {
  margin-top: 5rem;
}
.margin-5-half-rem-top {
  margin-top: 5.5rem;
}
.margin-6-rem-top {
  margin-top: 6rem;
}
.margin-6-half-rem-top {
  margin-top: 6.5rem;
}
.margin-7-rem-top {
  margin-top: 7rem;
}
.margin-7-half-rem-top {
  margin-top: 7.5rem;
}
.margin-8-rem-top {
  margin-top: 8rem;
}
.margin-8-half-rem-top {
  margin-top: 8.5rem;
}
.margin-9-rem-top {
  margin-top: 9rem;
}
.margin-9-half-rem-top {
  margin-top: 9.5rem;
}
.margin-10-rem-top {
  margin-top: 10rem;
}
.margin-10-half-rem-top {
  margin-top: 10.5rem;
}
/* margin bottom */
.margin-one-bottom {
  margin-bottom: 1%;
}
.margin-two-bottom {
  margin-bottom: 2%;
}
.margin-three-bottom {
  margin-bottom: 3%;
}
.margin-four-bottom {
  margin-bottom: 4%;
}
.margin-five-bottom {
  margin-bottom: 5%;
}
.margin-six-bottom {
  margin-bottom: 6%;
}
.margin-seven-bottom {
  margin-bottom: 7%;
}
.margin-eight-bottom {
  margin-bottom: 8%;
}
.margin-nine-bottom {
  margin-bottom: 9%;
}
.margin-ten-bottom {
  margin-bottom: 10%;
}
.margin-eleven-bottom {
  margin-bottom: 11%;
}
.margin-twelve-bottom {
  margin-bottom: 12%;
}
.margin-thirteen-bottom {
  margin-bottom: 13%;
}
.margin-fourteen-bottom {
  margin-bottom: 14%;
}
.margin-fifteen-bottom {
  margin-bottom: 15%;
}
.margin-sixteen-bottom {
  margin-bottom: 16%;
}
.margin-seventeen-bottom {
  margin-bottom: 17%;
}
.margin-eighteen-bottom {
  margin-bottom: 18%;
}
.margin-nineteen-bottom {
  margin-bottom: 19%;
}
.margin-twenty-bottom {
  margin-bottom: 20%;
}
.margin-5px-bottom {
  margin-bottom: 5px;
}
.margin-10px-bottom {
  margin-bottom: 10px;
}
.margin-15px-bottom {
  margin-bottom: 15px;
}
.margin-20px-bottom {
  margin-bottom: 20px;
}
.margin-25px-bottom {
  margin-bottom: 25px;
}
.margin-30px-bottom {
  margin-bottom: 30px;
}
.margin-35px-bottom {
  margin-bottom: 35px;
}
.margin-40px-bottom {
  margin-bottom: 40px;
}
.margin-45px-bottom {
  margin-bottom: 45px;
}
.margin-50px-bottom {
  margin-bottom: 50px;
}
.margin-55px-bottom {
  margin-bottom: 55px;
}
.margin-60px-bottom {
  margin-bottom: 60px;
}
.margin-65px-bottom {
  margin-bottom: 65px;
}
.margin-70px-bottom {
  margin-bottom: 70px;
}
.margin-75px-bottom {
  margin-bottom: 75px;
}
.margin-80px-bottom {
  margin-bottom: 80px;
}
.margin-85px-bottom {
  margin-bottom: 85px;
}
.margin-90px-bottom {
  margin-bottom: 90px;
}
.margin-95px-bottom {
  margin-bottom: 95px;
}
.margin-100px-bottom {
  margin-bottom: 100px;
}
.margin-1-rem-bottom {
  margin-bottom: 1rem;
}
.margin-1-half-rem-bottom {
  margin-bottom: 1.5rem;
}
.margin-2-rem-bottom {
  margin-bottom: 2rem;
}
.margin-2-half-rem-bottom {
  margin-bottom: 2.5rem;
}
.margin-3-rem-bottom {
  margin-bottom: 3rem;
}
.margin-3-half-rem-bottom {
  margin-bottom: 3.5rem;
}
.margin-4-rem-bottom {
  margin-bottom: 4rem;
}
.margin-4-half-rem-bottom {
  margin-bottom: 4.5rem;
}
.margin-5-rem-bottom {
  margin-bottom: 5rem;
}
.margin-5-half-rem-bottom {
  margin-bottom: 5.5rem;
}
.margin-6-rem-bottom {
  margin-bottom: 6rem;
}
.margin-6-half-rem-bottom {
  margin-bottom: 6.5rem;
}
.margin-7-rem-bottom {
  margin-bottom: 7rem;
}
.margin-7-half-rem-bottom {
  margin-bottom: 7.5rem;
}
.margin-8-rem-bottom {
  margin-bottom: 8rem;
}
.margin-8-half-rem-bottom {
  margin-bottom: 8.5rem;
}
.margin-9-rem-bottom {
  margin-bottom: 9rem;
}
.margin-9-half-rem-bottom {
  margin-bottom: 9.5rem;
}
.margin-10-rem-bottom {
  margin-bottom: 10rem;
}
.margin-10-half-rem-bottom {
  margin-bottom: 10.5rem;
}
.margin-15-rem-bottom {
  margin-bottom: 15rem;
}
.margin-27-rem-bottom {
  margin-bottom: 27rem;
}
/* margin right */
.margin-one-right {
  margin-right: 1%;
}
.margin-two-right {
  margin-right: 2%;
}
.margin-three-right {
  margin-right: 3%;
}
.margin-four-right {
  margin-right: 4%;
}
.margin-five-right {
  margin-right: 5%;
}
.margin-six-right {
  margin-right: 6%;
}
.margin-seven-right {
  margin-right: 7%;
}
.margin-eight-right {
  margin-right: 8%;
}
.margin-nine-right {
  margin-right: 9%;
}
.margin-ten-right {
  margin-right: 10%;
}
.margin-eleven-right {
  margin-right: 11%;
}
.margin-twelve-right {
  margin-right: 12%;
}
.margin-thirteen-right {
  margin-right: 13%;
}
.margin-fourteen-right {
  margin-right: 14%;
}
.margin-fifteen-right {
  margin-right: 15%;
}
.margin-sixteen-right {
  margin-right: 16%;
}
.margin-seventeen-right {
  margin-right: 17%;
}
.margin-eighteen-right {
  margin-right: 18%;
}
.margin-nineteen-right {
  margin-right: 19%;
}
.margin-twenty-right {
  margin-right: 20%;
}
.margin-5px-right {
  margin-right: 5px;
}
.margin-10px-right {
  margin-right: 10px;
}
.margin-15px-right {
  margin-right: 15px;
}
.margin-20px-right {
  margin-right: 20px;
}
.margin-25px-right {
  margin-right: 25px;
}
.margin-30px-right {
  margin-right: 30px;
}
.margin-35px-right {
  margin-right: 35px;
}
.margin-40px-right {
  margin-right: 40px;
}
.margin-45px-right {
  margin-right: 45px;
}
.margin-50px-right {
  margin-right: 50px;
}
.margin-55px-right {
  margin-right: 55px;
}
.margin-60px-right {
  margin-right: 60px;
}
.margin-65px-right {
  margin-right: 65px;
}
.margin-70px-right {
  margin-right: 70px;
}
.margin-75px-right {
  margin-right: 75px;
}
.margin-80px-right {
  margin-right: 80px;
}
.margin-85px-right {
  margin-right: 85px;
}
.margin-90px-right {
  margin-right: 90px;
}
.margin-95px-right {
  margin-right: 95px;
}
.margin-100px-right {
  margin-right: 100px;
}
.margin-1-rem-right {
  margin-right: 1rem;
}
.margin-1-half-rem-right {
  margin-right: 1.5rem;
}
.margin-2-rem-right {
  margin-right: 2rem;
}
.margin-2-half-rem-right {
  margin-right: 2.5rem;
}
.margin-3-rem-right {
  margin-right: 3rem;
}
.margin-3-half-rem-right {
  margin-right: 3.5rem;
}
.margin-4-rem-right {
  margin-right: 4rem;
}
.margin-4-half-rem-right {
  margin-right: 4.5rem;
}
.margin-5-rem-right {
  margin-right: 5rem;
}
.margin-5-half-rem-right {
  margin-right: 5.5rem;
}
.margin-6-rem-right {
  margin-right: 6rem;
}
.margin-6-half-rem-right {
  margin-right: 6.5rem;
}
.margin-7-rem-right {
  margin-right: 7rem;
}
.margin-7-half-rem-right {
  margin-right: 7.5rem;
}
.margin-8-rem-right {
  margin-right: 8rem;
}
.margin-8-half-rem-right {
  margin-right: 8.5rem;
}
.margin-9-rem-right {
  margin-right: 9rem;
}
.margin-9-half-rem-right {
  margin-right: 9.5rem;
}
.margin-10-rem-right {
  margin-right: 10rem;
}
.margin-10-half-rem-right {
  margin-right: 10.5rem;
}
/* margin left */
.margin-one-left {
  margin-left: 1%;
}
.margin-two-left {
  margin-left: 2%;
}
.margin-three-left {
  margin-left: 3%;
}
.margin-four-left {
  margin-left: 4%;
}
.margin-five-left {
  margin-left: 5%;
}
.margin-six-left {
  margin-left: 6%;
}
.margin-seven-left {
  margin-left: 7%;
}
.margin-eight-left {
  margin-left: 8%;
}
.margin-nine-left {
  margin-left: 9%;
}
.margin-ten-left {
  margin-left: 10%;
}
.margin-eleven-left {
  margin-left: 11%;
}
.margin-twelve-left {
  margin-left: 12%;
}
.margin-thirteen-left {
  margin-left: 13%;
}
.margin-fourteen-left {
  margin-left: 14%;
}
.margin-fifteen-left {
  margin-left: 15%;
}
.margin-sixteen-left {
  margin-left: 16%;
}
.margin-seventeen-left {
  margin-left: 17%;
}
.margin-eighteen-left {
  margin-left: 18%;
}
.margin-nineteen-left {
  margin-left: 19%;
}
.margin-twenty-left {
  margin-left: 20%;
}
.margin-5px-left {
  margin-left: 5px;
}
.margin-10px-left {
  margin-left: 10px;
}
.margin-15px-left {
  margin-left: 15px;
}
.margin-20px-left {
  margin-left: 20px;
}
.margin-25px-left {
  margin-left: 25px;
}
.margin-30px-left {
  margin-left: 30px;
}
.margin-35px-left {
  margin-left: 35px;
}
.margin-40px-left {
  margin-left: 40px;
}
.margin-45px-left {
  margin-left: 45px;
}
.margin-50px-left {
  margin-left: 50px;
}
.margin-55px-left {
  margin-left: 55px;
}
.margin-60px-left {
  margin-left: 60px;
}
.margin-65px-left {
  margin-left: 65px;
}
.margin-70px-left {
  margin-left: 70px;
}
.margin-75px-left {
  margin-left: 75px;
}
.margin-80px-left {
  margin-left: 80px;
}
.margin-85px-left {
  margin-left: 85px;
}
.margin-90px-left {
  margin-left: 90px;
}
.margin-95px-left {
  margin-left: 95px;
}
.margin-100px-left {
  margin-left: 100px;
}
.margin-1-rem-left {
  margin-left: 1rem;
}
.margin-1-half-rem-left {
  margin-left: 1.5rem;
}
.margin-2-rem-left {
  margin-left: 2rem;
}
.margin-2-half-rem-left {
  margin-left: 2.5rem;
}
.margin-3-rem-left {
  margin-left: 3rem;
}
.margin-3-half-rem-left {
  margin-left: 3.5rem;
}
.margin-4-rem-left {
  margin-left: 4rem;
}
.margin-4-half-rem-left {
  margin-left: 4.5rem;
}
.margin-5-rem-left {
  margin-left: 5rem;
}
.margin-5-half-rem-left {
  margin-left: 5.5rem;
}
.margin-6-rem-left {
  margin-left: 6rem;
}
.margin-6-half-rem-left {
  margin-left: 6.5rem;
}
.margin-7-rem-left {
  margin-left: 7rem;
}
.margin-7-half-rem-left {
  margin-left: 7.5rem;
}
.margin-8-rem-left {
  margin-left: 8rem;
}
.margin-8-half-rem-left {
  margin-left: 8.5rem;
}
.margin-9-rem-left {
  margin-left: 9rem;
}
.margin-9-half-rem-left {
  margin-left: 9.5rem;
}
.margin-10-rem-left {
  margin-left: 10rem;
}
.margin-10-half-rem-left {
  margin-left: 10.5rem;
}
/* margin left right */
.margin-one-lr {
  margin-left: 1%;
  margin-right: 1%;
}
.margin-two-lr {
  margin-left: 2%;
  margin-right: 2%;
}
.margin-three-lr {
  margin-left: 3%;
  margin-right: 3%;
}
.margin-four-lr {
  margin-left: 4%;
  margin-right: 4%;
}
.margin-five-lr {
  margin-left: 5%;
  margin-right: 5%;
}
.margin-six-lr {
  margin-left: 6%;
  margin-right: 6%;
}
.margin-seven-lr {
  margin-left: 7%;
  margin-right: 7%;
}
.margin-eight-lr {
  margin-left: 8%;
  margin-right: 8%;
}
.margin-nine-lr {
  margin-left: 9%;
  margin-right: 9%;
}
.margin-ten-lr {
  margin-left: 10%;
  margin-right: 10%;
}
.margin-eleven-lr {
  margin-left: 11%;
  margin-right: 11%;
}
.margin-twelve-lr {
  margin-left: 12%;
  margin-right: 12%;
}
.margin-thirteen-lr {
  margin-left: 13%;
  margin-right: 13%;
}
.margin-fourteen-lr {
  margin-left: 14%;
  margin-right: 14%;
}
.margin-fifteen-lr {
  margin-left: 15%;
  margin-right: 15%;
}
.margin-sixteen-lr {
  margin-left: 16%;
  margin-right: 16%;
}
.margin-seventeen-lr {
  margin-left: 17%;
  margin-right: 17%;
}
.margin-eighteen-lr {
  margin-left: 18%;
  margin-right: 18%;
}
.margin-nineteen-lr {
  margin-left: 19%;
  margin-right: 19%;
}
.margin-twenty-lr {
  margin-left: 20%;
  margin-right: 20%;
}
.margin-5px-lr {
  margin-left: 5px;
  margin-right: 5px;
}
.margin-10px-lr {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-15px-lr {
  margin-left: 15px;
  margin-right: 15px;
}
.margin-20px-lr {
  margin-left: 20px;
  margin-right: 20px;
}
.margin-25px-lr {
  margin-left: 25px;
  margin-right: 25px;
}
.margin-30px-lr {
  margin-left: 30px;
  margin-right: 30px;
}
.margin-35px-lr {
  margin-left: 35px;
  margin-right: 35px;
}
.margin-40px-lr {
  margin-left: 40px;
  margin-right: 40px;
}
.margin-45px-lr {
  margin-left: 45px;
  margin-right: 45px;
}
.margin-50px-lr {
  margin-left: 50px;
  margin-right: 50px;
}
.margin-55px-lr {
  margin-left: 55px;
  margin-right: 55px;
}
.margin-60px-lr {
  margin-left: 60px;
  margin-right: 60px;
}
.margin-65px-lr {
  margin-left: 65px;
  margin-right: 65px;
}
.margin-70px-lr {
  margin-left: 70px;
  margin-right: 70px;
}
.margin-75px-lr {
  margin-left: 75px;
  margin-right: 75px;
}
.margin-80px-lr {
  margin-left: 80px;
  margin-right: 80px;
}
.margin-85px-lr {
  margin-left: 85px;
  margin-right: 85px;
}
.margin-90px-lr {
  margin-left: 90px;
  margin-right: 90px;
}
.margin-95px-lr {
  margin-left: 95px;
  margin-right: 95px;
}
.margin-100px-lr {
  margin-left: 100px;
  margin-right: 100px;
}
.margin-1-rem-lr {
  margin-left: 1rem;
  margin-right: 1rem;
}
.margin-1-half-rem-lr {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.margin-2-rem-lr {
  margin-left: 2rem;
  margin-right: 2rem;
}
.margin-2-half-rem-lr {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.margin-3-rem-lr {
  margin-left: 3rem;
  margin-right: 3rem;
}
.margin-3-half-rem-lr {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.margin-4-rem-lr {
  margin-left: 4rem;
  margin-right: 4rem;
}
.margin-4-half-rem-lr {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}
.margin-5-rem-lr {
  margin-left: 5rem;
  margin-right: 5rem;
}
.margin-5-half-rem-lr {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}
.margin-6-rem-lr {
  margin-left: 6rem;
  margin-right: 6rem;
}
.margin-6-half-rem-lr {
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}
.margin-7-rem-lr {
  margin-left: 7rem;
  margin-right: 7rem;
}
.margin-7-half-rem-lr {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}
.margin-8-rem-lr {
  margin-left: 8rem;
  margin-right: 8rem;
}
.margin-8-half-rem-lr {
  margin-left: 8.5rem;
  margin-right: 8.5rem;
}
.margin-9-rem-lr {
  margin-left: 9rem;
  margin-right: 9rem;
}
.margin-9-half-rem-lr {
  margin-left: 9.5rem;
  margin-right: 9.5rem;
}
.margin-10-rem-lr {
  margin-left: 10rem;
  margin-right: 10rem;
}
.margin-10-half-rem-lr {
  margin-left: 10.5rem;
  margin-right: 10.5rem;
}
/* margin top bottom */
.margin-one-tb {
  margin-top: 1%;
  margin-bottom: 1%;
}
.margin-two-tb {
  margin-top: 2%;
  margin-bottom: 2%;
}
.margin-three-tb {
  margin-top: 3%;
  margin-bottom: 3%;
}
.margin-four-tb {
  margin-top: 4%;
  margin-bottom: 4%;
}
.margin-five-tb {
  margin-top: 5%;
  margin-bottom: 5%;
}
.margin-six-tb {
  margin-top: 6%;
  margin-bottom: 6%;
}
.margin-seven-tb {
  margin-top: 7%;
  margin-bottom: 7%;
}
.margin-eight-tb {
  margin-top: 8%;
  margin-bottom: 8%;
}
.margin-nine-tb {
  margin-top: 9%;
  margin-bottom: 9%;
}
.margin-ten-tb {
  margin-top: 10%;
  margin-bottom: 10%;
}
.margin-eleven-tb {
  margin-top: 11%;
  margin-bottom: 11%;
}
.margin-twelve-tb {
  margin-top: 12%;
  margin-bottom: 12%;
}
.margin-thirteen-tb {
  margin-top: 13%;
  margin-bottom: 13%;
}
.margin-fourteen-tb {
  margin-top: 14%;
  margin-bottom: 14%;
}
.margin-fifteen-tb {
  margin-top: 15%;
  margin-bottom: 15%;
}
.margin-sixteen-tb {
  margin-top: 16%;
  margin-bottom: 16%;
}
.margin-seventeen-tb {
  margin-top: 17%;
  margin-bottom: 17%;
}
.margin-eighteen-tb {
  margin-top: 18%;
  margin-bottom: 18%;
}
.margin-nineteen-tb {
  margin-top: 19%;
  margin-bottom: 19%;
}
.margin-twenty-tb {
  margin-top: 20%;
  margin-bottom: 20%;
}
.margin-5px-tb {
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-10px-tb {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-15px-tb {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-20px-tb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-25px-tb {
  margin-top: 25px;
  margin-bottom: 25px;
}
.margin-30px-tb {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-35px-tb {
  margin-top: 35px;
  margin-bottom: 35px;
}
.margin-40px-tb {
  margin-top: 40px;
  margin-bottom: 40px;
}
.margin-45px-tb {
  margin-top: 45px;
  margin-bottom: 45px;
}
.margin-50px-tb {
  margin-top: 50px;
  margin-bottom: 50px;
}
.margin-55px-tb {
  margin-top: 55px;
  margin-bottom: 55px;
}
.margin-60px-tb {
  margin-top: 60px;
  margin-bottom: 60px;
}
.margin-65px-tb {
  margin-top: 65px;
  margin-bottom: 65px;
}
.margin-70px-tb {
  margin-top: 70px;
  margin-bottom: 70px;
}
.margin-75px-tb {
  margin-top: 75px;
  margin-bottom: 75px;
}
.margin-80px-tb {
  margin-top: 80px;
  margin-bottom: 80px;
}
.margin-85px-tb {
  margin-top: 85px;
  margin-bottom: 85px;
}
.margin-90px-tb {
  margin-top: 90px;
  margin-bottom: 90px;
}
.margin-95px-tb {
  margin-top: 95px;
  margin-bottom: 95px;
}
.margin-100px-tb {
  margin-top: 100px;
  margin-bottom: 100px;
}
.margin-1-rem-tb {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.margin-1-half-rem-tb {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.margin-2-rem-tb {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.margin-2-half-rem-tb {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.margin-3-rem-tb {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.margin-3-half-rem-tb {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.margin-4-rem-tb {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.margin-4-half-rem-tb {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
.margin-5-rem-tb {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.margin-5-half-rem-tb {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}
.margin-6-rem-tb {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.margin-6-half-rem-tb {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}
.margin-7-rem-tb {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.margin-7-half-rem-tb {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
.margin-8-rem-tb {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.margin-8-half-rem-tb {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
}
.margin-9-rem-tb {
  margin-top: 9rem;
  margin-bottom: 9rem;
}
.margin-9-half-rem-tb {
  margin-top: 9.5rem;
  margin-bottom: 9.5rem;
}
.margin-10-rem-tb {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.margin-10-half-rem-tb {
  margin-top: 10.5rem;
  margin-bottom: 10.5rem;
}
.margin-auto-lr {
  margin: 0 auto;
}
.margin-auto {
  margin: auto;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-lr {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
/* ===================================
    11. Padding
====================================== */
.padding-one-all {
  padding: 1%;
}
.padding-two-all {
  padding: 2%;
}
.padding-three-all {
  padding: 3%;
}
.padding-four-all {
  padding: 4%;
}
.padding-five-all {
  padding: 5%;
}
.padding-six-all {
  padding: 6%;
}
.padding-seven-all {
  padding: 7%;
}
.padding-eight-all {
  padding: 8%;
}
.padding-nine-all {
  padding: 9%;
}
.padding-ten-all {
  padding: 10%;
}
.padding-eleven-all {
  padding: 11%;
}
.padding-twelve-all {
  padding: 12%;
}
.padding-thirteen-all {
  padding: 13%;
}
.padding-fourteen-all {
  padding: 14%;
}
.padding-fifteen-all {
  padding: 15%;
}
.padding-sixteen-all {
  padding: 16%;
}
.padding-seventeen-all {
  padding: 17%;
}
.padding-eighteen-all {
  padding: 18%;
}
.padding-nineteen-all {
  padding: 19%;
}
.padding-twenty-all {
  padding: 20%;
}
.padding-5px-all {
  padding: 5px;
}
.padding-10px-all {
  padding: 10px;
}
.padding-15px-all {
  padding: 15px;
}
.padding-20px-all {
  padding: 20px;
}
.padding-25px-all {
  padding: 25px;
}
.padding-30px-all {
  padding: 30px;
}
.padding-35px-all {
  padding: 35px;
}
.padding-40px-all {
  padding: 40px;
}
.padding-45px-all {
  padding: 45px;
}
.padding-50px-all {
  padding: 50px;
}
.padding-55px-all {
  padding: 55px;
}
.padding-60px-all {
  padding: 60px;
}
.padding-65px-all {
  padding: 65px;
}
.padding-70px-all {
  padding: 70px;
}
.padding-75px-all {
  padding: 75px;
}
.padding-80px-all {
  padding: 80px;
}
.padding-85px-all {
  padding: 85px;
}
.padding-90px-all {
  padding: 90px;
}
.padding-95px-all {
  padding: 95px;
}
.padding-100px-all {
  padding: 100px;
}
.padding-1-rem-all {
  padding: 1rem;
}
.padding-1-half-rem-all {
  padding: 1.5rem;
}
.padding-2-rem-all {
  padding: 2rem;
}
.padding-2-half-rem-all {
  padding: 2.5rem;
}
.padding-3-rem-all {
  padding: 3rem;
}
.padding-3-half-rem-all {
  padding: 3.5rem;
}
.padding-4-rem-all {
  padding: 4rem;
}
.padding-4-half-rem-all {
  padding: 4.5rem;
}
.padding-5-rem-all {
  padding: 5rem;
}
.padding-5-half-rem-all {
  padding: 5.5rem;
}
.padding-6-rem-all {
  padding: 6rem;
}
.padding-6-half-rem-all {
  padding: 6.5rem;
}
.padding-7-rem-all {
  padding: 7rem;
}
.padding-7-half-rem-all {
  padding: 7.5rem;
}
.padding-8-rem-all {
  padding: 8rem;
}
.padding-8-half-rem-all {
  padding: 8.5rem;
}
.padding-9-rem-all {
  padding: 9rem;
}
.padding-9-half-rem-all {
  padding: 9.5rem;
}
.padding-10-rem-all {
  padding: 10rem;
}
.padding-10-half-rem-all {
  padding: 10.5rem;
}
/* padding top */
.padding-one-top {
  padding-top: 1%;
}
.padding-two-top {
  padding-top: 2%;
}
.padding-three-top {
  padding-top: 3%;
}
.padding-four-top {
  padding-top: 4%;
}
.padding-five-top {
  padding-top: 5%;
}
.padding-six-top {
  padding-top: 6%;
}
.padding-seven-top {
  padding-top: 7%;
}
.padding-eight-top {
  padding-top: 8%;
}
.padding-nine-top {
  padding-top: 9%;
}
.padding-ten-top {
  padding-top: 10%;
}
.padding-eleven-top {
  padding-top: 11%;
}
.padding-twelve-top {
  padding-top: 12%;
}
.padding-thirteen-top {
  padding-top: 13%;
}
.padding-fourteen-top {
  padding-top: 14%;
}
.padding-fifteen-top {
  padding-top: 15%;
}
.padding-sixteen-top {
  padding-top: 16%;
}
.padding-seventeen-top {
  padding-top: 17%;
}
.padding-eighteen-top {
  padding-top: 18%;
}
.padding-nineteen-top {
  padding-top: 19%;
}
.padding-twenty-top {
  padding-top: 20%;
}
.padding-5px-top {
  padding-top: 5px;
}
.padding-10px-top {
  padding-top: 10px;
}
.padding-15px-top {
  padding-top: 15px;
}
.padding-20px-top {
  padding-top: 20px;
}
.padding-25px-top {
  padding-top: 25px;
}
.padding-30px-top {
  padding-top: 30px;
}
.padding-35px-top {
  padding-top: 35px;
}
.padding-40px-top {
  padding-top: 40px;
}
.padding-45px-top {
  padding-top: 45px;
}
.padding-50px-top {
  padding-top: 50px;
}
.padding-55px-top {
  padding-top: 55px;
}
.padding-60px-top {
  padding-top: 60px;
}
.padding-65px-top {
  padding-top: 65px;
}
.padding-70px-top {
  padding-top: 70px;
}
.padding-75px-top {
  padding-top: 75px;
}
.padding-80px-top {
  padding-top: 80px;
}
.padding-85px-top {
  padding-top: 85px;
}
.padding-90px-top {
  padding-top: 90px;
}
.padding-95px-top {
  padding-top: 95px;
}
.padding-100px-top {
  padding-top: 100px;
}
.padding-1-rem-top {
  padding-top: 1rem;
}
.padding-1-half-rem-top {
  padding-top: 1.5rem;
}
.padding-2-rem-top {
  padding-top: 2rem;
}
.padding-2-half-rem-top {
  padding-top: 2.5rem;
}
.padding-3-rem-top {
  padding-top: 3rem;
}
.padding-3-half-rem-top {
  padding-top: 3.5rem;
}
.padding-4-rem-top {
  padding-top: 4rem;
}
.padding-4-half-rem-top {
  padding-top: 4.5rem;
}
.padding-5-rem-top {
  padding-top: 5rem;
}
.padding-5-half-rem-top {
  padding-top: 5.5rem;
}
.padding-6-rem-top {
  padding-top: 6rem;
}
.padding-6-half-rem-top {
  padding-top: 6.5rem;
}
.padding-7-rem-top {
  padding-top: 7rem;
}
.padding-7-half-rem-top {
  padding-top: 7.5rem;
}
.padding-8-rem-top {
  padding-top: 8rem;
}
.padding-8-half-rem-top {
  padding-top: 8.5rem;
}
.padding-9-rem-top {
  padding-top: 9rem;
}
.padding-9-half-rem-top {
  padding-top: 9.5rem;
}
.padding-10-rem-top {
  padding-top: 10rem;
}
.padding-15-rem-top {
  padding-top: 20rem;
}
.padding-10-half-rem-top {
  padding-top: 10.5rem;
}
/* padding bottom */
.padding-one-bottom {
  padding-bottom: 1%;
}
.padding-two-bottom {
  padding-bottom: 2%;
}
.padding-three-bottom {
  padding-bottom: 3%;
}
.padding-four-bottom {
  padding-bottom: 4%;
}
.padding-five-bottom {
  padding-bottom: 5%;
}
.padding-six-bottom {
  padding-bottom: 6%;
}
.padding-seven-bottom {
  padding-bottom: 7%;
}
.padding-eight-bottom {
  padding-bottom: 8%;
}
.padding-nine-bottom {
  padding-bottom: 9%;
}
.padding-ten-bottom {
  padding-bottom: 10%;
}
.padding-eleven-bottom {
  padding-bottom: 11%;
}
.padding-twelve-bottom {
  padding-bottom: 12%;
}
.padding-thirteen-bottom {
  padding-bottom: 13%;
}
.padding-fourteen-bottom {
  padding-bottom: 14%;
}
.padding-fifteen-bottom {
  padding-bottom: 15%;
}
.padding-sixteen-bottom {
  padding-bottom: 16%;
}
.padding-seventeen-bottom {
  padding-bottom: 17%;
}
.padding-eighteen-bottom {
  padding-bottom: 18%;
}
.padding-nineteen-bottom {
  padding-bottom: 19%;
}
.padding-twenty-bottom {
  padding-bottom: 20%;
}
.padding-5px-bottom {
  padding-bottom: 5px;
}
.padding-10px-bottom {
  padding-bottom: 10px;
}
.padding-15px-bottom {
  padding-bottom: 15px;
}
.padding-20px-bottom {
  padding-bottom: 20px;
}
.padding-25px-bottom {
  padding-bottom: 25px;
}
.padding-30px-bottom {
  padding-bottom: 30px;
}
.padding-35px-bottom {
  padding-bottom: 35px;
}
.padding-40px-bottom {
  padding-bottom: 40px;
}
.padding-45px-bottom {
  padding-bottom: 45px;
}
.padding-50px-bottom {
  padding-bottom: 50px;
}
.padding-55px-bottom {
  padding-bottom: 55px;
}
.padding-60px-bottom {
  padding-bottom: 60px;
}
.padding-65px-bottom {
  padding-bottom: 65px;
}
.padding-70px-bottom {
  padding-bottom: 70px;
}
.padding-75px-bottom {
  padding-bottom: 75px;
}
.padding-80px-bottom {
  padding-bottom: 80px;
}
.padding-85px-bottom {
  padding-bottom: 85px;
}
.padding-90px-bottom {
  padding-bottom: 90px;
}
.padding-95px-bottom {
  padding-bottom: 95px;
}
.padding-100px-bottom {
  padding-bottom: 100px;
}
.padding-1-rem-bottom {
  padding-bottom: 1rem;
}
.padding-1-half-rem-bottom {
  padding-bottom: 1.5rem;
}
.padding-2-rem-bottom {
  padding-bottom: 2rem;
}
.padding-2-half-rem-bottom {
  padding-bottom: 2.5rem;
}
.padding-3-rem-bottom {
  padding-bottom: 3rem;
}
.padding-3-half-rem-bottom {
  padding-bottom: 3.5rem;
}
.padding-4-rem-bottom {
  padding-bottom: 4rem;
}
.padding-4-half-rem-bottom {
  padding-bottom: 4.5rem;
}
.padding-5-rem-bottom {
  padding-bottom: 5rem;
}
.padding-5-half-rem-bottom {
  padding-bottom: 5.5rem;
}
.padding-6-rem-bottom {
  padding-bottom: 6rem;
}
.padding-6-half-rem-bottom {
  padding-bottom: 6.5rem;
}
.padding-7-rem-bottom {
  padding-bottom: 7rem;
}
.padding-7-half-rem-bottom {
  padding-bottom: 7.5rem;
}
.padding-8-rem-bottom {
  padding-bottom: 8rem;
}
.padding-8-half-rem-bottom {
  padding-bottom: 8.5rem;
}
.padding-9-rem-bottom {
  padding-bottom: 9rem;
}
.padding-9-half-rem-bottom {
  padding-bottom: 9.5rem;
}
.padding-10-rem-bottom {
  padding-bottom: 10rem;
}
.padding-10-half-rem-bottom {
  padding-bottom: 10.5rem;
}
/* padding right */
.padding-one-right {
  padding-right: 1%;
}
.padding-two-right {
  padding-right: 2%;
}
.padding-three-right {
  padding-right: 3%;
}
.padding-four-right {
  padding-right: 4%
}
.padding-five-right {
  padding-right: 5%;
}
.padding-six-right {
  padding-right: 6%;
}
.padding-seven-right {
  padding-right: 7%;
}
.padding-eight-right {
  padding-right: 8%;
}
.padding-nine-right {
  padding-right: 9%;
}
.padding-ten-right {
  padding-right: 10%;
}
.padding-eleven-right {
  padding-right: 11%;
}
.padding-twelve-right {
  padding-right: 12%;
}
.padding-thirteen-right {
  padding-right: 13%;
}
.padding-fourteen-right {
  padding-right: 14%;
}
.padding-fifteen-right {
  padding-right: 15%;
}
.padding-sixteen-right {
  padding-right: 16%;
}
.padding-seventeen-right {
  padding-right: 17%;
}
.padding-eighteen-right {
  padding-right: 18%;
}
.padding-nineteen-right {
  padding-right: 19%;
}
.padding-twenty-right {
  padding-right: 20%;
}
.padding-5px-right {
  padding-right: 5px;
}
.padding-10px-right {
  padding-right: 10px;
}
.padding-15px-right {
  padding-right: 15px;
}
.padding-20px-right {
  padding-right: 20px;
}
.padding-25px-right {
  padding-right: 25px;
}
.padding-30px-right {
  padding-right: 30px;
}
.padding-35px-right {
  padding-right: 35px;
}
.padding-40px-right {
  padding-right: 40px;
}
.padding-45px-right {
  padding-right: 45px;
}
.padding-50px-right {
  padding-right: 50px;
}
.padding-55px-right {
  padding-right: 55px;
}
.padding-60px-right {
  padding-right: 60px;
}
.padding-65px-right {
  padding-right: 65px;
}
.padding-70px-right {
  padding-right: 70px;
}
.padding-75px-right {
  padding-right: 75px;
}
.padding-80px-right {
  padding-right: 80px;
}
.padding-85px-right {
  padding-right: 85px;
}
.padding-90px-right {
  padding-right: 90px;
}
.padding-95px-right {
  padding-right: 95px;
}
.padding-100px-right {
  padding-right: 100px;
}
.padding-1-rem-right {
  padding-right: 1rem;
}
.padding-1-half-rem-right {
  padding-right: 1.5rem;
}
.padding-2-rem-right {
  padding-right: 2rem;
}
.padding-2-half-rem-right {
  padding-right: 2.5rem;
}
.padding-3-rem-right {
  padding-right: 3rem;
}
.padding-3-half-rem-right {
  padding-right: 3.5rem;
}
.padding-4-rem-right {
  padding-right: 4rem;
}
.padding-4-half-rem-right {
  padding-right: 4.5rem;
}
.padding-5-rem-right {
  padding-right: 5rem;
}
.padding-5-half-rem-right {
  padding-right: 5.5rem;
}
.padding-6-rem-right {
  padding-right: 6rem;
}
.padding-6-half-rem-right {
  padding-right: 6.5rem;
}
.padding-7-rem-right {
  padding-right: 7rem;
}
.padding-7-half-rem-right {
  padding-right: 7.5rem;
}
.padding-8-rem-right {
  padding-right: 8rem;
}
.padding-8-half-rem-right {
  padding-right: 8.5rem;
}
.padding-9-rem-right {
  padding-right: 9rem;
}
.padding-9-half-rem-right {
  padding-right: 9.5rem;
}
.padding-10-rem-right {
  padding-right: 10rem;
}
.padding-10-half-rem-right {
  padding-right: 10.5rem;
}
/* padding left */
.padding-one-left {
  padding-left: 1%;
}
.padding-two-left {
  padding-left: 2%;
}
.padding-three-left {
  padding-left: 3%;
}
.padding-four-left {
  padding-left: 4%;
}
.padding-five-left {
  padding-left: 5%;
}
.padding-six-left {
  padding-left: 6%;
}
.padding-seven-left {
  padding-left: 7%;
}
.padding-eight-left {
  padding-left: 8%;
}
.padding-nine-left {
  padding-left: 9%;
}
.padding-ten-left {
  padding-left: 10%;
}
.padding-eleven-left {
  padding-left: 11%;
}
.padding-twelve-left {
  padding-left: 12%;
}
.padding-thirteen-left {
  padding-left: 13%;
}
.padding-fourteen-left {
  padding-left: 14%;
}
.padding-fifteen-left {
  padding-left: 15%;
}
.padding-sixteen-left {
  padding-left: 16%;
}
.padding-seventeen-left {
  padding-left: 17%;
}
.padding-eighteen-left {
  padding-left: 18%;
}
.padding-nineteen-left {
  padding-left: 19%;
}
.padding-twenty-left {
  padding-left: 20%;
}
.padding-5px-left {
  padding-left: 5px;
}
.padding-10px-left {
  padding-left: 10px;
}
.padding-15px-left {
  padding-left: 15px;
}
.padding-20px-left {
  padding-left: 20px;
}
.padding-25px-left {
  padding-left: 25px;
}
.padding-30px-left {
  padding-left: 30px;
}
.padding-35px-left {
  padding-left: 35px;
}
.padding-40px-left {
  padding-left: 40px;
}
.padding-45px-left {
  padding-left: 45px;
}
.padding-50px-left {
  padding-left: 50px;
}
.padding-55px-left {
  padding-left: 55px;
}
.padding-60px-left {
  padding-left: 60px;
}
.padding-65px-left {
  padding-left: 65px;
}
.padding-70px-left {
  padding-left: 70px;
}
.padding-75px-left {
  padding-left: 75px;
}
.padding-80px-left {
  padding-left: 80px;
}
.padding-85px-left {
  padding-left: 85px;
}
.padding-90px-left {
  padding-left: 90px;
}
.padding-95px-left {
  padding-left: 95px;
}
.padding-100px-left {
  padding-left: 100px;
}
.padding-1-rem-left {
  padding-left: 1rem;
}
.padding-1-half-rem-left {
  padding-left: 1.5rem;
}
.padding-2-rem-left {
  padding-left: 2rem;
}
.padding-2-half-rem-left {
  padding-left: 2.5rem;
}
.padding-3-rem-left {
  padding-left: 3rem;
}
.padding-3-half-rem-left {
  padding-left: 3.5rem;
}
.padding-4-rem-left {
  padding-left: 4rem;
}
.padding-4-half-rem-left {
  padding-left: 4.5rem;
}
.padding-5-rem-left {
  padding-left: 5rem;
}
.padding-5-half-rem-left {
  padding-left: 5.5rem;
}
.padding-6-rem-left {
  padding-left: 6rem;
}
.padding-6-half-rem-left {
  padding-left: 6.5rem;
}
.padding-7-rem-left {
  padding-left: 7rem;
}
.padding-7-half-rem-left {
  padding-left: 7.5rem;
}
.padding-8-rem-left {
  padding-left: 8rem;
}
.padding-8-half-rem-left {
  padding-left: 8.5rem;
}
.padding-9-rem-left {
  padding-left: 9rem;
}
.padding-9-half-rem-left {
  padding-left: 9.5rem;
}
.padding-10-rem-left {
  padding-left: 10rem;
}
.padding-10-half-rem-left {
  padding-left: 10.5rem;
}
/* padding top bottom */
.padding-one-tb {
  padding-top: 1%;
  padding-bottom: 1%;
}
.padding-two-tb {
  padding-top: 2%;
  padding-bottom: 2%;
}
.padding-three-tb {
  padding-top: 3%;
  padding-bottom: 3%;
}
.padding-four-tb {
  padding-top: 4%;
  padding-bottom: 4%;
}
.padding-five-tb {
  padding-top: 5%;
  padding-bottom: 5%;
}
.padding-six-tb {
  padding-top: 6%;
  padding-bottom: 6%;
}
.padding-seven-tb {
  padding-top: 7%;
  padding-bottom: 7%;
}
.padding-eight-tb {
  padding-top: 8%;
  padding-bottom: 8%;
}
.padding-nine-tb {
  padding-top: 9%;
  padding-bottom: 9%;
}
.padding-ten-tb {
  padding-top: 10%;
  padding-bottom: 10%;
}
.padding-eleven-tb {
  padding-top: 11%;
  padding-bottom: 11%;
}
.padding-twelve-tb {
  padding-top: 12%;
  padding-bottom: 12%;
}
.padding-thirteen-tb {
  padding-top: 13%;
  padding-bottom: 13%;
}
.padding-fourteen-tb {
  padding-top: 14%;
  padding-bottom: 14%;
}
.padding-fifteen-tb {
  padding-top: 15%;
  padding-bottom: 15%;
}
.padding-sixteen-tb {
  padding-top: 16%;
  padding-bottom: 16%;
}
.padding-seventeen-tb {
  padding-top: 17%;
  padding-bottom: 17%;
}
.padding-eighteen-tb {
  padding-top: 18%;
  padding-bottom: 18%;
}
.padding-nineteen-tb {
  padding-top: 19%;
  padding-bottom: 19%;
}
.padding-twenty-tb {
  padding-top: 20%;
  padding-bottom: 20%;
}
.padding-5px-tb {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding-10px-tb {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-15px-tb {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding-20px-tb {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-25px-tb {
  padding-top: 25px;
  padding-bottom: 25px;
}
.padding-30px-tb {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-35px-tb {
  padding-top: 35px;
  padding-bottom: 35px;
}
.padding-40px-tb {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding-45px-tb {
  padding-top: 45px;
  padding-bottom: 45px;
}
.padding-50px-tb {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-55px-tb {
  padding-top: 55px;
  padding-bottom: 55px;
}
.padding-60px-tb {
  padding-top: 60px;
  padding-bottom: 60px;
}
.padding-65px-tb {
  padding-top: 65px;
  padding-bottom: 65px;
}
.padding-70px-tb {
  padding-top: 70px;
  padding-bottom: 70px;
}
.padding-75px-tb {
  padding-top: 75px;
  padding-bottom: 75px;
}
.padding-80px-tb {
  padding-top: 80px;
  padding-bottom: 80px;
}
.padding-85px-tb {
  padding-top: 85px;
  padding-bottom: 85px;
}
.padding-90px-tb {
  padding-top: 90px;
  padding-bottom: 90px;
}
.padding-95px-tb {
  padding-top: 95px;
  padding-bottom: 95px;
}
.padding-100px-tb {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-1-rem-tb {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.padding-1-half-rem-tb {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.padding-2-rem-tb {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.padding-2-half-rem-tb {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.padding-3-rem-tb {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.padding-3-half-rem-tb {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.padding-4-rem-tb {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.padding-4-half-rem-tb {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.padding-5-rem-tb {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.padding-5-half-rem-tb {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
.padding-6-rem-tb {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.padding-6-half-rem-tb {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}
.padding-7-rem-tb {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.padding-7-half-rem-tb {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.padding-8-rem-tb {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.padding-8-half-rem-tb {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}
.padding-9-rem-tb {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.padding-9-half-rem-tb {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}
.padding-10-rem-tb {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.padding-10-half-rem-tb {
  padding-top: 10.5rem;
  padding-bottom: 10.5rem;
}
/* padding left right */
.padding-one-lr {
  padding-left: 1%;
  padding-right: 1%;
}
.padding-two-lr {
  padding-left: 2%;
  padding-right: 2%;
}
.padding-three-lr {
  padding-left: 3%;
  padding-right: 3%;
}
.padding-four-lr {
  padding-left: 4%;
  padding-right: 4%;
}
.padding-five-lr {
  padding-left: 5%;
  padding-right: 5%;
}
.padding-six-lr {
  padding-left: 6%;
  padding-right: 6%;
}
.padding-seven-lr {
  padding-left: 7%;
  padding-right: 7%;
}
.padding-eight-lr {
  padding-left: 8%;
  padding-right: 8%;
}
.padding-nine-lr {
  padding-left: 9%;
  padding-right: 9%;
}
.padding-ten-lr {
  padding-left: 10%;
  padding-right: 10%;
}
.padding-eleven-lr {
  padding-left: 11%;
  padding-right: 11%;
}
.padding-twelve-lr {
  padding-left: 12%;
  padding-right: 12%;
}
.padding-thirteen-lr {
  padding-left: 13%;
  padding-right: 13%;
}
.padding-fourteen-lr {
  padding-left: 14%;
  padding-right: 14%;
}
.padding-fifteen-lr {
  padding-left: 15%;
  padding-right: 15%;
}
.padding-sixteen-lr {
  padding-left: 16%;
  padding-right: 16%;
}
.padding-seventeen-lr {
  padding-left: 17%;
  padding-right: 17%;
}
.padding-eighteen-lr {
  padding-left: 18%;
  padding-right: 18%;
}
.padding-nineteen-lr {
  padding-left: 19%;
  padding-right: 19%;
}
.padding-twenty-lr {
  padding-left: 20%;
  padding-right: 20%;
}
.padding-5px-lr {
  padding-left: 5px;
  padding-right: 5px;
}
.padding-10px-lr {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-15px-lr {
  padding-left: 15px;
  padding-right: 15px;
}
.padding-20px-lr {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-25px-lr {
  padding-left: 25px;
  padding-right: 25px;
}
.padding-30px-lr {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-35px-lr {
  padding-left: 35px;
  padding-right: 35px;
}
.padding-40px-lr {
  padding-left: 40px;
  padding-right: 40px;
}
.padding-45px-lr {
  padding-left: 45px;
  padding-right: 45px;
}
.padding-50px-lr {
  padding-left: 50px;
  padding-right: 50px;
}
.padding-55px-lr {
  padding-left: 55px;
  padding-right: 55px;
}
.padding-60px-lr {
  padding-left: 60px;
  padding-right: 60px;
}
.padding-65px-lr {
  padding-left: 65px;
  padding-right: 65px;
}
.padding-70px-lr {
  padding-left: 70px;
  padding-right: 70px;
}
.padding-75px-lr {
  padding-left: 75px;
  padding-right: 75px;
}
.padding-80px-lr {
  padding-left: 80px;
  padding-right: 80px;
}
.padding-85px-lr {
  padding-left: 85px;
  padding-right: 85px;
}
.padding-90px-lr {
  padding-left: 90px;
  padding-right: 90px;
}
.padding-95px-lr {
  padding-left: 95px;
  padding-right: 95px;
}
.padding-100px-lr {
  padding-left: 100px;
  padding-right: 100px;
}
.padding-1-rem-lr {
  padding-left: 1rem;
  padding-right: 1rem;
}
.padding-1-half-rem-lr {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.padding-2-rem-lr {
  padding-left: 2rem;
  padding-right: 2rem;
}
.padding-2-half-rem-lr {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.padding-3-rem-lr {
  padding-left: 3rem;
  padding-right: 3rem;
}
.padding-3-half-rem-lr {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.padding-4-rem-lr {
  padding-left: 4rem;
  padding-right: 4rem;
}
.padding-4-half-rem-lr {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
.padding-5-rem-lr {
  padding-left: 5rem;
  padding-right: 5rem;
}
.padding-5-half-rem-lr {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}
.padding-6-rem-lr {
  padding-left: 6rem;
  padding-right: 6rem;
}
.padding-6-half-rem-lr {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}
.padding-7-rem-lr {
  padding-left: 7rem;
  padding-right: 7rem;
}
.padding-7-half-rem-lr {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}
.padding-8-rem-lr {
  padding-left: 8rem;
  padding-right: 8rem;
}
.padding-8-half-rem-lr {
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}
.padding-9-rem-lr {
  padding-left: 9rem;
  padding-right: 9rem;
}
.padding-9-half-rem-lr {
  padding-left: 9.5rem;
  padding-right: 9.5rem;
}
.padding-10-rem-lr {
  padding-left: 10rem;
  padding-right: 10rem;
}
.padding-10-half-rem-lr {
  padding-left: 10.5rem;
  padding-right: 10.5rem;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding-tb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
/* ===================================
    12. Display and overflow
====================================== */
.d-initial {
  display: initial !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-auto {
  overflow: auto !important;
}
/* ===================================
    13. Position
====================================== */
.position-inherit {
  position: inherit !important;
}
/* top */
.top-0px {
  top: 0;
}
.top-1px {
  top: 1px;
}
.top-2px {
  top: 2px;
}
.top-3px {
  top: 3px;
}
.top-4px {
  top: 4px;
}
.top-5px {
  top: 5px;
}
.top-6px {
  top: 6px;
}
.top-7px {
  top: 7px;
}
.top-8px {
  top: 8px;
}
.top-9px {
  top: 9px;
}
.top-10px {
  top: 10px;
}
.top-15px {
  top: 15px;
}
.top-20px {
  top: 20px;
}
.top-25px {
  top: 25px;
}
.top-30px {
  top: 30px;
}
.top-35px {
  top: 35px;
}
.top-40px {
  top: 40px;
}
.top-45px {
  top: 45px;
}
.top-50px {
  top: 50px;
}
.top-60px {
  top: 60px;
}
.top-70px {
  top: 70px;
}
.top-80px {
  top: 80px;
}
.top-90px {
  top: 90px;
}
.top-100px {
  top: 100px;
}
.top-auto {
  top: auto;
}
.top-inherit {
  top: inherit;
}
/* top minus */
.top-minus-1px {
  top: -1px;
}
.top-minus-2px {
  top: -2px;
}
.top-minus-3px {
  top: -3px;
}
.top-minus-4px {
  top: -4px;
}
.top-minus-5px {
  top: -5px;
}
.top-minus-6px {
  top: -6px;
}
.top-minus-7px {
  top: -7px;
}
.top-minus-8px {
  top: -8px;
}
.top-minus-9px {
  top: -9px;
}
.top-minus-10px {
  top: -10px;
}
.top-minus-15px {
  top: -15px;
}
.top-minus-20px {
  top: -20px;
}
.top-minus-25px {
  top: -25px;
}
.top-minus-30px {
  top: -30px;
}
.top-minus-35px {
  top: -35px;
}
.top-minus-40px {
  top: -40px;
}
.top-minus-45px {
  top: -45px;
}
.top-minus-50px {
  top: -50px;
}
.top-minus-60px {
  top: -60px;
}
.top-minus-70px {
  top: -70px;
}
/* bottom */
.bottom-0px {
  bottom: 0;
}
.bottom-1px {
  bottom: 1px;
}
.bottom-2px {
  bottom: 2px;
}
.bottom-3px {
  bottom: 3px;
}
.bottom-4px {
  bottom: 4px;
}
.bottom-5px {
  bottom: 5px;
}
.bottom-6px {
  bottom: 6px;
}
.bottom-7px {
  bottom: 7px;
}
.bottom-8px {
  bottom: 8px;
}
.bottom-9px {
  bottom: 9px;
}
.bottom-10px {
  bottom: 10px;
}
.bottom-15px {
  bottom: 15px;
}
.bottom-20px {
  bottom: 20px;
}
.bottom-25px {
  bottom: 25px;
}
.bottom-30px {
  bottom: 30px;
}
.bottom-35px {
  bottom: 35px;
}
.bottom-40px {
  bottom: 40px;
}
.bottom-45px {
  bottom: 45px;
}
.bottom-50px {
  bottom: 50px;
}
.bottom-55px {
  bottom: 55px;
}
.bottom-60px {
  bottom: 60px;
}
.bottom-65px {
  bottom: 65px;
}
.bottom-70px {
  bottom: 70px;
}
.bottom-75px {
  bottom: 75px;
}
.bottom-80px {
  bottom: 80px;
}
.bottom-85px {
  bottom: 85px;
}
.bottom-90px {
  bottom: 90px;
}
.bottom-95px {
  bottom: 95px;
}
.bottom-100px {
  bottom: 100px;
}
.bottom-auto {
  bottom: auto;
}
.bottom-inherit {
  bottom: inherit;
}
/* bottom minus */
.bottom-minus-1px {
  bottom: -1px;
}
.bottom-minus-2px {
  bottom: -2px;
}
.bottom-minus-3px {
  bottom: -3px;
}
.bottom-minus-4px {
  bottom: -4px;
}
.bottom-minus-5px {
  bottom: -5px;
}
.bottom-minus-6px {
  bottom: -6px;
}
.bottom-minus-7px {
  bottom: -7px;
}
.bottom-minus-8px {
  bottom: -8px;
}
.bottom-minus-9px {
  bottom: -9px;
}
.bottom-minus-10px {
  bottom: -10px;
}
.bottom-minus-15px {
  bottom: -15px;
}
.bottom-minus-20px {
  bottom: -20px;
}
.bottom-minus-25px {
  bottom: -25px;
}
.bottom-minus-30px {
  bottom: -30px;
}
.bottom-minus-35px {
  bottom: -35px;
}
.bottom-minus-40px {
  bottom: -40px;
}
.bottom-minus-45px {
  bottom: -45px;
}
.bottom-minus-50px {
  bottom: -50px;
}
/* right */
.right-0px {
  right: 0;
}
.right-1px {
  right: 1px;
}
.right-2px {
  right: 2px;
}
.right-3px {
  right: 3px;
}
.right-4px {
  right: 4px;
}
.right-5px {
  right: 5px;
}
.right-6px {
  right: 6px;
}
.right-7px {
  right: 7px;
}
.right-8px {
  right: 8px;
}
.right-9px {
  right: 9px;
}
.right-10px {
  right: 10px;
}
.right-15px {
  right: 15px;
}
.right-20px {
  right: 20px;
}
.right-25px {
  right: 25px;
}
.right-30px {
  right: 30px;
}
.right-35px {
  right: 35px;
}
.right-40px {
  right: 40px;
}
.right-45px {
  right: 45px;
}
.right-50px {
  right: 50px;
}
.right-55px {
  right: 55px;
}
.right-60px {
  right: 60px;
}
.right-auto {
  right: auto;
}
.right-inherit {
  right: inherit;
}
/* right minus */
.right-minus-1px {
  right: -1px;
}
.right-minus-2px {
  right: -2px;
}
.right-minus-3px {
  right: -3px;
}
.right-minus-4px {
  right: -4px;
}
.right-minus-5px {
  right: -5px;
}
.right-minus-6px {
  right: -6px;
}
.right-minus-7px {
  right: -7px;
}
.right-minus-8px {
  right: -8px;
}
.right-minus-9px {
  right: -9px;
}
.right-minus-10px {
  right: -10px;
}
.right-minus-15px {
  right: -15px;
}
.right-minus-20px {
  right: -20px;
}
.right-minus-25px {
  right: -25px;
}
.right-minus-30px {
  right: -30px;
}
.right-minus-35px {
  right: -35px;
}
.right-minus-40px {
  right: -40px;
}
.right-minus-45px {
  right: -45px;
}
.right-minus-50px {
  right: -50px;
}
.right-minus-60px {
  right: -60px;
}
.right-minus-70px {
  right: -70px;
}
/* left */
.left-0px {
  left: 0;
}
.left-1px {
  left: 1px;
}
.left-2px {
  left: 2px;
}
.left-3px {
  left: 3px;
}
.left-4px {
  left: 4px;
}
.left-5px {
  left: 5px;
}
.left-6px {
  left: 6px;
}
.left-7px {
  left: 7px;
}
.left-8px {
  left: 8px;
}
.left-9px {
  left: 9px;
}
.left-10px {
  left: 10px;
}
.left-15px {
  left: 15px;
}
.left-20px {
  left: 20px;
}
.left-25px {
  left: 25px;
}
.left-30px {
  left: 30px;
}
.left-35px {
  left: 35px;
}
.left-40px {
  left: 40px;
}
.left-45px {
  left: 45px;
}
.left-50px {
  left: 50px;
}
.left-auto {
  left: auto;
}
.left-inherit {
  left: inherit;
}
/* left minus */
.left-0px {
  left: 0;
}
.left-minus-1px {
  left: -1px;
}
.left-minus-2px {
  left: -2px;
}
.left-minus-3px {
  left: -3px;
}
.left-minus-4px {
  left: -4px;
}
.left-minus-5px {
  left: -5px;
}
.left-minus-6px {
  left: -6px;
}
.left-minus-7px {
  left: -7px;
}
.left-minus-8px {
  left: -8px;
}
.left-minus-9px {
  left: -9px;
}
.left-minus-10px {
  left: -10px;
}
.left-minus-15px {
  left: -15px;
}
.left-minus-20px {
  left: -20px;
}
.left-minus-25px {
  left: -25px;
}
.left-minus-30px {
  left: -30px;
}
.left-minus-35px {
  left: -35px;
}
.left-minus-40px {
  left: -40px;
}
.left-minus-45px {
  left: -45px;
}
.left-minus-50px {
  left: -50px;
}
/* ===================================
    14. Width
====================================== */
.w-1px {
  width: 1px;
}
.w-2px {
  width: 2px;
}
.w-3px {
  width: 3px;
}
.w-4px {
  width: 4px;
}
.w-5px {
  width: 5px;
}
.w-6px {
  width: 6px;
}
.w-7px {
  width: 7px;
}
.w-8px {
  width: 8px;
}
.w-9px {
  width: 9px;
}
.w-10px {
  width: 10px;
}
.w-15px {
  width: 15px;
}
.w-20px {
  width: 20px;
}
.w-25px {
  width: 25px;
}
.w-30px {
  width: 30px;
}
.w-35px {
  width: 35px;
}
.w-40px {
  width: 40px;
}
.w-45px {
  width: 45px;
}
.w-50px {
  width: 50px;
}
.w-55px {
  width: 55px;
}
.w-60px {
  width: 60px;
}
.w-65px {
  width: 65px;
}
.w-70px {
  width: 70px;
}
.w-75px {
  width: 75px;
}
.w-80px {
  width: 80px;
}
.w-85px {
  width: 85px;
}
.w-90px {
  width: 90px;
}
.w-95px {
  width: 95px;
}
.w-100px {
  width: 100px;
}
.w-110px {
  width: 110px;
}
.w-120px {
  width: 120px;
}
.w-130px {
  width: 130px;
}
.w-140px {
  width: 140px;
}
.w-150px {
  width: 150px;
}
.w-160px {
  width: 160px;
}
.w-170px {
  width: 170px;
}
.w-180px {
  width: 180px;
}
.w-190px {
  width: 190px;
}
.w-200px {
  width: 200px;
}
.w-220px {
  width: 235px;
}
.w-250px {
  width: 250px;
}
.w-300px {
  width: 300px;
}
.w-350px {
  width: 350px;
}
.w-400px {
  width: 400px;
}
.w-450px {
  width: 450px;
}
.w-500px {
  width: 500px;
}
.w-550px {
  width: 550px;
}
.w-600px {
  width: 600px;
}
.w-650px {
  width: 650px;
}
.w-700px {
  width: 700px;
}
.w-750px {
  width: 750px;
}
.w-800px {
  width: 800px;
}
.w-850px {
  width: 850px;
}
.w-900px {
  width: 900px;
}
.w-950px {
  width: 950px;
}
.w-1000px {
  width: 1000px;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-35 {
  width: 35%;
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-57 {
  width: 57%;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
/* ===================================
    15. Height
====================================== */
.swiper-container {
  width: 100%;
  height: 100%;
}
.h-1px {
  height: 1px;
}
.h-2px {
  height: 2px;
}
.h-3px {
  height: 3px;
}
.h-4px {
  height: 4px;
}
.h-5px {
  height: 5px;
}
.h-6px {
  height: 6px;
}
.h-7px {
  height: 7px;
}
.h-8px {
  height: 8px;
}
.h-9px {
  height: 9px;
}
.h-10px {
  height: 10px;
}
.h-15px {
  height: 15px;
}
.h-20px {
  height: 20px;
}
.h-25px {
  height: 25px;
}
.h-30px {
  height: 30px;
}
.h-35px {
  height: 35px;
}
.h-40px {
  height: 40px;
}
.h-42px {
  height: 42px;
}
.h-45px {
  height: 45px;
}
.h-50px {
  height: 50px;
}
.h-55px {
  height: 55px;
}
.h-60px {
  height: 60px;
}
.h-65px {
  height: 65px;
}
.h-70px {
  height: 70px;
}
.h-75px {
  height: 75px;
}
.h-80px {
  height: 80px;
}
.h-85px {
  height: 85px;
}
.h-90px {
  height: 90px;
}
.h-95px {
  height: 95px;
}
.h-100px {
  height: 100px;
}
.h-110px {
  height: 110px;
}
.h-120px {
  height: 120px;
}
.h-130px {
  height: 130px;
}
.h-140px {
  height: 140px;
}
.h-150px {
  height: 150px;
}
.h-160px {
  height: 160px;
}
.h-170px {
  height: 170px;
}
.h-180px {
  height: 180px;
}
.h-190px {
  height: 190px;
}
.h-200px {
  height: 200px;
}
.h-250px {
  height: 250px;
}
.h-300px {
  height: 300px;
}
.h-350px {
  height: 350px;
}
.h-400px {
  height: 400px;
}
.h-450px {
  height: 450px;
}
.h-480px {
  height: 490px;
}
.h-500px {
  height: 500px;
}
.h-520px {
  height: 520px;
}
.h-550px {
  height: 550px;
}
.h-580px {
  height: 580px;
}
.h-600px {
  height: 600px;
}
.h-650px {
  height: 650px;
}
.h-700px {
  height: 700px;
}
.h-720px {
  height: 720px;
}
.h-750px {
  height: 750px;
}
.h-800px {
  height: 800px;
}
.h-820px {
  height: 820px;
}
.h-830px {
  height: 830px;
}
.h-850px {
  height: 850px;
}
.h-50 {
  height: 50%;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.max-h-100 {
  max-height: 100%;
}
.max-h-inherit {
  max-height: inherit !important;
}
.full-screen, .mobileoff-fullscreen-top-space, .fullscreenabanner {
  height: 980px;
}
/* min height */
.min-h-100px {
  min-height: 100px;
}
.min-h-200px {
  min-height: 200px;
}
.min-h-300px {
  min-height: 300px;
}
.min-h-400px {
  min-height: 400px;
}
.min-h-500px {
  min-height: 500px;
}
.min-h-600px {
  min-height: 600px;
}
.min-h-700px {
  min-height: 700px;
}
.min-h-100vh {
  min-height: 100vh;
}
/* screen height */
.extra-small-screen {
  height: 300px;
}
.small-screen {
  height: 400px;
}
.one-half-screen {
  height: 600px;
}
.one-third-screen {
  height: 700px;
}
.one-fourth-screen {
  height: 800px;
}
.one-fifth-screen {
  height: 900px;
}
/* content box image */
.content-box-image {
  width: 100%;
  height: -webkit-calc(100% / 3);
  height: -moz-calc(100% / 3);
  height: calc(100% / 3);
}

/* 4. RESPONSIVE
/* --------------------------------------------------------------------- */
@media screen and (min-width: 1400px) {
	.header-desktop.style-1 .header-right,
	.header-desktop.style-3 .header-right,
	.header-desktop.style-2 .header-right,
	.header-desktop.style-4 .header-right,
	.header-desktop.style-5 .header-right,
	.header-desktop.style-6 .header-right,
	.header-desktop.style-7 .header-right {
		right: 30px;
	}
	.header-desktop.style-4 .header-left,
	.header-desktop.style-7 .header-left {
		left: 30px;
	}
}
/*@media only screen and (min-width: 1024px) {
	#main {
		position: relative;
		z-index: 3;
		background: #fff;
	}
}*/
@media (min-width: 1200px) {
.container.xl {
 max-width: 1400px;
}
}

@media (min-width: 992px) {
	.comments-area .author-avatar {
		float: left;
		margin-top: 33px;
	}
	.comments-area .comment-wrap {
		margin-left: 50px;
		padding-left: 75px;
		padding-right: 65px;
		min-height: 170px;
	}
	.comments-area ul.children {
		margin-left: 100px;
	}
	.cart-totals {
		width: 48%;
		margin-left: 30px;
		float: right;
	}
}
@media (min-width: 768px) {
	.header-desktop.style-4 .header-left,
	.header-desktop.style-7 .header-left {
		left: 30px;
	}
	.tabs.vertical-tab .nav-tabs-wrapper {
		width: 25%;
		float: left;
	}
	.tabs.vertical-tab .nav-tabs-wrapper li {
		display: block;
		margin-right: 0;
	}
	.tabs.vertical-tab .tab-content {
		border: 2px solid #eee;
		padding: 35px 40px;
		float: left;
		width: 75%;
	}
	table.shop-cart tbody tr td.actions .coupon {
		width: calc(100% - 180px);
		float: left;
	}
	table.shop-cart tbody tr td.actions .coupon input {
		float: left;
		width: 280px;
		margin-right: 20px;
	}
	table.shop-cart tbody tr td.actions .coupon .btn {
		width: 180px;
		padding-top: 11px;
		padding-bottom: 11px;
	}
	table.shop-cart tbody tr td.actions .update-cart {
		width: 170px;
		float: right;
	}
}
@media (min-width: 480px) {
	.payment-product-list .product-item .product-img {
		padding-right: 30px;
		width: 108px;
	}
}
@media only screen and (max-width: 1200px) {
	#main {
		margin-bottom: 0 !important;
	}
		.top-bar-social-network {
    display: none;
	}
	.footer {
		position: relative;
	}
	.header-desktop.style-1 .header-right,
	.header-desktop.style-3 .header-right,
	.header-desktop.style-2 .header-right,
	.header-desktop.style-4 .header-right,
	.header-desktop.style-5 .header-right,
	.header-desktop.style-6 .header-right,
	.header-desktop.style-7 .header-right {
		right: 0px;
	}
	.page-open-mobile-menu {
		display: inline-block;
	}
	.header-desktop .page-navigation-wrap,
	.header-desktop .page-open-main-menu {
		display: none;
	}
	.section-bg-10, .section-bg-24, .section-bg-19,
	.page-title-bar-03 .page-title-bar-inner {
		background-size: cover;
	}
	.testimonial-text-section-inner {
		padding-left: 0;
	}
	.extra-info {
		width: 100%;
	}
	.timeline ul li:nth-child(odd) .content-wrap {
		left: -200px;
	}
	.timeline ul li:nth-child(2n) .content-wrap {
		left: -40px;
	}
	.timeline .item .content-wrap, .timeline .item .time {
		width: 250px;
	}
	.timeline .item .time {
		font-size: 40px;
		left: -45px;
	}
	.timeline ul li:nth-child(even) .time {
		left: -204px;
	}
}
@media (max-width: 768px) {
	.top-bar-social-network {
    display: none;
	}

	.tm-grid-wrapper.mtn-65 {
		margin-top: 60px;
	}
	.header-left-menu {
		display: none;
	}
	.left-menu-content #main {
		margin-left: 0px;
	}
	.header-mobile {
		display: block;
		width: 100%;
	}
	.blog-item.style-1 .post-wrapper {
		display: block;
	}
	.blog-item.style-1 .post-thumbnail img {
		width: 100%;
	}
	.portfolio-fullscreen-split-slider .ms-left,
	.portfolio-fullscreen-split-slider .ms-right {
		width: 100% !important;
	}
	.portfolio-fullscreen-split-slider .ms-right .bg-black {
		background-color:rgba(0, 0, 0, 0.5) !important;
	}
	.extra-info {
		padding-left: 50px;
		padding-right: 50px;
	}
	.about-me-2 {
		padding-top: 75px;
		padding-left: 0px;
		max-width: none;
	}
	.process-gradation {
		display: block;
	}
	.process-gradation .item {
		width: 100%;
	}
	.process-gradation .item+.item {
		margin-top: 50px;
	}
	.process-gradation .line:before, 
	.process-gradation .line:after {
		display: none;
	}
	.process-gradation .count-wrap {
		margin-bottom: 25px;
	}
	.sidebar-content {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.comments-area .comment-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	.single-product-content .images,
	.single-product-content .summary {
		width: 100%;
	}
	.single-product-content .images {
		margin-bottom: 30px;
	}
	.single-product-content .images .single-product-thumbail {
		display: none;
	}
	.single-product-content .images .single-product-slider {
		margin-left: 0;
		width: 100%;
	}
}
@media (max-width: 600px) {
	.branding__logo img {
    width: 120px;
	padding-top: 42px;	
}
	.header-desktop, .headroom.headroom--not-top {
    height: 79px; 
    height: 55px;
}
.pt-10 {
	padding-top: 30px!important;
	}
	.pt-10{
		padding-bottom:30px!important;
	}
.heading {
    font-size: 26px;
}	
.header-desktop.style-6 .header-right{
    top: 38%;
}	
	.timeline ul li {
		margin-left: 20px;
		padding-bottom: 40px;
	}
	.timeline .content-wrap, .tm-timeline .time {
		width: calc(100vw - 100px);
	}
	.timeline .time {
		position: relative;
		margin-bottom: 7px;
		font-size: 30px;
		left: 34px;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
		text-align: left;
		top: -10px;
	}
	.timeline ul li:nth-child(odd) .content-wrap {
		left: 157px;
		text-align: left;
	}
	.timeline ul li:nth-child(even) .time {
		left: 105px;
	}
}
@media (max-width: 480px) {
    
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    word-break: break-word;
    }
    
    h1, .h1 {
        font-size:40px;
    }
    h2, .h2 {
        font-size: 36px;
    }
    h3, .h3 {
        font-size: 28px;
    }
    h4, .h4 {
        font-size: 24px;
    }
    h5, .h5 {
        font-size: 20px;
    }
    h6, .h6 {
        font-size: 18px;
    }
    .page-banner {
        padding: 60px 0;
        background-size: cover;
        background-position: center;
    }
	.section-bg-5, .section-bg-18 {
		background: none;
	}
	table.shop-cart thead {
		display: none;
	}
	table.shop-cart tr.cart_item:first-child {
		border-top: 1px solid #ddd;
	}
	table.shop-cart tr td {
		display: block;
		text-align: right;
		border-bottom: 1px solid #ddd;
	}
	table.shop-cart tr td.product-thumbnail {
		display: none;
	}
	table.shop-cart tr.cart_item td:first-child:before {
		content: "";
	}
	.quantity .qty {
		max-width: 100%;
	}
	.header-desktop .container-fluid {
		padding-left: 40px;
		padding-right: 40px;
	}
	.header-desktop.style-1 .header-right,
	.header-desktop.style-3 .header-right,
	.header-desktop.style-2 .header-right,
	.header-desktop.style-4 .header-right,
	.header-desktop.style-5 .header-right,
	.header-desktop.style-6 .header-right,
	.header-desktop.style-7 .header-right {
		right: 15px;
	}
	.tm-grid-wrapper .btn-filter {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 16px;
	}
	.newsletter-form .form-fields {
		display: block;
	}
	.newsletter-form .form-item.flex-auto {
		margin-bottom: 20px;
	}
	.tab-process .nav-tabs {
		display: none;
	}
	.popup-video.style-2 .video-overlay .video-play {
		right: auto;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.header-desktop.style-4 .header-wrap {
		text-align: left;
	}
	.portfolio-item.style-3 .post-overlay-info {
		position: relative;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.pricing, .blog-item {
		margin-bottom: 30px;
	}
	#presentation-menu {
		display: none;
	}
	.section-bg-19.fp-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.testimonials-slider.style-2 .owl-wrapper-outer {
		padding: 30px 0px;
	}
	#multiScroll .portfolio-info {
		padding-left: 20px;
		padding-right: 20px;
	}
	.extra-info {
		padding-left: 15px;
		padding-right: 15px;
	}
	.page-title-bar-inner .heading,
	.page-breadcrumb .breadcrumb {
		text-align: center;
		width: 100%;
	}
	.button.style-text.button-xs,
	.button.style-text.button-sm,
	.button.style-text.button-lg,
	.button.style-text {
		padding-right: 0;
	}
	.countdown-bar > .countdown-item > .countdown-item-value {
		font-size: 40px;
	}
	.tab-process .tab-pane-heading {
		display: block;
	}
	.team-member {
		margin-bottom: 30px;
	}
	.single-post .entry-author {
		display: block;
	}
	.single-post .entry-author .author-avatar {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.single-post .entry-author .author-description {
		margin-left: 0px;
		text-align: center;
	}
	.single-post .entry-author .author-social-networks {
		text-align: center;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.single-post .entry-author .author-social-networks a {
		display: inline-block;
		float: none;
	}
	.single-post .post-share {
		margin: 0; 
		text-align: left; 
	}
	.portfolio-image-gallery .portfolio-details-list li {
		display: block;
	}
	.portfolio-image-gallery .portfolio-details-list li+li {
		margin-left: 0px;
	}
	.shop-filter {
		text-align: center;
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.shop-filter .commerce-ordering {
		margin-bottom: 20px;
	}
	.single-product-content {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/* loading */
.noo-spinner {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.985);
	z-index: 999999;
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}

.spinner {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.cube1,
.cube2 {
	background-color: #ec6504;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
	animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
	25% {
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
	}
	50% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
	}
	75% {
		-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}

@keyframes sk-cubemove {
	25% {
		transform: translateX(42px) rotate(-90deg) scale(0.5);
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
	}
	50% {
		transform: translateX(42px) translateY(42px) rotate(-179deg);
		-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
	}
	50.1% {
		transform: translateX(42px) translateY(42px) rotate(-180deg);
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
	}
	75% {
		transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
		-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	}
	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
	}
}

@media print {
    .print-hide-background {
        background-image: none !important;
        background-color: transparent !important;
    }

    .print-page-break-after {
        page-break-after: always;
    }

    .print-page-break-before {
        page-break-before: always;
    }

    .print-color-black {
        color: black !important;
    }

    code, pre {
        border: none !important;
    }
	
	.tp-caption-24, .text-white, .tp-caption-25 {
		color:#000!important;
	}
}
