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



		! ! !    R E A D   T H I S    ! ! !
		-----------------

		It's recomended to use/create a custom css file (ore place them at the end of this file)
		to do you customizations in order to easily update the main css files without loosing your changes



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

	0.	RESET & CLEARFIX
	1.	BASICS (body, headers, links, etc)ml
	2. 	GENERAL ELEMENTS
	3.	HEADER
	4.	FOOTER
	5. 	MENU
	6. 	MENU TOGGLE (Hamburger)
	7. 	HEADER / MENU OPTIONS
	8. 	HERO / PAGETITLE
	9. 	PORTFOLIOt
	10. BLOG
	11. COMMENTS
	12. PAGE LOADER-
	13. PAGINATION
	14. EXTERN PLUGINS (smartscroll,masonry,revolution slider, owl)
	15. COLUMNS SECTION
	16. FULLWIDTH SECTION
	17. THUMB OVERLAY EFFECT
	18. ANIMATIONS (portfolio, hero, text, ...)
	19. ELEMENTS / SHORTCODES
	20. WIDGETS
	21. LOADER ICONS
	22. CUSTOM STYLE

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



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

0. RESET & CLEARFIX

------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
figure,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

ol,
ul {
	list-style: none;
}

:focus {
	outline: 0;
}

/* deleting the default appearence for form elements */
input[type=text],
input[type=password],
input[type=submit],
input[type=number],
input[type=button],
textarea,
button,
select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

/* HTML5 display definitions */
article,
aside,
details,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
dialog {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
	visibility: hidden;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {
	*display: inline-block;
	height: 1%;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}

/* Disable hover pointers on scrolling (class set by js)*/
.is-scrolling,
.is-scrolling * {
	pointer-events: none;
}


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

1. BASICS

------------------------------------------------*/
html {
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	/* Prevent iOS text size adjust on orientation change without disabling user zoom */
	-ms-text-size-adjust: 100%;
	position: relative;
}

body {
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.6);
	text-align: left;
	position: relative;
	background: #ffffff;
	min-height: 100%;
}

.text-light {
	color: rgba(255, 255, 255, 0.7);
}

::selection {
	background: rgba(0, 0, 0, 0.05);
	color: #000000;
}

::-moz-selection {
	background: rgba(0, 0, 0, 0.05);
	color: #000000;
}

::-webkit-selection {
	background: rgba(0, 0, 0, 0.05);
	color: #000000;
}

.text-light ::selection {
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
}

.text-light ::-moz-selection {
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
}

.text-light ::-webkit-selection {
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
}


/* Headings
---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i,
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
	font-style: italic;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
h1.text-light,
h2.text-light,
h3.text-light,
h4.text-light,
h5.text-light,
h6.text-light {
	color: #ffffff;
}

h1,
.h1 {
	font-size: 66px;
	line-height: 105px;
}

h2,
.h2 {
	font-size: 40px;
	line-height: 66px;
}

h3,
.h3 {
	font-size: 32px;
	line-height: 52px;
}

h4,
.h4 {
	font-size: 24px;
	line-height: 42px;
}

h5,
.h5 {
	font-size: 18px;
	line-height: 31px;
}

h6,
.h6 {
	font-size: 14px;
	line-height: 22px;
}

/* Headers Spacing */
div h1,
div h2,
div h3,
div h4,
div h5,
div h6 {
	margin-top: 30px;
}

i+h1,
i+h2,
i+h3,
i+h4,
i+h5,
i+h6 {
	margin-top: 15px;
}

div h1:first-child,
div h2:first-child,
div h3:first-child,
div h4:first-child,
div h5:first-child,
div h6:first-child {
	margin-top: -0.35em;
}

div h1:last-child,
div h2:last-child,
div h3:last-child,
div h4:last-child,
div h5:last-child,
div h6:last-child {
	margin-bottom: -0.35em;
}

/* delete margin for the big spacings */

h1+h1,
h1+h2,
h1+h3,
h1+h4,
h1+h5,
h1+h6,
h2+h1,
h2+h2,
h2+h3,
h2+h4,
h2+h5,
h2+h6,
h3+h1,
h3+h2,
h3+h3,
h3+h4,
h3+h5,
h3+h6,
h4+h1,
h4+h2,
h4+h3,
h4+h4,
h4+h5,
h4+h6,
h5+h1,
h5+h2,
h5+h3,
h5+h4,
h5+h5,
h5+h6,
h6+h1,
h6+h2,
h6+h3,
h6+h4,
h6+h5,
h6+h6 {
	margin-top: 0px;
}

.title-alt {
	color: rgba(0, 0, 0, 0.35);
}

.text-light .title-alt {
	color: rgba(255, 255, 255, 0.5);
}

.title-alt b,
.title-alt strong {
	font-weight: 500;
}

.uppercase {
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

/* headings with link */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #000000;
}

.text-light h1 a,
.text-light h2 a,
.text-light h3 a,
.text-light h4 a,
.text-light h5 a,
.text-light h6 a {
	color: #ffffff;
}



/* Forms
---------------------------------------- */
::-webkit-input-placeholder {
	color: #000000;
	transition: all 0.3s ease;
}

:-moz-placeholder {
	color: #000000;
	transition: all 0.3s ease;
}

::-moz-placeholder {
	color: #000000;
	transition: all 0.3s ease;
}

:-ms-input-placeholder {
	color: #000000;
	transition: all 0.3s ease;
}

.text-light ::-webkit-input-placeholder {
	color: #ffffff;
}

.text-light :-moz-placeholder {
	color: #ffffff;
}

.text-light ::-moz-placeholder {
	color: #ffffff;
}

.text-light :-ms-input-placeholder {
	color: #ffffff;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.20);
	line-height: 22px;
	height: 22px;
	color: #000000;
	padding: 13px 10px;
	transition: all 200ms ease;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 2px;
	resize: none;
}

.text-light:not(.transparent) input[type=text],
.text-light:not(.transparent) input[type=password],
.text-light:not(.transparent) input[type=email],
.text-light:not(.transparent) input[type=number],
.text-light:not(.transparent) input[type=tel],
.text-light:not(.transparent) textarea {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.30);
}

input.false[type=text],
input.false[type=password]:focus,
input.false[type=email],
input.false[type=tel],
input.false[type=number],
textarea.false,
.check-error input[type=text],
.check-error input[type=password]:focus,
.check-error input[type=email],
.check-error input[type=tel],
.check-error input[type=number],
.check-error textarea {
	border-color: #fa4d5a;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
	width: 100%;
	max-width: calc(100% - 20px);
}

textarea {
	width: 100%;
	min-height: 10rem;
	max-width: calc(100% - 20px);
}

input[type=submit],
input[type=button],
.button,
button {
	cursor: pointer;
	display: inline-block;
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 5px;
	transition: all 0.2s ease;
	color: #ffffff;
	padding: 17px 40px;
	background: #000000;
	border: none;
	position: relative;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.text-light input[type=submit],
.text-light input[type=button],
.text-light .button,
.text-light button {
	background: #ffffff;
	color: #000000;
}

input[type=submit]:hover,
input[type=button]:hover,
.button:hover,
button:hover {
	background: rgba(0, 0, 0, 0.8);
	color: #ffffff;
}

.text-light input[type=submit]:hover,
.text-light input[type=button]:hover,
.text-light .button:hover,
.text-light button:hover {
	background: rgba(255, 255, 255, 0.85);
	color: #000000;
}

select {
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.20);
	font-size: 14px;
	font-weight: 300;
	height: 48px;
	width: auto;
	max-width: 100%;
	text-overflow: ellipsis;
	padding: 8px 20px 8px 8px;
	color: #000000;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 2px;
	min-width: 120px;
	background-image: url(../assets/select-arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
	-webkit-background-size: 20px 6px;
	-moz-background-size: 20px 6px;
	-o-background-size: 20px 6px;
	background-size: 20px 6px;
}

.text-light select {
	color: #ffffff;
	border-color: #fa4d5a;
	background-image: url(../assets/select-arrow-light.png);
}

select option {
	cursor: pointer;
	padding: 5px 7px;
}

label {
	font-weight: 400;
	font-size: 15px;
	width: 100%;
	color: rgba(0, 0, 0, 0.35);
	display: block;
	transition: color 0.2s ease;
}

.text-light label {
	color: rgba(255, 255, 255, 0.5);
}

.form-row.check-error label {
	color: #fa4d5a;
}

label abbr {
	color: rgba(0, 0, 0, 0.35);
	text-decoration: none;
}

.text-light abbr {
	color: rgba(255, 255, 255, 0.5);
}

input[type=radio]+label,
input[type=checkbox]+label {
	display: inline-block;
	width: auto;
	margin-left: 5px;
}

form {
	margin-top: 20px;
	padding: 1px 0 0 0;
	/* work around for margin from form-row */
}

div form:first-child {
	margin: 0;
}

form .form-row {
	margin-top: 20px;
	position: relative;
}

div form:first-child .form-row:first-child,
div form:first-child .form-row.one-half:nth-child(2),
div form:first-child .form-row.one-third:nth-child(2),
div form:first-child .form-row.one-third:nth-child(3),
div form:first-child .form-row.two-third:nth-child(2),
div form:first-child .form-row.one-fourth:nth-child(2),
div form:first-child .form-row.one-fourth:nth-child(3),
div form:first-child .form-row.one-fourth:nth-child(4),
div form:first-child .form-row.two-fourth:nth-child(2),
div form:first-child .form-row.two-fourth:nth-child(3),
#reply-title+form:first-child .form-row:first-child {
	margin-top: 0px;
}

.form-row.hidden {
	display: none;
}

form .form-submit {
	margin-top: 20px;
}

form .form-note {
	position: fixed;
	z-index: 10;
	bottom: 0px;
	left: 0;
	width: 100%;
	display: none;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: center;
}

form .form-note .alert-error,
form .form-note .alert-confirm {
	background: #fa4d5a;
	padding: 17px 0px;
	width: 100%;
}

form .form-note .alert-confirm {
	background: #38e394;
}

form .form-note.visible {
	-webkit-animation: show-hide 5s 1;
	-moz-animation: show-hide 5s 1;
	-ms-animation: show-hide 5s 1;
	animation: show-hide 5s 1;
}

@-webkit-keyframes show-hide {
	0% {
		opacity: 0;
		visibility: visible;
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@-moz-keyframes show-hide {
	0% {
		opacity: 0;
		visibility: visible;
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes show-hide {
	0% {
		opacity: 0;
		visibility: visible;
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}


/* Links
---------------------------------------- */
a {
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
	color: #000000;
	transition: all 0.2s ease;
}

a:hover {
	color: rgba(0, 0, 0, 0.6);
}

.text-light a,
a.text-light {
	color: #ffffff;
}

.text-light a:hover,
a.text-light:hover {
	color: rgba(255, 255, 255, 0.7);
}

p a:not(.entry-navigation__item):not(.post-edit-link):not(.fancybox):not(.button):not(.image-text-link) {
	border-bottom: 1px solid #000000;
}

.text-light p a:not(.entry-navigation__item):not(.post-edit-link):not(.fancybox):not(.button):not(.image-text-link) {
	border-color: #ffffff;
}

blockquote p a {
	border: none;
}



/* Embedded content
---------------------------------------- */
img,
object,
video,
audio {
	max-width: 100%;
	height: auto;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

/*img {
	width: auto;
	max-width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
	}*/

p img {
	margin-top: 25px;
}

p img:first-child {
	margin-top: 0px;
}

img.alignleft {
	margin: 3px 25px 25px 0;
	float: left;
}

img.alignright {
	margin: 3px 0px 25px 25px;
	float: right;
}

p+video,
p+audio {
	margin-top: 25px;
}


/* Lists
---------------------------------------- */
ul {
	margin-top: 15px;
	margin-left: 30px;
	list-style: disc;
}

ul.nolist {
	list-style: none;
	margin-left: 0px;
}

div ul:first-child,
li ul:first-child {
	margin-top: 0px;
}

ol {
	margin-top: 15px;
	margin-left: 30px;
	list-style: decimal;
}

div ol:first-child,
li ol:first-child {
	margin-top: 0px;
}

ul li,
ol li {
	margin-top: 8px;
}

ul.biglist li,
ol.biglist li,
ul.nolist li,
ol.nolist li {
	color: #000000;
}

.text-light ul.biglist li,
.text-light ol.biglist li,
.text-light ul.nolist li,
.text-light ol.nolist li {
	color: #ffffff;
}

ul.biglist li,
ol.biglist li {
	font-size: 18px;
	line-height: 28px;
	margin-top: 12px;
}

ul li:first-child,
ol li:first-child {
	margin-top: 0px;
}


/* Others
---------------------------------------- */
p {
	margin-top: 15px;
	color: #000;
	font-size: 16px;
}

div p:first-child {
	margin-top: 0px;
}

strong,
b,
dt {
	font-weight: 500;
}

i,
dfn,
em {
	font-style: italic;
}

blockquote {
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
	position: relative;
	max-width: 1200px;
	margin: 40px auto;
}

#page-title blockquote {
	font-size: 36px;
	line-height: 54px;
}

.column:not(.one-full):not(.one-half) blockquote,
.single-content blockquote,
sidebar blockquote {
	font-size: 20px;
	line-height: 32px;
}

[class*='wrapper'] blockquote {
	max-width: 100%;
}

.text-light blockquote,
blockquote.text-light {
	color: #ffffff;
}

div blockquote:first-child {
	margin-top: 0px;
}

div blockquote:last-child {
	margin-bottom: 0px;
}

blockquote>p:first-of-type::before,
blockquote>p:first-of-type::after {
	content: '"';
	font-size: 1.2em;
	line-height: 0;
	vertical-align: -0.25em;
	margin-right: .2em;
}

blockquote>p:first-of-type::after {
	margin-right: 0;
	margin-left: .2em;
}

blockquote>p a {
	color: #000000;
}

blockquote>p a:hover {
	color: rgba(0, 0, 0, 0.6);
}

blockquote cite {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0em;
	font-style: normal;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 15px;
}

.text-light blockquote cite,
blockquote.text-light cite {
	color: rgba(255, 255, 255, 0.7);
}

blockquote figure {
	margin: 20px auto 0 auto;
	width: 80px;
	height: 80px;
	border-radius: 60px;
	overflow: hidden;
	text-align: center;
}

blockquote p {
	margin: 0;
}

pre {
	padding: 20px;
	margin-top: 20px;
	font-size: 13px;
	line-height: 18px;
	background: rgba(0, 0, 0, 0.06);
	display: block;
	border-radius: 3px;
	overflow-x: auto;
}

.text-light pre {
	background: rgba(255, 255, 255, 0.12);
}

div pre:first-child {
	margin-top: 0px;
}

code {
	padding: 0 7px 0 5px;
	display: inline-block;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.06);
	color: #000000;
	font-size: 13px;
	line-height: 18px;
	position: relative;
	top: -1px;
	font-style: italic;
}

.text-light code {
	background: rgba(255, 255, 255, 0.12);
}

small {
	font-size: 0.85em;
	line-height: 1.5em;
}

h1 small,
h2 small,
h3 small,
h4 small {
	font-size: 0.6em;
}

h5 small {
	font-size: 0.75em;
}

h6 small {
	font-size: 0.85em;
}





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

2. GENERAL ELEMENTS

------------------------------------------------*/
#page-content {
	overflow: hidden;
	margin: 0;
	min-width: 1200px;
	max-width: 100%;
	min-height: 101vh;
}

.loading-end #page-content {
	min-height: auto;
}

/*workaround for isotope content (without other content) when scrollbar is active*/

.wrapper,
.wrapper-small,
.wrapper-big {
	width: 1200px;
	margin: 0 auto;
	max-width: calc(100% - 80px);
}

.wrapper-small {
	width: 780px;
}

#hero[class*='side-']~#page-body .wrapper-small {
	max-width: calc(100% - 160px);
}

.wrapper-big {
	width: calc(100% - 80px);
	max-width: 1680px;
}

.wrapper::after,
.wrapper-small::after,
.wrapper-big::after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0;
}

/*
.main-content {
	width: calc(100% - 330px);
	}

aside.sidebar {
	width: 280px;
	margin-bottom: 50px;
	}
*/

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

/* icons */
i[class*='ion-'],
i[class*='fa-'] {
	color: #000000;
}

.text-light i[class*='ion-'],
.text-light i[class*='fa-'] {
	color: #ffffff;
}



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

3. HEADER

------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 80px;
	height: 100%;
	z-index: 1501;
	background: #ffffff;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 799ms cubic-bezier(0.740, 0.215, 0.125, 1);
	/* older webkit */
	-webkit-transition: all 799ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
	-moz-transition: all 799ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
	-o-transition: all 799ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
	transition: all 799ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
	/* custom */
	-webkit-transition-timing-function: cubic-bezier(0.740, 0.215, 0.125, 1);
	/* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.740, 0.215, 0.125, 1.020);
	-moz-transition-timing-function: cubic-bezier(0.740, 0.215, 0.125, 1.020);
	-o-transition-timing-function: cubic-bezier(0.740, 0.215, 0.125, 1.020);
	transition-timing-function: cubic-bezier(0.740, 0.215, 0.125, 1.020);
	/* custom */
	transition-delay: 0.06s;
}

header.header-right {
	left: auto;
	right: 0;
}

header.menu-is-open,
header.action-is-active {
	width: 380px;
	transition-delay: 0s;
}

/* right border instead of normal border because of the button overlay */
header::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: rgba(0, 0, 0, 0.13);
	z-index: 1501;
}

header.header-right::after {
	left: 0;
	right: auto;
}

#hero-and-body,
#page-body,
#hero,
#footer {
	left: 0px;
	position: relative;
	-webkit-transition: left 599ms cubic-bezier(0.740, 0.215, 0.125, 1.020), right 599ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
	-moz-transition: left 599ms cubic-bezier(0.740, 0.215, 0.125, 1.020), right 599ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
	-o-transition: left 599ms cubic-bezier(0.740, 0.215, 0.125, 1.020), right 599ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
	transition: left 599ms cubic-bezier(0.740, 0.215, 0.125, 1.020), right 599ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
}

header.menu-is-open~#hero-and-body,
header.menu-is-open~#page-body,
header.menu-is-open~#hero,
header.menu-is-open~#footer,
header.action-is-active~#hero-and-body,
header.action-is-active~#page-body,
header.action-is-active~#hero,
header.action-is-active~#footer {
	left: 300px;
	-webkit-transition: left 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020), right 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
	-moz-transition: left 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020), right 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
	-o-transition: left 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020), right 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
	transition: left 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020), right 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
	transition-delay: 0.06s;
}

header.header-right.menu-is-open~#hero-and-body,
header.header-right.menu-is-open~#page-body,
header.header-right.menu-is-open~#hero,
header.header-right.menu-is-open~#footer,
header.header-right.action-is-active~#hero-and-body,
header.header-right.action-is-active~#page-body,
header.header-right.action-is-active~#hero,
header.header-right.action-is-active~#footer {
	left: -300px;
}

header .pseudo-close {
	position: fixed;
	width: 100%;
	height: 0;
	left: 380px;
	top: 0;
	background: transparent;
	visibility: hidden;
}

header.header-right .pseudo-close {
	right: 380px;
	left: auto;
}

header.menu-is-open .pseudo-close,
header.action-is-active .pseudo-close {
	height: 100%;
	visibility: visible;
}

header #logo {
	position: fixed;
	top: 20px;
	left: calc(80px + 40px);
	width: auto;
	z-index: 1502;
}

