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




		! ! !    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
		
		
		> > Please take also a look at the documentation file.
		
		
		
		
		COLORS
		----
		black (dark text,backgrounds)				#0d0d0d
		default text color (body)					#4d4d4d
		light text color							#808080				 
		grey light background						#f2f2f2
		
		main color									#46A671


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

	0.	RESET & CLEARFIX
	1.	BASICS (body, headers, links, etc)
	2. 	GENERAL ELEMENTS
	3.	HEADER
	4.	PAGE LOADER
	5. 	MENU / NAV
	6. 	FOOTER
	7. 	HERO / PAGETITLE
	8. 	PORTFOLIO
	9. 	FILTER / SHARE
	10. BLOG
	11.	MASONRY
	12. HORIZONTAL SECTIONS
	13. PAGINATION
	14. COLUMNS GRID
	15. ELEMENTS / SHORTCODES
	16. CUSTOM
	
-----------------------------------------------------------------------------------*/

@import "normalize.css";

@font-face {
  font-family: "PT Sans";
  src: url("../fonts/PT Sans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Sentinel";
  src: url("../fonts/sentinel.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}


/*---------------------------------------------- 
1. BASICS
------------------------------------------------*/
html {
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	position: relative;

	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;

    cursor: default;
	}

body {
	font: normal 1em/1.5 "PT Sans", sans-serif;
	color:#1a1a1a; 
	text-align: left; 
	position: relative;
	background: #F6F4E9;
	}

::selection { background:#162908; color:#ffffff; }
::-moz-selection { background:#162908; color:#ffffff; }
::-webkit-selection { background:#162908; color:#ffffff; }


@media screen and (max-width: 653px) {
	html {
		font-size: .875em;
	}
}

/* Headings
---------------------------------------- */
h1, h2, .h2, h3, h4, h5, h6 {
	font-family: "PT Serif Caption"; 
	font-weight: normal;
	letter-spacing: 0.02em;
	color: #162908;
	line-height: 1.1;
	}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 { color: #ffffff; }

h1, .h1 { font-size: 1.75rem; }
h2, .h2 { font-size: 1.5rem; }
h3, .h3 {font-size: 1.25rem; font-weight: bold; }
h4 { font-size: 1.1rem; }
h5 { font-size: 1rem; }
h6 { font-size: 1rem; }

.intro {
	font-size: 1.15rem;
	font-family: "PT Sans", sans-serif;
	line-height: 1.5;
}

/* Headers Spacing */
div h1, div h2, div h3, div h4, div h5, div h6 { margin-top: 1rem; }
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: 0px !important; } 

h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6,
h2 + h1, h2 + h2, h2 + h3, h2 + h4, h1 + 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: 10px; }

.alttitle { font-family: "PT Sans"; font-weight: 400; text-transform: none; letter-spacing: 0.04em; }
.alttitle b, .alttitle strong { font-weight: 700; }

/* headers with link */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #0d0d0d; 	}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #46A671; }

.zoppi-green {
	color: #46A671;
}

.dash-bottom {
    position: relative;
    padding-bottom: 1rem;
}

.dash-bottom:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6rem;
    height: 0;
    border-bottom: 4px solid #46A671;
    margin-bottom: .25rem;
}

/*
.spacer.spacer-medium h2 {
	position: relative;
	padding-bottom: .75rem;
}

.spacer.spacer-medium h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
  	transform: translateX(-50%);;
    width: 5rem;
    height: 0;
    border-bottom: 4px solid #46A671;
}
*/

/* Forms
---------------------------------------- */
::-webkit-input-placeholder { color: #0d0d0d; }
:-moz-placeholder { color: #0d0d0d; }
::-moz-placeholder { color: #0d0d0d; }
:-ms-input-placeholder { color: #0d0d0d; }

.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], textarea {
	font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-weight: 700;
	font-size: 16px;
	background: transparent;
	border: none;
	line-height: 24px;
	height: 24px;
	color:#0d0d0d;
	padding: 0px 0px;
	transition: all .25s ease;
	border-radius: 0px;
	-moz-border-radius:0x; 
	-khtml-border-radius:0px; 
	-webkit-border-radius:0px;
	resize: none;
	border-bottom: 1px solid #f2f2f2;
	}
	.text-light input[type=text], .text-light input[type=password], .text-light input[type=email], .text-light textarea { border-color: #808080; color: #ffffff; }
		
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus { border-color: #0d0d0d; }
.text-light input[type=text]:focus, .text-light input[type=password]:focus, .text-light input[type=email]:focus, .text-light textarea:focus { border-color: #ffffff; }

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

input[type=text], input[type=password], input[type=email] { width: 100%; max-width: 100%; }
textarea { width: 100%; min-height: 100px; max-width: 100%; }

.one-half input[type=text], .one-half input[type=password], .one-half input[type=email] { width: 520px; }
.one-half textarea { width: 520px; }

input[type=submit] {
	cursor: pointer;
	border-radius: 0px;
	-moz-border-radius:0x; 
	-khtml-border-radius:0px; 
	-webkit-border-radius:0px;
	display: inline-block;
	font-family: "PT Sans";
	font-weight: 400;
	font-size: 12px;
	line-height: 20px !important;
	letter-spacing: 0.1em; 
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
	-webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
	color: #ffffff;
	padding: 15px 50px;
	background: #46A671;
	border: none;
	}

input[type=submit]:hover { background: #0d0d0d;  }
.text-light input[type=submit]:hover {  background: #ffffff; color: #0d0d0d; }
	
select {
	border: 1px solid #d9d9d9 ;
	font-family: "PT Sans";
	font-size: 14px;
	font-weight: 300;
	height: 44px;
	width: auto;
	padding:8px;
	color: #b2b2b2;
	border-radius: 0px;
	-moz-border-radius:0x; 
	-khtml-border-radius:0px; 
	-webkit-border-radius:0px;
	}
select:hover {	border-color: #0d0d0d; }
	
select option {
	cursor: pointer;
	padding: 5px 7px;
	}
	
label {
	line-height: 20px;
	width: 100%;
	color: #0d0d0d;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase; 
	letter-spacing: 0.1em;
	}
	.text-light label { color: #ffffff; }
	.form-row.false label { color: #fa4d5a; }
	
form {
	margin-top: 80px;
	}
	
form .form-row {
	margin-top: 40px;
	position: relative;
	}
	
form .form-submit {
	margin-top: 40px;
	}
	
div form:first-child, form .form-row:first-child 	 {
	margin-top: 0px;
	}
	

/* Chech formular */
#form-note {
	display: none;
	margin-top: 20px;
	}



/* Links
---------------------------------------- */
a {
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0.0);
	color: #46A671;
	}
	a:hover { color: #0d0d0d; }
	
.text-light a:hover { color: #ffffff; }

#page-body p a {
	border-bottom: 2px solid #46A671;
	color: #1a1a1a
	}
	#page-body p a:hover {
	border-bottom: 2px solid #1a1a1a;
}


/* Embedded content
---------------------------------------- */
img, object, video {
	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: 20px; }
p img:first-child { margin-top: 0px; }
img.alignleft { margin: 3px 20px 20px 0; float: left; }
img.alignright { margin: 3px 0px 20px 20px; float: right; }
	


/* Others
---------------------------------------- */

p {
	font-size: 1.05rem;
	font-family: "PT Sans", sans-serif;
}

@media screen and (min-width: 1921px) { 
	p {
		font-size: 1.1rem
	}
}

.description {
	font-size: .9rem;
	font-family: "PT Sans", sans-serif;
	font-weight: normal;
}

div p:first-child {  margin-top: 0px;  }	
	
strong, b, dt {
	font-weight: 600;
}

i, dfn, em {
	font-style: italic;
	}
	
strong i, b i, dt i, strong em, b em, dt em {
	font-style: italic;
	font-weight: 700;
	}

blockquote {
	margin: 60px;
	font-size: 24px; line-height: 32px;
	font-family: "PT Sans", sans-serif;
	font-weight: 300;
	color: #0d0d0d;
	font-style: italic;
	}
	div blockquote:first-child {  margin-top: 0px;  }

blockquote p {
	margin: 0;
	}
	
pre, code {
	padding: 20px;
	margin-top: 20px;
	font-size: 12px;
	line-height: 16px;
	display: block;
	background: #f7f7f7;
	color: #0d0d0d;
	}
	div pre:first-child, div code:first-child { margin-top: 0px; } 

p pre, p code {
	padding: 0 5px;
	margin-top: 0;
	display: inline-block;
	}


/*---------------------------------------------- 
2. GENERAL ELEMENTS
------------------------------------------------*/
#page-content {
	overflow: hidden;
	margin: 0;
	min-width: 1080px;
	}
	
.wrapper {
	width: 1080px;
	margin: 0 auto;
	}
	.wrapper-small { width: 780px;	margin: 0 auto; }
	.wrapper-mini { width: 400px;	margin: 0 auto; }
	.wrapper:after, .wrapper-small:after, .wrapper-mini:after  { content: ""; display: block; clear: both; visibility: hidden; font-size: 0;  height: 0; }

.left-float { 
	float: left; 
	}
	
.right-float { 
	float: right; 
	}
	
.align-center {
	text-align: center;
	}
	
.align-right {
	text-align: right;
	}
	
.text-light {
	color: #ffffff;
	}

.colored {
	color: #46A671;
	}


/*---------------------------------------------- 
4. PAGELOADER
------------------------------------------------*/

.pace {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 4px;
    background: transparent;
    z-index: 999999;
	transition: all .75s .25s ease-in-out;
	-webkit-transition: all .75s .25s ease-in-out;
    -moz-transition: all .75s .25s ease-in-out;
    -o-transition: all .75s .25s ease-in-out;
    -ms-transition: all .75s .25s ease-in-out;
	 opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
body.loading-end .pace { opacity:0!important;filter:alpha(opacity=0)!important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"!important; }

.pace .pace-progress {
    background: #162908;
    z-index: 2000;
    height: 4px;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -khtml-transition: all 1s;
    transition: all 1s;
}

.pace-inactive {
   display: none;
}

#page-loader {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #FBF8F5;
	z-index: 9999;
	}	
	
#page-loader .loader-logo-name {
	position: absolute;
	top: 40px;
	left: 0;
	text-align: center;
	width: 100%;
	}
	
#page-loader .loader-logo-name img {
	height: 30px;
	}
	
#page-loader .loader-subtitle {
	margin-top: 10px;
	}
	
#page-loader .loader {
	margin-top: 40px;
	font-family: "PT Sans";
	font-weight: normal; 
	text-transform: uppercase; 
	letter-spacing: 0.1em;
	color: #162908;
	font-size: 2rem;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 0;
	text-align: center;
	width: 100%;
	}

/* disable for touch */
@media (max-width: 1024px) { 
	.pace {
		display: none; }
}

/*---------------------------------------------- 
5. MENU / NAV
------------------------------------------------*/

.overlay--lock .bq-contact {
	z-index:200; }

.overlay--lock .bq-header {
	z-index:400; }

.icon, .bq-header__logo, body.overlay--lock .bq-header__logo {
	background-repeat: no-repeat; }
.bq-header__logo {
	background-image: url(../img/zoppi.svg); }
.bq-header--light .bq-header__logo {
	background-image: url(../img/zoppi-white.svg); }
.bq-header {
	zoom: 1;
	text-align: center;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1000;
	border-bottom: 1px dashed #909090;
}
.bq-header-push {
	height: 4.25rem; }
.bq-header:before, .bq-header:after {
	content: '';
	display: table; }
.bq-header:after {
	clear: both; }
.bq-header--reset {
	position: fixed;
	background-color: none; }
.bq-header--hide-fix {
	position: fixed;
	-webkit-transform: translate3D(0, -100%, 0);
	-ms-transform: translate3D(0, -100%, 0);
	transform: translate3D(0, -100%, 0); }
.bq-header--hidden {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	position: fixed;
	-webkit-transform: translate3D(0, -100%, 0);
	-ms-transform: translate3D(0, -100%, 0);
	transform: translate3D(0, -100%, 0); }
.bq-header--show {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	position: fixed;
	-webkit-transform: translate3D(0, 0, 0);
	-ms-transform: translate3D(0, 0, 0);
	transform: translate3D(0, 0, 0);
	border-bottom: 1px solid #000;
	background: #FBF8F5; }
.bq-header__logo {
	display: block;
	float: left;
	margin: .75rem 2.6%;
	width: 7.35rem;
	height: 3.1rem;
	background-size: 100%; }

.bq-navigation {
	zoom: 1;
	z-index: 0;
	float: left;
	width: 100%;
	margin: .3rem 0;
	padding: 0 }
.bq-navigation:before, .bq-navigation:after {
	content: '';
	display: table; }
.bq-navigation:after {
	clear: both; }
.bq-navigation__hamburger {
	zoom: 1;
    display: table-cell;
    cursor: pointer;
    z-index: 10;
    width: 1.5rem;
    vertical-align: middle; }
.bq-navigation__hamburger:before, .bq-navigation__hamburger:after {
	content: '';
	display: table; }
.bq-navigation__hamburger:after {
	clear: both; }
.bq-navigation__hamburger--w .bq-navigation__line {
	border-bottom-color: #222; }
.bq-navigation__hamburger--b .bq-navigation__line {
	border-bottom-color: #222; }
.bq-navigation__item {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	list-style: none;
	text-align: center;
	margin-top: 1.6875rem;
	margin-bottom: 1.25rem; }
.bq-navigation__item > a {
	font-weight:normal;
	margin: 0 2.5rem;
	text-decoration: none;
	display: inline-block;
	border-bottom: 2px solid transparent;
	font-size: 1.5rem;
	color: #222; }
.bq-navigation__item--active a, .bq-navigation__item:hover a:hover, .bq-navigation__item:focus a {
	border-bottom: 2px solid #222; }
.bq-navigation__line {
	border: none;
	width: 100%;
	border-bottom: 0.15rem solid #222;
	float: left;
	display: inline-block;
	margin-bottom: 0.375rem;
	-webkit-transition: .25s all ease-in-out;
	transition: .25s all ease-in-out; }
.bq-navigation__line:nth-of-type(2) {
	width: 80%; }

.bq-navigation__line:last-child {
	margin-bottom: 0;
}

.bq-header--light .bq-navigation__line {
	border-bottom-color: #fff; }

.bq-header--default .bq-navigation__item > a {
	color: #222; }

.bq-header--light .bq-navigation__item > a {
	color: #fff; }

.bq-header--default .bq-navigation__item.active > a {
	border-bottom: 1px solid #222; }

body:before {
	content: "";
	overflow-y: hidden;
	-webkit-transition: .25s background-color ease;
	transition: .25s background-color ease;
	height: 100%;
	max-height: 0;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	z-index: 1000; }

body.overlay--lock:before {
	background-color: #46A671;
	max-height: 100%; }

body.overlay--lock .bq-header {
	z-index: 1500;
	background: none;
	-webkit-transition: none;
	transition: none; }
body.overlay--lock .bq-header .bq-navigation {
	display: block;
	background: none; }
body.overlay--lock .bq-header .bq-navigation__item > a {
	color: #FFFFFF; }
body.overlay--lock .bq-header .bq-navigation__item > a:hover, body.overlay--lock .bq-header .bq-navigation__item > a:focus {
	text-decoration: none; }
body.overlay--lock .bq-header .bq-navigation__item > a:active {
	color: #cccccc; }

body.overlay--lock #bq-navigation__mobMenu {
	display: block;
	z-index: 100; }

body.overlay--lock .bq-navigation__hamburger .bq-navigation__line {
	border-bottom-color: #FFFFFF;
	width: 100%;
	border-radius: 2px; }

body.overlay--lock .bq-navigation__hamburger .bq-navigation__line:before, body.overlay--lock .bq-navigation__hamburger .bq-navigation__line:after {
	top: 0; }
body.overlay--lock .bq-navigation__hamburger .bq-navigation__line:nth-of-type(2) {
	display: none; }
body.overlay--lock .bq-navigation__hamburger .bq-navigation__line:first-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
    transform-origin: 75% center; }
body.overlay--lock .bq-navigation__hamburger .bq-navigation__line:last-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
    transform-origin: 70% center; }

body.overlay--lock .bq-header--light {
	background-color: rgba(16, 16, 16, 0.01); }

.bq-header--light {
	background: rgba(0, 0, 0, 0.5); }


.bq-navigation {
	display: none; }

@media screen and (min-width: 1025px) {
	.bq-navigation__item:not(:last-child):after {
		content: "/";
		display: inline-block;
		font-size: 1rem;
		color: #909090;
	}
	.bq-header__logo {
		margin: .75rem 1rem; }
	.bq-navigation {
		float: right;
		width: auto;
		display: inline-block;
		z-index: 30; }
	.bq-navigation__item {
		float: left;
		margin: 0;
		text-align: left; }
	.bq-navigation__item > a {
		margin: 1.25rem 0.5rem 1rem;
		padding-bottom: 0;
		font-weight: normal;
		font-size: 1.1rem;
		letter-spacing: 0;
		-webkit-transition: .25s, border-color, ease-in-out;
		transition: .25s, border-color, ease-in-out; }
	.bq-navigation__item:hover a:hover, a.bq-navigation__item--active, .bq-navigation__item:focus a {
		border-bottom: 2px solid #46A671; }
	.bq-navigation__item:last-child > a {
		margin-right: 1rem; }
	.bq-navigation__hamburger {
		display: none; } }

@media (min-width: 1367px) {
	.bq-navigation__item > a {
		letter-spacing: 0.03em; } }

@media (min-width: 1681px) {
	.bq-header {
		padding: 0 15%; } }

@media (min-width: 1921px) {
	.bq-header {
		padding: 0 22.5%; } }

.navigation-text {
    display: table-cell;
    vertical-align: middle;
    padding-right: 1rem;
    line-height: 1;
    font-size: 1.25rem;
}

@media screen and (min-width: 1025px) {
	.navigation-text {
	    display: none;
	}
}

body.overlay--lock .navigation-text {
	color: #fff;
}


/*---------------------------------------------- 
5a. FOOTER
------------------------------------------------*/

.footer {
	padding: 2rem 0 1.5rem;
	text-align: center;
	background-color: #162908;
	border-top: 4px solid #a1a99c;
	color: #fff;
	text-align: left;
}

.footer img.logo {
	height: 2.5rem;
	width: auto;
}

#footer-contacts {
    float: left;
    width: 100%;
    margin: .5rem 0;
}

#footer-contacts .contact {
    float: left;
    width: 100%;
    margin: 0 0 .5rem;
}

#footer-contacts .contact:last-child {
    margin: 0 0 .25rem;
}

#footer-contacts .contact-alpha {
    float: left;
    width: 5.5rem;
}

#footer-contacts .contact-alpha span {
    font-family: "PT Sans", sans-serif;
    font-size: .85rem;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#footer-contacts .contact-beta {
    float: left;
    width: 100%;
    font-size: 1.25rem;
}

#footer-contacts .contact-beta p span {
    padding: 0 .75rem 0 0;
}

#footer-contacts .contact-beta span a {
    color: #fff;
    border-bottom: solid 2px #fff;
    -webkit-transition: .25s border;
	transition: .25s border;
	will-change: border;
}

#footer-contacts .contact-beta span a:hover {
    border-bottom: solid 2px transparent;
}

#footer-copyright {
	float: left;
    width: 100%;
}

#footer-copyright span {
    color: #7d838c;
    font-size: .75rem;
    line-height: 2rem
}

.instagram-brand:hover {
	background: linear-gradient(to right, #4861d5 0%, #a932b2 25%, #d62f81 50%, #fdbb64 75%, #ed7a37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Small Devices, Tablets */
@media screen and (max-width: 48em) {
	#footer-contacts .contact-alpha {
		margin-top: 1rem
	}

}

/* Small Devices, Tablets */
@media screen and (min-width: 48em) {
	.footer .branding {
		margin-bottom: 1rem;
	}

	#footer-contacts .contact {
		width: 33.333%
	}
	#footer-contacts .contact-alpha {
	    float: left;
	    width: 100%;
	}
	#footer-contacts .contact-beta {
	    float: left;
	    width: 100%;
	}
}

/*---------------------------------------------- 
5b. BACK TO TOP
------------------------------------------------*/

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, -.15rem);}
    75% {-webkit-transform:translate(0, .15rem);}
    to {-webkit-transform: translate(0, -.15rem);}    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, -.15rem);}
    75% {-moz-transform:translate(0, .15rem);}
    to {-moz-transform: translate(0, -.15rem);}    
}


#back-top {
	height: 2rem;
	width: 2rem;
	float: right;
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: transparent url(../img/arrow.svg) no-repeat center 50%;
	background-size: 50%;
	-webkit-transition: .25s background-color, .25s border;
	transition: .25s background-color, .25s border;
	will-change: background-color, border;
	border-bottom: #fff solid 2px
}

