/* #Video Wrapper
================================================== */
.videoWrapper {
    padding: 20px;
    margin: 0;
}

.videoWrapper iframe {
	width: 100%;
	margin: 0 !important;
    padding: 0 !important;
}
.videoWrapper img {
	padding: 0;
	margin: -25px 0 12px 22px;
	float: left;
}

.gformWrapper iframe {
	width: 100%;
	margin: 0;
}

/* MOBILEPHONES */
@media only screen and (max-width: 648px) {
.videoWrapper {
	margin: 5px;
}
#form_cartoverview table {
    margin: 0;
    width: 100%;
}
}

/* #Site Styles
================================================== */
body {
	background-image: -webkit-linear-gradient(270deg, rgba(0,4,13,1.00) 0%, rgba(137,170,245,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(0,4,13,1.00) 0%, rgba(137,170,245,1.00) 100%);
}

.mobilehide {
	visibility: visible;
}

#poster {
	border: solid 1px;
	margin-bottom: 16px;
}

.innerdiv {
    margin: 5px;
    padding: 5px;
    float: none;
}

#ltmaincontent li {
    font-size: 20px;
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 10px;
    margin-left: 25px;
}

/* #Product Box
================================================== */

.productbox {
    border: 2px solid;
    text-align: center;
}

.productbox h5 {
    background: #59FF00;
    margin: 0;
    padding: 8px 6px;
    border-bottom: 5px solid #848484;
	font-size: 25px !important;
}

.productbox p {
	text-align: left;
	min-height: 185px;
	font-size: 22px !important;
}

table {
    width: 100%;
}

/* #Header Styles
================================================== */
#topbarwrapper {
	background-color: #0F416F;
	min-height: 15px;
	border-bottom: #707070 3px groove;
}

#headercontainer {
	background: url(../../../images/lights.png) top no-repeat;
	height: 415px;
}

#headerlogo {
	margin-top: 75px;
}

#headercontact {
	text-align: center
}

#headercontact h3 {
	color: #EA0000;
	font-size: 30px;
	text-shadow: 2px 2px 2px #000;
	margin: -25px 0 20px 0;
}

#headercontact h2 {
	font-size: 45px;
	color: #ffffff;
	text-shadow: 2px 2px 2px #000000;
}

#logoimage img {
	float: left;
	width: 90%;
}

#logoimage h3 {
	text-align: center;
	color: #FFFFFF;
}

#logoimage p {
	text-align: center;
	color: #FFFFFF;
	margin: 0;
}

#curtainrt {
	background: url(../../../images/curtain-rt.png) left;
	width: 300px;
	height: 1200px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 0;
}

#curtainlt {
	background: url(../../../images/curtain-lt.png) right;
	width: 300px;
	height: 1200px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 0;
}

#skirt {
	background: url(../../../images/skirt-top.png) repeat-x top;
	z-index: 25;
	height: 80px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
}

.prodrow {
	margin-bottom: 35px;
	border-bottom: 1px solid #C3C3C3;
}

#shopbar {
	text-align: right;
}

#shopbar p {
	font-size: 24px;
	text-align: right;
    padding-bottom: 16px;
}

#shopbar i {
	margin-right: 5px;
}
.trickbox {
    text-align: center;
    border: solid 2px #b5b5b5;
    border-radius: 5px;
    margin: 5px;
}
.trickbox img {
    width: -webkit-fill-available;
    max-width: 260px;
}
.yttitle {
    display: flex;
    min-height: 90px;
    align-items: center;
    margin: 5px;
    text-align: center;
    justify-content: center;
}
/* #topnav Styles
================================================== */
#topnavwrapper {
	z-index: 99999;
	margin: -85px 0 0 0;
}

#topnavconainer {
	border-bottom: #E8B609 2px solid;
}

#nav > ul > li > ul {
	background-color: #141C2F;
}

#nav > ul > li.first {
}

