html
{
   background: #0e0c19 url(./img/background.jpg) top center no-repeat;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%; 
    background-size: 100% 100%;

}

html, body, button, input, select, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #2d2d2d;
}

.anchor
{
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}

p {
  
  font-size: 14px !important; 
  font-family: 'Open Sans';
  line-height: 24px !important; 
}

.bannerside p
{
font-size: 15px !important; 
}

.Center h2
{
  text-align: center
}

.left_align
{
  text-align: left;
}

.center_align
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#Container {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    padding-bottom: 10px;

}

h3 {
  color: #ff9000;
  margin: 5px 0px 5px 0px;
  text-align: center;
  font-weight: bold;
}

h3.product {
  font-size: 20px;
  color: #2d2d2d;
  margin: 0;
  padding: 7px 0 0;
}

h4 {
  font-size: 18px;
  color: #2d2d2d;
  margin: 0;
  padding: 7px 0 0;
}

.bordered-image
{
    padding: 5px;
    border: solid 1px #ececec;
    background: none;
    width: 175px;
    margin: auto;
}

.bordered-image-full
{
    padding: 10px;
    border: solid 1px #ececec;
    background: none;
    width: 100%;
    margin: auto;
    max-width: 800px;
}

h2 {
  color: #2d2d2d !important;
}

address {
  color: #2d2d2d !important;
}


footer {
   background: none;
   font-size: 14px;
   color: #ebedf1;
   font-family: 'Open Sans', sans-serif;
   font-weight: 400;
   font-style: normal;
   background: rgba(56,87,122,0.5);
   background: rgba(0, 0, 0, 0.25);
   padding: 20px;

   
}

footer a {
   color: #ebedf1;
   text-decoration: solid;
}

.gradient {
    background-image: -ms-radial-gradient(center, ellipse closest-corner, #ffffff 50%, #DDD 100%);
    background-image: -moz-radial-gradient(center, ellipse closest-corner, #ffffff 50%, #DDD 100%);
    background-image: -o-radial-gradient(center, ellipse closest-corner, #ffffff 50%, #DDD 100%);
    background-image: -webkit-gradient(radial, center center, 0, center center, 286, color-stop(50, #ffffff), color-stop(100, #DDD));
    background-image: -webkit-radial-gradient(center, ellipse closest-corner, #ffffff 50%, #DDD 100%);
    background-image: radial-gradient(ellipse closest-corner at center, #ffffff 50%, #DDD 100%);
}

#header-logo img {
    height: 100%;
    right: 20%;
    position: absolute;
}

.Navigation li a 
{
    text-align: center;
}


.site-logo { 
    max-width: 31%;
}

.Banner_sec 
{ 
  height: 300px; 
}


#header-logo
{
  height: 170px;
}

table {
  width: 100%;

}

td 
{
  text-align: center;
}

.Get_sec h2 {
    font-size: 26px;
    line-height: 26px;
    font-family: "Oswald",sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #2D2D2D !important;
   text-align: center;
}

.Get_sec h4 {
    font-size: 20px;
    color: #F88E04;
    margin: 0px;
    padding: 5px 0px;
    font-weight: lighter;
}

.LeftHalf {
    width: 48.2%;
    float: left;
    text-align: left;
}

.RightHalf {
    width: 48.2%;
    float: right;
    text-align: right;
}

.productimg img {
   margin: auto;
}

hr {
  margin-top: 5px;
margin-bottom: 12px;
color: #eee;
}

.Get_sec .Rightside input.field
{
   margin-bottom: 5px;
}

.Mid p 
{
  font-size: 14px;
  color: #2d2d2d;
  margin: 0px;
  font-family: 'Open Sans';
  line-height: 25px;
}

.About_sec
{
  font-size: 14px;
  color: #2d2d2d;
  margin: 0px;
  font-family: 'Open Sans';
  line-height: 25px;
}

.answer p
{
  padding-left: 4em;
  margin-top: 0px !important;
  padding-top: 0px !important;
}


.templatemo_form a {
  text-decoration: underline;
}

.templatemo_form a::hoover {
  text-decoration: underline;
}

.Description h3{
  font-weight: normal;
}

figcaption {
  font-size: 16px;
  line-height: 18px;
  font-family: "Oswald",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #2D2D2D !important;
  text-align: center;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1023px) 
{
  td {display:block;}
}

.Column3
{
 -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

@media only screen and (max-width: 1023px) 
{
  td {display:block;}

  .Column3
  {
    webkit-column-width: 280px; /* Chrome, Safari, Opera */
    -moz-column-width: 280px; /* Firefox */
    column-width: 280px;
  }
}

.block {
     margin: 0;
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table;                      /* Actually FF 20+ */
    page-break-inside: avoid;
-webkit-column-break-inside:avoid;
       -moz-column-break-inside:avoid;
            column-break-inside:avoid;
}