.no-touch #back-top:hover {
	background-color: #46A671;
	border-bottom: #46A671 solid 2px
}

.bounce {
	-webkit-animation-name: Floatingx;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 2.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

/*---------------------------------------------- 
7. HERO / PAGETITLE
------------------------------------------------*/
#hero {
	position: relative;
	overflow: hidden;
	}

/* hero slider */	
#hero .hero-slider {
	position: relative;
	}
	
#hero .hero-slider .slider-item {
	height: 100vh;
	position:relative;
	background-position: center center;
	background-size: cover;
	}
	
#hero.hero-big .hero-slider .slider-item { height: 600px; max-height: 90vh; }
#hero.hero-half .hero-slider .slider-item { height: 400px; max-height: 60vh; }

/* hero pagetitle */
#hero .page-title {
	padding: 10rem 0 5rem;
	position: relative;
	text-align: center;
	margin: 0 auto;
	max-width: 50rem;
	}
	#hero .page-title:not(.wrapper) { width: calc(100% - 80px); padding-left: 40px; padding-right: 40px; }
	
#hero.hero-full { height: 100vh; }
#hero.hero-big { height: 600px; max-height: 90vh;}
#hero.hero-half { height: 400px; max-height: 60vh; }
	
#hero.hero-full .page-title, #hero.hero-big .page-title, #hero.hero-half .page-title {
	padding: 0; 
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); 
	-moz-transform: translate(-50%, -50%); 
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);  
	transform: translate(-50%, -50%);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2)
	}

