/*
Theme Name:   	Shop Isle
Theme URI:    	http://themeisle.com/themes/shop-isle/
Author:       	ThemeIsle
Author URI:		http://themeisle.com
Description:  	ShopIsle is the perfect free theme designed for your WooCommerce shop based on bootstrap. Due to its flexibility ShopIsle can also be used for a one page business site, it has a fullscreen image, parallax effect, it provides a responsive blog section, is eCommerce ready, WPML, Photo Gallery Grid,Contact Form 7,Meta Slider, SiteOrigin Page Builder, JetPack compatible and SEO friendly. It features a simple, minimal and elegant style which will work perfectly for a clothing, electronics and almost any kind of store. 
Version:      	1.1.6.15
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	shop-isle
Tags:         	two-columns,one-column, grid-layout, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template,footer-widgets,theme-options, translation-ready,e-commerce,blog,portfolio, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ShopIsle is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

======
Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
======
*/


@font-face {
  font-family: 'FoundersGroteskWeb';
  src: url('assets/fonts/FoundersGroteskWeb/FoundersGroteskWeb-Regular.eot');
  /* IE9 Compat Modes */
  src: url('assets/fonts/FoundersGroteskWeb/FoundersGroteskWeb-Regular.eot') format('embedded-opentype'), /* IE6-IE8 */ url('assets/fonts/FoundersGroteskWeb/FoundersGroteskWeb-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('assets/fonts/FoundersGroteskWeb/FoundersGroteskWeb-Regular.woff') format('woff');
  /* Pretty Modern Browsers */
}
@font-face {
  font-family: 'FoundersGroteskWeb';
  src: url('assets/fonts/FoundersGroteskWeb/FoundersGroteskWeb-RegularItalic.eot');
  /* IE9 Compat Modes */
  src: url('assets/fonts/FoundersGroteskWeb/FoundersGroteskWeb-RegularItalic.eot') format('embedded-opentype'), /* IE6-IE8 */ url('assets/fonts/FoundersGroteskWeb/FoundersGroteskWeb-RegularItalic.woff2') format('woff2'), /* Super Modern Browsers */ url('assets/fonts/FoundersGroteskWeb/FoundersGroteskWeb-RegularItalic.woff') format('woff');
  /* Pretty Modern Browsers */
  font-style: italic;
}
body {
  font-family: 'FoundersGroteskWeb', Verdana, Arial, sans-serif;
  -webkit-text-size-adjust: none ;
  -moz-osx-font-smoothing: grayscale;
}
/* Breakpoints */
::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}
#sorry  {
  display: none;
}
#animations-viewport {
  height: 100%;
  top: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
