* {    margin: 0;    padding: 0;}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
   margin: 0;   padding: 0;   border: 0;   font-size: 100%;   font: inherit;   vertical-align: top;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {   display: block;}
ol,ul {   list-style: none;}
blockquote,q {   quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {   content: '';   content: none;}
table {   border-collapse: collapse;   border-spacing: 0;}
a, .lienseo {   text-decoration: none;}
input[type=submit] {   -moz-appearance: none;   -webkit-appearance: none;}
/* FIN RESET */
/* VIEWPORT CSS3 */
@viewport {   zoom:1;}
-webkit-@viewport {  zoom: 1;}
-ms-@viewport {   zoom: 1;}
-moz-@viewport { zoom: 1;}
-o-@viewport {  zoom: 1;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light-webfont.woff') format('woff'),
         url('../fonts/lato-light-webfont.ttf') format('truetype'),
         url('../fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
/****transitions****/
header .logo,article a,.cbp-fwslider li a .link,.cbp-fwslider nav span,#contact-form input#send,.work a .hover,footer a span,footer a,#scroll_top a, header section nav a,header .logo:hover img,header section nav li,section.intro .text a.button,.button,header .logo .hover
{
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;        -ms-transition: all 300ms ease-in-out;        -o-transition: all 300ms ease-in-out;		transition: all 300ms ease-in-out;
    }
/*****box sizing****/
header section nav li,header section nav{
    box-sizing: border-box;
}
strong{
    color:#555;
}
/*blue color*/
a,h3,.fas, .far{
    color: #1c9ccd;
}
.header .menu-icon .navicon,.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after,.social-media-list li,#contact article.right.ok,#contact article.right.ok #form-div {
    background-color: #1c9ccd;
}
.fas.white, .far.white{
    color: #fff;
}

.btn {
    background-color: #1c9ccd;
    border:none;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color:#fff;
    display: inline-block;
    font-size: 0.94rem;
    margin: 0 auto;
    padding: 1rem 2rem;
    text-transform: uppercase;
    transition: .2s all ease-in-out;
    position: relative;
}
.btn:before{
    display: block;
    position: absolute;
    background: transparent;
    border: none;
    border-radius: .3rem;
    transform: translateY(5px) scale(.9);
    content: '';
    height: 5px;
    z-index: -1;
    bottom: 12%;
    left: 0;
    right: 0;
    transition: .2s all ease-in-out;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22)
}   
      
.btn:hover:before{
    transform: translateY(8px) scale(.8);
    opacity: .8;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22)
}    
.btn:hover{
    transform: translateY(-5px)
} 
.btn.white {
    background-color: #fff;
    color:#bbb;
}
.btn.white:hover {
    background-color: #fff;
    color:#1c9ccd;
}

