﻿


body{font-size: 15px;}



a:focus{outline: 1px dotted invert;}

hr{
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1{font-size: 30px;}
h2{font-size: 23px;}
h3{font-size: 20px;}
h4{font-size: 18px;}
h5{font-size: 16px;}
h6{font-size: 15px;text-transform: uppercase;}

h1, h2, h3,h5, h6 {
  font-weight: normal;
  color:#333;
  font-family:helvetica_neuelight;
}

h3{
  /*font-weight:bold;*/
}
h4{
  font-family:Arial;
  padding-bottom:4px;
}

#main-content .blog h2{
  font-size: 18px;
}
/* =Spacing

--------------------------------------------------------------------------------*/

.pagination{
  text-align:center;
  padding-top: 10px;
  margin-top: 10px;
  border-top:1px dotted #cacaca;
}

.pagination p{
  text-align:center;
  display:none;
}

.pagination ol,.pagination ul{
  
}

body.category #main-content div.pagination ol li,
body.category #main-content div.pagination ul li,
body.search div.pagination ol li,
body.search div.pagination ul li{
    position:relative;
    display:inline;
    padding-left: 4px;
    padding-right: 4px;
}

li.pagination-start{
  
}

li.pagination-prev{
  
}

li.pagination-next{
  
}

li.pagination-end{
  
}

/* Forms Elements 

--------------------------------------------- */



/*.button, button, .addtocart_button_module, .browseAddToCartContainer .addtocart_button, div.product-page div.product-content div.p-content span.p-ask .button, .addtocart_button_module,

div.product-page div.product-content div.p-content span.p-addtocart form.addtocart_form input.addtocart_button, 

input.addtocart-button, a.ask-a-question, a.product-details, #com-form-login-remember input.default,

.submit .highlight-button {

  height: 26px;

  line-height: 24px;

  padding: 0px 15px 0px 15px;

  margin: 5px 5px 3px 5px;

  border: 0;

  cursor: pointer;

  vertical-align: middle;

  font: bold 12px Arial, Helvetica, sans-serif;

-webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 0px;

  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 0px;

  -moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);

}
*/


a.ask-a-question, a.product-details {
  float: left;
  height: 14px;
  line-height: 14px;
  padding: 7px 15px;
}

a.ask-a-question {
  margin: 10px 1px;
}



.addtocart_button_module, input.addtocart-button {
  text-indent: -9999px;
  width: 200px;
  height: 75px !important;
  background-image: url(../images/add-to-cart.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-color:transparent;
  border:0;
  cursor:pointer;
}

input.inputbox, textarea, .textarea, select.inputbox, input.validate-email, select.inputbox, .quantity-input, table.user-details input, #com-form-login-username input,
#company_field, #title, #first_name_field, #middle_name_field, #last_name_field, #address_1_field, #address_2_field, #zip_field, #city_field, #virtuemart_country_id, #phone_1_field, #phone_2_field, #fax_field, #agreed_field, 
.contentpane #name, .contentpane #email, .contentpane #counter, .contact-input-box input, .form-validate input {
  background: #ffffff;
  padding: 4px 5px;
  margin: 4px 0px;
  color: #505050;
  border: 1px solid rgba(0, 0, 0, 0.15);
  vertical-align: middle;
  font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
}

textarea, .textarea {
  width: 98% !important;
}
.contentpane #comment {
  margin-right: 10px !important;
  width: 70% !important;
}

img.shadow {
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 5px 5px;
  box-shadow: rgba(0, 0, 0, 0.296875) 0px 5px 5px;
  -moz-border-radius:10px 10px 10px 10px;
  -moz-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
  margin-left: 3px;
}

body.article #page .main-content-item ul{
  list-style:disc;
  margin-left: 25px;
  padding-top: 15px;
  padding-bottom:15px;
}

body.article #page .main-content-item ul li{
  padding-bottom:5px;
}

body.article #page .main-content-item h2,body.article #page .main-content-item h3{
  padding-top:15px;
  padding-bottom:15px;
}

/* ++++++++++++++  icons  ++++++++++++++ */

ul.actions
{

        text-align:right;
        padding:0 ;
        width:100%;
        margin:0
}

ul.actions li
{
        display:inline;

}

ul.actions a
{
        text-decoration:none
}

.blognewsarticles h1, .blognewsarticles h2,.blognewsarticles h3,.blognewsarticles h4,.blognewsarticles h5,
.category-listnewsarticles h1, .category-listnewsarticles h2,.category-listnewsarticles h3,.category-listnewsarticles h4,.category-listnewsarticles h5{
  font-family:Arial,Helvetica,sans-serif;
}
.video{
        float: left;
        margin-bottom: 10px;
        overflow: hidden;
        position: relative;
      }
      .video:hover .video-caption{
        bottom: 10px;
      }
      .video-caption{
        background: black;
        padding: 5px;
        color: #fff;
        background: rgba(0,0,0,.8);
        bottom: -130px;
        left: 10px;
        padding: 5px;
        position: absolute;
        -moz-transition: all 0.6s;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        width: 85%;
      }
      
      .video img{
        float: none;
        padding-bottom: 0;
      }
ol{
 padding-left: 20px;
  margin: 15px 0;
}

ol li{
  margin-bottom: 5px;
}
 .main-content-item ol, .main-content-item ul{
  color: #444;
}

#rsform_32_page_0 .rsform-text-box, #rsform_32_page_0 .rsform-input-box, #rsform_32_page_0 .rsform-captcha-box {
  display: block;
  width: 100%; 
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#rsform_32_page_0 .rsform-text-box:focus, #rsform_32_page_0 .rsform-input-box:focus, #rsform_32_page_0 .rsform-captcha-box:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#rsform_32_page_0 strong.formRequired{
  color: red;
  font-size: 0.6em;
}

.rsform-block:after {
    clear: both;
    content: "";
    display: table;
}

#rsform_32_page_0 .rsform-block-captcha .formCaption {
    float: none;
    margin-bottom: 10px;
    width: auto;
}
#rsform_32_page_0 .rsform-block.rsform-block-captcha {
    margin-left: 25% ;
    margin-top: 20px;
}