#content, footer, header {
  min-width: 960px
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}
* html .clearfix {
  zoom: 1
}
body {
  text-align: center;
  margin: auto;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-family: Mukta-Light;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #000
}
a, a:hover {
  color: #000;
  text-decoration: none;
  outline: 0
}
a:active, a:focus {
  outline: 0;
  -moz-outline-style: none
}
input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0
}
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  margin: 0;
  font-size: inherit
}
.global {
  width: 1190px;
  margin: auto;
  text-align: left;
  position: relative
}
.page-home .slideshow .global, .page-project .block .global, .page-project .block .number, .page-project .block-interieur .switch, header .global {
  text-align: center
}
header {
  font-family: Mukta-Light;
  text-transform: uppercase;
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  padding: 5px 0;
  z-index: 2000;
  height: 70px
}
footer.ongoing, header.ongoing {
  -webkit-transition: all 1s cubic-bezier(1, .010, .33, 1);
  -moz-transition: all 1s cubic-bezier(1, .010, .33, 1);
  -o-transition: all 1s cubic-bezier(1, .010, .33, 1);
  -ms-transition: all 1s cubic-bezier(1, .010, .33, 1);
  -khtml-transition: all 1s cubic-bezier(1, .010, .33, 1);
  transition: all 1s cubic-bezier(1, .010, .33, 1)
}
footer.open {
  border-top: 1px solid #EEE
}
footer.first-load, header.first-load {
  height: 5000px;
  -webkit-transition: all 0s cubic-bezier(1, .010, .33, 1);
  -moz-transition: all 0s cubic-bezier(1, .010, .33, 1);
  -o-transition: all 0s cubic-bezier(1, .010, .33, 1);
  -ms-transition: all 0s cubic-bezier(1, .010, .33, 1);
  -khtml-transition: all 0s cubic-bezier(1, .010, .33, 1);
  transition: all 0s cubic-bezier(1, .010, .33, 1)
}
header.first-load span.first.first-load {
  margin-right: 35px;
  opacity: 0
}
header.first-load span.last.first-load {
  margin-left: 35px;
  opacity: 0
}
header .animate {
  position: relative;
  height: 100%
}
header .position {
  width: 100%;
  position: absolute;
  bottom: 0
}
header .global a {
  display: block
}
header span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 6px
}
.page-home h1, header .logo input#image-loader {
  display: none
}
header span.first, header span.last {
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -khtml-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  opacity: 1
}
header .logo {
  margin: 0 5px;
  overflow: hidden
}
.logo input {
  background: #e6421a
}
#content {
  margin: 70px 0 0
}
#content-ajax {
  position: relative
}
#content-ajax > span.mask {
  background: #000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1500;
  opacity: .6;
  display: none
}
.page-home .slideshow, .page-home .slideshow-part {
  height: 600px;
  line-height: 600px
}
.page-home .slideshow {
  position: relative;
  overflow: hidden
}
.page-home .slideshow ul.list {
  position: absolute;
  left: 36px;
  width: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1000
}
.page-home .slideshow ul.list li {
  padding: 4px 0
}
.page-home .slideshow ul.list li a {
  display: block;
  text-indent: -99999px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 10px;
  line-height: 10px;
  border: 1px solid #fff;
  background: url(img/background-black-40.png);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px
}
.page-home .slideshow ul.list li.active a {
  background: #fff
}
.page-home .slideshow-part {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10;
  background-size: 100% auto
}
.page-home .slideshow.ratio-height .slideshow-part {
  background-size: auto 100%
}
.page-home .slideshow.animate .slideshow-part {
  transition: background-size .6s ease-in;
  -moz-transition: background-size .6s ease-in;
  -ms-transition: background-size .6s ease-in;
  -o-transition: background-size .6s ease-in;
  -webkit-transition: background-size .6s ease-in
}
.page-home .slideshow.zoom .slideshow-part {
  background-size: 104% auto
}
.page-home .slideshow.ratio-height.zoom .slideshow-part {
  background-size: auto 104%
}
.page-home #slide-1.animate-grey {
  -webkit-animation: animGrey .9s ease-in;
  -moz-animation: animGrey .9s ease-in;
  -o-animation: animGrey .9s ease-in;
  -ms-animation: animGrey .9s ease-in;
  animation: animGrey .9s ease-in
}
@-webkit-keyframes animGrey {
  0%, 30% {
    -webkit-filter: grayscale(100%) brightness(10%) contrast(250%)
  }
  100% {
    -webkit-filter: grayscale(0) brightness(100%) contrast(100%)
  }
}
@-moz-keyframes animGrey {
  0%, 30% {
    -moz-filter: grayscale(100%) brightness(10%) contrast(250%)
  }
  100% {
    -moz-filter: grayscale(0) brightness(100%) contrast(100%)
  }
}
@-o-keyframes animGrey {
  0%, 30% {
    -o-filter: grayscale(100%) brightness(10%) contrast(250%)
  }
  100% {
    -o-filter: grayscale(0) brightness(100%) contrast(100%)
  }
}
@-ms-keyframes animGrey {
  0%, 30% {
    -ms-filter: grayscale(100%) brightness(10%) contrast(250%)
  }
  100% {
    -ms-filter: grayscale(0) brightness(100%) contrast(100%)
  }
}
@keyframes animGrey {
  0%, 30% {
    filter: grayscale(100%) brightness(10%) contrast(250%)
  }
  100% {
    filter: grayscale(0) brightness(100%) contrast(100%)
  }
}
.page-home #slide-1 {
  background-image: url(img/page-home/beach_resort_dwarka.jpg);
  background-size: cover
}
.page-home #slide-2 {
  background-image: url(img/page-home/verantes_ahmedabad.jpg);
  background-size: cover
}
.page-home #slide-3 {
  background-image: url(img/page-home/safety_institute.jpg);
  background-size: cover
}
.page-home #slide-4 {
  background-image: url(img/page-home/ananta_office.jpg);
  background-size: cover
}
.page-home #slide-5 {
  background-image: url(img/page-home/2nd_avenue_resi_ahmedabad.jpg);
  background-size: cover
}
.page-home #slide-6 {
  background-image: url(img/page-home/palash.jpg);
  background-size: cover
}
.page-home .slideshow-part.animate {
  z-index: 20;
  -webkit-transition: all 1s cubic-bezier(1, .010, .33, 1);
  -moz-transition: all 1s cubic-bezier(1, .010, .33, 1);
  -o-transition: all 1s cubic-bezier(1, .010, .33, 1);
  -ms-transition: all 1s cubic-bezier(1, .010, .33, 1);
  -khtml-transition: all 1s cubic-bezier(1, .010, .33, 1);
  transition: all 1s cubic-bezier(1, .010, .33, 1)
}
.page-home .slideshow-part.current_active {
  z-index: 15
}
.page-home .slideshow .content {
  margin: auto;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
  line-height: 1.2;
  padding-bottom: 80px
}
.page-home .slideshow .content .block-title {
  background: url(img/background-black-40.png);
  color: #fff;
  margin-bottom: 90px;
  padding: 0 25px
}
@media only screen and (min-width:960px) {
  .page-home .slideshow .content .block-title {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
  }
}
.page-home .slideshow .content .block-title span {
  display: block
}
.page-home .slideshow .content .block-title span.title {
  font-family: Mukta-Bold;
  font-size: 40px;
  line-height: 50px;
  padding: 25px 0 5px
}
.page-home .slideshow #slide-2 .content .block-title span.title {
  letter-spacing: 11px;
  position: relative;
  left: 1px
}
.page-home .slideshow #slide-3 .content .block-title span.title {
  letter-spacing: 2px !important;
  position: relative;
  left: 6px
}
.page-home .slideshow .content .block-title span.subtitle {
  font-family: Mukta-Light;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 2px;
  padding-bottom: 27px
}
.page-home .slideshow .button-effect {
  width: auto
}
.page-home .circle-mouse {
  width: 100%;
  position: absolute;
  bottom: -102px;
  z-index: 1000
}
.page-home .circle-mouse.show, html.no-csstransitions .page-home .circle-mouse {
  bottom: 46px
}
.page-home .circle {
  background: url(img/background-black-40.png);
  width: 102px;
  height: 102px;
  position: relative;
  margin: auto;
  -webkit-border-radius: 51px;
  -moz-border-radius: 51px;
  border-radius: 51px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.page-home .circle-mouse.show .circle {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0)
}
.page-home .circle-mouse, .page-home .circle-mouse .circle {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -khtml-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.page-home .circle .mouse {
  background: #fff;
  background-size: 50% auto;
  width: 28px;
  height: 52px;
  position: absolute;
  left: 37px;
  top: 25px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  line-height: 2px
}
.page-home .circle .points {
  background: url(img/page-home/mouse.gif) no-repeat;
  background-size: 100% auto;
  width: 4px;
  height: 16px;
  position: absolute;
  left: 12px;
  top: 5px
}
.page-project .block .number {
  font-size: 15px;
  width: 27px;
  line-height: 27px;
  border: 1px solid #555;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  background: #fff;
  letter-spacing: 1px
}
.page-project .block .title {
  text-transform: uppercase;
  background: no-repeat;
  background-size: cover;
  letter-spacing: 1px
}
.page-project .block .title span {
  display: block;
  font-size: 25px;
  line-height: 35px
}
.page-project .block-dark {
  color: #fff
}
.page-project .block-dark .global {
  height: 100%
}
.page-project .block-dark .number {
  border: 1px solid #fff;
  background: 0 0
}
.page-project .block {
  position: relative;
  z-index: 2
}
.page-project .block-intro {
  width: 100%;
  position: fixed
}
.page-project .block-intro .vertical-align {
  line-height: 10px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: Mukta-Light
}
.page-project .block-interieur .slider .cursor, .page-project .block-interieur .switch a.active, .page-project .block-plans .switch ul li.active a {
  font-family: Mukta-Light
}
.page-project .block-intro .vertical-align span {
  display: block
}
.page-project .block-intro .vertical-align span.text-small {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 3px
}
.page-project .block-intro .vertical-align span.text-large {
  font-size: 80px;
  line-height: 96px;
  margin-top: 6px;
  letter-spacing: 8px
}
.page-project .block-brief .number {
  margin-top: 70px
}
.page-project .block-brief .title span {
  margin: 16px 48px 0;
  color: #fff
}
.page-project .block-brief .text {
  line-height: 35px;
  font-size: 23px;
  margin-bottom: 52px;
  max-height: 500px
}
.page-project .block-brief .text sup {
  font-size: 60%
}
.page-project .block-brief .text .large {
  line-height: 45px;
  font-size: 30px;
  display: block;
  margin-bottom: 32px
}
.page-project .block-brief .separation {
  width: 123px;
  height: 1px;
  display: inline-block;
  background-size: cover;
  margin-bottom: 20px
}
.page-project .block-interieur {
  background: #fff
}
.page-project .block-interieur .number {
  margin-top: 40px
}
.page-project .block-interieur .title {
  width: 289px;
  height: 88px;
  margin: -10px 0 37px
}
.page-project .block-interieur .title span {
  margin: 25px 50px 0
}
.page-project .block-interieur .switch {
  height: 25px;
  margin: -14px 0 30px;
  position: relative;
  z-index: 2
}
.page-project .block-interieur .switch a {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 25px;
  width: 120px;
  vertical-align: top
}
.page-project .block-interieur .switch a.slider-1 {
  text-align: right
}
.page-project .block-interieur .switch a.slider-2 {
  text-align: left
}
.page-project .block-interieur .switch .tools {
  border: 1px solid #555;
  display: inline-block;
  vertical-align: top;
  width: 54px;
  height: 23px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  position: relative;
  margin: 0 14px;
  cursor: pointer
}
.page-project .block-interieur .switch .tools .round {
  display: block;
  width: 19px;
  height: 19px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #000;
  position: absolute;
  left: 2px;
  top: 2px;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out
}
.page-project .block-interieur .switch .tools .round.slider-2-active {
  left: 33px
}
.page-project .block-interieur .slider {
  background: #ccc;
  width: 100%;
  height: 0;
  position: relative;
  text-align: center;
  overflow: hidden;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab
}
.page-project .block-interieur .slider:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing
}
.page-project .block-interieur .slider.active {
  height: 600px
}
.page-project .block-interieur .slider .cursor {
  width: 190px;
  z-index: 2;
  line-height: 14px;
  font-size: 12px;
  position: absolute;
  left: 50%;
  margin-left: -96px;
  top: 50%;
  margin-top: -60px
}
@media only screen and (min-width:1200px) {
  .page-project .block-interieur .slider.active {
    height: 800px
  }
}
@media only screen and (min-width:1400px) {
  .page-project .block-interieur .slider.active {
    height: 900px
  }
}
.page-project .block-interieur .slider .cursor .text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  opacity: 1;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out
}
.page-project .block-interieur .slider .cursor .text.hide {
  opacity: 0
}
.page-project .block-interieur .slider .slide {
  background: center center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0
}
.page-project .block-interieur .slider .slide.active {
  opacity: 1
}
.page-project .block-plans .floor .inside.first-load, .page-project .block-plans .floor.first-load {
  opacity: 0
}
.page-project .block-interieur .slider nav {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 3
}
.page-project .block-interieur .slider nav ul li {
  display: inline-block;
  vertical-align: top
}
.page-project .block-interieur .slider nav ul li a {
  display: block;
  margin: 0 4px;
  width: 8px;
  height: 8px;
  line-height: 8px;
  text-indent: -99999px;
  border: 1px solid #555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -khtml-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out
}
.page-project .block-interieur .slider nav ul li.active a {
  background: #000
}
.alang-1 {
  background: url(../projects/architectural/labour_housing_alang/labour_housing_alang1.jpg) !important
}
.alang-2 {
  background: url(../projects/architectural/labour_housing_alang/labour_housing_alang2.jpg) !important
}
.alang-3 {
  background: url(../projects/architectural/labour_housing_alang/labour_housing_alang3.jpg) !important
}
.apartment_complex_ahmedabad-1 {
  background: url(../projects/architectural/apartment_complex_ahmedabad/apartment_complex_ahmedabad1.jpg) !important
}
.apartment_complex_ahmedabad-2 {
  background: url(../projects/architectural/apartment_complex_ahmedabad/apartment_complex_ahmedabad2.jpg) !important
}
.apartment_complex_ahmedabad-3 {
  background: url(../projects/architectural/apartment_complex_ahmedabad/apartment_complex_ahmedabad3.jpg) !important
}
.sanskrit_mahavidhyalaya_n_chatralaya_ambaji-1 {
  background: url(../projects/architectural/sanskrit_mahavidhyalaya_n_chatralaya_ambaji/sanskrit_mahavidhyalaya_n_chatralaya_ambaji1.jpg) !important
}
.sanskrit_mahavidhyalaya_n_chatralaya_ambaji-2 {
  background: url(../projects/architectural/sanskrit_mahavidhyalaya_n_chatralaya_ambaji/sanskrit_mahavidhyalaya_n_chatralaya_ambaji2.jpg) !important
}
.sanskrit_mahavidhyalaya_n_chatralaya_ambaji-3 {
  background: url(../projects/architectural/sanskrit_mahavidhyalaya_n_chatralaya_ambaji/sanskrit_mahavidhyalaya_n_chatralaya_ambaji3.jpg) !important
}
.page-project .block-excerpt {
  background: #fff;
  color: #cacaca;
  height: 240px
}
.page-project .block-excerpt .global .text {
  background-size: 822px auto;
  font-size: 32px;
  line-height: 55px;
  width: 100%;
  position: relative;
  top: 65px;
  max-height: 500px;
  color: #333
}
.page-project-charlot .block-excerpt .global .text, .page-project-hotel-etage .block-excerpt .global .text {
  font-size: 38px
}
.page-project .block-hat {
  background: center center no-repeat;
  background-size: cover;
  height: 344px;
  color: #cacaca
}
.page-project .block-hat .global .text {
  display: inline-block;
  line-height: 55px
}
.page-project .block-plans {
  position: relative
}
.page-project .block-plans .mask {
  height: 700px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none
}
.page-project .block-plans .number {
  margin-top: 68px
}
.page-project .block-plans .title span {
  margin: 23px 75px 0
}
.page-project .block-plans .floor {
  background: no-repeat;
  position: absolute;
  background-size: cover
}
.page-project .block-plans.ongoing .floor {
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out
}
.page-project .block-plans .floor .inside {
  background: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-size: cover;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out
}
.page-project .block-plans .floor .marker .hover-zone {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer
}
.page-project .block-plans .floor .marker .more {
  width: 315px;
  height: 315px;
  background: no-repeat #000;
  background-size: cover;
  border: 10px solid #fff;
  -webkit-border-radius: 168px;
  -moz-border-radius: 168px;
  border-radius: 168px;
  position: relative;
  display: none;
  opacity: 0;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transform: scale(.4);
  -ms-transform: scale(.4);
  -o-transform: scale(.4);
  -khtml-transform: scale(.4);
  -webkit-transform: scale(.4)
}
.page-project .block-plans .floor .marker .more.show {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -khtml-transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(.3);
    transform: scale(.3);
    opacity: .5
  }
  80% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
  100% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(.3);
    transform: scale(.3);
    opacity: .5
  }
  80% {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
  100% {
    -moz-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(.3);
    transform: scale(.3);
    opacity: .5
  }
  80% {
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
  100% {
    -o-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0
  }
}
@keyframes pulse {
  0% {
    transform: scale(.3);
    opacity: .5
  }
  80% {
    transform: scale(1.5);
    opacity: 0
  }
  100% {
    transform: scale(2.5);
    opacity: 0
  }
}
.page-project .block-materiaux ul li.first-load, .page-project .block-plans .description.first-load, .page-project .block-plans .switch.first-load {
  opacity: 0
}
.page-project .block-plans .floor .marker span.pulse-effect {
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  border: 2px solid #e7e7e7;
  border-radius: 60px;
  -moz-box-shadow: 0 0 5px #bcbcbc;
  -webkit-box-shadow: 0 0 5px #bcbcbc;
  -o-box-shadow: 0 0 5px #bcbcbc;
  box-shadow: 0 0 5px #bcbcbc;
  -webkit-animation: pulse 1s ease-out infinite;
  -moz-animation: pulse 1s ease-out infinite;
  -o-animation: pulse 1s ease-out infinite;
  -ms-animation: pulse 1s ease-out infinite;
  animation: pulse 1s ease-out infinite
}
.lt-ie9 .page-project .block-plans .floor .marker span.pulse-effect {
  display: none;
  visibility: hidden
}
.page-project .block-plans .switch .clearfix {
  position: absolute;
  left: 44px;
  top: 48px
}
.page-project .block-plans .switch .tools {
  display: block;
  border: 1px solid #fff;
  width: 24px;
  height: 54px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  text-align: center;
  float: left;
  position: relative;
  cursor: pointer
}
.page-project .block-plans .switch .tools .round {
  display: block;
  border: 1px solid #fff;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  background: #8a8a8a;
  position: absolute;
  left: 2px;
  bottom: 3px;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out
}
.page-project .block-plans .switch .tools .round.active-floor-2 {
  bottom: 31px
}
.page-project .block-plans .switch ul {
  list-style: none;
  margin: 1px 0 0 8px;
  padding: 0;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 13px;
  float: left
}
.page-project .block-plans .switch ul li {
  margin: 5px 0
}
.page-project .block-plans .switch ul li a {
  display: block;
  color: #fff
}
.page-project .block-plans .description {
  position: absolute;
  text-align: justify;
  line-height: 30px;
  font-size: 18px;
  padding-bottom: 15px;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out
}
.page-project .block-plans .description p {
  padding-left: 10px;
  margin: 0 0 30px
}
.page-project-charlot .block-plans .floor {
  width: 435px;
  height: 400px;
  top: 200px;
  left: 195px;
  right: auto
}
.page-project-charlot .block-plans .description {
  width: 260px;
  top: 210px;
  left: auto;
  right: 15px
}
.page-project-hotel-rdc .block-plans .description {
  width: 465px;
  top: 236px;
  right: auto;
  left: 15px
}
.page-project-hotel-etage .block-plans .description {
  width: 465px;
  top: 226px;
  right: 15px;
  left: auto;
  padding-bottom: 85px;
  background-position: 210px bottom
}
.page-project-doumer .block-plans .description {
  width: 465px;
  top: 226px;
  right: 15px;
  left: auto;
  padding-bottom: 25px;
  background-position: 210px bottom
}
.page-project .block-mobilier .title span {
  margin: 25px 78px 0
}
.page-project .block-mobilier ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0
}
.page-project .block-mobilier ul li {
  display: inline-block;
  width: 195px;
  height: 390px;
  position: relative;
  margin: 2px 23px 48px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -khtml-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
.page-project .block-materiaux {
  background: #fff;
  color: #000
}
.page-project .block-materiaux .number {
  margin-top: 60px
}
.page-project .block-materiaux .title span {
  margin: 25px 50px 0
}
.page-project .block-materiaux ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0
}
.page-project .block-materiaux ul li {
  display: inline-block;
  width: 195px;
  position: relative;
  margin: 2px 23px 160px;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  -khtml-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  cursor: pointer
}
.page-project .block-materiaux ul li.material-1 {
  margin-left: 0
}
.page-project .block-materiaux ul li.material-4 {
  margin-right: 0
}
.page-project .block-materiaux ul li .material {
  background-size: 150px auto;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -khtml-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: relative
}
.page-project .block-materiaux ul li .description {
  height: 100px;
  width: 100%;
  background: #000;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: -15px;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -khtml-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 2;
  -moz-transform: scale(.95);
  -ms-transform: scale(.95);
  -o-transform: scale(.95);
  -khtml-transform: scale(.95);
  -webkit-transform: scale(.95)
}
.page-biography .two-parts .block-left .text ul.squares li, .page-project .block-materiaux ul li .description .arrow {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg)
}
.page-project .block-materiaux ul li .description .text {
  text-transform: uppercase;
  line-height: 12px;
  font-size: 10px;
  color: #6f6f6f;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 1px;
  min-height: 24px
}
.page-project .block-materiaux ul li .description .arrow {
  position: absolute;
  bottom: -4px;
  left: 94px;
  background: #000;
  width: 8px;
  height: 8px;
  transform: rotate(45deg)
}
.page-project .block-materiaux ul li .circle {
  background: no-repeat;
  background-size: cover;
  width: 150px;
  height: 110px;
  display: inline-block;
  margin: 72px 0 15px;
  text-align: center;
  cursor: pointer;
  -webkit-transform: perspective(0) rotateX(0);
  -moz-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  -khtml-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -khtml-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -khtml-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: relative
}
.page-project .block-materiaux ul li .circle.animate {
  -webkit-animation: animBois 1s ease-out
}
@-webkit-keyframes animBois {
  0% {
    top: -20px;
    -webkit-transform: perspective(0) rotateX(40deg);
    -moz-transform: perspective(0) rotateX(40deg);
    -ms-transform: perspective(0) rotateX(40deg);
    -o-transform: perspective(0) rotateX(40deg);
    -khtml-transform: perspective(0) rotateX(40deg);
    transform: perspective(0) rotateX(40deg)
  }
  100% {
    top: 0;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    -khtml-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0)
  }
}
.page-project .block-materiaux ul li:hover .material .description {
  opacity: 1;
  top: 0;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -khtml-transform: scale(1);
  -webkit-transform: scale(1)
}
.page-project .block-materiaux ul li:hover .material .circle {
  -webkit-transform: perspective(0) rotateX(23deg);
  -moz-transform: perspective(0) rotateX(23deg);
  -ms-transform: perspective(0) rotateX(23deg);
  -o-transform: perspective(0) rotateX(23deg);
  -khtml-transform: perspective(0) rotateX(23deg);
  transform: perspective(0) rotateX(23deg)
}
.page-project .block-materiaux ul li .name {
  font-family: Mukta-Light;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 42px
}
.page-project .block-localisation .number {
  margin-top: 68px
}
.page-project-puteaux .block-localisation .address {
  position: absolute;
  top: 560px;
  left: 484px;
  width: 120px;
  font-family: Mukta-Light;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
  color: #c9c9c9
}
.page-contact .form form .errors, .page-project .back-to-top a {
  font-family: Mukta-Light
}
.page-project .back-to-top {
  background: #fff;
  height: 115px;
  border-top: 1px solid #bfbfbf;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 115px;
  position: relative;
  z-index: 2
}
.page-project .back-to-top a {
  display: block;
  color: #bfbfbf;
  background-size: 9px 15px
}
.page-project .back-to-top .arrow {
  width: 5px;
  height: 7px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -3px
}
.page-project .back-to-top .arrow span {
  display: block;
  position: absolute;
  background: #bfbfbf;
  width: 1px;
  height: 1px
}
.page-project .back-to-top .arrow span.line {
  height: 7px;
  left: 2px;
  top: 0
}
.page-project .back-to-top .arrow span.point-1 {
  left: 0;
  top: 2px
}
.page-project .back-to-top .arrow span.point-2 {
  left: 1px;
  top: 1px
}
.page-project .back-to-top .arrow span.point-3 {
  left: 3px;
  top: 1px
}
.page-project .back-to-top .arrow span.point-4 {
  left: 4px;
  top: 2px
}
.page-project #popin-share {
  background: #fff;
  width: 500px;
  margin: -145px auto 50px -250px;
  padding-bottom: 6px;
  z-index: 1600;
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  opacity: 0;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out
}
.page-project #popin-share.show {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}
.page-project #popin-share .text {
  text-transform: uppercase;
  font-size: 20px;
  padding: 45px 0
}
.page-project #popin-share .button-effect {
  width: 240px;
  line-height: 46px;
  height: 50px;
  font-size: 15px;
  margin-bottom: 23px
}
.page-project #popin-share .button-effect .button {
  border: 2px solid #000
}
.page-project #popin-share .button-effect .button span {
  padding: 0
}
.page-project #popin-share .link .button-effect a {
  background: center center no-repeat #000
}
.page-project #popin-share a.close {
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  position: absolute;
  right: 2px;
  bottom: -22px
}
.page-project .block-bottom {
  background: #000;
  padding: 80px 0;
  position: relative
}
.page-project .block-bottom .global {
  text-align: center
}
.page-project .block-bottom .arrow-block {
  background: center center no-repeat #fff;
  background-size: 9px auto;
  display: inline-block;
  height: 50px;
  width: 46px;
  position: relative
}
.page-project .block-bottom .previous {
  position: absolute;
  left: 0;
  top: 0
}
.page-project .block-bottom .previous .arrow-block .arrow {
  width: 7px;
  height: 5px;
  position: absolute;
  top: 22px;
  left: 19px
}
.page-project .block-bottom .previous .arrow-block .arrow span {
  display: block;
  position: absolute;
  background: #000;
  width: 1px;
  height: 1px
}
.page-project .block-bottom .previous .arrow-block .arrow span.line {
  width: 7px;
  left: 0;
  top: 2px
}
.page-project .block-bottom .previous .arrow-block .arrow span.point-1 {
  left: 2px;
  top: 0
}
.page-project .block-bottom .previous .arrow-block .arrow span.point-2 {
  left: 1px;
  top: 1px
}
.page-project .block-bottom .previous .arrow-block .arrow span.point-3 {
  left: 1px;
  top: 3px
}
.page-project .block-bottom .previous .arrow-block .arrow span.point-4 {
  left: 2px;
  top: 4px
}
.page-project .block-bottom .previous .button-effect {
  position: relative;
  left: -6px;
  width: 200px
}
.page-project .block-bottom .next {
  position: absolute;
  right: 0;
  top: 0
}
.page-project .block-bottom .next .arrow-block .arrow {
  width: 7px;
  height: 5px;
  position: absolute;
  top: 22px;
  right: 19px
}
.page-project .block-bottom .next .arrow-block .arrow span {
  display: block;
  position: absolute;
  background: #000;
  width: 1px;
  height: 1px
}
.page-project .block-bottom .next .arrow-block .arrow span.line {
  width: 7px;
  left: 0;
  top: 2px
}
.page-project .block-bottom .next .arrow-block .arrow span.point-1 {
  left: 4px;
  top: 0
}
.page-project .block-bottom .next .arrow-block .arrow span.point-2 {
  left: 5px;
  top: 1px
}
.page-project .block-bottom .next .arrow-block .arrow span.point-3 {
  left: 5px;
  top: 3px
}
.page-project .block-bottom .next .arrow-block .arrow span.point-4 {
  left: 4px;
  top: 4px
}
.page-project .block-bottom .next .button-effect {
  position: relative;
  right: -6px;
  width: 200px
}
.page-project .block-bottom .button-effect {
  display: inline-block;
  width: auto;
  height: 50px;
  line-height: 46px;
  font-size: 15px;
  vertical-align: top
}
.page-biography h1, .page-contact h1 {
  display: none
}
.page-project .block-bottom .global > .button-effect .button span {
  padding: 0 35px
}
.page-biography .two-parts {
  height: 580px;
  line-height: 580px
}
.page-biography .two-parts .block-left {
  background: #000;
  width: 50%;
  float: left;
  height: 100%
}
.page-biography .two-parts .block-left .text {
  width: 570px;
  margin: 12px 10px 0;
  display: inline-block;
  color: #fff;
  line-height: 25px;
  vertical-align: middle;
  font-size: 19px
}
.page-biography .two-parts .block-left .text p {
  margin: 0 0 30px;
  text-align: justify
}
.page-biography .two-parts .block-left .text ul.squares {
  list-style: none;
  margin: 0;
  padding: 5px 0 0;
  text-align: center
}
.page-biography .two-parts .block-left .text ul.squares li {
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #fff;
  transform: rotate(45deg);
  margin: 0 1px
}
.page-biography .two-parts .block-right {
  background: url(img/page-contact/about.jpg) right bottom no-repeat #fff;
  height: 100%;
  width: 50%;
  float: right;
  background-size: auto 100%
}
.page-contact .instagram, .page-contact .linkedin, .page-contact .facebook {
  line-height: 50px;
  font-size: 15px;
  width: 195px;
  text-align: left;
  right: -145px;
  margin-left: 10px;
  z-index: 999;
  text-transform: uppercase
}
.page-biography .two-parts .block-right.ratio-height {
  background-size: 100% auto
}
.page-contact .background {
  position: relative;
  overflow-x: hidden
}
.page-contact .facebook {
  background: url(img/page-contact/facebook.png) 13px center no-repeat #fff;
  background-size: 25px 25px;
  position: absolute;
  top: 250px
}
.page-contact .instagram {
  top: 315px !important;
  background: url(img/page-contact/instagram.png) 13px center no-repeat #fff !important;
  background-size: 25px 25px !important;
  position: absolute
}
.page-contact .linkedin {
  top: 315px !important;
  background: url(img/page-contact/linkedin.png) 13px center no-repeat #fff !important;
  background-size: 25px 25px !important;
  position: absolute
}

