/*
Theme Name: Munich
Theme URI: http://demo.explorasky.com.uy/munich
Description: Munich is a WordPress theme for photographers who want to show their work in an awesome way.
Author: Explora Themes
Author URI: http://www.explora.com.uy/
Version: 1.3.5

Tags: fluid-layout, translation-ready, theme-options, threaded-comments, featured-images, custom-menu, custom-background, four-columns, three-columns, one-column, black, blue, brown, gray, green, orange, pink, red, silver, tan, yellow, dark, light

License: 
License URI: 
 */

/*************************/
/*   TABLE OF CONTENTS   */
/*************************

style.css (min-width: 0)

 1. CSS Reset            
 2. Typography
 3. Shared Elements
 4. Page Body
 5. Site Header
 6. Sidebars
 7. Home Page
 8. Munich Gallery
 9. Posts Gallery
10. Portfolio Page
11. Blog Page
12. Single Post
13. Custom Page
14. Contact Page
15. Shop
16. 404 Error Page
17. Site Icons
18. Flexslider Styles               

assets/css/tablet.css (min-width: 768px)

 1. Site Body
 2. Page Body
 3. Site Header
 4. Main Navigation
 5. Forms
 6. Munich Gallery
 7. Home Page
 8. Posts Gallery
 9. Portfolio Page
10. Single Portfolio
11. Blog
12. Blog Single
13. Custom Page
14. Contact Page
15. Shop

assets/css/tablet_landscape.css (min-width: 1024px)

 1. Site Body
 2. Main Navigation
 3. Munich Gallery
 4. Posts Gallery
 5. Sidebars
 6. Portfolio Page
 7. Single Portfolio Page
 8. Blog
 9. Blog Single
10. Custom Page
11. Contact Page
12. Shop

*/

/*************************/
/*       CSS RESET       */
/*************************/

@charset "UTF-8";

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* Webkit appareance reset */
input,textarea,select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	border-radius: 0;
    font-family: 'Open Sans', sans-serif;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	-o-appearance: checkbox;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
ol,ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.centered {
	text-align: center;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter,.aligncenter img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor { font-style: italic; }
.sticky { }


/*====== CSS RESET END ======*/

.disable-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*************************/
/*      Typography       */
/*************************/

/* Streamline Custom Font */
@font-face {
  font-family: "streamline-full";
  src:	url("assets/fonts/streamline-full.eot");
  src:	url("assets/fonts/streamline-full.eot?#iefix") format("embedded-opentype"),
  		url("assets/fonts/streamline-full.woff") format("woff"),
    	url("assets/fonts/streamline-full.ttf") format("truetype"),
    	url("assets/fonts/streamline-full.svg#streamline-full") format("svg");
  font-weight: normal;
  font-style: normal;
}

html { 
	height: 100%;
}
body
{
	font-family: "Open Sans", sans-serif;
	font-size: 13px; line-height: 22px;
	position: relative;
	min-height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	background-color: #e3e3e3;
}

p { 
    margin: 10px 0; 
    line-height: 1.84;
}

p:first-child { margin-top: 0; }
p:last-child { margin-top: 0; }

p, span, a, button, figure, input, textarea, table, time {
	/* Hardcoded */
	color: #6a6a6a;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 
{
	font-family: 'Georgia', serif;
    
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	margin-bottom: 8px;
	margin-top: 20px;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child { margin-top: 0; }

h1 { font-size: 2.46em; line-height: 1.0625; }
h2 { font-size: 2.00em; line-height: 1.1538; }
h3 { font-size: 1.69em; line-height: 1.2727; }
h4 { font-size: 1.38em; line-height: 1.3333; }
h5 { font-size: 1.23em; line-height: 1.5400; }
h6 { font-size: 1.08em; line-height: 1.6900; }

blockquote
{ 
	font-family: "Georgia", serif;
	font-size: 1.23em;
	line-height: 1.625;
	font-style: italic;
	padding: 20px 0 20px 60px;
	position: relative;
	margin-left: 20px;
    margin-top: 10x;
}
blockquote:before {
	content: "\201C";
	position: absolute;
	height: 100%;
	width: 50px;
	text-align: left;
	font-family: "Montserrat", sans-serif;
	font-size: 6em;
	top: -10px;
	left: 0;
	color: #E2E2E2;
	line-height: 1;
	vertical-align: top;
	padding-top: 20px;
	font-style: normal;
}
blockquote p { 
    color: #b7b7b7;
    line-height: 1.625;
    font-size: 1em;
}

em { font-style: italic; }
strong { font-weight: 600; }
a { text-decoration: none; }
p a { text-decoration: underline; }

figure {
	margin-bottom: 20px;
	font-style: italic;
    max-width: 100%;
}
hr { border: none; border-top: 1px solid #eaeaea; margin: 20px 0; }

table { margin-bottom: 30px; }
table th, table td { 
	padding: 10px 20px 0 0;
	text-align: left;
}
table th { color: black; }
table tr { border-bottom: 1px solid #e2e2e2; }

dl dt { font-weight: 600; }
dl dd { margin-bottom: 15px; }

li {
	list-style-type: disc;
	list-style-position: inside;
}
li li { padding-left: 40px; }

ol li { list-style-type: decimal; }

/* Preloaded images */
.preload {
	background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QNxaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6QzY4Q0I5RUYxQzIwNjgxMTgyMkE5QkYzMjAwQjkwM0UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NThBMjcxNzAwRjg3MTFFNEJBRDFGQzg2RUZBNDRFNTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NThBMjcxNkYwRjg3MTFFNEJBRDFGQzg2RUZBNDRFNTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM5OENCOUVGMUMyMDY4MTE4MjJBOUJGMzIwMEI5MDNFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM2OENCOUVGMUMyMDY4MTE4MjJBOUJGMzIwMEI5MDNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQAAgICAgICAgICAgMCAgIDBAMCAgMEBQQEBAQEBQYFBQUFBQUGBgcHCAcHBgkJCgoJCQwMDAwMDAwMDAwMDAwMDAEDAwMFBAUJBgYJDQsJCw0PDg4ODg8PDAwMDAwPDwwMDAwMDA8MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAAQABAwERAAIRAQMRAf/EAEoAAQAAAAAAAAAAAAAAAAAAAAkBAQAAAAAAAAAAAAAAAAAAAAAQAQAAAAAAAAAAAAAAAAAAAAARAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AHAB/9k=);
	-webkit-transition: background-image .125s ease-in;
	-moz-transition: background-image .125s ease-in;
	-o-transition: background-image .125s ease-in;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*************************/
/*    Shared Elements    */
/*************************/

section.image { position: relative; }

/* Password Protected post */

.password-protected #site-body { 
    position: absolute;
    background: #fff; 
}

.post-password-form {
    position: absolute;
    height: 160px;
    top: 50%;
    width: 280px;
    left: 50%;
    margin-left: -140px;
    margin-top: -80px;
}
.post-password-form input[type="password"] {
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 5px;
    line-height: 25px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    outline: none;
}
.post-password-form input[type="submit"] {
    margin-top: 15px;   
}

/* Modal Windows Images */

div.pp_default .pp_content, div.light_rounded .pp_content, div.pp_default .pp_expand, div.pp_default .pp_contract, div.pp_woocommerce a.pp_expand { 
    background: transparent!important;
}
.pp_fade { background: white!important; padding: 3px!important; box-sizing: border-box!important; }

div.pp_default .pp_close, div.ppt,
div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause,
div.pp_default .pp_content_container .pp_details{ display: none!important; }

.pp_overlay { max-height: 100%!important; max-width: 100%!important; }
.pp_pic_holder { max-height: 100%; max-width: 100%; overflow: auto; }
@media all and (max-width: 767px) {
    .pp_pic_holder { width: 80%!important; left: 10%!important; }
}

div.pp_woocommerce a.pp_contract, div.pp_woocommerce a.pp_expand { top: 1px; left: 1px; }
div.pp_woocommerce .pp_close { top: 1px; right: 1px; }

div.pp_default .pp_content_container .pp_right, 
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right { background: none!important; }
#fullResImage { max-width: 100%; }

a.pp_previous, a.pp_next { background: none!important; }


a.pp_previous:before, a.pp_next:before, div.pp_default .pp_expand:before, div.pp_woocommerce a.pp_expand:before, div.pp_woocommerce a.pp_contract:before, div.pp_default .pp_contract:before, div.pp_woocommerce .pp_next:before, div.pp_woocommerce .pp_previous:before {
    content: "b";
    display: block;
    position: absolute;
    height: 50px;
    width: 50px;
    background: rgba(33, 35, 41, .75);
    top: 50%;
    margin-top: -25px;
    left: 0;
    opacity: 0;
    font-size: 20px;
    border-radius: 0;
    
    font-family: "streamline-full" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 50px; text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    vertical-align: middle;
    text-indent: 0;
    color: white;
}
a.pp_previous:hover:before, a.pp_next:hover:before { opacity: 1; }
a.pp_next:before, div.pp_woocommerce .pp_next:before {
    content: "c";
    right: 0;
    left: auto;
}
/*div.pp_woocommerce .pp_next:before { right: 32px; }*/
a.pp_expand, a.pp_contract { right: 10px; }
.pp_hoverContainer { width: calc(100% - 6px)!important; }

div.pp_default .pp_expand:before, div.pp_default .pp_contract:before, div.pp_woocommerce a.pp_expand:before, div.pp_woocommerce a.pp_contract:before {
    content: "\e013"; 
    height: 100%; width: 100%;
    top: 0; right: 0;
    margin: 0;
    line-height: 28px;
    font-size: 12px;
    background: rgba(33, 35, 41, 1);
}
div.pp_woocommerce a.pp_expand, div.pp_woocommerce a.pp_contract { height: 28px; width: 28px; left: 6px; top: 6px; }
div.pp_default:hover .pp_expand:before, div.pp_default:hover .pp_contract:before, div.pp_woocommerce:hover a.pp_expand:before, div.pp_woocommerce:hover a.pp_contract:before {
    opacity: 1;
}

.pp_gallery li img { min-height: 100%; }


/* WooCommerce modal windows */

div.pp_woocommerce .pp_content_container { padding-top: 0; padding-bottom: 0; }
.pp_content_container .pp_left { padding-left: 0; }
.pp_content_container .pp_right { padding-right: 0; }
div.pp_woocommerce .pp_details { display: none; }
.pp_content, pp_hoverContainer, #fullResImage { width: 100%!important; height: 100%!important; display: block; }
.pp_woocommerce .pp_fade { padding: 3px!important; }

/* Social Networks links */

.social-networks-wrapper {
	position: relative;
	margin-left: 19px;
	margin-top:30px;
}
.social-networks {
	color: rgba(255, 255, 255, .5);
	font-size: 1.4em;
	text-align: left;
}
.social-networks li {
	position: relative;
	display: inline-block;
	margin: 6px;
	list-style: none;
}
.social-networks li a {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.social-networks li:before { 
    color: rgba(255, 255, 255, .5); 
    transition: color .0625s ease-in;
    -webkit-transition: color .0625s ease-in;
}
.social-networks li:hover:before { color: rgba(255, 255, 255, 1); }

/* Form elements */

#respond input, #respond textarea, .wpcf7 input, .wpcf7 textarea, .comment-form-comment textarea {
	position: relative;
	border: none;
	color: #858571;
	font-size: 1.083em;
	background: transparent;
	height: 28px;
	outline: none;
	border-bottom: 1px solid rgba(133, 133, 113, .5);
	margin-bottom: 15px;
	width: 100%;
	resize: none!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
label { font-size: 1.083em; }

textarea { overflow: hidden; }
#respond textarea, .wpcf7 textarea {
	border-bottom: none;
}

::-webkit-input-placeholder { color: #858571; font-family: 'Open Sans', sans-serif; }
:-moz-placeholder { color: #858571; opacity: 1; font-family: 'Open Sans', sans-serif; }
::-moz-placeholder { color: #858571; opacity:  1; font-family: 'Open Sans', sans-serif; }
:-ms-input-placeholder { color: #858571; font-family: 'Open Sans', sans-serif; }
textarea::-moz-placeholder { font-family: 'Open Sans', sans-serif; }

p.form-comment { 
	position: relative; 
	display: inline-block;
	width: 100%;
}
p.comment-form-comment { position: relative; }
p.form-comment:after, p.comment-form-comment:after {
	content: " ";
	position: absolute;
	bottom: 38px; left: 0;
	width: 100%;
	height: 1px;
	background: rgba(133, 133, 113, .5);
}

input[type="submit"], #respond input[type="submit"], #submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
	border: none;
	border-radius: 15px;
	height: 30px; width: auto;
    line-height: 20px;
	color: white;
	padding: 5px 20px;
	margin-bottom: 0;
	cursor: pointer;
	box-shadow: none;
	text-shadow: none;
	text-transform: uppercase;
}
.wc-forward:after, .wc-forward a:after { display: none; }

/* All buttons tpography */
.wpb_call_to_action .wpb_button, input[type="submit"], #respond input[type="submit"], #submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page div.product form.cart .button {
    font-family: "Montserrat", sans-serif;
    font-size: 0.923em;
    font-weight: 600;
    /* Hardcoded */
    color: #fcf5f5;
    background: #c93535;
}
.wpb_call_to_action .wpb_button:hover, input[type="submit"]:hover, #respond input[type="submit"]:hover, #submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page div.product form.cart .button:hover {
    opacity: .9;
}

/* Posts Categories */

ul.post-categories { 
	position: relative;
}
ul.post-categories li {
	display: inline-block;
	margin: 0; padding: 0;
	font-family: "Georgia", serif;
	font-style: italic;
	font-size: 0.85em;
	list-style: none;
}
ul.post-categories li a { color: #B2B29F; text-decoration: none; }
ul.post-categories li a:hover { border-bottom: 1px solid #B9B9B9; }

ul.post-categories li:after { 
	content: "\00a0\00a0/\00a0";
	display: inline-block;
	position: relative;
	color: rgb(213, 213, 213);
}
ul.post-categories li:last-child:after { display: none; }

/* Posts Gallery */

.posts-gallery > .flexslider {
	border: none;
	margin: 0;
	box-shadow: none;
	height: auto;
	width: 100%;
}
.posts-gallery .flex-viewport { overflow: visible!important; }
.posts-gallery .flex-control-nav, .posts-gallery .flex-direction-nav { display: none; }

.posts-gallery .page { 
	padding-bottom: 60px; 
	position: relative;
	width: 100%;
	display: none;
	position: relative;  
	height: 0;
}
.posts-gallery .page.visible {
	display: block;
	height: auto;
}
.posts-gallery .slides:after { display: none; }

@media all and (max-width: 1023px) {
	.posts-gallery .slides {
		-webkit-transform: translate3d(0px, 0px, 0px)!important;
		transform: translate3d(0px, 0px, 0px)!important;
	}
	.posts-gallery .page { width: 100%!important; }
}

.posts-gallery .page:last-of-type, .posts-gallery .page.not-last-page { padding-bottom: 0; }
.posts-gallery .page.not-last-page button.load-more { display: none; }

.posts-gallery .load-more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	border: none;
	color: white;
	font-size: 0.92em;
	font-family: "Open Sans", sans-serif;
	cursor: pointer;
	/* Hardcoded */
	background: #c93535;
}

/*************************/
/*       Page body       */
/*************************/


#loading-page {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #e3e3e3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s ease-in, visibility 0s ease-in .25s;
    transition: opacity .25s ease-in, visibility 0s ease-in .25s;
    z-index: 999;
}
body.loading #loading-page {
    -webkit-transition: opacity .25s ease-in;
    transition: opacity .25s ease-in;
    visibility: visible;
    opacity: 1;
}

#site-body {
	position: relative;
	width: 100%; height: 100%;
	padding-top: 60px;
	box-sizing: border-box;
}

#page-wrapper, #page-inner { height: 100%; width: 100%; }

#page-body {
	position: relative;
	height: 100%;
	width: 100%;
	background: white;
}

/* Loading screen */
.spinner {
  margin: -10px auto;
  width: 20px;
  height: 20px;
  position: relative;
  top: 50%;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #333;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/*************************/
/* Site Header (Top Bar) */
/*************************/

#site-header {
	position: absolute;
	top: 0;
	height: 60px;
	width: 100%;
	z-index: 99;
	opacity: 1;
	-webkit-transition: opacity .125s ease-in;
	-moz-transition: opacity .125s ease-in;
	-o-transition: opacity .125s ease-in;
}
#site-header.open {
	height: 100%;
}

@media all and (min-width: 1024px) {
	#site-header.distraction-free, .distraction-free #main-nav, .distraction-free #featured-projects {
		opacity: 0;
		visibility: hidden;
	}
}

