
@charset "UTF-8";

/*
Theme Name: Rabih Bitar Architects
Theme URI: https://carolinechallita.com/Rabih Bitar Architects/
Author: Caroline Challita
Author URI: https://carolinechallita.com/Rabih Bitar Architects/
Description: Creative Responsive Architecture WordPress Theme is perfect if you like a clean and modern design. This theme is ideal for architects, furniture designers, photographers, and those who need an easy, attractive and effective way to share their work with clients.
Version: 2.1.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: monolit
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*======================================
    ++WP Reset ++
    ++++General Styles++++
    ++++Typography ++++
    ++++Page preload ++++
    ++++Content Styles ++++
    ++++Responsive iframes ++++
    ++++ Item hover++++
    ++++Header++++
    ++++Navigation ++++
    ++++Home+++++
    ++++Page title +++++
    ++++Services ++++
    ++++Portfolio++++
    ++++Skills ++++
    ++++Team ++++
    ++++Footer++++
    ++++Map ++++
    ++++Contact ++++
    ++++Facts ++++
    ++++blog ++++
    ++++Share ++++
    ++++Responsive ++++
*/

/*-------------WP Reset ---------------------------------------*/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	display: inline;
	float: right;
}

.alignleft {
	display: inline;
	float: left;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption p.wp-caption-text {
	font-size: 90%;
}

.gallery-caption, .wp-caption-text {
	margin-top: 10px;
}

.bypostauthor .comment-meta {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

table th, table td {
	padding: 5px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar tbody td, #wp-calendar thead th {
	text-align: center;
	padding: 10px;
}

.widget_search button[type=submit] {
	border-width: 2px;
}

.mb-15 {
	margin-bottom: 15px;
}

.widget_categories select, .widget_archive select {
	width: 100%;
}

.sidebar .widget * {
	max-width: 100%;
}

.cth-single .blog-text img, .cth-page .blog-text img, .sidebar .widget img, .cth-single img, .cth-page img {
	max-width: 100%;
	height: auto;
}

.sidebar ul {
	list-style: none;
	padding-left: 0px;
}

.sidebar ul ul {
	padding-left: 15px;
}

.sidebar ul li {
	padding-bottom: 8px;
	margin-bottom: 15px;
}

.sidebar ul.children, .sidebar ul.sub-menu {
	margin-top: 15px;
	padding-top: 8px;
}

.sidebar ul.children > li:last-child, .sidebar ul.sub-menu > li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.widget_archive ul li a, .widget_categories ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_recent_comments ul li a, .widget_recent_entries ul li a, .widget_rss ul li a, .widget_nav_menu ul li a {
	display: inline-block;
}

.widget_rss ul li a {
	display: block;
}

.display-posts .sticky .section-title.dec-title:before {
	background: #359a34;
}

/*body * {
    -ms-word-wrap:break-word;
    word-wrap:break-word
}*/
.post .blog-text h1, .post .blog-text h2, .post .blog-text h3, .post .blog-text h4, .post .blog-text h5, .post .blog-text h6, .page .blog-text h1, .page .blog-text h2, .page .blog-text h3, .page .blog-text h4, .page .blog-text h5, .page .blog-text h6 {
	margin-bottom: 10px;
	line-height: 140%;
	font-weight: 600;
}

table {
	border: 1px solid #ddd;
	border-radius: 4px;
}

table th, table td {
	padding: 8px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
	line-height: 18px;
}

table thead:first-child tr:first-child th, table tbody:first-child tr:first-child th, table tbody:first-child tr:first-child td {
	border-top: 0;
}

table thead tr th:first-child, table tbody tr th:first-child, table tbody tr td:first-child {
	border-left: 0px;
}

table thead:last-child tr:last-child th:last-child, table tbody:last-child tr:last-child td:last-child {
	border-radius: 0 0 4px 0;
}

table thead {
	font-weight: 700;
}

table tfoot {
	font-weight: 600;
}

a {
	color: #337ab7;
}

a:hover, a:focus {
	color: #23527c;
	text-decoration: underline;
}

dt, dd {
	line-height: 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 10px;
}

li {
	line-height: 1.5;
}

strong {
	font-weight: bold;
}

address {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 20px;
}

abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999;
}

abbr, tla, acronym {
	text-decoration: underline;
	cursor: help;
}

cite, q {
	font-style: italic;
}

code, pre {
	padding: 0 3px 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	border-radius: 3px;
}

code {
	padding: 2px 4px;
	color: #d14;
	white-space: nowrap;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}

em {
	font-style: italic;
}

ins {
	background-color: rgba(254, 255, 0, .68);
	text-decoration: none;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	padding: 2px;
	margin-bottom: 20px;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
	padding: 2px;
	margin-bottom: 20px;
}

.gallery-columns-3 .gallery-item {
	width: 33.33%;
	padding: 2px;
	margin-bottom: 20px;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
	padding: 2px;
	margin-bottom: 20px;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
	padding: 2px;
	margin-bottom: 20px;
}

.gallery-columns-6 .gallery-item {
	width: 16.66%;
	padding: 2px;
	margin-bottom: 20px;
}

.gallery-columns-7 .gallery-item {
	width: 14.28%;
	padding: 2px;
	margin-bottom: 20px;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
	padding: 2px;
	margin-bottom: 20px;
}

.gallery-columns-9 .gallery-item {
	width: 11.11%;
	padding: 2px;
	margin-bottom: 20px;
}

.sidebar .widget a, .sidebar .widget a:focus, .sidebar .widget a:hover {
	color: #000;
}

.row.full-height > .wpb_column, .row.full-height > .wpb_column > .vc_column-inner, .row.full-height > .wpb_column > .vc_column-inner > .wpb_wrapper, .wpb_column.full-height > .vc_column-inner, .wpb_column.full-height > .vc_column-inner > .wpb_wrapper {
	height: 100%;
}

.full-height > .wpb_wrapper {
	height: 100%;
}

.monolit_sec .wpb_content_element {
	margin-bottom: 0px;
}

.vc_column-inner > .wpb_wrapper {
	float: left;
	width: 100%;
}

.vc_row.wpb_row {
	position: relative;
	z-index: 5;
}

/*-------------General Style---------------------------------------*/
html {
	height: 100%;
	overflow-x: hidden !important;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	background: #1b1b1b;
	height: 100%;
	/*text-align:center;*/
	text-align: left;
}

@-o-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/*--------------Typography--------------------------------------*/
h1 {
	/*font-size: 4.46666666667em;*/
	
	/*54px*/
	font-size: 38.5px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.17em;
}

h2 {
	/*font-size: 3.2em;*/
	
	/*38px*/
	font-size: 24px;
	font-weight: 300;
}

h3 {
	/*font-size: 1em;*/
	
	/*16px*/
	font-size: 24.5px;
}

h4 {
	/*font-size: 0.9em;*/
	
	/*11px*/
	font-size: 17.5px;
	font-weight: 200;
}

h5 {
	/*font-size: 0.8em;*/
	
	/*10px*/
	font-size: 14px;
	font-weight: 200;
}

h6 {
	/*font-size: 0.6em;*/
	
	/*7px*/
	font-size: 11.9px;
	font-weight: 200;
}

p {
	text-align: left;
	font-size: 12px;
	/*font-size:14px;*/
	line-height: 24px;
	padding-bottom: 10px;
}

blockquote {
	/*float:left;*/
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 15px solid #eee;
}

blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #494949;
}

/* ---------Page preload--------------------------------------*/
.loader {
	position: fixed;
	top: 50% !important;
	left: 50%;
	width: 105px;
	height: 8px;
	z-index: 100;
	font-size: 34px;
	opacity: .8;
	margin: -4px 0 0 -53px;
}

#movingBallG {
	position: relative;
	width: 105px;
	height: 8px;
}

.movingBallLineG {
	position: absolute;
	left: 0px;
	top: 3px;
	height: 1px;
	width: 105px;
	background: rgba(255, 255, 255, .21);
}

.movingBallG {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	-moz-border-radius: 4px;
	-moz-animation-name: bounce_movingBallG;
	-moz-animation-duration: 1.3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: linear;
	-webkit-border-radius: 4px;
	-webkit-animation-name: bounce_movingBallG;
	-webkit-animation-duration: 1.3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: linear;
	-ms-border-radius: 4px;
	-ms-animation-name: bounce_movingBallG;
	-ms-animation-duration: 1.3s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: linear;
	-o-border-radius: 4px;
	-o-animation-name: bounce_movingBallG;
	-o-animation-duration: 1.3s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: linear;
	border-radius: 4px;
	animation-name: bounce_movingBallG;
	animation-duration: 1.3s;
	animation-iteration-count: infinite;
	animation-direction: linear;
}

@-webkit-keyframes bounce_movingBallG {
	0% {
		left: 0px;
	}
	
	50% {
		left: 97px;
	}
	
	100% {
		left: 0px;
	}
}

@keyframes bounce_movingBallG {
	0% {
		left: 0px;
	}
	
	50% {
		left: 97px;
	}
	
	100% {
		left: 0px;
	}
}

/* ---------Content Styles--------------------------------------*/
#main-theme {
	height: 100%;
	width: 100%;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
}

#main-theme.hide-loader {
	opacity: 1;
}

#wrapper {
	height: 100%;
	margin-left: 0;
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 2;
	width: 100%;
}

.content-holder {
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 2;
	height: 100%;
	padding: 0 0 0 80px;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.content-holder-main {
	width: 100%;
}

.hide-left-bar .content-holder {
	padding-left: 0px;
}

.container {
	max-width: 1224px;
	width: 92%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.shop-header-nobg, .content {
	width: 100%;
	position: relative;
	z-index: 3;
	float: left;
	background: #fff;
}

.shop-header-nobg {
	padding-top: 120px;
}

.shop-header-nobg + .header-shop > section {
	padding-top: 50px;
}

.shop-header-nobg .page-title h1 {
	color: #000;
}

.shop-header-nobg .page-title .creat-list a:before {
	background: #000;
}

.pad-con {
	padding-top: 80px;
}

.content:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	height: 100%;
	z-index: 20;
	width: 7px;
	left: 42px;
	background-repeat: repeat-y;
	background-image: url("https://cdn-ilegkkp.nitrocdn.com/QxNShtkrYiibqglsLiGhbgglYdOGJbsn/assets/images/optimized/rabih-bitar-architects.com/wp-content/themes/monolit/assets/images/bg-dec.png");
	opacity: .5;
}

.no-bg-con:before {
	display: none;
}

.dark-bg {
	background: #1b1b1b;
}

.dark-bg .overlay {
	opacity: .8;
}

.full-height {
	height: 100%;
}

.parallax-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

.parallax-inner .bg {
	height: 150%;
	top: -25%;
}

.monolit_fulh_sec .parallax-inner .bg {
	height: 100%;
	top: 0;
}

.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;
}

.full-height-parallax {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 2;
}

.respimg {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .2;
}

section {
	float: left;
	width: 100%;
	position: relative;
	padding: 120px 0;
	overflow: hidden;
}

.parallax-section {
	padding: 250px 0;
}

.no-sec-padding section {
	padding: 0px 0px;
}

/*.parallax-section.header-video {height: 100%;}*/
.align-text {
	text-align: left;
}