#fullscreen,
#regarde {
  height: 100%;
  /*left: 0;*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  position: fixed;
  /*background-color:red;*/
  /*
    width: 800px;
    left: 50%;
    margin-left:-400px;
    */
  width: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
}
#main-layout {
  height: 100%;
  width: 100%;
  margin: 0;
  background-color: black;
}
#main-layout > li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 100%;
  width: calc(100% -  120px);
  position: absolute;
  background-color: black;
  left: 0;
  display: inline;
  -ms-overflow-style: none;
  color: white;
  -webkit-transition: left 0.75s, -webkit-transform 0.75s, margin-left 0.25s;
  /* Safari */
  transition: left 0.75s, transform 0.75s, margin-left 0.25s;
  /*.prefixMe(transition-timing-function,cubic-bezier(0.465, -0.360, 0.370, 1.275));*/
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
#main-layout > li.open {
  margin-left: 0px;
}
#main-layout > li:nth-child(2) {
  z-index: 3;
  background-color: white;
  left: calc(100% -  120px);
}
#main-layout > li:nth-child(2).open {
  /*left:@closed_width;*/
  /*transform:translateX(calc(~"-100% + "(1*@closed_width)));*/
  transform: translateX(-100%) translateX(60px);
}
#main-layout > li:nth-child(2) ul {
  margin: 0;
}
#main-layout > li:nth-child(2) .tab-title {
  color: red;
  /*
	    	 	h2 {
	    	 		color:red;
	    	 	} 
	    	 	*/
}
#main-layout > li:nth-child(2) .my-tab-content {
  color: black;
}
#main-layout > li:nth-child(3) {
  font-size: 18px;
  z-index: 4;
  background-color: blue;
  left: calc(100% -  60px);
}
#main-layout > li:nth-child(3).open {
  /*left:2*@closed_width;*/
  /*transform:translateX(calc(~"-100% + "(1*@closed_width)));*/
  transform: translateX(-100%) translateX(60px);
}
#main-layout > li:nth-child(3) .tab-title {
  color: white;
  /*
	    	 	h2 {
	    	 		color:white;
	    	 	} 
	    	 	*/
}
#main-layout > li .tab-access {
  cursor: pointer;
}
#main-layout > li .inside-tab-wrapper {
  height: 100%;
}
#main-layout > li .tab-title {
  position: absolute;
  height: 100%;
  z-index: 3;
}
#main-layout > li .tab-title a,
#main-layout > li .tab-title span,
#main-layout > li .tab-title > div,
#main-layout > li .tab-title button {
  height: 100%;
  width: 100%;
  display: block;
  background-color: transparent;
  position: absolute;
  width: 70px;
}
#main-layout > li .tab-title h2,
#main-layout > li .tab-title h1 {
  /*position:absolute;
		 		top:25px;
		 		transform:rotate(-90deg);
		 		*/
  /*text-align: center;*/
  white-space: nowrap;
  margin-left: -1024px;
  text-align: right;
  margin-right: 10px;
}
#main-layout > li .tab-title h2:after,
#main-layout > li .tab-title h1:after {
  content: '';
  width: 12px;
  display: inline-block;
}
#main-layout > li .my-tab-content {
  padding: 30px;
  padding-left: 5px;
  padding-top: 23px;
  margin-left: 70px;
  height: 100%;
  overflow: scroll;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
