/*------------------------------------------------------------------
Project:	Munio -  Creative Showcase Portfolio Template
Version:	1.0
Last change:	05/09/2019
Assigned to:	ClaPat 
Primary use:	Showcase Portfolio 
-------------------------------------------------------------------*/

@import url("css/showcase.css");
@import url("css/portfolio.css");
@import url("css/shortcodes.css");
@import url("css/assets.css");


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

01. General Styles
02. Magic Cursor
03. Page Preloader
04. Header Elements
05. Hero Section
06. Main Content 
07. Footer Elements
08. Responsive Media Querries

-------------------------------------------------------------------*/
/* inline @font-face by dror@volant.digital */
/* rubik-regular - latin_hebrew */
@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/rubik-v14-latin_hebrew-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('/fonts/rubik-v14-latin_hebrew-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/fonts/rubik-v14-latin_hebrew-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/fonts/rubik-v14-latin_hebrew-regular.woff') format('woff'), /* Modern Browsers */
		 url('/fonts/rubik-v14-latin_hebrew-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/fonts/rubik-v14-latin_hebrew-regular.svg#Rubik') format('svg'); /* Legacy iOS */
  }
  /* poppins-300 - latin */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/poppins-v15-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('/fonts/poppins-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/fonts/poppins-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/fonts/poppins-v15-latin-300.woff') format('woff'), /* Modern Browsers */
		 url('/fonts/poppins-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/fonts/poppins-v15-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
  }
  /* poppins-regular - latin */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/poppins-v15-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('/fonts/poppins-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/fonts/poppins-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/fonts/poppins-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('/fonts/poppins-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/fonts/poppins-v15-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
  }
  /* poppins-600 - latin */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('/fonts/poppins-v15-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('/fonts/poppins-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/fonts/poppins-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/fonts/poppins-v15-latin-600.woff') format('woff'), /* Modern Browsers */
		 url('/fonts/poppins-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/fonts/poppins-v15-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
  }
  /* poppins-700 - latin */
  @font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/poppins-v15-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('/fonts/poppins-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/fonts/poppins-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('/fonts/poppins-v15-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('/fonts/poppins-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('/fonts/poppins-v15-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
  }

	
/*--------------------------------------------------
	01. General Settings
---------------------------------------------------*/		
	
	html,body{
		font-family: 'Rubik', sans-serif;
		font-weight: 300;
		font-size:15px;
		height:100%;
		width:100%;
		color:#777;
        background-image: linear-gradient(to bottom, #000339, #00174d, #012762, #043777, #05488d, #05488d, #05488d, #05488d, #043777, #012762, #00174d, #000339);
		/*background-color:#000;*/
        direction: rtl;

	}
	
	html {
		box-sizing: border-box;
		margin-right: 0px!important;
		overflow: visible!important;
	}
	
	body {
		overflow: hidden;
		overflow-y:scroll;
		-webkit-transition: opacity 0.2s ease-in-out 0.2s;
		transition: opacity 0.2s ease-in-out 0.2s;
	}
	
	body.smooth-scroll {
		overflow:hidden;
	}
	
	body.hidden {
		opacity:0;
	}
	
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		border: 0;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;
	}
	
	article,
	aside,
	details,
	figcaption,
	footer,
	header,
	hgroup,
	nav,
	section {
		display: block;
	}
	
	audio {
		display: inline-block;
		max-width: 100%;
	}	
	
	address {
		font-style: italic;
		margin-bottom: 24px;
	}
	
	abbr[title] {
		border-bottom: 1px dotted #2b2b2b;
		cursor: help;
	}
	
	b,
	strong {
		font-weight: 600;
		color:#000;
	}
	
	.light-content b, .light-content strong {
		font-weight: 600;
		color:#fff;
	}
	
	cite,
	dfn,
	em,
	i {
		font-style: italic;
	}
	
	mark, ins {
		background: none repeat scroll 0 0 #111;
		text-decoration: none;
		color: #fff;
		padding: 0px 10px;
		display: inline-block;
		border-radius: 2px;
	}
	
	code,
	kbd,
	tt,
	var,
	samp,
	pre {
		font-family: monospace, serif;
		font-size: 15px;
		-webkit-hyphens: none;
		-moz-hyphens:    none;
		-ms-hyphens:     none;
		hyphens:         none;
		line-height: 1.6;
	}
	
	pre {
		border: 1px solid rgba(0, 0, 0, 0.1);
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		margin-bottom: 24px;
		max-width: 100%;
		overflow: auto;
		padding: 12px;
		white-space: pre;
		white-space: pre-wrap;
		word-wrap: break-word;
	}
	
	blockquote,
	q {
		-webkit-hyphens: none;
		-moz-hyphens:    none;
		-ms-hyphens:     none;
		hyphens:         none;
		quotes: none;
	}
	
	blockquote:before,
	blockquote:after,
	q:before,
	q:after {
		content: "";
		content: none;
	}
	
	blockquote {
		color: #000;
		font-size: 18px;
		font-style: italic;
		font-weight: 300;
		line-height: 30px;
		margin-bottom: 24px;
		font-family:Georgia, "Times New Roman", Times, serif;
		border-left:2px #ddd solid;
		padding:20px 20px 20px 40px;
		letter-spacing: 0.01em;
	}
	
	.light-content blockquote {
		color: #fff;
	}
	
	blockquote span {
		display:block;
		margin-top:20px;
		font-weight:400;
		font-size:12px;
		font-style:normal;
		font-family: Verdana,Geneva,sans-serif;
		color:#999;
	}
	
	blockquote cite,
	blockquote small {
		color: #2b2b2b;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
	}
	
	blockquote em,
	blockquote i,
	blockquote cite {
		font-style: normal;
	}
	
	blockquote strong,
	blockquote b {
		font-weight: 400;
	}
	
	small {
		font-size: smaller;
	}
	
	big {
		font-size: 125%;
	}
	
	sup,
	sub {
		font-size: 75%;
		height: 0;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}
	
	sup {
		bottom: 1ex;
	}
	
	sub {
		top: .5ex;
	}
	
	dl {
		margin-bottom: 24px;
	}
	
	dt {
		font-weight: bold;
	}
	
	dd {
		margin-bottom: 24px;
	}
	
	ul,
	ol {
		list-style: none;
		margin: 0 0 24px 20px;
	}
	
	ul,
	ol {
		list-style: none;
		margin: 0 0 24px 20px;
	}
	
	ul {
		list-style: disc;
	}
	
	ol {
		list-style: decimal;
	}
	
	li > ul,
	li > ol {
		margin: 10px 0 0 20px;
	}
	
	li {
		line-height: 20px;
		color:#333;
		margin-bottom:10px;
	}
	
	.light-content li {
		color:#fff;
	}
	
	figure {
		margin:0;
		position:relative;
		display: block;
	}
	
	figure.has-parallax {		
		overflow:hidden;
		max-height:80vh;
	}
	
	figure img {
		max-width:100%;
	}
	
	.full img {
		width:100vw;
	}
	
	figcaption {
		background-color: transparent;/*rgba(0,0,0,1)*/
		bottom: 2px;
		color: #fff;
		font-weight:400;
		font-size: 12px;
		padding: 10px 60px 10px 10px;
		position: absolute;
		right: 25px;
		z-index: 10;
		border-radius:3px;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.6);
	}
	
	fieldset {
		border: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0 0 24px;
		padding: 0;
	}
	
	legend {
		white-space: normal;
	}
	
	button,	input {
		line-height: normal;
	}
	
	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}
	
	button, html input[type="button"], input[type="reset"], input[type="submit"] {
		cursor: pointer;
	}
	
	button[disabled],
	input[disabled] {
		cursor: default;
	}
	
	input[type="checkbox"],
	input[type="radio"] {
		padding: 0;
	}
	
	input[type="search"] {
		-webkit-appearance: textfield;
	}
	
	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}
	
	button::-moz-focus-inner, input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}
	
	textarea {
		overflow: auto;
		vertical-align: top;
	}
	
	table, th, td {
		border: 1px solid rgba(0, 0, 0, 0.1);
	}
	
	table, th, td {
		border: 1px solid rgba(0, 0, 0, 0.1);
	}
	
	table {
		border-collapse: separate;
		border-spacing: 0;
		border-width: 1px 0 0 1px;
		margin-bottom: 24px;	
		width: 100%;
	}
	
	caption, th, td {
		font-weight: normal;
		text-align: left;
	}
	
	th {
		border-width: 0 1px 1px 0;
		padding: 10px;
	}
	
	td {
		border-width: 0 1px 1px 0;
		padding: 10px;
	}
	
	del {
		color: #767676;
	}
	
	hr {
		border: 0;
		height: 25px;
		width:100%;
		float:none;
		margin:0;
		display:inline-block;
	}
	
	hr.small {
		height:20px;
	}
	
	hr:after {
		clear: both;
		content: " ";
		display: block;
		height: 0;
		visibility: hidden;
	}
	
	::selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}
	
	::-moz-selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}
	
	img {
		border: 0 none;
		max-width: 100%;
		vertical-align: middle;
		height:auto;
	}
		
	h1, h2, h3, h4, h5, h6 {
		font-weight: 600;
		color:#000;
		margin-bottom:20px;
	}
	
	.light-weight {
		font-weight:500!important;
	}
	
	h1{
		font-size:48px;
		line-height: 60px;
	}
	
	h2{
		font-size: 36px;
		line-height: 48px;
	}
	
	h3{
		font-size:30px;
		line-height: 40px;
		margin-left:-1px;
	}
	
	h4{
		font-size:22px;
		line-height: 29px; /*36*/
		margin-left:-1px;	
	}
	
	h5{
		font-size:17px; /*18*/
		line-height: 24px; /*28*/
		margin-left:-1px;
	}
	
	h6{
		font-size:14px;
		line-height: 24px;
	}
	
	.secondary-font {
		font-weight: 700;
		font-family: 'Oswald', sans-serif;
	}
	
	.light-content h1, .light-content h2, .light-content h3, .light-content h4, .light-content h5, .light-content h6 {
		color: #fff!important;
	}
	
	.light-content .white-section h1, .light-content .white-section h2, .light-content .white-section h3, .light-content .white-section h4, .light-content .white-section h5, .light-content .white-section h6 {
		color: #000!important;
	}
	
	.light-content p {
		color:rgba(255,255,255,0.5);
	}
	
	.light-content .white-section p {
		color:rgba(0,0,0,0.5);
	}
	
	.title-has-line {
		position:relative;
	}
	
	.title-has-line::after {
		background: none repeat scroll 0 0 #000;
		bottom: 20px;
		content: "";
		height: 1px;
		left: -40px;
		position: absolute;
		width: 25px;
	}
	
	p.title-has-line::after {
		background: none repeat scroll 0 0 #000;
		top: 14px;
		content: "";
		height: 1px;
		left: -30px;
		position: absolute;
		width: 16px;
	}
	
	.light-content .title-has-line::after {
		background: none repeat scroll 0 0 rgba(255,255,255,1);
	}
	
	p {
		font-size:15px;
		margin-bottom:10px;
		line-height:28px;
		color:#777;
	}
	
	.light-content p {
		color:#999;
	}
	
	p.no-margins {
		margin-bottom:0;
	}
	
	.bigger {
		font-size: 24px;
		font-weight: 400;
		line-height:36px;
		color:#222;
	}
	
	.smaller {
		font-size: 12px;
	}
	
	.container {
		max-width:1280px;
		width:100%;
		margin:0 auto;
		box-sizing:border-box;
	}
	
	.post-content .container {
		padding:0;
	}
	
	.container::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	a:hover, a:active {
	  outline: 0;
	  color: #000;
	}
	
	a {
		text-decoration: none;
		color: #000;
		outline: 0;
	}
	
	.light-content a {
		color: #fff;
	}
	
	a:hover {
		text-decoration:none;
	}

	.one-half {
    	width: 70%!important;
	}	
	
	.one_half {
    	width: 48%!important;
	}	

	.one_third {
		width: 30.6%!important;
	}	

	.one_fourth {
		width: 22%!important;
	}	

	.one_fifth {
		width: 16.8%!important;
	}	

	.one_sixth {
		width: 13.33%!important;
	}	

	.two_fifth {
		width: 37.6%!important;
	}	

	.two_fourth {
		width: 48%!important;
	}		

	.two_third {
		width: 65.33%!important;
	}	

	.three_fifth {
		width: 58.4%!important;
	}	

	.three_fourth {
		width: 74%!important;
	}	

	.four_fifth {
		width: 79.2%!important;
	}	

	.five_sixth {
		width: 82.67%!important;
	}	

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		float: right!important;/*left*/
		margin-bottom: 20px!important;
		margin-left: 2%!important;/*margin-right*/ /*margin-left: 4%*/
		position: relative!important;
	}

	.last {
		margin-right:0px!important;
	}
	
	.text-align-center {
		text-align:center;
	}
	
	.text-align-left {
		text-align:left;
	}
	
	.outer {
		display:table;
		width:100%;
		height:100%;
	}
	
	.inner {
		display:table-cell;
		vertical-align:middle;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	.vc_row {
		position:relative;
		z-index:1;
		opacity:1;
		box-sizing:border-box;
	}
	
	.vc_row.small {
		max-width:800px;
		width:100%;
		margin:0 auto;
	}
	
	.vc_row.full {
		margin-left: calc(50% - 50vw)!important;
		margin-right: calc(50% - 50vw)!important;
		max-width: 1000%!important;
		width: 100vw!important;
	}
	
	.full {
		margin-left: calc(50% - 50vw)!important;
		margin-right: calc(50% - 50vw)!important;
		max-width: 1000%!important;
		width: 100vw!important;
	}
	
	.vc_row::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	.full .vc_column_container > .vc_column-inner {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	
	.full .wpb_button, .full .wpb_content_element, .full ul.wpb_thumbnails-fluid > li {
		margin-bottom: 0!important;
	}
	
	.vc_row.has-animation {
		opacity:0;
	}
	
	.row_padding_top {
		padding-top:8vw;
	}
	
	.row_padding_bottom {
		padding-bottom:8vw;
	}
	.row_padding-top /*UB*/{
		padding-top:1vw;
	}
	
	.row_padding-bottom /*UB*/{
		padding-bottom:1vw;
	}
	.row_padding_left /*UB*/{
		padding-left:19vw;/*8vw*/
	}
	
	.row_padding_right {
		padding-right:19vw;/*8vw*/
	}
	
	.row_padding_all {
		padding:19vw;/*8vw*/
	}
	
	main {
		-webkit-transition: background 0.4s ease-in-out 0s;
		transition: background 0.4s ease-in-out 0s;
	}

/*--------------------------------------------------
	02. Magic Cursor
---------------------------------------------------*/	
	
	
	#magic-cursor {
	  position: absolute;
	  left:0;
	  top:0;
	  width: 30px;
	  height: 30px;
	  pointer-events: none;
	  z-index:10000;
	  -webkit-transition: opacity 0.2s ease-in-out 0.5s;
		transition: opacity 0.2s ease-in-out 0.5s;
	}
	
	.hidden-ball #magic-cursor {
		opacity:0!important;
	}
	
	#ball {
		position: fixed;
		transform: translate(-50%, -50%);
		width: 30px;
		height: 30px;
		border: 2px solid #000;
		border-radius: 50%;
		pointer-events: none;
		opacity:1;
		box-sizing:border-box;	
	}
	
	.mfp-zoom-out-cur #ball {
		opacity:0;
		-webkit-transition: opacity 0.2s ease-in-out 0s;
		transition: opacity 0.2s ease-in-out 0s;
	}
	
	.light-content #ball, #ball.over-movie,  .light-content #ball.with-icon {
		border: 2px solid #fff;
		border-color:#fff!important;
	}
	
	#ball:before {
		font-family: FontAwesome;
		content: "\f078";
		font-size:6px;
		width:4px;
		height:8px;
		line-height:8px;
		text-align:center;
		position:absolute;
		left:10px;
		top:32px;
		color:#000;
		opacity:0;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball:before {
		color:#fff;
	}
	
	#ball:after {
		font-family: FontAwesome;
		content: "\f077";
		font-size:6px;
		width:4px;
		height:8px;
		line-height:8px;
		text-align:center;
		position:absolute;
		left:10px;
		top:-12px;
		color:#000;
		opacity:0;
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball:before, .light-content #ball:after {
		color:#fff;
	}
	
	.scale-up #ball:before {
		width:8px;
		opacity:1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	
	.scale-up.scale-up-top #ball:before {
		width:4px;
		opacity:0;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
	}
	
	.scale-up #ball:after {
		width:8px;
		opacity:1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	
	.scale-up.scale-up-bottom #ball:after {
		width:4px;
		opacity:0;
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
	}
	
	.scale-up.scale-none #ball:before, .scale-up.scale-none #ball:after {
		opacity:0;
	}
	
	#hold-event {
		width: 26px;
		height: 26px;
		position: absolute;
		top: 0px;
		left: 0px;
		border-radius: 100%;
		background: rgba(255,255,255,0);
	}
	
	#hold-event::after {
		content: "Hold";
		font-size: 11px;
		font-weight:500;
		width: 60px;
		height: 10px;
		box-sizing:border-box;
		line-height: 10px;
		padding-top:10px;
		text-align: center;
		position: absolute;
		right: -18px;
		top: 45px;
		color: #000;
		opacity:0;
		overflow:hidden;
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #hold-event::after {
		color: #fff;
	}
	
	.hold #hold-event::after {		
		padding-top:0;
		opacity:1;
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
	}
	
	.with-icon #hold-event {
		opacity:0;
		padding-top:20px;
		transition: all 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.with-icon #hold-event:after {
		opacity:0;
		padding-top:20px;
		transition: all 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	#ball i {
		color:#000;
		width:29px;
		height:30px;
		line-height:28px;
		text-align:center;
		font-size:6px;
		display:block;
		opacity:1;
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball i, #ball.over-movie i, .light-content #ball.with-icon i {
		color:#fff;
	}
	
	.scale-up #ball i {
		opacity:0;
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	#ball.with-icon i {
		width:27px;
	}
	
	#ball.with-icon i:nth-child(2) {
		display:none;
	}
	
	#ball.close-icon i {
		width:27px;
		font-size:8px;
	}
	
	#ball.over-movie i.fa-play, #ball.over-movie.pause-movie i.fa-pause {
		display:block;
	}
	
	#ball.over-movie i.fa-pause, #ball.over-movie.pause-movie i.fa-play {
		display:none;
	}
	
	#ball-loader {
		width: 40px;
		height: 40px;
		position:absolute;
		background-color: transparent;
		border-right: 2px solid transparent;
		border-bottom: 2px solid #000;
		border-left: 2px solid transparent;
		border-top: 2px solid transparent;
		border-radius: 50px;
		box-sizing: border-box;
		opacity:0;
		transform: translate(-9px, -9px) rotate(0deg);
		-webkit-animation: rotating 0.8s ease-in-out infinite;
		animation: rotating 0.8s ease-in-out infinite;
		-webkit-transition: opacity 0s ease-in-out 0s;
		transition: opacity 0s ease-in-out 0s;
	}
	
	.light-content #ball-loader { 
		border-bottom: 2px solid #fff;
	}
	
	.show-loader #ball-loader {
		opacity:1;
		-webkit-transition: opacity 0.2s ease-in-out 0s;
		transition: opacity 0.2s ease-in-out 0s;
	}
	
	@keyframes rotating {
      0% {
		-webkit-transform: translate(-7px, -7px) rotate(0deg);
		transform:  translate(-7px, -7px) rotate(0deg);
      }
	  
	  95% {
        -webkit-transform:  translate(-7px, -7px) rotate(350deg);
		transform:  translate(-7px, -7px) rotate(350deg);
      }
	  
      100% {
        -webkit-transform:  translate(-7px, -7px) rotate(360deg);
		transform:  translate(-7px, -7px) rotate(360deg);
      }
	}
	
	.show-loader a, .show-loader nav {
		pointer-events:none;
	}
	
	#rotate-device {
		width:100%;
		height:100%;
		position:fixed;
		z-index:1000;
		top:0;
		left:0;
		background-color:#0f1010;
		background-image:url(images/rotate.png);
		background-size:100px 100px;
		background-position:center;
		background-repeat:no-repeat;
		display:none;
	}
	
	