.no-border {
	border: none !important;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.btn {
	float: left;
	padding: 12px 23px;
	line-height: 17px;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 11px;
	color: #000;
	letter-spacing: 1px;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
	border: 1px solid #000;
	text-align: center;
	text-decoration: none;
}

.btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #000;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	z-index: -1;
	-webkit-transition-delay: 200ms;
	/* Safari */
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

.btn:hover:before {
	width: 100%;
}

.btn:focus, .btn:hover {
	color: #fff;
	text-decoration: none;
}

.anim-button {
	overflow: hidden;
	background-clip: padding-box;
	vertical-align: middle;
	max-width: 100%;
	overflow: hidden;
	outline: none;
	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 {
	color: #fff;
	border: 2px solid #fff;
}

.anim-button i, .anim-button span {
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.anim-button span {
	float: left;
	width: 100%;
	position: relative;
	top: 0;
}

.anim-button:hover span {
	top: 100px;
}

.anim-button:hover i {
	top: 0;
}

.custom-link-holder {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 50px;
	padding-top: 50px;
	text-align: center;
}

.custom-link-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 1px;
	background: #000;
}

.custom-link-holder a {
	float: none;
	display: inline-block;
}

.parallax-item, .paralax-media {
	float: left;
	width: 100%;
	position: relative;
}

.parallax-item {
	margin-bottom: 70px;
}

.parallax-deck {
	position: absolute;
	bottom: 0;
	padding: 50px;
	z-index: 3;
}

.left-direction .parallax-deck {
	right: -30%;
}

.right-direction .parallax-deck {
	left: -30%;
}

.parallax-deck-item {
	float: left;
	max-width: 550px;
}

.paralax-wrap {
	float: left;
	width: 100%;
	opacity: .6;
	padding-top: 50px;
}

.parallax-deck-item h3 {
	font-size: 50px;
	line-height: 64px;
	text-transform: uppercase;
	float: left;
	text-align: left;
	width: 100%;
	color: #000;
	font-weight: 300;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.parallax-deck-item h3:before {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	width: 50px;
	height: 1px;
	background: #000;
}

.parallax-deck-item h3 strong {
	font-weight: bold;
}

.parallax-box {
	position: relative;
	left: -20%;
	z-index: -1;
	float: left;
	width: 100%;
}

.parallax-box.slider-box {
	z-index: 3;
}

.parallax-box.r-align {
	left: 20%;
}

.parallax-box.r-center {
	left: 0;
}

.parallax-box img {
	opacity: .6;
}

.parallax-box.slider-box img {
	opacity: 1;
}

.parallax-dec {
	position: absolute;
	top: -30px;
	right: -30px;
	width: 100%;
	height: 100%;
	border: 2px solid #000;
	opacity: .8;
	z-index: -1;
}

.section-title {
	font-size: 40px;
	line-height: 64px;
	text-transform: uppercase;
	float: left;
	margin-bottom: 30px;
	text-align: left;
	width: 100%;
	color: #000;
	font-weight: 100;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.section-title.dec-title {
	padding-bottom: 50px;
}

.section-title.dec-title span {
	position: relative;
}

.section-title.dec-title.algn-right span:before {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 80px;
	height: 8px;
	background: #000;
}

.dark-bg .section-title.dec-title.algn-right span:before {
	background: #fff;
}

.section-title.dec-title {
	position: relative;
}

.section-title.dec-title:before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 80px;
	height: 8px;
	background: #000;
}

.dark-bg .section-title.dec-title:before {
	background: #fff;
}

.section-title.dec-title.algn-right:before, .dark-bg .section-title.dec-title.algn-right:before {
	display: none;
}

/*.post .section-title.dec-title span:before {display: none;}*/
.algn-right {
	text-align: right;
}

.section-title a {
	color: #000;
	text-decoration: none !important;
}

.dark-bg .section-title, .dark-bg .section-title a, .dark-bg {
	color: #fff;
}

.section-title strong {
	font-weight: bold;
}

.particular {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: none;
}

/* ---------responsive iframes--------------------------------------*/
.resp-video-holder {
	max-width: 100%;
	float: left;
	width: 100%;
	position: relative;
}

.gallery-item .resp-video-holder {
	padding: 2px;
}

.resp-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.resp-video-holder .resp-video {
	margin-bottom: 0px;
}

.resp-video-holder iframe {
	max-width: 100%;
}

.resp-video iframe, .resp-video object, .resp-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*------item hover ------------------------------------------------*/
.box-item {
	float: left;
	width: 100%;
}

.box-item a {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.box-item a img, .serv-item img {
	position: relative;
	z-index: 1;
	-webkit-transition: all 4000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-o-transition: all 4000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	transition: all 4000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.box-item a .overlay {
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.box-item a:hover .overlay {
	opacity: .3;
}

.box-item a:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/*------ Header  ------------------------------------------------*/
header.monolit-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	height: 80px;
	width: 70%;
	background: #000;
	-webkit-transform: translate3d(0, 0, 0);
}

header.fw-head {
	width: 100%;
}

header.monolit-header:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 50px;
	height: 1px;
	left: 15px;
	background: rgba(255, 255, 255, .21);
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.vis-header-b:before {
	width: 97%;
}

.header-inner {
	float: left;
	padding-left: 80px;
}

.hide-left-bar .header-inner {
	padding-left: 42px;
}

.hide-left-bar header.monolit-header:before {
	display: none;
}

.logo-holder {
	float: left;
	position: relative;
	width: 90px;
	z-index: 21;
	top: 20px;
	max-width: 200px;
}

.logo-holder img {
	width: 100%;
	height: auto;
}

.dynamic-title {
	display: none;
}

/*------ navigation  ------------------------------------------------*/
.nav-holder {
	float: right;
	position: relative;
	top: 22px;
	left: 50px;
}

nav {
	position: relative;
	float: left;
	width: 100%;
}

nav ul.monolit_main-nav {
	padding-left: 0px;
	list-style: none;
}

nav li {
	float: left;
	position: relative;
}

nav li ul {
	margin: 30px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width: 190px;
	padding-top: 58px;
	padding-bottom: 20px;
	left: 0;
	z-index: 0;
	background: rgba(0, 0, 0, .91);
	padding-left: 0px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	list-style: none;
}

nav li ul:before {
	content: "";
	position: absolute;
	bottom: 12px;
	left: 10px;
	right: 10px;
	background: rgba(255, 255, 255, .21);
	height: 1px;
}

nav li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

nav li ul li ul {
	top: 0;
	left: 100%;
	padding-top: 10px;
}

nav li ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	left: 100%;
}

nav li ul li {
	float: none;
	display: block;
	border: 0;
}

nav li a {
	float: left;
	padding: 10px 15px;
	line-height: 1;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	font-family: "Muli", sans-serif;
	font-weight: 600;
	position: relative;
	z-index: 2;
	-webkit-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	text-align: center;
	text-decoration: none;
}

nav li ul a {
	width: 100%;
	text-align: left;
	padding: 9px 12px;
	font-weight: 300;
}

nav li a:before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 15px;
	width: 0;
	height: 1px;
	background: rgba(255, 255, 255, .41);
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.nav-holder nav li a.ancestor-act-link:before, .nav-holder nav li a.parent-act-link:before, .nav-holder nav li a.act-link:before {
	width: 25px;
}

nav li ul a:before {
	display: none;
}

nav li ul a.ancestor-act-link, nav li ul a.parent-act-link, nav li ul a.act-link {
	/*color:#000;*/
	color: #fff;
	font-weight: 600;
}

nav li a:focus, nav li a:hover {
	color: rgba(255, 255, 255, .61);
	text-decoration: none;
}

/*------ Home -------------------------------------------------*/
.hero-wrap {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
	text-align: center;
}

.hero-wrap .overlay {
	z-index: 2;
}

.hero-wrap-item {
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;
}

.home-slider-loop .hero-wrap-item {
	-webkit-transition: all 1200ms linear;
	-o-transition: all 1200ms linear;
	transition: all 1200ms linear;
	left: 20%;
}

.home-slider-loop.owl-loading .hero-wrap-item, .home-slider-loop .active .hero-wrap-item {
	left: 0;
}

.center-item {
	top: 50%;
}

.nFound-page-wrap {
	top: 36%;
}

.hero-wrap-item h2 {
	color: #fff;
	font-size: 38px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	font-family: "Muli", sans-serif;
	padding-bottom: 10px;
	position: relative;
	z-index: 12;
}

.hero-wrap-item h3, .hero-wrap-item h3 a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 18px;
	padding-left: 6px;
}

.hero-wrap-item h3 a {
	letter-spacing: 2px;
	font-size: inherit;
}

.nFound-Page {
	display: inline-table;
	font-size: 150px;
	text-transform: uppercase;
	color: #fff;
}

.hero-scroll-link {
	position: absolute;
	bottom: 50px;
	left: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
	margin-left: -20px;
	z-index: 9;
	border: 1px solid rgba(255, 255, 255, .21);
}

.hero-scroll-link:focus, .hero-scroll-link:hover {
	color: #fff;
	text-decoration: none;
}

.hero-wrap-image-slider-holder, .slideshow-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.home-slider-loop, .hero-wrap-image-slider, .hero-wrap-text-slider-holder, .hero-wrap-text-slider, .hero-wrap-text-slider-holder {
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
}

.hero-wrap-image-slider-holder {
	background: #000;
}

.hero-wrap-text-slider-holder {
	z-index: 3;
}

.hero-link {
	margin-top: 30px;
	display: inline-table;
	padding: 10px 6px;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.hero-link:focus, .hero-link:hover {
	color: rgba(255, 255, 255, .51);
	text-decoration: none;
}

.media-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

.media-container.header-video {
	height: 110%;
	top: -20%;
}

.video-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.mob-bg {
	display: block;
}

.background-vimeo + .mob-bg {
	display: none;
}

.video-holder {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden !important;
	top: 0;
	left: 0;
	padding: 0 !important;
}

.video-holder iframe {
	position: absolute;
	top: -75px;
	left: 50%;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.fullwidth-slider-holder, .single-slider-holder {
	float: left;
	width: 100%;
	position: relative;
}

.fullwidth-slider-holder .item {
	position: relative;
}

.full-width-holder {
	float: left;
	width: 100%;
	position: relative;
}

.single-slider-holder {
	margin-bottom: 20px;
}

.type-post .single-slider-holder {
	margin-bottom: 0px;
}

.single-slider .item {
	position: relative;
}

article {
	float: left;
	margin-top: 10px;
	width: 100%;
	position: relative;
}

/*------ Page title  ------------------------------------------------*/
.page-title {
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
}

.page-title .creat-list a:before {
	background: #fff;
}

.page-title .creat-list {
	position: relative;
	top: 20px;
}

.parallax-section .page-title, .parallax-section .creat-list a {
	color: #fff;
}

.page-title h1, .page-title h2 {
	font-size: 40px;
	text-transform: uppercase;
	float: left;
	margin-bottom: 30px;
	text-align: left;
	width: 100%;
	color: #fff;
	font-weight: 100;
	text-align: left;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page-title h1:before, .page-title h2:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 80px;
	height: 4px;
	background: #fff;
}

.parallax-section .page-title {
	color: #fff;
}

.page-title h1 strong, .page-title h2 strong {
	font-weight: bold;
}

/*------ services  ------------------------------------------------*/
.services-holder {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
}

.serv-item {
	float: left;
	width: 50%;
	position: relative;
	padding: 10px 20px 10px 0;
	overflow: hidden;
	text-align: center;
}

.service-one-cols .serv-item {
	width: 100%;
}

.service-two-cols .serv-item {
	width: 50%;
}

.service-three-cols .serv-item {
	width: 33.333%;
}

.service-four-cols .serv-item {
	width: 25%;
}

.service-six-cols .serv-item {
	width: 16.666%;
}

.serv-item img {
	position: relative;
	max-width: 100%;
	width: 100%;
	height: auto;
}

.serv-item-inner {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.serv-item-inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .21);
	z-index: 2;
}

.act-ser .serv-item-inner:before {
	background: rgba(0, 0, 0, .41);
}

.ser-title {
	position: absolute;
	bottom: 20px;
	z-index: 3;
	width: 100%;
	left: 0;
}

.act-ser .ser-title {
	bottom: 50px;
}

.ser-title h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	display: inline-table;
}

.ser-title h3:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	top: -6px;
	left: 0;
	background: #fff;
}

.act-ser .ser-title h3:before {
	width: 0;
}

.serv-post {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 30px;
}

.serv-details {
	float: left;
	width: 100%;
	position: relative;
	display: none;
	text-align: left;
}

.serv-details h3 {
	font-size: 15px;
	text-transform: uppercase;
	font-family: "Muli", sans-serif;
	font-weight: 600;
	padding-bottom: 10px;
}

.ser-list {
	list-style: circle;
	float: left;
	width: 100%;
	padding: 10px 0 10px 14px;
}

.ser-list li {
	width: 100%;
	float: left;
	margin-bottom: 4px;
	font-family: "Muli", sans-serif;
	color: #000;
	padding-left: 10px;
	font-weight: 800;
	font-size: 11px;
}

.price {
	float: left;
	margin-top: 10px;
	padding: 10px 14px;
	border: 2px solid #000;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 10px;
}

.serv-item:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/*------ Porfolio  ------------------------------------------------*/
.gallery-items {
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
}

.gallery-items a {
	cursor: pointer;
}

.grid-item-holder {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	padding: 2px;
}

.grid-big-pad .grid-item-holder {
	padding: 4px;
}

.grid-none-pad .grid-item-holder {
	padding: 0px;
}

.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%;
}

.one-columns .gallery-item, .one-columns .grid-sizer, .one-columns .gallery-item-second, .one-columns .grid-sizer-second, .one-columns .gallery-item-three, .one-columns .grid-sizer-three {
	width: 100%;
}

.two-columns .gallery-item, .two-columns .grid-sizer, .two-columns .gallery-item-second, .two-columns .grid-sizer-second, .two-columns .gallery-item-three, .two-columns .grid-sizer-three {
	width: 50%;
}

.three-columns .gallery-item, .three-columns .grid-sizer {
	width: 33.333%;
}

.three-columns .gallery-item-second, .three-columns .grid-sizer-second {
	width: 66.666%;
}

.three-columns .gallery-item-three, .three-columns .grid-sizer-three {
	width: 100%;
}

.five-columns .gallery-item, .five-columns .grid-sizer {
	width: 20%;
}

.five-columns .gallery-item-second, .five-columns.grid-sizer-second {
	width: 40%;
}

.five-columns .gallery-item-three, .five-columns.grid-sizer-three {
	width: 60%;
}

.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%;
}

