/*
	Theme Name: Legrand
	Theme URI: http://clapat.ro/themes/legrand/
	Description: Responsive WordPress Theme
	Version: 1.3
	Author: Clapat
	Author URI: http://themeforest.net/user/clapat
	Created Date: 13/11/2015
	License: Themeforest
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: one-column, two-columns, custom-menu, editor-style, featured-images, sticky-post, translation-ready
	Text Domain: legrand
*/


/*------------------------------------------------------------------

01. General Styles
02. Magnific Popup
03. Header
04. Hero
05. Thumbnail Scroller
06. Collage Grid
07. Content
08. Blog
09. Contact
10. Shortcodes
11. Footer
12. Responsive Media Querries

-------------------------------------------------------------------*/

	
/*--------------------------------------------------
	01. General Styles
---------------------------------------------------*/	
	
	html,body{
		font-family:Courier,monospace;
		font-weight: 400;
		font-size:15px;
		height:100%;
		width:100%;
		color:#777777;
		background:#fff;
	}
	
	html {
		box-sizing: border-box;
		margin-right: 0px!important;
		overflow: visible!important;
	}
	
	body {
		overflow-x:hidden;
		overflow-y:auto;
		box-sizing: border-box;
	}
	
	body.no-scroll {
		
	}
	
	#body-no-main {
		position:fixed;
		display:none;
	}
	
	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;
		line-height:14px;
	}
	
	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 {
		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;
	}
	
	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;
		margin: 0 0 24px 40px;
	}
	
	li > ul,
	li > ol {
		margin: 0 0 0 20px;
	}
	
	li {
		line-height: 20px;
		color:#333;
		margin-bottom:20px;
	}
	
	figure img {
		max-width:none;
		max-height:none;
		cursor: -webki-zoom-out!important;
		cursor: -moz-zoom-out!important;
		cursor: zoom-out!important;
	}
	
	#main figure img {
		max-width:none;
		max-height:none;
		cursor:default!important;
		cursor:default!important;
		cursor:default!important;
	}
	
	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;
		-webkit-appearance: none;
	}
	
	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;
	}
	
	#main img.image-show {
		opacity:1;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
		
	h1, h2, h3, h4, h5, h6 {
		font-weight: 400;
		font-family: 'Montserrat', sans-serif;
		color:#000;
		margin-bottom:10px;
	}
	
	h1.big-title{
		font-size: 80px;
		font-style: normal;
		line-height: 1em;
		margin-left:-6px;
	}	
	
	h1{
		font-size:48px;
		line-height: 54px;
		margin-left:-3px;
	}
	
	h2{
		font-size: 36px;
		line-height: 48px;
		margin-left:-3px;
	}
	
	h3{
		font-size:30px;
		line-height: 36px;
		margin-left:-2px;
	}
	
	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 {
		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;
	}
	
	.sub-title {
		font-family: "Montserrat",sans-serif;
		font-size: 10px;
		font-weight: 400;
		letter-spacing: 4px;
		text-transform: uppercase;
	}
	
	.container {
		width:1280px;
		margin:0 auto;
	}
	
	a:hover, a:active {
	  outline: 0;
	  color: #333;
	}
	
	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;
	}
	
	.wpb_single_image img {
		max-width: 100% !important;
		display:block!important!;
	}
	
	
	
	
	
	
/*--------------------------------------------------
	02. Magnific Pupup
---------------------------------------------------*/
	
	
	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
