@import url('animsition.css');

@import url('ionicons.min.css');

@import url('linearicons.css');

@import url('jquery.pagepiling.css');

.animsition {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}

.preloader {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #4b4b4b;
  text-align: center;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #cee002;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0.0);
  }

  50% {
    -webkit-transform: scale(1.0);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.boxed {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}

.boxed .container,.boxed .container-fluid {
  padding: 0;
  max-width: 100%;
}

.section {
  padding: 10.28rem 0;
}

.section-title {
  margin: 0;
}

.section-title .link-arrow-2 {
  margin-top: 1.05rem;
}

.section-subtitle {
  display: inline-block;
  font-weight: 500;
  font-size: 1.142rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #cee002;
  margin-bottom: 1rem;
}

.copy-bottom {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 2.4rem;
  color: #000;
}
@media(max-width:767px) {
.copy-bottom {bottom: 1rem;font-size:11px}
}

.copy-bottom.white {
  color: #fff;
}

#pp-nav {
  z-index: 99;
  width: 2.1428rem;
  margin-top: 0!important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#pp-nav .pp-nav-up,#pp-nav .pp-nav-down {
  display: none;
  font-size: 2.1428rem;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#pp-nav .pp-nav-up {
  margin-bottom: 3.5rem;
}

#pp-nav .pp-nav-down {
  margin-top: 3.5rem;
}

#pp-nav li, .pp-slidesNav li {
  margin: 1.928rem auto;
  width: 10px;
  height: 10px;
}

#pp-nav span, .pp-slidesNav span {
  left: 0;
  top: 0;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #000;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#pp-nav .pp-nav-up:hover,#pp-nav .pp-nav-down:hover,#pp-nav.white .pp-nav-up:hover,#pp-nav.white .pp-nav-down:hover {
  color: #cee002;
}

#pp-nav.white .pp-nav-up,#pp-nav.white .pp-nav-down {
  color: #fff;
}

#pp-nav.white span, .pp-slidesNav span {
  background: #fff;
}

#pp-nav li .active span, .pp-slidesNav .active span,#pp-nav span:hover, .pp-slidesNav span:hover {
  background: #c39f76;
}

.pagepiling .section {
  background: #fff;
  padding-top: 11.3rem;
  padding-bottom: 7rem;
}

.pagepiling .section-1.pp-scrollable .vertical-centred {
  padding-top: 10rem;
  padding-bottom: 11rem;
}

.pagepiling .pp-scrollable {
  padding: 0;
}

.pp-scrollable .vertical-centred {
  padding-top: 11.3rem;
  padding-bottom: 7rem;
}

.scroll-wrap {
  position: relative;
  min-height: 100%;
}

.scrollable-content {
  white-space: nowrap;
  width: 100%;
  font-size: 0;
}

.scrollable-content:before {
  content: '';
  display: inline-block;
  height: 100vh;
  vertical-align: middle;
}

.vertical-centred {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: 1rem;
}

.boxed-inner {
  position: relative;
  padding: 0;
}