header.header-right #logo {
	right: calc(80px + 40px);
	left: auto;
}

header #logo.logo-right {
	right: 40px;
	left: auto;
}

header.header-right #logo.logo-right {
	right: calc(80px + 40px);
	left: auto;
}

header.header-right #logo.logo-left {
	left: 40px;
	right: auto;
}

header.menu-is-open:not(.header-right) #logo.logo-right,
header.action-is-active:not(.header-right) #logo.logo-right {
	right: calc(100% - 80px - 40px);
	left: auto;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

header.header-right.menu-is-open #logo.logo-left,
header.header-right.action-is-active #logo.logo-left {
	left: calc(100% - 80px - 40px);
	right: auto;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

header.action-is-active #logo {
	left: 30px;
}

header.action-is-active:not(.header-right) #logo.logo-right {
	right: calc(100% - 30px);
}

header.header-right.action-is-active #logo.logo-right {
	right: 30px;
	left: auto;
}

header.header-right.action-is-active #logo.logo-left {
	left: calc(100% - 30px);
	right: auto;
}


header #logo .text-logo {
	font-weight: 600;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 50px;
	/* Logo height */
	letter-spacing: 0.05em;
}

header #logo a {
	display: block;
	width: auto;
	transition: all 0.3s ease;
}

header #logo.hide-on-hero a {
	opacity: 0;
	visibility: hidden;
}

header.menu-is-open #logo a {
	opacity: 1;
	visibility: visible;
	transition-delay: 0.8s;
	transition-duration: 0.5s;
}

header.hero-invisible #logo.hide-on-hero a {
	opacity: 1;
	visibility: visible;
}

header #logo img {
	width: auto;
	max-width: inherit;
	height: 50px;
	/* Logo height */
	transition: all 0.3s ease;
}

header #logo img#dark-logo+img#light-logo {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}


/* Header widgets */
#header-widget {
	position: absolute;
	left: 20px;
	bottom: -10px;
	overflow: hidden;
	transition: all 0.4s ease;
	z-index: 1502;
}

header.action-is-active #header-widget {
	opacity: 0;
	visibility: hidden;
}

#header-widget.custom {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	color: rgba(0, 0, 0, 0.35);
	font-size: 0.85em;
	width: 350px;
	line-height: 40px;
}

header.header-right #header-widget.custom {
	right: -290px;
	left: auto;
}

.text-light #header-widget.custom {
	color: rgba(255, 255, 255, 0.5);
}

#header-widget.social {
	bottom: 30px;
	left: 20px;
	width: 40px;
	text-align: center;
}

header.header-right #header-widget.social {
	right: 20px;
	left: auto;
}

#header-widget.social .socialmedia-widget li {
	width: 100%;
}

#header-widget.social .socialmedia-widget li a {
	padding: 0;
	padding-top: 12px;
}

#header-widget.headerbutton {
	left: 0px;
	bottom: 0px;
	width: 100%;
}

#header-widget.headerbutton span {
	max-width: 80px;
	display: inline-block;
}

#header-widget.headerbutton .sr-button {
	width: calc(100% - 10px);
	padding: 15px 5px;
	display: block;
	margin: 0;
	border-radius: 0px;
}

#header-widget.headerbutton .sr-button.header-button:hover {
	opacity: 0.8;
}

/* Header Actions */
#header-actions {
	position: absolute;
	z-index: 1503;
	width: 100%;
	max-width: 80px;
	top: 105px;
	padding-top: 5px;
	/* padding is for preventing cutting on backtotop (if alone) animation*/
	left: 0;
	overflow: hidden;
	min-height: 180px;
	transition: all 0.4s ease;
}

header.header-right #header-actions {
	right: 0;
	left: auto;
}

header.action-is-active #header-actions {
	opacity: 0;
	visibility: hidden;
}

/* filter */
.header-filter {
	width: 14px;
	height: 14px;
	margin-left: 33px;
	position: relative;
}

.filter-icon {
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}

.filter-icon::after,
.filter-icon::before,
.filter-icon span::after,
.filter-icon span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
	background: #000000;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.text-light .filter-icon::after,
.text-light .filter-icon::before,
.text-light .filter-icon span::after,
.text-light .filter-icon span::before {
	background: #ffffff;
}

.filter-icon::before {
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
}

.filter-icon span::after {
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
}

.filter-icon span::before {
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
}

.filter-icon:hover span::after,
.filter-icon:hover span::before {
	opacity: 0.4;
}

/* search */
.header-search {
	width: 49px;
	height: 39px;
	margin-left: 15px;
	margin-top: 20px;
}

#header-actions .header-search:first-child {
	margin-top: 0px;
}

.header-search>a {
	display: inline-block;
	width: 39px;
	height: 39px;
	margin: 0 0 0 7px;
	transition: all 0.2s ease;
	text-align: center;
}

.header-search>a:hover {
	opacity: 0.5;
}

.search {
	fill: #000000;
}

.text-light .search {
	fill: #ffffff;
}


/* to top */
.header-totop {
	width: 30px;
	height: 22px;
	margin-left: 25px;
	margin-top: 30px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	text-align: center;
}

#header-actions .header-totop:first-child {
	margin-top: 0px;
}

.header-totop.visible {
	margin-top: 55px;
	opacity: 1;
	visibility: visible;
}

.header-totop a.totop {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0;
	transition: all 0.3s ease;
}

.header-totop a.totop:hover {
	margin-top: -4px;
}

.arrow {
	width: 22px;
	height: 22px;
	display: inline-block;
	position: relative;
	fill: #000000;
}

.text-light .arrow {
	fill: #ffffff;
}

.arrow.arrow-top {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.arrow.arrow-bottom {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.arrow.arrow-right {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* share */
.header-share {
	margin-top: 20px;
	position: relative;
	cursor: pointer;
}

#header-actions .header-share:first-child {
	margin-top: 0px;
}

.header-share~div {
	transition: all 0.3s ease 0.1s;
}

.header-share:hover~div {
	margin-left: 82px;
}

header.header-right .header-share:hover~div {
	margin-left: -22px;
}

.share-icon {
	width: 18px;
	height: 17px;
	margin-left: 32px;
	display: block;
	position: relative;
	transition: all 0.3s ease;
}

.header-share:hover .share-icon {
	margin-left: 82px;
	transition-delay: 0s;
}

header.header-right .header-share:hover .share-icon {
	margin-left: -22px;
}

.share-icon {
	width: 38px;
	height: 40px;
	margin-left: 23px;
	margin-bottom: 45px;
}

.share-icon .dots,
.share-icon .dots::after,
.share-icon .dots::before {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	left: 0px;
	width: 5px;
	height: 5px;
	background: #000000;
	border-radius: 5px;
}

.text-light .share-icon .dots,
.text-light .share-icon .dots::after,
.text-light .share-icon .dots::before {
	background: #ffffff;
}

.share-icon .dots::after {
	top: -5.5px;
	left: 12px;
}

.share-icon .dots::before {
	top: 6px;
	left: 12px;
}

.share-icon .strokes::after,
.share-icon .strokes::before {
	content: "";
	position: absolute;
	top: calc(50% - 4.5px);
	left: 2px;
	width: 14px;
	height: 1.5px;
	background: #000000;
	-webkit-transform: rotate(-26deg);
	-moz-transform: rotate(-26deg);
	-ms-transform: rotate(-26deg);
	-o-transform: rotate(-26deg);
	transform: rotate(-26deg);
}

.text-light .share-icon .strokes::after,
.text-light .share-icon .strokes::before {
	background: #ffffff;
}

.share-icon .strokes::before {
	top: calc(50% + 2.5px);
	left: 2px;
	-webkit-transform: rotate(26deg);
	-moz-transform: rotate(26deg);
	-ms-transform: rotate(26deg);
	-o-transform: rotate(26deg);
	transform: rotate(26deg);
}

.share-content {
	position: absolute;
	top: 0;
	left: -101%;
	width: 100%;
	transition: all 0.4s ease;
}

header.header-right .header-share .share-content {
	left: 101%;
}

.header-share:hover .share-content,
header.header-right .header-share:hover .share-content {
	left: 0%;
}

.share-content .widget-title {
	opacity: 0.3;
	margin-top: 0px;
}

.share-content .socialmedia-widget {
	padding: 0;
	margin: 0;
}

.share-content .socialmedia-widget li {
	width: 100%;
	display: block;
	margin-left: -10px;
	opacity: 0;
	transition: all 0.3s ease;
}

header.header-right .share-content .socialmedia-widget li {
	margin-left: 10px;
}

.header-share:hover .share-content .socialmedia-widget li {
	margin-left: 0px;
	opacity: 1;
}

.header-share:hover .share-content .socialmedia-widget li {
	transition-delay: 0.2s;
}

.header-share:hover .share-content .socialmedia-widget li:nth-child(2) {
	transition-delay: 0.26s;
}

.header-share:hover .share-content .socialmedia-widget li:nth-child(3) {
	transition-delay: 0.32s;
}

.header-share:hover .share-content .socialmedia-widget li:nth-child(4) {
	transition-delay: 0.38s;
}

.share-content .socialmedia-widget li a {
	padding: 0;
	padding-top: 10px;
}


/* Header Actions OVERLAY */
#header-actions-overlay {
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;
	background: #ffffff;
}

header.action-is-active #header-actions-overlay {
	visibility: visible;
	opacity: 1;
}

#header-actions-overlay .action-close,
.header-search .search-close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;
}

header.header-right #header-actions-overlay .action-close {
	left: 20px;
	right: auto;
}

header.action-is-active #header-actions-overlay .action-close {
	visibility: visible;
	opacity: 1;
	transition-delay: 0.4s;
}

#header-actions-overlay .action-close::after,
#header-actions-overlay .action-close::before,
.header-search .search-close::after,
.header-search .search-close::before {



	content: "";
	position: absolute;
	width: 24px;
	height: 2px;
	left: 3px;
	top: 14px;
	-webkit-transform: translateY(0) rotate(45deg);
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-o-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
	background-color: #000000;
	transition: all 0.2s ease;
}

#header-actions-overlay .action-close::before,
.header-search .search-close::before {
	-webkit-transform: translateY(0) rotate(-45deg);
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-o-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.text-light #header-actions-overlay .action-close::after,
.text-light #header-actions-overlay .action-close::before,
.text-light .header-search .search-close::after,
.text-light .header-search .search-close::before {
	background-color: #ffffff;
}

#header-actions-overlay .widget-title {
	opacity: 0.3;
	margin-bottom: 15px;
}

/* filter / search / category action */
#header-actions-overlay .action-overlay.filter-overlay,
#header-actions-overlay .action-overlay.search-overlay,
#header-actions-overlay .action-overlay.category-overlay {
	transition: all 0.4s ease;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 20px;
	bottom: 30px;
	width: calc(100% - 60px);
}

header.header-right #header-actions-overlay .action-overlay.filter-overlay,
header.header-right #header-actions-overlay .action-overlay.search-overlay,
header.header-right #header-actions-overlay .action-overlay.category-overlay {
	left: auto;
	right: 20px;
	text-align: right;
}

header.action-is-active.filter-overlay #header-actions-overlay .action-overlay.filter-overlay,
header.action-is-active.search-overlay #header-actions-overlay .action-overlay.search-overlay,
header.action-is-active.category-overlay #header-actions-overlay .action-overlay.category-overlay {
	visibility: visible;
	opacity: 1;
	left: 30px;
	transition-delay: 0.4s;
}

header.header-right.action-is-active.filter-overlay #header-actions-overlay .action-overlay.filter-overlay,
header.header-right.action-is-active.search-overlay #header-actions-overlay .action-overlay.search-overlay,
header.header-right.action-is-active.category-overlay #header-actions-overlay .action-overlay.category-overlay {
	left: auto;
	right: 30px;
}

#header-actions-overlay .action-overlay .category-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header-actions-overlay .action-overlay .category-list li {
	margin: 8px 0;
}

#header-actions-overlay .action-overlay .category-list li:first-child {
	margin-top: 0;
}

#header-actions-overlay .action-overlay .category-list li:last-child {
	margin-bottom: 0;
}

#header-actions-overlay .action-overlay .category-list li a {
	position: relative;
	font-size: 24px;
	line-height: 32px;
	height: 32px;
	display: inline-block;
}

#header-actions-overlay .action-overlay .category-list li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000000;
	transition: all 0.3s ease;
	opacity: 0;
}

.text-light #header-actions-overlay .action-overlay .category-list li a::after {
	background: #ffffff;
}

#header-actions-overlay .action-overlay .category-list li.active a::after,
#header-actions-overlay .action-overlay .category-list li a:hover::after {
	opacity: 1;
}

/* search overlay */
#header-actions-overlay .action-overlay .searchform input[type=text] {
	font-size: 2.1em;
	line-height: 1.5em;
	height: auto;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}

#header-actions-overlay .action-overlay .searchform input[type=text]::-webkit-input-placeholder {
	opacity: 1;
}

#header-actions-overlay .action-overlay .searchform input[type=text]:-moz-placeholder {
	opacity: 1;
}

#header-actions-overlay .action-overlay .searchform input[type=text]::-moz-placeholder {
	opacity: 1;
}

#header-actions-overlay .action-overlay .searchform input[type=text]:-ms-input-placeholder {
	opacity: 1;
}

#header-actions-overlay .action-overlay .searchform input[type=text]:focus::-webkit-input-placeholder {
	opacity: 0.25;
}

#header-actions-overlay .action-overlay .searchform input[type=text]:focus:-moz-placeholder {
	opacity: 0.25;
}

#header-actions-overlay .action-overlay .searchform input[type=text]:focus::-moz-placeholder {
	opacity: 0.25;
}

#header-actions-overlay .action-overlay .searchform input[type=text]:focus:-ms-input-placeholder {
	opacity: 0.25;
}

#header-actions-overlay .action-overlay .searchform input[type=submit] {
	display: none;
}

#header-actions-overlay .action-overlay.search-overlay .widget-title {
	margin-top: 5px;
}




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

4. FOOTER

------------------------------------------------*/
#footer {
	background: #ffffff;
	border-top: 1px solid rgba(0, 0, 0, 0.13);
	/* width: calc(100% - 80px);
	margin-left: 80px; */
}

header.header-right~#footer {
	margin-left: 0px;
}

#footer.text-light {
	background: url(../images/pexels-photo-246642.jpeg) no-repeat;
	border-color: rgba(255, 255, 255, 0.21);

	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 50px;
	padding-top: 50px;


}


#footer .footer-inner {
	padding: 60px 0;
}

/* footer color switch */
#footer {
	color: rgba(0, 0, 0, 0.35);
}

#footer.text-light {
	color: rgba(255, 255, 255, 0.5)
}

#footer a,
#footer p a {
	color: rgba(0, 0, 0, 0.35);
	border-color: rgba(0, 0, 0, 0.35);
}

#footer a:hover,
#footer p a:hover,
#footer li {
	color: #ffffff;
}

#footer.text-light a,
#footer.text-light p a {
	color: rgba(255, 255, 255, 1.0);
	border-color: rgba(255, 255, 255, 0.5);
}

#footer.text-light a:hover,
#footer.text-light p a:hover {
	color: #ffffff;
}

#footer .widget-title {
	color: #000000;
}

#footer.text-light .widget-title {
	color: #ffffff;
	font-size: 18px;
}


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

5. 	MENU

------------------------------------------------*/
#menu-inner {
	width: 100%;
	height: calc(100% - 150px);
	/* Logo height */
	margin-top: 100px;
	position: absolute;
	top: 0;
	right: 0px;
	-webkit-background-clip: padding-box;
	/* for Safari */
	background-clip: padding-box;
	/* for IE9+, Firefox 4+, Opera, Chrome */
	transition: all 0.3s ease 0.3s;
	opacity: 0;
	visibility: hidden;
	overflow-x: hidden;
	background: #ffffff;
	/* needed for mquerries */
}

header.menu-is-open #menu-inner {
	transition-delay: 0.2s;
	opacity: 1;
	visibility: visible;
	overflow-y: scroll;
	/*	overflow-y: hidden;
*/
}

nav#main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 28px;
}

nav#main-nav>ul>li {
	margin: 8px 0;
	display: block;
	padding: 0;
	position: relative;
	left: 0px;
	padding-left: calc(80px + 40px);
	/*80 + 30 */
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
	transition: all 0.5s ease;
	transition-delay: 0s;
	opacity: 0;
	visibility: hidden;
}

nav#main-nav>ul>li:first-child {
	margin-top: 0;
}

nav#main-nav>ul>li:last-child {
	margin-bottom: 0;
}

header.header-right nav#main-nav>ul>li {
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
	text-align: right;
	padding-right: calc(80px + 40px);
	/*80 + 30 */
	padding-left: 0;
}

header.menu-is-open nav#main-nav>ul>li {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	opacity: 1;
	visibility: visible;
}


header.menu-is-open nav#main-nav>ul>li {
	transition-delay: 0.3s;
}

header.menu-is-open nav#main-nav>ul>li:nth-child(2) {
	transition-delay: 0.34s;
}

header.menu-is-open nav#main-nav>ul>li:nth-child(3) {
	transition-delay: 0.38s;
}

header.menu-is-open nav#main-nav>ul>li:nth-child(4) {
	transition-delay: 0.42s;
}

header.menu-is-open nav#main-nav>ul>li:nth-child(5) {
	transition-delay: 0.46s;
}

header.menu-is-open nav#main-nav>ul>li:nth-child(6) {
	transition-delay: 0.50s;
}

header.menu-is-open nav#main-nav>ul>li:nth-child(7) {
	transition-delay: 0.54s;
}

header.menu-is-open nav#main-nav>ul>li:nth-child(8) {
	transition-delay: 0.58s;
}

nav#main-nav ul>li>a {
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 22px;
	display: inline-block;
	width: auto;
	letter-spacing: 0.0em;
	color: #000000;
	height: auto;
	line-height: 30px;
	position: relative;
	transition: all 0.3s ease;
	/*overflow: hidden;*/
	vertical-align: bottom;

	border: 2px solid #fff;
	padding: 2px 10px;
	padding-top: 3px;


	/* workaround bottom margin */
}

/*	nav#main-nav:not(.underline) ul > li > a:hover, nav#main-nav:not(.underline) ul > li.current_page_item > a {
	color: rgba(0,0,0,0.65);
	}*/

nav#main-nav:not(.underline) ul>li>a:hover,
nav#main-nav:not(.underline) ul>li.current_page_item>a {
	border: 2px solid #87c13c;
	color: rgba(0, 0, 0, 0.65);

}

nav#main-nav ul>li>a small {
	opacity: 0.5;
}

nav#main-nav.underline ul>li>a::after {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background: #000000;
	transition: all 0.3s ease;
}

/* Fade In Hover */
nav#main-nav.underline ul>li>a::after {
	left: 0px;
	opacity: 0;
	-webkit-transform: translateX(-0%);
	-moz-transform: translateX(-0%);
	-ms-transform: translateX(-0%);
	-o-transform: translateX(-0%);
	transform: translateX(-0%);
	transition: all 0.4s ease;
}

nav#main-nav.underline ul>li>a:hover::after,
nav#main-nav.underline ul>li.current_page_item>a::after {
	opacity: 1;
}

