/*------------------------------------------------------------------
Project:	Modified minimal masonry portfolio template
Version:	1.0.43
Last change:	17/07/2020
Assigned to:	My 
Primary use:	Showcase Portfolio 
-------------------------------------------------------------------*/

@import url("/css/flexslider.css");
@import url("/css/sliders.css");

/*------------------------------------------------------------------

01. General Styles
02. Preloader
03. Header
04. Secondary Menu
05. Full Screen Overlay Menu
06. Content Styles
07. Portfolio Filters
08. Portfolio Items
09. Portfolio Isotope Transitions
10. Project Page
11. Blog Page
12. Contact Page
13. Image & Div Animation
14. Shortcodes
15. Footer
16. Responsive Media Querries

-------------------------------------------------------------------*/

/* 1. General Styles */		
	
	html,body{
		font-family:Verdana, sans-serif;
		font-weight: 400;
		font-size:12px;
		height:100%;
		width:100%;
		color:#777;
		background:#FFF;
		-webkit-font-smoothing: antialiased;  		
	}
	
	body{
		overflow-x:hidden;
		overflow-y:scroll;
	}
	
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		border: 0;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;
	}
	
	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	nav,
	section {
		display: block;
	}
	
	audio,
	canvas,
	video {
		display: inline-block;
		max-width: 100%;
	}	
	
	address {
		font-style: italic;
		margin-bottom: 24px;
	}
	
	abbr[title] {
		border-bottom: 1px dotted #2b2b2b;
		cursor: help;
	}
	
	b,
	strong {
		font-weight: 600;
	}
	
	cite,
	dfn,
	em,
	i {
		font-style: italic;
	}
	
	mark,
	ins {
		background: none repeat scroll 0 0 #F54029;
		padding: 3px 6px;
		text-decoration: none;
	}
	
	code,
	kbd,
	tt,
	var,
	samp,
	pre {
		font-family: monospace, serif;
		font-size: 15px;
		-webkit-hyphens: none;
		-moz-hyphens:    none;
		-ms-hyphens:     none;
		hyphens:         none;
		line-height: 1.6;
	}
	
	pre {
		border: 1px solid rgba(0, 0, 0, 0.1);
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		margin-bottom: 24px;
		max-width: 100%;
		overflow: auto;
		padding: 12px;
		white-space: pre;
		white-space: pre-wrap;
		word-wrap: break-word;
	}
	
	blockquote,
	q {
		-webkit-hyphens: none;
		-moz-hyphens:    none;
		-ms-hyphens:     none;
		hyphens:         none;
		quotes: none;
	}
	
	blockquote:before,
	blockquote:after,
	q:before,
	q:after {
		content: "";
		content: none;
	}
	
	blockquote {
		color: #000;
		font-size: 18px;
		font-style: italic;
		font-weight: 300;
		line-height: 30px;
		margin-bottom: 24px;
		font-family:Georgia, "Times New Roman", Times, serif;
		border-left:2px #ddd solid;
		padding:20px 20px 20px 40px;
		letter-spacing: 0.01em;
	}
	
	blockquote span {
		display:block;
		margin-top:20px;
		font-family: 'Fira Mono';
		font-weight:400;
		font-size:14px;
		letter-spacing:1px;
		font-style:normal;
		color:#999;
	}
	
	blockquote cite,
	blockquote small {
		color: #2b2b2b;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
	}
	
	blockquote em,
	blockquote i,
	blockquote cite {
		font-style: normal;
	}
	
	blockquote strong,
	blockquote b {
		font-weight: 400;
	}
	
	small {
		font-size: smaller;
	}
	
	big {
		font-size: 125%;
	}
	
	sup,
	sub {
		font-size: 75%;
		height: 0;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}
	
	sup {
		bottom: 1ex;
	}
	
	sub {
		top: .5ex;
	}
	
	dl {
		margin-bottom: 24px;
	}
	
	dt {
		font-weight: bold;
	}
	
	dd {
		margin-bottom: 24px;
	}
	
	ul,
	ol {
		list-style: none;
		margin: 0 0 24px 20px;
	}
	
	ul {
		list-style: disc;
	}
	
	ol {
		list-style: decimal;
	}
	
	li > ul,
	li > ol {
		margin: 0 0 0 20px;
	}
	
	li {
		line-height: 20px;
	}
	
	figure {
		margin: 0;
	}
	
	fieldset {
		border: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0 0 24px;
		padding: 11px 12px 0;
	}
	
	legend {
		white-space: normal;
	}
	
	button,	input {
		line-height: normal;
	}
	
	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}
	
	button, html input[type="button"], input[type="reset"], input[type="submit"] {
		cursor: pointer;
	}
	
	button[disabled],
	input[disabled] {
		cursor: default;
	}
	
	input[type="checkbox"],
	input[type="radio"] {
		padding: 0;
	}
	
	input[type="search"] {

		-webkit-appearance: textfield;
	}
	
	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}
	
	button::-moz-focus-inner, input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}
	
	textarea {
		overflow: auto;
		vertical-align: top;
	}
	
	table, th, td {
		border: 1px solid rgba(0, 0, 0, 0.1);
	}
	
	table {
		border-collapse: separate;
		border-spacing: 0;
		border-width: 1px 0 0 1px;
		margin-bottom: 24px;	
		width: 100%;
	}
	
	caption, th, td {
		font-weight: normal;
		text-align: left;
	}
	
	th {
		border-width: 0 1px 1px 0;
		font-weight: bold;
	}
	
	td {
		border-width: 0 1px 1px 0;
	}
	
	del {
		color: #767676;
	}
	
	hr {
		border: 0;
		height: 140px;
		width:100%;
		float:none;
		margin:0;
		display:inline-block;
	}
	
	hr.small {
		height:20px;
	}
	
	hr:after {
		clear: both;
		content: " ";
		display: block;
		height: 0;
		visibility: hidden;
	}

	hr.divide-line,
	hr.divide-line-50 {
		height:1px;
		width:100%;
		margin:0;
		border:none;
		color:#ddd;
		background-color:#ddd;
	}	

	hr.divide-line-50 {
		margin:0 25%;	
		width:50%;
	}	
/*	
	::selection {
		background: rgba(166, 83, 83, 0.3);
		color: #8D6E63;
		text-shadow: none;
	}
*/	
	::-moz-selection {
		background: #000;
		color: #FFF;
		text-shadow: none;
	}
	
	img {
		border: 0 none;
		height: auto;
		max-width: 100%;
		vertical-align: middle;
	}

	.as-background-img-container {
		position: relative;
		width: 100%;
		display: block;
	}	
	.as-background-img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
		
	h1, h2, h3, h4, h5, h6 {
		font-weight: 400;
		font-family: OpenSans, sans-serif;
		color:#A2827E;
		margin-bottom: 10px;
	}	

	h1{
		font-size: 3.7em;
		line-height: 1.3em;
		margin-left:-3px;
	}
	
	h2{		
		font-size: 3em;
		line-height: 1.25em;		
		margin-left:-3px;  
	}
	
	h3{	
	  font-size: 2.5em; 
		line-height: 1.25em;		
		margin-left: -2px;
	}
	
	h4{
		font-size: 2.0em;
		line-height: 1.25em;		
		margin-left: -1px;	
	}
	
	h5{
		font-size: 1.7em;
		line-height: 1.0em;			
		margin-left: -1px;
	}
	
	h6{
		font-size:15px;
		line-height: 18px;
	}
	
	.light-content, .light-content h1, .light-content h2, .light-content h3, .light-content h4, .light-content h5, .light-content h6 {
		color: #FFF;
	}
		
	.title-has-line {
		position:relative;
		margin-bottom: 35px;
	}
	
	.title-has-line:after {
		background: none repeat scroll 0 0 #aaa;		
		bottom: -20px;
		content: "";
		height: 1px;
		left: 0;
		position: absolute;
		width: 40px;
	}
	
	.text-align-center .title-has-line:after {
		background: none repeat scroll 0 0 #ccc;
		bottom: -20px;
		content: "";
		height: 1px;
		left: 50%;
		margin-left: -20px;
		position: absolute;
		width: 40px;
	}
		
	.text-align-right {
		text-align:right;		
	}
	
	strong {
		font-weight:700;
	}
	
	p {
		font-size: 12px;
		margin-bottom: 20px;
		line-height:25px;
	}
	
	p.right {
		text-align:right;
	}
	
	.monospace {
		font-family: 'Fira Mono';
		font-weight:400;
		font-size:13px;
		letter-spacing:0.5px;
	}
	
	.subtitle {
		font-family: serif; 
		font-weight:400;
		font-size:1.3em;
		font-style:italic;
		letter-spacing:0.5px;	
	}
	
	.wrapper {
	  opacity: 1;
		position: relative;
		min-height: 100%;
		-webkit-transition: all 0s cubic-bezier(1.000, 0.010, 0.330, 1);			
		-moz-transition: all 0s cubic-bezier(1.000, 0.010, 0.330, 1);			
		-o-transition: all 0s cubic-bezier(1.000, 0.010, 0.330, 1);			
		-ms-transition: all 0s cubic-bezier(1.000, 0.010, 0.330, 1);			
		transition: all 0.25s;   		
	}
	
	.container {
		width: 1280px;
		margin: 0 auto;
		display: block;  
	}