.header .menu-btn:hover{
    background-color: #1c9ccd;
    color:#fff;
}
/*text align center*/
h1,.center{
    text-align: center;
}
.italic{
    font-style: italic;
}
.clear_both{clear: both;}
.float_right{float: right;margin: 20px 0 10px 20px;}
.float_left{float: left;margin:20px 20px 10px 0;}
.block{display: block;}
img{max-width: 100%;height: auto;}
/***body***/
body {
    background:url(../img/losange-pattern.png) 0 0 repeat;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 100%;
    color: #787878;
    overflow-x:hidden
}
body.site-page{
    font-size:113%;
}
h1,h2,.site-page h3{
    border-top:#787878 1px solid;
    border-bottom:#787878 1px solid;
    font-weight: bold;
    padding: 0.5em;
    display: inline-block;
    width: auto;
    margin: 1em auto 0;
    font-size: 1.3em;
}
h3{
    font-size: 1em;
    text-transform: uppercase;
}
a{text-decoration: none;}
a:hover{text-decoration: none;}
p{
    margin: 2rem auto;
}
.illuPerso .main{text-align: center;}
.main p{
    margin:30px auto;
}
.main{overflow: hidden;}
.height img{max-height: 450px;margin: 10px 0;}
.container.project.teren{background: #f7f4e6}
.container.project.ludomedic,.container.project.illuPerso,.container.project.print,.container.project.web{background: #f1f1f1}
.button.green{background: #92c210 !important;}
.button.green:hover{background: #a0d70b !important;}
/***logo***/
header .logo{
    margin: 0 auto;
    display: block;
    padding: 5px 1rem 0;
    text-align: center;
    width: auto;
    z-index: 1;
}
header .logo img{max-width: 100%; max-height: 103px;}
header .logo .triangle{
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 100px 0 100px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -58px;
    left: 0;
    right: 40px;
    margin: 0 auto;
    z-index: -1;
}
header .logo .hover{opacity: 0;line-height: 0;}
/*email icon*/
header .email{
    background: url(../img/icon-email.svg) center no-repeat;
    height: 22px;
    width: 29px;
    text-indent: -99999px;
    padding: 45px 2rem 0;
}
header .email a{
    display: block;
    height: 22px;
    width: 29px;
}
/* header */
.header {
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    position: fixed;
    top:0;
    width: 100%;
    z-index: 3;
}
.header .wrapper{
    background-color: #fff;
    display: flex;
    display: -webkit-box;  /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
    display: -moz-box;     /* Firefox 2 - 27 (2009 Spec), UC Mini */
    display: -ms-flexbox;  /* IE10 (2012 Syntax) */
    display: -webkit-flex; /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
    /*align-items: center;*/
    justify-content: space-between;
    height:65px;
}
.header ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top:0;
    left:0;
    right:0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    z-index: -1;
}
.header li a {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
    border: none;
    position: relative;
}
.header li a.grey {
    color:#787878;
}
.header li a:before{
    border-top: 1px solid #1c9ccd;
    border-bottom: 1px solid #1c9ccd;
    display: block;
    position: absolute;
    background: transparent;
    content: '';
    top: 10px;
    bottom: 10px;
    left: 100%;
    right: 100%;
    transition: .48s all ease-in-out;
}
.header li a:hover:before{
    left: 10px;
    right: 10px;
}  
/* menu */
.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    z-index: 2;
}
/* menu icon */
.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: left;
    padding: 2rem;
    position: relative;
    user-select: none;
}
.header .menu-icon .navicon {
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.header .menu-icon .navicon:before {
    top: 5px;
}
.header .menu-icon .navicon:after {
    top: -5px;
}
/* menu btn */
.hideMobile,.header .menu-btn{
    display: none;
}
.header .menu-btn:checked ~ .menu {
    max-height: 240px;
    padding: 123px 0 0 0;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}
@media (min-width: 48em) {/* 48em = 768px */
    .header .menu-icon,.hideDesktop {
        display: none;
    }
    .hideMobile{
        display: block;
    }
    .header .menu{
        max-height: inherit;
        display: flex;
        display: -webkit-box;  /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
        display: -moz-box;     /* Firefox 2 - 27 (2009 Spec), UC Mini */
        display: -ms-flexbox;  /* IE10 (2012 Syntax) */
        display: -webkit-flex; /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
        justify-content: space-around;
-ms-flex-pack: distribute;
    }
    .header ul{
        background:none;
        box-shadow: inherit;
        z-index: 0;
    } 
    .header li a:hover:before{
        left: 0;
        right: 0;
    }  
}
@media (min-width: 1200px) {  
    .header {
        font-size: 1.4rem;
    }
    header .logo{
        padding: 5px 1rem 0;
    }
    header .logo img {
        max-width: 100%;
        max-height: 180px;
    }
    header .logo:hover img {
        max-height: 160px;
    }
    header .logo.small{
        padding-top: 5px;
    }
    header .logo.small img {
        max-width: 100%;
        max-height: 100px;
    }
    header .logo.small:hover img {
        max-height: 90px;
    }
    header .logo .triangle {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 155px 170px 0 170px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        bottom: -154px;
        left: 0;
        right: 40px;
        margin: 0 auto;
        z-index: -1;
    }
    header .logo.small .triangle {
        bottom: -74px;
    }
}
/*intro*/
/*scroll*/
.bottom-screen{
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
}
.scroll{
    color:#bbb;
    position: relative;
}
.scroll .arrow{
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-20%,-20%);
}
.scroll .arrow span{
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #bbb;
    border-right: 2px solid #bbb;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.scroll .arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.scroll .arrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-15px,-15px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(15px,15px);
    }
}
/*images*/
.intro{
    min-height:800px;
    height:100vh;
    padding: 115px 2rem 2rem;
}
.intro p{
    margin:1rem auto 0;
}
section{
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    box-sizing: border-box;
}
.intro .title-wrapper{
    text-align: center;
    margin: 0 auto;
    max-width: 430px;
}
.intro .break{
    display: block;
}
.intro .text{
    max-width: 340px;
    margin: 0 auto;
}
.intro .right{
    display: none;
}
.intro .right .flex:first-child img{
    max-width: 100%;
    height: auto;
}
.intro .right img{
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    margin: 0.5rem;
    max-width: 43%;
    height: auto;
}
@media screen and (min-width: 320px) {
    .intro{
        min-height: 770px;
    }
}
@media  screen and (min-width: 360px) {
    .intro{
        min-height: 650px;
    }
}
@media  screen and (min-width: 390px) {
    .intro{
    }
}
@media  screen and (min-width: 48em) {/* 48em = 768px */
    .intro{
        padding: 115px 2rem 2rem;
        position: relative;
        overflow: hidden;
        min-height: 710px;
        box-sizing: border-box;
    }
    .intro .break{
        display: inline;
    }
    .intro .title-wrapper{
        text-align: left;
        margin: 0;
        max-width: 350px;
    }
    .intro .text{
        padding: 0;
    }
    .wrapper-text{
        position: absolute;
        top: 20%;
    }
    .intro .right{
        display: flex;
        display: -webkit-box;  /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
        display: -moz-box;     /* Firefox 2 - 27 (2009 Spec), UC Mini */
        display: -ms-flexbox;  /* IE10 (2012 Syntax) */
        display: -webkit-flex; /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
        position: absolute;
        right: -59%;
        top: 11%;
        transform: rotate(31deg);
        width: 189%;
        z-index: -1;
    }
    .intro .right .flex:first-child{
        margin-top: -52%;
    }
    .intro .right .flex:first-child img{
        max-width: 100%;
        height: auto;
    }
    .intro .right .flex{
        margin: 0 0.5rem;
        width: 50%;
    }
}
@media (min-width: 870px) { 
    .intro .right {
        right: -55%;
    }
    .intro .right .flex:first-child {
        margin-top: -870px;
    }
}
@media (min-width: 980px) { 
    .intro .right {
        right: -55%;
    }
    .intro .right .flex:first-child{
        margin-top: -51%;
    }
    .intro .right .flex {
        margin: 0 0.5rem;
        width: 50%;
        margin-top: -10%;
    }
}
@media (min-width: 1200px) { 
    h1{
        font-size: 1.6em;
    } 
    .intro{
        min-height: 790px;
    }
    .intro .text {
        font-size: 1.4rem;
    }
    .intro .title-wrapper,.intro .text {
        max-width: 420px;
    }
    .wrapper-text {
        position: absolute;
        top: 20%;
        left: 6%;
    }
    .intro .right {
        display: flex;
        display: -webkit-box;  /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
        display: -moz-box;     /* Firefox 2 - 27 (2009 Spec), UC Mini */
        display: -ms-flexbox;  /* IE10 (2012 Syntax) */
        display: -webkit-flex; /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
        transform: rotate(31deg);
        width: 180%;
        right:-37%;
        z-index: -1;
    }
    .intro .right .flex:first-child{
        margin-top: -55%;
    }
    .intro .right .flex {
        margin-top: -15%;
    }
}
@media (min-width: 1380px) {  
    .wrapper-text {
        left: 12%;
    }
}
/*slider style*/
.slider {
    max-width: 1000px;
    margin: 0 auto;
    padding:2rem;
  }
  .slick-slide {
    margin: 0 5px;
  }
  .slick-list {
    margin: 0px -5px 0px -5px;
  }
  
