@media (max-width: 767px) {
	.clients-logo {margin:0 !important}
	.row {margin-right:15px !important;}
	.logo_class {
		width:33.3% !important;
	}
	.testimonials-item {
		font-size:20px !important;
	}
	#main .article.is--pushed-right {
		-webkit-transform: translate3d(90%,0,0) !important;
		-moz-transform: translate3d(90%,0,0) !important;
		-ms-transform: translate3d(90%,0,0) !important;
		-o-transform: translate3d(90%,0,0) !important;
		transform: translate3d(90%,0,0) !important;
		cursor: w-resize !important !important;
	}
	.blog-grid.cols-2 .blog-item {
		width: 100% !important;
		float: none !important;
	}
	#main .blog-list .list-content-wrapper {
		padding: 166px 66px 0 34px !important;
	}
}
/* CALENDARIO STILE */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 25px;
	margin-top: -8px;
	color: #;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 47% !important;
	color: #000;
	float:left;
	background:#fff;
	margin-right:3%
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
#ui-datepicker-div.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #777;
  color: #252525;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  border-radius: 0px;
  width: 270px;
  padding: 5px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: #  none repeat scroll 0 0;
  border: 2px solid #252525;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
  height:70px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  right: 5px;
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
}
.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}

.ui-datepicker-calendar .ui-state-default{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #252525;
  display: block;
  font-size: 12px;
  font-weight: 400;
  height: 35px;
  line-height: 25px;
  margin-bottom: 5px;
  padding: 4px 2px;
  text-align: center;
  width: 35px !important;
  transition: all 500ms ease;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active{
  background: # ;
  color: #fff;
  border-color: # ;
}
/*////////////////////////////////////////////////////////////////////////////*/
.apps-craft-faq-section {
    background-color: #F4F4F4;
}
.apps-craft-contact-form{
	background-color: #fff;
    box-shadow: 0 0 32px rgba(0,0,0,.05);
}
/* COLORI CHAT */
.sedi {

	background:#;
	color:#2d2c32;
	height: 120px;
	border-bottom:# solid 1px;
}
#chat_open{
	background:rgba(0, 0, 0, 1) !important;
	color: rgba(0, 0, 0, 1);

}
#chat {border: 1px solid rgba(0, 0, 0, 1) !important}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes switch {
    0%   {background-color:#;}
    25%  {background-color:#;}
    50%  {background-color:#353537;}
    75%  {background-color:#ececec;}
    100% {background-color:#;}
}

/* Standard syntax */
@keyframes switch {
    0%   {background-color:#;}
    25%  {background-color:#;}
    50%  {background-color:#353537;}
    75%  {background-color:#ececec;}
    100% {background-color:#;}
}

/* /////////////////// */

html {overflow-x:hidden !important;}
body {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 2em;
    color: #5f5f5f;
    position: relative;
}
.project-title a:hover {color:#fff;opacity:0.8;text-decoration:none !important;}
#header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    background:none;
    padding-top: 60px;
}
@media (max-width: 991px) {
	#header {
    
    padding-top: 20px;
	padding-right: 50px;
}
	
}	
.social_li {float:left;height:50px;width:50px;background:#333;font-size:15px;border-radius:100%;margin-left:5px !important;margin-top:10px !important;text-align:center;padding-top:13px !important;}
.social_li i {font-size:25px;color:#fff;margin:0 !important;}

.menu-button-back {
    display: block;
    float: left;
    font-size: 28px;
    line-height: 1em;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.menu-button-back i:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top:1px solid;
    color: inherit;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    left: 1px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.menu-button-back:hover i:after {
    width:26px;
}
.menu-button-back:hover {
    opacity: 1;
}
.menu-button-back:hover {
    transform:matrix(1, 0, 0, 1, -8, 0);
}
.portfolio-details .menu-button-back {
    position: fixed;
}
.menu-button-open {
    float: right;
    display: block;
    width: 24px;
    height: 18px;
    position: relative;
    margin: 4px 0 0 0;
}
.menu-button-close {
    float: right;
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: 0px;
    color: #ffffff;
    margin-top: 16px;
}
.menu-button-close i {
    font-size: 47px;
    line-height: 47px;
    color: #ffffff;
}
.menu-button-open {
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.7s ease-in;
    -moz-transition: all 0.7s ease-in;
    -ms-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.menu-button-open.loaded {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.menu-button-open span {
    display: block;
    position: absolute;
    width: 0%;
    height: 0px;
    color: transparent;
    border: 1px solid rgba(0, 0, 0, 1) !important;
    -webkit-transition: all 0.7s ease-in;
    -moz-transition: all 0.7s ease-in;
    -ms-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
	background: rgba(0, 0, 0, 1) !important;
}
.menu-button-open.loaded span {
    width: 100%;
    color: inherit;
}
.menu-button-open .line1 {
    top: 0;
}
.menu-button-open .line2 {
    top: 8px;
}
.menu-button-open .line3 {
    bottom: 0;
}
.menu-button-close span {
    display: block;
    position: absolute;
    width: 100%;
    height: 0px;
    top: 40%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    color: inherit;
    border: 1px solid;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.menu-button-close .line1 {
    transform:translateY(-6px);
}
.menu-button-close .line2 {
    transform:translateY(6px);
}
.menu-button-close.loaded .line1 {
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -moz-transform: rotate(45deg);   /* Firefox */
    -ms-transform: rotate(45deg);   /* IE 9 */
    -o-transform: rotate(45deg);   /* Opera */
    transform: rotate(45deg);
}
.menu-button-close.loaded .line2 {
    -webkit-transform: rotate(-45deg); /* Safari and Chrome */
    -moz-transform: rotate(-45deg);   /* Firefox */
    -ms-transform: rotate(-45deg);   /* IE 9 */
    -o-transform: rotate(-45deg);   /* Opera */
    transform: rotate(-45deg);
}
.overflow-hidden {

}
.menu-lightbox {
    position: fixed;
    top: 0%;
    right: 0;
    left: 0%;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
    background-color: rgba(0, 0, 0, 1) !important;
    z-index: 999;
    color: rgba(0, 0, 0, 1) !important;
    display: none;
}
.menu-lightbox {
	z-index: 120000;
}
#lightbox-header {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
}
@media (max-width: 767px) {
	#lightbox-header .container {padding-left:0 !important;}
	#lightbox-header {
		margin-top:0 !important;
		top: 20px;
	}
	
}	
#lightbox-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: rgba(255,255,255,0.25);
    padding-bottom: 64px;
}
#lightbox-footer .copyright {
    font-size: 10px;
    line-height: 1em;
    font-family: 'Montserrat', sans-serif;
    float: left;
	color: rgba(0, 0, 0, 1) !important;;
}
#lightbox-footer .socials {
    float: right;
    padding: 0;
    width: auto;
}
#lightbox-footer .socials li {
    width: auto;
    height: auto;
    padding: 0 0 0 25px;
    overflow: hidden;
}
#lightbox-footer .socials li a i {
    display: none;
}
#lightbox-footer .socials li a {
    font-size: 10px;
    line-height: 10px;
    color: rgba(255,255,255,0.5);
    font-weight: normal;
    padding-bottom: 4px;
    border-bottom: 1px solid transparent;
    transform:translate(100px,0px);
    -webkit-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}
#lightbox-footer .socials li a span {
    color: inherit;
    padding-bottom: 3px;
}
#lightbox-footer .socials li a:hover span {
    -webkit-transition: none;
    transition: none;
}
#lightbox-footer .socials li a span:after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    height: 0px;
    color: inherit;
    border-top: 1px solid;
    -webkit-transition: width 0.4s ease-out;
    -moz-transition: width 0.4s ease-out;
    -ms-transition: width 0.4s ease-out;
    -o-transition: width 0.4s ease-out;
    transition: width 0.4s ease-out;
}
.menu-lightbox.active #lightbox-footer .socials li a {
    transform:translate(0,0);
}
#lightbox-footer .socials li a:hover span:after {
    width: 100%;
}
#lightbox-footer .socials li.behance a:hover {
    color: #f7f7f7 !important;
}
.menu-lightbox .menu {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding: 0px;
    list-style: none;
}
.menu-lightbox .menu li {
    padding: 0 0 0px 0;
    margin: 0 0 21px 0;
}
.menu-lightbox a {color: rgba(0, 0, 0, 1) !important;}