/*--------------------------------------------------
	03. Page Preloader
---------------------------------------------------*/	

	.preloader-wrap {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0; 
		bottom: 0;
		background: #fff;
		z-index : 800;
		text-align:center;
	}
	
	.light-content.preloader-wrap {
        background-image: linear-gradient(to bottom, #000221, #071837, #0d2750, #10376a, #104885, #104885, #104885, #104885, #10376a, #0d2750, #071837, #000221);
		/*background: #000;*/
	}
	
	.percentage {		
		z-index: 100;
		opacity:1;
		font-size: 50px  !important;;
		line-height: 75px  !important;;
		color: #000;
		font-weight: 500;
		letter-spacing:.005em;
	}
	
	.light-content .percentage {
		color: #fff;
	}
	
	.scale-title .percentage {	
		transform: scaleY(0.63), scaleX(0.6)  !important;
		-webkit-transform: scaleY(0.63), scaleX(0.6) !important;
	}
	
	.trackbar {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		margin-top:0px;
		position: fixed;
		top:0;
		left:0;
		right:0;
		opacity: 1;
	}
	
	.loadbar {
		width: 0%;
		height: 5px;
		background: rgba(0,0,0,1); 
		position: absolute;
		top: 0px;
		left: 0;
		right:0;
		overflow: hidden;
	}
	
	.light-content .loadbar {
		background: rgba(255,255,255,1);
	}
	
	.hold-progress-bar {
		width: 0%;
		height: 6px;
		background: rgba(255,255,255,1); 
		position: absolute;
		top: 0px;
		left: 0;
		right:0;
		overflow: hidden;
	}
	
	.light-content .hold-progress-bar {
		background: rgba(0,0,0,1);
	}
	
/*--------------------------------------------------
	04. Header Elements
---------------------------------------------------*/	
	
	.admin-bar header {
		top:32px;
	}
	
	header {
		width:100%;
		height:140px;
		left:0;
		top:0;
		background-color:transparent;
		position:fixed;
		box-sizing:border-box;
		z-index:1000;
		pointer-events:none;
		-webkit-transition: background 0.4s ease-in-out 0.3s;
		transition: background 0s ease-in-out 0s;
	}
	
	#header-container {
		box-sizing: border-box;
		height: inherit;
		padding: 30px 80px;
		margin: 0 auto;
		position: relative;
		width: 100%;
		z-index: 20;
		opacity: 0;
	}
	
	.header-visible #header-container{
		opacity:1;
	}
	
	.header-middle {
		max-width: 1280px;
		padding:0 50px;
		box-sizing:border-box;
		position: relative;
		margin: 0 auto;
		opacity:0;
	}
	
	#logo {
		position: relative;
		display: table;
		pointer-events: initial;
		z-index: 10;
		top: 20px;
		float: left;
	}
	
	#logo a {
		display:block;
		-webkit-transition: transform 0.5s ease-in-out 0.1s;
		transition: transform 0.5s ease-in-out 0.1s;	
	}
	
	.logo-hidden #logo a {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
	
	#logo a.disable, .open #logo a {
		pointer-events: none;
	}
	
	#logo img {
		display: block;
		height: 40px;
		width: auto;
		max-width:none;
	}
	
	#logo img.black-logo {
		opacity:1;
	}
	
	.light-content #logo img.black-logo {
		opacity:0;
	}
	
	#logo img.white-logo {
		position:absolute;
		top:0;
		left:0;
		opacity:0;
	}
	
	.light-content #logo img.white-logo {
		opacity:1;
	}
	
	.light-content .white-header #logo img.black-logo {
		opacity:1;
	}
	
	.light-content .white-header.over-white-section #logo img.black-logo, .show-loader .light-content .white-header #logo img.black-logo {
		opacity:0;
	}
	
	.light-content .white-header #logo img.white-logo {
		opacity:0;
	}
	
	.light-content .white-header.over-white-section #logo img.white-logo, .show-loader .light-content .white-header #logo img.white-logo {
		opacity:1;
	}
	
	.menu-open.light-content .slide-in #logo img.white-logo {
		opacity:1;
	}
	
	nav {
		pointer-events: initial;
	}
	
	.vc_row.full {
		width: 100vw!important; /*UB*/
	}
	
	
	@media all and (min-width: 1025px) {
	
		.classic-menu nav {
			position: relative;
			width: auto;
			top: 0px;
			-webkit-transition: all 0.2s ease-in-out 0.5s;
			transition: all 0.2s ease-in-out 0.5s;
			display:block;
			float:right;
			height: 60px;
			margin: 10px 0;
			background-color:transparent!important;
		}
		
		.flexnav {
			display: block;
			float: right;
			position: relative;
			width: auto;
			max-height: 60px;
		}
		
		.flexnav li ul {   
			min-width: 170px;
		}	
		
		.flexnav .touch-button {
			background: transparent none repeat scroll 0 0;
		}	
		
		.flexnav .touch-button .navicon {
			display:none;
		}
		
		.flexnav li {    
			background: transparent none repeat scroll 0 0;
			padding:0 25px;
			padding-bottom:20px;
			padding-top:20px;
		}
		
		.classic-menu .menu-timeline {
			opacity:1!important;
			-webkit-transition: translateY(0px)!important;
			transform: translateY(0px)!important;
		}
		
		.flexnav li:last-child {
			padding-right:0px;
		}
		
		.flexnav li a {    
			background: transparent none repeat scroll 0 0;
			padding: 0 5px;
			position:relative;
			border-left: medium none;
			font-weight: 600;
			font-family: 'Poppins', sans-serif;
			color:#000;		
			font-size:12px;
			line-height:20px;
			display:block;
			overflow:hidden;
			-webkit-transition: all 0.15s ease-in-out;
			transition: all 0.15s ease-in-out;
		}
		
		.light-content .flexnav li a { 
			color:#fff;		
		}
		
		.flexnav:hover li a {
			color: rgba(0,0,0,0.4);
		}
		
		.light-content .classic-menu .flexnav:hover li a {
			color: rgba(255,255,255,0.4);
		}
		
		.classic-menu .flexnav li:hover a {
			color:#000;
		}
		
		.light-content .classic-menu .flexnav li:hover a {
			color:#fff;
		}
	
		.classic-menu .flexnav li a span {
			position: relative;
			display: block;
			-webkit-transition: -webkit-transform 0.2s;
			transition: transform 0.2s;
			transform-origin: 100% 0%;
		}
		
		.classic-menu .flexnav li a span::before {
			position: absolute;
			top: 100%;
			width:100%;
			left:0;
			content: attr(data-hover);
		}
		
		.classic-menu .flexnav li:hover a span {
			-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
			transform-origin: 0% 0%;
		}
		
		.flexnav li ul li a { 
			padding:0 20px 20px;
			background-color:transparent;
			font-size:13px;
			font-family: 'Roboto', sans-serif;
			font-weight:400;
			text-transform:none;
			color:#fff!important;
			opacity:0.3;
			-webkit-transition: all 0.05s ease-in-out;
			-moz-transition: all 0.05s ease-in-out;
			-o-transition: all 0.05s ease-in-out;
			-ms-transition: all 0.05s ease-in-out;
			transition: all 0.05s ease-in-out;
		}
		
		.flexnav li ul li a.link::before {
			display:none;
		}
		
		.flexnav li ul li a.active, .flexnav li ul li a:hover {
			opacity:1;
		}
		
		.flexnav li > ul li {
			margin-left:0;
			padding:0;
		}
		
		.classic-menu .flexnav li ul {
			-webkit-transform: translate3d(0px, 30px, 0px);
			transform: translate3d(0px, 30px, 0px);
			display:block!important;
			opacity:0!important;
			height:inherit!important;
			overflow:visible!important;
			visibility:hidden;
			left:10px;
			top:60px;
			padding-top:20px;
			background: #000;		
			border-radius:3px;
			-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out!important;
			transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out!important;
		}
		
		.classic-menu .flexnav li ul ul {
			left:15px!important;
			margin-left: 0;
		}
		
		.flexnav li ul:after {
			display: block;
			content: '';
			position: absolute;
			top: -6px;
			left: 20px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 10px 9px;
			border-color: transparent transparent #000;
		}
		
		.flexnav ul li ul:after {
			display: block;
			content: '';
			position: absolute;
			top: -5px;
			left: 15px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 10px 9px;
			border-color: transparent transparent #000;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		
		.classic-menu .flexnav li ul li > ul, .classic-menu .flexnav li ul.open ul.open {
			top: 43px;
		}
		
		.classic-menu .flexnav ul li ul li a {
			background: #000;
		}
		
		.classic-menu .flexnav ul li ul li ul li a {
			background: #000;
		}
		
		.flexnav li ul.flexnav-show {
			-webkit-transform: translate3d(0px, 0px, 0px);
			transform: translate3d(0px, 0px, 0px);
			opacity:1!important;
			visibility:visible;
			-webkit-transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
			transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;	
		}
		
		.flexnav .touch-button {
			display:none;
		}		
		
		/*-- Full Screen Menu --*/	
		
		.scale-title .fullscreen-menu .menu-timeline a span {
			transform: scaleY(0.7);
			-webkit-transform: scaleY(0.7);
			display:block;
		}
		
		.fullscreen-menu .nav-height {
			overflow-y: scroll;
			position: relative;
			height: 100%;
			padding: 40px 0;
			padding-right: 30px;
			width: calc(100% + 30px);
			box-sizing: border-box;
		}
		
		.fullscreen-menu nav {
			height: 100vh;
			position: fixed;
			top:0;
			left:0;
			width: 100%;
			box-sizing: border-box;
			visibility: visible;
			pointer-events:none;
			opacity:0;
			padding:20px 0;		
			-webkit-transition: all 0.2s ease-in 0.6s;
			transition: all 0.2s ease-in 0.6s;
		}
		
		.fullscreen-menu nav.open {
			visibility:visible;
			pointer-events:initial;
			opacity:1;
			-webkit-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
		}
		
		.fullscreen-menu .flexnav {
			max-height: 2000px;
			-webkit-transition: all 0.2s ease-in 0.6s;
			transition: all 0.2s ease-in 0.6s;
			display: table;
			width: auto;
			margin: 0 auto;
			float: none;
		}
		
		.fullscreen-menu .flexnav.flexnav-show {
			-webkit-transition: all .3s ease-out 0.2s;
			transition: all .3s ease-out 0.2s;	
		}
		
		.fullscreen-menu .flexnav li {
			text-align:center;
			line-height: 90px;
			padding:0 25px;
			box-sizing:border-box;
			float:none;
			
		}
		
		.fullscreen-menu .menu-timeline {
			opacity:0;
			-webkit-transition: translateY(80px);
			transform: translateY(80px);
		}
		
		.fullscreen-menu .flexnav .touch-button {
			width: 100%;
			display: block;
			height: calc(4vw + 20px);
		}
		
		.fullscreen-menu .flexnav .touch-button .navicon {
			display:none;
		}
		
		.fullscreen-menu .flexnav li.link {
			border-bottom: none;	
		}
		
		.fullscreen-menu .flexnav li a {
			font-weight: 700;
			font-size:80px;
			line-height:80px;
			padding:0;
			-webkit-transition: all .1s ease-in-out 0s;
			transition: all .1s ease-in-out 0s;
            /*text-shadow: 2px 2px 2px rgba(0,0,0,1);*/
		}
		
		.fullscreen-menu .flexnav li a {
			color:RGBA(78,229,238,.3);/*transparent*/ /*menu font fill*/
			-webkit-text-stroke: 1px rgba(255,255,255,0.3);
		}
		
		.fullscreen-menu .flexnav li:hover a, .fullscreen-menu .flexnav li a.active{ 
			color:#fff;/*menu font fill hover*/
			-webkit-text-stroke: 1px rgba(255,255,255,0);
		}
		
		.fullscreen-menu .flexnav a.link::before {
			display:none;
		}
		
		.fullscreen-menu .flexnav li ul {
			margin-bottom:20px;
			position:relative;
			left:0;			
		}
		
		.fullscreen-menu .flexnav li ul:after {
			display:none;
		}
		
		.fullscreen-menu .flexnav li ul li a {
			padding: 10px 0;
			font-size: 14px;
			font-weight: 500;
			font-family: 'Poppins', sans-serif;
			line-height:20px;
			border-top: none;
			text-transform:none;
		}
		
		.fullscreen-menu .flexnav ul li ul li a {
			background:transparent;
		}
		
		.fullscreen-menu .flexnav li ul li > ul, .fullscreen-menu .flexnav li ul.open ul.open {
			margin-left: 0;
			top: 0;
		}
		
		.fullscreen-menu li.buy-item  {
			position: fixed !important;
			top: calc(100vh - 100px);
			font-size: 14px;
			line-height:30px;
			font-weight: 500;
			margin: 0 auto;
			display: table !important;
			width: 160px;
			left: calc(50% - 90px);
			pointer-events: initial;
		}
		
		.fullscreen-menu li.buy-item a {			
			font-size: 14px;
			line-height:30px;
			pointer-events: initial;
			color:#fff!important;
			-webkit-text-stroke: 1px rgba(255,255,255,0);
		}
		
		.fullscreen-menu li.buy-item, .fullscreen-menu li.buy-item a {
			pointer-events: none;
		}
		
		.fullscreen-menu nav.open li.buy-item, .fullscreen-menu nav.open li.buy-item a {
			pointer-events: initial;
		}
	
	}

	nav, nav.open {
		-webkit-transition: all 0s ease-in 0s;
		transition: all 0s ease-in 0s;
		background:transparent;
	}

	#burger-wrapper {
		width: 40px;
		height: 40px;
		float: right;
		top: 0px;
		right: 0;
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		pointer-events: initial;
	}
	
	.classic-menu .button-wrap.right.menu {
		display:none;
	}

	#menu-burger {
		top:0px;
		width: 25px;
		height: 25px;
		position: relative;
		margin: 0 auto;		
		z-index:2;
		pointer-events: none;
	}
	
	.menu-overlay #menu-burger {
		display:block;
	}

	#menu-burger span {
	  display: block;
	  position: absolute;
	  height: 5px;
	  width: 5px;
	  border-radius:5px;
	  background-color: #000;
	  opacity: 1;
	  top:10px;
	  left:0;
      box-shadow: 1px 1px 2px #000;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  height  0.2s ease-in-out, width  0.2s ease-in-out, top 0.2s ease-in-out, left  0.2s ease-in-out;
	  transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  height  0.2s ease-in-out, width  0.2s ease-in-out, top 0.2s ease-in-out, left  0.2s ease-in-out;
	}
	
	#burger-wrapper .touch-button {
		display:none;
	}
	
	.light-content #menu-burger span {
		background-color:#fff;
	}
	
	.light-content .white-header #menu-burger span {
		background-color:#000;
	}
	
	.light-content .white-header.over-white-section #menu-burger span, .show-loader .light-content .white-header #menu-burger span {
		background-color:#fff;
	}

	#menu-burger span:nth-child(1) {
	  	left: 0px;
	}
	
	#menu-burger span:nth-child(2){
	  	left: 10px;
	}
	
	#menu-burger span:nth-child(3){
	  	left: 20px;
	}
	
	.button-wrap.right.menu .icon-wrap:hover #menu-burger span:nth-child(1) {
	  	left: 10px;
	}
	
	.button-wrap.right.menu .icon-wrap:hover #menu-burger span:nth-child(3) {
	  	left: 10px;
	}
	
	.button-wrap.right.menu .icon-wrap:hover #menu-burger.open span:nth-child(1) {
	  	left: 3px;
	}
	
	.button-wrap.right.menu .icon-wrap:hover #menu-burger.open span:nth-child(3) {
	  	left: 3px;
	}
	
	#menu-burger.open span:nth-child(1) {
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top:12px;
	  height: 2px;
	  width:20px;
	  left: 3px;
	}
	
	#menu-burger.open span:nth-child(2) {
	   -webkit-transform: scale(0);
	  transform: scale(0);
	}
	
	#menu-burger.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	  top:12px;
	  height: 2px;
	  width:20px;
	  left: 3px;
	}
	
	
	
	
	
	
