/* CSS Document */


html {
    min-height: 100%;
}

body {
   color: #232323;
   font-family: 'Futura Std', sans-serif;
}

strong {
	font-weight: 650;
}

footer {
	font-family: Arial, Helvetica, sans-serif;;
}

#mainNav {
  min-height: 3.5rem;
  background-color: rgba(35, 35, 35, 1);
  transition: background-color 0.3s ease-in-out;
}

a {
  font-family: 'Futura Std', sans-serif;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

a, a:hover {
    text-decoration: none !important; }

#mainNav .navbar-brand {
 margin-left: 20px;
}


#mainNav .navbar-nav .nav-item:hover {
  color: fade(#fff, 60%);
  outline: none;
  background-color: transparent;
}
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}



 #mainNav #client-menu .navbar-nav > li > a{
   		margin-left: 15px;
        margin-right: 15px;
        padding: 20px 0px;
        font-size: 14pt;
        color: rgba(255, 255, 255, 0.7);
        display: inline-block;
        text-decoration: none !important;
        position: relative; 
  }


#mainNav #client-menu .navbar-nav > li > a:before {
  			content: "";
          width: 100%;
          position: absolute;
          bottom: 8px;
          left: 0;
          height: 2px;
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          transform: scale(0);
          -webkit-transition: .3s transform ease;
          -o-transition: .3s transform ease;
          transition: .3s transform ease;
          background: #fff; 
}
 
  #mainNav #client-menu  .navbar-nav > li > a:hover {
    color: rgba(255, 255, 255, 1) !important;

  }

  #mainNav #client-menu  .navbar-nav > li > a:hover:before {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1); 
}

  #mainNav #client-menu .navbar-nav  > li > a:active {
    color: #000000;
  }

.navbar-brand {
    
    margin-top: 8px;
    
}

.navbar-brand img {
    
    height:60px;
    
}


#carouselHeader{
   margin-top: 0px;
}

.main-banner {
		  margin-top: 0px;
	}	

	
		.btn-link-light {
			 color:#999999;
			font-weight: 300;
		}
		
		.btn-link-light:hover {
			 color:#FFFFFF;
			font-weight: 300;
			text-decoration:none;
		}
		
		
			.content{
			position: relative;
			width: 100%;
			margin: auto;
			overflow: hidden
			}
		
			.content .content-overlay{
				background: linear-gradient(180deg, rgba(255,255,255,0.00) 30%, rgba(0,0,0,0.8) 100%);
				position: absolute;
				height: 100%;
				width: 100%;
				left: 0;
				top: 0;
				bottom: 0;
				right: 0;
				opacity: 0;
				-webkit-transition: all 0.4s ease-in-out 0s;
				-moz-transition: all 0.4s ease-in-out 0s;
				transition: all 0.4s ease-in-out 0s}
		
		.content:hover .content-overlay{
			opacity: 1
		}
		
		.content-image{
			width: 100%
		}
				
		.content-details{
			position: absolute;
			text-align: center;
			padding-left: 1em;
			padding-right: 1em;
			width: 100%;
			top: 50%;
			left: 50%;
			opacity: 0;
			-webkit-transform: translate(-50%, -50%);
			-moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			-webkit-transition: all 0.3s ease-in-out 0s;
			-moz-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s
		}
		
		.content:hover .content-details{
			top: 80%;
			left: 50%;
			opacity: 1}
		
		.content-details h3{
			color: #fff;
			font-weight: 500;
			margin-bottom: 0.5rem;
			font-size: 1.2rem;
		}
		
		.content-details p{
			color: #fff;
			font-size: 0.8rem;
		}
		
		.fadeIn-bottom{
			top: 80%
		}
		
		h1 {
			
		font-size: 3rem;
			
		}		
		
		
		p {
			font-size: 1.3rem;
		}


@media (max-width: 576px) {
    
    
.navbar-brand {
    
    margin-top: 14px;
    
}
    
    .navbar-brand img {
        
        height: 45px;
        
    }
    
#carouselHeader{
   margin-top: 0px;
}
    
.main-banner {
		  margin-top: 80px;
	}	
	
}



@media (max-width: 768px){
    
        
.navbar-brand {
    
    margin-top: 14px;
    
}
    
    .navbar-brand img {
        
        height: 45px;
        
    }
    
    #carouselHeader{
   margin-top: 80px;
}
    
	.main-banner {
		  margin-top: 80px;
	}	
	
    
}



