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



		! ! !    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';
	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';
	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';
	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;
	}
	div p:first-child {  margin-top: 0px; }

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

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

blockquote {
	font-family: 'Poppins';
	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';
	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: 30px;
	height: 17px;
	margin-left: 25px;
	margin-top:  20px;
	}
	#header-actions .header-search:first-child { margin-top: 0px; }

.header-search > a {
	display: inline-block;
	width: 17px;
	height: 17px;
	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: 20px;
	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 .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: #000000; border-color: rgba(255,255,255,0.21); }

#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 { color: #000000; }
	#footer.text-light a, #footer.text-light p a {color: rgba(255,255,255,0.5);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; }


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

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;
	}

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

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';
	font-weight: 300;
	font-size: 24px;
	display: inline-block;
	width: auto;
	letter-spacing: 0.0em;
	color: #000000;
	height: 32px;
	line-height: 32px;
	position: relative;
	transition: all 0.3s ease;
	/*overflow: hidden;*/
	vertical-align: bottom;			/* 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 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: 16px;
	height: 22px;
	line-height: 22px;
	}



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

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;
	}

/* hamburger animation */
.menu-toggle span.hamburger, .menu-toggle span.hamburger:after, .menu-toggle span.hamburger:before {
	content: "";
	display: block;
	width: 26px;
	height: 2px;
	background: #000000;
	position: absolute;
	top: 50%; margin-top: -1px;
	left: 50%; margin-left: -13px;
	-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: -7px; top: 0; }
	.menu-toggle span.hamburger:after { margin-top: 7px; top: 0; }

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

	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';
	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';
	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';
	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: #000000; }
	.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';
	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';
	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';
	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: 9px;
  	height: 9px;
  	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: 5px;
  	height: 5px;
  	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';
	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; }

.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';
	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; }

.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.fpx a::before { content: "\f26e"; }