/*--------------------------------------------------
	05. Hero Section
---------------------------------------------------*/		
	
	#hero {		
		width:100%;
		height:auto;
		max-height:100%;
		position:relative;
		z-index:0;
	}
	
	#hero.has-image {
		z-index:2;
		height:100vh;
		overflow:hidden;
	}
	
	#hero-styles {
		position: relative;
		width: 100%;
		height:auto;
		top: 0;
		left: 0;
		right: 0;
		display: block;
		margin: 0 auto;
		z-index:2;		
	}
	
	#hero.has-image #hero-styles {
		position: fixed;
		height:100vh;
	}
	
	#hero-caption {
		display: table;
		width: 100%;
		max-width:1280px;
		padding: 200px 50px 60px 50px;
		margin: 0 auto;
		height: 100%;
		position: relative;
		box-sizing: border-box;	
		text-align:center;	
	}

	#hero_caption {
		display: table;
		width: 100%;
		max-width:1280px;
		padding: 75px 50px 15px 50px;
		margin: 0 auto;
		height: 100%;
		position: relative;
		box-sizing: border-box;	
		text-align:center;	
	}
	
	#hero.has-image #hero-caption {		
		padding: 0 50px;
	}
	
	#hero #hero-caption .inner {
		vertical-align: middle;
	}
	
	#hero-bg-wrapper {
		position: fixed;
		width: 100%;
		height: 100vh;
		z-index: 0;
		margin: 0 auto;
		left: 0;
		top:0;
		right: 0;
		-webkit-transition: filter 0.6s ease-in-out;
		transition: filter 0.6s ease-in-out;
		overflow: hidden;
	}
	
	#hero-bg-image::after {
		content: "";
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		pointer-events: none;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	}
	
	#hero-image-parallax {
		position:absolute;
		width:100%;
		height:100%;
		transform-style: preserve-3d;
	}
	
	#hero-bg-image {
		background-size:cover;
		position:absolute;
		background-position:center center;
		width:100%;
		height:100%;
		z-index:0;
		opacity:0;
		perspective: 1000px;
		overflow:visible;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	.load-project-page #hero-bg-image, .load-next-project #hero-bg-image {
		opacity:1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);	
	}
	
	.load-project-page-carousel #hero-bg-image {
		opacity:1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);	
	}
	
	.hero-title {
		margin-bottom:0px;
		width:auto;
		font-size:120px;
		line-height:120px;
		height:120px;
		font-weight: 700;
		z-index:10;
		color:#000;		
		position:relative;
		transform: translateY(5vh);
		-webkit-transform: translateY(5vh);
		opacity:0;
		margin:auto;
		display:table;
	}
	
	.hero-title span {
		display: block;
		float:left;
		margin: 0;
		min-width: 20px;
		width:auto;
		line-height:120px;
		height:120px;
		box-sizing: border-box;
		opacity: 0;
		color:#fff;
		-webkit-text-stroke: 0px #fff;
		-webkit-transform: translateY(200px) scaleY(2);
		transform: translateY(200px) scaleY(2);
	}
	.hero-title2 /*UB*/{
		font-size:100px;
		line-height:100px;
		height:50px;
	}
	.scale-title .scale-wrapper {
		transform: scaleY(0.7);
		-webkit-transform: scaleY(0.7);
	}
	
	.hero-title div {
		position: absolute;
		text-align: center;
		left: 1px;
		right: 0;
	}
		
	
	.light-content .hero-title {
		color:#fff;		
	}
	
	.load-project-page .hero-title, .load-project-page-carousel .hero-title {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		opacity:1!important;
	}
	
	.load-next-project .hero-title  {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		opacity:1!important;
	}
	
	.load-next-page .hero-title {
		transform: translateY(0px)!important;
		-webkit-transform: translateY(0px)!important;
		opacity:1!important;
	}
    .subtitle{
        color:#fff!important;/*#FFFFBA*/
        text-shadow: 1px 1px 1px #000 !important;
    }
	
	.hero-subtitle {
		font-size:18px;/*16px*/
		font-weight:600;
		line-height:20px;
		margin-bottom:0px;
		width: 100%;
		z-index: 10;
		opacity:0;
		position:relative;
		color:#000;
		transform: translateY(15vh);
		-webkit-transform: translateY(15vh);
	}
	
	.load-next-project .hero-subtitle, .load-project-page-carousel .hero-subtitle {
		transform: translateY(0px)!important;
		-webkit-transform: translateY(0px)!important;
		opacity:1!important;
	}
	
	.load-next-page .hero-subtitle {
		transform: translateY(0px)!important;
		-webkit-transform: translateY(0px)!important;
		opacity:1!important;
	}
	
	.load-project-page .hero-subtitle {
		transform: translateY(0px)!important;
		-webkit-transform: translateY(0px)!important;
		opacity:1!important;
	}
	
	.light-content .hero-subtitle {
		color:#fff;		
	}
	
	#hero.has-image .hero-subtitle:before, .text-align-center .hero-subtitle:before {
		left:50%;
		margin-left:-10px;
	}
	
	.hero-bottom {
		position: absolute;
		width: 100%;
		height: 140px;
		padding: 60px 80px;
		box-sizing: border-box;
		bottom: 0;
		left: 0;
		overflow: hidden;
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		color:#000;
	}
	
	.light-content .hero-bottom {
		color:#fff;
	}
	
	.hb-left {
		float:left;
		height:20px;
		line-height:20px;
		opacity:0;
		transform: translateY(60px);
		-webkit-transform: translateY(60px);
	}
	
	.hb-right {
		float:right;
		height:20px;
		line-height:20px;
		opacity:0;
		overflow: hidden;
		transform: translateY(60px);
		-webkit-transform: translateY(60px);
	}
	
	.hb-right span {
		position: relative;
		display: inline-block;
		-webkit-transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		width:140px;
		text-align:center;
		transform-origin: 100% 0%;
	}
	
	.hb-right span {
		text-align:right;
	}
	
	.hb-right span::before {
		position: absolute;
		width:140px;
		top: 100%;
		left:0;
		content: attr(data-hover);
	}
	
	.hb-right:hover span {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		transform-origin: 0% 0%;
	}
	
	.text-rotate {
		overflow: hidden;
		position: relative;
		height: 20px;
		cursor:pointer;
	}
	
	.text-rotate span {
		display: inline-block;
		position: relative;
		white-space: nowrap;
		top: 0;
		left: 0;		
	}
	
	.enable .text-rotate span {
		animation: move 2s;
		animation-iteration-count: infinite;
		animation-delay: 0.5s;
	}
	
	@keyframes move {
		0%  { top: 0px; }
		50% { top: -20px; }
	}
	