---------------------------------------------------*/
	
	header {
		-webkit-transition: height 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
  		-moz-transition: height 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
		-o-transition: height 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
		transition: height 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
		opacity:1;
		margin:0 auto;
		height:80px;
		position:absolute;
		width:100%!important;
		z-index:16;
		box-sizing: border-box;
		left:0;
		background-color:#fff;
		overflow:hidden;
	}
	
	header.show-menu {
		height: 100%;
    	position: fixed !important;
	}
	
	.with-main header.show-menu {
    	top:0;
	}
	
	.no-main header {
    	bottom:0;
		position: fixed;
	}
	
	header.sticky-header {
		position:fixed;
		top:0;
	}
	
	#header-container.is-sticky {
        position: fixed;
        top: 0px;
     }
	
	header.hidden {
		opacity:0;
	}
	
	header.nav-down {
		top:0;
	}

	header.nav-up {
		top: -100px;
	}
	
	#header-container {
		width:100%;
		margin:0 auto;
		box-sizing:border-box;
		padding:0 60px;
		height:80px;
		position:relative;
		z-index:20;
		background:#fff;
	}
	
	#logo {
		float:left;
		position:relative;
		z-index:1000;
	}
	
	#logo a {
		display:block;
	}
	
	#logo img {
		height:30px;
		padding:25px 0;
		width:auto;
	}
	
	.menu-categories {
		display:block;
		width:100%;
		text-align:center;
		margin:30px 0;
		height:20px;
		overflow:hidden;
		position:absolute;
		left: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;
	}
	
	.show-menu .menu-categories {
		opacity:0!important;
	}
	
	header:hover .menu-categories {
		opacity:1;
	}
	
	.menu-categories li {
		list-style:none;
		display:inline-block;
		margin:0 15px;
		line-height:20px;
	}
	
	.menu-categories li a {
		color:#999;
	}
	
	.menu-categories li a.active, .menu-categories li a:hover {
		color:#000;
	}
	
	.menu-categories a {
		overflow: hidden;
		padding: 0 4px;
		height: 1em;
	}
	
	.menu-categories a span {
		position: relative;
		display: inline-block;
		-webkit-transition: -webkit-transform 0.3s;
		-moz-transition: -moz-transform 0.3s;
		transition: transform 0.3s;
	}
	
	.menu-categories a span::before {
		position: absolute;
		top: 100%;
		content: attr(data-hover);
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	
	.menu-categories a:hover span,
	.menu-categories a:focus span {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	nav {
		color: #ffffff;
		margin-left:60px!important;
		width:auto;
		opacity:0;
		float:left;
		-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;
	}
	
	.centered-menu nav {
		float:none;
	}
	
	.centered-menu {
		text-align:center;
	}
	
	header .outer {
		position:absolute;
		top:0;
	}
	
	.show-menu nav {
		opacity:1;
		-webkit-transition: opacity 0.35s ease-in-out 1.1s;
		-moz-transition: opacity 0.35s ease-in-out 1.1s;
		-o-transition: opacity 0.35s ease-in-out 1.1s;
		-ms-transition: opacity 0.35s ease-in-out 1.1s;
		transition: opacity 0.35s ease-in-out 1.1s;
	}

	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 {
		margin-bottom:30px;
		-webkit-transition: all 0.3s ease-in-out 1s;
		-moz-transition: all 0.3s ease-in-out 1s;
		-o-transition: all 0.3s ease-in-out 1s;
		-ms-transition: all 0.3s ease-in-out 1s;
		transition: all 0.3s ease-in-out 1s;
	}
	
	.show-menu nav ul li {
		margin-bottom:0px;
	}
	
	nav ul ul {
		display: none;
		margin-bottom: 10px;
	}
	
	nav > ul > li > a {
		padding: 2px 0px;
		cursor: pointer;
		color: #999;
		line-height:36px;
		font-weight: 400;
		font-size:36px;
		font-family: 'Montserrat', sans-serif;
		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;
	}
	
	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: 15px;
		color: #999;
		line-height:20px!important;
	}
	
	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;
		bottom:-10px;
		right:-20px;
		z-index:1000;
		opacity:1;
		float:right;
	}
	
	.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;
	}



