@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Asap:400,700|Raleway:400,600,700,800,900,500|Dancing+Script:400,700|Montserrat:400,700&amp;subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i);
body, html {
	height: 100%
}
body, h1 {
	font-weight: 400;
	font-family: 'Playfair Display', serif
}
.dynamic-title, .l-line, .no-cssanimations .cd-transition-layer {
	display: none
}
.anim-button i, .anim-button span, .content-holder {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear
}
.content-nav li, .det-container, header {
	box-sizing: border-box
}
html {
	overflow-x: hidden!important;
	overflow-y: scroll
}
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000;
	background: #f4f4f4;
	text-align: center;
	font-style: italic!important
}
body:after, body:before {
	content: '';
	position: fixed;
	top: 0;
	width: 20px;
	height: 100%;
	background: #f9f9f9;
	z-index: 50
}
body:before {
	left: 0
}
body:after {
	right: 0
}
@-o-viewport {
width:device-width
}
@-ms-viewport {
width:device-width
}
@viewport {
width:device-width
}
.bg-animate {
	position: fixed;
	bottom: 10%;
	right: 10%;
	width: 60%;
	height: 60%;
	z-index: -2;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0)
}
h1 {
	font-size: 4.46666666667em;
	text-transform: uppercase;
	line-height: 1.17em
}
h2 {
	font-size: 3.2em;
	font-weight: 300;
	font-family: 'Playfair Display', serif
}
h4, h5, h6 {
	font-weight: 200;
	font-family: 'Playfair Display', serif
}
h3 {
	font-size: 1em;
	font-family: 'Playfair Display', serif
}
h4 {
	font-size: .9em
}
h5 {
	font-size: .8em
}
h6 {
	font-size: .6em
}
nav li a, p {
	font-size: 13px
}
p {
	text-align: left;
	line-height: 24px;
	padding-bottom: 10px;
	font-family: 'Playfair Display', serif
}
blockquote {
	float: left;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 15px solid #eee;
	position: relative
}
blockquote:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	content: "\f10e";
	position: absolute;
	top: 5px;
	left: 10px;
	color: #ccc;
	z-index: -1;
	opacity: .7;
	font-size: 44px
}
#main:after, #main:before, .full-width-wrap:before, .header-title:before, .sidebar-menu-mobile:before, .sidebar-menu:before, nav li:before {
	content: ''
}
blockquote p {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #494949
}
.loader {
	position: fixed;
	top: 50%!important;
	left: 50%;
	width: 50px;
	height: 50px;
	z-index: 100;
	font-size: 34px;
	line-height: 50px;
	color: #ccc;
	padding-right: 20px;
	opacity: .8
}
.btn, nav li a {
	line-height: 1
}
.btn, .wt-btn, nav li ul a {
	color: #fff
}
.cssload-container {
	width: 100%;
	height: 31px;
	text-align: center
}
.cssload-speeding-wheel {
	width: 31px;
	height: 31px;
	margin: 0 auto;
	border: 2px solid rgba(0,0,0,.93);
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
	-o-animation: cssload-spin 575ms infinite linear;
	-ms-animation: cssload-spin 575ms infinite linear;
	-webkit-animation: cssload-spin 575ms infinite linear;
	-moz-animation: cssload-spin 575ms infinite linear
}
@keyframes cssload-spin {
100% {
transform:rotate(360deg)
}
}
@-o-keyframes cssload-spin {
100% {
-o-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@-ms-keyframes cssload-spin {
100% {
-ms-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@-webkit-keyframes cssload-spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@-moz-keyframes cssload-spin {
100% {
-moz-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.l-line {
	position: fixed;
	top: 0;
	width: 100%;
	height: 3px;
	z-index: 10000;
	background: #f4f4f4
}
.l-line span {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: #000
}
.cd-transition-layer {
	position: fixed;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	z-index: 12;
	opacity: 0;
	visibility: hidden;
	overflow: hidden
}
.cd-transition-layer .bg-layer {
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(-2%);
	-moz-transform: translateY(-50%) translateX(-2%);
	-ms-transform: translateY(-50%) translateX(-2%);
	-o-transform: translateY(-50%) translateX(-2%);
	transform: translateY(-50%) translateX(-2%);
	height: 100%;
	width: 2500%;
	background: url(../images/ink.png) no-repeat;
	background-size: 100% 100%
}
.cd-transition-layer.visible {
	opacity: 1;
	visibility: visible
}
.cd-transition-layer.opening .bg-layer {
	-webkit-animation: cd-sequence .8s steps(24);
	-moz-animation: cd-sequence .8s steps(24);
	animation: cd-sequence .8s steps(24);
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
.cd-transition-layer.closing .bg-layer {
	-webkit-animation: cd-sequence-reverse .8s steps(24);
	-moz-animation: cd-sequence-reverse .8s steps(24);
	animation: cd-sequence-reverse .8s steps(24);
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
@-webkit-keyframes cd-sequence {
0% {
-webkit-transform:translateY(-50%) translateX(-2%)
}
100% {
-webkit-transform:translateY(-50%) translateX(-98%)
}
}
@-moz-keyframes cd-sequence {
0% {
-moz-transform:translateY(-50%) translateX(-2%)
}
100% {
-moz-transform:translateY(-50%) translateX(-98%)
}
}
@keyframes cd-sequence {
0% {
-webkit-transform:translateY(-50%) translateX(-2%);
-moz-transform:translateY(-50%) translateX(-2%);
-ms-transform:translateY(-50%) translateX(-2%);
-o-transform:translateY(-50%) translateX(-2%);
transform:translateY(-50%) translateX(-2%)
}
100% {
-webkit-transform:translateY(-50%) translateX(-98%);
-moz-transform:translateY(-50%) translateX(-98%);
-ms-transform:translateY(-50%) translateX(-98%);
-o-transform:translateY(-50%) translateX(-98%);
transform:translateY(-50%) translateX(-98%)
}
}
@-webkit-keyframes cd-sequence-reverse {
0% {
-webkit-transform:translateY(-50%) translateX(-98%)
}
100% {
-webkit-transform:translateY(-50%) translateX(-2%)
}
}
@-moz-keyframes cd-sequence-reverse {
0% {
-moz-transform:translateY(-50%) translateX(-98%)
}
100% {
-moz-transform:translateY(-50%) translateX(-2%)
}
}
@keyframes cd-sequence-reverse {
0% {
-webkit-transform:translateY(-50%) translateX(-98%);
-moz-transform:translateY(-50%) translateX(-98%);
-ms-transform:translateY(-50%) translateX(-98%);
-o-transform:translateY(-50%) translateX(-98%);
transform:translateY(-50%) translateX(-98%)
}
100% {
-webkit-transform:translateY(-50%) translateX(-2%);
-moz-transform:translateY(-50%) translateX(-2%);
-ms-transform:translateY(-50%) translateX(-2%);
-o-transform:translateY(-50%) translateX(-2%);
transform:translateY(-50%) translateX(-2%)
}
}
.sidebar-menu, header {
	-webkit-transform: translate3d(0, 0, 0)
}
#main {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0
}
#main:after, #main:before {
	position: fixed;
	left: 0;
	width: 100%;
	height: 20px;
	background: #f9f9f9;
	z-index: 50
}
#wrapper, .content-holder {
	vertical-align: top;
	position: absolute;
	top: 0;
	z-index: 2;
	height: 100%;
	right: 0;
	left: 0
}
#main:before {
	top: 0
}
#main:after {
	bottom: 0
}
#wrapper {
	margin-left: 0;
	width: 100%
}
.content-holder {
	padding: 0 20px 20px;
	-ms-transition: all .3s linear;
	transition: all .3s linear
}
.container, .content, .fl-wrap {
	position: relative
}
.container {
	max-width: 1024px;
	width: 92%;
	margin: 0 auto;
	z-index: 5
}
.content, .fl-wrap, .full-width-wrap {
	width: 100%
}
.container.big-container {
	max-width: 1224px
}
.content {
	z-index: 4;
	float: left;
	background: #fff;
	padding-top: 90px
}
.home-content {
	padding-top: 20px
}
.no-padding, .video-holder {
	padding: 0!important
}
.fl-wrap {
	float: left
}
.full-height {
	height: 100%
}
.full-width-wrap:before {
	position: absolute;
	right: 0;
	width: 30%;
	background: #fff;
	top: -70px;
	height: 70px
}
.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box
}
.par-elem {
	height: 130%;
	top: -15%
}
.full-height-parallax, .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0
}
.full-height-parallax {
	height: 100%;
	overflow: hidden;
	z-index: 2
}
.respimg {
	width: 100%;
	height: auto
}
.overlay {
	height: 100%;
	background: #000;
	opacity: .2
}
.white-overlay {
	background: #fff;
	opacity: .4
}
.bold-overlay {
	opacity: .5
}
.no-border {
	border: none!important
}
.btn {
	display: inline-block;
	padding: 14px 22px;
	font-weight: 700;
	font-size: 11px;
	border-radius: 4px;
	margin: 20px auto;
	border: 2px solid #292929;
	background: #292929;
	position: relative;
	letter-spacing: 1px
}
.anim-button {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	vertical-align: middle;
	max-width: 100%;
	overflow: hidden;
	outline: 0;
	width: auto
}
.anim-button i {
	top: -100%;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: center!important;
	font-size: 16px
}
.wt-btn {
	border: 2px solid #fff
}
.anim-button i, .anim-button span {
	-ms-transition: all .3s linear;
	transition: all .3s linear
}
.anim-button span {
	float: left;
	width: 100%;
	position: relative;
	top: 0
}
.anim-button:hover span {
	top: 100px
}
.anim-button:hover i {
	top: -4px
}
.btn.color-bg {
	border-color: transparent
}
header {
	position: fixed;
	top: 20px;
	left: 20px;
	right: 20px;
	z-index: 20;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
	height: 70px
}
.header-inner {
	float: left;
	width: 100%;
	position: relative;
	padding: 0 30px
}
.logo-holder {
	float: left;
	position: relative;
	z-index: 21;
	top: 10px
}
.logo-holder img {
	float: left;
	width: auto;
	height: 50px
}
.logo-holder img:hover {
	opacity: .6
}
.header-title {
	position: relative;
	float: right;
	z-index: 6;
	top: 27px;
	padding-right: 25px;
	margin-right: 25px
}
.header-title:before {
	position: absolute;
	top: -7px;
	right: 0;
	width: 1px;
	height: 30px;
	background: #ccc
}
.header-social, .header-title h2, .info-button, .lin-but {
	position: relative
}
.header-title h2 {
	font-size: 13px;
	text-align: left;
	font-weight: 600;
	color: #000;
	top: 0;
	font-family: Asap;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear
}
.header-title h2.hid-title {
	opacity: 0;
	-webkit-transform: scale(.85);
	-moz-transform: scale(.85);
	transform: scale(.85)
}
.header-title h2:hover {
	text-decoration: line-through
}
.header-social {
	float: right;
	top: 25px
}
.header-social li {
	float: left;
	margin-right: 9px
}
.header-social li a {
	font-size: 12px
}
.info-button {
	float: right;
	width: 34px;
	height: 34px;
	overflow: hidden;
	padding-top: 10px;
	border: 1px solid #eee;
	background: #f9f9f9;
	top: 17px;
	margin-left: 20px;
	cursor: pointer
}
.lin-but {
	left: 6px;
	float: left;
	width: 20px;
	height: 1px;
	background: #000;
	margin-bottom: 4px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(.75, 0, .3, 1);
	-moz-transition-timing-function: cubic-bezier(.75, 0, .3, 1);
	-o-transition-timing-function: cubic-bezier(.75, 0, .3, 1);
	transition-timing-function: cubic-bezier(.75, 0, .3, 1);
	clear: both
}
.info-button:hover .lin-but {
	left: 100%
}
.lin-but:nth-child(1) {
	-webkit-transition-delay: 45ms;
	transition-delay: 45ms
}
.lin-but:nth-child(2) {
	-webkit-transition-delay: 90ms;
	transition-delay: 90ms;
	width: 18px;
	left: 8px
}
.lin-but:nth-child(3) {
	-webkit-transition-delay: 135ms;
	transition-delay: 135ms;
	width: 16px;
	left: 10px
}
nav, nav li ul a {
	float: left;
	width: 100%
}
.tex-but {
	position: absolute;
	top: 10px;
	font-size: 11px;
	left: -80px;
	opacity: 0;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #000
}
.nav-button, .nav-button span, .nav-holder, nav, nav li {
	position: relative
}
.info-button:hover .tex-but {
	left: 2px;
	opacity: 1
}
.nav-holder {
	float: left;
	top: 18px;
	padding-left: 40px
}
nav li {
	float: left;
	margin-right: 15px;
	padding-right: 15px
}
nav li:before {
	position: absolute;
	top: 9px;
	right: 0;
	width: 1px;
	height: 14px;
	background: #ccc;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
nav li ul {
	margin: 30px 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width: 150px;
	top: 51px;
	left: 0;
	z-index: 1;
	padding: 10px 0;
	background: rgba(0,0,0,.71);
	transition: all .2s ease-in-out
}
nav li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin: 0
}
nav li ul li ul {
	top: -10px!important;
	left: 100%;
	margin-left: 25px;
	margin-top: 0
}
nav li ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin-left: 15px
}
nav li ul li {
	display: block;
	float: none;
	border: none
}
nav li ul a:after, nav li ul a:before, nav li ul li:before {
	display: none
}
nav li a {
	float: left;
	padding: 10px 14px;
	font-style: normal;
	font-family: Asap;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	word-spacing: 0;
	text-align: center;
	border: 1px solid transparent;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear
}
.align-text, nav li ul a {
	text-align: left
}
nav li a.act-link {
	background: #f9f9f9;
	border: 1px solid #eee
}
nav li ul li a.act-link {
	background: 0 0;
	border: none
}
.nav-button-holder {
	float: right;
	margin: 0 0 0 10px;
	padding-left: 16px;
	display: none
}
.nav-button {
	float: right;
	width: 36px;
	height: 36px;
	margin-top: 18px;
	cursor: pointer;
	padding: 12px 6px 0;
	border: 1px solid #eee;
	background: #f9f9f9
}
.sb-overlay, .sb-overlay-mobile {
	display: none;
	cursor: url(../images/cursor.png), auto
}
.nav-button span {
	float: left;
	width: 100%;
	height: 1px;
	background: #000;
	margin-bottom: 4px
}
.sidebar-menu {
	position: fixed;
	bottom: 20px;
	right: -380px;
	top: 20px;
	padding-right: 20px;
	width: 350px;
	background: #292929;
	z-index: 60;
	overflow: hidden
}
.sidebar-menu .bg {
	background-image: url(../images/bg/23.jpg)
}
.sidebar-menu:before {
	position: absolute;
	top: 25px;
	left: 30px;
	right: 50px;
	height: 1px;
	background: rgba(255,255,255,.38);
	z-index: 5
}
.sb-overlay, .sidebar-menu-mobile {
	position: fixed;
	background: #292929;
	-webkit-transform: translate3d(0, 0, 0)
}
.sidebar-menu .overlay {
	z-index: 3;
	opacity: .5
}
.sb-overlay {
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	opacity: .6;
	z-index: 59
}
.sidebar-menu-mobile {
	bottom: 0;
	top: 0;
	padding-right: 0;
	width: 100%;
	z-index: 60;
	overflow: hidden
}
.sidebar-menu-mobile .bg {
	background-image: url(../images/bg/23.jpg)
}
.sidebar-menu-mobile:before {
	position: absolute;
	top: 25px;
	left: 30px;
	right: 50px;
	height: 1px;
	background: rgba(255,255,255,.38);
	z-index: 5
}
.sidebar-menu-mobile .overlay {
	z-index: 3;
	opacity: .5
}
.sb-overlay-mobile {
	position: fixed;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: #292929;
	opacity: .6;
	z-index: 59;
	-webkit-transform: translate3d(0, 0, 0)
}
.fl-wrap-mobile {
	float: left;
	width: 100%;
	position: relative
}
.hid-men-wrap, .sb-logo {
	/* position: absolute; */
	position: relative;
	z-index: 4;
	left: 0;
	width: 100%
}
.sidebar-menu .sb-logo {
	top: auto;
	margin-top: 90px;
	margin-bottom: 20px;
}
.sidebar-menu .hid-men-wrap {
	position: relative;
	top: auto;
	margin-top: 0 !important;
}

