
#navContainer ul li a{
	color:black;

}

.col-4of12 img{
	width:100%;
	height:100%;

}

/*.col-4of12{
	height:100%;
}
*/

.glassListing .col-4of12{
	padding-right:2%;
	padding-left:2%;

}

.glassListing .col-4of12 img{
	height:100%;
	width:100%;
	transition:all 0.25s;
	-webkit-transition:all 0.25s;
	-moz-transition:all 0.25s;
	-o-transition:all 0.25s;
}
.glassListing .col-4of12 img:hover{
	cursor:pointer;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
	transition:all 0.25s;
}

.glassStyles .col-4of12 img{
	width:100%;
	height:100%;
}


.row{
	height:100%;
	width:100%;
}




.glassStyles{
	width: 80%;
	margin-top: 11%;
	margin-left: auto;
	margin-right: auto;
	float: right;
	height:75%;
	padding-right:3%;
	z-index:1;
	position:relative;
}

.glassListing{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	float: right;
	padding-right:5%;
	padding-left:5%;
}
.glassListing h3,
.productText h2,
#productPreviewText h2{
	color:black;
	font-size:1.15rem;
	letter-spacing:5px;
	margin:0;
	text-transform:uppercase;
	font-weight:bold;
	font-family:"proximaNovaSemiBold";
	margin-top:5%;
}
.glassListing h4{
	color:black;
}

.glassListing h4,
.productText h3,
{
	margin-top:5%;
	font-size:0.9rem;
	letter-spacing:10px;
}



/*nav section*/
#Leonards:hover,
#Milan:hover,
#Wavers:hover{
	border:30px solid transparent;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;

}

#Leonards:hover{
	-moz-border-image: -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
	-o-border-image: -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
	-webkit-border-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
	border-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%);
	border-image-slice: 1;
}
#Milan:hover{
	-moz-border-image: -moz-linear-gradient(top, #422015 0%, #5E493D 100%);
	-webkit-border-image: -webkit-linear-gradient(top, #422015 0%, #5E493D 100%);
	-o-border-image: -webkit-linear-gradient(top, #422015 0%, #5E493D 100%);
	border-image: linear-gradient(to bottom, #422015 0%, #5E493D 100%));
	border-image-slice: 1;
}

#Wavers:hover{
	-moz-border-image: -moz-linear-gradient(top, #004434 0%, #97D8A6 100%);
	-webkit-border-image: -webkit-linear-gradient(top, #004434 0%, #97D8A6 100%);
	-o-border-image: -webkit-linear-gradient(top, #004434 0%, #97D8A6 100%);
	border-image: linear-gradient(to bottom, #004434 0%, #97D8A6 100%));
	border-image-slice: 1;
}

.styleContainer{
	width:100%;
	height:100%;
}

/*.styleContainer:hover{
	opacity:0;
	transition:all 0.5s;
	cursor:pointer;
}*/

.leonardsMobile,
.milanMobile,
.waversMobile{
	display:none;
}
#Leonards{
	background-image: url("../img/classicLeonard.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

#Milan{
	background-image:url("../img/classicMilan.jpg");
	background-position:center;
	background-repeat:no-repeat;
}

#Wavers{
	background-image:url("../img/classicWavers.jpg");
	background-position:center;
	background-repeat:no-repeat;
}

.styleContainers{
	background-repeat:no-repeat;
	background-size:cover;
	height:100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	position:relative;
}

.styleContainers:hover{
	cursor:pointer;
}
.styleInfoContainer{
	color: black;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100px;
	margin-top: -50px;
}

.styleInfoContainer h4{
	font-size: 3rem;
	color:white;
	text-shadow:1px 1px 10px rgba(0,0,0,0.5);
	margin:0;
	letter-spacing:5px;
}

.styleInfoContainer p{
	font-size:1rem;
	color:white;
	margin:0;
	text-shadow:1px 1px 5px black;
	letter-spacing:10px;
}
#styleLeonardContainer{
	width:100%;
	height:100%;
}

.seeMoreBtn{
	position: absolute;
	border: 5px solid black;
	width: 80%;
	height: 15%;
	top: 80%;
	left: 50%;
	margin-left: -40%;
}

.seeMoreBtn:hover{
	background:black;
	color:white;
	transition:all 1s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
}

/*nav section ends*/

/*#fixedGlassNav{
	width: 20%;
	margin-left: 4%;
	margin-top: 1%;
	height: auto;
	display:none;

}*/

#fixedGlassNav{
	display:inline-block;
	margin-top: 1%;
	height: auto;
	width: 20%;
	margin-left: 7%;
}

#fixedLeonards,
#fixedMilan,
#fixedWavers{
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;


}

#fixedLeonards:hover,
#fixedMilan:hover,
#fixedWavers:hover{
	opacity:1 !important;
	cursor:pointer;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;

}

#fixedGlassNav div{
	padding-left:2%;
	padding-right:2%;
}
.fixedGlassContainer{
	height: auto;
	display: inline-block;
	width: 30%;
}



