/**
 * @license
 * MyFonts Webfont Build ID 3363121, 2017-03-22T09:19:54-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: HelveticaNeueLTStd-Lt by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-45-light/
 * Copyright: Copyright &#x00A9; 1988, 1990, 1993, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * Licensed pageviews: 250,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3363121
 * 
 * © 2017 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/335131"); 

  
@font-face {font-family: 'HelveticaNeueLTStd-Lt';src: url(webfonts/335131_0_0.eot);src: url(webfonts/335131_0_0.eot?#iefix) format('embedded-opentype'),url(webfonts/335131_0_0.woff2) format('woff2'),url(webfonts/335131_0_0.woff) format('woff'),url(webfonts/335131_0_0.ttf) format('truetype'),url(webfonts/335131_0_0.svg#wf) format('svg');}
 
@font-face {
  font-family: myHelveticaLight;
  src: local("Helvetica Neue Light"),
       local("HelveticaNeue-Light");
}

body{
  color: #6e6e6e;
  font-family: 'HelveticaNeueLTStd-Lt', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  font-weight: 300;
  background: #fff;
  font-size: 11.5px;
  letter-spacing: 0.05em;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #6e6e6e;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*======================================================
           COMMAN CLASS
  ======================================================*/
ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
li {
  padding: 0px;
}
p{
  margin: 0 0 15px;
}
a {
  color: rgb(110,110,110);
  text-decoration: none;
}
a:focus,
a:hover {
  color: rgb(35,31,32);
  text-decoration: none;
}

.text-upp{
    text-transform: uppercase;
}
/*----------------------FONT COLOR CLASSES-------------------------*/

.whiteclr{
  color: #fff !important;
}
.blackclr{
  color: #000 !important;
}
.mauto{
    margin: 0 auto;
}

/*==========       BASIC CLASSES     ==========*/

/* ========================================= */
/* =============SPACE CLASSES============== */
/* ========================================= */
.space5{
  margin-top: 5px;
}
.space10{
  margin-top: 10px;
}
.space15{
  margin-top: 15px;
}
.space20{
  margin-top: 20px;
}
.space25{
  margin-top: 25px;
}
.space30{
  margin-top: 30px;
}
.space40{
  margin-top: 40px;
}
.space50{
  margin-top: 50px !important;
}
.space60{
  margin-top: 60px;
}
.space70{
  margin-top: 70px;
}
.space80{
  margin-top: 80px;
}
.space100{
  margin-top: 100px;
}

/* ========================================= */
/* =============PADDING CLASSES============== */
/* ========================================= */
.pad0{
  padding: 0 !important;
}
.padleft0{
  padding-left: 0px !important;
}
.padright0{
  padding-right: 0px !important;
}
.padtop0{
  padding-top: 0px !important;    
}
.padbottom0{
  padding-bottom: 0px !important;   
}
.padding10{
  padding: 10px !important;
}
.padding15{
  padding: 15px;
}
.padding20{
  padding: 20px !important;
}
.padding25{
  padding: 25px;
}
.padding30{
  padding: 30px !important;
}
.padding50{
  padding: 50px;
}
.padbtm100{
  padding-bottom: 100px;
}
.padbtm80{
  padding-bottom: 80px;
}
.padbtm50{
  padding-bottom: 50px !important;
}
.padbtm20{
  padding-bottom: 20px !important;
}


/* ========================================= */
/* =============MARGIN CLASSES============== */
/* ========================================= */
.m0{
  margin: 0;
}
.mbtm0{
  margin-bottom: 0px;
}
.mbtm3{
  margin-bottom:3px;
}
.mtop0{
  margin-top:0px;
}
.mtop10{
  margin-top:10px;
}
.mbtm10{
  margin-bottom:10px;
}
.mbtm20{
  margin-bottom:20px;
}
.mleft20{
  margin-left:20px;
}
.mleft40{
  margin-left:40px;
}
.mleft60{
  margin-left:60px;
}
.mright10{
  margin-right:10px;
}
.mauto img{
  margin: 0px auto !important;
  width: 100%  !important;
}

.mautomargin{
  margin: 0px auto !important;
}


