@charset "utf-8";

/*======================================
 [ -Main Stylesheet-
  Theme: Kotlis Photography - Creative  Responsive Photography  Template
  Version: 1.0
  Last change: 01/02/2019 ]
/*-------------Fonts---------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&amp;display=swap&amp;subset=latin-ext');
/*-------------General Style---------------------------------------*/
body::-webkit-scrollbar-track,html::-webkit-scrollbar-track{background-color:#161616}
body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{border-color:#000!important;background-color:#666;border-radius:0;border:1px solid}
::-webkit-scrollbar{width:7px}
html {
	overflow-x: hidden !important;
	overflow-y: scroll !important;
	height: 100%;
}
#home, #project {
	overflow-y: hidden !important;
}
body {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 13px;
	height: 100%;
	text-align: center;
	background:#1B1B1B;
	color: #e6e6e6;
	font-family: 'Montserrat', sans-serif;
}
@-o-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/* ---------Page preload--------------------------------------*/

.loader-wrap {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	bottom:0;
	overflow:hidden;
	z-index:100;
    background: #f2f2f2;
}
 
.spinner {
  width: 220px;
  height: 2px;
  position: absolute;
  left:50%;
  top: 50%;
  margin:-2px 0 0 -120px;
}
.double-bounce1 {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:1;
	background:#e6e6e6;
}
.double-bounce2 {
	position:absolute;
	left:0;
	top:0;
	right:100%;
	bottom:0;
	z-index:2;
	background:#000;
}
.page-load {
	position:fixed;
	top:90px;
	left:0;
	right:0;
	bottom:0;
	z-index:19;
	display:none;
	 -webkit-transform: translate3d(0,0,0);
}
.page-load_bg  , .page-load_bg2 {
	position:absolute;
	right:0;
	left:0;
	bottom:0;
	top:100%;
 	background: #e6e6e6;
	z-index:3;
	overflow:hidden;
}
.page-load_bg2 {
	z-index:2;
	background:#f2f2f2;
}
.page-load_bg span{
	position:absolute;
	left:50%;
	top:50%;
	width:40px;
	height:40px;
	box-sizing:border-box;
	margin:-20px 0 0 -20px;
	border:4px solid #eee;
	border-bottom-color:#000;
	z-index:20;
	border-radius:100%;
 	animation-name: spin;
  	animation-duration: 500ms;
  	animation-iteration-count: infinite;
  	animation-timing-function: linear;
 
}
.bot-element , .sec-dec  {
    transform: translateY(50px);
    opacity: 0;
}
 .nicescroll-rails {
 	transform: scale(0);
 
}
/*--------------Typography--------------------------------------*/
p {
	font-size: 12px;
	line-height: 24px;
	padding-bottom: 10px;
	font-weight: 500;
	color: #5e646a;
	text-align:left;
}
blockquote {
	float: left;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 15px solid #eee;
	position: relative;
}
blockquote:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f10e";
	position: absolute;
	color: #ccc;
	bottom: 3px;
	font-size: 43px;
	right: 6px;
	opacity: 0.4
}
blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
}
.bold-title {
	margin: 15px 0;
	font-size: 24px;
	text-align: left;
	font-weight: 600;
}
/*--------------General--------------------------------------*/
#main {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity:1;
}
.fl-wrap {
	float: left;
	width: 100%;
	position: relative;
}
.content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
	padding: 0 40px;
}
.container {
	max-width: 1224px;
	width: 92%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.full-height {
	height: 100%;
}
#wrapper {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 5;
 
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
#wrapper.fullsceen-wrap {
    padding-bottom: 80px;
}
.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;
}
.bg-2 {
    width: 120px;
    height: 120px;
    top: 30px;
	left: 34px;
	z-index: 11;
    opacity: .4;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: rgba(45,45,50,0.6);
	z-index: 3;
}
.grid-item-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45,45,50,0.6);
	z-index: 3;
	-webkit-transition: background 1s linear;
    transition: background 1s linear;
}
.grid-item-holder:hover .overlay {
	background: rgba(45,45,50,0.1);
	-webkit-transition: background 1.5s linear;
    transition: background 1.5s linear;
}
.op5 {
    background: rgba(45,45,50,0.5);
}
.dark-bg {
	background:#2A2A2E;
}
/* ------header------------------------------------------------------------ */
.main-header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:70px;
	background:#1B1B1B;
	z-index:10;
	padding:0 40px 0 40px;
	 -webkit-transform: translate3d(0,0,0);
}
.logo-holder {
	position: absolute;
    left: 38px;
    top: 10px;
    z-index: 11;
}
.logo-holder img {
    height: 50px;
    width: auto;
}
 
.submenu-btn {
	float: right;
    top: 0;
    position: relative;
    cursor: pointer;
    z-index: 11111;
    height: 100%;
    background-color: #161616;
    border-top: 2px solid #c2d430;
    padding: 0;
	width: 70px;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
}
.submenu-btn:hover {
	background-color: #1B1B1B;
	border-top: 3px solid #c2d430;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
}
.submenu-btn:hover .header-info {
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
    top: 8px;
    color: #c2d430;
}
.submenu-btn:hover .sb-button {
    margin-top: 19px;
}
.submenu-btn:hover .sb-button_point:before {
	background: #868686;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
}
.sb-button {
    margin-top: 20px;
}
.share-btn {
	float: right;
    top: 0;
    position: relative;
    cursor: pointer;
    z-index: 11111;
    height: 100%;
    background-color: #161616;
    border-top: 2px solid #404040;
    padding: 0;
    margin-right: 0px;
	width: 80px;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
}
.share-btn:hover {
	background-color: #1B1B1B;
	border-top: 2px solid #c2d430;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
}
.share-btn:hover .header-info {
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
    top: 9px;
    color: #c2d430;
}
.share-btn:hover i {
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
	color: #868686;
	margin-top: 0px;
	opacity: .8;
}
.share-btn i {
	font-size: 20px;
    color: #666;
    line-height: 77px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    opacity: .5;
}
 
span.header-tooltip {
	position: absolute;
    width: 100px;
    text-align: center;
    bottom: -35px;
    left: 0;
    margin-left: -26px;
    font-size: 12px;
    color: #666 !important;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}
span.header-tooltip-2 {
    position: absolute;
    width: 100px;
    text-align: center;
    bottom: 22px;
    left: -28px;
    margin-left: 0;
    font-size: 10px;
    color: #666;
    font-weight: 700;
    opacity: 1;
    visibility: inherit;
    transition: all .2s ease-in-out;
}
.contact-info-btn:hover {
	background-color: #1B1B1B;
	border-top: 2px solid #c2d430;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
}
.main-header .menu-button-active {
    background-color: #1B1B1B;
    border-top: 2px solid #c2d430;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
.main-header .menu-button-active .header-info {
    color: #c2d430;
    -webkit-transition: all 100ms linear;
	transition: all 100ms linear;
	top: 9px;
}
.main-header .menu-button-active i {
	margin-top: 0px;
	opacity: .8;
}
.contact-info-btn:hover .header-info {
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
    top: 9px;
    color: #c2d430;
}
.contact-info-btn:hover i {
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
	margin-top: 0px;
	opacity: .8;
}
.header-info {
	-webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    position: absolute;
    font-size: 11px;
    text-transform: uppercase;
    top: 9px;
	color: #e6e6e6;
    font-weight: 600;
    display: block;
    width: 100%;
}
.htv:hover span.header-tooltip {
	visibility:visible;
	opacity:1;
	bottom:35px;
}
.htv:hover span.header-tooltip-2 {
    visibility: visible;
    opacity: 1;
    bottom: -24px;
    left: -26px;
}
.sb-button_point {
	height:7px;
}
.sb-button_point:before {
	content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #666;
    margin: 0;
    border-radius: 100%;
    transition: all .2s ease-in-out;
}
.sb-button:hover .sb-button_point:nth-child(3):before {
	margin-left:6px;
}
.overauto {
	overflow:auto;
}
.sb-overlay{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	display:none;
	z-index:8;
	background:#1B1B1B;
	opacity:0.6;
	margin-left: 40px;
}
.load-anim-cnt {
	transform: translateY(50px);
	opacity:0;
}
.fixed-column-anim  , .hiddec-anim{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:#e6e6e6;
	z-index:21;
}
/* ------Share----------------------------------------------------------- */
.share-wrapper {
	position: fixed;
    right: -300px;
    z-index: 8;
    top: 70px;
    background: #1B1B1B !important;
    width: 195px;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.share-title {
	margin-bottom:20px;
	text-align:left;
	font-size:24px;
	font-weight:700;
	color:#999;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.share-container {
	padding:40px 40px 20px 40px;
	border-right: 5px solid #161616;
    border-left: 5px solid #161616;
    border-bottom: 5px solid #161616;
}
.share-container a {
	float:left;
	width:100%;
	text-align:left;
	margin-bottom:20px;
	color: #e6e6e6;
	font-weight: 600;
	font-size: 10px;
	position: relative;
	text-transform:uppercase;
	letter-spacing:2px;
	opacity:0;
}
.share-container a:hover {
	text-decoration: none;
    color: #c2d430;
}
.share-btn.uncl-share i:before {
	content: "\f00d";
}
.menu-button-active.htv i:before {
	content: "\f00d";
}
.contact-info-btn{
	float: right;
    top: 0;
    position: relative;
    cursor: pointer;
    z-index: 11111;
    height: 100%;
    background-color: #161616;
    border-top: 2px solid #404040;
    padding: 0;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
	margin-right: 10px;
	width: 80px;
}
.contact-info-btn i {
	font-size: 20px;
    color: #666;
    line-height: 77px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    opacity: .5;
}
.list {
	width:50px;
	height:40px;
	overflow:hidden;
 
	float:right;
	position:relative;
	top:28px;
	margin-right:20px;
	cursor:pointer;
}
 
.list   i{
 
	position: absolute;
    width: 25px;
    height: 20px;
    top: 0;
    border: 2px solid #929292;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
}
.list   i.b1 {
	left:-12px;
}
.list  i.b2 {
	left:15px;
}
.list  i.b3 {
	left:42px;
}
.list:hover i.b1{
	left:-25px;
}
.list:hover i.b2 {
	left:2px;
}
.list:hover i.b3 {
	left:30px;
}
.contact-info-wrap {
	position: absolute;
    right: 0px;
	background:#e6e6e6;
	z-index:50;
	top:70px;
	width:370px;
	padding:0 40px 70px 40px;
	transition: all .4s ease-in-out;
	opacity:0;
	visibility:hidden;
	margin-left:-20px;
	background: #1B1B1B !important;
	border-right: 5px solid #161616;
    border-left: 5px solid #161616;
}
.contact-info-wrap.vis-coninfwrap {
	opacity:1;
	margin-left:0;
	visibility:visible;
}
.contact-info-wrap_btn {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:50px;
	line-height:50px;
    background: #161616;
    color: #e6e6e6;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}
.close_ciw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #1B1B1B;
    cursor: pointer;
    overflow: hidden;
    font-size: 18px;
    z-index: 20;
    color: #e6e6e6;
}
.close_ciw i {
	transform: rotate(90deg);
    position: absolute;
    left: 120px;
    top: 13px;
}
.close_ciw:hover i {
    top: 10px;
}
/* ------Navigation------------------------------------------------------------ */
.nav-holder {
    float: right;
    margin-right: 40px;
    position: relative;
    opacity: 1;
    left: 0;
    visibility: visible;
    z-index: 20;
    top: 0;
}
.nav-holder nav {
	position:relative;
}
.nav-holder nav li{
	float:left;
	position:relative;
	margin-right:10px;
	height:70px;
}
.nav-holder nav li ul {
	margin: 30px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width:190px;
	top: 66px;
	left: 0;
	z-index: 1;
	padding:10px 0;
	background: rgba(0,0,0,0.71);
	transition: all .2s ease-in-out;
}
.nav-holder nav li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.nav-holder nav li ul li ul {
	top: -10px  ;
	left: 100%;
	margin-left:25px;
	margin-top:0;
	max-width:150px;
}
.nav-holder nav li ul li:hover  > ul  {
	opacity: 1;
	visibility: visible;
	margin-right:0px;
}
.nav-holder nav li ul li {
	width:100%;
	float:left;
	height:auto;
	position:relative;
}
.nav-holder nav li a {
	float: left;
    padding: 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 51px;
    color: #e6e6e6;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    letter-spacing: -.2px;
}
.nav-holder nav li a.act-link {
	font-weight: 600;
}
.nav-holder nav li a.act-link   , .nav-holder nav li a:hover{
	color: #c2d430;
    font-weight: 400;
    -webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	background-color: #1b1b1b !important;
}
.nav-holder nav li ul a {
	color:#e6e6e6;
	float:left;
	width:100%;
	font-size:12px;
	text-align:left;
	padding:2px 15px;
	letter-spacing:0px;
}
.nav-holder nav li a:before {
	content: '';
    position: absolute;
    top: 42px;
    left: 0;
    width: 0;
    background: #c2d430 !important;
    height: 2px;
}
.nav-holder nav li a.act-link:before {
	width:100%;
}
.nav-holder nav li ul li a.act-link:before , .nav-holder nav li ul li ul li a.act-link:before {
	display:none;
}
.nav-button-wrap {
	display:none;
}
/* ------Sliders------------------------------------------------------------ */ 
.bottom-panel {
	position: absolute;
	left:0;
	bottom:0;
	z-index:11;
	height:90px;
	width:100%;
	background:#e6e6e6;
	padding-left:80px;
	 -webkit-transform: translate3d(0,0,0);
}
.bottom-panel.fs-slider-panel {
	padding-left:30px;
}
.bottom-panel-column {
	float:left;
	position:relative;
}
.bottom-panel-column.bottom-panel-column_left {
	width:30%;
}
.bottom-panel-column.bottom-panel-column_left.fix-size {
	width:500px;
}
.bottom-panel-column.bottom-panel-column_right {
	width:70%;
	height:70px;
}
.bottom-panel-column.bottom-panel-column_right.no-scb {
	padding-right:70px;
}
.bottom-panel-column.bottom-panel-column_right.fix-size  {
	width:calc(100% - 500px)
}
.single-carousel-control {
	z-index:100;
}
.single-carousel-control .scroll-down-wrap {
    top: 16px;
    z-index: 100;
}
.single-carousel-control .fw-carousel-counter {
	float: right;
	position:relative;
	width:auto;
	top:26px;
	bottom:inherit;
	padding:10px 15px;
 	background:#f1f1f1;
}
.single-carousel-control .fw-carousel-counter.no-scb {
	position:absolute;
	left:50%;
	margin-left:-40px;
	padding:10px 10px 0;
	background:#1B1B1B;
	height:38px;
	top:30px;
}
.single-carousel-control .fw-carousel-counter:before {
    content: '';
    position: absolute;
    top: 20px;
    width: 8px;
    height: 1px;
    left: 50%;
	margin-left:-4px;
    background: #999;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.single-carousel-control .fw-carousel-counter:after {
	content:'';
	position:absolute;
	left:-60px;
	top:50%;
	height:30px;
	width:1px;
	background:#ccc;
	margin-top:-15px;
}
 .single-carousel-control .fw-carousel-counter.no-scb:after {
	display:none;
}
.single-carousel-control .fw-carousel-counter.no-scb:before {
	margin-top:-2px;
}
.single-carousel-control .fw-carousel-counter span {
	float:left;
	width:30px;
	position:relative;
	font-size:12px;
	color:#666;
	font-weight:700;
}
.single-carousel-control .fw-carousel-counter.no-scb span {
	color:#e6e6e6;
	font-weight:500;
	font-size:10px;
}
.single-carousel_arrow {
	position:absolute;
	top:50%;
	width:40px;
	height:40px;
	line-height:40px;
	background:rgba(0,0,0,0.71);
	border-radius:100%;
	z-index:100;
	margin-top:-20px;
	color:#e6e6e6;
	cursor:pointer;
}
.single-carousel_arrow.fw-carousel-button-prev {
	left:40px;
}
.single-carousel_arrow.fw-carousel-button-next {
	right:40px;
}
.single-carousel-control_list {
	float:left;
	position:relative;
	padding-right:60px;
	top:24px;
}
.single-carousel-control_list li {
	float:left;
	font-size: 10px;
	background:#1B1B1B;
	padding:15px 0;
	width:140px;
    text-transform: uppercase;
    font-weight: bold;
	color: #e6e6e6;
	cursor:pointer;
	position:relative;
}
.single-carousel-control_list.no-scb {
	top:19px;
}
.single-carousel-control_list.no-scb li{
	padding:10px 0;
	background:#e6e6e6;
	margin-right:30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    color: #000;
}
.single-carousel-control_list li:hover {
	background:#000;
}
.single-carousel-control_list.no-scb li:hover {
	background:none;
}
.decl:before {
	content: '';
    position: absolute;
    top: 16px;
    width: 1px;
    height: 16px;
    left: 0;
    background: #999;
}
.single-carousel-control_list.no-scb li.decl:before {
	left:-20px;
}
.slider-counter_wrap {
	position: absolute;
    right: 0;
    bottom: 90px;
    top: 0;
    z-index: 10;
    width: 40px;
    background: #e6e6e6;
    -webkit-transform: translate3d(0,0,0);
}
.slider-counter_wrap  .fw-carousel-counter , .slider-counter_wrap .swiper-counter , .slider-counter_wrap .count-folio{
	position: absolute;
    width: 80px;
    left: 0;
    top: 50%;
    overflow: hidden;
    margin-top: -30px;
    height: auto;
    background: #1B1B1B;
    padding-top: 70px;
}
.slider-counter_wrap  .fw-carousel-counter span , .slider-counter_wrap .swiper-counter div   {
	float:left;
	width:100%;
	height:30px;
	font-weight:600;
	position:relative;
	left:-10px;
	color:#e6e6e6;
	font-size:12px;
}
.slider-counter_wrap  .fw-carousel-counter span.j2total:before  , .slider-counter_wrap .swiper-counter div#total:before {
	content:'';
	position:absolute;
	top:-5px;
	width:20px;
	height:1px;
	left:50%;
	margin-left:-20px;
	background:#e6e6e6;
	opacity:0.4;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.slider-counter_wrap  .fw-carousel-counter span.j2total , .slider-counter_wrap .swiper-counter div#total {
	left:10px;
}
.scroll-down-wrap {
	float: left;
	height: 100%;
	position: relative;
	top:32px;
	z-index:100
}
.scroll-down-wrap-2 {
    float: right;
    right: 60px;
    height: auto;
    position: absolute;
    bottom: 60px;
	z-index: 100;
    top: auto;
}
.scroll-down-wrap-2 .mousey {
    border: 2px solid #989898  !important;
}
.scroll-down-wrap-2 .scroller {
    background: #989898  !important;
}
.scroll-down-wrap-2 span:before {
    background: #989898  !important;
}
.scroll-down-wrap-2 span {
    margin-left: 10px!important;
    top: 10px!important;
}
.scroll-down-wrap span {
	float: left;
	margin-left: 20px;
	position: relative;
	top: 8px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 10px;
	color: #000;
}
.scroll-down-wrap span:before {
	content:'';
	position:absolute;
	left:0;
	right:70%;
	bottom:-5px;
	height:2px;
	background:#1B1B1B;
}
.scroll-down-wrap.transparent_sdw span {
	color:#e6e6e6;
}
.scroll-down-wrap.transparent_sdw span:before {
	background:#e6e6e6;
}
.mousey {
	float: left;
	width: 20px;
	height: 30px;
	border-radius: 4px;
	padding: 0 6px;
	border: 2px solid #1B1B1B;
	box-sizing: border-box;
}
.scroll-down-wrap.transparent_sdw .mousey {
	border-color:#e6e6e6;
}
.scroller {
	position: relative;
	left: 50%;
	top: 6px;
	margin-left: -1px;
	width: 2px;
	height: 6px;
	background:#1B1B1B;
	border-radius: 25%;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
}
.scroll-down-wrap.transparent_sdw .scroller {
	background:rgba(255,255,255, 0.4);
}
@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;
	}
}