.fixedGlassContainer img{
	width:100%;
	height:100%;
}
/*modal*/

article {
	text-align: center;
	padding: 2rem; 
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;	
	display:inline-block;
}
/***/


#productModal{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	max-width: 85%;
	max-height: 100%;
	height: 100%;
	width: 100%;
	left: 50%;
	margin-left: -42.5%;
	margin-top:0;
}

#modalBG{
	position: fixed;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 5;
	top: 0;
	left: 0;
	width: 100;
	height: 100%;
	width: 100%;

}
#rightContent{
	position: absolute;
	height:100%;
	width:100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition:all 2s ease-in-out;
	-webkit-transition:all 2s ease-in-out;
	-moz-transition:all 2s ease-in-out;
	-o-transition:all 2s ease-in-out;
	background:white;
}

#rightContent img{
	position:relative;
	float:right;
	height:100%;
	width:93%;

	
}
#leonardsClickBox{
	width: 100%;
	background: rgba(255, 255, 255, 0);
	position: fixed;
	z-index:1;
	height:33.33333%;
	top:0;
	left:0;

}

#leftContent{
	width: 50%;
	height: 100%;
	background: white;
	-webkit-clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
	-moz-clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
	-o-clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
	position:relative;

}

.eyeGlassContainer{
	height:100%;
	width:100%;
}

#blueGlasses,
#clearGlasses{
	width:100%;
	height:53%;
	margin-left:2%;
}

.onTop{
	width:80%;
	position:absolute;
	height:100%;

	font-size:1em;

}

.onTop img{
	width:100%;
	height:100%;
	padding:0;
	margin: 0;
}

.productText{
	text-align: center;
	width: 80%;
	left: 50%;
	position: relative;
	margin-left: -40%;
}

.productText p{
	font-size: 0.75rem;
	line-height: 20px;
}
#addBtn h3{
	margin: 0;
	padding: 5%;
	font-size: 1rem;
	letter-spacing: 3px;

}
.addBtn h3{
	margin: 0;
	padding: 5%;
	font-size: 1rem;
	letter-spacing: 3px;
}

.addBtn{
	width: 50%;
  border: 2px solid black;
  position: relative;
  left: 50%;
  margin-left: -25%;
  text-align: center;
  transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;

}

#addBtn{
  width: 50%;
  border: 2px solid black;
  position: relative;
  left: 50%;
  margin-left: -25%;
  text-align: center;
  transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;

}

.addBtn:hover{
	background:black;
	color:white;
	cursor:pointer;
	transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;

}

#addBtn:hover{
	background:black;
	color:white;
	cursor:pointer;
	transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
}

.closeBtn{
	position: absolute;
	top: 2%;
	right: 2%;
	color: white;
	font-size: 1.5rem;
	cursor:pointer;
}

#swatchesContainer{
	height: 4%;
	width: 100%;
	position: relative;
	text-align: center;
}
#swatchesContainer div{
	width: 6%;
	position: relative;
	height: 100%;
	background: black;
	display: inline-block;
	margin-left: 1%;
	margin-right: 1%;
}

#swatchesContainer #blue{
	background:#195396;
	border:3px solid black;
}

#swatchesContainer #grey{
	background:#777;
	transition:all 1s;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
}

#swatchesContainer #grey:hover{
	transition:all 1s;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	background:#444;
}
#swatchesContainer #blue:hover
{
	transition:all 1s;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
}