.paginator-center .prev{
  position: absolute;
  top: 50%;
  left: -30px;
}
.paginator-center .next {
    position: absolute;
    top: 50%;
    right: -30px;
}
.paginator-center .prev svg,.paginator-center .next svg {
    width: 30px;
    height: auto;
    margin: 0 2rem;
    cursor: pointer;
    overflow: visible;
}
.paginator-center .prev polygon,.paginator-center .next polygon,
.paginator-center .prev path,.paginator-center .next path{
    fill: #bbb;
    transition: all 0.5s cubic-bezier(.2,1,.3,1);
}
.paginator-center .prev:hover polygon,.paginator-center .next:hover polygon,
.paginator-center .prev:hover path,.paginator-center .next:hover path {
      transition: all 1s cubic-bezier(.2,1,.3,1);
      fill: #1c9ccd;
}
.paginator-center .prev:hover .arrow,.paginator-center .next:hover .arrow {
      animation: arrow-anim 2.5s cubic-bezier(.2,1,.3,1) infinite;
}
.paginator-center .prev:hover .arrow-fixed,.paginator-center .next:hover .arrow-fixed {
      animation: arrow-fixed-anim 2.5s cubic-bezier(.2,1,.3,1) infinite;
}

@keyframes arrow-anim {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	5% {
		transform: translateX(-0.1rem);
	}
	100% {
		transform: translateX(1rem);
		opacity: 0;
	}
}