@media (max-height: 640px) {
	.sidebar-menu .sb-logo {
		margin-top: 70px;
	}
}

@media (max-height: 580px) {
	.sidebar-menu .sb-logo {
		margin-top: 40px;
		margin-bottom: 0;
	}
	.sidebar-menu .sb-logo img {
		max-width: 90px;
	}
}

@media (min-width: 451px) {
	.sliding-menu ul {
		max-width: 330px;
	}
}
@media (max-width: 450px) {
	.sidebar-menu .sb-logo {
		left: 20px;
		right: 20px;
		width: calc(100vw - 40px);
	}
	.sidebar-menu .hid-men-wrap {
		left: 20px;
		right: 20px;
		width: calc(100vw - 40px);
	}
}


.hid-men-wrap {
	top: 50%
}
.sb-logo {
	top: 50px
}
.sb-logo img {
	max-width: 200px;
	margin: 0 auto;
	height: auto
}
.sliding-menu ul {
	margin: 0;
	float: left;
	width: 100%;
	overflow: hidden
}
.sliding-menu li {
	margin: 0;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.18)
}
.sliding-menu li:first-child {
	border-top: 1px solid rgba(255,255,255,.11)
}
.sliding-menu a {
	float: left;
	width: 100%;
	padding: 12px 5px;
	position: relative;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	line-height: 20px
}
.sliding-menu a.back:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit;
	content: "\f177"
}
.clients-list:before, .column-section-wrap:before, .sb-social:before, .section-entry h3:before, .section-qoute:before {
	content: ''
}
.sliding-menu a:hover {
	background: rgba(0,0,0,.51);
	color: rgba(255,255,255,.71)
}
.sb-social {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	z-index: 5
}
.sb-social li {
	display: inline-block;
	padding: 8px
}
.sb-social li a {
	color: #fff
}
.sb-social:before {
	position: absolute;
	bottom: -25px;
	left: 30px;
	right: 30px;
	height: 1px;
	background: rgba(255,255,255,.38)
}
.parallax-section, section {
	float: left;
	width: 100%;
	position: relative
}
section {
	padding: 90px 0;
	z-index: 5;
	background: #fff;
	overflow: hidden
}
section.bis {
	z-index: 10
}
section.no-pad-bot {
	padding-bottom: 0
}
.column-section {
	padding: 0
}
.section title {
	float: left;
	width: 100%;
	padding: 30px 0
}
.section-title h2 {
	font-size: 34px;
	font-weight: 700
}
.section-title h4 {
	color: #ACACAC;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	padding: 10px 0 20px;
	font-size: 13px;
	font-weight: 500
}
.parallax-section .section-title h4 {
	color: rgba(255,255,255,.71)
}
.parallax-section {
	padding: 200px 0;
	overflow: hidden!important;
	z-index: 4
}
.parallax-section .overlay {
	opacity: .3
}
.parallax-section h2 {
	color: #fff
}
section.full-height-section {
	padding: 200px 0;
}
.gray-bg {
	background: #f9f9f9;
}
.dark-bg {
	background: #292929
}
.parallax-title {
	position: absolute;
	top: 30%;
	font-family: 'Dancing Script', cursive;
	z-index: 3;
	font-size: 134px;
	color: #000;
	opacity: .07
}
.parallax-title.left-pos {
	left: 10%
}
.parallax-title.right-pos {
	right: 10%
}
.full-height-section .parallax-title {
	opacity: .2
}
.section-entry .hero-logo {
	max-width: 200px;
	margin: 0 auto 70px
}
.mirko-title {
	display: none
}
.section-entry h2 {
	color: #fff;
	text-transform: none;
	font-weight: lighter;
	font-style: normal;
	letter-spacing: 0;
	font-size: 60px;
	position: relative;
	padding: 0 70px 25px;
	font-family: Parisienne, cursive
}
.about-entry h3, .section-entry h3 {
	font-family: 'Dancing Script', cursive
}
.section-entry h2:after, .section-entry h2:before {
	content: '';
	position: absolute;
	top: 50%;
	width: 70px;
	height: 1px;
	opacity: .5
}
.section-entry h2:before {
	left: -10px
}
.section-entry h2:after {
	right: -10px
}
.section-entry h3 {
	text-align: center;
	font-size: 25px;
	color: #fff;
	display: block;
	margin-top: 15px;
	position: relative;
	padding-top: 25px
}
.fixed-icons, .mob-bg {
	display: none
}
.section-entry h3:before {
	position: absolute;
	top: -12px;
	left: 50%;
	width: 70px;
	margin-left: -35px;
	height: 1px;
	border-top: 1px dotted #fff
}
.hero-logo img {
	width: 100%;
	height: auto
}
.sec-entr-link {
	position: absolute;
	z-index: 5;
	width: 50px;
	height: 80px;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
	line-height: 70px;
	font-size: 18px;
	color: #fff
}
.smartscroll-controls {
	position: fixed;
	top: 50%;
	height: 82px;
	margin-top: -41px;
	width: 40px;
	z-index: 20;
	left: 50px
}
.fixed-icons li, .smartscroll-controls a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,.81);
	border-radius: 4px;
	float: left;
	color: #fff
}
.smartscroll-controls a {
	font-size: 12px;
	margin-bottom: 1px
}
.smartscroll-controls.onepage-contr {
	top: 80%;
	left: 40px
}
.smartscroll-controls.onepage-contr.vistotop {
	top: 50%
}
.fixed-icons {
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 20
}
.vistotop {
	display: block
}
.fixed-icons li {
	cursor: pointer;
	position: relative;
	margin-left: 2px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear
}
.media-container, .video-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.fscs .owl-item .container, .owl-thumb-item:before {
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear
}
.fixed-icons .mail-link:hover a, .fixed-icons a {
	color: #fff
}
.media-container {
	overflow: hidden;
	z-index: -1
}
.video-mask {
	z-index: 1
}
.video-holder, .video-holder iframe {
	position: absolute;
	height: 100%;
	display: block;
	width: 100%
}
.video-holder {
	overflow: hidden!important;
	top: 0;
	left: 0
}
.video-holder iframe {
	top: -75px;
	left: 50%;
	overflow: hidden
}
.resp-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px
}
.resp-video embed, .resp-video iframe, .resp-video object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.hero-slider-holder {
	position: relative;
	overflow: hidden;
	z-index: 2
}
.hero-wrap-item {
	position: relative;
	width: 100%;
	top: 50%;
	left: 0;
	float: left;
	z-index: 6
}
.entry-wrap, .num-holder3 {
	position: absolute
}
.num-holder3 {
	top: 50px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	z-index: 15;
	border-radius: 100%;
	border: 2px dotted rgba(255,255,255,.51);
	background: rgba(255,255,255,.11);
	display: none
}
.hero-wrap .overlay {
	z-index: 5
}
.slnop .num-holder3 {
	top: 100%;
	margin-top: -90px
}
.hero-wrap-item h4, .hero-wrap-item h4 a {
	color: #fff
}
.hero-wrap-item h4 {
	font-size: 49px;
	text-transform: uppercase;
	position: relative;
	font-weight: 700;
	padding: 10px 0
}
.fscs .owl-item .container {
	-webkit-transform: scale(1.35);
	-moz-transform: scale(1.35);
	transform: scale(1.35);
	opacity: 0;
	transition: all .5s linear;
	-webkit-transition-delay: .9s;
	-o-transition-delay: .9s;
	-moz-transition-delay: .9s;
	transition-delay: .9s
}
.fscs .owl-item.active .container {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.fixed-filter .gallery-filters a:before, .inline-filter .gallery-filter a:before, .serv-header:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg)
}
.top-align-wrap {
	position: absolute;
	width: 100%;
	z-index: 5;
	top: 50%;
	left: 0
}
.about-entry h2 {
	text-align: left;
	font-weight: 700;
	float: left;
	width: 100%;
	padding-bottom: 6px
}
.about-entry h3 {
	text-align: left;
	font-size: 28px;
	float: left;
	width: 100%;
	padding-bottom: 10px
}
.column-wrap-bg {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%
}
.column-wrap-bg.left-wrap {
	left: 0
}
.column-wrap-bg.right-wrap {
	right: 0
}
.column-section-wrap {
	float: right;
	width: 50%;
	position: relative;
	padding: 150px 50px
}
.column-section-wrap.left-column-section {
	float: left
}
.column-section-wrap:before {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px dashed rgba(255,255,255,.41)
}
.rings-decor {
	opacity: .04
}
.column-text {
	max-width: 550px
}
.column-text h2 {
	text-align: left;
	color: #fff;
	font-weight: 700;
	padding-bottom: 10px
}
.column-text h3 {
	text-align: left;
	width: 100%;
	float: left;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: rgba(255,255,255,.81);
	font-size: 15px;
	padding-bottom: 15px
}
.column-text p {
	color: #fff
}
.play-video-wrap {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 4
}
.play-video-wrap a {
	width: 70px;
	height: 50px;
	background: #292929;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	display: inline-table
}
.play-video-wrap p {
	display: inline-table;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	font-size: 20px;
	font-family: 'Dancing Script', cursive
}
.inline-facts span, .section-qoute p, .team-info h4 {
	font-family: 'Playfair Display', serif;
	font-style: italic
}
.section-qoute {
	padding-top: 50px
}
.section-qoute:before {
	position: absolute;
	top: 25px;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	height: 1px;
	border-top: 1px dotted #ccc
}
.section-qoute p {
	font-size: 28px;
	text-align: center
}
.section-qoute p a:hover {
	opacity: .4
}
.skills-description {
	float: left;
	width: 100%;
	margin: 10px 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px
}
.skill-name {
	position: absolute;
	top: 40%;
	text-transform: uppercase;
	font-size: 44px;
	font-weight: 900;
	letter-spacing: 4px;
	opacity: .3;
	color: #000
}
.skillbar-bg, .skillbar-box {
	position: relative;
	width: 100%;
	float: left
}
.skill-name span {
	opacity: .3
}
.skill-name-lanim {
	left: 0
}
.skill-name-ranim {
	right: 0
}
.skillbar-box {
	margin-bottom: 50px
}
.skillbar-bg {
	display: block;
	height: 5px;
	overflow: hidden;
	background: #eee
}
.custom-skillbar-title span {
	float: left;
	font-size: 12px;
	margin-top: 12px;
	padding-bottom: 6px
}
.custom-skillbar {
	height: 5px;
	width: 0;
	background: #000
}
.skill-bar-percent {
	float: right;
	font-size: 16px;
	margin-top: 13px;
	padding-bottom: 6px
}
.clients-list:before {
	position: absolute;
	bottom: -20px;
	width: 100px;
	height: 1px;
	left: 50%;
	margin-left: -50px;
	border-bottom: 1px dashed #ccc
}
.clients-list a {
	float: left;
	width: 20%;
	padding: 20px
}
.clients-list a:hover {
	opacity: .6
}
.clients-list a img {
	float: left;
	width: 100%;
	height: auto
}
.inline-facts {
	float: left;
	width: 25%;
	padding: 40px 0;
	position: relative;
	cursor: help
}
.inline-facts:after, .inline-facts:before {
	position: absolute;
	top: 10%;
	content: ''
}
.inline-facts:before {
	right: 1px;
	width: 1px;
	height: 80%;
	background: #eee
}
.inline-facts:after {
	bottom: 10%;
	left: 5%;
	width: 0;
	z-index: 2;
	background: #ccc;
	opacity: .2
}
.inline-facts:last-child:before {
	display: none
}
.inline-facts:hover:after {
	width: 90%
}
.milestone-counter {
	position: relative;
	padding-left: 50px;
	display: inline-table;
	margin-bottom: 2px;
	z-index: 5
}
.milestone-counter i {
	position: absolute;
	left: 0;
	font-size: 27px;
	top: 7px;
	opacity: .8
}
.inline-facts .num-counter {
	font-size: 34px;
	color: #000;
	font-weight: 300
}
.inline-facts h6 {
	font-size: 17px;
	font-weight: 800;
	padding-top: 8px;
	color: #666;
	position: relative;
	z-index: 5
}
.inline-facts span {
	color: #ccc;
	font-size: 11px;
	letter-spacing: 1px;
	padding-top: 7px;
	display: block;
	position: relative;
	z-index: 5
}
.inline-facts h6 a:hover {
	text-decoration: line-through
}
.team-holder {
	float: left;
	width: 100%;
	margin-top: 50px
}
.team-holder li {
	float: left;
	width: 33.3333%;
	padding: 20px 20px 20px 0;
	position: relative
}
.team-box {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	z-index: 2
}
.team-info {
	float: left;
	width: 100%;
	margin-top: 20px
}
.team-info h3 {
	font-size: 18px;
	padding-bottom: 4px;
	font-weight: 700
}
.team-info h4 {
	color: #bcbcbc;
	padding-top: 6px;
	font-size: 13px
}
.team-photo {
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left
}
.team-box .overlay {
	opacity: 0;
	z-index: 2;
	background: #000
}
.team-box:hover .overlay {
	opacity: .5
}
.team-social {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 3;
	display: none
}
.team-social li {
	float: none!important;
	display: inline-block!important;
	padding: 6px;
	width: auto!important
}
.team-social li a {
	color: #fff;
	font-size: 16px;
	position: relative;
	top: 50px;
	opacity: 0
}
.column-text.ser-wrap {
	padding-left: 30px;
	max-width: 100%!important
}
.ser-wrap ul {
	padding-top: 30px;
	float: left;
	width: 100%
}
.ser-wrap li {
	width: 50%;
	padding: 15px 40px 15px 0;
	float: left
}
.ser-wrap li p {
	font-size: 11px;
	font-family: Montserrat, sans-serif;
	opacity: .8
}
.serv-header {
	padding-left: 60px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted rgba(255,255,255,.21)
}
.serv-header:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 45px;
	width: 1px;
	height: 14px;
	background: rgba(255,255,255,.21);
	transform: rotate(45deg)
}
.serv-header i {
	position: absolute;
	top: 6px;
	left: 10px;
	font-size: 22px;
	opacity: .8;
	color: #ccc
}
.serv-header h4 {
	text-align: left;
	color: #fff;
	font-size: 18px;
	padding-bottom: 6px;
	font-weight: 700
}
.serv-header h5 {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #ccc;
	text-align: left;
	font-size: 11px;
	letter-spacing: 1px
}
.order-wrap h3, .serv-title {
	font-family: 'Dancing Script', cursive
}
.about-entry .servicses-holder li span.price, .ser-wrap li span.price {
	font-family: 'Dancing Script', cursive;
	text-align: left;
	font-size: 16px;
	color: #eee;
	float: left
}
.serv-title {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 5;
	width: 100%;
	font-size: 45px;
	color: #fff
}
.about-entry .servicses-holder li {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;
	border-bottom: 1px dotted rgba(255,255,255,.51)
}
.about-entry .servicses-holder {
	margin-top: 30px
}
.about-entry .servicses-holder li span.price {
	color: #000
}
.about-entry .servicses-holder li .serv-header {
	padding-left: 40px;
	border-bottom: none
}
.about-entry .servicses-holder li .serv-header i {
	left: 0
}
.about-entry .servicses-holder li .serv-header h4 {
	color: #292929
}
.about-entry .servicses-holder li .serv-header h5 {
	color: #ccc
}
.bold-serv .about-entry .servicses-holder li .serv-header h5 {
	color: #fff
}
.order-wrap {
	padding: 40px 0
}
.order-wrap h3 {
	font-size: 40px;
	text-align: left;
	float: left;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 6px;
	margin-bottom: 8px
}
.inline-carousel-title h4, .order-wrap p, .share-holder.block-share span, .showshare span, .testi-item p, .teti-counter {
	font-family: 'Playfair Display', serif;
	font-style: italic
}
.order-wrap p {
	font-size: 12;
	color: #ACACAC
}
.order-wrap a.btn {
	float: right;
	top: 14px
}
.inline-carousel-wrap {
	padding-left: 30%
}
.inline-carousel-title {
	width: 30%;
	height: 100%;
	position: absolute;
	left: 0;
	padding-left: 90px
}
.inline-carousel-title:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px dashed rgba(255,255,255,.41)
}
.carousel-title-wrap {
	top: 50%;
	z-index: 5
}
.inline-carousel-title h3 {
	text-align: left;
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	padding-bottom: 10px
}
.inline-carousel-title h4 {
	text-align: left;
	width: 100%;
	float: left;
	color: rgba(255,255,255,.81);
	font-size: 15px;
	padding-bottom: 15px
}
.inline-carousel-inner.dec-carousel {
	padding: 60px 50px
}
.inline-carousel-inner.dec-carousel:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	right: 20px;
	z-index: 1;
	height: 1px;
	border-bottom: 1px dashed #ccc;
	cursor: pointer
}
.inline-carousel-inner.dec-carousel .item {
	padding: 12px;
	position: relative
}
.inline-carousel-inner .customNavigation a {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,.71);
	z-index: 10;
	color: #fff;
	border-radius: 4px;
	cursor: pointer
}
.inline-carousel-inner .customNavigation a.next-slide {
	right: 10px
}
.inline-carousel-inner .customNavigation a.prev-slide {
	left: 10px
}
.testi-item a.testim-link:before, .testimonials-slider-holder:before {
	left: 50%;
	border-top: 1px dotted #ccc;
	content: ''
}
.testimonials-slider-holder {
	padding: 60px 70px
}
.testimonials-slider-holder:before {
	position: absolute;
	top: 10px;
	margin-left: -50px;
	width: 100px;
	height: 1px
}
.testi-item p {
	text-align: center;
	color: #999;
	padding: 25px 0 30px;
	position: relative;
	font-size: 14px
}
.full-height-section .testi-item p {
	color: #000
}
.testi-item img {
	width: 80px!important;
	height: 80px;
	border-radius: 100%;
	margin: 0 auto 20px
}
.testi-item h3 {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 15px
}
.testi-item a.testim-link {
	font-size: 14px;
	font-weight: 700;
	display: inline-table;
	position: relative
}
.testi-item a.testim-link:before {
	position: absolute;
	top: -12px;
	width: 70px;
	margin-left: -35px;
	height: 1px
}
.testimonials-slider-holder .customNavigation a {
	position: absolute;
	top: 55%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 20;
	line-height: 40px;
	font-size: 24px
}
.share-holder.hid-share, .showshare, .showshare span {
	position: relative
}
.testimonials-slider-holder .customNavigation a.next-slide {
	right: 0
}
.testimonials-slider-holder .customNavigation a.prev-slide {
	left: 0
}
.testimonials-slider ul.star-rating {
	float: left;
	width: 100%;
	margin: 10px 0 20px
}
.testimonials-slider ul.star-rating li {
	display: inline-block;
	font-size: 14px
}
.teti-counter {
	display: inline-table;
	color: #999;
	margin-top: 15px
}
.share-holder.hid-share, .share-holder.hid-share .showshare {
	float: right
}
.fixed-panel .share-holder.hid-share, .fixed-panel .share-holder.hid-share .showshare {
	top: 12px
}
.showshare {
	padding: 9px 50px 9px 20px;
	border-radius: 30px;
	cursor: pointer;
	border: 1px solid #eee;
	background: #f9f9f9
}
.showshare span {
	z-index: 1;
	font-size: 11px;
	letter-spacing: 1px
}
.showshare i {
	position: absolute;
	right: 4px;
	top: 1px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #eee;
	border: 1px solid #fff;
	border-radius: 100%;
	font-size: 10px;
	z-index: 5
}
.showshare.vis-butsh {
	padding: 9px 20px 9px 50px
}
.showshare.vis-butsh i {
	right: 64%;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}