/* Slide in Hover */
nav#main-nav.underline.slide ul>li>a::after {
	left: -120px;
	-webkit-transform: translateX(-101%);
	-moz-transform: translateX(-101%);
	-ms-transform: translateX(-101%);
	-o-transform: translateX(-101%);
	transform: translateX(-101%);
}

header.header-right nav#main-nav.underline.slide ul>li>a::after {
	left: auto;
	right: -120px;
	-webkit-transform: translateX(101%);
	-moz-transform: translateX(101%);
	-ms-transform: translateX(101%);
	-o-transform: translateX(101%);
	transform: translateX(101%);
}

nav#main-nav.underline.slide ul>li>a:hover::after,
nav#main-nav.underline.slide ul>li.current_page_item>a::after {
	left: 0px;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

header.header-right nav#main-nav.underline.slide ul>li>a:hover::after,
header.header-right nav#main-nav.underline.slide ul>li.current_page_item>a::after {
	left: auto;
	right: 0px;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

nav#main-nav>ul>li ul.sub-menu {
	margin: 0;
	padding: 7px 0 12px 2px;
	display: none;
	width: auto;
}

nav#main-nav ul.sub-menu ul.sub-menu {
	padding: 10px 0 10px 10px;
	margin: 0;
	display: none;
}

header:not(.menu-open) nav#main-nav ul.sub-menu li:last-child>ul.sub-menu {
	padding-bottom: 0;
}

nav#main-nav ul.sub-menu li {
	margin: 3px 0 2px 0;
}

nav#main-nav ul.sub-menu>li>a {
	font-weight: 300;
	font-size: 15px;
	height: auto;
	line-height: 21px;
}

nav#main-nav ul.sub-menu>li>a:hover {
	text-decoration: none !important;
}

a:focus,
a:hover {
	text-decoration: none !important;
}



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

6. 	MENU ACTIONS (Hamburger + language)

------------------------------------------------*/
.menu-actions {
	position: relative;
	z-index: 10;
	transition: all 0.4s ease;
	margin-top: 30px;
	width: 80px;
}

header.header-right .menu-actions {
	float: right;
}

header.action-is-active .menu-actions {
	opacity: 0;
	visibility: hidden;
}

.menu-toggle {
	width: 30px;
	height: 30px;
	max-width: 100%;
	position: relative;
	left: calc(50% - 15px);
	display: block;
	cursor: pointer;
	overflow: hidden;
	z-index: 10;
	transition: height 0.3s ease, transform 0.4s ease;
}

.menu-toggle {
	width: 36px;
	margin-left: -2px;
	height: 30px;
}


/* hamburger animation */
.menu-toggle span.hamburger,
.menu-toggle span.hamburger:after,
.menu-toggle span.hamburger:before {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #000000;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -20px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.4s cubic-bezier(0.600, 0.000, 0.200, 1.000);
	-moz-transition: all 0.4s cubic-bezier(0.600, 0.000, 0.200, 1.000);
	-o-transition: all 0.4s cubic-bezier(0.600, 0.000, 0.200, 1.000);
	transition: all 0.4s cubic-bezier(0.600, 0.000, 0.200, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
	-o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
	transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
	transition-delay: 0s;
}

.menu-toggle span.hamburger:before {
	margin-top: -10px;
	top: 0;
}

.menu-toggle span.hamburger:after {
	margin-top: 10px;
	top: 0;
}

header:not(.menu-is-open) .menu-toggle:hover span.hamburger {
	width: 30px;
	margin-left: -15px;
}

header.menu-is-open .menu-toggle span.hamburger {
	background: transparent !important;
	transition-delay: 0.1s;
	transition-duration: 0.2s;
}

header.menu-is-open .menu-toggle span.hamburger:before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: 0px;
}

header.menu-is-open .menu-toggle span.hamburger:after {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: 0px;
}


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

7. HEADER / MENU OPTIONS

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

/* dark header */
header.text-light {
	background: #000000;
	border-color: rgba(255, 255, 255, 0.21);
}

header.text-light::after {
	background: rgba(255, 255, 255, 0.21);
}

header.text-light nav#main-nav ul>li>a {
	color: #ffffff;
}

header.text-light nav#main-nav:not(.underline) ul>li>a:hover,
header.text-light nav#main-nav:not(.underline) ul>li.current_page_item>a {
	color: rgba(255, 255, 255, 0.75);
}

header.text-light nav#main-nav ul>li>a::after {
	background: #ffffff;
}

header.text-light .menu-toggle span.hamburger,
header.text-light .menu-toggle span.hamburger:after,
header.text-light .menu-toggle span.hamburger:before {
	background: #ffffff;
}

header.text-light #menu-inner {
	background: #000000;
}

header.text-light #header-actions-overlay {
	background: #000000;
}

/* switch logo appearance */
.loading-end header:not(.hero-invisible) #logo.text-light:not(.hide-on-hero) img#dark-logo {
	opacity: 0;
	visibility: hidden;
}

.loading-end header:not(.hero-invisible) #logo.text-light:not(.hide-on-hero) img#dark-logo+img#light-logo {
	opacity: 1;
	visibility: visible;
}

body:not(.loading-end) #page-loader.show-logo.text-light+#page-content #logo img#dark-logo {
	opacity: 0;
	visibility: hidden;
}

body:not(.loading-end) #page-loader.show-logo.text-light+#page-content #logo img#dark-logo+img#light-logo {
	opacity: 1;
	visibility: visible;
}

/* depending on the fullwidth text light section */
body #logo.bg-dark img#dark-logo {
	opacity: 0;
	visibility: hidden;
}

body #logo.bg-dark img#dark-logo+img#light-logo {
	opacity: 1;
	visibility: visible;
}

header.menu-is-open #logo img#dark-logo,

header.action-is-active #logo img#dark-logo {
	opacity: 1 !important;
	visibility: visible !important;
}

header.menu-is-open #logo img#dark-logo+img#light-logo,
header.action-is-active #logo img#dark-logo+img#light-logo {
	opacity: 0 !important;
	visibility: hidden !important;
}

header.text-light.menu-is-open #logo img#dark-logo,
header.text-light.action-is-active #logo img#dark-logo {
	opacity: 0 !important;
	visibility: hidden !important;
}

header.text-light.menu-is-open #logo img#dark-logo+img#light-logo,
header.text-light.action-is-active #logo img#dark-logo+img#light-logo {
	opacity: 1 !important;
	visibility: visible !important;
}



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

8. HERO / PAGETITLE

------------------------------------------------*/
#hero {
	position: relative;
	overflow: hidden;
	/*width: calc(100% - 80px);
	margin-left: 80px;
	}
	header.header-right ~#hero { margin-left: 0;*/
}

#hero {
	background: rgba(255, 255, 255, 0.05);
}

#hero.text-light {
	background: #000000;
}

#hero.hero-full {
	min-height: 100vh;
}

#hero.hero-big {
	min-height: 75vh;
}

/* hero pagetitle */
#hero #page-title {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	z-index: 1;
}

#hero #page-title:not(.wrapper):not(.wrapper-small) {
	width: calc(100% - 80px);
	padding-left: 40px;
	padding-right: 40px;
}

#page-body #page-title {
	padding-bottom: 60px;
	position: relative;
}

#hero.hero-full #page-title,
#hero.hero-big #page-title,
#hero[class*='side-'] #page-title {
	margin-top: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

#hero.hero-full #page-title.title-top,
#hero.hero-big #page-title.title-top,
#hero[class*='side-'] #page-title.title-top,
#hero.hero-full #page-title.title-bottom,
#hero.hero-big #page-title.title-bottom,
#hero[class*='side-'] #page-title.title-bottom,
#hero.hero-full #page-title.push-bottom:not(.title-top),
#hero.hero-big #page-title.push-bottom:not(.title-top),
#hero[class*='side-'] #page-title.push-bottom:not(.title-top) {
	padding-top: 60px;
	top: 0;
	-webkit-transform: translateY(0%) translateX(-50%);
	-moz-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	-o-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
}

#hero.hero-full #page-title.title-bottom,
#hero.hero-big #page-title.title-bottom,
#hero[class*='side-'] #page-title.title-bottom {
	top: auto;
	bottom: 0;
	padding-bottom: 60px;
	padding-top: 100px;
}

#hero.hero-full #page-title.push-bottom:not(.title-top),
#hero.hero-big #page-title.push-bottom:not(.title-top),
#hero[class*='side-'] #page-title.push-bottom:not(.title-top) {
	top: auto;
	bottom: 0;
}

/* google map for hero*/
#hero>.google-map {
	height: 400px;
}

#hero.hero-full>.google-map {
	min-height: 100vh;
}

#hero.hero-big>.google-map {
	min-height: 75vh;
}


/* scroll down */
#hero #scrolldown {
	position: absolute;
	bottom: 30px;
	left: calc(50% - 12px);
	padding-left: 18px;
	z-index: 100;
}

#hero #scrolldown.left {
	left: 48px;
}

#hero #scrolldown.right {
	left: auto;
	right: 48px;
}

#hero #scrolldown span.text {
	font-size: 13px;
	line-height: 20px;
}

#hero #scrolldown .arrow {
	position: absolute;
	top: calc(50% - 9px);
	left: -7px;
	-webkit-animation: scrolldown-anim 3.4s infinite ease;
	-moz-animation: scrolldown-anim 3.4s infinite ease;
	-o-animation: scrolldown-anim 3.4s infinite ease;
	animation: scrolldown-anim 3.4s infinite ease;
}

@-webkit-keyframes scrolldown-anim {
	70% {
		margin-top: 0px;
	}

	85% {
		margin-top: 4px;
	}

	100% {
		margin-top: 0px;
	}
}

@-moz-keyframes scrolldown-anim {
	70% {
		margin-top: 0px;
	}

	85% {
		margin-top: 4px;
	}

	100% {
		margin-top: 0px;
	}
}

@-o-keyframes scrolldown-anim {
	70% {
		margin-top: 0px;
	}

	85% {
		margin-top: 4px;
	}

	100% {
		margin-top: 0px;
	}
}

@-ms-keyframes scrolldown-anim {
	70% {
		margin-top: 0px;
	}

	85% {
		margin-top: 4px;
	}

	100% {
		margin-top: 0px;
	}
}

@keyframes scrolldown-anim {
	70% {
		margin-top: 0px;
	}

	85% {
		margin-top: 4px;
	}

	100% {
		margin-top: 0px;
	}
}


/* side hero */
#hero-and-body {
	position: relative;
	width: calc(100% - 80px);
	margin-left: 80px;
	overflow: hidden;
}

header.header-right~#hero-and-body {
	margin-left: 0;
}

#hero[class*='side-'] {
	float: left;
	width: 50%;
	/*height: 100vh;*/
	margin: 0;
}

#hero[class*='side-right'] {
	left: auto;
	right: 0;
	float: right;
}

#hero[class*='side-left-small'],
#hero[class*='side-right-small'] {
	width: 40%;
}

#hero[class*='side-']~#page-body {
	width: 50%;
	float: right;
	margin: 0;
}

#hero[class*='side-right']~#page-body {
	float: left;
}

#hero[class*='side-left-small']~#page-body,
#hero[class*='side-right-small']~#page-body {
	width: 60%;
}

header.header-left~#hero-and-body #hero[class*='side-left'].is_stuck:not(.sticky_bottom) {
	margin-left: 80px;
}

header.header-right~#hero-and-body #hero[class*='side-right'].is_stuck:not(.sticky_bottom) {
	margin-right: 80px;
}


/* animation */
header.menu-is-open~#hero-and-body #hero[class*='side-right'].is_stuck:not(.sticky_bottom),
header.action-is-active~#hero-and-body #hero[class*='side-right'].is_stuck:not(.sticky_bottom) {
	right: -300px;
	-webkit-transition: left 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020), right 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
	-moz-transition: left 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020), right 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
	-o-transition: left 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020), right 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
	transition: left 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020), right 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
	/* custom */
	transition-delay: 0.06s;
}

header.header-right.menu-is-open~#hero-and-body #hero[class*='side-right'].is_stuck:not(.sticky_bottom),
header.header-right.action-is-active~#hero-and-body #hero[class*='side-right'].is_stuck:not(.sticky_bottom) {
	right: 300px;
}

header.menu-is-open~#hero-and-body #hero[class*='side-left'].is_stuck:not(.sticky_bottom),
header.action-is-active~#hero-and-body #hero[class*='side-left'].is_stuck:not(.sticky_bottom) {
	left: 300px;
	-webkit-transition: left 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020), right 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
	-moz-transition: left 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020), right 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
	-o-transition: left 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020), right 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
	transition: left 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020), right 849ms cubic-bezier(0.740, 0.215, 0.125, 1.020);
	/* custom */
	transition-delay: 0.06s;
}

header.header-right.menu-is-open~#hero-and-body #hero[class*='side-left'].is_stuck:not(.sticky_bottom),
header.header-right.action-is-active~#hero-and-body #hero[class*='side-left'].is_stuck:not(.sticky_bottom) {
	left: -300px;
}

.is-scrolling header.menu-is-open~#hero-and-body #hero[class*='side-'] {
	transition: none !important;
}


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

9. PORTFOLIO

------------------------------------------------*/
.portfolio-category {
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.03em;
	line-height: 1.5em;
	color: rgba(0, 0, 0, 0.35);
}

.text-light .portfolio-category {
	color: rgba(255, 255, 255, 0.5);
}

.portfolio-info {
	margin-top: 15px;
	margin-bottom: 15px;
}

.isotope-grid:not(.isotope-spaced):not(.isotope-spaced-big):not(.isotope-spaced-huge) .portfolio-info {
	padding-left: 30px;
	padding-bottom: 15px;
}

.portfolio-category+.portfolio-name {
	margin-top: 0px;
}


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

10. BLOG

------------------------------------------------*/
.post-date {
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.35);
}

.text-light .post-date {
	color: rgba(255, 255, 255, 0.5);
}

.post-cat {
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	float: right;
	max-width: 60%;
	text-align: right;
}

.blog-info {
	margin-top: 15px;
	margin-bottom: 10px;
}

div .blog-info:first-child {
	margin-top: 0;
}

.blog-item .blog-info .post-name {
	margin-top: 15px;
}

.blog-item .blog-info .post-name+p {
	margin-top: 15px;
}

.blog-info .read-more {
	display: inline-block;
	margin-top: 15px;
	font-size: 13px;
	font-weight: 400;
}

.blog-info .read-more .arrow {
	float: right;
	margin-left: 10px;
	width: 18px;
	transition: all 0.3s ease;
}

.blog-info .read-more:hover .arrow {
	margin-left: 14px;
}

/* classic blog */
.classic-blog .blog-item {
	margin-bottom: 50px;
}

.classic-blog .blog-item:last-child {
	margin-bottom: 0;
}


/*	Single Blog
-------------------------------------------------*/
#page-title .post-cat {
	font-size: 16px;
	float: none;
	max-width: auto;
	text-align: inherit;
	margin-bottom: 30px;
	display: inline-block;
}

#page-title .post-date {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
	display: inline-block;
}

.text-light #page-title .post-date,
#page-title.text-light .post-date {
	color: rgba(255, 255, 255, 0.65);
}

#page-title .post-meta {
	margin-top: 30px;
	height: auto;
	display: inline-block;
	position: relative;
}

#page-title .post-meta figure {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: calc(50% - 30px);
	margin-top: 15px;
}

#page-title .post-meta figure~.meta-author,
#page-title .post-meta figure~.post-date {
	margin-left: 75px;
	text-align: left;
}

#page-title .post-meta .meta-author {
	font-weight: 500;
	margin-top: 30px;
}

#page-title .post-meta .meta-author span {
	display: none;
}

#blog-single .blog-media {
	width: 900px;
	max-width: calc(100% - 80px);
	margin: 0 auto;
	margin-top: 50px;
}

.main-content .blog-media {
	max-width: 100%;
}

#blog-single .blog-media:first-child,
#blog-single div .blog-media:first-child {
	margin-top: 0px;
}

#blog-single .blog-content {
	margin-top: 50px;
}

#blog-single .blog-content:first-child,
#blog-single div .blog-content:first-child {
	margin-top: 0px;
}

#blog-single .blog-share {
	margin-top: 25px;
}



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

11. COMMENTS

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

/* Comments
----------------------------*/
#post-comments {}

div:first-child #post-comments,
div #post-comments:first-child {
	margin-top: 60px;
}

.comments .comment-list {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.comments .comment-list {
	margin-top: 20px;
}

.comments .comment-list .comment {
	margin-top: 20px;
}

.comments .comment-list .comment:first-child {
	margin-top: 0px;
}

.comments .comment .comment-inner {
	position: relative;
}

.comments .comment .children {
	margin-left: 50px;
	margin-top: 20px;
	list-style: none;
}

.comments .user {
	float: left;
	width: 40px;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	-o-border-radius: 999px;
	border-radius: 999px;
}

.comments .user img {
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	-o-border-radius: 999px;
	border-radius: 999px;
}

.comments .time {
	font-size: 13px;
	line-height: 22px;
	text-transform: none;
	letter-spacing: normal;
	margin-top: 0px;
	display: inline-block;
	color: rgba(0, 0, 0, 0.35);
	margin-left: 15px;
}

.text-light .comments .time {
	color: rgba(255, 255, 255, 0.5);
}

.comments .name {
	position: relative;
}

.comments .name .comment-name {
	display: inline-block;
}

.comments .comment-content {
	margin-left: 55px;
	position: relative;
}

.comments .comment-content p {
	margin-top: 10px;
}

.comments .comment-reply-link,
.comments #cancel-comment-reply-link {
	display: inline-block;
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	margin-left: 15px;
	float: right;
}

.comments #respond {
	margin-top: 15px;
}


/* Leave comment
----------------------------*/
.leavecomment {
	margin-top: 60px;
	margin-bottom: 60px;
}

#footer .footer-comments {
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

#footer.text-light .footer-comments {
	border-color: rgba(255, 255, 255, 0.21);
}

#single-pagination+.leavecomment {
	margin-top: 0px;
	padding-top: 15px;
}

#reply-title {
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
}

#respond form,
.leavecomment form {
	margin-top: 0px;
}

.comment-notes {
	font-size: 0.85em;
	line-height: 1.5em;
}


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

12. PAGE LOADER

------------------------------------------------*/
#page-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1500;
	/* big z-index for revolution slider */
	background: #ffffff;
	-webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-ms-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
	transition-delay: 0.9s;
}

#page-loader.text-light {
	background: #59636f;
}

.loaded #page-loader {
	opacity: 0;
	transition-delay: 0.9s;
}

.loading-end #page-loader {
	display: none;
}

#page-loader .loader-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	transition: opacity 0.6s ease 0.3s;
}

.loaded #page-loader .loader-icon {
	opacity: 0;
}


#page-loader+#page-content #logo {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

body.loading-end #page-loader+#page-content #logo,
#page-loader.show-logo+#page-content #logo {
	opacity: 1;
	visibility: visible;
}

#page-loader.show-logo+#page-content #logo {
	-webkit-transition: all 0.7s cubic-bezier(0.600, 0.300, 0.000, 1.000);
	-moz-transition: all 0.7s cubic-bezier(0.600, 0.300, 0.000, 1.000);
	-o-transition: all 0.7s cubic-bezier(0.600, 0.300, 0.000, 1.000);
	transition: all 0.7s cubic-bezier(0.600, 0.300, 0.000, 1.000);
	/* custom */
	-webkit-transition-timing-function: cubic-bezier(0.600, 0.300, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.600, 0.300, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(0.600, 0.300, 0.000, 1.000);
	transition-timing-function: cubic-bezier(0.600, 0.300, 0.000, 1.000);
	/* custom */
}

