@charset "utf-8";

body {
	background-color : #0b0b0b;
	background-image : url(../images/concrete_pattern.jpg);
	background-repeat: repeat;
}

h2 {
	font-family: "Calisto MT W01 Bold", "Calisto MT", "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:1.75em;
	color:#FFFFFF;
	margin: 5px 10px;

}

h3 {
	font-family: "Calisto MT", "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.3em;
	color:#FFFFFF;
	margin: 5px 5px;

}
.bold {
	font-weight:bold;
}

.italics {
	font-style:italic;
}

#container {
	width : 100%;
	min-height : 1150px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 10px;
	margin-bottom : 10px;
	padding : 0;
	background-image : url(../images/container_bg.jpg);
	background-repeat : repeat-y;
	background-position: center;
}


/* Header, menus, purchase button, logos */
#header {
	width : 845px;
	height : 147px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 10px;
	margin-bottom : 10px;
	padding : 0;
	background-image : url(../images/header_bg.png);
	background-repeat : no-repeat;
	position : relative;
}

#logo {
	width : 138px;
	height : 89px;
	margin : 2px;
	padding : 0;
	position : absolute;
	left : 19px;
	top : 15px;
	overflow : hidden;
	background-image : url(../images/header_logo.png);
	background-repeat : no-repeat;		/* add pointer cursor to logo to allow for home button behavior - 2/7/15 bn */	cursor: pointer;
}

#title {
	width : 255px;
	height : 64px;
	margin : 0;
	padding : 0;
	position : absolute;
	left : 189px;
	top : 33px;
	overflow : hidden;
/*	background-image : url(../images/visclips-title.png); */
	background-repeat : no-repeat;	/* add pointer cursor to logo to allow for home button behavior - 2/7/15 bn */	cursor: pointer;
}

#title_text {	
	color:#fff; 	
	font-size:45px;	
	font-weight:normal;	
	font-style: italic;	
	float:left;	
	font-family:"Calisto MT W01 Italic";	
	text-shadow:0 4px 10px #000;	
	margin:0;	
}

#purchase_container {
	width : 340px;
	height : 60px;
	margin : 0;
	padding : 0;
	position : absolute;
	left : 508px;
	top : 5px;
	overflow : hidden;
	text-align: center;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color:white;
	text-decoration: none;
	font-size: 1.2em;
}

#purchase_container a, #purchase_container p {
	padding-top: 5px;
	color:white;
	text-decoration: none;
	line-height: 1em;
}

.buy_now_button {
	top:0;
	left:0;
	position:absolute;
	width : 340px;
	height : 60px;
	background-position:0 0;
}
.buy_now_button:hover {
		background-position : 0 80px;
	}

	.buy_now_button span {
			display:none;
		}

#purchase_button {
	background-image : url(../images/BuyNow-Button.png);
}

#wholesale_login_button {
	background-image : url(../images/Wholesaler-Button.png);
}

#wholesale_logout_button {
	background-image : url(../images/Blank-BuyNow-Button.png);
}

#purchase_container_sml {
	width : 170px;
	height : 40px;
	margin : 20px auto;
	padding: 0 0 11px;
	position : relative;
	overflow : hidden;
}

#purchase_button_sml {
	top:0;
	left:0;
	position:absolute;
	width : 170px;
	height : 40px;
/*	background-image : url(../images/Purchase-Button-sml.png); */
	background-image : url(../images/BuyNow-Button-sml.png); 
	background-position:0 0;
}
	#purchase_button_sml:hover {
		background-position : 0 40px;
	}

		#purchase_button_sml span {
			display:none;
		}		

#bucket {
	display:flex;
	flex-direction: column;
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.flex-item {
	flex: 1 1 30%;
	padding-left: 10px;
	box-sizing: border-box;
}

.tnt-text {
	font-family: "Calisto MT", "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#FFFFFF;
}

.header .flex-item {
	font-weight: bold;
}
#verify-order_container {
	width : 170px;
	height : 40px;
	margin : 5px auto;
	padding: 0 0 11px;
	position : relative;
	overflow : hidden;
	background-color:#333;
	border:none;
}
		
