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

	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
	
-----------------------------------------------------------------------------------*/



/*---------------------------------------------- 
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,
.overlaycaption,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], textarea, select { /*-moz-appearance: none; -webkit-appearance: none; */ }

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

/* HTML5 display definitions */
article, aside, details, .overlaycaption, figure, footer, header, hgroup, menu, nav, section, dialog { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; visibility: hidden; }




/*---------------------------------------------- 
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: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-weight: 400;
	letter-spacing: 0.02em;
	font-size: 14px; 
	line-height: 20px;
	color:#4d4d4d; 
	text-align: left; 
	position: relative;
	background: #ffffff;
	}
::selection { background:rgba(238, 75, 88, 0.99); color:#ffffff; }
::-moz-selection { background:rgba(238, 75, 88, 0.99); color:#ffffff; }
::-webkit-selection { background:rgba(238, 75, 88, 0.99); color:#ffffff; }


/* Headings
---------------------------------------- */
h1, h2, h3, h4 {
	font-family: 'Lobster', cursive;
	font-weight: normal;
	color: #555555;
	}
	.text-light h1, .text-light h2, .text-light h3, .text-light h4 { color: #cccccc; }

h5, h6 {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 900;
	text-transform: uppercase; 
	letter-spacing: 0.06em;
	color: #555555;
	}
	.text-light h5, .text-light h6 { color: #cccccc; }


h1 { font-size: 84px; line-height: 96px; }
h2 { font-size: 54px; line-height: 54px; }
h3 { font-size: 46px; line-height: 52px; }
h4 { font-size: 27px; line-height: 40px; }
h5 { font-size: 20px; line-height: 26px; }
h6 { font-size: 16px; line-height: 21px; }

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: 700; }
	
/* Headers Spacing */
div h1, div h2, div h3, div h4, div h5, div h6 { margin-top: 30px; }
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; }

h3 ~ div, h6 ~ div {
	margin-top: 16px;
}

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

h2 + h6 { margin-top: 40px; margin-bottom: 20px; }

.alttitle { font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; 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: #555555; 	}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #ea4e5a; }



/* 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: #aaaaaa; }
.text-light :-moz-placeholder { color: #aaaaaa; }
.text-light ::-moz-placeholder { color: #aaaaaa; }
.text-light :-ms-input-placeholder { color: #aaaaaa; }

.lightTheme .text-light ::-webkit-input-placeholder { color: #4d4d4d; }
.lightTheme .text-light :-moz-placeholder { color: #4d4d4d; }
.lightTheme .text-light ::-moz-placeholder { color: #4d4d4d; }
.lightTheme .text-light :-ms-input-placeholder { color: #4d4d4d; }

input[type=text], input[type=password], input[type=email], textarea {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	background: transparent;
	border: none;
	line-height: 20px;
	height: 24px;
	color:#0d0d0d;
	padding: 0px 0px;
	transition: all 200ms ease;
	border-radius: 0px;
	-moz-border-radius:0x; 
	-khtml-border-radius:0px; 
	-webkit-border-radius:0px;
	resize: none;
	border-bottom: 1px solid #cccccc;
	}
	.text-light input[type=text], .text-light input[type=password], .text-light input[type=email], .text-light textarea { border-color: #808080; color: #ffffff; }
	.lightTheme .text-light input[type=text], .lightTheme .text-light input[type=password], .lightTheme .text-light input[type=email], .lightTheme .text-light textarea { color: #4d4d4d; }

		
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: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	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 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
	color: #ffffff;
	padding: 15px 50px;
	background: #ea4e5a;
	border: none;
	}

input[type=submit]:hover { background: #aaaaaa;  }
.text-light input[type=submit]:hover { }
	
select {
	border: 1px solid #d9d9d9 ;
	font-family: 'Maven Pro';
	font-size: 14px;
	font-weight: 300;
	height: 44px;
	width: auto;
	padding:8px;
	color: #444444;
	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;
	text-align: right;
	}
	
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: #ea4e5a;
	font-weight: bold;
	}
	a:hover { color: #0d0d0d; }
	
.text-light a:hover { color: #ffffff; }
.lightTheme .text-light a:hover { color: #222222; }
.lightTheme .text-light a.sr-button2:hover { color: #ffffff; }


.link2 {
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0.0);
	color: #ea4e5a;
	font-weight: 900;
}

.link2:hover {
	color: #555555;
}

/* Embedded content
---------------------------------------- */
img, object, video {
	max-width: 100%; 
	height: auto;
	display: inline-block;
	margin:0;
    vertical-align:top;
	}
	
img {
	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; }



/* Lists
---------------------------------------- */
ul {
	margin-top: 20px;
	margin-left: 15px;
	list-style: disc;
	}
	div ul:first-child, li ul:first-child { margin-top: 10px; }
	
ol {
	margin-top: 20px;
	margin-left: 30px;
	list-style: decimal;
	}
	div ol:first-child, li ol:first-child { margin-top: 0px; }

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

ul.list-nostyle {
	list-style: none !important;
	margin-left: 0 !important;
	}
	
ul.list-nostyle li > .fa {
	margin-right: 10px;
	}
	


/* Others
---------------------------------------- */
p { 
	margin-top: 20px; 
	}
	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: 'Lato', 'Helvetica Neue', Helvetica, Arial, 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;
	}
	
#page-body {
	padding-top: 150px;					
	}
	#page-body.nopadding { padding: 0; }

.wrapper {
	width: 1080px;
	margin: 0 auto;
	}
	.wrapper-small { width: 620px;	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;
	}

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

.align-justify {
	text-align: justify;
}
	
.text-light {
	color: #cccccc;
	}

.colored {
	color: #ea4e5a;
	}
	
		

/*---------------------------------------------- 
3. HEADER
------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	z-index: 10;
	}	
	header.non-fixed {	position: absolute; }	
	
header .header-inner { padding: 0px 30px; height: 0; margin-top: 10px; margin-bottom: 0px; }
header .header-inner.wrapper { padding: 0; }

/* header background (white bar when nav is open)*/
header:after {
	content:"";
	background: #555555;
	position: absolute;
	top: 0px;									
	left: 0;	
	width: 100%;
	height: 150px;								
	transition: top 0.3s ease;
	z-index: 9;
	}
	header.nav-is-open:after { top: 0; box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);}
	header.header-transparent:after { background: transparent; display: none; }