.three-coulms .gallery-item, .three-coulms .grid-sizer {
	width: 33.333%;
}

.three-coulms .gallery-item-second {
	width: 66.666%;
}

.port-desc-holder {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2px;
	right: 0;
	opacity: 0;
	z-index: 22;
	overflow: hidden;
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.port-desc-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 3px;
	bottom: 0;
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .75)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
	/* Opera 11.10+ */
	
	/* IE10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
}

.disopa .port-desc-holder:before {
	display: none;
}

.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_item:hover .port-desc-holder, .gallery-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;
	position: relative;
	float: left;
	width: 100%;
	color: #fff;
	text-align: left;
	letter-spacing: 1px;
	z-index: 20;
}

.grid-item h3 a {
	color: #fff;
}

.grid-item h3 a:hover {
	text-decoration: none;
}

.grid-item h3 a strong {
	font-weight: normal;
}

.grid-item span {
	width: 100%;
	float: left;
	font-size: 10px;
	margin-top: 10px;
	color: #fff;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}

.grid-item span a {
	color: #fff;
}

.grid-item h3, .grid-item span {
	opacity: 0;
}

.inline-filter {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 50px;
}

.portfolios_masonry-element {
	background: #fff;
}

.portfolios_masonry-element .inline-filter {
	padding-top: 50px;
}

.inline-filter .gallery-filters {
	float: left;
}

.inline-filter .gallery-filters a {
	float: left;
	padding-left: 30px;
	font-size: 10px;
	font-family: "Muli", sans-serif;
	line-height: 12px;
	text-transform: uppercase;
	padding-left: 63px;
	position: relative;
	font-weight: 700;
	letter-spacing: 2px;
	color: #000;
	margin-right: 15px;
}

.inline-filter .gallery-filters a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 1px;
	background: #000;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.inline-filter .gallery-filters a.gallery-filter_active:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.inline-filter .count-folio {
	float: right;
	color: #000;
}

.inline-filter .count-folio div {
	display: inline-table;
	padding-left: 15px;
	font-family: "Muli", sans-serif;
	font-size: 12px;
	position: relative;
	font-weight: 500;
	text-transform: uppercase;
}

.inline-filter .count-folio div:before {
	content: "/";
	position: absolute;
	/*right:20px;*/
	top: -2px;
	color: #ccc;
	font-size: 16px;
	left: 0px;
}

.inline-filter .count-folio div:first-child:before {
	display: none;
}

.inline-filter .num-album {
	padding-right: 10px;
}

.round-filter {
	position: fixed;
	z-index: 130;
	bottom: 30px;
	width: 250px;
	right: 5px;
	background: #000;
	padding: 15px 19px;
}

.round-filter:before {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .21);
}

.ver-filter {
	bottom: 0;
}

.tcf {
	bottom: 32px;
}

.filter-button {
	float: left;
	position: relative;
	color: #fff;
	padding: 5px 15px;
	border: 1px solid rgba(255, 255, 255, .21);
	font-size: 10px;
	font-family: "Muli", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	cursor: pointer;
}

.round-counter {
	float: right;
	color: #fff;
	position: relative;
	top: 6px;
}

.round-counter:after {
	content: "";
	position: absolute;
	left: -40px;
	top: 50%;
	width: 30px;
	height: 1px;
	background: rgba(255, 255, 255, .41);
}

.round-counter:before {
	content: "/";
	position: absolute;
	left: 50%;
	top: -2px;
	color: #fff;
	font-size: 16px;
	margin-left: -4px;
}

.round-counter div {
	float: left;
	margin: 0 10px;
	font-size: 10px;
	color: #fff;
	font-family: "Muli", sans-serif;
}

.hid-filter {
	float: left;
	position: relative;
	display: none;
	padding-bottom: 20px;
}

.hid-filter a {
	float: left;
	color: #ccc;
	width: 100%;
	font-size: 12px;
	position: relative;
	padding: 4px 10px 4px 0;
	text-align: left;
}

.gallery-filters a:hover, .gallery-filters a:focus {
	text-decoration: none;
}

.hid-filter a.gallery-filter_active {
	color: #fff;
}

.float-filters {
	float: left;
	position: relative;
	top: 15px;
}

.p_horizontal_wrap {
	float: left;
	width: 100%;
	position: relative;
	background: #fff;
	height: 100%;
	top: 0;
}

.hpw {
	padding: 0 5px;
}

.visfilb {
	opacity: .6;
}

.pr-wrap {
	float: left;
	width: 100%;
	position: relative;
}

#portfolio_horizontal_container {
	height: 100%;
	float: left;
	width: 100%;
	position: relative;
}

#portfolio_horizontal_container .portfolio_item {
	width: auto;
	height: 100%;
	float: left;
	padding: 6px 3px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#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.four-ver-columns .portfolio_item {
	height: 25%;
}

#portfolio_horizontal_container.five-ver-columns .portfolio_item {
	height: 20%;
}

#portfolio_horizontal_container .portfolio_item img {
	float: left;
	width: auto;
	height: 100%;
	position: relative;
	z-index: 1;
}

.no-bg {
	background: none !important;
}

.vis-port-info .grid-item:before, .vis-port-info .grid-item:after {
	display: none;
}

.vis-port-info .grid-item h3, .vis-port-info .grid-item span {
	opacity: 1;
}

.vis-port-info .port-desc-holder {
	opacity: 1;
}

.vis-port-info .port-desc-holder:before {
	display: none;
}

.hidden-port-info .port-desc-holder, .hidden-port-info .port-desc-holder:before {
	display: none;
}

.grid-item-holder:hover .grid-item h3, .grid-item-holder:hover .grid-item span, .port-desc-holder:hover .grid-item span, .port-desc-holder:hover .grid-item h3, .horizontal_item:hover .grid-item span, .horizontal_item:hover .grid-item h3 {
	opacity: 1;
}

.portfolio_item:hover .grid-item span {
	opacity: .7;
}

.st-3 .grid-item-holder a img, .gallery-item img, .grid-sizer img, .grid-item h3, .grid-item span, .ser-title h3:before, .ser-title {
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.box-gal .col-md-6 {
	padding-bottom: 25px;
	cursor: pointer;
}

.full-screen-gallery-holder {
	position: relative;
	width: 100%;
	float: left;
}

.full-screen-item {
	position: relative;
}

.customNavigation a {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, .31);
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	opacity: 1;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	z-index: 20;
}

.customNavigation a.next-slide {
	right: 50px;
}

.customNavigation a.prev-slide {
	left: 50px;
}

.customNavigation.ssn a.next-slide {
	right: 10px;
}

.customNavigation.ssn a.prev-slide {
	left: 10px;
}

.customNavigation a:hover {
	opacity: 1;
}