body:not(.loaded) #page-loader.show-logo+#page-content #logo {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
}

body:not(.loaded) #page-loader.show-logo+#page-content header #logo.logo-right {
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	left: auto;
	right: 50%;
}

body:not(.loaded) #page-loader.show-logo+#page-content header.header-right #logo {
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	left: auto;
	right: 50%;
}

body:not(.loaded) #page-loader.show-logo+#page-content header.header-right #logo.logo-left {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	right: auto;
	left: 50%;
}

#page-loader+#page-content header {
	left: -81px;
	transition-duration: 0.7s;
}

#page-loader+#page-content header.header-right {
	right: -81px;
	left: auto;
}

.loaded #page-loader+#page-content header {
	left: 0;
}

.loaded #page-loader+#page-content header.header-right {
	right: 0;
	left: auto;
}



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

13. PAGINATION

------------------------------------------------*/
#single-pagination,
#page-pagination {
	padding: 40px 40px;
}

[class*='wrapper'] #single-pagination,
[class*='wrapper'] #page-pagination {
	padding: 40px 0;
}

div[class*='spacer-']+#single-pagination,
div[class*='spacer-']+#page-pagination {
	padding-top: 0;
}

#single-pagination+div[class*='spacer-']:last-child {
	display: none;
}

.pagination {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 20px;
}

#single-pagination .pagination {
	height: 22px;
}

/* fix for center vertically */
#single-pagination.blog-pagination .pagination {
	height: auto;
}

.pagination::after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0;
}

.pagination li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
}

.pagination li.inactive {
	opacity: 0;
	visibility: hidden;
}

.pagination li.next,
.pagination li.prev {
	min-width: 170px;
	max-width: 50%;
}

.pagination li.next {
	float: right;
	text-align: right;
}

.pagination li.back {
	width: 22px;
	height: 22px;
	float: none;
	display: inline-block;
	position: relative;
}

.pagination li a {
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	height: 22px;
	/* removed !important for pages (blog & shop) */
	line-height: 22px;
	/* removed !important for pages (blog & shop) */
	display: block;
	transition: all 0.3s ease;
	float: left;
	position: relative;
	text-align: left;
	padding-left: 35px;
}

.text-light .pagination li a {
	color: #ffffff;
}

.pagination li.next a {
	float: right;
	text-align: right;
	padding-right: 35px;
	padding-left: 0;
}

.pagination li.next a .arrow,
.pagination li.prev a .arrow {
	position: absolute;
	top: -1px;
	left: 0;
	transition: all 0.3s ease;
}

.pagination li.next a .arrow {
	left: auto;
	right: 0;
}

.pagination li.next a:hover .arrow {
	right: -5px;
}

.pagination li.prev a:hover .arrow {
	left: -5px;
}

.pagination li.back a {
	width: 14px;
	height: 14px;
	float: none;
	position: absolute;
	top: calc(50% - 7px);
	left: calc(50% - 7px);
	display: block;
	padding: 0;
}

.pagination li a[data-title]::before {
	content: attr(data-title);
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	height: auto;
	line-height: 28px;
	display: block;
	max-width: 300px;
	transition: all 0.3s ease;
}

.pagination li a[data-title]:hover::before {
	color: rgba(0, 0, 0, 0.7);
}

.pagination li a[data-title]:not([data-title='']) {
	height: auto;
}

.pagination li a[data-title]:not([data-title='']) span.text {
	color: rgba(0, 0, 0, 0.35);
}

.pagination li a[data-title]:not([data-title='']) .arrow {
	top: 2px;
}


/* pagination with pages */
#page-pagination .pagination li.page {
	display: inline-block;
	float: none;
	margin: 0;
	height: 22px;
	line-height: 22px;
	position: relative;
}

#page-pagination .pagination li.page span,
#page-pagination .pagination li.page a {
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #000000;
	height: 30px;
	line-height: 31px;
	width: 18px;
	display: block;
	transition: all 0.2s ease;
	float: left;
	position: relative;
	top: -4px;
	left: 0;
	text-align: center;
	border-radius: 20px;
	padding: 0;
}

#page-pagination .pagination li.page span.current {
	background: #000000;
	color: #ffffff;
	width: 30px;
	margin: 0 5px;
}

#page-pagination .pagination li.page a:hover {
	color: rgba(0, 0, 0, 0.6);
}



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

14. EXTERN PLUGINS (smartscroll,masonry,revolution slider, owl)

------------------------------------------------*/
/* masonry / isotope */
.isotope-grid {
	width: 100%;
	/*overflow: hidden; disabled for shop grid > sale*/
	margin-top: 50px;
	margin-bottom: -1px;
	/* workaround for hiding minipixels */
}

/* workaround for hiding minipixels
	.isotope-grid { width: calc(100% + 1px); }
	.isotope-grid.style-column-2 { width: calc(100% + 2px); }
	.isotope-grid.style-column-3 { width: calc(100% + 3px); }
	.isotope-grid.style-column-4 { width: calc(100% + 4px); }
	.isotope-grid.style-column-5 { width: calc(100% + 5px); }*/

.filter+.isotope-grid {
	margin-top: 35px;
}

div .isotope-grid:first-child {
	margin-top: 0px;
}

[class*='wrapper'] .isotope-grid {
	width: 100%;
}



.isotope-grid::after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0;
}

.isotope-grid {
	*display: inline-block;
	/*height: 1%;*/
}

.isotope-grid[class*='isotope-spaced'] {
	width: calc(100% - 20px);
	left: 20px;
	margin-bottom: -20px;
}

[class*='wrapper'] .isotope-grid[class*='isotope-spaced'] {
	width: calc(100% + 20px);
	left: 0;
}

.isotope-grid[class*='isotope-spaced-big'] {
	width: calc(100% - 40px);
	left: 40px;
	margin-bottom: -40px;
}

[class*='wrapper'] .isotope-grid[class*='isotope-spaced-big'] {
	width: calc(100% + 40px);
}

.isotope-grid[class*='isotope-spaced-huge'] {
	width: calc(100% - 80px);
	left: 80px;
	margin-bottom: -80px;
}

[class*='wrapper'] .isotope-grid[class*='isotope-spaced-huge'] {
	width: calc(100% + 80px);
}

.isotope-grid .isotope-item {
	/*margin-right: -1px;		/* workaround for hiding minipixels */
	margin-bottom: -0.5px;
	/* workaround for hiding minipixels */
	float: left;
	/* overflow: hidden;  disabled for shop grid > sale but lead to issue on animations */
	position: relative;
}

.isotope-grid[class*='isotope-spaced'] .isotope-item {
	margin-bottom: 20px;
	margin-right: 20px;
}

.isotope-grid[class*='isotope-spaced-big'] .isotope-item {
	margin-bottom: 40px;
	margin-right: 40px;
}

.isotope-grid[class*='isotope-spaced-huge'] .isotope-item {
	margin-bottom: 80px;
	margin-right: 80px;
}

.isotope-grid.style-column-2 .isotope-item {
	width: 50%;
}

.isotope-grid.style-column-2 .isotope-item.double-width {
	width: 100%;
}

.isotope-grid.style-column-3 .isotope-item {
	width: 33.33%;
}

.isotope-grid.style-column-3 .isotope-item.double-width {
	width: 66.66%;
}

.isotope-grid.style-column-4 .isotope-item {
	width: 25%;
}

.isotope-grid.style-column-4 .isotope-item.double-width {
	width: 50%;
}

.isotope-grid.style-column-5 .isotope-item {
	width: 20%;
}

.isotope-grid.style-column-5 .isotope-item.double-width {
	width: 40%;
}

.isotope-grid.style-column-2[class*='isotope-spaced'] .isotope-item {
	width: calc(50% - 20px);
}

.isotope-grid.style-column-2[class*='isotope-spaced'] .isotope-item.double-width {
	width: calc(100% - 20px);
}

.isotope-grid.style-column-3[class*='isotope-spaced'] .isotope-item {
	width: calc(33.33% - 20px);
}

.isotope-grid.style-column-3[class*='isotope-spaced'] .isotope-item.double-width {
	width: calc(66.66% - 20px);
}

.isotope-grid.style-column-4[class*='isotope-spaced'] .isotope-item {
	width: calc(25% - 20px);
}

.isotope-grid.style-column-4[class*='isotope-spaced'] .isotope-item.double-width {
	width: calc(50% - 20px);
}

.isotope-grid.style-column-5[class*='isotope-spaced'] .isotope-item {
	width: calc(20% - 20px);
}

.isotope-grid.style-column-5[class*='isotope-spaced'] .isotope-item.double-width {
	width: calc(40% - 20px);
}

.isotope-grid.style-column-2[class*='isotope-spaced-big'] .isotope-item {
	width: calc(50% - 40px);
}

.isotope-grid.style-column-2[class*='isotope-spaced-big'] .isotope-item.double-width {
	width: calc(100% - 40px);
}

.isotope-grid.style-column-3[class*='isotope-spaced-big'] .isotope-item {
	width: calc(33.33% - 40px);
}

.isotope-grid.style-column-3[class*='isotope-spaced-big'] .isotope-item.double-width {
	width: calc(66.66% - 40px);
}

.isotope-grid.style-column-4[class*='isotope-spaced-big'] .isotope-item {
	width: calc(25% - 40px);
}

.isotope-grid.style-column-4[class*='isotope-spaced-big'] .isotope-item.double-width {
	width: calc(50% - 40px);
}

.isotope-grid.style-column-5[class*='isotope-spaced-big'] .isotope-item {
	width: calc(20% - 40px);
}

.isotope-grid.style-column-5[class*='isotope-spaced-big'] .isotope-item.double-width {
	width: calc(40% - 40px);
}

.isotope-grid.style-column-2[class*='isotope-spaced-huge'] .isotope-item {
	width: calc(50% - 80px);
}

.isotope-grid.style-column-2[class*='isotope-spaced-huge'] .isotope-item.double-width {
	width: calc(100% - 80px);
}

.isotope-grid.style-column-3[class*='isotope-spaced-huge'] .isotope-item {
	width: calc(33.33% - 80px);
}

.isotope-grid.style-column-3[class*='isotope-spaced-huge'] .isotope-item.double-width {
	width: calc(66.66% - 80px);
}

.isotope-grid.style-column-4[class*='isotope-spaced-huge'] .isotope-item {
	width: calc(25% - 80px);
}

.isotope-grid.style-column-4[class*='isotope-spaced-huge'] .isotope-item.double-width {
	width: calc(50% - 80px);
}

.isotope-grid.style-column-5[class*='isotope-spaced-huge'] .isotope-item {
	width: calc(20% - 80px);
}

.isotope-grid.style-column-5[class*='isotope-spaced-huge'] .isotope-item.double-width {
	width: calc(40% - 80px);
}

.isotope-grid.style-column-1 {
	width: 100%;
	left: 0;
	text-align: center;
}

.isotope-grid.style-column-1 .isotope-item {
	width: 100%;
	margin-right: 0px;
}

.isotope-grid.style-column-1[class*='isotope-spaced'] a.thumb-hover {
	display: inline-block;
	margin: 0 auto;
	width: auto;
}

.isotope-grid.style-column-1 .lazy-wrapper {
	margin: 0 auto;
}

.isotope-grid .isotope-item img {
	width: 100%;
}

/* take fullwidth for large screen */

.isotope-grid .isotope-item .ratio-wrapper>img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100% !important;
}

/* lazy load */
.lazy-wrapper {
	width: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.03);
	transition: background 1s ease;
}

.isotope-grid[data-ratio] .lazy-wrapper {
	min-height: 100% !important;
}

/* prevent upsizing the items calc by ratios */
.lazy-wrapper.loaded,
.isotope-grid[data-ratio] .lazy-wrapper.loaded {
	width: auto !important;
	max-width: inherit !important;
	height: auto !important;
	min-height: auto !important;
	display: initial !important;
	background: transparent;
}

.lazy-wrapper .lazy-img {
	opacity: 0;
	transition: opacity 0.6s ease;
	display: block;
}

.lazy-wrapper.loaded .lazy-img {
	opacity: 1;
}

.lazy-wrapper .lazy-img img {
	height: 0;
}

.lazy-wrapper.loaded .lazy-img img {
	height: auto;
}


/* video bg loader */
.phat-bgvideo-container .phat-bgvideo-loader {
	/*background: red;*/
	transition: all 0.3s ease;
}

.phat-bgvideo-container.loaded .phat-bgvideo-loader {
	opacity: 0;
	visibility: hidden;
}

/* mute video for phat background video */
.phatvideo-bg .mute-video {
	content: "";
	bottom: 25px !important;
	left: auto !important;
	right: 40px !important;
	width: 13px;
	height: 15px;
	overflow: hidden;
	z-index: 5;
}

.phatvideo-bg .mute-video span {
	position: absolute;
	content: "";
	text-indent: -9999px;
	background: #ffffff;
	width: 2px;
	height: 15px;
	bottom: 0;
	right: calc(50% - 1px);
	transition: all 0.5s ease;
}

.phatvideo-bg .mute-video span:nth-of-type(1) {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: auto;
	height: 60%;
}

.phatvideo-bg .mute-video span:nth-of-type(3) {
	position: absolute;
	bottom: 0px;
	right: 0;
	height: 80%
}

.phatvideo-bg .mute-video.unmute span {
	width: 2px;
	height: 2px;
	bottom: 0;
}

.phatvideo-bg .mute-video:not(.unmute) span {
	-webkit-animation: volume-anim 1.4s infinite ease;
	-moz-animation: volume-anim 1.4s infinite ease;
	animation: volume-anim 1.4s infinite ease;
	animation-delay: 0.4s;
}

.phatvideo-bg .mute-video span:nth-of-type(1) {
	animation-delay: 1s;
	animation-duration: 1.2s;
}

.phatvideo-bg .mute-video span:nth-of-type(3) {
	animation-delay: 0.1s;
	animation-duration: 1.6s;
}

@-webkit-keyframes volume-anim {
	0% {
		bottom: 0;
		transform: translateY(0%);
	}

	50% {
		bottom: -20%;
		transform: translateY(20%);
	}

	100% {
		bottom: 0;
		transform: translateY(0%);
	}
}

@-moz-keyframes volume-anim {
	0% {
		bottom: 0;
		transform: translateY(0%);
	}

	50% {
		bottom: -20%;
		transform: translateY(20%);
	}

	100% {
		bottom: 0;
		transform: translateY(0%);
	}
}

@keyframes volume-anim {
	0% {
		bottom: 0;
		transform: translateY(0%);
	}

	50% {
		bottom: -20%;
		transform: translateY(20%);
	}

	100% {
		bottom: 0;
		transform: translateY(0%);
	}
}


/* play / pause video for phat background video */
.phatvideo-bg .playpause-video {
	bottom: 25px !important;
	left: auto !important;
	right: 40px !important;
	width: 15px;
	height: 13px;
	overflow: hidden;
	z-index: 5;
}

.phatvideo-bg .mute-video+.playpause-video {
	right: 75px !important;
}

.phatvideo-bg .playpause-video span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.phatvideo-bg .playpause-video span:first-child {
	display: none;
}

.phatvideo-bg .playpause-video span::after,
.phatvideo-bg .playpause-video span::before {
	content: "\f488";
	font-family: "Ionicons";
	color: #ffffff;
	font-size: 18px;
	line-height: 15px;
	text-indent: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: all 0.2s ease;
	opacity: 0;
}

.phatvideo-bg .playpause-video span::before {
	content: "\f478";
	font-size: 16px;
	opacity: 1;
}

.phatvideo-bg .playpause-video.play span::after {
	opacity: 1;
}

.phatvideo-bg .playpause-video.play span::before {
	opacity: 0;
}


/* revolution slider navigation */
.tparrows.noha-nav,
.tparrows.custom {
	background: none !important;
	width: 22px;
	height: 30px;
	transition: all 0.3s ease;
}

.tparrows.noha-nav::before,
.tparrows.custom::before {
	content: "" !important;
	width: 22px;
	height: 2px;
	background: #ffffff;
	display: block;
	transition: all 0.3s ease;
	position: absolute;
	top: calc(50% - 1px);
	border-radius: 1px;
	left: 0px;
}

.tparrows.noha-nav.noha-dark::before,
.tparrows.custom.noha-dark::before {
	background: #000000;
}

.tparrows.noha-nav:hover::before,
.tparrows.custom:hover::before {
	left: 6px;
}

.tp-leftarrow.tparrows.noha-nav:hover::before,
.tp-leftarrow.tparrows.custom:hover::before {
	left: -6px;
}

.tparrows.noha-nav::after,
.tparrows.custom::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 12px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	display: block;
	width: 8px;
	height: 8px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-moz-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	-o-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s ease;
	border-radius: 1px;
}

.tp-leftarrow.tparrows.noha-nav::after,
.tp-leftarrow.tparrows.custom::after {
	border: none;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	left: 0px;
}

.tparrows.noha-nav.noha-dark::after,
.tparrows.custom.noha-dark::after {
	border-color: #000000;
}

.tparrows.noha-nav:hover::after,
.tparrows.custom:hover::after {
	left: 18px;
}

.tp-leftarrow.tparrows.noha-nav:hover::after,
.tp-leftarrow.tparrows.custom:hover::after {
	left: -6px;
}

.tp-bullets.noha-bullets .tp-bullet,
.tp-bullets.custom .tp-bullet {
	width: 12px;
	height: 12px;
	display: block;
	background: none;
	border-radius: 30px;
}


.tp-bullets.noha-bullets .tp-bullet::before,
.tp-bullets.custom .tp-bullet::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	background: #ffffff;
	display: block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	/*opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";*/
	transition: all 0.2s ease;
}

.tp-bullets.noha-bullets.noha-dark .tp-bullet::before,
.tp-bullets.custom.noha-dark .tp-bullet::before {
	background: #000000;
}

.tp-bullets.noha-bullets .tp-bullet.selected::before,
.tp-bullets.custom .tp-bullet.selected::before {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}


/* Slider caption */
.tp-caption.noha-caption {
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #000000;
}

.tp-caption.noha-caption strong,
.tp-caption.noha-caption b {
	font-weight: 500;
}

.text-light .tp-caption.noha-caption,
.tp-caption.noha-caption.text-light {
	color: #ffffff;
}

/* loader icon slider */
.tp-loader {
	z-index: 1000 !important;
}


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

15. COLUMNS SECTION

------------------------------------------------*/
.column-section {
	margin-top: 50px;
}

div .column-section:first-child,
.fullwidth-section+.column-section {
	margin-top: 0px;
}