.mobileHeaderMatte {
	content:"";
	background: #555555;
	position: absolute;
	top: 0px;									
	left: 0;	
	width: 100%;
	height: 45px;								
	transition: top 0.3s ease;
	z-index: 8;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
	}

		
header #logo {
	max-width: 100%;
	height: 30px;								
	position: relative;
	z-index: 10;
	margin-right: 30px;
	}

header #logo #dark-logo + #light-logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	
header #logo img { max-height: 100%; }


/* switching logos
header #logo .logotype { transition: opacity 0.3s ease; }
header.nav-is-open #logo #light-logo { opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
header.nav-is-open #logo #dark-logo {opacity:0;filter: alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
header #logo.show-light-logo #dark-logo { opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
header #logo.show-light-logo #dark-logo + #light-logo { opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.header-transparent #logo #dark-logo { opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.header-transparent #logo #light-logo { opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.header-transparent #logo.show-light-logo #dark-logo { opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.header-transparent #logo.show-light-logo #dark-logo + #light-logo { opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

header.hero-invisible #logo #dark-logo { opacity: 1!important; filter: alpha(opacity=100)!important; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important; }
header.hero-invisible #logo #light-logo {opacity:0!important;filter: alpha(opacity=0)!important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"!important;}
*/

/* header-open on page load 
header.header-open:after { top: 0; }
header.header-open:not(.header-transparent) #logo #light-logo, header.nav-is-open:not(.header-transparent) #logo #light-logo{opacity:1!important;filter:alpha(opacity=100)!important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;}
header.header-open:not(.header-transparent) #logo #dark-logo, header.nav-is-open:not(.header-transparent) #logo #dark-logo{opacity:0!important;filter: alpha(opacity=0)!important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"!important;}

header.header-open:not(.header-transparent) + #hero, header.header-open:not(.header-transparent) + #page-body { 
	margin-top: 150px; 						
}
*/



/*---------------------------------------------- 
4. PAGELOADER
------------------------------------------------*/
.pace {
    position: fixed;
    top: calc(50vh + 50px);
    left: 0;
    width: 100%;
	height: 4px;
    background: transparent;
    z-index: 999999;
	transition: all 800ms .2s ease-in-out;
	-webkit-transition: all 800ms .2s ease-in-out;
    -moz-transition: all 800ms .2s ease-in-out;
    -o-transition: all 800ms .2s ease-in-out;
    -ms-transition: all 800ms .2s 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: #ffffff;
    z-index: 2000;
    height: 6px;
    -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: #dddddd;
	z-index: 2000;
	}

#page-loader.darkLoader {
	background: #333333;
}
	
#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: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-weight: 400;
	text-transform: uppercase; 
	letter-spacing: 0.1em;
	color: #0d0d0d;
	font-size: 32px;
	line-height: 40px;
	position: absolute;
	top: calc(50% - 25px);
	margin-top: -20px;
	left: 0;
	text-align: center;
	width: 100%;
	}



/*---------------------------------------------- 
5. MENU / NAV
------------------------------------------------*/
#menu {
	position: relative;
	z-index: 10;
	}
	
.open-nav {
	display: block;
	height: 30px;										
	float: right;
	position: relative;
	z-index: 10;
	margin-left: 20px;
	}

.open-nav .hamburger {
 	display: inline-block;
	width: 22px;
	height: 2px;
	background-color: #ffffff;
	position: relative;
	top: -3px;
	transition: background 0.4s ease;
	}
	
.open-nav .hamburger:before, .open-nav .hamburger:after {
  	content: '';
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	background-color: #ffffff;
  	right: 0;
  	-webkit-transform: translateZ(0);
  	-moz-transform: translateZ(0);
  	-ms-transform: translateZ(0);
  	-o-transform: translateZ(0);
  	transform: translateZ(0);
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	transition: transform 0.4s, background 0.4s ease, right .2s ease;
	-webkit-transition: -webkit-transform 0.4s ease, background 0.4s, right .2s ease;
    -moz-transition: -moz-transform 0.4s, background 0.4s ease, right .2s ease;
    -o-transition: -o-transform 0.4s, background 0.4s ease, right .2s ease;
    -ms-transition: -ms-transform 0.4s, background 0.4s ease, right .2s ease;
	}
	
.open-nav .hamburger:before {
	right: 0px;	
  	-webkit-transform: translateY(-6px) rotate(0deg);
  	-moz-transform: translateY(-6px) rotate(0deg);
  	-ms-transform: translateY(-6px) rotate(0deg);
  	-o-transform: translateY(-6px) rotate(0deg);
  	transform: translateY(-6px) rotate(0deg);
	}
.open-nav .hamburger:after {
	right: 0px;	
  	-webkit-transform: translateY(6px) rotate(0deg);
  	-moz-transform: translateY(6px) rotate(0deg);
  	-ms-transform: translateY(6px) rotate(0deg);
  	-o-transform: translateY(6px) rotate(0deg);
  	transform: translateY(6px) rotate(0deg);
	}
	
.open-nav:hover .hamburger:before, .open-nav:hover .hamburger:after { 
	right: 0px;
 	}

.open-nav .text {
	width: 65px;
	text-align: right;
	display: inline-block;
	font-family: 'Maven Pro';
	font-weight: 700;
	font-size: 14px;
	line-height: 30px;										
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 0.12em;
	transition: width 0.4s ease, opacity 0.2s ease 0.3s, color 0.4s;
	}
	
	
/* open nav state */	
header.nav-is-open #menu .open-nav .hamburger {
  	background-color: transparent;
	transition: background 0.1s ease;
}
header.nav-is-open #menu .open-nav .hamburger:before {
	width:70%;
	right: 0px;	
	-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;
}
header.nav-is-open #menu .open-nav .hamburger:after {
	width:70%;
	right: 0px;
	-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;
}

header.nav-is-open #menu .open-nav .text {
	transition: width 0.4s ease, opacity 0.2s ease;
  	width: 0px;
	opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	


nav#main-nav {
	float: left;
	visibility: hidden;
	}
	header.nav-is-open #menu nav#main-nav { visibility: visible; }
	
