@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
h1 {
  font-family: 'Patua One', cursive;
}

header {
	background:#FEB914;
	width:100%;
	padding: 0px 0;
	color:#000;
	text-align:center;
	font-size: calc(15px + 0.390625vw);
}

a {
  text-decoration:none;
  color:inherit;
}

nav ul {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
  overflow:hidden;
  color:white;
  padding:0;
  margin:0;
  text-align:center;
  -webkit-transition:max-height 0.4s;
  -ms-transition:max-height 0.4s;
  -moz-transition:max-height 0.4s;
  -o-transition:max-height 0.4s;
  transition:max-height 0.4s;
}

nav ul li {
	display:inline-block;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}

nav ul li:hover {
  background-color:    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d457e+0,10376e+100 */
background: rgb(29,69,126); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(29,69,126,1) 0%, rgba(16,55,110,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(29,69,126,1) 0%,rgba(16,55,110,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(29,69,126,1) 0%,rgba(16,55,110,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d457e', endColorstr='#10376e',GradientType=0 ); /* IE6-9 */;
}

section {
  line-height: 1.5em;
  font-size:0.9em;
  padding:40px;
  width:75%;
  margin:0 auto;
}

  .handle {
    width:100%;
    background:     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d457e+0,10376e+100 */
background: rgb(29,69,126); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(29,69,126,1) 0%, rgba(16,55,110,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(29,69,126,1) 0%,rgba(16,55,110,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(29,69,126,1) 0%,rgba(16,55,110,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d457e', endColorstr='#10376e',GradientType=0 ); /* IE6-9 */;
    text-align:left;
    box-sizing:border-box;
    padding:15px 10px;
    cursor:pointer;
    color:white;
    display:none;
  }

@media screen and (max-width:580px){
  
  nav ul {
    max-height:0;
  }
  
  .showing {
    max-height:20em;
  }
  nav ul li {
    width:100%;
    box-sizing:border-box;
    padding:15px;
    text-align:left;
  }
   
  .handle {
    display:block;
  }
  

}

}


  #logo {
	margin-left: 20px;
}
#left-top {
	background-image: url(../img/lt-bg.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
  .red {
	color: #9A0002;
}
.copyright {
	font-size: 9pt;
	color: #CCC;
	letter-spacing: 0.05em;
	background-color: #171f39;
	text-align: center;
	line-height: 20px;
	margin-top: 40px;
	width: 100%;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.little_r {
	font-size: 9pt;
	color: #333;
	letter-spacing: 0.05em;
	padding-bottom: 12px;
	width: 15px;
	display: inline;
	height: 20px;
	vertical-align: top;
	margin-bottom: 10px;
	line-height: 20px;
}

.little_r-title {
	font-size: calc(9px + 0.390625vw);
	color: #0A1239;
	letter-spacing: 0.05em;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 20px;
}
a.big:link {
	font-size: 12pt;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
a.big:visited {
	
	font-size: 18pt;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
a.big:hover {
	color: #04266D;
	text-decoration: none;
}
a.big:active {
	color: #04266D;
	text-decoration: none;
}

a.gold:link {
	font-size: 12pt;
	font-weight: normal;
	color: #FEB914;
	text-decoration: none;
}
a.gold:visited {
	
	font-size: 18pt;
	font-weight: normal;
	color: #FEB914;
	text-decoration: none;
}
a.gold:hover {
	color: #FAD467;
	text-decoration: none;
}
a.gold:active {
	color: #FAD467;
	text-decoration: none;
}
.product-photos-tan {
	border: 2px solid #03266D;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FAEDE5;
	
}
.product-photos {
	border: 2px solid #03266D;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 auto;
	padding: 10px;
	background-color: #FFF;
	max-width: 880px;
}
.product-container {
	margin: 0 auto;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20;
	max-width: 900px;
	
	
}

.flex-item {
	max-width: 350px;
	height: auto;
	line-height: 22px;
	color: #00042A;
	text-align: center;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	font-size: 16pt;
	border: 1px solid #CCC;
	padding-bottom: 10px;
	background-color: #FFF;
	font-family: 'Open Sans', sans-serif;
	-webkit-box-shadow: 8px 8px 12px 0px rgba(94,93,94,0.47);
-moz-box-shadow: 8px 8px 12px 0px rgba(94,93,94,0.47);
box-shadow: 8px 8px 12px 0px rgba(94,93,94,0.47);
}
.product-photos-red {
	border: 2px solid #9D0003;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	padding: 10px;
	margin: 30px;
	max-width: 880px;
}
.press {
	border: 2px solid #0B1239;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 340px;
	font-size: calc(12px + 0.390625vw);
	margin: 20px;
	color: #000;
	background-image: url(../img/press/bg.jpg);
	background-repeat: repeat;
	font-weight: bold;
	text-align:center;
}

.wholesale-pricing {
	border: 2px solid #03266D;
	font-size: calc(12px + 0.390625vw);
	text-align: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 auto;
	padding: 0px;
	background-color: #FFF;
	max-width: 880px;
}

.wholesale-header {
	text-align:center;
	margin-bottom:30px;
	background-color:#FEB914;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 10px;
}

.wholesale-header-mid {
	text-align:center;
	margin-bottom:30px;
	background-color:#FEB914;
	padding: 10px;
	margin-top: 30px;
}
.wholesale-text {
	padding-right: 20px;
	padding-left: 20px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height:100%;
}
#video {
	border: 2px solid #690202;
	
}

.main-div {
	width: 100%;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}
.section-title {
	padding-top: 10px;
	margin: 0 auto;
	width: 100%;
	background-color: #FFF2D7;
	font-weight: 800;
	font-size: calc(45px + 0.390625vw);
	color: #0A1239;
	text-align: center;	
}
.section-sub-text {
	font-weight: 500;
	font-size: calc(35px + 0.390625vw);
	color: #0A1239;
	padding-bottom: 20px;	
	
}
.section-sub-text2 {

	font-weight: 500;
	font-size: calc(15px + 0.390625vw);
	color: #9A0002;
	padding-bottom: 20px;	
	
}
.section-sub-text2-blue {
	font-weight: 500;
	font-size: calc(15px + 0.390625vw);
	color: #03266D;
	padding-bottom: 20px;	
}

.section-sub-text2-black {
	font-weight: 800;
	font-size: calc(15px + 0.390625vw);
	color: #000;
	padding-bottom: 20px;
}



nav-jump ul {
	overflow:hidden;
	color:#03266D;
	font-weight: bold;
	padding:0;
	margin:0;
	text-align:center;
	-webkit-transition:max-height 0.4s;
	-ms-transition:max-height 0.4s;
	-moz-transition:max-height 0.4s;
	-o-transition:max-height 0.4s;
	transition:max-height 0.4s;
	text-transform: uppercase;
	
}

nav-jump ul li {
	display:inline-block;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border: 2px solid #03266D;
	margin: 10px;
	background-color: #FEB914;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}

nav-jump ul li:hover {
	border: 2px solid #9D0003;
	color: #9D0003;
	background-color: #FED370;
}
.top-jump {
	color: #9D0003;
	margin: 0 auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #9D0003;
	width: 70px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #FEB914;
	font-size: 12px;
	text-transform: uppercase;

}
.top-container {
	text-align: center;
	padding: 0px;
	width: 100%;
}
.top-jump: hover {
	color: #171F39;
	
	border: 1px solid #171F39;
}

@media screen and (min-width: 600px) {
.logo-wrapper {
	display: flex;
	padding: 30px;
}
}
@media screen and (min-width: 600px) {
.logo-left {
  flex: 0 0 60%;
  text-align:left;
}
}
@media screen and (min-width: 600px) {
.logo-right {
  flex: 1;
  text-align:right;
}
}
@media screen and (max-width: 600px) {
  .logo-wrapper {
    padding: 10px;
  }
}

@media screen and (max-width: 600px) {
  .logo-left {
   text-align:center;
   padding-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .logo-right {
   text-align:center;
  }
}

.description-text {
	color: #000;
	font-size: calc(12px + 0.390625vw);
	text-align: left;
	padding: 20px;
	max-width: 1050px;
	margin: 0 auto;
}
.drop-menu {
	padding:5px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #999999;
	color:#666;
	display: inline-block;
	font-size: 12pt;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 20;
}
.btn-style{
	border : solid 2px #9a0003;
	border-radius : 5px;
	moz-border-radius : 5px;
	font-size : 19px;
	color : #ffffff;
	padding : 5px 10px;
	background : #171f39;
	cursor:pointer;
	letter-spacing: .07em;	
}
#ctr-table {
	background-color: #FFF2D7;
	border: 2px solid #990100;
	
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}

#ctr-blue {
	background-color: #003;
	border: 2px solid #9A0002;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	padding: 5px;
}

#ctr-red {
	background-color: #9A0002;
	border: 2px solid #003;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}
#product-wholesale {
	border: 2px solid #0B1239;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF2D7;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	max-width: 430px;
	margin: 0 auto;
}
 .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('../img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }
        
        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        .jssora22l.jssora22lds      (disabled)
        .jssora22r.jssora22rds      (disabled)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('../img/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
        .jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }
        .jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }
		
		#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.testimonials{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-style: italic;
	font-size: calc(12px + 0.390625vw);
	color: #FFF;
	background-color: #181F39;
	margin: 0 auto;
	padding: 20px;
	letter-spacing: .06em;
}
.text-white {
	color: #FFF;
	
}
.red-large {
font-size: calc(15px + 0.390625vw);	
color:#9A0002;
	
	
}
.btm-red {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #98211B;
	padding: 10px;
}

.header-blue {
	font-size: calc(15px + 0.390625vw);	
	font-weight: normal;
	color: #03266D;
	margin-top: 10px;
	margin-bottom: 5px;
}

.blue-line-break {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #03266D;
	width: 98%;
	margin-top: 30px;
	margin-bottom: 30px;
}
