@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */



    
    
    
    
    
    
    
    .gridContainer {
	
    }
	
    
  
	body{
		background-color: white;
        position: relative;
	}
	
	
	
    .gridContainer {
        clear: both;
        float: left;
        width: 100vw;
        height: 100vh;
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        overflow: hidden;
        background: -moz-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* FF3.6+ */
        background: -webkit-gradient(linear, 315deg, color-stop(0, C48D70), color-stop(100%, 7A3A1E));/* Chrome,Safari4+ */
        background: -webkit-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* Opera 11.10+ */
        background: -ms-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
        background: linear-gradient(315deg, #7A3A1E 0, #C48D70 100%);/* W3C */
        z-index: 100;
        position: relative;

    }
	
	

	

    #LayoutDiv1 {
        width: 100%;
        height: 95vh;
        margin: 2.5vh 0;
        

    }


	
	
    .leftpane{
        width: 88vw;
        background-color: white;
        height: 100%;
        border-radius: 0 1em 1em 0;
        display: block;
        float: left;
        clear: none;
        transition: all .4s;
        overflow: hidden;
    }
    
    
    
    /* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
   background: -moz-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* FF3.6+ */
        background: -webkit-gradient(linear, 315deg, color-stop(0, C48D70), color-stop(100%, 7A3A1E));/* Chrome,Safari4+ */
        background: -webkit-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* Opera 11.10+ */
        background: -ms-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
        background: linear-gradient(315deg, #7A3A1E 0, #C48D70 100%);/* W3C */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
    
    
    
    
    
    
    
    
    
    .leftpane-triggered{
        width: 0vw;
        font-size: 0em;
        display: none;
    }
    
    
    .lp-inner{
        width: 100%;
        height: 95vh;
        display: block;
        float: left;
        position: relative;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    
    
    .lpi-scroll{
        width: 100%;
        height: 170vh;
        display: block;
        float: left;
        position: relative;
    }
    
    
    .lp-top{
        width: 90%;
        height: 20vh;
        margin: 0vh 5%;
        float: left;
        clear: none;
        display: block;
        position: absolute;
        z-index: 100000;
    }
    
    
    
    .logo{
        width: 45%;
        height: 100%;
        float: left;
        clear: none;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
    }
    
    
    
    
    
    .slidebg{
        position: relative;
        float: left;
        clear: none;
        display: block;
        width: 100%;
        height: 97vh;
        z-index: 0;
        background-color: #191919;
    }
    
    
    .swipe-img{
         position: absolute;
        float: left;
        clear: none;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 0;
        
    }
    
    
    
    .slide-gradient{
        position: absolute;
        float: left;
        clear: none;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 50;
          background-image: -moz-linear-gradient( -135deg, rgba(25,25,25,0.67059) 0%, rgb(25,25,25) 100%);
  background-image: -webkit-linear-gradient( -135deg, rgba(25,25,25,0.67059) 0%, rgb(25,25,25) 100%);
  background-image: -ms-linear-gradient( -135deg, rgba(25,25,25,0.67059) 0%, rgb(25,25,25) 100%);
    }
    
    
    
     .slide-text{
        position: absolute;
        float: left;
        clear: none;
        display: block;
        width: 90%;
        height: 40%;
        top: 20%;
        left: 5%;
        z-index: 1000;
        color: #fff;
    }
    

    
    .slide-text h1{
        font-size: 3.7em;
        line-height: .8em;
        font-family: "BalooTammudu2-Medium";
        font-weight: 300;
        letter-spacing: -.03em;
        position: absolute;
        bottom: auto;
        top: 5%;
    }
    
    
    
    
     .swiper-container {
      width: 100%;
      height: 100%;
    }
    
    
    
    .swiper-slide {
      background: transparent;
      text-align: left;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    
    
    .ceo-home{
        position: absolute;
        z-index: 10000;
        float: none;
        clear: both;
        width:80vw;
        height: 90vh;
        bottom: 0;
        right: 0%;
        display: block;

    }
    
    
    .big-ico{
        background-image: url("../svgs/tm_icon-big.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom right;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 0;
    }
    
    
    .ceo-pic{
        width: 100%;
        height: 95%;
        bottom: 0;
        position: absolute;
        z-index: 50;
        left: 5%;
        background-image: url("../img/ceo.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom right;
        
    }
    
    
    
    
    .ceo-sign{
        position: absolute;
        z-index: 1000;
        background-image: url("../svgs/tm_dereksignature.svg");
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 15%;
        left:0vw;
        height: 10vh;
        width: 40%;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .services-home{
        height: auto;
        width: 100%;
        background-color: #191919;
        display: block;
        float: left;
        clear: none;
        padding: 5vh 0;
    }
    
    
    
    
    .sh-inner{
        width: 90%;
        height: auto;
        margin: 5vh 5%;
        position: relative;
         z-index: 100;
    }
    
    
    .sh-post{
        background-color: #ffffff;
        width: 100%;
        height: auto;
        float: left;
        clear: none;
        border-radius: 1em;
        margin: 5vh 1.5%;
    }
    
    
    .sh-ico{
        width: 30%;
        margin: -2.5em 0 0 10%;
        float: left;
        clear: none;
    }
    
    
    .sh-post h3{
        color: #191919;
        font-size: 2em;
        font-family: "BalooTammudu2-Medium";
        margin: 3em 10% 0;
        font-weight: 300;
        clear: both;
        display: block;
        line-height: .9em;
        letter-spacing: -.05em;
        width: 100%;
    }
    
    
    .sh-post p{
        font-family: 'Montserrat', sans-serif;
        font-size:.9em;
        margin: 0em 10% 2em;
        line-height: 1.5em;
    }
    
    
    
    .sh-post button{
        margin: 2em 5% 5em;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .keyman-home{
        width: 100%;
        height: auto;
        background-color: #2d2d2d;
        display: block;
        float: left;
        clear: both;
    }
    
    
     .kh-inner{
        width: 90%;
        height: auto;
        margin: 5vh 5%;
         position: relative;
         z-index: 100;
    }
    
    
    .khi-left{
        float: left;
        clear: none;
        width: 100%;
        height: auto;
        margin: 5vh 0;
        display: block;
    }
    
    
    .khi-left h4{
        font-family: "BalooTammudu2-Medium";
        text-transform: uppercase;
        font-size:1.4em;
        color: #fff;
        margin: 0 10% .7em;
        letter-spacing: 1px;
       font-weight: 100;
    }
    
    
    .khi-left h2{
        font-family: "BalooTammudu2-Medium";
        text-transform:capitalize;
        font-size: 3em;
        color: #c58e70;
        font-weight: 100;
        margin: 0 10%;
        line-height: .7em;
        
    }
    
    
      .khi-left p{
  font-family: 'Montserrat', sans-serif;
        font-size:.9em;
        margin: 0em 10% 2em;
        line-height: 1.5em;
          color: #fff;
    }  
    
    
    .khi-left button span{
        color: #fff;
    }
    
    
    
    .khi-right{
        width:100%;
        height: 70vh;
        float: right;
        clear: none;
        display: block;
        background-position: center right;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../img/ceopromo.jpg");
        margin-top: 5vh;
    }
    
    
    
    
    
    
    
    
    
    
    
    .clientelle{
        width: 100%;
        height: auto;
        background-color: #fff;
        display: block;
        float: left;
        clear: both;
    }
    
    .clientelle .swiper3{
        height: 40vh;
        width: 90%;
        margin-left: 5%;
        margin-bottom: 5vh;
        margin-top: 0;

    }

    
    .clientelle .swiper3 .swiper-wrapper .swiper-slide{
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: center;
    }
    

    
    
    .clientelle h3{
        font-family: "BalooTammudu2-Medium";
        text-transform:capitalize;
        font-size: 3em;
        color: #c58e70;
        font-weight: 100;
        letter-spacing: -1px;
        margin: 0 5%;
        display: block;
        float: left;
        clear: both;
        margin-top: 10vh;
        margin-bottom: 0;
        padding: 0;
        line-height: .9em;
    }
    
    
    
    
    .footer{
        width: 100%;
        height: 5vh;
        background-color: #f4f4f4;
        display: block;
        float: left;
        clear: both;
          font-family: 'Montserrat', sans-serif;
        font-size:1em;
        font-weight: 100;
        text-align: center;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
	
    
    .navigation{
        width:0vw;
        background-color:transparent;
        height: 100%;
        border-radius: 0 1em 1em 0;
        display: block;
        float: left;
        clear: none;
        transition: all .4s;
         position: relative;
        
    }
	
    
     .navigation-triggered{
          width:80vw;
          background-color:transparent;
    }
    
    
    
    
    
    
    
    
	
    .rightpane{
        width:10vw;
        background-color: #191919;
        height: 100%;
        border-radius: 1em 0 0 1em;
        display: block;
        float: right;
        clear: none;
    }
    
    
    
    
    















}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
    
    
.gridContainer {
	width: 100%;
	padding:0;
	margin: 0;
}

    
    

#LayoutDiv1 {
	clear: both;
	float: left;
	margin:0;
	padding:0;
	width:100%;
}
    
    
    
    
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
    
    
    
    
    
    
    
    
    
    
    
    
    
    .gridContainer {
	
    }
	
    
  
	body{
		background-color: white;
        position: relative;
	}
	
	
	
    .gridContainer {
        clear: both;
        float: left;
        width: 100vw;
        height: 100vh;
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        overflow: hidden;
        background: -moz-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* FF3.6+ */
        background: -webkit-gradient(linear, 315deg, color-stop(0, C48D70), color-stop(100%, 7A3A1E));/* Chrome,Safari4+ */
        background: -webkit-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* Opera 11.10+ */
        background: -ms-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
        background: linear-gradient(315deg, #7A3A1E 0, #C48D70 100%);/* W3C */
        z-index: 100;
        position: relative;

    }
	
	

	

    #LayoutDiv1 {
        width: 100%;
        height: 95vh;
        margin: 2.5vh 0;
        

    }


	
	
    .leftpane{
        width: 90vw;
        background-color: white;
        height: 100%;
        border-radius: 0 1em 1em 0;
        display: block;
        float: left;
        clear: none;
        transition: all .4s;
        overflow: hidden;
    }
    
    
    
    /* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
   background: -moz-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* FF3.6+ */
        background: -webkit-gradient(linear, 315deg, color-stop(0, C48D70), color-stop(100%, 7A3A1E));/* Chrome,Safari4+ */
        background: -webkit-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* Opera 11.10+ */
        background: -ms-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
        background: linear-gradient(315deg, #7A3A1E 0, #C48D70 100%);/* W3C */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
    
    
    
    
    
    
    
    
    
    .leftpane-triggered{
        width: 70vw;
        font-size: .8em;
    }
    
    
    .lp-inner{
        width: 100%;
        height: 95vh;
        display: block;
        float: left;
        position: relative;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    
    
    .lpi-scroll{
        width: 100%;
        height: 170vh;
        display: block;
        float: left;
        position: relative;
    }
    
    
    .lp-top{
        width: 90%;
        height: 12vh;
        margin: 5vh 5%;
        float: left;
        clear: none;
        display: block;
        position: absolute;
        z-index: 100000;
    }
    
    
    
    .logo{
        width: 20%;
        height: 100%;
        float: left;
        clear: none;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
    }
    
    
    
    
    
    .slidebg{
        position: relative;
        float: left;
        clear: none;
        display: block;
        width: 100%;
        height: 97vh;
        z-index: 0;
        background-color: #191919;
    }
    
    
    .swipe-img{
         position: absolute;
        float: left;
        clear: none;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 0;
        
    }
    
    
    
    .slide-gradient{
        position: absolute;
        float: left;
        clear: none;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 50;
          background-image: -moz-linear-gradient( -135deg, rgba(25,25,25,0.67059) 0%, rgb(25,25,25) 100%);
  background-image: -webkit-linear-gradient( -135deg, rgba(25,25,25,0.67059) 0%, rgb(25,25,25) 100%);
  background-image: -ms-linear-gradient( -135deg, rgba(25,25,25,0.67059) 0%, rgb(25,25,25) 100%);
    }
    
    
    
     .slide-text{
        position: absolute;
        float: left;
        clear: none;
        display: block;
        width: 40%;
        height: 50%;
        top: 30%;
        left: 5%;
        z-index: 1000;
        color: #fff;
    }
    

    
    .slide-text h1{
        font-size: 6.3em;
        line-height: .8em;
        font-family: "BalooTammudu2-Medium";
        font-weight: 300;
        letter-spacing: -.03em;
        position: absolute;
        bottom: 5%;
        top: auto;
    }
    
    
    
    
     .swiper-container {
      width: 100%;
      height: 100%;
    }
    
    
    
    .swiper-slide {
      background: transparent;
      text-align: left;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    
    
    .ceo-home{
        position: absolute;
        z-index: 100;
        float: none;
        clear: both;
        width: 40vw;
        height: 90vh;
        bottom: 0;
        right: 0%;
        display: block;

    }
    
    
    .big-ico{
        background-image: url("../svgs/tm_icon-big.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom right;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 0;
    }
    
    
    .ceo-pic{
        width: 100%;
        height: 95%;
        bottom: 0;
        position: absolute;
        z-index: 50;
        left: 5%;
        background-image: url("../img/ceo.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom right;
        
    }
    
    
    
    
    .ceo-sign{
        position: absolute;
        z-index: 1000;
        background-image: url("../svgs/tm_dereksignature.svg");
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 15%;
        left:0vw;
        height: 10vh;
        width: 40%;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .services-home{
        height: auto;
        width: 100%;
        background-color: #191919;
        display: block;
        float: left;
        clear: none;
        padding: 5vh 0;
    }
    
    
    
    
    .sh-inner{
        width: 90%;
        height: auto;
        margin: 5vh 5%;
        position: relative;
         z-index: 100;
    }
    
    
    .sh-post{
        background-color: #ffffff;
        width: 30%;
        height: auto;
        float: left;
        clear: none;
        border-radius: 1em;
        margin: 10vh 1.5%;
    }
    
    
    .sh-ico{
        width: 30%;
        margin: -5em 0 0 10%;
        float: left;
        clear: none;
    }
    
    
    .sh-post h3{
        color: #191919;
        font-size: 3.5em;
        font-family: "BalooTammudu2-Medium";
        margin: 2em 10% 0;
        font-weight: 300;
        clear: both;
        display: block;
        line-height: .9em;
        letter-spacing: -.05em;
        width: 60%;
    }
    
    
    .sh-post p{
        font-family: 'Montserrat', sans-serif;
        font-size:1em;
        margin: 0em 10% 2em;
        line-height: 1.5em;
    }
    
    
    
    .sh-post button{
        margin: 2em 5% 5em;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .keyman-home{
        width: 100%;
        height: auto;
        background-color: #2d2d2d;
        display: block;
        float: left;
        clear: both;
    }
    
    
     .kh-inner{
        width: 90%;
        height: auto;
        margin: 5vh 5%;
         position: relative;
         z-index: 100;
    }
    
    
    .khi-left{
        float: left;
        clear: none;
        width: 40%;
        height: auto;
        margin: 5vh 0;
        display: block;
    }
    
    
    .khi-left h4{
        font-family: "BalooTammudu2-Medium";
        text-transform: uppercase;
        font-size:2em;
        color: #fff;
        margin: 0 10% .7em;
        letter-spacing: 1px;
       font-weight: 100;
    }
    
    
    .khi-left h2{
        font-family: "BalooTammudu2-Medium";
        text-transform:capitalize;
        font-size: 5em;
        color: #c58e70;
        font-weight: 100;
        margin: 0 10%;
        line-height: .8em;
        
    }
    
    
      .khi-left p{
  font-family: 'Montserrat', sans-serif;
        font-size:1em;
        margin: 0em 10% 2em;
        line-height: 1.5em;
          color: #fff;
    }  
    
    
    .khi-left button span{
        color: #fff;
    }
    
    
    
    .khi-right{
        width:50%;
        height: 70vh;
        float: right;
        clear: none;
        display: block;
        background-position: center right;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../img/ceopromo.jpg");
        margin-top: -5vh;
    }
    
    
    
    
    
    
    
    
    
    
    
    .clientelle{
        width: 100%;
        height: auto;
        background-color: #fff;
        display: block;
        float: left;
        clear: both;
    }
    
    .clientelle .swiper3{
        height: 40vh;
        width: 90%;
        margin-left: 5%;
        margin-bottom: 5vh;
        margin-top: 0;

    }

    
    .clientelle .swiper3 .swiper-wrapper .swiper-slide{
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: center;
    }
    

    
    
    .clientelle h3{
        font-family: "BalooTammudu2-Medium";
        text-transform:capitalize;
        font-size: 5em;
        color: #c58e70;
        font-weight: 100;
        letter-spacing: -3px;
        margin: 0 5%;
        display: block;
        float: left;
        clear: both;
        margin-top: 10vh;
        margin-bottom: 0;
        padding: 0;
        line-height: .9em;
    }
    
    
    
    
    .footer{
        width: 100%;
        height: 5vh;
        background-color: #f4f4f4;
        display: block;
        float: left;
        clear: both;
          font-family: 'Montserrat', sans-serif;
        font-size:1em;
        font-weight: 100;
        text-align: center;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
	
    
    .navigation{
        width:5vw;
        background-color:transparent;
        height: 100%;
        border-radius: 0 1em 1em 0;
        display: block;
        float: left;
        clear: none;
        transition: all .4s;
         position: relative;
        
    }
	
    
     .navigation-triggered{
          width:25vw;
          background-color:transparent;
    }
    
    
    
    
    
    
    
    
	
    .rightpane{
        width:5vw;
        background-color: #191919;
        height: 100%;
        border-radius: 1em 0 0 1em;
        display: block;
        float: right;
        clear: none;
    }
    
    
    
    
    
    
    
    
	
	
	
}
	
	