.menu-lightbox .menu li a {
    color: rgba(0, 0, 0, 1);
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2.5px;
    position: relative;
    display: inline-block;
    padding-right: 30px;
    transform:translate(0,30px);
    -webkit-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
    opacity: 0;
}
.menu-lightbox.active .menu li a {
    transform:translate(0,0px);
    opacity: 1;
}
.menu-lightbox .menu li a:after {
    content: "\f3d3";
    font-family: "Ionicons";
    font-size: 18px;
    line-height: 1em;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    right: 10px;
    top: -2px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: rgba(0, 0, 0, 1);
}
.menu-lightbox .menu li a:hover {
    color: rgba(0, 0, 0, 1);
}
.menu-lightbox .menu li a:hover:after {
    right: 0;
    opacity: 1;
}
.logo {
    overflow: hidden;
    float: left;
}
#header .logo a {
    display: block;
    opacity: 0;
    -webkit-transition: all 0.9s ease-in;
    -moz-transition: all 0.9s ease-in;
    -ms-transition: all 0.9s ease-in;
    -o-transition: all 0.9s ease-in;
    transition: all 0.9s ease-in;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
#header .logo.loaded a {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.logo img {
    float: left;
    padding-right: 21px;
}
.logo .heading-1 {
    float: left;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-weight: normal;
    font-size: 22px;
    line-height: 2.32em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#header .logo img.dark {
    display: none;
}
#header.dark .logo img.light {
    display: none;
}
#header.dark .logo img.dark {
    display: block;
}
#header.dark .logo .heading-1 {
    color: #202020;
}
.section {
    background-size: cover;
    background-position: center;
}
.section.extra-pad .fp-tableCell {
    padding: 30px 0px;
}
#slider .slide {
    position: relative;
    padding-left: 140px;
    padding-right: 140px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#fullpage .section {
    transition:all 0.5s ease-in-out;
}
.transparent {
    opacity:0;
}
@keyframes kenBurns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes kenBurns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
#slider .slide-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    background-color: #212121;
    background-size: cover;
    background-position: center center;
}
#slider .slide-1 {
    height: 100vh;
}
#slider .slide-1 .overlay-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.98);
    z-index: 1;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#slider.loaded .slide-1 .overlay-bg {
    opacity: 0;
}

#slider .slide-1 .slide-bg {
    background-image: url('../../images/79/slide_1.jpg');
}
#slider .slide-2 .slide-bg {
    background-image: url('../../images/79/slide_2.jpg');
}
#slider .slide-3 .slide-bg {
    background-image: url('../../images/79/slide_3.jpg');
}
#slider .slide .next-preview {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20%;
    background: none;
    z-index: 9;
}
#slider .slide .desc {
    position: relative;
    float: left;
    z-index: 1;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    opacity: 0;
    padding-bottom: 10px;
    transform:translateY(50px);
    -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}
#slider .slide a {
    color: inherit;
}
#slider.loaded .slide .desc {
    opacity: 1;
    transform:translateY(0px);
}

#slider .slide .desc .subtitle {
    display: block;
    overflow: hidden;
    font-size: 10px;
    line-height: 3.3em;
    margin-bottom: 8px;
    letter-spacing: 2px;
}
#slider .slide .desc .subtitle span {
    display: block;
    opacity: 0;
    transform:translateY(35px);
    -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 1.3s;
    transition:         all 1s cubic-bezier(0.075, 0.82, 0.165, 1) 1.3s;
}
#slider .slide .desc .heading-2 {
    font-size: 36px;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: 3px;
    opacity: 0;
    transform:translateY(110px);
    -webkit-transition: all 1.2s cubic-bezier(0.075, 0.82, 0.165, 1) 1.3s;
    transition:         all 1.2s cubic-bezier(0.075, 0.82, 0.165, 1) 1.3s;
}
#slider .slide.active .desc span,
#slider .slide.active .desc .heading-2 {
    opacity: 1;
    transform:translateY(0px);
}