nav#main-nav ul {
	list-style: none;
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	}

nav#main-nav ul > li {
	margin: 0 0 0 30px;
	padding: 0;
	display: inline-block;
	position: relative;
	transition: top 0.3s ease 0.4s, opacity 0.3s ease;
	top: -5px;
	opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	nav#main-nav ul > li:first-child { margin: 0; }
	header.nav-is-open #menu nav#main-nav ul > li:nth-child(2n) { transition: top 0.3s ease 0.3s, opacity 0.3s ease 0.3s; }
	header.nav-is-open #menu nav#main-nav ul > li:nth-child(3n) { transition: top 0.3s ease 0.3s, opacity 0.3s ease 0.3s; }
	header.nav-is-open #menu nav#main-nav ul > li:nth-child(4n) { transition: top 0.3s ease 0.4s, opacity 0.3s ease 0.4s; }
	header.nav-is-open #menu nav#main-nav ul > li:nth-child(5n) { transition: top 0.3s ease 0.4s, opacity 0.3s ease 0.4s; }
	header.nav-is-open #menu nav#main-nav ul > li:nth-child(6n) { transition: top 0.3s ease 0.5s, opacity 0.3s ease 0.5s; }
	header.nav-is-open #menu nav#main-nav ul > li:nth-child(7n) { transition: top 0.3s ease 0.5s, opacity 0.3s ease 0.5s; }
	header.nav-is-open #menu nav#main-nav ul > li:nth-child(8n) { transition: top 0.3s ease 0.6s, opacity 0.3s ease 0.6s; }
	header.nav-is-open #menu nav#main-nav ul > li:nth-child(9n) { transition: top 0.3s ease 0.6s, opacity 0.3s ease 0.6s; }
	header.nav-is-open #menu nav#main-nav ul > li:nth-child(10n) { transition: top 0.3s ease 0.7s, opacity 0.3s ease 0.7s; }
	header.nav-is-open #menu nav#main-nav ul > li { top: 0; opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; transition: top 0.3s ease 0.2s, opacity 0.3s ease 0.2s; }
	
nav#main-nav ul li > a {
	display: inline-block;
	font-family: 'Maven Pro';=
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;										
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 0.12em;
	transition: all 100ms ease;
	}
	nav#main-nav > ul > li:hover > a, nav#main-nav > ul > li.current-menu-item > a { color: #ea4e5a !important; }

/* submenu */
nav#main-nav ul li > ul.submenu {
	position: absolute;
	top: 25px;
	left: -20px;
	width: 200px;
	opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	transition: top 300ms ease;
	}
	nav#main-nav ul li:hover > ul.submenu { 
	opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 35px;
	transition: top 300ms ease;
	}
	
nav#main-nav ul li > ul.submenu > li {
	margin: 0;
	padding: 2px 20px 2px 20px;
	display: block;
	position: relative;
	text-align: left;
	background: #555555;
	}
	nav#main-nav ul li > ul.submenu > li:first-child { padding-top: 5px; }
	nav#main-nav ul li > ul.submenu > li:last-child { padding-bottom: 15px; }
	
nav#main-nav ul li > ul.submenu > li a {
	color: #ffffff;
	font-family: 'Maven Pro';
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	
nav#main-nav ul li > ul.submenu > li a em, nav#main-nav ul li > ul.submenu > li a i {
	font-size: 0.9em;
	text-transform: none;
	letter-spacing: 0.05em;
	}
	
nav#main-nav ul li > ul.submenu > li a:hover, nav#main-nav ul li > ul.submenu > li.current-menu-item > a {
	opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=7-100)";
	color: #ea4e5a;
	}
	
	