/*--------------------------------------------------
	07. 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;
	}
	
	.no-scroll #hero, .no-scroll #main, .no-scroll footer {
		opacity:0;
		-webkit-transition: all 0s ease-in-out 0.6s;
		-moz-transition: all 0s ease-in-out 0.6s;
		-o-transition: all 0s ease-in-out 0.6s;
		-ms-transition: all 0s ease-in-out 0.6s;
		transition: all 0s ease-in-out 0.6s;
	}
	
	#hero.contain {
		padding-top:80px
	}
	
	#hero.hidden {
		opacity:0;
	}
	
	.hero-static .delay-slides {
		position:fixed;
	}
	
	.hero-image {
		width:100%;
		height:inherit; 
		margin:0;
		padding:0;
		position:relative;	
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position:center center;
		background-repeat:no-repeat;
	}
	
	.hero-static .hero-image {
		position:fixed;
	}
	
	.single-post .hero-image {
		background-color:#555;
	}
	
	.overlay {
		height:100%;
		width:100%;
		z-index:1;
	}
	
	.overlay.gradient {
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
		bottom: 0;
		height: 50%;
		position: absolute;
		width: 100%;
	}
	
	.hero-static #video-container {
		position:fixed;
	}
	
	#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 15px solid;
		width:160px;
		height:160px;
		margin:20px 0;
		border-radius:100px;
		cursor:pointer;
		display:inline-block;
		text-align:center;
		-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;
	}
	
	.play-icon:hover {
		-webkit-transform: scale(1.03);
		-moz-transform: scale(1.03);
		-o-transform: scale(1.03);
		-ms-transform: scale(1.03);
		transform: scale(1.03);
	}
	
	.play-icon i {
		color: #fff;
		font-size: 60px;
		line-height:160px;
		margin-left: 10px;
		-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;
	}
	
	.owl-carousel {
		height:100%;
		box-sizing:border-box;
		padding-top:80px;
	}
	
	.owl-carousel .owl-stage-outer {
    	height: 100% !important;
	}
	
	.owl-carousel .owl-stage {
		height: 100% !important;
	}
	
	.owl-carousel .owl-item {
		height: 100%;
		background-color:#000;
		-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;
		
	}
	
	.owl-stage:hover .item-carousel {
		opacity:0.25;
	}
	
	.owl-stage .item-carousel:hover {
		opacity:1;
	}

	.item-carousel {
		height:100%;
		overflow:hidden;
		-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-carousel-image {
		height:100%;
		z-index:1;
		width:100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position:center center;
		background-repeat:no-repeat;
		
	}
	
	.item-carousel .thumb-info {
		box-sizing: border-box;
    	padding: 60px 60px 40px;
	}
	
	.item-carousel .thumb-info p {
		margin:0;
	}
	
	.item-carousel .thumb-info h1, .item-carousel .thumb-info h2, .item-carousel .thumb-info h3, .item-carousel .thumb-info h4, .item-carousel .thumb-info h5, .item-carousel .thumb-info h6 {
		color:#fff;
	}
	
	.item-carousel:hover .thumb-info { 
		opacity:1;
		bottom:-3px;
	}
	
	
	
/*--------------------------------------------------
	05. Thumbnail Scroller
---------------------------------------------------*/	
	
	#thumb-scroller {
		padding:0px;
		background-color: transparent;
		width: 100%;
	}
	
	.mTSContainer {
		height:100%;
	}	
	
	.content {
		overflow: auto;
		position: relative;
		padding: 10px;
		background: #333;
		margin: 0px auto;
		width: 85%;
		height: 100%;
	}
	
	.content li { 
		margin: 0 ; 
		margin-right:20px; 
		position:relative; 
		overflow:hidden;  
	}
	
	.content li:last-child {
		margin-right:0px;
	}
	
	.thumb-item img, .thumb-item a {
		height:100%;
		width:auto;
		display:inline-block;
	}
	
	.thumb-item.thumb-item-content {
		width:500px;
		padding:0 40px 0 60px;
		background-color:#000;
	}
	
	.thumb-item.intense-zoom {
		cursor: -webki-zoom-in;
		cursor: -moz-zoom-in;
		cursor: zoom-in;
	}
	
	.thumb-item:hover .zoom {
		opacity:0.3;
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	.thumb-item .zoom:hover {
		opacity:1;
	}
	
	.thumb-item .link {
		left:auto;
		right:30px;
		top:30px;
	}
	
	.thumb-item:hover .link {
		opacity:0.3;
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	.thumb-item .link:hover {
		opacity:1;
	}
	
	.thumb-item:hover .thumb-info {
		opacity:1;
		bottom:-5px;
	}
	
	.thumb-item .thumb-info {
		padding:20px 40px;
	}
		
		
		
/*--------------------------------------------------
	06. Collage Grid
---------------------------------------------------*/
		
	.collage{
		padding:15px;
		margin:-10px 40px 35px 45px;
	}
	
	.collage.content-gallery {
		margin:0px;
	}
	
	.collage img{
		vertical-align:bottom;
		opacity:0;
	}
	
	.collage-thumb {
		position:relative;
		overflow:hidden;
		cursor:pointer;
	}
	
	.collage-thumb:hover .thumb-info {
		opacity:1;
		bottom:-5px;
	}
	
	.thumb-info {
		position:absolute;
		bottom:-30px;
		left:0;
		width:100%;
		opacity:0;
		box-sizing:border-box;
		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);
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.75))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	}
	
	.collage-thumb:hover .thumb-info-alt {
		opacity:1;
	}
	
	.thumb-info-alt {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		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 ;
		background: rgba(0,0,0,0.65);
		z-index:0;
	}
	
	.thumb-info p {
		color: #999;
		margin: 0px 20px 22px;
	}
	
	.thumb-info h5 {
		color: #fff;
		margin: 50px 20px 0;
	}
	
	.thumb-info-alt p {
		color: #bbb;
		margin: 0px 20px 17px;
		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);
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-o-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
	
	.collage-thumb:hover .thumb-info-alt p, .collage-thumb:hover .thumb-info-alt h5 {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-o-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}
	
	.thumb-info-alt h5 {
		color: #fff;
		margin: 50px 20px 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);
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-o-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
	
	.thumb-info-alt .inner {
		vertical-align:bottom;
	}
	
	.zoom {
		cursor: pointer;
		height: 40px;
		width: 40px;
		opacity:0;
		top:30px;
		right:30px;
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0.1);
		background:url("images/zoom.png");
		background-position:10px;
		background-repeat:no-repeat; 
		background-size: 20px 20px;
		position:absolute;
		-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 ;
		z-index:10;		
	}
	
	.collage-thumb .zoom {
		background-color:transparent;
		top:10px;
		right:10px;
	}
	
	.collage-thumb:hover .zoom {
		opacity:0.4;
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	.collage-thumb .zoom:hover{
		opacity:1;
	}
	
	.link {
		cursor: pointer;
		height: 40px;
		width: 40px;
		opacity:0;
		top:10px;
		left:10px;
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0.1);
		color:#fff;
		position:absolute;
		line-height:40px;
		font-size:20px;
		text-align:center;
		-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 ;
		z-index:10;
	}
	
	.collage-thumb:hover .link {
		opacity:0.4;
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	.collage-thumb .link:hover{
		opacity:1;
	}
	
	
	
/*--------------------------------------------------
	07. Content
---------------------------------------------------*/	
	
	#main {
		margin: 0;
		padding-top: 0px;
		background: #fff;
		z-index: 1;
		position: relative;
		float: left;
		clear: left;
		margin: 0 auto;
		width: 100%;
	}
	
	.main-content {
		opacity:1;
		min-height:800px;
		-webkit-transition: opacity 0.35s ease-in-out 0.1s;
		-moz-transition: opacity 0.35s ease-in-out 0.1s;
		-o-transition: opacity 0.35s ease-in-out 0.1s;
		-ms-transition: opacity 0.35s ease-in-out 0.1s;
		transition: opacity 0.35s ease-in-out 0.1s;
	}
	
	.main-content.hidden {
		opacity:0;
	}
	
	#main::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	