/* ========================================= */
/* =============FONT SIZE CLASSES============== */
/* ========================================= */
.fsize8{
  font-size: 8px !important;
}
.fsize10{
  font-size: 10px !important;
}
.fsize12{
  font-size: 12px !important;
}
.fsize13{
  font-size: 13px;
}
.fsize14{
  font-size: 14px !important;
}
.fsize16{
  font-size: 16px !important;
}
.fsize18{
  font-size: 18px !important;
}
.fsize20
{
  font-size: 20px !important;
}
.fsize22{
  font-size: 22px !important;
}
.fsize24{
  font-size: 24px !important;
}
.fsize26{
  font-size: 26px;
}
.fsize28{
  font-size: 28px;
}
.fsize30{
  font-size: 30px !important;
}
.fsize36{
  font-size: 36px !important;
}
.fsize40{
  font-size: 40px !important;
}
.fsize50{
  font-size: 50px !important;
}
.fsize60{
  font-size: 60px !important;
}
.fsize70{
  font-size: 70px !important;
}
.fsize80{
  font-size: 80px;
}
.fsize90{
  font-size: 90px;
}
.fsize100{
  font-size: 100px !important;
}

/* ========================================= */
/* =============FONT WEIGHT CLASSES============== */
/* ========================================= */
.f100{
  font-weight: 100;
}

.f200{
  font-weight: 200;
}
.f300{
  font-weight: 300;
}
.f400{
  font-weight: 400;
}
.f500{
  font-weight: 500;
}
.f600{
  font-weight: 600;
}
.f700{
  font-weight: 700;
}
.f800{
  font-weight: 800;
}


/*==========================================================================*/

::-webkit-scrollbar {
  display: none;
}
.logo.white,.Home .logo.black  {
  display:none;
}

.Home .logo.white {
  display:block;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.carousel-fade .carousel-inner .active { 
  opacity:1;    
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
   opacity: 0;
  transition: 1s ease-out;
  transition-timing-function: ease-out;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;

}
.int_img {
  cursor: pointer;
}
/*========================Start Css=========================================*/
#myheader {    
    width: 100%;
    z-index: 99;
    margin-top: 160px;
}
#myheader1 {
   padding: 0 40px 0px 0px;
}
.navbar-default .navbar-nav > li > a {
    color: rgb(95,91,92);
}
#bs-example-navbar-collapse-1 {
    padding-left: 11px;
}
#right-content-space {
  margin-left:-4px;
}
#myheader a.navbar-brand{
  position: fixed;
  z-index: 99;
}
#myheader1 .navbar-default,
#myheader .navbar-default {
    background-color: transparent;
    border-color: transparent;
}
#myheader1 .navbar,
#myheader .navbar {
    min-height: 70px;
    border: none;
}
#myheader1 .navbar-brand,
#myheader .navbar-brand {
    float: left;
    height: auto;
    padding: 0px;
    margin-left: 60px;
}
#myheader1 .navbar-header,
#myheader .navbar-header {
     float: none; 
}
#myheader1 .navbar-nav,
#myheader .navbar-nav {    
    margin-top: 12px;
    display: table;
    font-size:1.1em;
    width: 100%;
}
.navbar-nav > li,
#myheader .navbar-nav > li {
    padding-right: 60px;
    color: #000;
    
}
.navbar-title .navbar-nav > li {
    font-weight:bold;
}
#myheader1 .navbar-collapse,
#myheader .navbar-collapse{
    display: none !important;    
}
#myheader1 .navbar-collapse.in,
#myheader .navbar-collapse.in {
    display: block !important;
}
#myheader1 .navbar-nav > li > a {
    padding-left: 0px;
    padding-right:0px;
}
#myheader1 .navbar-nav > li:first-child {
    text-align: left !important;
}
#myheader1 .navbar-nav > li:last-child {
    padding-right: 0px;
}
.navbar-nav > li > a {
  background-color:transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a.active
{
  color:#000;
  font-weight:bold;
  background-color:transparent;
}
#myheader1 .logo1{
  display: none;
}
#myheader1 .navbar-brand.active .logo1{
  display: block;
}
#myheader1 .navbar-brand.active .logo{
  display: none;
}

#myslider1{
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
#myslider1 #myCarousel{
  display: table-cell;
  position: fixed;
  width: 100%;
  height: 100%;
}
.dtbl_fix{
  display: table-cell;
  position: fixed;
  width: 100%;
  height: 100%;
}