#hero .page-title.hleft { text-align: left; }
#hero.hero-full .page-title.hright, #hero.hero-big .page-title.hright, #hero.hero-half .page-title.hright { text-align: right; left: auto; right: 40px; }
#hero.hero-full .page-title.vbottom, #hero.hero-big .page-title.vbottom, #hero.hero-half .page-title.vbottom
{ top: auto; bottom: 60px; -webkit-transform: none;-moz-transform: none;-ms-transform: none;-o-transform: none; transform: none; }
#hero.hero-full .page-title.vtop, #hero.hero-big .page-title.vtop, #hero.hero-half .page-title.vtop
{ bottom: auto; top: 60px; -webkit-transform: none;-moz-transform: none;-ms-transform: none;-o-transform: none; transform: none; }

/* if wolf item in page-title */
#hero .page-title .wolf-item  { margin-bottom: 0px; }

/* scroll down */
#scroll-down {
	text-align: center;
	font-size: .85rem;
	font-family: "PT Sans";
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	position: absolute;
	bottom: 2.5rem;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	transition: all .25s ease;
	z-index: 2;
	}
	#scroll-down.text-light, .text-light #scroll-down { color: #ffffff; }
	
#scroll-down:before {
	text-align: center;
	content: "\f123";
	font-family: "Ionicons";
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	width: 10px;
	text-align: center;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	
	-webkit-animation: chevron-anim 2s ease infinite;
  	-moz-animation:    chevron-anim 2s ease infinite;
  	-o-animation:      chevron-anim 2s ease infinite;
  	animation:         chevron-anim 2s ease infinite;
	}
	