#swatchesContainer div:hover{
	cursor:pointer;
}

#detailProductNav{
  width: 4%;
  height: auto;
  background: white;
  position: absolute;
  top: 50%;
  right: 3.5%;
  margin-top: -41px;
  box-shadow:1px 2px 7px #989898;
  -webkit-box-shadow:1px 2px 7px #989898;
  -moz-box-shadow:1px 2px 7px #989898;
  -o-box-shadow:1px 2px 7px #989898;
}

.iconNav{
	width: 100%;
	text-align: center;
	padding-top: 25%;
	padding-bottom: 25%;
}


.iconNav:first-child{
	border-bottom:1px solid #bbb;

}


#glassStoryShots{
	position: absolute;
	bottom: 5%;
	right: 14%;
	max-width:30%;
	width: 100%;
	max-height:10%;
	height: 100%;
	background:white;
	-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.5);
	-moz-box-shadow:0 2px 5px rgba(0,0,0,0.5);
	-o-box-shadow:0 2px 5px rgba(0,0,0,0.5);
	box-shadow:0 2px 5px rgba(0,0,0,0.5);
}

#glassStoryShots div{
	width:33.3333%;
	height:100%;
	display:inline-block;
	float:left;
}

#glassStoryShots img{
	width:100%;
	height:100%;
	opacity:0.5;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;

}
#glassStoryShots:first-child{
	opacity:1;
}

#glassStoryShots img:hover{
	opacity:1 !important;
	cursor:pointer;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
}

#leonardsStory,
#leonardsTwoStory,
#leonardsThreeStory{
	transition:all 2s ease-in-out;
	-webkit-transition:all 2s ease-in-out;
	-moz-transition:all 2s ease-in-out;
	-o-transition:all 2s ease-in-out;
}

/*CommentSection*/
#leftContent.comments{
	-webkit-clip-path:polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
	clip-path:polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
	-o-clip-path:polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
	-moz-clip-path:polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
	-webkit-animation: modalBox 1s; /* Chrome, Safari, Opera */
    animation: modalBox 1s;
     animation-fill-mode: forwards;
     -webkit-animation-fill-mode: forwards;
}

#comments{
	color:#A8A8A8;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
}

#viewProduct{
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;

}

#viewProduct:hover,
#comments:hover{
	color:black!important;
	cursor:pointer;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
}
.closeBtn.comments{
	color:black;
	z-index:1;
}



/*Review Section*/
#reviewSection{
	width: 100%;
	height: 100%;
	text-align: center;
	margin-left: 18%;
}

#productPreviewText{
	margin-top:10%;
}

#rating{
	margin-bottom:4%;
}


#rating i{
	display:inline-block;
}

.rating{
	margin-bottom:4%;
}

.rating i{
	display:inline-block;
}

#userContainer div{
	display:inline-block;
	height:100%;
	width:70%;
	vertical-align:middle;
	margin-top:2.5%;
	margin-bottom:2.5%;
	text-align:left;
	margin-left:2%;
}

.userProfiles{
	max-width: 15%;
	max-height: 50%;
	width: 100%;
	height: 100%;
}

#userContainer p{
	font-size:0.75rem;
	text-align:justify;
	margin:0;
}

#userContainer{
  width: 100%;
  height: auto;
  margin-top: 8%;
  margin-bottom: 8%;
}

input[type="submit"]{
	width: 100%;
	border: 1px solid black;
	background: none;
	padding: 2%;
	font-size: 1rem;
	text-transform: uppercase;
}

input[type="submit"]:hover{
	background:black;
	color:white;
	transition:all 1s;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	cursor:pointer;
}

.userProfileText{
	margin:1% 0 1% 0;
	font-style:bold;
}

#writeReviewSection form{
	width: 90%;
	margin: 0 auto;
}
/*animation*/

/*modal Box animation*/
/* Chrome, Safari, Opera */
 

/* Chrome, Safari, Opera */
@-webkit-keyframes modalBox {
    0% {left:0%;}
    100% {left:50%;}
 
}

/* Standard syntax */
@keyframes modalBox {
    from {left:0%;}
    to {left:50%;}
}

/*modal Box animation ends*/



