/*
	Theme Name: Squares
	Theme URI: http://clapat.ro/themes/square/
	Description: Responsive Wordpress Theme
	Version: 1.3
	Author: Clapat
	Author URI: http://themeforest.net/user/clapat
	Created Date: 15/01/2016
	License: Themeforest
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: squares
	Tags: one-column, two-columns, right-sidebar, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, translation-ready
*/

@font-face {
    font-family: 'bebas_neuebold';
    src: url('fonts/bebasneue_bold-webfont.eot');
    src: url('fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_bold-webfont.woff') format('woff'),
         url('fonts/bebasneue_bold-webfont.ttf') format('truetype'),
         url('fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

01. General Styles
02. Lightbox
03. Header and Sidebar
04. Hero
05. Page Content
06. Showcase
07. Project Page
08. Portfolio Filters
08. Portfolio Items
09. Portfolio Isotope Transitions
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: 'Open Sans', sans-serif;
		font-weight: 400;
		font-size:15px;
		height:100%;
		width:100%;
		color:#777777;
		background-color:#eee;
	}
	
	html {
		box-sizing: border-box;
		margin-right: 0px!important;
		overflow: visible!important;
	}
	
	body {
		overflow-x:hidden;
		overflow-y:scroll;
		box-sizing: border-box;
	}
	
	body.no-content {
		overflow-y:hidden;
	}
	
	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,
	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 #000;
		text-decoration: none;
		color:#fff;
		font-family: "Montserrat",sans-serif;
		font-size: 10px;
		font-weight: 400;
		letter-spacing: 4px;
		text-transform: uppercase;
		padding:2px 5px;
		margin-bottom:10px;
		display:inline-block;
	}
	
	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 p {
		color: #000;
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: 18px;
		font-style: italic;
		font-weight: 300;
		letter-spacing: 0.01em;
		line-height: 30px;
	}
	
	blockquote span, blockquote p cite a {
		color: #999;
		display: block;
		font-family: Verdana,Geneva,sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		margin-top: 20px;
	}
	
	blockquote span {
		display:block;
		margin-top:20px;
		font-weight:400;
		font-size:12px;
		font-style:normal;
		font-family: Verdana,Geneva,sans-serif;
		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;
		color:#333;
		margin-bottom:10px;
	}
	
	figure img {
		max-width:none;
		max-height:none;
	}
	
	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: 50px;
		width:100%;
		float:none;
		margin:0;
		display:inline-block;
	}
	
	hr.small {
		height:20px;
	}
	
	hr:after {
		clear: both;
		content: " ";
		display: block;
		height: 0;
		visibility: hidden;
	}
	
	::selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}
	
	::-moz-selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}
	
	img {
		border: 0 none;
		max-width: 100%;
		vertical-align: middle;
		height:auto;
	}
		
	h1, h2, h3, h4, h5, h6 {
		font-weight: 400;
		font-family: 'bebas_neuebold';
		color:#000;
		margin-bottom:10px;
	}
	
	h1.big-title{
		font-size: 70px;
		font-style: normal;
		font-weight: 400;
		line-height: 1em;
	}	
	
	h1{
		font-size:48px;
		line-height: 54px;
		margin-left:-1px;
	}
	
	h2{
		font-size: 36px;
		line-height: 48px;
		margin-left:-1px;
	}
	
	h3{
		font-size:30px;
		line-height: 36px;
		margin-left:-1px;
	}
	
	h4{
		font-size:24px;
		line-height: 30px;
		margin-left:-1px;	
	}
	
	h5{
		font-size:18px;
		line-height: 24px;
		margin-left:-1px;
	}
	
	h6{
		font-size:14px;
		line-height: 18px;
	}
	
	.light-content h1, .light-content h2, .light-content h3, .light-content h4, .light-content h5, .light-content h6, .light-content .caption-content p {
		color: #fff;
	}
	
	.title-has-line {
		position:relative;
		margin-bottom:35px;
	}
	
	.title-has-line:after {
		background: none repeat scroll 0 0 #ddd;
		bottom: -15px;
		content: "";
		height: 1px;
		left: 0;
		position: absolute;
		width: 40px;
	}
	
	.text-align-center .title-has-line:after {
		background: none repeat scroll 0 0 #ddd;
		bottom: -15px;
		content: "";
		height: 1px;
		left: 50%;
		margin-left: -20px;
		position: absolute;
		width: 40px;
	}
	
	.text-align-center.title-has-line:after {
		background: none repeat scroll 0 0 #ddd;
		bottom: -15px;
		content: "";
		height: 1px;
		left: 50%;
		margin-left: -20px;
		position: absolute;
		width: 40px;
	}
		
	strong {
		font-weight:700;
	}
	
	p {
		font-size:15px;
		margin-bottom:20px;
		line-height:25px;
		color:#777;
	}
	
	p.no-margins {
		margin-bottom:0;
	}
	
	.bigger, .bigger p {
		font-family: 'Open Sans', sans-serif;
		font-size: 24px!important;
		font-weight: 400!important;
		line-height:36px!important;
		color:#222;
	}
	
	.smaller, .smaller p {
		font-family: 'Open Sans', sans-serif;
		font-size: 12px!important;
		line-height:20px!important;
		font-weight: 400!important;
		color:#777;
	}
	
	.container {
		width:1320px;
		margin:0 auto;
	}
	
	.small .container {
		width:800px;
	}
	
	.full .container {
		width:100%;
	}
	
	.container.portfolio {
		width:1320px;
	}
	
	.container::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	a:hover, a:active {
	  outline: 0;
	  color: #000;
	}
	
	a {
        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;
    }
	
	a {
		color: #000;
		outline: 0;
	}
	
	.light-link {
		color:#fff;
	}
	
	a:hover {
		text-decoration:none;
	}
	
	.one_half {
    	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%;
	}	

	.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, .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;
	}
	
	.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;
	}
	
	.admin-bar header, .admin-bar #sidebar {
		top:30px;
	}
	
	.no-composer {
		padding-top:120px;
	}
	
	.showcase-slider .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
		margin-bottom:0px!important;
	}
	
	.page-title {
		padding-top:100px;
		padding-bottom:80px;
	}
	
	
	/* 2. Lightbox */	
	
	button.mfp-close, button.mfp-arrow:before {
		background:url(css/default-skin/default-skin.png) 0 0 no-repeat; background-size: 264px 88px;
	}
	
	button.mfp-close {
		width: 44px; height: 44px; color: transparent; background-position: 0 -44px;
	}
	
	button.mfp-arrow { 
		width: 70px; height: 100px; opacity: .9;
	}
	
	button.mfp-arrow:hover, button.mfp-close:hover { 
		background-color: transparent; 
	}
	
	button.mfp-arrow:after { 
		display: none; 
	}
	
	button.mfp-arrow:before {
		content: ''; position: absolute; top: 35px; height: 30px; width: 32px; border: 0; margin: 0;
	}
	
	button.mfp-arrow-left:before {
		left: 6px; background-position: -138px -44px; 
	}
	
	button.mfp-arrow-right:before {
		left: auto; right: 6px; background-position: -94px -44px; 
	}
	
	.mfp-title {
		display: inline-block; position: fixed; bottom: 4px; left: 0; padding: 0 8px; font-size: 13px; line-height: 27px; color: #fff; text-transform: uppercase; letter-spacing: 1px;
	}
	
	.mfp-counter {
		position: fixed; top: 14px; left: 14px; font-size: 13px; font-weight: 400; color: #fff; opacity: .85; 
	}
	
	.mfp-removing button, .mfp-removing .mfp-title { 
		opacity: 0; 
	}
	
	.mfp-figure:after {
		box-shadow: none; 
	}
	
	html {
		-webkit-backface-visibility: hidden;
	}
	
	.mfp-ready .mfp-figure {
		opacity: 0;
	}
	
	.mfp-zoom-in .mfp-figure { 
		opacity: 0; transition: all 0.2s ease-out; transform: scale(0.9);
	}
	
	.mfp-zoom-in.mfp-bg, .mfp-zoom-in .mfp-preloader {
		opacity: 0; transition: all 0.2s ease-out;
		}
		
	.mfp-zoom-in.mfp-image-loaded .mfp-figure {
		opacity: 1; transform: scale(1);
	}
	
	.mfp-bg { 
		background: #fff; 
	}
	
	.mfp-zoom-in.mfp-ready.mfp-bg,
	.mfp-zoom-in.mfp-ready .mfp-preloader {
		opacity: 0.95;
	}
	
	.mfp-zoom-in.mfp-removing .mfp-figure {
		transform: scale(0.9); opacity: 0;
	}
	
	.mfp-zoom-in.mfp-removing.mfp-bg,
	.mfp-zoom-in.mfp-removing .mfp-preloader {
		opacity: 0;
	}
	
	.mfp-preloader {
		width: 88px; height: 8px; opacity: 0.65; margin: 0 auto; background: url(../images/bckg/loading-light.gif) center center no-repeat; background-size: 88px 8px;
	}
	
	.mfp-image-loaded .mfp-figure {
		-webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: .2s; animation-duration: .2s; -webkit-backface-visibility: hidden;
	}
	
	@-webkit-keyframes fadeIn{
		0%{ opacity:0 }
		100%{ opacity:1 }
	}
	
	@keyframes fadeIn{
		0%{ opacity:0 }
		100%{ opacity:1 }
	}
	
	
	
	
	
	
	
	
	
	