/*--------------------------------------------------
	06. Main Content
---------------------------------------------------*/		
	
	#content-scroll {
		z-index:1;
		position:relative;
	}
	
	.smooth-scroll #content-scroll {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index:1;
	}
	
	.scrollbar-track {
		background: transparent!important;
	}
	
	#main {
		position:relative;
		opacity:0;
	}
	
	.load-project-page #main, .load-project-page-carousel #main, .load-next-project #main, .load-next-page #main {
		opacity:1;
	}
	
	#main-content {
		position:relative;
		opacity:1;
		z-index:10;		
		-webkit-transition: all 0.4s ease-in-out 0s;
		transition: all 0.4s ease-in-out 0s;
	}
	
	#main-page-content {
		position: relative;
		box-sizing:border-box;
		padding:0px 50px;
		opacity: 0;
		max-width:1280px;
		margin:0 auto;
		margin-bottom:0;
		transform: translateY(15vh);
		-webkit-transform: translateY(15vh);
	}
	
	#main-page-content::after {
		clear: both;
		content: " ";
		display: table;
	}
	
	#main-page-content.project-page {
		margin-bottom: calc(100vh - 140px);
	}
	
	#main-page-content.portfolio-page {
		width:100%;
		max-width:none;
		padding:0;
	}
	
	#temporary-wrapper {
		display:none;
		visibility:hidden;
		opacity:0;
	}
	