.thumb-info {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:10px 30px;
	z-index:12;
}
.dark-gradient  , .thumb-info{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(180deg, rgba(27, 27, 27, 0), rgba(22, 22, 22, 0.95) 105%) no-repeat;
}
.thumb-info h3{
	text-align:left;
	color:#e6e6e6;
	font-size:18px;
	font-weight:600;
}
.thumb-info h3 a{
	 color:#e6e6e6;
	  -webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	font-size: 30px;
}
.thumb-info h3 a:before {
	content: '';
    position: absolute;
    left: -35px;
    top: 29px;
    width: 50px;
    height: 2px;
    background: #c2d430;
    transform: rotate(90deg);
}
.thumb-info h3 a:hover  {
	color:rgba(255,255,255,1);
}
.thumb-info p {
	color:#e6e6e6;
	opacity:0.6;
	font-style:italic;
}
.vis-thumb-info .thumb-info {
	float:left;
	position:relative;
	margin-top:15px;
	background:none;
	padding:0;
	left:0;
	right:0;
	opacity:1 !important ;
	visibility: visible!important ;
	bottom:0 !important ;
}
.vis-thumb-info .thumb-info h3  , .vis-thumb-info .thumb-info h3 a{
	color:#000;
}
.vis-thumb-info .thumb-info h3 a:hover {
	color:#999;
}
.vis-thumb-info .thumb-info h3{
	float: left;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}