#slider .fp-controlArrow {
    border: 0;
    font-family: 'Ionicons';
    font-size: 28px;
    height: 18px;
    line-height: 18px;
    color: #ffffff;
    width: 30px;
    margin: 82px 0 0 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    transform:matrix(1, 0, 0, 1, 0, 0);
    opacity: 0;
}
#slider.loaded .fp-controlArrow {
    opacity: 0.65;
}
#slider .fp-controlArrow.fp-prev {
    right: auto;
    left: 140px;
}
#slider .fp-controlArrow.fp-prev:before {
    content: "\f3d2";
}
#slider .fp-controlArrow.dark {
    color: #202020;
}
#slider .fp-controlArrow:after {
    content: "";
    width: 0px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 1px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#slider .fp-controlArrow.dark:after {
    background-color: #202020;
}
#slider .fp-controlArrow.fp-next {
    right: auto;
    left: 197px;
    text-align: right;
}
#slider .fp-controlArrow.fp-next:before {
    content: "\f3d3";
}
#slider .fp-controlArrow.fp-next:after {
    right: 1px;
    left: auto;
}
#slider .fp-controlArrow:hover:after {
    width:26px;
}
#slider .fp-controlArrow:hover {
    opacity: 1;
}
#slider .fp-controlArrow.fp-next:hover {
    transform:matrix(1, 0, 0, 1, 8, 0);
}
.fp-slidesNav.bottom {
    bottom: 90px;
}
.fp-slidesNav ul {
    height: 14px;
}
.fp-slidesNav ul li {
    height: 14px;
    width: 14px;
    margin: 0 14px;
    padding:0;
}
.fp-slidesNav ul li a {
    color: rgba(255,255,255, .4);
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    width: 16px;
    height: 14px;
    line-height: 14px;
}
.fp-slidesNav.dark ul li a {
    color: rgba(0,0,0, .4);
}
.fp-slidesNav ul li a:hover, .fp-slidesNav ul li a.active {
    color: #ffffff;
}
.fp-slidesNav.dark ul li a:hover, .fp-slidesNav.dark ul li a.active {
    color: #212121;
}
.fp-slidesNav ul li a span {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    color: inherit;
    text-align: center;
    background: none !important;
    left: 0;
    top: 0;
}
.fp-slidesNav ul li a span b {
    display: inline-block;
    font-weight: normal;
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
#slider.loaded .fp-slidesNav ul li a span b {
    opacity: 1;
    transform:matrix(1, 0, 0, 1, 0, 0) !important;
}
.tp-caption.desc {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    width: auto;
    white-space: nowrap;
    display: block;
	text-decoration:none;
}
.tp-caption.desc.dark {
    color: #212121;
}
.tp-caption.desc a {
    color: inherit;
}
.tp-bannertimer {
    display: none !important; 
}
.tp-caption.desc .subtitle {
    display: block;
    overflow: hidden;
    font-size: 10px;
    line-height: 3.3em;
    margin-bottom: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.tp-caption.desc .heading-2 {
    font-size: 36px;
    line-height: 1.4em;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.tp-caption.desc {
    padding-left: 55px !important;
}

.tp-banner {
    width: 100%;
    overflow: hidden;
}
.tparrows.default {
    border: 0;
    font-family: 'Ionicons';
    font-size: 28px;
    height: 18px;
    line-height: 18px;
    color: #ffffff;
    width: 30px;
    background: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    transform:matrix(1, 0, 0, 1, 0, 0) !important;
}
.tparrows.default:before {
    color: inherit;
    line-height: inherit;
    text-align: inherit;
}
.tparrows.default {
    top: 50% !important;
    left: 150px !important;
    margin-top: 90px;
}
.revslider-initialised .tparrows.default {
    opacity: 0.65;
}
.tp-leftarrow:before {
    content: "\f3d2";
}
.tparrows.default.dark {
    color: #202020;
}
.tparrows.default:after {
    content: "";
    width: 0px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 1px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.tparrows.default.dark:after {
    background-color: #202020;
}
.tp-rightarrow:before {
    content: "\f3d3";
}
.tp-rightarrow {
    right: auto;
    text-align: right;
    margin-left: 57px;
}
.tparrows.default.tp-rightarrow:after {
    right: 1px;
    left: auto;
}
.tparrows.default:hover:after {
    width:26px;
}
.tparrows.default:hover {
    opacity: 1;
}
.tparrows.default.tp-leftarrow:hover {
    transform:matrix(1, 0, 0, 1, -8, 0) !important;
}
.tparrows.default.tp-rightarrow:hover {
    transform:matrix(1, 0, 0, 1, 8, 0) !important;
}

.tp-bullets.wythe .tp-bullet {
    color: rgba(255,255,255, .4);
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    width: 16px;
    height: 24px;
    line-height: 24px;
    background: none;
    z-index: 2;
}
.tp-bullets.wythe .tp-bullet.dark {
    color: rgba(0,0,0, .4);
}
.tp-bullets.wythe .tp-bullet:hover, .tp-bullets.wythe .tp-bullet.selected {
    color: #ffffff;
}
.tp-bullets.wythe .tp-bullet.dark:hover, .tp-bullets.wythe .tp-bullet.dark.selected {
    color: #212121;
}
.tp-bullets.wythe .tp-bullet b {
    display: inline-block;
    font-weight: normal;
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.revslider-initialised .tp-bullets.wythe .tp-bullet b {
    opacity: 1;
    transform:matrix(1, 0, 0, 1, 0, 0) !important;
}
.pagination-line-container {
    width: 100%;
    position: absolute;
    padding-top: 25px;
    height: 51px;
    top: 0;
    margin-top: 6px;
    z-index: 1;
}
.pagination-line {
    height: 100%;
    display: block;
    width: 30px;
    position: relative;
}
.pagination-line .line-item {
    will-change: transform;
    background-color: #ffffff;
    width: 1px;
    height: 1px;
    margin-left: 8px;
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#slider.loaded .pagination-line .line-item {
    opacity: 1;
    transform:matrix(1, 0, 0, 1, 0, 0) !important;
}
.pagination-line.dark .line-item {
    background-color: #202020;
}
#slider .fp-controlArrow.fp-prev:hover {
    transform:matrix(1, 0, 0, 1, -8, 0);
}
.revslider-initialised .pagination-line .line-item {
    opacity: 1;
    transform:matrix(1, 0, 0, 1, 0, 0) !important;
}
.pagination-line.dark .line-item {
    background-color: #202020;
}
.special-hover span, 
a.tp-caption .heading-2 span {
    position: relative;
    padding-bottom: 3px;
    color: inherit;
}
.special-hover span:after,
a.tp-caption .heading-2 span:after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    height: 0px;
    color: inherit;
    border-top: 1px solid;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.special-hover:hover span:after,
a.tp-caption .heading-2:hover span:after {
    width: 100%;
}

/*info-block*/
.title-block {
    position: relative;
    z-index: 1;
    color: #202020;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-bottom: 33px;
    overflow: hidden;
}
.title-block .subtitle {
    display: block;
    font-size: 10px;
    line-height: 3.3em;
    margin-bottom: 7px;
    letter-spacing: 2.15px;
    color: #9b9b9b;
	font-weight: 300;
}
.title-block .heading-2 {
    font-size: 26px;
    line-height: 1.1em;
    font-weight: bold;
    letter-spacing: 6.1px;
}
.title-block .heading-1 {
    font-size: 25px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 5px;
}
.info-block .text {
    font-size: 17px;
    line-height: 1.5em;
	font-weight: 300;
}
.info-block {
    margin-bottom: 36px;
    overflow: hidden;
}
.pad-top-liq {
    padding-top: 10%;
}
@media (max-width: 767px) {	
	.pad-top-liq {
		padding-top: 0;
	}
	.tp-caption.desc {
		padding-left: 15px !important;
	}
	.tp-caption.desc .heading-2 {
		font-size: 19px;
		margin-left: -69px;
	}
	.tp-mask-wrap {overflow: unset !important;}
}
.custom-button {
    font-size: 10px;
    text-transform: uppercase;
    color: #202020;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    line-height: 64px;
    display: block;
    overflow: hidden;
    float: left;
    clear: both;
}
.custom-button:before {
    font-size: 22px;
    line-height: 58px;
    height: 58px;
    width: 58px;
    display: block;
    float: left;
    border-radius: 100%;
    border: 2px solid;
    text-align: center;
    margin-right: 26px;
    text-indent: 4px;
}
.custom-button:hover {
    color: #5f5f5f;
}
.ipad-mockup {
    margin-right: 23px;
    clear: both;
    background-image: url(../../../images/79/79/info-ipad-area.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-bottom: 69.8723%;
    position: relative;
}
.ipad-mockup .inner-padding {
    padding:0;
    overflow: hidden;
    position: absolute;
    top: 8%;
    bottom: 12.1%;
    left:9.72%;
    right: 11.18%;
}
.ipad-mockup .inner-padding img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*portfolio*/
.portfolio-container {
    overflow: hidden;
}
/*.portfolio-container[data-scrolled-into-view]{
    opacity: 1;
    transform:translateZ(0);
}
.portfolio-container[data-scrolled-into-view="true"] .portfolio-item {
    animation: FadeIn .6s linear;
    animation-fill-mode: both;
}
.portfolio-container[data-scrolled-into-view="true"] .portfolio-item:nth-child(2) { animation-delay: .2s }
.portfolio-container[data-scrolled-into-view="true"] .portfolio-item:nth-child(3) { animation-delay: .4s }
.portfolio-container[data-scrolled-into-view="true"] .portfolio-item:nth-child(4) { animation-delay: .6s }
.portfolio-container[data-scrolled-into-view="true"] .portfolio-item:nth-child(5) { animation-delay: .8s }
.portfolio-container[data-scrolled-into-view="true"] .portfolio-item:nth-child(6) { animation-delay: 1s }
.portfolio-container[data-scrolled-into-view="true"] .portfolio-item:nth-child(7) { animation-delay: 1.2s }
.portfolio-container[data-scrolled-into-view="true"] .portfolio-item:nth-child(8) { animation-delay: 1.4s }*/
.portfolio-item.dark {
    width: 33.3%;
    float: left;
    height: 0;
    padding-top: 28.114%;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    color: #202020;
	
}
.portfolio-item.four {
    width: 25%;
    float: left;
    height: 0;
    padding-top: 28.114%;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    color: #202020;
	
}
@media (max-width: 767px) {
	
	.portfolio-item.dark {
		width: 100% !important;
		min-height:320px !important;
	}
	.portfolio-item.four {
		width: 100% !important;
		min-height:320px !important;
	}	
	.portfolio-item {
		width: 50% !important;
		min-height:300px !important;
	}
}

.portfolio-item.dark {

}
.portfolio-item.dark_2 {
	
	width: 20%;
    float: left;
    height: 0;
    padding-top: 28.114%;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    color: #202020;

}
.portfolio-item.width-1x {
    width: 20%;	
    float: left;
    height: 0;
    padding-top: 28.114%;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    color: #202020;
}
.portfolio-item.width-2x {
    width: 40%;
	float: left;
    height: 0;
    padding-top: 28.114%;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    color: #202020;
}
.portfolio-item.height-2x {
   padding-top: 56.228%; 
}
.portfolio-meta {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    -webkit-transition: -webkit-transform cubic-bezier(.23,.81,.4,1) .5s;
    -moz-transition: -moz-transform cubic-bezier(.23,.81,.4,1) .5s;
    transition: transform cubic-bezier(.23,.81,.4,1) .5s;
}
.portfolio-like {
    width: 55px;
    text-align: center;
    font-size: 18px;
    display: block;
    position: absolute;
    top: 68px;
    left: 0;
    color: inherit;
    -webkit-transition: -webkit-transform cubic-bezier(.23,.81,.4,1) .5s;
    -moz-transition: -moz-transform cubic-bezier(.23,.81,.4,1) .5s;
    transition: transform cubic-bezier(.23,.81,.4,1) .5s;
    -webkit-transform: translate3d(15px,0,0);
    -moz-transform: translate3d(15px,0,0);
    -ms-transform: translate3d(15px,0,0);
    transform: translate3d(15px,0,0);
}
.portfolio-meta time {
    position: absolute;
    left: 55px;
    bottom: 0;
    height: 55px;
    line-height: 55px;
    -webkit-transition: -webkit-transform cubic-bezier(.23,.81,.4,1) .5s;
    -moz-transition: -moz-transform cubic-bezier(.23,.81,.4,1) .5s;
    transition: transform cubic-bezier(.23,.81,.4,1) .5s;
    -webkit-transform: translate3d(0px,-15px,0);
    -moz-transform: translate3d(0px,-15px,0);
    -ms-transform: translate3d(0px,-15px,0);
    transform: translate3d(0px,-15px,0);
}
.portfolio-item-more {
    position: absolute;
    width: 32px;
    right: 30px;
    bottom: 0;
    height: 55px;
    line-height: 55px;
    font-size: 17px;
    text-align: right;
    color: inherit !important;
    -webkit-transition: -webkit-transform cubic-bezier(.23,.81,.4,1) .5s;
    -moz-transition: -moz-transform cubic-bezier(.23,.81,.4,1) .5s;
    transition: transform cubic-bezier(.23,.81,.4,1) .5s;
    -webkit-transform: translate3d(0px,-15px,0);
    -moz-transform: translate3d(0px,-15px,0);
    -ms-transform: translate3d(0px,-15px,0);
    transform: translate3d(0px,-15px,0);
}
.portfolio-item-more i {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    transform: matrix(1,0,0,1,0,0);
    display: block;
    position: relative;
}
.portfolio-item-more i:after {
    content: "";
    width: 0px;
    height: 1px;
    border-top: 1px solid;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 2px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.portfolio-item-more:hover i:after {
    width: 26px;
}
.portfolio-item-more:hover i {
    transform: matrix(1,0,0,1,8,0);
}
.portfolio-item:hover .portfolio-item-more,
.portfolio-item:hover .portfolio-meta time,
.portfolio-item:hover .portfolio-like {
    -webkit-transform: translate3d(0px,0px,0);
    -moz-transform: translate3d(0px,0px,0);
    -ms-transform: translate3d(0px,0px,0);
    transform: translate3d(0px,0px,0);
}
.portfolio-header {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: -webkit-transform cubic-bezier(.23,.81,.4,1) .5s;
    -moz-transition: -moz-transform cubic-bezier(.23,.81,.4,1) .5s;
    transition: transform cubic-bezier(.23,.81,.4,1) .5s;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-item:hover .portfolio-header {
    -webkit-transform: translate3d(55px,-55px,0);
    -moz-transform: translate3d(55px,-55px,0);
    -ms-transform: translate3d(55px,-55px,0);
    transform: translate3d(55px,-55px,0);
}
.portfolio-img {
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.portfolio-img img {
    width: 100%;
}
.portfolio-item-title {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    padding: 55px 35px 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform cubic-bezier(.23,.81,.4,1) .5s;
    -moz-transition: -moz-transform cubic-bezier(.23,.81,.4,1) .5s;
    transition: transform cubic-bezier(.23,.81,.4,1) .5s;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-item-title .meta-categories {
    color: rgba(255,255,255,.5);
    font-size: 10px;
    line-height: 1em;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.portfolio-item.dark .portfolio-item-title .meta-categories {
    color: rgba(32,32,32,0.5);
}
.portfolio-item-title .meta-categories a {
    color: inherit;
}
.portfolio-item:hover .portfolio-item-title {
    -webkit-transform: translate3d(-22.5px,55px,0);
    -moz-transform: translate3d(-22.5px,55px,0);
    -ms-transform: translate3d(-22.5px,55px,0);
    transform: translate3d(-22.5px,55px,0);
}
.portfolio-item-title .heading-3 {
    font-size: 16px;
    line-height: 1em;
    color: #ffffff;
    letter-spacing: 3px;
}
.portfolio-item.dark .portfolio-item-title .heading-3 {
    color: #202020;
}
.hide {
    display: none;
}
.portfolio-item.portfolio-more-items {
    background-color: #ffffff;
}
.portfolio-more-items .load-more {
    width: 130%;
    height: auto;
    padding-top: 130%;
    display: block;
    position: absolute;
    top: 57%;
    left: -15%;
    background-color: #ffffff;
    border-radius: 50% 50% 0 0;
    -webkit-transition: -webkit-transform cubic-bezier(.23,.81,.4,1) .5s;
    -moz-transition: -moz-transform cubic-bezier(.23,.81,.4,1) .5s;
    transition: transform cubic-bezier(.23,.81,.4,1) .5s;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    text-align: center;
    overflow: hidden;
}
.portfolio-more-items .load-more.active {
    background-color: #ededed;
}
.portfolio-more-items .load-more span {
    font-size: 22px;
    line-height: 1em;
    top: 23%;
    position: absolute;
    width: 100%;
    left: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #a6a6a6;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    display: block;
    z-index: 2;
    -webkit-transition: all cubic-bezier(.23,.81,.4,1) .5s;
    -moz-transition: all cubic-bezier(.23,.81,.4,1) .5s;
    transition: all cubic-bezier(.23,.81,.4,1) .5s;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-more-items .load-more.active span {
    color: #202020;
}
.portfolio-more-items .load-more.active:hover {
    -webkit-transform: translate3d(0,-25px,0);
    -moz-transform: translate3d(0,-25px,0);
    -ms-transform: translate3d(0,-25px,0);
    transform: translate3d(0,-25px,0);
}
.portfolio-more-items .load-more.active:hover span {
    -webkit-transform: translate3d(0,50px,0);
    -moz-transform: translate3d(0,50px,0);
    -ms-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    font-size: 18px;
}
.portfolio-more-items .load-more:after {
    content: "";
    width: 0%;
    height: 0%;
    left: 50%;
    right: 0;
    display: block;
    position: absolute;
    top: 50%;
    background-color: #f7f7f7;
    border-radius: 100%;
    z-index: 1;
    margin-top: 25px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.portfolio-more-items .load-more.active:hover:after {
    width: 104%;
    height: 104%;
    margin-top: 0;
    -webkit-transition: all 1.2s linear;
    -moz-transition: all 1.2s linear;
    -ms-transition: all 1.2s linear;
    transition: all 1.2s linear;
}
/*Services*/
#services {
    padding: 60px 0px;
}
.service-block {
    margin-bottom: 92px;
    padding-top: 8px;
}
.service-block:last-child {
    margin-bottom: 0;
}
.service-block .icon-box {
    font-size: 48px;
    line-height: 1em;
    color: #9b9b9b;
    margin-bottom: 17px;
}
.service-block .service-title {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #202020;
    letter-spacing: 3.2px;
    margin-bottom: 13px;
}
/*clients*/
#clients {
    background-color: #e6e6e6;
    padding: 124px 0 152px;
}
.logo_class {padding: 15px;border:2px solid #e1e1e1;}
.logo_class img {width:100%;}
.clients-logo {
    width: 100%;
    min-height: 52px;
    overflow: hidden;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 0 137px 0;
    text-align: center;
}
.clients-logo li {
    display: block;
    width: 12.5%;
    height: 52px;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    opacity: 1;
}
/* .clients-logo li.hide {
    display: none;
    height: 0;
}
.clients-logo li.show {
    display: block;
    opacity: 1;
} */
@keyframes showIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clients-logo li.show {
    animation: showIn 0.7s cubic-bezier(.694,0,.335,1);
    -webkit-animation: showIn 0.7s cubic-bezier(.694,0,.335,1);
}
.clients-logo li img {
    position: relative;
    top: 50%;
    transition: all .3s;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.5;
    -webkit-backface-visibility: hidden;
}
.clients-logo li a:hover img {
    opacity: 1;
}
.testimonials {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.testimonials-item {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 1.667em;
    color: #d7d7d7;
    width: 100%;
    float: left;
}
.owl-testimonials .owl-nav {
    width: 87px;
    margin: 90px auto 0;
    position: relative;
    height: 18px;
}
.owl-testimonials .owl-nav div {
    border: 0;
    font-family: 'Ionicons';
    font-size: 28px;
    height: 18px;
    line-height: 18px;
    color: #ffffff;
    width: 30px;
    margin: 0px 0 0 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    transform:matrix(1, 0, 0, 1, 0, 0);
    opacity: 0.65;
    cursor: pointer;
}
.owl-testimonials .owl-nav .owl-prev {
    right: auto;
    left: 0px;
}
.owl-testimonials .owl-nav .owl-prev:before {
    content: "\f3d2";
}
.owl-testimonials .owl-nav div:after {
    content: "";
    width: 0px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 1px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.owl-testimonials .owl-nav .owl-next {
    right: 0;
    left: auto;
    text-align: right;
}
.owl-testimonials .owl-nav .owl-next:before {
    content: "\f3d3";
}
.owl-testimonials .owl-nav .owl-next:after {
    right: 1px;
    left: auto;
}
.owl-testimonials .owl-nav div:hover:after {
    width:26px;
}
.owl-testimonials .owl-nav div:hover {
    opacity: 1;
}
.owl-testimonials .owl-nav .owl-prev:hover {
    transform:matrix(1, 0, 0, 1, -8, 0);
}
.owl-testimonials .owl-nav .owl-next:hover {
    transform:matrix(1, 0, 0, 1, 8, 0);
}
/*#blog*/
#blog {
    padding: 123px 0 140px;
}
.blog-grid {
    padding-top: 54px;
    width: 100%;
    overflow: hidden;
}
.blog-grid.cols-4 .blog-item {
    width: 25%;
    float: left;
}
.blog-grid.cols-2 .blog-item {
    width: 50%;
    float: left;
}
.mb40 {
    margin-bottom: 40px;
}
.blog-item {
    padding: 27px 41px 0 41px;
    width: 100%;
    min-height: 300px;
    position: relative;
    z-index: 0;
    background-color: #f7f7f7;
}
.blog-item:nth-child(2n){
    background-color: #ededed;
}
.blog-item .post-img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: all 1.2s cubic-bezier(.23,.81,.4,1);
    -moz-transition: all 1.2s cubic-bezier(.23,.81,.4,1);
    -ms-transition: all 1.2s cubic-bezier(.23,.81,.4,1);
    -o-transition: all 1.2s cubic-bezier(.23,.81,.4,1);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    will-change:opacity;
}
.blog-item:hover .post-img {
    opacity: 1;
}
.blog-item .post-img img {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: 1;
    height: 100%;
    object-fit: cover;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-item .post-img .overlay-img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 2;
}
.blog-item .meta-categories {
    margin-bottom: 7px;
}
.blog-item .meta-categories a {
    color: rgba(32,32,32,0.5);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1em;
}
.blog-item:hover .meta-categories a {
    color: rgba(255,255,255,0.5);
}
.blog-item .heading-3 {
    font-size: 16px;
    line-height: 1em;
    color: #202020;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
}
.blog-item .heading-3 a {
    color: inherit;
}
.blog-item:hover .heading-3 {
    color: #ffffff;
}
.blog-item .blog-item-more {
    color: #202020;
    display: block;
    position: absolute;
    bottom: 36px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.blog-item .blog-item-more:before {
    content: "";
    width: 0;
    height: 40px;
    border-left: 1px solid #c5c5c5;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.blog-item:hover .blog-item-more {
    color: #ffffff;
    padding-top: 40px;
}
.blog-item:hover .blog-item-more:before {
    height: 25px;
}
.load-more-text {
    font-size: 11px;
    line-height: 1em;
    color: #9b9b9b;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 50px;
    display: none;
    padding-top: 25px;
}
/*Call to action*/
#call-to-action {
    padding: 90px 0 90px;
    background-color: #000000;
}
.cta-block {
    display: table;
    vertical-align: middle;
    table-layout: fixed;
    width: 100%;
}
.cta-text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    line-height: 1.923em;
    color: #ffffff;
    width: 80%;
}
.cta-button {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 20%;
}
.button {
    border:0;
    padding: 0 45px;
    color: #ffffff;
    font-size: 10px;
    line-height: 51px;
    height: 51px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    background-color: #202020;
    display: inline-block;
    width: auto;
    cursor: pointer;
    position: relative;
}
.button span {
    position: relative;
    z-index: 1;
}
.button.spec-hover {
    overflow: hidden;
}
.button.spec-hover:before {
    content: "";
    position: absolute;
    display: block;
    z-index: 0;
    width: 0px;
    height: 0px;
    left: 50%;
    top: 50%;
    right: 0;
    margin-top: 30px;
    background: #e51428;
    border-radius: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.button.spec-hover:hover:before {
    width: 200px;
    height: 200px;
    margin-top: 0;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}
.cta-button .button {
    background-color: transparent;
    border: 1px solid #4c4c4c;
    height: 70px;
    line-height: 68px;
    position: relative;
    display: block;
    overflow: hidden;
    float: right;
    clear: left;
}
.cta-button .button:before {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
    width: 0px;
    height: 0px;
    left: 50%;
    top: 50%;
    right: 0;
    margin-top: 30px;
    background: #4c4c4c;
    border-radius: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.cta-button .button:hover:before {
    width: 200px;
    height: 200px;
    margin-top: 0;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}
/*Team*/
#team {
    padding-top: 116px;
}
.team-members {
    padding-top: 54px;
}
.team-member {
    position: relative;
    padding:0;
}
.member-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    padding: 20px 55px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    will-change:opacity;
}
.team-member:hover .member-info {
    opacity: 1;
}
.member-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.8333em;
    color: #ffffff;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.member-position {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    line-height: 1em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 37px;
}
.member-socials {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    overflow: hidden;
}
.member-socials li {
    padding: 0 11px 0 0;
    margin: 0;
    float: left;
}
.member-socials li a {
    color: #ffffff;
    font-size: 16px;
}
.dtable {
    display: table;
    width: 100%;
    height: 100%;
}
.dtcell {
	vertical-align: middle;
	display: table-cell;
	}
@media (max-width: 767px) {
	.mobile-menu{
		padding-top:145px !important;
	}
	
}
/*Contacts*/
#contacts {

}
.socials {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 54px;
    padding-bottom: 54px;
}
.socials li {
    display: block;
    padding: 0;
    margin: 0;
    width: 16.66666%;
    height: 130px;
    float: left;
    text-align: center;
    padding-top: 50px;
}
.socials li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    color: #202020;
    letter-spacing: 2px;
}
.socials li a i {
    display: none;
    font-size: 24px;
}
.socials li a span {
    display: inline-block;
    position: relative;
}
.socials li a:hover span {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.socials li.facebook a:hover {
    color: #3b5999 !important;
}
.socials li.twitter a:hover {
    color: #55acee !important;
}
.socials li.linkedin a:hover {
    color: #0077B5 !important;
}
.socials li.vimeo a:hover {
    color: #1ab7ea !important;
}
.socials li.instagram a:hover {
    color: #e4405f !important;
}
.socials li.behance a:hover {
    color: #131418 !important;
}
.map-form-block {
    overflow: hidden;
    width: 100%;
    background-color: #f7f7f7;
}
.map-block {
    float: left;
    width: 50%;
}
@media (max-width: 767px) {
	.map-block {
		float: none;
		width: 100%;
	}
	.map-block #map-canvas {
		height: 350px;
	}
}	
.map-block #map-canvas {
    height: 650px;
}
.map-block .gmnoprint,
img[src*="google_white5"],
.gm-style-cc {
    display: none;
}
.form-block {
    width: 50%;
    float: left;
    padding: 0px 115px;
    height: 650px;
}
@media (max-width: 767px) {
	.form-block {
		width: 100%;
		float: none;
		padding: 30px;
		height: fit-content;
	}
	
}	
.form-block textarea {
    min-height: 98px;
    margin-bottom: 40px;
}
input[type="text"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea,
select {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0px 14px;
    outline: none;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    color: #5f5f5f;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 34px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-appearance: none;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 10px;
    text-transform: uppercase;
    color: #7b7b7b;
    letter-spacing: 2px;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 10px;
    text-transform: uppercase;
    color: #7b7b7b;
    letter-spacing: 2px;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}
input:-moz-placeholder { /* Chrome/Opera/Safari */
    font-size: 10px;
    text-transform: uppercase;
    color: #7b7b7b;
    letter-spacing: 2px;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}
textarea:-moz-placeholder { /* Chrome/Opera/Safari */
    font-size: 10px;
    text-transform: uppercase;
    color: #7b7b7b;
    letter-spacing: 2px;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}
input::-moz-placeholder { /* Chrome/Opera/Safari */
    font-size: 10px;
    text-transform: uppercase;
    color: #7b7b7b;
    letter-spacing: 2px;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}
textarea::-moz-placeholder { /* Chrome/Opera/Safari */
    font-size: 10px;
    text-transform: uppercase;
    color: #7b7b7b;
    letter-spacing: 2px;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}
input:-ms-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 10px;
    text-transform: uppercase;
    color: #7b7b7b;
    letter-spacing: 2px;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}
textarea:-ms-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 10px;
    text-transform: uppercase;
    color: #7b7b7b;
    letter-spacing: 2px;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color:#e9e9e9;
}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
/*project details*/
.portfolio-details .cols-container {
    max-width: 1500px;
    margin: 0 auto;
}
.portfolio-details .cols-container .col-2 {
    width: 50%;
    float: left;
}
.portfolio-details .cols-container .col-4 {
    width: 100%;
    float: left;
}
/* .portfolio-details .row div[class*="col-"] {
    padding: 0 9.7%;
} */
#intro .heading-2,
#intro .heading-6 {
    text-align: center;
}
.intro-title .heading-2 {
   font-family: 'Playfair Display', serif; 
   font-weight: 900;
   color: #fff;
   font-size: 100px;
   line-height: 1em;
   margin-bottom: 30px;
}
.intro-title .heading-6 {
    font-family: 'Montserrat';
    font-size: 13px;
    line-height: 1em;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

#overview {
    background-color: #000;
    color: #888888;
}
.white {
    color: #ffffff !important;
}
.slogan {
    text-align: left;
    padding-top: 130px;
}
.slogan .heading-2 {
   font-family: 'Playfair Display', serif; 
   font-weight: 900;
   color: #fff;
   font-size: 250px;
   line-height: 1em;
   margin-bottom: 35px;
}
.slogan .heading-6 {
    font-family: 'Montserrat';
    font-size: 10px;
    line-height: 1em;
    color: #9b9b9b;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#block-images {
    background-color: #000;
    color: #888888;
}
#block-images .fp-tableCell {
   padding-bottom: 210px; 
}
#block-images .info-block {
    margin: 0;
}
#block-images .info-block .text {
    font-size: 15px;
    line-height: 2em;
    font-weight: 500;
}
.gap {
    height: 94px;
}
.single-title {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #ffffff;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
#video-block {

}
.video {
    position: relative;
}
.video-play {
    display: block;
    width: 62px;
    height: 62px;
    text-align: center;
    border: 2px solid;
    color: #ffffff;
    border-radius: 100%;
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    margin: -31px 0 0 -31px;
}
.video-play i {
    display: block;
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 21px;
    left: 23px;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change:opacity;
}
.video-play.pause i {
    left: 21px;
}
.video-play.pause i:before {
    content: "\f04c";
}
.video-play.hide {
    display: none;
    opacity: 0;
}
.video:hover .video-play.hide {
    display: block;
    opacity: 1;
}
.gap55 {
    height: 55px;
}
#more-info{
    background-color: #000;
}
.project-info-list {
    margin: 0;
    padding: 0;
    list-style:none;
    color: #898989;
    font-size: 13px;
	font-weight: 300;
}
.text {font-weight: 300;}
@keyframes FadeIn { 
  0% {
    opacity: 0;
    transform: scale(.1);
  }

  85% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.project-info-list li {
    padding: 0 0 13px 0px;
    margin: 0;
}
.project-info-list[data-scrolled-into-view="true"] li {
    animation: FadeIn 1s linear;
    animation-fill-mode: both;
}
.project-info-list[data-scrolled-into-view="true"] li:nth-child(1) { animation-delay: .2s }
.project-info-list[data-scrolled-into-view="true"] li:nth-child(2) { animation-delay: .4s }
.project-info-list[data-scrolled-into-view="true"] li:nth-child(3) { animation-delay: .6s }
.project-info-list[data-scrolled-into-view="true"] li:nth-child(4) { animation-delay: .8s }
.project-info-list[data-scrolled-into-view="true"] li:nth-child(5) { animation-delay: 1s }

.project-info-list.items-inline {
    width: 100%;
    overflow: hidden;
}
.project-info-list.items-inline li {
    display: inline-block;
    padding: 0 0px 0 55px;
}
.project-info-list.items-inline li:first-child {
    padding-left: 0;
}
.project-info-list li:last-child {
    padding-bottom: 0;
    padding-top: 10px;
}
.project-info-list li.title {
    font-size: 13px;
    font-weight: 700;
    font-family: 'Montserrat';
    color: #ffffff;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    margin-bottom: 48px;
    padding: 0;
}
.black {
    color: #202020 !important;
}
.project-info-list li strong {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}
.project-info-list li .sep {
    content: "";
    width: 11px;
    height: 4px;
    color: inherit;
    border-top: 1px solid;
    line-height: 1px;
    margin: 0 4px;
    display: inline-block;
}
/* .project-info-list li i {
    color: #fefefe;
    font-size: 16px;
} */
.project-info-list.items-inline li i {
    color: #202020;
}
#projects-pagination {
    background-color: #f6f6f6;
    overflow: hidden;
}
#projects-pagination .fp-tableCell {
    padding: 0;
}
.project-pagin {
    font-family: 'Montserrat', sans-serif;
    color:#202020;
    text-transform: uppercase;
    display: block;
    clear: both;
    padding-top: 135px;
    padding-bottom: 94px;
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.project-pagin:after {
    content: "";
    width: 0%;
    height: 0%;
    left: 50%;
    right: 0;
    display: block;
    position: absolute;
    top: 50%;
    background-color: #ededed;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.project-pagin:hover:after {
    width: 150%;
    height: 0%;
    padding-top: 150%;
    margin-top: 0;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -ms-transition: all .6s linear;
    transition: all .6s linear;
}
.project-pagin span.subtitle {
    font-size: 10px;
    color: #9b9b9b;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 17px;
    z-index: 3;
    position: relative;
}
.project-pagin .heading-3.project-title {
    font-size: 35px;
    letter-spacing: 8px;
    font-weight: bold;
    z-index: 3;
    position: relative;
}
.project-pagin.project-prev {
    text-align: right;
    float: right;
    clear: both;
}
#description .description {
    table-layout: fixed;
}
#description .description .dropcap {
    font-size: 450px;
    line-height: 1em;
    font-weight: bold;
    font-family: 'Montserrat';
    color: #8db7c5;
    text-shadow:0px 0px 25px rgba(1,1,1,0.1);
    width: 38%;
}
#description .description .text {
    color: #ffffff;
    font-size: 26px;
    line-height: 1.615em;
    font-weight: 500;
}
#main-idea {
    background-position: center bottom;
    background-size: 100%;
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    padding: 150px 0 0px 0;
}
#main-idea .fp-tableCell {
    padding: 0;
}
#fonts-preview {
    background-color: #f6f6f6;
}
.font-preview-block {
    overflow: hidden;
    width: 100%;
}
.font-preview-block.item1 {
    margin-bottom: 57px;
}
.font-preview-block .main-letter {
    font-size: 82px;
    line-height: 1em;
    width: 138px;
    float: left;
    text-align: left;
    color: #7ca8b6;
}
.font-preview-block.item1 .main-letter {
    padding-top: 3px;
}
.font-preview-block .font-family {
    font-size: 16px;
    line-height: 1em;
    color: #9b9b9b;
}
.font-preview-block.item1 .font-family {
    padding-top: 23px;
    letter-spacing: 0.65px;
}
.font-preview-block.item2 .font-family {
    padding-top: 11px;
}
.font-preview-block .example {
    font-size: 22px;
    line-height: 1em;
    color: #252525;
    
}
.font-preview-block.item1 .example {
    padding-top: 18px;
    font-size: 24px;
    letter-spacing: 2px;
}
.font-preview-block.item2 .example {
    padding-top: 23px;
    letter-spacing: 0.05px;
}
#placeholder {
    background-color: #f6f6f6;
    padding: 94px 0;
}
.placeholder-img-shadow {
    width: 100%;
    height: 0;
    padding-top: 50.207%;
    -webkit-box-shadow: 0 0 65px 1px rgba(1,1,1,0.1);
    box-shadow: 0 0 65px 1px rgba(1,1,1,0.1);
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}
.placeholder-img-shadow img {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#concepts {
    background-color: #f6f6f6;
}
.project-slider {
   /*  -webkit-box-shadow: 0 0 65px 1px rgba(1,1,1,0.1);
    box-shadow: 0 0 65px 1px rgba(1,1,1,0.1); */
    background-color: #fff;
    margin-bottom: 46px;
    position: relative;
    z-index: 9;
}
.project-slider.owl-gallery .owl-nav div {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    transform: matrix(1, 0, 0, 1, 0, 0);
    width: 30px;
}
.project-slider.owl-gallery .owl-nav div:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 1px solid;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 1px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.project-slider.owl-gallery .owl-nav .owl-next {
    text-align: right;
}
.project-slider.owl-gallery .owl-nav .owl-next:after {
    right: 1px;
    left: auto;
}
.project-slider.owl-gallery .owl-nav div:hover:after {
    width: 26px;
}
.project-slider.owl-gallery .owl-nav .owl-next:hover {
    transform: matrix(1, 0, 0, 1, 8, 0);
}
.project-slider.owl-gallery .owl-nav .owl-prev:hover {
    transform: matrix(1, 0, 0, 1, -8, 0);
}
.project-slider .item {
    width: 100%;
    height: 0;
    padding-top: 50.207%;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}