#site-header.open-main-menu.distraction-free { opacity: 1; visibility: visible; }

/* Translucent Top Border */
#site-header:after {
	display: block;
	content: " ";
	position: absolute;
	height: 5px; width: 100%;
	top: 100%; left: 0;
	background: rgba(255, 255, 255, .5);
	z-index: 98;
}

/* Black overlay */
#site-header:before {
	display: block;
	content: " ";
	position: absolute;
	background: #fff;
	top: 0; bottom: 0;
	left: 0; right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .125s ease-in;
	-moz-transition: opacity .125s ease-in;
	-o-transition: opacity .125s ease-in;
}
#site-header.open:before {
	visibility: visible;
	opacity: .9;
}

#site-header > .bar {
	position: absolute;
	top: 0; left: 0;
	height: 60px; width: 100%;
	/* Hardcoded */
	background: #1d212d;
	z-index: 98;
}

#site-header button {
	position: absolute;
	top: 0; 
	height: 60px; width: 60px;
	line-height: 60px;
	border: none;
	cursor: pointer;
	text-align: center;
	padding: 0;
	z-index: 99;
	outline: none;
}

/* Site logo */

#site-header .bar > a > img {
	height: 40px;
	width: auto;
	margin: 10px;
    max-height: calc(100% - 20px);
}

#main-nav .inner > a { display: none; }

/* Main Navigation */

@media only screen and (min-width:1024px) and (max-width: 1279px) {
	#main-nav .inner > a > img {
		max-width: 100%;
		height: auto!important;
	}
}

#main-nav {
	position: absolute;
	top: 0; right: 0;
	height: calc(100% - 60px); width: 100%;
	/* Hardcoded */
	background: #1d212d;
	visibility: hidden;
	opacity: 0;
	transition: opacity .125s ease-in, top .125s ease-in, visibility 0s ease-in .125s;
	-moz-transition: opacity .125s ease-in, top .125s ease-in, visibility 0s ease-in .125s;
	-webkit-transition: opacity .125s ease-in, top .125s ease-in, visibility 0s ease-in .125s;
	-moz-transition: opacity .125s ease-in, top .125s ease-in, visibility 0s ease-in .125s;
	-o-transition: opacity .125s ease-in, top .125s ease-in, visibility 0s ease-in .125s;
	box-sizing: border-box;
	padding: 30px 40px 20px 40px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	overflow: auto;
}
#main-nav.open {
	top: 60px;
	visibility: visible;
	opacity: 1;
	transition: opacity .125s ease-in, top .125s ease-in;
	-moz-transition: opacity .125s ease-in, top .125s ease-in;
	-webkit-transition: opacity .125s ease-in, top .125s ease-in;
	-moz-transition: opacity .125s ease-in, top .125s ease-in;
	-o-transition: opacity .125s ease-in, top .125s ease-in;
}

#main-nav .wrapper {
	position: relative;
	padding: 0;
    overflow: hidden!important;
    height: 100%;
}

#toggle-main-nav {
	/* Hardcoded */
	background: #c93535;
	right: 0;
	color: white;
	font-size: 2em;
	position: relative;
}
.toggle-button .bar {
	height: 2px;
	width: 16px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -1px;
	-ms-transform: rotate(0deg);
	    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	
	-webkit-transition-property: -webkit-transform, opacity, margin-top;
	
	        transition-property: transform, opacity, margin-top;
	-webkit-transition-duration: .125s;
	-moz-transition-duration: .125s;
	-o-transition-duration: .125s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
}
.toggle-button .bar.first { margin-top: -7px; }
.toggle-button.open .bar.first { 
	-ms-transform: rotate(-45deg); 
	    transform: rotate(-45deg); 
	-webkit-transform: rotate(-45deg); 
	-moz-transform: rotate(-45deg); 
	-o-transform: rotate(-45deg); 
	margin-top: -2px; 
}
.toggle-button.open .bar.middle { opacity: 0; }
.toggle-button .bar.last { margin-top: 5px; }
.toggle-button.open .bar.last { 
	-ms-transform: rotate(45deg); 
	    transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg); 
	-o-transform: rotate(45deg); 
	margin-top: -2px; 
}

/* Main Menu Typography */
#main-nav .inner > div > ul a {
	text-decoration: none;
	-webkit-transition: color .1s ease-in;
	-moz-transition: color .1s ease-in;
	-o-transition: color .1s ease-in;
}
#main-nav .menu li:hover > a { /* Hardcoded */ color: #858571; }
#main-nav p, #main-nav .nav-text, #main-nav .inner > div > ul a { color: #fff; }
#main-nav p, #main-nav .nav-text {
	/* Hardcoded */ 
	color: #858571;
	font-family: "Georgia", serif;
	font-style: italic;
}