.vis-thumb-info .thumb-info p{
	float: left;
    width: 100%;
    color: #847E80;
    text-align: left;
    font-weight: 700;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
	opacity:1;
}
.fsc-holder {
    width: 100%;
    height: 100%;
    position: absolute;
	top:0;
	left:0;
	padding:0 0 90px 80px;
    z-index: 1;
	overflow:hidden;
}
.fsc-holder.fsc-holder2 {
	padding:0 0 90px 0;
}
.swiper-container {width:100%;height:100%;margin:0 auto;}  .slider-wrap .swiper-slide ,   .fs-gallery-wrap .swiper-slide , .portfolio-wrap .swiper-slide{   position:relative; width: auto; }
.slider-wrap  , .portfolio-wrap  , .hero-slider-img .swiper-slide {
	float:left;
	width:100%;
	height:100%;
	position:relative;
}
.slider-wrap.homecarousel  {
	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:block !important;
}
.half-scrollbar {
	position:absolute;
	left:100px;
	right:80px;
	top:44px;
	height:2px;
}
.hs_init {
	position:absolute;
	left:0;
	right:0;
	height:6px;
	top:50%;
}
.hs_init:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	height:6px;
	background:#e2e2e2;
	top:0;
}
.hs_init .swiper-scrollbar-drag {
    background:#1B1B1B;
    border-radius:0;
 
}
.fs-controls_wrap {
	float:right;
	position:relative;
	top:28px;
}
.fw_cb {
	float:left;
	width:36px;
	height:36px;
	line-height:36px;
	margin-right:20px;
	font-size:12px;
	color:#e6e6e6;
	background:#1B1B1B;
	cursor:pointer;
	border-radius:100%;
}
.thumbnail-container {
	position: absolute;
	left:0;
	right:100%;
	top:0;
	bottom:70px;
	background:#e6e6e6;
	z-index:220;
	overflow: hidden;
}
.thumbnail-container.visthumbnails {
	overflow:auto;
}
.thumb-img {
	float:left;
	cursor:pointer;
	margin:10px;
	position:relative;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.thumb-img:hover  {
	opacity:0.4;
}
.thumbnail-wrap {
	padding:110px 70px;
}
.thumb-img:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	height:100%;
	opacity:1;
	z-index:2;
	background:#e6e6e6;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.thumb-img.visthumbnails:before{
	opacity:0;
}
.thumb-img img {
	width: auto;
	height:150px;
}
.swiper-link-wrap  {
	padding-right:110px;
}
.swiper-link-wrap .thumb-info {
	right:110px;
}
.swiper-link  {
	background:#1B1B1B;
	color:#e6e6e6;
	width:80px;
	height:100%;
	position:absolute;
	right:16px;
	top:0;
}
.swiper-link span {
	position:absolute;
	left:-12px;
	top:50%;
	font-size:10px;
	text-transform:uppercase;
	font-weight:500;
	color:rgba(255,255,255,0.71);
	letter-spacing:2px;
	white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
	z-index:2;
}
.swiper-link:hover span {
	color:#e6e6e6;
}
.swiper-link:before {
	content:'';
	position:absolute;
	left:100%;
	right:0;
	top:0;
	bottom:0;
	z-index:1;
	background:#212121;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.swiper-link:hover:before {
	left:0;
}
.box-media-zoom {
	position: absolute;
    top: 80px;
    right: 30px;
	width: 44px;
    height: 44px;
    line-height: 44px;
    transform: scale(0);
    color: #e6e6e6;
    font-size: 18px;
    font-weight: unset;
    background: #1f1f1f;
    border-radius: 100%;
    z-index: 5;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.proje-link {
	position: absolute;
    top: 30px;
    right: 30px;
	width: 44px;
    height: 44px;
    line-height: 44px;
    transform: scale(0);
    color: #E6E6E6;
    font-size: 18px;
    font-weight: 700;
    background: #1f1f1f;
    border-radius: 50px;
    z-index: 5;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    letter-spacing: -0.5px;
}
.proje-link:hover {
	transform: scale(0.9) !important;
	-webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
.box-media-zoom:hover {
	transform: scale(0.9) !important;
	-webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
.swiper-link-wrap .box-media-zoom {
	right:130px
}
.gallery-item:hover .fet_pr-carousel-box-media-zoom , .hov_zoom:hover .box-media-zoom  {
	transform: scale(1);
}
.hov_zoom {
	overflow:hidden;
}
.media-container {
	position:absolute;
	left:80px;
	right:0;
	bottom:0;
	top:0;
}
.media-container.media-container_fs {
	left:0;
}
.hlaf-slider-pag {
    position: absolute;
    bottom:190px;
    right: 70px;
    z-index: 120;
}
.hlaf-slider-pag.hlaf-slider-pag_fs {
	bottom:40px;
	right: 40px;
}
.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.8;
	position:relative;
}
.hero-slider-wrap_pagination  .swiper-pagination-bullet:before {
	content:'';
	position:absolute;
	left:10px;
	height:1px;
	top:50%;
	background:#e6e6e6;
	width:0;
	margin-top:-1px;
	-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:10px;
}
.hero-slider-wrap_pagination  .swiper-pagination-bullet:after {
	content:'01';
	position:absolute;
	left:30px;
	right:0;
	bottom:0;
	top:0;
	line-height:20px;
	color:#e6e6e6;
	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:1;
}
.hero-slider-wrap_pagination  .swiper-pagination-bullet.swiper-pagination-bullet-active:after , .hero-slider-wrap_pagination  .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity:1;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	transform: scale(1.0);
}
.hero-slider_details_wrap {
	position:absolute;
	bottom:0;
	right:0;
	background:#272729;
	z-index:10;
	padding:80px 50px 50px 100px;
	width:45%;
}
.hero-slider_details li {
	float:left;
	width:33.3%;
	position:relative;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:10px;
	font-weight:700;
	color:#e6e6e6;
}
.hero-slider_details li span {
	color:rgba(255,255,255,0.71);
	padding-top:10px;
	float:left;
	width:100%;
}
.hero-slider_details li:before {
	content:'';
	position:absolute;
	left:0;
	top:-30px;
	color:#e6e6e6;
	letter-spacing:2px;
	font-size:10px;
	font-weight:100;
}
.hero-slider_details li:nth-child(1):before {
	content:".01"
}
.hero-slider_details li:nth-child(2):before {
	content:".02"
}
.hero-slider_details li:nth-child(3):before {
	content:".03"
}
.hero-slider_details_url {
	position:absolute;
	width:70px;
	height:100%;
	right:0;
	color:#e6e6e6;
	z-index:10;
	top:0;
	background:#212121;
	text-align: center;
      display: flex;
      align-items: center;
}
.hero-slider_details_url i {
	float:left;
	width:100%;
}
.fs-slider-item {
	height:100%;
}
.fs-slider_align_title {
	float:left;
	width:55%;
	padding-left:180px;
	position:relative;
	top:44%;
	z-index:20;
	text-align:left;
	opacity:0;
	margin-top:50px;
	-webkit-transition: all 0.3s  linear;
	transition: all 0.3s linear;
	transition-delay: 1.0s;
}
.fs-slider .swiper-slide-active .fs-slider_align_title , .fs-slider2  .swiper-slide-active .fs-slider_align_title{
	opacity:1;
	margin-top:0;
}
.fs-slider_align_title h2 , .fs-slider_align_title h2 a {
	color:#e6e6e6;
}
.fs-slider_align_title h2 {
	font-weight: 700;
    font-size: 68px;
    text-transform: uppercase;
    line-height: 42px;
    padding-bottom: 20px;
	position:relative;
}
.fs-slider_align_title h2:before {
	content:'';
	position:absolute;
	left:0;
	top:-50px;
	width:70px;
	height:1px;
	background:#e6e6e6;
}
.fs-slider_align_title p {
	color:rgba(255,255,255,0.81);
	max-width:450px;
}
.hero-slider_control-wrap {
	position:absolute;
	bottom:0;
	left:0;
	width:55%;
	padding:20px 40px 40px 170px;
	z-index:10;
}
.hero-slider_control-wrap .scroll-down-wrap {
	top:14px;
}
.hero-slider_control_item {
	float:right;
	position:relative;
	top:20px;
}
.hero-slider_control_item div {
	float:left;
	margin-left:20px;
	color:#e6e6e6;
	cursor:pointer;
	font-size:16px;
	width:40px;
}
.home-slider-counter-wrap {
	position:absolute;
	left:180px;
	bottom:50px;
	z-index:20;
}
.home-slider-counter-wrap .swiper-counter{
	padding:12px 25px;
	background:rgba(0,0,0,0.71);
	float:left;
	position:relative;
}
.home-slider-counter-wrap .swiper-counter:before {
    content: '';
    position: absolute;
    top: 18px;
    width: 12px;
    height: 1px;
    left: 50%;
    margin-left: -6px;
    background: rgba(255,255,255,0.41);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.home-slider-counter-wrap .swiper-counter div {
    float: left;
    width: 30px;
    position: relative;
    font-size: 10px;
    color: #e6e6e6;
    font-weight: 500;
}
.slide-progress-wrap {
    position: absolute;
    top: 59px;
    left: 40px;
    width: 182px;
    height: 2px;
    z-index: 100;
    overflow: hidden;
    background: #e6e6e6;
}
.slide-progress {
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:100%;
	background:#c2d430;
}
.multi-slideshow-wrap_1 {
	position:absolute;
	left:0;
	width:60%;
	top:0;
	bottom:0;
	overflow:hidden;
	z-index:1;
	padding:0 15px 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% + 125px);
	height:50%;
	right:0;
	top:0;
	overflow:hidden;
	padding:0 0 15px 15px;
	background:#e6e6e6;
}
.kenburns .bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.5s linear;
    transition: all 1.5s linear;
}
.kenburns-2 .bg {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
	transform: scale(1.3);
	-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);
}
.ms-container .swiper-slide-active .kenburns .overlay , .ms-container .swiper-slide-duplicate-active .kenburns .overlay {
	background: rgba(22, 22, 22, 0.1);
	-webkit-transition: background 6.5s linear;
    transition: background 6.5s linear;
}
.ms-container .swiper-slide-active .kenburns-2 .bg , .ms-container .swiper-slide-duplicate-active .kenburns-2 .bg {
	-webkit-transition: all 6.5s linear;
    transition: all 6.5s linear;
	-webkit-transform: scale(1);
    transform: scale(1);
}
.home-main_container {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 0;
    top: 0;
    background: #e6e6e6;
}
.follow-wrap  , .home-main_title {
	position:absolute;
	left:0;
	z-index:20;
	padding-left:80px;
}
.follow-wrap {
	top:90px;
	cursor:pointer;
}
.follow-wrap ul {
	padding-top:15px;
	position:relative;
	visibility:hidden;
	opacity:0;
	float:left;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.follow-wrap ul li {
	float:left;
	margin-right:20px;
}
.follow-wrap ul li a {
	color:#e6e6e6;
}
.follow-wrap:hover ul {
	visibility:visible;
	opacity:1;
}
.follow-wrap_title {
	float:left;
}
.follow-wrap_title span{
	color: #e6e6e6;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	text-align:left;
	font-weight:500;
}
.follow-wrap_title i {
	color:#e6e6e6;
	padding-left:30px;
	position:relative;
	top:2px;
}
.follow-wrap:hover:hover .follow-wrap_title i {
	padding-left:50px;
}
.home-main_title {
	bottom:50px;
	width:100%;
}
.home-main_title_item h4 {
	color: #e6e6e6;
    font-size: 14px;
    letter-spacing: .2px;
    text-align: left;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px;
}
.home-main_title_item p {
	margin-bottom:0px;
	color: #e6e6e6;
	max-width:335px;
	line-height: 1.5;
} 
.home-main_title_item h2 {
	color: #e6e6e6;
	font-weight:700;
	font-size:44px;
	text-align:left;
 	text-transform:uppercase;
	position:relative;
}
.home-main_title_item h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: -60px;
    width: 50px;
    height: 2px;
    background: #e6e6e6;
}
.home-main_title_item h2:after {
	content: '';
    position: absolute;
    top: 108px;
    left: -20px;
    width: 70px;
    height: 70px;
    z-index: 21;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #e6e6e6;
    transform: rotate(180deg);
}
.slider-mask {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:19;
}
.ms-container .overlay {
	background: rgba(22, 22, 22, 0.5);
	-webkit-transition: background 1.5s linear;
    transition: background 1.5s linear;
}
.hero-decor-let {
	position: absolute;
	color: #e6e6e6;
	font-size: 10px;
	right: 83px;
	bottom: 90px;
	z-index: 20;
	font-weight: 500;
	text-transform:uppercase;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	white-space:nowrap;
	letter-spacing:6px;
}
.hero-decor-let div{
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.41);
	padding:10px 20px;
}
/*------btn------------------------------------------------*/
.btn {
	padding: 15px 35px;
    cursor: pointer;
    background: #1B1B1B;
    -webkit-appearance: none;
    position: relative;
    color: #e6e6e6;
    font-size: 10px;
	letter-spacing:1px;
	text-transform:uppercase;
    font-weight: 700;
	display:inline-block;
}
.btn:before {
	content:'';
	position:absolute;
	right:15px;
	top:50%;
	width:0;
	height:1px;
	background:#e6e6e6;
}
.btn:before , .btn , .follow-wrap_title i {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn:hover{
	padding-right:55px;
	color:rgba(255,255,255,0.71);
}
.pr-det-container .btn{
	-webkit-transition: all 0.0s ease-in-out;
	transition: all 0.0s ease-in-out;
}
.btn:hover:before {
	width:10px;
}
.fl-btn {
	float: left;
    margin-top: 5px;
    padding: 13px 35px;
    left: -13px;
    background: #161616 !important;
}
/*------Sidebar------------------------------------------------*/
.hiiden-sidebar-wrap {
	position:fixed;
	overflow: hidden;
	width:400px;
	z-index:19;
	right:-450px;
	top:70px;
	bottom:0;
	background: #1B1B1B !important;
	padding:50px   40px;
    margin-bottom: 40px;
	-webkit-transform: translate3d(0,0,0);
}
.sb-widget-wrap {
	margin-bottom:50px;
	padding-bottom:30px;
	border-bottom:1px solid #eee;
}
.sb-widget-wrap h3 {
	color: #666;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 20px;
}
.sb-widget p {
	color:#888;
	text-align: left;
}
.jr-insta-thumb {
	float: left;
	width: 100%;
}
.jr-insta-thumb a {
	float: left;
	width: 33.3%;
	padding: 5px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.jr-insta-thumb a img {
	width: 100%;
	height: auto;
	border-radius:4px;
}
.jr-insta-thumb a:hover {
	opacity: 0.6;
}
#subscribe {
	float:left;
	width:100%;
	margin-top:20px;
}
#subscribe .enteremail {
	background-color:#f9f9f9;
	border:1px solid #e4e4e4;
    font-size: 12px;
    height: 55px;
    padding: 0 20px;
    width: 100%;
	outline:none;
 
}
#subscribe .enteremail:focus  , #subscribe .enteremail:-webkit-autofill {
	background:#f9f9f9;
}
 
