@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
html * {
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-osx-font-smoothing: grayscale; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*body {
  -webkit-backface-visibility: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  background: #fdbd10;
  color: #2d1615;
  -webkit-font-smoothing: antialiased; }*/
 /* body ::selection {
    background: #fdbd10;
    /* WebKit/Blink Browsers */ }
  body ::-moz-selection {
    background: #fdbd10;
    /* Gecko Browsers */ }*/

a {
  color: #fdbd10;
  text-decoration: none; 
  }

.tcb-header {
  /*position: fixed;*/
  /*background:rgba(0,0,0,1.0);*/
  /*background:#110832;*/
  backgrond:#000;
  box-shadow:0px 5px 10px #333;
  -moz-box-shadow:0px 5px 10px #333;
  -webkit-box-shadow:0px 5px 10px #333;

  top: 0;
  left: 0;
  width: 100%;
  /*height:110px;*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; 
  z-index:2000;
  }

.tcb-menu {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom:0px;
  padding-left:5%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*background: #0066b2;*/
  background:rgba(0,0,0,0.60);
  /*background:#000;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative; }
  .tcb-menu:after {
    content: " ";
    display: block;
    clear: both; }
  .tcb-menu .logo {
    /*height: 40px;
    width: 100px;
    background: #222; */
	}
	
	.tcb-menu .logo img{  /* cell phone size */
    height: auto;
    width: 150px;
	padding-bottom:0px;
    /*background: #222;*/ 
	}
	
	#slider{
	padding-top:80px;
	}
	
	.main-img{
		display:block;
		
	}
	
	
  .tcb-menu-btn {
	height: 45px;
	/*width: 47px;*/
	width:75px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/btn-hamburger.png);
	/*background-color: #fdbd10;*/
	
	background-size: 100%;
	position: absolute;
	right: 5px;
	top: 10px;
	cursor: pointer;
}

	.tcb-menu-btn .menu{ /* Menu text*/
		margin-top:40px;
		margin-left:20px;
		font-size:11.5px;
		color:#fff;
	}


    @media only screen and (min-width: 768px) {
      .tcb-menu-btn {
        display: none; } }
 
  .tcb-menu {
	  /*background:rgba(0,0,0,0.65);*/
	 /* background-image:url(file:/images/BK_70.png);*/
	 padding-left:5%;
  }
  
  .tcb-header {
  /*position: fixed;*/
  background:#000;
  }
 	
 
  .tcb-menu-items {
    margin-top: 0;
    height: 0;
    overflow: hidden;
	}
    .tcb-menu-items.open {
      height: auto;
      margin-top: 20px; }
    .tcb-menu-items li {
		/*width:40%;*/
	  list-style:none;
      text-align: center;
      font-size: 14px;
      /*font-size: 1.125rem;*/
      font-weight: 600;
	  margin-top:10px;
	  float:left;
	  }
      .tcb-menu-items li a {
		color:#ddd;
		text-decoration:none;
        display: block;
	    /*padding: 10px; */
		padding:5px 8px 5px 8px;

}
	/*  Smart phone menu */
	.tcb-menu-items li a:hover {
		/*background:rgba(118,117,117,0.71);*/
	    background:rgba(0,255,225,0.8);
		border-radius:4px;
		/*border-bottom:2px solid #00EDE6;*/
	}
	
	.tcb-menu-items li.active{
		/*background:rgba(118,117,117,0.71);*/
		border:1px groove rgba(0,255,225,0.8);
		border-radius:4px;
		/*border-bottom:2px solid #00EDE6;*/
	}
		
  @media only screen and (min-width: 768px) {
	
    .tcb-menu {
      padding-top: 60px;
      background: transparent; 
	  /*margin-right:30px;*/
	  }
      .tcb-menu .logo {
        float: left;
        height: 40px;
        width: 160px; }
      .tcb-menu-items {
        margin-top: 0;
        float: right;
        height: auto; }
        .tcb-menu-items.open {
          margin-top: 0;
		  }
        .tcb-menu-items li {
          font-size: 14px;
		  letter-spacing:0.01rem; 
          /*font-size: 1.125rem;*/
          display: inline-block; }
          .tcb-menu-items li a {
            /*color: #333;*/
			color:rgba(252,247,247,0.9);
			font-size: 15px;
			text-decoration:none;
            display: block;
             } 
	  
	     /* Full size menu */
		
		 .tcb-menu-items li a:hover{
			 color:#ddd;
			 /*background:rgba(248,248,248,0.4);*/
			/*border:1px solid rgba(0,255,225,0.8);*/
			 border-radius:4px;
			 
		 }
		 
		 .tcb-menu-items li.active{
		 	 color:#ddd;
			 /*background:rgba(248,248,248,0.4);*/
			 /*background-color:rgba(0,255,225,0.8);*/
			 border:1px solid rgba(0,255,225,0.8);
			 border-radius:4px;
			
		 }
			
			
			
			}

@media only screen and (min-width: 768px) {
  .tcb-header.small {
   /* background: #0066b2;*/
	/*background:rgba(0,0,0,0.7); */
	/*background:#15163E;*/
	
	height:70px;
	}
	
	
	.tcb-menu .logo img { /* Full-Size*/
    height:auto;
    width: 190px;
	margin-left:5%;
	margin-top:-40px;
    /*background: #222;*/ 
	}
	
    .tcb-header.small .tcb-menu {
      padding-top: 10px;  
	  }
	  
	  .tcb-header.small .tcb-menu .logo img{ /* Scroll down */
		  width:110px;
		  height:auto;
		  margin-left:25px;
		  margin-top:0;
	  }
		  
		  
      .tcb-header.small .tcb-menu-items li a {
        color: #fff; } }

/*.hero {
  min-height: 600px;
  background-image: url(../img/black-and-white-nature-sky-field.jpg);
  background-size: cover;
  background-position: bottom; }
*/
/****************
COMMON STYLES
****************/
/*.wrapper {
  height: 2999px;
  margin-top: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px) {
    .wrapper {
      margin-top: 80px; } }
  .wrapper:after {
    content: " ";
    display: block;
    clear: both; }
  .wrapper .details {
    margin: 50px 0;
    margin-top: 150px; }
    .wrapper .details:after {
      content: "";
      display: table;
      clear: both; }
    .wrapper .details h1 {
      padding: 10px;
      font-size: 32px;
      font-size: 2rem;
      text-align: center;
      margin-bottom: 40px;
      color: #fff;
      font-weight: normal; }
    .wrapper .details .back-link {
      text-align: center; }
      .wrapper .details .back-link a {
        display: inline-block;
        margin: 20px 0;
        padding: 15px 30px;
        background: #444;
        color: #fff;
        border-radius: 24px; }
        .wrapper .details .back-link a svg {
          margin-right: 10px;
          vertical-align: text-top;
          display: inline-block; }*/

/*# sourceMappingURL=style.css.map */