.customNavigation a i {
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.customNavigation a:hover i {
	-webkit-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

.slider-zoom {
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 10;
	width: 35px;
	height: 35px;
	color: #fff;
	background: rgba(0, 0, 0, .11);
	cursor: pointer;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}

.slider-zoom i, .slider-zoom:before, .slider-zoom:after, .slider-zoom, .herolink {
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.slider-zoom:before, .slider-zoom:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	z-index: -1;
}

.slider-zoom:before {
	top: 0;
	left: 0;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}

.slider-zoom:after {
	bottom: 0;
	right: 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.slider-zoom:hover:before {
	top: -5px;
	left: -5px;
}

.slider-zoom:hover:after {
	bottom: -5px;
	right: -5px;
}

.slider-zoom:hover i {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.nicescroll-rails {
	height: 30px !important;
}

.nicescroll-rails-hr:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: repeat-x center url("https://cdn-ilegkkp.nitrocdn.com/QxNShtkrYiibqglsLiGhbgglYdOGJbsn/assets/images/optimized/rabih-bitar-architects.com/wp-content/themes/monolit/assets/images/bg-dec2.png");
}

.nicescroll-cursors {
	top: 10px !important;
}

.caption {
	float: left;
	position: relative;
	padding-left: 40px;
}

.caption.cap-column {
	margin-left: 62px;
}

.caption:before {
	content: "";
	position: absolute;
	top: 55%;
	left: -40px;
	width: 50px;
	height: 1px;
	background: #000;
}

.caption h4 {
	float: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 6px;
	font-size: 14px;
	width: 100%;
	text-align: left;
	color: #000;
	font-weight: 700;
	margin-top: 20px;
}

.caption p {
	color: #999;
	text-transform: uppercase;
	font-size: 10px;
}

.caption.fixed-caption {
	position: absolute;
	bottom: 150px;
	left: 150px;
	z-index: 40;
}

.fix-con-panel {
	position: fixed;
	bottom: 50px;
	right: 30px;
	background: #000;
	border-radius: 4px;
	padding: 12px 20px;
	z-index: 20;
	color: #fff;
}

.hid-con-panel {
	float: left;
	cursor: pointer;
}

.fix-con-panel a, .fix-con-panel span, .vis-con-panel {
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.fix-con-panel a:focus, .fix-con-panel a:hover, .fix-con-panel span:hover {
	opacity: .6;
	text-decoration: none;
}

.fix-con-panel a, .fix-con-panel span {
	float: left;
	margin-left: 30px;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	padding-left: 20px;
	border: 1px solid rgba(255, 255, 255, .21);
	padding: 6px 10px;
}

.fix-con-panel span {
	margin-left: 0;
	margin-right: 10px;
}

.fix-con-panel a:before {
	content: "/";
	position: absolute;
	top: 5px;
	left: -20px;
	color: #ccc;
}

.control-panel {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	padding: 0 30px 0 32px;
	height: 100px;
	z-index: 19;
}

.control-panel:before {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 6px;
	background: repeat-x center url("https://cdn-ilegkkp.nitrocdn.com/QxNShtkrYiibqglsLiGhbgglYdOGJbsn/assets/images/optimized/rabih-bitar-architects.com/wp-content/themes/monolit/assets/images/bg-dec2.png");
}

.control-panel .btn {
	float: right;
	margin-top: 26px;
}

.vis-con-panel {
	float: right;
	margin-right: 40px;
	padding: 14px 26px;
	border: 1px solid #000;
	background: #000;
	top: 26px;
	color: #fff;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.vis-con-panel.dark-btn {
	color: #fff;
	background: #000;
	border: 0;
	font-size: 11px;
}

.vis-con-panel:hover {
	border-color: #ccc;
}

.vis-con-panel.dark-btn:hover {
	color: rgba(153, 153, 153, .61);
}

.vis-con-panel:before {
	content: "/";
	color: #000;
	position: absolute;
	font-size: 16px;
	right: -26px;
	top: 8px;
}

.vis-con-panel.dark-btn:before {
	display: none;
}

.owl-thumbs {
	position: fixed;
	top: 60px;
	left: 0;
	bottom: 60px;
	width: 100%;
	z-index: 30;
	background: #fff;
	visibility: hidden;
	padding: 90px 200px 200px 200px;
	opacity: 0;
	overflow: auto;
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.fhgal .owl-thumbs {
	bottom: 0;
}

.fhgal {
	padding-left: 10px;
}

.vis-thumbs {
	opacity: 1;
	visibility: visible;
}

.owl-thumb-item {
	float: left;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	border: none;
	background: none;
	opacity: 1;
	cursor: pointer;
	padding: 10px;
	position: relative;
	opacity: 0;
}

.owl-thumb-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms 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;
}

.gallery_horizontal {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 10px;
}

.gallery_horizontal.fh-wr {
	padding-top: 10px;
}

.gallery_horizontal .owl-item:last-child {
	margin-right: 0px !important;
}

.gallery_horizontal .owl-item img {
	width: auto;
	position: relative;
	z-index: 1;
}

.horizontal_item {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.gallery_horizontal {
	background: #f9f9f9;
}

.flow-gallery .horizontal_item {
	opacity: .6;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
	-webkit-transform: scale(.65);
	-ms-transform: scale(.65);
	transform: scale(.65);
}

.flow-gallery .owl-item.center .horizontal_item {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.portfolio_item, .horizontal_item {
	cursor: e-resize;
}

.has-popup {
	cursor: pointer;
}

.resize-carousel-holder {
	float: left;
	width: 100%;
	position: relative;
	height: 100%;
}

.resize-carousel-holder.fullscreen-gal-autoheight-yes, .resize-carousel-holder.fullscreen-gal-autowidth-yes {
	height: auto;
}

.fl-l {
	float: left;
}

.flow-gallery:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 43px;
	width: 100%;
	height: 1px;
	background: #eee;
	opacity: .6;
}

.show-info {
	position: absolute;
	bottom: 50px;
	left: 50px;
	width: 80%;
	z-index: 15;
}

.show-info span {
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	background: rgba(0, 0, 0, .51);
	padding: 6px 12px;
	border: 1px solid rgba(255, 255, 255, .21);
	cursor: pointer;
	float: left;
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.tooltip-info {
	height: auto;
	line-height: 20px;
	padding: 10px 20px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-indent: 0px;
	position: absolute;
	background: rgba(0, 0, 0, .5);
	bottom: 0;
	opacity: 0;
	left: 0;
	margin-bottom: 40px;
	visibility: hidden;
	pointer-events: none;
	z-index: 16;
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.tooltip-info p {
	font-size: 11px;
	font-weight: 600;
	word-spacing: no-wrap;
	color: #fff;
}

.tooltip-info h5 {
	font-size: 16px;
	margin-top: 12px;
	padding: 5px 0;
	position: relative;
	font-family: "Montserrat", sans-serif;
	text-align: left;
}

.show-info:hover .tooltip-info {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}

.sb-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 20;
	opacity: 0;
	visibility: hidden;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.sb-overlay, .resize-carousel-holder, .control-panel {
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.vis-overlay {
	visibility: visible;
	opacity: .5;
}

.hid-sidebar {
	position: fixed;
	top: 90px;
	bottom: 0;
	overflow: auto;
	z-index: 22;
	width: 100%;
	opacity: 1;
	right: 0;
	display: none;
}

.vissb {
	display: block;
}

.small-container {
	max-width: 800px;
}

.sidebar-wrap {
	float: left;
	width: 100%;
	position: relative;
	padding: 50px 40px;
	margin-bottom: 50px;
}

.sb-inner {
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	position: relative;
	opacity: 0;
	visibility: hidden;
	float: left;
	width: 100%;
}

.sb-inner .wpb_text_column {
	float: left;
	width: 100%;
}

.sb-innervis {
	opacity: 1;
	visibility: visible;
}

.sb-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.scale-callback {
	float: left;
	width: 33.33333%;
	height: 25%;
	position: relative;
	z-index: 5;
}

.scale-callback:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #fff;
	-webkit-transition: all 400ms cubic-bezier(.215, .61, .355, 1);
	-o-transition: all 400ms cubic-bezier(.215, .61, .355, 1);
	transition: all 400ms cubic-bezier(.215, .61, .355, 1);
}

.scale-bg5:before {
	width: 100%;
}

.hid-sidebar h4, .details-container h3, .details-container h4 {
	float: left;
	text-align: left;
	font-size: 16px;
	width: 100%;
	color: #000;
	margin-top: 20px;
	text-transform: uppercase;
}

.hid-sidebar p, .details-container p {
	font-size: 11px;
}

.hid-sidebar h4 {
	font-size: 15px;
	font-family: "Muli", sans-serif;
	font-weight: 900;
}

.hid-sidebar .separator {
	float: left;
	width: 50px;
	height: 4px;
	background: #000;
	margin: 20px 0 20px;
	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;
	position: relative;
	font-weight: 800;
	letter-spacing: 2px;
	color: #999;
}

.pd-holder h5 a {
	font-style: italic;
	opacity: .8;
	padding-left: 3px;
	color: #000;
}

.pd-holder h5 a:focus, .pd-holder h5 a:hover {
	text-decoration: none;
	color: #000;
}

.project-details {
	float: left;
	width: 100%;
	text-align: left;
	padding-top: 10px;
	margin-bottom: 20px;
	list-style: none;
	padding-left: 0px;
}

.project-details li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}

.content-nav {
	float: left;
	width: 100%;
	padding: 40px 0 0;
	position: relative;
	margin-top: 40px;
	border-top: 1px solid #eee;
}

.content-nav:before {
	content: "";
	position: absolute;
	top: -4px;
	right: 0;
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 100%;
}

.content-nav ul {
	position: relative;
	left: 0;
	padding-left: 0px;
	list-style: none;
}

.content-nav li {
	float: left;
	width: 50%;
}

.content-nav li a:focus, .content-nav li a:hover {
	text-decoration: none;
}

.portfolio-parallax .portfolio-pagination {
	padding: 40px 0 0;
	margin: 15px 0;
	border-top: 1px solid #eee;
}

.portfolio-parallax .portfolio-pagination:before {
	content: "";
	position: absolute;
	top: -4px;
	right: 0;
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 100%;
	display: block;
	left: auto;
	opacity: 1;
}

.portfolio-parallax .portfolio-pagination .container {
	width: 100%;
}

.portfolio-parallax .portfolio-pagination .container .pagination-blog {
	margin: 0px;
}

.close-sidebar {
	position: absolute;
	top: -10px;
	right: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	overflow: hidden;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 20;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.close-sidebar:hover {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	opacity: .8;
}

.close-sidebar:before, .close-sidebar:after {
	content: "";
	position: absolute;
	background: #000;
}

.close-sidebar:before {
	width: 1px;
	height: 100%;
	top: 1px;
	left: 50%;
}

.close-sidebar:after {
	width: 100%;
	height: 1px;
	top: 50%;
	left: 1px;
}

.full-screen-gallery-holder {
	position: relative;
	width: 100%;
	float: left;
}

.full-screen-item {
	position: relative;
}

.fix-con-panel a.vd {
	margin-left: 0;
}

.fix-con-panel a.vd:before {
	display: none;
}

/* --------- Skills --------------------------------------*/
.piechart-holder, .custom-skillbar-holder {
	padding-top: 50px;
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}

.piechart-holder h4 {
	font-size: 1.3em;
	text-transform: uppercase;
}

.chart {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	margin-bottom: 26px;
	text-align: center;
}

.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.piechart {
	position: relative;
	padding-bottom: 20px;
}

.pie_unit, .percent {
	display: inline-block;
	font-size: 21px;
	line-height: 152px;
	z-index: 2;
}

.pie_unit span {
	/*content: '%';*/
	
	/*margin-left: 0.1em;*/
	font-size: .8em;
}

.drk-ch .pie_unit span, .drk-ch .percent {
	color: #666;
}

.angular {
	margin-top: 100px;
}

.angular .chart {
	margin-top: 0;
}

.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;
}

.skill-name span {
	opacity: .3;
}

.skill-name-lanim {
	left: 0;
}

.skill-name-ranim {
	right: 0;
}

.skillbar-box {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}

.skillbar-bg {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 3px;
	overflow: hidden;
	background: #eee;
}

.custom-skillbar-title span {
	float: left;
	font-size: 12px;
	margin-top: 12px;
	padding-bottom: 6px;
}

.custom-skillbar {
	height: 3px;
	width: 0px;
	background: #000;
}

.skill-bar-percent {
	float: right;
	font-size: 16px;
	margin-top: 13px;
	padding-bottom: 6px;
}

.clients-list {
	float: left;
	width: 100%;
}

.clients-list a {
	float: left;
	width: 20%;
	padding: 10px 10px 10px 0;
}

.clients-list.clients-one-columns a {
	width: 100%;
}

.clients-list.clients-two-columns a {
	width: 50%;
}

.clients-list.clients-three-columns a {
	width: 33.33%;
}

.clients-list.clients-four-columns a {
	width: 25%;
}

.clients-list.clients-six-columns a {
	width: 16.66%;
}

.clients-list a:hover {
	opacity: .6;
}

.clients-list a img {
	float: left;
	width: 100%;
	height: auto;
}

/*------ Team  ------------------------------------------------*/
.team-holder {
	float: left;
	width: 100%;
}

.team-holder li {
	float: left;
	width: 33.3333%;
	padding: 40px 40px 40px 0;
}

.team-box-holder {
	float: left;
	width: 100%;
	padding: 40px 0px;
}

.team-box {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.team-info {
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: left;
}

.team-info h3 {
	font-size: 19px;
	padding-bottom: 4px;
}

.team-info h3 a, .team-info h3 a:focus, .team-info h3 a:hover {
	color: #000;
	text-decoration: none;
}

.team-info h4 {
	font-family: "Muli", sans-serif;
	font-weight: 300;
	font-size: 11px;
}

.team-box:before, .team-box:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background: #000;
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.team-box:before {
	width: 0;
	height: 2px;
}

.team-box:after {
	width: 2px;
	height: 0;
}

.team-box:hover:before {
	width: 50px;
}

.team-box:hover:after {
	height: 50px;
}

.disdeco .team-box:hover:before {
	width: 0;
}

.disdeco .team-box:hover:after {
	height: 0;
}

.team-photo {
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
	text-align: center;
}

.team-box .overlay {
	opacity: 0;
	z-index: 2;
	background: #000;
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.team-box:hover .overlay {
	opacity: .5;
}

.disop .team-box:hover .overlay {
	opacity: 0;
}

.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;
}

.testimon-slider h3 {
	text-align: left;
	font-size: 26px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: 200;
}

.testimon-slider .item {
	cursor: e-resize;
}

.testimon-slider a.text-link {
	color: #fff;
	float: left;
	margin-top: 20px;
}

.testimon-slider a.text-link:before {
	background: #fff;
}

.custom-inner-holder {
	float: left;
	margin-top: 60px;
	width: 100%;
}

.custom-inner {
	float: left;
	width: 100%;
	/*position:relative;*/
	margin-top: 60px;
	margin-bottom: 50px;
}

.timeline-custom-inner {
	width: 100%;
}

.custom-inner h3 {
	float: left;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 19px;
}

.timeline-thumbnail + h4 {
	margin-top: 30px;
}

.custom-inner h4 {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	font-weight: 800;
	text-align: left;
	text-transform: uppercase;
}

.custom-inner-dec {
	float: left;
	width: 100%;
	margin-top: 10px;
	background: #eee;
	height: 1px;
}

.custom-inner ol, .custom-inner ul {
	float: left;
	width: 100%;
	padding: 10px 0 10px 13px;
}

.custom-inner ol li, .custom-inner ul li {
	float: left;
	width: 100%;
	padding: 5px 0 5px 10px;
	text-align: left;
}

.custom-inner .content-nav ul {
	position: relative;
	left: 0;
	padding: 0;
	list-style: none;
}

.custom-inner .content-nav ul li {
	float: left;
	width: 50%;
	padding: 0;
}

.custom-inner .btn {
	margin-top: 20px;
}

.testimon-slider-holder {
	float: left;
	width: 100%;
	position: relative;
}

.testimon-slider-holder .customNavigation {
	float: left;
	position: relative;
	width: 100%;
	margin-top: 40px;
}

.testimon-slider-holder .customNavigation a {
	position: relative;
	top: 0;
	left: 0 !important;
	background: none;
	font-size: 22px;
	float: left;
	margin-right: 16px;
	width: auto;
	height: auto;
}

/*------ footer  ------------------------------------------------*/
footer.fixed-footer {
	position: fixed;
	top: 0;
	left: 0;
	width: 80px;
	height: 100%;
	background: #000;
	z-index: 6;
}

.height-emulator {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}

footer.fixed-footer .footer-social {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}

footer.fixed-footer .footer-social:before {
	content: "";
	position: absolute;
	top: -20px;
	height: 1px;
	width: 50px;
	left: 15px;
	background: rgba(255, 255, 255, .21);
}

footer.fixed-footer .footer-social li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

footer.fixed-footer .footer-social li a {
	font-size: 14px;
	color: #fff;
	width: 100%;
	float: left;
}

footer.fixed-footer .footer-social li a:hover {
	color: rgba(255, 255, 255, .51);
}

.content-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 90px 20px 90px 80px;
	background: #1b1b1b;
	z-index: 2;
}

.content-footer:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	height: 100%;
	z-index: 20;
	width: 7px;
	left: 122px;
	background-repeat: repeat-y;
	background-image: url("https://cdn-ilegkkp.nitrocdn.com/QxNShtkrYiibqglsLiGhbgglYdOGJbsn/assets/images/optimized/rabih-bitar-architects.com/wp-content/themes/monolit/assets/images/bg-dec.png");
	opacity: .2;
}

.hide-left-bar .content-footer::before {
	left: 42px;
}

.footer-title {
	position: fixed;
	width: 300px;
	top: 380px;
	padding-top: 26px;
	cursor: default;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	z-index: 12;
}

.footer-title:before {
	content: "";
	position: absolute;
	bottom: -23px;
	width: 1px;
	height: 50px;
	left: 0;
	background: rgba(255, 255, 255, .21);
}

.footer-title h2 {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	font-family: "Muli", sans-serif;
	font-weight: 600;
	text-align: center;
}

.footer-title a {
	position: relative;
	z-index: 3;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	color: #fff;
	text-decoration: none !important;
}

.footer-item {
	float: left;
	width: 100%;
	text-align: left;
	color: #fff;
}

.footer-item h4 {
	width: 100%;
	margin-bottom: 30px;
}

.footer-item p, .footer-item span, .footer-item ul li a {
	font-size: 11px;
	color: #fff;
}

.footer-item ul li {
	float: left;
	width: 100%;
	margin-bottom: 6px;
}

.footer-item span, .footer-item ul li a {
	text-transform: uppercase;
}

.footer-item span {
	letter-spacing: 1px;
}

.footer-item .text-link {
	color: #fff;
}

.footer-item .text-link:before {
	background: #fff;
}

.footer-logo img {
	margin-bottom: 20px;
}

.footer-logo p {
	max-width: 300px;
}

.footer-wrap {
	float: left;
	width: 100%;
	padding-top: 25px;
	margin-top: 15px;
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, .21);
}

.footer-wrap:before {
	content: "";
	position: absolute;
	top: -3px;
	right: 22px;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 100%;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.footer-wrap.tth:before {
	right: 0;
}

.copyright {
	float: left;
	text-align: left;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.to-top {
	float: right;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	overflow: hidden;
	width: 70px;
	height: 40px;
	cursor: pointer;
	text-align: right;
}

/*------ map - ------------------------------------------------*/
.map-box {
	float: left;
	width: 100%;
	height: 400px;
	position: relative;
	margin: 40px 0;
}

.map-canvas, #map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
}

/*------ Contact  ------------------------------------------------*/
h4.contact-details {
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

ul.contact-details {
	padding-bottom: 20px;
	list-style: none;
	padding-left: 0px;
}

ul.contact-details li a {
	padding: 2px 0;
	float: left;
	font-size: 13px;
	width: 100%;
	color: #000;
}

ul.contact-details li a:hover {
	text-decoration: underline;
	color: #000;
}

.contact-form-holder {
	float: left;
	width: 100%;
	margin-top: 50px;
}

#contact-form, #comment-form {
	width: 100%;
	float: left;
	margin-top: 30px;
}

#contact-form input[type=text], #contact-form input[type=email], #contact-form input[type=tel], #contact-form input[type=url], #contact-form input[type=date], #contact-form input[type=number], #contact-form select, #contact-form textarea, #comment-form input[type=text], #comment-form input[type=email], #comment-form textarea {
	float: left;
	width: 100%;
	background: none;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 700;
	height: 50px;
	border-radius: none;
	position: relative;
	z-index: 20;
	padding-left: 8px;
	color: #999;
	border: 0;
	border-bottom: 1px solid #000;
	-webkit-appearance: none;
}

#contact-form textarea, #comment-form textarea {
	height: 170px;
	resize: none;
	overflow: auto;
	background: none;
	overflow: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#submit, .form-submit button {
	float: left;
	border: 2px solid #000;
	background: none;
	padding: 15px 30px 15px 30px;
	line-height: 17px;
	cursor: pointer;
	font-weight: 800;
	font-size: 12px;
	color: #000;
	font-family: "Muli", sans-serif;
	-webkit-appearance: none;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-appearance: none;
}

.form-submit #submit {
	margin-top: 30px;
}

#submit:hover {
	color: #ccc;
}

#submit i, .to-top i, footer.fixed-footer .footer-social li a, .clients-list a {
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

#submit:hover i {
	color: #000;
}