#subscribe .enteremail::-webkit-input-placeholder  {
	color: #000;
	font-weight: 600;
	font-size: 10px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
}
#subscribe-button {
	margin-top:10px;
	width:100%;
	height:55px;
	float:right;
	background:#1B1B1B;
	color:#e6e6e6;
	font-weight:700;
	border:none;
	font-size:11px;
	cursor:pointer;
}
#subscribe-button:hover  , .twitt_btn:hover , .sidebar-social li a:hover{
	color:rgba(255,255,255,0.7)
}
.subscribe-message{
	float:left;
	width:100%;
	margin-top:20px;
	font-weight:500;
	font-size:11px;
	text-align:left;
	color:#666;
}
#footer-twiit div.user {
	float:left;
	width:100%;
	margin-bottom:10px;
	font-size:11px;
	font-style:italic;
}
#footer-twiit div.user a {
	color:#666;
}
#footer-twiit div.user img {
	display:none;
}
#footer-twiit {
	text-align:left;
}
#footer-twiit p.interact {
	 float:left;
	 width:100%;
	 margin:15px 0 5px;
}
#footer-twiit p.interact a {
	float:left;
	color:#e6e6e6;
	margin-right:10px;
	background:#1B1B1B;
	padding:3px 10px;
	font-size:10px;
	font-weight:500;
}
#footer-twiit p.interact a:hover {
	color:#888;
}
#footer-twiit ul li {
	margin-bottom:20px;
	float:left;
	width:100%;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
}
#footer-twiit ul li:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
#footer-twiit p.tweet {
	text-align:left;
}
#footer-twiit p.tweet a:hover {
	color:#888;
}
#footer-twiit  .timePosted a {
	color:#999;
	font-style:italic;
	float:left;
	width:100%;
	text-align:left;
}
.twitt_btn {
	padding:15px 0;
	background:#1B1B1B;
	margin-top:20px;
    color: #e6e6e6;
    font-weight: 700;
	font-size:11px;
}
.sidebar-social li {
	float:left;
	margin-right:4px;
}
.sidebar-social li a {
	float:left;
	width:36px;
	height:36px;
	line-height:36px;
	border-radius:4px;
	background:#1B1B1B;
	color:#e6e6e6;
	font-size:11px;
}
/* ------portfolio------------------------------------------------------------ */ 
.ff_panel-conainer {
	z-index:1;
	padding:0 20px 90px;
    min-height: 100vh;
}
.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%;
}
.min-pad .gallery-item{
	padding:4px;
}
.big-padding .gallery-item {
	padding:10px;
}
.gallery-item img,
.grid-sizer img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	background: #1B1B1B;
	-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  {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
 .vis-thumb-info .gallery-item:hover img ,   #portfolio_horizontal_container.no-scale-img .portfolio_item:hover img  {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}
.hor-content_padd {
	padding:0 40px 0 40px;
}
.bottom-filter-wrap {
	position:fixed;
	bottom:40px;
	left:0;
	right:0;
	height:80px;
	z-index:100;
	background:#e6e6e6;
	padding:0 24px 0 40px;
	-webkit-transform: translate3d(0,0,0);
}
.bottom-filter-wrap  .scroll-down-wrap {
	top:28px;
	float:right;
	margin-right:20px;
}
.bottom-filter-wrap:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 80px;
	right:24px;
    height: 6px;
    background: #e2e2e2;
}
.bottom-filter-wrap.hor-filter-wrap:before {
	display:none;
}
  .no-scb .scroll-down-wrap {
	margin-left:0;
	float:right;
	position:relative;
	height:auto;
}
.no-scb .scroll-down-wrap {
	top:22px;
}
.fixed-filter-panel_title {
	float:left;
	margin-right:40px;
}
.gallery-filters {
	float:left;
	margin-right:10px;
	line-height:70px;
	position:relative;
}
.bottom-filter-wrap .gallery-filters  {
	top:6px;
	margin-right:0;
} 
.filter-title {
	float: left;
    padding: 13px 25px;
    background: #1f1f1f;
    color: #e6e6e6;
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 40px;
    top: 24px;
}
.filter-title i {
	padding-left:20px;
}
.bottom-filter-wrap.hor-filter-wrap {
	padding-left:20px;
}
.hor-filter-wrap .filter-title {
	top:20px;
}
.gallery-filters a {
	margin-right: 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2px;
    color: #e6e6e6;
}
.gallery-filters a:hover {
    color: #c2d430;
}
.gallery-filters a:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    margin-left: -6px;
    height: 2px;
    background: #000;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.gallery-filters a.gallery-filter-active:before {
    width: 20px;
}
.gallery-filters a.gallery-filter-active {
	color:#c2d430 !important;
}
.count-folio {
	float:left;
	padding:11px 25px;
	background:#1B1B1B;
	color:#e6e6e6;
	margin-left:80px;
	position:relative;
	top:22px;
	font-size:10px;
}
.count-folio:before {
	content:'';
	position:absolute;
	left:-60px;
	height:1px;
	width:30px;
	background:#ccc;
	top:50%;
}
.count-folio:after{
    content: '';
    position: absolute;
    top: 50%;
    width: 10px;
    height: 1px;
    left: 50%;
    margin-left: -5px;
    background: #e6e6e6;
    opacity: 0.4;
}
.count-folio div {
	float:left;
	width:30px;
}
.slider-counter_wrap .count-folio {
	margin-left: 0;
    padding: 0px 0 0 0;
    width: 40px;
    border-right: 2px solid #c2d430;
}
.slider-counter_wrap .count-folio:before {
	display:none;
}
.slider-counter_wrap .count-folio div {
	float:left;
	width:100%;
	height:34px;
	font-weight:400;
	position:relative;
	left:-10px;
	color:#e6e6e6;
	font-size:14px;
}
.slider-counter_wrap .count-folio div.num-album {
	left: 0px;
    margin-top: 5px;
}
.slider-counter_wrap .count-folio div.all-album {
	left: 0px;
    margin-top: 10px;
    margin-bottom: -10px;
} 
.slider-counter_wrap .count-folio:after {
	margin-top:0px;
	width:20px;
	margin-left:-10px;
}
#portfolio_horizontal_container {
    height: 100%;
 	float:left;
	width:100%;
	position:relative;
	z-index:1;	 
	margin-left: -2px;
}
#portfolio_horizontal_container .portfolio_item {
	width: auto;
	height: 100%;
	float:left;
	padding:0px;
	overflow:hidden;
	position:relative;
	z-index:1;
	padding-right: 15px;
}
#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 {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.grid-item-holder {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
#portfolio_horizontal_container .portfolio_item .grid-item-holder {
	width:auto;
	height:100%;
}
.horizontal-grid-wrap {
	overflow:hidden;
	top:0;
}
.horizontal-grid-wrap.hgw_fh {
	height:100%;
}
#portfolio_horizontal_container .portfolio_item .grid-item-holder .thumb-info  , .gallery-item  .thumb-info{
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 300ms linear;;
    transition: all 300ms linear;
}
#portfolio_horizontal_container .portfolio_item .grid-item-holder:hover .thumb-info  , .gallery-item:hover .thumb-info {
	visibility:visible;
	opacity:1;
}
.nicescroll-rails-hr {
    width: inherit;
    left: 40px !important;
    right: 0 !important;
	background-color: #e6e6e6;
	height: 2px !important;
}
.nicescroll-cursors {
    height: 2px !important;
    background-color: #c2d430 !important;
}
.pr-det {
	width:450px;
	position:relative;
	overflow:auto;
}
.pr-det-container h2 {
	text-align:left;
	font-size:24px;
	text-transform: uppercase;
    font-weight: 700;
	float:left;
	width:100%;
	padding-bottom:20px;
}
.initscroll {
	position:absolute;
	top:0;
	bottom:70px;
	left:0;
	width:100%;
	overflow:hidden;
	padding:100px 50px 50px;
}
.caption-wrap {
	margin-top:30px;
}
.caption-wrap ul li {
	width:50%;
	float:left;
	padding:10px 30px 5px 0;
}
.caption-wrap ul li span , .caption-wrap ul li a  {
	width:100%;
	float:left;
	text-align:left;
}
.caption-wrap ul li a {
	width:auto;
	padding-right:6px;
}
.caption-wrap ul li a   {
	text-transform: uppercase;
    font-weight: 700;
	font-size:12px;
	color:#999;
	text-decoration:underline;
}
.caption-wrap ul li a:hover {
	color:#666;
	text-decoration:none;
}
.caption-wrap ul li span   {
    color: #c2d430 !important;
    text-align: left;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.caption-wrap ul li p {
    color: #e6e6e6;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
}
.slider-content-nav-wrap {
	width:250px;
	position:relative;
	padding:0 20px;
	float:left;
}
.slider-content-nav {
	margin-top:100px;
}
.slider-content-nav li {
	float:left;
	width:100%;
	padding:15px 0;
	margin-bottom:20px;
	text-align:left;
}
.hid-det-items  .single-popup-image {
	opacity:0;
	visibility:hidden;
	top:-90px;
}
.hid-det-items  .thumb-info {
	opacity:0;
	visibility:hidden;
	botoom:-190px;
}
.hid-det-items .gallery-item:hover .thumb-info{
	opacity:1;
	visibility: visible;
	bottom:2px;
}
.fix-pr-det{
	position:fixed;
	top:90px;
	left:0;
	bottom:90px;
	z-index:20;
	background:#e6e6e6;
	overflow: hidden;
	width:450px;
	padding:200px 50px 30px;
	-webkit-transform: translate3d(0,0,0);
}
.fix-pr-det.hid-det {
	left:-450px;
}
.content.vis-column-det{
	padding-left:450px;
}
.det-overlay {
	position:fixed;
	top:80px;
	left:20px;
	bottom:90px;
	z-index:19;
	right:0;
	background:#1B1B1B;
	opacity:0.6;
	display:none;
	-webkit-transform: translate3d(0,0,0);
}
.fix-pr-det.isfsdet , .det-overlay.isfsdet{
	top:0;
	bottom:0;
}
.content-nav {
	float:left;
	position:relative;
	width:100%;
	border-top:1px solid #f0f0f0;
	margin-top:20px;
	padding-top:10px;
}
.content-nav li {
	width:50%;
	float:left;
}
.content-nav li a.ln , .content-nav li a.rn {
	color:#000;
	padding-top:8px;
	font-size:24px;
	position:relative;
}
.content-nav li a.ln i , .content-nav li a.rn i  ,  .content-nav li a span.tooltip{
	-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.ln {
	float:left;
}
.content-nav li a.rn {
	float:right;
}
.content-nav li a.ln span.tooltip  , .content-nav li a.rn span.tooltip {
	position:absolute;
	top:-10px;
	font-size:14px;
    font-family: 'Montserrat', sans-serif;
	color:#666;
	font-style:italic;
	font-weight:700;
	min-width:150px;
	visibility:hidden;
	opacity:0;
	margin-top:-6px;
}
.content-nav li a.ln span.tooltip {
	left:100%;
	margin-left:20px;
	text-align:left;
}
.content-nav li a.rn span.tooltip {
	right:100%;
	margin-right:20px;
	text-align:right;
}
.content-nav li a:hover span.tooltip {
	top:50%;
	opacity:1;
	visibility:visible;
}
.closedet_style {
	position:absolute;
	z-index:20;
	right:40px;
	top:40px;
	font-size:18px;
	cursor:pointer;
}
.det-anim{
	transform: translateY(50px);
	opacity:0;
}
.onscroll-content {
	padding:100px 0 70px;
}
.anim-img-cover  {
	overflow:hidden;
}
.anim-img-cover img {
 	width:100%;
	height:auto;
 	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
	transition-delay: 0.6s;
	-webkit-transform: scale(1.35);
	transform:  scale(1.35);
}
.anim-img-cover.noscale img {
	-webkit-transform: scale(1.0);
	transform:  scale(1.0);
}
.text-container_title {
	border-bottom:1px solid #eee;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-top:50px;
}
.text-container_title h3{
	font-size:34px;
	font-weight:700;
	text-align:left;
	line-height:40px;
}
.sect-item-title {
	font-size:14px;
	font-weight:700;
	text-align:left;
}
/* ------sections------------------------------------------------------------ */ 
section {
	float:left;
	width:100%;
	padding:90px 0;
}
section.single-content-section {
	padding:70px 0 20px;
}
.column-wrapper {
	float:right;
	width:55%;
	z-index:3;
	position:relative;
	padding:40px 60px 120px;
}
.column-wrapper_smallpadding {
	padding:0 4px 70px;
}
.column-wrapper_smallpadding .gallery-items {
	top:-4px;
}
.column-wrapper.single-content-section{
	padding:0 60px 120px;
}
.footer-inner {
	padding:20px 0;
	border-top:1px solid #eee;
}
.policy-box {
	float:left;
	text-align:left;
	font-size:10px;
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight:700;
	position:relative;
	top:11px;
}
.to-top-btn {
    font-size: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    float: right;
    color: #e6e6e6;
    padding: 13px 23px;
    background: #323232 !important;
}
.to-top-btn i {
	padding-left:10px;
	color:rgba(255,255,255,0.9)
}
.to-top-btn:hover {
	color:rgba(255,255,255,0.6)
}
.sec-dec {
	float:left;
	width:60px;
	height:1px;
	position:relative;
	background: rgba(255,255,255,0.1) !important;
}
.sec-dec:before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 2px;
    width: 100%;
	background:#eee;
}
.column-image {
	position:fixed;
	bottom:0;
    left: 40px;
	width:45%;
	top:70px;
	z-index:1;
	overflow:hidden;
	-webkit-transform: translate3d(0,0,0);
}
.column-notifer {
	background:#1B1B1B;
	position:absolute;
	bottom:0;
	left:0;
	width:50%;
	z-index:10;
	padding:0 50px;
	height:90px;
	line-height:90px;
}
.column-notifer .scroll-down-wrap {
	top:32px;
	line-height:14px;
}
.column-title {
	position:absolute;
	bottom:60px;
	left:0;
	width:100%;
	text-align:left;
	padding:20px 50px;
	z-index:11;
}
.column-title h2 {
	font-size:28px;
	font-weight:700;
	color:#e6e6e6;
	position:relative;
}
.column-title h2:before {
	content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 40px;
    height: 2px;
    background: #e6e6e6;
}
.column-title h3 {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
	color:rgba(255,255,255,0.91);
	max-width:400px;
}
.fixed-column-dec {
	position: absolute;
    top: 25px;
    right: 65px;
    width: 70px;
    height: 70px;
    z-index: 21;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #e6e6e6;
}
.small-container {
	max-width:764px;
}
.section-title {
	float:left;
	width:100%;
	position:relative;
    padding-bottom: 20px;
	margin-bottom:40px;
	border-bottom:1px solid #eee;
}
.section-title h3 {
	text-align: left;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    width: 100%;
	padding-bottom:15px;
	position:relative;
}
.section-title h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    width: 50px;
    height: 2px;
    background: #c2d430 !important;
}
.section-title h4 {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
	color:#999;
	max-width:400px;
	text-align:left;
}
/*------ facts ------------------------------------------------*/
.inline-facts-holder {
	margin:40px 0 50px;
}
.inline-facts {
	float:left;
	width:25%;
	text-align:left;
}
.inline-facts .num {
	font-size:38px;
	font-weight:500;
}
.inline-facts h6 {
    font-family: 'Montserrat', sans-serif;
	font-style:normal;
	color:#999;
}
/*------ scroll nav ------------------------------------------------*/
.scroll-nav-wrap , .fixed-bottom-content {
	position:fixed;
	width:55%;
	padding:0 50px;
	background:#1B1B1B;
	right:0;
	z-index:50;
    height: 70px;
    line-height: 45px;
    margin-right: -5px;
 
}
.scroll-nav-wrap.snw-anim , .fixed-bottom-content.snw-anim{
	bottom:-100px;
}
.fixed-bottom-content.fbc_white{
	height:70px;
}
.fixed-bottom-content  .gallery-filters {
	float:left;
	width:100%;
	position:relative;
}
.fixed-bottom-content  .gallery-filters a{
	float:none;
	margin:0 4px;
	display:inline-block;
	line-height:0;
	padding-bottom:10px;
	font-weight:500;
	color:#666;
}
.fixed-bottom-content.fbc_white .gallery-filters a {
	color:#e6e6e6;
}
.fixed-bottom-content  .gallery-filters a:before {
	background:#1B1B1B;
}
.fixed-bottom-content  .gallery-filters a.gallery-filter-active{
	color: #000;
}
.fixed-bottom-content.fbc_white .gallery-filters a.gallery-filter-active {
	color:#999;
}
.scroll-nav li {
	display:inline-block;
	margin:0 10px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:500;
	letter-spacing:1px;
}
.scroll-nav li a {
	color:#e6e6e6;
	position:relative;
}
.scroll-nav li a:before{
	content:'';
	position:absolute;
	bottom:-8px;
	left:50%;
	width:0;
	margin-left:-6px;
	height:2px;
	background:#e6e6e6;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
} 
.scroll-nav li a.act-scrlink {
	color: #c2d430;
	font-weight: 600;
	letter-spacing: 1px;
}
.scroll-nav li a.act-scrlink:before {
	width:12px;
}
/*------ services------------------------------------------------*/
.serv-wrap {
	margin-top:30px;
}
.serv-item {
	float:left;
	width:100%;
	position:relative;
}
.serv-item img {
    width: 70%;
    height: 170PX;
    margin-bottom: 50px;
}
.serv-item h4 {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 700;
    text-align: left;
    margin-top: 20px;
}
.serv-item ul {
	float:left;
	width:100%;
	list-style: circle;
	padding-left:20px;
}
.serv-item ul li {
	float:left;
	text-align:left;
	width:100%;
	padding-bottom:10px;
	padding-left:10px;
}
.serv-price {
	float:left;
	margin-top:14px;
	padding:15px 20px;
	font-size:13px;
	text-align:left;
	background:#1B1B1B;
	color:rgba(255,255,255,0.71);
}
.serv-price span {
    font-family: 'Montserrat', sans-serif;
	font-style:italic;
	color:#e6e6e6;
}
.serv-media , .serv-text {
	float:left;
}
.serv-media {
	width:40%;
}
.serv-text {
	width:60%;
	padding-left:40px;
}
/* --------- Skills --------------------------------------*/
.skill-name {
	position:absolute;
	top:40%;
	text-transform:uppercase;
	font-size:44px;
	font-weight:900;
	letter-spacing:4px;
	opacity:0.3;
}
.skillbar-box {
	float:left;
	width:100%;
	position:relative;
	margin-bottom:50px;
}
.skillbar-bg {
	position:relative;
	display:block;
	float:left;
	width:100%;
	height:8px;
	overflow:hidden;
	background:#eee;
}
.custom-skillbar-title span {
	float:left;
	font-size:12px;
	margin-top:12px;
	padding-bottom:6px;
 
}
.custom-skillbar {
	height:8px;
	width:0px;
	background:#000;
}
.skill-bar-percent {
	float:right;
	font-size:12px;
	margin-top:13px;
	font-weight:700;
	color:#666;
	padding-bottom:6px;
}
/*------ testimonials------------------------------------------------*/
.testi-item p{
	text-align:left;
	padding:35px 20px 25px;
	background:#f9f9f9;
	border:1px solid #eee;
    font-family: 'Montserrat', sans-serif;
	font-style:italic;
	color:#999;
	font-size:14px;
}
.testilider .swiper-slide.swiper-slide-active .testi-item p {
	color:#666;
}
.testi-item h3 {
    font-size: 15px;
    padding-bottom: 14px;
    font-weight: 400;
    text-align: left;
}
.kurumsal-profil {
	width: 100%;
    height: 180px;
    position: relative;
    padding: 0;
    margin-bottom: 30px;
}
.teti-link{
	float:left;
	margin-top:12px;
	font-weight:600;
	border-bottom:1px dotted #ccc;
	color:#666;
	font-size:10px;
	letter-spacing:2px;
	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;
	margin-top:40px;
}
.testilider-controls .ss-slider-btn {
	float:left;
	width:36px;
	height:36px;
	line-height:36px;
	color:#e6e6e6;
	background:#1B1B1B;
	border-radius:100%;
	margin-right:6px;
	cursor:pointer;
}
.ss-slider-controls {
	position:absolute;
	bottom:-25px;
	height:50px;
	padding:0 50px;
	right:50px;
	z-index:10;
}
.ss-slider-cont{
	position:absolute;
	top:50%;
	margin-top:-18px;
	width:36px;
	height:36px;
	color:#e6e6e6;
	cursor:pointer;
	font-size:10px;
	line-height:36px;
	z-index:20;
    background: rgba(0,0,0,0.71);
	border-radius:100%;
}
.ss-slider-prev ,   .ss-slider-cont-prev {
	left:40px;
}
.ss-slider-next ,   .ss-slider-cont-next {
	right:40px;
}
.ss-slider-pagination_wrap {
	height:20px;
	line-height:20px;
	position:absolute;
	bottom:20px;
	z-index:10;
	left:0;
	width:100%;
}
.ss-slider-pagination{
	position:relative;
	display:inline-block;
}
.ss-slider-pagination:before {
    content: '';
    position: absolute;
    left: -40px;
    right: -40px;
    bottom: -8px;
    top: -8px;
    border-radius: 25px;
    background: rgba(0,0,0,0.51);
}
.ss-slider-pagination .swiper-pagination-bullet  {
	background:rgba(255,255,255,0.41);
	margin:0 5px;
	padding:0;
	height:5px;
	border-radius:100%;
	opacity:1;
	width:5px;
	position:relative;
	top:-2px;
}
.ss-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background:#e6e6e6;
}
#wrapper.fs-mode-active {
	top:0;
}
.fs-mode {
	float:right;
	position:relative;
	width:40px;
	height:30px;
	z-index:6;
	cursor:pointer;
	top:32px;
	margin-right:50px;
}
.fs-mode span {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.fs-mode:before {
	left:5px;
	top:5px;
	border-left:2px solid;
	border-top:2px solid;
}
.fs-mode:after {
	right:5px;
	top:5px;
	border-right:2px solid;
	border-top:2px solid;
}
.fs-mode span:before {
	left:5px;
	bottom:5px;
	border-left:2px solid;
	border-bottom:2px solid;
}
.fs-mode span:after {
	right:5px;
	bottom:5px;
	border-right:2px solid;
	border-bottom:2px solid;
}
.fs-mode:before , .fs-mode:after , .fs-mode span:before , .fs-mode span:after {
	content:'';
	position:absolute;
	width:6px;
	height:6px;
	border-color:#000;
 	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-transform: scale(0.75);
	transform:  scale(0.75);
}
.fs-mode:hover:before , .fs-mode:hover:after , .fs-mode:hover span:before , .fs-mode:hover span:after {
	 -webkit-transform: scale(1.0);
	transform:  scale(1.0);
}
.fs-mode-title {
	float:right;
	position: relative;
	margin-right:20px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:500;
	letter-spacing:2px;
	top:40px;
}
.close-fs {
	position:absolute;
	right:50px;
	bottom:-100px;
	width:170px;
	height:50px;
	line-height:50px;
	z-index:100;
    background: rgba(0,0,0,0.71);
	color:#e6e6e6;
	cursor:pointer;
}
#wrapper.fs-mode-active .thumbnail-container {
	bottom:0;
}
.section-number {
	position:absolute;
	top:12px;
	right:0;
	font-size:18px;
	font-weight:700;
	color:#c2d430;
}
.section-number:before {
	content:'';
	position:absolute;
	left:-40px;
	width:15px;
	height:2px;
	background:#1B1B1B;
	top:50%;
	margin-top:-1px;
}
/* ---------contacts--------------------------------------*/
.contact-details {
	text-align:left;
	margin-top:30px;
}
.contact-details ul li {
	text-align: left;
    float: left;
    width: 100%;
    font-weight: 400;
    letter-spacing: 1px;
    word-spacing: 0;
    text-transform: none;
    margin-bottom: 15px;
    font-size: 12px;
}
.contact-details ul li span {
    float: left;
    padding-bottom: 5px;
    color: #696969;
    width: 100%;
    text-transform: none;
    letter-spacing: .5px;
    font-weight: 600;
}
.map-container {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
#map-single    {
	width:100%;
	height:350px;
	float:left;
	margin-bottom:30px;
}
.custom-form {
	float: left;
	width: 100%;
	position: relative;
}
.custom-form textarea,
.custom-form input[type="text"],
.custom-form input[type=email],
.custom-form input[type=password] {
	float: left;
	border: none;
	border: 1px solid #e4e4e4;
	background: #f9f9f9;
	width: 100%;
	padding: 20px 30px;
	color: #e6e6e6;
	font-size: 12px;
	-webkit-appearance: none;
}
.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder  {
	color: #000;
	font-weight: 600;
	font-size: 10px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
}
.custom-form input:-moz-placeholder,
.custom-form textarea:-moz-placeholder {
	color: #000;
	font-weight: 600;
	font-size: 10px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
}
.custom-form textarea {
	height: 200px;
	resize: none;
	padding: 25px 30px;
	-webkit-appearance: none;
}
.custom-form input {
	margin-bottom: 20px;
}
.custom-form button {
    padding: 0 25px;
    outline: none;
    border: none;
    cursor: pointer;
    background: #323232;
    -webkit-appearance: none;
    height: 40px;
    line-height: 40px;
    float: left;
    position: relative;
    color: #e6e6e6;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 25px 0 15px;
    border-radius: 0;
    letter-spacing: 0.5px;
}
#message {
	text-align:left;
	float:left;
	width:100%;
	padding-bottom:20px;
	color:#c2d430;
}
#message h3 {
	font-size:16px;
	padding-bottom:10px;
 
}
#message #error_page h3 {
	font-size: 16px;
    padding-bottom: 10px;
    color: #d83d0e;
    font-weight: 600;
 
}
#message p strong {
	font-weight:800px;
	color:#000;
}
/*------ Blog ------------------------------------------------*/
.post.fw-post h2 {
    text-align: left;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
.blog-title-opt {
	float:left;
	padding-bottom:20px;
	margin-bottom:20px;
}
.blog-title-opt li , .pr-tags li {
	float:left;
	margin-right:10px;
	font-size:10px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.blog-title-opt li a   , .pr-tags li a{
	color:#999;
}
.blog-title-opt li a:hover  , .pr-tags li a:hover{
	color:#000;
}
.blog-media {
	margin-bottom:30px;
}
.pr-tags {
	margin-bottom:20px;
}
.pr-tags span {
	float:left;
	margin-right:10px;
	color:#000;
	font-weight:700;
	text-transform:uppercase;
}
.pr-tags ul{
	position:relative;
	top:3px;
}
.post-author {
	margin-top:30px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:30px 0 20px
}
.author-img {
	width:80px;
	height:80px;
	position:absolute;
	left:0;
	top:50px;
}
.author-content {
	float:left;
	width:100%;
	padding-left:100px;
}
.author-img img {
	border-radius:100%;
	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:#e6e6e6;
	position:relative;
}
.author-social li {
	float:left;
	position:relative;
	width:36px;
	height:36px;
	line-height:36px;
	background:#1B1B1B;
	border-radius:100%;
	margin-left:6px;
}
.author-social li a {
	color:#e6e6e6;
	font-size:10px;
}
.post {
	margin-bottom:50px;
}
.post.single-post {
	margin-bottom:0;
}
.post .btn {
	float:left;
	margin-top:15px;
}
#comments.single-post-comm{
	margin-top:40px;
	padding-top:0;
}
#comments-title , #reply-title{
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 5px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
#comments-title span {
	color:#666;
}
.comment{
	float: left;
}
.comment-body{
	position: relative;
	margin-left: 70px;
	padding-top: 30px;
}
.comment-author{
	position: absolute;
	top: 30px;
	left: -66px;
}
.comment-author img{
	border-radius: 100%;
}
.comment .children{
	margin-left: 70px;
}
.fn{
	display: block;
	margin-bottom: 10px;
	float:left;
	width:100%;
	text-align:left;
}
.comment-meta, .comment-meta a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	letter-spacing:1px;
	color:#494949;
	padding-bottom:10px;
	text-align:left;
}
#respond{
	margin:40px 0 20px;
	float:left;
	width:100%;
}
#respond .custom-form {
	max-width:600px;
	margin-top:30px;
}
#reply-title{
	padding-bottom:30px;
	margin-bottom:5px;
}
.comment-notes{
	margin-top: 10px; color: #a4a4a3;
}
.pagination-container a{
	display:inline-block;
	color:#e6e6e6;
	margin:0 10px;
	position:relative;
	line-height:0;
}
.pagination-container a.current-page , .pagination-container a:hover {
	color:rgba(255,255,255,0.41);
}
.pagination-container a:before{
	content:'';
	position:absolute;
	bottom:-18px;
	left:50%;
	width:0;
	margin-left:-10px;
	height:1px;
	background:#e6e6e6;
}
.pagination-container a.current-page:before {
	width:20px;
} 
.pagination-container a.nextposts-link {
	margin-left:40px;
}
.pagination-container a.prevposts-link {
	margin-right:40px;
}
.author_avatar {
	float:left;
	margin-right:10px;
	border-radius:100%;
	overflow:hidden;
	position:relative;
	top:-6px;
}
.author_avatar img  , .author_avatar{
	width:30px;
	height:30px;
}
/* ------Cursor------------------------------------------------------------ */ 
.element {
	  position: fixed;
	  left:0;
	  top:0;
	  width: 30px;
	  height: 30px;
	  pointer-events: none;
	  z-index:10000;
}
.element-item {
	position: fixed;
	transform: translate(-50%, -50%);
	width: 25px;
	height: 25px;
	border: 2px solid #000;
	border-radius: 50%;
	pointer-events: none;
	opacity:1;
	box-sizing:border-box;	
}
 
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.element-item.closeicon:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f00d";
	position:absolute;
	font-size:9px;
	left:50%;
	color:#e6e6e6;
	top:50%;
	width: 10px;
	height: 10px;
	background:none;
	font-weight:100;
	line-height:10px;
	margin:-5px 0 0 -5px;
}
.element-item.swipericon:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f07e";
	position:absolute;
	font-size:10px;
	left:50%;
	color:#e6e6e6;
	top:50%;
	width: 10px;
	height: 10px;
	font-weight:100;
	line-height:10px;
	margin:-5px 0 0 -5px;
	background:none;
}
.content-nav-fixed {
	float:left;
	position:relative;
	width:100%;
	padding:0 70px;
 
}
.content-nav-fixed:before {
	content:'';
	position:absolute;
	left:50%;
	width:1px;
	height:20px;
	top:50%;
	margin-top:-10px;
	background:rgba(255,255,255,0.21);
	z-index:100;
}
.content-nav-fixed li {
	width:50%;
	float:left;
	position:relative;
}
.content-nav-fixed li:first-child {
	border:none;
}
.content-nav-fixed li a.ln , .content-nav-fixed li a.rn {
	color:#e6e6e6;
	font-size:12px;
	position:relative;
	width:100%;
}
.content-nav-fixed li a.ln  {
	text-align:left;
	float:left;
}
.content-nav-fixed li a.rn  {
	text-align:right;
	float:right;
}
.content-nav-fixed li a:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:100%;
	bottom:0;
    background: #212121;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.content-nav-fixed li a.ln:before  {
	left:-120px;
}
.content-nav-fixed li a.rn:before  {
	right:-120px;
}
.content-nav-fixed li a:hover:before {
	top:0;
}
.content-nav-fixed li a.ln i , .content-nav-fixed li a.rn i  {
	position:relative;
	z-index:50;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  	-webkit-transition: all 300ms  linear;
	transition: all 300ms linear;
}
.content-nav-fixed li a.ln:hover i   {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
	transition-delay: 0.35s;
}
 .content-nav-fixed li a.rn:hover i  {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
	transition-delay: 0.35s;
}
.content-nav-fixed li a span {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:500;
	position:relative;
	z-index:10;
}
.content-nav-fixed li a.ln span {
	padding-left:15px;
}
.content-nav-fixed li a.rn span  {
	padding-right:15px;
}
.content-nav_mediatooltip {
	position:absolute;
	bottom:50%;
	margin-bottom:-25px;
	overflow:hidden;
	opacity:1;
	width:50px;
	height:50px;
	border-radius:100%;
}
.content-nav_mediatooltip.cnmd_leftside {
	left:-70px;
}
.content-nav_mediatooltip.cnmd_rightside {
	right:-71px;
}
.content-nav_mediatooltip img {
	width: auto;
	height:50px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
	border-radius:100%;
 
	z-index:1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.single-image {
	margin-bottom:15px;
}
.single-image img {
	width:100%;
	height:auto;
	position:relative;
	z-index:1;
}
.single-image:last-child {
	margin-bottom:0;
}
/*------ Video ------------------------------------------------*/
.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% !important;
    display: block;
    overflow: hidden !important;
    top: 0;
    left: 0;
    padding: 0 !important;
	background:#1B1B1B;
}
.video-holder iframe  {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
	overflow:hidden;
}
.background-youtube {
	position:absolute;
	top:-25% !important;
}
.video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	line-height: 0;
}
.video-container video {
	width: 100%;
}
.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%;
}