.section-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.vertical-title {
  position: absolute;
  white-space: nowrap;
  width: 0;
  top: -0.55rem;
  left: 4.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.vertical-title span {
  display: block;
  float: right;
}

.section .intro {
  opacity: 0;
  -webkit-transition: opacity 1s 0.3s ease;
  -o-transition: opacity 1s 0.3s ease;
  transition: opacity 1s 0.3s ease;
}

.section:not(.section-1) .intro {
  -webkit-transform: translateY(7rem);
  -ms-transform: translateY(7rem);
  -o-transform: translateY(7rem);
  transform: translateY(7rem);
  -webkit-transition: all 0.35s 0.6s ease;
  -o-transition: all 0.35s 0.6s ease;
  transition: all 0.35s 0.6s ease;
}

.section.active .intro {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.subtitle-top {
  line-height: 1.714;
  margin-bottom: 2.8rem;
  letter-spacing: 0.1em;
}

.section-3 .vertical-title {
  top: 7.4rem;
}

.icon-quote {
  display: inline-block;
  margin-top: -0.6rem;
  color: #c39f76;
  font-size: 5.14rem;
}

.section-5 .title-uppercase {
  margin-top: 7vh;
  margin-bottom: 3rem;
}
.text-review {
    font-family: 'Libre Baskerville', serif;
    font-size: 1.142rem;
    line-height: 1.875;
}
.text-bold {
	font-weight:500;
    font-size: 1.1rem;
    line-height: 1.875;
}

.review-author {
  margin-top: 5.7rem;
}

.author-name {
  font-size: 1.2857rem;
  line-height: 1.333;
  font-weight: 600;
}

.display-1 {
  font-size: 4.28rem;
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 0;
}

.display-2 {
	font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-weight: 700;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
}

.text-display-1 {
  font-size: 1.714rem;
  line-height: 2;
  letter-spacing: 0;
}

.text-display-1 p {
  margin-bottom: 3.5rem;
}

.text-display-1 p:last-child {
  margin-bottom: 0;
}

.title-hr {
  width: 7rem;
  max-width: 100%;
  height: 0.28rem;
  background: #cee002;
}

.title-info {
  font-size: 1.28rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #999999;
  margin-bottom: 1.4rem;
}

.page-header,.page-header-2,.page-header-3 {
  border-bottom: 0;
  margin: 8rem 0 7rem;
  padding: 0;
}

.page-header h1,.page-header-2 h1,.page-header-3 h1 {
  margin: 0;
}

.page-header-3 .title-hr {
  margin-bottom: 2.7rem;
}

.page-inner {
  margin-top: 10.28rem;
}

.section-info {
  color: #999999;
  line-height: 1.111;
  font-size: 1.28rem;
  text-transform: uppercase;
  font-weight: 600;
}

.section-info {
  margin-bottom: 4rem;
}

.section-info .title-hr {
  margin: 0 0 2rem;
}

.info-title {
  width: 1px;
}

.scrollbar {
  margin: 6.8rem 0 0;
  height: 1px;
  background: #dae5e6;
  line-height: 0;
}

.scrollbar .handle {
  position: relative;
  top: -2px;
  width: 100px;
  height: 3px;
  background: #999999;
  cursor: pointer;
}

.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}

@media (min-width: 768px) {
  html {
    font-size: 13px;
  }

  .pull-sm-left {
    float: left;
  }

  .pull-sm-right {
    float: right;
  }

  .menu {
    width: 50%;
  }

  .boxed {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .boxed-inner {
    padding-left: 0;
  }

  .right-boxed {
    right: 3rem;
  }

  .left-boxed {
    left: 3rem;
  }

  .section-about {
    padding-top: 12rem;
  }

  .section-projects .filter {
    margin-right: 14rem;
  }

  .section-projects .view-projects {
    position: absolute;
    top: 0;
    right: 0;
  }

  .sly ul li {
    width: 555px;
  }

  .project-box {
    padding-bottom: 75%;
  }

  .row-contact-info {
    margin-top: -2rem;
  }

  .col-contact-info {
    padding-top: 4rem;
    margin-top: 2rem;
  }

  .footer-flex .flex-item {
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 14px;
  }

  .pull-md-right {
    float: right;
  }

  .menu {
    width: 35%;
  }

  .boxed {
    padding-left: 4.2857rem;
    padding-right: 4.2857rem;
  }

  .right-boxed {
    right: 4.2857rem;
  }

  .left-boxed {
    left: 4.2857rem;
  }

  .boxed-inner .boxed {
    padding-left: 6rem;
  }

  .service-list {
    margin-bottom: 0;
  }

  .col-contact-info {
    border-top: 0;
    padding-top: 0;
  }

  .row-contact-info {
    margin-top: -5rem;
  }

  .col-contact-info {
    margin-top: 5rem;
  }

  .page-header {
    margin: 12.8rem 0 10.8rem;
  }

  .page-header-2 {
    margin: 8.7rem 0 10.5rem;
  }

  .page-header-3 {
    margin: 9.2rem 0 12.2rem;
  }

  .page-header-3 .title-hr {
    margin: 0.9rem 0 0;
  }

  .about-info .section-info .title-hr {
    margin-top: 1rem;
  }

  .secondary {
    padding: 0.5rem 0 0 6rem;
    margin-top: 0;
  }

  .post-thumbnail {
    padding-left: 0;
    padding-right: 0;
  }

  .about-info {
    padding-top: 1.2rem;
  }

  .map {
    height: 36rem;
  }

  .col-contact-info:nth-child(2n) {
    border-left: 1px solid #cacaca;
  }
}

@media (min-width: 1200px) {
  .pull-lg-right {
    float: right;
  }

  .section-projects .filter-content {
    margin-top: 0;
  }

  .section-3 .link-arrow.h5 {
    float: right;
    margin-top: -1.3rem;
  }

  .section-5 .title-uppercase {
    margin-top: 22vh;
    margin-bottom: 0;
  }

  .sly ul li {
    width: 685px;
  }

  .section-5 .vertical-centred {
    padding-top: 17rem;
    padding-bottom: 8rem;
  }

  .col-contact-info {
    border-left: 1px solid #cacaca;
  }

  .footer-flex .flex-item {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}

@media (min-height: 500px) {
  #pp-nav .pp-nav-up,#pp-nav .pp-nav-down {
    display: block;
  }
}

@media (min-height: 600px) {
  .menu .menu-lang {
    top: 7rem;
  }

  .menu-list {
    top: 14rem;
    bottom: 20rem;
  }

  .menu-list > li {
    font-size: 2.571rem;
  }

  .menu-footer {
    bottom: 6rem;
  }

  .menu-footer .copy {
    display: block;
  }
}

.brow {
  margin-left: 0;
  *zoom: 1;
}

.brow:before,.brow:after {
  display: table;
  content: "";
  line-height: 0;
}

.brow:after {
  clear: both;
}

[class*="brick"] {
  float: left;
  min-height: 1px;
  margin-left: 0;
}


.brick6 {
  width: 1170px;
  height: 195px;
}

.brick5 {
  width: 975px;
  height: 195px;
}

.brick4 {
  width: 780px;
  height: 195px;
}

.brick3 {
  width: 585px;
  height: 195px;
}

.brick2 {
  width: 390px;
  height: 195px;
}

.brick1 {
  width: 195px;
  height: 195px;
}

.boffset6 {
  margin-left: 1170px;
}

.boffset5 {
  margin-left: 975px;
}

.boffset4 {
  margin-left: 780px;
}

.boffset3 {
  margin-left: 585px;
}

.boffset2 {
  margin-left: 390px;
}

.boffset1 {
  margin-left: 195px;
}

[class*="brick"] {
  background: #3c6;
  color: #fff;
}



[class*="brick"] .inner {
  padding: 20px 30px;
}

.odd {
  background: #396;
}


.slogan {
  background:url(../images/main/main-slogan.png);background-size:cover;
}

.br1 {
  background: #FC0;
  background:url(../images/main/btn-01.png);background-size:cover;
}


.br2 {
  background: #AD0;
  background:url(../images/main/btn-02.png);background-size:cover;
}


.br3 {
  background: #0CC;
  background:url(../images/main/btn-03.png);background-size:cover;
}


.br4 {
  background: #669;
  background:url(../images/main/btn-04.png);background-size:cover;
}

.br5 {
  background: #F33;
  background:url(../images/main/btn-05.png);background-size:cover;
}

.br1 a,.br2 a,.br3 a,.br4 a,.br5 a{
  color: #fff;
  font-weight:100;
}


.transparent {
  background: 0;
}



.nav-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 19.2px;
}

.nav-item .nav-hover {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: -8px;
  left: -8px;
  border: 8px solid rgba(255,255,255,0.5);
  opacity: 0;
  z-index: 1;
  -webkit-transition: .2s ease-in-out all;
  -moz-transition: .2s ease-in-out all;
  -o-transition: .2s ease-in-out all;
  transition: .2s ease-in-out all;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.nav-item:hover,.nav-item:active,.nav-item:focus {
  color: #fff;
  text-decoration: none;
}

.nav-item:hover .nav-hover {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.nav-item i {
  display: block;
  font-size: 90px;
  padding-top: 35px;
}

.nav-item span {
  display: block;
  padding-top: 10px;
}

.thumb {
  background: 0;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
}

.thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.thumb .scroll {
  overflow: hidden;
}

.thumb .scroll .img2 {
  bottom: -195px;
}

.thumb .nav-item {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  -webkit-transition: -webkit-transform 1s;
}

.thumb .nav-item img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.thumb .nav-item.flipX .img2 {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.thumb .nav-item.flipY .img2 {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.thumb.active .flipX {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.thumb.active .flipY {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.thumb .nav-hover {
  display: none;
}
@media(min-width:768px) and (max-width:979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }

  .row:before,.row:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .row:after {
    clear: both;
  }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }

  .container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container {
    width: 724px;
  }

  .span12 {
    width: 724px;
  }

  .span11 {
    width: 662px;
  }

  .span10 {
    width: 600px;
  }

  .span9 {
    width: 538px;
  }

  .span8 {
    width: 476px;
  }

  .span7 {
    width: 414px;
  }

  .span6 {
    width: 352px;
  }

  .span5 {
    width: 290px;
  }

  .span4 {
    width: 228px;
  }

  .span3 {
    width: 166px;
  }

  .span2 {
    width: 104px;
  }

  .span1 {
    width: 42px;
  }

  .offset12 {
    margin-left: 764px;
  }

  .offset11 {
    margin-left: 702px;
  }

  .offset10 {
    margin-left: 640px;
  }

  .offset9 {
    margin-left: 578px;
  }

  .offset8 {
    margin-left: 516px;
  }

  .offset7 {
    margin-left: 454px;
  }

  .offset6 {
    margin-left: 392px;
  }

  .offset5 {
    margin-left: 330px;
  }

  .offset4 {
    margin-left: 268px;
  }

  .offset3 {
    margin-left: 206px;
  }

  .offset2 {
    margin-left: 144px;
  }

  .offset1 {
    margin-left: 82px;
  }

  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before,.row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .controls-row [class*="span"]+[class*="span"] {
    margin-left: 2.7624309392265194%;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }

  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }

  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }

  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }

  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }

  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }

  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }

  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }

  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }

  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }

  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }

  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }

  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }

  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }

  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }

  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }

  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }

  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }

  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }

  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }

  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }

  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }

  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }

  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }

  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }

  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }

  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }

  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }

  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }

  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }

  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }

  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }

  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }

  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }

  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }


  .controls-row [class*="span"]+[class*="span"] {
    margin-left: 20px;
  }


}