/*--------------------------------------------------
	08. Blog
---------------------------------------------------*/	
	
	#blog, .blog-title-container, .bottom-post {
		margin:0 auto;
		width:800px;
		padding:100px 0;
	}
	
	.blog-title-container {
		border-bottom:1px solid #eee;
		opacity:1;
		-webkit-transition: opacity 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
  		-moz-transition: opacity 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
		-o-transition: opacity 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
		transition: opacity 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 0.3s ease-in-out 0.2s;
	}
	
	.blog-title-container.hidden {
		opacity:0;
	}
	
	.post {
		position:relative;
		width:100%;
		margin-bottom:100px;
		padding:0 0px 50px;
		border-bottom:1px solid #eee;
		box-sizing:border-box;
	}
	
	.post.sticky {
		background-color:#eee;
		padding:50px;
	}
	
	.single-post .post {
		border-bottom:none;
	}
	
	.post .blog-post-image-link {
		margin-left: -50px;
		max-width: none;
		width: 900px;
		display:block;
		margin-bottom:30px;
	}
	
	.meta-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 ul {
		margin:0;
	}
	
	.meta-categories li {
		display:inline-block;
		margin:0px;
	}
	
	.meta-categories li a {
		color:#fff;
		font-family: "Montserrat",sans-serif;
		font-size: 10px;
		font-weight: 400;
		letter-spacing: 4px;
		text-transform: uppercase;
		background-color:#000;
		padding:2px 5px;
	}
	
	.post-title, .post-title-no-link {
		display:block;
		font-family: 'Montserrat', sans-serif;
		margin-bottom:10px;
		color:#000;
		font-size:36px;
		line-height:80px;
		font-weight:700;
		-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;
		-ms-word-wrap: break-word;
		word-wrap: break-word;
	}
	
	.post-title h2, .post-title-no-link h2 {
		-ms-word-wrap: break-word;
		word-wrap: break-word;
	}
	
	.entry-content {
		margin-top: 30px;
	}
	
	.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;
	}
	
	#hero .entry-meta {
		margin:0;
	}
	
	.entry-meta li {
		display:inline-block;
		margin-left:15px;
		margin-bottom:0!important;
		font-size:10px;
		font-family: "Montserrat",sans-serif;
    	font-weight: 400;
		text-transform:uppercase;
		letter-spacing: 2px;
	}
	
	.entry-meta li a {
		color:#777;
	}
	
	.entry-meta li a:hover {
		color:#000;
	}
	
	.entry-meta li.entry-date , .entry-meta li.entry-author{
		font-family:"Courier New", Courier, monospace;
		color: #777;
		text-transform:none;
		letter-spacing: 0px;
		font-size:15px;
		margin-left: 0;
	}
	
	.entry-meta li.entry-author a {
		color:#777;
	}
	
	#hero .entry-meta li a:hover {
		color:#fff;
	}
	
	.entry-author {
		padding-left:10px;
	}
	
	.entry-author::before {
		content: ",";
		margin-left: -20px;
		position: absolute;
	}
	
	.entry-share:before {
		font-family: FontAwesome;
		content: "\f1e0";
		padding-right:5px;
		font-size:18px;
		color:#000;
		position:absolute;
		margin-top:1px;
		margin-left:-25px;
	}
	
	.entry-comments:before {
		font-family: FontAwesome;
		content: "\f075";
		padding-right:5px;
		font-size:16px;
		color:#000;
		position:absolute;
		margin-top:0px;
		margin-left:-25px;
	}
	
	.screen-reader-text {
		display:none;
	}
	
	.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: 5px;
	}
	
	.entry-tags:first-child::before {
		content: "\f02b";
		font-family: FontAwesome;
		padding-right: 5px;
		font-size:18px;
		color:#000;
		position:absolute;
		margin-top:2px;
		margin-left:-25px;
	}	
	
	.post-content {
		margin:0 auto;
		width:800px;
	}
	
	.blog-nav {
		display:block;
	}
	
	.blog-nav::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	.nav-button.older-posts {
		float:left;
		z-index:1;
		position:relative;
	}
	
	.nav-button.newer-posts {
		float:right;
		z-index:1;
		position:relative;
		text-align:right;
	}
	
	.page-nav p, .page-nav:hover p, a.prev-posts {
		color:#999;
	}
	
	a.prev-posts:hover {
		color:#000;
	}
	
	.nav-button h4, .nav-button 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);
	}
	
	.nav-button:hover h4 {
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-o-transition:translateY(-10px);
		transform: translateY(-10px);
	}
	
	.nav-button p {
		opacity:0;
		-ms-transform: translateY(50px);
		-webkit-transform: translateY(0px);
		-o-transition:translateY(0px);
		transform: translateY(0px);
		margin-bottom:0;
	}
	
	.nav-button:hover p {
		opacity:1;
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		-o-transition:translateY(-20px);
		transform: translateY(-20px);
	}	
	
	/* Article Meta */	
	
	.article-meta {
		width:100%;
		height:auto;
		border-top:1px solid #eee;
		border-bottom:1px solid #eee;
	}
	
	.article-meta::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	.article-meta .inner {
		padding: 0 50px;
	}
	
	.article-share {
		width:30%;
		float:left;
		box-sizing:border-box;
		height:auto;
		position:relative;
	}
	
	.post-share {
		background-color: #fff;
		height: 100%;
		left: 0;
		margin: 0;
		position: absolute;
		top: 0;
		width: 100%;
		opacity:0;
		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;
	}
	
	.post-share:hover {
		opacity: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;
	}
	
	.post-share a {
		display: inline-block;
    	line-height: 80px;
    	list-style: outside none none;
		font-size:18px;
		margin:0 20px!important;
	}
	
	.post-share a {
		width:auto;
		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;
		-ms-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-webkit-transform: translateY(20px);
		-o-transition:translateY(20px);
		transform: translateY(20px);
	}
	
	.post-share:hover  a {
		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;
		-ms-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transition:translateY(0px);
		transform: translateY(0px);
	}
	
	.post-share:hover a:nth-child(2) {
		webkit-transition: all 0.2s ease-in-out 0.1s;
		-moz-transition: all 0.2s ease-in-out 0.1s;
		-o-transition: all 0.2s ease-in-out 0.1s;
		-ms-transition: all 0.2s ease-in-out 0.1s;
		transition: all 0.2s ease-in-out 0.1s;
	}
	
	.post-share:hover a:nth-child(3) {
		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;
	}
	
	.post-share:hover a:nth-child(4) {
		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;
	}
	
	.post-share:hover a:nth-child(5) {
		webkit-transition: all 0.2s ease-in-out 0.4s;
		-moz-transition: all 0.2s ease-in-out 0.4s;
		-o-transition: all 0.2s ease-in-out 0.4s;
		-ms-transition: all 0.2s ease-in-out 0.4s;
		transition: all 0.2s ease-in-out 0.4s;
	}
	
	.post-share:hover a:nth-child(6) {
		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;
	}
	
	.post-share:hover a:nth-child(7) {
		webkit-transition: all 0.2s ease-in-out 0.6s;
		-moz-transition: all 0.2s ease-in-out 0.6s;
		-o-transition: all 0.2s ease-in-out 0.6s;
		-ms-transition: all 0.2s ease-in-out 0.6s;
		transition: all 0.2s ease-in-out 0.6s;
	}
	
	.post-share:hover a:nth-child(8) {
		webkit-transition: all 0.2s ease-in-out 0.7s;
		-moz-transition: all 0.2s ease-in-out 0.7s;
		-o-transition: all 0.2s ease-in-out 0.7s;
		-ms-transition: all 0.2s ease-in-out 0.7s;
		transition: all 0.2s ease-in-out 0.7s;
	}
	
	.post-share a img {
		opacity:0!important;
	}
	
	.post-share a::before {
		font-family: FontAwesome;
		padding-right:5px;
		font-size:20px;
		color:#000;
		position:absolute;
		margin-top:0px;
		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;
	}
	
	.post-share a:hover::before {
		font-size:24px;
	}
	
	.post-share .synved-social-provider-facebook::before {
		content: "\f09a";
	}
	
	.post-share .synved-social-provider-twitter::before {
		content: "\f099";
	}
	
	.post-share .synved-social-provider-google_plus::before {
		content: "\f1a0";
	}
	
	.post-share .synved-social-provider-reddit::before {
		content: "\f1a1";
	}
	
	.post-share .synved-social-provider-pinterest::before {
		content: "\f0d2";
	}
	
	.post-share .synved-social-provider-linkedin::before {
		content: "\f0e1";
	}
	
	.post-share .synved-social-provider-tumblr::before {
		content: "\f173";
	}
	
	.post-share .synved-social-provider-mail::before {
		content: "\f0e0";
	}
	
	.article-tags {
		width:40%;
		float:left;
		box-sizing:border-box;
		border-left:1px solid #eee;
		border-right:1px solid #eee;
		height:auto;
	}
	
	.without-share .article-tags {
		border-right:none;
		width:50%;
	}
	
	.article-comments {
		width:30%;
		float:left;
		box-sizing:border-box;
		height:auto;
	}
	
	.without-share .article-comments {
		width:50%;
	}	
	
	/* Article Navigation */	
	
	.article-next {
		width:100%;
		height:300px;
		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 h3, .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 h3 {
		-ms-transform: translateY(10px);
		-webkit-transform: translateY(10px);
		-o-transition:translateY(10px);
		transform: translateY(10px);
	}
	
	.article-next:hover h3 {
		-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 {
		background-color:#fff;
		padding:100px 0 60px;
	}
	
	.article-discusion-container {
		margin:0 auto;
		width:800px;
	}
	
	.article-discusion-container ins {
		margin-bottom:15px;
		display:inline-block;
	}
	
	.article-discusion h3 {
		margin-bottom: 80px;
	}
	
	.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:0;
	}
	
	.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 {
		margin:0 auto 100px;
		width:800px;
	}
	
	input[type="submit"] {
		background: #000 none repeat scroll 0 0;
		border: medium none;
		color: #fff;
		display: inline-block;
		margin: 50px 0 100px;
		padding: 0 20px;
		width: auto;
	}
	
	input[type="submit"]:hover {
		background-color:#333;
	}
	
	.post-comments-textarea {
		margin-bottom:30px;
		margin-top:60px;
	}
	
	.search {
		margin-top:40px;
	}
	
	#searchsubmit {
		margin-bottom:0;
	}
	
	/* 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%;
	}
	
	.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;
	}
	
	
	
/*--------------------------------------------------
	09. Contact Page
---------------------------------------------------*/		
	
	#map_canvas {
		display: block;
		height: 100%;
		width: 100%;
		z-index: 0;
		position:fixed!important;
	}
	
	#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, textarea {
		color: #777;
		font-family: "Montserrat",sans-serif;
		font-size: 10px;
		font-weight: 400;
		letter-spacing: 2px;
		text-transform: uppercase;
		height: 40px;
		padding: 12px;
		width: 100%;
		border-radius:0px;
		margin-bottom:0px;
		border:1px solid #ddd;
		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;
		padding: 10px;
		margin-bottom:0;
		height:140px;
	}
	
	input[type="submit"]	{
		margin:30px 0 100px 0;
	}
	
	.error_message {		
		text-align:center;		
		margin-bottom:30px;
		font-size:13px;		
		color:#e93735;		
		font-weight:bold;		
	}
	
	#success_page {		
		text-align:center;		
	}	
	
	#success_page p {		
		color:#999999;		
		margin-top:20px;		
	}
	
	#message fieldset {		
		border:none;		
	}
	
	
	