/* ------responsive------------------------------------------------------------ */
.categories-list_btn {
	cursor: pointer;
}
.categories-wrapper {
	position:fixed;
	top:70px;
	bottom:0;
	left:0;
	right:0;
	z-index:9;
	overflow:hidden;
	display:none;
	padding: 0 40px;
}
.categories_slider_item_bg {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#e6e6e6;
	z-index:20;
}
.categories-wrapper_bg {
	position:absolute;
    left: 40px;
    right: 40px;
	bottom:0;
	top:100%;
	background:#e6e6e6;
	z-index:1;
}
.categories_slider-wrap {
	position:absolute;
	left:100px;
	right:100px;
	top:15%;
	height:60%;
	z-index:2;
}
.categories_slider {
	opacity:0;
}
.categories_slider_item , .categories_slider_img {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	overflow:hidden;
}
.cel_opt{
    transform: translateY(50px);
    opacity: 0;
}
.hs-categories {
	position:absolute;
	left:50%;
	width:250px;
	height:4px;
	margin-left:-125px;
	bottom:-50px;
	background:#eee;
	overflow:hidden;
}
.hs-categories_init {
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    top: 0;
}
.hs-categories_init .swiper-scrollbar-drag {
    background: #c2d430;
    border-radius: 0;
}

.categories_slider_item_title {
	position:absolute;
	left:0;
	width:100%;
 
	top:50%;
	z-index:20;
	margin-top:-37px;
}
.categories_slider_item_title a {
	color:#e6e6e6;
	font-size:54px;
	font-weight:bold;
	position:relative;
	display:inline-block;
	-webkit-transition: all 350ms linear;
	transition: all 350ms linear;
}
.categories_slider_item_title a:before   {
	content:'';
	position:absolute;
	height:2px;
    background: #c2d430;
    bottom: -11px;
	left:38px;
	right:100%;
	-webkit-transition: all 350ms linear;
	transition: all 350ms linear;
}
.categories_slider_item_title a:hover:before{
	right:0;
	
}
.categories_slider_item_title a span {
	font-size:14px;
	padding-right:12px;
	position:relative;
	top:-19px;
}
.categories_close {
    position: absolute;
    right: 100px;
    top: 40px;
    z-index: 20;
    font-size: 14px;
    width: 120px;
    height: 50px;
    line-height: 50px;
	background: #161616 !important;
	transition: all 100ms linear;
}
.categories_close:hover {
	background: #151515 !important;
	transition: all 100ms linear;
}
.categories_close i {
	position:relative;
	z-index:2;
}
.categories_close:hover {
	color:#e6e6e6;
}
.categories_close:hover:before {
	height:100%;
}
/*------404------------------------------------------------*/
.error-wrap {
	top:30%;
	z-index:20;
}
.error-wrap h2 {
	font-size: 134px;
	color: #e6e6e6;
	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: #e6e6e6;
	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: #e6e6e6;
	border: none;
	cursor: pointer;
	background: #1B1B1B;
}
.error-wrap form .search-submit:hover {
	background: #1B1B1B;
}
.error-wrap .err-btn{
	display: inline-table;
	margin-top: 10px;
	padding:15px 20px;
	background:#1B1B1B;
	color:#e6e6e6;
	font-size:10px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.error-wrap .err-btn i {
	padding-left:12px;
}


footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #161616;
    z-index: 15;
    padding: 0 40px;
    line-height: 20px;
}
.policy-box {
	float: left;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0;
    color: #666666 !important;
    font-weight: 400;
}
.policy-box b {
	color: #e6e6e6;
    font-weight: 600;
}
.policy-box span {
    float: left;
}
.policy-box ul {
    position: relative;
    float: left;
    margin-left: 10px;
}
.policy-box ul:before {
    content: '';
    position: absolute;
    top: 16px;
    left: -2px;
    background: #eee;
    width: 2px;
    height: 20px;
}
.policy-box ul li {
    float: left;
}
.policy-box ul li a {
    padding: 0 10px;
    color: #666;
}
.footer-social {
	float: right;
	height: 40px;
}
.footer-social li {
    float: left;
}
.footer-social li a {
    padding: 0 0 0 16px;
    font-size: 15px;
    color: #c2d430;
	line-height: 40px;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
	opacity: .8;
}
.footer-social li a:hover {
	color: #e6e6e6;
	opacity: 1;
	-webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
.cvkk {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    color: #c2d430;
    max-width: 400px;
    text-align: left;
    float: left;
    margin-top: -10px;
    margin-bottom: 15px;
}
.kurumsal-logo {
	width: 100%;
    height: 180px;
	position: relative;
	border: 2px solid #474747;
}

.webtasarimsistemleri{width:30px;height:30px;padding-left:5px;margin-top:-4px;opacity:0}
.designer:hover .webtasarimsistemleri{opacity:1}
.designer{display:-webkit-inline-box;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease;opacity:.2;color:#b9b9b9!important;margin-left:5px;letter-spacing:-.2px}
.designer:hover .webtasarimsistemleri{-webkit-animation:designed-animation 1000ms ease-in-out;animation:designed-animation 1000ms ease-in-out}
.designer:hover{color:#5f5f5f!important;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease;opacity:1}
@-webkit-keyframes designed-animation {
0%{-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}
25%{-webkit-transform:rotate(0deg) scale(1.2);transform:rotate(0deg) scale(1.2)}
50%{-webkit-transform:rotate(0deg) scale(1.3);transform:rotate(0deg) scale(1.3)}
55%{-webkit-transform:rotate(-40deg) scale(1.2);transform:rotate(-40deg) scale(1.2)}
60%{-webkit-transform:rotate(40deg) scale(1.2);transform:rotate(40deg) scale(1.2)}
65%{-webkit-transform:rotate(-30deg) scale(1.2);transform:rotate(-30deg) scale(1.2)}
70%{-webkit-transform:rotate(30deg) scale(1.2);transform:rotate(30deg) scale(1.2)}
75%{-webkit-transform:rotate(-20deg) scale(1.2);transform:rotate(-20deg) scale(1.2)}
80%{-webkit-transform:rotate(20deg) scale(1.1);transform:rotate(20deg) scale(1.1)}
85%{-webkit-transform:rotate(-10deg) scale(1.1);transform:rotate(-10deg) scale(1.1)}
90%{-webkit-transform:rotate(10deg) scale(1.1);transform:rotate(10deg) scale(1.1)}
95%{-webkit-transform:rotate(-5deg) scale(1.1);transform:rotate(-5deg) scale(1.1)}
100%{-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}
}
@keyframes designed-animation {
0%{-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}
25%{-webkit-transform:rotate(0deg) scale(1.2);transform:rotate(0deg) scale(1.2)}
50%{-webkit-transform:rotate(0deg) scale(1.3);transform:rotate(0deg) scale(1.3)}
55%{-webkit-transform:rotate(-40deg) scale(1.2);transform:rotate(-40deg) scale(1.2)}
60%{-webkit-transform:rotate(40deg) scale(1.2);transform:rotate(40deg) scale(1.2)}
65%{-webkit-transform:rotate(-30deg) scale(1.2);transform:rotate(-30deg) scale(1.2)}
70%{-webkit-transform:rotate(30deg) scale(1.2);transform:rotate(30deg) scale(1.2)}
75%{-webkit-transform:rotate(-20deg) scale(1.2);transform:rotate(-20deg) scale(1.2)}
80%{-webkit-transform:rotate(20deg) scale(1.1);transform:rotate(20deg) scale(1.1)}
85%{-webkit-transform:rotate(-10deg) scale(1.1);transform:rotate(-10deg) scale(1.1)}
90%{-webkit-transform:rotate(10deg) scale(1.1);transform:rotate(10deg) scale(1.1)}
95%{-webkit-transform:rotate(-5deg) scale(1.1);transform:rotate(-5deg) scale(1.1)}
100%{-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}
}

.fixed-title {
	color: #dbdbdb;
    position: fixed;
    width: auto;
    height: 40px;
	top: 50%;
	left: 0;
    line-height: 37px;
    letter-spacing: .5px;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    margin-left: 0px;
    text-align: center;
    cursor: default;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    z-index: 12;
	border-top: 2px solid #c2d430;
	padding: 0 5px;
	margin-top: 30px;

}
.d-n {
	display: none;
}
#line-menu .nav-holder nav li a {
    float: left;
    padding: 0;
    width: 80px;
    height: 100%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 51px;
    background-color: #161616;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
	letter-spacing: -.2px;
	border-top: 2px solid #404040;
}
#line-menu .nav-holder nav li a:hover {
	-webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    background-color: #1B1B1B;
	border-top: 2px solid #c2d430;
}
#line-menu .nav-holder nav li a:hover .header-info {
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    top: -9px;
    color: #c2d430;
}
#line-menu .nav-holder .act-link {
    background-color: #1B1B1B;
	border-top: 2px solid #c2d430;
}
#line-menu .nav-holder .act-link .header-info {
    color: #c2d430;
}
#line-menu .nav-holder nav li a:hover .menu-element {
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
	margin-top: 0px;
	opacity: .8;
}
#line-menu .nav-holder nav li {
    float: left;
    position: relative;
    margin-right: 10px;
    height: 70px;
}
#line-menu .nav-holder {
    float: right;
    margin-right: 0;
    position: relative;
    opacity: 1;
    left: 0;
    visibility: visible;
    z-index: 20;
    top: 0;
}
#line-menu .nav-holder .menu-button-active {
    background-color: #1B1B1B;
    border-top: 2px solid #c2d430;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