#myCarousel .item img{
  width: 100%;
  height: 100%;
  position:absolute;
  left:0;
  -webkit-transition: opacity 0s 4s linear;
  -moz-transition: opacity 0s 4s linear;
  -o-transition: opacity 0s 4s linear;
   transition: visibility 0s 4s, opacity 4s linear;    
}
#myCarousel .carousel-control {
    width: 100%;
}

#myCarousel .carousel-control.left,
#myCarousel .carousel-control.right {
   background-image: none;
}
#myCarousel .glyphicon-chevron-left,
#myCarousel .glyphicon-chevron-right{
  opacity: 0;
}
#myCarousel .carousel-control.left:hover .glyphicon-chevron-left,
#myCarousel .carousel-control.right:hover .glyphicon-chevron-right {
  transition: .5s;
  -webkit-transition:.5s;
   opacity: 1;
   color: #ddd;
}
.sub-menu {
  margin-top: -15px;
}


.up-link {
  margin-top: 30px;
}
.up-link a {
  color: #231f20;
  font-weight: bold;
  font-size:1.1em;
}
.content-title {
  margin-top: 15px;
}
.content-title h1 {
  font-size: 1.4em;
  font-weight: 600;
  color: #231f20;
  margin-bottom: 1px;
}
.content-title .sub {
  display:block;
  margin-top:2px;
}
.interiors2_con p.credit {
  font-size: 0.85em;
}
.interiors2_con p.credit .credit-sub {
  display:block;
  margin-top:1px;
}
#about_body1 .img-responsive
{
  width:100%;
}
.list-title {
  padding: 0px 10px 0px 0px;
}
/*==========================Interiors====================*/
.hdrclr{
  color: #231f20;
}
.full-screen {
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
#myheader1{    
  width: 100%;
  z-index: 9999;
  padding-top: 10%;
}
#myheader1 .logo {
  z-index: 99;
  position: fixed;
  height: 75px;
  left: 60px;
}
#myheader1 .logo1{
  z-index: 99;
  position: absolute;
  height: 75px;
  left: 60px;
}
#myheader1 .interiors{
  display: inline-block;
  padding: 18px 0;
}
.int_name a{
  color: rgb(110,110,110);
}
.int_name a:hover{
  color: rgb(35,31,32);
}
.bodyspacing_int{
  padding:0 80px 120px 60px;
}
.bodyspacing_int1{  
  padding:0 40px 120px 60px;
}
#interiors_body1 .int_img{
  margin-right: 20px;
  width: 100%;
  margin: 0 auto;
}
.navbar-title {
    margin-top: -62px;
    font-size:1.1em;
}
#about_body1 .carousel-indicators li {
    display: inline-block;
    width: 3px;
    height: 9px;
    margin: 2.5px;
    margin-right: 7px;
    text-indent: -999px;
    cursor: pointer;
    background-color:rgb(203,204,205);
    border: none;
    border-radius: 0px;
}
#about_body1 .carousel-indicators li.active{
  background-color:rgb(238,142,63);
} 
#about_body1 .carousel-indicators {
    position: absolute;
    bottom: -40px;
     left: 0%; 
    right: 5%;
    z-index: 15;
    width: 97%;
    padding-left: 0;
    margin-left: 0;
    text-align: right;
    list-style: none;
}
.about_items{
  margin-top: 50px;
}
.about_items li{
  list-style-type: none;
  display: inline-block;
  padding-left:20px;
}
.about_items li a {
  
}

.about_items li:first-child{
  padding-left:0;
}
.interiors2{
  color: #231f20;
}

@media(max-width: 1406px) {  
  .navbar-nav > li {
    padding-right:60px;
  }
}