@keyframes arrow-fixed-anim {
	5% {
		opacity: 0;
	}
	20% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}
/*
  button.slick-next, button.slick-next:hover {
    position: absolute;
    top: 41%;
    right: 54px;
    width: 47px;
    height: 75px;
    background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
    background-size: 95px;
  }
  button.slick-prev, button.slick-prev:hover {
    position: absolute;
    top: 41%;
    left: 15px;
    z-index: 1;
    width: 47px;
    height: 75px;
    background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
    background-size: 95px;
        background-position-x: right;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 70px;
    color: #EA8496;
    line-height: inherit;
    font-weight: bold;
  }*/
  .slider img {
    height: 324px;
  }
  
  /* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
  /* Slider */
  .slick-slider
  {
      position: relative;
  
      display: block;
  
      -moz-box-sizing: border-box;
           box-sizing: border-box;
  
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
  
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
  
      display: block;
      overflow: hidden;
  
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -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);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
  
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
  
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
  
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
  
      height: auto;
  
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }
  /* Slider */
  /* Arrows */
  .slick-prev,
  .slick-next
  {
      font-size: 0;
      line-height: 0;
  
      position: absolute;
      top: 50%;
  
      display: block;
  
      width: 20px;
      height: 20px;
      margin-top: -10px;
      padding: 0;
  
      cursor: pointer;
  
      color: transparent;
      border: none;
      outline: none;
      background: transparent;
  }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus
  {
      color: transparent;
      outline: none;
      background: transparent;
  }
  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before
  {
      opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before
  {
      opacity: .25;
  }
  
  .slick-prev:before,
  .slick-next:before
  {
      font-size: 20px;
      line-height: 1;
  
      opacity: .75;
      color: white;
  
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  
  .slick-prev
  {
      left: -25px;
  }
  [dir='rtl'] .slick-prev
  {
      right: -25px;
      left: auto;
  }
  .slick-prev:before
  {
      content: '';
  }
  [dir='rtl'] .slick-prev:before
  {
      content: '';
      font-weight: bold;
      font-size: 20px;
  }
  
  .slick-next
  {
      right: -25px;
  }
  [dir='rtl'] .slick-next
  {
      right: auto;
      left: -25px;
  }
  .slick-next:before
  {
      content: '';
  }
  [dir='rtl'] .slick-next:before
  {
      content: '';
  }
  
  /* Dots */
  .slick-slider
  {
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
    max-width: none;

  }
  
  .slick-dots
  {
      position: absolute;
      bottom: -45px;
  
      display: block;
  
      width: 100%;
      padding: 0;
  
      list-style: none;
  
      text-align: center;
  }
  .slick-dots li
  {
      position: relative;
  
      display: inline-block;
  
      width: 20px;
      height: 20px;
      margin: 0 5px;
      padding: 0;
  
      cursor: pointer;
  }
  .slick-dots li button
  {
      font-size: 0;
      line-height: 0;
  
      display: block;
  
      width: 20px;
      height: 20px;
      padding: 5px;
  
      cursor: pointer;
  
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus
  {
      outline: none;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before
  {
      opacity: 1;
  }
  .slick-dots li button:before
  {
      font-size: 6px;
      line-height: 20px;
  
      position: absolute;
      top: 0;
      left: 0;
  
      width: 20px;
      height: 20px;
  
      content: '•';
      text-align: center;
  
      opacity: .25;
      color: black;
  
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before
  {
      opacity: .75;
      color: black;
  }
  /*work*/
  .work{
    min-height:700px;
    height:100vh;
    padding: 9rem 0 0;
    text-align: center;
  }
  .slider a{
      color: #787878;
  }
  .slider h3{
    margin: 2rem auto 0;
    max-width: 80%;
  }
  .slider .desc{
    display: block;
    font-size: 0.85rem;
    text-align: left;
    max-width: 650px;
    padding: 0 2rem 1rem;
    margin: 0 auto;
    display:none;
  }
  .slider .img{
    margin: 1rem auto;
    max-width: 67%;
    max-height: 200px;
    height: auto;
    width: auto;
  }
  .slider .btn{
      margin-bottom: 3rem;
  }
@media (min-width: 48em) {/* 48em = 768px */
    .work{
        min-height:800px;
    }
    .paginator-center .prev svg,.paginator-center .next svg {
        width: 55px;
        height: auto;
        margin: 0 2rem;
        cursor: pointer;
        overflow: visible;
    }
    .slider h3{
        min-height: 70px;
    }
    .slider .img{
        height:257px;
        width:auto;
        display: flex;
        display: -webkit-box;  /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
        display: -moz-box;     /* Firefox 2 - 27 (2009 Spec), UC Mini */
        display: -ms-flexbox;  /* IE10 (2012 Syntax) */
        display: -webkit-flex; /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
        align-items: center;
    }
    .slider img.img{
        margin: 1rem auto;
        max-width: 100%;
        /*max-height: 257px;*/
        height: auto;
        /*width: auto;*/
    }
    .slider .desc{
        display: block;
        text-align: left;
        max-width: 650px;
        padding: 1rem 2rem;
        margin: 0 auto;
    }
    .paginator-center .prev{
        position: absolute;
        top: 50%;
        left: 0%;
    }
    .paginator-center .next {
        position: absolute;
        top: 50%;
        right: 0%;
    }
}
@media (min-width: 1200px) {  
    .work{
        min-height:930px;
        padding: 8rem 0 0;
    }
    h2{
        font-size: 1.7rem;
    }
    .slider{
        padding: 0 7rem;
    }
    .slider a{
       display: block;
       padding: 3rem 2rem; 
    }
    .slider .img{
        max-width: 100%;
    }
    .slider .desc {
        display: block;
        text-align: left;
        max-width: 650px;
        padding: 2rem 0rem 1rem;
        margin: 0 auto;
        font-size: 1rem;
    }
}
@media screen and (min-width: 1400px) {  
    .work {
        min-height: 900px;
    }
}
/*contact*/
#contact {
    padding-top: 9rem;
    padding-bottom: 2rem;
}
#contact form p{
    position: relative;
    max-width: 340px;
}
#contact article.right.ok p{ 
    color:#fff;
    padding-left: 50px;
    box-sizing: border-box;
}
#contact article.right.ok #form-div:before{
    color: #fff;
    position: absolute;
    left: 0;
    font-size: 38px;
    top: 0;
}
.social-media-list i{
    margin-top: 15px;
}
#contact form i{
    position: absolute;
    top: 5px;
    left: 8px;
    font-size: 2.3rem;
    z-index: 1;
}
.social-media-list li:after{
    display: block;
    position: absolute;
    background: transparent;
    border: none;
    border-radius: 30px;
    transform: translateY(5px) scale(.9);
    content: '';
    height: 5px;
    z-index: -1;
    bottom: 12%;
    left: 0;
    right: 0;
    transition: .2s all ease-in-out;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}   