/* menu color switch */
header:not(.hero-invisible) .menu-light .open-nav .text { color: #ffffff; }
header:not(.hero-invisible) .menu-light .open-nav .hamburger, header:not(.hero-invisible) .menu-light .open-nav .hamburger:before, header:not(.hero-invisible) .menu-light .open-nav .hamburger:after { background-color: #ffffff; }
.menu-light nav#main-nav > ul > li > a { color: #ffffff; }	
header.nav-is-open:not(.header-transparent) .menu-light nav#main-nav > ul > li > a { color: #0d0d0d; }	
header.header-open:not(.header-transparent) .menu-light nav#main-nav > ul > li > a { color: #0d0d0d; }	

header.nav-is-open.header-transparent #menu.menu-light .open-nav .text { color: #ffffff; }
header.nav-is-open.header-transparent #menu.menu-light .open-nav .hamburger:before { background-color: #ffffff; }
header.nav-is-open.header-transparent #menu.menu-light .open-nav .hamburger:after { background-color: #ffffff; }
header.nav-is-open.header-transparent #menu.menu-light .open-nav .hamburger:before { background-color: #ffffff; }
header.nav-is-open.header-transparent #menu.menu-light .open-nav .hamburger:after { background-color: #ffffff; }

header.hero-invisible #menu .open-nav .text { color: #0d0d0d !important; }
header.hero-invisible #menu .open-nav .hamburger, header.hero-invisible #menu .open-nav .hamburger:before, header.hero-invisible #menu .open-nav .hamburger:after { background-color: #0d0d0d !important; }
header.nav-is-open #menu .open-nav .hamburger { background-color: transparent !important; }
header.hero-invisible .menu-light nav#main-nav > ul > li > a { color: #0d0d0d; }	

/* header-open on page load */
header.header-open #menu .open-nav { display: none; }
header.header-open #menu nav#main-nav { visibility: visible;}
header.header-open nav#main-nav ul > li { transition: none; top: 0px; opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	}


/*---------------------------------------------- 
6. FOOTER
------------------------------------------------*/
footer {
	width: 100%;
	background: #f7f7f7;
	position: relative;
	font-size: 13px;
	line-height: 23px;
	z-index: 5;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.5px;
	}
	footer.footer-dark { background: #0d0d0d; }
	
footer .footer-inner {
	padding: 60px 0;
	}
	
footer .copyright { 
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
	
footer .widget { 
	margin-top: 40px;
	}
	footer .widget:first-child, div .widget:first-child { margin:0; }
		
footer #backtotop {
	text-align: center;
	font-size: 12px;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #0d0d0d;
	line-height: 20px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	transition: all 0.2s ease;
	z-index: 2;
	}
	.text-light #backtotop { color: #ffffff; }
	footer #backtotop:hover { color: #ea4e5a; }
	
footer #backtotop:before {
	text-align: center;
	content: "\f106";
	font-family: "FontAwesome";
	font-size: 12px;
	line-height: 12px;
	height: 12px;
	width: 12px;
	text-align: center;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -5px;
	transition: top 0.2s ease;
	}
	footer #backtotop:hover:before { top: -13px; }

.footer-dark p, .footer-dark div {
	color: #dddddd;
}
	

/*---------------------------------------------- 
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-top: 200px;
	padding-bottom: 120px;
	position: relative;
	text-align: center;
	}
	#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: 40px;
	-webkit-transform: translateY(-50%); 
	-moz-transform: translateY(-50%); 
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);  
	transform: translateY(-50%);	
	}

#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: 12px;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #0d0d0d;
	line-height: 20px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	transition: all 0.2s 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 */
/*dump
.portfolio-wolf-item .portfolio-caption a {
	transition: all 0.3s ease 0.05s;
	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 0.5s ease 0.05s;
	}
	.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 */
/*dump
.photography-wolf-item .photography-caption a {
	display: inline-block;
	}
	
.photography-wolf-item .photography-caption a:hover h6 {
	color: #ea4e5a;
	}
	
.photography-wolf-item .photography-media a { 
	transition: all 0.3s ease;
	}
	
.photography-wolf-item .photography-media a:hover { 
	opacity: 0.5;
	}
*/


/*---------------------------------------------- 
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 0.4s 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 0.3s 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: 'Maven Pro';
	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 200ms 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 200ms 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 0.3s 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: 'Lato', 'Helvetica Neue', Helvetica, Arial, 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 200ms linear;
	}
	.text-light ul.filter li a { color: #ffffff; }
	
ul.filter li a.active, ul.filter li a:hover {
	color: #ea4e5a;
	}

/* 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 */
/*dump
.blog-masonry-entry .blog-media + .blog-content {
	padding: 0 40px;
	position: relative;
	top: -18px;
	}
	
.blog-masonry-entry .blog-content .time {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, 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 0.5s ease 0.05s;
	}
	.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 
----------------------------*/
/*dump
#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: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
	
#blog-single .blog-meta .meta-author a, #blog-single .blog-meta .meta-category a {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	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: #ea4e5a; }
	
#blog-single .blog-text {
	width: calc(100% - 220px);
	float: right;
	}
*/	
	
/* Blog comments 
----------------------------*/
/*dump
#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
----------------------------*/	
/*dump
#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);				
	margin-bottom: -100px;
	overflow: visible !important;
	}
	
.masonry .masonry-item {
	width: 24.98%;
	margin-right: 120px;
	margin-bottom: 100px;
	float: left;
	}
	
#portfolio-grid.masonry {
	width: calc(100% + 60px);				
	margin-bottom: -60px;
	}
	
#portfolio-grid.masonry .masonry-item {
	margin-right: 60px;
	margin-bottom: 60px;
	}
	
#portfolio-grid.masonry {
	margin-bottom: -60px;
	}
*/	

/*---------------------------------------------- 
12. HORIZONTAL SECTIONS
------------------------------------------------*/
.horizontal-section .horizontal-inner {
	padding: 120px 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 0.4s 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: #ea4e5a; }
.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 0.5s 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: #ea4e5a; }

	

/*---------------------------------------------- 
14. COLUMNS GRID
------------------------------------------------*/
.column-section { margin-top: 50px; }
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; }

.wrapper .photoPageBuyMatte .one-third { width: 293px; }




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

/*	Buttons
------------------------------------------------*/
a.sr-button {
	display: inline-block;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px !important;
	text-transform: uppercase;
	text-align: center;
	color: #666666;
	padding: 11px 20px;
	letter-spacing: 1.2px;
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
	}

a.sr-button.darkFilterMenu {
	color: #cccccc;
}

a.sr-button4:hover {
	color: #ea4e5a;
	box-shadow: 0 3px 0 #ea4e5a;
	z-index: 100;
}
a.sr-button-active {
	color: #ea4e5a;
	box-shadow: 0 3px 0 #ea4e5a;
	z-index: 100;
}

a.sr-button-active.darkFilterMenu {
	color: #ea4e5a;
}

.sr-button.mobileFilterTitle {
	width: calc(100% - 40px);
	padding: 12px 20px 8px 20px;
	color: #ea4e5a;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1.5px
}

.sr-button.mobileFilterTitle i {
	width: 20px;
	text-align: center;
}

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: #ea4e5a; }

a.sr-button2 { color: #ffffff; background: #ea4e5a; width: 300px; text-align: left; }
a.sr-button2:hover { background: #aaaaaa; }
a.sr-button2.altWidth { width: 214px; }

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

a.sr-button4:hover {  }


.sr-button-text {
	font-family: 'Lato'; 
	font-weight: 700; 
	text-transform: uppercase; 
	letter-spacing: 0.1em;
	font-size: 12px;
	line-height: 20px;
	transition: all 200ms ease;
	}

a.sr-button2.actionButton {
	width: calc(50% - 100px);
}

a.sr-button2.actionButton.firstActionButton {
	margin: 8px 30px 0px 20px;
}

a.sr-button2.actionButton.secondActionButton {
	margin: 8px 20px 0px 30px;
}

.sr-button .fa {
	font-size: 14px;
}

.filterMenu a {
	font-weight: bold;
}

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

.spacer.spacer-mini { height: 20px; }
.spacer.spacer-small { height: 40px; }
.spacer.spacer-medium { height: 120px; }
.spacer.spacer-big { height: 160px; }


/*	Social Widget
------------------------------------------------*/	
.socialmedia-widget {
	margin: 10px 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; 
	position: relative;
	height: 20px;
	line-height: 20px;
	margin-top: 2px;
	}
	.align-left .socialmedia-widget li a { padding: 5px 10px; }
	.align-left .socialmedia-widget li:first-child a { padding-left: 0px; }
	.align-center .socialmedia-widget li a { margin-right: -5px; padding: 0 10px ; }
	.align-right .socialmedia-widget li a { margin-left: 15px; margin-right: 0px;  }
	
.socialmedia-widget li a {
	font: normal normal normal 12px/1 FontAwesome;
  	font-size: 20px;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	line-height: 24px;
	color: #0d0d0d;
	transition: color 100ms linear;
	}
	.text-light .socialmedia-widget li a { color: #ea4e5a; }

.lightTheme .text-light .socialmedia-widget li a {
	color: #ea4e5a;
}

.footer-inner .widget .socialmedia-widget li a {
	color: #dddddd;
}
	
.socialmedia-widget li.facebook a:before { content:"\f230"; }
.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; }

.widget.socialmedia-header {
	margin-top: 0px;
    z-index: 11;
    position: absolute;
    right: 0px;
    font-size: 10px;
}
.widget.socialmedia-header .socialmedia-widget {
	margin-right: 14px;
	text-align: center;
}

.widget.socialmedia-header .socialmedia-widget li {
	display: block;
	margin-top: 20px;
}
.socialmedia-header .social-widget-share-mobile {
	display: none;
	font-size: 14px;
	font-weight: bold;
}

.widget.socialmedia-header .socialmedia-widget li:first-child {
	margin-top: 10px;
}

.widget.socialmedia-header li a {
	padding: 0px 18px;
	margin-top: 1px;
	color: #888888;
}
.socialmedia-widget-share {
	color: #eeeeee;
	font-family: 'Maven Pro';
	font-size: 12px;
	letter-spacing: 0.12em;
	line-height: 30px;
	font-weight: bold;
	cursor: pointer;
}

.socialmedia-header .socialmedia-widget li a {
	font-size: 24px;
}

.socialmedia-header .fa {
	width: 10px;
}


/*	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: #ea4e5a;
	}	
	
.inline-video:after {
	content: attr(data-button);
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	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 0.2s ease;
	}
	.inline-video .inline-iframe-container .close-inline-video:hover {
	color: #ea4e5a;
	}
	.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
------------------------------------------------*/
/*dump
.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 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	z-index: 1;
	}
	a.img-hover.hover-dark:before { background: #000000; }
	
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 0.6s ease;
	}
	
a.img-hover:hover img {
	-webkit-transform:scale(1.07);
    -moz-transform:scale(1.07); 
    -ms-transform:scale(1.07);
    -o-transform:scale(1.07); 
     transform:scale(1.07);
	}
	
a.img-hover .hover-caption {
	width: calc(100% - 80px);
	position: absolute;
	bottom: 30px;
	left: 0px;
	z-index: 1;
	opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
    -ms-transition: all 0.5s ease ;
    transition: all 0.5s ease ;
	}
	
a.img-hover:hover .hover-caption {
	opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	left: 30px;
	-webkit-transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    -ms-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
	}



/*	Skills
------------------------------------------------*/	
/*dump
.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
------------------------------------------------*/	
/*dump
.has-animation {
	-webkit-transform: translateY(70px) ;
  	-moz-transform: translateY(70px);
  	-ms-transform: translateY(70px);
  	-o-transform: translateY(70px);
  	transform: translateY(70px);
	-webkit-transition: all 0.8s ease 0.2s;
    -moz-transition: all 0.8s ease 0.2s;
    -o-transition: all 0.8s ease 0.2s;
    -ms-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s;
	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
------------------------------------------------*/
/*dump
.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: #ea4e5a;
	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
------------------------------------------------*/
/*dump
.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: #ea4e5a;
	}
	
.toggle-item .toggle-title:hover:after {
	color: #ea4e5a;
	}
	
.toggle-item .toggle-title .toggle-name {
	display: inline-block;
	position: relative;
	}

.toggle-item .toggle-title:hover .toggle-name  {
	color: #ea4e5a;
	}
	
.toggle-item .toggle-title.toggle-active .toggle-name  {
	color: #ea4e5a;
	border-bottom: 2px solid #f2f2f2;
	}
	
.toggle-item .toggle-inner {
	padding-top: 18px;
	display: none;
	}
*/
	
	
/*---------------------------------------------- 
16. CUSTOM STYLE
------------------------------------------------*/


/* your logo height */
header #logo { height: 35px;	 }
.open-nav { height: 35px; }
.open-nav .text { line-height: 35px;	 }
nav#main-nav ul li > a { line-height: 39px; }

/* logo height + header-inner margin (30px + 2*60px) */
#page-body { padding-top: 45px; }
header:after { top: -45px; height: 45px; }	
header.header-open:not(.header-transparent) + #hero, header.header-open:not(.header-transparent) + #page-body { margin-top: 45px; }
#header-filter, #header-share { top: -40px;	 min-height: 45px; }
/*@media only screen and (max-width: 1024px) { nav#main-nav { top: 45px !important; } }*/


.withfinishing-video {
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	outline: 2px solid #888888;
}

.withfinishing {
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	outline: 2px solid #888888;
}

.withfinishing-dark {
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	outline: 2px solid #666666;
}


.withfinishingNoOutline {
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

.lightTheme .withfinishingNoOutline {
	box-shadow: 2px 2px 8px rgba(0,0,0,0.2);	
}

.background-dark {
	width: 100%;
	background-color: #333333;
}

.autocenterChild {
	display: inline-block;.align-center
}

.autocenterParent {
	width: 100%;
	text-align: center;
}

.hideondesktop {
	display: none;
}

.hideonmobile {

}

.parallax-section {
	height: 700px;
}

.parallax-section-full {
	height: 100vh;
}

.welcomeThumbs {
	margin: 10px;
}

.link-darkBackground {
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0.0);
	color: #dddddd;
	font-weight: normal;
	}

.link-darkBackground:hover {
	color: #ea4e5a !important;
}

.logomark {
	height: 52px;
}

.currentMenuItem {
	color: #ea4e5a !important;
}

.photoPageBackground {
	background-color: #222222;
}

.lightTheme .photoPageBackground {
	background-color: #dddddd;
}

.photoPageMatte {
	padding: 20px 0px;
	background-color: #333333;
	box-shadow: -20px 0px 0 #333333, 20px 0px 0 #333333;
}

.lightTheme .photoPageMatte {
	background-color: #d7d7d7;
	box-shadow: -20px 0px 0 #d7d7d7, 20px 0px 0 #d7d7d7;
}

.photoPageMatte.photoPageMatte-alt {
	background-color: #444444;
	box-shadow: -20px 0px 0 #444444, 20px 0px 0 #444444;	
}

.photoPageBuyMatte {
	background-color: #444444;
    padding: 40px;
    outline: solid;
    outline-color: #555555;
}

.lightTheme .photoPageBuyMatte {
	background-color: #eaeaea;
    outline-color: #d3d3d3;
}

.similarPhotosMatte {
	position: absolute;
	width: 100%;
	background-color: #222222;
	z-index: 5;
}

.lightTheme .similarPhotosMatte {
	background-color: #dddddd;
}

.similarPhotosMatte2 {
	position: absolute;
	width: 100%;
	background-color: #222222;
	z-index: 5;
}

.lightTheme .similarPhotosMatte2 {
	background-color: #dddddd;
}

.background-light {
	background-color: #dddddd;
}

.staticHero50 {
	height: 50vh;
}

.staticHero {
	background-position: center center;
	background-size: cover;
	height:100%;
	width:100%;
	position:fixed;
	z-index:-2;
}

.updatedHeroDimmer {
	background-color: rgba(0,0,0,0.25);
	width:100%;
	height:100%;
}

.updatedHeroLumify {
	background-color: rgba(255,255,255,0.25);
	width:100%;
	height:100%;
}

.updatedHeroDimmer-dark {
	background-color: rgba(0,0,0,0.5);
	width:100%;
	height:100%;
}

.updatedPageTitleInner {
	position: relative;
	top: 33%;
	transform: translateY(-50%);
}

.updatedPageTitleOuter50 {
	/*height: 50vh;*/
}

.hCenterInner {
	display: inline-block;
}

.hCenterOuter {
	text-align: center;
}


.wrapper-total {

}

.filterMenu {
	margin-top:0px;
	width: 100%;
	z-index: 6;
	position: absolute;
}
.filterMenu a, .filterMenu div {
	background: #f1f1f1;
}
.darkFilterMenu a, .darkFilterMenu div{
	background: #3a3a3a;
	color: #cccccc;
}

.filterMenu a {
	margin-top: 3px;
}

.filterMenuAffix {
	position: fixed;
	top: 45px;
	box-shadow: 0px 0px 4px 3px rgba(0,0,0,.3);	
}

#filterMenuDropdownIcon {
	display: inline;
}

.galleryWrapper, #galleryWrapper1, #galleryWrapper2 {
	background-color: #dddddd;
	padding: 20px 86px 20px 20px;
}

.galleryWrapper.darkBg {
	background-color: #292929;
}

.filterMenuBlockerForSocial {
	position: fixed;
	z-index: 7;
	right: 0px;
	top: 40px;
	width: 86px;
	height: 55px;
	display: none;
}

.flipX {
	-moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

/* NEW RELEASES */

.newrelItem {
	padding-bottom: 140px;
}

.newrelPhoto {
	margin-bottom: 30px;
}

.newrelArtistThumb {
	margin-right: 30px;
	float: left;
}

.newrelArtistThumb-img {
	height: 100px;
	width: 100px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);	
}

.newrelArtistName {
	padding-top:16px;
	font-weight: bold;
	width: 100px;
}

.newrelTitle {
	float: left;
	width: calc(100% - 130px);
}

.newrelTitle h3 {
	line-height: 45px;
	margin-top: 0px;
	color: #666666;
	font-size: 30px;
}

.newrelDescription1 {
	text-align: justify;
	padding-right: 230px;
}

.newrelDescription2 {
	text-align: justify;
	float:left;
	padding-top:20px;
	display:none;
}

/* END NEW RELEASES */


.horzRule-light {
	width: 100%;
	background-color: #666666;
	height:2px;
}

/*remove
.socialSharingWidget-header {
	position: fixed;
	top: 50px;
	right: 10px;
	font-size: 10px;
	z-index: 8;
}
*/

.socialSharingWidget-expander {
	position: fixed;
	top: 0px;
	right: 50px;
	font-size: 16px;
	width: 32px;
	padding: 13px 0px;
	margin: 0px 10px;
	text-align: center;
	z-index: 10;
	color: #ffffff;
	cursor: pointer;
}

.socialSharingWidget-mat {
	z-index: 7;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255,255,255,0.9);
	display:none;
}

.socialSharingWidget-fullImage {
	font-size: 10px;
	margin-right: -2px;
	position: relative;
}

.displayNone {
	display: none;
}

/* ARTISTS */

.artistThumb-Outer {
	margin: 28px 60px 28px 0px;
	line-height: 100%;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.artistThumb-Name {
	margin-top: 16px;
	width: 100px;
	text-align: center;
}


.artistThumb-Image {
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}

.artistThumb-Outer:hover {
	color: #ea4e5a;
}

.artistThumb-Outer:hover .artistThumb-Image {
	outline: 2px solid #666666;	
}

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

.artistBio-ImageWrapper {
	float: left;
	margin: 0px 60px 60px 0px;
	height: 260px;
	width: 260px;
}

.artistBio-ImageWrapper-small {
	float: left;
	margin: 0px 20px 20px 0px;
	height: 100px;
	width: 100px;
	z-index: 1;
	position: relative;
}

.artistNameAndCollectionType {
	position: relative;
	top: 7px;
	height: 50px;
	background-color: #555555;
	padding-top: 6px;
}

.artistBio-Text {
	float: left;
	width: calc(100% - 320px);
}

.artistSocials {
	font-size: 18px;
	margin-top: 6px;
}

.artistSocials > a {
	margin-right: 10px;
	color: #ffffff;
}

.artistActionButtons {
	display: inline;
	margin: 24px 24px 0px 0px;
	width: 210px !important;
}



/* LOGOMARKS */
/*dump
.marketplaceLogomark {
	margin-top: 10px;
	color: #ffffff;
}
*/
.floatingLogomark {
	margin-top: 10px;
	color: #ffffff;
	display: inline-block;
}


/* PRINT LOGOS */

.printLogo {
	height: 70px;
	margin: 10px;
}
.printLogo.popOver {
	cursor: pointer;
}

/* MARKETPLACE */
/*dump
.photoTitle-marketplace {
	margin-top: 0px;
}

.photoTitle-marketplace-light {
	margin-top: 0px;
	color: #666666;
	font-size: 30px;
}
*/

/* DIVIDERS */
.divider {
	position: relative;
	background-color: #333333;
	padding: 20px;
	margin: 94px 0px 0px 0px;
	font-size: 40px;
	letter-spacing: 2px;
	line-height: 28px;
	width: 100%;
	left: -20px;
	font-weight: 900;
	color: #777777;
}

.lightTheme .divider {
	background-color: #d2d2d2;
	color: #999999;
}

.dividerImageThumb {
	position: absolute;
	left: -102px;
	top: -34px;
	height: 0px;
	z-index: 5;
	line-height: 20px;
}

.diverImageThumb-fixed {
	position: fixed;
	left: calc(50% - 662px);
	top: 61px;
}

.contentsThumb {
	text-align: left;
	width: 100px;
	margin-top: 10px;
	font-size: 13px;
}

.contentsThumbLink {
	color: #666666;
	font-weight: 900;
	letter-spacing: 1px;
}

.contentsThumbLink:hover {
	color: #ea4e5a !important;	
}

.dividerDarkBg:before { 
  display: block; 
  content: "asdf "; 
  margin-top: -285px; 
  height: 285px; 
  visibility: hidden; 
}


/* PHOTO PAGE MOBILE MENU */

.photoPageMobileMenuOpenButtonOuter {
	display: none;
	z-index: 6;
	position: fixed;
	left: -36px;
	width: 40px;
	height: 40px;
	padding: 20px;
}

.photoPageMobileMenuOpenButton {
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background-color: #ea4e5a;
	background-image: url('/files/uploads/assets/hamburger.png');
	box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}

.photoPageMobileMenuCloseButton {
	cursor: pointer;
}

.photoPageMobileMenu {
	position: fixed;
	left: -230px;
	top: 0px;
	height: 100vh;
	width: 180px;
	background-color: rgba(255,255,255,0.9);
	padding: 15vh 25px 15vh 25px;
	z-index: 2;
}

.photoPageMobileMenu div {
	font-size: 28px;
	color: #888888;
	margin-bottom: 10px;
}

.photoPageMobileMenu h6 {
	color: #ea4e5a;
	padding: 8px 10px;
	border-bottom: 2px solid #d3d3d3;
}

.photoPageMobileMenu a:nth-child(2) h6 {
	border-top: 2px solid #d3d3d3;
}

.photoPageMobileMenuMat {
	z-index: 1;
}


/* TECH SPECS TABLE DARK BG */

.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.datagrid {
    font: normal 14px;
    background: #393939;
    overflow: hidden;
}

.datagrid table td,
.datagrid table th {
    padding: 7px 14px;
}

.datagrid table tbody td {
    color: #dddddd;
    font-size: 14px;
    font-weight: normal;
}

.datagrid table tbody .alt td {
    background: #292929;
    color: #dddddd;
}

.datagrid table tbody .empty td {
    background: #222222;
}

.datagrid table tbody td:first-child {
    border-left: none;
}

.datagrid table tbody tr:last-child td {
    border-bottom: none;
}


/* TECH SPECS TABLE LIGHT BG */

.lightTheme .datagrid {
    background: #d5d5d5;
}

.lightTheme .datagrid table tbody td {
    color: #666666;
}

.lightTheme .datagrid table tbody .alt td {
    background: #cccccc;
    color: #666666;
}

.whiteTheme .datagrid {
    background: #eeeeee;
}

.whiteTheme .datagrid table tbody td {
    color: #444444;
}

.whiteTheme .datagrid table tbody .alt td {
    background: #f9f9f9;
    color: #444444;
}


/* GEARBOX */

.gearBoxItem {
	width: calc(50% - 8px);
	display: inline-block;
	background-color: #333333;
}

.lightTheme .gearBoxItem {
	background-color: #cccccc;
}

.gearCaptionOuter {
	width: calc(50% - 8px);
	display: inline-block;
	vertical-align: top;
}

.gearCaptionInner {
	padding: 10px;
	font-size: 12px;
	text-align: left;
}



/* MAP */

.header-map.techSpecs {
	margin-top: 37px;
	height: 374px;
}


/* FIRST WORD */

@media only screen and (min-width: 1025px) {
	.first-wordtrioLightBg {
		font-size: 22px;
		line-height: 22px;
		color: #666666;
		text-transform: uppercase;
	}
}



/* NEW BUY MODULE */

.buyOptionDetailsBox {
	width: 210px;
	padding: 20px;
	background-color: #555555;
	text-align: left;
	margin: auto;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
}

.lightTheme .buyOptionDetailsBox {
	background-color: #d8d8d8;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}

.buyOptionDetailsBox .subtitle {
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
}

#buySizeSmall, #buySizeMedium, #buySizeLarge {
	font-weight: 900;
	margin-top: 24px;
}

.buyModulePrints p {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 2px;
}

.buyOptionDetailsBox p {
	margin-top: 12px;
}

.lightTheme .buyModulePrints p {
	color: #606060;
}

.buyOptionDetailsBox img {
	width: 100%;	
}

a.buyButton, input.buyButton {
	width: 150px;
	background-color: #5ab354;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.15)
}
.lightTheme a.buyButton, .lightTheme input.buyButton {
	box-shadow: 2px 2px 8px rgba(0,0,0,0.25)
}
a.buyButton:hover, input.buyButton:hover {
	background-color: #ea4e5a;
}
input.buyButton {
	width: 200px;
}

#shopifyButton0, #shopifyButton1, #shopifyButton2 {
	box-shadow: 2px 2px 8px rgba(0,0,0,0.25)
}

#shopifyButton0, #shopifyButton1, #shopifyButton2 {
	height: 45px;
}
.shopifyButtonWrapper {
	margin-top: 16px;
	position: relative;
}
.shopifyButtonWrapper i {
	position: absolute;
	top: 15px;
	pointer-events: none;
	right: 20px;
	color: #ffffff;
}
/* NEW BUY MODULE */