@media(max-width: 1355px) {  
  .navbar-nav > li {
    padding-right:50px;
  }
}
@media(max-width:1286px){
    .navbar-nav > li {
    padding-right:40px;
  }
}
@media(max-width:1208px){
    .navbar-nav > li {
    padding-right:30px;
  }
}
@media(max-width:1199px){
  .navbar-nav > li {
    padding-right: 24px;
  }
}
@media(max-width: 991px){  
  #bs-example-navbar-collapse-1 {
      padding-left: 0px;
      margin-top: 75px;
  }
  body {
    font-size:11px;
  }

  #myheader1 .logo {
    left: 45px;
    top: 110px;
    height:70px;
  }

  #myheader1 .logo1 {
    left: 45px;
    top: 65px;
    height:70px;
  }
  .pad0, .list-title {
      padding: 15px !important;
      padding-left:0px !important;
  }   
  #myheader1 .logo {
      margin-left: 0;
  }
  #myheader1 {
      padding-top: 30px;
  }

  .bodyspacing_int1,
  .bodyspacing_int {
      padding: 0;
      margin-top: 15px;
  }
  #myheader1 .interiors {
      padding:0;
  }
  .mytoplogo1{
      background: #fff;
      position: fixed;
      width: 100%;
      top: 0px;
      z-index: 0;
      padding: 14px;
      height: 135px;
  }
  .navbar-title {
      margin-top: -45px;
  }
  .interiors2_con p.credit .credit-sub {
    margin-top:0px;
  }
  #about_body1 .space40 {
    margin-top: -10px;
  }
  #about_body1 .mbtm3 {
    margin-top:-20px;
    margin-bottom: -10px;
  }
  #about_body1 .space60 {
    margin-top:20px;
  }
  .up-link {
    margin-top:15px;
  }
}
@media(max-width: 768px) {
  #myheader1 {
    padding: 30px 0px 0px 0px;
  }
  #myheader1 .navbar-nav {
    margin-top:0px;
  }
}
@media(max-width: 767px){
  p {
    margin: 0 0 10px;
  }
  #about_body1 .mbtm3 {
    padding-left: 0px !important;
    margin-bottom:-15px;
  }
  #about_body1 .space60 {
    margin-top:0px;
  }
  #about_body1 .space20 {
    margin-top: 15px;
  }
  body {
    font-size:10px;
  }
  .up-link {
    margin-top:10px;
  }
  .up-link a {
    color: #231f20;
    font-size: 1.1em;
  }
  .bodyspacing_int1,
  .bodyspacing_int {
      padding: 0;
      margin-top:0px;
  }
  .mytoplogo1 {
    z-index:999;
  }
  .pad0, .list-title {
    padding: 15px !important;
    padding-left:15px !important;
  } 
  .navbar-title {
    margin-top: 0px;
    margin-left: 15px;
  }
  .navbar-nav {
    margin: 0px;
  }
  #myheader1 .logo {
    height: 50px;
    left: 15px;
    top: 55px;
  }
  #myheader1 .logo1 {
    height: 50px;
    left: 0px;
    top: 5px;
  }
  #myheader1 .mytoplogo1 .logo1 {
    top:55px;
  }
  .navbar-collapse {
      padding-right: 15px;
      padding-left: 15px;
      border-top: none;    
      box-shadow: none;
  }
  #myheader1 .interiors {
    padding: 0;
  }
  #myheader1 .interiors {
    padding:0;    
  }
  #myheader1 .logo {
    margin-left: 0px;
  }
  #myheader1 {
    padding-top: 35px;
  }
  #myheader .navbar-right {
    float: none !important;
    margin-right: auto;
  }
  #interiors_body1 .int_img {
      text-align: left;
      margin: 0;
  }
  #myheader1 .navbar, #myheader .navbar {
    min-height: 35px;
  }
  #myheader1 .navbar-brand, #myheader .navbar-brand {
    float: left;
    height: auto;
    padding: 0px;
    margin-left: 0;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 0px;
  }
  #bs-example-navbar-collapse-1 {
    margin-top: 70px;
  }
  #myheader1 .navbar-nav{   
    margin-top:15px;
  } 
  .sub-menu {
    margin-left: 15px;
  }
  .navbar-title li {
    margin-bottom:20px;
  }
  #about_body1 .carousel-indicators li {
    width: 2px;
    height: 7px;
    margin: 2px;
    margin-right: 5px;
  }
  .about_items {
    margin-top: 30px;
  }
  #right-content-space {
    margin-left: 0px;
  }
}

@media (max-device-width: 767px) and (orientation: landscape) {
  #right-content-space {
    margin-left: -7px;
  }
  .mytoplogo1 {
    z-index:0;
  }
  .navbar-nav > li {
    float: left;
  }
  #bs-example-navbar-collapse-1 {
    margin-top: 5px;
  }
  .sub-menu {
    margin-top: -25px;
  }
  .navbar-title {
    margin-top:-62px;
  }
  .about_con1 {
    margin-top: -30px;
  }
}

@media (max-device-width: 568px) and (orientation: landscape) {
  .navbar-nav > li {
    padding-right:18px;
  }
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transition-duration: 3s; /* Safari */
  transition-duration: 3s;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 

   