.social-media-list li:hover:after{
    transform: translateY(12px) scale(.8);
    opacity: .8;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}    
.social-media-list li:hover{
    transform: translateY(-5px);
} 
#contact article{
    box-sizing: border-box;
    display: block;
    width: 100%;
    vertical-align: top;
    margin: 2% auto;
    max-width: 700px;
    padding: 20px;
}
#contact article.right{
    border: none;
    padding: 3%;
    background: #fff;
}
.section-header {
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: 50px;
  font: 300 60px 'Oswald', sans-serif;
  letter-spacing: 6px;
  color: #fff;
  margin-bottom: 25px;
}
.contact-wrapper {
  margin: 0 auto;
  padding-top: 0;
  position: relative;
  max-width: 800px;
}
/* Begin Left Contact Page */
.form-horizontal {
  float: left;
  max-width: 400px;
  font-family: 'Lato';
  font-weight: 400;
}

.form-control, textarea {
  color: #fff;
  letter-spacing: 1px;
}

.send-button {
  margin-top: 15px;
  height: 34px;
  width: 400px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.button {
  width: 400px;
  height: 34px;
  transition: all .2s ease-in-out;
}

.send-text {
  display: block;
  margin-top: 10px;
  font: 300 14px 'Lato', sans-serif;
  letter-spacing: 2px;
}

.button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
  float: right;
  margin-top: 5px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #aaa;
}