.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; }
.socialmedia-widget li.fpx a:hover { color: #8d8d8d; }



/* 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: 6px;
	height: 6px;
	display: inline-block;
	position: relative;
	}

.loader-icon[class*='bullets'] span {
	content: "";
	background: #000000;
	width: 6px;
	height: 6px;
	position:  absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	}
	.text-light .loader-icon[class*='bullets'] span { background: #ffffff; }
	.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: 50px; }
#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); }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

@charset "UTF-8";
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face { font-family: "Ionicons"; src: url("../../fonts/ionicons.eot?v=2.0.0"); src: url("../../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg"); font-weight: normal; font-style: normal; }
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ion-2x { font-size: 20px; }
.ion-3x { font-size: 30px; }
.ion-4x { font-size: 45px; }
.ion-5x { font-size: 65px;}
.ion-6x { font-size: 80px;}

.ion-alert:before { content: "\f101"; }

.ion-alert-circled:before { content: "\f100"; }

.ion-android-add:before { content: "\f2c7"; }

.ion-android-add-circle:before { content: "\f359"; }

.ion-android-alarm-clock:before { content: "\f35a"; }

.ion-android-alert:before { content: "\f35b"; }

.ion-android-apps:before { content: "\f35c"; }

.ion-android-archive:before { content: "\f2c9"; }

.ion-android-arrow-back:before { content: "\f2ca"; }

.ion-android-arrow-down:before { content: "\f35d"; }

.ion-android-arrow-dropdown:before { content: "\f35f"; }

.ion-android-arrow-dropdown-circle:before { content: "\f35e"; }

.ion-android-arrow-dropleft:before { content: "\f361"; }

.ion-android-arrow-dropleft-circle:before { content: "\f360"; }

.ion-android-arrow-dropright:before { content: "\f363"; }

.ion-android-arrow-dropright-circle:before { content: "\f362"; }

.ion-android-arrow-dropup:before { content: "\f365"; }

.ion-android-arrow-dropup-circle:before { content: "\f364"; }

.ion-android-arrow-forward:before { content: "\f30f"; }

.ion-android-arrow-up:before { content: "\f366"; }

.ion-android-attach:before { content: "\f367"; }

.ion-android-bar:before { content: "\f368"; }

.ion-android-bicycle:before { content: "\f369"; }

.ion-android-boat:before { content: "\f36a"; }

.ion-android-bookmark:before { content: "\f36b"; }

.ion-android-bulb:before { content: "\f36c"; }

.ion-android-bus:before { content: "\f36d"; }

.ion-android-calendar:before { content: "\f2d1"; }

.ion-android-call:before { content: "\f2d2"; }

.ion-android-camera:before { content: "\f2d3"; }

.ion-android-cancel:before { content: "\f36e"; }

.ion-android-car:before { content: "\f36f"; }

.ion-android-cart:before { content: "\f370"; }

.ion-android-chat:before { content: "\f2d4"; }

.ion-android-checkbox:before { content: "\f374"; }

.ion-android-checkbox-blank:before { content: "\f371"; }

.ion-android-checkbox-outline:before { content: "\f373"; }

.ion-android-checkbox-outline-blank:before { content: "\f372"; }

.ion-android-checkmark-circle:before { content: "\f375"; }

.ion-android-clipboard:before { content: "\f376"; }

.ion-android-close:before { content: "\f2d7"; }

.ion-android-cloud:before { content: "\f37a"; }

.ion-android-cloud-circle:before { content: "\f377"; }

.ion-android-cloud-done:before { content: "\f378"; }

.ion-android-cloud-outline:before { content: "\f379"; }

.ion-android-color-palette:before { content: "\f37b"; }

.ion-android-compass:before { content: "\f37c"; }

.ion-android-contact:before { content: "\f2d8"; }

.ion-android-contacts:before { content: "\f2d9"; }

.ion-android-contract:before { content: "\f37d"; }

.ion-android-create:before { content: "\f37e"; }

.ion-android-delete:before { content: "\f37f"; }

.ion-android-desktop:before { content: "\f380"; }

.ion-android-document:before { content: "\f381"; }

.ion-android-done:before { content: "\f383"; }

.ion-android-done-all:before { content: "\f382"; }

.ion-android-download:before { content: "\f2dd"; }

.ion-android-drafts:before { content: "\f384"; }

.ion-android-exit:before { content: "\f385"; }

.ion-android-expand:before { content: "\f386"; }

.ion-android-favorite:before { content: "\f388"; }

.ion-android-favorite-outline:before { content: "\f387"; }

.ion-android-film:before { content: "\f389"; }

.ion-android-folder:before { content: "\f2e0"; }

.ion-android-folder-open:before { content: "\f38a"; }

.ion-android-funnel:before { content: "\f38b"; }

.ion-android-globe:before { content: "\f38c"; }

.ion-android-hand:before { content: "\f2e3"; }

.ion-android-hangout:before { content: "\f38d"; }

.ion-android-happy:before { content: "\f38e"; }

.ion-android-home:before { content: "\f38f"; }

.ion-android-image:before { content: "\f2e4"; }

.ion-android-laptop:before { content: "\f390"; }

.ion-android-list:before { content: "\f391"; }

.ion-android-locate:before { content: "\f2e9"; }

.ion-android-lock:before { content: "\f392"; }

.ion-android-mail:before { content: "\f2eb"; }

.ion-android-map:before { content: "\f393"; }

.ion-android-menu:before { content: "\f394"; }

.ion-android-microphone:before { content: "\f2ec"; }

.ion-android-microphone-off:before { content: "\f395"; }

.ion-android-more-horizontal:before { content: "\f396"; }

.ion-android-more-vertical:before { content: "\f397"; }

.ion-android-navigate:before { content: "\f398"; }

.ion-android-notifications:before { content: "\f39b"; }

.ion-android-notifications-none:before { content: "\f399"; }

.ion-android-notifications-off:before { content: "\f39a"; }

.ion-android-open:before { content: "\f39c"; }

.ion-android-options:before { content: "\f39d"; }

.ion-android-people:before { content: "\f39e"; }

.ion-android-person:before { content: "\f3a0"; }

.ion-android-person-add:before { content: "\f39f"; }

.ion-android-phone-landscape:before { content: "\f3a1"; }

.ion-android-phone-portrait:before { content: "\f3a2"; }

.ion-android-pin:before { content: "\f3a3"; }

.ion-android-plane:before { content: "\f3a4"; }

.ion-android-playstore:before { content: "\f2f0"; }

.ion-android-print:before { content: "\f3a5"; }

.ion-android-radio-button-off:before { content: "\f3a6"; }

.ion-android-radio-button-on:before { content: "\f3a7"; }

.ion-android-refresh:before { content: "\f3a8"; }

.ion-android-remove:before { content: "\f2f4"; }

.ion-android-remove-circle:before { content: "\f3a9"; }

.ion-android-restaurant:before { content: "\f3aa"; }

.ion-android-sad:before { content: "\f3ab"; }

.ion-android-search:before { content: "\f2f5"; }

.ion-android-send:before { content: "\f2f6"; }

.ion-android-settings:before { content: "\f2f7"; }

.ion-android-share:before { content: "\f2f8"; }

.ion-android-share-alt:before { content: "\f3ac"; }

.ion-android-star:before { content: "\f2fc"; }

.ion-android-star-half:before { content: "\f3ad"; }

.ion-android-star-outline:before { content: "\f3ae"; }

.ion-android-stopwatch:before { content: "\f2fd"; }

.ion-android-subway:before { content: "\f3af"; }

.ion-android-sunny:before { content: "\f3b0"; }

.ion-android-sync:before { content: "\f3b1"; }

.ion-android-textsms:before { content: "\f3b2"; }

.ion-android-time:before { content: "\f3b3"; }

.ion-android-train:before { content: "\f3b4"; }

.ion-android-unlock:before { content: "\f3b5"; }

.ion-android-upload:before { content: "\f3b6"; }

.ion-android-volume-down:before { content: "\f3b7"; }

.ion-android-volume-mute:before { content: "\f3b8"; }

.ion-android-volume-off:before { content: "\f3b9"; }

.ion-android-volume-up:before { content: "\f3ba"; }

.ion-android-walk:before { content: "\f3bb"; }

.ion-android-warning:before { content: "\f3bc"; }

.ion-android-watch:before { content: "\f3bd"; }

.ion-android-wifi:before { content: "\f305"; }

.ion-aperture:before { content: "\f313"; }

.ion-archive:before { content: "\f102"; }

.ion-arrow-down-a:before { content: "\f103"; }

.ion-arrow-down-b:before { content: "\f104"; }

.ion-arrow-down-c:before { content: "\f105"; }

.ion-arrow-expand:before { content: "\f25e"; }

.ion-arrow-graph-down-left:before { content: "\f25f"; }

.ion-arrow-graph-down-right:before { content: "\f260"; }

.ion-arrow-graph-up-left:before { content: "\f261"; }

.ion-arrow-graph-up-right:before { content: "\f262"; }

.ion-arrow-left-a:before { content: "\f106"; }

.ion-arrow-left-b:before { content: "\f107"; }

.ion-arrow-left-c:before { content: "\f108"; }

.ion-arrow-move:before { content: "\f263"; }

.ion-arrow-resize:before { content: "\f264"; }

.ion-arrow-return-left:before { content: "\f265"; }

.ion-arrow-return-right:before { content: "\f266"; }

.ion-arrow-right-a:before { content: "\f109"; }

.ion-arrow-right-b:before { content: "\f10a"; }

.ion-arrow-right-c:before { content: "\f10b"; }

.ion-arrow-shrink:before { content: "\f267"; }

.ion-arrow-swap:before { content: "\f268"; }

.ion-arrow-up-a:before { content: "\f10c"; }

.ion-arrow-up-b:before { content: "\f10d"; }

.ion-arrow-up-c:before { content: "\f10e"; }

.ion-asterisk:before { content: "\f314"; }

.ion-at:before { content: "\f10f"; }

.ion-backspace:before { content: "\f3bf"; }

.ion-backspace-outline:before { content: "\f3be"; }

.ion-bag:before { content: "\f110"; }

.ion-battery-charging:before { content: "\f111"; }

.ion-battery-empty:before { content: "\f112"; }

.ion-battery-full:before { content: "\f113"; }

.ion-battery-half:before { content: "\f114"; }

.ion-battery-low:before { content: "\f115"; }

.ion-beaker:before { content: "\f269"; }

.ion-beer:before { content: "\f26a"; }

.ion-bluetooth:before { content: "\f116"; }

.ion-bonfire:before { content: "\f315"; }

.ion-bookmark:before { content: "\f26b"; }

.ion-bowtie:before { content: "\f3c0"; }

.ion-briefcase:before { content: "\f26c"; }

.ion-bug:before { content: "\f2be"; }

.ion-calculator:before { content: "\f26d"; }

.ion-calendar:before { content: "\f117"; }

.ion-camera:before { content: "\f118"; }

.ion-card:before { content: "\f119"; }

.ion-cash:before { content: "\f316"; }

.ion-chatbox:before { content: "\f11b"; }

.ion-chatbox-working:before { content: "\f11a"; }

.ion-chatboxes:before { content: "\f11c"; }

.ion-chatbubble:before { content: "\f11e"; }

.ion-chatbubble-working:before { content: "\f11d"; }

.ion-chatbubbles:before { content: "\f11f"; }

.ion-checkmark:before { content: "\f122"; }

.ion-checkmark-circled:before { content: "\f120"; }

.ion-checkmark-round:before { content: "\f121"; }

.ion-chevron-down:before { content: "\f123"; }

.ion-chevron-left:before { content: "\f124"; }

.ion-chevron-right:before { content: "\f125"; }

.ion-chevron-up:before { content: "\f126"; }

.ion-clipboard:before { content: "\f127"; }

.ion-clock:before { content: "\f26e"; }

.ion-close:before { content: "\f12a"; }

.ion-close-circled:before { content: "\f128"; }

.ion-close-round:before { content: "\f129"; }

.ion-closed-captioning:before { content: "\f317"; }

.ion-cloud:before { content: "\f12b"; }

.ion-code:before { content: "\f271"; }

.ion-code-download:before { content: "\f26f"; }

.ion-code-working:before { content: "\f270"; }

.ion-coffee:before { content: "\f272"; }

.ion-compass:before { content: "\f273"; }

.ion-compose:before { content: "\f12c"; }

.ion-connection-bars:before { content: "\f274"; }

.ion-contrast:before { content: "\f275"; }

.ion-crop:before { content: "\f3c1"; }

.ion-cube:before { content: "\f318"; }

.ion-disc:before { content: "\f12d"; }

.ion-document:before { content: "\f12f"; }

.ion-document-text:before { content: "\f12e"; }

.ion-drag:before { content: "\f130"; }

.ion-earth:before { content: "\f276"; }

.ion-easel:before { content: "\f3c2"; }

.ion-edit:before { content: "\f2bf"; }

.ion-egg:before { content: "\f277"; }

.ion-eject:before { content: "\f131"; }

.ion-email:before { content: "\f132"; }

.ion-email-unread:before { content: "\f3c3"; }

.ion-erlenmeyer-flask:before { content: "\f3c5"; }

.ion-erlenmeyer-flask-bubbles:before { content: "\f3c4"; }

.ion-eye:before { content: "\f133"; }

.ion-eye-disabled:before { content: "\f306"; }

.ion-female:before { content: "\f278"; }

.ion-filing:before { content: "\f134"; }

.ion-film-marker:before { content: "\f135"; }

.ion-fireball:before { content: "\f319"; }

.ion-flag:before { content: "\f279"; }

.ion-flame:before { content: "\f31a"; }

.ion-flash:before { content: "\f137"; }

.ion-flash-off:before { content: "\f136"; }

.ion-folder:before { content: "\f139"; }

.ion-fork:before { content: "\f27a"; }

.ion-fork-repo:before { content: "\f2c0"; }

.ion-forward:before { content: "\f13a"; }

.ion-funnel:before { content: "\f31b"; }

.ion-gear-a:before { content: "\f13d"; }

.ion-gear-b:before { content: "\f13e"; }

.ion-grid:before { content: "\f13f"; }

.ion-hammer:before { content: "\f27b"; }

.ion-happy:before { content: "\f31c"; }

.ion-happy-outline:before { content: "\f3c6"; }

.ion-headphone:before { content: "\f140"; }

.ion-heart:before { content: "\f141"; }

.ion-heart-broken:before { content: "\f31d"; }

.ion-help:before { content: "\f143"; }

.ion-help-buoy:before { content: "\f27c"; }

.ion-help-circled:before { content: "\f142"; }

.ion-home:before { content: "\f144"; }

.ion-icecream:before { content: "\f27d"; }

.ion-image:before { content: "\f147"; }

.ion-images:before { content: "\f148"; }

.ion-information:before { content: "\f14a"; }

.ion-information-circled:before { content: "\f149"; }

.ion-ionic:before { content: "\f14b"; }

.ion-ios-alarm:before { content: "\f3c8"; }

.ion-ios-alarm-outline:before { content: "\f3c7"; }

.ion-ios-albums:before { content: "\f3ca"; }

.ion-ios-albums-outline:before { content: "\f3c9"; }

.ion-ios-americanfootball:before { content: "\f3cc"; }

.ion-ios-americanfootball-outline:before { content: "\f3cb"; }

.ion-ios-analytics:before { content: "\f3ce"; }

.ion-ios-analytics-outline:before { content: "\f3cd"; }

.ion-ios-arrow-back:before { content: "\f3cf"; }

.ion-ios-arrow-down:before { content: "\f3d0"; }

.ion-ios-arrow-forward:before { content: "\f3d1"; }

.ion-ios-arrow-left:before { content: "\f3d2"; }

.ion-ios-arrow-right:before { content: "\f3d3"; }

.ion-ios-arrow-thin-down:before { content: "\f3d4"; }

.ion-ios-arrow-thin-left:before { content: "\f3d5"; }

.ion-ios-arrow-thin-right:before { content: "\f3d6"; }

.ion-ios-arrow-thin-up:before { content: "\f3d7"; }

.ion-ios-arrow-up:before { content: "\f3d8"; }

.ion-ios-at:before { content: "\f3da"; }

.ion-ios-at-outline:before { content: "\f3d9"; }

.ion-ios-barcode:before { content: "\f3dc"; }

.ion-ios-barcode-outline:before { content: "\f3db"; }

.ion-ios-baseball:before { content: "\f3de"; }

.ion-ios-baseball-outline:before { content: "\f3dd"; }

.ion-ios-basketball:before { content: "\f3e0"; }

.ion-ios-basketball-outline:before { content: "\f3df"; }

.ion-ios-bell:before { content: "\f3e2"; }

.ion-ios-bell-outline:before { content: "\f3e1"; }

.ion-ios-body:before { content: "\f3e4"; }

.ion-ios-body-outline:before { content: "\f3e3"; }

.ion-ios-bolt:before { content: "\f3e6"; }

.ion-ios-bolt-outline:before { content: "\f3e5"; }

.ion-ios-book:before { content: "\f3e8"; }

.ion-ios-book-outline:before { content: "\f3e7"; }

.ion-ios-bookmarks:before { content: "\f3ea"; }

.ion-ios-bookmarks-outline:before { content: "\f3e9"; }

.ion-ios-box:before { content: "\f3ec"; }

.ion-ios-box-outline:before { content: "\f3eb"; }

.ion-ios-briefcase:before { content: "\f3ee"; }

.ion-ios-briefcase-outline:before { content: "\f3ed"; }

.ion-ios-browsers:before { content: "\f3f0"; }

.ion-ios-browsers-outline:before { content: "\f3ef"; }

.ion-ios-calculator:before { content: "\f3f2"; }

.ion-ios-calculator-outline:before { content: "\f3f1"; }

.ion-ios-calendar:before { content: "\f3f4"; }

.ion-ios-calendar-outline:before { content: "\f3f3"; }

.ion-ios-camera:before { content: "\f3f6"; }

.ion-ios-camera-outline:before { content: "\f3f5"; }

.ion-ios-cart:before { content: "\f3f8"; }

.ion-ios-cart-outline:before { content: "\f3f7"; }

.ion-ios-chatboxes:before { content: "\f3fa"; }

.ion-ios-chatboxes-outline:before { content: "\f3f9"; }

.ion-ios-chatbubble:before { content: "\f3fc"; }

.ion-ios-chatbubble-outline:before { content: "\f3fb"; }

.ion-ios-checkmark:before { content: "\f3ff"; }

.ion-ios-checkmark-empty:before { content: "\f3fd"; }

.ion-ios-checkmark-outline:before { content: "\f3fe"; }

.ion-ios-circle-filled:before { content: "\f400"; }

.ion-ios-circle-outline:before { content: "\f401"; }

.ion-ios-clock:before { content: "\f403"; }

.ion-ios-clock-outline:before { content: "\f402"; }

.ion-ios-close:before { content: "\f406"; }

.ion-ios-close-empty:before { content: "\f404"; }

.ion-ios-close-outline:before { content: "\f405"; }

.ion-ios-cloud:before { content: "\f40c"; }

.ion-ios-cloud-download:before { content: "\f408"; }

.ion-ios-cloud-download-outline:before { content: "\f407"; }

.ion-ios-cloud-outline:before { content: "\f409"; }

.ion-ios-cloud-upload:before { content: "\f40b"; }

.ion-ios-cloud-upload-outline:before { content: "\f40a"; }

.ion-ios-cloudy:before { content: "\f410"; }

.ion-ios-cloudy-night:before { content: "\f40e"; }

.ion-ios-cloudy-night-outline:before { content: "\f40d"; }

.ion-ios-cloudy-outline:before { content: "\f40f"; }

.ion-ios-cog:before { content: "\f412"; }

.ion-ios-cog-outline:before { content: "\f411"; }

.ion-ios-color-filter:before { content: "\f414"; }

.ion-ios-color-filter-outline:before { content: "\f413"; }

.ion-ios-color-wand:before { content: "\f416"; }

.ion-ios-color-wand-outline:before { content: "\f415"; }

.ion-ios-compose:before { content: "\f418"; }

.ion-ios-compose-outline:before { content: "\f417"; }

.ion-ios-contact:before { content: "\f41a"; }

.ion-ios-contact-outline:before { content: "\f419"; }

.ion-ios-copy:before { content: "\f41c"; }

.ion-ios-copy-outline:before { content: "\f41b"; }

.ion-ios-crop:before { content: "\f41e"; }

.ion-ios-crop-strong:before { content: "\f41d"; }

.ion-ios-download:before { content: "\f420"; }

.ion-ios-download-outline:before { content: "\f41f"; }

.ion-ios-drag:before { content: "\f421"; }

.ion-ios-email:before { content: "\f423"; }

.ion-ios-email-outline:before { content: "\f422"; }

.ion-ios-eye:before { content: "\f425"; }

.ion-ios-eye-outline:before { content: "\f424"; }

.ion-ios-fastforward:before { content: "\f427"; }

.ion-ios-fastforward-outline:before { content: "\f426"; }

.ion-ios-filing:before { content: "\f429"; }

.ion-ios-filing-outline:before { content: "\f428"; }

.ion-ios-film:before { content: "\f42b"; }

.ion-ios-film-outline:before { content: "\f42a"; }

.ion-ios-flag:before { content: "\f42d"; }

.ion-ios-flag-outline:before { content: "\f42c"; }

.ion-ios-flame:before { content: "\f42f"; }

.ion-ios-flame-outline:before { content: "\f42e"; }

.ion-ios-flask:before { content: "\f431"; }

.ion-ios-flask-outline:before { content: "\f430"; }

.ion-ios-flower:before { content: "\f433"; }

.ion-ios-flower-outline:before { content: "\f432"; }

.ion-ios-folder:before { content: "\f435"; }

.ion-ios-folder-outline:before { content: "\f434"; }

.ion-ios-football:before { content: "\f437"; }

.ion-ios-football-outline:before { content: "\f436"; }

.ion-ios-game-controller-a:before { content: "\f439"; }

.ion-ios-game-controller-a-outline:before { content: "\f438"; }

.ion-ios-game-controller-b:before { content: "\f43b"; }

.ion-ios-game-controller-b-outline:before { content: "\f43a"; }

.ion-ios-gear:before { content: "\f43d"; }

.ion-ios-gear-outline:before { content: "\f43c"; }

.ion-ios-glasses:before { content: "\f43f"; }

.ion-ios-glasses-outline:before { content: "\f43e"; }

.ion-ios-grid-view:before { content: "\f441"; }

.ion-ios-grid-view-outline:before { content: "\f440"; }

.ion-ios-heart:before { content: "\f443"; }

.ion-ios-heart-outline:before { content: "\f442"; }

.ion-ios-help:before { content: "\f446"; }

.ion-ios-help-empty:before { content: "\f444"; }

.ion-ios-help-outline:before { content: "\f445"; }

.ion-ios-home:before { content: "\f448"; }

.ion-ios-home-outline:before { content: "\f447"; }

.ion-ios-infinite:before { content: "\f44a"; }

.ion-ios-infinite-outline:before { content: "\f449"; }

.ion-ios-information:before { content: "\f44d"; }

.ion-ios-information-empty:before { content: "\f44b"; }

.ion-ios-information-outline:before { content: "\f44c"; }

.ion-ios-ionic-outline:before { content: "\f44e"; }

.ion-ios-keypad:before { content: "\f450"; }

.ion-ios-keypad-outline:before { content: "\f44f"; }

.ion-ios-lightbulb:before { content: "\f452"; }

.ion-ios-lightbulb-outline:before { content: "\f451"; }

.ion-ios-list:before { content: "\f454"; }

.ion-ios-list-outline:before { content: "\f453"; }

.ion-ios-location:before { content: "\f456"; }

.ion-ios-location-outline:before { content: "\f455"; }

.ion-ios-locked:before { content: "\f458"; }

.ion-ios-locked-outline:before { content: "\f457"; }

.ion-ios-loop:before { content: "\f45a"; }

.ion-ios-loop-strong:before { content: "\f459"; }

.ion-ios-medical:before { content: "\f45c"; }

.ion-ios-medical-outline:before { content: "\f45b"; }

.ion-ios-medkit:before { content: "\f45e"; }

.ion-ios-medkit-outline:before { content: "\f45d"; }

.ion-ios-mic:before { content: "\f461"; }

.ion-ios-mic-off:before { content: "\f45f"; }

.ion-ios-mic-outline:before { content: "\f460"; }

.ion-ios-minus:before { content: "\f464"; }

.ion-ios-minus-empty:before { content: "\f462"; }

.ion-ios-minus-outline:before { content: "\f463"; }

.ion-ios-monitor:before { content: "\f466"; }

.ion-ios-monitor-outline:before { content: "\f465"; }

.ion-ios-moon:before { content: "\f468"; }

.ion-ios-moon-outline:before { content: "\f467"; }

.ion-ios-more:before { content: "\f46a"; }

.ion-ios-more-outline:before { content: "\f469"; }

.ion-ios-musical-note:before { content: "\f46b"; }

.ion-ios-musical-notes:before { content: "\f46c"; }

.ion-ios-navigate:before { content: "\f46e"; }

.ion-ios-navigate-outline:before { content: "\f46d"; }

.ion-ios-nutrition:before { content: "\f470"; }

.ion-ios-nutrition-outline:before { content: "\f46f"; }

.ion-ios-paper:before { content: "\f472"; }

.ion-ios-paper-outline:before { content: "\f471"; }

.ion-ios-paperplane:before { content: "\f474"; }

.ion-ios-paperplane-outline:before { content: "\f473"; }

.ion-ios-partlysunny:before { content: "\f476"; }

.ion-ios-partlysunny-outline:before { content: "\f475"; }

.ion-ios-pause:before { content: "\f478"; }

.ion-ios-pause-outline:before { content: "\f477"; }

.ion-ios-paw:before { content: "\f47a"; }

.ion-ios-paw-outline:before { content: "\f479"; }

.ion-ios-people:before { content: "\f47c"; }

.ion-ios-people-outline:before { content: "\f47b"; }

.ion-ios-person:before { content: "\f47e"; }

.ion-ios-person-outline:before { content: "\f47d"; }

.ion-ios-personadd:before { content: "\f480"; }

.ion-ios-personadd-outline:before { content: "\f47f"; }

.ion-ios-photos:before { content: "\f482"; }

.ion-ios-photos-outline:before { content: "\f481"; }

.ion-ios-pie:before { content: "\f484"; }

.ion-ios-pie-outline:before { content: "\f483"; }

.ion-ios-pint:before { content: "\f486"; }

.ion-ios-pint-outline:before { content: "\f485"; }

.ion-ios-play:before { content: "\f488"; }

.ion-ios-play-outline:before { content: "\f487"; }

.ion-ios-plus:before { content: "\f48b"; }

.ion-ios-plus-empty:before { content: "\f489"; }

.ion-ios-plus-outline:before { content: "\f48a"; }

.ion-ios-pricetag:before { content: "\f48d"; }

.ion-ios-pricetag-outline:before { content: "\f48c"; }

.ion-ios-pricetags:before { content: "\f48f"; }

.ion-ios-pricetags-outline:before { content: "\f48e"; }

.ion-ios-printer:before { content: "\f491"; }

.ion-ios-printer-outline:before { content: "\f490"; }

.ion-ios-pulse:before { content: "\f493"; }

.ion-ios-pulse-strong:before { content: "\f492"; }

.ion-ios-rainy:before { content: "\f495"; }

.ion-ios-rainy-outline:before { content: "\f494"; }

.ion-ios-recording:before { content: "\f497"; }

.ion-ios-recording-outline:before { content: "\f496"; }

.ion-ios-redo:before { content: "\f499"; }

.ion-ios-redo-outline:before { content: "\f498"; }

.ion-ios-refresh:before { content: "\f49c"; }

.ion-ios-refresh-empty:before { content: "\f49a"; }

.ion-ios-refresh-outline:before { content: "\f49b"; }

.ion-ios-reload:before { content: "\f49d"; }

.ion-ios-reverse-camera:before { content: "\f49f"; }

.ion-ios-reverse-camera-outline:before { content: "\f49e"; }

.ion-ios-rewind:before { content: "\f4a1"; }

.ion-ios-rewind-outline:before { content: "\f4a0"; }

.ion-ios-rose:before { content: "\f4a3"; }

.ion-ios-rose-outline:before { content: "\f4a2"; }

.ion-ios-search:before { content: "\f4a5"; }

.ion-ios-search-strong:before { content: "\f4a4"; }

.ion-ios-settings:before { content: "\f4a7"; }

.ion-ios-settings-strong:before { content: "\f4a6"; }

.ion-ios-shuffle:before { content: "\f4a9"; }

.ion-ios-shuffle-strong:before { content: "\f4a8"; }

.ion-ios-skipbackward:before { content: "\f4ab"; }

.ion-ios-skipbackward-outline:before { content: "\f4aa"; }

.ion-ios-skipforward:before { content: "\f4ad"; }

.ion-ios-skipforward-outline:before { content: "\f4ac"; }

.ion-ios-snowy:before { content: "\f4ae"; }

.ion-ios-speedometer:before { content: "\f4b0"; }

.ion-ios-speedometer-outline:before { content: "\f4af"; }

.ion-ios-star:before { content: "\f4b3"; }

.ion-ios-star-half:before { content: "\f4b1"; }

.ion-ios-star-outline:before { content: "\f4b2"; }

.ion-ios-stopwatch:before { content: "\f4b5"; }

.ion-ios-stopwatch-outline:before { content: "\f4b4"; }

.ion-ios-sunny:before { content: "\f4b7"; }

.ion-ios-sunny-outline:before { content: "\f4b6"; }

.ion-ios-telephone:before { content: "\f4b9"; }

.ion-ios-telephone-outline:before { content: "\f4b8"; }

.ion-ios-tennisball:before { content: "\f4bb"; }

.ion-ios-tennisball-outline:before { content: "\f4ba"; }

.ion-ios-thunderstorm:before { content: "\f4bd"; }

.ion-ios-thunderstorm-outline:before { content: "\f4bc"; }

.ion-ios-time:before { content: "\f4bf"; }

.ion-ios-time-outline:before { content: "\f4be"; }

.ion-ios-timer:before { content: "\f4c1"; }

.ion-ios-timer-outline:before { content: "\f4c0"; }

.ion-ios-toggle:before { content: "\f4c3"; }

.ion-ios-toggle-outline:before { content: "\f4c2"; }

.ion-ios-trash:before { content: "\f4c5"; }

.ion-ios-trash-outline:before { content: "\f4c4"; }

.ion-ios-undo:before { content: "\f4c7"; }

.ion-ios-undo-outline:before { content: "\f4c6"; }

.ion-ios-unlocked:before { content: "\f4c9"; }

.ion-ios-unlocked-outline:before { content: "\f4c8"; }

.ion-ios-upload:before { content: "\f4cb"; }

.ion-ios-upload-outline:before { content: "\f4ca"; }

.ion-ios-videocam:before { content: "\f4cd"; }

.ion-ios-videocam-outline:before { content: "\f4cc"; }

.ion-ios-volume-high:before { content: "\f4ce"; }

.ion-ios-volume-low:before { content: "\f4cf"; }

.ion-ios-wineglass:before { content: "\f4d1"; }

.ion-ios-wineglass-outline:before { content: "\f4d0"; }

.ion-ios-world:before { content: "\f4d3"; }

.ion-ios-world-outline:before { content: "\f4d2"; }

.ion-ipad:before { content: "\f1f9"; }

.ion-iphone:before { content: "\f1fa"; }

.ion-ipod:before { content: "\f1fb"; }

.ion-jet:before { content: "\f295"; }

.ion-key:before { content: "\f296"; }

.ion-knife:before { content: "\f297"; }

.ion-laptop:before { content: "\f1fc"; }

.ion-leaf:before { content: "\f1fd"; }

.ion-levels:before { content: "\f298"; }

.ion-lightbulb:before { content: "\f299"; }

.ion-link:before { content: "\f1fe"; }

.ion-load-a:before { content: "\f29a"; }

.ion-load-b:before { content: "\f29b"; }

.ion-load-c:before { content: "\f29c"; }

.ion-load-d:before { content: "\f29d"; }

.ion-location:before { content: "\f1ff"; }

.ion-lock-combination:before { content: "\f4d4"; }

.ion-locked:before { content: "\f200"; }

.ion-log-in:before { content: "\f29e"; }

.ion-log-out:before { content: "\f29f"; }

.ion-loop:before { content: "\f201"; }

.ion-magnet:before { content: "\f2a0"; }

.ion-male:before { content: "\f2a1"; }

.ion-man:before { content: "\f202"; }

.ion-map:before { content: "\f203"; }

.ion-medkit:before { content: "\f2a2"; }

.ion-merge:before { content: "\f33f"; }

.ion-mic-a:before { content: "\f204"; }

.ion-mic-b:before { content: "\f205"; }

.ion-mic-c:before { content: "\f206"; }

.ion-minus:before { content: "\f209"; }

.ion-minus-circled:before { content: "\f207"; }

.ion-minus-round:before { content: "\f208"; }

.ion-model-s:before { content: "\f2c1"; }

.ion-monitor:before { content: "\f20a"; }

.ion-more:before { content: "\f20b"; }

.ion-mouse:before { content: "\f340"; }

.ion-music-note:before { content: "\f20c"; }

.ion-navicon:before { content: "\f20e"; }

.ion-navicon-round:before { content: "\f20d"; }

.ion-navigate:before { content: "\f2a3"; }

.ion-network:before { content: "\f341"; }

.ion-no-smoking:before { content: "\f2c2"; }

.ion-nuclear:before { content: "\f2a4"; }

.ion-outlet:before { content: "\f342"; }

.ion-paintbrush:before { content: "\f4d5"; }

.ion-paintbucket:before { content: "\f4d6"; }

.ion-paper-airplane:before { content: "\f2c3"; }

.ion-paperclip:before { content: "\f20f"; }

.ion-pause:before { content: "\f210"; }

.ion-person:before { content: "\f213"; }

.ion-person-add:before { content: "\f211"; }

.ion-person-stalker:before { content: "\f212"; }

.ion-pie-graph:before { content: "\f2a5"; }

.ion-pin:before { content: "\f2a6"; }

.ion-pinpoint:before { content: "\f2a7"; }

.ion-pizza:before { content: "\f2a8"; }

.ion-plane:before { content: "\f214"; }

.ion-planet:before { content: "\f343"; }

.ion-play:before { content: "\f215"; }

.ion-playstation:before { content: "\f30a"; }

.ion-plus:before { content: "\f218"; }

.ion-plus-circled:before { content: "\f216"; }

.ion-plus-round:before { content: "\f217"; }

.ion-podium:before { content: "\f344"; }

.ion-pound:before { content: "\f219"; }

.ion-power:before { content: "\f2a9"; }

.ion-pricetag:before { content: "\f2aa"; }

.ion-pricetags:before { content: "\f2ab"; }

.ion-printer:before { content: "\f21a"; }

.ion-pull-request:before { content: "\f345"; }

.ion-qr-scanner:before { content: "\f346"; }

.ion-quote:before { content: "\f347"; }

.ion-radio-waves:before { content: "\f2ac"; }

.ion-record:before { content: "\f21b"; }

.ion-refresh:before { content: "\f21c"; }

.ion-reply:before { content: "\f21e"; }

.ion-reply-all:before { content: "\f21d"; }

.ion-ribbon-a:before { content: "\f348"; }

.ion-ribbon-b:before { content: "\f349"; }

.ion-sad:before { content: "\f34a"; }

.ion-sad-outline:before { content: "\f4d7"; }

.ion-scissors:before { content: "\f34b"; }

.ion-search:before { content: "\f21f"; }

.ion-settings:before { content: "\f2ad"; }

.ion-share:before { content: "\f220"; }

.ion-shuffle:before { content: "\f221"; }

.ion-skip-backward:before { content: "\f222"; }

.ion-skip-forward:before { content: "\f223"; }

.ion-social-android:before { content: "\f225"; }

.ion-social-android-outline:before { content: "\f224"; }

.ion-social-angular:before { content: "\f4d9"; }

.ion-social-angular-outline:before { content: "\f4d8"; }

.ion-social-apple:before { content: "\f227"; }

.ion-social-apple-outline:before { content: "\f226"; }

.ion-social-bitcoin:before { content: "\f2af"; }

.ion-social-bitcoin-outline:before { content: "\f2ae"; }

.ion-social-buffer:before { content: "\f229"; }

.ion-social-buffer-outline:before { content: "\f228"; }

.ion-social-chrome:before { content: "\f4db"; }

.ion-social-chrome-outline:before { content: "\f4da"; }

.ion-social-codepen:before { content: "\f4dd"; }

.ion-social-codepen-outline:before { content: "\f4dc"; }

.ion-social-css3:before { content: "\f4df"; }

.ion-social-css3-outline:before { content: "\f4de"; }

.ion-social-designernews:before { content: "\f22b"; }

.ion-social-designernews-outline:before { content: "\f22a"; }

.ion-social-dribbble:before { content: "\f22d"; }

.ion-social-dribbble-outline:before { content: "\f22c"; }

.ion-social-dropbox:before { content: "\f22f"; }

.ion-social-dropbox-outline:before { content: "\f22e"; }

.ion-social-euro:before { content: "\f4e1"; }

.ion-social-euro-outline:before { content: "\f4e0"; }

.ion-social-facebook:before { content: "\f231"; }

.ion-social-facebook-outline:before { content: "\f230"; }

.ion-social-foursquare:before { content: "\f34d"; }

.ion-social-foursquare-outline:before { content: "\f34c"; }

.ion-social-freebsd-devil:before { content: "\f2c4"; }

.ion-social-github:before { content: "\f233"; }

.ion-social-github-outline:before { content: "\f232"; }

.ion-social-google:before { content: "\f34f"; }

.ion-social-google-outline:before { content: "\f34e"; }

.ion-social-googleplus:before { content: "\f235"; }

.ion-social-googleplus-outline:before { content: "\f234"; }

.ion-social-hackernews:before { content: "\f237"; }

.ion-social-hackernews-outline:before { content: "\f236"; }

.ion-social-html5:before { content: "\f4e3"; }

.ion-social-html5-outline:before { content: "\f4e2"; }

.ion-social-instagram:before { content: "\f351"; }

.ion-social-instagram-outline:before { content: "\f350"; }

.ion-social-javascript:before { content: "\f4e5"; }

.ion-social-javascript-outline:before { content: "\f4e4"; }

.ion-social-linkedin:before { content: "\f239"; }

.ion-social-linkedin-outline:before { content: "\f238"; }

.ion-social-markdown:before { content: "\f4e6"; }

.ion-social-nodejs:before { content: "\f4e7"; }

.ion-social-octocat:before { content: "\f4e8"; }

.ion-social-pinterest:before { content: "\f2b1"; }

.ion-social-pinterest-outline:before { content: "\f2b0"; }

.ion-social-python:before { content: "\f4e9"; }

.ion-social-reddit:before { content: "\f23b"; }

.ion-social-reddit-outline:before { content: "\f23a"; }

.ion-social-rss:before { content: "\f23d"; }

.ion-social-rss-outline:before { content: "\f23c"; }

.ion-social-sass:before { content: "\f4ea"; }

.ion-social-skype:before { content: "\f23f"; }

.ion-social-skype-outline:before { content: "\f23e"; }

.ion-social-snapchat:before { content: "\f4ec"; }

.ion-social-snapchat-outline:before { content: "\f4eb"; }

.ion-social-tumblr:before { content: "\f241"; }

.ion-social-tumblr-outline:before { content: "\f240"; }

.ion-social-tux:before { content: "\f2c5"; }

.ion-social-twitch:before { content: "\f4ee"; }

.ion-social-twitch-outline:before { content: "\f4ed"; }

.ion-social-twitter:before { content: "\f243"; }

.ion-social-twitter-outline:before { content: "\f242"; }

.ion-social-usd:before { content: "\f353"; }

.ion-social-usd-outline:before { content: "\f352"; }

.ion-social-vimeo:before { content: "\f245"; }

.ion-social-vimeo-outline:before { content: "\f244"; }

.ion-social-whatsapp:before { content: "\f4f0"; }

.ion-social-whatsapp-outline:before { content: "\f4ef"; }

.ion-social-windows:before { content: "\f247"; }

.ion-social-windows-outline:before { content: "\f246"; }

.ion-social-wordpress:before { content: "\f249"; }

.ion-social-wordpress-outline:before { content: "\f248"; }

.ion-social-yahoo:before { content: "\f24b"; }

.ion-social-yahoo-outline:before { content: "\f24a"; }

.ion-social-yen:before { content: "\f4f2"; }

.ion-social-yen-outline:before { content: "\f4f1"; }

.ion-social-youtube:before { content: "\f24d"; }

.ion-social-youtube-outline:before { content: "\f24c"; }

.ion-soup-can:before { content: "\f4f4"; }

.ion-soup-can-outline:before { content: "\f4f3"; }

.ion-speakerphone:before { content: "\f2b2"; }

.ion-speedometer:before { content: "\f2b3"; }

.ion-spoon:before { content: "\f2b4"; }

.ion-star:before { content: "\f24e"; }

.ion-stats-bars:before { content: "\f2b5"; }

.ion-steam:before { content: "\f30b"; }

.ion-stop:before { content: "\f24f"; }

.ion-thermometer:before { content: "\f2b6"; }

.ion-thumbsdown:before { content: "\f250"; }

.ion-thumbsup:before { content: "\f251"; }

.ion-toggle:before { content: "\f355"; }

.ion-toggle-filled:before { content: "\f354"; }

.ion-transgender:before { content: "\f4f5"; }

.ion-trash-a:before { content: "\f252"; }

.ion-trash-b:before { content: "\f253"; }

.ion-trophy:before { content: "\f356"; }

.ion-tshirt:before { content: "\f4f7"; }

.ion-tshirt-outline:before { content: "\f4f6"; }

.ion-umbrella:before { content: "\f2b7"; }

.ion-university:before { content: "\f357"; }

.ion-unlocked:before { content: "\f254"; }

.ion-upload:before { content: "\f255"; }

.ion-usb:before { content: "\f2b8"; }

.ion-videocamera:before { content: "\f256"; }

.ion-volume-high:before { content: "\f257"; }

.ion-volume-low:before { content: "\f258"; }

.ion-volume-medium:before { content: "\f259"; }

.ion-volume-mute:before { content: "\f25a"; }

.ion-wand:before { content: "\f358"; }

.ion-waterdrop:before { content: "\f25b"; }

.ion-wifi:before { content: "\f25c"; }

.ion-wineglass:before { content: "\f2b9"; }

.ion-woman:before { content: "\f25d"; }

.ion-wrench:before { content: "\f2ba"; }

.ion-xbox:before { content: "\f30c"; }

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.3.4 (29/12/2015)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800';
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801';
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: '\e802';
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803';
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804';
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805';
  display: none;
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
/* Animation for loading spin icon */
@-webkit-keyframes lightcase-loading {
	  0% { margin-top: 2px; }
	  50% { margin-top: -8px; }
	  100% { margin-top: 2px; }
	}
@-moz-keyframes lightcase-loading {
  0% { margin-top: 2px; }
  50% { margin-top: -8px; }
  100% { margin-top: 2px; }
}
@keyframes lightcase-loading {
  0% { margin-top: 2px; }
  50% { margin-top: -8px; }
  100% { margin-top: 2px; }
}

/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  /*text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
}
@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  #lightcase-case:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-shadow: none;
    /*background-color: #fff;*/
    /*-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);*/
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  /* line 24, ../scss/components/modules/_content.scss */
  #lightcase-case[data-lc-type=image] #lightcase-content, #lightcase-case[data-lc-type=video] #lightcase-content {
    background-color: none;
  }
}
/* line 32, ../scss/components/modules/_content.scss */
#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 640px) {
  /* line 32, ../scss/components/modules/_content.scss */
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 42, ../scss/components/modules/_content.scss */
#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  /* line 42, ../scss/components/modules/_content.scss */
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  /* line 51, ../scss/components/modules/_content.scss */
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner, #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
	height: 260px !important;
  }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
		margin-top: 100px !important;
	}
  /* line 58, ../scss/components/modules/_content.scss */
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 69, ../scss/components/modules/_content.scss */
  .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 73, ../scss/components/modules/_content.scss */
  [data-lc-type=image] #lightcase-content .lightcase-contentInner, [data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