.showshare:hover i {
	color: #292929
}
.visshare {
	visibility: visible;
	opacity: 1
}
.share-holder.hid-share .share-container {
	position: absolute;
	top: -40px;
	right: 0;
	min-width: 150px;
	background: rgba(0,0,0,.81);
	padding: 10px;
	border-radius: 2px;
	opacity: 0;
	visibility: hidden
}
.bl-opt .share-holder.hid-share .share-container, .inline-filter .share-holder.hid-share .share-container {
	top: -20px;
	right: 120px
}
.bl-opt .share-holder.hid-share .share-container:before, .inline-filter .share-holder.hid-share .share-container:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent rgba(0,0,0,.81)
}
.bor-filter {
	border-bottom: 1px solid #eee
}
.vissc {
	opacity: 1
}
.share-holder.hid-share .share-container .share-icon {
	display: inline-block;
	margin: 2px 7px;
	position: relative;
	font-size: 11px;
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.fixed-filter .gallery-filters a:last-child:before, .inline-filter .gallery-filters a:last-child:before, .vis-port-info .grid-item:after, .vis-port-info .grid-item:before {
	display: none
}
.bl-opt .share-holder.hid-share .share-container.visshare, .inline-filter .share-holder.hid-share .share-container.visshare {
	top: 0;
	opacity: 1;
	visibility: visible
}
.fixed-filter .share-holder.hid-share .share-container:before {
	content: '';
	position: absolute;
	bottom: -5px;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent rgba(0,0,0,.81)
}
.fixed-filter .share-holder.hid-share .share-container.visshare {
	top: -34px;
	opacity: 1;
	visibility: visible
}
.share-holder.block-share .share-container {
	float: left
}
.share-holder.block-share {
	margin-top: 30px
}
.share-holder.block-share span {
	float: left;
	padding-right: 15px;
	position: relative;
	top: 9px
}
.share-holder.block-share .share-container .share-icon {
	color: #000;
	float: left;
	font-size: 12px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #eee;
	background: #fff;
	margin-right: 4px;
	text-align: center;
	border-radius: 100%
}
.gallery-items, .grid-item-holder {
	width: 100%;
	float: left;
	position: relative
}
.share-icon:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit
}
.share-icon-digg:before {
	content: "\f1a6"
}
.share-icon-email:before {
	content: "\f003"
}
.share-icon-flickr:before {
	content: "\f16e"
}
.share-icon-foursquare:before {
	content: "\f180"
}
.share-icon-rss:before {
	content: "\f09e"
}
.share-icon-facebook:before {
	content: "\f09a"
}
.share-icon-twitter:before {
	content: "\f099"
}
.share-icon-tumblr:before {
	content: "\f173"
}
.share-icon-linkedin:before {
	content: "\f08c"
}
.share-icon-vimeo:before {
	content: "\f194"
}
.share-icon-instagram:before {
	content: "\f16d"
}
.share-icon-pinterest:before {
	content: "\f0d2"
}
.share-icon-googleplus:before {
	content: "\f0d5"
}
.share-icon-in1:before {
	content: "\f08c"
}
.share-icon-stumbleupon:before {
	content: "\f1a4"
}
.gallery-items {
	background: #fff
}
.gallery-items.ffw {
	padding-bottom: 120px
}
.gallery-items a {
	cursor: pointer
}
.grid-item-holder {
	height: auto;
	padding: 2px
}
.gallery-item, .grid-sizer {
	width: 25%;
	position: relative;
	overflow: hidden;
	float: left
}
.gallery-item-second, .grid-sizer-second {
	width: 50%
}
.gallery-item-three, .grid-sizer-three {
	width: 75%
}
.three-columns .gallery-item {
	width: 33.3%
}
.three-columns .gallery-item-second, .three-columns .grid-sizer-second {
	width: 66.6%
}
.five-columns .gallery-item {
	width: 20%
}
.gallery-items.blog-items .gallery-item {
	width: 50%
}
.gallery-items .gallery-item article {
	padding: 6px
}
.five-columns .gallery-item-second, .five-columns.grid-sizer-second {
	width: 40%
}
.gallery-item img, .grid-sizer img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2
}
.four-coulms .gallery-item, .four-coulms .grid-sizer {
	width: 25%
}
.horizontal_item .port-desc-holder:before {
	opacity: .4
}
.horizontal_item .port-desc {
	padding-bottom: 30px
}
.horizontal_item .port-desc h3 {
	text-transform: none;
	font-size: 22px
}
.gallery-item .port-desc-holder:before {
	right: 3px;
	bottom: 3px
}
.port-desc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 5
}
#portfolio_horizontal_container, #portfolio_horizontal_container .portfolio_item, .grid-item h3, .grid-item span, .inline-filter .gallery-filters, .p_horizontal_wrap, .pr-wrap {
	position: relative;
	float: left
}
.gallery-item:hover .port-desc-holder, .portfolio_item:hover .port-desc-holder {
	opacity: 1
}
.port-desc-holder .grid-item h3:hover {
	opacity: .8
}
.grid-item {
	float: left;
	width: 100%;
	padding: 30px;
	overflow: hidden
}
.grid-item h3 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	width: 100%;
	color: #fff;
	text-align: left;
	letter-spacing: 1px;
	z-index: 20
}
.grid-item h3 a {
	color: #fff
}
.grid-item span {
	width: 100%;
	font-size: 10px;
	margin-top: 10px;
	color: #fff;
	text-align: left;
	text-transform: uppercase
}
.grid-item h3, .grid-item span {
	opacity: 0
}
.p_horizontal_wrap {
	width: 100%;
	height: 100%;
	padding: 15px 0 2px;
	z-index: 8
}
.p_horizontal_wrap.two-columns-wrap {
	padding: 5px 0 0
}
.column-wrap {
	padding-left: 30%
}
.hpw {
	padding-bottom: 100px
}
.visfilb {
	opacity: .6
}
.pr-wrap {
	width: 100%
}
#portfolio_horizontal_container {
	height: 100% !important;
	width: 100%;
	background: #fff
}
#portfolio_horizontal_container .portfolio_item {
	width: auto;
	height: 100%;
	padding: 5px 3px;
	overflow: hidden;
	z-index: 1;
	background: #fff
}
#portfolio_horizontal_container.no-padding .portfolio_item {
	padding: 0
}
#portfolio_horizontal_container.two-ver-columns .portfolio_item {
	height: 50%
}
#portfolio_horizontal_container.three-ver-columns .portfolio_item {
	height: 33.3%
}
#portfolio_horizontal_container .portfolio_item img {
	float: left;
	width: auto;
	height: 100%;
	position: relative;
	z-index: 1
}
.no-bg {
	background: 0 0!important
}
.grid-item-holder:hover .grid-item h3, .grid-item-holder:hover .grid-item span, .horizontal_item:hover .grid-item h3, .horizontal_item:hover .grid-item span, .port-desc-holder:hover .grid-item h3, .port-desc-holder:hover .grid-item span, .vis-port-info .grid-item h3, .vis-port-info .grid-item span {
	opacity: 1
}
.portfolio_item:hover .grid-item span {
	opacity: .7
}
.inline-filter {
	background: fff;
	padding: 20px 30px;
	z-index: 20
}
.inline-filter.npf {
	padding: 20px 0!important;
	margin-top: 20px;
	margin-bottom: 20px
}
.det-info h3, .hd-box-wrap h2, .sin-gal .box-item {
	margin-bottom: 10px
}
.inline-filter.npf .container {
	width: 100%
}
.inline-filter .folio-counter {
	top: 0
}
.fixed-panel {
	position: fixed;
	bottom: 20px;
	right: 20px;
	left: 20px;
	height: 80px;
	background: #fff;
	z-index: 20;
	border-top: 1px solid #eee;
	padding: 0 30px
}
.fixed-filter .gallery-filters {
	float: left;
	position: relative;
	top: 20px
}
.fixed-filter .gallery-filters span, .inline-filter .gallery-filters span {
	float: left;
	font-weight: 600;
	padding-right: 15px;
	top: 13px;
	position: relative;
	font-size: 11px;
	letter-spacing: 1px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #494949
}
.fixed-filter .gallery-filters a, .inline-filter .gallery-filters a {
	float: left;
	padding: 12px 20px;
	font-family: Asap, sans-serif;
	font-weight: 700;
	font-size: 13px;
	border: 1px solid transparent;
	position: relative;
	box-sizing: border-box
}
.folio-counter {
	top:21px !important;
}
.hd-box-wrap p, .hid-desc .overal-box p, .vis-desc .overal-box p {
	font-family: 'Playfair Display', serif;
	font-style: italic
}
.fixed-filter .gallery-filters a:before, .inline-filter .gallery-filter a:before {
	content: "";
	position: absolute;
	top: 9px;
	right: -2px;
	width: 1px;
	height: 14px;
	background: #ccc;
	z-index: 20;
	transform: rotate(45deg)
}
/*.all-album:before, .box-item.popup-box:before, .caption.alc:before, .close-panel:after, .close-panel:before, .det-container:before, .folio-counter:before, .num-holder2:before, .numpc:before {
	content: ''
}*/
.fixed-panel .share-holder.hid-share .showshare {
	top:10px !important;
}
.fixed-filter .gallery-filters a.gallery-filter_active, .folio-counter, .inline-filter .gallery-filters a.gallery-filter_active {
	border: 1px solid #eee;
	background: #f9f9f9
}
.content-nav li a, .hd-box-wrap h2, .list {
	display: inline-table
}
.folio-counter {
	float: left;
	padding: 9px 35px 9px 15px;
	position: relative;
	border-radius: 20px;
	top: 22px;
	margin-left: 30px
}
.folio-counter:before {
	position: absolute;
	top: 3px;
	left: -25px;
	width: 1px;
	height: 24px;
	background: #ccc
}
.folio-counter div {
	float: left;
	position: relative;
	width: 30px;
	font-weight: 700
}
.folio-counter i {
	position: absolute;
	top: 12px;
	right: 16px;
	font-size: 9px
}
.folio-counter div.all-album {
	padding-left: 12px
}
.all-album:before {
	position: absolute;
	top: 3px;
	left: 4px;
	width: 1px;
	height: 12px;
	background: #999;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.box-item.hd-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
	padding: 20px 20px 14px;
	z-index: 10
}
.box-item.popup-box {
	overflow: hidden
}
.box-item.popup-box:before {
	position: absolute;
	z-index: 10;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	background: rgba(0,0,0,.51);
	opacity: 0;
	visibility: hidden
}
.box-item.popup-box a {
	position: absolute;
	top: -10%;
	left: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	border-radius: 100%;
	z-index: 11;
	color: #fff
}
.box-item.popup-box:hover:before {
	opacity: 1;
	visibility: visible
}
.box-item.popup-box a:hover {
	color: #000
}
.box-item.hd-box .fl-wrap {
	background: rgba(0,0,0,.61)
}
.box-item.popup-box:hover a {
	top: 50%
}
.hd-box-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%
}
.hd-box-wrap h2 {
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 21px;
	padding-bottom: 10px;
	border-bottom: 1px dotted rgba(255,255,255,.31)
}
.three-ver-columns .hd-box-wrap h2 {
	font-size: 14px
}
.hd-box-wrap h2 a {
	color: #fff
}
.hd-box-wrap p {
	text-align: center;
	width: 100%;
	font-size: 13px;
	color: #fff
}
.three-ver-columns .hd-box-wrap p {
	font-size: 11px
}
.hd-box-wrap p a {
	color: rgba(255,255,255,.71);
	padding: 0 6px
}
.hid-desc .overal-box {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 10px 30px;
	z-index: 10
}
.hid-desc .overal-box h2, .hid-desc .overal-box h2 a {
	color: #fff
}
.hid-desc .overal-box h2 {
	text-align: right;
	font-size: 34px;
	font-weight: 700;
	float: left;
	width: 100%
}
.hid-desc .overal-box h2:hover {
	opacity: .6
}
.hid-desc .overal-box p, .vis-desc .overal-box p {
	float: left;
	width: 100%;
	text-align: right;
	color: rgba(255,255,255,.71);
	margin-top: 10px;
	font-size: 12px;
	padding: 10px 0;
	border-top: 1px solid rgba(255,255,255,.31)
}
.vis-desc .overal-box {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	padding: 20px 6px;
	z-index: 10;
	text-align: left;
	background: #f9f9f9
}
.vis-desc .overal-box h2 {
	font-size: 24px;
	font-weight: 700;
	float: left;
	width: 100%;
	padding-bottom: 2px
}
.vis-desc .overal-box p {
	text-align: left;
	font-size: 10px;
	margin: 0!important;
	color: #666;
	font-weight: 500;
	padding: 0;
	letter-spacing: 1px
}
.vis-desc .overal-box p a {
	color: #666;
	padding-right: 6px
}
.numpc {
	position: absolute;
	top: 36px;
	right: 30px;
	font-family: 'Dancing Script', cursive;
	text-align: left;
	font-size: 16px;
	color: #ccc;
	font-weight: 800
}
.close-panel, .slider-zoom {
	right: 50px;
	cursor: pointer
}
.caption.alc, .caption.alc p, .slider-zoom {
	text-align: center
}
.numpc:before {
	position: absolute;
	left: -54px;
	border-top: 1px dotted #ccc;
	width: 40px;
	height: 1px;
	top: 50%
}
.box-gal .col-md-6 {
	padding-bottom: 25px;
	cursor: pointer
}
.slider-zoom {
	position: absolute;
	top: 50px;
	z-index: 10;
	width: 35px;
	height: 35px;
	background: #292929;
	border-radius: 100%;
	color: #fff;
	line-height: 35px;
	font-size: 10px
}
.slider-zoom:hover i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.nicescr oll-rails {
	height: 10px!important;
	overflow: hidden
}
.nicescroll-cursors {
	top: 22px!important
}
.caption.alc {
	position: relative;
	margin: 0 auto;
	max-width: 650px
}
.caption.fl-cap {
	float: left;
	padding-left: 20px;
	text-align: left
}
.caption.alc:before {
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -35px;
	width: 70px;
	height: 1px;
	border-bottom: 1px dotted #ccc
}
.caption h4 {
	float: left;
	padding-bottom: 6px;
	font-size: 16px;
	width: 100%;
	color: #000;
	font-weight: 700;
	margin-top: 25px
}
.caption p {
	color: #999;
	font-size: 12px;
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-o-transition: all .6s linear;
	-ms-transition: all .6s linear;
	transition: all .6s linear
}
.caption h4.remcap, .caption p.remcap {
	opacity: .5
}
.vis-pan.trans-panel .caption h4 {
	color: #fff
}
.vis-pan.trans-panel .caption p {
	color: rgba(255,255,255,.71)
}
.fs-pan-te .caption p {
	text-align: center
}
.close-panel {
	position: absolute;
	top: -10px;
	width: 24px;
	height: 24px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.hidpan {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}
.close-panel:after, .close-panel:before {
	position: absolute;
	background: #fff
}
.close-panel:before {
	width: 2px;
	height: 100%;
	top: 1px;
	left: 50%
}
.close-panel:after {
	width: 100%;
	height: 2px;
	top: 50%;
	left: 1px
}
.vis-pan {
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	padding-bottom: 20px;
	background: #fff;
	height: 100px;
	z-index: 19;
	border-top: 1px solid #eee
}
.cpdet, .vis-con-panel {
	position: absolute;
	letter-spacing: 1px;
	padding: 10px 19px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	cursor: pointer
}
.vis-pan.column-panel {
	left: 350px;
	border-left: 1px solid #eee
}
.vis-pan.trans-panel {
	background: 0 0;
	border: none
}
.vis-con-panel {
	right: 120px;
	color: #666;
	font-size: 11px;
	top: 36px;
	border-radius: 6px;
	background: #f9f9f9;
	border: 1px solid #eee
}
.vis-pan.trans-panel .vis-con-panel {
	color: #fff;
	border-color: transparent;
	background: #292929
}
.num-holder2 {
	position: absolute;
	right: 20px;
	width: 90px;
	font-weight: 700;
	top: 44px;
	font-size: 13px
}
.vis-pan.trans-panel .num-holder2 {
	color: #fff
}
.num-holder2:before {
	position: absolute;
	top: 50%;
	left: -3px;
	width: 20px;
	background: #ccc;
	height: 1px
}
.cpdet {
	left: 30px;
	font-size: 11px;
	color: #666;
	border-radius: 6px;
	background: #f9f9f9;
	border: 1px solid #eee;
	top: 36px;
	text-decoration: line-through
}
.vis-pan.trans-panel .cpdet {
	color: #fff;
	border-color: transparent;
	background: #292929;
	left: 50px
}
.cpdet.novisdet {
	text-decoration: none
}
.commnet-link:hover, .fp-desc ul li a:hover, .recent-post-opt a:hover, .thecomment .comment-text span.author a:hover {
	text-decoration: underline
}
.det-container {
	position: fixed;
	top: 90px;
	bottom: 120px;
	left: 0;
	width: 350px;
	background: #f9f9f9;
	z-index: 20;
	padding: 80px 30px 20px 50px;
	overflow: auto;
	border-right: 1px solid #eee
}
.det-container.fl-det-con, .owl-thumbs {
	bottom: 20px
}
.det-container.anim-sb {
	left: -350px
}
.det-container:before {
	position: absolute;
	top: 0;
	left: 20px;
	width: 1px;
	height: 100%;
	background: #eee;
	z-index: 10
}
.sin-con-nav {
	margin-top: 30px
}
.content-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #eee
}
.sin-con-nav .content-nav {
	border: 1px solid #eee
}
.content-nav li {
	float: left;
	width: 33.3%;
	border-left: 1px solid #eee;
	padding: 0 10px;
	height: 40px;
	position: relative;
	background: #fff
}
.sin-con-nav .content-nav li {
	background: #f9f9f9
}
.content-nav li:first-child {
	border: none
}
.content-nav li a {
	height: 40px;
	line-height: 40px;
	font-size: 15px
}
.list {
	width: 40px;
	height: 40px;
	overflow: hidden
}
.list a, .list span {
	display: block;
	width: 40px;
	height: 40px
}
.list a {
	position: relative;
	padding: 10px
}
.list a span {
	width: 20px;
	height: 20px;
	overflow: hidden;
	position: relative
}
.list a i {
	display: block;
	position: absolute;
	background-color: #000;
	width: 6px;
	height: 0;
	-webkit-transition-property: height, -webkit-transform;
	-moz-transition-property: height, -moz-transform;
	-o-transition-property: height, -o-transform;
	transition-property: height, transform;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(.75, 0, .3, 1);
	-moz-transition-timing-function: cubic-bezier(.75, 0, .3, 1);
	-o-transition-timing-function: cubic-bezier(.75, 0, .3, 1);
	transition-timing-function: cubic-bezier(.75, 0, .3, 1)
}
.det-info, .det-info h2, .det-info h3 {
	float: left;
	width: 100%
}
.list a i.c1 {
	left: 0
}
.list a i.c2 {
	left: 7px
}
.list a i.c3 {
	left: 14px
}
.list a i.c1.b1 {
	height: 7px;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.list a i.c1.b2 {
	height: 7px;
	-webkit-transform: translate(0, 8px);
	-moz-transform: translate(0, 8px);
	-o-transform: translate(0, 8px);
	transform: translate(0, 8px)
}
.list a i.c1.b3 {
	height: 7px;
	-webkit-transform: translate(0, 40px);
	-moz-transform: translate(0, 40px);
	-o-transform: translate(0, 40px);
	transform: translate(0, 40px)
}
.list a i.c2.b1 {
	height: 10px;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.list a i.c2.b2 {
	height: 7px;
	-webkit-transform: translate(0, 11px);
	-moz-transform: translate(0, 11px);
	-o-transform: translate(0, 11px);
	transform: translate(0, 11px)
}
.list a i.c2.b3 {
	height: 7px;
	-webkit-transform: translate(0, 35px);
	-moz-transform: translate(0, 35px);
	-o-transform: translate(0, 35px);
	transform: translate(0, 35px)
}
.list a i.c3.b1 {
	height: 5px;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.list a i.c3.b2 {
	height: 7px;
	-webkit-transform: translate(0, 6px);
	-moz-transform: translate(0, 6px);
	-o-transform: translate(0, 6px);
	transform: translate(0, 6px)
}
.list a i.c3.b3 {
	height: 7px;
	-webkit-transform: translate(0, 33px);
	-moz-transform: translate(0, 33px);
	-o-transform: translate(0, 33px);
	transform: translate(0, 33px)
}
.list a:hover i.c1.b1 {
	height: 7px;
	-webkit-transform: translate(0, -8px);
	-moz-transform: translate(0, -8px);
	-o-transform: translate(0, -8px);
	transform: translate(0, -8px)
}
.list a:hover i.c1.b2 {
	height: 7px;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.list a:hover i.c1.b3 {
	height: 7px;
	-webkit-transform: translate(0, 8px);
	-moz-transform: translate(0, 8px);
	-o-transform: translate(0, 8px);
	transform: translate(0, 8px)
}
.list a:hover i.c2.b1 {
	height: 10px;
	-webkit-transform: translate(0, -11px);
	-moz-transform: translate(0, -11px);
	-o-transform: translate(0, -11px);
	transform: translate(0, -11px)
}
.list a:hover i.c2.b2 {
	height: 10px;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.list a:hover i.c2.b3 {
	height: 7px;
	-webkit-transform: translate(0, 11px);
	-moz-transform: translate(0, 11px);
	-o-transform: translate(0, 11px);
	transform: translate(0, 11px)
}
.list a:hover i.c3.b1 {
	height: 5px;
	-webkit-transform: translate(0, -6px);
	-moz-transform: translate(0, -6px);
	-o-transform: translate(0, -6px);
	transform: translate(0, -6px)
}
.list a:hover i.c3.b2 {
	height: 5px;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.paginate .list a:hover i.c3.b3 {
	height: 7px;
	-webkit-transform: translate(0, 6px);
	-moz-transform: translate(0, 6px);
	-o-transform: translate(0, 6px);
	transform: translate(0, 6px)
}
.det-info {
	position: relative;
	text-align: left
}
.det-info.sin-det-info {
	padding: 15px 20px
}
.det-info h2 {
	padding: 10px 0;
	font-weight: 700;
	font-size: 23px
}
.det-info h3 {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #999;
	font-size: 13px;
	padding-bottom: 10px;
	line-height: 20px;
	border-bottom: 1px dashed #ccc
}
.det-info h4, .det-meta li {
	width: 100%;
	padding: 10px 0;
	float: left
}
.det-info h4 {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase
}
.det-info p {
	font-size: 13px;
	color: #999
}
.det-meta {
	float: left;
	width: 100%
}
.det-meta li {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #666;
	text-align: left;
	font-size: 12px;
	border-bottom: 1px solid #eee
}
.det-meta li span {
	color: #000;
	letter-spacing: 0;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-style: normal
}
#submit, .copyright, .pd-holder h5 {
	letter-spacing: 2px
}
.det-meta li i {
	margin-right: 10px;
	color: #000;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #eee;
	background: #fff;
	border-radius: 100%
}
.owl-thumbs {
	position: fixed;
	top: 90px;
	left: 20px;
	right: 20px;
	z-index: 30;
	background: #fff;
	visibility: hidden;
	padding: 90px 200px 200px;
	opacity: 0;
	overflow: auto
}
.vis-thumbs {
	opacity: 1;
	visibility: visible
}
.owl-thumb-item {
	float: left;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	border: none;
	background: 0 0;
	cursor: pointer;
	padding: 10px;
	position: relative;
	opacity: 0
}
.dec-separator:after, .dec-separator:before, .det-box h4:before {
	border-top: 1px dashed #ccc;
	content: ''
}
.owl-thumb-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all .5s linear;
	z-index: 2
}
.himask:before {
	width: 0
}
.owl-thumb-item.himask {
	opacity: 1
}
.owl-thumb-item.active {
	opacity: .3
}
.owl-thumb-item img {
	width: auto;
	height: 150px
}
.resize-carousel-holder.smp .owl-thumbs {
	left: 350px
}
.gallery_horizontal {
	float: left;
	width: 100%;
	position: relative;
	height: 100%;
	background: #fff
}
.gallery_horizontal .owl-item img {
	width: auto;
	position: relative;
	z-index: 1
}
.horizontal_item {
	overflow: hidden;
	position: relative;
	height: 100%;
	padding: 1px 0
}
.horizontal_item, .portfolio_item {
	cursor: e-resize
}
.resize-carousel-holder {
	float: left;
	width: 100%;
	position: relative;
	/*height: 100%;*/
	height: calc(100% - 80px);
	z-index: 3;
	overflow: hidden
}
.resize-carousel-holder.ov-auto {
	overflow: auto
}
.fl-smp, .resize-carousel-holder.smp {
	padding-left: 330px
}
.fl-smp {
	padding-bottom: 20px
}
.vis-overlay {
	visibility: visible;
	opacity: .5
}
.small-container {
	max-width: 800px
}
.hid-sb-vis {
	-webkit-transform: scale(.85);
	-moz-transform: scale(.85);
	transform: scale(.85);
	opacity: .6
}
.det-box {
	padding: 15px 0
}
.det-box h3 {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 8px
}
.det-box h3, .det-box h4 {
	float: left;
	width: 100%;
	text-align: center;
	position: relative
}
.det-box h4 {
	padding-top: 8px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #000
}
.det-box h4 a {
	color: #999;
	padding: 0 4px
}
.det-box h4:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50px;
	margin-left: -25px;
	height: 1px
}
.full-screen-item, .pd-holder h5, .project-details li {
	position: relative
}
.pd-holder {
	float: left;
	width: 100%;
	margin-top: 5px
}
.pd-holder h5 {
	float: left;
	font-size: 10px;
	font-family: Muli, sans-serif;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: 800;
	color: #999
}
.pd-holder h5 a {
	font-style: italic;
	opacity: .8;
	padding-left: 3px
}
.full-width-carousel .item .fp-desc p, .scale-bg2 {
	opacity: 0
}
.project-details {
	float: left;
	width: 100%;
	text-align: left;
	padding-top: 10px;
	margin-bottom: 20px
}
.project-details li {
	float: left;
	width: 100%;
	margin-bottom: 10px
}
.full-screen-gallery-holder {
	position: relative;
	width: 100%;
	float: left
}
.ad-thumbs .bg img {
	display: none
}
.gals a {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	background: #292929;
	color: #fff;
	line-height: 40px;
	z-index: 15;
	margin-top: -20px;
	border-radius: 4px;
	cursor: pointer
}
.gals a.next-slide {
	right: 20px
}
.gals a.prev-slide {
	left: 20px
}
.resize-carousel-holder.smp .gals a.prev-slide {
	left: 370px
}
.dec-separator {
	position: relative;
	display: inline-table;
	margin: 10px 0
}
.dec-separator:after, .dec-separator:before {
	position: absolute;
	top: 50%;
	width: 220px;
	height: 1px
}
.dec-separator:before {
	left: -250px
}
.dec-separator:after {
	right: -250px
}
.dark-bg .dec-separator:after, .dark-bg .dec-separator:before {
	border-color: rgba(255,255,255,.31)
}
footer {
	padding: 70px 20px
}
footer.fixed-footer {
	left: 0;
	bottom: 0;
	z-index: 2;
	position: fixed
}
.footer-social, .footer-social li {
	box-sizing: border-box;
	position: relative;
	float: left
}
.height-emulator {
	z-index: 1
}
.footer-logo {
	max-width: 150px;
	margin: 0 auto
}
.footer-logo img {
	width: 100%;
	height: auto
}
.footer-social {
	width: 100%;
	margin: 20px 0 40px;
	border-bottom: 1px solid rgba(255,255,255,.21);
	border-top: 1px solid rgba(255,255,255,.21)
}
.footer-social li {
	border-left: 1px solid rgba(255,255,255,.21)
}
.footer-social li:last-child:before {
	content: '';
	position: absolute;
	right: -4px;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,.21)
}
.footer-social li:last-child {
	padding-left: 5px
}
.footer-social li a {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 15px 0;
	float: left;
	width: 100%
}
.copyright {
	margin: 0 auto;
	position: relative;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #fff;
	font-size: 11px;
	text-align: center
}
.transition {
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear
}
.transition2 {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear
}
.fl-l {
	float: left
}
.map-box {
	float: left;
	width: 100%;
	height: 500px;
	position: relative
}
.map-box.fhmap {
	margin: 0;
	height: 100%
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px
}
.map-box.fhmap #map-canvas {
	height: 100%
}
.contact-list.gray-bg {
	padding: 30px 20px
}
.contact-list li {
	width: 33.3%;
	float: left;
	padding: 10px 10px 10px 60px;
	position: relative;
	font-style: italic
}
.contact-list.trans-con li {
	width: 100%;
	padding: 5px 0
}
.contact-list li i {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #fff;
	border: 1px dotted #ccc;
	left: 5px;
	top: 20px;
	text-align: center;
	line-height: 50px;
	font-size: 20px
}
.contact-list li a, .contact-list li h4 {
	float: left;
	width: 100%;
	text-align: left
}
.contact-list li h4 {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc
}
#submit, .error_message {
	font-size: 15px;
	font-weight: 700
}
#contact-form form input, #contact-form form textarea {
	background: #f9f9f9;
	width: 100%;
	padding: 14px 0 10px 10px;
	float: left;
	-webkit-appearance: none
}
.contact-list li a {
	font-weight: 600;
	color: #333
}
#contact-form {
	max-width: 650px;
	margin: 35px auto
}
#contact-form form input {
	border: 1px solid #eee;
	border-radius: 2px;
	text-align: left;
	margin-bottom: 10px
}
#contact-form form textarea {
	border: 1px solid #eee;
	border-radius: 2px;
	min-height: 200px
}
#submit {
	margin: 25px auto;
	border: none;
	background: 0 0;
	padding: 12px 26px;
	border-radius: 6px;
	font-family: 'Dancing Script', cursive;
	cursor: pointer;
	color: #fff;
	-webkit-appearance: none
}
.art-opt .post-counter li span, .cat-list li, .fp-desc ul li, .search {
	font-family: 'Playfair Display', serif;
	font-style: italic
}
#submit:hover {
	background: #292929
}
.error_message {
	text-align: center;
	margin-bottom: 30px;
	color: #000
}
#success_page h3 {
	text-align: center;
	font-size: 18px
}
#success_page p {
	color: #000;
	margin-top: 20px;
	text-align: center;
	font-weight: 700
}
#message fieldset {
	border: none;
	color: #000
}
.con-entry {
	margin: 40px 0
}
.contact-social {
	padding-top: 10px;
	margin-top: 10px
}
.contact-social li {
	float: left;
	margin-right: 10px
}
.contact-social li a {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
	float: left
}
.full-width-carousel-holder {
	margin-top: 50px
}
.full-width-carousel, .full-width-carousel .item {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden
}
.full-width-carousel .item .fp-desc {
	bottom: -20%
}
.full-width-carousel .item .new-article:hover p {
	opacity: 1
}
.full-width-carousel img {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1
}
.full-width-carousel .item .overlay {
	opacity: .2;
	background: #000;
	z-index: 2
}
.jr-insta-thumb li a:hover, .recent-post-content h4 a:hover {
	opacity: .6
}
.full-width-carousel-holder .customNavigation {
	position: relative;
	display: inline-table;
	height: 52px
}
.full-width-carousel-holder .customNavigation:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 70px;
	background: #eee
}
.full-width-carousel-holder .customNavigation a {
	display: inline-table;
	width: 36px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	font-size: 12px;
	background: #292929;
	position: relative;
	top: 17px;
	margin: 0 12px;
	color: #fff;
	border-radius: 4px
}
.fp-desc {
	position: absolute;
	bottom: -70px;
	left: 0;
	z-index: 2;
	padding: 50px 30px 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.blog-media, .fp-desc ul {
	float: left;
	position: relative;
	width: 100%
}
.n-sb-wrap .fp-desc {
	padding: 50px 50px 20px;
	bottom: -60px
}
.new-article:hover .fp-desc {
	bottom: 0
}
.fp-desc h2 {
	color: #fff;
	text-align: left;
	font-weight: 800;
	float: left;
	width: 100%;
	font-size: 24px
}
.fp-desc h2 a {
	color: #fff
}
.fp-desc ul {
	list-style: none;
	margin-bottom: 16px
}
.fp-desc ul li {
	float: left;
	margin-right: 6px;
	padding: 6px 6px 6px 0
}
.fp-desc ul li a {
	color: #eee
}
.blog-btn-filter ul li a, .fp-desc p {
	color: #fff
}
.fp-desc .post-date {
	float: left;
	padding: 10px 12px;
	color: #fff;
	text-align: left;
	margin-bottom: 6px
}
.blog-media {
	margin-bottom: 15px;
	overflow: hidden
}
.full-width-carousel .item .blog-media {
	margin: 0
}
.blog-btn-filter, .blog-filters span {
	float: left;
	margin-right: 15px;
	position: relative
}
.blog-filters span {
	top: 8px
}
.blog-btn-filter ul {
	display: none;
	position: absolute;
	top: 50px;
	padding: 15px 20px;
	background: #292929
}
.blog-btn, .search {
	background: #f9f9f9;
	float: left
}
.blog-btn-filter ul li {
	float: left;
	min-width: 150px;
	width: 100%;
	padding: 10px 0;
	text-align: left
}
.art-opt, .blog-filters-wrap {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee
}
.blog-btn {
	padding: 10px 50px 10px 20px;
	border: 1px solid #eee;
	border-radius: 4px;
	position: relative;
	cursor: pointer
}
.blog-btn i {
	position: absolute;
	top: 12px;
	right: 8px
}
.cat-list {
	float: left;
	width: 100%;
	list-style: none;
	margin: 2px 0 6px
}
.cat-list li {
	float: left;
	color: #666;
	margin-right: 18px;
	position: relative
}
.cat-list li:before {
	content: '/';
	position: absolute;
	right: -12px;
	top: -1pxpx;
	color: #000
}
.search, .searh-holder, .searh-inner {
	position: relative
}
.cat-list li:last-child:before {
	display: none
}
.cat-list li a {
	color: #999
}
.searh-holder {
	max-width: 450px;
	margin-top: 20px
}
.searh-inner {
	float: left;
	width: 100%
}
.search {
	border: 1px solid #eee;
	border-radius: none;
	outline: 0;
	padding: 0 0 0 10px;
	width: 100%;
	height: 50px;
	color: #000;
	-webkit-appearance: none
}
.search-submit {
	border: none;
	outline: 0;
	cursor: pointer;
	background: 0 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px
}
article.fw-artc {
	margin-bottom: 15px;
	float: left;
	width: 100%
}
.single-post {
	margin-top: 50px
}
.fw-artc h2 {
	float: left;
	width: 100%;
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 20px;
	padding: 8px 0;
	margin: 0
}
.fw-artc p {
	padding-bottom: 2px;
	margin-bottom: 4px
}
.art-opt {
	padding: 10px 0;
	margin-top: 10px
}
.art-opt .btn {
	margin: 5px 0
}
.art-opt .post-counter {
	float: right;
	position: relative;
	top: 10px;
	padding: 10px 15px;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 4px
}
.pagination-blog, .pagination-blog ul {
	border: 1px solid rgba(0,0,0,.07);
	float: left
}
.art-opt .post-counter li {
	float: left;
	margin-right: 15px
}
.art-opt .post-counter li i, .art-opt .post-counter li span {
	float: left
}
.art-opt .post-counter li span {
	margin-left: 6px;
	font-size: 11px
}
.pagination-blog {
	text-align: center;
	width: 100%;
	margin: 30px 0 0
}
.pagination-blog ul {
	margin: 20px 0 0
}
.pagination-blog a {
	float: left;
	padding: 12px 18px;
	position: relative;
	font-size: 13px;
	color: #666;
	letter-spacing: 1px;
	border-right: 1px solid rgba(0,0,0,.07)
}
.pagination-blog a.current-page, .pagination-blog a:hover {
	color: #fff;
	background: #000
}
.main-sidebar, .main-sidebar-widget {
	float: left;
	width: 100%;
	position: relative
}
.main-sidebar-widget {
	margin-bottom: 20px
}
.main-sidebar-widget h3 {
	float: left;
	width: 100%;
	border: 1px solid #eee;
	padding: 15px 10px;
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: 800;
	position: relative;
	background: #f9f9f9;
	color: #292929
}
.main-sidebar-widget .about-widget p {
	color: #000;
	font-weight: 500;
	font-style: normal;
	line-height: 20px;
	font-size: 12px
}
.main-sidebar-widget .about-widget img {
	width: 100%;
	height: auto;
	margin-bottom: 10px
}
.signature {
	float: left;
	width: 140px;
	margin-top: 10px
}
.main-sidebar-widget .about-widget h4 {
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	padding: 6px 0;
	float: left;
	width: 100%;
	font-size: 12px;
	text-align: left
}
.main-sidebar-widget .recent-post-widget li h4 a {
	color: #000
}
.main-sidebar-widget .recent-post-widget li .recent-post-opt span.post-date {
	color: #999!important
}
.main-sidebar-widget .tags-widget .tagcloud a {
	float: left;
	color: #fff;
	padding: 8px 10px;
	background: #292929;
	margin: 0 4px 4px 0;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 11px
}
.main-sidebar-widget .tags-widget .tagcloud a:hover {
	color: #000
}
.main-sidebar-widget .category-widget .cat-item li a {
	color: #292929;
	font-family: Montserrat, sans-serif;
	font-weight: 800
}
.main-sidebar-widget .category-widget .cat-item li {
	border-color: #eee;
	float: left;
	text-align: left;
	width: 100%;
	padding: 14px 6px 14px 18px;
	position: relative;
	border-bottom: 1px solid #eee
}
.main-sidebar-widget .category-widget .cat-item li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	margin-top: -3px
}
.main-sidebar-widget .comment-widget .comm-list li span.comm-date {
	color: #999
}
.main-sidebar-widget .comment-widget .comm-list li p {
	color: #292929;
	font-weight: 500
}
.main-sidebar-widget .comment-widget .comm-list li .commnet-link {
	color: #666
}
.main-sidebar-widget .comment-widget .comm-list li .commnet-link a {
	font-weight: 900;
	padding-left: 4px
}
.main-sidebar-widget .social-widget li {
	display: inline-block;
	padding: 4px
}
.main-sidebar-widget .social-widget li a {
	color: #fff;
	background: #292929;
	width: 36px;
	height: 36px;
	line-height: 36px;
	float: left;
	border-radius: 100%
}
.item-related:hover, .load-more-post i {
	background: #f9f9f9
}
.recent-post-widget {
	margin-bottom: 20px
}
.recent-post-widget ul li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	position: relative;
	padding: 15px 0 15px 70px;
	border-bottom: 1px dashed #ccc
}
.recent-post-img {
	position: absolute;
	top: 6px;
	left: 0;
	width: 50px;
	height: 50px;
	overflow: hidden
}
.recent-post-img img {
	width: 50px;
	height: auto;
	border-radius: 100%
}
.recent-post-content {
	float: left
}
.recent-post-content h3 {
	color: rgba(204,204,204,.81)
}
.recent-post-content h4 {
	float: left;
	width: 100%;
	padding-bottom: 6px;
	text-align: left
}
.recent-post-content h4 a {
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-weight: 900;
	font-size: 13px
}
.load-more-post span, .recent-post-opt span.post-date, .single-post-tags a {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	float: left
}
.recent-post-opt span.post-date {
	color: rgba(204,204,204,.81);
	padding-right: 10px
}
.jr-insta-thumb {
	float: left;
	width: 100%
}
.jr-insta-thumb ul {
	list-style: none
}
.jr-insta-thumb li {
	float: left;
	width: 33.3%;
	padding: 5px;
	overflow: hidden
}
.banner-widget img, .jr-insta-thumb li img {
	width: 100%;
	height: auto
}
.jr-insta-thumb li a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
#respond h3 small a, .post-comments-wrap span.reply a {
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s
}
.load-more-post {
	position: relative;
	display: inline-table;
	margin-top: 50px
}
.load-more-post i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	margin: 0 auto;
	border: 2px solid #eee;
	font-size: 18px
}
.post-author, .thecomment {
	border-bottom: 1px solid #eee
}
.load-more-post span {
	width: 100%;
	margin-top: 15px
}
.main-sidebar-widget, .main-sidebar-widget .subscribe-widget, .main-sidebar-widget .subscribe-widget form, .main-sidebar-widgets {
float:left;
width:100%;
position:relative
}
.single-post-tags {
	margin: 10px 0
}
.single-post-tags i {
	float: left;
	margin-right: 8px;
	position: relative;
	top: 10px
}
.single-post-tags a {
	padding: 8px 16px;
	border: 1px solid #eee;
	margin-left: 4px;
	border-radius: 6px;
	font-size: 11px
}
.single-post-tags a:hover {
	color: #fff
}
.post-author {
	float: left;
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #eee;
	margin: 15px 0
}
.post-author-wrap {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 100px
}
.post-author-wrap h3 {
	float: left;
	width: 100%;
	text-align: left;
	color: #000;
	font-size: 16px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 8px
}
.item-related .post-date, .post-author-wrap span {
	font-family: 'Playfair Display', serif;
	float: left;
	font-style: italic
}
.post-author-wrap p {
	color: #000;
	font-weight: 500;
	line-height: 20px;
	padding: 8px 0;
	float: left;
	width: 100%
}
.post-author-wrap span {
	text-align: left;
	color: #666;
	width: 100%
}
.post-author-img {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 5px;
	left: 0;
	overflow: hidden;
	z-index: 2
}
.back-link, .back-link:before {
	top: 0;
	height: 100%;
	width: 100%
}
.post-author-img img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	float: left
}
.post-author-wrap ul {
	list-style: none
}
.post-author-wrap ul li {
	float: left;
	margin-right: 8px
}
.post-author-wrap li a {
	color: #ccc
}
.single-post .item-related {
	text-align: left
}
.item-related img {
	width: 100%;
	height: auto;
	margin-bottom: 15px
}
.post-related {
	margin-top: 15px
}
.item-related h3 {
	float: left;
	width: 100%;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 4px
}
.item-related .post-date {
	color: #ccc;
	width: 100%
}
.item-related {
	padding-top: 15px;
	padding-bottom: 15px
}
.post-comments-wrap {
	margin-top: 30px;
	float: left;
	width: 100%;
	border-top: 1px solid #eee;
	padding-top: 20px
}
.post-comments-wrap h3 {
	float: left;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 13px;
	padding: 10px 0
}
.comments {
	margin: 15px 0 20px;
	float: left;
	width: 100%
}
.comments li {
	list-style: none;
	float: left;
	width: 100%
}
.thecomment {
	padding-bottom: 14px;
	margin-bottom: 15px;
	float: left;
	width: 100%;
	position: relative
}
.thecomment .author-img {
	width: 60px;
	position: absolute;
	top: 0;
	left: 0
}
.thecomment .author-img img {
	border-radius: 100%;
	width: 60px;
	height: 60px
}
.comment-text {
	float: left;
	width: 100%;
	padding-left: 80px
}
.comment-text span.author a, .thecomment .comment-text span.author {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 16px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	float: left;
	width: 100%;
	text-align: left
}
.thecomment .comment-text span.date {
	font-size: 11px;
	color: #999;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	display: block;
	margin-bottom: 10px;
	float: left
}
.thecomment .comment-text em {
	font-size: 13px;
	margin-bottom: -14px;
	display: block;
	color: orange;
	letter-spacing: 1px
}
.thecomment .comment-text em i {
	font-size: 14px;
	color: #f3bd00
}
.post-comments-wrap span.reply a {
	float: right;
	font-size: 11px;
	color: #fff;
	margin-left: 7px;
	transition: .3s;
	padding: 5px 8px
}
.post-comments-wrap span.reply a:hover {
	background: #292929
}
#respond input, #respond textarea {
	color: #000;
	background: #f9f9f9;
	-webkit-appearance: none
}
li.children {
	padding-left: 55px
}
ul.children li.thecomment {
	margin: 0 0 8px
}
#respond h3 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 16px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	float: left;
	width: 100%;
	text-align: left
}
#respond h3 a {
	color: #000;
	display: inline-block
}
#respond h3 small a {
	text-transform: uppercase;
	font-size: 11px;
	background: #333;
	color: #FFF;
	border-radius: 3px;
	margin-left: 7px;
	letter-spacing: 1px;
	transition: .3s;
	padding: 4px 6px 5px
}
#respond h3 small a:hover {
	opacity: .8
}
#respond input {
	border: 1px solid #eee;
	margin-right: 10px;
	margin-bottom: 15px;
	font-size: 11px;
	width: 350px;
	border-radius: 0;
	float: left;
	padding: 8px 10px
}
#respond p {
	float: left;
	width: 100%
}
#respond p label {
	float: left;
	padding-right: 30px;
	min-width: 100px
}
#respond textarea {
	border: 1px solid #eee;
	width: 100%;
	height: 120px;
	font-size: 13px;
	margin-bottom: 14px;
	line-height: 20px;
	padding: 14px
}
#respond #submit, .wpcf7 .wpcf7-submit {
	letter-spacing: 1px;
	font-size: 11px;
	color: #fff;
	margin-top: 6px;
	display: inline-block;
	border: none;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	border-radius: 4px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	width: auto;
	padding: 15px 14px;
	-webkit-appearance: none
}
.wpcf7 .wpcf7-submit {
	padding: 12px 59px 14px
}
#respond #submit:hover {
	background: #333;
	color: #FFF
}
.back-link {
	position: fixed;
	left: 0;
	z-index: 5;
	background: url(../images/bg/6.jpg) center no-repeat;
	background-size: cover
}
.back-link:before {
	content: '';
	position: absolute;
	left: 0;
	background: rgba(51,51,51,.31)
}
.back-link span {
	position: relative;
	top: 40%;
	float: left;
	width: 100%;
	font-size: 34px;
	font-family: 'Dancing Script', cursive;
	color: #fff
}
.back-link h2 {
	font-size: 138px;
	line-height: 4.4rem;
	color: rgba(255,255,255,.81);
	font-family: 'Playfair Display', serif;
	letter-spacing: 10px
}
.ajaxPageSwitchBacklink {
	display: inline-block;
	margin-top: 20px;
	cursor: pointer;
	position: relative;
	top: 40%;
	color: #fff;
	font-weight: 600;
	padding: 15px 25px;
	border-radius: 4px;
	background: #292929
}
.filter-button {
	display: none
}
#submit, .box-item.popup-box a, .box-item.popup-box:before, .caption h4, .close-panel, .close-panel:after, .close-panel:before, .cpdet, .gallery-item img, .grid-item h3, .grid-item span, .grid-sizer img, .header-social li a, .inline-facts:after, .logo-holder img, .owl-thumbs, .sec-entr-link, .ser-title, .ser-title h3:before, .share-holder.hid-share .share-container, .showshare, .showshare i, .slider-zoom i, .smartscroll-controls.onepage-contr, .st-3 .grid-item-holder a img, .team-box .overlay, .tex-but, .transition3, .vis-con-panel {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear
}