.portfolio-details-10 .project-slider .item {
    padding-top: 73.036%;
}
.project-slider .item img {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.project-num-slides {
    color: #202020;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    text-align: center;
}
#colors {
    background-color: #f6f6f6;
}

.palette-blocks-wrapper {
    margin: 0 -15px;
    overflow: hidden;
}
.palette-block {
    float: left;
    width: 33.33333%;
    padding: 0 15px;
    min-width: 78px;
}
.palette-block .color-block {
    width: 100%;
    height: 0;
    padding-top: 100%;
}
.palette-block .color-text {
    color: #202020;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 2.54em;
    font-weight: bold;
    letter-spacing: 2.7px;
    padding-top: 9px;
}
body.portfolio-details .section .fp-tableCell {
    padding: 94px 0;
}
#wireframes {
    background-position: center bottom;
}
.wireframes-img {
    text-align: center;
}
.wireframes-img img {
    display: block;
    margin: 0 auto 45px;
}
.click-here-link {
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2.4px; 
}
#responsive {
    background-color: #f6f6f6;
}
figure.image {
    text-align: center;
}
.shadow-img {
    border-radius:35px;
    -webkit-box-shadow: 0 0 50px 10px rgba(1,1,1,0.1);
    box-shadow: 0 0 50px 10px rgba(1,1,1,0.1);
}
.shadow-img-2 {
    -webkit-box-shadow: 0 0 50px 10px rgba(1,1,1,0.1);
    box-shadow: 0 0 50px 10px rgba(1,1,1,0.1);
}
/*project-details-3*/
#header.dark .menu-button-back, #header.dark .menu-button-open span {
    color: rgba(0, 0, 0, 1) !important;;
}
#header.dark .menu-button-back {
    opacity: 0.65;
}
#project-title {
    padding: 220px 0 110px;
}
.project-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 105px;
    letter-spacing: 10px;
    line-height: 1em;
    color: #202020;
    margin-bottom: 34px;
}
#main-image {
    background-color: #ed1b2e;
    padding: 139px 0;
}
#task-idea {
    padding: 150px 0;
}
.heading-5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #202020;
    margin-bottom: 13px;
}
#idea-result {
    padding-bottom: 100px;
}
#list-description {
    padding-top: 95px;
    padding-bottom: 172px;
}
#materials {
    background-color: #808080;
    padding: 148px 0;
}
.cols-container-2 {
    max-width: 1725px;
    width: 100%;
    margin: 0 auto;
}
.portfolio-details .cols-container-2 .row .col-3 {
    width: 33.33333%;
    padding: 0 70px;
    float: left;
    overflow: hidden;
}
/*portfolio details 4*/
#details .details {
    width: 100%;
    display: table;
    table-layout: fixed;
}
#details .details .details-img {
    width: 65.55%;
    display: table-cell;
}
#details .details .details-img img {
    width: 100%;
}
#details .details .details-description {
    position: relative;
    padding: 90px 75px;
    background-color: #090909;
    display: table-cell;
    vertical-align: top;
    color: #aaaaaa;
}
#details .details .details-description .heading-5 {
    color: #ffffff;
}
.client-inquiries {
    position: absolute;
    bottom: 90px;
}
.client-inquiries .heading-5 {
    font-size: 10px;
    margin: 0;
}
.client-inquiries a.mail {
    color: #ffffff;
}
#details .details .details-description .project-info-list li {
    color: #0acdcc;
}
a.lightcase {
    cursor: url(../../images/79/open-lightbox.png), auto;
}
a.lightcase.dark {
    cursor: url(../../images/79/open-lightbox-dark.png), auto;
}
/*project details 5*/
.project-title-stroke {
    text-align: center;
    color: #202020;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 5px;
    -webkit-text-stroke: 3px #ffffff;
    text-stroke:3px #ffffff;
    font-weight: bold;
}
.wythe-parallax {
    background-attachment: fixed;
}
.gap150 {
    height: 100px;
}
#info {
    padding:150px 0;
    background-color: #f6f6f6;
}
.col-3-1 {
    width: 25%;
    float: left;
    padding-right: 0 !important;
}
.col-3-3 {
    width: 75%;
    float: left;
}
.text-block {
    font-size: 25px;
    line-height: 42px;
    color: #5f5f5f;
}
/*Portfolio details 6*/
body.portfolio-details-6 {
    background-color: #0780e7;
}
.fullscreen-section {
    height: 100%;
    height: 100vh;
}
.project-title-2 {
    font-size: 60px;
    line-height: 1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 6px;
    margin-bottom: 30px;
}
.portfolio-details-6 .project-info-list {
    color: #7eb9ec;
}
.portfolio-details-6 .project-info-list li i {
    color: #fff;
}
.portfolio-details-6 #description {
    padding: 25px 0 150px;
}
.portfolio-details-6 #description .text-block {
    padding: 0 16%;
    text-align: center;
}
/*porfolio details 7*/
body.portfolio-details-7 {
    background-color: #757a59;
}
.portfolio-details-7 #description .description .dropcap {
    color: #888d6f;
}
.portfolio-details-7 #description .description .text {
    font-size: 25px;
}
.portfolio-details-7 #about .title-block {
    margin-bottom: 50px;
}
.portfolio-details-7 #about .project-info-list {
    color: #a6a992;
}
.portfolio-details-7 #about .info-block {
    color: #ffffff;
}
.portfolio-details-7 #about {
    padding-top: 195px;
    padding-bottom: 200px;
}
.portfolio-details-7 #about .owl-gallery .owl-nav div, .portfolio-details-7 #about .project-num-slides {
    color: #ffffff;
}
.gap200 {
    height: 200px;
}
/*project details 8*/
body.portfolio-details-8 {
background-color: #f6f6f6;
}
.portfolio-details-8 #about {
    padding-bottom: 200px;
}
.fancy-fullscreen-bg {
    position: fixed;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.fancy-fullscreen-bg.back{
    opacity: 0.14;
}
/*project details 9*/
body.portfolio-details-9 #about {
    padding: 50px 0;
    background-color: #f6f6f6;
}
figure figcaption {
    font-size: 12px;
    line-height: 1em;
    padding-top: 24px;
}
blockquote {
    text-align: center;
    font-size: 30px;
    line-height: 1.6667em;
    font-family: 'Playfair Display', serif;
    color: #000000;
}
blockquote cite {
    font-size: 10px;
    color: #9b9b9b;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}
blockquote footer {
    padding-top: 25px;
}
/*project details 10*/
body.portfolio-details-10 #about {
    padding: 175px 0;
    background-color: #f6f6f6;
}
#main {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
}
#main .blog-list {
    width: 50%;
    position: absolute;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
}
#main .blog-list .list-content-wrapper {
    padding: 170px 66px 0 66px;
}
#main .blog-list .blog-grid {
    padding: 0;
}
#main .article {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    -webkit-transform: translate3d(0%,0,0);
    -moz-transform: translate3d(0%,0,0);
    -ms-transform: translate3d(0%,0,0);
    -o-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
        -webkit-transform: translate3d(0%,0,0);
    -moz-transform: translate3d(0%,0,0);
    -ms-transform: translate3d(0%,0,0);
    -o-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -ms-transition-property: -ms-transform;
    -o-transition-property: -o-transform;
    transition-delay: 0;
    -webkit-transition-property: transform;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.33,0,.2,1);
    -webkit-transition-delay: 0;
    -moz-transition-property: transform;
    -moz-transition-duration: .5s;
    -moz-transition-timing-function: cubic-bezier(.33,0,.2,1);
    -moz-transition-delay: 0;
    -ms-transition-property: transform;
    -ms-transition-duration: .5s;
    -ms-transition-timing-function: cubic-bezier(.33,0,.2,1);
    -ms-transition-delay: 0;
    -o-transition-property: transform;
    -o-transition-duration: .5s;
    -o-transition-timing-function: cubic-bezier(.33,0,.2,1);
    -o-transition-delay: 0;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.33,0,.2,1);
    -transition-delay: 0;
    background-color: #fff;
}
@keyframes animateOpacity {
    from {opacity:0;}
    to {opacity: 1;}
}
.animateOpacity {
    animation-name: animateOpacity;
    animation-duration: 0.7s;
}
#main .article.is--pushed-right {
    -webkit-transform: translate3d(50%,0,0);
    -moz-transform: translate3d(50%,0,0);
    -ms-transform: translate3d(50%,0,0);
    -o-transform: translate3d(50%,0,0);
    transform: translate3d(50%,0,0);
    cursor: w-resize !important;
}