/* line 85, ../scss/components/modules/_content.scss */
.lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 640px) {
  /* line 90, ../scss/components/modules/_content.scss */
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 97, ../scss/components/modules/_content.scss */
  #lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  /* line 114, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  /* line 114, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}

/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

/* line 6, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  /* line 4, ../scss/components/modules/_global.scss */
  .lightcase-open body {
    padding: 55px 0 70px 0;
  }
  /* line 15, ../scss/components/modules/_global.scss */
  .lightcase-open body > *:not([id*='lightcase-']) {
    position: fixed !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0px;
  z-index:10;
}
/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 10px 15px;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
  background: rgba(255,255,255,0.7);
}
/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
  }
  #lightcase-info #lightcase-caption {
  		font-size: 12px !important;
  		line-height: 18px !important;
    	padding: 5px 10px;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}
/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 51, ../scss/components/modules/_info.scss */
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}

/* line 1, ../scss/components/modules/_loading.scss */
	#lightcase-loading {
		position: fixed;
		z-index: 2001;
		top: 50%;
		left: 50%;
		
		background: #ffffff;
		width: 6px;
		height: 6px;
		border-radius: 10px;
		
		margin-top: -3px;
		margin-left: -3px;
		
		opacity: 1;

		font-size: 32px;
				
		-webkit-animation: lightcase-loading 0.7s infinite ease;
		-moz-animation: lightcase-loading 0.7s infinite ease;
		-o-animation: lightcase-loading 0.7s infinite ease;
		animation: lightcase-loading 0.7s infinite ease;
		
	}