#nav > ul > li > a {
	color: #ffffff;
	font-size: 22px;
	text-shadow: 2px 2px 2px #000000;
	border-radius: 4px 4px 0 0;
}

#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
	background-color: #EA0000;
}

/* #banner Styles
================================================== */
#bannerwrapper {
	background: #2e87c8;
	background : -moz-linear-gradient(50% 100% 90deg, rgba(32, 105, 155, 1) 0%, rgba(46, 135, 200, 1) 8.67%, rgba(0, 152, 216, 1) 35.71%, rgba(32, 105, 155, 1) 69.9%, rgba(34, 103, 153, 1) 100%);
	background : -webkit-linear-gradient(90deg, rgba(32, 105, 155, 1) 0%, rgba(46, 135, 200, 1) 8.67%, rgba(0, 152, 216, 1) 35.71%, rgba(32, 105, 155, 1) 69.9%, rgba(34, 103, 153, 1) 100%);
	background : -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(32, 105, 155, 1) ), color-stop(0.0867, rgba(46, 135, 200, 1) ), color-stop(0.3571, rgba(0, 152, 216, 1) ), color-stop(0.699, rgba(32, 105, 155, 1) ), color-stop(1, rgba(34, 103, 153, 1) ));
	background : -o-linear-gradient(90deg, rgba(32, 105, 155, 1) 0%, rgba(46, 135, 200, 1) 8.67%, rgba(0, 152, 216, 1) 35.71%, rgba(32, 105, 155, 1) 69.9%, rgba(34, 103, 153, 1) 100%);
	background : -ms-linear-gradient(90deg, rgba(32, 105, 155, 1) 0%, rgba(46, 135, 200, 1) 8.67%, rgba(0, 152, 216, 1) 35.71%, rgba(32, 105, 155, 1) 69.9%, rgba(34, 103, 153, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#20699B', endColorstr='#226799' ,GradientType=0)";
	background : linear-gradient(0deg, rgba(32, 105, 155, 1) 0%, rgba(46, 135, 200, 1) 8.67%, rgba(0, 152, 216, 1) 35.71%, rgba(32, 105, 155, 1) 69.9%, rgba(34, 103, 153, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#226799', endColorstr='#20699B', GradientType=0);
}

/* #Main Content Styles
================================================== */
#maincontentcontainer {
	padding-top: 15px;
	padding-bottom: 15px;
}

#maincontentcontainer {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-top: 15px;
	background-color: #ffffff;
}

#rtmaincontent {
	text-align: center;
}

/* Left Content Styles 
================================================== */
#ltmaincontent {
	padding: 15px 0;
}

#pageimage img {
	width: 98%;
	height: auto;
}

#ltmaincontent p {
	font-size: 25px;
	line-height: 30px;
}

#ltmaincontent h1 {
	color: #B707F0;
	display: block;
	text-align: center;
	font-size: 50px;
}

#ltmaincontent h2 {
	background-color: #033FFC;
	padding: 20px 0 30px 0;
	color: #fff;
	display: block;
	width: 80%;
	text-align: center;
	border-radius: 22%;
	-webkit-border-radius: 22%;
	margin-bottom: 15px;
	font-size: 50px;
	line-height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
}

#ltmaincontent h3 {
	color: #59FF00;
	text-shadow: 2px 2px 2px #0C1C9A;
	font-size: 40px;
	line-height: 42px;
	display: block;
	margin-bottom: 25px;
}

#ltmaincontent h4 {
	font-size: 30px;
	line-height: 32px;
	color: red;
}

#ltmaincontent h5 {
	font-size: 30px;
	line-height: 32px;
	color: #0044FF
}

#ltmaincontent h6 {
	font-size: 30px;
	line-height: 32px;
	color: #000000;
}

/* #Tboxes
================================================== */
#box00, #box01, #box02, #box03, #box04, #box05, #box06, #box07, #box08, #box09, #box10 {
	margin: 15px 0;
	padding: 10px 0;
	overflow: hidden;
}