/*--------------------------------------------------
	03. Header and sidebar
---------------------------------------------------*/	
	
	#black-fade {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0;
		z-index: 15;
		-webkit-transition: all 0.3s ease-in-out 0.2s;
		-moz-transition: all 0.3s ease-in-out 0.2s;
		-o-transition: opacity 0.3s ease-in-out 0.2s;
		transition: all 0.3s ease-in-out 0.2s;	
	}
	
	#black-fade.fade-in { 
		opacity: 0.8; 
	}
	
	#black-fade.display-hide{ 
		visibility: hidden; opacity:0; 
	}
	
	#black-fade:hover { 
		cursor: pointer; 
	}
	
	header {
		-webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
  		-moz-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
		-o-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
		transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
		opacity:1;
		margin:0 auto;
		height:100%;
		position: fixed!important;
		width:400px;
		z-index:16;
		box-sizing: border-box;
		left:0;
		background-color:#fff;
		overflow:hidden;
		top:0;
		-webkit-transform: translateX(-320px);
		-moz-transform: translateX(-320px);
		-o-transform: translateX(-320px);
		-ms-transform: translateX(-320px);
		transform: translateX(-320px); 
	}
	
	header.show-menu {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);    	
	}
	
	header.side-disable {
		-webkit-transform: translateX(-400px);
		-moz-transform: translateX(-400px);
		-o-transform: translateX(-400px);
		-ms-transform: translateX(-400px);
		transform: translateX(-400px);    	
	}
	
	header.hidden {
		opacity:0;
	}
	
	#header-container {
		width:80px;
		margin:0 auto;
		box-sizing:border-box;
		padding:0;
		height:100%;
		position:absolute;
		z-index:20;
		right:0;
		background:#fff;
		border-left:solid 1px #eee;
	}
	
	#logo {
		float:left;
		position:relative;
		z-index:1000;
	}
	
	#logo a {
		display:block;
	}
	
	#logo img {
		height:auto;
		padding:0 25px;
		width:30px;
		margin-top:40px;
	}
	
	header:hover .menu-categories {
		opacity:1;
	}
	
	.header-title {
		font-size:20px;
		font-weight:600;
		color:#000;
		margin-bottom:40px;
	}
	
	header .outer {
		position:absolute;
		top:0;
		background-color: #eee;
		width:400px;
	}
	
	header .inner {
		vertical-align:top;
		padding-right:120px;
		padding-left:60px;
		padding-top:30px;
		opacity:0;		
		-webkit-transition: opacity 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out;
		-ms-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}
	
	.show-menu .inner {
		opacity:1;
		-webkit-transition: opacity 0.35s ease-in-out 0.3s;
		-moz-transition: opacity 0.35s ease-in-out 0.3s;
		-o-transition: opacity 0.35s ease-in-out 0.3s;
		-ms-transition: opacity 0.35s ease-in-out 0.3s;
		transition: opacity 0.35s ease-in-out 0.3s;
	}
	
	nav {
		width:100%;
		float:none;
		margin-left:2px!important;
		margin-bottom:60px!important;
	}
	
	#menu-overlay nav {
		width:auto;
		margin-top:60px!important;
	}

	nav, nav ul, nav ul li, nav ul li a {
		margin: 0;
		padding: 0;
		border: 0;
		list-style: none;
		display: block;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	nav > ul > li {
		-webkit-transition: all 0.3s ease-in-out 0.3s;
		-moz-transition: all 0.3s ease-in-out 0.3s;
		-o-transition: all 0.3s ease-in-out 0.3s;
		-ms-transition: all 0.3s ease-in-out 0.3s;
		transition: all 0.3s ease-in-out 0.3s;
	}
	
	nav ul ul {
		display: none;
		margin-bottom: 20px;
	}
	
	nav > ul > li > a {
		padding: 2px 0px;
		cursor: pointer;
		color: #777;
		line-height:24px;
		font-weight: 400;
		font-size:15px;
		font-family: 'Open Sans', sans-serif;
		-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;
	}
	
	#menu-overlay nav > ul > li > a {
		font-size:48px;
		font-family: 'bebas_neuebold';
		line-height:48px;
		color: #999;
	}
	
	#menu-overlay nav > ul > li > a:hover, #menu-overlay nav > ul > li.active > a {
		color:#000;
	}
	
	nav > ul > li > a:hover,
	nav > ul > li.active > a,
	nav > ul > li.open > a {
		color: #000;
	}
	
	nav ul ul li a {
		cursor: pointer;
		padding: 10px 20px 2px;
		z-index: 1;
		text-decoration: none;
		font-size: 12px;
		color: #777;
		line-height:20px!important;
	}
	
	#menu-overlay nav ul ul li a {
		font-size: 15px;
	}
	
	nav ul ul li:hover > a,
	nav ul ul li.open > a,
	nav ul ul li.active > a {
		color: #000;
	}
	
	nav ul ul ul li a {
		padding-left: 40px;
	}
	
	.nav-bottom {
		bottom: 40px;
		box-sizing: border-box;
		padding: 0 60px;
		position: absolute;
		width: 100%;
		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;
	}
	
	.show-menu .nav-bottom {
		opacity:1;
		-webkit-transition: opacity 0.35s ease-in-out 1.5s;
		-moz-transition: opacity 0.35s ease-in-out 1.5s;
		-o-transition: opacity 0.35s ease-in-out 1.5s;
		-ms-transition: opacity 0.35s ease-in-out 1.5s;
		transition: opacity 0.35s ease-in-out 1.5s;
	}


	.hamburger {
		display: block;
		position: relative;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 60px;
		height: 60px;
		font-size: 0;
		text-indent: -9999px;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		cursor: pointer;
		-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;
		left:10px;
		top:10px;
		z-index:1000;
		opacity:0.5;
		float:none;
	}
	
	.hamburger:hover {
		opacity:1;
	}
	
	.hamburger.hidden {
		opacity:0;
	}

	.hamburger:focus {
		outline: none;
	}
	
	.hamburger span {
		display: block;
		position: absolute;
		top: 28px;
		left: 20px;
		right: 20px;
		height: 2px;
		background-color: #000;
	}
	
	.hamburger span::before,
	.hamburger span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000;
		content: "";
	}
	
	.hamburger span::before {
		top: -7px;
	}
	
	.hamburger span::after {
		bottom: -7px;
	}
	
	.hamburger-rotate {
		background-color: #fff;
	}
	
	.hamburger-rotate span {
		transition: background 0s 0.3s;
	}
	
	.hamburger-rotate span::before,
	.hamburger-rotate span::after {		
		-webkit-transition-duration: 0.3s, 0.3s;
		-moz-transition-duration: 0.3s, 0.3s;
		-o-transition-duration: 0.3s, 0.3s;
		-ms-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;		
		-webkit-transition-delay: 0.3s, 0s;
		-moz-transition-delay: 0.3s, 0s;
		-o-transition-delay: 0.3s, 0s;
		-ms-transition-delay: 0.3s, 0s;
		transition-delay: 0.3s, 0s;
	}
	
	.hamburger-rotate span::before {		
		-webkit-transition-property: top, transform;
		-moz-transition-property: top, transform;
		-o-transition-property: top, transform;
		-ms-transition-property: top, transform;
		transition-property: top, transform;
	}
	
	.hamburger-rotate span::after {		
		-webkit-transition-property: bottom, transform;
		-moz-transition-property: bottom, transform;
		-o-transition-property: bottom, transform;
		-ms-transition-property: bottom, transform;
		transition-property: bottom, transform;
	}
	
	.hamburger-rotate.is-active {
		background-color: #fff;
	}
	
	.hamburger-rotate.is-active span {
		background: none;
	}
	
	.hamburger-rotate.is-active span::before {
		top: 0;		
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.hamburger-rotate.is-active span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	.hamburger-rotate.is-active span::before,
	.hamburger-rotate.is-active span::after {
		-webkit-transition-delay: 0s, 0.3s;
		-moz-transition-delay: 0s, 0.3s;
		-o-transition-delay: 0s, 0.3s;
		-ms-transition-delay: 0s, 0.3s;
		transition-delay: 0s, 0.3s;
	}
	
	#sidebar {
		position:fixed;
		right:0;
		top:0;
		height:100%;
		width:300px;
		z-index:16;
		background-color:#fff;
		opacity:1;
		-webkit-transform: translateX(220px);
		-moz-transform: translateX(220px);
		-o-transform: translateX(220px);
		-ms-transform: translateX(220px);
		transform: translateX(220px);
		-webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  		-moz-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
		transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
	}
	
	#sidebar.hidden {
		opacity:0;
	}
	
	.menu-in #sidebar {
		-webkit-transform: translateX(300px);
		-moz-transform: translateX(300px);
		-o-transform: translateX(300px);
		-ms-transform: translateX(300px);
		transform: translateX(300px);
	}
	
	#sidebar.sidebar-in {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}
	
	#sidebar.side-disable {
		-webkit-transform: translateX(320px);
		-moz-transform: translateX(320px);
		-o-transform: translateX(320px);
		-ms-transform: translateX(320px);
		transform: translateX(320px);    	
	}
	
	.sidebar-container {
		background-color:#eee;
		height:100%;
		width:240px;
		position:absolute;
		overflow-y:scroll;
		overflow-x:hidden;
		top:0;
		left:80px;
	}
	
	#open-sidebar {
		height: 20px;
		opacity: 0.5;
		width: 20px;
		cursor:pointer;
		padding:30px;
		margin-left:0px;
		margin-top:0px;
		position:relative;
		-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;
	}
	
	#open-sidebar img {
		display:block;
	}
	
	#open-sidebar:hover {
		opacity:1;
	}
	
	#open-sidebar.is-active {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}


/*--------------------------------------------------
	04. Hero
---------------------------------------------------*/
	
	#hero {
		-webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out;
		-moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out;
		-o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out;
		-ms-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out;
		transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out;
		overflow:hidden;
		box-sizing:border-box;
		position:relative;
		z-index:0;
		background-color:#eee;
		padding: 0 80px;
	}
	
	#hero.contain {
		padding-top:80px
	}
	
	#hero.hidden {
		opacity:0;
	}
	
	#hero-styles {
		height:100%;
		width:100%;
		position:relative;
	}
	
	.hero-image {
		width:100%;
		height:inherit; 
		margin:0;
		padding:0;
		position:absolute;	
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position:center center;
		background-repeat:no-repeat;
	}
	
	.hero-image > .clapat-caption {
		opacity:1;
	}
	
	.overlay {
		height:100%;
		width:100%;
	}
	
	#video-container {
		height:100%; 
		width:100%; 
		position:relative;
	}
	
	#stopmovie {
		height:100%; 
		width:100%; 
		position:absolute; 
		z-index:0;
		cursor:pointer;
	}
	
	#playmovie {
		width:100%;
		height:inherit!important; 
		position:absolute;
		z-index:10;
		opacity:1;
		background-image:url(images/6.jpg);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position:center center;
		background-repeat:no-repeat;
		-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;
	}
	
	#playmovie .overlay {
		height:100%;
	}
	
	
	
	#playmovie.hidden-play {
		opacity:0;
	}
	
	.play-icon {
		border:#fff 5px solid;
		width:60px;
		height:60px;
		margin-right:15px;
		border-radius:100px;
		cursor:pointer;
		display:inline-block;
		-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;
	}
	
	.play-icon:hover {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	.play-icon i {
		color: #fff;
		font-size: 24px;
		line-height:60px;
		margin-left: 7px;
		-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;
	}
	

/*--------------------------------------------------
	05. Page Content
---------------------------------------------------*/	
	

	
	#page-content {
		-webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  		-moz-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
		transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
	}
	
	.fade-out #page-content, .fade-out #header-container, .fade-out header .outer {
		opacity:0!important;
		-webkit-transition: opacity 0.2s ease-in-out;
  		-moz-transition: opacity 0.2s ease-in-out;
		-o-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}
	
	.fade-out header, .fade-out #sidebar, .fade-out #menu-overlay .inner {
		opacity:0!important;
		-webkit-transition: opacity 0.3s ease-in-out 0.2s;
  		-moz-transition: opacity 0.3s ease-in-out 0.2s;
		-o-transition: opacity 0.3s ease-in-out 0.2s;
		transition: opacity 0.3s ease-in-out 0.2s;
	}
	
	.menu-in #page-content {
		-webkit-transform: translateX(205px);
		-moz-transform: translateX(205px);
		-o-transform: translateX(205px);
		-ms-transform: translateX(205px);
		transform: translateX(205px);
	}
	
	#main {
		padding:0 80px;
		z-index:1;
		position:relative;
		width:100%;
		box-sizing: border-box;
		opacity:1;
		background-color:#eee;
		-webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
  		-moz-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
		-o-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
		transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
	}
	
	#main-content {
		opacity:1;
		-webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
  		-moz-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
		-o-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
		transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
	}
	
	#main-content.hidden {
		opacity:0;
	}
	
	#main::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	
/*--------------------------------------------------
	06. Showcase
---------------------------------------------------*/
	
	
	.showcase-controls {
		width:inherit;
		margin:0;
	}
	
	.showcase-control-nav {
		margin:0;
	}
	
	.showcase-control-nav li {
		list-style:none;
		display:block;
		width:100%;
		height:auto;
		background: #000;
		box-sizing: border-box;
		opacity:0.7;
		cursor:pointer;
		margin-bottom:1px;
		-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;
	}
	
	.showcase-control-nav li:last-child {
		margin-bottom:0px;
	}
	
	.showcase-control-nav .flex-active, .showcase-control-nav li:hover {
		opacity:1;
	}
	
	.counter-slider {
		position:absolute;
		bottom:0;
		left:0;
		width:80px;
		text-align:center;
		margin-bottom:30px;
	}
	
	.counter-slider li {
		font-size:12px;
		color:#000;
	}
	
	
	#showcase {
		opacity:1;
		-webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out;
		-moz-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out;
		-o-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out;
		transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out;
	}

	#showcase.hidden {
		opacity:0;
	}

	#showcase .overlay {
		position:fixed;
		z-index:1000;
	}

	#showcase .outer {
		padding: 140px 0;
		box-sizing:border-box;
		margin:0 auto;
		width:1280px;
	}

	#showcase .inner {
		position:relative;
	}

	#showcase p.showcase-title {
		position:absolute;
		top:0;
		left:0;
		z-index:1000;
		color:#fff;
	}

	#showcase a.view-works {
		position:absolute;
		bottom:0;
		left:0;
		z-index:1000;
	}

	#showcase {
	  z-index: 9;
	  min-height: 100%;
	  height: auto;
	  position: relative;
	}
	
	#showcase .showcase-images {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin:0;
	}
	
	#showcase .showcase-images li {
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		position: fixed;
		width: 100%;
		height: 100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position:center center;
		background-repeat:no-repeat;
		top: 0;
		left: 0;
		overflow: hidden;
		list-style:none;
		display:none;  
	}
	
	#showcase .showcase-images li.show-show {
		display:block;
	}

	.showcase-wrapper {
		margin: auto;
		position: relative;
		z-index: 1000;
		padding: 0;
		float:left;
	}

	.showcase-wrapper li {
		list-style:none;
	}
	
	.showcase-name h1 {
		color:#fff;
		opacity:0.2;
	}
	
	.showcase-name.active h1 {
		opacity:1;
	}

	.showcase-name p {
		color:#fff;
		max-height:0px;
		overflow:hidden;
		margin-bottom:0;
		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;
	}
	
	.showcase-name.active p {
		color:#fff;
		max-height:100px;
		overflow:hidden;
		opacity:1;
	}
	
	