.pageTitleLogo {
	position: relative;
}

.pageTitleLogo div:first-child {
	position: absolute;
	left: -200px;
	width: 150px;
	opacity: 0.76;
}

.pageTitleLogo.darkBg div:first-child {
	color: #dddddd;
}

.pageTitleLogo.lightBg div:first-child {
	color: #333333;
	opacity: 0.68;
}

.pageTitleLogo + h2 {
	line-height: 50px;
}

.CTAsocial {
	font-size: 24px;
	position: relative;
	left: -10px;
}

.CTAsocial a {
	padding: 0px 10px;
}


/* SIGN UP FORM */

#mc_embed_signup {
	background: #dddddd;
}

#mc_embed_signup .mc-field-group label {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.96px;
	color: #666666;
}

#mc_embed_signup #mc-embedded-subscribe-form {
	padding: 0px;
}

#mc_embed_signup #mc-embedded-subscribe {
	background-color: #ea4e5a;
}

#mc_embed_signup input {
	background-color: #ffffff;
}

#mc_embed_signup .mc-field-group select {
	background-color: #ffffff;
}


/* GALLERY GUIDE BUTTONS */

.galleryGuideButton {
	height: 180px;
	width: 65%;
	padding: 36px;
	text-align: left;
	position: relative;
}