/*--------------------------------------------------
	07. Page Navigation
---------------------------------------------------*/	
	
	#page-nav {
		height: auto;
		width: 100%;
		color: #000;
		position: relative;
		margin-bottom: 0;
	}
	
	.light-content #page-nav {
		color: #fff;
	}
	
	.next-page-wrap {
		position: relative;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 3;
	}
	
	
	.next-page-title {
		display: table;
		width: 100%;
		max-width:1280px;
		margin: 0 auto;
		padding: 60px 50px 60px 50px;
		margin: 0 auto;
		height: 100%;
		position: relative;
		box-sizing: border-box;
	}
	
	.next-page-title .inner {
		vertical-align: bottom;
		text-align:center;
		height:110px;
	}

	.page-title {
		font-weight: 700;
		margin-bottom:0px;
		vertical-align: top;
		width:auto;
		font-size:120px;
		line-height:120px;
		z-index:10;
		color:transparent;
		-webkit-text-stroke: 1px #000;
		position:relative;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.page-title:hover, .page-is-changing .page-title {
		color:#000;
		-webkit-text-stroke: 1px transparent;
	}
	
	.light-content .page-title {
		color:#fff;/*transparent*/
		-webkit-text-stroke: 0.3pt #fff;
	}
	
	.light-content .page-title:hover, .page-is-changing .light-content .page-title {
		color:#62c05e;
		-webkit-text-stroke: 0.1pt #fff;/*transparent*/
	}
	
	.subtitle-info, .subtitle-name {
		margin-bottom: 0;
		line-height: 20px;
		height:20px;
		overflow:hidden;
		position: relative;
		left: 0;
		display: block;
		font-size:16px;
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
	}
	
	.subtitle-name {
		transform: translateY(150px);
		-webkit-transform: translateY(150px);
		opacity:0;
	}
	
	.light-content .subtitle-info, .light-content .subtitle-name {
		color: #fff;
	}
	
	/*Buttons*/
    .call-warper{
        position:fixed;
        top:-30px!important;/*bottom:12%; original index*/
		left: 21%;
        right:21%;
		float: left;
		margin: auto;
        text-align:center
}

  /*  .call-warper2 {*/
  /*      position:absolute;*/
		/*text-align:center;*/
		/*display: inline-block;*/
  /*  }*/
    
    .call-warper2 {
    position: relative;
    text-align: center;
    margin-top: 4vh;
    display: block;
}

/*#phone a { color:#fff }
    #phone a:link { color:#fff }
    #phone a:visited { color:#fff }
    #phone a:hover { color:chartreuse; cursor:pointer !important}
    #phone a:active { color:#fff }*/

	.phone-text {
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
		font-size: 15px;
		line-height:28px;/*30*/
        text-align:center;
		margin:16px auto 0px auto;/*margin:25px 0;*/
		overflow: hidden;
		/*width:140px;*/
		color:#000;
        background-color:#5EB95A;
        height:28px!important;
        max-width:194px;
        padding:2px 2px 1px 1px;
        border-radius:3px;
        text-align:center;
		-webkit-transition: color 0.05s ease-in-out;
		transition: color 0.05s ease-in-out;
	} 
	
	.light-content .phone-text {
		color:#fff;		
	}
	
	.light-content .white-header .phone-text {
		color:#000;		
	}
	
	.light-content .white-header.over-white-section .button-text, .show-loader .light-content .white-header .button-text {
		color:#fff;		
	}
    #info{
        position:absolute;
        margin-top:30px;
    }
    .info_btn {
        border-radius: 7px;
        height: 18px;
        width: 100px;
        line-height: 18px;
        color: #FFFFFF;
        font-family: 'Rubik', sans-serif;
        font-size: 18px;
        font-weight: 100;
        padding: 13px;
        background-color: #28B1B6;
        box-shadow: 1px 1px 20px 0px #000000;
        text-shadow: 1px 1px 3px #003C3E;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
         border: solid #004D50 0px;
         z-index:300;
}

    .info_btn:hover {
     background: #1E62D0;
     text-decoration: none;
    }

    .phone { /*UB*/
    display: block;
     margin: 0 auto;
     text-align: center;
    width:250px;
    cursor: pointer;
}

    .phone_btn { /*UB*/
    border-radius: 4px;
    color: #FFFFFF;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 1.7em;
    /*letter-spacing:1px;*/
    padding: 10px 12px 10px 12px;
    background-color: #62c05e;
    box-shadow: 0px 1px 0px 0px #000000;
    text-shadow: 1px 1px 12px #000000;
    border: solid #00112A 0px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    }

 /*   .phone_btn:hover {
    background: #82F77E;
    border: solid #63D15F 0px;
    text-shadow: 1px 1px 6px #000000;;
    }
    .phone_btn:visited{
        color: #f8fff8;
    } */
    
.wap_btn { /*UB*/
    border-radius: 4px;
    color: #FFFFFF;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 1.7em;
    /*letter-spacing:1px;*/
    padding: 10px 12px 10px 12px;
    background-color: #62c05e;
    box-shadow: 0px 1px 0px 0px #000000;
    text-shadow: 1px 1px 12px #000000;
    border: solid #00112A 0px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    }
    
    .email_btn { /*UB*/
    border-radius: 4px;
    color: #FFFFFF;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 1.7em;
    /*letter-spacing:1px;*/
    padding: 10px 12px 10px 12px;
    background-color: #62c05e;
    box-shadow: 0px 1px 0px 0px #000000;
    text-shadow: 1px 1px 12px #000000;
    border: solid #00112A 0px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    }
    
    .readmore{
        background-color:blue!important;
        font-size:16px;
		font-weight:600;
		line-height:20px;
		margin-bottom:0px;
		width: 100%;
		z-index: 10;
		opacity:0;
		position:relative;
		color:#000;
		transform: translateY(15vh);
		-webkit-transform: translateY(15vh);
    }  

/*--------------------------------------------------
	07. Footer Elements
---------------------------------------------------*/		
	
	footer {
		position:relative;
		width:100%;
		height:140px;
		z-index:900;
		box-sizing:border-box;
		text-align:center;
		bottom:0;
		left:0;
		overflow:hidden;
		pointer-events:none;
	}
	
	footer.fixed {
		position:fixed;
	}
	
	#footer-container {
		padding: 0 80px;
		margin: 30px auto;
		height: 80px;
		opacity: 0;
		position: absolute;
		width: 100%;
		box-sizing: border-box;
		bottom: 0;
		left: 0;
	}
	
	.footer-middle {
		position: absolute;
		margin: 0 auto;
		width: 100%;
		height: auto;
		display: table;
		left: 0;
		pointer-events: none;;
	}
	
	.copyright {
		position: relative;
		top: 25px;
		width: auto;
		height: 30px;
		overflow: hidden;
		font-size: 12px;
		font-weight: 500;
		font-family: 'Poppins', sans-serif;
		line-height: 30px;
		color: rgba(255, 255, 255, .1);/*#000*/
		pointer-events: initial;
		display: table;
		width: auto;
		margin: 0 auto;	
	}
	
	.light-content .copyright {
		color: rgba(0, 0, 0, .1);/*#fff*/
	}
	
	.socials-wrap {
		position:relative;
		float: right;
		color: rgba(255, 255, 255, .1);/*#000*/
		width: 240px;
		height: 160px;
		box-sizing: border-box;
		pointer-events:initial;	
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content .socials-wrap {
		color: #fff;
	}
	
	footer .socials-wrap {
		margin-top:0px;
	}
	
	.socials-wrap:hover {
		transform: translateY(-40px);
		-webkit-transform: translateY(-40px);
	}
	
	.socials-text {
		float:right;
		font-size:12px;
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
		line-height:40px;
		transform:translateY(20px);
	}
	
	.socials-wrap:hover .socials-text {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;		
	}
	
	.socials-icon {
		float:right;
		width:30px;
		height:40px;
		font-size:12px;
		line-height:40px;
		text-align:right;
		margin-left:10px;
		transform:scale(1) translateY(20px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.socials-wrap:hover .socials-icon {
		transform:scale(0) translateY(40px);
		width:0;
		margin:0;
		overflow:hidden;
		
	}
	
	.socials-icon:after, .socials-text:after {
	  content: "";
	  clear: both;
	  display: table;
	}
	
	.socials {
		height: auto;
		line-height: 30px;
		position: relative;
		width: auto;
		margin:0 auto;
		margin-top: 10px;
		text-align: center;
		bottom: 0;
		display: table;
		transform: translateX(15px);
		-webkit-transform: translateX(15px);
	}
	
	.socials-wrap .socials {
		display: inline-block;
		width: 100%;
		text-align: right;
	}
	
	.socials li {
		margin-right: 0px;
		margin-left: 10px;
		list-style: none;
		color: #999;
		font-size: 15px;
		margin-bottom: 0;
		line-height: 40px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 40px;
		width: 40px;
		float: right;
		z-index: 2;
		-webkit-transition: background 0.4s ease-in-out 0s;
		transition: background 0.4s ease-in-out 0s;
	}
	
	.socials-wrap .socials li {
		opacity:0;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.socials-wrap:hover .socials li:nth-child(5) {
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
		opacity:1;
		transform: translateY(10px);
		-webkit-transform: translateY(10px);		
	}
	
	.socials-wrap:hover .socials li:nth-child(4) {
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
		opacity:1;
		transform: translateY(10px);
		-webkit-transform: translateY(10px);	
	}
	
	.socials-wrap:hover .socials li:nth-child(3) {
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
		opacity:1;
		transform: translateY(10px);
		-webkit-transform: translateY(10px);		
	}
	
	.socials-wrap:hover .socials li:nth-child(2) {
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
		opacity:1;
		transform: translateY(10px);
		-webkit-transform: translateY(10px);	
	}
	
	.socials-wrap:hover .socials li:nth-child(1) {
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
		opacity:1;
		transform: translateY(10px);
		-webkit-transform: translateY(10px);		
	}
		
	.socials li:last-child {
		margin-left: 0px;
	}
	
	.socials li a {
		color: #000;		
		font-size:12px;
		font-weight: 600;
		display: block;
		height: 40px;
		width: 40px;		
		line-height:40px;
		text-align:center;
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}
	
	.socials:hover li  a {
		opacity:0.3;
	}
	
	.socials li a:hover {
		color: #000;
		opacity:1;
	}
	
	.light-content .socials li a {
		color: #fff;	
	}
	
	.light-content .socials:hover li  a {
		opacity:0.3;
	}
	
	.light-content .socials li a:hover {
		color: #fff;
		opacity:1;
	}
	
	.button-wrap {
		position:relative;		
		cursor:pointer;
		top:0px;
		pointer-events:initial;		
	}
	
	.button-wrap.left {
		float:left;
		left:-32px;	
	}
	
	.button-wrap.right {
		float:right;
		right:-32px;	
	}
	
	.icon-wrap {
		width: 52px;/*80px*/
		height: 80px;
		display: flex;
		position: relative;
		justify-content: flex-end;
		align-items: center;
		float:left;
	}
	
	.button-wrap.left .icon-wrap {
		float:left;
	}
	
	.button-wrap.right .icon-wrap {
		float:right;
	}
	
	.button-icon {
		height: 40px;
		width: 40px;
		color: #000;
		text-align: center;
		line-height: 30px;
		font-size: 22px;/*22*/
	}
	
	.light-content .button-icon {
		color:#fff;
	}
	
	.button-icon i {
		height:40px;
		line-height:35px;
		width:40px;
		text-align:center;
	}
	
	.button-text {
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
		font-size: 16px;/*12px*/
		line-height:30px;
		margin:25px 0;
		overflow: hidden;
		width:140px;
		color:#000;
		-webkit-transition: color 0.05s ease-in-out;
		transition: color 0.05s ease-in-out;
	}
	
	.light-content .button-text {
		color:#fff;		
	}
	
	.light-content .white-header .button-text {
		color:#000;		
	}
	
	.light-content .white-header.over-white-section .button-text, .show-loader .light-content .white-header .button-text {
		color:#fff;		
	}
	
	.button-wrap.left .button-text {
		text-align:left;
		float: left;
	}
	
	.button-wrap.right .button-text {
		text-align:right;
		float: right;
	}
	
	.button-text span {
		position: relative;
		display: inline-block;
		-webkit-transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		width:140px;
		text-align:center;
		transform-origin: 100% 0%;
	}
	
	.button-wrap.left .button-text span {
		text-align:left;
	}
	
	.button-wrap.right .button-text span {
		text-align:right;
	}
	
	.button-text span::before {
		position: absolute;
		width:140px;
		top: 100%;
		left:0;
		content: attr(data-hover);
	}
	
	.header-middle .button-text span::before {
		content: attr(data-on);
	}
	
	.button-wrap:hover .button-text span {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		transform-origin: 0% 0%;
	}
	
	nav, nav.open {
		-webkit-transition: all 0s ease-in 0s;
		transition: all 0s ease-in 0s;
		background:transparent;
	}
	
	#slideshow { 
    position: fixed; 
	margin: auto;
    /*text-align:center;*/
    padding: 10px;
    /*background-color: rgba(0, 0, 0, 0.6);*/  
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    text-align:right;
    /*float:right;*/
    display: inline-block;
    z-index:200!important;
    color:#FFF;/*#FFFFC5*/
    }

    #slideshow > div { 
        position: absolute; 
        top: 15px; /*8px*/
        left: 10px; 
        right: 10px; 
        bottom: 15px; 
        margin-top:3px; 
    }	
    .height_mob1 {
        height:auto;
    }
/*--------------------------------------------------
	08. Responsive
---------------------------------------------------*/			

			
@media only screen and (max-width: 1466px) {
	
	.percentage {
    	font-size: 80px;
		line-height: 80px;
	}
	
	header {
    	height: 120px;
	}
	
	#header-container {
		padding: 15px 50px;
	}
	
	.flexnav li {
    	padding: 20px;
	}
	
	#hero.has-image #hero-caption {
		padding: 0 50px;
	}
	
	.hero-title, .page-title {
		font-size: 80px;
		line-height: 80px;
		height: 80px;
	}
	
	.hero-bottom {
		height: 110px;
		padding: 45px;
	}
	
	#main-page-content.project-page {
		margin-bottom: calc(100vh - 100px);
	}
	
	footer {
    	height: 100px;
	}

    #footer-container {
        padding: 0 50px;
    }

	#slideshow {
        bottom:3%;
	    left: 3%;/*30%;*/
        right: 3%;/*30%;*/
        width: 94%; /*40%;*/
        height: 50px;
    }

	.padding-top-btm3{
		padding-top:30px; 
		padding-bottom:30px;
	}

	.row_padding_top {
		padding-top:2vw;
	}
	
	.row_padding_bottom {
		padding-bottom:2vw;
	}

}
	@media all and (min-width: 1025px) {	
		
		.fullscreen-menu .flexnav li a {
			font-size: 4.5vw;
			line-height: 70px;
		}
	
	.fullscreen-menu li.buy-item a {
		font-size: 14px;
		line-height: 30px;
	}
	
	#slideshow {
        bottom:3%;
	    left: 8%;/*26%;*/
        right: 8%;/*26%;*/
        width: 84%; /*48%;*/
        height: 56px;
        font-size:21px;
        line-height:1.4;

    }
	.vc_row.full {
		width: 100vw!important; /*UB*/
	}

	.padding-top-btm3{
		padding-top:20px; 
		padding-bottom:30px;
	}

	.row_padding_top {
		padding-top:2vw;
	}
	
	.row_padding_bottom {
		padding-bottom:2vw;
	}
}