#main .article .header img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#main .article .header .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 0;
}
#main .article .header .back-to-posts {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    padding: 0 43px;
    border: 1px solid;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    text-align: center;
    position: absolute;
    top: 50px;
    right: 145px;
    z-index: 9999999;
    -webkit-transform: translate3d(0%,0,0);
    -moz-transform: translate3d(0%,0,0);
    -ms-transform: translate3d(0%,0,0);
    -o-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.is--hide {
    opacity: 0;
    display: none !important;
    -webkit-transform: translate3d(50%,0,0);
    -moz-transform: translate3d(50%,0,0);
    -ms-transform: translate3d(50%,0,0);
    -o-transform: translate3d(50%,0,0);
    transform: translate3d(50%,0,0);
}
#main #header {
    z-index: inherit;
}
#main #header .menu-button-back,
#main #header .menu-button-open {
    position: relative;
    z-index: 1;
}
#main .article .header .info {
    margin-top: 170px;
    position: relative;
    z-index: 1;
}
#main .article .header {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}
#main .article .header .info .meta {
    font-size: 14px;
    margin-bottom: 26px;
}
#main .article .header .info .meta .meta-categories a {
    color: inherit;
}
#main .article .header .info .meta .date:before {
    content: "";
    display: inline-block;
    width: 9px;
    margin:0px 17px 5px;
    height: 1px; 
    color: inherit;
    border-top: 1px solid; 
}
#main .article .header .info .title {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 8px;
}
#main .article .header .menu-button-back {
    position: absolute;
    top: 76px;
    left: 65px;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