/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.4s;
  -moz-transition: color, opacity, ease-in-out 0.4s;
  -o-transition: color, opacity, ease-in-out 0.4s;
  transition: color, opacity, ease-in-out 0.4s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-none;
  text-indent: -9999px;
  
}

/* line 4, ../scss/components/modules/_navigation.scss */
#lightcase-nav a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}
/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-nav a[class*='lightcase-icon-'], #lightcase-nav a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-nav a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}
/* line 49, ../scss/components/mixins/_presets.scss */
#lightcase-nav a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}
/* line 12, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice #lightcase-nav a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}
/* line 19, ../scss/components/modules/_navigation.scss */
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}
/* line 24, ../scss/components/modules/_navigation.scss */
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}
/* line 29, ../scss/components/modules/_navigation.scss */
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
  /* line 29, ../scss/components/modules/_navigation.scss */
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
}
/* line 40, ../scss/components/modules/_navigation.scss */
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
@media screen and (max-width: 640px) {
  /* line 40, ../scss/components/modules/_navigation.scss */
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    position: absolute;
  }
}
@media screen and (min-width: 641px) {
  /* line 40, ../scss/components/modules/_navigation.scss */
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    position: fixed;
  }
}
@media screen and (max-width: 640px) {
  /* line 4, ../scss/components/modules/_navigation.scss */
  #lightcase-nav a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_navigation.scss */
  #lightcase-nav a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  /* line 66, ../scss/components/modules/_navigation.scss */
  #lightcase-nav a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ #lightcase-nav a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}

/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: #333;
}
@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}