/*--------------------------------------------------
	10. Shortcodes
---------------------------------------------------*/	

	/* Team Members */
	
	.our-team {
		margin:0px;
		text-align:center;
	}
	
	.our-team li {
		list-style:none;
		display:inline-block;
		margin:0 50px;
		width:300px;
	}
	
	.our-team li:first-child {
		margin-left:0px;
	}
	
	.our-team li:last-child {
		margin-right:0px;
	}
	
	.our-team .socials {
		float:none;
	}
	
	.our-team .socials li {
		width:auto;
		margin:0 8px;
		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;
		-ms-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-webkit-transform: translateY(20px);
		-o-transition:translateY(20px);
		transform: translateY(20px);
	}
	
	.our-team li:hover .socials li:first-child {
		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;
		-ms-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transition:translateY(0px);
		transform: translateY(0px);
	}
	
	.our-team li:hover .socials li {
		opacity:1;
		webkit-transition: all 0.2s ease-in-out 0.1s;
		-moz-transition: all 0.2s ease-in-out 0.1s;
		-o-transition: all 0.2s ease-in-out 0.1s;
		-ms-transition: all 0.2s ease-in-out 0.1s;
		transition: all 0.2s ease-in-out 0.1s;
		-ms-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transition:translateY(0px);
		transform: translateY(0px);
	}
	
	.our-team li:hover .socials li:last-child {
		opacity:1;
		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;
		-ms-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transition:translateY(0px);
		transform: translateY(0px);
	}
	
	.our-team .socials li a {
		border:0;
		color:#000;
		-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;
	}
	
	.our-team .socials li a:hover {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);	
	}
	
	.team-image {
		width:120px;
		height:120px;
		border-radius:100%;
		overflow:hidden;
		margin:0 auto;
	}
	
	.team-name {
		margin-top:30px;
	}	
	
	/* 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:22px;
	}		
	
	.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:12px 22px;
		letter-spacing:0;
		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;
	}
	
	.clapat-button:hover, .clapat-button:active, .clapat-button:focus {
		background-color:#333;
		color:#fff;
	}
	
	.clapat-button.outline-button {
		color:#000;
		padding:10px 20px;
		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: #eee;
		border-radius: 5px;
	}
	
	.progress-bar li span { 
		height: 5px;
		width: 0px;
		display: block;
		background-color: #000;
		border-radius: 5px;
		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-family: 'Montserrat', sans-serif;
		font-weight:400;
		font-size:14px;
		color:#000;
	}
	
	.progress-bar li span {
		overflow: visible!important;
		position: relative;
	}
	
	.progress-bar li span strong {
		position: absolute;
		right: -0px;
		top: -25px;
		padding: 4px 0px;
		color: #999;
		line-height: 12px;
		font-size: 11px;
		opacity: 0;
		display: block;
		font-family: 'Montserrat', sans-serif;
		font-weight:400;
		font-size:14px;
	}
	
	.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;
		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 h5 {
		margin-bottom: 5px;
		padding-top: 5px;
	}	

	/* 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 h5 {
		margin-bottom: 5px;
		padding-top: 5px;
	}
		
	/*  Accordions  */	

	.accordion dt {
		cursor: pointer;
		padding: 10px 15px;
		margin-bottom:10px;
		background-color:#eeeeee;		
		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:400;
		font-size:10px;
		font-family: "Montserrat",sans-serif;
		letter-spacing:3px;
		text-transform:uppercase;
	}
	
	.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:0px;
	}
	
	.accordion .accordion-content {
		padding: 5px 15px;
		line-height: 25px;
	}	
	
	/* Toggle */
	
	.toggle-wrap {
		float:left;
		width:100%;
	}

	.toggle-title {
		background: #eeeeee;
		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:0px;
	}
	
	.toggle-title a {
		color:#999;
		text-decoration: none;
		font-weight:400;
		font-size:10px;
		font-family: "Montserrat",sans-serif;
		letter-spacing:3px;
		text-transform:uppercase;
	}
	
	.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: #eeeeee;
		padding: 6px 20px;
		margin-right: 5px;
		color: #999;
		font-weight:700;
		font-size:14px;
	}
			
	ul.tabs .tab-active a { 
		color: #fff;
		background-color: #000;
	}
	
	ul.tabs li a:hover{ 
		color: #fff;
		background-color: #000;
	}
			
	.tab_container {
		clear: both;
		padding: 20px;
		margin-top:0px;
		border:#ebebeb solid 1px;
		line-height:25px;
	}	

	/*  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;
		font-weight:400;
		font-size:12px;
		font-family: "Montserrat",sans-serif;
	}
	
	.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: 'Montserrat', sans-serif;
		font-size: 48px;
		font-weight:700;
		line-height: 48px;
		margin-bottom: 5px;
		color:#000;
	}
	
	.clapat-counter .subject {
		font-weight:400;
		font-size:10px;
		font-family: "Montserrat",sans-serif;
		letter-spacing:3px;
		text-transform:uppercase;
		color:#999;
	}	
	
	/* Pricing Tables */		
	
	.p-table-item{
		margin: 0 0 30px!important;
		position: relative;
		text-align: center;
	}
	
	.p-table-item-inner{
		border: 3px solid #eaeaea;
		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: 'Montserrat', sans-serif!important;
		font-weight:400!important;
		font-size:13px!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;
	}
	
	
	