.contact-text {
  font: 300 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: #bbb;
}
.place {
  margin-left: 62px;
}

.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 53px;
}

.contact-text a {
  color: #bbb;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #fff;
  text-decoration: none;
}

/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 2.3rem;
  text-align: center;
  width: 100%;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative; 
  top: 0;
  left: -20px;
  display: inline-block;
  height: 70px;
  width: 70px;
  margin: 10px auto;
  line-height: 70px;
  border-radius: 50%;
  cursor: pointer; 
  transition: all .2s ease-in-out;
}

/* Begin Media Queries*/
@media screen and (max-width: 760px) {
  .section-header {
    font-size: 65px;
  }
  .direct-contact-container, .form-horizontal {
    float: none;
    margin: 10px auto;
  }  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }    
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 569px) {
  .section-header{
    font-size: 50px;
  }
  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    max-width: 340px;
    margin: 0 auto;
  }
  
  .name, .email, textarea {
    width: 280px;
  } 
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }  
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}
#feedback-page{
	text-align:center;
}
#text-feedback{
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	background-color:white;
	text-align:center;
}
#form-div {
	background-color:#fff;
    margin: 0 auto;
    position:relative;
    width: 450px;
}
.feedback-input {
    border: #bbb 1px solid;
	opacity:0.9;
	color:#0493bd;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1rem;
	border-radius: 0;
	line-height: 1.1rem;
	background-color: transparent;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}
.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}
/* Icons ---------------------------------- */
#name,#email{
    background-color: transparent;
	background-size: 30px 30px;
	background-position: 11px 8px;
    background-repeat: no-repeat;
    border: none;
    border-bottom: 1px solid #bbb;
}
textarea {
	width: 100%;
	height: 150px;
	line-height: 150%;
}	
.ease {
	width: 0px;
	height: 80px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}