/* custom */
#lightcase-overlay {
	background: #000000;
	}
	
#lightcase-case .lightcase-content {
	background-color: transparent !important;
	-webkit-box-shadow:  none !important;
	-moz-box-shadow:  none !important;
	-o-box-shadow:  none !important;
	box-shadow:  none !important;
	}
	
	
#lightcase-nav a.lightcase-icon-prev, #lightcase-nav a.lightcase-icon-next {
	width: 30px;
	height: 30px;
	transition: all 0.3s ease;
	}
	#lightcase-nav a.lightcase-icon-next:hover { right: 10px !important; }
	#lightcase-nav a.lightcase-icon-prev:hover { left: 10px !important; }
	
#lightcase-nav a.lightcase-icon-prev:after, #lightcase-nav a.lightcase-icon-next:after {
	content: "";
	width: 24px;
	background: url('data:image/svg+xml;utf-8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 35.35"><path d="M0,16.88a3,3,0,0,0,.16.94,1.51,1.51,0,0,0,.63.78l15,15a2.14,2.14,0,0,0,3.52.08,2.14,2.14,0,0,0-.08-3.52L8.59,19.38H57.5a2.5,2.5,0,1,0,0-5H8.59L19.22,3.59A2.14,2.14,0,0,0,19.3.08a2.14,2.14,0,0,0-3.52.08l-15,15a1.51,1.51,0,0,0-.62.78A3,3,0,0,0,0,16.88Z" style="fill:%23ffffff;"></path></svg>');
	height: 14px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: calc(50% - 7px);
	left: calc(50% - 12px);
	}

#lightcase-nav a.lightcase-icon-next:after {
	-webkit-transform:  rotate(180deg);
  	-moz-transform:  rotate(180deg);
  	-ms-transform:  rotate(180deg);
  	-o-transform:  rotate(180deg);
  	transform:  rotate(180deg);
	}
	
#lightcase-nav a.lightcase-icon-prev:before, #lightcase-nav a.lightcase-icon-next:before {
	display: none; 
	}
	 
#lightcase-nav a.lightcase-icon-close {
	width: 40px;
	height: 40px;
	}
	
#lightcase-nav a.lightcase-icon-close:after, #lightcase-nav a.lightcase-icon-close:before {
	content: "";
	position: absolute;
	width: 26px;
	height: 2px;
	right: 3px;
	top: 10px;	
	-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: #ffffff;
	transition: all 0.2s ease;
	}	
	#lightcase-nav a.lightcase-icon-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);
	}
#lightcase-nav a.lightcase-icon-close:hover::after, #lightcase-nav a.lightcase-icon-close:hover:before { background-color: #cccccc; }

/**** Isotope CSS3 transitions ****/

.isotope, .isotope-grid {
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
}


.isotope-grid .isotope-item {
 /* -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;*/
}

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

.isotope .isotope-item, .isotope-grid .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}



/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

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



/**** Load More ****/
.load-isotope {
	position: relative;
	height: 50px;
	transition: all 0.4s ease;
	margin-top: 50px;
	}
	.load-isotope.disabled { 
	transition-delay: 3.2s;
	height: 0px;
	margin: 0;
	opacity: 0;
	overflow: hidden;
	}
	