@media only screen and (max-width:1290px) {
.header-social, .header-title {
	display: none
}
}

@media only screen and (max-width:1036px) {
.column-section-wrap, .contact-list li, .horizontal_item img {
	width: 100%
}
#main, .det-container.ver-scroll {
	-webkit-overflow-scrolling: touch
}
#main {
	position: relative
}
.column-wrap-bg, .inline-carousel-title {
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	padding: 250px 0;
	float: left
}
.gallery_horizontal, .gallery_horizontal .horizontal_item, .horizontal_item img, .resize-carousel-holder.nofssc, footer.fixed-footer {
	height: auto!important
}
.inline-carousel-title {
	padding: 120px 0 70px 60px
}
.inline-carousel-wrap {
	padding-left: 0
}
footer.fixed-footer {
	position: relative;
	float: left
}
.fhsec {
	padding: 350px 0!important
}
.cd-transition-layer {
	left: 0;
	right: 0;
	top: 70px
}
header {
	left: 0;
	right: 0;
	margin-top: -20px
}
.content {
	padding-top: 70px
}
.resize-carousel-holder.no-authei {
	height: 100%!important
}
.det-container.ver-scroll {
	float: left;
	width: 100%!important;
	position: relative!important;
	left: 0!important;
	height: auto;
	top: 0;
	border: none
}
.fl-smp, .resize-carousel-holder.smp {
	padding-left: 0
}
.fl-smp {
	padding-bottom: 0
}
.resize-carousel-holder.smp .gals a.prev-slide {
	left: 20px
}
.p_horizontal_wrap {
	padding: 0 0 2px
}
.fixed-panel {
	bottom: 0;
	right: 0;
	left: 0
}
.hd-box-wrap h2 {
	font-size: 15px
}
.section-entry h2 {
	font-size: 50px
}
.smartscroll-controls {
	left: 10px
}
.content.home-content {
	padding-top: 20px
}
.fp-desc h2 {
	font-size: 17px
}
section.full-height-section {
	padding:100px 0 !important;
}
}