/*--------------------------------------------------
	07. Project Pages
---------------------------------------------------*/	

	.zoom {
		position:absolute;
		width:20px;
		height:20px;
		left:50%;
		margin-left:-30px;
		bottom:60px;
		background-color:#FFF;
		border-radius:60px;
		overflow:hidden;
		padding:20px;
		cursor:pointer;
		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;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}
	
	#hero:hover .zoom {
		opacity:1;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-o-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}
	
	#hero .zoom:hover {
		opacity:1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	
	.zoom img {
		display:block;
	}
	
	.close-page { 
		padding:30px;
		width:20px;
		height:20px;
		opacity:0.5;
		display:block;
		webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	
	.close-page:hover {
		opacity:1;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(360deg);
	}
	
	.close-page img {
		display:block;
	}
	
	.next-project, .prev-project {
		background:#FFF;
		float:none;
		display:block;
		height:80px;
		width:260px;
		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;
	}
	
	.next-project:hover, .prev-project:hover {
		margin-left:-180px;
	}
	
	.next-posts, .prev-posts {
		background:#FFF;
		float:none;
		display:block;
		height:80px;
		width:180px;
		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;
	}
	
	.next-posts:hover, .prev-posts:hover {
		margin-left:-100px;
	}
	
	.next-project .project-icon, .prev-project .project-icon, .next-posts .posts-icon, .prev-posts .posts-icon {
		width:20px;
		padding:30px;
		height:20px;
		float:left;
		opacity:0.5;
		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;
	}
	
	.next-project:hover .project-icon, .prev-project:hover .project-icon, .next-posts:hover .posts-icon, .prev-posts:hover .posts-icon {
		opacity:1;
	}
	
	.next-project img, .prev-project img, .next-posts img, .prev-posts img {
		display:block;
	}
	
	.next-project .project-text, .prev-project .project-text, .next-posts .posts-text, .prev-posts .posts-text {
		width:100px;
		height:80px;
		float:left;
		text-align:center;
	}
	
	.next-project .project-text p, .prev-project .project-text p, .next-posts .posts-text p, .prev-posts .posts-text p {
		line-height:20px;
		font-size:12px;
		padding:30px 0;
		opacity:0;
		color:#777;
		webkit-transition: all 0.3s ease-in-out 0.05s;
		-moz-transition: all 0.3s ease-in-out 0.05s;
		-o-transition: all 0.3s ease-in-out 0.05s;
		-ms-transition: all 0.3s ease-in-out 0.05s;
		transition: all 0.3s ease-in-out 0.05s;
	}
	
	.next-project:hover .project-text p, .prev-project:hover .project-text p, .next-posts:hover .posts-text p, .prev-posts:hover .posts-text p {
		padding:30px 30px 30px 0;
		opacity:1;
	}
	
	.next-project .project-thumb, .prev-project .project-thumb {
		width:80px;
		height:80px;
		float:left;
	}
	
	.page-share { 
		padding:30px;
		width:20px;
		height:20px;
		opacity:0.5;
		display:block;
		cursor:pointer;
		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;
	}
	
	.page-search {
		width:80px;
		height:80px;
		line-height:80px;
		text-align:center;
		cursor:pointer;
		color:#939393;
		font-size:15px;
		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;
	}
	
	.page-search:hover {
		color:#000;
	}
	
	.page-share:hover {
		opacity:1;
	}
	
	.page-share img {
		display:block;
	}
	
	#share-overlay, #search-overlay, #menu-overlay {
		width:100%;
		height:100%;
		position:fixed;
		background:#eee;
		visibility: hidden; 
		opacity:0;
		z-index:10;
		text-align:center;
		webkit-transition: all 0.3s ease-in-out 0.5s;
		-moz-transition: all 0.3s ease-in-out 0.5s;
		-o-transition: all 0.3s ease-in-out 0.5s;
		-ms-transition: all 0.3s ease-in-out 0.5s;
		transition: all 0.3s ease-in-out 0.5s;
	}
	
	#share-overlay.is-active, #search-overlay.is-active, #menu-overlay.is-active {
		visibility:visible; 
		opacity:1;
		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;
	}
	
	#share-overlay .inner, #search-overlay .inner, #menu-overlay .inner {
		opacity:0;
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-o-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
		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;
	}
	
	#share-overlay.is-active .inner, #search-overlay.is-active .inner, #menu-overlay.is-active .inner {
		opacity:1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		webkit-transition: all 0.2s ease-in-out 0.3s;
		-moz-transition: all 0.2s ease-in-out 0.3s;
		-o-transition: all 0.2s ease-in-out 0.3s;
		-ms-transition: all 0.2s ease-in-out 0.3s;
		transition: all 0.2s ease-in-out 0.3s;
	}
	
	#close-share, #close-search, #close-menu {
		width:100%;
		height:100%;
		position:absolute;
		top:0;		
	}
	
	.list-share {
		width:100%;
		word-spacing: -10px;
		margin-top:50px;
		position:relative;
	}
	
	.list-share a img {
		opacity:0!important;
	}
	
	.list-share a:nth-child(5), .list-share a:nth-child(6), .list-share a:nth-child(7), .list-share a:nth-child(8), .list-share a:nth-child(9) {
		display:none;
	}
	
	.list-share a  {
		background-color:#FFF;
		height:200px!important;
		width:200px!important;
		display:inline-block;
		margin:0!important;
		border-left:1px solid #eee;
	}
	
	.list-share a::before {
		font-family: FontAwesome;
		padding-right:0px;
		font-size:28px;
		color:#000;
		position:absolute;
		margin-top:84px;
		webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}
	
	.list-share a:hover::before {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	.list-share .synved-social-provider-facebook::before {
		content: "\f09a";
	}
	
	.list-share .synved-social-provider-twitter::before {
		content: "\f099";
	}
	
	.list-share .synved-social-provider-google_plus::before {
		content: "\f1a0";
	}
	
	.list-share .synved-social-provider-reddit::before {
		content: "\f1a1";
	}
	
	.list-share .synved-social-provider-pinterest::before {
		content: "\f0d2";
	}
	
	.list-share .synved-social-provider-linkedin::before {
		content: "\f0e1";
	}
	
	.list-share .synved-social-provider-tumblr::before {
		content: "\f173";
	}
	
	.list-share .synved-social-provider-mail::before {
		content: "\f0e0";
	}

/*--------------------------------------------------
	08 .Portfolio Filters
---------------------------------------------------*/
	
	
	
	#filters {
		margin: 0 auto;
		text-align:center;
		opacity:1;
		height:auto;
		z-index:15;
		position:relative;
		width:100%;
	}
	
	#filters.modern {
		background-color:#000;
	}
	
	#filters.modern li a:hover, #filters.modern li a.active {
		color:#fff;
		text-decoration:none;
	}
	
	#filters.modern li {
		margin: 50px 20px;
	}
	
	#filters.modern li a {
		font-size:15px;
	}
	
	#filters li {
		display: inline-block;
		height: 20px;
		line-height: 20px;
		margin: 80px 10px;
	}
	
	#filters li:last-child {
		margin-left:0px;
	}
	
	#filters li a {
		display:inline-block;
		color:#777;
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: 400;
		z-index:15;
		position:relative;
		-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 li a:hover, #filters li a.active {
		color:#000;
		text-decoration:underline;
	}
	
	#filters.filters-hide{
		display: none;
	}
	
	
	