.error_message {
	text-align: left;
	font-size: 12px;
	max-width: 450px;
	position: relative;
	padding: 10px;
	color: #933;
	text-transform: uppercase;
}

#success_page h3 {
	text-align: left;
	font-size: 15px;
	text-transform: uppercase;
}

#success_page p {
	margin-top: 5px;
	text-align: left;
	padding: 6px 6px 6px 0;
	color: #000;
}

#success_page p strong {
	font-weight: bold;
}

#message fieldset {
	border: none;
}

/*------ facts  ------------------------------------------------*/
.sect-subtitle {
	position: absolute;
	bottom: 10%;
	color: rgba(0, 0, 0, .21);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 185px;
	z-index: 2;
}

.sect-subtitle:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 150px;
	height: 1px;
	background: rgba(0, 0, 0, .21);
}

.sect-subtitle:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	background: #000;
	border-radius: 100%;
	margin-top: -3px;
	margin-left: -3px;
}

.dark-bg .sect-subtitle {
	color: rgba(255, 255, 255, .21);
}

.dark-bg .sect-subtitle:after {
	background: #fff;
}

.left-align-dec {
	left: 20%;
}

.right-align-dec {
	right: 10%;
}

.right-align-dec:before {
	right: 50%;
}

.left-align-dec:before {
	left: 50%;
}

.dark-bg .sect-subtitle:before {
	background: rgba(255, 255, 255, .351);
}

.inline-facts-holder:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -50%;
	width: 20%;
	background: #fff;
	height: 6px;
	margin-top: -3px;
}

.inline-facts h6 {
	float: right;
	width: 100%;
	font-size: 16px;
	margin-top: 10px;
	text-align: right;
	color: #fff;
}

.num {
	float: right;
	font-size: 82px;
	text-align: right;
	text-transform: uppercase;
	width: 100%;
	color: #fff;
	font-weight: bold;
}

.num {
	line-height: 1.2;
}

/*------ process ------------------------------------------------*/
.process-box {
	float: left;
	width: 100%;
	margin-top: 60px;
	padding: 50px 0;
	position: relative;
}

.process-box:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	width: 80px;
	height: 8px;
	background: #000;
}

.process-box h3, .bold-title {
	float: left;
	width: 100%;
	font-size: 26px;
	font-weight: 700;
	text-align: left;
	padding-bottom: 30px;
}

.creat-list {
	float: left;
	margin: 10px 0;
	width: 100%;
	list-style: none;
	padding-left: 0px;
	text-align: center;
}

.creat-list li {
	float: left;
	margin-right: 10px;
}

.creat-list li {
	font-size: 10px;
	font-family: "Muli", sans-serif;
	line-height: 10px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	color: #000;
}

.post .creat-list li > span, .member-content-nav li a, .main-breadcrumb li > strong, .creat-list li a, .text-link {
	float: left;
	padding-left: 30px;
	font-size: 10px;
	font-family: "Muli", sans-serif;
	line-height: 12px;
	text-transform: uppercase;
	padding-left: 63px;
	position: relative;
	font-weight: 700;
	letter-spacing: 2px;
	color: #000;
}

.creat-list li a, .creat-list li > strong {
	line-height: 2;
}

.post .creat-list {
	text-align: left;
}

.post .creat-list li {
	display: inline-block;
	float: none;
}

.post .creat-list li a, .post .creat-list li > span {
	float: none;
}

.parallax-section .main-breadcrumb li > strong {
	color: #fff;
}

.parallax-section .main-breadcrumb li > strong:before {
	background: #fff;
}

.main-breadcrumb li > strong strong {
	float: none;
	padding-left: 0;
}

.post .creat-list li > span:before, .member-content-nav li a:before, .main-breadcrumb li > strong:before, .creat-list li a:before, .text-link:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 1px;
	background: #000;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.main-breadcrumb li > strong strong:before {
	display: none;
}

.post .creat-list li > span:hover:before, .member-content-nav li a:hover:before, .main-breadcrumb li > strong:hover:before, .creat-list li a:hover:before, .text-link:hover:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.text-link:focus, .text-link:hover, .creat-list li a:focus, .creat-list li a:hover {
	text-decoration: none;
}

.post .creat-list li {
	position: relative;
}

.post .creat-list li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 1px;
	background: #000;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.post .creat-list li:hover:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.post .creat-list li a, .post .creat-list li > span {
	padding-left: 0px;
}

.post .creat-list li {
	padding-left: 63px;
}

.post .creat-list li a:before, .post .creat-list li > span:before {
	display: none;
}

.post .passpost-input-wrapp, .post .passpost-submit-wrapp {
	margin: 0;
}

/* ------blog------------------------------------------------------------ */
.blg-nav {
	margin-top: -20px;
	margin-bottom: 20px;
}

.waimg {
	float: left;
	margin-bottom: 20px;
}

article {
	float: left;
	margin-bottom: 10px;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #eee;
}

article .btn {
	float: left;
}

article .section-title {
	margin-bottom: 15px;
}

.shr-post {
	margin-top: 20px;
}

.blog-share-container {
	float: left;
	width: 100%;
	padding-top: 10px;
}

.blog-share-container .share-icon {
	padding: 6px 10px;
	background: #393939;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.blog-share-container .share-icon:hover {
	text-decoration: none;
	background: #fff;
}

.blog-share-container .share-icon:hover:before {
	color: #393939;
}

.blog-post-nav {
	float: left;
	width: 100%;
	position: relative;
}

.blog-post-nav .creat-list {
	width: 90%;
}

.p-all {
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 13px;
}

.p-all a, .p-all a:hover {
	color: #000;
}

.content-nav .p-all {
	top: 40px;
}

.post-author {
	margin-bottom: 40px;
	margin-top: 10px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}

.author-img {
	float: left;
	width: 15%;
}

.author-content {
	float: left;
	width: 85%;
	padding-left: 10px;
}

.author-img img {
	border-radius: 100%;
	float: left;
}

.author-content h5 {
	font-size: 14px;
	/*font-weight: 800;*/
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 14px;
	color: #000;
	display: block;
	float: left;
}

.author-content h5 a, .author-content h5 a:focus, .author-content h5 a:hover {
	color: #000;
	text-decoration: none;
}

.author-content h2 {
	font-size: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 14px;
	color: #000;
	display: block;
	float: left;
	font-weight: 400;
}

.author-content p {
	margin-bottom: 8px;
	float: left;
	width: 100%;
}

.widget {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	text-align: left;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
}

.widget h3 {
	float: left;
	width: 100%;
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 3px;
	padding-bottom: 20px;
}

.widget-posts li {
	padding: 12px 0;
}

.widget-posts-img {
	float: left;
	width: 30%;
}

.widget-comments-img img {
	border-radius: 100%;
}

.widget-posts-descr {
	float: left;
	width: 70%;
	padding-left: 10px;
}

.widget-posts-descr.widget-hide-thumb {
	width: 100%;
	padding-left: 0px;
}

.widget-posts-descr a {
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 3px;
	padding-bottom: 20px;
}

.widget-posts-descr a strong {
	font-weight: normal;
}

.widget-posts-date {
	float: left;
	width: 100%;
	margin-top: 10px;
	color: #999;
	font-size: 9px;
}

.searh-holder {
	max-width: 450px;
	margin-top: 20px;
	position: relative;
}

.searh-inner {
	float: left;
	width: 100%;
	position: relative;
}

.search {
	border: 1px solid rgba(0, 0, 0, .07);
	float: left;
	background: #fff;
	border-radius: none;
	position: relative;
	outline: none;
	padding: 0px 0px 0px 10px;
	width: 100%;
	height: 40px;
	color: #000;
	-webkit-appearance: none;
}

.search-submit {
	border: none;
	outline: none;
	cursor: pointer;
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 28%;
	height: 40px;
}

.trnsp-search {
	border: 1px solid #fff;
	border-radius: 6px;
	color: #fff;
	background: rgba(255, 255, 255, .21);
}

.trnsp_btn {
	border-radius: 0 6px 6px 0;
}

.trnsp_btn i {
	color: #fff !important;
}

.search-submit:hover i {
	opacity: .5;
}

.tagcloud {
	list-style: none;
	padding-left: 0px;
	float: left;
	width: 100%;
	margin-top: 10px;
}

.sidebar .wp-tag-cloud li, .tagcloud li {
	float: left;
	margin-bottom: 4px;
	padding-bottom: 0px;
}

.wp-tag-cloud li a, .tagcloud li a {
	float: left;
	padding: 6px 10px 6px 0;
	margin-right: 2px;
	color: #000;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
}

.wp-tag-cloud li a:hover, .tagcloud li a:hover {
	color: #ccc;
}

.cat-item a {
	font-size: 14px;
	font-family: "Muli", sans-serif;
	color: #000;
	text-transform: uppercase;
}