#line-menu .nav-holder .menu-button-active .header-info {
    color: #c2d430;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
#line-menu .nav-holder .act-link .menu-element {
    opacity: .8;
}
#line-menu .header-info {
    top: -9px;
}
#line-menu .nav-holder nav li a:before {
    display: none;
}
.menu-element {
	font-size: 20px;
    color: #666;
    line-height: 80px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    opacity: .5;
}


.home-main_title_item h2 b {
    color: #c2d430;
}
.contact-sub-title {
    font-size: 20px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.p-b-30 {
    padding-bottom: 30px;
}
.m-t-10 {
    margin-top: 10px;
}
.color-o {
    color: #c2d430;
}

.leaflet-popup-content {
    margin: 5px 20px;
    line-height: 1.3;
    padding: 3px 3px;
    text-align: center;
    color: #e6e6e6;
    font-size: 15px;
    letter-spacing: 0;
    margin-left: 10px;
}
.leaflet-popup {
    margin-bottom: 15px;
}
.leaflet-container a.leaflet-popup-close-button {
    color: #c2d430;
}


body , .main-header , .loader-wrap , .slider-counter_wrap , .bottom-panel , .search-input input ,.scroll-nav-wrap, .fixed-bottom-content , .bottom-filter-wrap , .thumbnail-container , .thumb-img:before , .sec-dec:before  , .contact-info-wrap  , .page-load_bg {
    background: #161616;
}
p , .nav-holder nav li a , .sb-widget p  a , .sb-widget-wrap h3 , .scroll-down-wrap span  , .search-input input::-webkit-input-placeholder  , .search-input input  , .section-title h3  , .column-wrapper_text p , .inline-facts .num , .custom-skillbar-title span , .skill-bar-percent , .serv-item h4 a   , .testi-item h3 , .testilider .swiper-slide.swiper-slide-active .testi-item p   , .policy-box , .post.fw-post h2 , .post.fw-post h2 a , .pr-tags span , .author-content h5 a , #comments-title, #reply-title , .fn a , .custom-form input::-webkit-input-placeholder, .custom-form input , .custom-form textarea , .custom-form textarea::-webkit-input-placeholder , .contact-details ul li a , .gallery-filters a.gallery-filter-active , .vis-thumb-info .thumb-info h3, .vis-thumb-info .thumb-info h3 a , .fixed-bottom-content .gallery-filters a.gallery-filter-active , .pr-det-container h2 , .caption-wrap ul li span , .content-nav li a , .content-nav li a.ln i, .content-nav li a.rn i, .content-nav li a span.tooltip , .closedet_style , .single-carousel-control .fw-carousel-counter span , .blog-title-opt li a:hover, .pr-tags li a:hover  , span.header-tooltip , .contact-info-btn , .categories_close{
	color:#e6e6e6;
}
.search-input:before  , #footer-twiit div.user a   , .section-title h4 , .inline-facts h6 , .serv-item ul li a , .serv-item ul li  , .testi-item p  , blockquote p , .comment-meta a , .comment-meta , .vis-thumb-info .thumb-info p  , .fs-mode-title {
	color:rgb(102, 102, 102);
}
blockquote:before {
	color:rgba(255,255,255,0.2);
}  
.sb-button_point:before  , .scroller , .scroll-down-wrap span:before , .gallery-filters a:before{
	background:rgb(102, 102, 102);
}
.search-input input   , .sb-widget-wrap , #footer-twiit ul li  , .section-title , .testi-item p , .testi-avatar  , .footer-inner , blockquote  , #comments-title, #reply-title , .post-author , .content-nav {
	border-color:rgba(255,255,255,0.1);
}
.mousey , .fs-mode:before, .fs-mode:after, .fs-mode span:before, .fs-mode span:after , .page-load_bg span{
	border-color:rgba(255,255,255,0.2);
}
.list i   {
	border-color:rgba(255,255,255,0.7);
}
.page-load_bg span{
	border-bottom-color:#ccc;
}
.hiiden-sidebar-wrap , .share-wrapper , .home-main_container , .multi-slideshow-wrap_3 , .column-wrapper   , .column-notifer  , .testi-item p , .author-social , .fixed-bottom-content.fbc_white , .fix-pr-det  , .fixed-column-anim, .hiddec-anim   {
	background:#1B1B1B;
}
.categories-wrapper_bg    {
	background:#1B1B1B;
}