/*--------------------------------------------------
	09. Portfolio Items
---------------------------------------------------*/
	
	#portfolio-wrap {
		margin:0 auto;
		width:100%;		
	}
	
	#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:#fff;
		-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;
		display:block;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
    }
	
	.zoom-box {
		height: 10px;
		margin: 0 auto;
		padding-top: 10px;
		position: relative;
		width: 20px;
	}
	
	.wide .zoom-box {
		height: 15px;
		margin: 0 auto;
		padding-top: 15px;
		position: relative;
		width: 30px;
	}
	
	.item .zoom-box {
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-o-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
		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;
	}
	
	.item:hover .zoom-box {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity:1;
		-webkit-transition: all 0.2s ease-in-out 0.3s;
		-moz-transition: all 0.2s ease-in-out 0.3s;
		-o-transition: all 0.2s ease-in-out 0.3s;
		-ms-transition: all 0.2s ease-in-out 0.3s;
		transition: all 0.2s ease-in-out 0.3s;
	}
	
	.zoom-in-left, .zoom-in-right {
		width:20px;
		height:2px;
		background-color:#FFF;
		position:absolute;
	}
	
	.wide .zoom-in-left, .wide .zoom-in-right {
		width:30px;
	}
	
	.zoom-in-right {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	.zoomin .item-content {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.15s ease-in-out;
		-moz-transition: all 0.15s ease-in-out;
		-o-transition: all 0.15s ease-in-out;
		-ms-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}
	
	.zoomin: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);
	}
	
	.zoomin .item-overlay { 
		text-align:center;
	}
	
	.zoomin .item-overlay .item-title, .zoomin .item-overlay .item-cat {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}
	
	.zoomin .inner {
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-o-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
		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;
	}
	
	.zoomin:hover .inner {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity:1;
		-webkit-transition: all 0.3s ease-in-out 0.2s;
		-moz-transition: all 0.3s ease-in-out 0.2s;
		-o-transition: all 0.3s ease-in-out 0.2s;
		-ms-transition: all 0.3s ease-in-out 0.2s;
		transition: all 0.3s ease-in-out 0.2s;
	}
	
	.item:hover .item-content {
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	
	.rotate .inner {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		vertical-align:bottom;
	}
	
	.item-overlay {
		height:100%;
		width:100%;
		background:rgba(0,0,0,0);
		position:absolute;
		opacity:0;
		padding:40px;
		box-sizing:border-box;	
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;		
	}
	
	.sliding .item-overlay  {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
  		-moz-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
		-o-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
		transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
		opacity:1;
		background:rgba(0,0,0,0.8);
	}
	
	.item.sliding:hover .item-overlay {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}
	
	.sliding .item-overlay .item-title, .sliding .item-overlay .item-cat {
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	
	.item.sliding:hover .item-overlay .item-title, .item.sliding:hover .item-overlay .item-cat {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
		--webkit-transition: all 0.3s ease-in-out 0.2s;
		-moz-transition: all 0.3s ease-in-out 0.2s;
		-o-transition: all 0.3s ease-in-out 0.2s;
		-ms-transition: all 0.3s ease-in-out 0.2s;
		transition: all 0.3s ease-in-out 0.2s;
	}
	
	.wide .item-overlay {
		padding:60px;
	}
	
	.rotate .item-overlay {
		padding:30px 30px 20px;
	}
	
	.item:hover .item-overlay {
		background:rgba(0,0,0,0.8);
		opacity:1;
	}
	
	.item-cat {
		display:block;
		color:#999;
		margin-bottom:0px;
		opacity:0;
		font-size:12px;		
		-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;
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	.item:hover .item-cat {
		opacity:1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-o-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: all 0.2s ease-in-out 0.2s;
		-moz-transition: all 0.2s ease-in-out 0.2s;
		-o-transition: all 0.2s ease-in-out 0.2s;
		-ms-transition: all 0.2s ease-in-out 0.2s;
		transition: all 0.2s ease-in-out 0.2s;
	}		
	
	.item.rotate .item-cat, .item.rotate:hover .item-cat, .item.rotate .item-title, .item.rotate:hover .item-title {
		opacity:1;
		margin-left:20px;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-o-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		-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.rotate:hover .item-cat, .item.rotate:hover .item-title {
		margin-left:0px;
	}
	
	.item-title {
		display:block;
		font-weight: 600;
		color:#fff;
		font-size:15px;
		opacity:0;
		text-transform:uppercase;
		-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;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-o-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
	
	.wide .item-title {
		font-size:24px;
	}
	
	.item:hover .item-title {
		opacity:1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-o-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: all 0.2s ease-in-out 0.2s;
		-moz-transition: all 0.2s ease-in-out 0.2s;
		-o-transition: all 0.2s ease-in-out 0.2s;
		-ms-transition: all 0.2s ease-in-out 0.2s;
		transition: all 0.2s ease-in-out 0.2s;
	}
	
	
/*--------------------------------------------------
	10. 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;
	}
	
	
	
/*--------------------------------------------------
	11. Blog
---------------------------------------------------*/	
	
	#blog {
		margin:0 auto;
		width:900px;
		padding:100px 0 50px;
	}
	
	#blog.full {
		width:100%;
		padding-top:0;
		padding-bottom:50px;
	}
	
	.blog-title-container {
		margin:0 auto;
		width:900px;
		padding-top:100px;
		padding-bottom:0!important;
	}
	
	article:last-child {
		margin-bottom:0;
	}
	
	article .entry-meta {
		margin: 0 0 15px 10px;
	}
	
	.post:first-child {
		margin-top:0px;
	}
	
	.post {
		position:relative;
		background-color:#fff;
		width:100%;
		border-bottom:1px solid #eee;
		box-sizing:border-box;
		margin-top:100px;
		-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;
	}
	
	#blog.full .post, .post-content-full {
		background-color:transparent;
		margin-top:0;
	}
	
	#blog.full .post {
		margin-top:100px;
	}
	
	#blog.full .post img {
		width:100%;
	}
	
	.post-content-full li {
		line-height:24px;
	}
	
	.post-content-full .container_post {
		width:800px;
		margin:0 auto;
		margin-bottom:100px;
	}
	
	#blog.full article:first-child {
		margin-top:0;
	}
	
	.post.minimal {
		margin:0 0 20px;
		padding:0;
	}
	
	.post.minimal .bigger {
		margin-bottom:0;
	}
	
	.post.minimal .entry-meta {
		display:none;
	}
	
	.post.minimal .hidden-post {
		opacity:0;
		max-height:0;
		overflow:hidden;
		-webkit-transition: all 0.3s ease-in-out,  opacity 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out,  opacity 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out,  opacity 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out,  opacity 0.3s ease-in-out;
		transition: all 0.3s ease-in-out,  opacity 0.3s ease-in-out;
	}
	
	.post.minimal:hover .hidden-post {
		display:block;
		opacity:1;
		max-height:500px;
		-webkit-transition: all 0.3s ease-in-out,  opacity 0.2s ease-in-out 0.1s;
		-moz-transition: all 0.3s ease-in-out,  opacity 0.2s ease-in-out 0.1s;
		-o-transition: all 0.3s ease-in-out,  opacity 0.2s ease-in-out 0.1s;
		-ms-transition: all 0.3s ease-in-out,  opacity 0.2s ease-in-out 0.1s;
		transition: all 0.3s ease-in-out,  opacity 0.2s ease-in-out 0.1s;
	}
	
	.post-box {
		background-color:#fff;
		box-sizing:border-box;
		padding:35px 40px 40px;
	}
	
	.post-categories {
		margin:0 0 10px;
		display:block;
		-webkit-transition: all 0.2s ease-in-out 0.5s;
		-moz-transition: all 0.2s ease-in-out 0.5s;
		-o-transition: all 0.2s ease-in-out 0.5s;
		-ms-transition: all 0.2s ease-in-out 0.5s;
		transition: all 0.2s ease-in-out 0.5s;
	}
	
	.meta-categories li {
		display:inline-block;
		margin:0px;
		margin-right:1px;
	}
	
	.meta-categories li:after {
		content: ",";
		margin-left:1px;
		color:#999;
	}
	
	.meta-categories li:last-child:after {
		content: "";
	}
	
	.meta-categories li a {
		font-size: 12px;
		color:#999;
	}
	
	.meta-categories li a:hover {
		color:#000;
	}
	
	.post-title {
		-ms-word-wrap: break-word;
		word-wrap: break-word;
	}
	
	.post-title-no-link {
		display:block;
		-ms-word-wrap: break-word;
		word-wrap: break-word;
	}
	
	.entry-content {
		margin-top: 20px;
		margin-bottom:50px;
	}
	
	.entry-meta {
		margin:0;
		display:block;
		margin:30px 0;
		opacity:1;
		-webkit-transition: all 0.2s ease-in-out 0.5s;
		-moz-transition: all 0.2s ease-in-out 0.5s;
		-o-transition: all 0.2s ease-in-out 0.5s;
		-ms-transition: all 0.2s ease-in-out 0.5s;
		transition: all 0.2s ease-in-out 0.5s;
	}
	
	.entry-meta li {
		display:inline-block;
		margin-left:15px;
		font-size:11px!important;
    	font-weight: 600!important;
		color:#777;
		text-transform:uppercase;
		letter-spacing: 2px;
		margin-bottom:0;
	}
	
	.entry-meta li a {
		color:#777;
	}
	
	.entry-meta li a:hover {
		color:#000;
	}
	
	.entry-date:before {
		font-family: FontAwesome;
		content: "\f017";
		font-weight: 400!important;
		padding-right:5px;
		font-size:16px;
		color:#000;
		position:absolute;
		margin-top:0px;
		margin-left:-25px;
	}
	
	.entry-comments:before {
		font-family: FontAwesome;
		content: "\f075";
		font-weight: 400!important;
		padding-right:5px;
		font-size:16px;
		color:#000;
		position:absolute;
		margin-top:0px;
		margin-left:-25px;
	}
	
	.entry-tags {
		margin-right: 0px !important;
		margin-left: 0px!important;
	}
	
	.entry-tags:first-child {
		margin-left: 15px
	}
	
	.entry-tags {
		
	}
	
	.entry-tags:last-child::after {
		content: "";
	}
	
	.entry-tags::after {
		content: ",";
		padding-right: 0;
	}
	
	.entry-tags:first-child::before {
		content: "\f02b";
		font-family: FontAwesome;
		font-weight: 400!important;
		padding-right: 5px;
		font-size:18px;
		color:#000;
		position:absolute;
		margin-top:2px;
		margin-left:-25px;
	}
	
	
	
	.post-content, .post-content-meta {
		margin:0 auto;
		width:770px;
	}
	
	.blog-nav {
		display:block;
		width:100%;
		border-bottom:solid 1px #dedede;
		border-top:solid 1px #dedede;
		height:180px;
	}
	
	.blog-nav::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	.nav-button {
		height:100%;
		width:50%;
		text-align:center;
		box-sizing:border-box;
		-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;
	}
	
	.nav-button:hover {
		background-color:#dedede;
	}
	
	.icon-older {
		width:20px;
		height:20px;
		margin-left:-10px;
		left:50%;
		position:absolute;
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-o-transition:translateX(0px);
		transform: translateX(0px);
	}
	
	.icon-newer {
		width:20px;
		height:20px;
		margin-left:-10px;
		left:50%;
		position:absolute;
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-o-transition:translateX(0px);
		transform: translateX(0px);
	}
	
	.nav-button.older-posts {
		float:left;
		z-index:1;
		position:relative;
		border-right:solid 1px #dedede;
	}
	
	.nav-button.newer-posts {
		float:right;
		z-index:1;
		position:relative;
	}
	
	.page-nav p, .page-nav:hover p, a.prev-posts {
		color:#666;
	}
	
	a.prev-posts:hover {
		color:#000;
	}
	
	.nav-button p, .icon-newer, .icon-older {
		transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		-moz-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    	-webkit-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    	-o-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}
	
	.nav-button p {
		opacity:0;
		-ms-transform: translateX(50px);
		-webkit-transform: translateX(50px);
		-o-transition:translateX(50px);
		transform: translateX(50px);
		margin-bottom:0;
	}
	
	.nav-button.newer-posts p {
		opacity:0;
		-ms-transform: translateX(-50px);
		-webkit-transform: translateX(-50px);
		-o-transition:translateX(-50px);
		transform: translateX(-50px);
		margin-bottom:0;
	}
	
	.nav-button:hover p {
		opacity:1;
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-o-transition:translateX(0px);
		transform: translateX(0px);
	}
	
	.nav-button:hover .icon-older {
		opacity:0;
		-ms-transform: translateX(-100px);
		-webkit-transform: translateX(-100px);
		-o-transition:translateX(-100px);
		transform: translateX(-100px);
	}
	
	.nav-button:hover .icon-newer {
		opacity:0;
		-ms-transform: translateX(100px);
		-webkit-transform: translateX(100px);
		-o-transition:translateX(100px);
		transform: translateX(100px);
	}
	
	
	/* Article Meta */	
	
	.article-meta {
		width:100%;
		height:auto;
		border-top:1px solid #ddd;
	}
	
	.article-meta::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	.article-meta .inner {
		padding: 0 50px;
	}
	
	.article-date {
		width:25%;
		float:left;
		box-sizing:border-box;
		height:auto;
		position:relative;
	}
	
	.article-tags {
		width:50%;
		float:left;
		box-sizing:border-box;
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;
		height:auto;
	}
	
	.article-comments {
		width:25%;
		float:left;
		box-sizing:border-box;
		height:auto;
	}
	
	
	/* Article Navigation */
	
	
	.article-next {
		width:100%;
		height:350px;
		background-color:#CCC;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position:center center;
		background-repeat:no-repeat;
		text-align:center;
		
	}
	
	.article-next .overlay {
		background-color:rgba(0,0,0,0.4);
		transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		-moz-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    	-webkit-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    	-o-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}
	
	.article-next:hover .overlay {
		background-color:rgba(0,0,0,0.6);
	}
	
	.next-post h1, .next-post p{
		transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		-moz-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    	-webkit-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    	-o-transition:all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		color:#fff
	}
	
	.article-next h1 {
		-ms-transform: translateY(10px);
		-webkit-transform: translateY(10px);
		-o-transition:translateY(10px);
		transform: translateY(10px);
	}
	
	.article-next:hover h1 {
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-o-transition:translateY(-10px);
		transform: translateY(-10px);
	}
	
	.article-next p {
		opacity:0;
		-ms-transform: translateY(50px);
		-webkit-transform: translateY(0px);
		-o-transition:translateY(0px);
		transform: translateY(0px);
		margin-bottom:0;
		color:#999;
	}
	
	.article-next:hover p {
		opacity:1;
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-o-transition:translateY(-20px);
		transform: translateY(-20px);
	}
	
	
	
	/* Article Comments */	

	.article-discusion {
		padding:120px 0 80px;		
		background-color:#f9f9f9;
	}
	
	.article-discusion-container {
		margin:0 auto;
		width:800px;
	}
	
	.article-discusion h2 {
		margin-bottom: 60px;
	}
	
	.user_comment {
		color: #000;
		margin-bottom: 40px;
		padding-left: 80px;
		position:relative;
	}
	
	.user-image {
		border-radius: 100%;
		height: 60px;
		overflow: hidden;
		width: 60px;
		position:absolute;
		left:0px;
	}
	
	.user-image img {
		width:100%;
		height:auto;
	}
	
	.comment-name {
		margin-bottom:0px
	}
	
	.comment-date {
		color: #999;
		font-size:12px;
		margin-bottom: 10px;
	}
	
	.comment-text {
		color: #777777;
		margin-bottom:5px;
	}
	
	.user_comment_reply {
		position:relative;
		color: #000;
		padding-left: 80px;
		margin-top: 40px;
		display:block;
	}
	
	.reply {
		display: block;
		line-height: 14px;
		margin-top: 15px;
		font-family: "Montserrat",sans-serif;
		font-size: 10px;
		font-weight: 400;
		letter-spacing: 4px;
		text-transform: uppercase;
		color:#777;
		opacity:1;
	}
	
	.comment-box:hover .reply {
		opacity:1;
	}
	
	.reply:hover {
		color:#000;
	}
	
	.add-comment {
		width:100%;
		height:auto;
		background:#f5f5f5;
	}
	
	.add-comment .toggle-comments {
		padding:50px 0;
		width:100%;
		display:block;
		font-size: 24px;
		line-height: 30px;
		margin-left: -1px;
		color:#ddd;
		font-family: "Montserrat",sans-serif;
    	font-weight: 700;
	}
	
	.add-comment .toggle-comments:hover {
		color:#000;
	}
	
	.add-comment .caption-content {
		padding:0;
	}
	
	.article-formular {
		width:100%;
		padding:120px 0;
		border-bottom:1px solid #e1e1e1;
	}
	
	.article-formular-container {
		margin:0 auto;
		width:800px;
	}
	
	input#search {
		position:relative;
		background-color:transparent;
		font-size:70px;
		height:100px;
		color:#ddd;
		text-align:center;
		font-size: 70px;
		font-style: normal;
		font-weight: 400;
		line-height: 1em;
		font-family: 'bebas_neuebold';
	}
	
	input#search:focus {
		color:#000;
	}
	
	input[type="submit"] {
		background-color: #000;
		border: medium none;
		border-radius: 3px;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-family: "Montserrat",sans-serif;
		font-size: 10px;
		letter-spacing: 1px;
		line-height: 12px;
		padding: 20px 30px;
		text-align: center;
		text-transform: uppercase;
		transition: all 0.3s ease 0s;
	}
	
	input[type="submit"]:hover, input[type="submit"]:focus {
		background-color:#333;
		color:#fff;
	}
	
	#commentsform textarea {
		margin-bottom:20px;
		margin-top:40px;
	}
	
	#commentsform input[type="submit"] {
		margin-top:20px;
	}
	
	
	/* Carousel News Shortcode */	
	
	
	.news-carousel-container {
		box-sizing:border-box;
		position: relative;
		padding:0;
		margin:60px 0;
		overflow:hidden;
		text-align:left;
	}
	
	#news-carousel {
		position:relative;
		box-sizing:border-box;
	}
	
	.news-carousel-item {
		background-color: white;
		padding: 40px;
		display: block;
	}
	
	.news-carousel-item p.news-title {
		margin-bottom:20px;
		text-transform:none;
		letter-spacing:0px;
	}
	
	.news-carousel-item p.news-content {
		line-height:24px;
		margin-bottom:30px;
		border-bottom:1px solid #eee;
	}
	
	.news-author {
		margin-bottom:0;
	}
	
	.news-author a {
		font-weight:bold;
		color:#000;
		line-height:30px;
		font-size:12px;
	}
	
	.news-author img.avatar {
		width:30px;
		height:30px;
		margin-right:10px;
		border-radius:30px;
		margin-bottom:0;
		margin-left:0;
		display:inline-block;
	}
	
	.post.sticky {
		border:#000 solid 5px;
		box-sizing:border-box;
	}	
	
	.page-links {
		width:800px;
		padding-bottom:100px;
		margin:0 auto;
	}
	
	.bottom-post {
		margin:0 auto;
		width:800px;
		padding-top:100px;
		text-align:center;
	}
	
	#blog.full .post-box {
		width:800px;
		margin:0 auto;
		background-color:transparent;
	}
	
	/* Alignments */

	.alignleft {
		display: inline;
		float: left;
	}
	
	.alignright {
		display: inline;
		float: right;
	}
	
	.aligncenter {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	
	blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
		margin: 0.4em 1.6em 1.6em 0;
	}
	
	blockquote.alignright, .wp-caption.alignright, img.alignright {
		margin: 0.4em 0 1.6em 1.6em;
	}
	
	blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
		clear: both;
		margin-top: 0.4em;
		margin-bottom: 1.6em;
	}
	
	.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
		margin-bottom: 1.2em;
	}	
	
	/* Wordpress New Styles */

	.bypostauthor > article .fn:before {
		content: "";
		margin: 0 2px 0 -2px;
		position: relative;
	}
	
	.wp-caption {
		margin-bottom: 1.6em;
		max-width: 100%;
	}
	
	.screen-reader-text {
		display:none;
	}
	
	.wp-caption-text {
		font-family: "Montserrat",sans-serif;
		font-size: 10px;
		font-weight: 400;
		letter-spacing: 1px;
		text-transform: uppercase;
		color:#999;
	}
	
	.post-password-form label {
		color: #333;
		display: block;
		line-height: 1.5;
	}
	.page-links a, .page-links > span {
		margin: 0 0.25em 0.25em 0;
	}
	
	.page-links a {
		background-color: #000;
		border-color: #000;
		color: #fff;
	}
	
	.page-links a, .page-links > span {
		border: 1px solid rgba(51, 51, 51, 0.1);
		display: inline-block;
		font-size: 10px;
		height: 2em;
		line-height: 2;
		margin: 0 5px;
		text-align: center;
		width: 2em;
	}
	
	.form-submit {
		display: inline-block;
		margin-bottom: 50px;
		position: relative;
		width: 100%;
	}
	
	.gallery {
		margin-bottom: 1.6em;
	}
	
	.gallery-item {
		display: inline-block;
		padding: 1.79104477%;
		text-align: center;
		vertical-align: top;
		width: 100%;
	}
	
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}
	
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
	
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}
	
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
	
	.gallery-icon img {
		margin: 0 auto;
	}
	
	.gallery-caption {
		color: #707070;
		color: rgba(51, 51, 51, 0.7);
		display: block;
		font-family: "Noto Sans", sans-serif;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
		padding: 0.5em 0;
	}
	
	.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
		display: none;
	}
	
	
	