/* Main Menu Items */

#main-nav .inner > div { overflow: hidden; }

#main-nav ul {
	-webkit-transition: left .125s ease-in, right .125s ease-in, visibility 0s ease-in .125s, position 0s ease-in .125s;
	-moz-transition: left .125s ease-in, right .125s ease-in, visibility 0s ease-in .125s, position 0s ease-in .125s;
	-o-transition: left .125s ease-in, right .125s ease-in, visibility 0s ease-in .125s, position 0s ease-in .125s;
}

#main-nav ul.menu { 
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	opacity: 1;
	padding: 0;
	margin-top: 25px;
	position: relative;
	right: 0;
	font-size: 1.07692em;
}
#main-nav.open ul.menu { visibility: visible; }
#main-nav ul.menu.hidden { right: 100%; }

#main-nav ul.sub-menu {
	position: absolute;
	left: 100%; top: 0;
	width: 100%;
	visibility: hidden;
}
#main-nav ul.sub-menu.hidden {
	right: 0;
	left: 0;
}
#main-nav.open .inner > div > ul li.open > .sub-menu { visibility: visible; }

#main-nav .menu li {
	line-height: 1.4;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	position: relative;
	cursor: pointer;
	list-style: none;
    padding-left: 0;
}
#main-nav .menu li > a {
    padding: 12px 65px 12px 25px;
    display: block;
}
.current-menu-item > a { background: rgba(0, 0, 0, .125); }

#main-nav .menu li:first-child { border-top: 1px solid rgba(255, 255, 255, .1);; }
#main-nav .menu li.menu-item-has-children:before {
	content: "c";
	display: block;
	position: absolute;
	height: 20px; width: 20px;
	font-size: 0.8em;
	line-height: 20px;
	right: 20px; top: 50%; margin-top: -10px;
	color: #fff;
	font-weight: bold!important;
}

#main-nav .menu li.open {
	position: static;
}
#main-nav .menu li.open:before { 
	opacity: 0;
	visibility: hidden;
}

/* Sub menus */
#main-nav .menu li.back {
	border-top: none;
	border-bottom: none;
	background-color: rgba(255, 255, 255, .15);
	font-size: .825em;
	padding-left: 40px;
	color: #fff;
	opacity: .75;
	letter-spacing: 3px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#main-nav .menu li.back:before{
	content: "b"!important;
	display: block;
	position: absolute;
	height: 10px;
	width: 20px;
	font-size: 0.8em;
	line-height: 10px;
	left: 25px;
	top: 50%;
	margin-top: -5px;
	color: white;
	font-weight: bold!important;
}

/* Featured projects */

#featured-works-label { display: none; }

#featured-projects {
	position: absolute;
	top: 0; left: 0;
	height: auto; width: 100%;
	max-height: calc(100% - 60px);
	-webkit-transition: top .125s ease-in, opacity .125s ease-in, visibility 0s ease-in .125s;
	-moz-transition: top .125s ease-in, opacity .125s ease-in, visibility 0s ease-in .125s;
	-o-transition: top .125s ease-in, opacity .125s ease-in, visibility 0s ease-in .125s;
	visibility: hidden;
	opacity: 0;
	overflow: auto;
	z-index: 2;
}
#featured-projects.open {
	top: 60px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: top .125s ease-in, opacity .125s ease-in;
	-moz-transition: top .125s ease-in, opacity .125s ease-in;
	-o-transition: top .125s ease-in, opacity .125s ease-in;
}

#toggle-featured-projects {
	background: transparent;
	right: 60px;
	color: white;
	font-size: 1.5em;

}
#toggle-featured-projects:before {
	position: absolute;
	top: 50%; margin-top: -10px;
	left: 50%; margin-left: -10px;
	height: 20px; width: 20px;
}

#toggle-featured-projects.open {
	/* Hardcoded */
	color: #c93535;
}

#toggle-featured-projects:after {
	content: " ";
	display: block;
	position: absolute;
	height: 20px; width: 1px;
	left: 0; top: 50%; margin-top: -10px;
	background: rgba(255, 255, 255, 0.1);
}

#featured-projects ul {
	top: 60px;
}

#featured-projects li {
	position: relative;
	width: 100%;
	height: calc(100vw / 3.5);
	background-color: #fff;
	-webkit-transition: background-color .1s ease-in;
	-moz-transition: background-color .1s ease-in;
	-o-transition: background-color .1s ease-in;
	cursor: pointer;
	list-style: none;
}
#featured-projects li > a {
	position: absolute;
	top: 0; left: 0;
	height: 100%; width: 100%;
	z-index: 1;
}
#featured-projects li * { font-weight: 400; font-style: normal; }

#featured-projects .content {
	width: 55%; 
	height: calc(100vw / 3.5);
	float: left;
	box-sizing: border-box;
	padding: 10px 30px;
	line-height: 1.4;
	color: #1d212d;
	position: relative;
}
#featured-projects li .content:before {
	content: " ";
	position: absolute;
	display: block;
	bottom: 0; left: 30px; right: 30px; top: auto;
	height: 1px; width: calc(100% - 60px);
	background: #f3f3f3;
}
#featured-projects li:last-child .content:before { display: none; }

#featured-projects .content .inner {
	position: relative;
    max-height: 100%;
    overflow: hidden;
}

#featured-projects .content h6 {
	font-size: 1em;
	line-height: 1.3;
	color: #1d212d;
	margin-top: 5px;
    font-family: "Georgia";
}
#featured-projects .content a {
	position: relative;
	z-index: 2;
	margin-top: 5px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #acacac;
	font-size: 0.692em;
	line-height: 1.15;
    text-transform: uppercase;
	/* Hardcoded */
	color: #858571;
}

#featured-projects .content .inner a:before { content: " / "; }
#featured-projects .content .inner a:first-child:before { content: ""; }

#featured-projects .image {
	position: relative;
	float: right;
	width: 45%; height: calc(100vw / 3.5);
	background-size: cover;
	background-position: center center;
}

.afterwp{
	display: none;
}

/*************************/
/*        Sidebar        */
/*************************/

.sidebar {
	/* Hardcoded */
	background-color: #1D212D;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
    z-index: 9;
}

.sidebar .title { display: none; }
.sidebar .title h4 { font-family: "Montserrat", sans-serif; }

.sidebar .widget {
	padding: 20px 50px;
	max-width: 200px;
	margin: 0 auto;
}
.sidebar .widget h5 { color: #fff; font-family: "Montserrat", sans-serif; }
.sidebar ul {
	padding-top: 5px;
	padding-bottom: 5px;
}
.sidebar ul li {
	display: block;
	padding: 0; margin: 5px;
	border-bottom: 1px solid rgba(255, 255, 255, .10);
	text-transform: capitalize; 
	font-style: normal; 
	list-style: none;
}
.sidebar ul li:last-child { border-bottom: none; }
.sidebar ul li.current-term { background: rgba(255, 255, 255, .05); }
.sidebar ul li a {
	color: #858571;
	text-decoration: none;
	padding: 5px 15px;
	display: inline-block;
}
.sidebar ul li, .sidebar ul li a { color: #858571; }

.sidebar .pagination { display: none; }
.sidebar .pagination > span, .sidebar .pagination button {
	display: block;
	float: left;
	height: 48px;
	line-height: 48px;
	border: none;
	margin: 0;
	padding: 0;
	color: white;
}
.sidebar .pagination > span {
	width: 34%;
    background: rgba(255, 255, 255, .08);
}
.sidebar .pagination span { font-family: 'Montserrat', sans-serif; color: #c9c9c9; }

.sidebar .pagination button {
	width: 33%;
	background: rgba(255, 255, 255, .05);
	font-size: 1.2em;
	outline: none;
	cursor: pointer;
	position: relative;
}

/* Widgets */

.sidebar img { max-width: 100%; }

.sidebar ul.menu { overflow: hidden; }
.sidebar ul.menu .back { display: none; }
.sidebar ul.sub-menu { padding-bottom: 0; }
.sidebar .sub-menu li {
    border-bottom: none!important;
}

.sidebar select {
    position: relative;
    max-width: 100%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 8px 12px;
    color: #6a6a6a;
    border-radius: 3px;
}


/* Search */

.widget_search input[type="submit"], .widget_search span { display: none; }

.widget_search input[type="search"] {
    background: transparent;
    border: 1px solid rgba(133, 133, 113, 0.25);
    border-radius: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
    outline: none;
    width: 100%;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
}
.widget_search label { position: relative; }
.widget_search label:before {
    content: "\\";
    position: absolute;
    top: 50%; margin-top: -7px;
    left: 12px;
    height: 15px; width: 15px;
    font-size: 15px;
    font-family: "streamline-full" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    vertical-align: bottom;
    opacity: .75;
    /* Hardcoded */
    color: #c5373a;
}

/* Calendar */
#calendar_wrap { position: relative; margin-right: -15px; }

.sidebar .widget_calendar h5 { margin-bottom: 30px; }

.widget_calendar caption {
    position: absolute;
    width: 100%;
    left: -6px;
    top: -30px;
    text-align: center;
}
.widget_calendar table {
	width: 100%;
	table-layout: fixed;
    color: #a0a0a0;
}
.widget_calendar th {
	text-align: right;
    color: #fff;
}
/*
.widget_calendar th[title="Monday"]:after { content: "on"; }
.widget_calendar th[title="Tuesday"]:after { content: "ue"; }
.widget_calendar th[title="Wednesday"]:after { content: "ed"; }
.widget_calendar th[title="Thursday"]:after { content: "hu"; }
.widget_calendar th[title="Friday"]:after { content: "ri"; }
.widget_calendar th[title="Saturday"]:after { content: "at"; }
.widget_calendar th[title="Sunday"]:after { content: "un"; }
*/

.widget_calendar tr {
	text-align: right;
    border: none;
}
.widget_calendar td {
	padding: 1px 0;
	position: relative;
}
.widget_calendar td a { color: #fff; font-weight: 600; }
#today:before {
	content: "";
	display: block;
	position: absolute;
	height: 25px;
	width: 25px;
	border-radius: 24px;
	left: -5px;
	top: 2px;
	background-color: rgba(255, 255, 255, .25);
}
#prev a,#next a {
	color: #737373;
}
#prev {
	text-align: left;
	padding-left: 5px;
}
#next {
	text-align: right;
}
#next a {
	position: relative;
	right: 5px;
}

/*************************/
/*       Homepage        */
/*************************/

body.page-template-homepage-php { height: 100%; overflow: hidden; }

/* Gallery */

