@charset "utf-8";
/*
/*	Copyright 2017. Frenify
/*

	01) BASE
	02)	AUDIOBOX
	03) HORIZONTAL MENU
	04) DATA (VERTICAL MENU BACKGROUND)
	05) VERTICAL MENU

		-------------------------------------
		05.1) LEFT BAR
			-------------------	
			05.1.1) TRIGGER
			-------------------	
		05.2) LEFT BAR NAVIGATION
		05.3) PROFILE PREVIEW
		05.4) GALLERY PREVIEW
		05.5) SEARCH PREVIEW
		05.6) SHARE PREVIEW
		05.7) TOOLTIP 
		--------------------------------------
	
	06) SUBMENU
	07) INDEX (NEW PAGE)

		--------------------------------------
		07.1) FLEXSLIDER
		--------------------------------------
		
	08) ABOUT (NEW PAGE)
	09) MAIN BUTTON
	10) PROJECT LIST	
	11) FULL WIDTH CONTAINER
	12) PROJECT #1 (NEW PAGE)
	13) PROJECT #2 (NEW PAGE)
	14) PROJECT #3 (NEW PAGE)
	15) PROJECT SINGLE (NEW PAGE)
	16) MAGNIFIC POPUP
	17) PROJECT SINGLE 2 (NEW PAGE)
	18) PROJECT SINGLE 3 (NEW PAGE)
	19) PROJECT SINGLE 4 (NEW PAGE)
	20) PROJECT SINGLE 5 (NEW PAGE)
	21) PROJECT SINGLE 6 (NEW PAGE)
	22) PROJECT SINGLE 7 (NEW PAGE)
	23) SHORTCODES #1
	24) GRIDBG
	25) HALFSLIDE
	26) NOTIFICATION
	27) ACCORDION
	28) TOGGLE
	29) TABS
	30) IMAGE COMPARISON (Before/After)
	31) ROW SPAN
	32) TESTIMONIALS
	33) TEAM CAROUSEL
	34) CONTACT (NEW PAGE)
	35) BLOG (NEW PAGE)
	36) TOTOP (BUTTON)
	37) MEDIA QUERIES (FOR SMALL DEVICES) [RESPONSIVE VERSION]

/*------------------------------------------------------------------*/
/*	01) BASE
/*------------------------------------------------------------------*/
html {
  overflow-x: hidden;
  padding: 0px !important;
  margin: 0px !important;
}
body {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.photolane_fn_wrapper_all {
  width: 100%;
  height: auto;
}
.photolane_fn_content {
  width: 100%;
  height: auto;
  z-index: 1;
}
textarea,
input,
button {
  outline: none;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/*------------------------------------------------------------------*/
/*	02) AUDIOBOX
/*------------------------------------------------------------------*/
.myaudio {
  position: absolute;
  display: none;
  opacity: 0;
  visibility: hidden;
}
/*------------------------------------------------------------------*/
/*	03) HORIZONTAL MENU
/*------------------------------------------------------------------*/
.photolane_fn_horizontal_menu {
  width: 100%;
  clear: both;
  float: left;
  height: auto;
  display: none;
}
.photolane_fn_horizontal_menu .horizontal_menu_in {
  width: 100%;
  float: left;
  position: relative;
  background-color: #111;
  z-index: 99;
  padding: 15px;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_horizontal_menu .logo {
  width: auto;
  height: auto;
  float: left;
}
.photolane_fn_horizontal_menu .logo > a {
  display: block;
  text-decoration: none;
}
.photolane_fn_horizontal_menu .logo img {
  max-width: 300px;
}
.photolane_fn_horizontal_menu .menu_list {
  float: right;
  width: auto;
  height: auto;
}
.photolane_fn_horizontal_menu .menu_list > ul {
  list-style-type: none;
  margin: 0px;
  height: auto;
  line-height: 0;
}
.photolane_fn_horizontal_menu .menu_list > ul > li {
  display: inline-block;
  margin: 0px;
  position: relative;
  line-height: 0;
  vertical-align: middle;
}
.photolane_fn_horizontal_menu .menu_list > ul > li > a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 15px 10px;
}
.photolane_fn_horizontal_menu .menu_list > ul > li svg {
  fill: currentcolor;
  width: 18px;
  height: 18px;
  opacity: 1;
  visibility: visible;
}
.photolane_fn_horizontal_menu span.menu {
  width: 30px;
}
.photolane_fn_horizontal_menu span.menu span {
  background-color: #fff;
  margin-bottom: 6px;
  height: 2px;
  display: block;
  text-align: center;

  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.photolane_fn_horizontal_menu span.menu span:last-child {
  margin-bottom: 0px;
}
.photolane_fn_horizontal_menu span.menu span.b {
  width: 30px;
}
.photolane_fn_horizontal_menu span.menu span.a,
.photolane_fn_horizontal_menu span.menu span.c {
  width: 20px;
  margin-left: 5px;
}
.photolane_fn_horizontal_menu ul li a.trigger:hover span.menu span.a,
.photolane_fn_horizontal_menu ul li a.trigger:hover span.menu span.c {
  width: 30px;
  margin-left: 0px;
}
.photolane_fn_horizontal_menu .navigation_list {
  display: none;
  position: relative;
  width: 100%;
  background-color: #111;
  padding: 20px 20px 20px 20px;

  z-index: 99;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_horizontal_menu .language {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 10px;
}
.photolane_fn_horizontal_menu .language a {
  text-decoration: none;
}
.photolane_fn_horizontal_menu .language a span {
  text-transform: uppercase;
  color: #999;
  margin-right: 14px;
  letter-spacing: 2px;
  font-size: 12px;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.photolane_fn_horizontal_menu .language a.active span {
  color: #fff;
}
.photolane_fn_horizontal_menu .language a:hover span {
  color: #fff;
}
.photolane_fn_horizontal_menu .search_share {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 11px 0px;
  margin-bottom: 10px;
}
.photolane_fn_horizontal_menu .search_share a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 7px;
}
.photolane_fn_horizontal_menu .search_share a:last-child {
  margin-right: 0px;
  margin-left: 7px;
}
.photolane_fn_horizontal_menu .search_share span {
  color: #fff;
  font-size: 12px;
}
.photolane_fn_horizontal_menu a.volume svg.hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.photolane_fn_horizontal_menu .profile_res_info {
  position: relative;
  z-index: 99;
  width: 100%;
  height: auto;
  background-color: #111;
  padding: 20px;
  float: left;

  display: none;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_horizontal_menu .profile_res_info .profile_img {
  float: left;
  margin-bottom: 20px;
  margin-right: 40px;
}
.photolane_fn_horizontal_menu .profile_res_info .profile_img img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.photolane_fn_horizontal_menu .profile_res_info .social_icons {
  margin-bottom: 20px;
}
.photolane_fn_horizontal_menu .profile_res_info .social_icons ul {
  list-style-type: none;
  margin: 0px;
}
.photolane_fn_horizontal_menu .profile_res_info .social_icons ul li {
  margin: 0px;
  display: inline-block;
  margin-right: 10px;
}
.photolane_fn_horizontal_menu .profile_res_info .social_icons ul li a {
  color: #999;
}
.photolane_fn_horizontal_menu .profile_res_info .social_icons ul li a:hover {
  color: #fff;
}
.photolane_fn_horizontal_menu .profile_res_info .info {
  float: left;
  display: table;
  min-height: 160px;
}
.photolane_fn_horizontal_menu .profile_res_info .info_in {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.photolane_fn_horizontal_menu .profile_res_info .info_in h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 300;
  margin: 0px;
  margin-bottom: 10px;
}
/*------------------------------------------------------------------*/
/*	04) DATA (VERTICAL MENU BACKGROUND)
/*------------------------------------------------------------------*/

/*  light (Background: white; Text: black) */
.photolane_fn_vertical_menu[data-bg-color="light"] .photolane_fn_leftbar {
  background: rgba(255, 255, 255, 1);
  border-right-color: #eee;
}
.photolane_fn_vertical_menu[data-bg-color="light"] .photolane_fn_leftbar ul li {
  border-bottom-color: #eee;
}
.photolane_fn_vertical_menu[data-bg-color="light"]
  .photolane_fn_leftbar
  ul
  li
  a {
  color: #333;
}
.photolane_fn_vertical_menu[data-bg-color="light"]
  .photolane_fn_leftbar
  span.menu
  span {
  background-color: #0c0000;
}
.photolane_fn_vertical_menu[data-bg-color="light"]
  .photolane_fn_leftbar
  .photolane_fn_cright
  span {
  color: #4e4e4e;
}

/*  noBg (Background: none; Text: white) */
.photolane_fn_vertical_menu[data-bg-color="noBg"] .photolane_fn_leftbar {
  background: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.photolane_fn_vertical_menu[data-bg-color="noBg"] .photolane_fn_leftbar ul li {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.photolane_fn_vertical_menu[data-bg-color="noBg"]
  .photolane_fn_leftbar
  ul
  li
  a {
  color: #fff;
}
.photolane_fn_vertical_menu[data-bg-color="noBg"]
  .photolane_fn_leftbar
  span.menu
  span {
  background-color: #fff;
}
.photolane_fn_vertical_menu[data-bg-color="noBg"]
  .photolane_fn_leftbar
  .photolane_fn_cright
  span {
  color: #fff;
}

/*  dark (Background: black; Text: white) */
.photolane_fn_vertical_menu[data-bg-color="dark"] .photolane_fn_leftbar {
  background: rgba(17, 17, 17, 1);
  border-right-color: rgba(255, 255, 255, 0.07);
}
.photolane_fn_vertical_menu[data-bg-color="dark"] .photolane_fn_leftbar ul li {
  border-bottom-color: rgba(255, 255, 255, 0.07);
}
.photolane_fn_vertical_menu[data-bg-color="dark"]
  .photolane_fn_leftbar
  ul
  li
  a {
  color: #fff;
}
.photolane_fn_vertical_menu[data-bg-color="dark"]
  .photolane_fn_leftbar
  span.menu
  span {
  background-color: #fff;
}
.photolane_fn_vertical_menu[data-bg-color="dark"]
  .photolane_fn_leftbar
  .photolane_fn_cright
  span {
  color: #fff;
}

/*  darkTrans (Background: black with opacity; Text: white) */
.photolane_fn_vertical_menu[data-bg-color="darkTrans"] .photolane_fn_leftbar {
  background: rgba(17, 17, 17, 0.9);
  border-right-color: rgba(255, 255, 255, 0.07);
}
.photolane_fn_vertical_menu[data-bg-color="darkTrans"]
  .photolane_fn_leftbar
  ul
  li {
  border-bottom-color: rgba(255, 255, 255, 0.07);
}
.photolane_fn_vertical_menu[data-bg-color="darkTrans"]
  .photolane_fn_leftbar
  ul
  li
  a {
  color: #fff;
}
.photolane_fn_vertical_menu[data-bg-color="darkTrans"]
  .photolane_fn_leftbar
  span.menu
  span {
  background-color: #fff;
}
.photolane_fn_vertical_menu[data-bg-color="darkTrans"]
  .photolane_fn_leftbar
  .photolane_fn_cright
  span {
  color: #fff;
}

/*  noBgBlack (Background: none; Text: Black) */
.photolane_fn_vertical_menu[data-bg-color="noBgBlack"] .photolane_fn_leftbar {
  background: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.photolane_fn_vertical_menu[data-bg-color="noBgBlack"]
  .photolane_fn_leftbar
  ul
  li {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.photolane_fn_vertical_menu[data-bg-color="noBgBlack"]
  .photolane_fn_leftbar
  ul
  li
  a {
  color: #000;
}
.photolane_fn_vertical_menu[data-bg-color="noBgBlack"]
  .photolane_fn_leftbar
  span.menu
  span {
  background-color: #000;
}
.photolane_fn_vertical_menu[data-bg-color="noBgBlack"]
  .photolane_fn_leftbar
  .photolane_fn_cright
  span {
  color: #000;
}

/* noBg ---> light */
.photolane_fn_vertical_menu[data-bg-color="noBg"][data-bg-color2="light"].scrolled
  .photolane_fn_leftbar {
  background: rgba(255, 255, 255, 1);
  border-right-color: #eee;
}
.photolane_fn_vertical_menu[data-bg-color="noBg"][data-bg-color2="light"].scrolled
  .photolane_fn_leftbar
  ul
  li {
  border-bottom-color: #eee;
}
.photolane_fn_vertical_menu[data-bg-color="noBg"][data-bg-color2="light"].scrolled
  .photolane_fn_leftbar
  ul
  li
  a {
  color: #333;
}
.photolane_fn_vertical_menu[data-bg-color="noBg"][data-bg-color2="light"].scrolled
  .photolane_fn_leftbar
  span.menu
  span {
  background-color: #0c0000;
}
.photolane_fn_vertical_menu[data-bg-color="noBg"][data-bg-color2="light"].scrolled
  .photolane_fn_leftbar
  .photolane_fn_cright
  span {
  color: #4e4e4e;
}
/* noBg ---> dark */
.photolane_fn_vertical_menu[data-bg-color="noBg"][data-bg-color2="dark"].scrolled
  .photolane_fn_leftbar {
  background: rgba(17, 17, 17, 1);
  border-right-color: rgba(255, 255, 255, 0.07);
}
.photolane_fn_vertical_menu[data-bg-color="noBg"][data-bg-color2="dark"].scrolled
  .photolane_fn_leftbar
  ul
  li {
  border-bottom-color: rgba(255, 255, 255, 0.07);
}
.photolane_fn_vertical_menu[data-bg-color="noBg"][data-bg-color2="dark"].scrolled
  .photolane_fn_leftbar
  ul
  li
  a {
  color: #fff;
}
.photolane_fn_vertical_menu[data-bg-color="noBg"][data-bg-color2="dark"].scrolled
  .photolane_fn_leftbar
  span.menu
  span {
  background-color: #fff;
}
.photolane_fn_vertical_menu[data-bg-color="noBg"][data-bg-color2="dark"].scrolled
  .photolane_fn_leftbar
  .photolane_fn_cright
  span {
  color: #fff;
}

/* noBgBlack ---> light */
.photolane_fn_vertical_menu[data-bg-color="noBgBlack"][data-bg-color2="light"].scrolled
  .photolane_fn_leftbar {
  background: rgba(255, 255, 255, 1);
  border-right-color: #eee;
}
.photolane_fn_vertical_menu[data-bg-color="noBgBlack"][data-bg-color2="light"].scrolled
  .photolane_fn_leftbar
  ul
  li {
  border-bottom-color: #eee;
}
.photolane_fn_vertical_menu[data-bg-color="noBgBlack"][data-bg-color2="light"].scrolled
  .photolane_fn_leftbar
  ul
  li
  a {
  color: #333;
}
.photolane_fn_vertical_menu[data-bg-color="noBgBlack"][data-bg-color2="light"].scrolled
  .photolane_fn_leftbar
  span.menu
  span {
  background-color: #0c0000;
}
.photolane_fn_vertical_menu[data-bg-color="noBgBlack"][data-bg-color2="light"].scrolled
  .photolane_fn_leftbar
  .photolane_fn_cright
  span {
  color: #4e4e4e;
}
/* noBgBlack ---> dark */
.photolane_fn_vertical_menu[data-bg-color="noBgBlack"][data-bg-color2="dark"].scrolled
  .photolane_fn_leftbar {
  background: rgba(17, 17, 17, 1);
  border-right-color: rgba(255, 255, 255, 0.07);
}
.photolane_fn_vertical_menu[data-bg-color="noBgBlack"][data-bg-color2="dark"].scrolled
  .photolane_fn_leftbar
  ul
  li {
  border-bottom-color: rgba(255, 255, 255, 0.07);
}
.photolane_fn_vertical_menu[data-bg-color="noBgBlack"][data-bg-color2="dark"].scrolled
  .photolane_fn_leftbar
  ul
  li
  a {
  color: #fff;
}
.photolane_fn_vertical_menu[data-bg-color="noBgBlack"][data-bg-color2="dark"].scrolled
  .photolane_fn_leftbar
  span.menu
  span {
  background-color: #fff;
}
.photolane_fn_vertical_menu[data-bg-color="noBgBlack"][data-bg-color2="dark"].scrolled
  .photolane_fn_leftbar
  .photolane_fn_cright
  span {
  color: #fff;
}

/* darkTrans ---> light */
.photolane_fn_vertical_menu[data-bg-color="darkTrans"][data-bg-color2="light"].scrolled
  .photolane_fn_leftbar {
  background: rgba(255, 255, 255, 1);
  border-right-color: #eee;
}
.photolane_fn_vertical_menu[data-bg-color="darkTrans"][data-bg-color2="light"].scrolled
  .photolane_fn_leftbar
  ul
  li {
  border-bottom-color: #eee;
}
.photolane_fn_vertical_menu[data-bg-color="darkTrans"][data-bg-color2="light"].scrolled
  .photolane_fn_leftbar
  ul
  li
  a {
  color: #333;
}
.photolane_fn_vertical_menu[data-bg-color="darkTrans"][data-bg-color2="light"].scrolled
  .photolane_fn_leftbar
  span.menu
  span {
  background-color: #0c0000;
}
.photolane_fn_vertical_menu[data-bg-color="darkTrans"][data-bg-color2="light"].scrolled
  .photolane_fn_leftbar
  .photolane_fn_cright
  span {
  color: #4e4e4e;
}
/* noBgBlack ---> dark */
.photolane_fn_vertical_menu[data-bg-color="darkTrans"][data-bg-color2="dark"].scrolled
  .photolane_fn_leftbar {
  background: rgba(17, 17, 17, 1);
  border-right-color: rgba(255, 255, 255, 0.07);
}
.photolane_fn_vertical_menu[data-bg-color="darkTrans"][data-bg-color2="dark"].scrolled
  .photolane_fn_leftbar
  ul
  li {
  border-bottom-color: rgba(255, 255, 255, 0.07);
}
.photolane_fn_vertical_menu[data-bg-color="darkTrans"][data-bg-color2="dark"].scrolled
  .photolane_fn_leftbar
  ul
  li
  a {
  color: #fff;
}
.photolane_fn_vertical_menu[data-bg-color="darkTrans"][data-bg-color2="dark"].scrolled
  .photolane_fn_leftbar
  span.menu
  span {
  background-color: #fff;
}
.photolane_fn_vertical_menu[data-bg-color="darkTrans"][data-bg-color2="dark"].scrolled
  .photolane_fn_leftbar
  .photolane_fn_cright
  span {
  color: #fff;
}

/*------------------------------------------------------------------*/
/*	05) VERTICAL MENU
/*------------------------------------------------------------------*/
.photolane_fn_vertical_menu {
  position: fixed;
  width: 80px;
  height: 100%;
  z-index: 99;
}
.photolane_fn_vertical_menu_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  padding-left: 80px;
  background: rgba(0, 0, 0, 0);
  z-index: 15;

  opacity: 0;
  visibility: hidden;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_vertical_menu_overlay.activated {
  opacity: 1;
  visibility: visible;
}
/*------------------------------------------------------------------*/
/*	05.1) LEFT BAR
/*------------------------------------------------------------------*/
.photolane_fn_leftbar {
  width: 80px;
  height: 100%;
  position: fixed;
  z-index: 20;
  background: rgba(0, 0, 0, 0);
  border-right: 1px solid #eee;
}
.photolane_fn_leftbar ul {
  list-style-type: none;
  margin: 0px;
  margin-bottom: 50px;
}
.photolane_fn_leftbar ul li {
  margin: 0px;
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #eee;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_leftbar ul li a.trigger:hover span.menu span.a,
.photolane_fn_leftbar ul li a.trigger:hover span.menu span.c {
  width: 30px;
  margin-left: 0px;
}
.photolane_fn_leftbar ul li.profile:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.photolane_fn_leftbar ul li.gallery:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.photolane_fn_leftbar ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.photolane_fn_leftbar ul li svg {
  fill: currentcolor;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;

  opacity: 1;
  visibility: visible;
}
.photolane_fn_leftbar ul li a.volume svg.hidden {
  opacity: 0;
  visibility: hidden;
}
.photolane_fn_leftbar .photolane_fn_cright_wrap {
  position: relative;
  width: 100%;
  height: auto;
}
.photolane_fn_leftbar .photolane_fn_cright {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);

  transform-origin: top left;
  position: absolute;
  white-space: nowrap;
  bottom: 20px;
  left: 50%;
  margin-left: -10px;
}
.photolane_fn_leftbar .photolane_fn_cright span {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
}
/*------------------------------------------------------------------*/
/*	05.1.1) TRIGGER
/*------------------------------------------------------------------*/
.photolane_fn_leftbar span.menu {
  left: 50%;
  top: 50%;
  width: 30px;
  position: absolute;
  margin-top: -9px;
  margin-left: -15px;
}
.photolane_fn_leftbar span.menu span {
  background-color: #fff;
  margin-bottom: 6px;
  height: 2px;
  display: block;
  text-align: center;

  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.photolane_fn_leftbar span.menu span:last-child {
  margin-bottom: 0px;
}
.photolane_fn_leftbar span.menu span.b {
  width: 30px;
}
.photolane_fn_leftbar span.menu span.a,
.photolane_fn_leftbar span.menu span.c {
  width: 20px;
  margin-left: 5px;
}
/*------------------------------------------------------------------*/
/*	05.2) LEFT BAR NAVIGATION
/*------------------------------------------------------------------*/
.photolane_fn_leftbar_nav {
  padding-left: 80px;
  position: fixed;
  width: 380px;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.9);
  z-index: 15;

  opacity: 0;
  visibility: hidden;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.photolane_fn_leftbar_nav.opened {
  opacity: 1;
  visibility: visible;
}
.photolane_fn_leftbar_nav_in {
  width: 100%;
  height: auto;
}
.left_bar {
  padding: 40px;
  height: auto;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_leftbar_nav_in .language {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.photolane_fn_leftbar_nav_in .language a {
  text-decoration: none;
}
.photolane_fn_leftbar_nav_in .language a span {
  text-transform: uppercase;
  color: #999;
  margin-right: 14px;
  letter-spacing: 2px;
  font-size: 12px;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.photolane_fn_leftbar_nav_in .language a.active span {
  color: #fff;
}
.photolane_fn_leftbar_nav_in .language a:hover span {
  color: #fff;
}
.photolane_fn_leftbar_nav_in .logo {
  margin-bottom: 80px;
}
.photolane_fn_leftbar_nav_in .cright {
  line-height: 1.4;
}
.photolane_fn_leftbar_nav_in .cright span {
  color: #999;
  letter-spacing: 1px;
  font-size: 10px;
  display: block;
}
.photolane_fn_leftbar_nav_in .cright span a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted transparent;
  padding-bottom: 2px;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.photolane_fn_leftbar_nav_in .cright span a:hover {
  border-bottom-color: #fff;
}
/*------------------------------------------------------------------*/
/*	05.3) PROFILE PREVIEW
/*------------------------------------------------------------------*/
.photolane_fn_profile_prev {
  padding-left: 80px;
  position: fixed;
  width: 380px;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.9);
  z-index: 15;

  opacity: 0;
  visibility: hidden;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.photolane_fn_profile_prev.opened {
  opacity: 1;
  visibility: visible;
}
.profile_preivew {
  padding: 40px;
  height: auto;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_profile_prev_in .profile_img {
  margin-bottom: 40px;
}
.photolane_fn_profile_prev_in .profile_img img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.photolane_fn_profile_prev_in .title_holder {
  margin-bottom: 27px;
}
.photolane_fn_profile_prev_in .title_holder h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 300;
  margin: 0px;
  margin-bottom: 29px;
}
.photolane_fn_profile_prev_in .title_holder p {
  color: #999;
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 14px;
}
.photolane_fn_profile_prev_in .social_icons {
  margin-bottom: 44px;
  float: left;
}
.photolane_fn_profile_prev_in .social_icons ul {
  list-style-type: none;
  margin: 0px;
  margin-left: -15px;
}
.photolane_fn_profile_prev_in .social_icons ul li {
  float: left;
  margin-left: 15px;
}
.photolane_fn_profile_prev_in .social_icons ul li a {
  text-decoration: none;
  color: #999;

  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.photolane_fn_profile_prev_in .social_icons ul li a:hover {
  color: #fff;
}
/*------------------------------------------------------------------*/
/*	05.4) GALLERY PREVIEW
/*------------------------------------------------------------------*/
.photolane_fn_gallery_prev {
  padding-left: 80px;
  position: fixed;
  width: 380px;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.9);
  z-index: 15;

  opacity: 0;
  visibility: hidden;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.photolane_fn_gallery_prev.opened {
  opacity: 1;
  visibility: visible;
}
.photolane_fn_gallery_prev_in ul {
  list-style-type: none;
  margin: 0px;
  margin-top: -30px;
  padding: 40px;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_gallery_prev_in ul li {
  margin: 0px;
  margin-top: 30px;
}
.photolane_fn_gallery_prev_in ul li img {
  min-height: 100%;
  max-height: 100%;
  min-width: 100%;
  max-width: 100%;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/*------------------------------------------------------------------*/
/*	05.5) SEARCH PREVIEW
/*------------------------------------------------------------------*/
.photolane_fn_search {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.9);
  z-index: 100;

  opacity: 0;
  visibility: hidden;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.photolane_fn_search.opened {
  opacity: 1;
  visibility: visible;
}
.photolane_fn_search_in {
  display: table;
  height: 100%;
  width: 100%;
}
.photolane_fn_search_in .aaa {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
div.closer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 105;
}
.photolane_fn_search .search_box {
  display: inline-block;
  background-color: #111;
  padding: 120px 80px;
  height: auto;
  max-width: 600px;
  text-align: left;
  z-index: 999;
  position: relative;
  border: 1px solid transparent;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_search .search_box_in .form {
  position: relative;
}
.photolane_fn_search .search_box_in .form input {
  font-size: 24px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 3px;
  padding: 9px 30px 9px 0px !important;
  width: 440px;
  height: auto;
  line-height: 1;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  outline-color: transparent;
  font-family: "Rubik";
}
.photolane_fn_search .search_box_in .form input:hover,
.photolane_fn_search .search_box_in .form input:focus {
  border-bottom-color: #fff;
}
.photolane_fn_search .search_box_in .form input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 200;
}
.photolane_fn_search .search_box_in .form input::-moz-placeholder {
  color: #fff;
  font-weight: 200;
} /* Firefox 19+ */
.photolane_fn_search .search_box_in .form input:-moz-placeholder {
  color: #fff;
  font-weight: 200;
} /* Firefox 18- */
.photolane_fn_search .search_box_in .form input:-ms-input-placeholder {
  color: #fff;
  font-weight: 200;
}

::-webkit-input-placeholder {
  color: #111;
  font-weight: 200;
}
::-moz-placeholder {
  color: #111;
  font-weight: 200;
} /* Firefox 19+ */
:-moz-placeholder {
  color: #111;
  font-weight: 200;
} /* Firefox 18- */
:-ms-input-placeholder {
  color: #111;
  font-weight: 200;
}

.photolane_fn_search .search_box_in .form .icon {
  position: absolute;
  right: 0px;
  bottom: 10px;
}
.photolane_fn_search .search_box_in .form .icon a {
  text-decoration: none;
  display: block;
  color: #fff;
}
.photolane_fn_search .search_box_in .form .icon a svg {
  fill: currentcolor;
  width: 22px;
  height: 22px;
}
/* for all svg files*/
img.svg {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12.5px;
  margin-left: -12.5px;
}
img.svg.hidden {
  opacity: 0;
  visibility: hidden;
}
/*------------------------------------------------------------------*/
/*	05.6) SHARE PREVIEW
/*------------------------------------------------------------------*/
.photolane_fn_share {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.9);
  z-index: 100;

  opacity: 0;
  visibility: hidden;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.photolane_fn_share.opened {
  opacity: 1;
  visibility: visible;
}
.photolane_fn_share_in {
  display: table;
  height: 100%;
  width: 100%;
}
.photolane_fn_share_in .aaa {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.photolane_fn_share .share_box {
  width: 600px;
  background-color: #111;
  padding: 70px 50px;
  display: inline-block;
  text-align: left;
  z-index: 999;
  position: relative;
  border: 1px solid transparent;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.photolane_fn_share .share_box_in h3 {
  margin: 0px;
  margin-bottom: 40px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
}
.photolane_fn_share .share_box_in ul {
  list-style-type: none;
  margin: 0px;
}
.photolane_fn_share .share_box_in ul li {
  margin: 0px;
  display: inline-block;
  width: 49%;
  margin-bottom: 11px;
}
.photolane_fn_share .share_box_in ul li a {
  text-decoration: none;
  color: #999;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.photolane_fn_share .share_box_in ul li a:hover {
  color: #fff;
  border-bottom-color: #fff;
}
/*------------------------------------------------------------------*/
/*	05.7) TOOLTIPS
/*------------------------------------------------------------------*/
.tooltip {
  position: absolute;
  left: 100%;
  z-index: 20;
  width: auto;
  margin-left: 10px;
  white-space: nowrap;
  line-height: 1;
  height: auto;
  top: 50%;
  margin-top: -19px;

  opacity: 0;
  visibility: hidden;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.tooltip span {
  padding: 13px 24px;
  background-color: #111;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  position: relative;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip span:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-right-color: #111;
}
.tooltip_all {
  position: absolute;
  z-index: 20;
  width: auto;
  white-space: nowrap;
  line-height: 1;
  height: auto;
  bottom: 100%;
  margin-bottom: 17px;

  opacity: 0;
  visibility: hidden;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.tooltip_all span {
  padding: 13px 24px;
  background-color: #111;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  position: relative;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip_all span:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #111;
}
/*------------------------------------------------------------------*/
/*	06) SUBMENU
/*------------------------------------------------------------------*/
ul.nav {
  list-style-type: none;
  margin: 0px;
  margin-bottom: 37px;
}
ul.nav > li {
  margin-bottom: 11px;
}
ul.nav > li:last-child {
  margin: 0px;
}
ul.nav li a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
}
ul.nav li a span {
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
}
ul.nav > li > a {
  text-transform: uppercase;
}
ul.nav li a i {
  color: #999;
  font-size: 14px;
}
ul.nav li ul {
  list-style-type: none;
  margin-left: 15px;
  display: none;
  margin-top: 9px;
}
ul.nav li ul li {
  margin-bottom: 11px;
}
/*------------------------------------------------------------------*/
/*	07) INDEX (NEW PAGE)
/*------------------------------------------------------------------*/
.photolane_fn_content_in {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 20;
  padding-left: 80px;
  float: left;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_fluid_wrap {
  margin-left: -80px;
}
.photoplane_fn_fotorama img {
  min-width: 100%;
  min-height: 100%;
}
/*------------------------------------------------------------------*/
/*	07.1) FLEXSLIDER
/*------------------------------------------------------------------*/
.photolane_fn_main_slider ul.slides > li {
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.photolane_fn_main_slider ul li img {
  min-height: 100%;
}

.photolane_fn_main_slider .flexslider ul li .slides_bg.one {
  background-image: url(../img/main_slider/1.jpg);
}
.photolane_fn_main_slider .flexslider ul li .slides_bg.two {
  background-image: url(../img/main_slider/2.jpg);
}
.photolane_fn_main_slider .flexslider ul li .slides_bg.three {
  background-image: url(../img/main_slider/3.jpg);
}
.photolane_fn_main_slider .flexslider ul li .slides_bg.four {
  background-image: url(../img/main_slider/4.jpg);
}
.photolane_fn_main_slider .flexslider ul li .slides_bg.five {
  background-image: url(../img/main_slider/5.jpg);
}

.photolane_fn_main_slider .flexslider ul li .slides_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.photolane_fn_main_slider .purchase {
  position: absolute;
  z-index: 15;
  bottom: 85px;
  left: 120px;
}
.photolane_fn_main_slider .purchase a {
  text-decoration: none;
  color: #fff;
  display: block;
}
.photolane_fn_main_slider .purchase:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.photolane_fn_main_slider .purchase svg {
  fill: currentcolor;
  width: 25px;
  height: 25px;
}
.photolane_fn_main_slider .title_holder {
  position: absolute;
  z-index: 15;
  color: #fff;
  bottom: 27px;
  left: 120px;
}
.photolane_fn_main_slider .title_holder a {
  text-decoration: none;
  color: #fffefe;
}
.photolane_fn_main_slider .title_holder h2 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0px;
  font-weight: 400;
}
.photolane_fn_main_slider .photolane_fn_overlay {
  position: absolute;
  z-index: 10;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0);

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.photolane_fn_main_slider .photolane_fn_overlay:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;

  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(70%, transparent),
    color-stop(76%, rgba(0, 0, 0, 0.1)),
    color-stop(93%, rgba(0, 0, 0, 0.4)),
    to(rgba(0, 0, 0, 0.49))
  );
  background-image: -webkit-linear-gradient(
    transparent 0%,
    transparent 70%,
    rgba(0, 0, 0, 0.1) 76%,
    rgba(0, 0, 0, 0.4) 93%,
    rgba(0, 0, 0, 0.49) 100%
  );
  background-image: linear-gradient(
    transparent 0%,
    transparent 70%,
    rgba(0, 0, 0, 0.1) 76%,
    rgba(0, 0, 0, 0.4) 93%,
    rgba(0, 0, 0, 0.49) 100%
  );
}
/*------------------------------------------------------------------*/
/*	08) ABOUT (NEW PAGE)
/*------------------------------------------------------------------*/
.photolane_fn_secondary_wrap {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
}
.photolane_fn_secondary_wrap_in {
  margin: 100px 0px 0px;
}
.photolane_fn_secondary_wrap .photer_box {
  float: left;
  clear: both;
  margin-bottom: 150px;
}
.photolane_fn_secondary_wrap .photer_img {
  width: 50%;
  position: relative;
  float: left;
}
.photolane_fn_secondary_wrap .photer_img img {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: contain;
}
.photolane_fn_secondary_wrap .photer_img.jarallax {
  background-repeat: no-repeat;
  background-image: url(../img/about/1.jpg);
}
.photolane_fn_secondary_wrap .photer_img.jarallax img {
  min-width: auto;
  min-height: auto;
}
.photolane_fn_secondary_wrap .photer_img .overlay {
  position: absolute;
  z-index: 10;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-size: cover;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.photolane_fn_secondary_wrap .photer_img .overlay:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;

  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(70%, transparent),
    color-stop(76%, rgba(0, 0, 0, 0.1)),
    color-stop(93%, rgba(0, 0, 0, 0.4)),
    to(rgba(0, 0, 0, 0.49))
  );
  background-image: -webkit-linear-gradient(
    transparent 0%,
    transparent 70%,
    rgba(0, 0, 0, 0.1) 76%,
    rgba(0, 0, 0, 0.4) 93%,
    rgba(0, 0, 0, 0.49) 100%
  );
  background-image: linear-gradient(
    transparent 0%,
    transparent 70%,
    rgba(0, 0, 0, 0.1) 76%,
    rgba(0, 0, 0, 0.4) 93%,
    rgba(0, 0, 0, 0.49) 100%
  );
}
.photolane_fn_secondary_wrap .photer_img .title_holder {
  position: absolute;
  bottom: 34px;
  text-align: center;
  z-index: 15;
  width: 100%;
}
.photolane_fn_secondary_wrap .photer_img .title_holder_in {
  display: inline-block;
}
.photolane_fn_secondary_wrap .photer_img .title_holder h1 {
  font-size: 36px;
  letter-spacing: 0.5px;
  color: #fffefe;
  margin-bottom: 2px;
  line-height: 1;
  font-weight: 400;
}
.photolane_fn_secondary_wrap .photer_img .title_holder span {
  font-size: 12px;
  letter-spacing: 5px;
  color: #fffefe;
  line-height: 1;
  text-transform: uppercase;
}

.photolane_fn_secondary_wrap .photer_full_info {
  width: 50%;
  float: left;
  clear: right;
  margin-top: 76px;
  padding: 0px 40px;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_secondary_wrap .photer_full_info h3 {
  font-size: 30px;
  letter-spacing: 1px;
  color: #111;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 41px;
}
.photolane_fn_secondary_wrap .photer_full_info h3 em {
  font-family: "Playfair Display";
}
.photolane_fn_secondary_wrap .photer_full_info p {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 26px;
  color: #777;
  display: block;
  margin-bottom: 41px;
}
.photolane_fn_secondary_wrap .photer_full_info p a {
  color: beige;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.photolane_fn_secondary_wrap .photer_full_info p a:hover {
  border-bottom-color: beige;
}
.photolane_fn_secondary_wrap .photer_full_info .social_icons {
  margin-bottom: 46px;
  float: left;
}
.photolane_fn_secondary_wrap .photer_full_info .social_icons ul {
  list-style-type: none;
  margin: 0px;
  margin-left: -15px;
}
.photolane_fn_secondary_wrap .photer_full_info .social_icons ul li {
  float: left;
  margin-left: 15px;
}
.photolane_fn_secondary_wrap .photer_full_info .social_icons ul li a {
  text-decoration: none;
  color: #999;

  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.photolane_fn_secondary_wrap .photer_full_info .social_icons ul li a:hover {
  color: #111;
}
.photolane_fn_secondary_wrap .photer_knowledge {
  margin-bottom: 150px;
  margin-left: -6%;
}
.photolane_fn_secondary_wrap .photer_knowledge .title_holder {
  float: left;
  width: 27.333333%;
  margin-left: 6%;
  padding-right: 50px;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_secondary_wrap .photer_knowledge .title_holder h1 {
  font-size: 72px;
  line-height: 1;
  letter-spacing: 0;
  color: #ddd;
  margin-bottom: 14px;
  font-weight: 400;
}
.photolane_fn_secondary_wrap .photer_knowledge .title_holder h2 {
  font-size: 24px;
  letter-spacing: 0.5px;
  color: #111;
  font-weight: 400;
  margin-bottom: 37px;
  line-height: 29px;
}
.photolane_fn_secondary_wrap .photer_knowledge .title_holder span {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #777;
}
.photolane_fn_secondary_wrap .photer_knowledge .title_holder span.count {
  font-size: 72px;
  line-height: 1;
  letter-spacing: 0;
  color: #ddd;
  margin-bottom: 14px;
  font-weight: 400;
}
.photolane_fn_secondary_wrap .container_wo_right {
  padding-left: 50px;
  width: 100%;
  float: left;
  clear: both;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_secondary_wrap .about_msg .overlay_color {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: beige;
  z-index: -1;
}
.photolane_fn_secondary_wrap .about_msg {
  padding: 66px 0px;
  margin-bottom: 150px;
  position: relative;
  width: 100%;
  float: left;
}
.photolane_fn_secondary_wrap .about_msg p {
  font-size: 30px;
  letter-spacing: 0.5px;
  color: black;
  line-height: 34px;
  text-align: center;
}
.photolane_fn_secondary_wrap .about_msg p em {
  font-family: "Playfair Display";
}
.photolane_fn_secondary_wrap .about_msg span.text {
  font-size: 24px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}
/*------------------------------------------------------------------*/
/*	09) MAIN BUTTON
/*------------------------------------------------------------------*/
a.photolane_fn_btn {
  text-decoration: none;
  padding: 18px 40px;
  color: beige;
  letter-spacing: 2px;
  font-size: 12px;
  border: 2px solid beige;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
}
a.photolane_fn_btn[data-position="right"] {
  float: right;
}
/*------------------------------------------------------------------*/
/*	10) PROJECT LIST
/*------------------------------------------------------------------*/
.aaaabbbb {
  width: 100%;
  height: auto;
  margin-bottom: 150px;
  float: left;
}
ul.project_list {
  list-style-type: none;
  margin: 0px;
  margin-left: -6.3%;
}
ul.project_list li {
  margin: 0px;
  width: 44%;
  margin-left: 6%;
  float: left;
  margin-bottom: 6%;
}
.photolane_fn_main_img_holder {
  position: relative;
}
.photolane_fn_main_img_holder img {
  min-width: 100%;
  max-width: 100%;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.photolane_fn_main_img_holder .overlay {
  position: absolute;
  z-index: 10;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0);

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.photolane_fn_main_img_holder .overlay a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 15;
}
.photolane_fn_main_img_holder .overlay:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(70%, transparent),
    color-stop(76%, rgba(0, 0, 0, 0.1)),
    color-stop(93%, rgba(0, 0, 0, 0.4)),
    to(rgba(0, 0, 0, 0.49))
  );
  background-image: -webkit-linear-gradient(
    transparent 0%,
    transparent 70%,
    rgba(0, 0, 0, 0.1) 76%,
    rgba(0, 0, 0, 0.4) 93%,
    rgba(0, 0, 0, 0.49) 100%
  );
  background-image: linear-gradient(
    transparent 0%,
    transparent 70%,
    rgba(0, 0, 0, 0.1) 76%,
    rgba(0, 0, 0, 0.4) 93%,
    rgba(0, 0, 0, 0.49) 100%
  );
}
.photolane_fn_main_img_holder .img_name {
  position: absolute;
  bottom: 12px;
  left: 12px;
  padding-right: 95px;
  background-color: transparent;

  z-index: 20;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.photolane_fn_main_img_holder .img_name a {
  color: #fff;
  display: inline-block;
  text-decoration: none;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.photolane_fn_main_img_holder .img_name span {
  font-size: 19px;
  letter-spacing: 1px;
  color: #fff;
  padding: 2px 8px;
  display: inline-block;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.photolane_fn_main_img_holder:hover .img_name a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.photolane_fn_main_img_holder .img_icons {
  position: absolute;
  bottom: 19px;
  right: 20px;
  line-height: 0;
  z-index: 21;
  display: block;

  opacity: 0;
  visibility: hidden;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.photolane_fn_main_img_holder:hover .img_icons {
  opacity: 1;
  visibility: visible;
}
.photolane_fn_main_img_holder .img_icons a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-right: 11px;
}
.photolane_fn_main_img_holder .img_icons a:last-child {
  margin-right: 0px;
}
.photolane_fn_main_img_holder .img_icons svg {
  fill: currentcolor;
  width: 20px;
  height: 20px;
  display: block;
}
.aaaabbbb .view_all a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #777;
  text-transform: uppercase;
  text-decoration: none;
}
.aaaabbbb .view_all a:hover i {
  margin-left: 10px;
}
/*------------------------------------------------------------------*/
/*	11) FULL WIDTH CONTAINER
/*------------------------------------------------------------------*/
.photolane_fn_full_width_container {
  width: 100%;
  position: relative;
  clear: both;
}
.photolane_fn_full_width_container .background_holder {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;

  z-index: 5;
}
.photolane_fn_full_width_container .background_holder .bg_img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

  z-index: 5;
}
.photolane_fn_full_width_container .background_holder .bg_video {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;

  z-index: 5;
}
.photolane_fn_full_width_container .background_holder .bg_color {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;

  z-index: 10;
}
.photolane_fn_full_width_container .content_holder {
  position: relative;
  max-width: 700px;
  margin: 0px auto;
  text-align: center;
  z-index: 20;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_full_width_container .content_holder > p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #777;
  display: block;
  margin-bottom: 35px;
}
.photolane_fn_full_width_container .content_holder > img {
  margin-bottom: 35px;
}
.photolane_fn_full_width_container .content_holder h3 {
  margin: 0px;
  font-size: 36px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #333;
  font-weight: 400;
}
.photolane_fn_full_width_container .content_holder h3 em {
  font-family: "Playfair Display";
}
.photolane_fn_full_width_container .content_holder > span {
  display: block;
  font-size: 12px;
  letter-spacing: 5px;
  color: #777;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.photolane_fn_full_width_container.shortcode .bg_img.jarallax {
  background-image: url(../img/shortcodes/2.jpg);
}
/*------------------------------------------------------------------*/
/*	12) PROJECT #1 (NEW PAGE)
/*------------------------------------------------------------------*/
.photolane_fn_secondary_wrap .breadcrumbs p {
  display: inline-block;
  padding: 8px 20px;
  background-color: #f5f5f5;
  letter-spacing: 1px;
  font-size: 13px;
  color: #777;
  line-height: 1;
  margin-bottom: 53px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.photolane_fn_secondary_wrap .breadcrumbs p a:first-child {
  padding-right: 5px;
}
.photolane_fn_secondary_wrap .breadcrumbs p a {
  text-decoration: none;
  color: #777;
  padding: 0px 5px;
}
.photolane_fn_secondary_wrap .breadcrumbs p span {
  color: #ccc;
  padding-left: 5px;
}
.photolane_fn_secondary_wrap .project_title {
  margin-bottom: 80px;
}
.photolane_fn_secondary_wrap .project_title h3 {
  font-size: 48px;
  letter-spacing: 0.5px;
  color: #111;
  margin-bottom: 0px;
  font-weight: 400;
}
.photolane_fn_secondary_wrap .aaaabbbb .next {
  clear: both;
}
.photolane_fn_secondary_wrap .aaaabbbb .next a {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1px;
  color: #777;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
}
.photolane_fn_secondary_wrap .aaaabbbb .next a i {
  font-size: 20px;
  position: absolute;
  top: 0px;
  right: -10px;
  line-height: 0;
}
.photolane_fn_secondary_wrap .aaaabbbb .next a:hover i {
  right: -20px;
}
/*------------------------------------------------------------------*/
/*	13) PROJECT #2 (NEW PAGE)
/*------------------------------------------------------------------*/
.second_type_of_project {
  background: url(../img/project/full1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
  margin-bottom: 100px;
  position: relative;
}
.second_type_of_project .breadcrumbs p {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.2);
}
.second_type_of_project .breadcrumbs p a {
  color: #fff;
}
.second_type_of_project .breadcrumbs p span {
  color: #bbb;
}
.second_type_of_project .project_title {
  position: absolute;
  margin-bottom: 0px !important;
  bottom: 40px;
  left: 40px;
}
.second_type_of_project .project_title h3 {
  color: #fff;
}
.second_type_of_project > .container {
  min-height: 500px;
}
/*------------------------------------------------------------------*/
/*	14) PROJECT #3 (NEW PAGE)
/*------------------------------------------------------------------*/
.third_type_of_project {
  background: url(../img/project/full1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 100px;
  padding-left: 80px;
  position: relative;
}
.third_type_of_project .breadcrumbs p {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.2);
}
.third_type_of_project .breadcrumbs p a {
  color: #fff;
}
.third_type_of_project .breadcrumbs p span {
  color: #bbb;
}
.third_type_of_project .project_title {
  position: absolute;
  bottom: 20px;
  margin-bottom: 0px !important;
}
.third_type_of_project .project_title h3 {
  color: #fff;
}
.third_type_of_project > .container {
  position: static;
}
/*------------------------------------------------------------------*/
/*	15) PROJECT SINGLE (NEW PAGE)
/*------------------------------------------------------------------*/
.third_type_of_project.single {
  background: url(../img/project_single/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #333;
}
.section_q {
  float: left;
  margin-bottom: 150px;
  clear: both;
}
.customer {
  width: 28%;
  margin-right: 6%;
  float: left;
}
.customer ul {
  list-style-type: none;
  margin: 0px;
  margin-bottom: 17px;
}
.customer ul > li {
  margin: 0px;
  position: relative;
  line-height: 40px;
}
.customer ul > li span.span1 {
  font-size: 16px;
  color: #333;
  letter-spacing: 0px;
  font-weight: 500;
  padding-right: 25px;
  display: inline-block;
  width: 120px;
  word-break: break-all;
}
.customer ul > li span.span2 {
  font-size: 16px;
  color: #777;
}
.customer ul > li span.span2 a {
  text-decoration: none;
  color: beige;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}
.customer ul > li span.span2 a:hover {
  border-color: beige;
}
.customer .likeshare {
  margin-bottom: 30px;
}
.customer .likeshare a {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1;
  text-decoration: none;
  padding: 8px 15px 8px 41px;
  border: 1px solid transparent;
  margin-right: 6px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.customer .likeshare a:last-child {
  margin-right: 0px;
}
.customer .likeshare a.like {
  background-color: #fc4545;
  border-color: #e43c3c;
  color: #fff;
}
.customer .likeshare a.share {
  background-color: #f5f5f5;
  border-color: #eee;
  color: #777;
}

.customer .likeshare img {
  width: 16px;
  height: 14px;
  position: absolute;
}
.customer .likeshare svg {
  width: 18px;
  height: 16px;
  fill: currentcolor;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -8px;
}
.customer .details {
  position: relative;
  margin-bottom: 60px;
}
.customer .details svg {
  width: 22px;
  height: 22px;
  fill: currentcolor;
  position: absolute;
  left: 0px;
  top: 0px;
}
.customer .details a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  font-style: italic;
  display: inline-block;
}
.customer .details a span {
  padding-left: 32px;
}
.customer .info p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #777;
}
.project_img_list.full {
  width: 100%;
}
.project_img_list {
  width: 66%;
  float: right;
}
.project_img_list ul {
  list-style-type: none;
  margin: 0px;
  margin-top: -70px;
}
.project_img_list ul li {
  margin: 0px;
  width: 100%;
  float: left;
  margin-top: 70px;
}
.project_img_list ul li:last-child {
  margin-bottom: 0px;
}
.project_img_list ul li a {
  display: block;
}

.section_q[data-img-pos="left"] .customer {
  float: right;
  margin-right: 0px;
  margin-left: 6%;
}
.section_q[data-img-pos="left"] .project_img_list {
  float: left;
}

.section_q[data-img-pos="right"] .customer {
  float: left;
  margin-right: 6%;
  margin-left: 0px;
}
.section_q[data-img-pos="right"] .project_img_list {
  float: right;
}

.prevnext {
  width: 100%;
  border: 1px solid transparent;
  border-top-color: #eee;
  border-bottom-color: #eee;
  padding: 70px 0px;
  float: left;
  position: relative;
  margin-bottom: 150px;
}
.prevnext .pnbox {
  width: 100%;
  float: left;
}
.prevnext ul {
  list-style-type: none;
  margin: 0px;
}
.prevnext ul li {
  margin: 0px;
  width: 50%;
  float: left;
  position: relative;
}
.prevnext ul li a {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  color: #777;
  text-transform: uppercase;
  display: inline-block;
}
.prevnext ul li.prev a {
  padding-left: 21px;
}
.prevnext ul li.next a {
  padding-right: 21px;
}
.prevnext ul li span.text {
  font-size: 19px;
  letter-spacing: 0.5px;
  color: #333;
  display: block;
  text-transform: none;
}
.prevnext ul li.prev span.text {
  margin-left: -21px;
}
.prevnext ul li.next span.text {
  margin-right: -21px;
}
.prevnext ul li.prev span i {
  position: absolute;
  left: -9px;
  top: -1px;
  line-height: 0;
  font-size: 20px;
}
.prevnext ul li.next span i {
  position: absolute;
  right: -9px;
  top: -1px;
  line-height: 0;
  font-size: 20px;
}
.prevnext ul li.prev {
  text-align: left;
  padding-right: 50px;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.prevnext ul li.next {
  text-align: right;
  padding-left: 50px;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.prevnext ul li.prev span.prev,
.prevnext ul li.next span.next {
  display: block;
}

.prevnext ul li a span.wov_text {
  position: relative;
}
.prevnext .hover_img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.prevnext ul li.prev .hover_img {
  left: 0px;
}
.prevnext ul li.next .hover_img {
  right: 0px;
}
.prevnext .pnbox .hover_img img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.prevnext ul li.prev:hover .hover_img {
  opacity: 1;
  visibility: visible;
}
.prevnext ul li.next:hover .hover_img {
  opacity: 1;
  visibility: visible;
}
.prevnext .all {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12.5px;
  margin-left: -12.5px;
  width: 25px;
  height: 25px;
  display: block;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.prevnext .all_in {
  position: relative;
}
.prevnext .all a {
  text-decoration: none;
  display: block;
}
.prevnext .all span.a,
.prevnext .all span.b,
.prevnext .all span.c {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #333;
  position: relative;
  margin-left: 10px;
}
.prevnext .all span.a,
.prevnext .all span.b {
  margin-bottom: 5px;
}
.prevnext .all span.a:after,
.prevnext .all span.b:after,
.prevnext .all span.c:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #333;
  left: -10px;
}
.prevnext .all span.a:before,
.prevnext .all span.b:before,
.prevnext .all span.c:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #333;
  right: -10px;
}
.prevnext .all:hover .tooltip_all {
  opacity: 1;
  visibility: visible;
}
.prevnext > .container {
  position: static;
}
.last_section .aaaabbbb ul li {
  margin-bottom: 0px;
}
/*------------------------------------------------------------------*/
/*	16) MAGNIFIC POPUP
/*------------------------------------------------------------------*/
.mfp-close-btn-in .mfp-close {
  color: #fff;
}
.details_popup {
  position: relative;
  width: auto;
  max-width: 500px;
  margin: 0px auto;
  padding: 70px 50px;
  background-color: #111;
}
.details_popup .title_holder {
  margin-bottom: 40px;
}
.details_popup .title_holder h3 {
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 400;
}
.details_popup table,
.details_popup table tr,
.details_popup table td {
  border: none;
}
.details_popup table {
  font-size: 12px;
  letter-spacing: 1px;
  color: #999;
  margin-bottom: 0px;
  line-height: 1;
}
.details_popup table td {
  padding: 10px 0px;
}
.details_popup table td.label {
  text-transform: uppercase;
}
/*------------------------------------------------------------------*/
/*	17) PROJECT SINGLE 2 (NEW PAGE)
/*------------------------------------------------------------------*/
.section_q.second_single .customer {
  width: 100%;
  margin: 0px;
}
.section_q.second_single .customer .labels {
  width: 28%;
  margin-right: 6%;
  float: left;
}
.section_q.second_single .customer .info {
  width: 66%;
  float: left;
}
.project_img_list img {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}
.section_q.second_single .project_img_list {
  width: 100%;
  float: inherit;
}

.section_q.second_single .project_img_list[data-cols="one"] ul li {
  width: 100%;
  margin-left: 0px;
}
.section_q.second_single .project_img_list[data-cols="one"] ul {
  margin-left: 0px;
}

.section_q.second_single .project_img_list[data-cols="two"] ul li {
  width: 48%;
  margin: 2% 0 0 2%;
}
.section_q.second_single .project_img_list[data-cols="two"] ul {
  margin: -2% 0 0 -2%;
}

.section_q.second_single .project_img_list[data-cols="three"] ul li {
  width: 31.33%;
  margin: 2% 0 0 2%;
}
.section_q.second_single .project_img_list[data-cols="three"] ul {
  margin: -2% 0 0 -2%;
}

/*------------------------------------------------------------------*/
/*	18) PROJECT SINGLE 3 (NEW PAGE)
/*------------------------------------------------------------------*/
.section_q.third_single .customer .details {
  margin-bottom: 0px;
}
.photolane_fn_main_slider.third_single .flexslider ul li .slides_bg.one {
  background-image: url(../img/project_single/slider/1.jpg);
}
.photolane_fn_main_slider.third_single .flexslider ul li .slides_bg.two {
  background-image: url(../img/project_single/slider/2.jpg);
}
.photolane_fn_main_slider.third_single .flexslider ul li .slides_bg.three {
  background-image: url(../img/project_single/slider/3.jpg);
}
.photolane_fn_main_slider.third_single .flexslider ul li .slides_bg.four {
  background-image: url(../img/project_single/slider/4.jpg);
}
.photolane_fn_main_slider.third_single .flexslider ul li .slides_bg.five {
  background-image: url(../img/project_single/slider/5.jpg);
}
.photolane_fn_main_slider.third_single .flex-direction-nav {
  display: block;
}
.photolane_fn_main_slider.third_single .flex-direction-nav .flex-prev {
  left: 110px;
}
.photolane_fn_main_slider.third_single .flex-direction-nav .flex-next {
  right: 30px;
}
.photolane_fn_main_slider.third_single .flex-direction-nav a {
  width: 50px;
  height: 50px;
  margin: -25px 0px 0px;
  background: rgba(17, 17, 17, 0.9);
  line-height: 50px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.photolane_fn_main_slider.third_single .flex-direction-nav a:before {
  font-size: 32px;
  font-weight: 100;
}
/*------------------------------------------------------------------*/
/*	19) PROJECT SINGLE 4 (NEW PAGE)
/*------------------------------------------------------------------*/
.photolane_fn_carousel .owl-carousel {
  position: relative;
  height: 100%;
  z-index: 5;
}
.photolane_fn_carousel {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 33px;
}
.title_four {
  clear: both;
  height: auto;
  margin-bottom: 37px;
}
.title_four > .project_title {
  margin-bottom: 10px;
}
.title_four > .breadcrumbs p {
  margin-bottom: 0px;
}
.custom_nav {
  position: absolute;
  top: 50%;
  z-index: 999;
  width: 100%;
  margin-top: -25px;

  opacity: 1;
  visibility: visible;
}
.custom_nav a {
  display: block;
  color: #fff;
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(17, 17, 17, 0.9);

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.custom_nav a i {
  display: block;
}
.custom_nav a i:before {
  margin: 0px;
  margin: 0px 10px;
}
.custom_nav a.prev {
  float: left;
  margin-left: 30px;
}
.custom_nav a.next {
  float: right;
  margin-right: 30px;
}
/*------------------------------------------------------------------*/
/*	20) PROJECT SINGLE 5 (NEW PAGE)
/*------------------------------------------------------------------*/
.photolane_fn_scroll {
  margin-bottom: 35px;
  width: 100%;
  overflow-x: scroll;
}
.photolane_fn_scroll table {
  width: auto !important;
  border-collapse: collapse;
  border: none;
}
.photolane_fn_scroll table tr {
  border: none;
  border-collapse: collapse;
  padding: 0px;
}
.photolane_fn_scroll table td {
  width: auto;
  display: table-cell;
  vertical-align: middle;
  padding: 0px;
  padding-right: 10px;
  border: none !important;
}
.photolane_fn_scroll table td:last-child {
  padding-right: 0px;
}
.photolane_fn_scroll .img_holder img {
  width: auto;
  max-width: none;
  min-height: 400px;
  max-height: 400px;
}
.nicescroll-rails {
  margin-top: 5px;
}
div.gallery {
  width: auto;
}
div.gallery a {
  display: block;
}
div.gallery a img {
  display: block;
}
/*------------------------------------------------------------------*/
/*	22) PROJECT SINGLE 7 (NEW PAGE)
/*------------------------------------------------------------------*/
.photolane_fn_equal_project {
  width: 100%;
  float: left;
  clear: both;
  height: auto;
}
.photolane_fn_equal_project ul {
  list-style-type: none;
  margin: -2% 0 0 -2%;
}
.photolane_fn_equal_project ul li {
  width: 31.3333%;
  margin: 2% 0 0 2%;
  float: left;
}
.photolane_fn_equal_project ul li a {
  display: block;
}
.photolane_fn_equal_project ul li img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.section_q.seventh_single .details {
  margin-bottom: 0px;
}
.section_q.seventh_single .customer {
  margin-bottom: 50px;
}
/*------------------------------------------------------------------*/
/*	23) SHORTCODES #1
/*------------------------------------------------------------------*/

/* FIRST SECTION */
.section_short_a {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 150px;
  clear: both;
}
.section_short_a .img_holder {
  width: 50%;
  float: left;
  background-image: url(../img/shortcodes/1.jpg);
  min-height: 550px;
}
.section_short_a .img_info {
  width: 50%;
  float: right;
  clear: right;
  padding: 0px 50px 0px 50px;
  display: table;
  line-height: 1;
  height: 550px;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.section_short_a .img_info_in {
  display: table-cell;
  vertical-align: middle;
}
.section_short_a .img_info .title_holder {
  margin-bottom: 40px;
}
.section_short_a .img_info .title_holder h3 {
  margin: 0px;
  font-size: 30px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #111;
  font-weight: 400;
  margin-bottom: 40px;
}
.section_short_a .img_info .title_holder h3 em {
  font-family: "Playfair Display";
  font-weight: 400;
}
.section_short_a .img_info .title_holder p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #777;
}
.section_short_a .img_info a {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
}
.section_short_a .img_info a:hover i {
  margin-left: 10px;
}
/* SECOND SECTION */
.section_short_b {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  margin-bottom: 150px;
}
.section_short_b_in {
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 70px 0px;
}
.hideforanimation {
  opacity: 0;
  visibility: hidden;
}
.section_short_b_in_content {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.section_short_b_in_content:last-child {
  margin-bottom: 0px;
}
.section_short_b_in .row_a {
  width: 25%;
  float: left;
  min-height: 1px;
}
.section_short_b_in .row_b {
  width: 75%;
  float: left;
  clear: right;
}
.section_short_b_in .row_b_a {
  width: 33.3333%;
  float: left;
}
.section_short_b_in .row_b_b {
  width: 66.6666%;
  float: left;
  margin-bottom: 30px;
}
.section_short_b_in .row_a h3 {
  margin: 0px;
  font-size: 30px;
  letter-spacing: 0.5px;
  color: #333;
  font-weight: 400;
  line-height: 1;
}
.section_short_b_in .row_b_a span.place {
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #333;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.section_short_b_in .row_b_a span.years {
  font-size: 16px;
  letter-spacing: 1px;
  color: #777;
  line-height: 1;
  display: block;
}
.section_short_b_in .row_b_b p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #777;
}

.mypie {
  width: 33.3333%;
  float: left;
  padding-right: 60px;
  text-align: center;
  margin-bottom: 50px;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.pie_progress {
  width: 160px; /*width: 160px;*/
  display: inline-block;
  margin-bottom: 35px;
}
.mypie .pie_title_holder span.label {
  display: block;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #333;
  margin-bottom: 20px;
}
.mypie .pie_title_holder span.info {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #777;
}

.progress_bar .bar_bg,
.progress_bar .bar {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.progress_bar {
  width: 100%;
  margin-bottom: 15px;
}
.progress_bar > span {
  margin: 0px 0px 1px 0px;
  width: 100%;
  display: block;
  text-align: left;
}
.progress_bar span.label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
  letter-spacing: 2px;
  line-height: 1;
}
.progress_bar span.number {
  float: right;
  font-size: 12px;
  color: #777;
  letter-spacing: 2px;
  line-height: 1;
}
.progress_bar .bar_bg {
  background: #eee;
  width: 100%;
  min-width: 100%;
  position: relative;
  height: 3px;
}
.progress_bar .bar_bg .bar_wrap {
  width: 0px;
  height: 100%;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.progress_bar .bar_bg .bar {
  height: 100%;
  background: #333;
  overflow: hidden;
}
.progress_bar[data-bg-theme="dark"] .bar_bg .bar {
  background-color: #333 !important;
}
.progress_bar[data-bg-theme="dark"] .bar_bg {
  background-color: #bbb !important;
}

.progress_bar[data-bg-theme="red"] .bar_bg .bar {
  background-color: #ff0000 !important;
}
.progress_bar[data-bg-theme="red"] .bar_bg {
  background-color: #ffbbbb !important;
}

.progress_bar[data-bg-theme="blue"] .bar_bg .bar {
  background-color: beige !important;
}
.progress_bar[data-bg-theme="blue"] .bar_bg {
  background-color: #b7c1ff !important;
}

/* THIRD SECTION */
.section_short_c {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 150px;
}
.section_short_c .row_a {
  width: 65%;
  float: left;
}
.section_short_c h3 {
  font-size: 30px;
  letter-spacing: 0.5px;
  line-height: 1;
  font-weight: 400;
  color: #333;
  margin-bottom: 34px;
}
.section_short_c .row_b {
  width: 35%;
  float: left;
  clear: right;
}
.section_short_c .row_a ul {
  list-style-type: none;
  margin: 0px;
}
.section_short_c .row_a ul li {
  margin: 0px;
  width: 50%;
  float: left;
  padding-left: 21px;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.section_short_c .row_a ul li span {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #777;
  position: relative;
}
.section_short_c .row_a ul li span:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #777;
  right: 100%;
  top: 50%;
  margin-top: -1px;
  margin-right: 11px;
}
.section_short_c .row_b .asd {
  margin-bottom: 36px;
}
.section_short_c .row_b .asd:last-child {
  margin-bottom: 0px;
}
.section_short_c .row_b .asd span {
  display: block;
  line-height: 1;
}
.section_short_c .row_b .asd span.label {
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #333;
  margin-bottom: 10px;
}
.section_short_c .row_b .asd span.date {
  font-size: 16px;
  letter-spacing: 1px;
  color: #777;
}
/* FIVETH SECTION */
.section_short_e {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-bottom: 150px;
  position: relative;
}
.section_short_e_bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: beige;
  z-index: 10;
}
.section_short_e_content {
  z-index: 20;
  position: relative;
}
.section_short_e_content a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 75px 0px;
  display: block;
}
.section_short_e_content a span {
  transition: all 0.3s ease;
}
.section_short_e_content a:hover i {
  margin-left: 10px;
}
.section_short_e_content a:hover span {
  margin-left: 10px;
}
/* SIXTH SECTION */
.section_short_f {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 150px;
}
.owl-stage {
  cursor: e-resize;
}
.section_short_f .member_holder {
  text-align: center;
  border: 1px solid #eee;
  width: 300px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.section_short_f .member_holder_in {
  padding: 50px;
}
.section_short_f .member_holder_in:last-child {
  padding: 30px;
  border-top: 1px solid #eee;
}
.section_short_f .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.section_short_f .member_holder .member_img {
  margin-bottom: 28px;
}
.section_short_f .member_holder .member_img img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.section_short_f .member_holder span.member_name {
  display: block;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #333;
  margin-bottom: 11px;
}
.section_short_f .member_holder span.member_job {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  color: #777;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.section_short_f .social_icons ul {
  list-style-type: none;
  margin: 0px;
  margin-left: -6px;
}
.section_short_f .social_icons ul li {
  display: inline-block;
  margin-left: 6px;
}
.section_short_f .social_icons ul li a {
  text-decoration: none;
  color: #999;

  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.section_short_f .social_icons ul li a:hover {
  color: #111;
}
.section_short_f .member_holder span.phone {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  color: #777;
}
.owl-carousel .owl-dot.active span {
  background-color: beige;
}

.section_short_g {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 150px;
}
.section_short_g_in {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 100px;
}
.section_short_g_in:last-child {
  margin-bottom: 0px;
}
.section_short_g .collage_img {
  position: relative;
  float: left;
  width: 480px;
  margin-right: 50px;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.section_short_g .collage_img img {
  display: block;

  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
}
.section_short_g .collage_img img.one {
  margin-left: 57px;
  z-index: 5;
  clear: both;
}
.section_short_g .collage_img img.two {
  position: relative;
  margin-left: 240px;
  margin-top: -280px;
  z-index: 10;
}
.section_short_g .collage_img img.three {
  position: relative;
  margin-top: -135px;
  z-index: 15;
}
.section_short_g .collage_title {
  width: 200px;
  float: right;
  padding: 0px 20px;
  display: table;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.section_short_g .collage_title_in {
  display: table-cell;
  vertical-align: middle;
}
.section_short_g .collage_title > span {
  display: block;
  font-size: 12px;
  letter-spacing: 5px;
  color: #777;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.section_short_g .collage_title h3 {
  margin: 0px;
  font-size: 36px;
  letter-spacing: 0.5px;
  color: #333;
  line-height: 1.2;
  font-weight: 200;
  margin-bottom: 41px;
}
.section_short_g .collage_title h3 em {
  font-family: "Playfair Display";
  font-weight: 400;
}
.section_short_g .collage_title a {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  color: #333;
  line-height: 1;
  text-decoration: none;
  padding: 18px 33px;
  text-transform: uppercase;
  border: 2px solid #333;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.section_short_g .collage_title a:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}
.section_short_g.edited .section_short_g_in[data-img-pos="left"] .collage_img {
  margin-right: 0px;
  margin-bottom: 50px;
  float: inherit;
  width: 100%;
}
.section_short_g.edited
  .section_short_g_in[data-img-pos="left"]
  .collage_title {
  width: 100%;
  float: inherit;
  min-height: auto;
  text-align: center;
}
.section_short_g.edited .section_short_g_in[data-img-pos="right"] .collage_img {
  margin-right: 0px;
  float: inherit;
  width: 100%;
  margin-bottom: 50px;
}
.section_short_g.edited
  .section_short_g_in[data-img-pos="right"]
  .collage_title {
  width: 100%;
  float: inherit;
  min-height: auto;
  text-align: center;
}

.section_short_g_in[data-img-pos="left"] .collage_img {
  float: left;
  margin-right: 50px;
  width: auto;
}
.section_short_g_in[data-img-pos="left"] .collage_title {
  float: right;
  margin-right: 0px;
}

.section_short_g_in[data-img-pos="right"] .collage_img {
  float: right;
  margin-right: 0px;
  margin-left: 50px;
}
.section_short_g_in[data-img-pos="right"] .collage_title {
  float: left;
}

.section_short_i {
  float: left;
  clear: both;
  width: 100%;
  height: auto;
}
/*------------------------------------------------------------------*/
/*	24) GRIDBG
/*------------------------------------------------------------------*/
.photolane_fn_gridbg {
  width: 100%;
}
.photolane_fn_gridbg .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;

  background-color: rgba(0, 0, 0, 0.9);
  /*background-image:url(../img/gridbg/1.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;

  z-index: 10;
}
.photolane_fn_gridbg .overlay > div {
  position: fixed;
  width: 100%;
  height: 100%;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;

  opacity: 0;
  visibility: hidden;

  z-index: 5;

  transform: scale(1, 1);

  transition: opacity 1s ease, transform 4s ease;
  -o-transition: opacity 1s ease, transform 4s ease;
  -ms-transition: opacity 1s ease, transform 4s ease;
  -moz-transition: opacity 1s ease, transform 4s ease;
  -webkit-transition: opacity 1s ease, transform 4s ease;
}
.photolane_fn_gridbg .overlay .one {
  background-image: url(../img/gridbg/1.jpg);
}
.photolane_fn_gridbg .overlay .two {
  background-image: url(../img/gridbg/2.jpg);
}
.photolane_fn_gridbg .overlay .three {
  background-image: url(../img/gridbg/3.jpg);
}
.photolane_fn_gridbg .overlay .four {
  background-image: url(../img/gridbg/4.jpg);
}
.photolane_fn_gridbg .overlay .five {
  background-image: url(../img/gridbg/5.jpg);
}
.photolane_fn_gridbg .overlay .six {
  background-image: url(../img/gridbg/6.jpg);
}
.photolane_fn_gridbg .overlay .seven {
  background-image: url(../img/gridbg/7.jpg);
}
.photolane_fn_gridbg .overlay .eight {
  background-image: url(../img/gridbg/8.jpg);
}
.photolane_fn_gridbg .overlay .nine {
  background-image: url(../img/gridbg/9.jpg);
}
.photolane_fn_gridbg .overlay .ten {
  background-image: url(../img/gridbg/10.jpg);
}

.photolane_fn_gridbg .overlay > div.opened {
  opacity: 1;
  visibility: visible;

  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.photolane_fn_gridbg_in {
  width: 100%;
  height: auto;
  padding-left: 80px;
  float: left;
  position: relative;

  z-index: 50;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_gridbg_in ul {
  margin: 0px;
  list-style-type: none;
  margin-left: -3.5%;
  clear: both;
}
.photolane_fn_gridbg_in ul li {
  margin: 0px;
  width: 21.5%;
  float: left;
  margin-left: 3.5%;
  margin-bottom: 3.5%;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_gridbg_in ul li:hover {
  background-color: rgba(17, 17, 17, 0.9);
  border-color: rgba(0, 0, 0, 0.2);
}
.photolane_fn_gridbg_in ul li > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
}
.photolane_fn_gridbg_in ul li .gridli {
  width: 100%;
  height: auto;
  min-height: 250px;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.photolane_fn_gridbg_in .aaa {
  padding: 50px;
  width: 100%;
  float: left;
  clear: both;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

.photolane_fn_gridbg_in .img_name {
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding-right: 30px;
  z-index: 20;
  background-color: transparent;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.photolane_fn_gridbg_in .img_name a {
  color: #fff;
  display: inline-block;
  text-decoration: none;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.photolane_fn_gridbg_in .img_name span {
  font-size: 24px;
  letter-spacing: 0.5px;
  color: #fff;
  padding: 2px 8px;
  display: inline-block;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.photolane_fn_gridbg_in ul li .gridli:hover .img_name a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.photolane_fn_gridbg_in .img_icons {
  position: absolute;
  left: 40px;
  top: 40px;
  line-height: 0;
  z-index: 20;
  display: block;

  opacity: 0;
  visibility: hidden;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.photolane_fn_gridbg_in ul li .gridli:hover .img_icons {
  opacity: 1;
  visibility: visible;
}
.photolane_fn_gridbg_in .img_icons a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-right: 11px;
}
.photolane_fn_gridbg_in .img_icons a:last-child {
  margin-right: 0px;
}
.photolane_fn_gridbg_in .img_icons svg {
  fill: currentcolor;
  width: 20px;
  height: 20px;
  display: block;
}
/*------------------------------------------------------------------*/
/*	25) HALFSLIDE
/*------------------------------------------------------------------*/
.photolane_fn_halfslide {
  width: 100%;
  float: left;
  clear: both;
  height: auto;
}
.photolane_fn_halfslide .half_a {
  width: 33.3333%;
  float: left;
  height: auto;
  position: relative;
  padding-top: 40px;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_halfslide .half_b {
  width: 66.6666%;
  float: left;
  height: auto;
  position: relative;
}

a.all_projects {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1px;
  color: #777;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
}
a.all_projects i {
  font-size: 20px;
  position: absolute;
  top: 0px;
  right: -10px;
  line-height: 0;
}

.photolane_fn_halfslide .half_b .flexslider ul.slides li {
  position: relative;
}
.photolane_fn_halfslide .half_b .flexslider .slides_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
}

.photolane_fn_halfslide .half_b .flexslider .slides_bg.one {
  background-image: url(../img/halfslide/1.jpg);
}
.photolane_fn_halfslide .half_b .flexslider .slides_bg.two {
  background-image: url(../img/halfslide/2.jpg);
}
.photolane_fn_halfslide .half_b .flexslider .slides_bg.three {
  background-image: url(../img/halfslide/3.jpg);
}
.photolane_fn_halfslide .half_b .flexslider .slides_bg.four {
  background-image: url(../img/halfslide/4.jpg);
}
.photolane_fn_halfslide .half_b .flexslider .slides_bg.five {
  background-image: url(../img/halfslide/5.jpg);
}
.photolane_fn_halfslide .half_b .flexslider .slides_bg.six {
  background-image: url(../img/halfslide/6.jpg);
}

.photolane_fn_halfslide .half_b .flexslider .img_icons {
  position: absolute;
  bottom: 39px;
  right: 40px;
  line-height: 0;
  z-index: 20;
  display: block;
}
.photolane_fn_halfslide .half_b .flexslider .img_icons a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-right: 11px;
}
.photolane_fn_halfslide .half_b .flexslider .img_icons a:last-child {
  margin-right: 0px;
}
.photolane_fn_halfslide .half_b .flexslider .img_icons svg {
  fill: currentcolor;
  width: 20px;
  height: 20px;
  display: block;
}
.photolane_fn_halfslide .half_b .flexslider .title_holder {
  position: absolute;
  width: 50%;
  right: 100%;
  padding-right: 100px;
  bottom: 34px;
  padding-left: 39px;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_halfslide .half_b .flexslider .title_holder h3 {
  font-size: 36px;
  letter-spacing: 0.5px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0px;
}
.photolane_fn_halfslide .half_b .flexslider .flex-direction-nav a {
  background-color: transparent;
  bottom: 36px;
  top: auto;
  width: 30px;
  height: 30px;
  margin: -15px 0px 0px;
  line-height: 30px;
  color: #333;
}
.photolane_fn_halfslide .half_b .flexslider .flex-direction-nav .flex-prev {
  right: 100%;
  left: auto;
  margin-right: 64px;
}
.photolane_fn_halfslide .half_b .flexslider .flex-direction-nav .flex-next {
  right: 100%;
  left: auto;
  margin-right: 30px;
}
.photolane_fn_halfslide .half_b .flexslider .flex-direction-nav a:before {
  color: #333;
  font-size: 36px;
  font-weight: inherit;
}
/*------------------------------------------------------------------*/
/*	26) NOTIFICATION
/*------------------------------------------------------------------*/
.photolane_fn_notification {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  clear: both;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.photolane_fn_notification > .inner {
  width: 100%;
  padding: 50px;
  min-height: 170px;
  border: 1px solid #e2e6e7;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_notification > .inner > i {
  display: inline-block;
  padding: 17px 19px;
  background-color: transparent;
  font-size: 24px;
  line-height: 1.5;

  float: left;

  margin-right: 30px;
  margin-bottom: 10px;

  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.photolane_fn_notification .title_holder h3 {
  margin: 0px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #111;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.photolane_fn_notification .title_holder p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #777;
}
.photolane_fn_notification span.closer {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  color: #777;
}
.photolane_fn_notification.notice > .inner > i {
  color: #a47503;
  background-color: #ffc22f;
}
.photolane_fn_notification.success > .inner > i {
  color: #558502;
  background-color: #9bdc7b;
}
.photolane_fn_notification.alert > .inner > i {
  color: #bf270e;
  background-color: #fd725b;
}
.photolane_fn_notification.info > .inner > i {
  color: #0787d4;
  background-color: #68d8fd;
}
/*------------------------------------------------------------------*/
/*	27) ACCORDION 
/*------------------------------------------------------------------*/
.accordion_title_holder h3 {
  margin: 0px;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #333;
  font-weight: 400;
  margin-bottom: 40px;
}
.photolane_fn_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  clear: both;

  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
}
.photolane_fn_accordion .accordion_in {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin-bottom: 5px;
}
.photolane_fn_accordion .accordion_in .acc_head {
  position: relative;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #eee;
  display: table;
  width: 100%;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.photolane_fn_accordion .accordion_in .acc_head span {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #333;
  padding: 16px 20px;
  display: block;
}
.photolane_fn_accordion .accordion_in .acc_head i {
  display: table-cell;
  vertical-align: middle;
  width: 10px;
  padding: 0px 15px;
  border-left: 1px solid #eee;
  font-size: 16px;
  color: #777;
}
.photolane_fn_accordion .accordion_in .acc_head i:before {
  transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
}
.photolane_fn_accordion .accordion_in.acc_active .acc_head i:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.photolane_fn_accordion .accordion_in .acc_content {
  color: #333;
  padding: 20px;
  border: 1px solid #eee;
  border-top: none;
  position: relative;
  float: left;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.photolane_fn_accordion .accordion_in .acc_content .acc_img {
  float: left;
  margin-right: 30px;
}
.photolane_fn_accordion .accordion_in .acc_content p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #777;
  display: block;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}
/*------------------------------------------------------------------*/
/*	28) TOGGLE 
/*------------------------------------------------------------------*/
.photolane_fn_toggle_wrap {
  margin-bottom: 20px;
  clear: both;

  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
}
.photolane_fn_toggle_wrap .photolane_fn_toggle {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;
  overflow: hidden;
  margin-bottom: 5px;
}
.photolane_fn_toggle_wrap .photolane_fn_toggle .tog_head {
  position: relative;
  background-color: #eee;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  display: table;
  width: 100%;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.photolane_fn_toggle_wrap .photolane_fn_toggle .tog_head span {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #333;
  padding: 16px 20px;
  display: block;
}
.photolane_fn_toggle_wrap .photolane_fn_toggle .tog_head i {
  display: table-cell;
  vertical-align: middle;
  width: 10px;
  padding: 0px 15px;
  border-left: 1px solid #e5e5e5;
  font-size: 16px;
  color: #777;
}
.photolane_fn_toggle_wrap .photolane_fn_toggle .tog_head i:before {
  transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
}
.photolane_fn_toggle_wrap .photolane_fn_toggle.open .tog_head i:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.photolane_fn_toggle_wrap .photolane_fn_toggle .tog_content {
  color: #333;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-top: none;
  position: relative;
  display: none;
  float: left;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.photolane_fn_toggle_wrap .photolane_fn_toggle .tog_content .tog_img {
  float: left;
  margin-right: 30px;
}
.photolane_fn_toggle_wrap .photolane_fn_toggle .tog_content p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #777;
  display: block;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
/*------------------------------------------------------------------*/
/*	29) TABS
/*------------------------------------------------------------------*/
.photolane_fn_tabs ul.etabs {
  list-style-type: none;
}
.photolane_fn_tabs ul.etabs li {
  display: inline-block;
  margin-right: -5px;
}
.photolane_fn_tabs ul.etabs li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #333;
  background-color: transparent;
  display: block;
  padding: 10px 20px;
  border: 1px solid #eee;
  margin-bottom: -1px;
}
.photolane_fn_tabs ul.etabs li a.active {
  border-bottom-color: #fff;
  border-top-color: beige;
}
.photolane_fn_tabs .tabcontent {
  display: block;
  padding: 30px;
  border: 1px solid #eee;
  background: #fff;

  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #777;
}

/* position */
.photolane_fn_tabs[data-x-pos="center"] ul.etabs {
  text-align: center;
}
.photolane_fn_tabs[data-x-pos="right"] ul.etabs {
  text-align: right;
}
.photolane_fn_tabs[data-x-pos="right"] ul.etabs li {
  margin-right: 0px;
  margin-left: -5px;
}

/* skin */
.photolane_fn_tabs[data-skin="dark"] ul.etabs li a {
  background: #333;
  color: #fff;
  border: none;
}
.photolane_fn_tabs[data-skin="dark"] ul.etabs li a.active {
  background: #222;
}
.photolane_fn_tabs[data-skin="dark"] .tabcontent {
  border: none;
  background: #222;
  color: #fff;
}
/*------------------------------------------------------------------*/
/*	30) IMAGE COMPARISON (Before/After)
/*------------------------------------------------------------------*/
.twentytwenty-wrapper {
  z-index: 10;
  position: relative;
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30;

  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}
.twentytwenty-container {
  z-index: 0;
  overflow: hidden;
  position: relative;

  -webkit-user-select: none;
  -moz-user-select: none;

  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active
  :hover.twentytwenty-overlay
  .twentytwenty-before-label,
.twentytwenty-container.active
  :hover.twentytwenty-overlay
  .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-horizontal .twentytwenty-before-label {
  left: 15px;
  top: auto;
  bottom: 10px;
  right: auto;
}
.twentytwenty-horizontal .twentytwenty-after-label {
  right: 15px;
  top: auto;
  bottom: 10px;
  left: auto;
}
.twentytwenty-vertical .twentytwenty-before-label {
  top: 10px;
  left: 15px;
}
.twentytwenty-vertical .twentytwenty-after-label {
  bottom: 10px;
  top: auto;
  left: 15px;
}
.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.7);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}
.twentytwenty-handle {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  background: #fff;

  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;

  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);

  z-index: 40;
  cursor: pointer;
}
.twentytwenty-left-arrow {
  border-right: 6px solid #111;
  left: 50%;
  margin-left: -14px;
}
.twentytwenty-right-arrow {
  border-left: 6px solid #111;
  right: 50%;
  margin-right: -14px;
}
.twentytwenty-up-arrow {
  border-bottom: 6px solid #111;
  top: 50%;
  margin-top: -14px;
}
.twentytwenty-down-arrow {
  border-top: 6px solid #111;
  bottom: 50%;
  margin-bottom: -14px;
}
/*------------------------------------------------------------------*/
/*	31) ROW SPAN
/*------------------------------------------------------------------*/
.photolane_fn_row_span {
  clear: both;
  float: left;
  width: 100%;
  height: auto;
}
.photolane_fn_row_span span.label {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #333;
  display: block;
  margin: 10px 0px;
}
.photolane_fn_row_span p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: #777;
}
/*------------------------------------------------------------------*/
/*	32) TESTIMONIALS
/*------------------------------------------------------------------*/
.photolane_fn_testimonails {
  clear: both;
  width: 100%;
  height: auto;
  position: relative;
}
.photolane_fn_testimonails .testimonials {
  max-width: 600px;
  margin: 0px auto;
}
.photolane_fn_testimonails .item {
  text-align: center;
  width: 100%;
  padding: 0px 10px;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_testimonails .item img {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin-bottom: 20px;

  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.photolane_fn_testimonails .item p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: #777;
  font-style: italic;
  margin-bottom: 17px;
}
.photolane_fn_testimonails .item h3 {
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #333;
  margin-bottom: 1px;
  font-weight: 400;
  line-height: 1;
}
.photolane_fn_testimonails .item span {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  color: #777;
  text-transform: uppercase;
}
.photolane_fn_testimonails .prev_next_btn a {
  position: absolute;
  top: 50%;
  font-size: 40px;
  color: #777;
  margin-top: -30px;
}
.photolane_fn_testimonails .prev_next_btn a.prev {
  left: 0px;
}
.photolane_fn_testimonails .prev_next_btn a.next {
  right: 0px;
}
.photolane_fn_testimonails .prev_next_btn a i:before {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
}
/*------------------------------------------------------------------*/
/*	33) TEAM CAROUSEL
/*------------------------------------------------------------------*/
.photolane_fn_team_carousel {
  float: left;
  width: 100%;
  clear: both;
  height: auto;
}
.photolane_fn_team_carousel .box_wrap {
  padding: 40px;
  width: 400px;
  border: 1px solid #eee;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.photolane_fn_team_carousel .box_wrap .box {
  width: 100%;
  height: auto;
}
.photolane_fn_team_carousel .box_wrap .box .info_title {
  width: 100%;
  height: auto;
  min-height: 100px;
  display: table;
  position: relative;
  margin-bottom: 23px;
}
.photolane_fn_team_carousel .box_wrap .box .info_title .img {
  float: left;
  width: 100px;
  height: 100px;
}
.photolane_fn_team_carousel .box_wrap .box .info_title .img img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.photolane_fn_team_carousel .box_wrap .box .info_title .title_holder {
  display: table-cell;
  vertical-align: middle;
}
.photolane_fn_team_carousel .box_wrap .box .info_title .title_holder h3 {
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #333;
  margin-bottom: 6px;
  font-weight: 400;
  line-height: 1;
}
.photolane_fn_team_carousel .box_wrap .box .info_title .title_holder span {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  color: #777;
  text-transform: uppercase;
}
.photolane_fn_team_carousel .box_wrap .box .info_content {
  width: 100%;
  height: auto;
}
.photolane_fn_team_carousel .box_wrap .box .info_content p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: #777;
  font-style: italic;
}
/*------------------------------------------------------------------*/
/*	34) CONTACT (NEW PAGE)
/*------------------------------------------------------------------*/
.photolane_fn_contact {
  width: 100%;
  height: auto;
  float: left;
  padding: 100px 0px;
}
.photolane_fn_contact_form_wrap {
  width: 100%;
  height: auto;
  display: table;
}
.photolane_fn_contact_form_wrap > .contact_form {
  display: table-cell;
  vertical-align: middle;
}
.contact_form .empty_notice {
  color: #f00;
  display: none;
  position: relative;
}
.contact_form .returnmessage {
  display: none;
  position: relative;
}
.contact_form .returnmessage span {
  color: #009900;
  display: block;
}
.contact_form .returnmessage span.contact_error {
  color: #f00;
}
.photolane_fn_form {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 30px 0px;
}
.photolane_fn_form {
  width: 100%;
  height: auto;
}
.book_online label span {
  color: #ff0004;
}
.photolane_fn_form h3 {
  font-size: 48px;
  letter-spacing: 0.5px;
  color: #111;
  margin: 0px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
.photolane_fn_form > p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #777;
  display: block;
  margin-bottom: 50px;
  max-width: 500px;
}
.photolane_fn_form form input[type="text"] {
  width: 100%;
  min-width: 100%;
}
.photolane_fn_form form input[type="text"],
.photolane_fn_form form textarea {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
  color: #111;
  background-color: #fff !important;
  border-color: #eee !important;
}
.photolane_fn_form form input[type="text"]:focus,
.photolane_fn_form form input[type="text"]:hover,
.photolane_fn_form form textarea:focus,
.photolane_fn_form form textarea:hover {
  border-color: #111 !important;
}
.photolane_fn_form form .your-message {
  clear: both;
}
.photolane_fn_form form input,
.photolane_fn_form form textarea {
  background-color: #fff;
  border: 1px solid #eee;
}
.photolane_fn_form form input:focus,
.photolane_fn_form form textarea:focus {
  border: 1px solid #eee;
}
.photolane_fn_form form > div {
  margin-bottom: 20px;
}
.photolane_fn_form form :last-child {
  margin-bottom: 0px;
}
.photolane_fn_form form input[type="button"] {
  font-weight: 500;
  text-transform: uppercase;
  color: #111;
  letter-spacing: 2px;
  line-height: 1;
  padding: 18px 40px;
  font-size: 12px;
  display: inline-block;
  background-color: #fff;
  border: 2px solid beige;
}
.photolane_fn_form form input[type="button"]:hover {
  background-color: beige;
  color: #fff;
}
.photolane_fn_contact .google_map {
  width: 100%;
  height: 700px;
}
.photolane_fn_contact .google_map iframe {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  display: block;
  position: relative; /* IE needs a position other than static */
  pointer-events: none;
}
.photolane_fn_contact .google_map iframe.clicked {
  pointer-events: auto;
}
/*------------------------------------------------------------------*/
/*	35) BLOG (NEW PAGE)
/*------------------------------------------------------------------*/
.photolane_fn_blog_wrap {
  width: 100%;
  height: auto;
  padding: 100px 0px;
  float: left;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_blog_list {
  width: 100%;
  height: auto;
  margin-bottom: 70px;
  float: left;
}
.photolane_fn_blog_list:last-child {
  margin-bottom: 0px;
}
.photolane_fn_blog_list .img {
  width: 50%;
  height: auto;
  float: left;
}
.photolane_fn_blog_list .img a {
  display: block;
  text-decoration: none;
}
.photolane_fn_blog_list .img img {
  border-radius: 3px;
}
.photolane_fn_blog_list .blog_wrap {
  width: 50%;
  float: left;
  display: table;
  padding: 0 5%;
  height: 426px;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_blog_wrap .blog {
  display: table-cell;
  vertical-align: middle;
}
.photolane_fn_blog_wrap .title_holder {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.photolane_fn_blog_wrap .title_holder h3 {
  line-height: 1.2;
  font-weight: 400;
}
.photolane_fn_blog_wrap .title_holder h3 a {
  font-size: 30px;
  letter-spacing: 1px;
  color: #111;
  margin-bottom: 20px;
  text-decoration: none;
}
.photolane_fn_blog_wrap .title_holder span {
  font-size: 14px;
  color: beige;
  margin-left: -4px;
}
.photolane_fn_blog_wrap .title_holder span a {
  color: beige;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
  margin: 0px 4px;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.photolane_fn_blog_wrap .title_holder a:hover {
  border-bottom-color: beige;
}
.photolane_fn_blog_wrap .blog .view_all a {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1px;
  color: #777;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
}
.photolane_fn_blog_wrap .blog .view_all a i {
  font-size: 20px;
  position: absolute;
  top: 0px;
  right: -10px;
  line-height: 0;
}
.photolane_fn_blog_wrap .blog .view_all a:hover i {
  right: -20px;
}
.photolane_fn_blog_wrap .info {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.photolane_fn_blog_wrap .info p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #777;
}
.photolane_fn_blog_wrap .next a {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1px;
  color: #777;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
}
.photolane_fn_blog_wrap .next a i {
  font-size: 20px;
  position: absolute;
  top: 0px;
  right: -10px;
  line-height: 0;
}
.photolane_fn_blog_wrap .next a:hover i {
  right: -20px;
}
.photolane_fn_blog_wrap .image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.photolane_fn_blog_wrap .info p {
  display: block;
  margin-bottom: 15px;
}
.photolane_fn_blog_wrap .info p:last-child {
  margin-bottom: 0px;
}
.photolane_fn_blog_wrap .next {
  clear: both;
}
.photolane_fn_blog_list[data-img-pos="left"] .img {
  float: left;
}
.photolane_fn_blog_list[data-img-pos="left"] .blog_wrap {
  float: left;
}

.photolane_fn_blog_list[data-img-pos="right"] .img {
  float: right;
}
.photolane_fn_blog_list[data-img-pos="right"] .blog_wrap {
  float: left;
}

/* second blog page */
.photolane_fn_secondblog_list > .inner,
.photolane_fn_secondblog_list {
  width: 100%;
  float: left;
  clear: both;
  height: auto;
}
.photolane_fn_secondblog_list ul {
  list-style-type: none;
  margin: 0px;
  margin-left: -70px;
}
.photolane_fn_secondblog_list ul li {
  width: 50%;
  float: left;
  padding-left: 70px;
  margin-bottom: 70px;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.photolane_fn_secondblog_list ul li .item {
  width: 100%;
  float: left;
}
.photolane_fn_secondblog_list .item .img_holder {
  margin-bottom: 55px;
}
.photolane_fn_secondblog_list .item .img_holder a {
  display: block;
  text-decoration: none;
}
.photolane_fn_secondblog_list .item .img_holder img {
  border-radius: 3px;
}
.photolane_fn_secondblog_list .item .title_holder {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.photolane_fn_secondblog_list .item .title_holder h3 {
  line-height: 1.2;
  font-weight: 400;
}
.photolane_fn_secondblog_list .item .title_holder h3 a {
  font-size: 30px;
  letter-spacing: 1px;
  color: #111;
  margin-bottom: 20px;
  text-decoration: none;
}
.photolane_fn_secondblog_list .item .title_holder span {
  font-size: 14px;
  color: beige;
  margin-left: -4px;
}
.photolane_fn_secondblog_list .item .title_holder span a {
  color: beige;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
  margin: 0px 4px;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.photolane_fn_secondblog_list .item .title {
  margin-bottom: 20px;
}
.photolane_fn_secondblog_list .item .title_holder a:hover {
  border-bottom-color: beige;
}
.photolane_fn_secondblog_list .item .view_all a {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1px;
  color: #777;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
}
.photolane_fn_secondblog_list .item .view_all a i {
  font-size: 20px;
  position: absolute;
  top: 0px;
  right: -10px;
  line-height: 0;
}
.photolane_fn_secondblog_list .item .view_all a:hover i {
  right: -20px;
}
.photolane_fn_secondblog_list .item .info {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.photolane_fn_secondblog_list .item .info p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #777;
}
/* blog page #3 */
.photolane_fn_secondblog_list.mycover ul li {
  width: 100%;
}
.photolane_fn_secondblog_list.bordered .item {
  width: 100%;
  padding: 40px 30px;

  border: 1px solid #aaa;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/*------------------------------------------------------------------*/
/*	36) TOTOP (BUTTON)
/*------------------------------------------------------------------*/
a.totop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  z-index: 999;

  opacity: 0;
  visibility: hidden;

  overflow: hidden;
  background: #888;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
a.totop i:before {
  position: absolute;
  font-size: 18px;
  top: 50%;
  margin: 0;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;

  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
a.totop.opened {
  opacity: 1;
  visibility: visible;
}
/*------------------------------------------------------------------*/
/*	37) MEDIA QUERIES (FOR SMALL DEVICES) [RESPONSIVE VERSION]
/*------------------------------------------------------------------*/

@media (max-width: 1700px) {
  /* GRIDBG */
  .photolane_fn_gridbg_in ul li {
    width: 21.5%;
  }
}

@media (max-width: 1366px) {
  /* GRIDBG */
  .photolane_fn_gridbg_in ul li {
    width: 29.83333%;
  }
}

@media (max-width: 1200px) {
  /* HALFSLIDE */
  .photolane_fn_halfslide .half_a {
    width: 40%;
  }
  .photolane_fn_halfslide .half_b {
    width: 60%;
  }
  .photolane_fn_halfslide .half_b .flexslider .title_holder {
    width: 66.6666%;
  }
  /* ABOUT */
  .photolane_fn_secondary_wrap .photer_full_info {
    margin-top: 30px;
  }
  .photolane_fn_secondary_wrap .photer_full_info h3 {
    font-size: 28px;
  }
  .photolane_fn_secondary_wrap .photer_full_info p {
    margin-bottom: 30px;
  }
  .photolane_fn_secondary_wrap .photer_full_info .social_icons {
    margin-bottom: 35px;
  }
  .photolane_fn_secondary_wrap .photer_knowledge .title_holder {
    padding-right: 0px;
  }
  /* PROJECT SINGLE #2*/
  .section_q.second_single .project_img_list[data-cols="three"] ul {
    margin: 0 0 0 -2%;
  }
  .section_q.second_single .project_img_list[data-cols="three"] ul li {
    width: 48%;
    margin: 0 0 2% 2%;
  }
  /* CONTACT */
  .photolane_fn_form h3 {
    font-size: 34px;
  }
}

@media (max-width: 1120px) {
  /* PROJECT SINGLE #1*/
  .section_q .customer {
    width: 36%;
  }
  .section_q .project_img_list {
    width: 58%;
  }
  /* PROJECT SINGLE #2*/
  .section_q.second_single .customer .labels {
    width: 36%;
  }
  .section_q.second_single .customer .info {
    width: 58%;
  }
  /* GRIDBG */
  .photolane_fn_gridbg_in ul li {
    width: 46.5%;
  }
}

@media (max-width: 1078px) {
  /* PROJECT SINGLE #1*/
  .section_q .customer {
    width: 100%;
    margin: 0px !important;
    margin-bottom: 50px !important;
  }
  .section_q .project_img_list {
    width: 100%;
  }
  .section_q .customer .details {
    margin-bottom: 0px;
  }
  .section_q .customer .labels {
    width: 44%;
    margin-right: 6%;
    float: left;
  }
  .section_q .customer .info {
    width: 50%;
    float: left;
  }
  /* PROJECT SINGLE #2*/
  .section_q.second_single .customer .labels {
    width: 44%;
  }
  .section_q.second_single .customer .info {
    width: 50%;
  }
  /* PROJECT SINGLE #3*/
  .section_q.third_single .customer .details {
    margin-bottom: 30px;
  }
  /* PROJECT SINGLE #7*/
  .photolane_fn_equal_project ul li {
    width: 48%;
  }
  /* SHORTCODES #1 */
  .section_short_a .img_info {
    padding: 0px 30px;
  }
  /* SHORTCODES #2 */
  .mypie {
    width: 50%;
    padding: 0px 50px;
  }
}

@media (max-width: 1040px) {
  /* PROJECT SINGLE #2*/
  .second_type_of_project .project_title {
    left: 20px;
    bottom: 10px;
  }
  /* HALFSLIDE */
  .photolane_fn_halfslide .half_b .flexslider .title_holder {
    padding-left: 19px;
    bottom: 14px;
  }
  .photolane_fn_halfslide .half_a {
    padding-top: 20px;
  }
  .photolane_fn_halfslide .half_b .flexslider .img_icons {
    right: 20px;
    bottom: 19px;
  }
  .photolane_fn_halfslide .half_b .flexslider .flex-direction-nav a {
    bottom: 18px;
  }
  /* SHORTCODES #1 */
  .section_short_b_in .row_a {
    width: 100%;
    margin-bottom: 30px;
  }
  .section_short_b_in .row_b {
    width: 100%;
  }
  .section_short_c .row_a {
    width: 50%;
  }
  .section_short_c .row_b {
    width: 50%;
  }
  .section_short_c .row_a ul li {
    width: 100%;
  }
  /* SHORTCODES #2 */
  .photolane_fn_secondary_wrap .about_msg span.text {
    padding-right: 0px;
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .photolane_fn_secondary_wrap .about_msg a.photolane_fn_btn {
    float: inherit;
    margin-bottom: 10px;
  }
}

@media (max-width: 979px) {
  /* GRIDBG */
  .photolane_fn_gridbg_in .img_name span {
    font-size: 18px;
  }
  /* HALFSLIDE */
  .photolane_fn_halfslide .half_a {
    width: 100%;
    position: absolute;
    z-index: 10;
  }
  .photolane_fn_halfslide .half_b {
    width: 100%;
  }
  .photolane_fn_halfslide .half_b .flexslider .title_holder {
    width: 50%;
    right: auto;
    z-index: 10;
    padding-right: 20px;
  }
  .photolane_fn_halfslide .half_b .flexslider .title_holder h3 {
    color: #fff;
  }
  .photolane_fn_halfslide .half_b .flexslider .flex-direction-nav .flex-next {
    right: auto;
    color: #fff;
    left: 50%;
    margin-left: 50px;
  }
  .photolane_fn_halfslide
    .half_b
    .flexslider
    .flex-direction-nav
    .flex-next:before {
    color: #fff;
  }
  .photolane_fn_halfslide
    .half_b
    .flexslider
    .flex-direction-nav
    .flex-prev:before {
    color: #fff;
  }
  .photolane_fn_halfslide .half_b .flexslider .flex-direction-nav .flex-prev {
    right: auto;
    color: #fff;
    left: 50%;
  }
  /* ABOUT */
  .photolane_fn_secondary_wrap .photer_img {
    width: 100%;
    margin-right: 0px;
    min-height: auto;
  }
  .photolane_fn_secondary_wrap .photer_full_info {
    margin-top: 50px;
    width: 100%;
    padding: 0px;
  }
  .photolane_fn_secondary_wrap .photer_full_info h3 {
    margin-bottom: 20px;
  }
  .photolane_fn_secondary_wrap .photer_full_info h3 {
    font-size: 30px;
  }
  .photolane_fn_secondary_wrap .photer_full_info p {
    margin-bottom: 20px;
  }
  .photolane_fn_secondary_wrap .photer_full_info .social_icons {
    margin-bottom: 20px;
  }
  .photolane_fn_secondary_wrap .photer_img .title_holder h3 {
    font-size: 48px;
  }
  .photolane_fn_secondary_wrap .photer_img .title_holder span {
    font-size: 16px;
  }
  .photolane_fn_secondary_wrap .photer_box {
    margin-bottom: 50px;
  }
  .photolane_fn_secondary_wrap .photer_knowledge .title_holder h2 {
    margin-bottom: 17px;
  }
  .photolane_fn_secondary_wrap .photer_knowledge .title_holder {
    width: 44%;
    margin-bottom: 30px;
    padding-right: 50px;
  }
  .photolane_fn_secondary_wrap .photer_knowledge .title_holder:last-child {
    margin-bottom: 0px;
  }
  .photolane_fn_secondary_wrap .about_msg {
    padding: 40px 0px;
  }
  .photolane_fn_secondary_wrap .photer_knowledge {
    margin-bottom: 50px;
  }
  .photolane_fn_secondary_wrap .about_msg {
    margin-bottom: 50px;
  }
  .photolane_fn_secondary_wrap_in {
    margin-top: 50px;
  }
  /* SHORTCODES #1 */
  .section_short_a .img_holder {
    width: 100%;
  }
  .section_short_a .img_info {
    width: 100%;
    height: auto;
    padding: 50px 20px 0px;
  }
  /* SHORTCODES #2 */
  .mypie {
    padding: 0px 30px;
  }
  .photolane_fn_testimonails .testimonials {
    max-width: 500px;
  }
  /* CONTACT */
  .photolane_fn_form h3 {
    font-size: 28px;
  }
  .photolane_fn_form > p {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .photolane_fn_secondblog_list ul li {
    width: 100%;
  }
  .prevnext .all,
  .prevnext ul li .hover_img {
    display: none;
  }
  /* INDEX */
  .photolane_fn_main_slider .title_holder {
    bottom: 29px;
    left: 40px;
  }
  .photolane_fn_main_slider .title_holder h2 {
    font-size: 24px;
  }
  .photolane_fn_main_slider .purchase {
    bottom: 75px;
    left: 40px;
  }
  /* VERT HOR MENUS*/
  .photolane_fn_vertical_menu {
    display: none;
  }
  .photolane_fn_horizontal_menu {
    display: block;
  }
  /* MAIN DIVS WITH PADDING*/
  .photolane_fn_content_in {
    float: left;
    padding-left: 0px;
  }
  .photolane_fn_fluid_wrap {
    margin-left: 0px;
  }
  /* PROJECT #1*/
  .photolane_fn_secondary_wrap .project_title h3 {
    font-size: 36px;
  }
  .photolane_fn_secondary_wrap .project_title {
    margin-bottom: 50px;
    bottom: 10px;
  }
  .photolane_fn_secondary_wrap .breadcrumbs p {
    margin-bottom: 40px;
  }
  ul.project_list {
    margin-left: 0px;
  }
  ul.project_list li {
    width: 100%;
    margin-left: 0px;
  }
  .aaaabbbb {
    margin-bottom: 50px;
  }
  /* PROJECT #2*/
  .second_type_of_project {
    margin-bottom: 50px;
  }
  /* PROJECT #3*/
  .third_type_of_project {
    padding-left: 0px;
    margin-bottom: 50px;
  }
  /* PROJECT SINGLE #1*/
  .section_q .customer .labels {
    width: 100%;
    margin-left: 0px;
  }
  .section_q .customer .info {
    width: 100%;
  }
  .section_q .customer ul > li span.span1 {
    width: 50%;
  }
  .section_q .customer .details {
    margin-bottom: 30px;
  }
  .project_img_list ul {
    margin-top: -20px;
  }
  .project_img_list ul li {
    margin-top: 20px;
  }
  .section_q {
    margin-bottom: 50px;
  }
  .prevnext {
    padding: 30px 0px;
    margin-bottom: 50px;
  }
  .prevnext ul li span.text {
    display: none;
  }
  .last_section .aaaabbbb ul li {
    margin-bottom: 6%;
  }
  .last_section .aaaabbbb ul li:last-child {
    margin-bottom: 0px;
  }
  /* PROJECT SINGLE #2*/
  .section_q.second_single .customer .labels {
    width: 100%;
    margin-right: 0px;
  }
  .section_q.second_single .customer .info {
    width: 100%;
  }
  .section_q.second_single .customer ul > li span.span1 {
    width: 50%;
  }
  .section_q .customer .details {
    margin-bottom: 30px;
  }
  .section_q.second_single .project_img_list[data-cols="two"] ul {
    margin: 0px !important;
  }
  .section_q.second_single .project_img_list[data-cols="two"] ul li {
    width: 100%;
    margin: 0 0 2% 0;
  }
  .section_q.second_single .project_img_list[data-cols="three"] ul {
    margin: 0px !important;
  }
  .section_q.second_single .project_img_list[data-cols="three"] ul li {
    width: 100%;
    margin: 0 0 2% 0;
  }
  /* PROJECT SINGLE #3*/
  .section_q.third_single .customer {
    margin-bottom: 0px !important;
  }
  /* PROJECT SINGLE #4*/
  .section_q.third_single {
    margin-bottom: 50px;
  }
  .section_q.seventh_single {
    margin-bottom: 50px;
  }
  /* GRIDBG */
  .photolane_fn_gridbg_in {
    padding-left: 0px;
  }
  .photolane_fn_gridbg_in .aaa {
    padding: 40px;
  }
  /* ABOUT */
  .photolane_fn_secondary_wrap .photer_img .title_holder h3 {
    font-size: 30px;
  }
  .photolane_fn_secondary_wrap .photer_img .title_holder span {
    font-size: 12px;
  }
  .photolane_fn_secondary_wrap .photer_full_info h3 {
    font-size: 24px;
  }
  .photolane_fn_secondary_wrap .photer_knowledge {
    margin-left: 0px;
  }
  .photolane_fn_secondary_wrap .photer_knowledge .title_holder {
    width: 100%;
    margin-left: 0px;
  }
  .photolane_fn_secondary_wrap .about_msg p {
    font-size: 24px;
  }
  /* SHORTCODES #1 */
  .section_short_a .img_info .title_holder h3 {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .section_short_a .img_info .title_holder {
    margin-bottom: 20px;
  }
  .section_short_a {
    margin-bottom: 50px;
  }
  .section_short_b_in {
    padding: 30px 0px;
  }
  .section_short_b {
    margin-bottom: 50px;
  }
  .section_short_c {
    margin-bottom: 50px;
  }
  .section_short_c h3 {
    margin-bottom: 20px;
  }
  .section_short_c .row_b .asd {
    margin-bottom: 20px;
  }
  .photolane_fn_full_width_container .content_holder {
    padding: 0px 20px;
  }
  .photolane_fn_full_width_container .content_holder h3 {
    font-size: 28px;
  }
  .section_short_e_content a {
    padding: 40px 0px;
  }
  .section_short_i .photolane_fn_main_img_holder {
    width: 400px;
  }
  /* SHORTCODES #2 */
  .photolane_fn_notification > .inner {
    padding: 50px;
    min-height: 140px;
  }
  .mypie {
    padding: 0px 10px;
  }
  .accordion_title_holder h3 {
    margin-bottom: 20px;
    font-size: 26px;
  }
  /* SEARCH PREVIEW */
  .photolane_fn_search {
    padding-left: 0px;
  }
  .photolane_fn_search .search_box {
    padding: 60px 40px;
    border-color: #222;
  }
  .photolane_fn_search .search_box_in .form input {
    font-size: 18px;
    width: 300px;
  }
  .photolane_fn_search .search_box_in .form .icon {
    bottom: 10px;
  }
  .photolane_fn_share .share_box {
    width: 400px;
    padding: 30px 40px;
  }
  .photolane_fn_share .share_box_in h3 {
    margin-bottom: 20px;
  }
  /* SHARE PREVIEW */
  .photolane_fn_share {
    padding-left: 0px;
  }
  .photolane_fn_share .share_box {
    border-color: #222;
  }
  /* CONTACT */
  .photolane_fn_form h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .photolane_fn_contact .google_map {
    margin-bottom: 30px;
  }
  /* TOTOP */
  a.totop {
    background-color: #111;
    color: #fff;
  }
  /* BLOG */
  .photolane_fn_blog_list {
    margin-bottom: 50px;
  }
  .photolane_fn_blog_list .img {
    width: 100%;
    margin-bottom: 30px;
  }
  .photolane_fn_blog_list .blog_wrap {
    width: 100%;
    padding: 0px;
    min-height: auto;
  }
}

@media (max-width: 650px) {
  /* PROJECT SINGLE #7*/
  .photolane_fn_equal_project ul li {
    width: 100%;
    margin-left: 0%;
  }
  .photolane_fn_equal_project ul {
    margin-left: 0%;
  }
  /* SHORTCODES #1 */
  .section_short_b_in .row_b_a {
    width: 100%;
    margin-bottom: 30px;
  }
  .section_short_b_in .row_b_b:last-child {
    margin-bottom: 0px;
  }
  .section_short_b_in .row_b_b {
    width: 100%;
  }
  .section_short_i .photolane_fn_main_img_holder {
    width: 350px;
  }
  /* SHORTCODES #2 */
  .photolane_fn_testimonails .testimonials {
    max-width: 400px;
  }
}

@media (max-width: 600px) {
  /* GRIDBG */
  .photolane_fn_gridbg_in .aaa {
    padding: 30px;
  }
  .photolane_fn_gridbg_in .img_name span {
    font-size: 24px;
  }
  .photolane_fn_gridbg_in ul li {
    width: 100%;
    margin-left: 0px;
  }
  .photolane_fn_gridbg_in ul {
    margin-left: 0px;
  }
  /* SHORTCODES #1 */
  .section_short_c .row_a {
    width: 100%;
    margin-bottom: 20px;
  }
  .section_short_c .row_b {
    width: 100%;
  }
  .section_short_c .row_a ul li {
    width: 50%;
  }
  /* SHORTCODES #2 */
  .mypie {
    width: 100%;
    padding: 0px 80px;
  }
  .photolane_fn_testimonails .testimonials {
    max-width: 360px;
  }
  .photolane_fn_team_carousel .box_wrap {
    width: 360px;
    padding: 30px;
  }
}

@media (max-width: 550px) {
  .photolane_fn_horizontal_menu .profile_res_info .info {
    width: 100%;
  }
  .photolane_fn_horizontal_menu .profile_res_info .profile_img {
    width: 100%;
    min-height: auto;
  }
}

@media (max-width: 500px) {
  /* SHORTCODES #1 */
  .section_short_c .row_a ul li {
    width: 100%;
  }
  /* SHORTCODES #2 */
  .mypie {
    padding: 0px 20px;
  }
  .photolane_fn_team_carousel .box_wrap {
    width: 300px;
  }
  .photolane_fn_team_carousel .box_wrap .box .info_title .title_holder {
    padding-left: 0px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .photolane_fn_secondary_wrap .about_msg {
    text-align: center;
  }
  .photolane_fn_accordion .accordion_in .acc_content .acc_img {
    float: none;
    text-align: center;
    margin: 20px 0px;
  }

  .photolane_fn_testimonails .prev_next_btn {
    display: none;
  }
  /* INDEX */
  .photolane_fn_main_slider .title_holder {
    bottom: 31px;
    left: 20px;
  }
  .photolane_fn_main_slider .title_holder h2 {
    font-size: 18px;
  }
  .photolane_fn_main_slider .purchase {
    bottom: 70px;
    left: 20px;
  }
  /* PROJECT #1*/
  .photolane_fn_main_img_holder .img_icons svg {
    width: 16px;
    height: 16px;
  }
  .photolane_fn_main_img_holder .img_name span {
    font-size: 15px;
  }
  .photolane_fn_main_img_holder .img_icons {
    bottom: 17px;
  }
  .photolane_fn_secondary_wrap .aaaabbbb .next a {
    font-size: 14px;
  }
  .photolane_fn_secondary_wrap .aaaabbbb .next a i {
    font-size: 18px;
    top: 1px;
    right: -5px;
  }
  /* PROJECT #2*/
  .photolane_fn_secondary_wrap .project_title h3 {
    font-size: 24px;
  }
  .second_type_of_project {
    height: 400px;
  }
  .second_type_of_project .project_title {
    left: 10px;
    bottom: 5px;
  }
  /* PROJECT #3*/
  .third_type_of_project .project_title {
    bottom: 5px;
  }
  /* PROJECT SINGLE #1*/
  .section_q .customer ul > li span.span1 {
    width: 120px;
  }
  /* PROJECT SINGLE #2*/
  .section_q.second_single .customer ul > li span.span1 {
    width: 120px;
  }
  /* GRIDBG */
  .photolane_fn_gridbg_in .aaa {
    padding: 20px;
  }
  /* HALFSLIDE */
  .photolane_fn_halfslide .half_b .flexslider .title_holder {
    padding-left: 9px;
  }
  .photolane_fn_halfslide .half_b .flexslider .img_icons {
    right: 10px;
    bottom: 19px;
  }
  .photolane_fn_halfslide .half_b .flexslider .title_holder h3 {
    font-size: 24px;
  }
  .flex-direction-nav a:before {
    font-size: 22px !important;
  }
  .photolane_fn_halfslide .half_b .flexslider .flex-direction-nav a {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .photolane_fn_halfslide .half_b .flexslider .flex-direction-nav .flex-next {
    margin-left: 30px;
  }
  /* ABOUT */
  .photolane_fn_secondary_wrap .photer_full_info h3 {
    font-size: 20px;
    line-height: 29px;
  }
  .photolane_fn_secondary_wrap .photer_knowledge .title_holder h1 {
    font-size: 36px;
  }
  .photolane_fn_secondary_wrap .photer_knowledge .title_holder h2 {
    font-size: 20px;
  }
  .photolane_fn_secondary_wrap .photer_knowledge .title_holder {
    padding-right: 0px;
  }
  .photolane_fn_secondary_wrap .about_msg p {
    font-size: 20px;
  }
  /* SHORTCODES #1 */
  .section_short_a .img_info {
    padding: 50px 10px 0px;
  }
  .section_short_a .img_info .title_holder h3 {
    font-size: 24px;
  }
  .section_short_b_in {
    padding: 15px 0px;
  }
  .photolane_fn_full_width_container .content_holder h3 {
    font-size: 24px;
    line-height: 1.4;
  }
  .photolane_fn_full_width_container .content_holder {
    padding: 0px 10px;
  }
  .section_short_e_content a {
    font-size: 13px;
  }
  .section_short_i .photolane_fn_main_img_holder {
    width: 300px;
  }
  /* SHORTCODES #2 */
  .photolane_fn_notification > .inner {
    padding: 50px 20px 20px 20px;
  }
  .mypie {
    padding: 0px 10px;
  }
  .photolane_fn_testimonails .item p {
    line-height: 1.4;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .photolane_fn_team_carousel .box_wrap {
    width: 240px;
  }
  .photolane_fn_team_carousel .box_wrap .box .info_content p {
    line-height: 1.4;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: left;
  }
  .photolane_fn_team_carousel .box_wrap .box .info_title .img {
    float: none;
    margin: 0px auto 20px auto;
  }
  .photolane_fn_team_carousel .box_wrap .box .info_title .title_holder {
    float: left;
    width: 100%;
  }
  /* SEARCH PREVIEW */
  .photolane_fn_search .search_box_in .form input {
    width: auto;
  }
  .photolane_fn_search .search_box {
    padding: 40px 30px;
  }
  /* SHARE PREVIEW */
  .photolane_fn_share .share_box {
    width: 200px;
    padding: 30px 40px;
  }
  .photolane_fn_share .share_box_in ul li {
    width: 100%;
    display: block;
  }
  .photolane_fn_share .share_box_in h3 {
    font-size: 15px;
  }
  /* SUBMENU */
  .photolane_fn_horizontal_menu .logo {
    width: 100%;
    text-align: center;
  }
  .photolane_fn_horizontal_menu .menu_list {
    width: 100%;
    text-align: center;
  }
  /* CONTACT */
  .photolane_fn_form h3 {
    font-size: 24px;
  }
  .photolane_fn_form > p {
    font-size: 14px;
  }
  .photolane_fn_form form input[type="button"] {
    width: 100%;
  }
  /* BLOG */
  .photolane_fn_blog_list .blog .title_holder h3 {
    line-height: 1;
  }
  .photolane_fn_blog_list .blog .title_holder h3 a {
    font-size: 24px;
  }
  /* CAMERA DETAILS */
  .details_popup {
    padding: 50px 30px;
  }
}

@media (max-width: 350px) {
  /* PROJECT #2*/
  .second_type_of_project {
    height: 300px;
  }
  .photolane_fn_team_carousel .box_wrap {
    width: 200px;
  }
  /* SHORTCODES #1 */
  .section_short_i .photolane_fn_main_img_holder {
    width: 250px;
  }
  /* CAMERA DETAILS */
  .details_popup table td {
    float: left;
    clear: both;
    padding: 5px 0px;
  }
  .details_popup table td.label {
    color: #f1f1f1;
  }
}
