/* Common properties for masthead */
.page-masthead .jumbotron.jumbotron-primary {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Different pictures for the masthead, depending on extra class set in Menu(!) [not article] */
.MTA-64 .page-masthead .jumbotron.jumbotron-primary {
    background: url("/images/headers/concert1.jpg") no-repeat center center;
}

.SRC-64 .page-masthead .jumbotron.jumbotron-primary {
    background: url("/images/headers/clock-1274699_1920.jpg") no-repeat center center;
}

.MVR-64 .page-masthead .jumbotron.jumbotron-primary {
    background: url("/images/headers/mixer-821537_1920.jpg") no-repeat center center;
}

.ADX-8 .page-masthead .jumbotron.jumbotron-primary {
    background: url("/images/headers/cat-3043890_1920.jpg") no-repeat center center;
}

.ADX-16 .page-masthead .jumbotron.jumbotron-primary {
    background: url("/images/headers/cat-3043890_1920.jpg") no-repeat center center;
}

.ADS-8 .page-masthead .jumbotron.jumbotron-primary {
    background: url("/images/headers/Fiber_optic_illuminated.jpg") no-repeat center center;
}

article {
  border-bottom: 2px solid #CCCCCC;
  padding-bottom: 30px;
}
/*
.hikashop_currency_module {
    padding: 0px 0px;
}
*/
#jform_contact_emailmsg { 
    width: 80%;
}

#jform_contact_message { 
    width: 80%;
    height: 300px;
}

.contact h3 {display:none;}

.contact-form 
{
    padding-top: 40px;
}

.t3-sl .t3-module + .t3-module 
{
   margin-top: 0px;
}





article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
  color: #ffffff !important; 
}




/* Tabs & contents should have white background (RE) */
.rl_tabs>.tab-content>.tab-pane {
  background-color: #ffffff;
}

/* Remove shades from Bootstrap carousel */
.carousel-control.left, .carousel-control.right {
    background-image: none
}

/* Fluid video width & height, taken from 
  http://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php
*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}	
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.article-title, .article-header .h1 .h2 {
   font-size: 25px;
   font-weight: bold;
   
   /*margin: 0 0 0 0;*/
   -webkit-margin-after: 25px;
   
}

.article-title, .article-header h1 {
    /*margin: 0 0 0 0;*/
}


h1, .h1 {
   font-size: 25px;
   font-weight: bold;
}

.h1 .page-title {
   font-size: 25px;
   font-weight: bold;
   color: #006699
}


.bottom-row, .bottom-row a
{
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 5px 5px;  
}

.bottom-row tr, .bottom-row tr td
{
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 10px;
}

article img, .article-intro img 
{
  display: inline !important;
  width: auto !important;
}


.t3-sl
{
  padding-top: 10px;
  padding-bottom: 10px;
}


.readmore .btn,.hikabtn,.hikabtn:hover
{
  font-weight: bold;
  color: #ffffff !important; 
  background-color: #006699;
  box-sizing: border-box;
  padding: 5px 10px 5px 10px;
}


.hikaradios > .btn-group-vertical > .btn.active
{
  font-weight: bold;
  color: #000000 !important; 
  background-color: #cccccc !important;
  box-sizing: border-box;
  padding: 0px 10px 5px 10px;
  box-shadow: none !important;
}



#data_register_registration_method  > .btn-group-vertical > .btn
{
  text-align:left;
  padding: 5px 10px 5px 10px; 
  min-width: 200px;
}
  
#data_register_registration_method .btn-group-vertical > .btn::before
{
  font-family: FontAwesome;
  content: "\f10c\2003";
}
  
  
#data_register_registration_method .btn-group-vertical > .btn.active::before
{
  text-align:left;
  font-family: FontAwesome;
  content: "\f192\2003";
}

  
#data_register_registration_method {
  padding: 20px;
  width: 100%;
}


.hkform-horizontal .hkcontrol-label {
  text-align: left;
}

  .hikabtn_checkout_next::after
{
   content: "\2003>";
  
}

.hikashop_checkout_login h1 {
  font-size: 18px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #cccccc;
  
}

.hikashop_checkout_login h2 {
  display: none;
}

form[name="hikashop_product_form"]
{
    
    background-color: #ffffff;
    padding: 10px;
}


.hikashop_products_table > thead > tr > td, .hikashop_products_table > tbody > tr > td {
    background-color: #ffffff !important;
}


.hikashop_product_characteristics_table > tbody > tr > td, 
.hikashop_product_options_table > tbody > tr > td,
.hikashop_order_main_table > tbody > tr > td {
    padding: 10px;
}

/* Hide "Manage subscription" from newsletter subscription/unsubscription form */
.moduletable > table > tbody > tr > td > p:nth-child(1) {
  display:none;
}
/* Hide top line before "Email" in newsletter subscription/unsubscription form */
.moduletable > table > tbody > tr > td {
  border-top-width: 0px;
}


.readmore::before 
{
   content: "";
   display: block;
   width: 100%;
   height: 30px;
}


.logo a {
  background: none;
}


.spec-table td
{
  border-style: solid; 
  border-width: 1px;
  border-color: #aaaaaa !important;
  padding: 2px 5px;

}


.spec-table thead td
{ 
  background-color: #d3d3d3 !important;  
  font-weight: bold;
}    
    
code 
{
  font-size: 16px;
}

.btn
{
  border-radius: 3px;
}

.btn-default
{
  color: #ffffff;
  background-color : #444444;
}


.cart,.hikashop_currency_module
{
  background-color : #cccccc;
  padding: 10px 10px 10px 10px;
}

.hikashop_checkout_login, .hikashop_checkout_address, .hikashop_checkout_shipping, .hikashop_checkout_payment, .hikashop_checkout_cart
{
  
  border-bottom: solid 1px #cccccc;
  padding: 20px 0px 30px 0px;
  margin-bottom: 10px;

/*  */

/* Adjust the vertical positions of the socialmedia buttons */

iframe[id^="twitter-widget-"], iframe[title="G+"] {
  position: relative;
  top: 50%;
  transform: translateY(+25%);
}

.IN-widget {
  position: relative;
  top: 50%;
  transform: translateY(+30%);
}

span[data-pin-href="https://www.pinterest.com/pin/create/button/"] {
  position: relative;
  top: 50%;
  transform: translateY(-8%);
}