/*--------------------------------------------------
	12. Contact Page
---------------------------------------------------*/		
	
	#map_canvas {
		display: block;
		height: 100%;
		width: 100%;
		z-index: 0;
	}
	
	#map_canvas.boxed {
		display: block;
		height: 500px;
		width: 100%;
		z-index: 1;
		position:relative
	}
	
	#map_canvas img {
		max-width:inherit !important;
	}
	
	.gmnoprint a, .gmnoprint span, .gm-style-cc {
		display:none;
	}
	
	.gmnoprint div {
		background:none !important;
	}
	
	#contact-formular {
		width:800px;
		margin:0 auto;
	}
	
	.contact-info {
		width:1000px;
		margin:0 auto;
	}
	
	#contact-formular::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	input[type="text"], input[type="email"], input[type="password"], textarea {
		color: #777;
		font-size: 15px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		height: 50px;
		padding: 12px 20px;
		width: 100%;
		border-radius:0px;
		margin-bottom:0px;
		border-radius:3px;
		border:none;
		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;
		background-color:#fff;
		outline:none;
	}
	
	input[type="text"]:focus {
		background-color:#fff;
	}
	
	#contact-formular textarea, textarea {
		resize:none;
		margin-bottom:0;
		height:140px;
	}
	
	input[type="submit"]	{
		margin:30px 0 0;
	}
	
	div.wpcf7 img.ajax-loader {
		border: medium none;
		display: block;
		margin: 20px auto 0;
		vertical-align: middle;
	}
	
	div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng{
		border: none;
	}
	
	
	
/*--------------------------------------------------
	13. Div Animation
---------------------------------------------------*/

	


	.has-animation {
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out 0.3s!important;
		-moz-transition: all 0.3s ease-in-out 0.3s!important;
		-o-transition: all 0.3s ease-in-out 0.3s!important;
		-ms-transition: all 0.3s ease-in-out 0.3s!important;
		transition: all 0.3s ease-in-out 0.3s!important; 
		-ms-transform: translateY(50px);
		-webkit-transform: translateY(50px);
		-o-transition:translateY(50px);
		transform: translateY(50px);
	}
	
	.has-animation.animate-in {
		opacity: 1;
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transition:translateY(0px);
		transform: translateY(0px);
	}
	

 
	
