/*
 * ******************************************************************************
 *  jquery.mb.components
 *  file: mbExtruder.css
 *
 *  Copyright (c) 2001-2014. Matteo Bicocchi (Pupunzi);
 *  Open lab srl, Firenze - Italy
 *  email: matteo@open-lab.com
 *  site: 	http://pupunzi.com
 *  blog:	http://pupunzi.open-lab.com
 * 	http://open-lab.com
 *
 *  Licences: MIT, GPL
 *  http://www.opensource.org/licenses/mit-license.php
 *  http://www.gnu.org/licenses/gpl.html
 *
 *  last modified: 07/01/14 22.50
 *  *****************************************************************************
 */

.extruder {
  position: fixed;
  cursor: default;
  background: url("../images/extruder_blank.png")
}

.extruder *{
  box-sizing: content-box;
}

.extruder .header {
  height: 27px
}

.extruder .extruder-content {
  display: none;
  background: #000
}

.extruder.open .extruder-content {
  -moz-box-shadow: 2px 0 5px #999;
  -webkit-box-shadow: 2px 0 5px #999;
  box-shadow: 2px 0 5px #999
}

.extruder .footer {
  display: none;
  height: 10px;
  background: #000;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-box-shadow: 2px 0 5px #999;
  -webkit-box-shadow: 2px 0 5px #999;
  box-shadow: 2px 0 5px #999
}

.extruder.top .flap {
  color: #fff;
  font: 18px/28px Arial, Helvetica, sans-serif;
  text-align: center;
  display: block;
  margin: auto;
  padding: 0 5px 5px 5px;
  height: 30px;
  width: 180px;
  background: #000;
  cursor: pointer;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-box-shadow: 2px 0 5px #999;
  -webkit-box-shadow: 2px 0 5px #999;
  box-shadow: 2px 0 5px #999;
  text-shadow: 2px 2px 2px #333
}

.extruder.top .extruder-content {
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px
}

.extruder.bottom .flap {
  position: relative;
  color: white;
  font: 18px/28px Arial, Helvetica, sans-serif;
  text-align: center;
  display: block;
  margin: auto;
  margin-top: 1px;
  padding: 0 5px 5px 5px;
  height: 30px;
  width: 180px;
  background: #000;
  cursor: pointer;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-shadow: 2px 2px 2px #333;
  -moz-box-shadow: 2px 0 5px #999;
  -webkit-box-shadow: 2px 0 5px #999;
  box-shadow: 2px 0 5px #999;
  visibility: hidden;
}

.extruder.bottom .footer {
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  margin-top: -5px
}

.extruder.bottom .extruder-content {
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.extruder.bottom .ext_wrapper {
  bottom: 0
}

.extruder.left {
  height: 100%;
  background: url("../elements/extruder_blank.png")
}

.extruder.left.open .extruder-content {
  -moz-box-shadow: 2px 0 5px #999;
  -webkit-box-shadow: 2px 0 5px #999;
  box-shadow: 2px 0 5px #999
}

.extruder.left .extruder-content {
  border-right: 3px solid #000
}

.extruder.left .ext_wrapper {
  height: 100%
}

.extruder.left .footer {
  display: none
}

.extruder.left .flap {
  font-size: 18px;
  color: white;
  top: 0;
  padding: 10px 0 10px 10px;
  margin-right: -37px;
  background: #000;
  width: 30px;
  position: absolute;
  right: 0;
  -moz-border-radius: 0 8px 0 8px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 8px;
  -moz-box-shadow: 2px 0 5px #999;
  -webkit-box-shadow: 2px 0 5px #999;
  box-shadow: 2px 0 5px #999
}

.extruder.left .flap .flapLabel {
  background: #000
}

.extruder.right {
  height: 100%;
  background: url("../images/extruder_blank.png")
}

.extruder.right .extruder-content {
  border-left: 3px solid #000
}

.extruder.right.open .extruder-content {
  -moz-box-shadow: -2px 0 5px #999;
  -webkit-box-shadow: -2px 0 5px #999;
  box-shadow: -2px 0 5px #999
}

.extruder.right .ext_wrapper {
  height: 100%;
  right: 0
}

.extruder.right .footer {
  display: none
}

.extruder.right .flap {
  font-size: 18px;
  color: white;
  top: 0;
  padding: 10px 0 10px 10px;
  background: #000;
  width: 30px;
  position: absolute;
  left: -37px;
  -moz-border-radius: 8px 0 8px 0;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 0;
  -moz-box-shadow: -2px 0 5px #999;
  -webkit-box-shadow: -2px 0 5px #999;
  box-shadow: -2px 0 5px #999
}

.extruder.right .flap .flapLabel {
  background: #000
}

.extruder .voice {
  font: 18px/24px Arial, Helvetica, sans-serif;
  color: white;
  padding: 5px;
  padding-left: 10px;
  height: 27px;
  border-bottom: 1px solid #333;
  text-shadow: 2px 2px 2px #333
}

.extruder .voice:last-child {
  border-bottom: 0
}

.extruder .voice .disabled {
  cursor: default
}

.extruder .text {
  background: #222;
  font: 14px/16px Arial, Helvetica, sans-serif;
  color: gray;
  padding: 10px;
  border-bottom: 1px solid #333;
  text-shadow: 2px 2px 2px #333
}

.extruder .voice.hover {
  background: url("../elements/extruder_voiceHover.png") repeat-x top
}

.extruder .voice.sel {
  background: url("../elements/extruder_voiceHover.png") repeat-x top
}

.extruder .voice img {
  float: left;
  margin-right: 15px
}

.extruder .voice a.label {
  display: block;
  height: 30px;
  color: white;
  padding-top: 0;
  text-decoration: none
}

.extruder .voice span.label {
  display: block;
  height: 30px;
  color: #d0cfcf;
  padding-top: 0;
  text-decoration: none
}

.extruder .voice {
  position: relative
}

.extruder .settingsBtn {
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  background: url("../elements/settingsBtn.png") no-repeat bottom;
  cursor: pointer;
  right: -3px;
  top: -4px
}

.extruder .optionsPanel {
  background: url("../elements/fuzz.gif");
  display: none;
  border-bottom: 1px solid #333
}

.extruder .voice.sel {
  background: url("../elements/extruder_voiceHover.png") repeat-x top
}

.optionsPanel .panelVoice a {
  text-decoration: none;
  display: block;
  color: #ccc;
  padding: 8px;
  padding-left: 20px;
  font-size: 16px;
  text-shadow: 2px 2px 2px #333;
  border-bottom: 1px solid #000;
  cursor: pointer
}

.optionsPanel .panelVoice a:hover {
  color: #fff;
  background: url("../elements/red_op_50.png")
}

:focus {
  outline: 0
}





#olPromo{
  display:none;
  width:500px;
  min-height: 250px;
  position:fixed;
  background:  url("../media/specials/paper_2.jpg");/*rgba(255,0,0,.8)*/
  border:10px solid rgba(255,255,255,1);
  padding:20px;
  margin:auto;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;

  box-shadow:0 0 10px rgba(0,0,0,.6);
  font: 80px/64px 'BebasNeueRegular', sans-serif !important;
  color:rgba(255,255,255,.9);
  text-shadow:0px 0px 3px rgba(0,0,0,.2);
  z-index:10000;

  overflow:hidden;
}

