/* Styles the video and positions it */
.video {
	width: 95%;
	margin: 0px auto;
	border: 4px solid #D0B2E8;
	-webkit-box-shadow: 0 0 8px #222;
	   -moz-box-shadow: 0 0 8px #222;
			box-shadow: 0 0 8px #222;
}

/* Styles the border color around the slider images */
	.flexslider {
		border: 4px solid #D0B2E8;
	}


	@media only screen and (max-device-width: 480px) .box{
      width:      auto;
      height:     250px;
      background-color: #000000;
      border: 4px solid #501F6A;
      -webkit-box-shadow: 0 0 8px #222;
     -moz-box-shadow: 0 0 8px #222;
      box-shadow: 0 0 8px #222;
     margin: 0 auto;
     
    }
	
    .boxlarge {
	margin-left:auto;
	margin-right:auto;		
	width:      70%;
	height:     550px;
	color:      #333; /* text color for messages */
	background-color: white;
	border: 2px solid #501F6A;
	-webkit-box-shadow: 0 0 8px #222;
	-moz-box-shadow: 0 0 8px #222;
	box-shadow: 0 0 8px #222;
	}
	
    .boxlargeblack {
	margin-left:auto;
	margin-right:auto;		
	width:      70%;
	height:     550px;
	color:      #333; /* text color for messages */
	background-color: black;
	border: 2px solid #501F6A;
	-webkit-box-shadow: 0 0 8px #222;
	-moz-box-shadow: 0 0 8px #222;
	box-shadow: 0 0 8px #222;
	}		

    .box {
	margin-left:auto;
	margin-right:auto;		
	width:      95%;
	height:     300px;
	color:      #333; /* text color for messages */
	background-color: white;
	border: 2px solid #501F6A;
	-webkit-box-shadow: 0 0 8px #222;
	-moz-box-shadow: 0 0 8px #222;
	box-shadow: 0 0 8px #222;
	}
	
    .boxln {
	margin-left:auto;
	margin-right:auto;		
	width:      50%;
	height:     300px;
	color:      #333; /* text color for messages */
	background-color: white;
	border: 2px solid #501F6A;
	-webkit-box-shadow: 0 0 8px #222;
	-moz-box-shadow: 0 0 8px #222;
	box-shadow: 0 0 8px #222;
	}	
	
    .box-black {
	margin-left:auto;
	margin-right:auto;		
	width:      95%;
	height:     300px;
	color:      #333; /* text color for messages */
	background-color: black;
	border: 2px solid #501F6A;
	-webkit-box-shadow: 0 0 8px #222;
	-moz-box-shadow: 0 0 8px #222;
	box-shadow: 0 0 8px #222;
	}	
	
	.center, border-top {
		margin-left:auto;
		margin-right:auto;
		width:auto;
		text-align: center;
	}
	
	img.centerimage {
		diplay: block;
		width: 70%;
		margin-left: 15%;
		margin-right:auto;

	}
	
	.content {
		width: 50%;
		margin-left: auto;
		margin-right:auto;
		text-align: center;
	}
	
	.text-description {
		width:70%;
		margin-left: auto;
		margin-right: auto;
		text-align:left;
		border: 25px #666666;
		color:      #333;
	}

	h3 {
		width: 70%;
		margin-left:auto;
		margin-right:auto;
		text-align:justify;
	}
	
	h4, h2, h1 {
		width: 70%;
		margin-left:auto;
		margin-right:auto;
		text-align: center;
	}
	
	h5{
		font:italic;
		font-size:12px;
		width: 60%;
		margin-left:auto;
		margin-right:auto;
		text-align: left;
	}	
	
	img.fixed {
		position: fixed;
    	top: 20%;
    	left: 1%;
	}
	
	img.relative {
		position: relattive;
    	top: 100px;
		left: 20px;
		height: 60%;
	}
	
	.my-product-embed {
		position:absolute;
		top: 10%;
		right: 0;
		padding: 0px 10px 20px 10px;
		margin: 0;
		width: 15%;
		box-sizing: border-box;
		display: block;
	}
	
	.scrolloverlay {
		position: fixed;
		left: 0px;
		bottom: 0px;
		background: rgba(0,0,0,0.2);
	}
	
	.affix {
      top: 0;
      width: 100%;
  	}
	
	.affix + .container-fluid {
      padding-top: 70px;
	}