#verify-order {
	top:0;
	left:0;
	position:absolute;
	width : 170px;
	height : 40px;
	background-image : url(../images/verify-order.png); 
	background-position:0 0;
	border:none;
	background-color:#333;
}
	#verify-order:hover {
		background-position : 0 40px;
	}
		#verify-order span {
			display:none;
		}	
		
.navigation {
	margin : 0;
	padding : 0;
	overflow : hidden;
	position : absolute;
}
	.navigation span {
		display : none;
	}

#home {
	width : 69px;
	height : 27px;
	left : 107px;
	bottom : 5px;
	background-image : url(../images/header_nav_home_mixed.png);
	background-position : 0% -28px;
}
	#home:hover {
		background-position : 0% 0%;
	}

#about {
	width : 69px;
	height : 27px;
	left : 283px;
	bottom : 5px;
	background-image : url(../images/header_nav_about_mixed.png);
	background-position : 0% -29px;
}
	#about:hover {
		background-position : 0% 0%;
	}

#contact {
	width : 86px;
	height : 27px;
	left : 459px;
	bottom : 5px;
	background-image : url(../images/header_nav_contact_mixed.png);
	background-position : 0% -29px;
}
	#contact:hover {
		background-position : 0% 0%;
	}

#pricing {
	width : 86px;
	height : 26px;
	left : 652px;
	bottom : 5px;
	background-image : url(../images/header_nav_pricing_mixed.png);
	background-position : 0% -29px;
}
	#pricing:hover {
		background-position : 0% 0%;
	}

/* Content Section */
#content {
	position:relative;
	width : 100%;
	max-width: 848px;
	background-image : url(../images/content_bg_pattern.png);
	margin-left : auto;
	margin-right : auto;
	margin-top : 10px;
	margin-bottom : 10px;
	padding-top : 1px;
	padding-bottom: 15px;
}

.rounded {
	 -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
	 border-radius: 10px;
}
#footer {	
	color:#ccc;
	text-align: center;
}

/* Index Page Layout */
.index-content-box { 
	position:relative;
	width: calc(100% - 120px);
	height:215px; 
	margin:15px 15px 0 0; 
	padding:5px;
	background-image:url(../images/text_background.png);
}
	.index-left { 
		margin-left:15px;
		margin-right:95px; 
	}
	
	.index-right { 
		margin-left:95px;
		margin-right: 15px;
	}
	
	#mid1-content-box {
		height:235px;
	}
	
#index-title-text {
	padding:0;		/* graphical text replaced with standard text 2/7/15 bn
	background-image:url(../images/index-title-text.png);  */
	height:181px;
	width: 714px;
	margin-top: 17px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-repeat:no-repeat;		text-align: center;
}
	#index-title-text img {
		position:absolute; 
		bottom: 5px; 
		right:35px;
	}

#index-sheeting-container {
	width:150px; 
	height:187px; 
	position:absolute; 
	left:565px; 
	top:32px;
	text-align:center;
}

#index-sheeting {
	background-image:url(../images/video-link.png);
	background-position:0 0;
	width:150px; 
	height:150px; 	cursor: pointer;
}

#index-sheeting:hover {
	background-position:0 150px;
}


#index-prozip {
	border:none; 
	width:122px; 
	height:183px; 
	margin: 15px 10px;
}

#index-prozip-text {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#mid2-content-box {
    display: flex;
    align-items: flex-start;
}

.shadow {
	text-shadow: 0 4px 8px #000;
}

/* Used on the index page */
.main-text, .index-bullet {
	font-family: "Calisto MT", "Times New Roman", Times, serif;
	color:#FFFFFF;
	margin: 5px 10px;
}

.index-bullet {
	width:500px;
}
	.index-bullet li {
		margin-left:-10px;
	}

/* used elsewhere - more margins because it doesn't have to fit in the index boxes */
.body-text, .confirmation-text {
	font-family: "Calisto MT", "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#FFFFFF;
}
	.body-text {
		margin: 1em 10px;
		font-size:1.2em;

	}
	.confirmation-text {
		margin: .2em 10px;
		font-size:1em;
	}
	
#vc-right-bar ul.body-text, #vc-right-bar ul.body-text li {
	margin-right:15px;
}

.main-text a, .main-text a:visited, .main-text a:active, .body-text a, .body-text a:visited, .body-text a:active {
	color:#004160; 
	color:#000099;
}