/*--------------- links --------------*/ 	
	a:hover, a:active, a:focus {
	  outline: 0;
		color:#9C7571;		
	}
	
	a {
		outline: 0;		
    cursor: pointer;	
		text-decoration:none;					
    -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
       -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
        -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
         -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
            transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
  }
	
	.light-link {
		color:#000;
	}
	
	a.light-link:hover,  a.light-link:active, a.light-link:focus {
		color:#FFF;			
	}
	
	a.body {
		color:#9C7571; /* #A2827E; */
		text-decoration:underline;	
	}
	a.body:hover, a.body:active, a.body:focus {	
		text-decoration:none;		
	}
	
	.one_half,
	.three_sixth {
    	width: 47%;
	}	

	.one_third {
		width: 30.6%;
	}	

	.one_fourth {
		width: 22%;
	}	

	.one_fifth {
		width: 16.8%;
	}	

	.one_sixth {
		width: 13.33%;
	}	

	.two_fifth {
		width: 37.6%;
	}	

	.two_fourth {
		width: 48%;
	}		

	.two_third {
		width: 65.33%;
	}	

	.four_sixth {
		width: 69%;
	}
	
	.three_fifth {
		width: 58.4%;
	}	

	.three_fourth {
		width: 74%;
	}	

	.four_fifth {
		width: 79.2%;
	}	

	.five_sixth {
		width: 82.67%;
	}	

	.one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .four_sixth, .five_sixth {
		float: left;
		margin-bottom: 20px;
		margin-right: 4%;
		position: relative;
	}
	
	.one_half {
		float: left;
		margin-bottom: 20px;
		margin-right: 6%;
		position: relative;
	}

	.last {
		margin-right:0px;
	}
	
  .even {
 		margin-right: 4%;
	}
	
	.text-align-center {
		text-align:center;
	}
	
	.text-align-left {
		text-align:left;
	}
	
	.outer {
		display:table;
		width:100%;
		height:100%;
	}
	
	.inner {
		display:table-cell;
		vertical-align:middle;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
/* End of general styles ---*/	
	
      
@media only screen and (min-width: 767px) { 
    html {
        font-size: 12px;
    }
}

@media only screen and  (min-width: 1024px) { 
    html {
        font-size: 13px;
    }
}

@media only screen and  (min-width: 1466px) { 
    html {
        font-size: 14px;
    }
}
  .clearFix {
		clear: both;
		content: " ";
		display: block;
		height: 0;
		visibility: hidden;
	}
	

/*--------------------------------------------------
	02. Preloader 
---------------------------------------------------*/
	
	.loading-mask {
		background: #FFF;
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 1001;
	}

	#loader {
		width: 40px;
		height: 40px;
		left: 50%;
		top: 50%;
		position: absolute;
		margin: -20px 0 0 -20px;
		background-color: #9C7571;		
		border-radius: 100%;  
		-webkit-animation: scaleout 1.0s infinite ease-in-out;
		animation: scaleout 1.0s infinite ease-in-out;
	}
	
	@-webkit-keyframes scaleout {
		0% { -webkit-transform: scale(0.0) }
		100% {-webkit-transform: scale(1.0); opacity: 0; }
	}
	
	@keyframes scaleout {
		0% { 
		transform: scale(0.0); -webkit-transform: scale(0.0); } 
		100% { transform: scale(1.0); -webkit-transform: scale(1.0); opacity: 0; }
	}

/*--------------------------------------------------
	03. Header
---------------------------------------------------*/	

	header {		
		width:100%;  
		position:fixed;
		top:0px;
		z-index:2000;
/*		
		-webkit-transition: top 0.3s ease-in-out;
		-moz-transition: top 0.3s ease-in-out;
		-o-transition: top 0.3s ease-in-out;
		-ms-transition: top 0.3s ease-in-out;
		transition: top 0.3s ease-in-out;
*/
		-webkit-transition: top 0.3s ease-in-out;
		-moz-transition: top 0.3s ease-in-out;
		-o-transition: top 0.3s ease-in-out;
		-ms-transition: top 0.3s ease-in-out;
		transition: all 0.5s ease-in-out;		
	}
	header.hbg {
		background: #FFF;
		-webkit-box-shadow: 0 0 10px rgba(0,0,1,.25);
		box-shadow: 0 0 10px rgba(0,0,1,.25);	
	}
	
	header.nav-down {
		top:0;
	}

	header.nav-up {
		top: -80px;
	}
	
	header.first-load {
		height:0px;	
		-webkit-transition: all 0s cubic-bezier(1.000, 0.010, 0.330, 1);			
		-moz-transition: all 0s cubic-bezier(1.000, 0.010, 0.330, 1);			
		-o-transition: all 0s cubic-bezier(1.000, 0.010, 0.330, 1);			
		-ms-transition: all 0s cubic-bezier(1.000, 0.010, 0.330, 1);			
/*		transition: all 0s cubic-bezier(1.000, 0.010, 0.330, 1);  */
		transition:all 0.25s;   /*  чуть быстрее */
		opacity:0;
		top:0px;			
	}
	
	#header-wrapper {
		-webkit-transition: opacity 0.4s ease-in-out;
		-moz-transition: opacity 0.4s ease-in-out;
		-o-transition: opacity 0.4s ease-in-out;
		-ms-transition: opacity 0.4s ease-in-out;
		-khtml-transition: opacity 0.4s ease-in-out;
		transition: opacity 0.4s ease-in-out;
		opacity: 0;
		width: 1280px;
		margin: 0 auto;
		z-index:9999;
		height:80px;
		line-height:80px;
		position:relative;		
	}
		
	#logo {
		margin:20px 0 10px;
		height:95px;
		width:auto;
		float:left;
	}

	.logo {
		background: url(/Img/PS_logo-sprite.png) no-repeat -2px -5px;
		width: 250px;
		height: 89px;
	}
	.logo-white {
		background: url(/Img/PS_logo-sprite.png) no-repeat -2px -99px;
		width: 250px;
		height: 89px;
	}

	#logo .text-logo {
	  display: none;  
    margin: 5px 0 0 55px;
    font-family: Opensans, Arial, sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 0.02em;
		line-height: 1.25em;		
    color: #777;		
	}
	
	#logo .text-logo span {
    font-family: serif;
    font-size: 0.8em;
    font-style: italic;
    letter-spacing: 0.02em;
    color: #885953;	
  }
	
	#menubtn {
	  top: 12px;  /*  0  */
	  bottom: 0;
		right: 0;
		margin: auto 0;
		position: absolute;
		height: 25px;	  
		cursor: pointer;		
	}
	
	#menubtn .menu-line {	
		height: 3px;
		width: 20px;
		margin: 3px 0;	
		background-color:#555;
		display:block;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	#menubtn:hover .menu-line {	
		background-color:#A2827E!important;			
	}
	
	#controls  {
		display:inline-block; 
		float:right; 
		margin:0; 
		padding:0; 
		width:620px;
	}
	