@media only screen and (max-width: 1024px) {	
	
	h1 {
		font-size: 40px;
		line-height: 50px;
	}
	
	h2 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.has-mask {
		margin-bottom:0px;
	}
	
	.row_padding_left {
		padding-left: 40px;
	}
	
	.row_padding_right {
		padding-right: 40px;
	}
	
	.row_padding_all {
		padding: 8vw 40px;
	}
	
	header {
		height:80px;
	}
	
	#header-container {
    	padding: 0;
		margin: 0 auto;
	}
	
	#logo {
		left: 40px;
	}
	
	.header-middle {
		display:none;
	}
	
	.button-wrap.right.menu {
		right: 10px;
	}
	
	nav {
		padding-top:80px;
	}
	
	.flexnav {
		box-sizing:border-box;
		padding:0 50px;
		background: transparent;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	
	.flexnav li a, .flexnav li ul li a {
    	background: transparent;
	}
	
	.flexnav li a {
		color: #999;
	}
	
	.flexnav li ul li a:hover, .flexnav li ul li a.active {
		color:#fff;
	}
	
	.flexnav li ul li a {
		border-top: 1px solid rgba(255,255,255,0.15);
	}
	
	.flexnav ul li ul li a {
		background: transparent;
	}
	
	.flexnav li ul li ul li a {
		padding: 20px 40px;	
	}
	
	.flexnav li.link {
		border-bottom: 1px solid rgba(255,255,255,0.15);
	}
	
	.flexnav li.link:last-child {
		border-bottom:none;
	}
	
	.flexnav a.link::before {
		display:none;
	}
	
	.flexnav .touch-button .navicon {
		font-style: normal!important;
	}
	
	.nav-height {
		overflow-y: scroll;
		position: relative;
		height: 100%;
		padding: 40px 0;
		padding-right: 30px;
		width: calc(100% + 30px);
		box-sizing: border-box;
	}
	
	nav {
		height: 100vh;
		position: fixed;
		width: 100%;
		box-sizing: border-box;
		visibility: visible;
		pointer-events:none;
		opacity:0;
		padding:20px 0;		
		-webkit-transition: all 0.2s ease-in 0.6s;
		transition: all 0.2s ease-in 0.6s;
	}
	
	nav.open {
		visibility:visible;
		pointer-events:initial;
		opacity:1;
		background-color: transparent;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	
	.flexnav {
    	max-height: 2000px;
		-webkit-transition: all 0.2s ease-in 0.6s;
		transition: all 0.2s ease-in 0.6s;
	}
	
	.flexnav.flexnav-show {
		-webkit-transition: all .3s ease-out 0.2s;
		transition: all .3s ease-out 0.2s;	
	}
	
	.flexnav li {
		padding:0;
		text-align:center;
		line-height: 5vw;
		-webkit-transition: color .15s ease-out 0s;
		transition: color .15s ease-out 0s;	
	}
	
	.flexnav:hover li  {
		color:rgba(255,255,255,0.4)
	}
	
	.flexnav li:hover {
		color:rgba(255,255,255,1)
	}
	
	.flexnav .touch-button {
		width: 100%;
		display: block;
		height: calc(5vw + 20px);
	}
	
	.flexnav .touch-button .navicon {
		display:none;
	}
	
	.flexnav li.link {
		border-bottom: none;	
	}
	
	.scale-title .menu-timeline a span {
		transform: scaleY(0.7);
		-webkit-transform: scaleY(0.7);
		display:block;
	}

	.flexnav li a {
		font-weight: 700;
		font-size:60px;
		line-height:60px;
		padding:0;
	}
	
	.flexnav li a {
		color:RGBA(78,229,238,.9)!important;/*transparent*/
		/*-webkit-text-stroke: 1px rgba(255,255,255,0.3);*/
	}
	
	.flexnav li:hover a, .flexnav li a.active{
		color:#fff!important;
		/*-webkit-text-stroke: 1px rgba(255,255,255,0);*/
	}
	
	.flexnav li ul {
		margin-bottom:20px;
	}
	
	.flexnav li ul li a {
		padding: 10px 0;
		font-weight: 500;
		font-family: 'Poppins', sans-serif;
		text-transform:none;
		font-size: 12px;
		line-height: 14px;
		border-top: none;
		color:#fff;
		opacity:0.4;
		-webkit-text-stroke:none;
	}
	
	.flexnav li ul li:hover a, .flexnav li ul li a.active{
		opacity:1;
	}
	
	li.buy-item a {
		color:#fff;
		font-size: 14px;
		line-height:30px;
	}
	
	#menu-burger span.touch-button {
		display:none;
	}
	
	.classic-menu .button-wrap.right.menu {
		display: block;
	}
	
	.parallax-wrap {
		transform:none!important;
	}
	
	.parallax-element {
		transform:none!important;
	}
	
	#magic-cursor {
		display:none;
	}
	
	.scroll-down-wrap, .scroll-down-wrap.no-border {
		bottom: 40px;
	}
	
	#hero.has-image #hero-caption {
		padding: 0 40px;
	}
	
	.hero-title, .page-title {
    	font-size: 60px;
		line-height: 60px;
		height:60px;
	}
	
	.hero-bottom {
		height: 100px;
		padding: 40px;
	}
	
	#hero-caption {
    	padding: 180px 40px 60px 40px;
	}
	
	.next-page-title {
    	padding: 60px 40px 60px 40px;
	}
	
	#main-page-content {
		padding: 0 40px;
	}
	
	#footer-container {
		padding: 0 40px;
	}
	
	.destroy {
		display:none;
	}
	
	.has-parallax figcaption {
		display:none;
	}
	
	.footer-button-wrap {
    	bottom: 80px;
	}
	
	.socials-wrap {
		width: 240px;
		height: 40px;
		float:right;
		margin:0 auto;
		right:-10px;
		transform: translateX(0px) translateY(20px)!important;
		-webkit-transform: translateX(0px) translateY(20px)!important;
	}
	
	.socials-wrap:hover {
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
	}
	
	.socials-icon, .socials-text {
		display:none;
	}
	
	.socials-wrap .socials {
		margin-top: 5px;
		text-align: right;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);	
	}
	
	.socials-wrap .socials li {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	
	.socials-wrap:hover .socials li {
		opacity: 1;
		transform: translateY(0px)!important;
		-webkit-transform: translateY(0px)!important;
	}
	
	.socials li {
		margin-right: 10px;
		line-height: 30px;
		height: 30px;
		width: 30px;
		margin: 0 5px auto;
		display: inline-block;
		float: none;
	}
	
	.socials li a {
		height: 30px;
		width: 30px;
		line-height: 30px;
	}

    .call-warper{ /*UB*/
        bottom:12%;
    }

   .phone_btn { /*UB*/
       padding: 12px;
        font-size:1em
    }


    #slideshow { /*UB*/
        bottom:3%;
	    left: 20%;
        right: 20%;
        width: 60%; 
        height: 60px;
    }

	.vc_row.full {
		width: 110vw!important; /*UB*/
	}

	.padding-top-btm3{
		padding-top:15px; 
		padding-bottom:25px;
	}

	.row_padding_top {
		padding-top:4vw;
	}
	
	.row_padding_bottom {
		padding-bottom:4vw;
	}
	
}