@media only screen and (max-width:968px) {
	.height-emulator.fl-wrap {
		display:none;
	}
}

@media only screen and (max-width:768px) {
	.margin-bottom-riga {
		margin-bottom:0 !important;
	}
	.margin-bottom-riga .col-xs-12 {
		padding-bottom:5%;
	}
}

@media only screen and (max-width:756px) {
.fixed-filter .gallery-filters a:before, .fixed-filter .gallery-filters span, .inline-filter .gallery-filters span {
	display: none
}
.inline-facts, .team-holder li {
	width: 50%
}
.team-holder li {
	padding: 10px
}
.order-wrap a.btn {
	float: left;
	top: 0;
	margin-top: 12px
}
#portfolio_horizontal_container {
	height: auto!important
}
#portfolio_horizontal_container .portfolio_item {
	width: 100%!important;
	height: auto!important;
	overflow: hidden;
	position: relative;
	padding: 2px 0
}
#portfolio_horizontal_container .portfolio_item img {
	width: 100%!important;
	height: auto!important
}
.fixed-filter .gallery-filters, .inline-filter .gallery-filters {
	display: none;
	position: absolute;
	top: -100%;
	margin-top: -108px;
	left: 30px;
	background: #292929;
	z-index: 20;
	width: 150px;
	padding: 15px 20px
}
.inline-filter {
	z-index: 50
}
.inline-filter .gallery-filters {
	top: 100%;
	margin-top: 20px;
	left: 0
}
.fixed-filter .gallery-filters a, .inline-filter .gallery-filters a {
	float: left;
	color: #fff;
	width: 100%;
	text-align: left;
	padding: 8px 0;
	border: none!important
}
.fixed-filter .gallery-filters a.gallery-filter_active, .inline-filter .gallery-filters a.gallery-filter_active {
	background: 0 0
}
.filter-button {
	position: relative;
	float: left;
	padding: 10px 22px;
	border: 1px solid #eee;
	background: #f9f9f9;
	top: 22px;
	font-weight: 700;
	margin-right: 12px;
	cursor: pointer;
	display: block
}
.inline-filter .filter-button {
	top: 0
}
.gallery-item {
	width: 50%!important
}
.footer-social li a {
	font-size: 10px
}
.no-mpan2 {
	display: none
}
.section-entry h2 {
	font-size: 40px
}
.dec-separator:after, .dec-separator:before {
	width: 120px
}
.dec-separator:before {
	left: -150px
}
.dec-separator:after {
	right: -150px
}
.section-qoute p {
	font-size: 24px
}
.order-wrap h3 {
	font-size: 32px
}
.single-post-tags {
	width: 100%;
	float: left
}
.single-post-tags a {
	margin-bottom: 10px
}
}

