@charset "utf-8";
/* CSS Document */

/* ==================================
			global styles
================================== */
#outside-wrapper *,
#outside-wrapper *::before,
#outside-wrapper *::after {
  box-sizing: border-box;
}

.modal {
 overflow-y: auto!important;
}

.modal-open {
 overflow: auto!important;
}	

body { padding-right: 0 !important }

html {
    background: white; /* For browsers that do not support gradients */
    background: linear-gradient(white, white, #cfcfd0); /* Standard syntax (must be last) */
	width: 100%!important;
	height: 100%;
    text-align: center;	  
}

#wrapper {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  color: #6d6e71;
}



p {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 1.5rem;
  color: #707070;
	text-align: center;
}
.container h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 38px!important;
  line-height: 30px!important;
  font-weight: normal;
  text-align: left;
  color: #707070;
}
.container h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 21px;
  line-height: 24px;
  font-weight:normal;
  text-align: left;
  color: #707070;
  padding-left: 25px;
}

.container h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight:500;
  text-align: left;
  font-weight: bold;
  color: #707070;
}


.container h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 17px;
  font-weight:bold;
  text-align: center;
  color: #707070;
  padding-top: 5%;
}

.container hr { border: 1px solid #febe10; width: 100%; margin-left: -10px;}
hr.thin {border: 0.5px solid #febe10; line-height: 0.2px;}


.subhead {width: 80%; margin-left: 10%;}
.subhead2 {width: 100%;}


.button {
	background-color: #707070;
    color: #FFFFFF;
	border: 1px; border-color: #707070; border-style:solid;
    padding: 2% 1%;
	width: 160px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	cursor: pointer;
	
}

.button:hover {
    background-color: #FFF; /* white */
    color: #707070;
	border: 1px; border-color: #707070; border-style:solid;
	cursor: pointer;
}

.button2 {
	background-color: #FFF;
    color: #febe10;
	border: 1px; border-color: #fff; border-style:solid;
    padding: 2% 1%;
	width: 160px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	cursor: pointer;
	
}

.button2:hover {
    background-color: #FFF; /* white */
    color: #febe10;
	border: 1px; border-color: #febe10; border-style:solid;
	cursor: pointer;
}


a {color: #fbb900;}

.prodtile {max-width: 90%; margin-bottom: 5%;}	
}

.prodtile2 {max-width: 100%; margin-bottom: 5%;
}



.tile {max-width: 100%; margin-bottom: 5%; box-shadow: 0 5px 5px #cfcfd0;
}	

.headbar {width: 98%; height: 80px; padding-top: 10px;}	
.headbar h1 {margin-left: -40px; font-weight: 600!important; font-size: 23px;}
.modimg {width: 30%; float: left;}
.modimg2 {width: 80%; float: center; margin-left: 0%;}
.modimg3 {width: 100%; float: left; margin-left: 0%; margin-right: 0px; padding-bottom: 0px;}

.left {width: 45%; min-height: 300px; float: left; margin-left: 1%; order: 1;}
.right {width: 45%; min-height: 300px; float: left; margin-left: 5%; order: 2;}

.offer2 {width: 160px; float: left; text-align: right!important; font-size: 10px;}
.offer3 {width: 40%; float: left; }

.offer2 img {width: 100%; float: center; }
.offer3 img {width: 90%; float: center; }

.offerbar1 {width: 100%; float: left;}
.offerbar2 {width: 100%; float: left; text-align: center; margin-left: 10%;}

.offerimg {width: 90%; margin-right: 3%;float: left;	
}
.offer {width: 24%; height: 400px; float: left; margin-left: 1%; margin-bottom: 2%;}

.logo {width: 33%; float: left; padding: 2%;}

.bord {border-right: 1px solid #febe10; height: 100%;}



.modal-footer { border-top: none!important;}

.resell {width: 100px, height: 50px; float-left;}


#footer {
  height: 140px;
  width: 100%;
  position:relative;
  bottom: 0px;
}


#copyright {
  min-width:100%;
  height: 140px;
  margin: 70px auto auto auto;
  text-align:center;
  font-family: 'Helvetica', sans-serif;
  color:#000; font-size:1.2rem;
}




#wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
}