/*--------------------------------------------------
	11. Footer
---------------------------------------------------*/		

	footer {
		box-sizing: border-box;
		height:200px;
		width:100%;
		overflow:hidden;
		position:relative;
		border-top:1px solid #eee;
		padding:0 60px;
		text-align:center;
		background:#fff;
		opacity:1;
		-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;
		
	}
	
	footer.hidden {
		opacity:0;
	}
	
	.no-main footer {
    	display:none
	}
	
	#footer-container {
		width:100%;
		margin:0 auto;
		height:inherit;
		box-sizing:border-box;
		padding:0 80px;
		opacity:1;
		position:absolute;
	}
	
	.copyright {
		float:left;
		margin-bottom:0;
	}
	
	footer .copyright {
		float:none;
	}
	
	.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;
	}
	
	.scrolltotop.hidden {
		opacity:0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	
	@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 {	
		margin: 0px;
		display:block;
		width:auto;
		float:right;
		line-height:25px;
	}
	
	footer .socials {
		float:none;
	}
	
	.socials li {
		list-style:none;
		display:inline-block;
		margin-left: -4px;
	}
	
	.socials li:first-child {
		margin-left: 3px;
	}
	
	.socials li:first-child a {
		padding-left: 0px;
	}
	
	.socials li a {
		border-right: 1px dotted rgba(0, 0, 0, 0.2);
		padding:0 20px;
		color: #999;
		display: block;
		font-size: 16px;
		height: 16px;
		line-height: 10px;
		width:20px;
	}
	
	footer .socials {
		margin-top:20px;
	}
	
	footer .socials li {
		margin:0 8px;
	}
	
	footer .socials li a {
		height:40px;
		width:40px;
		line-height:44px;
		text-align:center;
		background-color:#000;
		border-radius:40px;
		padding:0;
		border:none;
		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;	  
	}
	
	footer .socials li a:hover {
		color:#fff;
		background:#333;
	}
	
	.socials li:last-child a {
		border-right: none;
		padding-right:0px;
	}
	
	.socials li a:hover {
		color:#000;
	}
	
	
		
/*--------------------------------------------------
	12. Responsive
---------------------------------------------------*/			
			
@media only screen and (max-width: 1466px) {
	
	
	#header-container {
		padding: 0 60px;
	}
	
	#footer-container {
		padding: 0 60px;
	}
	
	.container {
		width: 900px;
	}
	
	.post-share a {
		display: inline-block;
    	line-height: 80px;
    	list-style: outside none none;
		font-size:18px;
		margin:0 15px!important;
	}
	

}