@media only screen and (max-width:540px) {
	.sb-logo img {
		width: 25%
	}
	.gallery-item, .inline-facts, .menu.menu-panel-root, .servicses-holder li, .sliding-menu-wrapper, .team-holder li {
		width: 100%!important
	}
	.hero-wrap-item {
		margin-top: -35%!important
	}
	.hid-men-wrap {
		margin-top: -30%!important
	}
	.header-title, .inline-facts:before {
		display: none
	}
	.footer-social li a {
		font-size: 6px
	}
	.section-entry h2 {
		font-size: 30px;
		padding: 0;
		padding-bottom: 10px!important;
		margin-top: -20px
	}
	.section-entry h3 {
		font-size: 30px;
		padding: 0;
		padding-top: 10px!important
	}
	.dec-separator:after, .dec-separator:before {
		width: 80px
	}
	.dec-separator:before {
		left: -90px
	}
	.dec-separator:after {
		right: -90px
	}
	section.full-height-section {
		padding:10% 0 !important;
	}
	.row.margin-bottom-riga .col-md-6 {
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.row.margin-bottom-riga {
		margin-bottom:0 !important;
	}
	.row.margin-bottom-riga .col-md-6 {
		margin-bottom:10%;
		padding-left:15px !important;
		padding-right:15px !important;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
	.bg {
		background-attachment: scroll!important;
		-webkit-background-size: cover;
		background-position: center
	}
}

.design_footer {
	color: #bb9167
}
.sx {
	border: 1px dashed rgba(255,255,255,.41);
	bottom: 10px;
	content: "";
	left: 10px;
	position: absolute;
	right: 10px;
	top: 10px
}
.sx2 {
	float: right;
	padding: 150px 50px;
	position: relative;
	width: 50%
}
.titolo-lavorazioni{
	font-size: 20px;
}
.titolo-lavorazioni2{
	font-size: 20px;
	color: #fff;
}
.pre-lavorazioni{
	color: #fff;
	background: #231f1c;
	padding: 15px;
}
.margin-bottom-riga {
	margin-bottom: 75px;
}
.margin-bottom-riga img {
	width:100%;
}

.header-lang{
	float:right;
	top: 23px;
    position: relative;
}
.header-lang ul li a img{
	max-width:25px;
}
.header-lang ul li{
	display:inline-block;
	margin:0px 5px;
}