#homepage-logo-wrapper {
	position: absolute;
	top: 20px; bottom: 50px;
	left: 20px; right: 20px;
}
.no-touch .on-first-slide #homepage-logo-wrapper { bottom: 90px; } /* Logo wrapper position when the scrolling animation is present */

#homepage-logo {
	position: absolute;
	z-index: 97;
	overflow: hidden;
	bottom: 0;
	max-width: 60%;
	margin: 0;
	padding-bottom: 20px;
	opacity: 0;
	-webkit-transition: opacity .125s ease-in;
	-moz-transition: opacity .125s ease-in;
	-o-transition: opacity .125s ease-in;
}

@media all and (max-width: 767px) {
	/* Ignore the "distance from the left" property on phone resolutions only */
	#homepage-logo { margin-left: auto!important; margin-right: auto!important; left: 0!important; right: 0!important; }
}

#homepage-logo.distraction-free { opacity: 0!important; }
#homepage-logo-wrapper.transitioning img#homepage-logo.visible { opacity: 0; }
#homepage-logo.visible { opacity: 1; }

/*******************************/
/*       Munich Gallery        */
/*******************************/

/* Gallery container */
.munich-gallery { 
	position: relative; 
	height: 100%;
	margin: 0;
	border: none;
	overflow: hidden;
}

.munich-gallery .aspect-ratio {
	width: 100%;
	height: 0;
	pointer-events: none;
}


.munich-gallery .scroll-animation {
	display: block;
	position: absolute;
	bottom: 35px; left: 50%;
	height: 52px; width: 32px;
	margin-left: -15px;
	background-image: url("assets/images/scroll-animation.png");
	background-size: 450px 55px;
    background-position: -9px -2px;
	z-index: 10;

	-webkit-animation: SCROLL_ANIMATION 2s infinite;
	animation: SCROLL_ANIMATION 2s infinite;

	-webkit-animation-timing-function: steps(1, start);
	animation-timing-function: steps(1, start);

	-webkit-transition: opacity .125s ease-in;

	transition: opacity .125s ease-in;

	opacity: 0;
}
html.touch .munich-gallery .scroll-animation, .munich-gallery.one-slide .scroll-animation { display: none; }
.munich-gallery.on-first-slide .scroll-animation.visible { opacity: .75; }


.munich-gallery.desc-box-1 .scroll-animation { bottom: 35px; }

@-webkit-keyframes SCROLL_ANIMATION {
  26%  { background-position: -9px -2px; }
  30%  { background-position: -49px -2px; }
  34%  { background-position: -89px -2px; }
  38%  { background-position: -129px -2px; }
  42%  { background-position: -169px -2px; }
  46%  { background-position: -209px -2px; }
  50%  { background-position: -249px -2px; }
  54%  { background-position: -289px -2px; }
  58%  { background-position: -329px -2px; }
  62%  { background-position: -369px -2px; }
  66% { background-position: -409px -2px; }
}
@keyframes SCROLL_ANIMATION {
  26%  { background-position: -9px -2px; }
  30%  { background-position: -49px -2px; }
  34%  { background-position: -89px -2px; }
  38%  { background-position: -129px -2px; }
  42%  { background-position: -169px -2px; }
  46%  { background-position: -209px -2px; }
  50%  { background-position: -249px -2px; }
  54%  { background-position: -289px -2px; }
  58%  { background-position: -329px -2px; }
  62%  { background-position: -369px -2px; }
  66% { background-position: -409px -2px; }
}

.munich-gallery .gallery-meta {
	position: absolute;
	top: 10px; left: 0;
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
	z-index: 4;
	color: white;
}
.munich-gallery .gallery-meta * { 
	color: white; 
	font-family: "Montserrat", sans-serif;
}
.munich-gallery .gallery-meta h1 {
	font-family: "Georgia", serif;
    text-transform: initial;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding-bottom: 15px;
    font-weight: normal;
    margin-bottom: 10px;
}
.munich-gallery .gallery-meta h1 * { font-family: "Georgia", serif; }
.munich-gallery .gallery-meta span { text-transform: uppercase; }

.munich-gallery .gallery-meta span { font-size: 0.769em; }
.munich-gallery .gallery-meta span.author {
	padding-left: 15px;
	position: relative;
}
.munich-gallery .gallery-meta span.author:before {
	content: " ";
	display: block;
	position: absolute;
	top: 50%; margin-top: -3px;
	left: 4px;
	height: 4px; width: 4px;
	border-radius: 4px;
	background: rgba(255, 255, 255, .5);
}

/* Bottom Shadow */
.munich-gallery .overlay {
	position: absolute;
	height: 50%; width: 100%;
	bottom: 0; left: 0; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	z-index: 96;
	-webkit-transition: opacity .125s ease-in;
	-moz-transition: opacity .125s ease-in;
	-o-transition: opacity .125s ease-in;
}
.munich-gallery .not-done .overlay { opacity: 0!important; }

@media all and (max-width: 1023px) {
.munich-gallery.keep-aspect-ratio .overlay { display: none; }
}
.munich-gallery .playing .overlay { display: none; }

.munich-gallery ul.slides {
	position: relative;
	height: 100%;
	max-height: 100%;
	background: #2a2d35 url("assets/images/gallery-pattern.png") repeat;
}

.munich-gallery li.slide {
	position: relative;
	height: 100%; width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-transition: max-width .125s ease-in;
	-moz-transition: max-width .125s ease-in;
	-o-transition: max-width .125s ease-in;
    list-style: none;
    
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* Hardcoded */
	background-color: #2a2d35;
}
.munich-gallery li.slide.playing { z-index: 4!important; }
.munich-gallery.backgrounds-contain li.slide { background-size: contain; }
.munich-gallery.keep-aspect-ratio, .munich-gallery.keep-aspect-ratio ul.slides, .munich-gallery.keep-aspect-ratio li.slide { height: auto; }

.slide-background-size-contain { background-size: contain!important; }
.slide-background-size-cover { background-size: cover!important; }

.munich-gallery iframe, .munich-gallery object {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}

.munich-gallery .video-overlay {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: url("assets/images/video-overlay-pattern.png") repeat;
}

.munich-gallery .video-play {
	position: absolute;
	top: 50%; margin-top: -28px;
	left: 50%; margin-left: -37px;
	height: 56px;
	width: 74px;
	background: rgba(29, 33, 46, .9);
	font-size: 2em; font-weight: 600;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
	border: none;
	z-index: 97;
}
.munich-gallery .video-play:before {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 16px;
	border-color: transparent transparent transparent #fff;
	-webkit-transition: opacity .125s ease-in;
	transition: opacity .125s ease-in;
}
.munich-gallery .playing .video-play {
	opacity: 0;
}

.munich-gallery .description {
	position: absolute;
	width: 280px;
	height: auto;
	bottom: 10px;
	left: 50%;
	margin-left: -140px;
	text-align: center;
	z-index: 97;
	padding: 20px;
	box-sizing: border-box;
	-webkit-transition: opacity .125s ease-in 0s;
	-moz-transition: opacity .125s ease-in 0s;
	-o-transition: opacity .125s ease-in 0s;
	opacity: 0;
}
.munich-gallery.on-first-slide .description { bottom: 85px; }
.munich-gallery.on-first-slide.one-slide .description { bottom: 10px; }

html.touch .munich-gallery.on-first-slide .description { bottom: 10px; }

.munich-gallery.desc-box-1 .description {
	bottom: 20px;
	padding-bottom: 35px;
	background-color: rgba(0, 0, 0, .70);
	border-radius: 5px;
}
.munich-gallery.on-first-slide.desc-box-1 .flex-active-slide .description { padding-bottom: 70px; }
html.touch .munich-gallery.on-first-slide.desc-box-1 .description { padding-bottom: 35px; }

@media all and (max-width: 1023px) {
	.munich-gallery.keep-aspect-ratio .description {
		padding: 10px 10px 30px 10px;
		bottom: 0;
		position: relative;
		margin-left: 0;
		left: 0;
		width: 100%;
	}
}

.flex-active-slide .description {
	opacity: 1;
	-webkit-transition: opacity .125s ease-in .5s;
	-moz-transition: opacity .125s ease-in .5s;
	-o-transition: opacity .125s ease-in .5s;
}
.munich-gallery .description.distraction-free, .flex-active-slide .description.distraction-free { opacity: 0; }


.munich-gallery .description h6 {
	font-size: 1.54em; line-height: 1.1;
	margin-bottom: 5px;
	color: #fff;
	font-weight: 600;
}
.munich-gallery.keep-aspect-ratio .description h6 { font-size: 1.1em; margin-bottom: 0; margin-top: 5px; }

.munich-gallery .description h6 em {
	font-style: normal;
	/* Hardcoded */
	color: #c93535;
	font-weight: 400;
}

.munich-gallery .description p { 
	color: #fff;
	font-size: .85em; line-height: 1.4;
	font-weight: 300;
    opacity: .85;
}
.munich-gallery.keep-aspect-ratio .description p { margin: 5px 0; }


/* Thumbs Gallery */
.munich-gallery.thumb-nav {
	box-sizing: border-box;
	padding-bottom: 70px;
	/* Hardcoded */
	background: #1d212d;
}
.munich-gallery.thumb-nav .flex-control-nav { display: none; }
.munich-gallery.thumb-nav .description { bottom: 20px; }
.munich-gallery.thumb-nav.on-first-slide .description { bottom: 80px; }

.munich-gallery-thumbs {
	position: absolute;
	bottom: 0; left: 0;
	height: 74px;
	width: 100%;
	text-align: center;
	z-index: 4;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-y: hidden;
	font-size: 0;
}
.munich-gallery-thumbs ul {
	position: relative;
	display: inline-block;
	height: 70px; width: auto;
	white-space: nowrap;
	font-size: 0;
	margin-top: 4px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.munich-gallery-thumbs ul li {
	height: 100%;
	width: 110px;
	display: inline-block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	list-style: none;
}
.munich-gallery-thumbs ul li:before, .munich-gallery-thumbs ul li .progress {
	content: " ";
	display: block;
	position: absolute;
	top: -4px; left: 0;
	height: 4px; width: 100%;
	background: rgba(255, 255, 255, .25);
	-webkit-transition: background .125s linear;
	transition: background .125s linear;
	z-index: 1;
}
.munich-gallery-thumbs ul li .progress {
	z-index: 2;
	width: 0;
	opacity: .5;
	
	background: white; 
}
.munich-gallery-thumbs ul li.next .progress {
	-webkit-transition: width 5s ease-in;
	transition: width 5s ease-in;
}
.munich-gallery-thumbs ul li.next .progress, .munich-gallery-thumbs ul li.active .progress { width: 100%; }
.munich-gallery-thumbs ul li.active .progress { 
	opacity: 1; 
	-webkit-transition: opacity .125s ease-in!important; 
	transition: opacity .125s ease-in!important;
}
.munich-gallery-thumbs .active-thumb {
	position: absolute;
	bottom: 0;
	left: 235px;
	height: calc( 100% - 4px );
	width: 110px;
	background-color: white;
	pointer-events: none;
	background-size: cover;
	background-position: center center;
	/* Hardcoded */
	border-top: 4px solid #c93535;
}

/*************************/
/*    Posts Gallery      */
/*************************/

.posts-gallery .slides > .image-spinner { display: none; z-index: 10; }
.posts-gallery.loading-page > .image-spinner { display: block; }

.posts-gallery.loading-page:before, #portfolio-list.loading-page:after {
	content: " ";
	position: absolute;
	height: 100%; width: 100%;
	top: 0; left: 0;
	background: white;
	z-index: 9;
}
.posts-gallery.loading-page:after {
	background: #1d212d;
	opacity: .75;
}