@media only screen and (max-width: 767px) {
	
	.percentage {
    	font-size: 7vw;
	}
	
	.row_padding_left {
		padding-left: 30px;
	}
	
	.row_padding_right {
		padding-right: 30px;
	}
	
	.row_padding_all {
		padding: 8vw 30px;
	}
	
	.admin-bar header {
		top: 46px;
	}
	
	#logo {
		left: 30px;
	}
	
	.flexnav {
    	padding: 0 40px;
	}
	
	.flexnav li a {
		font-size: 9vw;
		line-height: 9vw;
	}
	
	li.buy-item a {
		color:#fff;
		font-size: 14px;
		line-height:30px;
	}
	
	.destory {
		display:none;
	}
		
	figcaption {
		background-color: transparent;/*rgba(0,0,0,1)*/
		bottom: 2px;
		font-size: 10px;
		padding: 5px 10px;
		right: 0px;
		border-radius: 0;
	}
	
	.one_half {
    	width: 100%!important;
	}
	
	.one_half {
    	padding-right: 0!important;
	}
	
	.one_half.last {
    	padding-left: 0!important;
	}

	.one_third {
		width: 100%!important;
	}	

	.one_fourth {
		width: 100%!important;
	}	

	.one_fifth {
		width: 100%!important;
	}	

	.one_sixth {
		width: 100%!important;
	}	

	.two_fifth {
		width: 100%!important;
	}	

	.two_fourth {
		width: 100%!important;
	}		

	.two_third {
		width: 100%!important;
	}	

	.three_fifth {
		width: 100%!important;
	}	

	.three_fourth {
		width: 100%!important;
	}	

	.four_fifth {
		width: 100%!important;
	}	

	.five_sixth {
		width: 100%!important;
	}	

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		margin-bottom: 20px!important;
		margin-right: 0%!important;
	}
	
	.text-align-center p.title-has-line::after, #page-nav p.title-has-line::after {
		display:none;
	}
	
	p {
    	font-size: 14px;
	}
	
	#hero.has-image #hero-caption {
		padding: 0 30px;
	}
	
	.hero-title, .page-title {
    	font-size: 58px; /*50*/
		line-height: 50px;
		height:50px;
	}
	
	.hero-title2 /*UB*/{
    	font-size: 44px!important;
		line-height: 48px!important;;
		height:50px;
	}
	
	.hero-bottom {
		height: 80px;
		padding: 30px;
	}
	
	#hero-caption {
    	padding: 160px 30px 60px 30px;
	}
	
	.next-page-title {
    	padding: 60px 30px 60px 30px;
	}
	
	#main-page-content {
		padding: 0 30px;
	}
	
	#footer-container {
		padding: 0 30px;
	}
	
	#footer-container .button-wrap.left {
		float: none;
		left: 0;
		right: 0;
		position: absolute;
	}
	
	.button-wrap.left .button-text {
		text-align: left;
		float: left;
		display: none;
	}
	
	.button-wrap.left .icon-wrap {
		float: none;
		position: absolute;
		right: 0;
		left: 0;
		margin: auto;
		top: 20px;
	}
	
	.footer-middle {
		max-width: 1180px;
		position: absolute;
		margin: 0 auto;
		left: 0;
		width: 100%;
		top: -40px;
	}
	
	footer.showcase-footer .arrows-wrap {
		right: auto;
		left: -30px;
		float: left;
		margin: auto;
        /*bottom:5%!important;*//*UB*/
	}
	
	footer.showcase-footer .socials-wrap {
		width: 170px;
		float: right;
		left: auto;
		right: 0;
		top: 0;
	}
	
	.socials-wrap {
		width:170px;
		float: none;
		left: auto;
		right: auto;
		top:0px;/*-10*/
	}
	
	.socials li {
		margin: 0 0px auto;
	}

    footer.showcase-footer .phone-wrap /*UB*/ {
        right: auto;
        left: -30px;
        float: left;
        margin: auto;
        margin-top: 0px;
    }

    .call-warper{ /*UB*/
        bottom:20%!important /*bottom:20%!important*/;/*33%*/ /*9%*/
		/*left: auto;*/
        /*right:96px;*//*8px*/
        text-align:center;
    }
    .phone_btn { /*UB*/
        font-size:1em
    }

    #slideshow { /*UB*/
        bottom:7%;
	    left: 6%;/*24%*/
        right: 6%;/*24%*/
        width: 94%; /*52%*/
        height:98px;
        font-size:15px;
        line-height: 1.4;
    }
	.כ {
		width: 120vw!important; /*UB*/
	}

	.call-warper2 {
		margin-top: 0.5vh;
	}
	.padding-top-btm3{
		padding-top:10px; 
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 479px) {	
	
	.percentage {
    	font-size: 12vw;
	}
	
	.row_padding_left {
		padding-left: 20px;
	}
	
	.row_padding_right {
		padding-right: 20px;
	}
	
	.row_padding_all {
		padding: 8vw 20px;
	}
	
	hr {
		height: 10px;
	}
	
	#logo {
		left: 20px;
	}
	
	.button-wrap.right.menu {
		right: -10px;
	}
	
	.flexnav {
    	padding: 0 0px 0 40px;/*0 20px*/
	}
	
	.flexnav li a {
		font-size: 12vw;
		line-height: 12vw;
	}
	
	.flexnav li ul li a {
    	padding: 5px 0;
	}
	
	li.buy-item a {
		color:#fff;
		font-size: 14px;
		line-height:30px;
	}
	
	p.title-has-line::after {
		display:none;
	}
	
	#hero.has-image #hero-caption {
		padding: 0 20px;
	}
	
	.hero-bottom {
		height: 90px;/*60*/
		padding: 20px;
	}
	
	#hero-caption {
    	padding: 140px 20px 60px 20px;
	}
	
	.next-page-title {
    	padding: 60px 20px 60px 20px;
	}
	
	#main-page-content {
		padding: 0 20px;
	}
	
	#footer-container {
		padding: 0px;
		margin:0;
	}
	
	.copyright {
		left: 0px;
	}
	
	.socials-wrap {
		float: none;
		left: auto;
		right: auto;
	}
	
	.arrows-wrap {
		left: -10px;
		width: 80px;
	}
	
	.prev-wrap, .next-wrap {
    	width: 40px;
	}
	
	footer.showcase-footer .arrows-wrap {
		right: 0;
		left: 0;
		float: none;
		margin: auto;
	}
	
	footer.showcase-footer .arrows-wrap {
		width: 60px;/*120*/
	}
	
	footer.showcase-footer .prev-wrap, footer.showcase-footer .next-wrap {
    	width: 30px;/*60*/
	}
	
	footer.showcase-footer .footer-middle {
		top: 0px;
	}
	
	footer.showcase-footer .showcase-subtitles-wrap {
		left: 0;
	}
	
	footer.showcase-footer .socials-wrap {
		display:none;
	}

    .phone-text{
        margin:15px auto 12px auto;
    }

    .call-warper{
       top:40px!important /*bottom:25.5%!important*/;/*33%*/ /*9%*/
		left: auto;
        right:61px;/*8px*/
    }

    /*.call-warper2{*/
        right:92px; /*28%*/
    /*}*/

   .phone_btn {
        padding: 7px;
        font-size:1em
    }

    #slideshow {
        top:0px;
        bottom:35px;/*18%*//*10% original index*/
	    left: 100px; /*17% center*/
        right: 0; /*17% center*/
        width: 90%; /*66% original index*/
        height:98px;
        font-size:14px;/*12px original index*/
        line-height:1.4;
        background-color:#131313!important;
    }

        .height_mob1 {
       height:120px;
    }

    .arrows-wrap{
        margin-left:5px !important;
        /*bottom:-15px !important;*/
    }
    /*.hero-bottom {
        height: 160px;
		padding: 60px 80px;
	}*/
	
	.one-half {
    	width: 100%!important;
	}
	
	.vc_row.full {
		width: 100vw!important; /*UB*/
	}

	.call-warper2 {
		margin-top: 0vh;
}
.padding-top-btm3{
	padding-top:0px; 
	padding-bottom: 10px;
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
    
	#rotate-device {
		display:block;
	}

       .phone_btn {
        padding: 6px;
        font-size:.9em
    }

    #slideshow {
        bottom:4%;/*18%*/
	    left: 4%;/*13% center*//*25%*/
        right: 0;/*13% center*//*0%*/
        width: 92%; /*74%*/
        height: 120px;
        font-size:9px;
        line-height:1.2;
    }
}