#box00 {
	border-radius: 65px;
	background-color: #FFFFFF;
}

#box01 {
	border-top: dotted #F68501 15px;
	border-bottom: dotted #F68501 15px;
	border-radius: 65px;
	background-color: #FFFFFF;
}

#box02 {
	border-top: 15px ridge #0006F6;
	border-bottom: 15px ridge #0006F6;
	border-radius: 65px;
	background-color: #FFFFFF;
}

#box03 {
	border-top: 15px inset #FF00DD;
	border-bottom: 15px inset #FF00DD;
	border-radius: 65px;
	background-color: #FFFFFF;
}

#box04 {
	border-top: 15px groove #85E15F;
	border-bottom: 15px groove #85E15F;
	border-radius: 65px;
	background-color: #FFFFFF;
}

#box05 {
	border-top: 15px groove #f68501;
	border-bottom: 15px groove #f68501;
	border-radius: 65px;
	background-color: #FFFFFF;
}

#box06 {
	border-top: 15px dashed #f27a24;
	border-bottom: 15px dashed #f27a24;
	border-radius: 65px;
	background-color: #FFFFFF;
}

#box07 {
	border-top: 22px inset #FF0000;
	border-bottom: 22px inset #FF0000;
	border-radius: 65px;
	background-color: #FFFFFF;
}

#box08 {
	border-top: 5px solid #f27a24;
	border-bottom: 5px solid #f27a24;
	border-radius: 65px;
	background-color: #FFFFFF;
}

#box09 {
	border-top: 20px double #F6CC37;
	border-bottom: 20px double #F6CC37;
	border-radius: 65px;
	background-color: #FFFFFF;
}

#box10 {
	border-top: 12px dotted #2361F2;
	border-bottom: 12px dotted #2361F2;
	border-radius: 65px;
	background-color: #FFFFFF;
}

/* ================================================== */
#rtcol {
	box-shadow: #403D3D 0 0 1px 0;
	padding: 5px;
	background-color: #ffffff;
	margin-bottom: 12px;
	border-radius: 5px;
}

#rtcol h3 {
	text-align: center;
}

#jump {
	opacity: 0.9;
}

#jump:hover {
	opacity: 1;
}

#jump a {
	display: block;
	margin: 15px;
	background: #E8E8E8;
	border-radius: 50%;
	-webkit-box-shadow: 0px 5px 5px 4px rgba(27, 27, 27, 0.53);
	box-shadow: 0px 5px 5px 4px rgba(27, 27, 27, 0.53);
}

#jump img {
	display: block;
	margin: 0 5px 5px 5px;
	width: 96%;
}

.articleimage {
	max-height: 150px;
	float: left;
	margin-right: 10px
}

.pageimage {
	max-width: 250px;
	height: auto;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border: #000000 1px solid;
}

.post {
	margin-bottom: 40px;
	float: left;
}

#tags li {
	margin-bottom: 3px;
}

/* #Footer Styles
================================================== */
#footerwrapper {
	background-color: #141C2F;
	padding: 12px 0;
	border-top: #000000 groove 5px;
	margin-top: 15px;
}

#footercontainer, #footercontainer h2, #footercontainer h3, #footercontainer h4, #footercontainer p {
	color: #E1E1E1 !important;
}

#footercol01 a, #footercol01 a:visited {
	color: #E1E1E1;
	text-decoration: underline;
	outline: 0;
	margin-bottom: 5px;
	display: block;
	font-size: 16px;
}

#footercol01 li {
	list-style: none;
}

#footercol01 a:hover, #footercol01 a:focus {
	color: #E1E1E1;
	text-decoration: none;
}

#subfooterwrapper {
	background-color: #000000;
}

#subfootercontainer, #subfootercontainer a:link, #subfootercontainer a:visited {
	text-align: center;
	min-height: 50px;
	color: #ffffff;
}

#subfooterlinks li {
	display: inline-block;
	list-style: none;
	padding: 5px;
}

/* #Social Icon Styles
================================================== */
#socialicons {
	float: left;
}