/* ---------------- main menu — topbar navigation ---------------- */	

	#top_menu {
	  position:relative;
	}
	
	#top_menu ul {
	  margin:0;
	  padding:30px 0px;
	  list-style:none outside none;
	  display:block;
	  float:left;
		overflow:hidden;
	  vertical-align:baseline;
	}	

	#top_menu  li {
	  height:20px;
	  padding-top:10px;
	  margin:0 12px;
	  display:block;	  
	  text-align:center;
	  float:left;		
	}
	
	#top_menu  ul > li a	{
		text-decoration:none;
		text-transform:uppercase;			
		font:14px/15px Verdana,'PT Sans Narrow',sans-serif;	
		padding:0 10px 5px 10px;
		letter-spacing:0.2px;		
		border-bottom:rgba(0,0,0,0) 1px solid; 	
		cursor:pointer;
  }	

  #top_menu li a	{
	  color:#555;
	}	

  #top_menu.light ul li a	{	
		color:#FFF;  
  }
	
  #top_menu ul li a:hover	{	
		border-bottom:#A2827E 1px solid;	
  } 	
	
	#top_menu li a.active {
    color:#A2827E;
		border-bottom:4px solid; 		
  }
	
  #top_menu  li:hover .sub-menu:before {
		margin-top:-20px;
	}

	#top_menu .sub-menu-in {
		position:relative;
		background:#A2827E;
		display:inline-block;
		padding:20px 10px 10px 0;
		text-align:left;
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0;
		border-radius: 0 0 3px 3px;
		-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
		white-space:nowrap;
		color:white;
		-moz-transition: margin 0.3s;
		-o-transition: margin 0.3s;
		-webkit-transition: margin 0.3s;
		transition: margin 0.3s;
	}	
	
	#top_menu .sub-menu {
		overflow:hidden;
		position:absolute;
		left:0;
		text-align:center;
    margin-top:5px;
    z-index:0;
	}
	
	#top_menu .sub-menu:before {
		content:"";
		display:block;
		height:0px;
		margin-top:-300px; 
		-moz-transition: margin 0.3s;
		-o-transition: margin 0.3s;
		-webkit-transition: margin 0.3s;
		transition: margin 0.3s;
	}
	
	#top_menu .sub-menu menu {
		width:205px;	
		white-space:normal;
		margin:0px 10px 10px 0px;
		padding-left:10px;
		display:inline-block;
		vertical-align:top;
	}

	#top_menu .sub-menu li {
		display:block;
		float:none;
		width:130px;
	  text-align:left;		
	  border-left:none;			
	}
	
	#top_menu .sub-menu-in li a {
		color:#ccc;
		display:block;
		padding:8px 0;
	  width:150px;
		font-weight:normal;
		text-transform:none;
		text-decoration:none;
		font-size:12px;	
		letter-spacing:0.5px;	
		border-bottom:none; 
	}
			
	#top_menu .sub-menu-in li a:hover {
		color: #FFF;
		border-bottom: none;			
	}
/*  end of Header */

			
/*--------------------------------------------------
	04. Secondary Menu
---------------------------------------------------*/	
	
	#secondary-menu {
		opacity:1;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	#secondary-menu.hide-secondary {
		opacity:0!important;
	}
	
	.menu {
		margin: 0;
		padding: 0;
		list-style-type: none;
		float: right;
		width: 60px;
	}
	
	.menu li:hover { 
		visibility: inherit; 
	}
	
	.menu li {
		position: relative;
		display: inline;
		float: left;		
	}
	
	.menu li a {
		text-decoration: none;
		font-size: 12px;
		font-weight: 400;
		color: #999;
		padding: 6px 0px;
		display: block;
		float: left;
		height: inherit;
		line-height: 81px;
		height: 80px;
	}
	
	.menu li a:hover, .menu li.sfHover a {
		color: #A2827E;
	}
	
	.menu li a.current {
		color: #A2827E;
	}
	
/*--------------------------------------------------
	05. Full Screen Overlay Menu
---------------------------------------------------*/	
	
	.overlay-menu .inner {
		padding: 0;
	}
	
	.overlay-menu {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		display: none;
		width: 100%;
		height: 100%;
	}

	.overlay-menu .menu-container {
		position: relative;
		z-index: 102;
		width: 100%;
		height: 100%;
		color: #fff;
		text-align: left;
		display: inline-block;
	}
	
	.scr_menu {
		overflow: scroll; 
		overflow-x:hidden;
	}

	.scr_menu .inner {
		padding: 0;
		padding-right: 25px;
	}
	
	.overlay-menu .menu-container .categories {
		margin: 0;
		display: inline-block;
	}	
	
	.overlay-menu .menu-container .categories li {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transition: opacity 500ms cubic-bezier(0.455,0.03,0,1);
		-moz-transition: opacity 500ms cubic-bezier(0.455,0.03,0,1);
		-o-transition: opacity 500ms cubic-bezier(0.455,0.03,0,1);
		transition: opacity 500ms cubic-bezier(0.455,0.03,0,1);
		-webkit-perspective: 1000;
		-moz-perspective: 1000;
		-ms-perspective: 1000;
		-o-perspective: 1000;
		perspective: 1000;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition-delay: 0;
		-moz-transition-delay: 0;
		-o-transition-delay: 0;
		transition-delay: 0;
		list-style: none;
		text-transform: uppercase;
		letter-spacing: 0px;	
		font-size: 3em;
		font-weight: 500;
		margin: 0 0 15px;
		padding: 0;
	}

	.overlay-menu .menu-container .categories li a {
		display: block;
		color: #666;	
		font-family: Verdana, sans-serif;
		line-height: 1.25em;	
	}

	.overlay-menu .menu-container .categories li a:hover, 
	.overlay-menu .menu-container .categories li a.is-active, 
	.overlay-menu .menu-container .categories li a.active {
		color: #FFF;	 /*  #EEE  */
	}

	.dropdown .submenu {
		overflow: hidden;
		max-height: 0;
		margin: 0;
		transition:all 0.6s ease 0s;
		-moz-transition:all 0.6s ease 0s;
		-webkit-transition:all 0.6s ease 0s;
		-o-transition:all 0.6s ease 0s;
	}

	.dropdown .submenu li {
		opacity: 1!important;
		text-transform: none!important;
		letter-spacing: 0!important;
	}
	
	.dropdown .submenu li:first-child {
		margin-top: 10px;   /*  20   */
	}
	
	.dropdown .submenu li:last-child {
		margin-bottom: 15px;
	}
	
	.dropdown .submenu li a {
		font-size: 15px;		
		margin:5px 8px 0px;
		font-family:Verdana, sans-serif!important;
		line-height:20px!important;
	}	
	
	.divide_line {
		display: inline-block;
		width: 150px;
		margin: 15px 0 18px 0;
		border-bottom: 1px solid #555;
	}
	
/*	
	.dropdown:hover .submenu {
		max-height: 500px;
		transition:all 1.2s ease-in-out 0.1s;
		-moz-transition:all 1.2s ease-in-out 0.1s;
		-webkit-transition:all 1.2s ease-in-out 0.1s;
		-o-transition:all 1.2s ease-in-out 0.1s;
	}
*/
	.dropdown.active .submenu {
		max-height:500px;
		transition:all 1.2s ease-in-out 0.1s;
		-moz-transition:all 1.2s ease-in-out 0.1s;
		-webkit-transition:all 1.2s ease-in-out 0.1s;
		-o-transition:all 1.2s ease-in-out 0.1s;
	}
	
	.overlay-menu .menubg {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transition: opacity 700ms cubic-bezier(0.39,0.575,0.565,1);
		-moz-transition: opacity 700ms cubic-bezier(0.39,0.575,0.565,1);
		-o-transition: opacity 700ms cubic-bezier(0.39,0.575,0.565,1);
		transition: opacity 700ms cubic-bezier(0.39,0.575,0.565,1);
		-webkit-transition-delay: 400ms;
		-moz-transition-delay: 400ms;
		-o-transition-delay: 400ms;
		transition-delay: 400ms;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 101;
		width: 100%;
		height: 100%;
	}

	.overlay-menu.is-active .menubg {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transition: opacity 500ms cubic-bezier(0.455,0.03,0,1);
		-moz-transition: opacity 500ms cubic-bezier(0.455,0.03,0,1);
		-o-transition: opacity 500ms cubic-bezier(0.455,0.03,0,1);
		transition: opacity 500ms cubic-bezier(0.455,0.03,0,1);
	}

	.menubg-overlay {
		width: 100%;
		height: 100%;
		background-color: rgba(200,200,200,0.9);    /*   rgba(0,0,0,0.9);  */		
	}

	.overlay-menu.is-active .categories {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transition: opacity 800ms cubic-bezier(0.6,-0.28,0.735,0.045);
		-moz-transition: opacity 800ms cubic-bezier(0.6,-0.28,0.735,0.045);
		-o-transition: opacity 800ms cubic-bezier(0.6,-0.28,0.735,0.045);
		transition: opacity 800ms cubic-bezier(0.6,-0.28,0.735,0.045);
	}

	.overlay-menu.is-active .categories li {
		-webkit-transition: opacity cubic-bezier(0.6,-0.28,0.735,0.045);
		-moz-transition: opacity cubic-bezier(0.6,-0.28,0.735,0.045);
		-o-transition: opacity cubic-bezier(0.6,-0.28,0.735,0.045);
		transition: opacity cubic-bezier(0.6,-0.28,0.735,0.045);
	}
	
	#menubtn-close {	
		top: 30px;
		right: 30px;
		height: 30px;
		width: 30px;
		position: absolute;
		cursor: pointer;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transition: opacity 400ms cubic-bezier(0.39,0.575,0.565,1);
		-moz-transition: opacity 400ms cubic-bezier(0.39,0.575,0.565,1);
		-o-transition: opacity 400ms cubic-bezier(0.39,0.575,0.565,1);
		transition: opacity 400ms cubic-bezier(0.39,0.575,0.565,1);
	}

	#menubtn-close.is-active {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 100;
		-webkit-transition: opacity 1ms cubic-bezier(0.39,0.575,0.565,1);
		-moz-transition: opacity 700ms cubic-bezier(0.39,0.575,0.565,1);
		-o-transition: opacity 700ms cubic-bezier(0.39,0.575,0.565,1);
		transition: opacity 700ms cubic-bezier(0.39,0.575,0.565,1);
		-webkit-transition-delay: 1s;
		-moz-transition-delay: 1s;
		-o-transition-delay: 1s;
		transition-delay: 1s;
	}

	.closebtn-rotate {
		height: 30px;
		width: 30px;
		position: absolute;	
		transition: transform 0.4s ease 0s;
		-moz-transition: transform 0.4s ease 0s;
		-webkit-transition: transform 0.4s ease 0s;
		-o-transition: transform 0.4s ease 0s;
	}
	
	.closebtn-rotate:hover {
		-ms-transform: rotate(180deg); 
		-webkit-transform: rotate(180deg); 
		-o-transition:rotate(180deg);
		transform: rotate(180deg);
	}
		
	
	#menubtn-close .menu-line {
		-ms-transform: rotate(-45deg); 
		-webkit-transform: rotate(-45deg); 
		transform: rotate(-45deg);
		background-color: #fff;
		display: block;
		height: 3px;
		width: 30px;
		position: absolute;
		margin-top: 13px;
	}
	
	#menubtn-close .menu-line:first-child {
		-ms-transform: rotate(45deg); 
		-webkit-transform: rotate(45deg); 
		transform: rotate(45deg);
	}
	