.posts-gallery li.item { 
	width: 100%; 
	transition: none!important;
	-webkit-transition: -webkit-transform 0.4s, opacity;
	-moz-transition: transform 0.4s, opacity;
	-o-transition: transform 0.4s, opacity;
	list-style: none;
}
.posts-gallery li.item .description {
	padding: 20px 60px;
	background: #fff;
	max-width: 320px;
	margin: 0 auto;
	text-align: center;
}
.posts-gallery li.item .description a {
	text-decoration: none;
}
.posts-gallery li.item .description span { 
	display: inline-block; 
	/* Hardcoded */
	color: #c93535;
	font-size: 1.2em;
	margin: 5px 15px -5px 15px;
}
.posts-gallery li.item .description h5 {
	color: #1d212d;
	text-align: center;
    font-size: 1.077em;
}
.posts-gallery li.item .image {
	height: 300px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.posts-gallery li.item ul.post-categories {
	text-align: center;
}
ul.post-categories a {
    font-family:  "Montserrat", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.82em;
    color: #858571;  
}

/* Shop items on Posts Gallery */

.posts-gallery li.item .product-description {
	position: relative;
	padding-top: 45px;
}

.posts-gallery li.item .price-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 32px;
}
.posts-gallery li.item .price-inner {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
    min-width: 45px;
}
.posts-gallery li.item .price-inner .star-rating {
	display: none;
}
.posts-gallery li.item span.price {
	position: relative;
	display: inline-block;
	width: auto;
	padding: 5px 10px;
	margin: 0;
	/* Hardcoded */
	background: #1d212d;
}
.posts-gallery li.item span.price span {
	color: white;
	font-size: 1.1em;
	font-family: "Montserrat", sans-serif;
	margin: 0;
	font-weight: 500;
}
.posts-gallery li.item span.price del span {
	text-decoration: line-through;
	font-size: 0.75em;
	opacity: .5;
}

.posts-gallery li.item .price-inner a {
	position: absolute;
	display: block;
	bottom: 100%;
	height: 68px;
	width: 100%;
	left: 0;
	border: none;
	background: #c93535;
	border-radius: 0;
	color: #fff;
	text-shadow: none;
	box-sizing: border-box;
	padding: 0 10px;
	white-space: normal;
	text-transform: uppercase;
	font-size: 0.769em;
	line-height: 1.05;
}
.posts-gallery li.item .price-inner a:hover { background: #c93535; opacity: 1; }
.posts-gallery li.item .price-inner a:active { top: auto; }



.posts-gallery li.item .price-inner a em {
	color: #fff;
	text-transform: lowercase;
	opacity: .5;
    font-family: "Georgia", serif;
}
.posts-gallery li.item .price-inner a:before {
	content: "P"!important;
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 1.5em;
    position: relative;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    background: none;
    position: relative;
    top: auto; left: auto; right: auto; bottom: auto;

}
.posts-gallery li.item .price-inner a.loading:before { opacity: 0; }
.posts-gallery li.item .price-inner a.added_to_cart:before { margin-bottom: 11px; }
.posts-gallery li.item .price-inner a.added_to_cart { font-weight: 800; }

.posts-gallery li.item .price-inner a.loading:after {
    content: "";
    position: absolute;
    display: block;
    top: 9px;
    left: 50%;
    margin-left: -7px;
    right: 0;
    bottom: auto;
    height: 15px;
    width: 15px;
    background: url(assets/images/gallery-loader.gif) center no-repeat transparent;
    background-size: 15px 15px;
    z-index: 9;
}

/*************************/
/*       Portfolio       */
/*************************/

#page-body.portfolio {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
}
@media all and (max-width: 1023px) {
	.portfolio-page { width: 100%!important; }
}

/* Sidebar */

#page-body.portfolio .sidebar, #page-body.shop .sidebar {
	padding-top: 0;
	padding-bottom: 0;
}
#prev-page:after {
	content: " ";
	position: absolute;
	width: 1px; height: 20px;
	top: 50%; margin-top: -10px;
	right: 0;
	background: rgba(255, 255, 255, .1);
}

/* Portfolio Categories */

.portfolio .sidebar ul li, .shop .sidebar ul li, .single-product .sidebar ul li {
	display: inline-block;
	padding: 0; margin: 5px;
	border: 1px solid rgba(255, 255, 255, .10);
	border-radius: 4px;
	list-style: none;
}
.portfolio .sidebar ul li.current-term, .shop .sidebar ul li.current-term { background: rgba(255, 255, 255, .05); }
.portfolio .sidebar ul li a, .shop .sidebar ul li a {
	/* Hardcoded */
	color: #858571;
	text-decoration: none;
	padding: 5px 15px;
	display: inline-block;
}

/*************************/
/*   Single Portfolio    */
/*************************/

/* Navigation */

.single-portfolio > nav {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	height: 35px;
	width: 90px;
	/* Hardcoded */
	background: #1d212d;
	margin-top: 13px;
	margin-right: 8px;
}
.single-portfolio > nav:before, .single-portfolio > nav:after {
	content: " ";
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAICAYAAACyNQwAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNFMEZCNTc5NEQ4QTExRTQ4QTlBREZFNDJERDFCOERFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjNFMEZCNTdBNEQ4QTExRTQ4QTlBREZFNDJERDFCOERFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0UwRkI1Nzc0RDhBMTFFNDhBOUFERkU0MkREMUI4REUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0UwRkI1Nzg0RDhBMTFFNDhBOUFERkU0MkREMUI4REUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4iWMUKAAAA1UlEQVR42sySWw4CMQhFoZ1P978/P1yBifExioyhhpBLp2oysckN0PTBAZiIdipWFbMM4uJs9ONedXvIryYGNr7FICcyK6qH6a66qi6qg2o/WcB2gYHPyQeZP1qECu7X5F0P5XMU0wJ2M7ijal7AZneBgo/sCPhoEVDSJekWgY6RA2twp6WLUzgQF3fi6GdF6MUFxAS6w8kfLWc/kucG1luyEiP4T7pPK0XIpqXFEkbyYRMoTNut0e734LPzHvDVvS3Bvi1ABiydKZN/BPulAG/YpwADAFSeMEyjy9OgAAAAAElFTkSuQmCC);
	height: 8px; width: 54px;
}
.single-portfolio > nav:before{
 -webkit-transform: scaleX(-1);
 -ms-transform: scaleX(-1);
 transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
}
.single-portfolio > nav:after { left: auto; right: 0; }
.single-portfolio > nav div {
	position: relative;
	width: 30px;
	height: 100%;
	float: left;
	border: none;
	background: transparent;
	color: white;
	font-size: 0.825em;
	line-height: 35px;
	padding: 0;
	text-align: center;
}
.single-portfolio > nav div a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.single-portfolio > nav div.list:before { opacity: .5; font-size: 1.25em; }

.single-portfolio > nav div:after {
	content: " ";
	display: block;
	position: absolute;
	height: 10px; width: 1px;
	top: 50%; margin-top: -5px;
	right: 0;
	background: rgba(255, 255, 255, .125);
}
.single-portfolio > nav div.next:after { display: none; }

/* Work */

#work-description { line-height: 1.8; min-width: 100%; box-sizing: border-box; }
#work-description p { font-size: 0.923em; line-height: 1.666; }

#work-info, #work-description { 
	position: relative;
	padding: 25px;
	z-index: 1; 
	color: #4b4b4b;
}
#work-description { padding-top: 0; margin-top: -25px; }
#work-info h1 { font-size: 1.85em; line-height: 1.2; }

#work-info hr { 
	margin: 20px 0;
	border: none;
	border-top: 1px solid #d8d8d8; 
}
#work-info .meta { margin-top: -10px; margin-bottom: -10px; }
#work-info .meta li {
	position: relative;
	font-size: 0.923em;
	font-family: "Georgia", serif;
	font-style: italic;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	/* Hardcoded */
	color: #898989;
}
#work-info .meta li:before {
	position: absolute;
	font-size: 22px;
	left: 0px;
	top: 50%;
	margin-top: -11px;
	height: 22px;
}

#work-info .meta li strong { 
	font-family: "Montserrat", sans-serif;
	font-weight: 500; 
	font-size: 0.917em;
	font-style: normal;
	text-transform: uppercase;
	color: #000; 
    padding-right: 5px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

#toggle-work-bottom-bar { display: none; }

#work-info .description { font-size: 0.923em; }

/* Related Works */

#related-works {
	background: #fff;
	padding: 5px 25px 25px 25px;
	min-width: 100%;
	box-sizing: border-box;
}

#related-works nav {
	height: 40px;
	width: 100%;
	color: #4b4b4b;
	line-height: 40px;
	margin-bottom: 5px;
	overflow: hidden;
}

#related-works nav h1 {
	font-size: 13px;
	font-family: "Georgia", serif;
	font-style: italic;
	line-height: 1.2;
	display: inline-block;
}
#related-works nav h1 strong {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
}

#related-works nav button {
	position: relative;
	height: 22px;
	width: 22px;
	border-radius: 20px;
	border: 1px solid #d2d2d2;
	background: white;
	vertical-align: top;
	margin-top: 5px;
	outline: none;
	cursor: pointer;
	padding: 0;
	margin-right: 10px;
}
#related-works nav button:before { 
	display: block;
	font-size: .7em; 
	width: 100%; 
	height: 100%; 
	line-height: 20px; 
	text-align: center;
	color: #5A5A5A;
}
#related-works nav button.previous { margin-left: 15px; }

#related-works nav button.next:after{ /* Horizontal line */
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	height: 1px;
	width: 5000px;
	left: 40px;
	background: #e2e2e2;
}


