﻿body{
     color: #a6a6a6;
}
@media (min-width: 768px) {
    body{
     padding-top:0px;
    }
}
#navbar-home
{
    background-color:transparent;
    border-color:transparent;
    /*
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;*/
}
    #navbar-home .container-fluid {
 width:520px;
    }
.navbar-home .navbar-collapse {
    text-align:center;
}

.navbar-home .navbar-collapse > ul > li > a {
    color: #FFFFFF !important;
	font-weight: 900 !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
/*
#navbar-home.navbar-home2 {
    opacity:0;
    filter: alpha(opacity=0);
}

*/

#mainNavBar
{
    opacity:0;
    filter: alpha(opacity=0);
}
#mainNavBar.mainNavBar2
{
    opacity:1;
    filter: alpha(opacity=100);
}


.navbar .navbar-non-mobile {
	display: inline-block;
	float: none;
	vertical-align: top;
	font-size:10.5pt;
}

.navbar-non-mobile-padding {
	padding-left:0px;
	padding-right:0px;
}
.navbar .navbar-collapse {
	text-align: center;
}

.paragraph {
	padding-top: 10px;
	font-size:12pt;
}

.icon-text {
	font-family: 'Roboto Condensed', sans-serif;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 26px;
	line-height: 1.0;
}
.background-picture2 {
	background-image:url('../images/HomepageMainImage-Mountain.jpg');
	background-repeat:no-repeat;
	background-size: cover;
	background-position-y:bottom;
    min-height:400px;
}
.background-picture {
	background-image:url('../images/HomepageMainImage-Mountain3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: top;
    min-height: 400px;
}

.hz-center {
  /*min-height: 100%;  /* Fallback for vh unit */
  /*min-height: 100vh; /* You might also want to use
                        'height' property instead.
                        
                        Note that for percentage values of
                        'height' or 'min-height' properties,
                        the 'height' of the parent element
                        should be specified explicitly.
  
                        In this case the parent of '.vertical-center'
                        is the <body> element */

  /* Make it a flex container */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  
  /* Align the bootstrap's container vertically */
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  
  /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
  /*width: 100%;*/
  
  /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.
  
     Therefore, we should use the following declarations to get it centered again */
         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}

.navbar-brand-transparent {
	display: none;
}

.navbar-right {
	padding-right:0px;
}

.company-logo {
	background-image:url('https://photos-2.dropbox.com/t/2/AADyEY2fjYWN2SoOjTMQHlW91QOBJoyWQ7lyE0G5RVcOjA/12/555113409/png/32x32/1/_/1/2/company-logo.png/EPPgmrkEGLQKIAIoAg/nwtNTddNCF09-MV05ESME_Ut28gpieUkwJeI1AHYxXU?size=1280x960&size_mode=3');
	background-repeat:no-repeat;
	background-size: initial;
	background-position:center;
}

.navbar-transparent {
	background-color: transparent;
	border-color: transparent;
}

.a-navbar-sections-static {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	color: #ffffff !important;
	font-weight: 900 !important;
	text-shadow: 2px 2px 6px #000000;
}

.headline {
	color:#1ab2ff;
	font-size:23pt;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	letter-spacing: 1.5px;
}

.blue-bar {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:22pt;
	color:#ffffff;
	letter-spacing:1.5px;
}
.blue-bar-padding {
	background-color:#1ab2ff;
	padding-top:30px;
	padding-bottom:30px;
}
.carousel-navbar {
	background-color:#e6e6e6;
	margin-bottom:0;
}

.carousel-slidebar {
	background-color:#e6e6e6;
	margin-left:20%;
	margin-right:19%;
}

@media (max-width: 1199px) {

	.carousel-slidebar {
		margin-left: 16%;
		margin-right: 16%;
	}
	
	.icon-row {
		width: 698px !important;
		height: 1047px !important;
	}

}

@media (max-width: 991px) {
	
	.carousel-slidebar {
		margin-left: 10%;
		margin-right: 10%;
	}
	
}

@media (max-width: 767px) {

	.carousel-slidebar {
		margin-left: 0%;
		margin-right: 0%;
	}
	
	.company-title {
		height:120px !important;
	}
	
	.icon-row {
		width: 349px !important;
		height:2094px !important;
	}
	.perfect-fit {
		max-width:667px !important;
	}
	
	 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	   color: #333;
	 }
}

@media (max-width: 525px) {
	
	.company-title {
		height:80px !important;
	}
	
}


.a-navbar-sections-fixed {
	color: #bfbfbf !important;
	font-weight: 900 !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.a-navbar-sections-fixed-hover a:hover {
	background-color: #e6e6e6 !important;
}



/* Carousel CSS */

.carousel-right-arrow {
	right: 0;
  	left: auto;
}

.carousel-icon-container {
	min-height:100px;
	max-height: 100px;
	margin-bottom:25px;
	margin-top:25px;
	margin-left:12.5%;
	width: 75%;
}

.carousel-icon-container-img {
	display: inline-block !important;
	padding-right: 20px;
}

/* Carousel CSS End */


/* Six Squares CSS */

.icon-row {
	width: 1047px;
	height: 698px;
	margin: 0 auto;
}

.square-label,
.square-text,
.square-image {
	width:349px;
}

.square-label {
	position:absolute;
	color:#ffffff;
	padding-top:290px;
	font-size:16pt;
	padding-left:10px;
	padding-right:10px;
	visibility: visible;
	font-family: 'Roboto Condensed', sans-serif;
}

.square-text {
	position:absolute;
	height:349px;
	background-color:#1ab2ff;
	padding-top: 10px;
	display: flex;
    justify-content:center;
    align-content:center;
    flex-direction:column; /* column | row */
    color: #ffffff;
    text-align:center;
}

.square-list {
    list-style-type: none; 
    text-align: center;
    margin:0px;
    padding:0px;
}

.square-list > li {
	font-size: 12pt;
    padding:0px;
    margin:0px;
}
.square-list li::before { content: " \2022  " }


/* Six Squares CSS Animation */

#square {
	overflow: hidden;
	position: relative;
}

#squareText {
	position: absolute;
	top: -349px;
	transition: 0.3s;
}
.square-label
{
    text-align:center;
}
#square:hover #squareText {
	top:0px;
	transition: 0.5s;
}