/*--------------------------------------------------
	06. Content Styles
---------------------------------------------------*/				
			
	#content {
		background-color:#FFF;  /*  #f8f8f8;  */
		opacity:0;	 
	}
	
	#content:after {
		clear:both;
		content:" ";
		display:block;
		height:0;  
		visibility:hidden;
	}
	
	#content-ajax {
	}
	
	#hero {
		position: relative;
		width: 100%;
		background-color:#FFF;
		z-index:0;
	}
	
	#hero img {
		max-width:100%;
	}
	
	.hero-image {
  	width:100%;
		height:100%; 
		margin:0;
		padding:0;	
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position:center center; 
		background-repeat:no-repeat;
	}
		
	
/* FlexSlider Nav bullets styles customize --- */	
	.flexslider {
		background:none;
		border:none;
	}	
	
/* Navigaton bullets styles
 * --------------------------------------- */
	#pp-nav li .active span, .pp-slidesNav .active span {
		background:#bbb;
	}
	#pp-nav span, .pp-slidesNav span {
    border-color:#bbb !important;
	}
 .pp-tooltip {
		color:#777;
	}
	
/* FlexSlider Nav bullets styles customize --- */	
	.flex-control-nav {
		bottom:-30px;	
		z-index:1000;
	}
	
/* Main slider dir-nav buttons and cursor customize --- */	

	.custom-navigation {
		display:inline-block;
		height:60px;
		width:inherit;		
		position:absolute;
		top:50%;
		z-index:2;
		overflow:hidden;	
	}	

	.custom-navigation  a.flex-prev, 
	.custom-navigation  a.flex-next{
		display:block;
		width:60px;
		height:60px;
		margin:0 -60px -60px;
		background:#A2827E;  /*  #885953;	 */
		background-size:18px 34px;
		background-repeat:no-repeat;
		cursor:pointer;
	  opacity:0;			
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
	}
	
	.custom-navigation  a.flex-prev {
		float:left;	
		background-image:url(/Img/slider_left_white.png);	
		background-position:18px 12px;				
	}
	
	.custom-navigation  a.flex-next{
		float:right;
		background-image:url(/Img/slider_right_white.png);		
		background-position:24px 12px;				
	}

	.custom-navigation  a.flex-prev,
	.custom-navigation  a.flex-next {
	  opacity:0.7;		
	  transition:all .3s ease-in-out;		
	}
	
	#hero:hover .custom-navigation a.flex-prev,
	#hero:hover .custom-navigation a.flex-next {
	  margin: 0;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;		
	  transition: opacity .3s ease-in-out;		
	}
	
	.custom-navigation a.flex-prev:hover,
	.custom-navigation a.flex-next:hover {	
	  opacity: 1.0;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;		
	  transition: opacity .3s ease-in-out;
	} 
	
	.next-section {
    width:60px;
    height:60px;
    background-color:#A2827E; /* #885953; */
		background-image:url(/Img/next_section.png);			
		background-size:34px 18px;
    background-position:13px 21px;
		background-repeat:no-repeat;
    position:absolute;
    bottom:0px;
    left:50%;
    margin-left:-30px;
    opacity:0.9;
		z-index:2;
	}	
	
	.overlay {
		height:100%;
		width:100%;
	}
	
	.part {
		padding:80px 0 20px;	
	}
	
	#main {
		background-color:#FFF;
		position:relative;
		padding:90px 0 50px;
		width:100%;
		overflow:hidden;
		opacity:1;		
	}
	
	#main:after {
		clear:both;
		content:" ";
		display:block;
	}
		
	.page-title {
		display: block;
		padding-bottom: 20px;
		width: inherit;
	}
	
	.page-title.text-align-center {
		margin:0 auto;
	}	
		
	#scrolltotop {	
		position:fixed;
		bottom:15px;   /*   80px   */
		right:20px;
		display:none;
		z-index:100;
		cursor:pointer;
	}
	
	.top-arrow {
		width:40px; 
		height:40px;
		background:#A2827E;
		background-image: url(/Img/top_arrow.png);
		background-size:22px 12px;
		background-repeat:no-repeat;
		background-position:center center;
		border-radius:10px;		
		opacity:0.5;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	#scrolltotop:hover .top-arrow {
		opacity:1;
	}
	

	section {
		margin:0;
		padding:0;	
		position:relative;
		width:100%;
		z-index:0;
		display:inline-block;
	}
	
	section .overlay {
		margin-left:0;
		position:relative;
		width:100%;
	}
	
	.parallax {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position:center center;
		background-repeat:no-repeat;
		background-attachment: fixed !important;		
	} 
	
	.page {
    width:100%;		
    margin:60px auto;
    background:white;
    padding:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
	.page p {
    font-style:12px;
    margin-top:40px;
	}	

	.slide-slogan,
	.slide-slogan-big {
		position:relative;
		z-index:2;
		top:0;
		margin-bottom:0px;
	}

	.slide-slogan h1,
	.slide-slogan-big h1	{
		font-family:OpenSans,sans-serif;
		text-transform:uppercase;
		line-height:0.9em;	
		letter-spacing:-0.01em;   /*  -0.04  */
		color:#FFF;
	}
	
	.slide-slogan h1 {
/*		font-size:6em;  	*/
    font:4.0vw/0.9em OpenSans,sans-serif;
		font-weight:400;		/*  600  */
	}	
	
	.slide-slogan-big h1 {
/*		font-size:8.5em;  */
    font:5.0vw/0.9em OpenSans,sans-serif;
		font-weight:400;    /*  600  */		
	}	

	.clapat-caption h3 {
		font-size:1.8em; 
		line-height:1.25em;	
  }
	
	.slide-slogan h3 {
		font-family:serif;
		font-weight:400;
		font-size:2.5em;   
		font-style:italic;
		line-height:1.0em;	
		letter-spacing:0.02em;
		color:#FFF;
	}
	
	p.textlogo,
	.textlogo-subtitle {
    margin-bottom:2.5em; 		
		font-weight:300;
		text-align:right;
		line-height:1.5em;		
		color:#FFF;		
  }

	.slide-slogan-big p.textlogo {
	  margin-top:2em;
	}	
	.slide-slogan p.textlogo {
	  margin-top:4em;
	}
	
	p.textlogo {
		font-family:Arial, sans-serif;
		font-size:1.1em;	
		letter-spacing:0.35em;			
	}	
	
	.textlogo-subtitle {
		font-family:serif;		
		font-size:0.9em;	
    font-style:italic;		
		letter-spacing:0.1em;		
  }
	
  .project_label {
    color:#666;
		text-transform:uppercase;			
		font:0.95em/1.5em Verdana,sans-serif;	
		letter-spacing:0.01em;		 
   }

	.project-items {
		margin:0 0 20px 0;
		
	}
	.project-items li{
		list-style-type:none;
		margin-bottom:5px;
	}
	
	.project-items li:before {
    color: #A2827E; 
    content:"•"; 
    padding-right:10px; 
	}
	
/*--------------------------------------------------
	07 .Portfolio Filters
---------------------------------------------------*/

	#filters {
		margin:0 0 40px;
		text-align:center;
		width:100%;
		max-height:150px;
		font-size:0.9em;
		opacity:1;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	#filters.filters-hide {
		opacity:0;
		max-height:0px;
	}
	
	#filters li {
		display:inline-block;
		height:12px; 
		margin:0px 15px 15px 0;		
	}

	#filters li a {
		display:inline-block;
		letter-spacing:1.0px;
		color:#999;
	}		

	#filters li a:hover {
		color:#9C7571;    /*  #F54029  */
		border-bottom:1px dotted #9C7571;   /*  #F54029  */
	}
	#filters li a.active {
		color:#9C7571;  /* #F54029;  */
		border-bottom:1px solid #9C7571; /* #F54029; */
	}
	