@media only screen and (max-width: 1024px) {
	
	body.no-scroll {
		overflow-y:hidden;		
	}
	
	header.show-menu {
		overflow-y:auto;
	}
	
	header .inner {
		padding: 80px 0;
	}
	
	.nav-bottom {
		display:none;
	}
	
	.container {
		width: 100%;
		padding:0 60px;
		box-sizing:border-box;
	}
	
	#contact-formular {
		width: 100%;
		box-sizing:border-box;
	}
	
	.menu-categories {
		display:none;
	}
	
	.overlay.gradient {
    	height: 100%;
	}
	
	#blog, .blog-title-container, .bottom-post {
		margin:0 auto;
		padding:100px 60px;		
		box-sizing: border-box;
		width: 100%;
	}
	
	.post .blog-post-image-link {
		margin-left:0px;
		width: 100%;
	}
	
	.post-content {		
		box-sizing: border-box;
		width: 100%;
	}
	
	.article-comments {
		float: none;
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	
	.article-tags {
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #eee;
		float: none;
		width: 100%;
	}
	
	.article-share {
		float: none;
		width: 100%;
	}
	
	.post-share {
		opacity: 1;
		position: relative;
		margin-bottom:30px;
	}
	
	.post-share a {
    	opacity: 1;
		ms-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transition:translateY(0px);
		transform: translateY(0px);
	}
	
	.article-discusion-container {
		width: 100%;
		padding:0px 60px;		
		box-sizing: border-box;
	}
	
	.user_comment_reply {
		margin-left: -80px;
	}
	
	.article-formular {
		width: 100%;
		padding:0px 60px;		
		box-sizing: border-box;
	}
	
	.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%;
	}
	
}