/*--------------------------------------------------
	14. Shortcodes
---------------------------------------------------*/	
	
	
	/* Clients Table */
	
	.clients-table {
		margin:0;
	}
	
	.clients-table li {
		display: block;
		float: left;
		width: 25%;
		min-height: 30px;
		border-right:1px solid #ddd;
		border-top:1px solid #ddd;
		box-sizing:border-box;
		text-align:center;
		opacity:0.4;
		padding: 30px 50px;
		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;
		margin:0px;
	}
	
	.clients-table li:hover {
		opacity:1;
	}
	
	.clients-table li:nth-child(1), .clients-table li:nth-child(2), .clients-table li:nth-child(3), .clients-table li:nth-child(4) {
		border-top:0;
	}
	
	.clients-table li:nth-child(4), .clients-table li:nth-child(8), .clients-table li:nth-child(12), .clients-table li:nth-child(16), .clients-table li:nth-child(20), .clients-table li:nth-child(24), .clients-table li:nth-child(28), .clients-table li:nth-child(32) {
		border-right:0;
	}
	
	.clients-table li img {
		margin:0 auto;
	}
	
	.clients-carousel li {
		margin:0;
		padding:0;
		opacity:0.4;
		list-style:none;
	}
	
	.clients-carousel li:hover {
		opacity:1;
	}
	
	.clients-carousel {
		margin:0;
		padding:0;
	}
	
	.text-carousel-item {
		text-align:center;
	}
	
	#news-carousel .owl-item {
		background-color:#fff;
	}
	
	
	/* Animated module */
	
	.animated-module .bigger, .animated-module p{
		transition:all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		-moz-transition:all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    	-webkit-transition:all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    	-o-transition:all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}
	
	.animated-module p {
		opacity:0;
		color:#777;
		-ms-transform: translateY(40px);
		-webkit-transform: translateY(40px);
		-o-transition:translateY(40px);
		transform: translateY(40px);
	}
	
	.animated-module:hover p {
		opacity:1;
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transition:translateY(0px);
		transform: translateY(0px);
	}
	
	.animated-module .bigger {
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transition:translateY(0px);
		transform: translateY(0px);
		display:block;
		color:#000;
	}
	
	.light-content .bigger {
		color:#fff;
	}
	
	.animated-module:hover .bigger {
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-o-transition:translateY(-10px);
		transform: translateY(-10px);
	}
	
	/* Our Team */
	
	.team-carousel {
		margin:0;
		padding:0;
		margin-top:80px;
	}
	
	.team-member-carousel {
		margin:0;
		padding:0;
		background-size:cover;
		background-repeat:no-repeat;
		background-position:center center;
		position:relative;
	}
	
	.team-overflow-carousel {
		position:absolute;
		text-align:center;
		height:100%;
		width:100%;
		display:table;
		top:0;
		left:0;
		background-color:rgba(0,0,0,0.8);
		opacity:0;
		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;
		
	}
	
	.team-member-carousel:hover .team-overflow-carousel {
		opacity:1;
	}
	
	.team-member-carousel .team-overflow-carousel .inner {	
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
		opacity:0;
		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;
	}
	
	.team-member-carousel:hover .team-overflow-carousel .inner {	
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity:1;
	}
	
	.team-overflow-carousel .bigger {
		color:#fff;
		margin-bottom:2px;
	}
	
	.team-overflow-carousel .team-function {
		margin-bottom:20px;
	}
	
	.team-overflow-carousel .socials li {
		color:#fff;
		text-align:center;
		margin:0;
	}
	
	.team-overflow-carousel .socials a {
		color:#fff;
		width:20px;
		margin:0 20px;
	}
	
	
	
	
	
	.our-team {
		display:block;
		margin-left:0px;
	}
	
	.our-team li.team-member {
		width:360px;
		height:360px;
		margin:0 48px 80px 48px ;
		list-style:none;
		display:inline-block;
		background-color:#e4e4e4;
		background-size:cover;		
	}
	
	.our-team li.team-member:nth-child(1), .our-team li.team-member:nth-child(4), .our-team li.team-member:nth-child(7), .our-team li.team-member:nth-child(10){
		margin-left:0px;
	}
	
	.our-team li.team-member:nth-child(3), .our-team li.team-member:nth-child(6), .our-team li.team-member:nth-child(9), .our-team li.team-member:nth-child(12) {
		margin-right:0px;
	}
	
	.team-overflow {
		width:300px;
		height:300px;
		margin:30px;
		overflow:hidden;
		position:absolute;
		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;

	}
	
	.team-info {
		width:300px;
		height:300px;
		background: #fff;
		padding:0px;
		margin-top:210px;
		position:absolute;
		padding:0 30px;
		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;
	}

	.our-team li:hover  .team-info {
		margin-top:0px;
		padding:30px;
	}
	
	.our-team li:hover .team-overflow {
		margin:0px;
		width:360px;
		height:360px;
	}
	
	.team-name {
		margin-top:20px;
		margin-bottom:0px;
		line-height:26px;
		font-size:20px;
		font-weight:600;
	}
	
	.team-function {
		font-size:12px;
		margin-bottom:40px;
		color:#999;
	}
	
	.team-description {
		margin-bottom:40px;
		color:#999;
		opacity:0;
		transition:opacity 0.2s ease 0s;
		-moz-transition:opacity 0.2s ease 0s;
		-webkit-transition:opacity 0.2s ease 0s;
		-o-transition:opacity 0.2s ease 0s;
	}
	
	.team-info .socials {
		opacity:0;
		transition:opacity 0.2s ease 0s;
		-moz-transition:opacity 0.2s ease 0s;
		-webkit-transition:opacity 0.2s ease 0s;
		-o-transition:opacity 0.2s ease 0s;
	}
	
	.our-team li:hover .team-description, .our-team li:hover .socials {
		opacity:1;
		transition:opacity 0.3s ease 0s;
		-moz-transition:opacity 0.3s ease 0s;
		-webkit-transition:opacity 0.3s ease 0s;
		-o-transition:opacity 0.3s ease 0s;
	}
	
	
	/* Hidden Boxes */
	
	.hidden-box {
		box-sizing:border-box;
		padding:50px 0;
	}
	
	.header-box, .content-box, .footer-box {
		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;
	}
	
	.header-box {
		color:#000;
		font-size:16px;
	}		
	
	.hidden-box:hover .header-box {
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-o-transition:translateY(-20px);
		transform: translateY(-20px);
		color:#000;		
	}
	
	.content-box {
		opacity:0;
		max-height:0;
		
	}
	
	.hidden-box:hover .content-box {
		opacity:1;
		max-height:auto;
	}
	
	.hidden-box:hover .footer-box {
		-ms-transform: translateY(20px);
		-webkit-transform: translateY(20px);
		-o-transition:translateY(20px);
		transform: translateY(20px);		
		opacity:0.3;
	}
	
	.footer-box {
		margin-top:20px;
	}

	
	
	/* Buttons */	
	
	.clapat-button {
		color:#fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 10px;
		text-transform:uppercase;
		padding:20px 30px;
		letter-spacing:1px;
		line-height:12px;
		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:#000;
		display:inline-block;
		border-radius:3px;
	}
	
	.clapat-button:hover, .clapat-button:active, .clapat-button:focus {
		background-color:#333;
		color:#fff;
	}
	
	.clapat-button.outline-button {
		color:#000;
		padding:18px 28px;
		background-color:transparent;
		border:#000 2px solid;
	}
	
	.clapat-button.outline-button:hover, .clapat-button.outline-button:active, .clapat-button.outline-button:focus {
		border:#000 2px solid;
		color:#fff;
		background-color:#000;
	}
	
	.light-content .clapat-button.outline-button {
		color:#fff;
		border:#fff 2px solid;
	}
	
	.light-content .clapat-button.outline-button:hover, .light-content .clapat-button.outline-button:active, .light-content .clapat-button.outline-button:focus {
		border:#fff 2px solid;
		color:#000;
		background-color:#fff;
	}
	
	.space-buttons {
		display: inline-block;
		height: 0px;
		width: 20px;
	}
	
/* More Link */

	.more {
		font-family: "Montserrat",sans-serif;
		font-size: 10px;
		font-weight: 400;
		letter-spacing: 4px;
		text-transform: uppercase;
		color:#999;
	}
	
	.more:hover {
		color: #000;
	}
	
	.icon:before { 
	  display: inline-block;
	  content: ' ';
	  background-image: url('images/arrow-right.svg');
	  background-size: 30px 20px;
	  height: 19px;
	  width: 30px;
	  vertical-align: middle;
	}
	
	a.more > span.icon {
	  float: none;
	  margin: 0.1em 0.3em -0.1em 0;
	  font-size: 19px;
	  padding-left: 0px;
	  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;
	  transition: all 0.2s ease-in-out;
	
	}
	
	a.more:hover > span.icon {
	  float: none;
	  margin: 0.1em -0.1em -0.1em 0;
	  opacity: 1;
	  padding-left: 15px;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	}
	
	
/* Progress Bars */	
	
	.progress-bar {
		text-align: left!important;
		margin: 0px!important;	
	}
	
	ul.progress-bar {
		margin:0;
	}
	
	.progress-bar li {
		list-style: none!important;
		cursor:pointer;
	}
	
	.progress-bar li i {
		margin:0;
	}
	
	.progress-bar li:last-child span {
		margin-bottom: 0px;
	}
	
	.progress-bar li .bar-wrap {
		margin-bottom:22px;
		background-color: #fff;
		border-radius:10px;
	}
	
	.progress-bar li span { 
		height: 4px;
		width: 0px;
		display: block;
		background-color: #000;
		border-radius:10px;
		transition:background-color 0.2s ease 0s;
		-moz-transition:background-color 0.2s ease 0s;
    	-webkit-transition:background-color 0.2s ease 0s;
    	-o-transition:background-color 0.2s ease 0s;
	}
	
	.progress-bar li p {
		margin-bottom:5px;
		font-weight:400;
		font-size:14px;
		color:#777;
	}
	
	.progress-bar li span {
		overflow: visible!important;
		position: relative;
	}
	
	.progress-bar li span strong {
		position: absolute;
		right: -0px;
		top: -25px;
		padding: 4px 0px;
		color: #777;
		line-height: 12px;
		font-size: 12px;
		opacity: 0;
		display: block;
		font-weight:400;
	}
	
	.progress-bar li span strong i {
		font-style:normal;
	}	
	
	.progress-bar li span strong.full:after {
		left: 15px;
	}
	
	.progress-bar li span strong.full {
		width: 43px;
		text-align: center;
	}
	
	
	