@media(max-width:767px) {


  .container-fluid {
    padding: 0;
  }

  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }

  .dl-horizontal dd {
    margin-left: 0;
  }

  .container {
    width: auto;
  }

  .row-fluid {
    width: 100%;
  }

  .row,.thumbnails {
    margin-left: 0;
  }

  .thumbnails>li {
    float: none;
    margin-left: 0;
  }

  [class*="span"],.uneditable-input[class*="span"],.row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .span12,.row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }


  .controls-row [class*="span"]+[class*="span"] {
    margin-left: 0;
  }


}


@media(min-width:980px) and (max-width:1199px) {
  .brow {
    margin-left: 0;
    *zoom: 1;
  }

  .brow:before,.brow:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .brow:after {
    clear: both;
  }

  [class*="brick"] {
    float: left;
    min-height: 1px;
    margin-left: 0;
  }

  .navbar .container {
    width: 939.9995999999999px;
  }

  .brick6 {
    width: 939.9995999999999px;
    height: 156.6666px;
  }

  .brick5 {
    width: 783.333px;
    height: 156.6666px;
  }

  .brick4 {
    width: 626.6664px;
    height: 156.6666px;
  }

  .brick3 {
    width: 451.99979999999994px;
    height: 150.6666px;
  }

  .brick2 {
    width: 313.3332px;
    height: 156.6666px;
  }

  .brick1 {
    width: 150.6666px;
    height: 150.6666px;
  }

  .boffset6 {
    margin-left: 939.9995999999999px;
  }

  .boffset5 {
    margin-left: 783.333px;
  }

  .boffset4 {
    margin-left: 626.6664px;
  }

  .boffset3 {
    margin-left: 451.99979999999994px;
  }

  .boffset2 {
    margin-left: 313.3332px;
  }

  .boffset1 {
    /*margin-left: 156.6666px;*/
  }

  .isotope .item {
    width: 156px;
    height: 156px;
  }
}