@-webkit-keyframes chevron-anim {
  0%   	{ bottom: -10px; }
  50% 	{ bottom: -20px; }
  100% 	{ bottom: -10px; }
}
@-moz-keyframes chevron-anim {
  0%   	{ bottom: -10px; }
  50% 	{ bottom: -20px; }
  100% 	{ bottom: -10px; }
}
@-o-keyframes chevron-anim {
  0%   	{ bottom: -10px; }
  50% 	{ bottom: -20px; }
  100% 	{ bottom: -10px; }
}
@keyframes chevron-anim {
  0%   	{ bottom: -10px; }
  50% 	{ bottom: -20px; }
  100% 	{ bottom: -10px; }
}

	
/*---------------------------------------------- 
8. PORTFOLIO
------------------------------------------------*/

/* portfolio wolf items hover effect */
.portfolio-wolf-item .portfolio-caption a {
	transition: all .25s ease .15s;
	display: block;
	}
	
.portfolio-wolf-item .portfolio-caption a:hover, .portfolio-wolf-item .portfolio-caption.hovered a {
	-webkit-transform: translateX(-20px);
  	-moz-transform: translateX(-20px);
  	-ms-transform: translateX(-20px);
  	-o-transform: translateX(-20px);
  	transform: translateX(-20px);
	}
.portfolio-wolf-item.wright .portfolio-caption a:hover, .portfolio-wolf-item.wright .portfolio-caption.hovered a {
	-webkit-transform: translateX(20px);
  	-moz-transform: translateX(20px);
  	-ms-transform: translateX(20px);
  	-o-transform: translateX(20px);
  	transform: translateX(20px);
	}
	