.olFullscreen{
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;

  top:0!important;
  left:0!important;
  margin-left:0!important;
  margin-top:0!important;
  width:90%!important;
  height:90%!important;
  -moz-transform:rotate(0deg);
  opacity:.9;
  cursor:default!important;

}

#olMore, #olClose{
  cursor:pointer;
  position:absolute;
  top:10px;
  right:10px;
  margin-left:10px;
  font: 45px/30px 'BebasNeueRegular', sans-serif !important;
  color:rgba(255,255,255,.9);
}
#olMore{
  bottom:10px;
  top:auto;
}

#olPromo:hover #olMore, #olClose:hover{
  color:rgba(0,0,0,.9);
}

#olMoreContent{
  position: absolute;
  top:10px;
  width: 100%;
}

#olMoreContent h1{
  margin-top:25px;
  font: 50px/30px 'BebasNeueRegular', sans-serif !important;
  width:30%;
  display:inline-block;
  vertical-align:top;
}
#olMoreContent h1 div.olContent{
  margin-top: 25px;
  width: 240px;
  font: 14px/18px 'Lato', serif !important;
  color:rgba(255,255,255,.9);
}

#olMoreContent h2{
  margin-top:25px;
  padding-bottom:15px;
  font: 35px/30px 'Lobster', arial, serif !important;
  border-bottom: 1px dashed rgba(255,255,255,.8);
}
#olMoreContent h2.contactUs .olArgTitle{
  color: #660000;
  text-shadow: 0 0 3px rgba(255,255,255,.8);
}

#olArguments{
  margin-top: -150px;
  vertical-align:top;
  display:inline-block;
  position: relative;
  width:65%;
}
.olArgContent{
  font: 16px/20px 'Lato', serif !important;
  margin: 25px;
  display: none;
}

.olArgContent .olArgText{
  display: inline-block;
  width: 45%;
  vertical-align: top;
}
.olArgContent .olArgText a{
  text-decoration: underline;
}

.olArgContent .olArgText a:hover{
  color:white;
}
#olMoreContent h2 span{
  display:block;
}
#olMoreContent h2 .icon img{
  height: 100%;
}

#olMoreContent h2 .icon{
  display: inline-block;
  width: 45%;
  text-align: center;
  height: 200px;
}

#olArguments .olArgTitle:not(.sel):hover{
  color:#000;
  cursor:pointer;
}
#olArguments .olArgTitle.sel{
  color:#000;
  cursor:pointer;
}

div#extruderBottom div.ext_wrapper div.extruder-content div.text a#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -14px;
	top: 16px;
	background: url(/media/system/images/modal/closebox.png) no-repeat center;
	border: none;
}


