@charset "utf-8";
/*-------------Fonts---------------------------------------*/
@font-face {
    font-family: 'pf_beausans_pro';
    src: url("fonts/pfbeausanspro-light-webfont.eot");
    src: url("fonts/pfbeausanspro-light-webfont-.eot#iefix") format("embedded-opentype"), url("fonts/pfbeausanspro-light-webfont.woff2") format("woff2"), url("fonts/pfbeausanspro-light-webfont.woff") format("woff"), url("fonts/pfbeausanspro-light-webfont.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'pf_beausans_pro';
    src: url("fonts/pfbeausanspro-bold-webfont.eot");
    src: url("fonts/pfbeausanspro-bold-webfont-.eot#iefix") format("embedded-opentype"), url("fonts/pfbeausanspro-bold-webfont.woff2") format("woff2"), url("fonts/pfbeausanspro-bold-webfont.woff") format("woff"), url("fonts/pfbeausanspro-bold-webfont.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'pf_beausans_pro';
    src: url("fonts/pfbeausanspro-sebold-webfont.eot");
    src: url("fonts/pfbeausanspro-sebold-webfont-.eot#iefix") format("embedded-opentype"), url("fonts/pfbeausanspro-sebold-webfont.woff2") format("woff2"), url("fonts/pfbeausanspro-sebold-webfont.woff") format("woff"), url("fonts/pfbeausanspro-sebold-webfont.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'pf_beausans_pro';
    src: url("fonts/pfbeausanspro-book-webfont.eot");
    src: url("fonts/pfbeausanspro-book-webfont-.eot#iefix") format("embedded-opentype"), url("fonts/pfbeausanspro-book-webfont.woff2") format("woff2"), url("fonts/pfbeausanspro-book-webfont.woff") format("woff"), url("fonts/pfbeausanspro-book-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}
/*-------------General Style---------------------------------------*/

html {
	overflow-x: hidden !important;
	overflow-y: scroll !important;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 13px;
	height: 100%;
	text-align: center;
	background:#69696c;
	color: #000;
	font-family: 'Aller', sans-serif;
}
@-o-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/* ---------Page preload--------------------------------------*/
.loader2 {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	bottom:0;
	overflow:hidden;
	z-index:100;
    background: #69696c;
	 -webkit-transform: translate3d(0,0,0);
}
.page-load {
	position:fixed;
	top:90px;
	left:90px;
	right:0;
	bottom:0;
	z-index:19;
	display:none;
	 -webkit-transform: translate3d(0,0,0);
}
.page-load_bg , .page-load_bg2 {
	position:absolute;
	right:100%;
	left:0;
	bottom:0;
	top:0;
 	background: #69696c;
	z-index:3;
	overflow:hidden;
}
.page-load_bg2 {
	z-index:2;
	background:#f47521;

}
.loader {
 	display: block;
	height: 32px;
	width: 32px;
	position: absolute;
	left:50%;
	top:75%;
	margin:-36px 0 0 -16px;
	z-index:10;
}

.loader span {
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	height: 32px;
	width: 32px;
}
.loader span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	height: 32px;
	width: 32px;
	box-sizing:border-box;
	border: 3px solid  rgba(255,255,255,0.21);
	border-bottom: 3px solid transparent;
	border-radius: 50%;
	-webkit-animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-3-1 {
	0%   { -webkit-transform: rotate(0deg); }
	40%  { -webkit-transform: rotate(180deg); }
	60%  { -webkit-transform: rotate(180deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes loader-3-1 {
	0%   { transform: rotate(0deg); }
	40%  { transform: rotate(180deg); }
	60%  { transform: rotate(180deg); }
	100% { transform: rotate(360deg); }
}
.loader span:after {
	content: "";
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	width: 6px;
	height: 6px;
	background: #FFF;
	border-radius: 50%;
	-webkit-animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-3-2 {
	0%   { -webkit-transform: translate3d(0, -32px, 0) scale(0, 2); opacity: 0; }
	50%  { -webkit-transform: translate3d(0, 0, 0) scale(1.25, 1.25); opacity: 1; }
	100% { -webkit-transform: translate3d(0, 8px, 0) scale(0, 0); opacity: 0; }
}
@keyframes loader-3-2 {
	0%   { transform: translate3d(0, -32px, 0) scale(0, 2); opacity: 0; }
	50%  { transform: translate3d(0, 0, 0) scale(1.25, 1.25); opacity: 1; }
	100% { transform: translate3d(0, 8px, 0) scale(0, 0); opacity: 0; }
}
/*--------------Typography--------------------------------------*/
p {
	font-size: 14px;
	line-height: 1.4;
	padding-bottom: 10px;
	font-weight: 400;
	color: #69696c;
	text-align:left;
}
.column-wrap-text p a{
    color: #69696c;
    text-decoration: underline;
}
blockquote {
	float: left;
	padding: 0px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 15px solid #f19224;
	position: relative;
}
blockquote:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f10e";
	position: absolute;
	color: #f19224;
	bottom: -3px;
	font-size: 30px;
	right: 2px;
	font-weight:700;
}
blockquote p {
	font-family: 'pf_beausans_pro', "Times New Roman", Times, serif;
	font-style: italic;
	color: #69696c;
}
.bold-title {
	margin: 15px 0;
	font-size: 24px;
	text-align: left;
	font-weight: 600;
}
strong, b{font-weight: 700;}
.mt-20{margin-top:20px;}
/*--------------General--------------------------------------*/
#main {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.fl-wrap {
	float: left;
	width: 100%;
	position: relative;
}
.content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
}
.container {
	max-width: 1224px;
	width: 92%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.full-height {
	height: 100%;
}
.half-height {
	height: 50%;
}
#wrapper {
	position: absolute;
	top: 90px;
	left: 90px;
	right: 0;
	bottom: 0;
	z-index: 3;
	background:#69696c;
}
.content-holder {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.respimg {
	width: 100%;
	height: auto;
}
.hidden-item {
	overflow:hidden;
}
.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0,0,0,0.1),rgba(1,43,67,0.5));
    /*background: rgba(1,43,67,0.55);*/
	z-index: 3;
}
.dark-bg {
	background:#69696c;
}
/* ------header------------------------------------------------------------ */
header.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 20;
    background: #fff;
    padding: 0 0 0 90px;
}
header.main-header:after {
	content:'';
	position:absolute;
	bottom:0;
	left:90px;
	height:1px;
	right:0;
	background:rgba(0, 0, 0, 0.1);
}
/*header.main-header:before {
	content:'';
	position:absolute;
	left:30%;
	right:150px;
	height:100%;
	z-index:-1;
	background:rgba(0, 0, 0, 0.04);
}*/
.left-panel {
	position:fixed;
	top:90px;
	left:0;
	width:90px;
	bottom:0;
	z-index:19;
    background: #fff;
    -webkit-transform: translate3d(0,0,0);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.left-panel_social {
	position:absolute;
	bottom:110px;
	left:50%;
	margin-left:-20px;
	width:40px;
}
.left-panel_social li {
	width:40px;
	height:40px;
	line-height:40px;
	box-sizing:border-box;
	display:inline-table;
	border: 0px solid #fff;
	border-top:none;
	position:relative;
	background:#f19224;
	margin-top:2px;
}
.left-panel_social li:before , .nav-social li:before {
	content:'';
	position:absolute;
	left:0;
	width:0;
	height:100%;
	top:0;
	background:#69696c;
	z-index:1;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.left-panel_social li:hover:before , .nav-social li:hover:before {
	width:100%;
	border: 0px solid #fff;
}
.left-panel_social li:first-child {
	border-top:0px solid rgba(255, 255, 255, 0.08);
}
.left-panel_social li i, .left-panel_social li span.fab{
	font-size:16px;
}
.left-panel_social li a {
	position:relative;
	z-index:2;
	color:#fff;
}
.horizonral-subtitle {
	position:absolute;
	left:40px;
	top:150px;
}
.horizonral-subtitle span {
    position: absolute;
    left: -170px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 4px;
	padding:10px 0;
	width:350px;
	top:0;
	text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #999;
    text-overflow: ellipsis;
	overflow: hidden;
    white-space: nowrap;
	border-left:1px solid rgba(255, 255, 255, 0.08);
}
.horizonral-subtitle span strong {
	position:relative;
	display:block;
}
.horizonral-subtitle span:before {
	content:'';
	position:absolute;
	width:190px;
	right:-40px;
	height:100%;
	top:0;
	background:rgba(255, 255, 255, 0.04);
}
.header-logo {
	float:left;
	position:relative;
	top:10px;
}
.header-logo img {
	float:left;
	width: auto;
	height:70px;
}
.sideheader-logo img {
	float:left;
	width: 90px;
}
.nav-button-wrap {
	right:0;
	width:80px;
	position: absolute;
	top:32px;
}
/*.nav-button-wrap:before {
	content:'';
	position:absolute;
	left:-70px;
	width:40px;
	height:1px;
	top:14px;
}*/
.nav-button {
	left:-20px;
	width: 28px;
	height: 50px;
	display:inline-block;
	cursor: pointer;
	position: relative;
}
.nav-button span {
	width: 100%;
	float: left;
	margin-bottom: 6px;
	height: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-button .ncs {
	width: 70%;
}
.nav-button .nbs,
.nav-button.cmenu:hover .nbs {
	width: 0;
}
.nav-button:hover .ncs,
.nav-button:hover .nbs {
	width: 100%;
}
.nav-button.cmenu .nos {
	-webkit-transform: rotate(-45deg) scale(0.8);
	transform: rotate(-45deg) scale(0.8);
	margin-bottom: 0;
	top: 8px;
}
.nav-button.cmenu .ncs {
	-webkit-transform: rotate(45deg) scale(0.8);
	transform: rotate(45deg) scale(0.8);
	margin-bottom: 0;
	top: 6px;
	width: 100%;
}
.nav-button:hover .menu-button-text {
	color: #69696c;
}
.menu-button-text {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 10px;
	color: #69696c;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.nav-button.cmenu .menu-button-text {
	margin-top: 16px;
}
.header-lang {
	float:right;
	position:relative;
	top:10px;
	right:100px;
}
.header-contacts {
	float:right;
	position:relative;
	top:10px;
	padding-right:20px;
	right:80px;
}
.header-contacts ul {
	float:right;
}
.header-contacts li {
	list-style:none;
	float:left;
	margin-right:30px;
	top:15px;
	position:relative;
	text-transform: normal;
    font-weight: 500;
    font-size: 14px;
    color: #f19224;
    text-align:right;
}
.header-contacts li:before {
	content:'';
	position:absolute;
	left:-10px;
	width:2px;
	height:39px;
	margin-top:0px;
}
.header-contacts li:first-child:before {
width:0px;
}
.header-contacts li  a{
	color:#69696c;
	font-size: 18px;
}
.top-offer{
	position:relative;
	float:right;
	top:25px;
	right:100px;
}
.top-offer a{
	border:2px solid #69696c;
	color:#69696c;
	font-size: 18px;
	font-weight:600;
	padding:8px 15px;
	top:8px;
	position:relative;
	-webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.top-offer a:hover{
	background-color:#69696c;
	color:#fff;
	border:2px solid #69696c;
	-webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
/*------ navigation  ------------------------------------------------*/
.nav-holder {
	position:fixed !important;
	top:90px;
	right:-400px;
	width:350px;
	bottom:0;
	background: #69696c;
	overflow:auto;
	z-index:105;
    -webkit-transform: translate3d(0, 0, 0) !important;
}
.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index:103;
    width: 100%;
    background: rgba(37, 36, 37, 0.71);
	display:none;
	overflow:hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.element {
	width:50px;
	height:50px;
	border-radius: 50%;
	will-change: transform;
	border:1px solid  rgba(255,255,255,0.41);
	background:rgba(255,255,255,0.051);
}
.element:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f00d";
	color:#fff;
	position:relative;
	top:14px;
	font-size:20px;
	font-weight:300;
}
.nav-scroll-bar-wrap {
	overflow:hidden;
	position:absolute;
	left:0;
	right:0;
	bottom:0px;
	top:0;
	padding:30px 40px 30px 50px;
}
nav.nav-inner {
	float: left;
	overflow: hidden;
	width: 100%;
	position: relative;
 	margin-top: 60px;
	z-index: 20;
}
.sliding-menu ul {
	margin: 0;
	float: left;
	width: 100%;
	overflow: hidden;
}
.sliding-menu li {
	margin: 0;
	position: relative;
	float: left;
	width: 100%;
}
.sliding-menu a {
	float: left;
	padding: 0 0 0 20px;
	height: 40px;
	line-height: 40px;
	position: relative;
	font-weight: 600;
	font-size: 13px;
	width:100%;
	text-align: left;
	color: rgba(255, 255, 255, 1);
	text-transform: normal;
	z-index:2;
}
.sliding-menu a:hover {
	color:#fff;
}
.sliding-menu li:after {
	content: '';
	position: absolute;
	top: 0;
	left: -35px;
	width: 0;
	z-index:1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	height: 100%;
	background: rgba(255, 255, 255, 0.071);
}
.sliding-menu li:hover:after {
	width: 100%;
}
.sliding-menu a i {
	float: left;
	width: 35px;
	color: #74829C;
	position: relative;
	top: 3px;
}
.sliding-menu a.back:before {
	font-family: Font Awesome\ 5 Pro;
	content: '\f104';
	color: #fff;
}
.submen-dec:before {
	font-family: Font Awesome\ 5 Pro;
	content: '\f067';
	position: absolute;
	right: 0;
	width: 10px;
	height: 10px;
	top: 14px;
	font-size:9px;
	color:rgba(255, 255, 255, 0.371);
	z-index: 20;
}
/*.lang-links:before {
	content:'';
	position:absolute;
	left:20px;
	width:30px;
	height:2px;
	top:-10px;
}*/
.lang-links {
	float:right;
	margin-top: 20px;
}
.lang-links a {
	font-size:14px!important;
	float:left;
	padding:5px;
	background:#fff;
	border:1px solid #69696c;
	color:#69696c;
	margin-right:5px;
}
.lang-links a:hover {
	color:#fff!important;
	background:#69696c!important;
	border:1px solid #69696c!important;
}
.lang-links a.act-leng {
	color:#fff;
	background:#f19224;
	border:1px solid #f19224;
}
.nav-social {
	position:absolute;
	height:80px;
	width:100%;
	left:0;
	bottom:0;
    background: #69696c;
	padding:0 20px 0 70px;
}
.nav-social_title {
	float:left;
    top: 32px;
	margin-right:20px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.51);
    letter-spacing: 4px;
}
.nav-social li{
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: none;
    position: relative;
	float:left;
	top:20px;
}
.nav-social li:first-child {
	border-left:1px solid rgba(255, 255, 255, 0.08);
}
.nav-social li a{
    color: #767676;
	position:relative;
	z-index:10;
}
.nav-search {
	float:left;
	margin-top: 17px;
}
/*.nav-search::before {
    content: '';
    position: absolute;
    left: -10px;
    width: 2px;
    height: 39px;
    margin-top: 0px;
	background:#f19224;
}*/
.nav-search input , #submit_btn {
	background:none;
	border-radius:0;
	outline:none;
	border:none;
}
.nav-search input   {
	font-family: 'Aller', sans-serif;
	height:35px;
	line-height:35px;
	border-bottom:1px solid #69696c;
	border-top:0px solid #69696c;
	z-index:1;
	color:#69696c;
	width:180px;
}
#submit_btn {
	position:relative;
	font-size:16px;
	top:0px;
	right:25px;
	color:#69696c;
	z-index:2;
	width:20px;
	height:20px;
	line-height:20px;
	cursor:pointer;
}

.search-result{
	text-align:left;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
	padding:5px 0 10px 0;
}
.search-result .search-title a{
	font-size:16px;
	color:#f19224;
	padding:5px 0;
}
.search-result p{
	font-size:12px;
	color:#69696c;
	padding:5px 0;
}

/* ------Column------------------------------------------------------------ */
.column-wrap-text ul{
	margin-bottom:20px;
	margin-left: 6px;
}
.column-wrap-text ul li{
	color: #69696c;
	font-size: 14px;
	line-height:1.4;
	font-weight:400;
	text-align: left;
	padding: 3px 0px;
	margin-left: 6px;
}
.column-wrap-text ul > li::before {
    content: "\f105";
    font-family: Font Awesome\ 5 Pro;
    padding: 0 6px 0px 0px;
    display: inline-block;
    color: #f19224;
    font-size: 15px;
	margin-left: -12px;
}
.column-wrap-text ol li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  color: #69696c;
  text-align:left;
  margin-left:15px;
  font-size: 14px;
  line-height:1.4;
}

.column-wrap-text ol li:before {
  color: #f19224;
  content: counter(list) ".";
  left: -32px;
  position: absolute;
  text-align: right;
  width: 26px;
}

.column-wrap {
	float:left;
	width:65%;
	position:relative;
 	min-height: 100vh;
	background:#fff;
	z-index:1;
}
.column-wrap-container {
	padding:50px 0 20px;
}
.column-wrap-container .container {
	max-width:824px;
}
.column-wrap-media {
	margin-bottom:50px;
}
.column-wrap-media_btn {
	position:absolute;
	bottom:-20px;
	right:50px;
	z-index:2;
	height:50px;
	line-height:50px;
	padding:0 80px 0 40px;
	color:#fff;
	font-size:10px;
	letter-spacing:2px;
	text-transform:uppercase;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.column-wrap-media_btn i {
	position:absolute;
	top:0;
	right:0;
	width:50px;
	height:50px;
	line-height:50px;
	background: #69696c;
}
.column-wrap-media_btn:hover {
	padding:0 90px 0 40px;
}
.col-wc_dec {
	position: absolute;
	left:0;
	width:70%;
	height:300px;
	background:#f8f8f8;
	top:0;
	z-index:1;
}
.col-wc_dec.col-wc_dec2 {
	top:inherit;
	left:inherit;
	bottom:0;
	right:0;
	height:250px;
}
.section-separator {
	display: flex;
	margin:0 auto 10px;
	max-width:824px;
	width:92%;
	height:1px;
	position:relative;
	z-index:50;
	background:#eee;
}
.fixed-column-wrap {
    position: absolute;
    top: 0;
	right:0 !important;
	width:35%;
	background:#292929;
	z-index:2;
}
.fixed-column-wrap-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.fixed-column-wrap_title {
	position:absolute;
	bottom:80px;
	left:50px;
	right:50px;
	z-index:21;
	text-align: right;
}
.fixed-column-wrap_title h2 {
	color: #fff;
    font-size: 42px;
    font-weight: 900;
    padding-bottom: 20px;
    position: relative;
	font-family: 'Aller', sans-serif;
	text-transform:normal;
    line-height: 50px;
	position:relative;
}
.fixed-column-wrap_title h2:before {
	content:'';
	position:absolute;
	right:0;
	top:-10px;
	width:60px;
	height:2px;
}
.fixed-column-wrap_title p {
	color:#fff;
	text-align: right;
	max-width:450px;
	font-size:15px;
	font-weight:300;
	line-height:1.3;
}
.fixed-column-dec {
	position:absolute;
	top:50px;
	right:50px;
	width:70px;
	height:70px;
	z-index:21;
	border-top:1px solid;
	border-right:1px solid;
	border-color:rgba(255,255,255,0.51);
}
.progress-bar-wrap {
	position:absolute;
	bottom:-90px;
	left:30%;
	right:0;
	height:70px;
	z-index:20;
    background: #69696c;
	padding:0 30px;
}
.progress-bar-wrap:before {
	content:'';
	position:absolute;
	top:50%;
	left:30px;
	right:30px;
	height:1px;
	background:rgba(255,255,255,0.11);
	z-index:1;
}
.progress-bar-wrap:after {
    content: '';
    position: absolute;
    width: 30%;
    right: 20px;
    top: 15px;
	bottom:15px;
    background: rgba(255, 255, 255, 0.04);
}
.progress-bar {
    position:    relative;
    height:      2px;
    width:       0%;
	z-index:2;
	top:34px;
}
.scroll-nav-wrap {
	position:absolute;
	top:0;
	left:-70px;
	z-index:111;
	padding:20px 0 90px;
	width:70px;
}
.carnival{
	position:relative;
	left:-44px;
	height:120px;
	width:90px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	padding:20px 0;
	letter-spacing:2px;
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
}
.snw-dec {
	position:absolute;
	bottom:0;
	width:70px;
	height:70px;
	left:0;
	line-height:70px;
	background: #69696c;
}
.snw-dec .mousey {
	top:20px;
	left:24px;
	position:relative;
}
/*------ home------------------------------------------------*/
.ms_title-wrap {
	position:absolute;
	z-index:20;
	left:10%;
	top:38%;
}
.ms_title-wrap h2 {
	color:#fff;
	font-size:65px;
 	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-weight:600;
	text-align:left;
	line-height:70px;
	padding-bottom:20px;
}
.ms_title-wrap p {
	color:rgba(255,255,255,0.81);
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.multi-slideshow-wrap_1 {
	position:absolute;
	left:0;
	width:60%;
	top:0;
	bottom:0;
	overflow:hidden;
	z-index:1;
	padding:0 4px 0 0;
}
.multi-slideshow-wrap_1.multi-slideshow-wrap_fs {
	width:100%;
	padding:0;
}
.multi-slideshow-wrap_2 {
	position:absolute;
	right:0;
	width:40%;
	padding:0 0 0 0;
	bottom:0;
	top:50%;
	overflow:hidden;
	z-index:1;
}
.multi-slideshow-wrap_3 {
	position:absolute;
	z-index:3;
	width:calc(40% + 100px);
	height:50%;
	right:0;
	top:0;
	overflow:hidden;
	padding:0 0 4px 4px;
}
.kenburns   .bg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1.5s linear;
  transition: all 1.5s linear;
}
.ms-container .swiper-slide-active .kenburns .bg , .ms-container .swiper-slide-duplicate-active .kenburns .bg {
  -webkit-transition: all 6.5s linear;
  transition: all 6.5s linear;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.hero-title {
	z-index:20;
	top:35%;
}
.first-tile_load {
	transform: translateY(50px);
	opacity:0;
}
.hero-canvas-wrap {
	position:absolute;
	left:90px;
	top:90px;
	width:60%;
	bottom:90px;
	z-index:1;
}
.hero-canvas-wrap.fs-canvas {
	bottom:0;
	top:60px;
	width:35%;
}
.hero-canvas-wrap.fh-canvas {
	width:inherit;
	right:0;
	top:0;
	left:0;
	bottom:0;
}
.hero-canvas-wrap.inner-canvas {
	left:90px;
	top:90px;
	width: inherit;
	bottom:90px;
	right:90px;
	z-index:1;
}
.hero-canvas-wrap.fh-canvas  .inner-canvas{
	width:inherit;
	right:0;
	top:0;
	left:0;
	bottom:0;
}
.hero-canvas-wrap:before {
	content:'';
	position:absolute;
	left:-25px;
	width:50px;
	height:50px;
	top:-25px;
	border-left:1px solid rgba(255,255,255,0.11);
	border-top:1px solid rgba(255,255,255,0.11);
}
.hero-canvas-wrap:after {
	content:'';
	position:absolute;
	left:-25px;
	width:50px;
	height:50px;
	bottom:35px;
	border-left:1px solid rgba(255,255,255,0.11);
	border-bottom:1px solid rgba(255,255,255,0.11);
}
.footer-canvas {
	position:absolute;
	overflow:hidden;
	right:20px;
	width:40%;
	bottom:0;
	top:30%;
	z-index:-1;
	opacity:0.5;
}
.dots {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.impulse-wrap {
	position: absolute;
	top: 0;
	left: 30%;
	right:0;
	height: 100%;
	z-index: 1;
	-webkit-perspective: 1000;
}
.impulse-wrap .section-entry {
	-webkit-transform: translateZ(40px);
	transform: translateZ(40px);
}
.mm-parallax {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform-style: preserve-3d;
}
.hero-slider-wrap_halftwo {
	position:absolute;
	right:0;
	left:30%;
	height:100%;
	bottom:0;
	z-index:2;
}
.hero-slider-wrap {
	z-index:3;
}
.half-hero-wrap {
    position: absolute;
    left: 15%;
    z-index: 10;
    top: 29%;
}
.half-hero-wrap h1:before {
	content:'';
	position:absolute;
	left:0;
	top:-60px;
	height:2px;
	width:50px;
}
.half-hero-wrap h1 {
    color: #fff;
 	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
    font-size: 55px;
    text-align: left;
    font-weight: 900;
    line-height: 70px;
    padding-bottom: 20px;
    position: relative;
}
.half-hero-wrap h4 {
    text-align: left;
    font-size: 14px;
    float: left;
	max-width:550px;
    color: rgba(255, 255, 255, 0.71);
    font-weight: 500;
}
.rotate_text {
    color: #999;
    font-weight: 900;
    font-size: 14px;
	text-transform:uppercase;
    position: absolute;
    left: -40px;
	top:-23px;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotate(-90deg) translateY(-20px) translateX(-webkit-calc(-100% - 40px));
    transform: rotate(-90deg) translateY(-20px) translateX(calc(-100% - 40px));
}
.half-hero-wrap_link {
	float:left;
	color:#fff;
    font-size: 10px;
    font-weight: 500;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-top:20px;
}
.half-hero-wrap_link:hover {
	color:rgba(255,255,255,0.6);
}
.half-hero-wrap_link i {
	padding-left:12px;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.half-hero-wrap_link:hover i{
	padding-left:20px;
}
.swiper-container {width:100%;height:100%;margin:0 auto;}  .slider-wrap .swiper-slide , .center-carousel .swiper-slide , .fs-gallery-wrap .swiper-slide , .portfolio-wrap .swiper-slide{   position:relative; width: auto;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
.slider-wrap  , .portfolio-wrap  , .hero-slider-img .swiper-slide {
	float:left;
	width:100%;
	height:100%;
	position:relative;
}
.slider-wrap.homecarousel , .center-carousel{
	height:100%;
}
.slider-wrap.homecarousel .swiper-slide{
	padding:0 0 0 0;
}
.slider-wrap.homecarousel.hompad  .swiper-container , .portfolio-wrap.hompad .swiper-container{
	padding-right:20px;
}
.slider-wrap .swiper-slide img , .fw-carousel  .swiper-slide img   {
	width: auto!important;
	height:100% !important;
	position:relative;
	z-index:1;
}
.slider-wrap .swiper-slide   , .fw-carousel  .swiper-slide    {
 	width: auto!important;
	height:100% !important;
	display:inherit !important;
}
.frbg {
	position: relative;
	float:left;
	width:100%;
	height:calc(100vh - 80px);
	overflow:hidden;
	padding-bottom:90px; 
}
.tittle-slide {
	width:500px;
	float:left;
	padding-top:20px;
	padding-left:70px;
}
.tittle-slide h2 {
	color:rgba(255,255,255,0.71);
	font-size:34px;
	font-weight:bold;
	text-align:left;
}
.show-case-slider-wrap {
	height:350px;
}
.fsc-holder {
	padding-bottom:80px;
}
.fw-carousel-wrap {
	z-index:21;
}
.hlaf-slider-pag {
	width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 120;
}
.hlaf-slider-pag .swiper-pagination-bullet {
    width:50px;
    height:20px;
    display:block;
	float:left;
	margin-bottom:10px;
	line-height:20px;
    border-radius:0;
    background:none;
	overflow:hidden;
    opacity:0;
	top:-10px;
	position:relative;
	color:rgba(255,255,255,0)
}
.hero-slider-wrap_pagination  .swiper-pagination-bullet:before {
	content:'';
	position:absolute;
	left:0;
	height:1px;
	top:50%;
	background:#fff;
	width:0;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.hero-slider-wrap_pagination  .swiper-pagination-bullet.swiper-pagination-bullet-active:before , .hero-slider-wrap_pagination  .swiper-pagination-bullet:hover:before {
	width:20px;
}
.hero-slider-wrap_pagination  .swiper-pagination-bullet:after {
	content:'01';
	position:absolute;
	left:30px;
	right:0;
	bottom:0;
	top:0;
	line-height:20px;
	color:#fff;
	font-size:18px;
	font-weight: 500;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 100ms linear;
    transition: all 100ms linear;
	opacity:0.7;
}
.hero-slider-wrap_pagination  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	opacity:1;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	transform: scale(1.0);
}
.opt-full-height {
	height:100%;
	padding-bottom:80px;
}
.option-panel {
	position:absolute;
	bottom:-70px;
	left:0;
	z-index:10;
	background:#69696c;
	width:5px;
	height:60px;
	padding-left:180px;
	overflow:hidden;
}
.option-panel:before {
	content:'';
	position:absolute;
	width:30%;
	left:20%;
	top:10px;
	bottom:10px;
	z-index:-1;
	background:rgba(255, 255, 255, 0.04);
}
.start-btn {
	position:absolute;
	left:0;
	top:0;
	text-transform:uppercase;
	letter-spacing:0.1px;
	font-size:12px;
	height:60px;
	line-height:60px;
	color:#fff;
	width:180px;
}
.start-btn.hero-start {
	top:inherit;
	bottom:-70px ;
	z-index:100
}
.start-btn i, .start-btn span.fal {
	padding-left:10px;
	font-size: 25px;
	-webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
.start-btn:hover i,  .start-btn:hover span.fal{
	padding-left:15px;
}
.swiper-counter {
  position: relative;
 	font-size:16px;
	font-weight: 700;

  font-size: 12px;
  color: #999;
  float:left;
  width:100%;
}
.swiper-counter div {
	position:absolute;
	top:13px;
	width:32px;
	height:32px;
	line-height:32px;
}
.swiper-counter div#current {
	right:40px;
}
.swiper-counter div#total {
	right:10px;
}
.swiper-counter div#total:before {
	content:'';
	position:absolute;
	left:-3px;
	width:6px;
	height:1px;
	top:50%;
	background:rgba(255,255,255,0.41);
}
.slide-progress-container {
	position:absolute;
	height:1px;
	z-index:3;
	bottom:30px;
	right:100px;
	left:220px;
}
.slide-progress-warp {
	float:left;
	position:relative;
	height:1px;
	background:rgba(255,255,255,0.41);
	z-index:10;
	bottom:0;
	width:100%;
}
.slide-progress-warp.grid-carousel-progress {
	position:absolute;
	left:20%;
	right:25%;
	width:inherit;
	top:50%;
	bottom:inherit;
}
.slide-progress {
	position:absolute;
	top:50%;
	left:0;
	height:1px;
	border-radius:6px;
	margin-top:-1px;
	width:0;
	max-width:100%;
}
.hero-slider_control-wrap {
	position:absolute;
	bottom:-70px;
	right:0;
	z-index:100;
}
.hero-slider_control {
	float: right;
 	font-weight: 400;
  	font-size: 14px;
  	color: #fff;
	cursor:pointer;
	width:150px;
	height:60px;
	line-height:60px;
	background: #69696c;
	text-transform:uppercase;
	letter-spacing:2px;
	position:relative;
}
.hero-slider_control:before {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	height:0;
	width:100%;
	z-index:1;
	-webkit-transition: all 200ms linear;
    transition: all 100ms 2inear;
}
.hero-slider_control:hover:before {
	height:100%;
}
.hero-slider_control span{
	position:relative;
	z-index:2;
}
.hero-slider_control i, .hero-slider_control span.fal {
	color:#fff;
	font-size:20px;
	position: relative;
	top: 2px;
 	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
	transition-delay: 0.3s;
	padding:0 0 0 15px;
}
.hero-slider_control:hover {
	color:#fff;
}
.hero-slider_control.hero-slider-button-prev {
	border-right:1px solid  rgba(255, 255, 255, 0.08);
}
.hero-slider_control.hero-slider-button-prev i, .hero-slider_control.hero-slider-button-prev span.fal {
	padding:0 15px 0 0;
}
.hero-slider_control.hero-slider-button-next:hover i, .hero-slider_control.hero-slider-button-next:hover span.fal {
	padding:0 0 0 25px;
}
.hero-slider_control.hero-slider-button-prev:hover i, .hero-slider_control.hero-slider-button-prev:hover span.fal{
	padding:0 25px 0 0;
}
.carousel-title-wrap{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:40px 50px 30px;
	z-index:2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.95)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
}
.carousel-title-wrap h2 {
	text-align:left;
	font-size:16px;
	text-transform:normal;
	float:left;
	width:100%;
	padding-bottom:4px;
	font-weight:400;
 	font-family: 'Aller', sans-serif;
}
.carousel-title-wrap h2 a {
	color:rgba(255,255,255,1);
}
.carousel-title-wrap h2 a i, .carousel-title-wrap h2 a span.fal {
	padding-left:18px;
	color: #ed6b00;
	-webkit-transition: all 200ms linear;
    transition: all 100ms 2inear;
}
.carousel-title-wrap p {
	color:rgba(255,255,255,0.71);
}
.carousel-title-wrap h2 a:hover i, .carousel-title-wrap h2 a:hover span.fal {
	padding-left:25px;
}


.breadcrumb {
	width:100%;
	text-align:left;
	padding:15px 20px;
	background:#f1f1f1;
}
.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumb ul li {
    display: inline-block;
	font-size: 12px;
	color:#69696c;
}
.breadcrumb ul li a{
    color:#999;
}
.breadcrumb ul li a:hover{
    color:#f19224;
}
.breadcrumb ul > li::after {
    content: "\f105";
    font-family: Font Awesome\ 5 Pro;
    padding: 0 7px 1px 10px;
    display: inline-block;
    vertical-align: middle;
	color:#f19224;
    font-size: 14px;
    opacity: 1;
}
.breadcrumb ul > li:last-child:after {border-right: 0; content: ""; padding: 0}

table.documents {
	width:100%;
}
table.documents td {
  text-align: left;
  font-weight:300;
  font-size:13px;
  color:#69696c;
}
table.documents td a{color:#f19224;}
table.documents td a:hover{color:#69696c;}
/*------section ------------------------------------------------*/
section {
	position: relative;
	float: left;
	width: 100%;
	padding: 55px 0 110px 0;
	background: #fff;
}
section.no-hidden {
	overflow: inherit;
}
section.parallax-section {
	padding: 120px 0;
}
.small-padding {
	padding: 50px 0;
}
.small-news-padding {
	padding: 0px 0 50px 0;
}
section.small-padding.article{
	padding: 40px 0;
}
section.padding-20{
	padding: 20px 0;
}
.no-padding-bottom {
	padding-bottom:0;
}
.no-padding {
	padding:0;
}
.dark-bg {
	background: #69696c;
}
.dark-bg2 {
	background: #69696c;
}
.gray-bg {
	background: #f9f9f9;
}
section.parallax-section .bg , .hero-bg .bg , .split-sceen-media .bg {
	height: 120%;
	top: 0;
}
section.hero-section {
	padding:200px 0 150px;
	overflow:hidden;
}
section.hero-section:before{
	content:'';
	position:absolute;
	left:0;
	width:30%;
	height:70px;
	bottom:0;
	background:#fff;
	z-index:3;
}
section.hero-section:after{
	content:'';
	position:absolute;
	right:0;
	width:30%;
	height:60%;
	bottom:0;
 	background: rgba(255, 255, 255, 0.04);
}
section.hero-section .fs-canvas {
	z-index:2;

	bottom:70px;
	left:70px;
}
.hero-bg {
	position:absolute;

	top:0;
	bottom:70px;
	right:70px;
	left:30%;
	overflow:hidden;
	z-index:2;
}
.hero-bg-dec {
	position:absolute;
	width:70px;
	height:70px;
	z-index:6;
	top:0;
	right:0;
	color:#fff;
	font-size:18px;
}
.hero-bg-dec span {
	width:30px;
	height:1px;
	background:rgba(255,255,255,0.71);
	display:block;
	position:relative;
	top:34px;
	left:24px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.hero-bg:before   {
	content:'';
	position:absolute;
	width:70px;
	height:70px;
	z-index:5;
	top:0;
	right:0;
}
.hero-bg:after{
    content: '';
    position: absolute;
    right: 0;
	width:calc(30% + 114px);
 	z-index:4;
	bottom:0;
    top: 0;
    background: rgba(255, 255, 255, 0.09);
}
.hero-start-link {
	position:absolute;
	right:0;
	width:70%;
	height:70px;
	bottom:-70px;
	z-index:2;
	padding-left:140px
}
.hero-start-link.hero-start-link_mlt {
	width:calc(60% - 100px);
	bottom:-70px;
	right:inherit;
	left:0;
}
.bedec_hstl:before {
	content:'';
	position:absolute;
	right:0;
	width:35%;
	height:100%;
	background:#323236;
	top:0;
}
.hero-start-link .scroll-down-wrap {
	top:19px !important;
}
.hero-start-link a {
	position:absolute;
	left:0;
	width:140px;
	height:70px;
	top:0;
	line-height:70px;
	color:#fff;
}
.hero-start-link a:before {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;

	z-index:1;
	height:0;
 	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	background: #323236;
}
.hero-start-link a:hover:before {
	height:100%;
}
.hero-start-link a i {
	position:relative;
	z-index:2;
}
.hero-start-link:after {
	content:'';
	position:absolute;
	right:70px;
	width:20%;
	height:1px;
	top:50%;
}
.hero-section .section-title , .hero-title .section-title {
    padding: 20px 0 20px 50px;
    margin-bottom: 50px;
    text-align: left;
}
.hero-section .section-title h2 , .hero-title .section-title h2  {
	color: #fff;
    font-size: 50px;
    text-align: left;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
	text-transform:normal;
	line-height:70px;
 	font-family: 'Aller', sans-serif;
	text-shadow:0px 1px 7px rgba(0,0,0,0.9);
}
.hero-section .section-title h2:before   , .hero-title .section-title h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    height: 2px;
    width: 50px;
}
.hero-section .section-title p  ,  .hero-title .section-title p{
	color:rgba(255,255,255,0.61);
	max-width:450px;
}
.section-title_category {
	position: absolute;
    left: -70px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 9px;
    letter-spacing: 2px;
    padding: 10px 0;
    top:85px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-overflow: ellipsis;
    white-space: nowrap;
	color:  rgba(255,255,255,0.8);
}
.section-title_category a{
    color:  rgba(255,255,255,0.8);
}
.section-number {
	position:absolute;
	left:-200px;
	top:-50px;
	font-size:124px;
	font-weight:bold;
	color:#eee;
	opacity:0.7;
}
.section-number span {
	position:relative;
	overflow:hidden;
}
.section-number span:before {
    content: '';
    position: absolute;
	width:100%;
	bottom:50%;
	top:0;
	left:0;
	background:#fff;
	z-index:2;
}
.section-number.right_sn {
	left: inherit;
	top:-60px;
	right:-40px;
}
.gray-bg  .section-number span:before {
	background:#f9f9f9;
}

.dark-bg  .section-number span:before {
	background: #69696c;
}
.dark-bg  .section-number {
	color:rgba(255,255,255,0.11);
}
.split-sceen-content_title p {
	float: left;
    width: 100%;
    padding-top: 10px;
    color: #69696c;
    text-align: left;
    font-size: 12px;
    text-transform: normal;
    font-weight: 500;
    line-height: 22px;
    position: relative;
    z-index: 2;
	max-width:450px;
}
.split-sceen-content.dark-bg .split-sceen-content_title p {
	color:rgba(255,255,255,0.41);
}
.split-sceen-content_title {
	margin-bottom:15px;
	padding-top:0px;
}
.split-sceen-content_title:before {
    content: '';
    position: absolute;
    left: 0;
    top:0;
    height: 2px;
    width: 50px;
}
.column-wrap-text .split-sceen-content_title h3{
    font-size: 28px;
    text-align: left;
	text-transform: normal;
    color: #69696c;
    font-weight:700;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    line-height: 34px;
}
h3.title{
    font-size: 24px;
	font-weight:700;
	color: #69696c;
    text-align: left;
	padding-top: 10px;
}
.split-sceen-content.dark-bg  .split-sceen-content_title h3 {
	color:rgba(255,255,255,0.71);
}
.pr-bg {
	background: #69696c;
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:100%;
	overflow:hidden;
	z-index:100;
}
.pr-bg.pr-bg-white {
	background:#fff;
}
/*------porfolio------------------------------------------------*/
.inline-filter-panel {
	margin-bottom:50px;
}
.inline-filter_title {
	float:left;
	margin-right:40px;
	padding:15px 30px;
	text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
	color:#fff;
}
.inline-filter-panel .gallery-filters a  {
	float:left;
	margin-right:20px;
	text-align:left;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:2px;
	position:relative;
	padding-top:10px;
    color: #494949;
	font-weight: 500;
}
.inline-filter-panel .gallery-filters a:before , .inline-filter-panel .gallery-filters a:after {
	content:'';
	position:absolute;
	bottom:-18px;
	left:0;
	right:-20px;
	height:1px;
	background:#eee;
	z-index:1;
}
.inline-filter-panel .gallery-filters a:after {
	z-index:2;
	right:100%;
	height:3px;
	bottom:-19px;
 	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.inline-filter-panel .gallery-filters a.gallery-filter-active:after {
	right:-20px;
}
.inline-filter-panel  .folio-counter {
	position: absolute;
    right: -12px;
    top: 0;
    z-index: 1;
    font-size: 12px;
    font-weight: 700;
    color: #999;
}
.inline-filter-panel  .folio-counter div {
	width:46px;
}
.fixed-filter-panel {
	position: fixed;
	left:90px;
	bottom:-70px;
 	background: #69696c;
	height:60px;
	z-index:12;
	padding-right:60px;
}
.fixed-filter-panel.fw-panel  {
	right:0;
}
.fixed-filter-panel.fw-panel:before , .fixed-filter-panel.fw-panel:after {
	content:'';
	position:absolute;
}
.fixed-filter-panel.fw-panel:before {
	right:0;
	left:60%;
	top:0;
	height:100%;
	z-index:1;
	background:#69696c;
}
.fixed-filter-panel.fw-panel:after  {
	width:100px;
	right:100px;
	height:1px;
	top:50%;
	z-index:2;
}
.fixed-filter-panel.top_fix-filter {
	position:relative;
	float:left;
	background: #69696c;
	left:2px;
	top:0;
	padding-right:0;
	width:100%;
}
.fixed-filter-panel .gallery-filters  {
	float:left;
	margin-left:80px;
	margin-right:10px;
	/*height:60px;*/
	position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fixed-filter-panel .gallery-filters a{
	float:left;
	margin-right:12px;
    text-transform: normal;
    font-weight: 300;
	line-height:1.6;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}
.fixed-filter-panel .gallery-filters a:hover {
	color:#fff;
}
.fixed-filter-panel_title {
	position:absolute;
	width:70px;
	height:60px;
	line-height:60px;
	color:#fff;
	left:0;
	top:0;
    text-transform: normal;
    font-size: 12px;
}
.folio-counter {
	float:right;
	font-weight: 900;
    font-size: 12px;
    color: #fff;
	line-height:60px;
	padding-right:10px;
}
.folio-counter div {
	float:left;
	margin-left:10px;
	width:25px;
	text-align:center;
	position:relative;
}
.folio-counter div.all-album:before , .round-counter div.all-album:before {
	content:'';
	position:absolute;
	left:-10px;
	width:10px;
	height:2px;
	top:50%;
}
.round-counter div.all-album:before {
	left:-6px;
	width:12px;
}
.round-counter {
	float:left;
	height:60px;
	line-height:60px;
    color: #999;
	font-size:12px;
	margin-left:20px;
	font-weight: 900;
	overflow:hidden;
	position:relative;
	top:2px;
	z-index:10;
}
.round-counter div {
	float:left;
	width:40px;
	position:relative;
}
.scroll-down-wrap {
	float: left;
	height: 100%;
	position: relative;
	margin-left: 50px;
	top:16px;
	z-index:100;

}
.scroll-down-wrap span {
	float: left;
	margin-left: 20px;
	position: relative;
	top: 8px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	color: #8B8B8B;
}
.mousey {
	float: left;
	width: 20px;
	height: 30px;
	border-radius: 4px;
	padding: 0 6px;
	border: 1px solid rgba(255, 255, 255, 0.41);
	box-sizing: border-box;
}
.scroller {
	position: relative;
	left: 50%;
	top: 6px;
	margin-left: -1px;
	width: 2px;
	height: 6px;
	border-radius: 25%;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
}
@keyframes scroll {
	0% {
		opacity: 0;
	}
	10% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(10px);
		opacity: 0;
	}
}
.scroller2 {
	top:50%;
	margin-top:-3px;
	animation-name: scroll2;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
}
@keyframes scroll2 {
	0% {
		opacity: 0;
	}
	10% {

		opacity: 1;
	}
	100% {

		opacity: 0;
	}
}
.ff_panel-conainer {
	padding-bottom:60px;
}
.grid-item-holder {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.spad .gallery-item {
	padding: 6px;
}
.min-pad .gallery-item {
	padding: 2px;
}
.hid-port-info .grid-item-holder {
	overflow: hidden;
}
.grid-big-pad .gallery-item {
	padding: 12px;
}
.gallery-item,
.grid-sizer {
	width: 33.3%;
	position: relative;
	float: left;
	overflow: hidden;
}
.gallery-item-second,
.grid-sizer-second {
	width: 66.6%;
}
.four-column .gallery-item {
	width: 25%;
}
.four-column .gallery-item.gallery-item-second   , .two-column .gallery-item{
	width: 50%;
}
.gallery-item img,
.grid-sizer img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	background: #292929;
	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
  	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.gallery-item:hover img {
	opacity: 0.7;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.grid-det {
	position:absolute;
	left:20px;
	bottom:20px;
	top:20px;
	right:100%;
	z-index:10;
	overflow:hidden;
	background:rgba(1,43,61,0.88);
}
.grid-item-holder:hover .grid-det  {
	right:20px;
 	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.grid-det-item  , .grid-det_category {
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
	padding:10px 30px;
	z-index:10;
	opacity:0;
	margin-top:-10px;
}
.grid-item-holder:hover  .grid-det-item , .grid-item-holder:hover  .grid-det_category{
	opacity:1;
	margin-top:0;
 	-webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	transition-delay: 0.4s;
}
.grid-det_link {
	color:#fff;
	display:block;
	text-transform:normal;
	font-size:15px;
	text-align:left;
	position:relative;
}
.grid-det_link:before {
	content:'';
	position:absolute;
	left:0;
	bottom:-10px;
	width:20px;
	height:1px;
}
.grid-det_link i {
	padding-left:10px;
 	-webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.grid-det_link:hover i {
	padding-left:20px;
}
.grid-det_category {
	bottom:inherit;
	top:20px;
}
.grid-det_category a, .grid-det_category {
	float:left;
	color:#f19224;
	margin-right:12px;
	text-transform:normal;
	font-size:13px;
	font-weight:300;
	text-align:left;
}
.fet_pr-carousel-box-media-zoom , .box-media-zoom {
	position: absolute;
	top: 0;
	right: -70px;
	width: 70px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background: #69696c;
	z-index: 5;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.gallery-item:hover .fet_pr-carousel-box-media-zoom , .hov_zoom:hover .box-media-zoom  {
	right: 0;
}
.hov_zoom {
	overflow:hidden;
}
.fw_cb{
	float: right;
	margin-left:30px;
	cursor:pointer;
	color:#fff;
	position:relative;
	top:30px;
	font-size: 20px;
}
.fw_cb:hover{
	color:#fff;
}
.fw-carousel-control {
	height:80px;
    -webkit-transform: translate3d(0,0,0);
}
.fw-carousel-control.fsc-control {
	position:absolute;
	bottom:0;
	left:0;
	z-index:10;
}
.fw-carousel-control.fsc-control.fsc-control_anim {
	bottom:-90px;
}
.fw-carousel-control_container {
	float:left;
	width:40%;
	height:80px;
  background: rgba(255, 255, 255, 0.04);
}
.fw-carousel-counter {
	float:right;
	height:80px;
	line-height:80px;
	color:#fff;
	width:170px;
	padding-right:50px;
	text-align:right;
	text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
	position:relative;
    color: rgba(255, 255, 255, 0.61);
    letter-spacing: 4px;
	bottom:0;
}
.fw-carousel-counter:before {
	content:'';
	position:absolute;
	left:42px;
	height:20px;
	width:1px;
	top:50%;
	margin-top:-10px;
	background:rgba(255,255,255,0.11);
}
.half-scrollbar {
	float:left;
	width:60%;
	height:80px;
	position:relative;
}
.hs_init {
	position:absolute;
	left:70px;
	right:70px;
	height:1px;
	top:50%;
	background:rgba(255,255,255,0.41);
}
.flat-project_title {
	padding:90px 0 70px;
}
/*.flat-project_title:before {
    content: '';
    position: absolute;
    right: 0;
    width: 35%;
    top: 10%;
    bottom: 10%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.04);
}*/
.flat-project_title h2{
	text-align:right;
	color:#fff;
	font-weight:700;
	font-size:38px;
	line-height:46px;
	padding-right:100px;
}
.flat-project_title_link {
	font-size:10px;
	float:left;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-top:20px;
	position:relative;
}
.flat-project_title_link i {
	margin-left:10px;
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.flat-project_title_link:hover i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	color:#fff;
}
.fw-carousel-control_container .flat-project_title_link {
	margin-left:70px;
	top:12px;
}
.flat-project_title p {
	text-align:left;
	color: rgba(255, 255, 255, 1);
	font-family: 'Aller', sans-serif;
	font-size:14px;
}
.flat-project_title_dec {
	float:left;
	width:50px;
	height:1px;
	position:relative;
	top:-40px;
}
.pr-title{
	float:left;
	font-size:24px;
	text-align:left;
	font-weight: 800;
	position:relative;
	padding-right:20px;
}
.pr-title:before {
	content:'';
	position:absolute;
	left:-2px;
	top:-20px;
	bottom:-20px;
	width:4px;
	z-index:-1;
	background:#fff;
}
.pr-title span {
	float:left;
	width:100%;
	padding-top:10px;
	color:#999;
	text-align:left;
	font-size:10px;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:1px;
	line-height:22px;
	position:relative;
	z-index:2;
}
.pr-tags {
	margin:20px 0;
	padding:22px 30px;
    background: #35353A;
 	text-transform: uppercase;
	letter-spacing: 2px;
	font-size:10px;
	color: rgba(255, 255, 255, 0.41);
	text-align:left;
}
.pr-tags span , .pr-tags ul , .pr-tags ul li {
	float:left;
}
.pr-tags span{
	padding-right:20px;
	border-right:1px solid rgba(255, 255, 255, 0.21);
	position:relative;
	top:2px;
}
.pr-tags ul {
	padding-left:20px;
}
.pr-tags ul li {
	margin-right:10px;
	padding-top:4px;
}
.pr-tags ul li a {
	color: rgba(255, 255, 255, 0.41);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size:10px;
}
.pr-tags ul li a:hover {
	color: rgba(255, 255, 255, 0.41);
}
.det-wrap p {
	font-size:14px;
	text-align:left;
}
.pr-list {
	float:left;
	width:100%;
	padding:15px 25px;
	background:#eee;
}
/*ul.pr-list{
	list-style: disc;
	color: #ed6b00;
}*/
.pr-list li::before {
	content: '';
	position:absolute;
	width:2px;
	height:15px;
	background-color: #ed6b00;
	left: 20px;
}
.pr-list li {
	float:left;
	width:100%;
	padding:6px 0;
	text-align:left;
	border-bottom: 0px solid #f1f1f1;
}
.pr-list li a{
	color: #69696c;
	font-size:14px;
	padding-left:5px;
}
.pr-list li a:hover, .pr-list li a.active{
	color: #ed6b00;
}
.pr-list li span {
	float: left;
    padding-right: 10px;
    color: #999;
}
.pr-list.pr-list-color {
	margin-bottom:40px;
}
.dec-border {
	height:1px;
	background:#eee;
	margin:10px 0 30px;
}
.pr-subtitle, .column-wrap-text h3, #main-pr-container h3 {
	font-size:22px;
	text-align:left;
	color:#ed6b00;
	font-weight: 300;
	float:left;
	width:100%;
	padding:10px 0;
}
.pr-subtitle span.let-num {
	float:left;
	padding-right:80px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size:34px;
	color:#000;
	position:relative;
	top:-6px;
}
.pr-subtitle span.let-num:before {
	content:'';
	position:absolute;
	bottom:0;
	right:10px;
	width:54px;
	height:1px;
	background:#eee;
}
.content-nav_holder {
	margin-top:100px;
	z-index:100;
}
.content-nav {
	float:left;
	position:relative;
	width:100%;
	padding:0 70px;
	background: #ed6b00;
}
.content-nav_holder:before  {
	content:'';
	position:absolute;
	right:0;
	width:50%;
	height:100%;
	background: #35353A;
}
.content-nav_holder.blog-nav:before{
	display:none;
}
.content-nav_holder.blog-nav {
	margin-top:50px;
}
.content-nav li {
	width:33.3%;
	float:left;
	position:relative;
}
.content-nav li:first-child {
	border:none;
}
.content-nav li a.ln , .content-nav li a.rn {
	color:#fff;
	font-size:12px;
	position:relative;
	width:100%;
	padding:40px 0;
}
.content-nav li a.ln  {
	text-align:left;
	float:left;
}
.content-nav li a.rn  {
	text-align:right;
	float:right;
}
.content-nav li a.ln i , .content-nav li a.rn i  , .list-folio_nav span , .content-nav li a span.tooltip , .list-folio_nav:before , .list-folio_nav:after , .box-media-zoom ,   .content-nav_mediatooltip:before {
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.content-nav li a.ln:hover i ,  .content-nav li a.rn:hover i , .customNavigation a:hover i  {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}
.content-nav li a span {
	font-size:11px;
	text-transform:normal;
	font-weight:500;
}
.content-nav li a.ln span {
	padding-left:15px;
}
.content-nav li a.rn span  {
	padding-right:15px;
}
.content-nav li a.ln:before , .content-nav li a.rn:before {
	content:'';
	position:absolute;
	width:1px;
	height:20px;
	top:50%;
	margin-top:-10px;
	background:rgba(255,255,255,0.5);
}
.content-nav li a.ln:before {
	right:0;
}
.content-nav li a.rn:before {
	left:0;
}
.content-nav_mediatooltip {
	position:absolute;
	bottom:100%;
	overflow:hidden;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.content-nav li:hover .content-nav_mediatooltip {
	opacity:1;
	visibility:visible;
}
.content-nav_mediatooltip.cnmd_leftside {
	left:-70px;
	right:50%;
}
.content-nav_mediatooltip.cnmd_rightside {
	left:50%;
	right:-70px;
}
.content-nav_mediatooltip img {
	width:100%;
	height:auto;
	position:relative;
	z-index:1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
/*.content-nav_mediatooltip:before {
	content:'';
	position:absolute;
	bottom:0;
	width:100%;
	height:0;
	left:0;
	z-index:2;
 	transition-delay: 0.3s;
    background: #35353A;
}
.content-nav li:hover .content-nav_mediatooltip:before {
	height:20px;
}*/
.list-folio_nav {
	width:30px;
	height:26px;
	display:inline-block;
	top:38px;
	position:relative;
}
.list-folio_nav:before , .list-folio_nav:after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	height:1px;
	background:#fff;
}
.list-folio_nav:before{
	top:0;
}
.list-folio_nav:after {
	bottom:0;
}
.list-folio_nav span {
	position:absolute;
	top:50%;
	margin-top:-1px;
	height:1px;
	left:6px;
	right:6px;
	background:#fff;
}
.list-folio_nav:hover:before , .list-folio_nav:hover:after {
	left:6px;
	right:6px;
}
.list-folio_nav:hover span {
	left:0;
	right:0;
}
.show-info {
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 80%;
	z-index: 15;
}
.show-info span {
	text-transform: normal;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	float: right;
	font-weight: 200;
	background: #69696c;
	padding: 8px 25px;
}
.tooltip-info {
	height: auto;
	line-height: 20px;
	padding: 10px 15px;
	font-size: 11px;
	color: #69696c;
	text-align: center;
	text-indent: 0px;
	position: absolute;
	background: #ddd;
	bottom: 0;
	opacity: 0;
	right: 0;
	margin-bottom: 29px;
	visibility: hidden;
	pointer-events: none;
	text-align: left;
	z-index: 16;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.tooltip-info p {
	font-size: 12px;
 	color: #69696c;
	font-weight: 400;
	font-family: 'Aller', sans-serif;
}
.tooltip-info h5 {
	margin-top: 5px;
	padding: 5px 0;
	position: relative;
	font-weight: 700;
	text-transform: normal;
	font-size: 14px;
 	color: #69696c;
}
.show-info:hover .tooltip-info {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}
#portfolio_horizontal_container {
    height: 100%;
 	float:left;
	width:100%;
	position:relative;
	z-index:1;
}
#portfolio_horizontal_container .portfolio_item {
	width: auto;
	height: 100%;
	float:left;
	padding:2px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#portfolio_horizontal_container.no-padding .portfolio_item {
	padding:0
}
#portfolio_horizontal_container.one-ver-columns .portfolio_item {
	padding-bottom:0;
}
#portfolio_horizontal_container.two-ver-columns .portfolio_item {
	height:50% ;
}
#portfolio_horizontal_container.three-ver-columns .portfolio_item {
	height:33.3% ;
}
.one-ver-columns {
	height:100%;
}
#portfolio_horizontal_container .portfolio_item img {
	 float:left;
	 width:auto;
	position:relative;
	z-index:1;
	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
  	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
#portfolio_horizontal_container .portfolio_item:hover img {
	opacity: 0.7;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
#portfolio_horizontal_container .portfolio_item .grid-item-holder {
	width:auto;
	height:100%;
}
.horizontal-grid-wrap {
	overflow:hidden;
	top:0;
	background: #fff;
}
.horizontal-grid-wrap.hgw_fh {
	height:100%;
}
.tabs-counter {
	position:absolute;
	right:0;
	top:-100px;
	z-index:1;
    font-size: 94px;
    font-weight: bold;
    color: #eee;
    opacity: 0.7;
	font-family: 'Oswald', sans-serif;
}
.tabs-counter div , .tabs-counter span {
	position:relative;
	float:left;
}
.tabs-counter div {
	width:30px;
}
.tabs-counter:before {
	content:'.';
	position:absolute;
	right:-50px;
	bottom:0;
}
.tabs-counter span:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 50%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 2;
}
.tabs-menu {
	z-index:2;
	margin-bottom:30px;
}
.tabs-menu:before {
	content:'';
	position:absolute;
	bottom:4px;
	left:0;
	width:100%;
	height:1px;
	background:#eee;
}
.tabs-menu  li {
	float:left;
	margin-right:20px;
	padding:0 35px 0 0;
	height:50px;
}
.tabs-menu  li a{
	float:left;
	height:50px;
	line-height:50px;
 	font-weight:500;
	color:#494949;
	text-align:left;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.tabs-menu  li a span {
	padding-right:10px;
}
.tab-content {
    width: 100%;
    padding: 20px 0;
    display: none;
}
#tab-1 {
	display: block;
}
.tabs-menu li.backLava   {
	padding:0;
	position: absolute;
	border-bottom:3px solid;
	box-sizing:border-box;
}
.plans-gal_item {
	padding:10px 0;
	position:relative;
	float:left;
	width:100%;
	margin-bottom:20px;
}
.mar-top {
	margin-top:20px;
}
.tab-content .video-box {
	overflow:hidden;
	margin:30px 0;
}
.video-box-btn {
	position:absolute;
	width:80px;
	height:80px;
	line-height:80px;
	margin:-40px 0 0 -40px;
	background: #69696c;
	z-index:20;
	left:50%;
	top:50%;
	box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.2);
	border-radius:100%;
	 -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.video-box-btn:hover   {
	box-shadow: 0px 0px 0px 17px rgba(255,255,255,0.2);
}
.pr-view {
	float:left;
	margin-top:10px;
	text-transform:normal;
	font-size:12px;
	position:relative;
	font-weight:700;
}
.pr-view i {
	padding-left:10px;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear
}
.pr-view:hover i {
	padding-left:20px;
}
.pr-view:before {
}
.morenews{
	float:left;
	margin-top:10px;
	font-size:12px;
	font-weight:400;
	color:#fff;
	padding:8px 10px;
	background:#69696c;
}
.morenews i {
	padding-left:5px;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear
}
.morenews:hover i {
	padding-left:10px;
}
.fixed-column {
	overflow:hidden;
}
.fixed-column-top {
	position:absolute;
	bottom:0;
	right:-40px;
	width:40px;
	height:80px;
	line-height:80px;
	background: #69696c;
	cursor:pointer;
}
.btn-details{
	float:left;
	margin-top:10px;
	font-size:11px;
	font-weight:400;
	color:#fff;
	padding:8px 14px;
	background:#69696c;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear
}
.btn-details i {
	padding-right:5px;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear
}
.btn-details:hover{
	background:#f19224;
}
/*-------------accordion---------------------------------------*/
.career_file, .career_info{
	font-size:12px;
	color: #69696c;
	font-weight:300;
	text-align:left;
	padding-top:5px;
	margin-bottom:10px;
}
.accordion {
	float: left;
	width: 100%;
	position: relative;
}
.accordion a.toggle {
	color: #69696c;
	border: 1px solid #eee;
	padding: 16px 50px 16px 30px;
	float: left;
	width: 100%;
	position: relative;
	background: #f9f9f9;
	box-sizing: border-box;
	text-align: left;
	font-weight: 300;
	text-transform: normal;
	font-size: 16px;
	font-family: 'Aller', sans-serif;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	margin-bottom: 15px;
}
.accordion a.toggle span {
	position: absolute;
	right: -1px;
	top: -1px;
	bottom: -1px;
	width: 60px;
	background: #69696c;
}
.accordion a.toggle span:before,
.accordion a.toggle span:after {
	content: '';
	position: absolute;
	background: #fff;
	top: 50%;
	left: 50%;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.accordion a.toggle span:before {
	width: 10px;
	height: 2px;
	margin-top: -1px;
	margin-left: -5px;
}
.accordion a.toggle span:after {
	width: 2px;
	height: 10px;
	margin-top: -5px;
	margin-left: -1px;
}
.accordion a.toggle.act-accordion {
	color: #fff;
	background: #f19224;
	border-color: transparent;
}
.accordion a.toggle.act-accordion span:after {
	height: 0;
}
.accordion-inner {
	display: none;
	float: left;
	width: 100%;
	position: relative;
	padding: 15px 20px;
	background: #fff;
	margin: 0 0 15px;
	text-align: left;
	border: 1px solid #eee;
}
.accordion-inner p{
	font-weight:300;
	text-align: left;
}
.accordion-inner.visible {
	display: block;
}
.accordion-inner p a{
	color:#69696c;
	text-decoration:underline;
}

.accordion.career a.toggle {
	font-size: 18px;
	font-weight: 600;
	color: #69696c;
	border: 1px solid #eee;
	padding: 16px 50px 16px 20px;
	float: left;
	width: 100%;
	position: relative;
	background: #f9f9f9;
	box-sizing: border-box;
	text-align: left;
	text-transform: normal;
	font-family: 'Aller', sans-serif;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	margin-bottom: 15px;
}
.accordion.career a.toggle .left {
	position: relative;
	float: left;
}
.accordion.career a.toggle .title{
	font-size: 18px;
	font-weight: 600;
}
.accordion.career a.toggle .code {
	font-size: 12px;
	color: #f19224;
	font-weight: 400;
	padding-top:10px;
}
.accordion.career a.toggle .date {
	position: relative;
	float: right;
	font-size: 12px;
	font-weight: 300;
	padding:15px 20px;
}
.accordion.career a.toggle.act-accordion {
	background: #fff;
}
.accordion.career .accordion-inner {
	display: none;
	float: left;
	width: 100%;
	position: relative;
	padding: 15px 20px;
	background: #fff;
	margin: -16px 0 15px;
	text-align: left;
	border: 1px solid #eee;
}
.accordion.career .accordion-inner p{
	color: #69696c;
	font-size: 14px;
	line-height:1.4;
	font-weight:300;
	text-align: left;
}
.accordion.career .accordion-inner p strong, .accordion.career .accordion-inner p b{
	font-weight:700;
}
.accordion.career .accordion-inner ul{
	margin-bottom:20px;
}
.accordion.career .accordion-inner ul li{
	color: #69696c;
	font-size: 14px;
	line-height:1.4;
	font-weight:300;
	text-align: left;
	padding: 3px 0px;
}
.accordion.career .accordion-inner ul > li::before {
    content: "\f058";
    font-family: Font Awesome\ 5 Pro;
    padding: 0 7px 0px 0px;
    display: inline-block;
    color: #f19224;
    font-size: 15px;
}
.accordion.policies .accordion-inner ul{
	margin-bottom:10px;
}
.accordion.policies .accordion-inner ul li{
	color: #69696c;
	font-size: 14px;
	line-height:1.4;
	font-weight:300;
	text-align: left;
	padding: 3px 0px 3px 18px;
}
.accordion.policies .accordion-inner ul > li::before {
    content: "\f192";
    font-family: Font Awesome\ 5 Pro;
    display: inline-block;
    color: #f19224;
    font-size: 12px;
	font-weight:500;
	margin-left:-18px;
	margin-right:6px;
}
.text-desc{
	font-size: 15px!important;
	font-weight:300;
}
.home-company-box{
	float:left;
	width:50%;
	margin-bottom:5px;
	background:#eee;
	border-left:5px solid #fff;
	padding:25px 5px;
}
.home-company-box .icon{
	float:left;
	width:20%;
}
.home-company-box .text{
	float:left;
	width:80%;
	color: #69696c;
	font-size:13px;
	font-weight:600;
}
.home-company-box .text.left{
	text-align:left;
}
.home-company-box .text.right{
	text-align:right;
}
.home-company-box i, .home-company-box span.fal{
	color:#f19224;
	font-size:26px;
	padding:3px 0px;
}
.home-company-box p{
	color: #69696c;
	font-size:14px;
	font-weight:400;
	text-align:left;
	min-height:50px;
}
.home-services span {
	color:#f19224;
	font-size:36px;
}
.home-services li{
	text-align:left;
	color: #69696c;
	height:50px;
	background:#eee;
	float:left;
	width:50%;
	font-size:14px;
	text-transform:normal;
	padding:10px;
	margin-bottom:1px;
}

.news-company{
	position:relative;
	float:left;
	width:100%;
	padding:20px 0;
	border-bottom:1px solid #eee;
}
.news-company .news-image{
	float:left;
	width:45%;
	padding-right:20px;
}
.news-company .news-image .date{
	position:absolute;
	padding:5px 10px;
	font-size:12px;
	line-height:1.1;
	font-weight:300;
	background:#f19224;
	text-align:center;
	color:#fff;
	width:60px;
	height:65px;
	z-index:2;
	/*box-shadow:5px 5px 5px #000;*/
}
.news-company .news-image .date span{
	font-size:25px;
	font-weight:700;
}
.news-company .news{
	float:left;
	width:55%;
}
.news-company .title{
	color: #f19224;
	font-size:24px;
	font-weight:500;
	text-align:left;
	padding-bottom:10px;
}
.news-company p{
	font-size:13px;
	font-weight:400;
	text-align:left;
}
.title_news{
	color: #69696c;
	font-size:26px;
	font-weight:500;
	text-align:left;
	padding:15px 0 10px;
}
.blog_date{
	text-align:left;
	color: #f19224;
}

.blog-menu{
	position:relative;
	width:100%;
	margin-bottom:40px;
}
.blog-menu .title{
	color: #69696c;
	font-size:20px;
	font-weight:300;
	text-align:left;
	padding-bottom:6px;
	border-bottom:2px solid #f19224;
	margin-bottom:25px;
}

.list-style-6 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-style-6 li {
    position: relative;
	text-align:left;
    padding: 0 15px 8px 0;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #eee;
}

.list-style-6 li::before {
    content: "";
}
.list-style-6 li a{
	color:#69696c;
}
.list-style-6 li span {
    position: absolute;
	color:#f19224;
    top: 3px;
    right: 0;
}
.latest-post {
    list-style: none;
    padding: 0;
    margin: 0;
}
.latest-post li {
    display: table;
    padding-bottom: 15px;
}
.latest-post li figure{
    width: 80px;
	display: table-cell;
	vertical-align: top;
}
.latest-post li figure img{
    width: 100%;
}
.latest-post-info{
	padding-left:10px;
	text-align:left;
}	
.latest-post-info a{
	color: #69696c;
	font-size:13px;
	font-weight:300;
}
.latest-post-info .date{
	color: #999;
	font-size:11px;
	font-weight:300;
	padding-top:5px;
}
.blog-box{
	border:1px solid #eee;
	padding:10px;
	text-align:left;
}
.blog-box .title{
	color: #f19224;
	font-size:16px;
	font-weight:700;
	text-align:left;
	padding:10px 0;
}
.blog-box p{
	font-size:13px;
	font-weight:400;
	text-align:left;
}
.blog-box a.more{
	color: #f19224;
	font-size:13px;
	font-weight:400;
	text-align:left;
}
.blog-box a.more:hover{
	color: #69696c;
}
/*------Footer------------------------------------------------*/
.height-emulator {
	z-index:1;
}
.main-footer{
	position:fixed;
	bottom:0;
	left:90px;
	right:0;
	background: #69696c;
	z-index:2;
}
.main-footer:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:50%;
	background: #fff;
	height:90px;
}
.subfooter {
    background: #fff;
    height: 90px;
    z-index: 3;
}
.policy-box {
    float: left;
	text-align:left;
	color: #69696c;
    font-size: 12px;
    font-weight: 400;
    text-transform: normal;
	line-height:90px;
	width:80%;
	padding-left: 80px;
}
.policy-box .created {
	float: right;
	text-align:right;
}
.policy-box .created a{
	color: #ed6b00;
}
.policy-box .created a:hover{
	color: #69696c;
}
.policy-box .privacy a{
	color: #69696c;
	font-size: 12px;
	text-decoration:underline;
	margin-left:10px;
	padding-left:10px;
}
.policy-box .privacy a:hover{
	text-decoration:none;
}
.policy-box .privacy a:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:1px;
	background: #69696c;
	height:15px;
}
.footer-inner {
	padding:100px 0 80px;
}
.footer-logo {
	float:left;
	height:60px;
	margin-top: -15px;
	position: relative;
}
.footer-box {
	text-align:left;
	margin-top:15px;
}
.footer-contacts2.footer-box{
	text-align:left;
	margin-top:15px;
}
.footer-box p {
	font-family: 'Aller', sans-serif;
    color: #fff;
}
.footer_text {
	padding-right:50px;
	margin-top:5px;
}
.footer_text:before {
	content:'';
	position:absolute;
	bottom:-10px;
	left:0;
	width:50px;
	height:2px;
}
.footer-contacts span {
	padding-right:5px;
	min-width:20px;
	float:left;
	color:#f19224;
	font-size:16px;
}
.footer-contacts li{
	text-align:left;
	color: rgba(255, 255, 255, 1);
	font-size:14px;
	text-transform:normal;
	padding-bottom:10px;
}
.footer-contacts li a {
	color: #fff;
}
.footer-contacts2 ul{
list-style-type: disc;
color:#f19224;
float:left;
width:50%;
padding-left:2%;
}
.footer-contacts2 li a{
	text-align:left;
	color: #fff;
	font-size:14px;
	text-transform:normal;
	line-height:26px;
}
.footer-contacts2 li a:hover{
	color: #f19224;
}

.footer-logo img {
	height:100%;
	width:auto;
	float:left;
}
.footer-header {
	text-align:left;
	font-size:16px;
	text-transform:normal;
	padding-top:10px;
	font-weight:700;
	margin-bottom:15px;
	color: #f19224;
}
.footer-header span {
	position:absolute;
	right:0;
	top:0;
	font-size:16px;
}
.footer-header:before {
	content:"";
	position:absolute;
	bottom:4px;
	left:110px;
	right:0;
	height:1px;
	background:rgba(255, 255, 255, 0.21);
}
.subcribe-form {
	margin: 15px 0;
}
.subcribe-form input.enteremail {
	font-family: 'Aller', sans-serif;
	float: left;
	width: 100%;
	border: none;
	background: bottom;
	padding: 15px 100px 15px 0;
	position: relative;
	z-index: 1;
	color: #fff;
	border-bottom:1px dashed rgba(255, 255, 255, 0.4);
}
.subcribe-form input.enteremail::-webkit-input-placeholder {
	font-family: 'Aller', sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
}
.subcribe-form .subscribe-button {
	font-family: 'Aller', sans-serif;
	position: absolute;
	top: 15px;
	right: 0;
	width: 100px;
	z-index: 2;
	color: #fff;
	background:none;
	border: none;
	cursor: pointer;
	text-align:right;
	text-transform:normal;
	font-size:12px;
}
.subcribe-form .subscribe-button i, .subcribe-form .subscribe-button span.fas {
	padding-right: 2px;
	font-size: 13px;
	color: #ed6b00;
}
.subscribe-message {
	margin-top: 10px;
	text-align: left;
	color: #fff;
	float:left;
	width:100%;
}
.iso{
	margin-top:55px;
}
.iso a img{
	float:left;
	width:18%;
	margin-right:7%;
}
.to-top-btn {
	float:right;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
	font-weight:600;
    height: 90px;
    line-height: 90px;
    color: #fff;
    width: 180px;
	background:#f19224;
}
.to-top-btn i, .to-top-btn span.fal {
	padding-left:10px;
	font-size: 20px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
.to-top-btn:hover i  , .fc_button i, .to-top-btn:hover span.fal{
	padding-left:20px;
}
.to-top-btn:hover i, .to-top-btn:hover span.fal {
	color:#fff;
}
.fc_button {
	float:left;
	margin-top:20px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	padding:12px 20px;
	color: #767676;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
	font-weight:600;
}
.fc_button:hover {
	color:#fff;
	border-color:transparent;
}

.page-contacts span {
	padding-right:10px;
	min-width:20px;
	float:left;
	color:#f19224;
	font-size:20px;
}
.page-contacts li{
	text-align:left;
	color: #69696c;
	font-size:16px;
	font-weight:300;
	text-transform:normal;
	padding-bottom:12px;
}
.page-contacts li a {
	color: #69696c;
}
/*------share------------------------------------------------*/
.share-button {
	position:fixed;
	bottom:0;
	z-index:20;
    -webkit-transform: translate3d(0,0,0);
	cursor:pointer;
	width:90px;
	left:0;
	height:90px;
}
.share-button span {
	display:block;
	top:22px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
	letter-spacing:3px;
	position:relative;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
	color:#999;
}
.share-button:hover span {
	color:#f47521;
}
.share-button:before , .share-button:after {
	content:'';
	position:absolute;
}
.share-button:before {
	width:12px;
	height:1px;
	bottom:17px;
	left:50%;
	margin-left:-6.5px;
}
.share-button:after {
	bottom:12px;
	left:50%;
	width:1px;
	height:12px;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.uncl-share:after {
	height:0;
}
.share-icon {
    width:100%;
	float:left;
    margin-bottom:14px;
	position:relative;
	font-size:10px;
	color: #fff;
	text-align:left;
	letter-spacing:3px;
	color: rgba(255, 255, 255, 0.41);
	text-transform:uppercase;
	opacity:0;
}
.share-icon:after {
	content:'';
	position:absolute;
	left:-30px;
	width:0;
	height:1px;
	top:50%;
}
.share-icon:hover:after {
	width:20px;
}
.share-wrapper {
	position:fixed;
	bottom:0;
	left:90px;
	width:0;
    background: #69696c;
	z-index:100;
	overflow:hidden;
	height:300px;
    -webkit-transform: translate3d(0,0,0);
}
.share-container {
	padding:110px 50px 30px;
	overflow:hidden;
}
.close-share-btn {
	position:absolute;
	right:0;
	top:-60px;
	width:100%;
	height:60px;
	line-height:60px;
    background: #01344a;
	z-index:10;
	cursor:pointer;
	font-size:10px;
	text-align:right;
	padding-right:40px;
	letter-spacing:2px;
	color: rgba(255, 255, 255, 1);
	text-transform:uppercase;
	opacity:0;
}
.share-icon , .share-icon:after , .close-share-btn i, .close-share-btn span.fal {
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
.close-share-btn i, .close-share-btn span.fal {
	padding-right:15px;
	font-size: 16px;
	top: 2px;
	position: relative;
}
.close-share-btn:hover i, .close-share-btn:hover span.fal {
	padding-right:25px;
}
/* ------Team------------------------------------------------------------ */
.team-box {
	float: left;
	width: 50%;
	position: relative;
	padding: 0 20px 0 0;
	background:#fff;
	margin-top:20px;
}
.team-photo {
	overflow: hidden;
	position: relative;
}
.team-photo .overlay {
	opacity: 0;
	z-index: 2;
	background: #000;
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.team-social {
	position: absolute;
	bottom:-50px;
	left: 0;
	z-index: 15;
}
.team-social li {
	float:left;
	position:relative;
}
.team-social li:before {
	content:'';
	position:absolute;
	right:0;
	width:1px;
	height:10px;
	top:50%;
	margin-top:-5px;
	background:rgba(255,255,255,0.21);
	z-index:2;
}
.team-social li:last-child:before {
	display:none;
}
.team-social li a {
	width:50px;
	height:50px;
	line-height:50px;
    background: #69696c;
	display:block;
}
.team-social li a:hover {
   color: #fff;
}
.team-social, .team-photo a , .team-contact_btn {
	-webkit-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
.team-box:hover .team-photo .overlay {
	opacity: 0.3;
}
.team-box:hover .team-social{
	bottom:0;
}
.team-contact_btn {
	position:absolute;
	right:0;
	top:-50px;
	width:50px;
	height:50px;
	line-height:50px;
	color:#fff;
	z-index:3;
}
.team-contact_btn:hover {
	color:#292929;
}
.team-box:hover .team-contact_btn {
	top:0;
}
.team-info {
	float: left;
	width: 100%;
	text-align: left;
	padding: 20px 0 0;
}
.team-info h3,
.team-info h4 {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
}
.team-info h3 {
	padding-bottom:5px;
}
.team-info h4 {
	font-size: 10px;
	letter-spacing:2px;
	color: #666;
	font-weight: 600;
	text-transform: uppercase;
}
.bg.dec-bg {
	width:inherit;
	height:inherit;
	left:50%;
	right:0;
	top:40%;
	bottom:0;
	opacity:0.1;
}
.bg.dec-bg.left-pos-dec {
	left:-10%;
	right:40%;
}
/* ------facts------------------------------------------------------------ */
.facts-holder:before  {
	content:'';
	position:absolute;
	left:60%;
	right:0;
	top:0;
	height:100%;
}
.inline-facts-wrap {
	float: left;
	width:25%;
	position: relative;
	text-align: center;
	margin-bottom:25px;
}
.inline-facts-wrap .inline-facts{
	background:#f5f5f5;
	border:1px solid #fff;
	padding:20px 5px;
}
.inline-facts-wrap .num {
	font-size: 28px;
	font-weight: 700;
	color: #69696c;
	font-family: 'Aller', sans-serif;
}
.inline-facts-wrap h6 {
	position: relative;
	color: #69696c;
	font-size: 14px;
	font-weight: 300;
	text-transform: normal;
}

.inline-facts-container {
	padding:15px 0;
}
.inline-facts i{
	margin-bottom: 5px;
	color: #ed6b00;
	font-size: 38px;
}
/* --------- Skills --------------------------------------*/
.skillbar-box {
	float:left;
	width:100%;
	position:relative;
}
.skillbar-bg {
	position:relative;
	display:block;
	float:left;
	width:100%;
	height:8px;
	overflow:hidden;
	background:#69696c;
}
.custom-skillbar-title span {
	float:left;
	font-size:12px;
	margin-top:12px;
	padding-bottom:6px;

}
.custom-skillbar {
	height:8px;
	width:0px;
}
.skill-bar-percent {
	float:right;
	font-size:14px;
	font-weight:400;
	margin-top:13px;
	padding-bottom:6px;
	color:#999
}
/*------ services ------------------------------------------------*/
.top-title h2{
	color:#69696c;
	font-size:34px;
	font-weight:300;
	padding:10px;
	text-align:center;
	margin-bottom:30px;
	
}
.top-title h2::before{
	content: '';
	position: absolute;
	top: -5px;
	height: 50px;
	width: 50px;
	margin-left:-25px;
	background:url('../images/line1.png')no-repeat;
}
.top-title h2::after{
	content: '';
	position: absolute;
	top: 15px;
	height: 50px;
	width: 50px;
	margin-left:-25px;
	background:url('../images/line2.png')no-repeat;
}
.top-title p{
	color:#69696c;
	font-size:18px;
	font-weight:300;
	padding:10px 0;
	text-align:center;
	margin-bottom:30px;
}
.home-service-item .box{
	position:relative;
	top:-60px;
	padding:40px 15px 15px;
	background:#e8e8e8;
	border:0px solid #eee;
	min-height:200px;
	margin-bottom:-60px;
}
.home-service-item p{
	text-align:center;
	color:#69696c;
	font-size:14px;
	font-weight:300;
	line-height:1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	height:98px;
}
.home-service-item h3 {
	font-size:20px;
	color:#69696c;
	padding-bottom:5px;
	font-weight:700;
	text-align:center;
}
.home-service-item-icon {
	position:relative;
	display:block;
	top:0px;
	width:120px;
	height:120px;
	margin:0 auto;
	background:#e8e8e8;
	border-radius:100%;
}
.home-service-item-icon img{
	position:relative;
	width:100px;
	height:100px;
	padding:20px;
	z-index:11;	
}


.home-blog-item{

}
.home-blog-item img{
	width:100%;
	margin-bottom:10px;
}
.home-blog-item h3{
	text-align:left;
	color:#f47521;
	font-size:16px;
	font-weight:600;
	line-height:1.3;
	margin-bottom:5px;
}
.home-blog-item p{
	text-align:left;
	color:#69696c;
	font-size:13px;
	font-weight:300;
	line-height:1.3;
}

.home-box-bottom{
	float:left;
	width:25%;
	padding:40px 20px 10px 20px;
	color:#fff;
	min-height:220px;
}
.home-box-bottom i, .home-box-bottom span.fas{
	font-size:54px;
}
.home-box-bottom h4{
	font-size:24px;
	font-weight:300;
	padding-top:15px;
}
.home-box-bottom p{
	font-size:16px;
	font-weight:300;
	padding-top:5px;
	color:#fff;
	text-align:center;
}
.home-box-bottom .nr-bg{
	position:absolute;
	display:block;
	font-size:150px;
	font-weight:700;
	margin:0 auto;
	top:10px;
	color:rgba(255,255,255,0.05);
}
.home-box-bottom.bg1{
	background:#f19224;
}
.home-box-bottom.bg2{
	background:#da6300;
}
.home-box-bottom.bg3{
	background:#c25901;
}
.home-box-bottom.bg4{
	background:#b45200;
}
/*------ testimonials------------------------------------------------*/
.top-hometitle{padding-bottom:20px;}
.subtitle{
	position:relative;
	float:left;
	color:#69696c;
	font-size:22px;
	font-weight:300;
	line-height:1.3;
	padding-bottom:25px;
	padding-top:5px;
}
.testilider-controls2 {
	float:right;
	position:relative;
	padding:0 41px 25px 41px;
	height:40px;
}
.ss-slider-controls2 {
	position:absolute;
	bottom:0px;
	height:40px;
	padding:0 40px;
	right:40px;
	z-index:10;
}
.ss-slider-btn2 , .ss-slider-cont2{
	position:absolute;
	top:0;
	width:40px;
	height:40px;
	color:#fff;
	cursor:pointer;
	font-size:14px;
	line-height:40px;
}
.ss-slider-prev2 ,   .ss-slider-cont-prev2 {
	left:0;
}
.ss-slider-next2 ,   .ss-slider-cont-next2 {
	right:0;
}

.testi-item {
	padding:0px;
	background:#fff;
	border:0px solid #eee;
}
.testi-item p{
	text-align:left;
	color:#69696c;
	font-size:14px;
	font-weight:300;
	line-height:1.3;
}
.testi-item .title {
	font-size:16px;
	color:#69696c;
	font-weight:400;
	text-align:left;
}
.testilider .swiper-slide.swiper-slide-active .testi-item p {
	color:#69696c;
}
.testi-item h3 {
	font-size:18px;
	padding-bottom:14px;
	font-weight:700;
	text-align:left;
}
.teti-link{
	float:center;
	margin-top:12px;
	font-weight:600;
	border-bottom:1px dotted #69696c;
	color:#f19224;
	font-size:11px;
	text-transform:uppercase;
}
.testi-avatar  , .testi-avatar img{
	width:50px;
	height:50px;
	border-radius:100%;
}
.testi-avatar {
	position:absolute;
	right:20px;
	top:-20px;
	opacity:0;
	overflow:hidden;
	border:1px solid #eee;
}
.testilider .swiper-slide.swiper-slide-active .testi-item  .testi-avatar{
	top:20px;
	opacity:1;
}
.testi-avatar , .testi-item p {
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.single-slider img {
	width:100%;
	height:auto;
}
.testilider-controls {
	float:left;
	position:relative;
	padding:0 50px;
	height:50px;
	margin-top:40px;
}
.ss-slider-controls {
	position:absolute;
	bottom:-25px;
	height:50px;
	padding:0 50px;
	right:50px;
	z-index:10;
}
.ss-slider-btn , .ss-slider-cont{
	position:absolute;
	top:0;
	width:50px;
	height:50px;
	color:#fff;
	cursor:pointer;
	font-size:10px;
	line-height:50px;
}
.ss-slider-prev ,   .ss-slider-cont-prev {
	left:0;
}
.ss-slider-next ,   .ss-slider-cont-next {
	right:0;
}

.tc-pagination , .ss-slider-pagination {
	height:50px;
	line-height:48px;
	padding:0 50px;
	background: #69696c;
}
.tc-pagination  .swiper-pagination-bullet , .ss-slider-pagination .swiper-pagination-bullet  {
	background:rgba(255,255,255,0.21);
	margin:0;
	padding:0;
	height:1px;
	border-radius:0;
	opacity:1;
	width:25px;
	position:relative;
	top:-2px;
}
/*------contacts------------------------------------------------*/

.map-container.mc_big , #map-single {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.cont-det-wrap {
	padding:50px 50px;
	position:absolute;
	bottom:-70px;
	right:100px;
	width:350px;
	z-index:2;
}
.cont-det-wrap li {
	text-align:left;
	display:block;
	margin-bottom:20px;
    text-align: left;
    color: rgba(255, 255, 255, 0.81);
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 0;
    font-size: 10px;
}
.cont-det-wrap li strong {
    color: rgba(255, 255, 255, 0.41);
	float:left;
	padding-right:4px;
}
.cont-det-wrap li span {
    float: left;
    padding-right: 10px;
}
.cont-det-wrap li:last-child {
	margin-bottom:0;
}
.cont-det-wrap li:hover a{
	color:#fff;
}
.contact-details {
	margin-bottom:120px;
}
.contact-details li{
	float:left;
	margin-right:10px;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:left;
}
.contact-details li .cont-link {
	float:left;
	width:100%;
	display:block;
	position:relative;
    font-weight: 800;
	color:#666;
	margin-top:10px;
}
.contact-details li .cont-link a {
	color:#666;
}
.contact-details li .cont-link:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #ccc;
}
.custom-form {
	float: left;
	width: 100%;
	position: relative;
}
#contact-form {
	max-width:700px;
}
.custom-form .selectbox {
	float: left;
	width: 100%;
	color: #292929;
	border-radius: 4px;
	margin-bottom: 20px;
	z-index: 100;
	border: 1px solid #eee;
	background: #fff;
	color: #69696c;
	font-weight: 600;
	font-size: 12px;
	position: relative;
}
.custom-form .sel-dec .selectbox .select:before {
	font-family: Font Awesome\ 5 Pro;
	content: '\f142';
	position: absolute;
	top: 50px;
	left: 10px;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
	z-index: 22;
	font-size: 16px;
	font-weight: 300;
	color: #ccc;
}
.custom-form .selectbox .trigger .arrow {
	border-top: 5px solid #666;
	right: 20px;
}
.custom-form textarea,
.custom-form input[type="text"],
.custom-form input[type=email],
.custom-form input[type=password] {
	font-family: 'Aller', sans-serif;
	float: left;
	border: none;
	border: 1px solid #eee;
	background: #fff;
	width: 100%;
	padding: 15px 20px;
	color: #69696c;
	font-size: 12px;
	-webkit-appearance: none;
}
.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder {
	color: #f19224;
	font-weight: 600;
	font-size: 12px;
	position: relative;
}
.custom-form input:-moz-placeholder,
.custom-form textarea:-moz-placeholder {
	color: #f19224;
	font-weight: 600;
	font-size: 13px
}
.custom-form textarea {
	height: 200px;
	resize: none;
	padding: 25px 30px;
	-webkit-appearance: none;
	 border: 1px solid #eee;
}
.custom-form input {
	margin-bottom: 20px;
}
.custom-form button {
	font-family: 'Aller', sans-serif;
	padding: 0 85px 0 45px;
	outline: none;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	height:44px;
	line-height:44px;
	float:left;
	position:relative;
	color:#fff;
	font-size:14px;
	text-transform:normal;
	font-weight:400;
	margin:25px 0 15px;
}
.custom-form button i {
	position:absolute;
	right:0;
	width:44px;
	height:44px;
	line-height:44px;
	background: #69696c;
	top:0;
}
#message {
	text-align:left;
	float:left;
	width:100%;
	color:#000;
}
#message h1 {
	font-size:16px;
	padding-bottom:10px;
}
#message p strong {
	font-weight:800px;
	color:#69696c;
}
.verify-text {
	margin: 30px 0 30px;
	text-align: left;
	color: #69696c;
	font-size: 13px;
	float: left;
	font-weight: 600;
}
.custom-form .verify-wrap .selectbox {
	float: left;
	width: inherit;
	margin: 10px 0 0 20px;
	line-height: 10px;
}
.custom-form .verify-wrap .selectbox .text {
	top: 0px;
}
.verify-wrap {
	float: left;
}
.verify-wrap label {
	width: inherit;
	position: relative;
	margin-right: 30px;
}
.no-padding {
	padding: 0;
}
.serv-text {
	padding-top:50px;
}
.serv-text:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:70px;
	height:1px;
}
.serv-price-wrap {
	float:right;
	padding:15px 30px;
	margin-top:30px;
  	color: rgba(255, 255, 255, 0.81);
    font-size: 10px;
    text-transform: uppercase;
	letter-spacing:2px;
}
.serv-price-wrap  span {
	float:left;
	padding-right:15px;
	margin-right:15px;
	position:relative;

}
.serv-price-wrap  span:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	width:1px;
	height:30px;
	top:50%;
	margin-top:-15px;
	background:rgba(255,255,255,0.21)
}
.order-wrap {
	padding:25px 40px;
	z-index:4;
	margin:10px 0 60px;
}
.order-wrap:before {
	content:'';
	position:absolute;
	left:0;
	height:100%;
	z-index:0;
	width:60%;
	background:#35353A;
	top:0;
}
.order-wrap h4 {
    float: left;
    padding-left: 60px;
    position: relative;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    color: #8B8B8B;
    top: 12px;
}
.order-wrap h4:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    margin-top: -1px;
}
.order-wrap a{
    float: right;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px 20px;
    color:rgba(255, 255, 255, 0.78);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 600;
}
.order-wrap a i {
	padding-left:10px;
}

.contact-bigicon i{
	font-size:300px;
	color:#f1f1f1;
	margin-top:50px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*------Blog------------------------------------------------*/
.parallax-header {
	margin-bottom: 20px;
	background: #35353A;
	padding: 15px 20px;
	float: left;
	position: relative;
	z-index: 20;
}
.right-parallax-header {
	float: right;
}
.parallax-header span,
.parallax-header a {
	float: left;
	margin-right: 20px;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	letter-spacing: 2px;
}
.pagination {
	margin:0px 0 40px;
	text-align:center;
	float:left;
	width:100%;
	z-index:10;
	position:relative;
}
.pagination  a {
	float:left;
	width:60px;
	height:54px;
	line-height:54px;
	box-sizing:border-box;
	position:relative;
	font-size:11px;
	color:#888DA0;
    background: #69696c;
	letter-spacing:1px;
}
.pagination a.current-page, .pagination a:hover {
    color:#fff;
}
.pagination  a i {
	font-size:12px;
}
.post-opt {
	margin-bottom:20px;
}
.post-opt  li {
	float:left;
	margin-right:10px;
	font-size:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:600;
}
.post-opt  li a , .post-opt  li span {
	color:#666;
}
.post-opt  li i {
	padding-right:10px;
}
.article .column-wrap-media {
	margin-bottom:30px;
}
.article .column-wrap-text p{
	text-align:justify;
}
.single-post-comm {
	margin-top: 0;
	padding-top: 0;
	text-align:left;
}
#comments-title,
#reply-title {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 5px;

	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}
#comments-title {
	margin-top:20px;
	padding-bottom:20px;
}
.comment {
	float: left;
	padding-left: 20px;
}
.comment-body {
	position: relative;
	margin-left: 80px;
	padding-top: 30px;
}
.comment-body p {
	padding:25px 20px;
	background:#f9f9f9;
}
.comment-author {
	position: absolute;
	top: 30px;
	left: -76px;
}
.comment-author img {
	border-radius: 100%;
}
.comment .children {
	margin-left: 70px;
}
.fn {
	display: block;
	margin-bottom: 10px;
}
.comment-meta,
.comment-meta a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11px;
	letter-spacing: 1px;
	color: #494949;
	padding-bottom: 10px;
}
#respond {
	margin-top: 40px;
}
#reply-title {
	padding-bottom: 30px;
	margin-bottom: 5px;
}
.comment-reply-form {
	margin-top:30px;
	max-width:650px;
}
.post-author {
	margin-top:30px;
	float:left;
	border-bottom:1px solid #eee;
	border-top: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;
	width:80px;
	height:80px;
}
.author-content h5 {
	font-size:14px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:14px;
	color:#000;
	display:block;
	float:left;
	font-weight:500;
}
.author-content p {
	margin-bottom:8px;
	float:left;
	width:100%;
}
.author-social {
	float:right;
	background:#fff;
	position:relative;
}
.author-social:before {
	content:'';
	position:absolute;
	right:100%;
	margin-right:50px;
	top:50%;
	width:150px;
	height:1px;
	background:#eee;
}
.author-social li {
	float:left;
	position:relative;
	width:46px;
	height:46px;
	line-height:46px;
	background:#fff;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.author-social li:first-child {
	border-left:1px solid #eee;
}
.author-social li:before {
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:1px;
	height:46px;
	background:#eee;
}
.author-social li a {
	color:#999;
}
/*------ Video ------------------------------------------------*/
.media-container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:-1;
}
.video-mask {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.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;
}
.resp-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*------404------------------------------------------------*/
.error-wrap {
	top:30%;
	z-index:20;
}
.error-wrap h2 {
	font-size: 134px;
	color: #fff;
	font-weight: 900;
	line-height:120px;
}
.error-wrap p {
	color: rgba(255, 255, 255, 0.91);
	font-size: 12px;
	text-align:center;
	letter-spacing:2px;
	text-transform:uppercase;
}
.error-wrap form {
	margin: 30px auto 20px;
	max-width: 550px;
	overflow: hidden;
	position: relative;
}
.error-wrap form input {
	float: left;
	width: 100%;
	border: none;
	background: #fff;
	height: 50px;
	padding: 0 100px 0 20px;
	z-index: 1;
}
.error-wrap form #err_submit_btn{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 50px;
	line-height: 50px;
	z-index: 2;
	color: #fff;
	border: none;
	cursor: pointer;
}
.error-wrap form .search-submit:hover {
	background: #292929;
}
.error-wrap .err-btn{
	display: inline-table;
	margin-top: 10px;
	padding:15px 20px;
	background:#292929;
	color:#fff;
	font-size:10px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.error-wrap .err-btn i {
	padding-left:12px;
}
.sec-lines {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 1;
}
.line-item {
	float: left;
	width: 20%;
	height: 100%;
	box-sizing: border-box;
	border-right: 1px solid rgba(255, 255,255, 0.1);
	height: 100%;
	position: relative;
}
.sec-lines .container {
	width:100%;
}
.line-item:first-child {
	border-left: 1px solid rgba(255, 255,255, 0.1);
}
/*------responsive------------------------------------------------*/
@media only screen and (max-width: 1224px) {
.option-panel {
	width:50%;
}
.hero-start-link.hero-start-link_mlt {
	width: calc(80% - 100px);
}
.fw-carousel-control_container {
	width:70%;
}
.half-scrollbar {
	width:30%;
}
.four-column .gallery-item {
	width:33.3%;
}
.four-column .gallery-item.gallery-item-second {
	width:66.6%;
}
}

@media (max-width:1180px) and (min-width:1065px) {
	.top-offer a {font-size: 14px;padding: 8px;}
	.header-contacts li {margin-right: 15px;font-size: 13px;}
}
@media (max-width:736px) and (min-width:538px) {
	.nav-search{display:none;}
	.top-offer {top: 30px; right: -20px;}
}

@media only screen and (max-width: 1064px) {
.share-button{display:none;}
.top-offer {right: 130px;}
#wrapper {
	left:0;
}
.left-panel , .share-button:before , .share-button:after , .header-contacts , .progress-bar-wrap , .scroll-nav-wrap , .height-emulator  , .flat-project_title_dec , .tabs-counter , .hor-mob-filter:before , .hor-mob-filter:after   {
	display:none;
}
.hor-mob-filter {
	left:0;
}
header.main-header {
	padding-left:30px;
}
.share-button {
	top:0;
	width:90px;
	left:190px;
	height:90px;
    -webkit-transform: translate3d(0,0,0);
}
.share-button span {
	display:inline-table;
	top:30px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.share-button span:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:-4px;
	height:1px;
}
.share-wrapper {
    bottom: inherit;
	top:90px;
}
.hero-start-link.hero-start-link_mlt , .fixed-column-wrap , .column-wrap , .fixed-column-wrap-content  , .hero-start-link    , section.hero-section:before  {
	width:100%;
}
.page-load , .share-wrapper  {
	left:0px;
}
.hero-start-link  {
	z-index:50;
    background: #69696c;
}
.hero-bg {
	right:0;
	left:0;
}
section.hero-section:before {
	background: #323236;
}
section.hero-section {
    padding: 100px 0 75px;
}
.multi-slideshow-wrap_1 , .multi-slideshow-wrap_2   {
	bottom:70px;
}
.hero-title {
	top:25%;
}
.fixed-column-wrap , .fixed-column-wrap-content {
	position:relative!important;
	float:left;
	top:0;
	height:auto !important;
}
.fixed-column-wrap-content.map-mobile {
	height:400px !important;
	padding:0;
}
.fixed-column-wrap-content  {
	padding:150px 0 50px;
}
.fixed-column-wrap_title {
    position: relative;
    bottom:0;
    left:0;
    right:0;
    z-index: 21;
    text-align: left;
	margin:0 auto;
    max-width: 824px;
	width:92%;
}
.fixed-column-wrap_title p {
	text-align:left;
	float:left;
}
.fixed-column-wrap_title h2:before{
	right:inherit;
	left:0;
}
.main-footer {
	position:relative;
	float:left;
	width:100%;
	left:0;
}
.footer-inner {
    padding: 60px 0 50px;
}
.fc_button  {
	margin-bottom:50px;
}
.subcribe-form {
	margin-top:0;
}
#subscribe {
	max-width:550px;
}
.show-case-slider-wrap ,   .mob-carusel {
	height:400px;
	overflow:hidden;
}
.flat-project_title h2 {
    text-align: left;
    font-size: 32px;
    line-height: 34px;
    padding-right: 0;
	padding-bottom: 10px;
}
.tabs-menu {
	margin-top:30px;
}
.gallery-item , .gallery-item.gallery-item-second {
	width:50% !important;
}
.ff_panel-conainer {
	padding-bottom:0;
}
.in-filter_mobpanel {
	float:left;
	width:100%;
	position:relative;
	left:0;
	height:auto;
	padding-right:0;
}
.in-filter_mobpanel  .gallery-filters{
	position: relative;
	height: 60px;
	-ms-transform: translateY(15%);
	transform: translateY(15%);
}
section , section.no-padding-bottom {
	padding-top:40px;
}
.mob-bg {
	display:block;
}
.section-number.right_sn {
	right:0;
	overflow:hidden;
}
.frbg {
	height:100%;
	padding-bottom:80px;
}	
}