.facebook.instagram {
  top: 380px !important;
}
.page-contact .facebook.animate {
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out
}
.page-contact .facebook:hover {
  right: 0
}
.page-contact .facebook a {
  display: block;
  padding-left: 50px
}
.page-contact .facebook .arrow {
  width: 7px;
  height: 5px;
  position: absolute;
  top: 22px;
  right: 10px
}
.page-contact .facebook .arrow span {
  display: block;
  position: absolute;
  background: #000;
  width: 1px;
  height: 1px
}
.page-contact .facebook .arrow span.line {
  width: 7px;
  left: 0;
  top: 2px
}
.page-contact .facebook .arrow span.point-1 {
  left: 4px;
  top: 0
}
.page-contact .facebook .arrow span.point-2 {
  left: 5px;
  top: 1px
}
.page-contact .facebook .arrow span.point-3 {
  left: 5px;
  top: 3px
}
.page-contact .facebook .arrow span.point-4 {
  left: 4px;
  top: 4px
}
.page-contact .background.ratio-height {
  background-size: auto 104%
}
.page-contact .background.animate {
  transition: background-size .6s ease-in;
  -moz-transition: background-size .6s ease-in;
  -ms-transition: background-size .6s ease-in;
  -o-transition: background-size .6s ease-in;
  -webkit-transition: background-size .6s ease-in
}
.page-contact .background.unzoom {
  background-size: 100% auto
}
.page-contact .background.ratio-height.unzoom {
  background-size: auto 100%
}
.page-contact .form {
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff
}
.page-contact .form.step-1 {
  z-index: 2
}
.page-contact .form .vertical-align {
  padding: 0 60px;
  vertical-align: middle;
  display: inline-block;
  line-height: 20px
}
.page-contact .form ul.squares {
  list-style: none;
  margin: 0 0 20px;
  padding: 0
}
.page-contact .form ul.squares li {
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 1px
}
.page-contact .form .intro .text {
  font-size: 20px;
  line-height: 30px
}
.page-contact .form .intro .text .author {
  display: block;
  font-size: 15px;
  margin-top: 2px
}
.page-contact .form form {
  margin: 10px 0 28px
}
.page-contact .form form .errors {
  color: #C00;
  background: #fff;
  padding: 6px 0;
  font-size: 16px;
  display: none
}
.page-contact .form form input[type=text], .page-contact .form form textarea {
  font-size: 18px;
  background: 0 0;
  border: none;
  font-family: Mukta-Light;
  margin-bottom: 25px;
  color: #fff
}
.page-contact .form form input[type=text] {
  border-bottom: 2px solid #fff;
  padding: 0;
  width: 49%
}
.page-contact .form form textarea {
  border: 2px solid #fff;
  resize: none;
  padding: 5px 9px;
  width: 96%;
  height: 60px
}
.page-contact .form form input:-moz-placeholder, .page-contact .form form textarea:-moz-placeholder {
  color: #656565;
  text-transform: uppercase
}
.page-contact .form form input::-moz-placeholder, .page-contact .form form textarea::-moz-placeholder {
  color: #656565;
  text-transform: uppercase
}
.page-contact .form form input::-webkit-input-placeholder, .page-contact .form form textarea::-webkit-input-placeholder {
  color: #656565;
  text-transform: uppercase
}
.page-contact .form form input:-ms-input-placeholder, .page-contact .form form textarea:-ms-input-placeholder {
  color: #656565;
  text-transform: uppercase
}
.page-contact .form form input.text-placeholder, .page-contact .form form textarea.text-placeholder {
  color: #656565;
  text-transform: uppercase
}
.page-contact .form form input[type=submit] {
  width: 380px;
  background: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-family: Mukta-Light;
  text-align: center;
  border: none;
  padding: 14px 0;
  margin-top: 8px
}
.page-contact .form .confirmation .text, .page-contact .form .email a {
  font-family: Mukta-Light;
  color: #595959
}
.page-contact .form form input[type=submit]:hover {
  text-indent: -99999px
}
.page-contact .form .email {
  font-size: 20px;
  margin-top: 20px
}
.page-contact .form .email a:hover {
  text-decoration: underline
}
.page-contact .form .confirmation {
  padding-bottom: 60px
}
.page-contact .form .confirmation .title {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 28px
}
.page-contact .form .confirmation .text {
  font-size: 20px
}
footer {
  font-family: Mukta-Light;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  font-size: 16.5px;
  text-transform: uppercase;
  background: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1900;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -khtml-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out
}
footer.open-submenu {
  height: 120px
}
footer nav.main-menu {
  position: relative;
  height: 60px
}
footer nav.main-menu .position {
  position: absolute;
  bottom: 0;
  width: 100%
}
footer nav.main-menu ul.global {
  text-align: center;
  list-style: none;
  padding: 0;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -khtml-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: relative;
  top: 0
}
footer nav.main-menu ul.global.hide {
  opacity: 0;
  top: 10px
}
html.no-opacity footer nav.main-menu ul.global.hide {
  display: none
}
footer nav.main-menu ul.global li {
  display: inline-block;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -khtml-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
footer nav.main-menu ul.global li .arrow {
  display: block;
  height: 7px;
  line-height: 7px;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -khtml-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
html.no-opacity footer nav.main-menu ul.global li .arrow {
  display: none
}
footer nav.main-menu ul.global li .arrow.top {
  top: 16px
}
footer nav.main-menu ul.global li .arrow.bottom {
  bottom: 16px
}
footer nav.main-menu ul.global li:hover .arrow {
  opacity: 1
}
footer nav.main-menu ul.global li:hover .arrow.top {
  top: 10px
}
footer nav.main-menu ul.global li:hover .arrow.bottom {
  bottom: 10px
}
footer nav.main-menu ul.global li .arrow .position {
  width: 5px;
  height: 7px;
  display: inline-block;
  background: center center no-repeat;
  text-indent: -99999px;
  font-size: 0;
  position: relative
}
footer nav.main-menu ul.global li .arrow .position span {
  display: block;
  position: absolute;
  background: #000;
  width: 1px;
  height: 1px
}
footer nav.main-menu ul.global li .arrow .position span.line {
  height: 7px;
  left: 2px;
  top: 0
}
footer nav.main-menu ul.global li .arrow.top .position span.point-1 {
  left: 0;
  top: 2px
}
footer nav.main-menu ul.global li .arrow.top .position span.point-2 {
  left: 1px;
  top: 1px
}
footer nav.main-menu ul.global li .arrow.top .position span.point-3 {
  left: 3px;
  top: 1px
}
footer nav.main-menu ul.global li .arrow.top .position span.point-4 {
  left: 4px;
  top: 2px
}
footer nav.main-menu ul.global li .arrow.bottom .position span.point-1 {
  left: 0;
  bottom: 2px
}
footer nav.main-menu ul.global li .arrow.bottom .position span.point-2 {
  left: 1px;
  bottom: 1px
}
footer nav.main-menu ul.global li .arrow.bottom .position span.point-3 {
  left: 3px;
  bottom: 1px
}
footer nav.main-menu ul.global li .arrow.bottom .position span.point-4 {
  left: 4px;
  bottom: 2px
}
footer nav.main-menu ul.global.hover li {
  opacity: .2
}
footer nav.main-menu ul.global.hover li:hover {
  opacity: 1
}
footer nav.main-menu ul.global li a {
  color: #000;
  padding: 0 18px;
  display: block;
  z-index: 2;
  position: relative
}
footer nav.submenu {
  background: #000;
  color: #fff;
  height: 60px
}
footer.close nav.submenu, footer.ongoing nav.submenu {
  display: none
}
footer nav.submenu .global ul {
  font-size: 12px;
  line-height: 35px;
  margin: 0 auto;
  padding: 12px 0 0;
  text-align: center;
  width: 720px !important
}
footer nav.submenu .global ul li {
  float: left;
  padding: 0px 8px;
  font-size: 9px;
  border-right: 1px solid #333
}
footer nav.submenu .global ul li:last-child {
  border-right: none
}
.button-effect.black-to-white .button, .button-effect.white-to-black .button {
  border: 2px solid #fff
}
footer nav.submenu .global ul li a {
  color: #fff;
  display: block
}
footer nav.submenu .global ul li.arrow {
  display: block;
  height: 7px;
  line-height: 7px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center
}
footer nav.submenu .global ul li.arrow .position {
  width: 7px;
  height: 7px;
  display: inline-block;
  background: center center no-repeat;
  text-indent: -99999px;
  font-size: 0;
  position: relative
}
footer nav.submenu .global ul li.arrow .position span {
  display: block;
  position: absolute;
  background: #fff;
  width: 1px;
  height: 1px
}
footer nav.submenu .global ul li.arrow .position span.line {
  height: 7px;
  left: 3px;
  top: 0
}
footer nav.submenu .global ul li.arrow .position span.point-1 {
  left: 0;
  top: 3px
}
footer nav.submenu .global ul li.arrow .position span.point-2 {
  left: 1px;
  top: 4px
}
footer nav.submenu .global ul li.arrow .position span.point-3 {
  left: 2px;
  top: 5px
}
footer nav.submenu .global ul li.arrow .position span.point-4 {
  left: 4px;
  top: 5px
}
footer nav.submenu .global ul li.arrow .position span.point-5 {
  left: 5px;
  top: 4px
}
footer nav.submenu .global ul li.arrow .position span.point-6 {
  left: 6px;
  top: 3px
}
.button-effect {
  position: relative;
  z-index: 1;
  line-height: 40px;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase
}
.button-effect .button {
  overflow: hidden;
  display: block
}
.button-effect .button span {
  display: block;
  background: #000;
  -webkit-transition: -webkit-transform .2s;
  -moz-transition: -moz-transform .2s;
  -o-transition: -o-transform .2s;
  -ms-transition: -ms-transform .2s;
  transition: transform .2s;
  padding: 0 20px
}
.button-effect .button::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  -webkit-transition: -webkit-transform .2s;
  -moz-transition: -moz-transform .2s;
  -o-transition: -o-transform .2s;
  -ms-transition: -ms-transform .2s;
  transition: transform .2s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 2px 0
}
.back > a, .col-half {
  position: relative
}
.button-effect .button:focus span, .button-effect .button:hover span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%)
}
.button-effect .button:focus::before, .button-effect .button:hover::before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}
.button-effect.black-to-white .button::before {
  background: #fff;
  color: #000
}
.button-effect.black-to-white .button span {
  background: 0 0;
  color: #fff
}
.button-effect.white-to-black .button::before {
  background: #000;
  color: #fff
}
.button-effect.white-to-black .button span {
  background: #fff;
  color: #000
}
.bg_proj_title {
  background: #000;
  color: #fff;
  padding: 35px 0 20px;
  border-bottom: 1px solid #333
}
.half {
  border: 1px solid #ddd;
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 10px;
  width: 30.8%
}
#upload, .text h2 {
  margin-bottom: 25px
}
.half img {
  float: left;
  margin-right: 20px;
  border: 5px solid #f2f2f2
}
.half p {
  text-align: left
}
.list_banner {
  float: right;
  margin-top: -30px;
  text-align: right
}
.list_li li, .services h3, .text h2, p {
  text-align: left
}
.list_banner li {
  list-style: none
}
.services {
  padding: 40px 0 70px
}
.services h3 {
  font-size: 18px
}
.list_li li {
  list-style: circle;
  line-height: 28px;
  margin-left: -20px;
  font-size: 18px
}
.project_inner h2 {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  padding: 45px 0 5px
}
.list_banner li {
  float: left;
  padding: 0 10px;
  border-left: 1px solid #555
}
.list_banner li:first-child {
  border: none
}
.block-brief, .services_title {
  border-bottom: 1px solid #333
}
.col-half {
  display: inline-block;
  width: 46% !important
}
.services p {
  font-size: 20px !important;
  line-height: normal
}
@media only screen and (max-width:1150px) {
  #content, .global, footer {
    width: 100% !important
  }
  #content, footer, header {
    min-width: 100% !important
  }
  footer nav.main-menu ul.global li a {
    padding: 0 10px !important;
    font-size: 12px !important
  }
  footer nav.submenu .global ul li {
    padding: 0 10px !important;
    font-size: 10px !important
  }
  .half {
    width: 46% !important
  }
  #main, .block-left, block-right {
    width: 100% !important
  }
  .page-biography .two-parts {
    line-height: normal !important
  }
  .col-half {
    width: 90% !important
  }
}
.services_title h2, .text h2 {
  font-size: 25px;
  text-transform: uppercase
}
.back > a {
  float: right;
  clear: both;
  color: #fff;
  margin-top: -32px
}
.services_title {
  color: #fff;
  padding: 40px 0 25px
}
.services_title h2 {
  color: #fff;
  text-align: center
}
.slider_projects {
  margin-top: 20px
}
.half a {
  color: #ddd
}
.title_h2 {
  font-size: 22px;
  text-transform: uppercase
}
#upload {
  border: 2px solid #ddd;
  padding: 15px 13px;
  width: 95%
}
.dash, .nrow {
  border-bottom: 1px solid #222;
  margin-bottom: 40px
}
.s-text {
  line-height: normal;
  font-size: 18px
}
.center {
  text-align: center
}
.white, .white:hover {
  color: #fff
}
.dash {
  padding-bottom: 0
}
.new_left {
  width: 45%;
  float: left
}
.new_left img {
  width: 100%
}
.new_right {
  width: 55%;
  float: left;
  text-align: left;
  padding-top: 0
}
.new_right h3 {
  text-transform: uppercase;
  font-size: 22px;
  padding-left: 30px;
  padding-top: 5px
}
.new_right p {
  padding-left: 30px;
  text-align: justify
}
.nrow {
  padding-bottom: 20px
}
.right0 {
  margin-right: 0 !important
}
@media only screen and (max-width:1025px) {
  .new_left, .new_right {
    width: auto !important;
    clear: both
  }
  .new_left {
    padding: 0 5px 25px !important
  }
  .new_right {
    padding: 0 5px !important
  }
  .new_right p, h3 {
    padding-left: 0 !important
  }
  .description {
    padding-left: 30px;
    padding-right: 30px
  }
}
@media only screen and (max-width:767px) {
  footer, header {
    height: 50px !important
  }
  footer {
    background: #e6431b !important
  }
  .first img, .last img {
    width: 80px
  }
  .logo img {
    width: 40px
  }
  .page-contact .block {
    width: auto !important
  }
  .page-contact .form form input[type=text] {
    width: 100% !important
  }
  .page-contact .form .vertical-align {
    padding: 0 30px !important;
    background: #000
  }
  .bg_proj_title, .services_title {
    padding: 10px 0 15px !important
  }
  .project_inner h2 {
    padding: 15px 0 0 !important;
    font-size: 18px
  }
  .mobile_menu {
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 0;
    width: 100%
  }
  .page-home .slideshow {
    margin-top: -10px
  }
  .page-home .slideshow-part {
    min-width: auto !important
  }
  .page-home .slideshow .content {
    padding-bottom: 0
  }
  .page-home .slideshow .content .block-title {
    margin-bottom: 20px
  }
  .page-home .slideshow .content .block-title span.title {
    font-size: 22px !important;
    line-height: normal;
    letter-spacing: normal !important;
    padding-top: 10px !important
  }
  .page-home .slideshow .content .block-title span.subtitle {
    font-size: 22px !important;
    letter-spacing: normal !important;
    line-height: normal;
    padding-bottom: 5px !important
  }
  .services {
    padding: 15px 0 70px
  }
  .services h3 {
    padding-top: 25px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    line-height: 25px
  }
  .page-biography .two-parts .block-left .text {
    width: 90% !important;
    padding: 0 0 10% 5% !important
  }
  .about {
    width: 92% !important
  }
}
@media only screen and (max-width:1023px) {
  .aboutimg {
    display: none
  }
}
@media only screen and (max-width:361px) {
  .half {
    width: 92% !important
  }
  .half p {
    clear: both;
    padding-top: 10px
  }
}
@media only screen and (min-width:361px) and (max-width:581px) {
  .half {
    width: 94% !important
  }
}
@media screen and (max-height:376px) {
  .page-home .slideshow, .page-home .slideshow-part {
    height: 280px !important;
    line-height: 280px !important
  }
}
@media screen and (max-width:569px) and (max-height:321px) {
  .page-home .slideshow, .page-home .slideshow-part {
    height: 260px !important;
    line-height: 260px !important
  }
}
@media screen and (max-width:737px) and (max-height:415px) {
  .page-home .slideshow, .page-home .slideshow-part {
    height: 290px;
    line-height: 290px !important
  }
}
@media screen and (max-width:318px) and (max-height:480px) {
  .page-home .slideshow, .page-home .slideshow-part {
    height: 352px;
    line-height: 352px
  }
}
@media screen and (min-width:319px) and (max-height:481px) {
  .page-home .slideshow, .page-home .slideshow-part {
    height: 352px;
    line-height: 352px
  }
}
@media screen and (min-width:320px) and (max-height:569px) {
  .page-home .slideshow, .page-home .slideshow-part {
    height: 400px !important;
    line-height: 400px !important
  }
}
@media screen and (min-width:482px) and (max-height:569px) {
  .page-home .slideshow, .page-home .slideshow-part {
    height: 440px;
    line-height: 420px
  }
}
@media screen and (min-width:1023px) and (max-width:1025px) {
  .page-home .slideshow, .page-home .slideshow-part {
    height: 540px !important
  }
}
.full-width-btn button {
  background: #fff;
  border: 0;
  padding: 15px 10px 14px;
  width: 99%;
  text-transform: uppercase
}
@media only screen and (min-width:767px) {
  .page-contact .block {
    height: 680px;
    line-height: 680px;
    width: 700px;
    color: #fff;
    position: relative
  }
}
@media screen and (min-width:1023px) and (max-width:1040px) {
  .page-biography .two-parts .block-left {
    width: 50% !important
  }
  .page-biography .two-parts .block-left .text p {
    font-size: 14px !important;
    width: 85% !important
  }
  .page-biography .two-parts .block-right.ratio-height {
    background-size: 100% auto
  }
}
.main_list_box, .megafolio-container {
  margin-top: 20px
}
.border {
  background: #e6421a;
  font-size: 15px;
  margin-bottom: 15px !important;
  padding: 10px 15px 8px;
  text-transform: uppercase
}
@media screen and (min-width:1024px) {
  .wd50 {
    width: 50% !important;
    float: left !important
  }
  .floatR, .wd50 img {
    float: right
  }
  .wd50 img {
    width: 100%
  }
}
@media screen and (max-width:767px) {
  .wd50 img {
    display: none
  }
}
.cb_monogram {
  left: 0;
  position: fixed;
  z-index: 999;
}
@media only screen and (min-width:768px) {
  .cb_monogram {
    bottom: 56px;
  }
}
@media only screen and (max-width:767px) {
  .cb_monogram {
    bottom: 45px;
  }
}