/* Service Icon Boxes */	
	
	.services-icon i {
		font-size:36px;
		float:left;
		margin-right:10px;
		margin-top:5px;
		color:#999;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		transition:all 0.2s ease 0s;
		-moz-transition:all 0.2s ease 0s;
    	-webkit-transition:all 0.2s ease 0s;
    	-o-transition:all 0.2s ease 0s;
	}
	
	.services-icon:hover i {
		color:#000;
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	.service-info-text {
		margin-left:60px;
		margin-bottom: 50px;
	}
	
	.service-info-text .bigger {
		margin-bottom: 5px;
		padding-top: 5px;
	}
	
	.services-number .service-info-text {
		margin-left:0px;
		margin-top:20px;
		position:relative;
		z-index:1;
	}
	
	.services-number .number {
		color:rgba(0,0,0,0.05);
		font-size:100px;
		position:absolute;
		top:0;
		left:12px;
		z-index:0;
		transition:all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		-moz-transition:all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    	-webkit-transition:all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    	-o-transition:all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}
	
	.services-number:hover .number {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	

/* Service Icon top Boxes */
	
	.service-icon-top i {
		font-size:18px;
		line-height:24px;
		margin-bottom:15px;
		color:#999;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		transition:all 0.2s ease 0s;
		-moz-transition:all 0.2s ease 0s;
    	-webkit-transition:all 0.2s ease 0s;
    	-o-transition:all 0.2s ease 0s;
	}
	
	.service-icon-top:hover i {
		color:#000;
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	.service-info-text {
		margin-left:60px;
		margin-bottom: 50px;
	}
	
	.service-info-text .bigger {
		margin-bottom: 5px;
		padding-top: 5px;
	}
	
	
	
/*  Accordions  */	

	.accordion dt {
		cursor: pointer;
		padding: 10px 15px;
		margin-bottom:10px;
		background-color:#fff;		
		transition:all 0.2s ease 0s;
		-moz-transition:all 0.2s ease 0s;
    	-webkit-transition:all 0.2s ease 0s;
    	-o-transition:all 0.2s ease 0s;
	}
	
	.accordion dt.accordion-active {
		background-color:#000;
		color:#fff;
	}
	
	.accordion dt:hover {
		background-color:#000;
		color:#fff;
	}
	
	.accordion dt {
		font-weight:700;
		font-size:14px;
	}
	
	.accordion dt.accordion-active:after {
		content:"_";
		margin-top:-10px;
	}
	
	.accordion dt:after {
		content:"+";
		float:right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:17px;
		font-weight:bold;
		margin-top:-3px;
	}
	
	.accordion .accordion-content {
		padding: 5px 15px;
		line-height: 25px;
	}
	
	
	
/* Toggle */
	
	.toggle-wrap {
		float:left;
		width:100%;
	}

	.toggle-title {
		background: #fff;
		cursor: pointer;
		padding: 10px 15px;
		margin-bottom: 10px;
		display: block;
		font-weight:700;
		font-size:14px;
		transition:all 0.2s ease 0s;
		-moz-transition:all 0.2s ease 0s;
    	-webkit-transition:all 0.2s ease 0s;
    	-o-transition:all 0.2s ease 0s;
	}
	
	.toggle-title:after {
		content:"+";
		float:right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:17px;
		font-weight:bold;
		margin-top:-3px;
	}
	
	.toggle-title a {
		color:#999;
		text-decoration: none;
	}
	
	.toggle-title:hover {
		background: #000;
		color:#fff;
	}
	
	.toggle-title:hover a{
		color:#fff;
	}
		
	.toggle_container {
		padding: 5px 15px;
		margin-bottom: 24px;
		line-height: 25px;
	}
	
	.toggle-active {
		color:#fff;
		background: #000;
	}
	
	.toggle-active:after {
		content:"_";
		margin-top:-10px;
	}
	
	.toggle-active a {
		color:#FFF;
	}
	
	
	
/*  Tabs  */
	
	.tab-shortcode {
		display:table;
		width:100%;
	}
		
	ul.tabs { 
		overflow: hidden; 
		margin: 0px; 
	}
	
	ul.tabs li { 
		float: left; 
		margin: 0px; 
		list-style: none; 
	}
			
	ul.tabs li a {
		display: block;
		background-color: #000;
		padding: 6px 20px;
		margin-right: 5px;
		color: #ccc;
		font-weight:700;
		font-size:14px;
	}
			
	ul.tabs .tab-active a { 
		color: #000;
		background-color: #fff;
	}
	
	ul.tabs li a:hover{ 
		color: #000;
		background-color: #fff;
	}
			
	.tab_container {
		clear: both;
		padding: 20px;
		margin-top:0px;
		line-height:25px;
		background-color: #fff;
	}
	
	

/*  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("images/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;
	}	
	
	
	
	
/* Number Counters */		
	
	.clapat-counters {
		display: table;
		margin-left: 0;
		text-align: center;
		width: 100%;
	}
	
	.clapat-counter {
		text-align: center;
		list-style:none;
		display:inline-block;
		border-right:1px solid #f0f0f0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		width:25%;
		display:table-cell;
	}
	
	.clapat-counter:last-child {
		border-right:none;
	}
	
	.clapat-counter .number {
		display: block;
		font-family: 'bebas_neuebold'!important;
		font-size: 60px;
		font-weight:700;
		line-height: 48px;
		margin-bottom: 5px;
		color:#000;
	}
	
	.light-content .clapat-counter .number {
		color:#fff;
	}
	
	.clapat-counter .subject {
		font-weight:400;
		font-size:14px;
		color:#999;
	}
	
	
	
/* Pricing Tables */		
	
	.p-table-item{
		margin: 0 0 30px;
		position: relative;
		text-align: center;
		background:#fff;
	}
	
	.p-table-item-inner{
		border: 3px solid #fff;
		vertical-align: middle;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;
	}
	
	.p-table-item-inner:hover{
		border-color: #000;
		
	}
	
	.active .p-table-item-inner{
		border-color: #000;
	}
	
	.p-table-wrap{
		position: relative;		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;		
		padding: 30px 20px;
		text-align: center;
		overflow: hidden;
	}
	
	.p-table-icon{
		padding-top: 10px;
		padding-bottom: 5px;
		position: relative;
		font-size: 32px;
		z-index: 1;
		color:#000;
	}
	
	.p-table-title{
		position: relative;
		margin-bottom: 40px;
		font-family: 'Montserrat', sans-serif;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 1px;
		z-index: 1;
		color:#000;
		text-transform:uppercase;
	}
	
	.p-table-list{
		margin: 0 -20px 30px;
		padding: 0;
		font-weight:400;
		font-size:14px;
	}
	
	.p-table-list li{
		padding: 12px 20px;
		list-style: none;
		border-bottom: 1px solid #ebebeb;
	}
	
	.p-table-list li:first-child{
		border-top: 1px solid #ebebeb;
	}
	
	.p-table-num{
		font-family: 'Montserrat', sans-serif;
		font-size: 40px;
		font-weight: 700;
		line-height: 1;
		margin: 0 -20px;
		border-top: 1px solid #ebebeb;
		padding-top:20px;
		color:#000;
	}
	
	.p-table-num sup{
		font-family: 'Montserrat', sans-serif;
		font-size: 18px;
		font-weight: 400;
		position: relative;
		top: -15px;
		left: -3px;
		margin-left: -7px;
		color:#000;
	}
	
	.p-table-button{
		margin: 50px 0 20px 0;
	}
	
	.p-table-per {
		margin-bottom: 20px;
		font-weight:400;
		font-size:14px;
	}
	
	
/* Radial Counters */	
	
	.radial-counter {
		display:block;
		margin:0 50px;
		cursor:default;
		margin:10px;
	}
	
	.radial-counter input {
		cursor:default;
		font-family: 'bebas_neuebold'!important;
		font-weight:400!important;
		font-size:20px!important;
		height:50px!important;
		width:50px!important;
		background-color:#000!important;
		border-radius:100%;
		margin-left: -95px!important;
    	margin-top: 45px!important;
	}
	
	.radial-counter-name {
		margin-top:15px;
	}
	
	.radial-counter-info {
		margin-top:10px;
	}		



/*--------------------------------------------------
	15. Showcase
---------------------------------------------------*/

	

	footer {
		box-sizing: border-box;
		height:auto;
		width:100%;
		overflow:hidden;
		position:relative;
		padding:80px 0;
		opacity:1;
		background-color:#eee;
		-webkit-transition: opacity 0.3s ease-in-out 0.2s;
  		-moz-transition: opacity 0.3s ease-in-out 0.2s;
		-o-transition: opacity 0.3s ease-in-out 0.2s;
		transition: opacity 0.3s ease-in-out 0.2s;
		
	}
	
	.show-no-footer footer {
		display:none!important;
	}
	
	footer.alternate {
		background-color:#000;
	}
	
	footer.hidden {
		opacity:0;
	}
	
	#footer-container {
		width:1280px;
		margin:0 auto;
		height:inherit;
		box-sizing:border-box;
		opacity:1;
		position:relative;
	}
	
	.copyright {
		float:left;
		margin-bottom:0;
		font-size:12px;
	}
	
	.icon-scroll, .icon-scroll:before {
      position: absolute;
      left: 50%;
	  cursor:pointer;
    }
     
    .icon-scroll {
      width: 20px;
      height: 30px;
      margin-left: -9px;
      box-shadow: inset 0 0 0 2px #000;
      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;	  
    }
	
	.icon-scroll.hidden {
		opacity:0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
     
    .icon-scroll:before {
      content: '';
      width: 4px;
      height: 5px;
      background: #000;
      margin-left: -2px;
      top: 8px;
      border-radius: 4px;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-name: scroll;
      animation-name: scroll;
    }
     
    @-webkit-keyframes scroll {
      0% {
        opacity: 1;
		-webkit-transform: translateY(0px);
        transform: translateY(0px);
      }
      50% {
        opacity: 1;
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
      }
    }
     
    @keyframes scroll {
      0% {
        opacity: 1;
		-webkit-transform: translateY(0px);
        transform: translateY(0px);
      }
      50% {
        opacity: 1;
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
      }
    }
	
	.scrolltotop  {
		width:60px;
		height:30px;
		position:absolute;
		left:50%;
		margin-left:-30px;
		border-radius:2px 2px 0px 0px;
		-webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
		-moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
		-o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
		transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
		
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-perspective: 1000;	
		
		-webkit-transform: translateY(0);
		transform: translateY(0);
		color:#000;
		cursor:pointer;
	}
	
	footer.alternate .scrolltotop  {
		color:#fff;
	}
	
	@keyframes bounce {
		0%, 20%, 60%, 100% {
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}
	
		40% {
			-webkit-transform: translateY(-20px);
			transform: translateY(-20px);
		}
	
		80% {
			-webkit-transform: translateY(-10px);
			transform: translateY(-10px);
		}
	}
	
	.scrolltotop:hover  {
		color:#000;
		animation: bounce 1s;
	}
	
	.scrolltotop .holder::after, .scrolltotop .holder::before {
		right:25px;
		top:13px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.holder {
	  width: 0;
	  height: 0;
	  position: absolute;
	  top: 0;
	  right: 0;
	}
	
	.holder::after,
	.holder::before {
	  display: block;
	  position: absolute;
	  content: "";
	  width: 6px;
	  height: 6px;
	  right: 10px;
	  z-index: 10;
	  -webkit-transform: rotate(-135deg);
	  -moz-transform: rotate(-135deg);
	  -ms-transform: rotate(-135deg);
	  -o-transform: rotate(-135deg);
	  transform: rotate(-135deg);
	}
	
	.holder::after {
	  top: 17px;
	}
	
	.holder::before {
	  top: 18px;
	  border-top: 2px solid;
	  border-left: 2px solid;
	  border-top-color: inherit;
	  border-left-color: inherit;
	}
	
	.socials, .socials-text {	
		margin: 0px;
		display:block;
		width:auto;
		line-height:25px;
	}
	
	.socials-text {
		float:right;
	}
	
	.socials li, .socials-text li {
		list-style:none;
		display:inline-block;
		margin-left: -4px;
	}
	
	.socials li:first-child {
		margin-left: 3px;
	}
	
	.socials-text li {
		margin-right: 10px;
		margin-left: 0px;
		color:#777;
		font-size:12px;
	}
	
	.socials-text li:last-child {
		margin-right: 0px;
	}
	
	.socials li a {
		margin-right:40px;
		color: #000;
		display: block;
		font-size: 16px;
		height: 16px;
		line-height: 10px;
		width:0px;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}
	
	.socials li a:hover {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	.socials-text li a {
		color:#777;
	}
	
	.socials-text li a:hover {
		color:#000;
		text-decoration:underline;
	}
	
	footer.alternate .socials-text li a:hover {
		color:#fff;
	}
	
	
	
	
	

	
		
/*--------------------------------------------------
	16. Responsive
---------------------------------------------------*/			
			
@media only screen and (max-width: 1600px) {
	
	#footer-container {
		margin: 0 auto;
		width: 900px;
		box-sizing:border-box;
	}
	
	#showcase .outer {
		width: 100%;
		box-sizing:border-box;
		padding:100px 160px;
	}
	
	.container.portfolio {
		width: 100%;
	}
	
	.container {
		width: 940px;
		box-sizing:border-box;
	}
	
	.our-team li.team-member {
		width:360px;
		height:360px;
		margin:0 86px  80px 86px !important;
		list-style:none;
		display:inline-block;
		background-color:#e4e4e4;
		background-size:cover;		
	}
	
	.our-team li.team-member:nth-child(1), .our-team li.team-member:nth-child(3), .our-team li.team-member:nth-child(5), .our-team li.team-member:nth-child(7), .our-team li.team-member:nth-child(9), .our-team li.team-member:nth-child(11){
		margin-left:0px!important;
	}
	
	.our-team li.team-member:nth-child(2), .our-team li.team-member:nth-child(4), .our-team li.team-member:nth-child(6), .our-team li.team-member:nth-child(8), .our-team li.team-member:nth-child(10), .our-team li.team-member:nth-child(12) {
		margin-right:0px!important;
	}
	
	header .outer {
		display:block;
		overflow-x: hidden;
		overflow-y: scroll;
	}

}

@media only screen and (max-width: 1466px) {
	
	.container {
		width: 840px;
		box-sizing:border-box;
	}
	
	#footer-container {
		margin: 0 auto;
		width: 800px;
		box-sizing:border-box;
	}
	
	.our-team li.team-member {
		width:360px;
		height:360px;
		margin:0 36px  80px 36px !important;
		list-style:none;
		display:inline-block;
		background-color:#e4e4e4;
		background-size:cover;		
	}
	
	.our-team li.team-member:nth-child(1), .our-team li.team-member:nth-child(3), .our-team li.team-member:nth-child(5), .our-team li.team-member:nth-child(7), .our-team li.team-member:nth-child(9), .our-team li.team-member:nth-child(11){
		margin-left:0px!important;
	}
	
	.our-team li.team-member:nth-child(2), .our-team li.team-member:nth-child(4), .our-team li.team-member:nth-child(6), .our-team li.team-member:nth-child(8), .our-team li.team-member:nth-child(10), .our-team li.team-member:nth-child(12) {
		margin-right:0px!important;
	}
	
	#blog {
		width: 800px;
	}
	
	.blog-title-container {
		width:800px;
	}
	
	
}

@media only screen and (max-width: 1024px) {
	
	h1.big-title{
		font-size: 60px;
	}
	
	.container, .small .container {
		width: 100%;
		padding: 0 50px;
		box-sizing:border-box;
	}
	
	#showcase .outer {
		width: 100%;
		box-sizing:border-box;
		padding:60px 120px;
	}
	
	#blog, .blog-title-container {
		width: 100%;
		padding: 100px 50px 50px;
		box-sizing:border-box;
	}	
	
	.page-links {
		width: 100%;
		padding: 0 70px;
		box-sizing:border-box;
	}
	
	.bottom-post {
		width: 100%;
		padding: 0 70px;
		box-sizing:border-box;
	}
	
	#blog.full .post-box {
		width: 100%;
		box-sizing:border-box;
	}
	
	.post-content-full .container_post {
		width: 100%;
		padding: 0 120px;
		box-sizing:border-box;
	}
	
	.post-content, .post-content-meta {
		width: 100%;
		padding: 0 70px;
		box-sizing:border-box;
	}
	
	.post-content-full .small .container, .post-content-full .large .container  {
		width: 100%;
		padding: 0 120px;
		box-sizing:border-box;
	}
	
	.article-discusion-container, .article-formular-container {
		width: 100%;
		padding: 0 120px;
		box-sizing:border-box;
	}
	
	#blog.full {
		padding: 0 0 50px;
		width: 100%;
	}
	
	#blog.full .post-box {
		width: 100%;
		box-sizing:border-box;
	}
	
	.article-date, .article-tags, .article-comments {
		width: 100%;
	}
	
	.article-tags {
		border-right:none;
		border-left:none;
		border-top: 1px solid #ddd;
	}
	
	.article-comments {
		border-top: 1px solid #ddd;
	}
	
	.full .container {
		padding:0;
	}
	
	#footer-container {
		width: 100%;
		padding: 0 130px;
		box-sizing:border-box;
		text-align:center;
	}
	
	.one_half {
    	width: 100%;
	}	

	.one_third {
		width: 100%;
	}	

	.one_fourth {
		width: 100%;
	}	

	.one_fifth {
		width: 100%;
	}	

	.one_sixth {
		width: 100%;
	}	

	.two_fifth {
		width: 100%;
	}	

	.two_fourth {
		width: 100%;
	}		

	.two_third {
		width: 100%;
	}	

	.three_fifth {
		width: 100%;
	}	

	.three_fourth {
		width: 100%;
	}	

	.four_fifth {
		width: 100%;
	}	

	.five_sixth {
		width: 100%;
	}	

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		margin-bottom: 20px;
		margin-right: 0%;
	}
	
	.scrolltotop {
		display:none;
	}
	
	.copyright {
    	float: none;
		margin-bottom:10px;
	}
	
	.socials-text {
		float: none;
	}
	
	.clients-table li {
		width: 50%;
	}
	
	.clients-table li:hover {
		opacity:1;
	}
	
	.clients-table li:nth-child(1), .clients-table li:nth-child(2) {
		border-top:0;
	}
	
	.clients-table li:nth-child(3), .clients-table li:nth-child(4) {
		border-top:1px solid #ddd;
	}
	
	.clients-table li:nth-child(2), .clients-table li:nth-child(4), .clients-table li:nth-child(6), .clients-table li:nth-child(8), .clients-table li:nth-child(10), .clients-table li:nth-child(12), .clients-table li:nth-child(14), .clients-table li:nth-child(16), .clients-table li:nth-child(18), .clients-table li:nth-child(20), .clients-table li:nth-child(22), .clients-table li:nth-child(24), .clients-table li:nth-child(26), .clients-table li:nth-child(28), .clients-table li:nth-child(30), .clients-table li:nth-child(32) {
		border-right:0;
	}
	
	.our-team {
		text-align: center;
	}	
	
	.our-team li.team-member {
		width:380px;
		height:380px;
		margin:0 0 80px 0!important;
		display:inline-block;
		text-align:left;		
	}
	
	.team-overflow {
		height: 320px;
		width: 320px;
	}
	
	.team-info {
		height: 300px;
		margin-top: 230px;
		width: 300px;
	}
	
	.our-team li:hover  .team-info {
		margin-top:0px;
		padding:40px;
	}
	
	.our-team li:hover .team-overflow {
		margin:0px;
		width:380px;
		height:380px;
	}
	
	header .outer {
		display:block;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	
	#menu-overlay {
		display:block;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	
	#share-overlay {
		display:block;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	
	#share-overlay .inner {
		box-sizing:border-box;
		padding:50px 0;
	}
	
	.list-share a {
		height: 150px !important;
		width: 150px !important;
	}
	
	.list-share a::before {
		margin-top: 64px;
	}
	
	#contact-formular {
		width:100%;
	}
	
	
}