.galleryGuideButtonImgWrapper {
	position: absolute;
	width: 120px;
	bottom: 12px;
	right: 18px;
}

.galleryGuideButton img {
	position:relative;
}

.galleryGuideButton.galleryGuideButtonGallery {
	background-color: #333333;
	color: #cccccc;
	cursor: pointer;
	float: right;
}

.galleryGuideButton.galleryGuideButtonGallery h3 {
	color: #cccccc;
}
.galleryGuideButton.galleryGuideButtonGallery h6 {
	color: #cccccc;
}

.galleryGuideButton.galleryGuideButtonMarketplace {
	background-color: #dddddd;
	color: #555555;
	cursor: pointer;
	float: left;
}

.galleryGuideButton.galleryGuideButtonMarketplace h3 {
	color: #555555;
}
.galleryGuideButton.galleryGuideButtonMarketplace h6 {
	color: #555555;
}

.galleryGuideButton a:hover {
	color: #ea4e5a !important;
}

/* END GALLERY GUIDE BUTTONS */

.storyArtistThumb {
	margin-right: 30px;
	float: left;
}

.storyArtistThumb-img {
	height: 100px;
	width: 100px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);	
}

.storyArtistName {
	padding:8px 0px;
	font-size: 11px;
	text-transform: uppercase;
	width: 100px;
}