#related-works .wrapper {
	width: 100%;
	overflow: hidden;
}

#related-works ul {
	width: auto;
	white-space: nowrap;
}

#related-works ul li {
	display: inline-block;
	margin-right: 8px;
	list-style: none;
}
#related-works ul li:last-child { margin-right: 0; }

#related-works ul img {
	height: 150px;
	width: auto;
}

/*************************/
/*         Blog          */
/*************************/

#page-body.blog .flexslider {
	border: none;
	margin: 0;
	border-radius: 0;
}

article.no-results {
    position: absolute;
    width: 400px;
    max-width: 100%;
    height: 120px;
    top: 50%;
    margin-top: -60px;
    left: 50%;
    margin-left: -200px;
    text-align: center;
    color: white;   
}
article.no-results h4 { 
    margin-bottom: 40px; 
    margin-top: 10px;
    opacity: .75;
}

.post { 
	position: relative; 
	list-style: none;
}
.paginate-links { display: none; }

.post .image {
	height: 285px;
	width: 100%;
	background-size: cover;
	background-position: center center;
}
.post .image.no-image .image-spinner, .post .image.no-image:after { display: none; }
.post .image { background-color: #EDEDED; }

.post .info {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding-left: 60px;
	background: #fff;
}

/* Date */
.post .date {
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	/* Hardcoded */
	background: #1d212d;
}

/* Sticky Posts */
.post.sticky .date:before {
    position: absolute;
    height: 30px; width: 100%;
    background: #C93535;
    content: "\e014";
    font-size: 14px;
    line-height: 30px!important; 
    color: white;
    bottom: 100%;
    left: 0;
    text-align: center;
}

.post .date .inner {
	position: absolute;
	height: 68px;
	width: 100%;
	margin-top: -34px;
	top: 50%;
	text-align: center;
}
.post .date span { 
	color: #fff;
	display: inline-block;
	line-height: 1;
	width: auto;
}
.post .date .month { font-size: 0.92em; width: 100%; }
.post .date .day { 
	position: relative;
	font-size: 2em;
	padding-bottom: 0px;
	margin-bottom: -2px;
	margin-top: -5px;
	clear:both;
	line-height:1.2;
}
.post .date .day:after {
	content: " ";
	display: block;
	position: absolute;
	bottom: -1px;
	width: 20px;
	left: 50%;
	margin-left: -10px;
	background: #c93535;
	height: 1px;
}

.post .date .year { 
	font-size: 0.92em; 
	margin-top: -2px;
	width: 100%;
}

/* Content */

.blog-posts .post .content {
	padding: 15px 20px 15px 20px;
	min-height: 50px;
}
.blog-posts .post ul.post-categories { margin-top: 0; max-height: 100px; overflow: auto; }

.blog-posts .post h2 { font-size: 1.4em; margin-bottom: 0; }
.blog-posts .post h2 a { 
	color: #1d212d;
    line-height: 1.2;
}
.post .info .excerpt { display: none; font-size: 0.923em; }
.post .info .excerpt p { line-height: 1.666; }

.blog-posts .post .read-more { display: none; }

/* Blog Sidebar */
body.open-sidebar {
	position: fixed;
	width: 100%;
}
.sidebar.blog-sidebar, .sidebar.shop-sidebar {
	position: fixed;
	top: 60px;
	bottom: 0;
	width: 100%;
	height: calc(100vh - 60px);
	box-sizing: border-box;
	overflow: auto;
	transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transition: transform .125s cubic-bezier(0.880, 0.005, 0.390, 0.995);
	-webkit-transition: -webkit-transform .125s cubic-bezier(0.880, 0.005, 0.390, 0.995);
	z-index: 4;
}
.sidebar.blog-sidebar.open, .sidebar.shop-sidebar.open {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

#toggle-sidebar {
	position: fixed;
	top: 50%;
	margin-top: -15px;
	right: 0;
	height: 30px; width: 30px;
	border: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	outline: none;
	opacity: .85;
	z-index: 300;
	/* Hardcoded */
	background: #1d212d;
}
#toggle-comments { display: none; }

/*************************/
/*     Single Post       */
/*************************/

.single-post #main-slider {
	height: 280px!important;
}
.single-post .munich-gallery .description { display: none; }

/* Top Overlay */
.single-post #main-slider.top-overlay:before {
	content: " ";
	position: absolute;
	width: 100%; height: 50%;
	top: 0; left: 0;
	z-index: 3;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.7)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 100%);
}

/* Post Content */

article.post {
	box-sizing: border-box;
	padding: 20px;
	padding-bottom: 0;
}

article.post img { max-width: 100%; height: auto; margin: 10px 0; }
article.post img.wp-smiley { margin: 0 5px 0 2px; }
article.post p:first-child img:first-child { margin-top: 0; }

article.post *:last-child { margin-bottom: 0; width:100%;}

article.post .content { padding-bottom: 40px; }

article.post footer { margin-top: 40px; }
body.single article.post footer { margin-top: 0; }

article.post .tags {
    float: left;
    font-weight: 600;
}
article.post .tags a { 
    font-weight: 400; 
    display: inline-block;
    border-bottom: 1px solid #D8D8D8 ;
    line-height: 1.2;
    text-decoration: none;
}

article.post .pages a {
    display: inline-block;
    border: 1px solid #D8D8D8;
    padding: 5px;
    line-height: 1;
    min-width: 13px;
    text-align: center;
    text-decoration: none;
}
article.post .pages {
    text-align: right;
    float: right;
}

/* Post Comments */
section.comments {
	padding: 0 20px 0 20px;
	width: auto;
	box-sizing: border-box;
	margin: 40px -20px 0 -20px;
    overflow: hidden;
}
section.comments.no-comments { padding-top: 20px; padding-bottom: 0; }
section.comments ol.commentlist { position: relative; padding-top: 20px; }
section.comments ol.commentlist li { list-style: none; }
.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li {
    margin-bottom: 0;
}

section.comments .no-comments { 
    margin-bottom: -5px;
    padding-bottom: 15px;
    padding-top: 3px;
    font-family: "Georgia", serif;
    font-style: italic;
    color: #aaa;
}

section.comments h6 { 
	display: block;
	position: relative;
	color: #fff; 
	margin-bottom: 20px;
	overflow: hidden;
	font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

section.comments .avatar { display: none; }
.woocommerce #reviews #comments ol.commentlist li .meta, .woocommerce-page #reviews #comments ol.commentlist li .meta {
    font-size: 1em;
}
section.comments p.author-name strong { 
    color: rgb(53, 53, 53); 
    font-weight: 600; 
    font-size: 1em;
    font-style: normal;
}
section.comments p.author-name a { text-decoration: none; }

.woocommerce .star-rating, .woocommerce-page .star-rating { float: left; }
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before { color: silver; }

.woocommerce .star-rating, .woocommerce-page div.description { 
    clear: both; 
    padding-top: 4px;
    margin-top: 0;
}

.woocommerce #reviews time { 
    margin-top: -4px;
    position: relative;
    display: block;
    color: #6a6a6a;
}

section.comments p {
	font-size: 1em;
	line-height: 1.6;
	margin: 0 0 4px 0;
    font-style: normal;
}
section.comments p.comment-form-comment {
  display: inline-block;
  width: 100%;
}

section.comments time { font-style: italic; font-weight: 400; }
section.comments a.comment-edit-link, section.comments a.comment-reply-link {
	font-style: normal;
	font-weight: 500;
	border-bottom: 1px solid #d8d8d8;
	text-transform: uppercase;
	font-size: 0.846em;
	margin-left: 5px;
	color: black;
}

section.comments ul.children { padding-left: 20px; }
section.comments article {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
    overflow: hidden;
}
section.comments article:after {
	content: " ";
	display: block;
	position: absolute;
	bottom: 0; left: -50%;
	width: 5000px; height: 1px;
	background: #d8d8d8;
}

section.comments > ol > li:last-child > article:last-child:after,
#comments > ol > li:last-child > article:last-child:after{ display: none!important; }

section.comments > ol > li li { padding-left: 0; }

section.comments .content { padding-bottom: 0; font-style: normal; }

section.comments #respond {
	margin: 25px -20px 0 -20px;
	padding: 30px 20px 30px 20px;
	box-sizing: border-box;
	/* Hardcoded */
	background: #1d212d;
}

#cancel-comment-reply-link {
    position: absolute;
    right: 10px;
    font-weight: 600;
    top: 10px;
    font-family: "Open Sans";
    text-transform: lowercase;
    background: rgb(200, 200, 200);
    padding: 3px;
    line-height: 12px;
    font-size: 14px;
    height: 14px;
    width: 14px;
    text-align: center;
    border-radius: 20px;
    color: white;
    cursor: pointer;
}

section.comments #respond p.logged-in-as { font-size: 1em; margin-bottom: 25px; }
section.comments #respond p.logged-in-as a { border-bottom: 1px solid rgba(255, 255, 255, .125); text-decoration: none; }
section.comments #respond p.logged-in-as a:last-child { color: #fff; }
section.comments .comment #respond p.logged-in-as a:last-child { color: #000; }

section.comments li.comment #respond {
    background: white;
    z-index: 200;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    border: none;
    margin-top: -9px;
    position: relative;
}
section.comments li.comment #respond form {
    padding: 20px 35px;
    background: #ededed;
    border-radius: 8px;
}

section.comments li.comment #respond:before { display: none; }

section.comments ol.commentlist > li.comment:last-child #respond { margin-bottom: 0; border-bottom: 0; }

section.comments li.comment #respond p.form-submit { margin-top: -10px; }


/*************************/
/*       Gallery         */
/*************************/

body.page-template-gallery-php { height: 100%; }

/*************************/
/*      Custom Page      */
/*************************/

#page-body.custom-page > section {
	width: 100%;
	padding: 25px 25px 0 25px;
	box-sizing: border-box;
}
.custom-page section.image {
	height: 230px;
	background-size: cover;
	background-position: center center;
}
.custom-page section.image.show-title-shadow:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    z-index: 3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.7)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 100%);
    pointer-events: none;
}

.custom-page section.image h1 {
    position: relative;
    color: white;
    z-index: 4;
    margin-top: 0;
}
.custom-page section.image p {
    position: relative;
    color: white;
    font-family: "Georgia", serif;
    font-style: italic;
    line-height: 1.5;
    z-index: 4;
    margin-top: 20px;
    max-width: 300px;
}

div.pp_default .pp_loaderIcon { 
    background-image: url(assets/images/gallery-loader.gif);
    background-size: 20px 20px;
}
div.pp_default .pp_content_container .pp_left { padding-left: 0; }
div.pp_default .pp_content_container .pp_right { padding-right: 0; }