.portfolio-wolf-item .portfolio-media a.wolf-media-link img { 
	transition: all .25s ease .15s;
	}
	.portfolio-wolf-item .portfolio-media a.wolf-media-link:hover img, .portfolio-wolf-item .portfolio-media.hovered a.wolf-media-link img { 
	-webkit-transform:scale(1.05);
    -moz-transform:scale(1.05); 
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05); 
     transform:scale(1.05);
	}


/* photography wolf items hover effect */
.photography-wolf-item .photography-caption a {
	display: inline-block;
	}
	
.photography-wolf-item .photography-caption a:hover h6 {
	color: #46A671;
	}
	
.photography-wolf-item .photography-media a { 
	transition: all .15s ease;
	}
	
.photography-wolf-item .photography-media a:hover { 
	opacity: 0.75;
	}



/*---------------------------------------------- 
9. FILTER / SHARE
------------------------------------------------*/	
#header-filter, #header-share {
	z-index: 11;
	position: fixed;
	top: -150px;									
	left: 0;
	width: 100%;
	min-height: 150px;							
	overflow:hidden;
	transition: top .25s ease;
	}
	#header-filter.filter-is-open, #header-share.share-is-open { top: 0px; }
	
#header-filter:after, #header-share:after {
	content:"";
	background: #f2f2f2;
	position: absolute;
	z-index: 0;
	top: 0;									
	left: 0;	
	width: 100%;
	height: 100%;								
	transition: top .15s ease;
	}
	
#header-filter .filter-inner, #header-share .share-inner {
	position: absolute;
	left: 40px;
	width: calc(100% - 80px);
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	transform: translateY(-50%);
	}
	.wrapper #header-filter .filter-inner, .wrapper #header-share .share-inner { width: 1080px; left: 50%; margin-left: -540px; }
	
#menu .open-filter, #menu .open-share {	
	font-family: "PT Sans"; 
	font-weight: 600; 
	text-transform: uppercase; 
	letter-spacing: 0.1em;
	font-size: 12px;
	line-height: 20px;
	color: #0d0d0d;
	opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	position: absolute;
	z-index: 2;
	bottom: -60px;
	right: 0px;
	transition: all .25s ease;
	}
	header.hero-invisible #menu .open-filter, header #menu .open-share {opacity:0.5;filter: alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; visibility: visible; }
	header #menu .open-filter:hover, header #menu .open-share:hover { opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
	
#header-filter .close-filter, #header-share .close-share { 
	position: absolute;
	z-index: 4;
	top: 50%;
	margin-top: -8px;
	right: 0;
	margin-left: -9px;
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	opacity: 0.5; filter: alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	transition: opacity .25s linear;
	}
	#header-filter .close-filter:hover, #header-share .close-share:hover { opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } 

#header-filter .close-filter:before, #header-filter .close-filter:after, #header-share .close-share:before, #header-share .close-share:after {
	width: 16px;
	height: 2px;	
  	content: "";
  	position: absolute;
	top: 7px;
	left: 0;
  	background-color: #0d0d0d;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: opacity 400ms .15s linear;
	opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	#header-filter.filter-is-open .close-filter:before, #header-filter.filter-is-open .close-filter:after,
	#header-share.share-is-open .close-share:before, #header-share.share-is-open .close-share:after { opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
	
#header-filter .close-filter:after, #header-share .close-share:after { 
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}

#header-filter .title-filter, #header-share .title-share { 
	margin-top: 0px;
 	}	
	
#header-filter .title-filter + ul.filter, #header-share .title-share + ul.share { 
	margin-top: 10px;
 	}
	
ul.filter {
	margin: 0;
	padding: 0;
	list-style: none;
	height: auto;
	}
	#header-filter.filter-is-open ul.filter { opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
	
ul.filter li {
	padding: 0 10px;
	margin: 0;	
	display: inline-block;
	}	
		
ul.filter li a {
	position: relative;
	font-family: "PT Sans", sans-serif; 
	font-weight: 400;
	font-size: 13px;
	text-transform: none;
	color: #0d0d0d;
	letter-spacing: 0.12em;
	line-height: 20px;
	padding-left: 0.1em;
	transition: opacity .25s linear;
	}
	.text-light ul.filter li a { color: #ffffff; }
	
ul.filter li a.active, ul.filter li a:hover {
	color: #46A671;
	}

/* switching color filter + share*/
header:not(.hero-invisible) #menu.menu-light .open-filter, #menu.menu-light:not(.hero-invisible) .open-share { color: #ffffff; }
header.nav-is-open:not(.header-transparent) #menu .open-filter, header.nav-is-open:not(.header-transparent) #menu .open-share { color: #0d0d0d; }
header.header-open:not(.header-transparent) #menu .open-filter, header.header-open:not(.header-transparent) #menu .open-share { color: #0d0d0d; }

header.nav-is-open.header-transparent #menu.menu-light .open-filter, header.nav-is-open.header-transparent #menu.menu-light .open-share { color: #ffffff; }

header.hero-invisible #menu .open-filter, header.hero-invisible #menu .open-share { color: #0d0d0d !important; }




/*---------------------------------------------- 
10. BLOG
------------------------------------------------*/	

/* masonry layout */
.blog-masonry-entry .blog-media + .blog-content {
	padding: 0 40px;
	position: relative;
	top: -18px;
	}
	
.blog-masonry-entry .blog-content .time {
	font-family: "PT Sans", sans-serif; 
	font-weight: 400; 
	letter-spacing: 0.04em;
	background: #0d0d0d;
	padding: 8px 20px;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	}
	
.blog-masonry-entry .post-name {
	margin-top: 15px;
	}
	
.blog-masonry-entry .blog-media img { 
	transition: all .25s ease .15s;
	}
	.blog-masonry-entry .blog-media:hover img { 
	-webkit-transform:scale(1.05);
    -moz-transform:scale(1.05); 
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05); 
     transform:scale(1.05);
	}
	
	
/* Blog Single 
----------------------------*/
#blog-single .blog-content { 
	overflow:hidden;
	}
	
#blog-single .blog-meta {
	width: 140px;
	font-size: 13px;
	float: left;
	text-align: center;
	line-height: 16px;
	}
	
#blog-single .blog-meta .meta-avatar, #blog-single .blog-meta .meta-avatar img {
	width: 140px;
	height: 140px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-khtml-border-radius: 100px;
	-webkit-border-radius: 100px;
	}
	#blog-single .blog-meta .meta-avatar { margin-bottom: 15px; }
	