#square:hover .square-label {
	visibility: hidden;
    
}


/* Six Squares CSS End */

.company-title {
	height:150px;
}

.md-view-left,
.md-view-right {
	width:349px;
	height:349px;
}

.perfect-fit {
	max-width: 1090px;
	margin:0 auto;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #1ab2ff !important;
}

@media (min-width:768px) {

	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
	  background-color: transparent !important;
	}

}

.dropdown-menu {
	min-width:0px;
}

/* Slick Slidebar Images */

@media (max-width: 767px) {
	.slidebar-img {
		max-width: 90px !important;
	}
}
.slidebar-img {
	/*max-height: 100px;
	max-width: 120px;*/
	display:block;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.sliderbar-div {
	height:150px;
}
.img-responsive {
	max-width: 100%;
	max-height: 100%;
}


.divFeaturedProducts {
}



.divFeaturedProducts .row {
	display:block;
	text-align: center;
	margin: 0 -15px;
	/*width: 1119px;*/
}
.divFeaturedProducts .row .col-lg-4 {
	float: none;
	margin:15px;
	display: inline-block;
	padding:0px;
	overflow: hidden;
}
.divFeaturedProducts .row div, .divFeaturedProducts .square-image {
	width:331px;
}
.divFeaturedProducts .square-label {
	top: 0px;
    left:50%;
    top: 50%;
    transform: translate(-50%, -50%);
	position: absolute;
	opacity: 0.8;
    padding-top:0px;
}
.divFeaturedProducts .square-text {
	/*top: -100%;*/
	position:absolute;
	background-color:#1ab2ff;
	width:calc(100%);
	height:calc(100%);
}
.divFeaturedProducts .square-paragraph {
	font-size:11pt;
	color: #ffffff;
	margin-left: 20px;
	margin-right: 17px;
	line-height:1.3;
	text-align: left;
}
.divFeaturedProducts .col-lg-4:hover .square-text {
	top: 0;
	transition: 0.3s;
}
.divFeaturedProducts .col-lg-4:hover .square-label {
	opacity: 0;
}
@media (min-width: 1200px) {
	.divFeaturedProducts .special {
		float:left !important;
	}
}

.divFeaturedProducts .hz-center {
  /*min-height: 100%;  /* Fallback for vh unit */
  /*min-height: 100vh; /* You might also want to use
                        'height' property instead.
                        
                        Note that for percentage values of
                        'height' or 'min-height' properties,
                        the 'height' of the parent element
                        should be specified explicitly.
  
                        In this case the parent of '.vertical-center'
                        is the <body> element */

  /* Make it a flex container */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  
  /* Align the bootstrap's container vertically */
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  
  /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
  /*width: 100%;*/
  
  /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.
  
     Therefore, we should use the following declarations to get it centered again */
         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}