@media only screen and (max-width: 767px) {
	
	
	h1.big-title{
		font-size: 50px;
	}
	
	.container, .small .container {
		width: 100%;
		padding: 0 30px;
		box-sizing:border-box;
	}
	
	#footer-container {
		width: 100%;
		padding: 0 110px;
		box-sizing:border-box;
	}
	
	.showcase-name h1 {
		font-size:36px;
		line-height:36px;
	}	
	
	#blog, .blog-title-container {
		width: 100%;
		padding: 100px 20px 40px;
		box-sizing:border-box;
	}
	
	.page-links, .bottom-post, .post-content-full .container_post {
		width: 100%;
		padding: 0 100px;
		box-sizing:border-box;
	}
	
	.post-content, .post-content-meta {
		width: 100%;
		padding: 0 80px;
		box-sizing:border-box;
	}
	
	.post-content-full .small .container, .post-content-full .large .container  {
		width: 100%;
		padding: 0 100px;
		box-sizing:border-box;
	}
	
	.article-discusion-container, .article-formular-container {
		width: 100%;
		padding: 0 100px;
		box-sizing:border-box;
	}
	
	.user_comment_reply {
		margin-left: -80px;
	}
	
	.wide .item-title {
		font-size:15px;
	}
	
	.our-team li.team-member {
		width:320px;
		height:320px;
		margin:0 0 80px 0!important;
		display:inline-block;
		text-align:left;		
	}
	
	.team-overflow {
		height: 260px;
		width: 260px;
	}
	
	.team-info {
		height: 260px;
		margin-top: 165px;
		width: 260px;
		padding:0 30px;
	}
	
	.our-team li:hover  .team-info {
		margin-top:0px;
		padding:30px;
	}
	
	.our-team li:hover .team-overflow {
		margin:0px;
		width:320px;
		height:320px;
	}
	
	.team-function {
		margin-bottom: 10px;
	}
	
	.team-description {
		margin-bottom: 10px;
	}
	
	.list-share {
		text-align:center;
	}
	
	.list-share a {
		height: 150px !important;
		width: 150px !important;
		display:block;
		margin:0 auto 1px !important;
	}
	
	.list-share a::before {
		margin-top: 64px;
	}
	
	.post {
		margin-bottom: 50px;
	}
	
	#filters {
    	margin: 20px 0;
	}
	
	#filters.modern {
    	margin:0;
		padding:40px 0;
	}

	
	#filters li {
		display: block;
		height: 20px;
		line-height: 20px;
		margin: 15px 10px!important;
	}
	
	
	
}


@media only screen and (max-width: 479px) {
	
	h1.big-title{
		font-size: 40px;
	}
	
	.showcase-name h1 {
		font-size:30px;
		line-height:30px;
	}
	
	.page-links, .bottom-post, .post-content-full .container_post {
		width: 100%;
		padding: 0 80px;
		box-sizing:border-box;
	}
	
	#main {
		padding: 0 60px;
	}
	
	#hero {
    	padding: 0 60px;
	}
	
	.container.portfolio {
		width: 100%;
		padding:0;
	}
	
	header {
		width: 300px;
		-webkit-transform: translateX(-240px);
		-moz-transform: translateX(-240px);
		-o-transform: translateX(-240px);
		-ms-transform: translateX(-240px);
		transform: translateX(-240px);
	}
	
	header .outer {
		width: 300px;
	}
	
	header .inner {
		padding-left: 20px;
		padding-right: 80px;
	}
	
	#header-container {
		width:60px;
	}
	
	.hamburger {
		left:0;
		top:0;
	}
	
	#logo img {
		padding:0 15px;
	}
	
	#sidebar {
		-webkit-transform: translateX(220px);
		-moz-transform: translateX(220px);
		-o-transform: translateX(220px);
		-ms-transform: translateX(220px);
		transform: translateX(220px);
		width:280px;
	}
	
	#open-sidebar {
		padding: 20px;
	}
	
	.counter-slider {
		width: 60px;
	}

	.sidebar-container {
		left: 60px;
	}
	
	.close-page, .page-share {
    	padding: 20px;
	}
	
	.next-project .project-icon, .prev-project .project-icon, .next-posts .posts-icon, .prev-posts .posts-icon {
		padding: 20px;
	}
	
	.next-project, .prev-project {
		height: 60px;
	}
	
	.next-project .project-text, .prev-project .project-text, .next-posts .posts-text, .prev-posts .posts-text {
		height: 60px;
	}
	
	.next-project .project-text p, .prev-project .project-text p, .next-posts .posts-text p, .prev-posts .posts-text p {
		padding: 20px 0;
	}
	
	.next-project:hover .project-text p, .prev-project:hover .project-text p, .next-posts:hover .posts-text p, .prev-posts:hover .posts-text p {
		opacity: 1;
		padding: 20px 20px 20px 0;
	}
	
	.next-project:hover, .prev-project:hover {
		margin-left:-160px;
	}

	.next-project .project-thumb, .prev-project .project-thumb {
		height: 60px;
		width: 60px;
	}
	
	.our-team li.team-member {
		width:200px;
		height:200px;
		margin:0 0 80px 0!important;
		display:inline-block;
		text-align:left;		
	}
	
	.team-overflow {
		height: 200px;
		width: 200px;
		margin:0;
	}
	
	.team-info {
		height: 160px;
		margin-top: 110px;
		width: 160px;
		padding:0 20px;
	}
	
	.our-team li:hover  .team-info {
		margin-top:0px;
		padding:20px;
	}
	
	.our-team li:hover .team-overflow {
		margin:0px;
		width:200px;
		height:200px;
	}
	
	.team-function {
		margin-bottom: 10px;
	}
	
	.team-description {
		display:none;
	}
	
	#blog, .blog-title-container {
		width: 100%;
		padding: 100px 20px 40px;
		box-sizing:border-box;
	}
	
	.next-posts, .prev-posts {
		height: 60px;
	}
	
	.page-search {
		height: 60px;
		line-height: 60px;
		width: 60px;
	}
	
	.user_comment {
		padding-left: 0px;	
	}
	
	.user-image {
		display:none;
	}
	
	.admin-bar header, .admin-bar #sidebar {
		top:0px;
	}
	
	.post-content, .post-content-meta {
		padding: 0 60px;
	}
	
	.post-content-full .small .container, .post-content-full .large .container {
		padding: 0 80px;
	}
	
	.article-discusion-container, .article-formular-container {
		padding: 0 80px;
	}
	
	/* Auto Hide Side Panels On Mobile */
	
	header.side-show {
		-webkit-transform: translateX(-400px);
		-moz-transform: translateX(-400px);
		-o-transform: translateX(-400px);
		-ms-transform: translateX(-400px);
		transform: translateX(-400px);    	
	}
	
	header {
		-webkit-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.12);
		-moz-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.12);
		box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.12);
	}
	
	#sidebar.side-show {
		-webkit-transform: translateX(320px);
		-moz-transform: translateX(320px);
		-o-transform: translateX(320px);
		-ms-transform: translateX(320px);
		transform: translateX(320px);    	
	}
	
	#sidebar {
		-webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.12);
		-moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.12);
		box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.12);
	}
	
	.scroll-hide #hero {
		padding:0;
	}
	
	.scroll-hide #main {
		padding:0;
	}
	
	.scroll-hide #footer-container {
		padding: 0 20px;
	}
	
	.scroll-hide .showcase-slider {
		box-sizing: border-box;
		padding: 0 60px;
	}
	
	.scroll-hide .post-content, .scroll-hide .post-content-meta {
		padding: 0 10px;
	}
	
	.scroll-hide .post-content-full .small .container, .scroll-hide .post-content-full .large .container {
		padding: 0 30px;
	}
	
	.scroll-hide .article-discusion-container, .scroll-hide .article-formular-container {
		padding: 0 30px;
	}
	
	
		
}			