#blog-single .blog-meta .meta-author, #blog-single .blog-meta .meta-category {
	margin-bottom: 15px;
	}
	
#blog-single .blog-meta .meta-author span, #blog-single .blog-meta .meta-category span {
	display: block;
	font-family: "PT Sans", sans-serif;
	}
	
#blog-single .blog-meta .meta-author a, #blog-single .blog-meta .meta-category a {
	font-family: "PT Sans";
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	color: #0d0d0d;
	}
	#blog-single .blog-meta .meta-author a:hover, #blog-single .blog-meta .meta-category a:hover { color: #46A671; }
	
#blog-single .blog-text {
	width: calc(100% - 220px);
	float: right;
	}
	
	
/* Blog comments 
----------------------------*/
#blog-comments {
	margin-top: 120px;
	background: #f7f7f7;
	padding: 120px 0;
	}
	
#blog-comments ul {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#blog-comments .comment-list {
	margin-top: 60px;
	}	
	
#blog-comments .comment-list > .comment { 
	margin-top: 60px;
	}
	#blog-comments .comment-list > .comment:first-child {
		border-top: none;
		margin-top: 0px;
		padding-top: 0px;
		}	
	
#blog-comments .comment .comment-inner {
	overflow: hidden;
	}
		
#blog-comments .comment .children { 
	margin-left: 80px; 
	margin-top: 40px;
	}
	
#blog-comments .user {
	float: left;
	width: 60px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    -o-border-radius: 999px;
	border-radius: 999px;
	}
	#blog-comments .user img {
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    -o-border-radius: 999px;
	border-radius: 999px;
	}
	
#blog-comments .time {
	font-size: 14px;
	margin-top: 0px;
	}
	
#blog-comments .comment-content {
	margin-left: 80px;
	position: relative;
	}
		
#blog-comments p {
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
	}
	
	
/* Leave comment
----------------------------*/	
#blog-leavecomment {
	margin: 120px 0;
	}
	
#blog-leavecomment form {
	margin-top: 60px;
	}
	
#blog-leavecomment form .form-row {
	margin-right: 60px;
	width: calc(33.3% - 40px);
	float: left;
	margin-top: 0;
	}
	#blog-leavecomment form .form-row.last-formrow {
	margin-right: 0px;
	}
	#blog-leavecomment form .form-row.textbox, #blog-leavecomment form .form-row.form-submit {
	width: 100% !important; float: none !important; margin-top: 40px;
	}
	
	
/*---------------------------------------------- 
11. MASONRY
------------------------------------------------*/
.masonry {
	width: calc(100% + 120px);				
	overflow: visible !important; }
	
.masonry .masonry-item {
	width: 24.98%;								/* will be overwritten by javascript */
	margin-right: 120px;
	margin-bottom: 2.5rem;
	float: left; }
	
#portfolio-grid.masonry {
	width: calc(100% + 60px); }
	
#portfolio-grid.masonry .masonry-item {
	margin-right: 60px;
	margin-bottom: 2.5rem;
	font-size: 0
	}
	

/*---------------------------------------------- 
12. HORIZONTAL SECTIONS
------------------------------------------------*/
.horizontal-section .horizontal-inner {
	padding: 5rem 0;
	}



/*---------------------------------------------- 
13. PAGINATION
------------------------------------------------*/
.single-pagination {
	list-style: none;
	margin: 120px 0 !important;
	position: relative;
	}
	.single-pagination:after { content: ""; display: block; clear: both; visibility: hidden; font-size: 0;  height: 0; }

.single-pagination li { 
	padding: 0;
	margin: 0;
	width: auto;
	}
	.single-pagination li.prev { float: left; text-align: right; width: calc(50% - 120px); }	
	.single-pagination li.next { float: right; text-align: left; width: calc(50% - 120px); }	
	.single-pagination li.backtoworks { 
	text-align: center; 
	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%);	
	}
	
.single-pagination li a { 
	font-family: "Maven Pro";
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
	text-transform: uppercase;
	color: #0d0d0d;
	letter-spacing: 0.12em;
	position: relative;
	}
	
.single-pagination li a img { 
	max-width: 260px;
	max-height: 260px;
	opacity: 0.6; filter: alpha(opacity=60); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	}
	
.single-pagination li a img + span { 
	color: #0d0d0d !important;
	position: absolute;
	top: 50%;
	left: 30px;
	max-width: 100px;
	-webkit-transform: translateY(-50%) translateX(-100%);
  	-moz-transform: translateY(-50%) translateX(-100%);
  	-ms-transform: translateY(-50%) translateX(-100%);
  	-o-transform: translateY(-50%) translateX(-100%);
  	transform: translateY(-50%) translateX(-100%);
	transition: all .25s ease;
	}
	.single-pagination li.next a img + span { 
	left: inherit;
	right: 30px;
	-webkit-transform: translateY(-50%) translateX(100%);
	-moz-transform: translateY(-50%) translateX(100%);
	-ms-transform: translateY(-50%) translateX(100%);
	-o-transform: translateY(-50%) translateX(100%);
	transform: translateY(-50%) translateX(100%);
	}

/* hover effect */	
.single-pagination li a:hover span	{ color: #46A671; }
.single-pagination li.prev a:hover img + span	{ left: 50px; }
.single-pagination li.next a:hover img + span	{ right: 50px; }
.single-pagination li a img { transition: all .25s ease;	}
.single-pagination li a:hover img { 
	-webkit-transform:scale(1.05);
    -moz-transform:scale(1.05); 
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05); 
     transform:scale(1.05);
	}	
	