.lg-sub-html {
	font-size: 12px;
	font-family: "Muli", sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.cat-item a, .tagcloud li a, .wp-tag-cloud li a {
	font-size: 10px;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.wp-tag-cloud li a {
	font-size: 10px !important;
}

.cat-item a:hover, .tagcloud li a:hover, .wp-tag-cloud li a:hover {
	text-decoration: none;
}

.sinnle-post h2 {
	float: left;
	font-size: 32px;
	text-align: left;
	width: 100%;
}

.blog-text {
	float: left;
	width: 100%;
	padding: 20px 0;
	margin-top: 10px;
}

.blog-text .btn {
	margin-top: 15px;
}

.blog-text h3, .comments-holder h3, .comment-form-holder h3 {
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 400;
}

.comment-reply-title small {
	font-size: 80%;
}

.blog-text h3 strong {
	font-weight: bold;
}

.blog-text {
	padding: 0;
	padding-bottom: 20px;
}

.blog-title a {
	color: #666;
}

.sinnle-post .blog-text {
	max-width: 900px;
}

.blog-media {
	float: left;
	width: 100%;
	position: relative;
	padding: 20px 0;
}

.blog-media .box-item a {
	height: auto;
}

.blog-text p {
	font-size: 12px;
	/*font-size:14px;*/
	padding-top: 10px;
}

.pagination-blog {
	margin-top: 20px;
	text-align: center;
	float: left;
	width: 100%;
	margin: 15px 0;
}

.pagination-blog ul {
	float: left;
	margin: 20px 0 30px;
}

.pagination-blog span, .pagination-blog a {
	float: left;
	padding: 12px 18px;
	position: relative;
	font-size: 13px;
	color: #666;
	letter-spacing: 1px;
	margin-right: 6px;
	position: relative;
}

.pagination-blog span.current-page, .pagination-blog a.current-page, .pagination-blog a:hover {
	color: #ccc;
}

.pagination-blog a:hover, .pagination-blog a:focus {
	text-decoration: none;
}

.prevposts-link, .nextposts-link {
	position: relative;
	padding: 0;
	width: 50px;
	height: 40px;
	padding: 0 10px;
}

.prevposts-link:before, .nextposts-link:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.prevposts-link:hover:before, .nextposts-link:hover:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sidebar {
	float: left;
	width: 100%;
	padding: 0 0 0 30px;
}

.sinnle-post p {
	font-size: 16px;
}

.sinnle-post .blog-text h3 {
	margin-bottom: 30px;
}

.comments-holder {
	float: left;
	width: 100%;
	position: relative;
	border-top: 1px solid #eee;
	padding-top: 30px;
	margin-top: 30px;
}

.commentlist {
	text-align: left;
	float: left;
	width: 100%;
	margin: 10px 0px;
	max-width: 900px;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.commentlist, .commentlist li ul.children {
	list-style: none;
	padding-left: 0px;
}

.comment-form-holder {
	max-width: 800px;
	float: left;
	margin-top: 30px;
}

#comments {
	text-align: left;
	padding-top: 10px;
	max-width: 800px;
}

.comment {
	float: left;
	width: 100%;
}

.comment-body {
	position: relative;
	margin-left: 70px;
	padding-top: 30px;
}

.comment-author {
	position: absolute;
	top: 30px;
	left: -66px;
}

.comment-author img {
	border-radius: 100%;
}

.comment .children {
	margin-left: 70px;
}

.fn {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1px;
}

.fn a, .fn a:focus, .fn a:hover {
	color: #000;
	text-decoration: none;
}

.comment-meta, .comment-meta a {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 10px;
	letter-spacing: 1px;
	color: #494949;
	padding-bottom: 10px;
}

.comment-meta a:focus, .comment-meta a:hover {
	color: #494949;
	text-decoration: none;
}

#respond {
	margin-top: 40px;
	float: left;
	width: 100%;
}

/*#reply-title{
    padding-bottom:30px;
    margin-bottom:5px;
}*/
#commentform {
	float: left;
	width: 100%;
}

.comment-notes {
	margin-top: 10px;
	color: #a4a4a3;
}

/*.comment-form-email label,
.comment-form-author label,*/
.control-group label {
	margin-left: 10px;
	font-weight: 200;
	float: left;
	position: relative;
	top: 25px;
}

/*.comment-form-email input,
.comment-form-author input,*/
.control-group .controls input {
	margin-top: 15px;
	border: none;
	outline: none;
	height: 35px;
	background: #fff;
	color: #a4a4a3;
	text-decoration: none;
	border-bottom: 1px solid #000;
	border-right: 2px solid #000;
	float: left;
	max-width: 600px;
	padding-left: 15px;
}

/*.comment-form-comment textarea,*/
.control-group .controls textarea {
	float: left;
	margin-top: 15px;
	border: none;
	outline: none;
	height: 180px;
	max-width: 600px;
	background: #fff;
	padding-left: 15px;
	padding-top: 15px;
	color: #a4a4a3;
	resize: vertical;
	text-decoration: none;
	border-bottom: 2px solid #000;
}

.controls button {
	margin-top: 30px;
	-webkit-appearance: none;
}

/*------ share------------------------------------------------*/
.show-share {
	position: absolute;
	top: 19px;
	right: 50px;
	z-index: 21;
	cursor: pointer;
	color: rgba(255, 255, 255, .21);
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center !important;
	border: 1px solid rgba(255, 255, 255, .41);
}

.show-share span {
	color: #fff;
	position: absolute;
	left: -100%;
	margin-left: -15px;
	top: -15px;
	opacity: 0;
	line-height: 1;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Muli", sans-serif;
	font-weight: 600;
	z-index: 2;
	text-decoration: line-through;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.show-share:hover span {
	opacity: 1;
	top: 15px;
}

.show-share.isShare {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .21);
}

.show-share.isShare span {
	text-decoration: none;
}

.share-inner {
	position: fixed;
	z-index: 20;
	right: 30%;
	top: 60px;
	visibility: hidden;
	width: 70%;
	background: #000;
	height: 0;
	overflow: hidden;
}

.hor-inner {
	width: 100%;
	right: 0;
}

.visshare {
	visibility: visible;
	height: 80px;
}

.share-container {
	position: relative;
	float: right;
	height: 100%;
	line-height: 100px;
	padding-right: 30px;
	opacity: 0;
}

.share-inner, .share-container, .show-share {
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.vissc {
	opacity: 1;
}

.share-icon {
	float: left;
	position: relative;
	margin-right: 20px;
	color: #fff;
}

.share-icon:hover {
	color: #fff;
	text-decoration: line-through;
}

.share-icon:before {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	font-family: "Muli", sans-serif;
	font-weight: 600;
	position: relative;
	z-index: 2;
	-webkit-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}

.share-icon-digg:before {
	content: "digg";
}

.share-icon-email:before {
	content: "email";
}

.share-icon-flickr:before {
	content: "flickr";
}

.share-icon-foursquare:before {
	content: "foursquare";
}

.share-icon-rss:before {
	content: "rss";
}

.share-icon-facebook:before {
	content: "facebook";
}

.share-icon-twitter:before {
	content: "twitter";
}

.share-icon-tumblr:before {
	content: "tumblr";
}

.share-icon-linkedin:before {
	content: "linkedin";
}

.share-icon-vimeo:before {
	content: "vimeo";
}

.share-icon-instagram:before {
	content: "instagram";
}

.share-icon-pinterest:before {
	content: "pinterest";
}

.share-icon-googleplus:before {
	content: "googleplus";
}

.share-icon-in1:before {
	content: "in1";
}

.share-icon-stumbleupon:before {
	content: "stumbleupon";
}

.transition {
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.transition2 {
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.fl-l {
	float: left;
}

.nav-button-holder {
	display: none;
}

.hid-gal {
	overflow: hidden;
}

.portfolio-vertical .portfolio-pagination {
	margin: 50px 0px -50px;
}

.portfolio-vertical .portfolio-pagination .container {
	width: 100%;
}

.portfolio-horizontal .portfolio-pagination .container, .portfolio-horizontal_boxed .portfolio-pagination .container {
	max-width: 100%;
	width: 100%;
}

.hoz-boxed-desc {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	padding: 0px 15px;
}

.owl-controls {
	text-align: center;
}

.hide-cpanel {
	display: none;
}

.protected_wrap {
	position: absolute;
	top: 0px;
	left: 0;
	height: 100%;
	text-align: center;
}

.protected_wrap p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding-top: 5px;
}

.protected_wrap .hero-wrap-item h3 {
	letter-spacing: 1px;
}

.passpost-input-wrapp {
	max-width: 500px;
	margin: 0 auto;
}

.passpost-submit-wrapp {
	max-width: 500px;
	margin: 0 auto;
}

.passpost-submit {
	float: none;
	color: #fff;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border: 0px;
	cursor: pointer;
	text-transform: uppercase;
}

.passpost-input {
	float: left;
	width: 100%;
	background: rgba(255, 255, 255, .2);
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 700;
	height: 50px;
	border-radius: none;
	position: relative;
	z-index: 20;
	padding-left: 8px;
	color: #000;
	border: 0;
	border-bottom: 2px solid #000;
	-webkit-appearance: none;
	text-transform: uppercase;
}

.scroll-page-nav {
	position: fixed;
	top: 50%;
	right: 0px;
	z-index: 13;
	width: 50px;
}

ul.one-page-scroll-nav {
	list-style: none;
	padding-left: 0px;
}

.scroll-page-nav li {
	width: 100%;
	float: left;
	margin-bottom: 4px;
}

.scroll-page-nav a {
	display: inline-block;
	width: 7px;
	height: 7px;
	border: 1px solid #666;
	border-radius: 100%;
	line-height: 0px;
	text-indent: -99999px;
}

.scroll-page-nav a.act-link {
	background: #666;
}

/*-- landing page -*/
.home-landing-wrap {
	height: 100%;
	width: 100%;
	position: fixed;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	color: #fff;
	background-color: #292929;
}

.home-landing-wrap {
	opacity: 1;
}

.landing-logo-holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
}

.landing-logo-inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
}

.landing-logo-inner h3 {
	font-size: 20px;
	line-height: 34px;
	text-transform: uppercase;
	float: left;
	margin-top: 30px;
	text-align: center;
	width: 100%;
	color: #fff;
	font-weight: 100;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.landing-logo-inner h3 strong {
	font-weight: bold;
}

.landing-content {
	float: left;
	width: 70%;
	margin-left: 30%;
	position: relative;
	height: 100%;
}

.landing-content .container {
	height: 100%;
}

.box-inner {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
}

.box {
	float: left;
	width: 33.3%;
	position: relative;
	padding: 20px;
	-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.6, transparent), to(rgba(0, 0, 0, .2)));
}

.box:after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	bottom: -100%;
	left: 0;
	z-index: -1;
	opacity: .2;
	-webkit-mask: url("https://cdn-ilegkkp.nitrocdn.com/QxNShtkrYiibqglsLiGhbgglYdOGJbsn/assets/images/source/rabih-bitar-architects.com/wp-content/themes/monolit/assets/images/mask.svg#mask");
	mask: url("https://cdn-ilegkkp.nitrocdn.com/QxNShtkrYiibqglsLiGhbgglYdOGJbsn/assets/images/source/rabih-bitar-architects.com/wp-content/themes/monolit/assets/images/mask.svg#mask");
	-ms-transform: translateY(10px) scaleY(-1);
	-webkit-transform: translateY(10px) scaleY(-1);
	transform: translateY(10px) scaleY(-1);
}

#refl1:after {
	background: );
	background: );
	background: );
	background: );
}

#refl2:after {
	background: );
	background: );
	background: );
	background: );
}

#refl3:after {
	background: );
	background: );
	background: );
	background: );
}

#refl4:after {
	background: );
	background: );
	background: );
	background: );
}

#refl5:after {
	background: );
	background: );
	background: );
	background: );
}

.box h4 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
	padding-bottom: 10px;
	letter-spacing: 7px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 200;
}

.box img {
	width: 100%;
	height: auto;
}

.box ul {
	float: left;
	width: 100%;
	margin-top: 10px;
	list-style: none;
	padding-left: 0px;
}

.box ul li {
	float: left;
	padding: 6px 16px 6px 0;
}

.box ul li a {
	color: #fff;
	font-size: 10px;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 500;
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.box ul li a:hover {
	color: rgba(255, 255, 255, .51);
}

.landing-iframe-holder {
	position: fixed;
	bottom: 8%;
	right: -30%;
	width: 85%;
	height: 85%;
	visibility: visible;
	-webkit-transform: scale(.65);
	-ms-transform: scale(.65);
	transform: scale(.65);
	z-index: -2;
	opacity: .3;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.landing-iframe-holder iframe {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	-webkit-transform: rotateY(-25deg);
	transform: rotateY(-25deg);
	-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.6, transparent), to(rgba(0, 0, 0, .2)));
}

.landing-particular {
	z-index: -3;
	opacity: .8;
	display: block;
}

.monolit_folio_style7_wrap.autoheight-yes, .monolit_folio_style7_wrap.autowidth-yes {
	height: auto;
}

.header-constellation {
	display: block !important;
	z-index: 11;
	position: absolute;
}

/*new woocommerce*/
.woocommerce .loader:before {
	display: none;
}

.woocommerce-products-header {
	display: none;
}

li.product .woocommerce-loop-product__title {
	float: left;
	width: 70%;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	font-size: 14px;
}

li.product .price {
	border: 0px;
	padding: 0px;
	margin-top: 0px;
	float: right;
}

.woocommerce ul.products li.product .price {
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	padding-top: 10px;
}

.woocommerce div.product p.price {
	float: left;
	width: 100%;
	border: none;
	margin-top: 0px;
	text-align: right;
	padding-right: 0px;
}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 0px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #666;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.woocommerce div.product span.price {
	border: none;
	float: none;
	padding: 0px;
}

.woocommerce-variation-price {
	margin-bottom: 1em;
}

.woocommerce ul.products li.product .star-rating {
	font-size: 12px;
	color: #000;
}

.woocommerce .products ul, .woocommerce ul.products {
	margin-left: -10px;
	margin-right: -10px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 25%;
	margin: 0px;
	padding: 10px;
}

/*columns*/
.shop-list-one-cols ul.products li.product {
	width: 100%;
}

.shop-list-two-cols ul.products li.product {
	width: 50%;
}

.shop-list-two-cols ul.products li.product:nth-child(2n+3) {
	clear: both;
}

.shop-list-three-cols ul.products li.product {
	width: 33.33%;
}