#main .article.is--pushed-right .header .menu-button-back {
    opacity: 0;
    display: none;
}
#main .article .header .menu-button-open {
    color: #202020;
    position: absolute;
    top: 67px;
    right: 65px;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
#main .article.is--pushed-right .header .menu-button-open {
    display: block;
    opacity: 1;
}
#main .article .section .menu-button-open {
    color: #202020;
    position: absolute;
    top: 67px;
    right: 140px;
    opacity: 1;
}
#main .article .section .menu-button-open span {
    opacity: 1;
    width: 100%;
    color: #202020;
}

.blog-list .menu-button-back.dark {
    color: #5f5f5f;
    position: absolute;
    top: 76px;
    left: 65px;
}
p {
    margin-bottom: 30px;
}
* p:last-child {
    margin-bottom: 0;
}
#main .article .article-content {
    margin-bottom:86px;
	font-family:Raleway, sans-serif;
	line-height:30px
;
}
.meta-tags {
    width: 100%;
    overflow: hidden;
    margin: 0 -13px 35px;
}
.meta-tags a {
    display: block;
    float: left;
    margin: 0 13px;
    color: #9b9b9b;
    font-size: 10px;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.sharebox-socials {
    margin: 0;
    padding: 0;
    list-style:none;
    width: 100%;
    overflow: hidden;
}
.sharebox-socials li {
    padding: 0 19px 0 0;
    margin: 0;
    float: left;
}
.sharebox-socials li a {
    font-size: 18px;
    color: #202020;
}
.sharebox-socials li.facebook a:hover {color: #3b5999;}
.sharebox-socials li.twitter a:hover {color: #55acee;}
.sharebox-socials li.google-plus a:hover {color: #dd4b39;}
.sharebox-socials li.stumbleupon a:hover {color: #eb4924;}
.sharebox-socials li.pinterest a:hover {color: #bd081c;}
/* #footer */
#footer {
    padding: 124px 0px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
	background-color: #fff;
}
#footer a {
    color: inherit;
}
#footer a:hover {
    color: #333;
}
#footer a.hire-us {
    color: #333;
    line-height: 24px;
    display: block;
    overflow: hidden;
    float: left;
    clear: right;
    letter-spacing: 2px;
    font-size: 12px;
    margin-top: 14px;
}
#footer a.hire-us i {
    font-size: 24px;
    float: left;
    margin-right: 10px;
}
#footer .heading-3 {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #333;
    letter-spacing: 2.2px;
    margin-bottom: 20px;
}
#footer .heading-2 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #333 !important;
    letter-spacing: 2px;
}
#footer .copyright {
    color: #333 !important;
}
/*animate in view*/
*[data-scrolled-into-view] {
    opacity: 0;
    transform: translate3d(0,200px,0);
    transition: opacity 0.7s cubic-bezier(.694,0,.335,1),transform 1.1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
*[data-scrolled-into-view="true"] {
    opacity: 1;
    transform: translateZ(0);
}
.project-pagin[data-scrolled-into-view] {
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
}
.project-pagin[data-scrolled-into-view="true"] {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background: #f5f5f5;
}
*::-webkit-scrollbar-thumb {
  background: #c9c9c9; 
}