.contactSection-socials {
	float: right;
	display: inline;
}


.photoSubtitle {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 70%;
}

.lightTheme .photoSubtitle {
	color: #666666;
	font-weight: bold;
}

#photoInfoBlock {
	position: relative;
}

.infoButton {
	position: relative;
	top:-5px;
	font-size: 12px;
}


.keyDetailsLabel {
	float: left;
	line-height: 32px;
}

.keyDetailsData {
	float: right;
	font-size: 32px;
	line-height: 32px;
	font-weight: 900;
}


/* DIMENSION COMPARISON BOXES (DCB) */

.dcbVast, .dcbPro {
	width: 100%;
	height: 300px;
	border-style: dashed;
	border-width: 2px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
}
.dcbPro {
	display: inline-block;
}

.dcbProD1 {
	position: absolute;
	bottom: -30px;
	text-align: center;
	width: 100%;
}

.dcbProD2 {
	position: absolute;
	right: -36px;
	top: 50%;
	line-height: 0;
}

.dcbVastD1 {
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
}

.dcbVastD2 {
	position: absolute;
	right: 10px;
	top: 50%;
	line-height: 0;
}

.dcbSmall, .dcbMedium, .dcbLarge {
	width: 100%;
	height: 300px;
	outline-style: dashed;
	outline-width: 2px;
	position: absolute;
	font-size: 16px;
	display: inline-block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
	cursor: pointer;
}