/*************************/
/*       Contact         */
/*************************/

.contact.custom-page section.image.mobile {
	position: relative;
	margin-left: -25px;
	margin-right: -25px;
    height: 280px;
    overflow: hidden;
}
.contact.custom-page section.image.desktop { display: none; }

.contact.custom-page section.image .social {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 47px;
	background: rgba(29, 33, 45, .5);
}
.contact.custom-page section.image .social-networks-wrapper  { margin: 0; }
.contact.custom-page section.image .social-networks { text-align: center; }
.contact.custom-page section.image .social li {
	color: #ceced1;
	padding: 0 15px;
	margin: 10px 0;
	border-right: 1px solid rgba(255, 255, 255, .5);
}
.contact.custom-page section.image .social li:last-child { border-right: 0; }

/* Map */

.toggle-map {
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 35px;
    right: 0;
    background: black;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    cursor: pointer;
    z-index: 3;
}
.toggle-map:before {
    font-size: 1.5em;
    color: white;
    height: 20px; line-height: 20px;
    width: 20px; text-align: center;
    position: absolute;
    top: 50%; left: 50%;
    margin-top: -10px; margin-left: -7px;
}

.contact-map { 
    height: 100%; 
    width: 100%; 
    z-index: 2; 
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    
    -webkit-transition: -webkit-transform .125s ease-in, visibility 0s ease-in .125s;
    transition: transform .125s ease-in, visibility 0s ease-in .125s;
    visibility: hidden;
}
#contact-map-canvas-mobile, #contact-map-canvas-desktop { height: 100%; width: 100%; }

.contact-map.open {
    -webkit-transition: -webkit-transform .125s ease-in;
    transition: transform .125s ease-in;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Contact Form */

div.wpcf7 {
	background: #1d212d;
	margin-bottom: -45px!important;
	margin-left: -25px;
	margin-right: -25px;
	padding: 25px;
}

div.wpcf7-validation-errors, div.wpcf7-response-output {
    border: none;
    color: #858571;
    margin-left: 0;
    margin-right: 0;
    background: rgba(255, 255, 255, .05);
    padding: 10px 20px;
    border-radius: 5px;
}

span.wpcf7-not-valid-tip {
    margin-top: -10px;
    color: #A54545;   
}

.wpcf7-form > p { margin-top: 0; margin-bottom: 0; }
.wpcf7-form > p.form-submit { margin-top: -5px; }

/*************************/
/*         Shop          */
/*************************/

#page-body.shop { margin-top: 45px; }

li.product.sale .image:before {
    content: "SALE!";
    display: block;
    background-image: url("assets/images/sale-product.png");
    background-size: 100% 100%;
    color: white;
    position: absolute;
    top: -8px;
    left: -26px;
    width: 92px;
    height: 56px;
    box-sizing: border-box;
    line-height: 1;
    padding: 23px 0 22px 0;
    text-align: center;
    font-size: 0.926em;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 2;
}
li.product.featured .image:after {
    content: "FEATURED";
    display: block;
    background-image: url("assets/images/featured-product.png");
    background-size: 100% 100%;
    color: white;
    position: absolute;
    top: 23px;
    left: -25px;
    width: 138px;
    height: 40px;
    box-sizing: border-box;
    line-height: 1;
    padding: 8px 0 11px 0;
    text-align: center;
    font-size: 0.926em;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 3;
}
.single-product li.product.sale .image:before, .single-product li.product.featured .image:after { display: none; }

/* Sidebar */

#page-body.shop .sidebar { height: auto; }

.shop .sidebar {
    position: absolute;
    top: -45px;
    width: 100%;
}
.sidebar .cart {
    height: 45px;
    width: 100%;
    /* Hardcoded */
    background: #c93535;
}


#cart-toggle-wrapper {
    padding-top: 5px;
    height: 45px;
    box-sizing: border-box;
    cursor: pointer;
}
#cart-toggle-wrapper.empty-cart { cursor: default; }
#cart-toggle-wrapper span {
    color: white;
    line-height: 30px;
    margin-top: 5px;
    height: 30px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 0.923em;
}
#cart-toggle-wrapper span > span.icon {
    font-size: 10px;
    padding: 0 5px;
    margin-top: 0;
}
#cart-toggle-wrapper.empty-cart span > span.icon { display: none; }

#cart-qty {
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, .25);
    padding-left: 15px;
    margin-left: 5px;
    position: relative;
}
#cart-qty:before { font-size: 24px; position: relative; top: -2px; }
#cart-qty .amount {
    position: absolute;
    box-sizing: border-box;
    bottom: -2px; right: -6px;
    height: 19px; line-height: 19px;
    width: auto; min-width: 19px;
    /* Hardcoded */
    background: #1d212d;
    color: white;
    font-weight: 600;
    font-size: 12px;
    border-radius: 50px;
    padding: 0 3px;
    font-family: "Montserrat";
    text-align: center;
}

#cart-content { 
    display: none;
    /* Hardcoded */
    background: #1d212d;
}
#cart-content .wrapper {
    position: relative!important;
    height: auto;
    background: rgba(255, 255, 255, .04);
    padding: 0;
}
#cart-content .inner { 
    max-width: 400px; 
    margin: 0 auto;
}
.cart.open #cart-content { display: block; }

#cart-links {
    padding: 5px 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    height: 32px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .125);
}
#cart-links:before {
    content: " ";
    display: block;
    position: absolute;
    width: 1px; height: 16px;
    background: rgba(255, 255, 255, .125);
    left: 50%; top: 8px;
}
#cart-links a {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    color: white;
    font-family: "Montserrat";
    font-size: 0.846em; line-height: 22px;
    font-weight: 300;
}

ul#cart-items { 
    padding: 0; 
    margin-top: -5px; 
}
ul#cart-items li {
    position: relative;
    border: none;
    text-align: left;
    padding: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .125);
    margin: 0;
    border-radius: 0;
    width: 100%;
    padding-left: 65px;
    min-height: 67px;
    box-sizing: border-box;
}

ul#cart-items li a { padding: 0; line-height: 1.4; }
ul#cart-items li img {
    position: absolute;
    left: 5px;
    height: 50px; width: 50px;
    top: 8px;
}
ul#cart-items li .cart-product-title {
    color: rgba(255, 255, 255, .65);
    line-height: 1.3;
    font-size: 0.923em;
    margin-top: -2px;
    position: relative;
    display: inline-block;
}
ul#cart-items li span.cart-product-quantity { display: block; }
ul#cart-items li span.cart-product-quantity, ul#cart-items li span.cart-product-quantity * {
    /* Hardcoded */
    color: #858571;
    font-family: "Georgia", serif;
    font-style: italic;
}

ul#cart-items li .cart-product-title * { font-weight: 400; font-style: normal; }
ul#cart-items li .cart-product-title br { display: none; }

#cart-total {
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    color: white;  
    font-family: "Montserrat";
    font-size: 1em; line-height: 22px;
    font-weight: 300;
}
#cart-total .amount {
    /* Hardcoded */
    color: #858571;
    font-family: "Georgia", serif;
    font-style: italic;
}

.shop .sidebar .widgets { display: none; }


/* Single Product */

body.single.single-product .sidebar {
    padding-top: 0;   
}


body.single.single-product .sidebar .cart { height: auto; }
body.single.single-product .cart.open #cart-content {
    position: relative;
}

.related.products { margin-left: -5px; margin-right: -5px; }

.related.products h2 {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    font-size: 1em;
    text-transform: uppercase;
    padding: 0;
    position: relative;
    margin-left: 5px; 
}

.related.products li {
    position: relative;
    width: 100px!important; height: 100px;
    float: left;
    background: #ececec;
    padding: 5px;
    margin: 5px;
}
.related.products li.product .image { width: 100%; height: 100%; background-size: cover; }

.related.products li.product .description { 
    position: relative;
    display: block;
    position: absolute;
    top: 0; left: 0;
    height: 100%; width: 100%;
}
.related.products li.product .description > a {
    text-indent: -1000px;
    display: block;
    position: absolute;
    top: 0; left: 0;
    height: 100%; width: 100%;
}
.related.products li.product .description > a * { display: none; }
.related.products li.product .description .price-wrapper { display: none; }

/*************************/
/*      404 Error        */
/*************************/

#page-body.error404 {
    background: rgb(40, 45, 61);   
}

.error-404 {
    position: relative;
	width: 500px;
	height: 250px;
	text-align: center;
	margin: 0 auto;
	border-radius: 150px;
	position: absolute;
	top: 50%;
	margin-top: -125px;
	left: 50%;
	margin-left: -250px;
}
.error-404 h3,.error-404 p {
	text-align: center;
}
.error-404 h3 {
	font-weight: 800;
}
.error-404 h1 {
	font-size: 300px;
	font-weight: 800;
	line-height: 235px;
	font-family: "Open Sans", sans-serif !important;
    color: #fff;
    opacity: .25;
}

.error-404 .error-0 {
	border-radius: 215px;
	height: 215px;
	line-height: 215px;
	width: 215px;
	display: inline-block;
	text-align: center;
	margin-left: -50px;
	margin-right: -50px;
	z-index: 1;
	position: relative;
	vertical-align: top;
	margin-top: 20px;
    background: #fff;
}
.error-404 .error-0:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 50%;
	width: 50%;
	z-index: 0;
    background: #fff;
}

.error-404 .inner {
    position: absolute;
    top: 50%;
    height: 80px;
    margin-top: -50px;
    width: 160px;
    left: 50%; margin-left: -80px;
    text-align: center;
    z-index: 2;
    color: #fff;
}
span.oops {
	font-size: 45px;
	font-style: italic;
	font-weight: 600;
	color: #fff;
	line-height: 60px;
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.error-404 p {
    margin-top: 10px;
	font-size: 12px;
	font-style: normal;
	color: white;
	line-height: 16px;
	font-weight: 600;
    opacity: .7;
}


/*************************/
/*       Spinner         */
/*************************/

.image-spinner {
 	margin: -12px 0 0 -25px;
	width: 50px;
	text-align: center;
	height: 24px;
	top: 50%;
	left: 50%;
	position: absolute;
}
.done .image-spinner, .no-image .image-spinner { display: none; }

.image-spinner > div {
	width: 10px;
	height: 10px;
	background-color: #b6b6b6;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	-moz-animation: bouncedelay 1.4s infinite ease-in-out;
	-o-animation: bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
}

.image-spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	-moz-animation-delay: -0.32s;
	-o-animation-delay: -0.32s;
}

.image-spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	-moz-animation-delay: -0.16s;
	-o-animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
	0%, 80%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
		-moz-transform: scale(0.0);
		-o-transform: scale(0.0);
	} 40% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
	}
}