@media only screen and (max-width: 767px) {
	
	#header-container {
		padding: 0 30px;
	}
	
	nav {
		margin-left: 30px !important;
	}
	
	#hero.contain {
		padding-top: 0px;
	}
	
	.thumb-item .thumb-info {
		padding: 20px 40px 20px 25px;
	}
	
	.thumb-info p {
		margin-left:0px;
	}
	
	.thumb-info h5 {
		margin-left:0px;
	}
	
	.container {
		width: 100%;
		padding:0 30px;
		box-sizing:border-box;
	}
	
	.collage{
		padding:15px;
		margin:-10px 15px 35px;
	}
	
	#blog, .blog-title-container, .bottom-post {
		padding:100px 30px;
	}
	
	.article-discusion-container {
		padding:0px 30px;		
	}
	
	.article-formular {
		padding:0px 30px;
	}
	
	footer {
		padding: 0 30px;
	}
	
	.clapat-counter {
		border-right: none;
		display: block;
		margin-bottom:30px;
		width: 100%;
	}
	
}


@media only screen and (max-width: 479px) {
	
	#header-container {
		padding: 0 20px;
	}
	
	nav {
		margin-left: 20px !important;
	}
	
	.collage{
		padding:15px;
		margin:-10px 5px 35px;
	}
	
	#blog, .blog-title-container, .bottom-post {
		padding:100px 20px;
	}
	
	.article-discusion-container {
		padding:0px 20px;		
	}
	
	.user-image img {
		display:none;
	}
	
	.user_comment {
		padding-left: 0px;
	}
	
	.article-formular {
		padding:0px 20px;
	}
	
	footer {
		padding: 0 30px;
	}	
		
}			