.dcbRasterImage {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}

.dcbRasterImageShadow {
	box-shadow: rgba(0, 0, 0, 1) 2px 2px 8px;
}

.lightTheme .dcbRasterImageShadow {
	box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 8px;
}

.dcbSizesD1 {
	position: absolute;
	top: -28px;
	text-align: center;
	width: 100%;
}

.dcbSizesD2 {
	position: absolute;
	right: -42px;
	top: 50%;
	line-height: 0;
}

.dcbFurniture {
	position: relative;
	margin: auto;
}

.dcbFurniture img {
	position: absolute;
}

.dcbArrow {
	display: inline-block;
	font-size: 36px;
	position: absolute;
	top: 45%;
	left: 50%;
	cursor: pointer;
	pointer-events: none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#dcbBack1, #dcbBack2, #dcbForward1, #dcbForward2 { pointer-events: auto;
}


/* END DCB SECTION */



/* PPI TOOL */

.ppiTool [type=number] {
    font-size: 20px;
    width: 42px;
    padding: 5px;
    font-weight: 700;
    color: #555555;
    background-color: #eeeeee;
}

.ppiTool [type=submit] {
	font-size: 14px;
	width: 100%;
	padding: 12px;
}

/* END PPI TOOL */


/* ANIMATED CHEVRONS */

.animatedChevron {
	opacity: 0;
	position: relative;
	y-transition: all 1.5s;
	animation: chevronAnimation 1.5s infinite;
}

@keyframes chevronAnimation {
  0% {
    top: -10px;
  }
  10% {
    opacity: 0;  	
  }
  20% {
  	opacity: 1;
  }
  60% {
  	opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    top: 10px;
	}
}

/**/



.noTopMargins p {
	margin-top: 0px;
}


@media only screen and (min-width: 1201px) {
	.fullImageMaxExpander {
		width: calc(100vw - 80px);
		position: relative;
		left: calc((100vw - 1080px)/-2);
		padding: 0px 40px;
	}
	.fullImageMaxExpander #fullImage {
		max-height: calc(100vh - 150px);
	}
}

/* Light Theme for Photo Page */
/* other mods are sprinkled throughout - the lightTheme class is on the outermost div and modifies everything nested under it */

.lightTheme .text-light {
	color: #484848;
}

.lightTheme .text-light h1, .lightTheme .text-light h2, .lightTheme .text-light h3, .lightTheme .text-light h4, .lightTheme .text-light h5, .lightTheme .text-light h6 { color: #666666; }
.lightTheme .text-light .photoPageMobileMenu h6 { color: #ea4e5a; }