a.readMore {
	margin-left:35px;
}

	.main-text a:hover, .body-text a:hover {
		color:#076e9e;
	}
	
#index-visclips-text {
	margin-right: 210px;
}

/* ABOUT PAGE */
/* also used on the contact success page */
.about-content-box { 
	position:relative;
	top:15px;
	margin:15px; 
	padding:5px;
	background-image:url(../images/text_background.png);
}

/* Vis-Clips Page */
#vc-left-bar, #vc-right-bar {
	padding:5px;
	background-image:url(../images/text_background.png);
	flex-grow: 1;
	flex-shrink: 1;
	margin-top:15px;
}

#vc-left-bar {
	margin-left:15px;
	width:200px;
}

#vc-right-bar {
	margin-left: 15px;
	margin-right: 15px;
	width:calc(100% - 230px);
}

.testimonial-author {
	font-style:italic;
	font-size:.8em;
}

#visclips_clip_hanging {
	background-image:url(../images/ClipHanging.jpg);
	background-position:0 0;
	width:133px; 
	height:123px; 
}

#visclips_clip_hanging:hover {
	background-position:0 123px;
}

/* ProZip Page */
#pz-left-bar {
	position:absolute;
	left:15px;
	top:15px;
	bottom:10px;
	width:200px;
	padding:5px;
	background-image:url(../images/text_background.png);
	text-align:center;
}

#pz-right-bar {
	position:absolute;
	left:235px;
	top:15px;
	bottom:10px;
	width:595px;
	padding:5px;
	background-image:url(../images/text_background.png);
}

/* Contact Page */
.contact-content-box { 
	position:relative;
	width:725px; 
	height:auto; 
	top:15px;
	margin:15px 0 0 0; 
	padding:5px;
	background-image:url(../images/text_background.png);
}

/* Purchase Page Layout */
.purchase-content-box { 
	position:relative;
	margin:15px 15px 0 15px; 
	padding:5px;	
	background-image:url(../images/text_background.png);
}
	.purchase-left { 
		left:15px; 
	}
	
	.purchase-right { 
		left:95px;
	}

#purchase-title-text { 
	margin:0 auto; 
	margin-top:-15px;
	padding:0; 
	background-image:url(../images/purchase-title-text.png);
	height:130px; 
	width: 714px;
}

#purchase-ThankYou {
	text-align: center;
	margin:15px 35px;
}


#purchase2-title-text { 
	margin:45px auto; 
	padding:0; 
	/* remove text image and replace with real text - 2/7/15 bn	background-image:url(../images/purchase2-title-text.png); */
	height:70px; 
	width: 657px;
}

#purchase3-title-text { 
	margin:20px auto; 
	padding:0; 	/* remove text image and replace with real text - 2/7/15 bn	background-image:url(../images/purchase3-title-text.png); */
	height:143px; 
	width: 657px;
}

#purchasecomplete-title-text {
	margin:50px auto; 
	padding:0; 
	background-image:url(../images/purchasecomplete-title-text.png);
	height:68px; 
	width: 335px;
}
	#purchase-title-text p, #purchase2-title-text p, #purchase3-title-text p, #purchasecomplete-title-text p {
		display:none; 
	}
	
#purchaseCompleteElementHolder {
	display: flex;
	margin:15px;
}

.purchase-text {
	font-family: "Calisto MT", "Times New Roman", Times, serif;
	font-size:.8em;
	color:#FFFFFF;
	margin: .5em 10px;
	text-align:left;
}

#purchase-left-bar {
	width:200px;
	padding:5px;
	background-image:url(../images/text_background.png);
	text-align:left;
}

#purchase-right-bar {
	width:100%;
	padding:5px;
	background-image:url(../images/text_background.png);
	margin-left:15px;
}

#purchase_list {
	margin:0;
}

#purchase_list li {
	text-align:left;
	font-size:.8em;
	padding:3px 0;
}

#purchase-SummaryHolder {
	display: flex;
}

#purchase-AddressSummary {
	margin:10px; 
}

#purchase-OrderSummary {
	margin:10px; 
}

.sunkenDiv {
	background-color:#333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px #ccc solid;
	padding:3px;
	margin: 3px auto;
	position:relative;
}