/*--------------------------------------------------
	08. Portfolio Items
---------------------------------------------------*/
	
	#portfolio-wrap {
		width:100%;		
		margin:0 auto;		
	}

	#portfolio-wrap.full-width {
		width:100%;
		margin:0 auto;		
	}
	
	#portfolio-wrap.no-gutter {
		width:inherit;   /*  1280px  */
		margin:0 auto;		
	}
	
	#portfolio {
    width: 100%;
		-webkit-transition: height 0.3s ease-in-out;
		-moz-transition: height 0.3s ease-in-out;
		-o-transition: height 0.3s ease-in-out;
		-ms-transition: height 0.3s ease-in-out;
		transition: height 0.3s ease-in-out;
  }
	 
	.item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow:hidden;
    }
	
	.item-content {
		height:100%; 
		width:100%;
		position:absolute;
		background-color:#eee;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align:center;
		padding:0px;
		background-size:cover;
		background-position:center center;
		overflow:hidden;
		display: table;
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);			
		-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
		-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
		-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
		-ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
		transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
	
	.item-content img {
	  max-width:none; 
/*		
		height: auto;
		max-width: 100%;		
*/		
	}	
	
	.item:hover .item-content {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-transition: all 5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
		-moz-transition: all 5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
		-o-transition: all 5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
		-ms-transition: all 5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
		transition: all 5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	}
	
	.item-overlay {
		height:100%;
		width:100%;
		background:rgba(0,0,0,0);
		position:absolute;
		opacity:0;
		box-sizing:border-box;	
		-webkit-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-ms-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;		
	}
	
	.padding-overlay {
		padding:0px;
		box-sizing:border-box;
		display:table;
		position:absolute;
		width:100%;
		height:100%;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.item:hover .padding-overlay {
		padding:30px;
		-webkit-transition: all 0.2s ease-in-out 0.1s;
		-moz-transition: all 0.2s ease-in-out 0.1s;
		-o-transition: all 0.2s ease-in-out 0.1s;
		-ms-transition: all 0.2s ease-in-out 0.1s;
		transition: all 0.2s ease-in-out 0.1s;
	}
	
	.padding-overlay .item-overlay {
		display:table-cell;
		position:relative;
		overflow:hidden;
		text-align:center;
		vertical-align:middle;
	}
	
	.item:hover .item-overlay {
		background:rgba(0,0,0,0.8);
		opacity:1;
	}
	
	.item:hover .item-overlay.overlay-white {
		background:rgba(255,255,255,0.8);
	}
	
	.item .item-overlay.overlay-gradient {
		background: rgb(111,226,158); /* Old browsers */
		background: -moz-linear-gradient(-45deg,  rgba(111,226,158,0.8) 0%, rgba(91,218,209,0.8) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(111,226,158,0.8)), color-stop(100%,rgba(91,218,209,0.8))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(-45deg,  rgba(111,226,158,0.8) 0%,rgba(91,218,209,0.8) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(-45deg,  rgba(111,226,158,0.8) 0%,rgba(91,218,209,0.8) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(-45deg,  rgba(111,226,158,0.8) 0%,rgba(91,218,209,0.8) 100%); /* IE10+ */
		background: linear-gradient(135deg,  rgba(111,226,158,0.8) 0%,rgba(91,218,209,0.8) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fe29e', endColorstr='#5bdad1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		opacity:0;
		-webkit-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-ms-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
	}
	
	.item:hover .item-overlay.overlay-gradient {
		background: rgb(111,226,158); /* Old browsers */
		background: -moz-linear-gradient(-45deg,  rgba(111,226,158,0.8) 0%, rgba(91,218,209,0.8) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(111,226,158,0.8)), color-stop(100%,rgba(91,218,209,0.8))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(-45deg,  rgba(111,226,158,0.8) 0%,rgba(91,218,209,0.8) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(-45deg,  rgba(111,226,158,0.8) 0%,rgba(91,218,209,0.8) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(-45deg,  rgba(111,226,158,0.8) 0%,rgba(91,218,209,0.8) 100%); /* IE10+ */
		background: linear-gradient(135deg,  rgba(111,226,158,0.8) 0%,rgba(91,218,209,0.8) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fe29e', endColorstr='#5bdad1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		opacity:1;
	}
	
	.item-cat,
  .item-subtitle {
		display: block;
		font-family: sans-serif;		
		font-weight: 400;
		font-size: 13px;
		letter-spacing: 0.2px;
		margin-left: 0;
		margin-top: 30px;
		padding-right: 20px;
		color: #888;		
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	.item-subtitle {
	  color:#F54029;
	}
	
	.padding-overlay .item-cat,
	.padding-overlay .item-subtitle	{
		margin: 0 20px 5px 20px;
		opacity: 0;
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-o-transition:translateY(-20px);
		transform: translateY(-20px);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	.item-overlay.overlay-gradient .item-cat,
	.item-overlay.overlay-gradient .item-subtitle 	{
		color:#fff;
	}
	
	.item:hover .item-cat,
  .item:hover .item-subtitle	{
		margin-left: 30px;
		-webkit-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-ms-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
	}
	
	.item:hover .padding-overlay .item-cat,
	.item:hover .padding-overlay .item-subtitle	{
		margin:0 20px 5px 20px;
		opacity:1;
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transition:translateY(0px);
		transform: translateY(0px);
		-webkit-transition: all 0.5s ease-in-out 0.5s;
		-moz-transition: all 0.5s ease-in-out 0.5s;
		-o-transition: all 0.5s ease-in-out 0.5s;
		-ms-transition: all 0.5s ease-in-out 0.5s;
		transition: all 0.5s ease-in-out 0.5s;
	}
	
	.item-title	{
		display: block;
		position: relative;
		font-weight: 400;
/*		font-family:'Fira Mono',sans-serif; */
		font-family: sans-serif;		
		color: #fff;
		font-size: 1.7em;
		margin-left: 28px;
		margin-top: 5px;
		margin-right: 28px;
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	.padding-overlay .item-title {
		margin: 5px 20px 0px 20px;
		-ms-transform: translateY(20px);
		-webkit-transform: translateY(20px);
		-o-transition: translateY(20px);
		transform: translateY(20px);
		opacity:0;
		font-size:18px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	.item-overlay.overlay-white .item-title {
		color: #000;
	}
	
	.item:hover .item-title {
		opacity: 1;
		-webkit-transition: all 0.6s ease-in-out 0.3s;
		-moz-transition: all 0.6s ease-in-out 0.3s;
		-o-transition: all 0.6s ease-in-out 0.3s;
		-ms-transition: all 0.6s ease-in-out 0.3s;
		transition: all 0.6s ease-in-out 0.3s;
	}
	
	.item:hover .padding-overlay .item-title {
		margin: 5px 20px 0px 20px;
		opacity: 1;
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transition:translateY(0px);
		transform: translateY(0px);
		-webkit-transition: all 0.5s ease-in-out 0.5s;
		-moz-transition: all 0.5s ease-in-out 0.5s;
		-o-transition: all 0.5s ease-in-out 0.5s;
		-ms-transition: all 0.5s ease-in-out 0.5s;
		transition: all 0.5s ease-in-out 0.5s;
	}
	
	.item-title:after {
		background: none repeat scroll 0 0 #666;
		bottom: -20px;
		content: "";
		height: 1px;
		left: 1px;
		position: absolute;
		width: 40px;
		opacity:0;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.padding-overlay .item-title:after {
		content: "";
		height: 0px;
	}
	
	.item-overlay.overlay-white .item-title:after {
		background: none repeat scroll 0 0 rgba(0,0,0,0.2);
	}
	
	.item-overlay.overlay-gradient .item-title:after {
		background: none repeat scroll 0 0 rgba(255,255,255,0.4);
	}
	
	.item:hover .item-title:after {
		opacity:1;
		bottom: -15px;
		-webkit-transition: all 0.2s ease-in-out 0.6s;
		-moz-transition: all 0.2s ease-in-out 0.6s;
		-o-transition: all 0.2s ease-in-out 0.6s;
		-ms-transition: all 0.2s ease-in-out 0.6s;
		transition: all 0.2s ease-in-out 0.6s;
	}
	
	.stick-block {
		display:none;  
		position:relative; 
		top:20px; 
		z-index:2;
  }
	
/*--------------------------------------------------
	09. Portfolio Isotope Transitions
---------------------------------------------------*/

	.isotope, .isotope .isotope-item {
		-webkit-transition-duration: 0.8s;
		-moz-transition-duration: 0.8s;
		-ms-transition-duration: 0.8s;
		-o-transition-duration: 0.8s;
		transition-duration: 0.8s;
	}
	
	.isotope {
		-webkit-transition-property: height, width;
		-moz-transition-property: height, width;
		-ms-transition-property: height, width;
		-o-transition-property: height, width;
		transition-property: height, width;
	}
	
	.isotope .isotope-item {
		-webkit-transition-property: -webkit-transform, opacity;
		-moz-transition-property: -moz-transform, opacity;
		-ms-transition-property: -ms-transform, opacity;
		-o-transition-property: -o-transform, opacity;
		transition-property: transform, opacity;
	}
	
	.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-ms-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
	}

 .author-about {
		display:block;
		width:57%;				
		height:500px;		
		float:left;
		background:url(/Img/author_about.jpg) no-repeat;
		background-size:cover; 
		margin-bottom:40px; 
		margin-right:20px;
	}
	
	.about-ctrls {
		display:block;
		margin-top:40px;		
  }
	
/*--------------------------------------------------
	12. Contact Page
---------------------------------------------------*/		

	#contact-formular {
		width:800px;
		margin:0 auto;
		padding-bottom:40px;
	}
  	
	input[type=text]:focus, textarea:focus, input[type=email]:focus {
		background-color: #e1e1e1;
	}

	.form-field, textarea {
	  position: relative;
		background: #f0f0f0;
		border-radius: 0px;
		margin-bottom: 30px;		
	}
	
	.form-field input[type="text"], textarea	{
		color: #666;
		font-family:'Fira Mono';
		font-size: 15px;
		letter-spacing: 0.1px;
		height: 50px;
		padding: 10px 25px 8px 35px;
		width: 100%;
		border: 0;			
		transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		box-sizing: border-box;
	}
	
	.author-image {
		display: block;
		height: 400px;
		background: url(/Img/author_contact.jpg);
		background-position:center center; 
		background-repeat:no-repeat;		
	}
	
	#contact-formular textarea {
		height: 160px;
		resize: none;
		padding: 20px 25px 0;
		margin-bottom: 0;			
	}
	
	.form input.name {
    background: url(/Img/assets/person.png) no-repeat 10px 50%;
	}	
	.form input.mail {
    background: url(/Img/assets/email.png) no-repeat 10px 50%;
	}	
	.form input.phone {
    background: url(/Img/assets/phone.png) no-repeat 10px 50%;
	}	
	
	.form input[type=text]:focus {
			background-color: #e1e1e1;
	}
	
	.form-field img.imgError {
    position: absolute;
    right: 10px;
    bottom: 18px;
    display: none;
	}	

	input[type="submit"]	{
		color: #FFF;
		font-family: Verdana, sans-serif;
		font-size: 14px;		
		text-transform:uppercase;
		padding:15px 40px;
		letter-spacing:0;
		line-height:20px;
		cursor:pointer;
		border:none;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
		text-align: center;
		letter-spacing: 1px;
		background-color: #9C7571;		
	}
	
	input[type="submit"]:hover {
		background-color: #CBAEA8;
	}

/*--------------------------------------------------
	13. Image & Div Animation
---------------------------------------------------*/

	img.img-with-animation, .has-animation {
		opacity: 0;
		position: relative;
	}
	
	img.img-with-animation[data-animation="grow-in"].full-opacity {
		opacity: 1;
	}
	
	img.img-with-animation[data-animation="fade-in-from-left"] {
		left: -40px;
		padding-right: 30px;
	}
	
	.has-animation[data-animation="fade-in-from-left"] {
		left: -40px;
	}
	
	img.img-with-animation[data-animation="fade-in-from-right"] {
		right: -40px;
		padding-left: 30px;
	}
	
	.has-animation[data-animation="fade-in-from-right"] {
		right: -40px;
	}
	
	img.img-with-animation[data-animation="fade-in-from-bottom"] {
		bottom: -80px;
	}
	
	.has-animation[data-animation="fade-in-from-bottom"] {
		bottom: -50px;
	}
	
	img.img-with-animation[data-animation="fade-in-from-left"], img.img-with-animation[data-animation="fade-in-from-right"] {
		margin: 0 auto;
	}	
	
		
	
/*--------------------------------------------------
	14. Shortcodes
---------------------------------------------------*/	

/* Buttons */	

	.pro-button,
	.pro-button-center,	
	.pro-button-right,
  .more-button {
	  display: inline-block;
 		padding: 12px 25px;
		min-width: 100px;		
		color: #FFF;
		font-family: Verdana, sans-serif;
		font-size: 12px;
		text-transform: uppercase;	
		text-decoration:none;		
		letter-spacing: 0.5px;
		line-height: 20px;
		cursor: pointer;
		border-radius: 25px;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
		text-align: center;
		letter-spacing: 0.5px;
		background-color:#A2827E;	
	}
	
	.pro-button:hover, .pro-button:focus,
	.pro-button-center:hover, .pro-button-center:focus,	
	.pro-button-right:hover, .pro-button-right:focus {
		background-color:#CBAEA8;
		color:#84665C;		/*  #FFF   */
	}

	.more-button:hover, .more-button:focus {
		background-color:#FFF;  
		color:#000;
	}
	
	.pro-button.outline-button,
	.more-button.outline-button{
		color:#000;
		padding:12px 25px;
		background-color:transparent;
		border:#000 3px solid;
	}
	
	.pro-button.outline-button:hover, .pro-button.outline-button:focus {
		border:#F54029 3px solid;
		color:#F54029;
	}
	
	.more-button.outline-button:hover, .more-button.outline-button:focus {
		border:#FFF 3px solid;
		color:#FFF;
	}
	
	.pro-button-right {
	  display: block;
		float: right;
		margin: 0px 0px 10px;
	}	

	.pro-button-center	{
	  display: block;		
		width: 150px;
		margin: 0 auto 10px;
	}

/*  Alert Boxes  */
	
	.alertboxes {
		float:left;
		width:100%;
	}
	
	.shortcode_alertbox {
		color: #FFFFFF;
		display: block;
		line-height: 20px;
		margin-bottom: 20px;
		padding: 15px 40px 15px 14px;
		position: relative;
	}
	
	.shortcode_alertbox .box_close {
		background: url(/Img/close_box.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		background-position:10px 10px;
		background-size:20px 20px;
		display: block;
		height: 40px;
		position: absolute;
		right: 5px;
		top: 5px;
		width: 40px;
		cursor:pointer;
	}
	
	.shortcode_alertbox b {
		color:inherit;
	}
	
	.shortcode_alertbox.box_red {
		background: none repeat scroll 0 0 #F9E5E6;
		color:#B3696C;
	}
	
	.shortcode_alertbox.box_blue {
		background: none repeat scroll 0 0 #D8ECF5;
		color: #528DA9;
	}
	
	.shortcode_alertbox.box_yellow {
		background: none repeat scroll 0 0 #FCF7D9;
    	color: #C4A21B;
	}
	
	.shortcode_alertbox.box_green {
		background: none repeat scroll 0 0 #E3EBC6;
		color: #8FA442;
	}
		

/* ---------------- Customers icons ----------------  */ 		

	.socials {
		display:block;
		width:200px;
		height:48px;
		margin:10px 0 20px -15px;	
	}
	
	.socials  a {
    padding: 0px 0px 0px 0px;
		display:inline-block;		
    position: relative; 
		opacity:0.5;		
	}

	.socials a:hover {
		opacity:1;
	}

	.socials a:before {	
    content: '';
    background: url(/Img/socials_grey.png) no-repeat left top;
		width: 64px;
		height: 64px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
	.socials a.vk:before {
		background-position: -65px 0;
  }		
	.socials a.fb:before {
		background-position: -128px 0;
		margin-left:64px;
  }	
	.socials a.inst:before {
		background-position: -192px 0;
		margin:0 0 0 128px;
  }	

	
/* Quote */	
	
	.quote {
		font-weight:normal;
		text-align:center;
		font-family:'Montserrat', sans-serif;
		color:#000;
		font-size:3em;
		margin:20px 0px;
		line-height:1.25em;
	}
	
	.light-content.quote {	
		color:#FFF;
	}
	
	span.quote-img-left,
	.light-content span.quote-img-left  {
		background-size:21px 17px;
		display:inline-block;
		height:17px;
		margin-bottom:0px;
		margin-right:10px;
		opacity:0.5;
		width:21px;
	}
	
	span.quote-img-left {
		background-image:url("/Img/quote1.png");	
	}
	
	.light-content span.quote-img-left {
		background-image:url("/Img/quote1_light.png");	
	}
		
	span.quote-img-right,
  .light-content span.quote-img-right  {
		background-size:21px 17px;
		display:inline-block;
		height:17px;
		margin-bottom:0px;
		margin-left:10px;
		opacity:0.5;
		width:21px;
	}

	span.quote-img-right {
		background-image:url("/Img/quote2.png");	
	}
	
  .light-content span.quote-img-right  {
		background-image:url("/Img/quote2_light.png");	
	}	

	.quote-author {
		text-align:center;
		margin:0;
	}		
	
	
/*  Replies  */	

	#replies .quote {
		text-align:left;
		font-family:serif;
		color:#9C7571;
		font-size:2em;
		font-style:italic;
		font-weight:normal;		
		margin:0 0 40px;
		padding:10px 5px 0 0;
		background:#FFF;
	}

	#replies span.quote-img-left {
		background-image:url("/Img/reply_quote1.png");	
	}
	
	#replies span.quote-img-right {
		background-image:url("/Img/reply_quote2.png");	
	}	

	#replies .quote-author {
		text-align:left;
		float:left;
		margin:0;
	}
	
	#replies .owl-carousel img,
	#replies .owl-carousel.owl-item img {	
		width:auto;
		height:auto;
		margin-bottom:0;		
	}	

	#replies .reply-1 {	
		background: url('/Img/replies-sprite.png') no-repeat -2px -1px;	/*  Olga Novikova */
		width: 180px;
		height: 180px;	
	}	
	#replies .reply-2 {	
		background: url('/Img/replies-sprite.png') no-repeat -185px -1px;	/*  Luba Borovkova */
		width: 180px;
		height: 180px;	
	}	
	#replies .reply-3 {	
		background: url('/Img/replies-sprite.png') no-repeat -368px -1px;	/*  Olga Boikova */
		width: 180px;
		height: 180px;	
	}	
	#replies .reply-4 {	
		background: url('/Img/replies-sprite.png') no-repeat -549px -1px; /*  Maria Sorokovykh */
		width: 180px;
		height: 180px;	
	}	
	#replies .reply-5 {	
		background: url('/Img/replies-sprite.png') no-repeat -2px -184px;	/*  Anna Komarinskaya */
		width: 180px;
		height: 180px;	
	}	
	#replies .reply-6 {	
		background: url('/Img/replies-sprite.png') no-repeat -185px -184px;	/*  Ksenya Lesnaya */
		width: 180px;
		height: 180px;	
	}	
	#replies .reply-7 {	
		background: url('/Img/replies-sprite.png') no-repeat -368px -184px;	/*  Yana Sadovskaya */
		width: 180px;
		height: 180px;	
	}	
	#replies .reply-8 {	
		background: url('/Img/replies-sprite.png') no-repeat -550px -184px; /*  Lilia Dorosheva */
		width: 180px;
		height: 180px;	
	}	
	
	#replies a {
		color:#9C7571;
	}	
	
	#replies .quote-author-link {
	  display:inline-block;
	  margin-top:4px;
		float:right;
	}
	

	/*	Services, price */
	
	.price-block {
		display:block;
		margin:40px 0 20px;
		padding-top:20px; 
		border-top:1px solid #ddd;		
	}	

	