.shop-list-three-cols ul.products li.product:nth-child(3n+4) {
	clear: both;
}

.shop-list-four-cols ul.products li.product {
	width: 25%;
}

.shop-list-four-cols ul.products li.product:nth-child(4n+5) {
	clear: both;
}

.shop-list-five-cols ul.products li.product {
	width: 20%;
}

.shop-list-five-cols ul.products li.product:nth-child(5n+6) {
	clear: both;
}

.shop-list-six-cols ul.products li.product {
	width: 16.66%;
}

.shop-list-six-cols ul.products li.product:nth-child(6n+7) {
	clear: both;
}

/*end columns*/
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
	clear: none;
}

.woocommerce-LoopProduct-link {
	position: relative;
}

.woocommerce span.onsale, .woocommerce ul.products li.product .onsale {
	position: absolute;
	left: 0;
	padding: 10px 20px;
	background: #292929;
	color: #fff;
	margin-top: 10px;
	z-index: 5;
	border-radius: 0px;
	right: auto;
	min-height: 0px;
	min-width: 0px;
	line-height: 1;
}

/*.woocommerce ul.products li.product .button{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
    left: 0;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    text-align: center;
}
.woocommerce ul.products li.product:hover .button {
    top: 30%;
    opacity: 1;
}*/
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	padding: 12px 15px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	padding: 12px 15px;
	border: 1px solid #000;
	text-align: center;
	background: transparent;
	border-radius: 0px;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.woocommerce a.button:before, .woocommerce button.button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #000;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	z-index: -1;
	-webkit-transition-delay: 200ms;
	/* Safari */
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

.woocommerce a.button:hover:before, .woocommerce button.button:hover:before {
	width: 100%;
}

/*.woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus,*/
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	color: #fff;
	text-decoration: none;
	background: transparent;
}

.woocommerce #respond input#submit:hover, .woocommerce input.button:hover {
	background: #000;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	border: 0px;
}

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
	background: #000;
	color: #fff;
}

.woocommerce .widget_shopping_cart .buttons a.checkout, .woocommerce.widget_shopping_cart .buttons a.checkout {
	background: #fff;
	color: #000;
}

.woo-pagination .current {
	color: #ccc;
}

/*Mini cart*/
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

/*.woocommerce.widget_shopping_cart li.mini_cart_item .remove {
    float: left;
    width: 100%;
    text-align: right;
    margin: 0px;
    line-height: 18px;
}*/
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
	position: absolute;
	top: 0px;
	left: auto;
	right: 10px;
	font-size: 18px;
	line-height: 18px;
	z-index: 1;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
	padding: 0px 0px 8px;
}

.product_list_widget li {
	float: left;
	width: 100%;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	width: 25%;
	height: auto;
	float: left;
	margin-left: 0px;
	margin-right: 2%;
}

.woocommerce ul.product_list_widget li .amount, .woocommerce ul.cart_list li .quantity, .woocommerce ul.product_list_widget li .quantity {
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	padding-top: 10px;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
	float: left;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 16px;
}

.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
	color: #666;
	padding-right: 14px;
	text-transform: uppercase;
}

.woocommerce .widget_shopping_cart .total .amount, .woocommerce.widget_shopping_cart .total .amount {
	font-weight: bold;
}

/*woo form field*/
.single-product #commentform input[type=text], .single-product #commentform input[type=date], .single-product #commentform input[type=email], .single-product #commentform input[type=tel], .single-product #commentform input[type=time], .single-product #commentform input[type=url], .woocommerce form .form-row input.input-text, #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	border: 1px solid rgba(0, 0, 0, .1);
	background: #fff;
	border-radius: none;
	position: relative;
	outline: none;
	padding: 0px 0px 0px 10px;
	width: 100%;
	height: 38px;
	color: #000;
	-webkit-appearance: none;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	max-width: 50%;
}

.single-product #commentform textarea, .woocommerce form .form-row textarea {
	border: 1px solid rgba(0, 0, 0, .1);
	background: #fff;
	border-radius: none;
	position: relative;
	outline: none;
	padding: 10px;
	width: 100%;
	min-height: 76px;
	color: #000;
	-webkit-appearance: none;
}

.single-product #commentform input, .single-product #commentform textarea {
	float: none;
}

.woocommerce #review_form #respond .form-submit input {
	width: auto;
	margin-top: 15px;
}

section.related.products {
	padding: 0px;
}

/*.woocommerce table.shop_table {
    border-left: 0px;
}*/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	border: 0px;
}

.woocommerce .quantity .qty {
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 10px 0px 10px 10px;
}

.woocommerce ul.order_details {
	padding-left: 0px;
}

.woocommerce div.product form.cart .variations select, .woocommerce .woocommerce-ordering select {
	height: 30px;
	padding: 10px;
}

.woocommerce div.product form.cart .variations label {
	line-height: 30px;
}

.single-product-nav {
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 20px 0px;
}

.single-product-nav .p-all {
	line-height: 40px;
}

.woocommerce ul.product_list_widget li .star-rating {
	margin-top: 5px;
	margin-bottom: 5px;
}

.share-icon-vk:before {
	content: "vk";
}

.cthiso-item .resp-video-holder {
	padding: 2px;
}

.cthiso-item img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}

.cthiso-item .port-desc-holder:before {
	right: 3px;
	bottom: 3px;
}

.cthiso-item:hover .port-desc-holder {
	opacity: 1;
}

.cthiso-item img {
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

#lg-share {
	display: none;
}

.lg-actions .lg-icon {
	border: 0;
	opacity: .5;
}

.lg-actions .lg-icon:hover {
	opacity: 1;
}

.owl-dots .owl-dot {
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.single-product #commentform input[type=checkbox] + label, .single-product #commentform input[type=radio] + label {
	margin-left: 5px;
}