.column {
	float: left;
	margin-right: 25px;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.column.push-right {
	float: right;
	margin-right: 0;
}

.spaced-none .column {
	margin: 0;
}

[class*='wrapper'] .column-section .column:first-child {
	margin-left: 0px;
}

/*.spaced-big .column { margin-right: 80px; }*/
.spaced-big .column {
	margin-right: 40px;
}

.one-full {
	width: calc(100% - 50px);
	float: none;
	margin-right: 0;
}

.one-half {
	width: calc(50% - 12.5px);
}

.one-third {
	width: calc(33.33% - 16.66px);
}

.two-third {
	width: calc(66.66% - 41.66px);
}

/* ((25*4)/3) + (25/3) */
.one-fourth {
	width: calc(25% - 31.25px);
}

.two-fourth {
	width: calc(50% - 37.5px);
}

.three-fourth {
	width: calc(75% - 43.75px);
}

.one-fifth {
	width: calc(20% - 30px);
}

.two-fifth {
	width: calc(40% - 35px);
}

.three-fifth {
	width: calc(60% - 40px);
}

.four-fifth {
	width: calc(80% - 45px);
}

.one-sixth {
	width: calc(16.66% - 29.1px);
}

.two-sixth {
	width: calc(33.33% - 33.3px);
}

.three-sixth {
	width: calc(50% - 37.4px);
}

.four-sixth {
	width: calc(66.66% - 41.6px);
}

.five-sixth {
	width: calc(83.33% - 45.7px);
}

.one-full {
	width: 100%;
	float: none;
	margin-right: 0;
}

.one-half {
	width: calc(50% - 12.5px);
}

.one-third {
	width: calc(33.33% - 16.66px);
}

.two-third {
	width: calc(66.6% - 8.33px);
}

/* ((25*2)/3) - (25/3) */
.one-fourth {
	width: calc(25% - 18.75px);
}

.two-fourth {
	width: calc(50% - 12.5px);
}

.three-fourth {
	width: calc(75% - 6.25px);
}

.one-fifth {
	width: calc(20% - 20px);
}

.two-fifth {
	width: calc(40% - 15px);
}

.three-fifth {
	width: calc(60% - 10px);
}

.four-fifth {
	width: calc(80% - 5px);
}

.one-sixth {
	width: calc(16.66% - 20.8px);
}

.two-sixth {
	width: calc(33.33% - 16.7px);
}

.three-sixth {
	width: calc(50% - 12.5px);
}

.four-sixth {
	width: calc(66.66% - 8.4px);
}

.five-sixth {
	width: calc(83.33% - 4.2px);
}

.spaced-big .one-half {
	width: calc(50% - 40px);
}

.spaced-big .one-third {
	width: calc(33.33% - 53.33px);
}

.spaced-big .two-third {
	width: calc(66.6% - 26.66px);
}

.spaced-big .one-fourth {
	width: calc(25% - 60px);
}

.spaced-big .two-fourth {
	width: calc(50% - 40px);
}

.spaced-big .one-fifth {
	width: calc(20% - 64px);
}

.spaced-big .two-fifth {
	width: calc(40% - 48px);
}

.spaced-none .one-full {
	width: 100%;
}

.spaced-none .one-half {
	width: 50%;
}

.spaced-none .one-third {
	width: 33.33%;
}

.spaced-none .two-third {
	width: 66.66%;
}

.spaced-none .one-fourth {
	width: 25%;
}

.spaced-none .two-fourth {
	width: 50%;
}

.spaced-none .three-fourth {
	width: 75%;
}

.spaced-none .one-fifth {
	width: 20%;
}

.spaced-none .two-fifth {
	width: 40%;
}

.spaced-none .three-fifth {
	width: 60%;
}

.spaced-none .four-fifth {
	width: 80%;
}

.spaced-none .one-sixth {
	width: 16.66%;
}

.spaced-none .two-sixth {
	width: 33.33%;
}

.spaced-none .three-sixth {
	width: 50%;
}

.spaced-none .four-sixth {
	width: 66.66%;
}

.spaced-none .five-sixth {
	width: 83.33%;
}

.last-col {
	margin-right: 0px !important;
}



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

16. FULLWIDTH SECTION

------------------------------------------------*/
.fullwidth-section .fullwidth-content {
	padding: 100px 0;
}

.fullwidth-section.nopadding .fullwidth-content {
	padding: 0;
}


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

17. THUMB OVERLAY EFFECT

------------------------------------------------*/
.thumb-hover {
	overflow: hidden;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	/* workaround for inline-block margin */
	width: 100%;
	max-width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}

/* overlay caption */
.thumb-hover .overlay-caption {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 7%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.double-width .thumb-hover .overlay-caption {
	padding: 3.5%;
}

.thumb-hover .overlay-caption:not(.align-left):not(.align-right) {
	text-align: center;
}

.thumb-hover .overlay-caption.bottom {
	top: inherit;
	bottom: 0;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

.thumb-hover .overlay-caption.top {
	top: 0;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

.thumb-hover .overlay-caption.hidden {
	opacity: 0;
	visibility: hidden;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: opacity 0.5s ease;
}

.thumb-hover:hover .overlay-caption.hidden {
	opacity: 1;
	visibility: visible;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.thumb-hover .overlay-caption.hidden:not(.fade) .caption-sub,
.thumb-hover .overlay-caption.hidden:not(.fade) .caption-name {
	display: block;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.6s ease 0s;
}

.thumb-hover .overlay-caption.top.hidden:not(.fade) .caption-sub,
.thumb-hover .overlay-caption.top.hidden:not(.fade) .caption-name {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}

.thumb-hover:hover .overlay-caption.hidden:not(.fade) .caption-name {
	transition-delay: 0.15s;
}

.thumb-hover:hover .overlay-caption.hidden:not(.fade) .caption-sub,
.thumb-hover:hover .overlay-caption.hidden:not(.fade) .caption-name {
	-webkit-transform: translateX(0px) translateY(0px);
	-moz-transform: translateX(0px) translateY(0px);
	-ms-transform: translateX(0px) translateY(0px);
	-o-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.thumb-hover .overlay-caption .caption-sub,
.thumb-hover .overlay-caption .caption-name {
	line-height: 1.3em !important;
}

.caption-sub+.caption-name,
.caption-name+.caption-sub {
	margin-top: 8px;
}

.caption-dark .caption-sub,
.caption-dark .caption-name {
	color: #000000;
	transition: color 0.41s ease;
}

.caption-light .caption-sub,
.caption-light .caption-name {
	color: #ffffff;
	transition: color 0.41s ease;
}


/* img effect */
.thumb-hover img {
	transition: all 0.6s ease 0s;
}

.thumb-hover.scale img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}

.thumb-hover.scale:hover img {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}


/* overlay effect */
.thumb-hover.overlay-color::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: opacity 0.4s ease;
}

.thumb-hover.overlay-color.text-light::before {
	background: rgba(0, 0, 0, 0.5);
}

.thumb-hover.overlay-color:hover::before {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.thumb-hover.overlay-color:hover .caption-sub,
.thumb-hover.overlay-color:hover .caption-name {
	color: #000000;
}

.thumb-hover.text-light.overlay-color:hover .caption-sub,
.thumb-hover.text-light.overlay-color:hover .caption-name {
	color: #ffffff;
}

/* video hover (only for desktops) */
@media only screen and (min-width: 1024px) {
	.thumb-hover.play-on-hover img {
		transition: all 0.3s ease;
	}

	.thumb-hover.play-on-hover:hover img {
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

/* 2nd hover image */
.thumb-hover .hover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.4s ease;
}

.thumb-hover .hover-image>img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}

.thumb-hover.image:hover img:not(.hover) {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


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

18. ANIMATIONS (portfolio, hero, text, ...)

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

/* general animation */
[class*='do-anim'] {
	transition: all 1.0s ease;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.animated[class*='do-anim'] {
	-webkit-transform: translate(0) !important;
	-moz-transform: translate(0) !important;
	-ms-transform: translate(0) !important;
	-o-transform: translate(0) !important;
	transform: translate(0) !important;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.do-anim-modern {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	overflow: hidden;
}

.do-anim-modern>* {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(30%);
	-moz-transform: translateY(30%);
	-ms-transform: translateY(30%);
	-o-transform: translateY(30%);
	transform: translateY(30%);
	transition: opacity 0.05s ease 0.95s, transform 0.85s cubic-bezier(0.590, 0.260, 0.250, 1.000) 0.95s;
}

.do-anim-modern.animated>* {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.do-anim-modern::after {
	transition: all 0.7s ease 0.1s, height 0.7s ease 0.8s;
	-webkit-transition: all 0.85s cubic-bezier(0.590, 0.260, 0.250, 1.000) 0.1s, height 0.85s cubic-bezier(0.590, 0.260, 0.250, 1.000) 0.95s;
	-webkit-transition: all 0.85s cubic-bezier(0.590, 0.260, 0.250, 1.000) 0.1s, height 0.85s cubic-bezier(0.590, 0.260, 0.250, 1.000) 0.95s;
	-moz-transition: all 0.85s cubic-bezier(0.590, 0.260, 0.250, 1.000) 0.1s, height 0.85s cubic-bezier(0.590, 0.260, 0.250, 1.000) 0.95s;
	-o-transition: all 0.85s cubic-bezier(0.590, 0.260, 0.250, 1.000) 0.1s, height 0.85s cubic-bezier(0.590, 0.260, 0.250, 1.000) 0.95s;
	transition: all 0.85s cubic-bezier(0.590, 0.260, 0.250, 1.000) 0.1s, height 0.85s cubic-bezier(0.590, 0.260, 0.250, 1.000) 0.95s;
	-webkit-transition-timing-function: cubic-bezier(0.590, 0.260, 0.250, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.590, 0.260, 0.250, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.590, 0.260, 0.250, 1.000);
	-o-transition-timing-function: cubic-bezier(0.590, 0.260, 0.250, 1.000);
	transition-timing-function: cubic-bezier(0.590, 0.260, 0.250, 1.000);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 101%;
	left: 0;
	background: #f5f5f5;
	z-index: 3;
}

.text-light .do-anim-modern::after {
	background: #262626;
}

.do-anim-modern.animated::after {
	top: 0;
	height: 0;
}


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

19. ELEMENTS

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

/*	Buttons
-------------------------------------------------*/
.sr-button {
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background: #000000;
	color: #ffffff !important;
	display: inline-block;
	padding: 17px 40px;
	transition: all 0.2s ease;
	max-width: 100%;
	margin: 2px 0 3px 0;
	border-radius: 2px;
	border: none !important;
}

.text-light .sr-button {
	background: #ffffff;
	color: #000000 !important;
}

.sr-button:not(.header-button):hover {
	background: rgba(0, 0, 0, 0.8);
}

.text-light .sr-button:not(.header-button):hover {
	background: rgba(255, 255, 255, 0.85);
}

.sr-button.style-2 {
	background: rgba(0, 0, 0, 0.08) !important;
	color: #000000 !important;
}

.sr-button.style-2:hover {
	background: rgba(0, 0, 0, 0.14) !important;
	color: #000000 !important;
}

.text-light .sr-button.style-2 {
	background: rgba(255, 255, 255, 0.22) !important;
	color: #ffffff !important;
}

.text-light .sr-button.style-2:hover {
	background: rgba(255, 255, 255, 0.34) !important;
	color: #ffffff !important;
}

.sr-button.style-3 {
	display: inline-block;
	padding: 0 0 0.2em 0 !important;
	background: none !important;
	color: #000000 !important;
	border-bottom: 2px solid #000000 !important;
	border-radius: 0 !important;
}

.sr-button.style-3:hover {
	color: rgba(0, 0, 0, 0.65) !important;
}

.text-light .sr-button.style-3 {
	color: #ffffff !important;
	border-color: #ffffff !important;
}

.text-light .sr-button.style-3:hover {
	color: rgba(255, 255, 255, 0.75) !important;
}


.sr-button.button-mini {
	padding: 10px 25px;
	font-size: 10px;
	line-height: 17px;
}

.sr-button.button-small {
	padding: 12px 30px;
	font-size: 11px;
	line-height: 19px;
}

.sr-button.button-medium {
	padding: 17px 40px;
	font-size: 12px;
	line-height: 20px;
}

.sr-button.button-big {
	padding: 20px 50px;
	font-size: 14px;
	line-height: 22px;
}

.sr-button.style-3.button-mini {
	font-size: 12px;
	line-height: 20px;
}

.sr-button.style-3.button-small {
	font-size: 14px;
	line-height: 22px;
}

.sr-button.style-3.button-medium {
	font-size: 17px;
	line-height: 24px;
}

.sr-button.style-3.button-big {
	font-size: 20px;
	line-height: 28px;
}

.sr-button-icon {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 12px;
	display: inline-block;
	border-radius: 120px;
	border: none !important;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s ease;
}

.sr-button-icon:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.text-light .sr-button-icon {
	background: #ffffff;
	color: #000000;
}

.sr-button-icon i {
	color: #ffffff;
	position: relative;
}

.text-light .sr-button-icon i {
	color: #000000;
}

.sr-button-icon.button-mini {
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 8px;
}

.sr-button-icon.button-small {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 10px;
}

.sr-button-icon.button-medium {
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 13px;
}

.sr-button-icon.button-big {
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 16px;
}

.sr-button-icon i.fa-play {
	left: 3%;
	top: 1%;
}

/*	spacer
-------------------------------------------------*/
div[class*='spacer-'] {
	display: block;
}

.spacer-mini {
	height: 20px;
}

.spacer-small {
	height: 40px;
}

.spacer-medium {
	height: 60px;
}

.spacer-big {
	height: 100px;
}

div[class*='spacer-']+p,
div[class*='spacer-']+div,
cdiv[class*='spacer-']+blockquote,
div[class*='spacer-']+ul,
div[class*='spacer-']+h1,
div[class*='spacer-']+h2,
div[class*='spacer-']+h3,
div[class*='spacer-']+h4,
div[class*='spacer-']+h5,
div[class*='spacer-']+h6 {
	margin-top: 0px !important;
}


/*	Inline Video
-------------------------------------------------*/
.inline-video,
.inline-lightcase {
	position: relative;
	cursor: pointer;
	display: inline-block;
	margin-bottom: -0.8%;
	/* workaround for bottom margin from inline-block */
	max-width: 100%;
	overflow: hidden;
}

.slider-item.inline-video,
.parallax-section.inline-video,
.slider-item.inline-lightcase,
.parallax-section.inline-lightcase {
	display: inherit;
}

.inline-video img,
.inline-lightcase img {
	display: inline-block;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	transition: all 0.4s ease 0s;
}

.inline-video:hover img,
.inline-lightcase:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.inline-video::before,
.inline-lightcase::before {
	content: "\f04b";
	font-family: "FontAwesome";
	color: #000000;
	width: 66px;
	height: 70px;
	line-height: 70px;
	font-size: 13px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	padding-left: 4px;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	transition: all 0.3s ease;
	background: #ffffff;
	z-index: 2;
}

.inline-video.active::before,
.inline-lightcase.active::before {
	opacity: 0;
	visibility: hidden;
}

.inline-video:hover::before,
.inline-lightcase:hover::before {
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
	-o-transform: translateX(-50%) translateY(-50%) scale(1.1);
	transform: translateX(-50%) translateY(-50%) scale(1.1);
}

.inline-video .inline-iframe-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.inline-video .inline-iframe-container .close-inline-video {
	color: #000000;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #ffffff;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.3s ease;
}

.inline-video .inline-iframe-container .close-inline-video:hover {
	-webkit-transform: translateX(-50%) scale(1.1);
	-moz-transform: translateX(-50%) scale(1.1);
	-ms-transform: translateX(-50%) scale(1.1);
	-o-transform: translateX(-50%) scale(1.1);
	transform: translateX(-50%) scale(1.1);
}

.inline-video.active .inline-iframe-container:hover .close-inline-video {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.inline-video .inline-iframe-container .close-inline-video::before {
	content: "\f12a";
	font-family: "Ionicons";
	font-size: 10px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
}


/*	team member
-------------------------------------------------*/
.team-member {
	margin-top: 40px;
}

div .team-member:first-child {
	margin: 0;
}

.team-role {
	color: rgba(0, 0, 0, 0.35);
}

.text-light .team-role {
	color: rgba(255, 255, 255, 0.5);
}

.team-infos {
	margin-top: 20px;
}

div .team-infos:first-child {
	margin: 0;
}



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

20. WIDGETS

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

/* General Widgets
-------------------------------- */
.widget {
	margin-top: 60px;
	height: auto;
}

div .widget:first-child {
	margin-top: 0px;
	min-height: 80px;
}

.widget-title {
	font-size: 13px;
	font-weight: 400;
}

.widget-title+div,
.widget-title+ul,
.widget-title+p,
.widget-title+ol {
	margin-top: 10px;
}


/* Menu Widget
-------------------------------- */
.widget ul:not(.socialmedia-widget) {
	list-style: none;
	padding: 0;
	margin-left: 0;
}

.widget ul:not(.socialmedia-widget) li a {
	font-weight: 400;
	display: block;
	transition: color 0.2s ease;
	color: #000000;
}

.widget ul:not(.socialmedia-widget) li a:hover {
	color: rgba(0, 0, 0, 0.5);
}

.text-light .widget ul:not(.socialmedia-widget) li a {
	color: #ffffff;
}

.text-light .widget ul:not(.socialmedia-widget) li a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.widget ul:not(.socialmedia-widget) ul.sub-menu,
.widget ul:not(.socialmedia-widget) ul.children {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}

.widget ul:not(.socialmedia-widget) ul.sub-menu li a,
.widget ul:not(.socialmedia-widget) ul.children li a {
	font-size: 0.85em;
	line-height: 1.5em;
}


/* Categorie Widget
-------------------------------- */
.widget_categories ul li a {
	display: inline-block !important;
}


/* Social Media Widget
-------------------------------- */
.socialmedia-widget {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

div .socialmedia-widget:first-child {
	margin: 0;
}

.socialmedia-widget li {
	display: inline-block;
	margin: 0;
	position: relative;
}

.socialmedia-widget li a {
	line-height: 20px;
	color: #000000;
	transition: all 0.2s ease;
	display: block;
	text-align: center;
	padding: 0 6px 0 6px;
}

.socialmedia-widget li:first-child a {
	padding-left: 0px;
}

.socialmedia-widget li:last-child a {
	padding-right: 0px;
}

.text-light:not(.transparent) .socialmedia-widget li a,
.menu-dark .socialmedia-widget li a {
	color: #ffffff;
}

.socialmedia-widget li a:hover {
	opacity: 1;
}

.socialmedia-widget li a::before {
	display: block;
	transition: all 0.3s ease;
	font-family: FontAwesome;
	font-size: 16px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.socialmedia-widget li.facebook a::before {
	content: "\f09a";
}

.socialmedia-widget li.twitter a::before {
	content: "\f099"
}

.socialmedia-widget li.tumblr a::before {
	content: "\f173";
}

.socialmedia-widget li.vimeo a::before {
	content: "\f27d";
}

.socialmedia-widget li.dribbble a::before {
	content: "\f17d";
}

.socialmedia-widget li.deviantart a::before {
	content: "\f1bd";
}

.socialmedia-widget li.behance a::before {
	content: "\f1b4";
}

.socialmedia-widget li.flickr a::before {
	content: "\f16e";
}

.socialmedia-widget li.linkedin a::before {
	content: "\f0e1";
}

.socialmedia-widget li.rss a::before {
	content: "\f09e";
}

.socialmedia-widget li.googleplus a::before {
	content: "\f0d5";
}

.socialmedia-widget li.pinterest a::before {
	content: "\f0d2";
}

.socialmedia-widget li.youtube a::before {
	content: "\f167";
}

.socialmedia-widget li.mail a::before {
	content: "\f1fa";
}

.socialmedia-widget li.instagram a::before {
	content: "\f16d";
}

.socialmedia-widget li.xing a::before {
	content: "\f168";
}

.socialmedia-widget li.dropbox a::before {
	content: "\f16b";
}

.socialmedia-widget li.stumbleupon a::before {
	content: "\f1a4";
}

.socialmedia-widget li.delicious a::before {
	content: "\f1a5";
}

.socialmedia-widget li.wordpress a::before {
	content: "\f19a";
}

.socialmedia-widget li.vk a::before {
	content: "\f189";
}

.socialmedia-widget li.soundcloud a::before {
	content: "\f1be";
}

.socialmedia-widget li.spotify a::before {
	content: "\f1bc";
}

.socialmedia-widget li.codepen a::before {
	content: "\f1cb";
}

.socialmedia-widget li.github a::before {
	content: "\f09b";
}

.socialmedia-widget li.lastfm a::before {
	content: "\f202";
}

.socialmedia-widget li.jsfiddle a::before {
	content: "\f1cc";
}

.socialmedia-widget li.mixcloud a::before {
	content: "\f289";
}

.socialmedia-widget li.skype a::before {
	content: "\f17e";
}

.socialmedia-widget li.url a::before {
	content: "\f0ac";
}

.socialmedia-widget li.facebook a:hover {
	color: #446ebf;
}

.socialmedia-widget li.twitter a:hover {
	color: #39aadc;
}

.socialmedia-widget li.tumblr a:hover {
	color: #4c6781;
}

.socialmedia-widget li.vimeo a:hover {
	color: #15c9f5;
}

.socialmedia-widget li.dribbble a:hover {
	color: #f14980;
}

.socialmedia-widget li.deviantart a:hover {
	color: #2ea06f;
}

.socialmedia-widget li.behance a:hover {
	color: #00b0f0;
}

.socialmedia-widget li.flickr a:hover {
	color: #f04783;
}

.socialmedia-widget li.linkedin a:hover {
	color: #81d3fd;
}

.socialmedia-widget li.rss a:hover {
	color: #ff8322;
}

.socialmedia-widget li.googleplus a:hover {
	color: #d63d1e;
}

.socialmedia-widget li.pinterest a:hover {
	color: #c81e1e;
}

.socialmedia-widget li.youtube a:hover {
	color: #ee423d;
}

.socialmedia-widget li.mail a:hover {
	color: #74624d;
}

.socialmedia-widget li.instagram a:hover {
	color: #95604b;
}

.socialmedia-widget li.xing a:hover {
	color: #036567;
}

.socialmedia-widget li.dropbox a:hover {
	color: #008cd2;
}

.socialmedia-widget li.stumbleupon a:hover {
	color: #f94213;
}

.socialmedia-widget li.delicious a:hover {
	color: #1b59c3;
}

.socialmedia-widget li.wordpress a:hover {
	color: #118bc0;
}

.socialmedia-widget li.vk a:hover {
	color: #29577b;
}

.socialmedia-widget li.soundcloud a:hover {
	color: #ff7700;
}

.socialmedia-widget li.spotify a:hover {
	color: #80b900;
}

.socialmedia-widget li.codepen a:hover {
	color: #171515;
}

.socialmedia-widget li.github a:hover {
	color: #171515;
}

.socialmedia-widget li.lastfm a:hover {
	color: #f94f14;
}

.socialmedia-widget li.jsfiddle a:hover {
	color: #0c9de8;
}

.socialmedia-widget li.mixcloud a:hover {
	color: #29587c;
}

.socialmedia-widget li.skype a:hover {
	color: #00aef3;
}

.socialmedia-widget li.url a:hover {
	color: #579abc;
}



/* Search Widget
-------------------------------- */
.widget_search form.searchform,
.widget_product_search form.searchform {
	position: relative;
	margin-top: 15px;
}

.widget_search form.searchform:first-child,
.widget_product_search form.searchform:first-child {
	margin: 0;
}

.widget_search form.searchform input[type=submit],
.widget_product_search form.searchform input[type=submit] {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	padding: 0;
	height: 40px;
	opacity: 0;
	z-index: 2;
}

.widget_search form.searchform::before,
.widget_product_search form.searchform::before {
	content: "";
	width: 9px;
	height: 1.5px;
	background: #808080;
	display: block;
	position: absolute;
	top: 30px;
	right: 13px;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.widget_search form.searchform::after,
.widget_product_search form.searchform::after {
	content: "";
	position: absolute;
	top: 17px;
	right: 18px;
	border: 1.5px solid #808080;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 20px;
	z-index: 1;
}


/* Tag Cloud
------------------------------------------------*/
.widget_tag_cloud a {
	background: rgba(0, 0, 0, 0.06);
	display: inline-block;
	color: #000000;
	font-size: 13px;
	line-height: 19px;
	padding: 4px 7px;
	margin: 0 3px 5px 0;
}

.widget_tag_cloud a:hover {
	background: rgba(0, 0, 0, 0.12);
}

/*	Recent Posts
------------------------------------------------*/
.widget_recent_entries li span.post-date {
	font-size: 13px;
	line-height: 18px;
	text-transform: none;
	letter-spacing: normal;
	margin-top: 4px;
	display: block;
	color: rgba(0, 0, 0, 0.6);
}

.text-light:not(.transparent) .widget_recent_entries li span.post-date,
.menu-dark .widget_recent_entries li span.post-date {
	color: rgba(255, 255, 255, 0.7);
}

/*	Recent Comments
------------------------------------------------*/
.widget_recent_comments li a {
	display: inline-block;
}

.widget_recent_comments li span.comment-author-link a {
	font-style: italic;
}


/*	Archive Widget
------------------------------------------------*/
.widget_archive ul li a {
	display: inline-block;
}




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

21. LOADER ICONS

------------------------------------------------*/
.loader-icon[class*='bullets'] {
	width: 10px;
	height: 10px;
	display: inline-block;
	position: relative;
}

.loader-icon[class*='bullets'] span {
	content: "";
	background: #000000;
	width: 10px;
	height: 10px;
	margin-left: 20px;
	margin-right: 20px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
}

.text-light .loader-icon[class*='bullets'] span {
	background: #de853c;
}

.loader-icon[class*='bullets'] span:nth-of-type(1) {
	left: 12px;
}

.loader-icon[class*='bullets'] span:nth-of-type(3) {
	left: -12px;
}

/* bullets fade */
.loader-icon.bullets-fade span {
	-webkit-animation: loader-bullets-fade 1.6s infinite ease;
	-moz-animation: loader-bullets-fade 1.6s infinite ease;
	animation: loader-bullets-fade 1.6s infinite ease;
	animation-delay: 0.4s;
}

.loader-icon.bullets-fade span:nth-of-type(1) {
	animation-delay: 0.8s;
}

.loader-icon.bullets-fade span:nth-of-type(3) {
	animation-delay: 0s;
}

@-webkit-keyframes loader-bullets-fade {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 0.3;
	}

	80% {
		opacity: 1;
	}
}

@-moz-keyframes loader-bullets-fade {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 0.3;
	}

	80% {
		opacity: 1;
	}
}

@keyframes loader-bullets-fade {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 0.3;
	}

	80% {
		opacity: 1;
	}
}

/* bullets jump */
.loader-icon.bullets-jump span {
	-webkit-animation: loader-bullets-jump 1.2s infinite ease;
	-moz-animation: loader-bullets-jump 1.2s infinite ease;
	animation: loader-bullets-jump 1.2s infinite ease;
	animation-delay: 0.2s;
}

.loader-icon.bullets-jump span:nth-of-type(1) {
	animation-delay: 0.4s;
}

.loader-icon.bullets-jump span:nth-of-type(3) {
	animation-delay: 0s;
}

@-webkit-keyframes loader-bullets-jump {
	0% {
		top: 0;
	}

	40% {
		top: -4px;
	}

	80% {
		top: 0;
	}
}

@-moz-keyframes loader-bullets-jump {
	0% {
		top: 0;
	}

	40% {
		top: -4px;
	}

	80% {
		top: 0;
	}
}

@keyframes loader-bullets-jump {
	0% {
		top: 0;
	}

	40% {
		top: -4px;
	}

	80% {
		top: 0;
	}
}

/* bullets pulse */
.loader-icon.bullets-pulse span {
	-webkit-animation: loader-bullets-pulse 1.2s infinite ease;
	-moz-animation: loader-bullets-pulse 1.2s infinite ease;
	animation: loader-bullets-pulse 1.2s infinite ease;
	animation-delay: 0.2s;
}

.loader-icon.bullets-pulse span:nth-of-type(1) {
	animation-delay: 0.4s;
}

.loader-icon.bullets-pulse span:nth-of-type(3) {
	animation-delay: 0s;
}

@-webkit-keyframes loader-bullets-pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	40% {
		-webkit-transform: scale(1.1);
		transform: scale(1.3);
	}

	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes loader-bullets-pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	40% {
		-webkit-transform: scale(1.1);
		transform: scale(1.3);
	}

	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes loader-bullets-pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	40% {
		-webkit-transform: scale(1.1);
		transform: scale(1.3);
	}

	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


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

22. CUSTOM STYLE

------------------------------------------------*/
header #logo .text-logo {
	line-height: 50px;
}

header #logo img {
	height: 90px;
}

#menu-inner {
	height: calc(100% - 50px - 75px);
	margin-top: calc(40px + 10px + 50px);
}

.spacer-big.hero-spacer {
	height: calc(40px + 10px + 50px);
}

#hero:not(.hero-big):not(.hero-full) #page-title {
	padding-top: calc(100px + 50px);
}

#hero:not(.hero-big):not(.hero-full) #page-title:not(.title-bottom) {
	padding-bottom: calc(100px + 50px);
}



/*====================================================*/

.caption-name.portfolio-name>span {
	font-size: 58px;
}

.copyright_txt p {
	font-size: 12px;
	margin-left: 12px;
	margin-right: 12px;
	color: #fff;
	text-align: center;
	filter: url(#white-text-shadow);
}

.btn, .text-muted, .tb-number, .btnm, .spacer-small h2 a{
	filter: url(#white-text-shadow);
}
.text-filter {
	filter: url(#white-text-shadow);
}

.menu li{
	filter: url(#white-text-shadow);
}

.copyright_txt p a {
	text-decoration: none;
	border: none !important;
}

.social_icos {
	margin-left: 28px !important;
}

.social_icos>li {
	display: inline-block;
	list-style: outside none none;
	margin-right: 10px;
}

.social_icos i {
	border: 3px solid #fff;
	border-radius: 30px;
	font-size: 22px;
	padding: 10px 11px;
}

.crt-parallaxvideo {
	height: 300px;
	padding-bottom: 50px;
	padding-top: 50px;

}

.homep_vidarea {
	height: 420px;
}

.crt-parallaxvideo video {
	min-width: 100%;
	position: fixed;
	top: 0;
	z-index: -100;

}

.crt-parallaxvideo h1 {
	color: #fff;
	font-size: 76px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.pageinsideslde .revolution-slider-wrapper #revolutionslider1 .tp-bullets {
	display: none;
}

.footer_top_part {
	overflow: hidden;
	position: relative;
	min-height: 400px;
	margin-left: 80px
}

.imgpart img {
	width: 100%;
	height: auto;
	margin-bottom: -1px;
}

.footer_top_part h4 {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	height: 40px;
	margin-top: -25px !important;
	font-size: 30px;
}

.footer_top_part h4 a {
	display: inline-block;
	color: #fff;
	background: #000;
	padding: 0px 10px;
	padding-top: 5px;
}

.footer_top_part h4 a:hover {
	background: #88c13c;
	text-decoration: none
}

.state_area {
	margin: 0 auto;
	width: 88%;
	padding-top: 70px;
}

.state_content h2 {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 40px;
	padding: 0;
}

.socialinfo {}

.socialinfo ul {
	list-style: none;
	text-align: center;
	padding-top: 52px;
}

.socialinfo ul li {
	display: inline-block;
	margin: 0px 20px;
}

.socialinfo ul li a {}

.socialinfo ul li a img {}

.socialinfo ul li a p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400
}

.socialinfo ul li a img {
	max-width: 55px;
	margin-bottom: 5px;
}

.socialinfo ul li a:hover {}

.state_info h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 42px;
	letter-spacing: .5px;
}

.adressprg {
	letter-spacing: 1px;
}

.offername {
	letter-spacing: .5px;
}

.offername strong {
	color: #000;
}

.state_content {
	border-bottom: 3px solid #87c13c;
	margin-bottom: 60px;
	padding-bottom: 25px;
	overflow: hidden;
}

.innpagecnt {
	border-bottom: 0
}

.state_content.innpagecnt h2 {
	font-size: 28px;
	margin-bottom: 10px;
}

.faq_cont p {
	font-size: 14px;
}

.faq_contactform {
	overflow: hidden;
	width: 100%;
	padding-top: 40px;
}

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

.faqformmes {
	max-width: 415px;
	min-height: 149px !important;
	border-radius: 0;
	border: 1px solid #000;
	margin-bottom: 15px;
	padding-top: 3px;
}

.faqformmes::placeholder {
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 20px;
}

.faqbtn {
	border-radius: 0 !important;
	padding: 9px 60px !important;
	padding-top: 10px !important;
	letter-spacing: 1px;
	transition: all .5s !important;
}

.faqbtn:hover {
	background: #333;
}

.faqsenpart {
	padding-left: 12%;
	padding-right: 5%;
}

#faqcat {
	width: 100%;
	text-transform: uppercase;
	padding-left: 25px;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 400;
	background-image: url(../uploads/faqarow.jpg);
	border: 1px solid rgba(0, 0, 0, 1);
	border-radius: 0;
	background-size: 42px auto;
	background-position: 97%;
}

.faqtabs {
	padding-top: 20px;
	overflow: hidden;
	width: 100%;
}

.faqtabs #accordion {}

.faqtabs #accordion .panel.panel-default {
	border-radius: 0;
	border: 0 !important;
	box-shadow: none;
	position: relative;
}

.faqtabs #accordion .panel.panel-default .panel-heading {
	padding: 5px 11px;
	border: 1px solid #ddd;
	border-radius: 0;
	background: none;
	position: relative;
}

.faqtabs #accordion .panel.panel-default .panel-heading:after {
	content: "\f067";
	font-family: fontawesome;
	position: absolute;
	top: 8px;
	left: 15px;
	color: #c19d74;
}

.faqtabs #accordion .panel.panel-default .panel-heading .panel-title {
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
}

.faqtabs #accordion .panel.panel-default .panel-heading .panel-title a {
	display: block;
	margin-left: 30px;
	border-left: 1px dotted #ddd;
	padding-left: 15px;
}

.faqtabs #accordion .panel.panel-default .panel-heading .panel-title:hover a {
	text-decoration: none;
}