.submit{
    text-align: center;
}
.submit:hover .ease{
  width:100%;
  background-color:white;
}
input.btn-send {
    border-radius: 30px;
    background-color: #1c9ccd;
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 16px 30px;
    transition: all 0.5s;
    cursor: pointer;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    text-transform: uppercase;
}  
.submit:hover input{
    padding-right: 40px;
    padding-left:40px;
}
@media only screen and (max-width: 580px) {
	#form-div{
		width: 88%;
	}
}
@media (min-width: 1200px) {
    #contact{
        font-size:1.1rem;
    }
    #contact .flex{
        display: flex;
        display: -webkit-box;  /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
        display: -moz-box;     /* Firefox 2 - 27 (2009 Spec), UC Mini */
        display: -ms-flexbox;  /* IE10 (2012 Syntax) */
        display: -webkit-flex; /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
        align-items: center;
        justify-content: center;
    }
    #contact article{
        box-sizing: border-box;
        display: inline-block;
        width: 34%;
        vertical-align: top;
        margin: 4% 2% 2% 9%;
        max-width: 800px;
        padding: 0;
    }
    #contact article.right{
        margin: 4% 10% 2% 2%;
        padding: 3%;
        width: 42%;
        background: #fff;
    }
    #contact form p{
        max-width: 440px;
    }
}
/*project*/
.container.project{background: #f1f1f1}
.container.project .wrapper{
    padding: 130px 20px 60px;
}
@media screen and (min-width: 768px){
    .container.project .wrapper{
        max-width: 1020px;
        margin: 0 auto;
        padding: 220px 20px 60px;
    }
}
/****web image***/
.project .screen a img {   -webkit-transition: all 0.2s linear;  -moz-transition: all 0.2s linear;  -o-transition: all 0.2s linear;  -ms-transition: all 0.2s linear; transition: all 0.2s linear;margin: 20px 0;}
.project .screen a:hover img {-webkit-transform: scale(1.1,1.1);   -moz-transform: scale(1.1,1.1);   -o-transform: scale(1.1,1.1);      -ms-transform: scale(1.1,1.1);   transform: scale(1.1,1.1);  }
.project .work a{width: 100%;height: auto;overflow: hidden;float: left;}
.project .work a img{max-width: 100%;height: auto;width: auto;}
@media screen and (min-width:520px) {
    .project .work a{width: 45%;display: inline-block;margin: 2%;vertical-align:top;    max-height: 200px; }
}
@media screen and (min-width:600px) {
    .project .work a{width: 45%;display: inline-block;margin: 2%;vertical-align:top;    max-height: 220px; }
}
@media screen and (min-width:700px) {
    .project .work a{width: 45%;display: inline-block;margin: 2%;vertical-align:top;    max-height: 240px; }
}
@media screen and (min-width:800px) {
    .project .work a{width: 45%;display: inline-block;margin: 2%;vertical-align:top;    max-height: 260px; }
}
/*loader transition page*/
.loader {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    transition: width 0s 1.4s ease;
  }
  .loader .loader__icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .loader .loader__icon svg {
    transform-origin: 0 0;
  }
  .loader .loader__tile {
    position: absolute;
    left: 0;
    width: 0;
    height: 20%;
    background-color: #1c9ccd;
    transition: width 0.7s ease;
  }
  .loader .loader__tile:nth-child(0) {
    top: calc(-1 * 20%);
    transition-delay: -0.2s;
  }
  .loader .loader__tile:nth-child(1) {
    top: calc(0 * 20%);
    transition-delay: 0s;
  }
  .loader .loader__tile:nth-child(2) {
    top: calc(1 * 20%);
    transition-delay: 0.2s;
  }
  .loader .loader__tile:nth-child(3) {
    top: calc(2 * 20%);
    transition-delay: 0.4s;
  }
  .loader .loader__tile:nth-child(4) {
    top: calc(3 * 20%);
    transition-delay: 0.6s;
  }
  .loader .loader__tile:nth-child(5) {
    top: calc(4 * 20%);
    transition-delay: 0.8s;
  }
  .loader--active {
    width: 100%;
    transition-delay: 0s;
  }
  .loader--active .loader__icon {
    opacity: 1;
    transition: opacity 0.5s 1.4s ease;
  }
  .loader--active .loader__tile {
    width: 100%;
  }
  .loader--active .loader__tile:nth-child(0) {
    transition-delay: -0.2s;
  }
  .loader--active .loader__tile:nth-child(1) {
    transition-delay: 0s;
  }
  .loader--active .loader__tile:nth-child(2) {
    transition-delay: 0.2s;
  }
  .loader--active .loader__tile:nth-child(3) {
    transition-delay: 0.4s;
  }
  .loader--active .loader__tile:nth-child(4) {
    transition-delay: 0.6s;
  }
  .loader--active .loader__tile:nth-child(5) {
    transition-delay: 0.8s;
  }
/*page work*/
.site-page .flex img, .site-page  .img img{
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    margin:2em auto;
}
.site-page .noShadow img, .site-page img.noShadow{
    box-shadow:none;
}
.site-page .flex{
    align-items: center;
    display:flex;
    display: -webkit-box;  /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
    display: -moz-box;     /* Firefox 2 - 27 (2009 Spec), UC Mini */
    display: -ms-flexbox;  /* IE10 (2012 Syntax) */
    display: -webkit-flex; /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
    justify-content: space-around;
-ms-flex-pack: distribute;
    -ms-flex-pack: distribute;
    margin:2em auto;
}
.site-page .flex.double-columns{
    align-items: center;
    display:block;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    margin:2em auto;
}
.site-page .flex img{
    height:auto !important;
    max-width:48%;
}
.site-page .flex.solo img{
    height:auto !important;
    max-width:100%;
}
.site-page .flex.column{
    align-items: center;
    display:flex;
    display: -webkit-box;  /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
    display: -moz-box;     /* Firefox 2 - 27 (2009 Spec), UC Mini */
    display: -ms-flexbox;  /* IE10 (2012 Syntax) */
    display: -webkit-flex; /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
    justify-content: space-around;
    -ms-flex-pack: distribute;
    margin:2em auto;
    flex-direction:column;
    -ms-flex-direction: column;
}
.site-page .flex.column img{
    margin:2em auto;
    max-width: 100%;
}
.site-page h1{
    font-size: 1.3em;
}
.site-page h2{
    font-size: 1.2em;
    text-transform: uppercase;
}
.site-page h3{
    color:#787878;
    font-size: 1.1em;
    margin-bottom:1em;
    padding: 0;
    border: none;
}
.site-page ul{
    margin:20px auto;
}
.site-page h4{
    font-weight:bold;
    margin-bottom:1em;
    text-transform:uppercase;
}
.image-text {
    align-items: center;
    display:flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
    margin:1em auto;
}
.relance a{
    margin: 2rem 2rem 0;
}
@media screen and (min-width: 768px){
    .site-page .flex img, .site-page  .img img{
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        margin:2em 0;
    }
    .site-page .noShadow img,.site-page img.noShadow{
        box-shadow:none;
    }
    .image-text {
        align-items: center;
        display:flex;
        flex-direction:row;
        justify-content: space-between;
        margin:2em auto;
    }
    .image-text .img{
        display: inline-block;
        width:55%;
    }
    .image-text .text{
        display: inline-block;
        width:40%;
    }
    .image-text.left{
        flex-direction: row-reverse;
    }
    .site-page .flex.column{
        align-items: center;
        display:flex;
        display: -webkit-box;  /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
        display: -moz-box;     /* Firefox 2 - 27 (2009 Spec), UC Mini */
        display: -ms-flexbox;  /* IE10 (2012 Syntax) */
        display: -webkit-flex; /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
        justify-content: space-around;
        -ms-flex-pack: distribute;
        margin:2em 1em;
        flex-direction:column;
        -ms-flex-direction: column;
        width:50%;
    }
    .site-page .flex.column img{
        margin:2em auto;
        max-width: 45%;
    }
    .site-page .flex.double-columns{
        align-items: start;
        display:flex;
        display: -webkit-box;  /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UC Browser Android */
        display: -moz-box;     /* Firefox 2 - 27 (2009 Spec), UC Mini */
        display: -ms-flexbox;  /* IE10 (2012 Syntax) */
        display: -webkit-flex; /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
        justify-content: space-around;
-ms-flex-pack: distribute;
        margin:2em auto;
        width:100%;
    }
    .site-page .flex.double-columns img {
        height:auto !important;
        margin: 2em auto;
        max-width: 100%;
        width:auto;
        flex-shrink: 0;
        -ms-flex-negative: 0;
    }
    .relance a+a{
        margin-left:20px;
    }
}
/*hack ie*/
img[src*=".svg"] {
    width: 100%; 
}