/*google fonts*/
@import url(https://fonts.googleapis.com/css?family=Audiowide);

/*horizontal scroll*/
.text_scrolldivhheader {
    width:99999px;
}

#scrolldivhheader .text_scrolldivhheader h1 {
  display:inline-block;
}
/*horizontal scroll*/

/*wooslider*/
.eds_woosliderwrapper {
  width: 100%;
  overflow:hidden;
}

.eds_wooslider {
  width: 9999px;
}

.eds_wooslider_product {
  display:inline-block;
  width: 16vw;
  padding: 1vw;
  max-height: 
}

.eds_wooslider_title {
  text-align:center;
}

.eds_wooslider_price {
  text-align:center;
  color:white;
  font-weight:bold;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NSAyNSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHBvbHlnb24gZmlsbD0icmVkIiBwb2ludHM9Ijc0Ljk0IDE5LjEgMy45MiAyNC44MSAwLjA3IDIgNzIuNyAwLjE5IDc0Ljk0IDE5LjEiLz48L3N2Zz4=") no-repeat;
  background-size: 50% 100%;
  background-color: inherit;
  background-position-x: center;

}
/*fin wooslider*/
 
/*module tv*/
.product_container {
	width:100px;
	height:100px;
}

#cycler{position:relative;
  width:100%;height:50%;
    -webkit-box-shadow: 10px 10px 50px 1px rgba(0,0,0,1);
-moz-box-shadow: 10px 10px 50px 1px rgba(0,0,0,1);
box-shadow: 10px 10px 50px 1px rgba(0,0,0,1);
}
#cycler img{margin:0;position:absolute;z-index:1;height:100%;}
#cycler img.active{z-index:3}

#map {
  height:100% !important;
}

@font-face {
  font-family: 'Baloo Tamma';
  src:  url('fonts/Baloo_Tamma/BalooTamma-Regular.ttf') format('truetype');
}

ul {
  margin:0;
}

html {
    background: #130704;
    padding: 0 !important;
    margin: 0 !important;
}

body {
    position: relative;
    padding: 20px;
    font-family: arial;
    font-size: 12px;
    margin: 0px !important;
}

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_1_of_1 {
  width: 100%;
}
.span_2_of_2 {
  width: 100%;
}
.span_1_of_2 {
  width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .col { 
    margin: 1% 0 1% 0%;
  }
}

@media only screen and (max-width: 480px) {
  .span_2_of_2, .span_1_of_2 { width: 100%; }
}

/*flux rss*/
.rssnews ul {
  list-style: none;
}
.rssnews ul li a:before {
  content: "\f1ea";
  margin-right:10px;
  font-family: FontAwesome;
}

.rssnews ul li a {

  display:inline-block;
  font-size:x-large;
  text-decoration: none;
  color:lightgray;
}

.rssnews small {
  background-color:green;
  padding:5px;
}

.rssnews ul li  {
  display:inline-block;
  color:white;
}

.rssnews ul li .desc {
  color:white;
  font-size:small;
  margin-left:2%;
  margin-bottom:2%;
}

.textshadow {
  text-shadow:2px 2px 2px rgba(0,0,0,0.75);
}