.sunkenDiv-lighter {
	background-color:#777;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px #ccc solid;
	padding:3px;
	margin: 3px auto;
	position:relative;
}

.sunkenDiv .main-text {
	font-size:1em;
	color:#FFF;
}


.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.form-group {
    flex: 1 1 45%;
    margin-right: 5%;
}

.form-group:last-child {
    margin-right: 0;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
select {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="tel"],
.form-group select {
	width: calc(100% - 20px);

}

.error {
	font-size:1.5em;
	color:#37BBFB;
	text-align:center;
	padding:0;
	margin:0;
}

.VC-Alert {
	height:50px;
	background-image:url(../images/VC-Alert-bg.png);
	margin: 3px auto;
	position:relative;	
	font-size:1.2em;
	color:#FFF;
	text-align:center;
}

.VC-Alert p {
padding-top:3px;
font-size: 1.1em;
color:#fff;
}

.VC-Alert a, .VC-Alert a:active, .VC-Alert a:visited {
color:#fff;
}

.order_header, .message_header {
	cursor: pointer;
	background-color:#333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:2px #ccc solid;
	padding:3px;
	margin: 3px auto;
	position:relative;
}

.order_header table {
	width:100%;
	text-align:left;
}

.order_header table tr td {
	font-family: "Calisto MT", "Times New Roman", Times, serif;
	color:#FFFFFF;
}

div.order_body { 
	/*position:relative; */
	margin:0;
	padding:5px;
	background-image:url(../images/text_background.png);
	/*	height:430px;
	display:none;*/
}

/* purchase page */

#itemlist {
	margin-right:auto;
	margin-left:auto;
	text-shadow: 0 4px 8px #000;
}

#itemlist th {
	text-align:left;
	color:#fff;
	font-size: 150%;
}

#itemlist td {
	color:#fff;
	font-size:125%
}

#itemlist .image {
	margin: auto 25px;
	width:150px;
	display:none;
}	

#itemlist .item {
	margin: auto 35px;
	width:145px;
}	

#itemlist .price {
	width: 155px;
}	

#itemlist .qty {
	margin: auto 15px;
	width:85px;
}	

#itemlist .total {
	margin: auto 15px;
}	

#total {
	font-weight:bold;
	font-size:150% !important; 
}

.button {
	background:#333;
	color: #fff;
	border: 2px solid #fff;
	margin-right:4px;
	margin-bottom: 4px;
	display: inline-block;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	white-space:no-wrap;
	padding:10px 20px;
	text-decoration:none;
}

.button:hover {
	background:#777;
}
.next_button {
	text-align:center;
	margin:15px;	
}

#tnt_results {
	margin-right:auto;
	margin-left:auto;
	text-shadow: 0 4px 8px #000;

}

#tnt_results td {
	color:#fff;
	width: 265px;
}

.purchase_error_box {
	width:85%;
	background:#333;
	color: #fff;
	border: 2px solid #900;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	display: none;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	padding:10px 20px;
	text-decoration:none;
}

input:disabled {
	background-color: #555;
	color: #ccc;
}

#ups-rating tr {
	margin: 30px;
}

.video-container {
    position: relative;
    padding-bottom: 75%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
	flex:1;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wholesale_purchase_button_sml {
	top: auto;
	left: auto;
	position: relative;
	width: 170px;
	height: 40px;
	display: block !important;
	background-image: url(../images/BuyNow-Button-sml.png);
	background-position: 0 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.wholesale_purchase_button_sml span {
	display:none;
}
/* Form validation styles */
.error {
    border-color: rgb(9, 52, 243) !important;
    background-color: #fff8f8;
}

.error-message {
    color: rgba(9, 52, 243);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.required {
    color: rgba(9, 52, 243);
    margin-left: 2px;
}

.radio-group {
    margin-top: 5px;
}

.radio-group.error label {
    color: rgba(9, 52, 243);
}

.radio-group .error-message {
    margin-top: 5px;
}

#step2_error_box {
    background-color: #fff8f8;
    border: 1px solid rgba(9, 52, 243);
    color: #dc3545;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
    display: none;
}

#logout_link, #change_password_link {
	display: inline;
	font-size: .8em;
	text-decoration: underline;
}
