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

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

@font-face {
    font-family: 'Totentanz WEB_Slanted';
    src:    url('../fonts/Totentanz_WEB-Slanted.eot');
    src:    url('../fonts/Totentanz_WEB-Slanted.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Totentanz_WEB-Slanted.woff') format('woff'),
            url('../fonts/Totentanz_WEB-Slanted.woff2') format('woff2');
}


/*---------------------------------------------- 
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: 300;
	letter-spacing: 0.02em;
	font-size: 16px; 
	line-height: 26px;
	color:#ff1234; 
	text-align: left; 
	position: relative;
	background: #ffffff;
	min-height: 100%;
	}
::selection { background:#ff1234; color:#ffffff; }
::-moz-selection { background:#ff1234; color:#ffffff; }
::-webkit-selection { background:#ff1234; color:#ffffff; }


/* Headings
---------------------------------------- */
h1, h2, h3, h4, h5,  {
	font-family: 'Montserrat'; 
	font-weight: 400;
	text-transform: uppercase; 
	letter-spacing: 0.08em;
	color: #ff1234;
	}
	.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 { color: #ffffff; }

h6 {
    font-family: 'Totentanz WEB_Slanted'; 
	font-weight: 400;
	text-transform: uppercase; 
	letter-spacing: 0.08em;
	color: #ff1234;
    
}

h1 { font-size: 84px; line-height: 96px; }
h2 { font-size: 56px; line-height: 66px; }
h3 { font-size: 34px; line-height: 42px; }
h4 { font-size: 16px; line-height: 21px; }
h5 { font-size: 20px; line-height: 26px; }
h6 { font-size: 27px; line-height: 34px; }
 

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

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: 'Josefin 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: #ea4452; }




/* Links
---------------------------------------- */
a {
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0.0);
	color: #ff1234;
    font-style: italic;
    font-weight: 400;
    cursor: crosshair;
	}
	a:hover { color: #0d0d0d; }
	
.text-light a:hover { color: #ffffff; }



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



/* Lists
---------------------------------------- */
ul {
	margin-top: 20px;
	margin-left: 15px;
	list-style: disc;
	}
	div ul:first-child, li ul:first-child { margin-top: 0px; }
	
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: 10px;
	}
	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: 500;
}

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



/*---------------------------------------------- 
2. GENERAL ELEMENTS
------------------------------------------------*/
#page-content {
	overflow: hidden;
	margin: 0;
	min-width: 1080px;
	}
	
#page-body {
	padding-top: 80px;					
	}
	#page-body.nopadding { padding: 0; }

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

/*---------------------------------------------- 
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 40px; height: 0; margin-top: 60px; margin-bottom: 60px; }
header .header-inner.wrapper { padding: 0; }

/* header background (white bar when nav is open)*/
header:after {
	content:"";
	background: #ffffff;
	position: absolute;
	top: -150px;									
	left: 0;	
	width: 100%;
	height: 150px;								
	transition: top 0.3s ease;
	z-index: 9;
	}
	header.nav-is-open:after { top: 0; }
	header.header-transparent:after { background: transparent; display: none; }
		
header #logo {
	max-width: 100%;
	height: 30px;								
	position: relative;
	z-index: 10;
	}

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




/*---------------------------------------------- 
6. FOOTER
------------------------------------------------*/
footer {
	width: 100%;
	background: #fff;
	position: relative;
	font-size: 13px;
	line-height: 23px;
	}
	footer.footer-dark { background: #0d0d0d; }
	
footer .footer-inner {
	padding: 120px 0;
	}
	
footer .copyright { 
	font-family: 'Josefin Sans';
	}
	
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: "Maven Pro";
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #ff1234;
	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: #ea4452; }
	
footer #backtotop:before {
	text-align: center;
	content: "\f126";
	font-family: "Ionicons";
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	width: 10px;
	text-align: center;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -5px;
	transition: top 0.2s ease;
	}
	footer #backtotop:hover:before { top: -13px; }
	


/*---------------------------------------------- 
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: #ea4452; }
.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: #ea4452; }

	

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

	

/*	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: 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: #ff1234;
	transition: color 100ms 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; }




/*	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 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)";
	}
	
	
	
	
/*	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: #ea4452;
	}
	
.toggle-item .toggle-title:hover:after {
	color: #ea4452;
	}
	
.toggle-item .toggle-title .toggle-name {
	display: inline-block;
	position: relative;
	}

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

	
	