.hs_init .swiper-scrollbar-drag , .custom-skillbar , .sec-dec , .single-carousel-control .fw-carousel-counter:before , .single-carousel-control .fw-carousel-counter:after   {
	background:rgba(255,255,255,0.3);
}
.custom-form textarea, .custom-form input[type="text"], .custom-form input[type=email], .custom-form input[type=password] , .main-header:before {
	background:rgba(255,255,255,0.1);
	border-color:transparent
}
#subscribe-button  , .twitt_btn , #footer-twiit p.interact a , .slider-counter_wrap .fw-carousel-counter, .slider-counter_wrap .swiper-counter, .slider-counter_wrap .count-folio , .hs_init:before  ,.btn , .skillbar-bg , .serv-price , .to-top , .bottom-filter-wrap:before  , .single-carousel-control .fw-carousel-counter  , .categories_close , .page-load_bg2{
	background:#161616; 
}
.search-input input:focus  {
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.element-item {
	border: 0px solid #e6e6e6 !important;
	border-width: 0px !important;

}
.double-bounce2   {
    background: #c2d430;
}
.nav-button span , .section-title h3:before , .nav-holder nav li a:before   {
    background: #5a5a5a;
}
.search-button {
	color:#fff;
}
.mobile-menu{
	display: none;
}




  .overlay-x {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
  }
  .categories_slider_item:hover .overlay-x {
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity: 1;
}
.categories_slider_item:hover .categories_slider_item_title {
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
    top: 36%;
}
.categories_slider_item:hover .categories_slider_item_title a {
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
    font-size: 40px;
}
.categories_slider_item:hover .overlay {
	background: rgba(45,45,50,0.7);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.categories_slider_item:hover .popup-x {
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
    top: 40%;
  }
.categories_slider_item:hover .categories_slider_item_title a:before {
    right: 0;
}
  .popup-x {
    margin: 0 auto;
    padding: 30px 60px 60px 60px;
    width: 100%;
	position: absolute;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
    top: 95%;
    z-index: 11;
    background: linear-gradient(0deg, rgba(27, 27, 27, 0), rgba(27, 27, 27, 0.5) 80%) no-repeat;
	border-top: 3px solid rgba(27, 27, 27, 0.6);
  }
  
  .popup-x h2 {
	margin-top: 0;
	color: #333;
  }
  .popup-x .content-x {
	max-height: 30%;
	overflow: auto;
	font-size: 18px;
  }
  
  .f-s-15 {
    font-size: 15px;
}
.m-b-20 {
    margin-bottom: 20px;
}

.s-404 {
    background-color: #161616;
}
.p-404 {
	text-align: center;
	margin-top: 10%;
}
.p-404 h1 {
    font-size: 90px;
    margin: 0;
    color: #e6e6e6;
}
.p-404 h2 {
    font-size: 40px;
    margin: 0;
	color: #e6e6e6;
	margin-bottom: 10px;
}
.p-404 p {
    font-size: 18px;
    margin: 0;
	color: #e6e6e6;
	text-align: center;
}
.p-404 .bsvt-1 {
	color: #c2d430;
}
.p-404 a {
    font-size: 18px;
    margin: 0;
	color: #c2d430;
	text-align: center;
	text-decoration: underline;
}
.k-img-1 {
	width: 120px;
	height: auto;
    margin-top: 30px;
}
.k-img-2 {
    width: 120px;
    height: auto;
    margin-top: 30px;
}
.k-img-3 {
    width: 250px;
    height: auto;
    margin-top: 50px;
}
/* ------responsive------------------------------------------------------------- */ 


@media only screen and (max-width: 1365px) {
	.hero-slider_details_wrap {
		width:70%;
	}
	.hero-slider_control-wrap {
		width: 30%;
		padding: 20px 40px 40px 70px;
	}
	.fs-slider_align_title h2 {
		line-height: 72px;
	}
	.fs-slider_align_title {
		top: 34%;
	}
	.serv-price {
		padding:12px 20px;
	}
	#portfolio_horizontal_container.three-ver-columns .portfolio_item {
		height:50%;
	}
	#portfolio_horizontal_container  .portfolio_item .thumb-info h3 {
		font-size:14px;
	}
	.contact-info-btn {
		margin-left:0;
	}
	.nav-holder  {
		margin-right:120px;
	}
	.main-header:after {
		display:none;
	}
}
@media only screen and (max-width: 1064px) {
	section {
		float: left;
		width: 100%;
		padding: 40px 0;
	}
	.scroll-down-wrap-2 {
		float: right;
		right: 25px;
		height: auto;
		position: absolute;
		bottom: 30px;
		z-index: 100;
		top: auto;
	}
	.fixed-column-dec {
		top: 25px;
		right: 25px;
	}
	.column-title {
		float: left;
		width: 100%;
		position: relative;
		left: -20px;
		bottom: -150px;
	}
	.column-title h2 {
		font-size: 30px;
		font-weight: 700;
		color: #e6e6e6;
		position: relative;
	}
.contact-info-btn {
	margin-left:0px;
}
.main-header {
	padding:0 10px;
}
.search-input {
	top:29px;
	margin-left: 190px;
}

.nav-button-wrap {
	float: right;
    width: 60px;
    cursor: pointer;
    position: relative;
    top: 0;
    margin-right: 5px;
    display: block;
    height: 100%;
    background-color: #161616;
    border-top: 2px solid #404040;
}
.nav-button-wrap:before {
	content: 'MENÜ';
    position: absolute;
    left: 14px;
    top: 10px;
    width: auto;
    height: 0;
    font-size: 11px;
    color: #e6e6e6;
    font-weight: 600;
}
.nav-button  {
	position:absolute;
	top:50%;
	left:50%;
	width:22px;
	height:20px;
	margin-left:-11px;
	margin-top:0px;
}
.nav-button span{
	float:left;
	width:100%;
	height:2px;
	background:#404040;
	margin-bottom:4px;
	border-radius:4px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.nav-button span:first-child {
	width: 50%;
}
.main-menu nav ul {
	display:none;
}
.main-menu{
	position: absolute  ;
	top:70px;
	right:-20px;
	width:300px;
	z-index:50;
		padding:15px 10px ;
		background:#1B1B1B;
	visibility:hidden;
	opacity:0;
	-webkit-transition: all 0.4s  ease-in-out;
	transition: all 0.4s  ease-in-out;
}
.vismobmenu {
	opacity:1;
	right:0;
	visibility:visible;
}
.menusb {
	display:block;
	float:left;
	position:relative;
	width:100%;
	overflow:hidden;
}
.main-menu .menusb ul  {
	display:block;
	float:left;
	position:relative;
	width:100%;
}
.menusb li {
	margin: 0;
	float: left;
	width:100%;
	position:relative;
	overflow:hidden;
	padding:0 20px;
}
.menusb   li i {
	position:absolute;
	right:18px;
	top:12px;
}
.menusb  a {
	float:left;
	width:100%;
	padding:8px 5px;
	position:relative;
	font-weight: 700;
	font-size: 14px;
	color: #e6e6e6;
	line-height:20px;
	text-align:left;
}
.menusb  a.act-link {
	color:rgba(255,255,255,0.71);
}
.menusb a.back{
	padding-left:24px;
}
.menusb a.back:before{
	font-family: Font Awesome\ 5 Pro;
	content: "\f177";
	font-size:14px;
}
.bottom-panel-column.bottom-panel-column_left  , .bottom-panel-column.bottom-panel-column_right{
	width: 50%;
}
.slider-counter_wrap {
	display:none;
}
.fsc-holder {
	padding: 0 0 90px 0;
}
.logo-holder {
	left: 38px;
    top: 10px;
}
.bottom-panel {
	padding-left:30px;
}
.bottom-panel-column.bottom-panel-column_left.fix-size {
	width: 400px;
}
.bottom-panel-column.bottom-panel-column_right.fix-size {
	width: calc(100% - 400px);
}
.single-carousel-control_list {
	padding-right:10px;
}
.single-carousel-control_list li {
	width: 120px;
}
.column-image {
	position: relative;
	bottom: 0;
	left: 0;
	float:left;
	width: 100%;
	top:0;
	padding:150px 0;
}
.column-wrapper {
	width:100%;
	padding: 40px 50px 120px;
}
.scroll-nav-wrap, .fixed-bottom-content {
	width:100%;
	height: 70px;
	line-height: 70px;
	padding:0 10px;
}
.follow-wrap, .home-main_title {
	padding-left: 55px;
}
.home-main_title {
	top: auto;
    bottom: 5%;
}
.gallery-item {
	width:50% !important;
}
.bottom-filter-wrap {
	padding: 0 24px 0 24px;
}
.bottom-filter-wrap .gallery-filters {
	position: absolute;
	bottom: 70px;
	height: auto !important;
	width: 100%;
	top:inherit;
	background: #1B1B1B;
	left: 0;
	padding: 35px 30px;
	text-align: left;
	display:none;
}
.bottom-filter-wrap .gallery-filters a {
	float:left;
	width:100%;
	line-height:25px;
	color:#e6e6e6;
}
.bottom-filter-wrap .gallery-filters a:before {
	bottom: 50%;
	left: 100%;
	margin-left: -26px;
	height: 2px;
	margin-bottom:-1px;
	background: #e6e6e6;
}
.hor-content_padd {
	padding: 0;
}
.bottom-filter-wrap:before {
	left: 22px;
	right: 24px;
}
.media-container  {
	left:0;
}
.fs-slider_align_title h2 {
	font-size: 48px;
	line-height: 52px;
}
.hero-slider_control-wrap .scroll-down-wrap {
	display:none;
}
.hero-slider_details_wrap {
	width:100%;
	height:120px;
	padding:60px 50px 20px 50px;
}
.fs-slider-det {
	padding-bottom:100px;
}
.hero-slider_control-wrap {
	width:170px;
	bottom:150px;
	padding:0;
	background:none;
}
.fs-slider_align_title {
	padding-left:60px;
}
.hlaf-slider-pag  {
	bottom:140px;
}
.fs-slider_align_title h2 {
	line-height: 72px;
}
.display-menu{
	display: none;
}
.mobile-menu{
	display: block;
}
.element, .element-item{
	display: none;
}
}
@media only screen and (max-width: 768px) {
	
	.column-image {
		display: none;
	}
.contact-info-wrap {
	left: auto;
}
#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;
}
.hlaf-slider-pag  {
	display:none;
}
.fs-slider_align_title {
	width: 100%;
	padding:0 90px;
	top: 34%;
}
.ss-slider-next, .ss-slider-cont-next {
	right:20px;
}
.ss-slider-prev, .ss-slider-cont-prev{
	left:20px;
}
.home-slider-counter-wrap {
	left:90px;
	bottom: 30px;
}
#portfolio_horizontal_container  .portfolio_item .thumb-info h3 {
	font-size:18px;
}
}
@media only screen and (max-width: 640px) {
.fw-carousel .swiper-slide img , .fw-carousel .swiper-slide   {
	width: 100% !important;
	height: auto !important;
	display:block;
}
.fw-carousel  .swiper-wrapper{
	width: 100%;
	height: inherit !important;
	display:block;
}
.fsc-holder {
	padding:10px;
}
.fw-carousel .swiper-container  , .fw-carousel , .fw-carousel-wrap  , .no-mob-hidden{
	height: auto !important;
}
.fw-carousel-wrap {
	position:relative;
	float:left;
	width:100%;
}
.no-horizontal-slider {
	display: block !important;
	margin-bottom: 10px;
	text-align: center;
}
.no-horizontal-slider .swiper-slide {
		display: block !important;
		height: auto;
		margin-bottom: 10px;
		margin-left: 0;
		margin-right: 0;
}
.search-input {
	position:absolute;
	left:0;
	top:90px;
	padding:0 30px;
	margin:0;
	width:100%;
	height:70px;
	background:#1B1B1B;
}
.search-input:before , .search-input  , .closedet_style , .column-notifer , .bottom-panel , .bottom-filter-wrap:before , .content-nav-fixed li a span strong  , .section-number , .hero-slider_details_wrap , .thumbnail-container{
	display:none;
}
.search-input input {
	background:#1B1B1B;
	color:#e6e6e6;
	margin-top:20px;
	border:none;
}
.search-input input::-webkit-input-placeholder {
	color:#e6e6e6;
}
.search-input input:focus  {
	border-bottom:1px solid #1B1B1B;
}
.search-button{
	float: right;
	display:block;
	width:50px;
	position:relative;
	cursor:pointer;
	font-size:16px;
	top:34px;
}
.fix-pr-det , .fix-pr-det.hid-det {
	position: relative;
	top:0;
	left:0 !important;
	bottom:inherit;
	z-index: 20;
	background: #e6e6e6;
	overflow: hidden;
	float:left;
	width: 100%;
	padding: 50px 20px 30px;
	-webkit-transform: translate3d(0,0,0);
} 
.det-anim {
	transform: translateY(0) !important;
	opacity: 1 !important;
}
.initscroll {
	position:relative;
	float:left;
	padding:0;
}
.column-wrapper {
	padding: 40px 10px 120px;
}
.serv-text  , .serv-media , .policy-box{
	width: 100%;
	padding-left: 0;
}
.serv-item {
	margin-bottom:40px;
}
section {
	padding: 50px 0;
}
.to-top-btn {
	float:left;
	margin-top:40px;
}
.follow-wrap, .home-main_title {
	padding-left: 50px;
}
.gallery-item {
	width:100% !important;
}
.ff_panel-conainer {
	padding: 0 0 90px;
}
.bottom-filter-wrap {
	padding: 0 10px 0 10px;
}
.filter-title  {
	top: 16px;
}
.column-title h2  , .fs-slider_align_title h2 {
	font-size: 36px;
	line-height:40px;
	padding-bottom:12px;
}
.column-image {
	padding: 100px 0;
}
.author-social {
	float: left;
}
.author-content {
	padding-left: 70px;
}
.author-img {
	top:30px;
}
.author-img  , .author-img img {
	width: 50px;
	height: 50px;
}
.inline-facts {
	width: 50%;
}
.home-slider-counter-wrap {
	left:20px;
}
.home-main_container {
	left: 0;
	right: 0;
	bottom:0;
}
.fs-slider-det {
	padding-bottom:0;
}
.hero-slider_control-wrap {
	width:100%;
	bottom:50px;
}
.hero-slider_control_item {
	float:left;
}
.fs-slider_align_title {
	padding: 0 30px;
	top: 34%;
}
.swiper-container {height: auto;} 
.column-title {
	padding: 20px 20px;
}
.column-wrapper.single-content-section {
	padding: 0 20px 120px;
}
.follow-wrap {
	top: 80px;
}
.categories-wrapper .swiper-container {
	height:100%;
}
.categories_slider-wrap {
	left: 20px;
	right: 20px;
}
.fw-carousel .swiper-wrapper{
	transform: translate3d(0,0,0)!important;
}
.fs-slider2 .swiper-container {
	height:100%;
}
.fix-pr-det, .fix-pr-det.hid-det {
	background: #161616;
}
.search-input {
	background:#1B1B1B;
}
}
@media only screen and (max-width: 530px) {
	.follow-wrap, .home-main_title {
		padding-left:20px;
	}
	.hiiden-sidebar-wrap {
		width: 300px;
		padding: 50px 30px;
	 
	}
	.fs-slider_align_title h2 , .home-main_title_item h2 {
		font-size: 38px;
		line-height: 46px;
		padding:10px 0;
	}
	.categories_slider_item_title a {
		font-size: 24px;
	}
	.main-header {
		padding: 0;
	}
	.logo-holder img {
		height: 40px;
		width: auto;
	}
	.logo-holder {
		left: 10px;
		top: 5px;
	}
	.slide-progress-wrap {
		position: absolute;
		top: 44px;
		left: 10px;
		width: 148px;
		height: 1px;
		z-index: 100;
		overflow: hidden;
		background: #e6e6e6;
	}
	.main-header {
		height: 52px;
	}
	#wrapper {
		top: 52px;
		bottom: 30px;
	}
	.main-menu {
		top: 52px;
		width: 180px;
		border-right: 5px solid #161616;
		border-left: 5px solid #161616;
		border-bottom: 5px solid #161616;
	}
	.share-wrapper {
		top: 52px;
	}
	.home-main_title {
		top: auto;
		bottom: 10px;
		left: 10px;
		padding-left: 10px;
	}
	.home-main_title_item h2:after {
		top: 86px;
		left: -9px;
		border-top: 1px solid;
		border-right: 1px solid;
		width: 50px;
		height: 50px;
	}
	.fs-slider_align_title h2, .home-main_title_item h2 {
		font-size: 31px;
		line-height: 35px;
		padding: 6px 0;
	}
	.home-main_title_item p {
		margin-bottom: 0px;
	}
	.home-main_title_item h2:before {
		top: -40px;
		height: 1px;
	}
	.home-main_title_item h4 {
		font-size: 11px;
		line-height: 1.5;
		margin-bottom: 0px;
	}
	.fixed-title {
		height: 20px;
		line-height: 20px;
		font-weight: 700;
		font-size: 10px;
		border-top: 1px solid #c2d430;
		letter-spacing: 0.5px;
	}
	.f-telif{
		display: none;
	}
	footer {
		height: 30px;
		padding: 0 10px;
		line-height: 10px;
	}
	.policy-box {
		float: left;
		font-size: 10px;
		text-transform: none;
		letter-spacing: 0;
		color: #666666 !important;
		font-weight: 400;
		width: auto;
	}
	.footer-social {
		float: right;
		height: 30px;
	}
	.designer {
		margin-top: -10px;
	}
	.footer-social li a {
		padding: 0 0 0 10px;
		font-size: 10px;
		color: #c2d430;
		line-height: 32px;
		-webkit-transition: all 100ms linear;
		transition: all 100ms linear;
		opacity: .8;
	}
	.nav-button-wrap {
		float: right;
		width: 40px;
		cursor: pointer;
		position: relative;
		top: 0;
		margin-right: 5px;
		display: block;
		height: 100%;
		background-color: #161616;
		border-top: 1px solid #404040;
	}
	.nav-button-wrap:before {
		content: 'MENÜ';
		position: absolute;
		left: 4px;
		top: 6px;
		width: auto;
		height: 0;
		font-size: 9px;
		color: #e6e6e6;
		font-weight: 600;
	}
	.nav-button span {
		float: left;
		width: 100%;
		height: 2px;
		background: #383838;
		margin-bottom: 3px;
		border-radius: 4px;
		-webkit-transition: all 200ms linear;
		transition: all 200ms linear;
	}
	.share-btn {
		float: right;
		top: 0;
		position: relative;
		cursor: pointer;
		z-index: 11111;
		height: 100%;
		background-color: #161616;
		border-top: 1px solid #404040;
		padding: 0;
		margin-right: 0px;
		width: 50px;
		-webkit-transition: all 100ms linear;
		transition: all 100ms linear;
	}
	.share-btn:hover {
		background-color: #1B1B1B;
		border-top: 1px solid #c2d430;
		-webkit-transition: all 100ms linear;
		transition: all 100ms linear;
	}
	.main-header .menu-button-active {
		background-color: #1B1B1B;
		border-top: 1px solid #c2d430;
		-webkit-transition: all 100ms linear;
		transition: all 100ms linear;
	}
	.main-header .menu-button-active .header-info {
		color: #c2d430;
		-webkit-transition: all 100ms linear;
		transition: all 100ms linear;
		top: 6px;
	}
	.share-btn:hover .header-info {
		-webkit-transition: all 100ms linear;
		transition: all 100ms linear;
		top: 6px;
		color: #c2d430;
	}
	.header-info {
		font-size: 9px;
		top: 6px;
	}
	.share-btn i {
		font-size: 16px;
		line-height: 60px;
	}
	.menusb a {
		float: left;
		width: 100%;
		padding: 7px 5px;
		position: relative;
		font-weight: 600;
		font-size: 10px;
		color: #e6e6e6;
		line-height: 20px;
		text-align: left;
		letter-spacing: 1px;
	}
	.share-container a {
		letter-spacing: 1px;
	}
	.contact-info-btn {
		float: right;
		top: 0;
		position: relative;
		cursor: pointer;
		z-index: 11111;
		height: 100%;
		background-color: #161616;
		border-top: 1px solid #404040;
		padding: 0;
		-webkit-transition: all 100ms linear;
		transition: all 100ms linear;
		margin-right: 5px;
		width: 60px;
	}
	.contact-info-btn:hover {
		background-color: #1B1B1B;
		border-top: 1px solid #c2d430;
		-webkit-transition: all 100ms linear;
		transition: all 100ms linear;
	}
	.contact-info-btn i {
		font-size: 16px;
		line-height: 60px;
	}
	.contact-info-btn:hover .header-info {
		top: 6px;
	}
	.contact-info-wrap {
		position: absolute;
		right: 0px;
		background: #e6e6e6;
		z-index: 50;
		top: 50px;
		left: auto;
		width: 300px;
		padding: 0 20px 60px 20px;
		transition: all .4s ease-in-out;
		opacity: 0;
		visibility: hidden;
		margin-left: -20px;
		background: #1B1B1B !important;
		border-right: 5px solid #161616;
		border-left: 5px solid #161616;
	}
	.contact-info-wrap_btn {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 35px;
		line-height: 35px;
		background: #161616;
		color: #e6e6e6;
		font-size: 10px;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-weight: 600;
	}
	.content {
		padding: 0 20px;
	}
	.column-wrapper {
		padding: 5px 5px 100px;
	}
	.section-title h3:before {
		height: 1px;
	}
	.section-title h3 {
		font-size: 16px;
		padding-bottom: 5px;
	}
	.to-top-btn {
		float: none;
		margin-top: 30px;
	}
	.to-top-btn {
		font-size: 10px;
		padding: 7px 20px;
	}
	.scroll-nav-wrap, .fixed-bottom-content {
		width: 100%;
		height: 50px;
		line-height: 25px;
		padding: 0 10px;
	}
	.scroll-nav li {
		display: inline-block;
		margin: 0 5px;
		text-transform: uppercase;
		font-size: 9px;
		font-weight: 500;
		letter-spacing: 0;
	}
	.scroll-nav li a.act-scrlink {
		color: #c2d430;
		font-weight: 600;
		letter-spacing: 0;
	}
	.custom-form button {
		padding: 0 20px;
		outline: none;
		border: none;
		cursor: pointer;
		background: #323232;
		-webkit-appearance: none;
		height: 30px;
		line-height: 30px;
		float: left;
		position: relative;
		color: #e6e6e6;
		font-size: 10px;
		text-transform: uppercase;
		font-weight: 700;
		margin: 25px 0 15px;
		border-radius: 0;
		letter-spacing: 0.5px;
	}
	section {
		padding: 35px 0;
	}
	#portfolio_horizontal_container .portfolio_item {
		padding-right: 0;
	}
	#portfolio_horizontal_container {
		margin-left: 0px;
		margin-top: 10px;

	}
	.filter-title {
		float: left;
		padding: 8px 20px;
		background: #1f1f1f;
		color: #e6e6e6;
		position: relative;
		text-transform: uppercase;
		font-size: 10px;
		font-weight: 600;
		letter-spacing: 0px;
		margin-right: 0;
		top: 20px;
		left: 10px;
	}
	.thumb-info h3 a {
		color: #e6e6e6;
		-webkit-transition: all 200ms linear;
		transition: all 200ms linear;
		font-size: 18px;
	}
	.thumb-info p {
		color: #e6e6e6;
		opacity: 0.6;
		font-style: italic;
		font-size: 10px;
		line-height: 15px;
	}
	.thumb-info {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 5px 15px;
		z-index: 12;
	}
	.thumb-info h3 a:before {
		content: '';
		position: absolute;
		left: -30px;
		top: 26px;
		width: 50px;
		height: 1px;
		background: #c2d430;
		transform: rotate(90deg);
	}
	.portfolio_item {
		padding-bottom: 15px !important;
	}
	.column-wrapper.single-content-section {
		padding: 0 5px 120px;
	}
	.section-title {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	p {
		font-size: 11px;
		line-height: 20px;
	}
	.caption-wrap ul li {
		width: 100%;
		float: left;
		padding: 5px 5px 5px 5px;
	}
	.custom-form textarea, .custom-form input[type="text"], .custom-form input[type=email], .custom-form input[type=password] {
		float: left;
		border: none;
		width: 100%;
		padding: 10px 20px;
		font-size: 12px;
		-webkit-appearance: none;
	}
	.custom-form input {
		margin-bottom: 15px;
	}
	.custom-form textarea {
		height: 100px;
		resize: none;
		padding: 10px 20px;
		-webkit-appearance: none;
	}
	.contact-sub-title {
		font-size: 14px;
	}
	.inline-facts {
		width: 50%;
		text-align: center;
		margin-bottom: 15px;
	}
	.inline-facts .num {
		font-size: 25px;
		font-weight: 500;
	}
	.inline-facts-holder {
		margin: 25px 0 10px;
	}
	.categories-wrapper {
		top: 50px;
		padding: 0px 20px;
		height: 35%;
	}
	.categories-wrapper_bg {
		left: 0;
		right: 0;
	}
	.categories_close {
		right: 9px;
		top: 0px;
		font-size: 12px;
		width: 20px;
		height: 60px;
		line-height: 60px;
	}
	.categories_slider-wrap {
		left: 40px;
		right: 40px;
		top: 10%;
		height: 70%;
	}
	.hs-categories {
		left: 50%;
		width: 250px;
		height: 2px;
		margin-left: -125px;
		bottom: -25px;
	}
	.categories_slider_item_title {
		margin-top: 0;
	}
	.categories_slider_item_title a span {
		padding-right: 0px;
	}
	#line-menu nav .sliding-menu-wrapper ul li a.menu-button-active {
		border-top: none !important;
	}
	.popup-x .content-x {
		font-size: 14px;
	}
	.categories_slider_item:hover .popup-x {
		top: 21%;
	}
	.popup-x {
		padding: 20px 20px;
		border-top: 2px solid rgba(27, 27, 27, 0.5);
	}
	.categories_slider_item_title a span {
		top: -3px;
		font-size: 10px;
	}
	.categories_slider_item_title a:before {
		height: 1px;
		bottom: -6px;
		left: 4px;
	}
	.categories_slider_item:hover .categories_slider_item_title a {
		font-size: 16px;
	}
	.categories_slider_item:hover .categories_slider_item_title {
		top: 8%;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.bg {
		background-attachment: scroll !important;
		-webkit-background-size: cover;
		background-position: center;
	}
}
@media only screen and (min-width: 992px) {
	.mobile-slider {
		display: none;
	}
	#line-menu .nav-holder nav li a{
		width: 70px;
	}
	#line-menu .nav-holder nav li a:hover{
		width: 70px;
	}
	#line-menu .nav-holder nav li a .header-info{
		font-size: 10px;
		opacity: 0;
		-webkit-transition: all 100ms linear;
		transition: all 100ms linear;
	}
	#line-menu .nav-holder nav li a:hover .header-info{
		opacity: 1;
		font-size: 10px;
		color: #e6e6e6;
		-webkit-transition: all 100ms linear;
		transition: all 100ms linear;
	}
	#line-menu .nav-holder nav li a .menu-element{
		font-size: 24px;
		line-height: 66px;
		color: #666;
		opacity: .7;
		-webkit-transition: all 100ms linear;
		transition: all 100ms linear;
	}
	#line-menu .nav-holder nav li a:hover .menu-element{
		font-size: 20px;
		color: #666;
		line-height: 80px;
		opacity: .9;
		-webkit-transition: all 100ms linear;
		transition: all 100ms linear;
	}
	#main .contact-info-btn {
		width: 70px;
	}
	#main .contact-info-btn .header-info{
		font-size: 10px;
		color: #e6e6e6;
		opacity: 0;
		-webkit-transition: all 100ms linear;
		transition: all 100ms linear;
	}
	#main .contact-info-btn i{
		font-size: 24px;
		color: #666;
		line-height: 63px;
		-webkit-transition: all 100ms linear;
		transition: all 100ms linear;
		opacity: .7;
	}
	#main .contact-info-btn:hover .header-info{
		font-size: 10px;
		opacity: 1;
		-webkit-transition: all 100ms linear;
		transition: all 100ms linear;
	}
	#main .contact-info-btn:hover i{
		font-size: 20px;
		color: #666;
		line-height: 77px;
		-webkit-transition: all 100ms linear;
		transition: all 100ms linear;
		opacity: .9;
	}
	
	#main .share-btn {
		width: 70px;
	}
	#main .share-btn .header-info{
		font-size: 10px;
		color: #e6e6e6;
		opacity: 0;
		-webkit-transition: all 100ms linear;
		transition: all 100ms linear;
	}
	#main .share-btn i{
		font-size: 24px;
		color: #666;
		line-height: 63px;
		-webkit-transition: all 100ms linear;
		transition: all 100ms linear;
		opacity: .7;
	}
	#main .share-btn:hover .header-info{
		font-size: 10px;
		opacity: 1;
		-webkit-transition: all 100ms linear;
		transition: all 100ms linear;
	}
	#main .share-btn:hover i{
		font-size: 20px;
		color: #666;
		line-height: 77px;
		-webkit-transition: all 100ms linear;
		transition: all 100ms linear;
		opacity: .9;
	}
	
}
@media only screen and (max-width: 991px) {
	.display-slider {
		display: none;
    }
}

#captcha_image{
	margin: 20px 0px;
}
form.custom-form fieldset a{
	margin: 20px 0px 0px 5px;
    float: left;
}