
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;
	-webkit-font-smoothing: antialiased; 
}

body ::selection {
    background: #fdbd10;
    /* WebKit/Blink Browsers */ 
}

body ::-moz-selection {
    background: #fdbd10;
    /* Gecko Browsers */ 
}

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

.tcb-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease; 
}

.tcb-menu {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(20, 24, 20, 0.8);
	background: rgba(20, 24, 20, 0.8);
	color: rgba(20, 24, 20, 0.8);
	padding: 10px 50px 7px 50px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-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: 44px;
    width: 46px;
    display: inline-block;
    background: url(../../img/element-logo-SM.png) center no-repeat;
}
  
.tcb-menu-btn {
    height: 40px;
    width: 40px;
    background: url(../../shrinknav/css/btn-hamburger.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 13px;
    cursor: pointer; 
}

@media only screen and (max-width: 954px) {

	.tcb-menu-items-desk {
		display: none;
	}
}
      
@media only screen and (min-width: 954px) {
		
    .tcb-menu-btn {
    	display: none; } 
    }
    
  
   /* Changes mobile appearence*/
	.tcb-menu-items {
    	margin-top: 0;
		height: 220px;
		display: none;
		overflow: hidden; 
		font-size: 22px;
	}
     
    .tcb-menu-items li {
    	text-align: center; 
    
    }
      
	.tcb-menu-items li.login a{
	    background-color: #00a8e2;
	    color: #fff !important;
	    top: 0px;
	    -webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease; 
    }
      
    .tcb-menu-items li.login a:hover{
	    background-color: #96d5ea;
    }
      
    .tcb-menu-items li a {
        display: block;
        padding: 10px;
        -webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease; 
	}
            
    .tcb-menu-items li a:hover {
	    color:#96d5ea;    
    }
  
  @media only screen and (min-width: 954px) {
    
    .tcb-menu {
		padding-top: 30px;
		background: transparent; 
	}
      
    .tcb-menu .logo {
        float: left;
        height: 98px;
        width: 147px;
        display: inline-block; 
		background: url(../../img/element-logo.png) center no-repeat;
	}
      
    .tcb-menu-items-desk {
        margin-top: 0;
        float: right;
        height: auto; 
    }
        
    .tcb-menu-items-desk li {
        display: inline-block; 
    }
    
    /* Changes desktop appearence*/
    .tcb-menu-items-desk li a {
        color: #222;
        font-size: 22px;
        font-weight: 100;
        display: block;
        padding: 10px 18px;
        -webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease; 
    } 
            
    .tcb-menu-items-desk li a:hover {
	    color:#96d5ea;
    }
            
}

@media only screen and (min-width: 954px) {
  
	.tcb-header.small {
    	background-color: rgba(20, 24, 20, 0.8);
		background: rgba(20, 24, 20, 0.8);
		color: rgba(20, 24, 20, 0.8);
	}
    
    .tcb-header.small .tcb-menu {
    	padding-top: 20px;
    }
      
    .tcb-header.small .tcb-menu-items-desk li a {
        color: #fff;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease; 
    } 
            
    .tcb-header.small .tcb-menu-items-desk li a:hover {
	    color:#96d5ea;
    }
 
	.tcb-header.small .logo {
    	height: 44px;
		width: 46px;
		margin-top: -9px;
		display: inline-block;
		background: url(../../img/element-logo-SM.png) center no-repeat;
	}

}
/****************
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 */