.cthiso-items {
	position: relative;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.cthiso-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cthiso-item-holder {
	/*float: left;*/
	width: 100%;
	height: auto;
	position: relative;
	/*padding:2px;*/
	margin-bottom: 0;
}

.cthiso-big-pad.cthiso-items {
	margin-left: -15px;
	margin-right: -15px;
}

.cthiso-big-pad .cthiso-item {
	padding: 15px;
}

.cthiso-medium-pad.cthiso-items {
	margin-left: -10px;
	margin-right: -10px;
}

.cthiso-medium-pad .cthiso-item {
	padding: 10px;
}

.cthiso-small-pad.post-cthiso-items, .cthiso-small-pad.cthiso-items {
	margin-left: -5px;
	margin-right: -5px;
}

.cthiso-small-pad .post-cthiso-item, .cthiso-small-pad .cthiso-item {
	padding: 5px;
}

.cthiso-extrasmall-pad.cthiso-items {
	margin-left: -2px;
	margin-right: -2px;
}

.cthiso-extrasmall-pad .cthiso-item {
	padding: 2px;
}

.cthiso-no-pad .cthiso-item {
	padding: 0;
}

.cthiso-item, .cthiso-sizer {
	width: 25%;
	position: relative;
	/*float:left;*/
	overflow: hidden;
}

.cthiso-item:hover {
	overflow: visible;
}

.cthiso-item-two, .cthiso-sizer-two, .cthiso-item-second {
	width: 50%;
}

.cthiso-item-three, .cthiso-sizer-three {
	width: 75%;
}

.cthiso-one-cols .cthiso-item, .cthiso-one-cols .cthiso-sizer, .cthiso-one-cols .cthiso-item-two, .cthiso-one-cols .cthiso-sizer-two, .cthiso-one-cols .cthiso-item-second, .cthiso-one-cols .cthiso-item-three, .cthiso-one-cols .cthiso-sizer-three {
	width: 100%;
}

.cthiso-two-cols .cthiso-item, .cthiso-two-cols .cthiso-sizer {
	width: 50%;
}

.cthiso-two-cols .cthiso-item-second, .cthiso-two-cols .cthiso-item-two, .cthiso-two-cols .cthiso-sizer-two, .cthiso-two-cols .cthiso-item-three, .cthiso-two-cols .cthiso-sizer-three {
	width: 100%;
}

.cthiso-three-cols .cthiso-item, .cthiso-three-cols .cthiso-sizer {
	width: 33.333%;
}

.cthiso-three-cols .cthiso-item-second, .cthiso-three-cols .cthiso-item-two, .cthiso-three-cols .cthiso-sizer-two {
	width: 66.666%;
}

.cthiso-three-cols .cthiso-item-three, .cthiso-three-cols .cthiso-sizer-three {
	width: 100%;
}

.cthiso-five-cols .cthiso-item, .cthiso-five-cols .cthiso-sizer {
	width: 20%;
}

.cthiso-five-cols .cthiso-item-second, .cthiso-five-cols .cthiso-item-two, .cthiso-five-cols .cthiso-sizer-two {
	width: 40%;
}

.cthiso-five-cols .cthiso-item-three, .cthiso-five-cols .cthiso-sizer-three {
	width: 60%;
}

.cthiso-six-cols .cthiso-item, .cthiso-six-cols .cthiso-sizer {
	width: 16.66666%;
}

.cthiso-six-cols .cthiso-item-second, .cthiso-six-cols .cthiso-item-two, .cthiso-six-cols .cthiso-sizer-two {
	width: 33.33333%;
}

.cthiso-six-cols .cthiso-item-three, .cthiso-six-cols .cthiso-sizer-three {
	width: 50%;
}

.cthiso-seven-cols .cthiso-item, .cthiso-seven-cols .cthiso-sizer {
	width: 14.285%;
}

.cthiso-seven-cols .cthiso-item-second, .cthiso-seven-cols .cthiso-item-two, .cthiso-seven-cols .cthiso-sizer-two {
	width: 28.57%;
}

.cthiso-seven-cols .cthiso-item-three, .cthiso-seven-cols .cthiso-sizer-three {
	width: 42.857%;
}

.cthiso-eight-cols .cthiso-item, .cthiso-eight-cols .cthiso-sizer {
	width: 12.5%;
}

.cthiso-eight-cols .cthiso-item-second, .cthiso-eight-cols .cthiso-item-two, .cthiso-eight-cols .cthiso-sizer-two {
	width: 25%;
}

.cthiso-eight-cols .cthiso-item-three, .cthiso-eight-cols .cthiso-sizer-three {
	width: 37.5%;
}

.cthiso-nine-cols .cthiso-item, .cthiso-nine-cols .cthiso-sizer {
	width: 11.11111%;
}

.cthiso-nine-cols .cthiso-item-second, .cthiso-nine-cols .cthiso-item-two, .cthiso-nine-cols .cthiso-sizer-two {
	width: 22.22222%;
}

.cthiso-nine-cols .cthiso-item-three, .cthiso-nine-cols .cthiso-sizer-three {
	width: 33.33333%;
}

.cthiso-ten-cols .cthiso-item, .cthiso-ten-col .cthiso-sizer {
	width: 10%;
}

.cthiso-ten-cols .cthiso-item-second, .cthiso-ten-cols .cthiso-item-two, .cthiso-ten-cols .cthiso-sizer-two {
	width: 20%;
}

.cthiso-ten-cols .cthiso-item-three, .cthiso-ten-cols .cthiso-sizer-three {
	width: 30%;
}

@media only screen and (max-width: 767px) {
	.cthiso-item, .cthiso-sizer {
		width: 100%;
	}
	
	.cthiso-big-pad .cthiso-item {
		padding-bottom: 0;
	}
	
	.cthiso-big-pad .cthiso-item, .cthiso-medium-pad .cthiso-item, .cthiso-small-pad .cthiso-item, .cthiso-extrasmall-pad .cthiso-item {
		padding-bottom: 0;
	}
}

.admin-bar .is-fixed .main-bar {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .is-fixed .main-bar {
		top: 0;
	}
}

/*------  Responsive ------------------------------------------------------*/
@media only screen and (max-width: 1236px) {
	header.monolit-header {
		width: 90%;
	}
	
	.share-inner {
		width: 90%;
		right: 10%;
	}
	
	.creat-list li a, .monolit_sec .creat-list li a {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 1036px) {
	.hid-gal {
		overflow: auto;
	}
	
	.mob-bg, .background-vimeo + .mob-bg {
		display: block;
	}
	
	header.monolit-header {
		width: 100%;
	}
	
	.nav-button-holder {
		position: absolute;
		right: 80px;
		top: 10px;
		display: block;
	}
	
	.show-share {
		right: 30px;
	}
	
	.nav-button {
		float: right;
		width: 40px;
		height: 40px;
		border: 1px solid rgba(255, 255, 255, .21);
		padding: 13px 6px 6px 6px;
		position: relative;
		margin-top: 9px;
		cursor: pointer;
	}
	
	.nav-button span {
		float: left;
		width: 100%;
		height: 2px;
		background: #fff;
		margin-bottom: 4px;
		position: relative;
	}
	
	.share-inner {
		width: 100%;
		right: 0;
	}
	
	.content-holder {
		padding: 0;
	}
	
	.header-inner {
		float: left;
		padding-left: 30px;
	}
	
	.inline-facts-holder:before, .show-share span, .fixed-footer, .height-emulator, .sect-subtitle, .content:before, .content-footer:before, nav ul li ul:before, nav li a.act-link:before, nav li a.ancestor-act-link:before, nav li a.parent-act-link:before, .control-panel, .close-sidebar, .fix-con-panel, .nicescroll-rails {
		display: none;
	}
	
	.particular {
		display: none !important;
	}
	
	.parallax-box {
		position: relative;
		left: 0;
		padding-top: 20px;
	}
	
	.parallax-box.r-align {
		left: 0;
	}
	
	.parallax-box.r-center {
		left: 0;
	}
	
	.parallax-box img {
		opacity: 1;
	}
	
	.parallax-item {
		margin-bottom: 40px;
	}
	
	.parallax-deck {
		position: relative !important;
		bottom: 0;
		padding: 0;
		float: left;
		width: 100%;
	}
	
	.left-direction .parallax-deck {
		right: 0;
	}
	
	.right-direction .parallax-deck {
		left: 0;
	}
	
	.parallax-deck-item {
		float: left;
		max-width: 100%;
	}
	
	.paralax-wrap {
		float: left;
		width: 100%;
		opacity: 1;
		padding-top: 30px;
	}
	
	.parallax-deck h3 {
		font-size: 34px;
		line-height: 40px;
		padding-top: 15px;
		margin-bottom: 20px;
	}
	
	.algn-right {
		text-align: left;
	}
	
	.inline-facts h6 {
		float: none;
		font-size: 16px;
		text-align: center;
	}
	
	.num, .inline-facts h6 {
		float: left;
		text-align: left;
	}
	
	.nav-button-holder {
		display: block;
	}
	
	.nav-holder {
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		background: #000;
		padding: 30px 0 30px 30px;
		display: none;
		height: 300px;
		overflow: auto;
	}
	
	nav ul li, nav ul li ul li, nav li ul li > ul {
		float: left;
		width: 100%;
		text-align: left;
		left: 0;
		opacity: 1;
		right: 0;
		padding: 8px 0px;
	}
	
	nav li ul {
		margin: 0;
		padding-left: 30px;
		padding-top: 20px;
		padding-bottom: 40px;
		opacity: 1;
		visibility: hidden;
		position: relative;
		width: 100%;
		display: none;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	nav li a, nav li ul li a {
		padding: 0;
		width: auto;
	}
	
	nav li ul li:before {
		content: "";
		position: absolute;
		top: 50%;
		left: -4px;
		width: 10px;
		height: 1px;
		background: rgba(255, 255, 255, .51);
	}
	
	nav li ul li a {
		color: rgba(255, 255, 255, .81);
		padding: 3px 15px;
	}
	
	nav li ul li ul {
		margin: 0;
		padding-left: 30px;
		padding-top: 5px;
		padding-bottom: 0;
		opacity: 1;
		visibility: hidden;
		position: relative;
		width: 100%;
		display: none;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	nav.show-sub-mobile li ul {
		display: block;
		visibility: visible;
	}
	
	nav li:hover > ul, nav li ul li:hover > ul {
		display: block;
		left: 0;
	}
	
	nav li ul li:hover ul {
		display: block;
	}
	
	nav li a.act-link {
		opacity: .5;
	}
	
	.content-footer {
		position: relative;
		float: left;
		padding: 50px 0;
	}
	
	.gallery-item, .grid-sizer {
		width: 50% !important;
	}
	
	.gallery-item-second, .grid-sizer-second, .gallery-item-three, .grid-sizer-three {
		width: 50% !important;
	}
	
	.one-columns .gallery-item, .one-columns .grid-sizer, .two-columns .gallery-item, .two-columns .grid-sizer, .one-columns .gallery-item-second, .one-columns .grid-sizer-second, .two-columns .gallery-item-second, .two-columns .grid-sizer-second, .one-columns .gallery-item-three, .one-columns .grid-sizer-three, .two-columns .gallery-item-three, .two-columns .grid-sizer-three {
		width: 100% !important;
	}
	
	.colum-w {
		padding-top: 0 !important;
	}
	
	.custom-inner-holder .col-md-6 h3 {
		float: left;
		width: 100%;
		padding-bottom: 15px;
		text-align: left;
	}
	
	.footer-item {
		margin-bottom: 15px;
	}
	
	h4.contact-details {
		margin-top: 20px;
		float: left;
		width: 100%;
	}
	
	.sidebar {
		padding-left: 0;
	}
	
	.hid-sidebar {
		position: relative;
		top: 0;
		left: 0;
		height: auto;
		float: left;
		width: 100%;
		display: block;
		background: #fff;
	}
	
	.horizontal_item img {
		width: 100%;
		height: auto !important;
		margin-bottom: 10px;
	}
	
	.sb-inner {
		opacity: 1;
		visibility: visible;
	}
	
	.sidebar-wrap {
		float: left;
		width: 100%;
		position: relative;
		padding: 50px 0;
		margin-bottom: 0;
	}
	
	.ogm {
		height: auto !important;
		padding: 0 6px;
		background: #fff;
	}
	
	.ogm .customNavigation {
		display: none;
	}
	
	.gallery_horizontal {
		padding-top: 6px;
	}
	
	.gallery_horizontal.owl-carousel {
		display: block;
	}
	
	.flow-gallery .horizontal_item {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	
	section {
		padding: 50px 0;
	}
	
	.parallax-section {
		padding: 210px 0 150px;
	}
	
	.parallax-inner .bg {
		height: 100%;
		top: 0;
	}
	
	.smp {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.service-six-cols .serv-item {
		width: 33.33%;
	}
	
	/* home landing page */
	.landing-content {
		margin-left: 0;
		width: 100%;
		height: auto;
	}
	
	.landing-logo-holder {
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px;
	}
	
	.box-inner, .landing-logo-inner {
		position: relative;
		top: 0 !important;
		margin-top: 0 !important;
	}
	
	.box-inner {
		padding: 50px 0;
	}
	
	.landing-iframe-holder, .landing-particular {
		display: none;
	}
	
	.page-template-homepage .home-landing-wrap, .page-template-homepage-onepage .home-landing-wrap {
		padding-top: 80px;
	}
	
	/*columns*/
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .shop-list-two-cols ul.products li.product:nth-child(2n+3), .shop-list-three-cols ul.products li.product:nth-child(3n+4), .shop-list-four-cols ul.products li.product:nth-child(4n+5), .shop-list-five-cols ul.products li.product:nth-child(5n+6), .shop-list-six-cols ul.products li.product:nth-child(6n+7) {
		clear: none;
	}
	
	.shop-list-tablet-one-cols ul.products li.product {
		width: 100%;
	}
	
	.shop-list-tablet-two-cols ul.products li.product {
		width: 50%;
	}
	
	.shop-list-tablet-two-cols ul.products li.product:nth-child(2n+3) {
		clear: both;
	}
	
	.shop-list-tablet-three-cols ul.products li.product {
		width: 33.33%;
	}
	
	.shop-list-tablet-three-cols ul.products li.product:nth-child(3n+4) {
		clear: both;
	}
	
	.shop-list-tablet-four-cols ul.products li.product {
		width: 25%;
	}
	
	.shop-list-tablet-four-cols ul.products li.product:nth-child(4n+5) {
		clear: both;
	}
	
	.shop-list-tablet-five-cols ul.products li.product {
		width: 20%;
	}
	
	.shop-list-tablet-five-cols ul.products li.product:nth-child(5n+6) {
		clear: both;
	}
	
	.shop-list-tablet-six-cols ul.products li.product {
		width: 16.66%;
	}
	
	.shop-list-tablet-six-cols ul.products li.product:nth-child(6n+7) {
		clear: both;
	}
}

@media only screen and (max-width: 768px) {
	#portfolio_horizontal_container {}
	
	#portfolio_horizontal_container {
		padding-bottom: 60px;
	}
	
	#portfolio_horizontal_container .portfolio_item {
		width: 100% !important;
		height: auto !important;
		padding: 3px 6px;
		overflow: hidden;
		position: relative;
	}
	
	#portfolio_horizontal_container .portfolio_item img {
		width: 100% !important;
		height: auto !important;
	}
	
	.p_horizontal_wrap {
		-webkit-overflow-scrolling: touch;
	}
	
	.hpw, .p_horizontal_wrap, .resize-carousel-holder {
		padding: 0;
	}
	
	.resize-carousel-holder {
		background: #fff;
	}
	
	.team-holder li {
		float: left;
		width: 50%;
	}
	
	.team-social li a {
		padding: 6px;
	}
	
	.port-desc-holder:before {
		top: 0;
		left: 3px;
		right: 5px;
		bottom: 3px;
	}
	
	.round-filter {
		bottom: 5px;
		width: auto;
		right: 6px;
		left: 6px;
	}
	
	.round-filter:before {
		display: none;
	}
	
	.gallery-filters a {
		width: 100%;
		text-align: left;
		padding-bottom: 10px;
	}
	
	.inline-filter .count-folio {
		width: 100%;
		float: left;
		margin-top: 30px;
	}
	
	.inline-filter .count-folio div {
		float: left;
	}
	
	.inline-filter {
		padding-bottom: 20px;
	}
	
	.mob-pa {
		padding: 0 5px 60px;
	}
	
	.ver-filter {
		bottom: 0;
		left: 2px;
		right: 2px;
	}
	
	.gallery-item, .gallery-item-second, .gallery-item-three {
		width: 100% !important;
		left: 0 !important;
	}
	
	.smp {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.service-one-cols .serv-item {
		width: 100%;
	}
	
	.service-two-cols .serv-item, .service-three-cols .serv-item, .service-four-cols .serv-item, .service-six-cols .serv-item, .serv-item {
		width: 50%;
	}
	
	.portfolio-horizontal_boxed, .hoz-boxed-container-wrapp, .hoz-boxed-row-wrapp {
		height: auto;
	}
	
	.hoz-boxed-desc-wrapp {
		height: auto;
	}
	
	.hoz-boxed-desc-wrapp {
		width: 100%;
		height: auto;
	}
	
	.hoz-boxed-gal {
		width: 100%;
		height: auto;
	}
	
	.portfolio-horizontal .portfolio-pagination {
		margin-bottom: 60px;
	}
	
	.clients-list.clients-six-columns a {
		width: 33.33%;
	}
	
	.grid-small-pad .grid-item-holder, .grid-big-pad .grid-item-holder {
		padding: 3px 0 !important;
	}
	
	/*.grid-none-pad  .grid-item-holder {padding:0 !important;}*/
	.scroll-page-nav {
		width: 30px;
	}
	
	/*home landing page */
	.box {
		width: 50%;
		text-align: center;
	}
	
	.box h4 {
		text-align: center;
	}
	
	.box li {
		display: inline-block;
		padding: 6px;
		float: none !important;
	}
	
	.box ul li a {
		text-align: center;
	}
	
	/*new woocommerce*/
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 50%;
		margin: 0px;
		padding: 10px;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .shop-list-two-cols ul.products li.product:nth-child(2n+3), .shop-list-three-cols ul.products li.product:nth-child(3n+4), .shop-list-four-cols ul.products li.product:nth-child(4n+5), .shop-list-five-cols ul.products li.product:nth-child(5n+6), .shop-list-six-cols ul.products li.product:nth-child(6n+7), .shop-list-tablet-two-cols ul.products li.product:nth-child(2n+3), .shop-list-tablet-three-cols ul.products li.product:nth-child(3n+4), .shop-list-tablet-four-cols ul.products li.product:nth-child(4n+5), .shop-list-tablet-five-cols ul.products li.product:nth-child(5n+6), .shop-list-tablet-six-cols ul.products li.product:nth-child(6n+7) {
		clear: none;
	}
	
	.woocommerce ul.products li.product:nth-child(2n+3), .woocommerce-page ul.products li.product:nth-child(2n+3) {
		clear: both;
	}
}

@media only screen and (max-width: 640px) {
	.num {
		font-size: 62px;
	}
	
	.page-title h1, .page-title h2 {
		font-size: 40px;
	}
	
	.section-title {
		font-size: 30px;
	}
	
	.team-holder li {
		float: left;
		width: 100%;
		padding: 20px 0;
	}
	
	.team-box-holder {
		padding: 20px 0px;
	}
	
	.fixed-filter a {
		width: auto !important;
	}
	
	.gallery-filters a:before {
		height: 1px;
		width: 0;
	}
	
	.gallery-filters a.gallery-filter-active:before {
		width: 40px;
	}
	
	.smp {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	/*.service-one-cols .serv-item,*/
	.service-two-cols .serv-item, .service-three-cols .serv-item, .service-four-cols .serv-item, .service-six-cols .serv-item, .serv-item {
		width: 100%;
	}
	
	.clients-list a {
		width: 50% !important;
	}
	
	/*Home landing page */
	.box {
		width: 100%;
	}
}

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

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.mob-bg {
		display: block;
	}
}