/*************************/
/*      Site Icons       */
/*************************/

[data-icon]:before, .menu-item-has-children:before, #main-nav li.back:before, .posts-gallery li.item .price-inner a:before, h2#toggle-reviews:before, h2#toggle-comments:before {
  font-family: "streamline-full" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  vertical-align: bottom;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
.post.sticky .date:before {
  font-family: "streamline-full" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  vertical-align: middle;
}


/* Social Icons */
.icon-social-facebook:before { content: "\e60b"; font-size: 1.2em; }
.icon-social-behance:before { content: "\e60c"; font-size: 1.5em; }
.icon-social-deviantart:before { content: "\e60d"; font-size: 1.5em; }
.icon-social-linkedin:before { content: "\e60e"; }
.icon-social-blogger:before { content: "\e60f"; }
.icon-social-dribbble:before { content: "\e610"; }
.icon-social-picasa:before { content: "\e611"; }
.icon-social-sharethis:before { content: "\e612"; }
.icon-social-vimeo:before { content: "\e613"; }
.icon-social-youtube:before { content: "\e614"; font-size: 1.3em; }
.icon-social-tumblr:before { content: "\e615"; }
.icon-social-twitter:before { content: "\e616"; }
.icon-social-path:before { content: "\e617"; }
.icon-social-500px:before { content: "\e61b"; font-size: 1.5em; }
.icon-social-digg:before { content: "\e629"; font-size: 1.3em; }
.icon-social-dropbox:before { content: "\e62a"; font-size: 1.2em; }
.icon-social-youtube-alt:before { content: "\e62c"; }
.icon-social-stumbleupon-1:before { content: "\e62d"; }
.icon-social-rss:before { content: "\e62e"; }
.icon-social-yahoo-mess:before { content: "\e618"; }
.icon-social-yahoo-buzz:before { content: "\e62f"; }
.icon-social-skype:before { content: "\e630"; }
.icon-social-grooveshark:before { content: "\e631"; }
.icon-social-google-buzz:before { content: "\e632"; }
.icon-social-dailybooth:before { content: "\e633"; font-size: 1.1em; }
.icon-social-creative-com:before { content: "\e634"; }
.icon-social-flickr:before { content: "\e635"; font-size: 1.2em; }
.icon-social-last:before { content: "\e636"; font-size: 1.2em; }
.icon-social-technorati:before { content: "\e637"; }
.icon-social-twitter-1:before { content: "\e638"; }
.icon-social-bebo:before { content: "$"; }
.icon-social-digg-alt:before { content: "%"; }
.icon-social-myspace-alt:before { content: "&"; }
.icon-social-gowalla:before { content: "'"; }
.icon-social-github:before { content: "("; }
.icon-social-github-alt:before { content: ")"; font-size: 1.4em; }
.icon-social-delicious:before { content: "*"; font-size: 1.2em; }
.icon-social-viddler:before { content: "+"; font-size: 1.3em; }
.icon-social-qik:before { content: ","; font-size: 1.2em; }
.icon-social-zerply:before { content: "-"; }
.icon-social-yahoo:before { content: "."; font-size: 1.4em; }
.icon-social-wordpress:before { content: "/"; font-size: 1.2em; }
.icon-social-mixx-alt:before { content: ":"; }
.icon-social-reddit:before { content: ";"; font-size: 1.4em; }
.icon-hacker-news:before { content: "<"; }
.icon-social-forrst:before { content: "="; font-size: 1.4em; }
.icon-social-instagram:before { content: ">"; font-size: 1.3em; }
.icon-social-medium:before { content: "?"; font-size: 1.4em; }
.icon-social-smashing-mag:before { content: "@"; }
.icon-social-stumbleupon:before { content: "["; font-size: 1.3em; }
.icon-social-treehouse:before { content: "]"; font-size: 1.3em; }
.icon-social-squidoo:before { content: "^"; font-size: 1.3em; }
.icon-social-spotify:before { content: "_"; font-size: 1.3em; }
.icon-social-hi5:before { content: "`"; font-size: 1.3em; }
.icon-social-bing:before { content: "{"; font-size: 1.3em; }
.icon-social-drive:before { content: "|"; font-size: 1.3em; }
.icon-social-joomla:before { content: "}"; font-size: 1.3em; }
.icon-social-yelp:before { content: "~"; font-size: 1.3em; }
.icon-social-google:before { content: "#"; font-size: 1.1em; }
.icon-social-pinterest:before { content: "9"; font-size: 1em; }
.icon-social-trovaziende:before { content: "!"; font-size: 1em; }

/* Other Icons */
.icon-arrow-65:before {
  content: "b";
}
.icon-arrow-66:before {
  content: "c";
}
.icon-favorite-marker-2:before {
  content: "d";
}
.icon-marker-1:before {
  content: "e";
}
.icon-map-location:before {
  content: "f";
}
.icon-profile-bussiness-man:before {
  content: "g";
}
.icon-star-9:before {
  content: "h";
}
.icon-preview-2:before {
  content: "a";
}
.icon-star-2:before {
  content: "i";
}
.icon-hand-like-2:before {
  content: "j";
}
.icon-bubble-2:before {
  content: "k";
}
.icon-bubble-comment-2:before {
  content: "l";
}
.icon-link:before {
  content: "m";
}
.icon-mail-2:before {
  content: "n";
}
.icon-camera-1:before {
  content: "o";
}
.icon-camera-5:before {
  content: "p";
}
.icon-camera-lens-2:before {
  content: "q";
}
.icon-photos-2:before {
  content: "r";
}
.icon-signal-camera-1:before {
  content: "s";
}
.icon-movie-play-1:before {
  content: "t";
}
.icon-video-camera-2:before {
  content: "u";
}
.icon-upload-1:before {
  content: "v";
}
.icon-delete-1:before {
  content: "w";
}
.icon-check-shield:before {
  content: "x";
}
.icon-cross-shield:before {
  content: "y";
}
.icon-chat-2:before {
  content: "z";
}
.icon-check-3:before {
  content: "A";
}
.icon-briefcase:before {
  content: "B";
}
.icon-calendar-2:before {
  content: "C";
}
.icon-book-1:before {
  content: "D";
}
.icon-book-6:before {
  content: "E";
}
.icon-book-favorite-1:before {
  content: "F";
}
.icon-diamond:before {
  content: "G";
}
.icon-arrow-circle-30:before {
  content: "H";
}
.icon-arrow-67:before {
  content: "I";
}
.icon-arrow-68:before {
  content: "J";
}
.icon-arrow-circle-29:before {
  content: "K";
}
.icon-quill:before {
  content: "L";
}
.icon-crown-3:before {
  content: "M";
}
.icon-briefcase-2:before {
  content: "N";
}
.icon-basket-1:before {
  content: "O";
}
.icon-shopping-bag-3:before {
  content: "P";
}
.icon-add-1:before {
  content: "Q";
}
.icon-alert-1:before {
  content: "R";
}
.icon-alert-2:before {
  content: "S";
}
.icon-direction-sign:before {
  content: "T";
}
.icon-arrow-1-down:before {
  content: "U";
}
.icon-arrow-1-left:before {
  content: "V";
}
.icon-arrow-1-right:before {
  content: "W";
}
.icon-arrow-1-up:before {
  content: "X";
}
.icon-caret-square-up:before {
  content: "Y";
}
.icon-caret-square-down:before {
  content: "Z";
}
.icon-camera-1-1:before {
  content: "1";
}
.icon-camera-5-1:before {
  content: "2";
}
.icon-photos-2-1:before {
  content: "3";
}
.icon-icon-star:before {
  content: "4";
}
.icon-icon-menu1:before {
  content: "5";
}
.icon-icon-menu2:before {
  content: "7";
}
.icon-icon-comment1:before {
  content: "6";
}
.icon-icon-comment2:before {
  content: "8";
}
.icon-icon-arrowup:before {
  content: "9";
}
.icon-icon-arrowdown:before {
  content: "!";
}
.icon-photobucket:before {
  content: "\"";
}
.icon-google:before {
  content: "#";
}
.icon-magnifying-glass:before {
  content: "\\";
}
.icon-arrow-right:before {
  content: "\e000";
}
.icon-award-1:before {
  content: "\e001";
}
.icon-anchor:before {
  content: "\e002";
}
.icon-diamond-1:before {
  content: "\e003";
}
.icon-crown:before {
  content: "\e004";
}
.icon-quill-1:before {
  content: "\e005";
}
.icon-bookmark-1:before {
  content: "\e006";
}
.icon-user-2:before {
  content: "\e007";
}
.icon-profile-1:before {
  content: "\e008";
}
.icon-profile-2:before {
  content: "\e009";
}
.icon-creative-commons:before {
  content: "\e00a";
}
.icon-copyright:before {
  content: "\e00b";
}
.icon-bookmark-2:before {
  content: "\e00c";
}
.icon-tag-2:before {
  content: "\e00d";
}
.icon-bookmark-3:before {
  content: "\e00e";
}
.icon-user-photo:before {
  content: "\e00f";
}
.icon-hourglass-1:before {
  content: "\e010";
}
.icon-watch-2:before {
  content: "\e011";
}
.icon-thumbnails:before {
  content: "\e012";
}
.icon-scale-diagonal-1:before {
  content: "\e013";
}
.icon-pin-1:before {
  content: "\e014";
}

/*.fixed-aspect-ratio .slide.flex-prev-slide { opacity: 1!important; }*/


/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; border-radius: 4px; -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; transition: all 1s ease; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; border-radius: 20px;  }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px; }
  .flex-direction-nav .flex-next { opacity: 1; right: 10px; }
}

/* FlexSlider custom styles */
.flex-viewport { height: 100%; }

/* Gallery navigation bullets */
.flex-control-nav {
	bottom: 15px;
	z-index: 4;
	line-height: 8px;
	opacity: 1;
	-webkit-transition: opacity .25s ease-in;
	transition: opacity .25s ease-in;
}
.desc-box-1 .flex-control-nav { bottom: 35px; } 				/* When the descriptions are boxed */
html.no-touch .on-first-slide .flex-control-nav { opacity: 0; } /* On desktop, on the first slide, hide the navigation to show the scrolling animation */
.not-first-slide .flex-control-nav { opacity: 1; } 				/* Always show the navigation after the first slide */

.keep-aspect-ratio .flex-control-nav { bottom: 15px; height: 8px; }

.flex-control-paging li { margin: 0 3px; }
.flex-control-paging li a {
	background: transparent;
	height: 4px; width: 4px;
	border: 2px solid #fff;
}
.flex-control-paging li a.flex-active { background: #fff; }
.flex-control-paging li a:hover { background: rgba(255, 255, 255, .75); }