#main-layout > li .my-tab-content.for-tab-3 {
  overflow: hidden;
}
.projects-list li a {
  font-size: 18px;
  color: white;
}
#closeProject {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 24px;
}
.rotate-title {
  /*
	-webkit-transform: rotate(-90deg);

	
	-moz-transform: rotate(-90deg);

	
	-ms-transform: rotate(-90deg);

	
	-o-transform: rotate(-90deg);
	transform:rotate(-90deg);

	*/
  /*transform-origin: left top 0;*/
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: translateY(-100%) translateX(-5px) rotate(-90deg);
  -moz-transform: translateY(-100%) translateX(-5px) rotate(-90deg);
  -ms-transform: translateY(-100%) translateX(-5px) rotate(-90deg);
  -o-transform: translateY(-100%) translateX(-5px) rotate(-90deg);
  transform: translateY(-100%) translateX(-5px) rotate(-90deg);
}
.particle {
  font-size: 50px;
  font-weight: bold;
}
.footer-debug {
  position: fixed;
  bottom: 0px;
  background-color: black;
  color: white;
  width: 100%;
  z-index: 1234;
  height: 40px;
}
.particle-image {
  width: 300px;
  height: auto;
  z-index: 12345678;
  position: absolute;
  opacity: 1;
}
.particle-image.smiley {
  transform: scale(10);
}
.smiley-wrapper {
  /*transform:scale(0.1);*/
}
.works-list {
  margin-top: -12px;
  display: flex;
  flex-wrap: wrap;
}
.works-list > div {
  margin-top: 20px;
}
.works-list > div img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-backface-visibility: hidden;
  z-index: 1;
  -webkit-transform: translateZ(0);
}
.works-list > div img:nohover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.works-list .works-wall-item .works-wall-item-description {
  opacity: 1.0;
}
.works-list .works-wall-item.hover .works-wall-item-description {
  opacity: 1.0;
}
.works-list .works-wall-item.hover img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
#viewport-wrapper {
  pointer-events: none;
}
#viewport {
  background-color: transparent;
  pointer-events: none;
  -ms-overflow-style: none;
}
.curved-text {
  overflow: visible!important;
}
.curved-text text {
  fill: #00FF00;
  font-family: 'FoundersGroteskWeb', Verdana, Arial, sans-serif;
}
.curved-text .path2 {
  fill: yellow;
  stroke: red;
}
.percentImage {
  width: 100%;
}
.small-homepage-content {
  display: none;
}
/***********************************************
	
			 	TAB 2 : WORKS

************************************************/
#projects-details {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: orange;
  /*
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	*/
  /*
	-webkit-transition: left @transition_duration;
    transition: left @transition_duration;

    transition-timing-function: ease;
    */
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 0;
  z-index: 1234;
}
#projects-details.open {
  left: 60px;
  opacity: 1.0;
}
#projects-details.hide-only {
  left: 60px;
  opacity: 0.0;
}
#projects-details.works-v-move {
  -webkit-transition: transform 0.25s, left 0.25s;
  /* Safari */
  transition: transform 0.25s, left 0.25s;
}
#projects-details .close-works-details {
  position: absolute;
  top: 20px;
  right: 80px;
  cursor: pointer;
  z-index: 12345;
  width: 45px;
  /*border: 2px solid green;*/
  margin-left: -12px;
  padding-left: 12px;
  -webkit-transition: transform 0.25s, left 0.25s;
  transition: transform 0.25s, left 0.25s;
}
#projects-details .close-works-details svg {
  width: 20px;
  height: 20px;
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s;
  /* Safari */
  transition: transform 0.25s;
}
#projects-details .close-works-details:hover svg,
#projects-details .close-works-details .clicked svg {
  transform: rotate(90deg);
}
#projects-details .close-works-details g path {
  stroke: #FF0000;
  fill: #FF0000;
}
.toRepos {
  opacity: 0;
}
.project-details {
  height: 100%;
}
.project-details > div {
  background-color: white;
}
.project-details .next-work {
  z-index: 124;
  color: blue;
  display: block;
  /* border: 2px solid green; */
  position: absolute;
  bottom: 10px;
  opacity: 1;
  left: 25px;
  width: calc(100% -  120px);
}
.project-details .next-work a {
  color: red;
  display: block;
  cursor: url('assets/svg/navigation/down-arrow.svg') 31 63, auto;
}
.project-details .next-work a span {
  font-size: 80%;
  line-height: 80%;
  margin-bottom: -5px;
}
.project-details .next-work h2 {
  margin-top: -8px;
  margin-bottom: 0;
}
.project-details .next-work h3 {
  margin-bottom: -4px;
}
.project-details .prev-work {
  z-index: 124;
  color: blue;
  display: block;
  /* border: 2px solid green; */
  position: absolute;
  top: 10px;
  opacity: 1;
  left: 25px;
  width: calc(100% -  120px);
}
.project-details .prev-work a {
  color: red;
  display: block;
  cursor: url('assets/svg/navigation/up-arrow.svg') 31 1, auto;
  height: 40px;
}
.project-details .prev-work a span {
  font-size: 80%;
  line-height: 80%;
  margin-bottom: -5px;
}
.swiper-container {
  width: 100%;
  height: 100%;
  background-color: white;
}
.swiper-slide {
  /*background-color:orange;*/
  padding-right: 145px;
  padding-left: 25px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide .slide-work-description {
  color: red;
  text-align: left;
}
.swiper-slide .slide-work-description a {
  color: red;
  text-decoration: underline;
}
.project-details.active .swiper-slide.swiper-slide-active > div img,
.project-details.active .swiper-slide.swiper-slide-next > div img,
.project-details.active .swiper-slide.swiper-slide-prev > div img {
  transform: translateZ(0);
  z-index: 1;
  -webkit-backface-visibility: hidden;
}
.project-details-header {
  position: absolute;
  color: red;
  z-index: 123;
  top: 2px;
  left: 25px;
}
.project-details-header .slide-work-title {
  width: 100%;
  text-align: left;
}
.project-details-header h3 {
  margin-top: -20px;
}
.slide-work-description {
  top: 10px;
  position: absolute;
  left: 25px;
  width: calc(100% -  120px);
  bottom: 50px;
  overflow: scroll;
  padding-left: 0px;
}
.swiper-pagination {
  color: red;
  font-size: 18px;
}
.swiper-pagination-fraction {
  /*top: 30px;*/
  right: 90px;
  left: inherit;
  bottom: inherit;
  width: auto;
  /*display:none;*/
}
.full-tab.ne-home {
  cursor: default;
}
.full-tab.ne-home a:link,
.full-tab.ne-home a:visited {
  color: white;
  /*text-decoration:underline;*/
  /*border:1px solid white;*/
}
.full-tab.ne-home a {
  /*
    	text-decoration: none;
    	position: relative;
    	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 2px, #fff 2px, #fff 3px, rgba(0, 0, 0, 0) 3px);
        */
}
.full-tab.ne-home a::selection,
.full-tab.ne-home a ::-moz-selection {
  text-shadow: none;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 2px);
}
.full-tab.ne-home a::selection {
  color: red;
}
.full-tab.ne-home .homepage-content > p {
  margin-top: -8px;
}
.full-tab.ne-home .homepage-content p::-moz-selection {
  color: black!important;
  background: #00FF00;
  text-shadow: none;
  background-image: none;
}
.full-tab.ne-home .homepage-content p a::-moz-selection {
  color: black!important;
  background: #00FF00;
  text-shadow: none;
  background-image: none;
}
.full-tab.ne-home .homepage-content p a::-moz-selection {
  /*background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 2px, #00FF00 2px, #00FF00 3px, rgba(0, 0, 0, 0) 3px);*/
  text-shadow: none;
  background-image: none;
}
.full-tab.ne-home .homepage-content p::selection,
.full-tab.ne-home .homepage-content p a::selection {
  color: black!important;
  background: #00FF00;
  text-shadow: none;
  background-image: none;
}
.full-tab.ne-home .homepage-content p a::selection {
  /*background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 2px, #00FF00 2px, #00FF00 3px, rgba(0, 0, 0, 0) 3px);*/
  text-shadow: none;
  background-image: none;
}
html.no-touchevents .full-tab.ne-home a {
  text-decoration: none;
  position: relative;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 2px, #FFF 2px, #FFF 3px, rgba(0, 0, 0, 0) 3px);
}
/* Attention il est accroché dans body */
a.over-the-top {
  color: #00FF00;
  /*border:1px solid green;*/
  pointer-events: none;
  z-index: 999999;
  position: absolute;
  vertical-align: top;
  display: inline-block;
  text-decoration: underline;
}
.cloned-over-the-top {
  pointer-events: none;
  z-index: 999999;
  color: white;
  position: fixed;
  height: 100%;
  overflow: hidden;
  -ms-overflow-style: none;
  width: calc(100% -  120px);
}
.cloned-over-the-top a {
  color: rgba(0, 0, 0, 0);
}
.cloned-over-the-top a.hover-to-front {
  color: #00FF00;
  /*.ne-home-animation-link(#000,#00FF00);*/
  text-shadow: none;
  background-image: none;
}
.cloned-over-the-top > .my-tab-content {
  padding: 30px;
  padding-left: 5px;
  padding-top: 23px;
  margin-left: 70px;
  height: 100%;
  overflow: scroll;
  overflow-y: scroll;
  color: rgba(255, 0, 0, 0);
  -ms-overflow-style: none;
}
.cloned-over-the-top > .my-tab-content .homepage-content > p {
  margin-top: -8px;
}
#tab-titles-cloned {
  position: fixed;
  z-index: 1234;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#tab-titles-cloned .tab-title {
  position: absolute;
  height: 100%;
  width: calc(100% -  120px);
  -webkit-transition: margin-left 0.25s;
  /* Safari */
  transition: margin-left 0.25s;
  -webkit-transition: -webkit-transform 0.75s, margin-left 0.25s;
  /* Safari */
  transition: transform 0.75s, margin-left 0.25s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