.faqtabs #accordion .panel.panel-default .panel-collapse.collapse {
	position: relative;
}

.faqtabs #accordion .panel.panel-default .panel-collapse.collapse .panel-body {
	border: 0;
}

.faqtabs #accordion .panel.panel-default .panel-collapse.collapse.in {
	position: relative;
}

.panel-body {
	padding: 10px 0;
}

.accorbtn {
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
	padding-bottom: 10px;
}

.accorbtn a {
	background: #86c03e;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 7px 35px;
	letter-spacing: 1px;
	padding-top: 8px;
	transition: all .5s;
}

.accorbtn a:hover {
	text-decoration: none;
	background: #000;
}

.faqtabs #accordion .panel.panel-default .panel-collapse.collapse.in:before {
	content: "\f068";
	font-family: fontawesome;
	position: absolute;
	top: -34px;
	left: 4px;
	color: #cacaca;
	background: #fff;
	z-index: 99;
	width: 30px;
	padding-left: 12px;
}

.applybtn {
	position: absolute;
	right: 15px;
	top: 15px;
	text-align: center;
	z-index: 99
}

.applybtn a {
	display: inline-block;
	text-align: center;
	background: url(../uploads/slidetick.png);
	width: 52px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
	height: 55px;
}

.applybtn a img {
	display: none;
}

.applybtn a span {
	color: #fff;
	transition: all .5s;
	letter-spacing: .5px;
	position: absolute;
	bottom: -26px;
	text-align: center;
	left: 0;
	width: 51px;
}

.applybtn a:hover {
	background: url(../uploads/slidetick_green.png);
	width: 52px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 55px;
	text-decoration: none;
	color: #fff;
}

.applybtn a:hover span {
	color: #fff;
}


.applybtn-dark {
	position: absolute;
	right: 15px;
	top: 15px;
	text-align: center;
	z-index: 99
}

.applybtn-dark a {
	display: inline-block;
	text-align: center;
	background: url(../uploads/slidetick-dark.png);
	width: 52px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
	height: 55px;
}

.applybtn-dark a img {
	display: none;
}

.applybtn-dark a span {
	color: #93C954;
	transition: all .5s;
	letter-spacing: .5px;
	position: absolute;
	bottom: -26px;
	text-align: center;
	left: 0;
	width: 51px;
}

.applybtn-dark a:hover {
	background: url(../uploads/slidetick-dark-hover.png);
	width: 52px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 55px;
	text-decoration: none;
	color: #fff;
}

.applybtn-dark a:hover span {
	color: #fff;
}





#page-title.wrapper {
	width: 100%;
	text-align: left;
}

.stlogo {
	position: absolute;
	top: 20px;
	z-index: 99;
	right: 25px;
	max-width: 450px;
}

.stlogo a {
	display: inline-block;
}

.stlogo a img {
	width: 100%;
	height: auto;
}

.templated_area {
	margin: 0 auto;
	width: 88%;
	padding-top: 70px;
	padding-bottom: 60px;
}

.templatedetault h2 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 0;
}

#page-title h1 {
	line-height: 48px;
}

.webcobranded {
	overflow: hidden;
	padding-bottom: 60px;
	width: 100%;
}

.tabepart {}

.tabepart .nav.nav-tabs {
	margin: 0;
	padding: 0;
	background: #1c1c1e;
	border-bottom: 3px solid #b2ec67;
}

.tabepart .nav.nav-tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	border-right: 1px solid #ddd;
}

.tabepart .nav.nav-tabs li:last-child {
	border-right: 0px;
}

.tabepart .nav.nav-tabs li a {
	border-radius: 0;
	border: 0;
	color: #fff;
	font-size: 16px;
	letter-spacing: .5px;
	position: relative;
	transition: all .5s;
}

.tabepart .nav.nav-tabs li a:hover {
	color: #b2ec67;
	background: none;
}

.tabepart .nav.nav-tabs li.active {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	border-right: 1px solid #ddd;
}

.tabepart .nav.nav-tabs li.active a {
	border-radius: 0;
	border: 0;
	background: none;
	position: relative;
	font-weight: 400
}

.tabepart .nav.nav-tabs li.active a::after {
	content: "";
	position: absolute;
	left: 11px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 15px solid #b2ec67;
}

.tabepart .nav.nav-tabs li.active a:hover {
	background: none;
}

.tabepart .tab-content {
	width: 100%;
	padding-top: 40px;
}

.tabepart .tab-content .tab-pane {}

.tab_btn {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

.tab_btn a {
	display: inline-block;
	background: #87c13c;
	color: #fff;
	padding: 7px 28px;
	letter-spacing: .5px;
	padding-top: 9px;
	transition: all .5s;
}

.tab_btn a:hover {
	background: #000;
	text-decoration: none
}

.tabtxpr {}

.tabtxpr h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color: #000000;
}

.tabtxpr p {
	color: #000000;
}

.cobrandedtab1 .owl-dot {
	border: 1px solid #222222;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 3px;
}

.cobrandedtab1 .owl-dot.active {
	border: 1px solid #222222;
	background: #222;
}

.cobrandedtab1 .owl-dots {
	text-align: center;
	width: 100%;
	min-height: 20px;
}