@media screen and (min-device-width: 600px) {
.modal-content {
	width: 580px;
	height: 600px;
	text-align: center;
	margin: 5% auto;
}
	
	.modal-content2 {
	width: 280px;
	height: 600px;
	text-align: center;
	margin: 5% auto;
	background-color: white;
}

.modal-content iframe {
	width: 45%;
	height: 400px;
	text-align: center;
	margin: auto;
}
	
	.modal-content2 iframe {
	width: 65%;
	height: 360px;
	text-align: center;
	margin: auto;
}

	
	
}

@media only screen and (max-width: 812px) {
.tab-spacer {
height: 40px!important;
}
}

/* Special Rules for Mobile */

@media only screen and (max-width: 480px) {
#mobile {display:block; max-width:100%;}
#desktop {display:none!important}
	
html{
	
	width: 100%!important;
	height: 100%;
	
}	
	
	.modal-content {
	width: 95%;
	height: 33%;
	text-align: center;
	margin: auto;
	margin-top: 25%;
}
	
	.modal-content2 {
	width: 280px;
	height: 500px;
	text-align: center;
	margin: 5% auto;
	background-color: white;
}

	.modal-content iframe {
	width: 65%;
	height: 200px;
	text-align: center;
	margin: auto;
}
	
	.modal-content2 iframe {
	width: 65%;
	height: 360px;
	text-align: center;
	margin: auto;
}
	

	
	.tab-spacer {
height: 2%!important;
}
	
	.modal-content img {max-width: 100%;}

body {background: white; /* For browsers that do not support gradients */
    background: white; /* Standard syntax (must be last) */	}
	
.prodtile {width: 100%; margin-bottom: 5%;
}
	
.tile {width: 90%; margin-bottom: 5%; box-shadow: 0 5px 5px #cfcfd0;
}	

.headbar {width: 100%!important; height: 80px; padding-top: 10px;}	
.headbar h1 {margin-left: 0px!important; font-weight: 600!important;}
.modimg {width: 100%!important; float: center;	
}
.modimg2 {width: 100%; float: center; margin-left: 0%;}
.modimg3 {width: 100%; float: left; margin-left: 0%; padding-bottom: 0px; padding-top: 30px;}
	
.left {width: 100%!important; min-height: 400px; float: left; margin-left: 0; margin-bottom: 2%;}
.right {width: 100%!important; min-height: 400px; float: left; margin-left: 0; margin-bottom: 2%;}	

.offerimg {width: 70%!important; text-align: center!; margin-left: 15%;	
}
.offer {width: 100%!important; height: 300px; float: center; margin-bottom: 40px!important; border-bottom: 1px solid #fbb900;}

	
.offer2 {width: 100%!important; float: left; margin-bottom: 40px!important; border-bottom: 1px solid #fbb900;}
.offer3 {width: 100%!important; float: left; }

.offer2 img {width: 100%!important; float: center; }
.offer3 img {width: 100%!important; float: center; }

.offerbar1 {width: 100%; float: center; text-align: center; margin-left: 8%;}
.offerbar2 {width: 100%; float: center; text-align: center; margin-left: 10%px; margin-bottom: 20px;}	

.logo {width: 33%; float: left; padding: 2%;}

.bord {border-right: 1px solid #febe10; height: 100%;}
	
p {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 1.5rem;
  font-weight: normal;
  word-wrap: break-word;
  color: #707070;
}
	
.container h1 {	
  font-family: 'Raleway', sans-serif;
  font-size: 32px!important;
  line-height: auto;
  font-weight: normal;
  text-align: center;
  color: #707070;
}
.container h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 16px!important;
  line-height: 20px;
  font-weight:normal;
  color: #707070;	
}

.container h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight:normal;
  text-align: left;
  color: #707070;	
}	
	
 #container h3 br {display:block;}	
	
 .container h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 17px;
  font-weight:bold;
  text-align: center;
  color: #707070;
  padding-top: 5%;
}
	
	
.container hr { border: 1px solid #febe10; width: 90%; margin-left: 5%;}
hr.thin {border: 0.5px solid #febe10; line-height: 0.2px;}	
	
.button {
	background-color: #707070;
    color: #FFFFFF;
	border: 1px; border-color: #707070; border-style:solid;
    padding: 2% 1%;
	width: 160px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	cursor: pointer;
	
}

.button:hover {
    background-color: #FFF; /* white */
    color: #707070;
	border: 1px; border-color: #707070; border-style:solid;
	cursor: pointer;
}
	
.mob-spacer {
height: 80px!important;
}
	
.dtop-spacer {
height: 10px!important;
}	
	
.mobarrow {
min-height: 85px;
}
	
.mobbreak {
height: 20px;
}
	
.mobimg {height:50% !important;width:50%!important;margin-left: 25%;margin-right: auto;}
	

.modal-dialog2
{

width: 80%;
margin-left: auto;
margin-right: auto;
}	
	

	
.modal-dialog
{
max-width: 95%!important;
padding-top: 50px!important;
}
	
}

 
/* Special Rules for Tablets */
@media only screen and (min-width: 481px) {
#mobile {display:none}
	
.modal-dialog
{
padding-top: 5%!important;
min-width: 700px;
}
	

	

	
}





/* Special Rules for Desktops */
@media only screen and (min-width: 1024px) {
.mobile {display:none!important}

body {background: white; /* For browsers that do not support gradients */
background: white; /* Standard syntax (must be last) */	}
	
.dtop-spacer {
margin-top: 40px!important;
}
	
.dtop-spacer2 {
margin-top: 80px!important;
}	
	
	
.prodtile2 {width: 80%; margin-bottom: 5%;
}	
	
.modal-dialog
{
padding-top: 2%!important;
min-width: 1000px;

}
	

.linebk { 

    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 0.5px;
	border-top: 0.5px solid black;
	
}	
	
.modal-content2
{
background-color: white;
height: 520px;
width: 400px;
margin-left: auto;
margin-right: auto;
margin-top: 20%;
}
	
.modal-body2
{
		
width: 238px!important;
min-height: 400px!important;
margin-left: auto;
margin-right: auto;
}
	
	


.clearfix {
  zoom: 1;
  display: block;
}

.clearfix:after {
  content: '\\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}



 a:visited, a:link, a:active
{
    text-decoration: none!important;
	cursor: pointer;
	font-weight: medium;
	
} 

a:hover  {
	cursor: pointer;
	text-decoration: none !important;

}




.modtitle {
	
	padding-top: 30px;
	
}

.modtitle2 {
	
	padding-top: 60px;
}

.modtitle3 {
	
	padding-top: 0px;
	}}



@media screen and (max-device-width: 767px) {
	
  .ContainerPage{text-align: center;}
  .ContainerPage .productList ul li, .ContainerPage .productList p, .ContainerPage .productList h2, .ContainerPage .productList h3{text-align: left;}

#headinner  {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1%;

	
}
	
.mobile {
	display:block;
}	
	
	
.break {
height: 50px;	
}
	
	
	
	
	
}

@media screen and (max-device-width: 1024px) {
#container img {
	width: 100%;
}
}



ul {
	
	text-align: left;
	margin-left: -25px;
}

.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}
	



#header {
  
  width: 100%;

}

#headinner  {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1%;

	
}


#inner  {
	width: 1170px;
	margin-left:auto;
	margin-right: auto;	
	
}

.headerspace {
	width: 50%;


.product {
	background-color: #f3f3f4;
	background-size: 80%;
	height: 100%;	
	
}

.product h2, .product li {margin-left: 40px;}

.container .product img {text-align: left;}




#footer {
  height: 140px;
  width: 100%;
  position:relative;
  bottom: 0px;
}


#copyright {
  min-width:100%;
  height: 140px;
  margin: 70px auto auto auto;
  text-align:center;
  font-family: 'Helvetica', sans-serif;
  color:#000; font-size:1.2rem;
}




#wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
}


@media (orientation: landscape) {.modal-content {
	width: 580px;
	height: 600px;
	text-align: center;
	margin: 5% auto!important;
	}	}