@media(max-width:1199px) {

  .nav-item {
    font-size: 16px;
  }

  .nav-item i {
    font-size: 40px;
  }

  .nav-item:hover .nav-hover {
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
    transform: scale(0.99);
  }


}

@media(min-width:768px) and (max-width:979px) {
  .brow {
    margin-left: 0;
    *zoom: 1;
  }

  .brow:before,.brow:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .brow:after {
    clear: both;
  }

  [class*="brick"] {
    float: left;
    min-height: 1px;
    margin-left: 0;
  }

  .navbar .container {
    width: 723.9996px;
  }

  .brick6 {
    width: 723.9996px;
    height: 120.6666px;
  }

  .brick5 {
    width: 603.333px;
    height: 120.6666px;
  }

  .brick4 {
    width: 482.6664px;
    height: 120.6666px;
  }

  .brick3 {
    width: 361.9998px;
    height: 120.6666px;
  }

  .brick2 {
    width: 241.3332px;
    height: 120.6666px;
  }

  .brick1 {
    width: 120.6666px;
    height: 120.6666px;
  }

  .boffset6 {
    margin-left: 723.9996px;
  }

  .boffset5 {
    margin-left: 603.333px;
  }

  .boffset4 {
    margin-left: 482.6664px;
  }

  .boffset3 {
    margin-left: 361.9998px;
  }

  .boffset2 {
    margin-left: 241.3332px;
  }

  .boffset1 {
    margin-left: 120.6666px;
  }



  .slogan {
    margin-left: 0;
    width: 361.998px;
    line-height: 15px;
  }

  .slogan .inner {
    padding: 5px;
  }

  .nav-item i {
    padding-top: 28px;
  }



}

@media(max-width:767px) {
  .brow {
    padding:0 5% 0 9%;
    *zoom: 1;
  }

  .brow:before,.brow:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .brow:after {
    clear: both;
  }

  [class*="brick"] {
    float: left;
    min-height: 1px;
    margin-left: 0;
  }


  .brick6 {
    width: 723.9996px;
    height: 120.6666px;
  }

  .brick5 {
    width: 603.333px;
    height: 120.6666px;
  }

  .brick4 {
    width: 482.6664px;
    height: 120.6666px;
  }

  .brick3 {
    width: 361.9998px;
    height: 120.6666px;
  }

  .brick2 {
    width: 241.3332px;
    height: 120.6666px;
  }

  .brick1 {
    width: 130px;
    height: 130px;
  }

  .boffset6 {
    margin-left: 723.9996px;
  }

  .boffset5 {
    margin-left: 603.333px;
  }

  .boffset4 {
    margin-left: 482.6664px;
  }

  .boffset3 {
    margin-left: 361.9998px;
  }

  .boffset2 {
    margin-left: 241.3332px;
  }

  .boffset1 {
    margin-left: 120.6666px;
  }




}