.single-pagination li.backtoworks a:hover { color: #46A671; }

	

/*---------------------------------------------- 
14. COLUMNS GRID
------------------------------------------------*/
.column-section { margin-top: 60px; }
div .column-section:first-child, .spacer + .column-section { margin-top: 0px; }
	
.column { 
	float: left; 
	margin-right: 60px;
	min-height: 1px;
	}

.one-full { width: 100%; float: none; margin-right: 0; }
.one-half  { width: 510px; }
.one-third { width: 320px; }
.two-third { width: 700px; }
.one-fourth { width: 225px; }
.two-fourth { width: 510px; }
.three-fourth { width: 795px; }
.one-fifth { width: 168px; }
.two-fifth { width: 396px; }
.three-fifth { width: 624px; }
.four-fifth { width: 852px; }

.wrapper-small .one-half { width: 360px; }
.wrapper-small .one-third { width: 220px; }
.wrapper-small .two-third { width: 500px; }
.wrapper-small .one-fourth { width: 150px; }
.wrapper-small .two-fourth { width: 360px; }
.wrapper-small .three-fourth { width: 570px; }
.wrapper-small .one-fifth { width: 108px; }
.wrapper-small .two-fifth { width: 276px; }
.wrapper-small .three-fifth { width: 444px; }
.wrapper-small .four-fifth { width: 612px; }

.wrapper-mini .column { float: none; margin-right: 0px; width: 100%; }

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




/*---------------------------------------------- 
15. SHORTCODES / ELEMENTS
------------------------------------------------*/	

/*	Buttons
------------------------------------------------*/
a.sr-button {
	display: inline-block;
	font-family: "PT Sans", sans-serif;
	font-weight: normal;
	font-size: .9rem;
	letter-spacing: 0.1em; 
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
	color: #fff !important;
	padding: .75rem 1.25rem;
	background: #46A671;
	}
a.sr-button:hover { background: #162908; }

a.mini-button { font-size: 10px; padding: 10px 40px; }
a.small-button { font-size: 12px; padding: 15px 50px; }
a.medium-button { font-size: 14px; padding: 18px 56px; }
a.big-button { font-size: 16px;	padding: 22px 65px;	}

a.sr-button1 { background: #0d0d0d; }
a.sr-button1:hover { background: #46A671; }

a.sr-button2 { background: #46A671; }
a.sr-button2:hover { background: #0d0d0d; }

a.sr-button3 { background: #ffffff; }
a.sr-button3:hover { background: #46A671; }

a.sr-button4 { background: #46A671; }
a.sr-button4:hover { background: #ffffff; }


.sr-button-text {
	text-transform: uppercase; 
	letter-spacing: 0.1em;
	font-size: 12px;
	line-height: 20px;
	transition: all .25s ease; }
	
	

/*	Spacer
------------------------------------------------*/
.spacer {
	width: 100%;
	display: block;
	}	

.spacer.spacer-mini { height: 20px; }
.spacer.spacer-small { height: 40px; }
.spacer.spacer-medium { height: 5rem; /* margin-top: -2.5rem; margin-bottom: 3.25rem; */ }
.spacer.spacer-big { height: 160px; }


/*	Social Widget
------------------------------------------------*/	
.socialmedia-widget {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	}
	.socialmedia-widget.align-center, .align-center .socialmedia-widget { text-align: center; }
	div .socialmedia-widget:first-child { margin: 0; }
	
.socialmedia-widget li {
	display: inline-block;
	*display: inline; *zoom: 1; 
	margin: 0 14px 0 0;
	position: relative;
	height: 20px;
	line-height: 20px;
	}
	.align-center .socialmedia-widget li { margin-right: -5px; padding: 0 10px ; }
	.align-right .socialmedia-widget li { margin-left: 15px; margin-right: 0px;  }
	
.socialmedia-widget li a {
	font: normal normal normal 12px/1 FontAwesome;
  	font-size: 16px;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	line-height: 20px;
	color: #fff;
	transition: color .25s linear;
}

.text-light .socialmedia-widget li a { color: #ffffff; }
	
.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: "\f194"; }
.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: "\f0e0"; }
.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.facebook:hover a { color: #446ebf; }
.socialmedia-widget li.twitter:hover a { color: #39aadc; }
.socialmedia-widget li.tumblr:hover a { color: #4c6781; }
.socialmedia-widget li.vimeo:hover a { color: #15c9f5; }
.socialmedia-widget li.dribbble:hover a { color: #f14980; }
.socialmedia-widget li.deviantart:hover a { color: #2ea06f; }
.socialmedia-widget li.behance:hover a { color: #00b0f0; }
.socialmedia-widget li.flickr:hover a { color: #f04783; }
.socialmedia-widget li.linkedin:hover a { color: #81d3fd; }
.socialmedia-widget li.rss:hover a { color: #ff8322; }
.socialmedia-widget li.googleplus:hover a { color: #d63d1e; }
.socialmedia-widget li.pinterest:hover a { color: #c81e1e; }
.socialmedia-widget li.youtube:hover a { color: #ee423d; }
.socialmedia-widget li.mail:hover a { color: #74624d; }
.socialmedia-widget li.instagram:hover a { color: #95604b; }
.socialmedia-widget li.xing:hover a { color: #036567; }
.socialmedia-widget li.dropbox:hover a { color: #008cd2; }



/*	inline video
------------------------------------------------*/	
.inline-video {
	position: relative;
	cursor: pointer;
	display: inline-block;
	max-width: 100%;
	}
	.slider-item.inline-video, .parallax-section.inline-video { display: inherit; }
	
.inline-video:before {
	content: "\f488";
	font-family: "Ionicons";
	color: #ffffff;
	font-size: 90px;
	width: 65px;
	height: 70px; line-height: 70px;
	text-align: center;
	position: absolute;
	top: 50%; margin-top: -35px;
	left: 50%; margin-left: -35px;
	padding-left: 5px;
	}
	
.inline-video:hover::before {
	color: #46A671;
	}	
	
.inline-video:after {
	content: attr(data-button);
	font-family: "PT Sans";
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #ffffff;
	position: absolute;
	top: 50%; margin-top: 45px;
	left: 0;
	width: 100%;
	height: auto;
	text-align:center;
	}
	
.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 {
	content: "\f488";
	font-family: "Ionicons";
	color: #ffffff;
	width: 70px;
	height: 70px; line-height: 70px;
	text-align: center;
	position: absolute;
	top: 7px;
	left: 50%; margin-left: -35px;
	opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .15s ease;
	}
	.inline-video .inline-iframe-container .close-inline-video:hover {
	color: #46A671;
	}
	.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: 40px;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0; 
	left: 0; 
	}
	
	
	
/*	Gallery
------------------------------------------------*/
.gallery {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
	}
	.gallery.spaced { width: calc(100% + 80px);  left: -40px; position: relative; }
	
.gallery li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 0;
	}
	
.gallery-col2 li { width: 50%;  }
.gallery-col3 li { width: 33.3%;  }
.gallery-col4 li { width: 25%;  }
.gallery-col5 li { width: 20%;  }
.gallery-col6 li { width: 16.66%;  }

.gallery.spaced li { width: calc(100% - 80px); margin: 0 40px 80px 40px;  }
.gallery-col2.spaced li { width: calc(50% - 80px);  }
.gallery-col3.spaced li { width: calc(33.3% - 80px);  }
.gallery-col4.spaced li { width: calc(25% - 80px);  }
.gallery-col5.spaced li { width: calc(20% - 80px);  }
.gallery-col6.spaced li { width: calc(16.66% - 80px);  }
	
	
	
/*	Team Member
------------------------------------------------*/
.column.team-member .team-info.offset {
	position: relative;
	top: -17px;
	left: 20px;
	}
	
.team-member .socialmedia-widget {
	margin-top: 4px;
	}
	
	
	
/*	Alerts
------------------------------------------------*/		
.alert {
	margin-top: 20px;
	}
	div .alert:first-child { margin:0; }

.alert h6 {
	padding-bottom: 2px;
	display: inline-block;
	}	
	

.alert-info { color: #3fabf6; }
.alert-note { color: #fcad25; }
.alert-confirm { color: #8fc236; }
.alert-error { color: #fa4d5a; }


/*	img hover effect
------------------------------------------------*/	
a.img-hover {
	display: inline-block;
	max-width: 100%;
	width: auto;
	position: relative;
	overflow: hidden;
	}
a.img-hover:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
	z-index: 1;
	}
	a.img-hover.hover-dark:before { background: #000; }
	
a.img-hover:hover::before { opacity: 0.7; filter: alpha(opacity=7); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
a.img-hover.hover-dark:hover::before { opacity: 0.6; filter: alpha(opacity=60); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
	
a.img-hover img {
	transition: all .25s ease;
	}
	
a.img-hover:hover img {
	-webkit-transform:scale(1.05);
    -moz-transform:scale(1.05); 
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05); 
     transform:scale(1.05);
	}
	
a.img-hover .hover-caption {
	width: calc(100% - 1rem);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .25s ease ;
    -moz-transition: all .25s ease ;
    -o-transition: all .25s ease ;
    -ms-transition: all .25s ease ;
    transition: all .25s ease ;
	}
	
a.img-hover:hover .hover-caption {
	opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	left: 1rem;
	-webkit-transition: all .25s ease .15s;
    -moz-transition: all .25s ease .15s;
    -o-transition: all .25s ease .15s;
    -ms-transition: all .25s ease .15s;
    transition: all .25s ease .15s;
	}



/*	Skills
------------------------------------------------*/	
.skill {
	margin-top: 30px;
	}
	div .skill:first-child {	margin-top: 0px; }

.skill .skill-name {
	margin-bottom: 4px;
	display: block;
	}
	
.skill .skill-bar {
	height: 2px; width: 100%;
	position: relative;
	background: #f2f2f2;
	}
	
.skill .skill-bar .skill-active {
	background: #0d0d0d;
	height: 100%;
	width: 0;	
	}
	.text-light .skill .skill-bar .skill-active { background: #ffffff; }
	
.tooltip {
	position: absolute;
	width: 24px;
	height: 7px;
	line-height: 10px;
	line-height: 5px;
	padding: 8px 0 6px 0;
	font-size: 12px;
	text-align: center;
	color: #0d0d0d;
	font-weight: 400;
	top: -25px;				
	right: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.text-light .tooltip {
	color: #ffffff;
}


/*	has animation
------------------------------------------------*/	
.has-animation {
	-webkit-transform: translateY(70px) ;
  	-moz-transform: translateY(70px);
  	-ms-transform: translateY(70px);
  	-o-transform: translateY(70px);
  	transform: translateY(70px);
	-webkit-transition: all .75s ease .15s;
    -moz-transition: all .75s ease .15s;
    -o-transition: all .75s ease .15s;
    -ms-transition: all .75s ease .15s;
    transition: all .75s ease .15s;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	
.has-animation.animated {
	-webkit-transform: translateY(0px) ;
  	-moz-transform: translateY(0px);
  	-ms-transform: translateY(0px);
  	-o-transform: translateY(0px);
  	transform: translateY(0px);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	
	
/*	Tabs
------------------------------------------------*/
.tabs {
	margin-top: 20px;
	}
	div .tabs:first-child {
	margin-top: 0px;
	}
	
.tabs ul.tab-nav {
	padding: 0;
	margin: 0;
	margin: 0 !important;
	list-style: none !important;
	position: relative;
	z-index: 1;
	}
	
.tabs ul.tab-nav li {
	background: none;
	padding: 0 !important;
	float: left;
	margin: 0 30px 0 0 !important;
	}
	
.tabs ul.tab-nav li a {
	display: block;
	margin-bottom: 10px;
	}
	
.tabs ul.tab-nav li a.active {
	color: #46A671;
	border-bottom: 2px solid #f2f2f2;
	}

.tabs .tab-container {
	margin-top: 10px;
	}
	
.tabs .tab-container .tab-content {
	float: left;
	display: none;
	}
	
.tabs .tab-container .active {
	display: block;
	}	
	
	
	
/*	Toggle/Accordion
------------------------------------------------*/
.accordion {
	margin-top: 30px;
	}
	div .accordion:first-child {	margin-top: 0px; }
	
.toggle-item {
	margin-top: 30px;
	}
	div .toggle-item:first-child {	margin-top: 0px; }
	
.toggle-item .toggle-title {
	width: 100%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	padding-left: 30px;
	}
	
.toggle-item .toggle-title:after {
	content: "\f218";
	font-family: "Ionicons";
	font-size: 14px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
	color: #0d0d0d;
	}
	
.toggle-item .toggle-title.toggle-active:after {
	content: "\f209";
	color: #46A671;
	}
	
.toggle-item .toggle-title:hover:after {
	color: #46A671;
	}
	
.toggle-item .toggle-title .toggle-name {
	display: inline-block;
	position: relative;
	}

.toggle-item .toggle-title:hover .toggle-name  {
	color: #46A671;
	}
	
.toggle-item .toggle-title.toggle-active .toggle-name  {
	color: #46A671;
	border-bottom: 2px solid #f2f2f2;
	}
	
.toggle-item .toggle-inner {
	padding-top: 18px;
	display: none;
	}

	
	
/*---------------------------------------------- 
16. CUSTOM STYLE
------------------------------------------------*/

/* 	
	!!!!!!!!!!!!!!!!!!
	Depending on your logo height you want to use, please adapt the values below 
	!!!!!!!!!!!!!!!!!! 
*/

/* your logo height */
.open-nav { height: 30px; }
.open-nav .text { line-height: 30px;	 }

/* logo height + header-inner margin (30px + 2*60px) */
header:after { top: -150px; height: 150px; }	
#header-filter, #header-share { top: -150px;	 min-height: 150px; }
@media only screen and (max-width: 1024px) { nav#main-nav { top: 150px !important; } }

	
/* YOUR CUSTOM CSS */