@media (min-width: 768px) and (max-width: 992px){
    
        
.navbar-brand {
    
    margin-top: 14px;
    
}
    
    .navbar-brand img {
        
        height: 45px;
        
    }
    
    #carouselHeader{
     margin-top: 80px;
}
	
	.main-banner {
		  margin-top: 80px;
	}	
    
    
}

@media (min-width: 992px) and (max-width: 1200px){
    
    #carouselHeader{
   margin-top: 80px;
}
    
	.main-banner {
		  margin-top: 80px;
	}	
    
}

@media (min-width: 1200px) {
  #mainNav {
    background-color: rgba(35, 35, 35, 0.6);
    transition: background-color 0.3s ease-in-out;
  }
 
    #mainNav .sub-btn{
     margin-top: 25px;    
    }
    
    #mainNav .nav-link {
    font-size: 12pt;
    padding: 2rem 1.5rem;
  }
    
  #mainNav.navbar-shrink {
    background-color: #f5f5f5;
  }
    
    
}

.btn-link {
    color: #7b868c;
}

.btn-link:hover {
    color: #232323;
}

.unsel {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */       
} 

.logo-icon{
    margin-right: 5px;
    
}/* Define the shape and color of the hamburger lines */
.navbar-toggler span {
    display: block;
    background-color: #7b868c;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}


/* top line needs a little padding */
.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

/**
 * Animate collapse into X.
 */

/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}
/* center line goes transparent */
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}
/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg) ;
}


/**
 * Animate collapse open into hamburger menu
 */

/* top line moves back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg) ;
}
/* middle line goes back to regular color and opacity */
.navbar-toggler span:nth-child(2) {
    opacity: 1;
}
/* bottom line goes back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg) ;
}

.bg-primary{
      background-color: #000000!important;
      color: #ffffff!important;
}


.btn-playvideo{
    
	background: none!important;
    background-color: none!important;
    color: rgba(255, 255, 255, 0.6)!important;
	border: 0pt!important;
    outline: 2pt solid rgba(255, 255, 255, 0.6)!important;
    font-weight: bold!important;
    border-radius: 0!important;
}

.btn-playvideo:hover {
    
	background: none!important;
    background-color: rgba(255, 255, 255, 0.8)!important;
	color: rgba(0, 0, 0, 1)!important;
	border: 0pt!important;
    outline: 2pt solid rgba(255, 255, 255, 1)!important;
}

.form-input {
border-radius: 0;
border: 0;
border-bottom: 1pt solid #CCCCCC;
}

.btn-primary {
    
    background-color: rgba(35, 35, 35, 0.6);
    color: #ffffff;
	border: 0pt;
    outline: 4pt solid rgba(35, 35, 35, 0.2);
    font-weight: bold;
    border-radius: 0;
	padding-left: 2rem;
	padding-right: 2rem;
}

.btn-primary:hover{
    
    background-color: rgba(35, 35, 35, 1);
    color: #FFFFFF;
	border: 0pt;
    outline: 4pt solid rgba(35, 35, 35, 0.6);
    font-weight: bold;
}

.btn-primary.active{
    
    background-color: rgba(35, 35, 35, 1)!important;
    color: #FFFFFF!important;
    outline: 4pt solid rgba(35, 35, 35, 0.6);
    font-weight: bold;
}

.btn-primary:disabled {
    
    background-color: rgba(35, 35, 35, 0.1)!important;
    color: #CCCCCC!important;
     outline: 4pt solid rgba(35, 35, 35, 0.2);
    font-weight: bold;
	pointer: none;
}


	.btn-store{
		font-size: 18pt;
		background-color: none;
    	font-weight: bold;
    	border-radius: 0;
		padding: 20px 0px;
        color: rgba(0, 0, 0, 0.6);
        display: inline-block;
        text-decoration: none !important;
        position: relative; 
	}
	
	.btn-store:before {
  			content: "";
          width: 100%;
          position: absolute;
          bottom: 8px;
          left: 0;
          height: 2px;
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          transform: scale(0);
          -webkit-transition: .3s transform ease;
          -o-transition: .3s transform ease;
          transition: .3s transform ease;
          background: #000000; 
}
	
	.btn-store:hover {
    color: rgba(0, 0, 0, 1) !important;

  }
	
	.btn-store:hover:before {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1); 
}
	
	.btn-store:active {
    color: #000000;
  }