/*UB styles*/
.mrgn-t0{
    margin-top:0px!important;
}

.call {
    /*color: #FFFFA8 !important;*/ 
    font-size:1em!important;/*1.8em*/
    font-weight:400;
    z-index:100;
    cursor:pointer !important;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
a.call:hover{
    color:#FFFF6C;
    margin:-1px -1px 1px 1px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.7);
}
a.call:focus { 
  color: #FFFF6B;
}


    /*.phone2 {
		bottom: 50px !important;
		margin: auto 0 50px !important;
        right:auto;
	}*/

.review-warper{
        position:fixed;
        top:70%;
		left: 15%;
        right:15%;
		float: left;
		margin: auto;
        text-align:center;
}


.img_rt_warp {
    /*float:right;*/
   /* margin: auto auto 2px 7px;*/
    /*;border:1px solid #fff;*/
}

/*Cgpt - - */

/* כל המקטע ימין-לשמאל ויישור לימין */
#slideshow {
  direction: rtl;
  text-align: right;
}

/* כל שקופית: תמונה מימין וטקסט משמאל לה, שורות מסודרות אחת מתחת לשנייה */
#slideshow > div {
  display: flex;
  flex-direction: row-reverse; /* ב-RTL: התמונה מימין, הטקסט משמאלה */
  align-items: flex-start;
  gap: 10px;                   /* רווח קטן בין התמונה לטקסט */
  line-height: 1.5;
}

/* לבטל float כדי שלא יהיו "גלישות" סביב התמונה */
#slideshow img.img_rt_warp {
  float: none !important;
  margin: 0 !important;        /* נשמור על ריווח דרך gap */
  border: 1px solid #fff;
}

/* הסתרת הספאנים הבעייתיים בלי לגעת ב-HTML */
#slideshow .line.green1 {
  display: none !important;
}

/* אם העוטף הכללי קיים – ליישר לימין, לבטל center ולבטל float */
.review-warper{
  position: fixed;
  top: 70%;
  left: 15%;
  right: 15%;
  margin: auto;
  text-align: right !important; /* במקום center */
  float: none !important;
  direction: rtl;
}

/* - - cgpt*/
/* ===== Reviews polish: spacing + desktop/mobile fixes ===== */

/* יישור כללי לימין */
#slideshow { direction: rtl !important; text-align: right !important; }

/* --- דסקטופ (שם היה עיקר הבאג) --- */
@media (min-width: 1025px) {
  /* ריווח טקסט–אוואטאר נוח יותר */
  #slideshow > div {
    box-sizing: border-box !important;
    padding-right: 64px !important;   /* 48px אוואטאר + 16px רווח */
    line-height: 1.55 !important;
    white-space: normal !important;
  }
  /* האוואטאר מוצמד לימין ויושב עם הטקסט למעלה (לא באמצע לגובה) */
  #slideshow > div > img.img_rt_warp {
    position: absolute !important;
    right: 16px !important;
    top: 0 !important;                 /* במקום translateY(-50%) */
    transform: none !important;
    float: none !important;
    margin: 0 !important;
    width: 48px !important;
    height: 48px !important;
    object-fit: cover !important;
    border-radius: 50%;
    border: 1px solid #fff;
  }
}

/* --- טאבלט/מובייל --- */
/* ===== Reviews – mobile spacing & no white border ===== */

/* ביטול עלייה מעל התמונה שמעל (דואג שיהיה ממוקם מלמטה, לא מלמעלה) */
@media (max-width: 1024px) {
  #slideshow { 
    top: auto !important; 
    bottom: 4% !important; 
  }
}

/* טאבלט/מובייל – מגדילים רווח בין האווטאר לטקסט ומסירים מסגרת לבנה */
@media (max-width: 1024px) {
  #slideshow > div {
    padding-right: 68px !important;    /* היה ~52px – יותר רווח */
    line-height: 1.45 !important;
  }
  #slideshow > div > img.img_rt_warp {
    right: 14px !important;            /* קצת פנימה מהקצה */
    top: 4px !important;               /* מיושר לשורה הראשונה */
    width: 36px !important;
    height: 36px !important;
    border: 0 !important;              /* מסיר את המסגרת הלבנה במובייל */
    float: none !important;
    margin: 0 !important;
    position: absolute !important;
    object-fit: cover !important;
    border-radius: 50%;
  }
}

/* מובייל קטן – עוד מעט ריווח */
@media (max-width: 479px) {
  #slideshow > div { padding-right: 56px !important; }
  #slideshow > div > img.img_rt_warp {
    right: 16px !important;
    width: 34px !important;
    height: 34px !important;
  }
}

/* מובייל/טאבלט – טבעת לבנה סביב האווטאר */
@media (max-width: 1024px) {
  #slideshow > div > img.img_rt_warp {
    border-radius: 50% !important;
    /* טבעת לבנה בעובי 2px, לא משנה את המידות */
    box-shadow: 0 0 0 1px #fff !important;
    /* רק לוודא שלא נדבק לקצה הימני */
    right: 14px !important;  /* אם נראה צמוד – נסה 16px */
  }
}

/* מובייל קטן – אם צריך עוד קצת מרווח מהקצה */
@media (max-width: 479px) {
  #slideshow > div > img.img_rt_warp {
    right: 16px !important;  /* אפשר להעלות ל-18px לפי העין */
  }
}


/* ===== Reviews — Desktop: lock avatar in its own column (no wrap) ===== */
@media (min-width: 1025px) {

  /* כיוון ויישור לימין */
  #slideshow { direction: rtl !important; text-align: right !important; }

  /* כל שקופית הופכת ל־grid: טקסט בעמודה 1, תמונה בעמודה 2 */
  #slideshow > div {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 52px; /* 52px = 48px אוואטאר + מרווח */
    align-items: start !important;
    column-gap: 16px !important;
    line-height: 1.55 !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    padding: 0 !important; /* לא צריך padding-right יותר */
  }

  /* התמונה לעמודה הימנית, בלי float ובלי absolute */
  #slideshow > div > img.img_rt_warp {
    grid-column: 2 !important;
    grid-row: 1 !important;
    position: static !important;
    float: none !important;
    margin: 0 !important;
    width: 48px !important;
    height: 48px !important;
    object-fit: cover !important;
    border-radius: 50%;
    border: 1px solid #fff; /* אם לא רוצים מסגרת בדסקטופ – שנה ל-0 */
  }

  /* שאר האֵלֵמֶנְטִים (אם יש) לעמודה של הטקסט */
  #slideshow > div > *:not(img) { grid-column: 1 !important; }

  /* הסתרת הפס הירוק */
  #slideshow .line, #slideshow .line.green1 { display: none !important; }
}

/* CTA "עוד 120+ ביקורות" שיושב ישירות מתחת לביקורות */
/* שורת כפתור ממורכזת – חסין RTL/float/טקסט-אליין */

.reviews-cta-wrapper {
  position: relative;
  z-index: 10000;           /* חשוב להעלות מעל אלמנטים אחרים */
  width: 100%;
  text-align: center;      /* מרכז מרכז של הטקסט ופנים */
  direction: ltr !important; /* מבטל את RTL לצורך מרכוז */
}

.reviews-cta {
  display: inline-block;
  margin: 0 auto;          /* מבטיח מרכז גם אם הוא block */
  position: relative;
  z-index: 1001;           /* הקישור מעל הכל */
  /* שאר העיצוב שלך נשאר פה – רק בלי float או positioning מיותר */
}


/* - - Cgpt*/