@media only screen and (max-width: 1024px) {
.share-button{display:none;}
.top-offer {right: 130px;}
.column-wrap {min-height: auto;}
.subcribe-form {
    margin-top: 10px;
    float: left;
    position: relative;
    width: 50%;
}
.iso {
    margin-top: 10px;
    position: relative;
    float: left;
    width: 45%;
    margin-left: 5%;
}
.policy-box {width:95%;}
.to-top-btn {display: none;}
.home-company-box {width: 100%; padding: 5px;}
.accordion a.toggle {padding: 19px 50px 18px 30px;}
#my-welcome-message {
  width: 60%!important;
  left: 20%!important;
  top: 10%!important;
}

}


@media only screen and (max-width: 768px) {
.home-service-item h3 {font-size: 16px;}
.top-offer a {
    font-size: 16px;
    padding: 8px 12px;
    top: 12px;
}
.hero-slider-wrap_halftwo {
    left: 0;
	bottom:60px;
}
#portfolio_horizontal_container , .horizontal-grid-wrap    {
	float:left;
	width:100%;
}
.horizontal-grid-wrap  {
	overflow:auto !important;
}
#portfolio_horizontal_container .portfolio_item  , #portfolio_horizontal_container .portfolio_item .grid-item-holder , #portfolio_horizontal_container .portfolio_item .grid-item-holder img {
	width: 100%;
	height: auto !important;
}
.option-panel .slide-progress-container , .hero-start-link:after , .hero-start-link:before  , .half-scrollbar , .content-nav li a.rn span , .content-nav li a.ln span , .inline-filter-panel  .folio-counter {
	display:none;
}
.option-panel .swiper-counter {
	width:inherit;
	margin-left:10px;
}
.half-hero-wrap h1 , .hero-section .section-title h2, .hero-title .section-title h2 {
    font-size: 35px;
	line-height:45px;
}
.half-hero-wrap h4 {
    font-size: 12px;
	max-width:350px
}
.fw-carousel-control_container , .inline-filter_title , .to-top-btn  {
	width:100%;
}
.inline-facts-wrap {
	width:50%;
}
.inline-filter_title {
	margin-right:0;
	margin-bottom:15px;
}
.content-nav {
	padding:0 30px;
}
.content-nav_holder:before {
	width:100%;
	background: #69696c;
}
.content-nav li a.ln, .content-nav li a.rn {
    padding: 30px 0;
}
.list-folio_nav {
	top:28px;
}
.hor-mob-filter .gallery-filters{
	position:absolute;
	bottom:60px;
	height:auto !important;
	display:none;
	width:100%;
    background: #35353A;
	left:0;
	padding:35px 30px;
	text-align:left;
}
.hor-mob-filter .gallery-filters a {
	width:100%;
	line-height:35px;
}
.hor-mob-filter  .round-counter {
	margin-left:190px;
}
.start-btn {
	width:140px;
}
.fixed-filter-panel .gallery-filters {
	margin-left: 85px;
	position: relative;
	height: 60px;
	-ms-transform: translateY(15%);
	transform: translateY(15%);
}
.home-box-bottom p {font-size: 15px;}
.flat-project_title {padding: 50px 0 50px;}
.hero-canvas-wrap::before {display:none}
.hero-canvas-wrap::after {display:none}
section {padding-bottom:60px;}
.policy-box {padding-left:30px;}
#my-welcome-message {
  width: 70%!important;
  left: 15%!important;
  top: 10%!important;
}
.home-company-box {width: 100%; padding: 5px;}
.accordion a.toggle {padding: 19px 50px 18px 30px; line-height: 1.1;}
.policy-box {font-size:11px;}
.policy-box .privacy a {font-size: 11px; margin-left: 5px; padding-left: 5px;}

}
@media only screen and (max-width: 640px) {
.option-panel {
	width:180px;
	padding-left:0;
}
.option-panel .swiper-counter , .rotate_text , header.main-header:before , .nav-button-wrap:before , .in-filter_mobpanel .folio-counter  , .order-wrap:before  , .start-btn  {
	display:none;
}
.half-hero-wrap {
	left:50px;
	top:25%;
	padding-right:50px;
}
.hlaf-slider-pag {
	right:10px;
}
.hero-title {
	top:35%;
}
.fw-carousel-control_container .flat-project_title_link {
    margin-left: 20px;
}
.carousel-title-wrap {
    padding: 40px 20px 30px;
}
.nav-button {
    left: 0;
}
.team-box  {
	width:100%;
	padding:0;
}
.show-case-slider-wrap , .mob-carusel {
	height:300px;
}
.tabs-menu li {
    float: left;
    margin-right: 10px;
    padding: 0 15px 0 0;
}
.gallery-item , .gallery-item.gallery-item-second {
	width:100% !important;
}
.in-filter_mobpanel  .fixed-filter-panel_title {
	width:100%;
	position:relative;
	float:left;
	text-align: left;
}
.in-filter_mobpanel  .gallery-filters{
	padding-left:10px;
}
.order-wrap {
	margin-top:30px;
}
.order-wrap a {
	float:left;
	margin-top:40px;
}
.nav-scroll-bar-wrap {
	padding:50px 40px 100px 50px;
}
nav.nav-inner {
	margin-top:50px;
}
.lang-links  {
	margin-top:20px;
}
.cont-det-wrap {
    padding: 50px 50px;
    position: relative;
	float:left;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}

}
@media only screen and (max-width: 560px) {
.hero-title .section-title {padding: 20px 20px 20px 10px;}
.hero-title .section-title h2 {font-size: 30px;line-height: 30px;}
.hero-title .section-title h2::before {top: -20px;}
.nav-holder {
    width: 300px;
}
.nav-scroll-bar-wrap {
    padding: 50px 10px 100px 30px;
}
.nav-social_title {
	display:none;
}
.share-button {
    left: 160px;
	display:none;
}
header.main-header {
    padding: 0 0 0 20px;
}
.nav-search {
    display:none;
}
.top-title h2 {
    font-size: 28px;
    padding: 10px 20px;
}
.home-service-item{margin-bottom:20px;}
.accordion a.toggle {
    padding: 10px 45px 10px 10px;
    font-size: 13px;
    margin-bottom: 10px;
}
.accordion a.toggle span {
    width: 40px;
}
.header-lang {top: -10px; right: 75px; width:50%;}
.lang-links a {
    font-size: 12px !important;}
.top-offer {
    top: -4px;
    right: 80px;
}
.top-offer a {
    font-size: 13px;
    padding: 5px 10px;
	font-weight:700;
}
.accordion-inner p {font-size: 13px;}
.accordion.policies .accordion-inner ul li {font-size: 13px;}
.accordion-inner { padding:10px;}
.top-title p {font-size: 15px;}
.home-company-box {width: 50%; padding: 15px 5px; min-height:80px;}
.home-company-box .icon {width: 30%;}
.home-company-box .text {width: 70%; line-height: 15px;}
.home-box-bottom {width: 50%; padding: 20px 20px 10px 20px; min-height: 180px;}
.home-box-bottom .nr-bg {display:none}
.home-box-bottom h4 {font-size: 20px;}
.home-box-bottom p {font-size: 14px;}
.to-top-btn {width: 30%; font-size: 9px;}
.policy-box {width: 100%; height: 90px; line-height: 1.5; font-size: 11px; padding-top:20px; padding-left: 10px;}
.policy-box .privacy a {font-size: 11px; margin-left: 5px; padding-left: 5px;}
.policy-box .created {float: none; text-align: left; padding-top:10px;}
.footer_text {padding-right: 20px;}
.fixed-column-wrap_title h2 {font-size: 32px;}
.news-company .news-image { width: 100%; padding-right: 0px;}
.news-company .news {width: 100%;}
.news-company .title {padding-top:10px;}
.news-company .title {font-size: 16px;}
.news-company p {font-size: 12px;}
.pagination a {width: 50px;}
.pr-list {margin-bottom: 20px;}
.fixed-filter-panel .gallery-filters {
	margin-left: 75px;
	margin-right: 0px;
	-ms-transform: translateY(-138%);
	transform: translateY(-138%);
}
#my-welcome-message {
  width: 80%!important;
  left: 10%!important;
  top: 10%!important;
}
.iso a img {width: 35%; margin: 0 5%;}
.fixed-filter-panel .gallery-filters a {line-height: 1.4; font-size: 11px; margin-right: 8px;}
.in-filter_mobpanel .fixed-filter-panel_title{width:70px;}
.in-filter_mobpanel {height: 60px;}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.bg {
		background-attachment: scroll !important;
		-webkit-background-size: cover;
		background-position: center;
	}
}

#fvpp-blackout {
  display: none;
  z-index: 499;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  color:#69696c;
  opacity: 0.7;
}

#my-welcome-message {
  display: none;
  z-index: 500;
  position: fixed;
  width: 40%;
  left: 30%;
  top: 10%;
  padding: 5px;
  background: #FFF;
}
#my-welcome-message img{
 width:100%;
 max-width:900px;
 max-height:800px;
}

#fvpp-close {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size:20px;
  cursor: pointer;
}

#fvpp-dialog h2 {
  font-size: 2em;
  margin: 0;
}

#fvpp-dialog p { margin: 0; }