/*--------------------------------------------------
	15. Footer
---------------------------------------------------*/
	footer {
    position:absolute;
		left:0;
    bottom:0;		
		width:100%;		
		background-color:#3E3D3D;		
	}
	#footer-content {
	  display:block;
		height:50px;		
		color:#aaa;	
	}	
	#footer-content.container {
		padding-top:15px;
		padding-bottom:0px;
		display:table;
	}		
	
	.footer-dark {
		background-color:#333;
		width:100%;
		height:100%;
	}
	.copyright-minimal {
	  font-size:11px;		
		float:left;
	}
		

/* ---------------- Galleries ----------------  */

	.gallery-wrapper {
	  display:block;
		position:relative;
		width:100%;
	  height:auto;
	  padding:0 0 40px;			/*   80px for custom navigation control  */
		cursor:-webkit-grab;  /*  move;  */			
	}

/* End of galleries --- */

	#contacts p {	
		color:#666; 
		font-size:14px; 
		line-height:20px;
		margin-bottom:10px;			
		padding:0;
	}	
	
	.caption {
		display:inline-block; 
		float:left;
		clear:both;		
		padding:20px 0;
	}
	
	.caption h6{
		margin-bottom:5px;
	}	
	
	.caption-subject {
		color:#ccc; 
		font:10px/12px Verdana,sans-serif;	
		text-align:left;			
		letter-spacing:0.2px;
	}	
	