.load-isotope > a {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transition: all 0.3s ease;
	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%);
	z-index: 2;
	}
	.load-isotope > a[data-method='infiniteload'] {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	
	visibility: hidden;
	}
	.load-isotope.loading > a, .load-isotope.disabled > a {
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	
.load-isotope > .load-message {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 260px;
	-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: all 0.3s 0.3s ease;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	}
	.load-isotope.disabled > .load-message {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	
	}
	
.load-isotope:after {
	content:"";
	position: absolute;
	z-index: 2001;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	border-radius: 10px;

	margin-top: -3px;
	margin-left: -3px;
	
	background: #000000;
	
	-webkit-animation: isotope-loading 0.7s infinite ease;
	-moz-animation: isotope-loading 0.7s infinite ease;
	-o-animation: isotope-loading 0.7s infinite ease;
	animation: isotope-loading 0.7s infinite ease;
	
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	transition: all 0.3s ease;
	}
	.text-light .load-isotope:after { background: #ffffff; }
	.load-isotope.loading:not(.disabled):after {
	visibility: visible;
	transition-delay: 0.1s;	
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
		
@-webkit-keyframes isotope-loading {
  0% { margin-top: 2px; }
  50% { margin-top: -8px; }
  100% { margin-top: 2px; }
}
@-moz-keyframes isotope-loading {
  0% { margin-top: 2px; }
  50% { margin-top: -8px; }
  100% { margin-top: 2px; }
}
@keyframes isotope-loading {
  0% { margin-top: 2px; }
  50% { margin-top: -8px; }
  100% { margin-top: 2px; }
}
/* ---------------------

Small screens (1200px max)

------------------------ */
@media only screen and (max-width: 1200px) {	
	
	/* general */
	#page-content { min-width: inherit; }
	.wrapper { width: 1024px; max-width: calc(100% - 80px); }
	.wrapper-small { width: 720px; max-width: calc(100% - 160px); }
	#hero[class*='side-'] ~ #page-body .wrapper-small { max-width: calc(100% - 160px); }

}


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

Tablets (1024px max)

------------------------ */
@media only screen and (max-width: 1024px) {
	
	/* hidden */
	.hidden-1024 { display: none; }
	
	/* Fonts */
	h1, .h1 { font-size: 58px; line-height: 92px; }
	h2, .h2 { font-size: 34px; line-height: 54px; }
	h3, .h3 { font-size: 26px; line-height: 40px; }
	h4, .h4 { font-size: 20px; line-height: 32px; }
	h5, .h5 { font-size: 16px; line-height: 26px; }
	h6, .h6 { font-size: 14px; line-height: 22px; }
		
	/* general */
	.wrapper { width: 940px; max-width: calc(100% - 80px); }
	.wrapper-small { width: 680px; max-width: calc(100% - 80px); }
	#hero[class*='side-'] ~ #page-body .wrapper-small { max-width: calc(100% - 80px); }
	
	/* isotope */
	.isotope-grid.style-column-2[data-ratio] .isotope-item.double-width { width: 50%; }
	.isotope-grid.style-column-3[data-ratio] .isotope-item.double-width { width: 33.33%; }
	.isotope-grid.style-column-2[class*='isotope-spaced'][data-ratio] .isotope-item.double-width {  width: calc(50% - 20px); }
	.isotope-grid.style-column-3[class*='isotope-spaced'][data-ratio] .isotope-item.double-width {  width: calc(33.33% - 20px); }
	.isotope-grid.style-column-2[class*='isotope-spaced-big'][data-ratio] .isotope-item.double-width { width: calc(50% - 40px); }
	.isotope-grid.style-column-3[class*='isotope-spaced-big'][data-ratio] .isotope-item.double-width { width: calc(33.33% - 40px); }
	.isotope-grid.style-column-2[class*='isotope-spaced-huge'][data-ratio] .isotope-item.double-width { width: calc(50% - 80px); }
	.isotope-grid.style-column-3[class*='isotope-spaced-huge'][data-ratio] .isotope-item.double-width { width: calc(33.33% - 80px); }

	.isotope-grid.style-column-4 .isotope-item { width: 50%; }
		.isotope-grid.style-column-4 .isotope-item.double-width { width: 100%; }
		.isotope-grid.style-column-4[data-ratio] .isotope-item.double-width { width: 50%; }
	.isotope-grid.style-column-5 .isotope-item { width: 33.33%; }
		.isotope-grid.style-column-5 .isotope-item.double-width { width: 66.66%; }
		.isotope-grid.style-column-5[data-ratio] .isotope-item.double-width { width: 33%; }
	.isotope-grid.style-column-4[class*='isotope-spaced'] .isotope-item  { width: calc(50% - 20px); }
		.isotope-grid.style-column-4[class*='isotope-spaced'] .isotope-item.double-width { width: calc(100% - 20px); }
		.isotope-grid.style-column-4[class*='isotope-spaced'][data-ratio] .isotope-item.double-width {  width: calc(50% - 20px); }
	.isotope-grid.style-column-5[class*='isotope-spaced'] .isotope-item  { width: calc(33.33% - 20px); }
		.isotope-grid.style-column-5[class*='isotope-spaced'] .isotope-item.double-width { width: calc(66.66% - 20px); }
		.isotope-grid.style-column-5[class*='isotope-spaced'][data-ratio] .isotope-item.double-width { width: calc(33.33% - 20px); }
	.isotope-grid.style-column-4[class*='isotope-spaced-big'] .isotope-item  { width: calc(50% - 40px); }
		.isotope-grid.style-column-4[class*='isotope-spaced-big'] .isotope-item.double-width { width: calc(100% - 40px); }
		.isotope-grid.style-column-4[class*='isotope-spaced-big'][data-ratio] .isotope-item.double-width { width: calc(50% - 40px); }
	.isotope-grid.style-column-5[class*='isotope-spaced-big'] .isotope-item  { width: calc(33.33% - 40px); }
		.isotope-grid.style-column-5[class*='isotope-spaced-big'] .isotope-item.double-width { width: calc(66.66% - 40px); }
		.isotope-grid.style-column-5[class*='isotope-spaced-big'][data-ratio] .isotope-item.double-width { width: calc(33.33% - 40px); }
	.isotope-grid.style-column-4[class*='isotope-spaced-huge'] .isotope-item  { width: calc(50% - 80px); }
		.isotope-grid.style-column-4[class*='isotope-spaced-huge'] .isotope-item.double-width { width: calc(100% - 80px); }
		.isotope-grid.style-column-4[class*='isotope-spaced-huge'][data-ratio] .isotope-item.double-width { width: calc(50% - 80px); }
	.isotope-grid.style-column-5[class*='isotope-spaced-huge'] .isotope-item  { width: calc(33.33% - 80px); }
		.isotope-grid.style-column-5[class*='isotope-spaced-huge'] .isotope-item.double-width { width: calc(66.66% - 80px); }
		.isotope-grid.style-column-5[class*='isotope-spaced-huge'][data-ratio] .isotope-item.double-width { width: calc(33.33% - 80px); }
	
	
	
	/* Animations */
	[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 !important; filter: alpha(opacity=100) !important; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important; }
	.do-anim-modern > * { 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 { display: none; }
	
}



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

Smartphones (768px max)

------------------------ */
@media only screen and (max-width: 768px) { 
	
	/* hidden */
	.hidden-768 { display: none; }
	
	/* Fonts */
	h1, .h1 { font-size: 48px; line-height: 70px; }
	h2, .h2 { font-size: 34px; line-height: 54px; }
	h3, .h3 { font-size: 24px; line-height: 37px; }
	h4, .h4 { font-size: 19px; line-height: 28px; }
	h5, .h5 { font-size: 16px; line-height: 26px; }
	h6, .h6 { font-size: 13px; line-height: 21px; }
	body { font-size: 14px; line-height: 26px; }
	.header-search .search-content form input[type=text] { font-size: 1.9em; line-height: 2.3em; }
	
	/* general */
	.wrapper { width: 940px; max-width: calc(100% - 60px); }
	.wrapper-small { width: 680px; max-width: calc(100% - 60px); }
	.wrapper-big { width: calc(100% - 60px); max-width: calc(100% - 60px); }
	#hero[class*='side-'] ~ #page-body .wrapper-small { max-width: calc(100% - 60px); }
		
	/* Header relayout */
	header { width: 100% !important; height: 60px !important; left: 0 !important; right: 0 !important; }
	header::after { bottom: 0 !important; top: auto !important; left: 0 !important; right: auto !important; width: 100%; height: 1px; }
	#page-loader + #page-content header { top: -61px; }
	.loaded #page-content header { top: 0 !important; }
	header .pseudo-close { display: none; }
	
	/*Header Widget */
	#header-widget { position: fixed; opacity: 0; visibility: hidden; transition: all 0.15s ease; }
	header.menu-is-open #header-widget { opacity: 1; visibility: visible; transition-delay: 0.8s; transition-duration: 0.4s; }
	#header-widget.custom { right: -310px !important; left: auto !important; }
	header.logo-is-right #header-widget.custom { left: 0px !important; right: auto !important; }
	#header-widget.social { right: 0px !important; left: auto !important; }
	header.logo-is-right #header-widget.social { left: 0px !important; right: auto !important; }
	#header-widget.headerbutton { right: 0px !important; left: auto !important; bottom: 0px !important; width: 300px !important; }
	header.logo-is-right #header-widget.headerbutton { left: 0px !important; right: auto !important; }
	#header-widget.headerbutton .sr-button { max-width: 100%; padding: 15px 5px; display: block; margin: 0; border-radius: 0px; }
	#header-widget.headerbutton span { max-width: 100%; }
	
	/* Menu */
	header #menu { float: right; height: 60px; margin-right: 30px; }
	header #logo.logo-right + #menu { float: left; margin-left: 30px; margin-right: 0px; }
	.menu-actions { float: right; margin-top: 15px; width: 30px; height: 30px;	z-index: 1503; }
	header #logo.logo-right + #menu .menu-actions { float: left; }
	header.action-is-active .menu-actions { opacity: 0; visibility: hidden; }
	#menu-inner { width: 300px; height: 100%; margin-top: 0px; position: fixed; top: 0; right: 0px; transition: all 0.3s ease 0.3s; opacity: 1; visibility: visible; overflow: hidden; z-index: 1502; }
	#menu-inner nav#main-nav { overflow-y: scroll; height: calc(100vh - 60px - 65px); margin-top: 100px;  }
	#menu-inner nav#main-nav ul { overflow: hidden;  }
	#menu-inner::after { content: ""; position: absolute; top: 0; left: 0; width: 1px; height: 100%; background: rgba(0,0,0,0.13); z-index: 1501; }
	header.text-light #menu-inner::after { background: rgba(255,255,255,0.21);}
	header #logo.logo-right + #menu-inner::after { right: 0; left: auto; }
	nav#main-nav > ul > li { text-align: right !important; padding: 0 40px !important; -webkit-transform: translateX(0px) !important; -moz-transform: translateX(0px) !important; -ms-transform: translateX(0px) !important; -o-transform: translateX(0px) !important; transform: translateX(0px) !important; }
	header #logo.logo-right + #menu nav#main-nav > ul > li { text-align: left; }
			
	/* Header Actions */
	#header-actions { position: relative; width: auto; max-width: inherit; min-height: 60px; top: auto; padding: 0; left: auto; float: right; margin-right: 20px; overflow: visible; }
	header #logo.logo-right #header-actions { float: left; margin-left: 15px; }
	#header-actions > div { margin-right: 15px; }
	#header-actions > div:first-child, #header-actions .header-totop + div { margin-right: 0px; }
	.header-totop { display: none; }
	.header-filter { margin-left: 0px; margin-top: 23px; }
	.header-share { margin-top: 21px !important; transition: all 0.3s ease 0.6s; }
	header.menu-is-open .header-share, header.action-is-active .header-share { opacity: 0; visibility: hidden; transition-delay: 0s; }
	.header-search { position: fixed; top: 20px; right: 250px; margin: 0 !important; opacity: 0; visibility: hidden; transition: all 0.15s ease !important; }
	header #logo.logo-right + #header-actions .header-search { left: 250px; right: auto; }
	header.menu-is-open .header-search, header.action-is-active .header-search { opacity: 1; visibility: visible; transition: all 0.3s ease 0.7s !important; }
	#header-actions-overlay .action-overlay .searchform input[type=text] { font-size: 1.7em; }

	#header-actions-overlay { width: 300px; height: 100vh; margin-top: 0px; position: fixed; top: 0; transition: all 0.3s ease 0.3s; opacity: 1; visibility: visible; overflow: hidden; padding-top: 100px; z-index: 1502; }
	#header-actions-overlay::after { content: ""; position: absolute; top: 0; left: 0; width: 1px; height: 100%; background: rgba(0,0,0,0.13); z-index: 1501; }
	header.text-light #header-actions-overlay::after { background: rgba(255,255,255,0.21);}
	#header-actions-overlay .action-close { top: 15px; right: 20px; visibility: hidden; opacity: 0; transition: all 0.4s ease; }
	#header-actions-overlay .action-overlay.filter-overlay,
	#header-actions-overlay .action-overlay.category { left: auto !important; right: 30px !important; text-align: right; width: calc(100% - 60px); }
	#logo.logo-right ~ #header-actions-overlay .action-overlay.filter-overlay,
	#logo.logo-right ~ #header-actions-overlay .action-overlay.category { right: auto !important; left: 30px !important; text-align: left; }
	
	/* Menu animation */
	#menu-inner, #header-actions-overlay { 
	-webkit-transition: all 799ms cubic-bezier(0.740, 0.215, 0.125, 1); 
	-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); 
	-webkit-transition-timing-function: cubic-bezier(0.740, 0.215, 0.125, 1); 
	-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);
	right: -301px; transition-delay: 0.06s; }
	header #logo.logo-right + #menu #menu-inner,
	header #logo.logo-right + #menu #header-actions-overlay { left: -301px; right: auto; }
	header.menu-is-open #menu-inner, 
	header.action-is-active #header-actions-overlay { right: 0; transition-delay: 0s; }
	header.menu-is-open #logo.logo-right + #menu #menu-inner,
	header.action-is-active #logo.logo-right ~ #header-actions-overlay { left: 0; right: auto; }
	
	/* Logo */
	header #logo a { opacity: 1 !important; visibility: visible !important; } 
	header #logo img { height: 36px; }
	header #logo .text-logo { line-height: 36px; }
	header #logo { position: fixed; top: 12px; left: 30px; right: auto; }
	header.header-right #logo { left: 30px; right: auto; }
	header #logo.logo-right { right: 30px; left: auto; }
	header.header-right #logo.logo-right { right: 30px; left: auto; }
	header.header-right #logo.logo-left { left: 30px; right: auto; }
	body:not(.loaded) #page-loader.show-logo.text-light + #page-content #logo img#dark-logo { opacity: 0 !important; visibility: hidden !important; }
	body:not(.loaded) #page-loader.show-logo.text-light + #page-content #logo img#dark-logo + img#light-logo { opacity: 1 !important; visibility: visible !important; }
	header #logo img#dark-logo { opacity: 1 !important; visibility: visible !important; transition-delay: 0.2s; }
	header #logo img#dark-logo + img#light-logo { opacity: 0 !important; visibility: hidden !important; transition-delay: 0.2s; }
	header.text-light #logo img#dark-logo { opacity: 0; visibility: hidden !important; }
	header.text-light #logo img#dark-logo + img#light-logo { opacity: 1 !important; visibility: visible !important; }
	
	/* Hero and Body and Footer */
	#hero-and-body { width: 100%; margin-left: 0px !important;margin-top: 60px !important; }
	#footer { width: 100%; margin-left: 0px !important; }
	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; }
	header.logo-is-right.menu-is-open ~ #hero-and-body, header.logo-is-right.menu-is-open ~ #page-body, header.logo-is-right.menu-is-open ~ #hero, header.logo-is-right.menu-is-open ~ #footer,
	header.logo-is-right.action-is-active ~ #hero-and-body, header.logo-is-right.action-is-active ~ #page-body, header.logo-is-right.action-is-active ~ #hero, header.logo-is-right.action-is-active ~ #footer { left: 300px; }
	#hero[class*='side-'] { float: none !important; width: 100% !important; height: auto; min-height: calc(100vh - 60px); margin: 0; left: auto; right: auto; } 
	#hero.hero-full { min-height: calc(100vh - 60px); } 
	#hero[class*='side-'] ~ #page-body { width: 100% !important; float: none !important; margin: 0 !important; }
	
	
	/* Pagination */
	.blog-pagination .pagination li.next, .blog-pagination .pagination li.prev { min-width: calc(100% - 35px); max-width: calc(100% - 35px); }
	.blog-pagination .pagination li.prev ~li { margin-top: 30px; }
	.pagination li a .text { display: none; }
	.blog-pagination .pagination li a .text { display: inherit; }
	.pagination li.next, .pagination li.prev { min-width: 30px; }
	
	/* Comments */
	.comments .comment .children { margin-left: 20px; } 
	.comments .time { margin-left: 0px; display: block; }
	.comments .comment-reply-link, .comments #cancel-comment-reply-link { position: absolute; float: none; right: 0; bottom: 0; }
	
	/* columns */
	.column { float: none !important; margin-right: 0px !important; width: 100% !important; margin-top: 50px; display: block; }
	.spaced-none .column { margin-top: 0px;}
	div .column:first-child { margin-top: 0px; }
	
	
	/* isotope */
	.isotope-grid[class*='isotope-spaced'] { width: calc(100% - 15px); left: 15px; margin-bottom: -15px; }
		[class*='wrapper'] .isotope-grid[class*='isotope-spaced'] { width: calc(100% + 15px); left: 0; }
	.isotope-grid[class*='isotope-spaced-big'] { width: calc(100% - 30px); left: 30px; margin-bottom: -30px; }
		[class*='wrapper'] .isotope-grid[class*='isotope-spaced-big'] { width: calc(100% + 30px); left: 0; }
	.isotope-grid[class*='isotope-spaced-huge'] { width: calc(100% - 40px); left: 40px; margin-bottom: -40px; }
		[class*='wrapper'] .isotope-grid[class*='isotope-spaced-huge'] { width: calc(100% + 40px); left: 0; }
	
	.isotope-grid[class*='isotope-spaced'] .isotope-item { margin-bottom: 15px; margin-right: 15px; }
	.isotope-grid[class*='isotope-spaced-big'] .isotope-item { margin-bottom: 30px; margin-right: 30px; }
	.isotope-grid[class*='isotope-spaced-huge'] .isotope-item { margin-bottom: 40px; margin-right: 40px; }
	
	.isotope-grid.style-column-2 .isotope-item { width: 50%; }
		.isotope-grid.style-column-2 .isotope-item.double-width { width: 100%; }
	.isotope-grid.style-column-2[class*='isotope-spaced'] .isotope-item  { width: calc(50% - 15px); }
		.isotope-grid.style-column-2[class*='isotope-spaced'] .isotope-item.double-width { width: calc(100% - 15px); }
	.isotope-grid.style-column-2[class*='isotope-spaced-big'] .isotope-item  { width: calc(50% - 30px); }
		.isotope-grid.style-column-2[class*='isotope-spaced-big'] .isotope-item.double-width { width: calc(100% - 30px); }
	.isotope-grid.style-column-2[class*='isotope-spaced-huge'] .isotope-item  { width: calc(50% - 40px); }
		.isotope-grid.style-column-2[class*='isotope-spaced-huge'] .isotope-item.double-width { width: calc(100% - 40px); }
	
	.isotope-grid.style-column-3 .isotope-item { width: 50%; }
		.isotope-grid.style-column-3 .isotope-item.double-width { width: 100%; }
	.isotope-grid.style-column-3[class*='isotope-spaced'] .isotope-item  { width: calc(50% - 15px); }
		.isotope-grid.style-column-3[class*='isotope-spaced'] .isotope-item.double-width { width: calc(100% - 15px); }
	.isotope-grid.style-column-3[class*='isotope-spaced-big'] .isotope-item  { width: calc(50% - 30px); }
		.isotope-grid.style-column-3[class*='isotope-spaced-big'] .isotope-item.double-width { width: calc(100% - 30px); }
	.isotope-grid.style-column-3[class*='isotope-spaced-huge'] .isotope-item  { width: calc(50% - 40px); }
		.isotope-grid.style-column-3[class*='isotope-spaced-huge'] .isotope-item.double-width { width: calc(100% - 40px); }
	
	.isotope-grid.style-column-4 .isotope-item { width: 50%; }
		.isotope-grid.style-column-4 .isotope-item.double-width { width: 100%; }
	.isotope-grid.style-column-4[class*='isotope-spaced'] .isotope-item  { width: calc(50% - 15px); }
		.isotope-grid.style-column-4[class*='isotope-spaced'] .isotope-item.double-width { width: calc(100% - 15px); }
	.isotope-grid.style-column-4[class*='isotope-spaced-big'] .isotope-item  { width: calc(50% - 30px); }
		.isotope-grid.style-column-4[class*='isotope-spaced-big'] .isotope-item.double-width { width: calc(100% - 30px); }
	.isotope-grid.style-column-4[class*='isotope-spaced-huge'] .isotope-item  { width: calc(50% - 40px); }
		.isotope-grid.style-column-4[class*='isotope-spaced-huge'] .isotope-item.double-width { width: calc(100% - 40px); }
	
	.isotope-grid.style-column-5 .isotope-item { width: 50%; }
		.isotope-grid.style-column-5 .isotope-item.double-width { width: 100%; }
	.isotope-grid.style-column-5[class*='isotope-spaced'] .isotope-item  { width: calc(50% - 15px); }
		.isotope-grid.style-column-5[class*='isotope-spaced'] .isotope-item.double-width { width: calc(100% - 15px); }
	.isotope-grid.style-column-5[class*='isotope-spaced-big'] .isotope-item  { width: calc(50% - 30px); }
		.isotope-grid.style-column-5[class*='isotope-spaced-big'] .isotope-item.double-width { width: calc(100% - 30px); }
	.isotope-grid.style-column-5[class*='isotope-spaced-huge'] .isotope-item  { width: calc(50% - 40px); }
		.isotope-grid.style-column-5[class*='isotope-spaced-huge'] .isotope-item.double-width { width: calc(100% - 40px); }
	
	.thumb-hover .overlay-caption { padding: 7% !important; }
	
	
	/* Owl Slider/Carousel */
	#hero[class*='side-'] .hero-slider .slider-item, #hero.hero-full .hero-slider .slider-item { height: calc(100vh - 60px); }
	#hero .hero-slider .slider-item .owl-slider-caption { width: calc(100% - 40px); padding: 20px 30px; }
	
	
	/* Share */
	.share-content, .header-share:hover .share-content { position: fixed; top: -30px; left: 23px !important;  width: auto; height: auto; transition: all 0.3s ease; text-align: left; opacity: 0;}
	header.share-active .share-content, header.share-active .header-share:hover .share-content { top: 18px !important; opacity: 1 !important; transition-duration: 0.4s; }
	header.share-active #logo { opacity: 0 !important; visibility: hidden; transition-duration: 0.4s !important; }
	header.share-active .menu-actions { opacity: 0 !important; visibility: hidden; transition-duration: 0.4s !important; }
	.share-content .widget-title { display: none; } 
	.share-content .socialmedia-widget { display: inline-block; }
	.share-content .socialmedia-widget li { margin: 0px 8px !important; opacity: 1; display: inline-block; width: auto; }
	.share-content .socialmedia-widget li a { padding: 0; }
	
	.share-icon::after, .share-icon::before { content: ""; position: absolute; width: 24px; height: 2px; left: -3px; top: 6px;	
	-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; opacity: 0; visibility: hidden; }	
	.share-icon::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 .share-icon::after, .text-light .share-icon::before { background-color: #ffffff; }
	header.share-active .share-icon::after, header.share-active .share-icon::before { opacity: 1; visibility: visible; transition-duration: 0.3s; }
	header.share-active .share-icon span { transition: all 0.3s ease; }
	header.share-active .share-icon span { opacity: 0; visibility: hidden; transition-duration: 0.2s; }
	
	
	/* White Space (margins/paddings/spacings) */
	#hero #page-title { padding-top: 70px; padding-bottom: 70px; }
	#hero.hero-full #page-title.title-bottom, #hero.hero-big #page-title.title-bottom, #hero[class*='side-'] #page-title.title-bottom { padding-top: 70px; }
	.fullwidth-section .fullwidth-content { padding: 70px 0; }
	.spacer-big { height: 70px; }
	#hero:not(.hero-big):not(.hero-full) #page-title { padding-top: calc(70px + 0px); }
	#hero:not(.hero-big):not(.hero-full) #page-title:not(.title-bottom) { padding-bottom: calc(70px + 0px); }
	
	#footer .footer-inner { padding: 50px 0; }
	#page-body #page-title { padding-bottom: 50px; }
	#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: 50px; }
	#hero.hero-full #page-title.title-bottom, #hero.hero-big #page-title.title-bottom, #hero[class*='side-'] #page-title.title-bottom { padding-bottom: 50px; }
	div:first-child #post-comments, div #post-comments:first-child { margin-top: 50px; }
	.leavecomment { margin-top: 50px; margin-bottom: 50px; }
	.spacer-medium { height: 50px; }
	.widget { margin-top: 50px; }
	
	blockquote { margin: 30px auto; }
	#single-pagination, #page-pagination { padding: 30px 30px; }
	[class*='wrapper'] #single-pagination, [class*='wrapper'] #page-pagination { padding: 30px 0; }
	.spacer-small { height: 30px; }
	.team-member { margin-top: 30px; }
	
	#hero #scrolldown { bottom: 20px; }
	#hero #scrolldown.left { left: 30px; }
	#hero #scrolldown.right { left: auto; right: 30px; }
	
}


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

Small Screens (680px max)

------------------------ */
@media only screen and (max-width: 680px) {
	
	h1, .h1 { font-size: 40px; line-height: 58px; }
	h2, .h2 { font-size: 32px; line-height: 48px; }
	h3, .h3 { font-size: 24px; line-height: 36px; }
	h4, .h4 { font-size: 19px; line-height: 28px; }
	h5, .h5 { font-size: 16px; line-height: 26px; }
	h6, .h6 { font-size: 13px; line-height: 22px; }
	
	/* isotope */
	.isotope-grid .isotope-item { width: 100% !important; }
		.isotope-grid .isotope-item.double-width { width: 100% !important; }
	.isotope-grid[class*='isotope-spaced'] .isotope-item  { width: calc(100% - 15px) !important; }
		.isotope-grid[class*='isotope-spaced'] .isotope-item.double-width { width: calc(100% - 15px) !important; }
	.isotope-grid[class*='isotope-spaced-big'] .isotope-item  { width: calc(100% - 30px) !important; }
		.isotope-grid[class*='isotope-spaced-big'] .isotope-item.double-width { width: calc(100% - 30px) !important; }
	.isotope-grid[class*='isotope-spaced-huge'] .isotope-item  { width: calc(100% - 40px) !important; }
		.isotope-grid[class*='isotope-spaced-huge'] .isotope-item.double-width { width: calc(100% - 40px) !important; }
		
}
/*-----------------------------------------------------------------------------------

		DARK THEME STYLE
	
----------------------------------------------------------------------------------- */

/* General
---------------------------------------- */
body {
	color: rgba(255,255,255,0.7); 
	background: #000000;
	}
	.text-dark { color: rgba(0,0,0,0.6); }

::selection { background:rgba(255,255,255,0.10); color:#ffffff; }
::-moz-selection { background:rgba(255,255,255,0.10); color:#ffffff; }
::-webkit-selection { background:rgba(255,255,255,0.10); color:#ffffff; }

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


/* Headings
---------------------------------------- */
h1, h2, h3, h4, h5, h6 { color: #ffffff; }
	.text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, .text-dark h5, .text-dark h6,
	h1.text-dark, h2.text-dark, h3.text-dark, h4.text-dark, h5.text-dark, h6.text-dark { color: #000000; }

.title-alt { 
	color: rgba(255,255,255,0.5); 
	}
	.text-dark .title-alt { color: rgba(0,0,0,0.35) !important; }

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



/* Forms
---------------------------------------- */
::-webkit-input-placeholder { color: #ffffff; }
:-moz-placeholder { color: #ffffff; }
::-moz-placeholder { color: #ffffff; }
:-ms-input-placeholder { color: #ffffff; }

.text-dark ::-webkit-input-placeholder { color: #000000; }
.text-dark :-moz-placeholder { color: #000000; }
.text-dark ::-moz-placeholder { color: #000000; }
.text-dark :-ms-input-placeholder { color: #000000; }

input[type=text], input[type=password], input[type=email], input[type=number],input[type=tel], textarea {
	border: 1px solid rgba(255,255,255,0.30);
	color: #ffffff;
	}
	.text-dark:not(.transparent) input[type=text], .text-dark:not(.transparent) input[type=password], .text-dark:not(.transparent) input[type=email], .text-dark:not(.transparent) input[type=number], .text-dark:not(.transparent) input[type=tel], .text-dark:not(.transparent) textarea { color: #ffffff; border-color: rgba(0,0,0,0.20); }
		
input[type=submit], input[type=button], .button, button {
	color: #000000;
	background: #ffffff;
	}
	.text-dark input[type=submit], .text-dark input[type=button], .text-dark .button, .text-dark button {  background: #000000; color: #ffffff; }

input[type=submit]:hover, input[type=button]:hover, .button:hover, button:hover { background: rgba(255,255,255,0.85); color: #000000;  }
.text-dark input[type=submit]:hover, .text-dark input[type=button]:hover, .text-dark .button:hover, .text-dark button:hover { background: rgba(0,0,0,0.8); color: #ffffff;  }
	
select {
	border: 1px solid rgba(255,255,255,0.30);
	color: #ffffff;
	background-image:url(../assets/select-arrow-light.png);
	}
	.text-dark select { color: #000000; border-color: rgba(0,0,0,0.20); background-image:url(../assets/select-arrow.png); }
	
label {
	color: rgba(255,255,255,0.5);
	}
	.text-dark label { color: rgba(0,0,0,0.35); }
	
label abbr { 
	color: rgba(255,255,255,0.5);
	}
	.text-dark abbr { color: rgba(0,0,0,0.35); }

	

/* Links
---------------------------------------- */
a {
	color: #ffffff;
	}
	a:hover { color: rgba(255,255,255,0.7); }
	
.text-dark a, a.text-dark  { color: #000000; }
.text-dark a:hover, a.text-dark:hover { color: rgba(0,0,0,0.6); }

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


/* List
---------------------------------------- */
ul.biglist li, ol.biglist li, ul.nolist li, ol.nolist li {
	color: #ffffff;
	}
	.text-dark ul.biglist li, .text-dark ol.biglist li, .text-dark ul.nolist li, .text-dark ol.nolist li { color: #000000; }


/* Others
---------------------------------------- */
blockquote {
	color: #ffffff;
	}
	.text-dark blockquote, blockquote.text-dark { color: #000000; }
	
blockquote > p a { color: #ffffff; }
blockquote > p a:hover { color: rgba(255,255,255,0.7);  }
	
blockquote cite {
	color: rgba(255,255,255,0.7);
	}
	.text-dark blockquote cite, blockquote.text-dark cite { color: rgba(0,0,0,0.6); }

pre {
	background: rgba(255,255,255,0.12);
	}
	.text-dark pre { background: rgba(0,0,0,0.06); }

code {
	background: rgba(255,255,255,0.12);
	}
	.text-dark code { background: rgba(0,0,0,0.06); }

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

2. GENERAL ELEMENTS

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


/* switch logo appearance */
header #logo img#dark-logo { opacity: 0; visibility: hidden; }
header #logo img#dark-logo + img#light-logo { opacity: 1; visibility: visible; }

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

/* depending on the fullwidth text light section */
body #logo.bg-light img#dark-logo { opacity: 0; visibility: hidden; }
	body #logo.bg-light 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.text-dark { background: #ffffff; }

	

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

9. PORTFOLIO

------------------------------------------------*/
.portfolio-category {
	color: rgba(255,255,255,0.5);
	}
	.text-dark .portfolio-category { color: rgba(0,0,0,0.35); }


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

10. BLOG

------------------------------------------------*/
.post-date {
	color: rgba(255,255,255,0.5);
	}
	.text-dark .post-date { color: rgba(0,0,0,0.35); }

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

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

11. COMMENTS

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

/* Comments 
----------------------------*/
.comments .time {
	color: rgba(255,255,255,0.5);
	}
	.text-dark .comments .time { color: rgba(0,0,0,0.35); }


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

13. PAGINATION

------------------------------------------------*/	
.pagination li a {
	color: #ffffff;
	}
	.text-dark .pagination li a { color: #000000; }
	


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

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

------------------------------------------------*/
.do-anim-modern::after {
	background: #262626;
	}
	.text-dark .do-anim-modern::after { background: #f2f2f2; }



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

19. ELEMENTS

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

/*	Buttons
-------------------------------------------------*/
.sr-button {
	background: #ffffff;
	color: #000000 !important;
	}
	.text-dark .sr-button { background: #000000; color: #ffffff !important; }
	.sr-button:not(.header-button):hover { background: rgba(255,255,255,0.85); }
	.text-dark .sr-button:not(.header-button):hover { background: rgba(0,0,0,0.8); }

.sr-button.style-2 {  background: rgba(255,255,255,0.22) !important; color: #ffffff !important; }
.sr-button.style-2:hover { background: rgba(255,255,255,0.34) !important; color: #ffffff !important; }
	.text-dark .sr-button.style-2 { background: rgba(0,0,0,0.08) !important; color: #000000 !important; }
	.text-dark .sr-button.style-2:hover { background: rgba(0,0,0,0.14) !important; color: #000000 !important; }

.sr-button.style-3 { color: #ffffff !important; border-color: #ffffff !important; }
.sr-button.style-3:hover { color: rgba(255,255,255,0.75) !important; }
	.text-dark .sr-button.style-3 { color: #000000 !important; border-bottom: 2px solid #000000 !important; }
	.text-dark .sr-button.style-3:hover { color: rgba(0,0,0,0.65) !important; }


/* icon button */	
.sr-button-icon {
	background: #ffffff;
	color: #000000;
	}
	.text-dark .sr-button-icon { background: #000000; color: #ffffff; }
	.sr-button-icon i { color: #000000; }
	.text-dark .sr-button-icon i { color: #ffffff; }
	
	
	
/*	team member
-------------------------------------------------*/		
.team-role {
	color: rgba(255,255,255,0.5);
	}
	.text-dark .team-role { color: rgba(0,0,0,0.35); }
	
	

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

20. WIDGETS

------------------------------------------------*/
.widget ul:not(.socialmedia-widget) li a {
	color: #ffffff;
	}
	.widget ul:not(.socialmedia-widget) li a:hover { color: rgba(255,255,255,0.5);  }
	.text-dark .widget ul:not(.socialmedia-widget) li a { color: #000000; }
	.text-dark .widget ul:not(.socialmedia-widget) li a:hover { color: rgba(0,0,0,0.5); }


/* Social Media Widget
-------------------------------- */	
.socialmedia-widget li a {
	color: #ffffff;
	}
	.text-dark:not(.transparent) .socialmedia-widget li a { color: #000000; }	

	
	
/* isotope */
.load-isotope:after {
	background: #ffffff;
	}
	.text-dark .load-isotope:after { background: #000000; }
#hero{
  background-color:black;
}

#carousel-title{
  position:absolute;
  width:40%;
  top:35vh;
  left:120px;
}

#carousel #header{
  background: transparent;
}

#carousel #menu-inner{
  background:transparent;
}

#carousel #header.menu-is-open{
  background-color:black;
}

header.menu-is-open #menu-inner{
  overflow:hidden;
}

.uppercase{
  text-transform:uppercase;
}

.header-wrapper{
	width:100%;
	min-height: 100%; /* Min-height 100 % (for Modern Browsers) */
	height: auto !important; /* important (for modern Browsers)*/
	height: 100%; /* IE bug */
	overflow: hidden !important; /* Firefox Scroll*/
}

.header-image{
	width: 100%;
	height: 100%;
	position: absolute;
}
.header-slideshow .slide{
	width:100%;
	height:100%;
	position: absolute;
	background-size: cover;
}

#slide-1{
		background-image: url("../../img/header-slideshow/large/slide-1.jpg");
		background-attachment: inherit;
		background-position: 48% 48%;
}

#slide-2{
		background-image: url("../../img/header-slideshow/large/slide-2.jpg");
		background-color:black;
		background-attachment: inherit;
		background-position: 48% 48%;
}

#slide-3{
	background-image: url("../../img/header-slideshow/large/slide-3.jpg");
		background-color:black;
		background-attachment: inherit;
		background-position: 48% 48%;
}


header[role="banner"]{
	position:absolute;
	width:100%;
	height:inherit;
	top:35%;
	text-align: center;
}

header[role="banner"] > p{
	width:50%;
	margin-left:25%;
}

#fb-logo{
  width:15px;
}

.socialmedia-widget p{
  font-size:8px;
}

@media screen and (max-width: 1280px){

	#slide-1{
			background-image: url("../../img/header-slideshow/small/slide-1.jpg");
	}

	#slide-2{
			background-image: url("../../img/header-slideshow/small/slide-2.jpg");
	}

	#slide-3{
		background-image: url("../../img/header-slideshow/small/slide-3.jpg");
	}

}

@media only screen and (max-width: 768px) {

  #carousel-title{
    position:absolute;
    width:auto;
    left:0px;
    top:35vh;
    padding-left:35px;
    padding-right:35px;
  }

  #carousel #header.menu-is-open{
    background-color:transparent;
  }

  #carousel #menu-inner{
    background:black;
  }

  #menu-inner nav#main-nav{
    overflow:scroll;
    overflow-x:hidden;
  }

  #carousel #header.text-light::after{
    background: none;
  }

}

/*# sourceMappingURL=style.css.map */