.tabcarousel {
	overflow: hidden;
	width: 100%;
	padding-top: 40px;
}

.singtabslide {
	position: relative;
}

.lightplus {
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, .4);
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center !important;
	visibility: hidden;
	opacity: 0;
}

.singtabslide:hover .lightplus {
	visibility: visible;
	opacity: 1;
}

.lightplus span {
	width: 100%;
	text-align: center;
}

.lightplus span img {
	width: 60px !important;
	height: auto !important;
	margin: 0 auto;
}

.dtemplcont {
	width: 100%;
}

.dtemplcont h2 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 0;
}

.bpartner .dtemplcont h2 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 7px;
	padding: 0;
	line-height: 34px;
}

.ullisttick {}

.ullisttick li {
	list-style: none;
	background: url(../uploads/check.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: left;
	padding-left: 30px;
	line-height: 21px;
	font-size: 14px;
	letter-spacing: .5px;
}

.padtop30 {
	padding-top: 30px;
}

.partporton {
	width: 100%;
	padding-top: 0px;
	overflow: hidden;
	background: #fff;
}

.partporton .singleport {
	width: 25%;
	float: left;
	min-height: 200px;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.partporton .singleport:after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	background: #000;
	height: 7px;
	left: 50%;
	margin-left: -120px;
	bottom: 36px;
	transition: all .5s;
}

.partporton .singleport:hover:after {
	content: "";
	position: absolute;
	left: 0;
	width: 240px;
	background: #87c13c;
	height: 7px;
	left: 50%;
	margin-left: -120px;
	bottom: 36px;
}

.partporton .singleport h4 {
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 28px;
	font-size: 24px
}

.summitnotesbox {
	width: 100%;
	overflow: hidden;
	padding-top: 40px;
	text-align: center
}

.singlenotes {
	border: 1px solid #ddd;
	display: inline-block;
	height: 490px;
	margin: 0 8px;
	padding: 15px;
	text-align: left;
	vertical-align: top;
	width: 20%;
}

.summitnotesbox .singlenotes:first-child {
	margin-left: 8px;
}

.singlenotes h4 {
	font-weight: 500;
	font-size: 24px;
	padding-top: 5px;
	transition: all .5s;
	margin-bottom: 25px;
	position: relative;
}

.singlenotes h4::after {
	position: absolute;
	content: "";
	width: 0;
	height: 3px;
	background: #87c13c;
	left: 0;
	bottom: -3px;
	visibility: visible;
	opacity: 1;
	transition: all .5s;
}

.singlenotes:hover>h4::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background: #87c13c;
	left: 0;
	bottom: -3px;
	visibility: visible;
	opacity: 1;
	transition: all .5s;
}

.sboxt {
	width: 100%;
	margin-bottom: 30px;
}

.sboxt h5 {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 7px
}

.sboxt ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sboxt ul li {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 21px;
}

.boxbtn {
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	overflow: hidden;
	padding-top: 30px;
}

.boxbtn a {
	background: #87c13c;
	color: #fff;
	padding: 8px 40px;
	transition: all .5s;
	display: inline-block;
}

.singlenotes:hover>.boxbtn a,
.boxbtn a:hover {
	background: #000;
}

.keypartloantype {
	overflow: hidden;
	width: 100%;
	padding-top: 20px;
}

.keyplft {
	width: 50%;
	float: left;
}

.keyplft img {
	width: 100%;
	height: auto;
}

.accorrt {
	width: 44%;
	float: right;
}

.loantypepromo {
	overflow: hidden;
	width: 100%;
	padding-top: 15px;
	text-align: center;
	margin-top: 80px
}

.single_loantype {
	display: inline-block;
	width: 33%;
	border-right: 1px solid #ddd;
}

.single_loantype h2 {
	font-weight: 500;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 36px;
}

.single_loantype h4 {
	font-size: 26px;
	line-height: 34px;
}

.single_loantype p {
	font-size: 16px;
	padding: 0 8%;
	line-height: 22px;
	margin-bottom: 20px;
}

.single_loantype a {
	background: #000000;
	color: #fff;
	font-size: 14px;
	padding: 5px 30px;
	display: inline-block;
	transition: all .5s;
	letter-spacing: .5px;
}

.single_loantype a:hover {
	background: #de853c;
	text-decoration: none
}

.graphtab {
	overflow: hidden;
	padding-top: 30px;
	width: 100%;
}

.graph1 {
	text-align: center;
}

.graph1 img {
	max-width: 250px;
	margin: 0 auto;
	margin-top: -20px;
}

.graphrt2 {}

.graphrt2 p {}

.graphrt2 p strong {
	text-transform: uppercase
}

#menu-inner {
	margin-top: 0;
}

.refnance_progm {
	background: #fff;
	width: 100%;
	overflow: hidden;
}

.refbg1 {
	background: #e9e9e9;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.refbg2 {
	background: #3d3d3d;
}

.refinacpart {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
}

.refinsp {
	float: left;
	width: 50%;
}

.refinanceinside {
	margin: 15px;
	background: #ffffff;
	margin-left: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 100%;
}

.refmidalg {
	padding: 40px 50px;
	width: 100%;
}

.refmidalg p {}

.refmidalg ul {
	margin: 0;
	padding: 0;
	padding-top: 0px;
	list-style: none;
	padding-top: 10px;
}

.refmidalg ul li {
	margin: 0;
	overflow: hidden;
	margin-bottom: 8px;
	line-height: 20px;
}

.refmidalg ul li span {
	background: #000000;
	color: #fff;
	width: 30px;
	float: left;
	text-align: center;
	height: 30px;
	border-radius: 50%;
	font-size: 16px;
	line-height: 30px;
	margin-right: 10px;
}

.refmidalg p.whrefin {
	font-size: 12px;
	line-height: 18px;
}

.refiform {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 100%;
}

.refinnmp {
	width: 500px;
	margin: 0 auto;
}

.refiform form {}

.refiform form h3 {
	color: #ffffff;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 0;
}

.frmfiels {}

.frmrow {
	overflow: hidden;
	width: 100%;
	margin-bottom: 3px;
}

#contact-form .frmrow {
	overflow: visible !important;
}

.namefld {
	color: #fff !important;
	border: 0 !important;
	border-bottom: 1px solid #ddd !important;
	float: left !important;
	width: 46% !important;
	border-radius: 0 !important;
	padding-left: 0 !important;
	height: 46px !important;
	padding-top: 13px !important;
	padding-bottom: 13px !important;
}

.namefld::placeholder,
.emaifld::placeholder,
.subfld::placeholder {
	color: #fff !important;
	font-weight: 300 !important
}

.emaifld {
	color: #fff !important;
	border: 0 !important;
	border-bottom: 1px solid #ddd !important;
	float: right !important;
	width: 46% !important;
	border-radius: 0 !important;
	padding-left: 0 !important;
	height: 46px !important;
	padding-top: 13px !important;
	padding-bottom: 13px !important;
}

.subfld {
	color: #fff !important;
	border: 0 !important;
	border-bottom: 1px solid #ddd !important;
	border-radius: 0 !important;
	padding-left: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 46px !important;
	padding-top: 13px !important;
	padding-bottom: 13px !important;
}

.subfld::-webkit-input-placeholder {
	color: #fff !important;
}

.subfld::-moz-placeholder {
	color: #fff !important;
}

.subfld:-ms-input-placeholder {
	color: #fff !important;
}

.subfld:-moz-placeholder {
	color: #fff !important;
}

.namefld::-webkit-input-placeholder {
	color: #fff !important;
}

.namefld::-moz-placeholder {
	color: #fff !important;
}

.namefld:-ms-input-placeholder {
	color: #fff !important;
}

.namefld:-moz-placeholder {
	color: #fff !important;
}

.emaifld::-webkit-input-placeholder {
	color: #fff !important;
}

.emaifld::-moz-placeholder {
	color: #fff !important;
}

.emaifld:-ms-input-placeholder {
	color: #fff !important;
}

.emaifld:-moz-placeholder {
	color: #fff !important;
}

.frmrow textarea {
	color: #ffff !important;
	border: 0 !important;
	border-bottom: 1px solid #ddd !important;
	border-radius: 0 !important;
	padding-left: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}

.refbtn {
	background: #87c13c !important;
	padding: 10px 35px !important;
	border-radius: 0 !important;
	text-transform: uppercase !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	transition: all .5s;
}

.refbtn:hover {
	color: #87c13c !important;
	background: #fff !important;
}

.frmsubtn {
	padding-top: 35px;
}

.namefld:focus,
.emaifld:focus,
.subfld:focus {
	border-bottom: 1px solid #87c13c !important;
}

.contple h2 {
	line-height: 40px
}

.contbtn {
	background: #87c13c;
	padding: 10px 35px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	transition: all .5s;
	display: inline-block;
	color: #fff;
}

.contbtn:hover {
	background: #000;
	color: #fff;
}

.scontp {}

.scontp h4 {
	font-weight: 500;
	line-height: 30px;
}

.scontp p {
	font-size: 14px;
	line-height: 22px;
}

.contpart {
	background: #fff;
	width: 100%;
}

.contpart .contin {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.contpart .contin .column {
	margin-right: 0;
	min-height: 500px;
}

.contpart .contin .column.one-third {
	width: 33.33%;
}

.mappart {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.mappart iframe {
	width: 100%;
	min-height: 100%;
}

.conbg2 {
	background: #eaeaea;
	padding: 15px;
}

.conbg3 {
	background: #3a3a3a;
}

.refinnmp.contpase {
	max-width: 80%;
	margin: 0 auto;
}

.refbtn.mcontbtn {
	background: #87c13c !important;
	border: 1px solid #87c13c;
	transition: all .5s;
}

.refbtn.mcontbtn:hover {
	background: #000 !important;
	border: 1px solid #000;
	color: #fff !important;
}

.confpagemdf.refinanceinside {
	margin: 15px;
}

.contmd {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.contmd h2 {
	color: #000;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 31px;
}

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

.socialicon {
	margin: 0 !important;
	padding: 0 !important;
}

.socialicon li {
	display: inline-block;
	margin: 0 !important;
}

.socialicon li a {
	width: 40px;
	background: #f4f4f4;
	display: inline-block;
	text-align: center;
	min-height: 38px;
	line-height: 40px;
	transition: all .5s;
}

.socialicon li a:hover {
	background: #87c13c;
}

.socialicon li a:hover i {
	color: #fff;
}

.confpagemdf.refinanceinside {
	margin: 0;
	height: 100%;
}

.conpmspw {}

.joblistborad {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	padding-top: 35px;
}

.joblistborad h4 {
	font-size: 23px;
	font-weight: 500;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
}

.joblistborad a {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-top: 1px;
}

.joblistborad a:hover>.jobtitle {
	color: #93c954;
}

.jobtitle {}

.place {
	float: right;
}

.signlejob {
	overflow: hidden;
	margin-bottom: 30px;
}

.testimonialpart {
	overflow: hidden;
	width: 100%;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.testinomo {
	float: left;
	width: 50%;
	min-height: 500px;
}

.videopart {
	background: url(../uploads/career.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.videopart.videoicon {}

.videoicon a {
	display: inline-block;
}

.videoicon a img {
	max-width: 140px;
}

.videoicon a:hover img {
	opacity: .8;
}

.testinomo {}

.testinomo.clientsay {
	background: #dddddd;
	position: relative;
}

.videoicon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.mbtnv {
	text-align: center;
	width: 100%;
}

.clitext {
	height: 100%;
	padding: 20px 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.singleslidec {}

.clientmesge {
	background: #0a273d;
	padding: 30px 20px;
	position: relative;
	box-shadow: 0px 4px 3px #b9b6b6;
}

.clientmesge::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 43px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 19px solid transparent;
	border-top: 20px solid #0a273d;
	z-index: 99;
}

.cliinst {
	overflow: hidden;
	padding-bottom: 25px;
}

.singleslidec p {
	font-size: 14px;
	line-height: 23px;
	color: #fff;
	padding-left: 35px;
}

.clientsay_slide {}

.clientsay_slide .owl-dots {
	text-align: center;
	overflow: hidden;
	width: 100%;
}

.clientsay_slide .owl-dots .owl-dot {
	width: 65px;
	height: 9px;
	background: #fff;
	display: inline-block;
	margin: 14px 5px;
}

.clientsay_slide .owl-dots .owl-dot.active,
.clientsay_slide .owl-dots .owl-dot:hover {
	background: #93c954;
}

.clienttitle {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .5px;
}

.clientmesge i.fa-quote-left {
	float: left;
	font-size: 25px;
	color: #fff;
	position: absolute;
	top: 18px;
	left: 20px;
}

.clientmesge i.fa-quote-right {
	float: left;
	font-size: 25px;
	color: #fff;
	position: absolute;
	bottom: 18px;
	right: 20px;
}

.processpromo {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.processin {}

.procesprola {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.prosigle {
	width: 50%;
	float: left;
}

.proimg1 {
	background: url(../uploads/process1.jpg);
	min-height: 500px;
	background-size: cover;
	background-position: center center;
}

.prequality {
	border: 1px solid #d8c0a5;
	overflow: hidden;
	padding: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 89%;
}

.proimgtxt {
	padding: 20px;
}

.preqin {}

.pretitle {
	text-align: right;
	padding-bottom: 24px;
	padding-top: 20px;
}

.pretitle h2 {
	display: inline-block;
	font-size: 30px;
	font-weight: 500;
	line-height: 52px;
	border-bottom: 2px solid #87c13c;
}

.preqin p {
	padding-left: 35px;
}

.proimgtxt.proimgtxt2 {
	background: #282828;
}

.pretitle.pretitle2 {
	text-align: left;
	padding-left: 30px;
}

.pretitle.pretitle2 h2 {
	color: #fff;
}

.preqin.preqin2>p {
	color: #fff;
	padding-left: 30px;
}

.proimg1.proimg2 {
	background: url(../uploads/process2.jpg);
	min-height: 500px;
	background-size: cover;
	background-position: center center;
}

.getstarted {
	background: url(../uploads/partners.png);
	width: 100%;
	min-height: 500px;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	background-attachment: fixed !important;
}

.getstarted.geaboutpagep {
	background: url(../uploads/about.jpg);
	width: 100%;
	min-height: 500px;
	background-size: cover;
	background-position: center center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	background-attachment: fixed;
}

.getstarted .getstin {
	width: 100%;
	text-align: center;
}

.getxtp h3 {
	color: #fff;
	line-height: 45px;
	margin-bottom: 40px;
	font-weight: 300
}

.getxtp a {
	display: inline-block;
	background: #87c13c;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	padding: 10px 40px;
	transition: all .5s;
}

.getxtp a:hover {
	background: #000;
}

.srclocp {
	text-align: center;
	margin-bottom: 25px;
}

.srcparts {
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
	padding-bottom: 4px;
}

.srcbtnlc {
	padding: 10px 47px !important;
	border-radius: 0 !important;
	font-size: 14px !important;
	letter-spacing: .5px !important;
	font-weight: 300 !important;
	margin-top: 25px;
	background: #000 !important;
	transition: all .5s;
}

.srcbtnlc:hover {
	background: #94ca53 !important;
}

.srclocp h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 42px;
}

.srclocp form {
	margin-top: 12px;
	padding: 0 30px;
}

.templatedetault.templocationpage {
	margin-top: 0px;
}

.dreambtin {
	text-align: center;
	width: 100%;
	padding-top: 40px;
}

.dreambtin a {
	background: #8fc857;
	display: inline-block;
	padding: 9px 30px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .5px;
	transition: all .5s;
}

.dreambtin a:hover {
	background: #000;
}

.calculator_area {
	overflow: hidden;
	margin: 0 auto;
	width: 96%;
	margin-bottom: 60px;
}

.calulro {
	overflow: hidden;
	width: 100%;
}

.calcpart {
	width: 100%;
	min-height: 600px;
}

.calprt1 {
	background: #ebebeb;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.callistp {
	padding: 20px 40px;
}

.callistp ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.callistp ul li {
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0);
	transition: all .5s;
	padding-left: 15px
}

.callistp ul li.ctactive {
	border: 1px solid #de853c;
}

.iframprt {
	width: 100%;
	padding: 15px;
}

.iframprt iframe {
	border: none;
	width: 100%;
	height: 100%;
	min-height: 570px;
}

.ourmissionin {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

.titlemission {
	float: left;
	width: 25%;
}

.titlemission h3 {
	line-height: 40px;
	padding-top: 6px;
	font-weight: 500
}

.titlemission h3 span {
	border-bottom: 2px solid #87c13c;
}

.missontxt {
	float: right;
	width: 74%;
}

.missontxt h2 {
	font-size: 30px;
	line-height: 39px;
	padding-top: 5px;
}

.titlemission.titleamp h3 {
	padding-bottom: 22px;
}

.aboutteampart {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 50px;
}

.teammember {
	text-align: center;
}

.singemteam {
	display: inline-block;
	width: 25%;
	margin: 10px -3px;
	border-bottom: 5px solid #f5f5f5;
	vertical-align: top;
}

.teamimg {}

.teamimg img {
	width: 100%;
	height: auto;
	max-width: 300px;
}

.branch_17_area {
	height: auto !important;
}

.teaminfo {
	height: auto;
	overflow: hidden;
	padding-bottom: 25px;
	padding-top: 25px;
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
}

.teaminfo h3 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 500;
	line-height: 27px;
}

.teaminfo h6 {}

.teaminfo ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	transition: all .5s;
}

.teaminfo ul li {
	display: inline-block;
}

.teaminfo ul li a {
	display: inline-block;
	background: #000;
	width: 28px;
	text-align: center;
}

.teaminfo ul li a:hover {
	background: #87c13c;
}

.teaminfo ul li a i {
	color: #fff;
	font-size: 12px;
}

.singemteam:hover .teaminfo {
	background: #585f67;
}

.singemteam:hover .teaminfo h3,
.singemteam:hover .teaminfo h6 {
	color: #fff;
}

.branchtxtin {
	text-align: center;
	overflow: hidden;
	width: 64%;
	margin: 0 auto;
	padding-bottom: 30px;
}

.branchtxtin h2 {
	font-size: 36px;
	line-height: 57px;
	text-transform: capitalize;
}

.brantemp {
	padding-bottom: 0;
	background: #fff;
}

.testinomo {
	float: left;
	width: 50%;
	min-height: 532px;
}

.branchtemp {}

.branchtemp .testinomo.videopart {
	min-height: 530px
}

.branchimgp {
	background: url(../uploads/branch.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.branchimgp .videoicon .mbtnv {
	padding-left: 50px;
}

.mbtnv.btbpwr {
	padding-left: 0;
}

.branchrightp {
	background: #262626;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.branchptxt {
	width: 100%;
	padding: 0 10%;
}

.branchptxt h2 {
	color: #fff;
	border-bottom: 3px solid #efefef;
	margin-bottom: 30px;
	overflow: hidden;
}

.branchptxt p {
	color: #fff;
}

.lopageos {
	background: url(../uploads/lopage.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.loanoffpart {
	width: 86%;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 50px;
}

.welotext {
	text-align: center;
}

.welotext h2 {
	font-size: 31px;
	line-height: normal;
}

.logtn {
	display: inline-block;
	background: #93c954;
	color: #fff;
	margin-top: 30px;
	padding: 12px 65px;
	text-transform: uppercase;
	transition: all .5s;
}

.logtn:hover {
	color: #fff !important;
	background: #000;
}

.welotext ul {
	overflow: hidden;
	text-align: center;
	padding-top: 20px;
	margin-left: 0;
}

.welotext ul li {
	display: inline-block;
	margin: 0 10px;
}

.welotext ul li a {
	display: inline-block;
}

.welotext ul li a img {
	width: 54px;
	margin-bottom: 6px;
}

.welotext ul li a span {
	font-size: 13px;
}

.submit:hover {
	transition: all .5s;
}

.submit:hover {
	background: #90c956 !important;
}

.wrapper-small>p>button.submit:hover {
	background: #000 !important;

}

#map_base {
	margin-top: -45px;
}

.loanoffpart .teammember .singemteam .teamimg a img {
	width: 100%;
	height: auto;
	max-width: 300px;
}

.teamimg a {
	display: block;
}

#heroun {
	width: 100%;
	overflow: hidden;
}

p.offername strong a {
	text-decoration: none !important;
	border-bottom: 0 !important;
}

p.offername,
.adressprg {
	color: #444444;
}

.paceholimg {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	transition: opacity 0.6s ease 0.3s;
	margin-top: -75px;
}

p a:not(.entry-navigation__item):not(.post-edit-link):not(.fancybox):not(.button):not(.image-text-link) {
	border-bottom: 0;
}

.teamdetails {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.teamdeslt {
	float: left;
}

.teamimgp {
	width: 28%;
}

.tamxtp {
	width: 70%;
}

.teamdeslt.teamimgp .singemteam {
	width: 100%;
	margin: 0 auto;
}

.welotext {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	align-items: center;
	padding-left: 30px;
}

.searchform input[type=radio] {
	width: 18px;
	height: 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-right: 10px;
	background-color: #cccbcb;
	outline: 0;
	border: 0;
	display: inline-block;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	border-radius: 50% !important;
	margin-top: 0;
	float: left;

}

.searchform input[type=radio]:focus {
	outline: none;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.searchform input[type=radio]:checked {
	background-color: #90c956;
	text-align: center;
	line-height: 15px;
}

.searchform label {
	float: left;
	line-height: 20px;
}

.calselectlist {
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}

#calcpcat {
	width: 100%;
	text-transform: uppercase;
	padding-left: 25px;
	font-size: 16px;
	letter-spacing: .5px;
	font-weight: 400;
	background-image: url(../uploads/faqarow.jpg);
	border: 1px solid rgba(0, 0, 0, 1);
	border-radius: 0;
	background-size: 42px auto;
	background-position: 98.5%;
}

.comtifrm {
	height: 100%;
	width: 100%;
}

.comtifrm iframe {
	height: 100%;
	width: 100%;
	margin-top: 20px;
}

.missontxtcng h3,
.titlemissioncng h3 {
	font-weight: 500;
	font-size: 28px;
}

.submit.hmlyd {
	color: #fff;
	background-color: #90c956;
	font-size: 22px;
}

.hmlontle {
	width: 100%;
}

/*====BLOG STYLING=====================================================================*/
#page-body {
	padding-top: 160px;
	float: right !important;
	width: 59% !important;
}

/*#hero { position:relative !important; margin-left:0px !important; width:39% !important; }*/
#hero .hero-slider .slider-item .owl-slider-caption {
	width: 100% !important;
	padding: 30px 30px 40px;
}

.featured_art h2 {
	text-align: left;
	font-size: 28px;
	text-transform: uppercase;
	float: left;
	line-height: 46px;
}

.featured_art h2::after {
	content: "";
	display: block;
	width: 20%;
	padding-top: 0px;
	border-bottom: 5px solid #93c954;
}

.featured_art span {
	text-align: left;
	display: block;
	clear: both;
	padding-top: 5px;
	color: #fff;
	text-transform: uppercase;
}


.insight_ico {
	max-width: 180px;
	text-align: right;
	float: right;
	margin-top: 15px;
	margin-right: 30px;
	width: auto !important;
}

.blog-item .blog-info {
	margin-bottom: 60px;
}

.blog-media {
	display: inline-block;
	position: relative;
	min-height: 200px;
}

.blog-media::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: inset 0 0 0 0 rgba(171, 208, 133, .5);
	transition: box-shadow .1s ease;
}

.blog-media:hover::after {
	box-shadow: inset 0 0 0 10px rgba(171, 208, 133, .5);
}

.blog-media img {
	display: block;
	position: relative;
}

.blog-item h3 {
	color: #000;
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.blog-item span {
	font-style: italic;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
}

.blog-item .blog-info p {
	font-size: 13px;
	margin-top: 0px;
}

.blog-item .rm_btn {
	padding: 10px 20px;
	font-size: 22px;
	font-weight: 500;
	border-radius: 2px;
	background-color: #a9a9a9;
	display: inline-block;
	clear: both;
	margin-top: 15px;
	color: #fff;
}

.blog-item .rm_btn:hover {
	background-color: #90c956;
	color: #fff;
}

.single-article .post-meta {
	margin-top: 30px;
}

.filter-button-group button {
	background-color: #fff;
	border: solid 1px #ccc;
	color: #666;
	margin-right: 10px;
	text-transform: uppercase;
}

.filter-button-group button:hover {
	border-color: #90c956;
	background-color: #90c956;
	color: #fff;
}

.filter-button-group button.selected {
	border-color: #90c956;
	background-color: #90c956;
	color: #fff;
}

#page-body #page-title {
	padding-bottom: 20px !important;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
}

.single-article .post-name h1 {
	font-size: 26px;
	line-height: 105px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

.subscribe_frm,
.archive_sec {
	margin-left: 59px;
}

.subscribe_frm form label {
	color: #000;
	text-transform: uppercase;
}

.subscribe_frm form input[type="text"],
.subscribe_frm form input[type="email"] {
	border: solid 2px #000;
	height: 40px;
	border-radius: 0px;
	color: #000;
	width: 100% !important;
}

#es_widget_msg span {
	color: #000 !important;
}

.subscribe_frm form input[type="button"],
.subscribe_frm form input[type="submit"] {
	background-color: #94ca53;
	padding: 10px 20px;
	font-weight: 700;
	font-size: 15px;
	border-radius: 18px;
	margin-top: 18px;
	height: 40px;
	vertical-align: middle;
	text-transform: uppercase;
}

#es_msg {
	color: #000;
	margin-bottom: 15px;
}

.archive_sec h3 {
	color: #de853c;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.archive_sec ul:first-child {
	margin-left: 0px;
	border-bottom: solid 1px #000;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.archive_sec ul:first-child li {
	list-style: none;
	display: inline;
	text-align: left;
	margin-right: 15px;
	font-size: 18px;
}

.archive_sec ul:first-child li.active a {
	font-size: 26px;
}

.archive_sec .ui-tabs-panel ul li {
	color: #000;
	list-style: none;
	text-transform: uppercase;
}

.share-wrap {
	clear: both;
	background: #ffffff;
	margin: 45px 0px;
}

.share-wrap .share-wrap-inner {
	text-align: center;
	padding: 21px 0;
	position: relative;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.share-wrap .share-wrap-inner .share-text {
	color: #202020;
	margin-bottom: 7px;
}

.share-wrap .share-wrap-inner ul {
	font-size: 0;
	line-height: 0;
	padding: 0;
}

.share-wrap .share-wrap-inner ul li {
	display: inline-block;
	list-style: none;
	line-height: 14px;
	font-size: 18px;
	margin: 0 15px;
}

.post-date {
	font-size: 13px;
	font-weight: 300;
	color: #000 !important;
}

.prev-next-wrap {
	margin-bottom: 100px;
}

.prev-next-wrap .prev_lnk {
	vertical-align: middle;
	text-align: left;
	padding-left: 140px;
	padding-top: 120px;
}

.prev-next-wrap .nxt_link i,
.prev-next-wrap .prev_lnk i {
	font-size: 130px;
}

#hero1 {
	position: relative !important;
	margin-left: 0px !important;
	width: 39% !important;
}

.mobile_view {
	display: none;
}

.prev-next-wrap .nxt_link {
	vertical-align: middle;
	text-align: right;
	padding-right: 140px;
	padding-top: 120px;
}

@media screen and (min-width:0\0) {
	.partporton .singleport {
		height: 200px;
	}

	.getxtp {
		margin-top: 13%;
	}
}

@media screen and (min-width:1800px) {
	.testinomo.clientsay::before {
		position: absolute;
		top: 0;
		content: "";
		width: 30px;
		height: 100%;
		background: #ddd;
		z-index: 99;
		left: -25px;
	}
}

#menu-inner {
	height: 100%;
}

.step_rtxt_container {
	position: relative;
}

.step_ltxt_container {
	position: relative;
}

.step_rtxt_container .step_txt {
	color: #fff;
	font-size: 46px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	top: 50%;
	z-index: 500;
	font-weight: bold;
}

.step_ltxt_container .step_txt {
	color: #fff;
	font-size: 46px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	top: 50%;
	z-index: 500;
	font-weight: bold;
}

#page-loader.text-light {
	background: #59636f none repeat scroll 0 0;
	z-index: 9999 !important;
}

.do_sec {
	width: 48%;
	height: auto !important;
}

.singlenotes.lo_program_sec {
	height: auto;
	min-height: 620px;
	width: 30%;
}

#contact-form label.error {
	color: #fff;
	display: inline-block;
	width: 100%;
}

.frmrow.top_row {
	height: 50px;
	position: relative;
}

#contact-form label.error {
	color: #fff;
	display: block;
	position: absolute;
	/*top: 48px;*/
	top: 43px;
	width: 45%;
	font-size: 12px;
}