/*--------------------------------------------------
	16. Responsive
---------------------------------------------------*/			

@media only screen and (max-width: 1920px) {	

	#main {
		padding-top:70px;	
	}
	
	.slide-slogan-big h1 {
		font: 6.5vw/0.9em OpenSans,sans-serif; 
/*    font-weight: 600;		*/
	}	
	.slide-slogan h1 {
		font: 5.5vw/0.9em OpenSans,sans-serif;   
/*    font-weight: 600;		*/		
	}
	
}

@media only screen and (max-width: 1466px) {
	
	.container,
	#header-wrapper	{	
		width:1200px;
	}
	
  .last {
 		margin-right: 0%;
	}
	
	hr {
		height: 100px;
	}	
	
	p.textlogo,
	.textlogo-subtitle {
	  margin-top:50px;  
		margin-bottom:30px;		
  }

	#main {
		padding:50px 0 50px;	
	}

	.author-about {
    width: 60%;
/*    height: 500px;  */
	}	
	
	#presentation .owl-carousel img,
	#presentation.owl-carousel.owl-item img {	
		width:85%;
		height:auto;
		margin:0 auto;		
	}	
}

@media only screen and (max-width: 1280px) {
	
	.container,
	#header-wrapper {	
		width:1040px;		
	}
	
  .last {
 		margin-right: 0%;
	}

	#controls {
		width: 645px;
	}

	.top-arrow {	
		width: 40px;
		height: 40px;
	}
			
	hr {
		height: 80px;
	}	

  .author-about {
		width:70%;
/*		height:500px;  */		
	}	

	#presentation .owl-carousel img,
	#presentation.owl-carousel.owl-item img {	
		width:95%;
	}	
	
	#contact-formular {
		width: 680px;	
	}	
}	