#socialicons i {
	display: block;
	padding: 6px 8px;
	border-radius: 3px;
	color: #CBCBCB;
	margin-bottom: 6px;
	width: 100%;
}

#socialicons a:link, #socialicons a:visited {
	text-decoration: none;
	float: left;
	width: 100%;
	margin-left: 8px;
}

#socialicons .fb {
	background: #45619D;
}

#socialicons .fb:after {
	content: "| facebook"
}

#socialicons .gp {
	background: #DD4B39;
}

#socialicons .gp:after {
	content: "| Google +"
}

#socialicons .li {
	background: #1A84BC;
}

#socialicons .li:after {
	content: "| Linkedin"
}

#socialicons .tw {
	background: #55ACEE;
}

#socialicons .tw:after {
	content: "| twitter"
}

#socialicons i:hover {
	background-color: #515151;
}

/* #Solutions Page
================================================== */
#solutions {
	display: block;
	width: 100%;
}

#solutions h4 {
	float: left;
	margin: 10px 10px 0 20px;
	width: 50%;
	text-align: right;
	color: #006CFF;
	text-shadow: none;
	border-bottom: none;
}

#solutions input {
	float: left;
	margin: 8px;
	width: 100px;
}

/* TABLETS */
@media only screen and (min-width: 641px) and (max-width: 1024px) {

#tagline h2 {
	font-size: 32px;
}
}

@media only screen and (min-width: 641px) and (max-width: 1024em) {
}

/* SMARTPHONES */
@media only screen and (max-width: 40em) {

#headerinfo h3 {
	display: block;
	text-align: center;
	margin: 5px;
	line-height: 35px;
}

#headerlogo {
	margin-top: 36px;
}

#headercontact h3 {
	color: #FFFFFF;
	font-size: 17px;
	margin: 0 0 10px 0;
}

#headercontact h2 {
	font-size: 30px;
}

#topnavwrapper {
	z-index: 99999;
	margin: 0;
}

#headercontainer {
	background: none;
	height: 235px;
}

#rtcol {
	text-align: center;
}

#headerwrapper {
	margin-top: 50px;
}

#tagline h2 {
	font-size: 18px;
	line-height: 55px;
}

#tagline li {
	line-height: 55px;
	margin-bottom: 0;
}

#tagline ul {
	margin-top: 0;
}

img {
	max-width: 100% !important;
	height: auto !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

#bannerimage {
	max-width: 98%;
}

#headerinfo {
	text-align: center;
}

#socialicons a:link, #socialicons a:visited {
	width: 9%;
	float: left;
	display: block;
	margin-right: 26px;
}

#socialicons i {
	float: left;
	margin-right: 4px;
}

#socialicons .fb {
	background: #45619D;
}

#socialicons .fb:after {
	content: ""
}

#socialicons .gp {
	background: #DD4B39;
}

#socialicons .gp:after {
	content: ""
}

#socialicons .li {
	background: #1A84BC;
}

#socialicons .li:after {
	content: ""
}

#socialicons .tw {
	background: #55ACEE;
}

#socialicons .tw:after {
	content: ""
}

#socialicons i:hover {
	background-color: #515151;
}

#ltmaincontent h1 a, #ltmaincontent h2 a, #ltmaincontent h3 a, #ltmaincontent h4 a, #ltmaincontent h5 a, #ltmaincontent h6 a {
	font-weight: inherit;
}

#ltmaincontent h1 {
	font-size: 29px;
	line-height: 30px;
}

#ltmaincontent h2 {
	font-size: 25px;
	line-height: 26px;
}

#ltmaincontent h3 {
	font-size: 20px;
	line-height: 21px;
}

#ltmaincontent h4 {
	font-size: 18px;
	line-height: 19px;
}

#ltmaincontent h5 {
	font-size: 15px;
	line-height: 16px;
}

#ltmaincontent h6 {
	font-size: 14px;
	line-height: 15px;
}
}