#tab-titles-cloned .tab-title:nth-child(1) {
  left: 0;
}
#tab-titles-cloned .tab-title:nth-child(2) {
  left: calc(100% -  120px);
}
#tab-titles-cloned .tab-title:nth-child(2).open {
  /*transform: translateX(calc(~"-100% + "(1*@closed_width)));*/
  transform: translateX(-100%) translateX(60px);
}
#tab-titles-cloned .tab-title:nth-child(3) {
  left: calc(100% -  60px);
}
#tab-titles-cloned .tab-title:nth-child(3).open {
  /*transform: translateX(calc(~"-100% + "(1*@closed_width))); */
  transform: translateX(-100%) translateX(60px);
}
#tab-titles-cloned .tab-title .tab-access {
  float: left;
  width: 70px;
}
#tab-titles-cloned h2,
#tab-titles-cloned h1 {
  /*position:absolute;
		 		top:25px;
		 		transform:rotate(-90deg);
		 		*/
  /*text-align: center;*/
  white-space: nowrap;
  margin-left: -1024px;
  text-align: right;
  margin-right: 10px;
}
#tab-titles-cloned h2:after,
#tab-titles-cloned h1:after {
  content: '';
  width: 12px;
  display: inline-block;
}
.swiper-button-next {
  width: 25%;
  height: 100%;
  top: 0;
  right: 60px;
  background-color: transparent;
  opacity: 0;
  cursor: url('assets/svg/navigation/right-arrow.svg') 64 32, auto;
  cursor: url('assets/svg/navigation/right-arrow.svg') 63 31, auto;
  /* decal 1px for Safari */
  cursor: url('assets/svg/navigation/right-arrow.svg') 32, 11, auto;
  /*cursor:url('assets/svg/navigation/right-arrow.svg') ,e-resize;*/
}
.swiper-button-next.swiper-button-disabled {
  cursor: url('assets/svg/navigation/down-arrow.svg') 31 63, auto;
  pointer-events: initial;
  opacity: 0;
}
#projects-details .project-details:last-child .swiper-button-next.swiper-button-disabled {
  cursor: pointer;
  pointer-events: none;
}
.swiper-button-prev {
  width: 25%;
  height: 100%;
  top: 0;
  background-color: transparent;
  opacity: 0;
  cursor: url('assets/svg/navigation/left-arrow.svg') 1 31, auto;
}
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.nn-text {
  font-family: 'Yantramanav', sans-serif;
  font-size: 24px;
  position: absolute;
  pointer-events: none;
  font-weight: black;
  text-transform: uppercase;
  border: 1px solid red;
  max-width: 50%;
}
/*************************************
	
			TAB 3 - MORE			

**************************************/
.tab3-menu {
  margin-top: -1px;
  padding-bottom: 25px;
  border-bottom: 2px solid white;
  line-height: 26px;
}
.tab3-menu ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.tab3-menu a {
  color: white;
  font-size: 130%;
}
.tab3-menu a:hover,
.tab3-menu a.more-active {
  text-decoration: underline;
}
.tab3-content {
  height: 100%;
  /*border: 1px red solid;*/
  position: relative;
  overflow: hidden;
}
.tab3-content-wrapper {
  position: absolute;
  top: 0%;
  height: 100%;
  width: 100%;
  -webkit-transition: transform 0.6s;
  /* Safari */
  transition: transform 0.6s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.more-item-content {
  height: 100%;
  width: 100%;
  padding-top: 25px;
  overflow: scroll;
  padding-bottom: 100px;
}
.more-item-content .wpcf7 input,
.more-item-content .wpcf7 textarea {
  color: blue;
  width: 1000px;
  /* pour forcer à la largeur de col grace au max-width en dessous */
  max-width: 100%;
}
.more-item-content .wpcf7-submit {
  color: white!important;
}
.more-item-content .row {
  margin-right: 0;
}
.sc-customers-country {
  text-transform: uppercase;
  font-size: 110%;
}
.sc-customers-country:after {
  content: '';
  display: block;
  background: white;
  height: 1px;
  max-width: 35px;
  margin-top: 12px;
}
.sc-customers-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
@media screen and (min-width: 768px) {
    .ne-home {
    	&.my-tab-content {
    		font-size:1.8em;
    	}
    	
    }
}

@media screen and (min-width: 1024px) {
    .ne-home {
    	&.my-tab-content {
    		font-size:2.5em;
    	}
    	
    }
}
@media screen and (min-width: 1400px) {
    .ne-home {
    	&.my-tab-content {
    		font-size:3.5em;
    	}
    	
    }
}
*/
.frontpage_square {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.frontpage_square img {
  position: absolute;
}
.works-wall-item h3,
.works-wall-item h2 {
  color: red;
  margin: 0;
  white-space: nowrap;
}
.works-wall-item h2 {
  font-size: 18px;
  line-height: 24px;
}
.works-wall-item h3 {
  font-size: 12px;
  line-height: 16px;
}
.works-wall-item .wall-description-wrapper {
  -webkit-transition: transform 0.3s;
  /* Safari */
  transition: transform 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  transform: translateY(-100%);
}
.works-wall-item.hover .wall-description-wrapper {
  transform: translateY(0%);
}
.swiper-wrapper {
  height: calc(100% -  180px);
  margin-top: 90px;
}
.swiper-slide {
  overflow: hidden;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
/**************************
		MEDIA QUERIES
***************************/
/*------ min size ---------- */
@media screen and (max-width: 1460px) and (min-width: 768px) {
  body {
    font-size: 30px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  .works-wall-item .works-wall-item-description {
    max-height: works_wall_item_description_size_layout_min;
    min-height: works_wall_item_description_size_layout_min;
    overflow: hidden;
  }
  #tab-titles-cloned h1,
  #main-layout > li .tab-title h1,
  #tab-titles-cloned h2,
  #main-layout > li .tab-title h2 {
    margin-right: 14px;
  }
}
/*------ min size ---------- */
@media screen and (min-width: 1460px) {
  body {
    font-size: 36px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  /*
	.full-tab.ne-home {
		
		a {
			font-size:@body_size_layout_max - 0.01;
		}

	}
	*/
  .homepage-content {
    font-size: 36px;
    line-height: 42px;
  }
  .homepage-content.col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .slide-work-description {
    font-size: 24px;
    line-height: 28px;
  }
  .works-wall-item .works-wall-item-description {
    max-height: 96px;
    min-height: works_wall_item_description_size_layout_max;
    overflow: hidden;
  }
}
/*************************************************$
	MEDIA QUERIES BOOTSTRAP XS
***************************************************/
@media screen and (max-width: 768px) {
  body {
    font-size: 22px;
  }
  .tab-access h1 {
    font-size: 22px!important;
  }
  #sorry {
    z-index: 789;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #0000FF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 25px;
  }
  .small-homepage-content {
    display: initial;
    line-height: 26px;
  }
  .homepage-content {
    display: none;
  }
  #tab-titles-cloned {
    display: none;
  }
  .rotate-title {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #main-layout {
    padding: 0;
  }
  #main-layout > li {
    display: initial;
    width: 100%;
    position: absolute;
    padding-left: 15px;
    padding-right: 15px;
    height: calc(100% -  72px);
  }
  #main-layout > li .tab-title {
    position: relative;
    width: 100%;
    height: auto;
  }
  #main-layout > li .tab-title .tab-access {
    width: 100%;
    display: block;
  }
  #main-layout > li .tab-title h1 {
    white-space: nowrap;
    margin-left: 0px;
    text-align: left;
    margin: 0;
  }
  #main-layout > li .tab-title button {
    height: auto;
    width: auto;
    display: block;
  }
  #main-layout > li .my-tab-content {
    width: 100%;
    margin-left: 0;
    position: absolute;
    top: 36px;
    padding-top: 5px;
    padding-left: 0px;
  }
  #main-layout > li:nth-child(1) .my-tab-content {
    padding-bottom: 36px;
  }
  #main-layout > li:nth-child(2) {
    position: absolute;
    top: calc(100% -  72px);
    height: calc(100% -  72px);
    left: 0px;
  }
  #main-layout > li:nth-child(2).open {
    -webkit-transform: translateY(-100%) translateY(36px);
    transform: translateY(-100%) translateY(36px);
  }
  #main-layout > li:nth-child(3) {
    /*display:none;*/
    position: absolute;
    top: calc(100% -  36px);
    height: calc(100% -  72px);
    left: 0px;
  }
  #main-layout > li:nth-child(3).open {
    -webkit-transform: translateY(-100%) translateY(36px);
    transform: translateY(-100%) translateY(36px);
  }
  #projects-details {
    height: calc(100% -  72px);
    top: 0;
    display: none;
  }
  #projects-details.open {
    left: 0px!important;
  }
  .works-list {
    padding-bottom: 90px;
  }
  .works-wall-item {
    padding-left: 0;
    padding-right: 0;
  }
  .works-wall-item .wall-description-wrapper {
    transform: translateY(0%);
  }
  .works-wall-item h2 {
    line-height: 16px;
    /*margin-bottom:6px;*/
    white-space: initial;
    margin-top: 10px;
  }
  .works-wall-item h3 {
    font-size: 14px;
  }
  #tab3-menu ul li {
    display: inline;
    height: 12px;
    position: relative;
    width: auto;
  }
  .more-item-content {
    padding-bottom: 160px;
  }
  .full-tab.ne-home a:link,
  .full-tab.ne-home a:visited {
    text-decoration: none;
  }
  .my-tab-content.for-tab-3.visible-xs .tab3-content {
    overflow: scroll;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1700px) {
  .homepage-content {
    font-size: 36px;
    line-height: 42px;
  }
  .homepage-content.col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
/* SPECIAL IPAD ( TABLET ) HOME */
@media only screen and (min-device-width: 768px) and (orientation: portrait) {
  .small-homepage-content {
    display: none;
  }
  .homepage-content {
    display: block;
  }
  .works-wall-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .works-list.works-wall {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/****************************************
 		CUSTOMIZED BOOTSTRAP
 ***************************************/
@media (min-width: 1460px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
#lg-slider .lg-slide {
  background: url(assets/smartphone/slide-loading.gif) no-repeat scroll center center transparent;
}
#lg-action a,
#lg-action a:hover {
  background-color: rgba(255, 9, 0, 0);
}
#lg-action a#lg-next:after {
  background: url(assets/svg/navigation/right-arrow.svg) no-repeat center center transparent;
  background-size: contain;
  content: '\00a0';
  width: 28px;
  height: 28px;
}
#lg-action a#lg-prev:before {
  background: url(assets/svg/navigation/left-arrow.svg) no-repeat center center transparent;
  background-size: contain;
  content: '\00a0';
  width: 28px;
  height: 28px;
}
#lg-close {
  opacity: 1.0!important;
  background-color: rgba(255, 0, 0, 0);
}
#lg-close:after {
  background: url(assets/svg/navigation/close.svg) no-repeat center center transparent;
  background-size: contain;
  content: '\00a0';
  width: 28px;
  height: 28px;
}
#lg-close:hover {
  background-color: rgba(255, 0, 0, 0);
}
#lg-outer {
  background: white;
}
.lg-dyn-title {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ff0000;
  text-transform: uppercase;
  top: 12px;
  padding-left: 40px;
  padding-right: 40px;
  white-space: initial;
}
.swipe-direct img {
  opacity: 0.01;
}