@media only screen and (max-width: 1024px) {

	.container,
	#header-wrapper	{
		width:85%;		
	}
	
	#logo,
	.logo,
	.logo-white 	{
		height:75px;
	}
	.logo,
	.logo-white 	{
	  background: url(/Img/PS_logo-sprite.png) no-repeat -2px 0px;
		background-size: 85%;
	}
	.logo-white {
		background: url(/Img/PS_logo-sprite.png) no-repeat -2px -80px;
		background-size: 85%;
	}
	
	.slide-slogan,
	.slide-slogan-big {
		margin-bottom:0px;
	}	
	
	.slide-slogan p.textlogo {
	  margin-top:3em;  
		margin-bottom:0px;		
  }

	.slide-slogan h1 {
		font: 4.5vw/0.9em OpenSans,sans-serif; 
		font-weight: 400;	   /*  600  */
	}

	.slide-slogan h3 {
		font-size:2.5em;   
	}	

	h2 {
		font-size:2.6em;
		line-height:1.2em;
	}
	
	h3 {
		font-size:2.1em;
		line-height:1.0em;   /*   1.2em  */
	}
	
	h4 {
		font-size:1.8em;
		line-height:1.2em;
	}
	
	h5 {
		font-size:1.6em;
		line-height:1.2em;
	}
	
	.gallery-nav {
    width:40%;  
		margin:12px 30%;
	}
	
	hr {
		height: 80px;
	}

	.top-arrow {	
		width: 40px;
		height: 40px;
	}

	#controls {
		width: 590px;
	}
 
	#top_menu ul {
    padding: 24px 0px;	
	}
	
	#top_menu  li {
	  width:100px;
	}
	
  .menu {
		display:none;
	}
	
	#hero img {
		width: 100%;
	}
	
	.prev-project {
		width: 0;
	}
	
	.next-project {
		width: 0;
	}

	#main {
		padding:30px 0;	
	}
	
  .author-about {
		width:85%;
    margin-right:50px;		
		margin-bottom:30px;
	}	
	
	#contact-formular {
		width: 540px;	
	}
	
	#contact-info {
		max-height:800px;
		left:0;
		margin-left:0;
		width:100%;
	}

  .one_fifth, .one_sixth, .three_fourth, .four_fifth, .five_sixth {	
		width: 100%;
		margin-bottom:20px;
	}	
	
	.two_fourth, .three_sixth {
		width: 47%;
		margin-bottom:20px;		
	} 	
	
	.two_fifth, .two_sixth {
		width: 30.6%;
		margin-bottom:20px;	
	}

	.two_third, .three_fifth, .four_sixth 	{
		width: 65.33%;
		margin-bottom:20px;
	}
	
  .even, .last {
 		margin-right: 0%;
	}
	
	.part {
		padding:60px 0 20px;	
	}	
	
	.project-items li{
		font-size:14px;
	}
	
	.parallax {
		background-position:center top !important;
		background-attachment:scroll !important;
		height:auto;		
		width:100%;
	}

}
	
@media only screen and (max-width: 840px) {

	.container,
	#header-wrapper	{
		width:90%;		
	}
	
  hr {
		height:80px;
	}
	
	#header-wrapper {
		height:70px;
	}
	
	#logo {
	  height:43px;
		margin:20px 0 15px;
	}	
   
	.logo,
	.logo-white {	
		width: 44px;
		height: 43px;
		float:left;		
  } 		
	.logo {
		background: url(/Img/PS_logo-sprite.png) no-repeat -3px -203px;
	}	
	.logo-white {
		background: url(/Img/PS_logo-sprite.png) no-repeat -50px -203px;
	}	
	
	.slide-slogan,
	.slide-slogan-big {
		margin-bottom: 50px;
	}	
	
	.slide-slogan h1 {
		font-size: 4.5em;  	
	}	
	.slide-slogan-big h1 {
		font-size: 5.5em;  	
	}	

	.clapat-caption, 
	.slide-slogan-big {
		letter-spacing: 0.01em;
	}
		
	.clapat-caption h3, 
	.slide-slogan h3 {
		font-size: 1.8em;  
		line-height: 1.25em;			
		letter-spacing: -0.03em;
	}
		
  #top_menu {
		display:none;
	}
	
	#controls {
		width:50px;
		height:65px; 
	}

	#menubtn {
	  top: 0px; 
	}
	
	.top-arrow {	
		width: 40px;
		height: 40px;
	}

	#scrolltotop {
    right: 10px;
	}
		
	.menu li a {
    line-height: 60px;
  }

	#main {
		padding:50px 0;	
	}
	
  .author-about {
		width:50%;
		height:500px;
	}		
	
	.author-image {
		display:none;
	}
	
  .one_half, .one_third, .one_fourth, .one_fifth, .one_sixth, .two_third, .two_fourth, .two_fifth, .two_sixth,
	.three_fourth, .three_fifth, .three_sixth, .four_fifth, .four_sixth, .five_sixth {
		width: 100%;
		margin-bottom:20px;
	}
	
	.part {
		padding:40px 0 15px;	
	}	
	
	h2 {
		font-size: 2.5em;
		line-height:1.1em;
	}
	
	#presentation .owl-carousel img,
	#presentation.owl-carousel.owl-item img {	
		width:100%;
	}
	
	#newborn_photo p {
		font-size:14px;
	}
	
	.project-items li{
		font-size:12px;  /*   11px   */
	}	

	.page-error {
		margin:0;
	}
	
	.blink_me {
		font-size:60px;
		line-height:60px;
	}

	#replies .quote {
		text-align:center;
		font-size:2.1em;
	}	

	#replies .owl-carousel img,
	#replies .owl-carousel.owl-item img {	
		width:30%;
		height:auto;
		margin:0 auto;		
	}
	
	#contact-formular {
		width:100%;		
	}	
	
	#order {
	  padding-top:20px;
	}

}


@media only screen and (max-width: 670px) {

  hr {
		height:50px;
	}

	.slide-slogan-big h1 {
		font-size:4.25em;  	
	}	
	.slide-slogan h1 {
		font-size: 3.25em;
    margin-bottom: 5px; 	
	}	
	.clapat-caption h3, 
	.slide-slogan h3 {
		font-size:1.5em;  
		line-height:1.0em;			
		letter-spacing:-0.01em;
	}
	
  #top_menu {
		display:none;
	}	
	
	#controls {
		width:40px;
	}
	
	.overlay-menu .menu-container .categories li {	
		font-size:3em;
    margin:0 0 10px;	
	}
	.dropdown .submenu li a {
    font-size:14px;
	}

	.custom-navigation {	
		display:none;
	}
	
	.next-section {
    width: 40px;
    height: 40px;
    background-position: 3px 12px;
  }
	
	#main {
		padding:40px 0 20px 0;
	}
	
	#filters li {
		display: block;
		margin: 0 10px 15px 0;
	}
	
	#filters li:last-child {
		padding-bottom:30px;
	}
	
	.top-arrow {	
		width:40px;
		height:40px;
	}
		
	#scroll {
		display:none;
	}

  .author-about {
		width:50%;
		height:370px;
	}		
	
	.item:hover .padding-overlay {
		padding:10px;
	}
	
	.part {
		padding:40px 0 10px;	
	}
	
	#newborn_photo p {
		font-size:13px;
	}
	
	#contact-formular  {
		width:100%;
	}	
}	


@media only screen and (max-width: 480px) {
	
	#header-wrapper {
		height:65px;		
	}
	
	#logo {
		margin:12px 0 10px;
	}	
	
  hr {
		height:60px;
	}

	.slide-slogan h1 {
		font-size:2.8em; 
    line-height:1.1em;		
	}	
	.slide-slogan-big h1 {
		font-size:3.0em;  
    padding-bottom:10px;	
    line-height:1.0em;	
		letter-spacing:0.01em;		
	}	

	.clapat-caption h3, 
	.slide-slogan h3 {
		font-size:1.5em;  
		line-height:1.0em;			
		letter-spacing:0em;
	}
	
	.slide-slogan,
	.slide-slogan-big {
		margin-bottom:25px;
	}	
	
	.slide-slogan p.textlogo {
		margin:25px 0;
		font-size:1.0em;	
	}	
	.slide-slogan-big p.textlogo {		
    margin-bottom:30px;		
	}
	p.textlogo {
		position:absolute;
		top:-50vh;
		right:0;	
	}
	
	header {
	  max-width:100%;
	}
	
  #top_menu {
		display:none;
	}	
	
	#menubtn-close {
    top:25px;
    right:25px;
	}
	
	.top-arrow {	
		width:40px;
		height:40px;
	}

	#main {
		padding-top:70px;	
	}
	
	#filters {
    margin-bottom:0px;	
	}	
	#filters li {
		margin:0 10px 15px 0;
	}	
	
	#scroll {
		display:none;
	}
	
	.item:hover .padding-overlay {
		padding:10px;
	}

  .author-about {
		height:350px;
		width:70%;
		margin-bottom:30px;
	}	
	
	#replies .quote {
		text-align:center;
		font-size:1.7em;
	}
	
	#contact-formular 	{
		width:100%;
	}	
}		

@media only screen and (max-width: 390px) {

  hr {
		height:50px;
	}
	
  #top_menu {
		display:none;
	}	
	
	#menubtn-close {
    top:20px;
    right:20px;
	}
	
	.overlay-menu .menu-container .categories li {	
		font-size:2.4em;
	}	
	
  .author-about {
		height:310px;
	}	
	
	.about-ctrls {
	  display:none;
	}	
}		

	
/* ---------------------*/