/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

 .mod-box.mod-box-color1 .wk-twitter-single:before {
   display: block;
   margin-bottom: 20px;
   padding-top: 140px;
   text-align: center;
   font-size: 36px;
   line-height: 36px;
   background: url(../../../images/yootheme/icon_twitter.png) 50% 0 no-repeat;
   content: "latest tweet";
 }

  .mod-box.mod-box-color1 .wk-twitter-single .content {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 27px;
    min-height: 194px;
  }

.mod-box.mod-box-color1 .wk-twitter-single .content:before,
.mod-box.mod-box-color1 .wk-twitter-single .content:after { content: '"'; }


.element { color: #000000;
}
.details { color: #000000; 
}
.pos-title { color: #000000;
}
.pos-specification { color: #000;
}
.element-price { font-size: 24px; color: #fff; text-align: center; font-weight: bold; background-color: #df004f;
width: 100px; padding: 6px;
}

.opacity {
opacity:0.7;
filter:alpha(opacity=50);   
}
 
.opacity:hover {
-moz-transition: all 0.4s; 
-webkit-transition: all 0.4s;  
-ms-transition: all 0.4s;  
-o-transition: all 0.4s;  
transition: all 0.4s; 
opacity:1;
filter:alpha(opacity=100);
}