.top_row label:first-child {
	left: 0;
}

.top_row label:last-child {
	right: 0;
}

/* Change the color ;) */
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #3a3a3a inset !important;
}

.17_area {
	height: auto !important;
}

.register {
	bottom: 10px;
	position: relative;
	color: #fff;
}

.do_sec.dopges .sboxt ul li {
	font-size: 16px;
	line-height: 28px;
}

.summitnotesbox.dosamhibox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 1.5%;
}

.hlpsameheight {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 1.5%;
}

.singlenotes.do_sec.dopges .sboxt ul {
	padding-left: 15px;
	list-style-type: disc;
}

.term_programtxt {
	font-size: 14px;
	margin-top: 40px;
	overflow-wrap: break-word;
	width: 97%;
}

.dtemplcont.become_sectxt li,
.become_sectxt li span {
	color: #000;
}

.do_sec .sboxt li,
.tabtxpr ul li {
	color: #000;
}

.searchpgerst {
	overflow: hidden;
	padding-top: 190px;
	margin-bottom: 30px
}

.searchpgerst h1 {
	text-transform: uppercase;
	text-align: center;
	font-size: 40px;
	font-weight: 500;
}

.secrslts {
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 0px;
	padding: 5px 10%;
	padding-bottom: 5px;
	border-bottom: 4px solid #f69231;
	margin-bottom: 50px;
	padding-bottom: 40px;
	width: 90%;
}

.srcbtmprts {
	text-align: center;
	overflow: hidden;
}

.srcbtmprts h4 {
	font-weight: 500;
	line-height: 32px;
	font-size: 22px;
}

.srcbtmprts p {
	margin-top: 4px;
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
}

.conpmspw.srcpgbtm {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}

.ullistpbt {
	width: 33.33%;
	float: left;
}

.ullistpbt h4 {
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
	color: #3a3a3a;
	line-height: 15px;
}

.srclstpbtn1 {
	width: 28%;
}

.srclstpbtn1 ul {}

.srclstpbtn1 ul li {}

.srclstpbtn1 ul li a {
	text-transform: uppercase;
}

.srclstpbtn1 ul li a:hover {
	color: #87c13c;
}

.srclstpbtn2 {
	padding-top: 20px;
}

.srclstpbtn2 ul {}

.srclstpbtn2 ul li {}

.srclstpbtn2 ul li a {
	color: #3a3a3a;
	padding-left: 30px;
	display: inline-block;
	border: 1px solid #fff;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 1px;
}

.srclstpbtn2 ul li a:hover {
	border: 1px solid #87c13c;
}

.srclstpbtn3 {
	padding-top: 20px;
	width: 38%;
}

.srclstpbtn3 ul {}

.srclstpbtn3 ul li {}

.srclstpbtn3 ul li a {
	color: #3a3a3a;
	padding-left: 30px;
	display: inline-block;
	border: 1px solid #fff;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 1px;
}

.srclstpbtn3 ul li a:hover {
	border: 1px solid #87c13c;
}

.contpart.contsrcpbtns {
	margin-bottom: 0px;
}

.notfoundpage h2 {
	width: 100%;
	text-align: center;
}

.spelogo {
	max-width: 320px;
}

.applypgecont {
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.applypgecont h2 {
	text-align: center;
	overflow: unset;
	width: 100%;
	text-transform: uppercase;
	font-size: 32px;
	margin-bottom: 10px;
}

.applystps {
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
}

.applystps ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

.applystps ul li {
	display: inline-block;
	width: 40px;
	margin: 0 20px;
	position: relative;
}

.applystps ul li::after {
	position: absolute;
	content: "";
	background: #91c752;
	width: 25.5px;
	left: 94%;
	top: 14px;
	height: 12px;
}

.applystps ul li::before {
	position: absolute;
	content: "";
	background: #91c752;
	width: 25.5px;
	right: 94%;
	top: 14px;
	height: 12px;
}

.applystps ul li.setpactive:after {
	background: #3f7401;
}

.applystps ul li.setpactive:before {
	background: #3f7401;
}

.applystps ul li:first-child:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 0;
	right: 98%;
	top: 14px;
	height: 0;
}

.applystps ul li:last-child:after {
	position: absolute;
	content: "";
	background: #fff;
	width: 0px;
	left: 98%;
	top: 14px;
	height: 0px;
}

.applystps ul li img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: relative;
	z-index: 99;
}

.appltxtprt {
	position: relative;
	width: 100%;
	padding: 0 21%;
	text-align: center;
	margin-bottom: 45px;
}

.alpback {
	position: absolute;
	left: 0;
	display: inline-block;
	top: 51px;
}

.alpback img {
	max-width: 60px;
}

.appltxtprt h4 {}

.appltxtprt p {}

.lobuttonprt {}

.lobuttonprt ul {
	text-align: center;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

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

.lobuttonprt ul li a {
	text-transform: uppercase;
	color: #0e1d2f;
	display: inline-block;
	padding: 13px 5px;
	font-size: 14px;
	background: #91c752;
	border: 1px solid #91c752;
	width: 318px;
}

.lobuttonprt ul li:last-child a {
	border: 1px solid #0e1d2f;
	background: #0e1d2f;
	color: #fff;
}

.lobuttonprt ul li a:hover {
	background: #91c752;
	border: 1px solid #91c752;
}

.applypgecont.searchpgerst {
	padding-top: 130px;

}

#applyname {
	width: 318px;
	height: 56px;
	border-radius: 0;
	border: 1px solid #0e1d2f;
	background: url(../uploads/selarrows.jpg);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 40px;
	font-size: 16px;
}

.stanameapl {
	width: 260px;
	height: 56px;
	border-radius: 0;
	border: 1px solid #0e1d2f;
	background: url(../uploads/selarrows.jpg);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 40px;
	font-size: 16px;
	margin-bottom: 20px;
}

.applicatoffice {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	padding: 50px 80px;
	position: relative;
	overflow: hidden;
}

.appoffimg {
	float: left;
	text-align: center;
	width: 300px;
	margin-right: 21px;
}

.appoffimg img {
	width: 100%;
	height: auto;
	max-width: 251px;
}

.appofinf {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 30px;
	border-bottom: 4px solid #f6f6f6;
	position: relative;
	transition: all .5s;
}

.applicatoffice:hover .appofinf {
	border-bottom: 4px solid #0e1d2f;
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse;
}

.appofinf h5 {
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
}

.appofinf p {
	margin: 0;
	line-height: 21px;
}

.appfores {
	float: right;
	width: 290px;
	padding-top: 55px;
}

.appfores p {
	line-height: 32px;
}

.applosbtnp {
	overflow: hidden;
}

.applosbtnp ul {
	text-align: center;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

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

.applosbtnp ul li a {
	text-transform: uppercase;
	color: #0e1d2f;
	display: inline-block;
	padding: 13px 5px;
	font-size: 15px;
	background: #91c752;
	border: 1px solid #91c752;
	width: 318px;
	font-weight: 600;
	letter-spacing: .5px;
}

.applosbtnp ul li:last-child a {
	border: 1px solid #0e1d2f;
	background: #0e1d2f;
	color: #fff;
}

.applosbtnp ul li a:hover {
	background: #91c752;
	border: 1px solid #91c752;
}

.applisstp2 {
	padding-top: 0;
}

.oneulst ul li a {
	background: #91c752;
	color: #0e1d2f;
}

.offrsappfr {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 3%;
}

.singfrm {
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}

.frmprtapls {
	display: inline-block;
	margin: 0 2px;
	width: 49%;
}

.frmprtapls input {
	width: 100%;
	min-height: 43px;
	border-radius: 0;
	border: 1px solid #ddd;
}

#parsel {
	width: 240px;
	height: 43px;
	border-radius: 0;
	border: 1px solid #ddd;
	background: url(../uploads/selarrows.jpg);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 25px;
	font-size: 16px;
}

.appstp3txt {
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
}

.stp3singp {
	display: inline-block;
	text-align: left;
	padding: 0 20px;
	margin: 0 17px;
}

.stp3singp h4 {
	font-size: 27px;
	font-weight: 400;
}

.stp3singp p {
	margin-top: 10px;
}

.stp3singp a {
	display: inline-block;
	background: #91c752;
	width: 200px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin-top: 20px;
	padding: 7px 4px;
	font-size: 14px;
}

.stp3singp a:hover {
	background: #0e1d2f;
	color: #fff;
}

.hero-invisible .header-inner .blglogo {
	display: none;
}

/*.spaced-big .column.hdpqdp {
    margin-right: 44px;
    margin-left: 110px;
}*/
.spaced-big .column.hdpqdp {
	margin-left: 100px;
	margin-right: 44px;
}

header #logo.blglogo {
	z-index: -1 !important;
}


a.lo_email {
	color: #fff;
}

a.lo_email:hover {
	opacity: .7;
}

.applybtn a .mobile_mg1 {
	display: block;
}

.applybtn a .mobile_mg2 {
	display: none;
}

.logo_mob {
	display: none;
}

.licen_area {
	height: auto !important;
}

#page-title.wrapper.artdetils {
	text-align: center
}

#page-title.wrapper.artdetils h1 {
	line-height: 75px;
}

#hero.hero-full.rdcheight {
	min-height: 75vh;
}

.welops p a img {
	width: auto !important;
	height: auto !important;
}

.phat-bgvideo-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	min-height: 100%;
	min-width: 100%;
	-webkit-transform-style: preserve-3d;
}

.phatvideo-bg .phat-bgvideo-container::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.50);
	z-index: 9;
	top: 0;
	left: 0;
}

.phat-bgvideo-container video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	min-height: 100%;
	min-width: 100%;
	height: auto !important;
	width: 100% !important;
	object-fit: cover;
}

.menu-toggle span:last-child {
	display: block;
	padding-top: 30px;
	font-size: 15px;
	margin-left: -3px;
	font-weight: 400;
}

.menu-toggle {
	overflow: visible;
}

.blog-pagination {
	position: relative;
	z-index: 111;
}

.paging{
	padding: 20px;
}

