div#ds_div,
div.hoodPlainBoxWhite,
body.gig-body{
    background: rgba(231, 231, 231, 0.7) url(http://hot-body.net/gig-less/images/cropped-bg-hexa.jpg);
    border: 3px solid rgba(150, 82, 81, 0.6);
    }

h2, h3, h4 {
    color: #965251;
    font-family: times
    }

h3 {
    font-size: 1.6em;
    margin: 15px 0
    }

.triple {
    background: rgba(231, 231, 231, 0.7);
    border: 1px solid #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px
    }

.triple:hover {
    outline: 1px solid #965251
    }

.gig-wrapper h2:after, .gig-wrapper h3:after {
    content: "";
    display: block;
    border: 1px solid #999
    }

.gig-wrapper p {
    margin: 15px 0
    }

.gig-wrapper {
    margin: 0 auto;
    min-width: 1050px;
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.77);
    padding: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    -moz-box-shadow: rgba(255, 255, 255, 0.77) 0 0 20px 15px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.77) 0 0 20px 15px;
    box-shadow: rgba(255, 255, 255, 0.77) 0 0 20px 15px
    }

.gig-row:before, .gig-row:after {
    display: table;
    content: " "
    }

.gig-row:after {
    clear: both
    }

.gig-row > div, .gig-row > img {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.gig-tittle {
    text-align: center;
    font-size: 2.4em
    }

.gig-center .imgholder {
    background: url(http://hot-body.net/gig-less/images/shadow.png) no-repeat scroll 0 -78px transparent;
    width: 40%;
    height: 350px
    }

.gig-center .imgholder img {
    border: none;
    margin: 7px 0 0 96px
    }

.gig-center .midinfo {
    width: 37%;
    padding: 20px 0 0 40px
    }

.gig-center .midinfo .gig-button {
    border: 1px solid #965251;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 15px;
    display: inline-block;
    display: none;
    color: #fff;
    background-color: #965251;
    background: linear-gradient(to bottom, #965251 0%, #a66a6a 56%, #935555 51%, #cd8a8a 100%)
    }

.gig-center .rightinfo {
    width: 23%
    }

.gig-center .rightinfo .bg18 {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url(http://hot-body.net/gig-less/images/18plus.jpg) no-repeat
    }

.gig-center .rightinfo h4 {
    padding-left: 6px;
    display: inline-block;
    width: 150px;
    margin: 0
    }

.gig-center .rightinfo p {
    font-size: 12px;
    text-align: justify
    }

/*----------------gallery----------
*/
.gig-gallery div {
    width: 32%;
    margin: 1% 2% 1% 0
    }

.gig-gallery div:last-child {
    margin: 1% 0
    }

.gig-gallery img {
    width: 100%;
    border: 3px solid #fff;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    outline: 1px solid #AEAEAE;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 15px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.gig-gallery img:hover {
    top: -50px;
    width: 145%;
    left: -89px;
    z-index: 1
    }

/*----------------/gallery---------
*/
/*----------------tabs----------
*/
.gig-tabs > input {
    display: none
    }

.gig-tabs label {
    padding: 10px 20px;
    line-height: 36px;
    border: 2px solid #999;
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: bold;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
    }

.gig-tabs label:hover {
    background: #aaa;
    cursor: pointer
    }

#giginp1:checked ~ .gig-lab1, 
#giginp2:checked ~ .gig-lab2, 
#giginp3:checked ~ .gig-lab3 {
    background: rgba(231, 231, 231, 0.7);
      border-bottom-color: rgba(235, 235, 235, 1);
    cursor: default
    }

.gig-tab {
    border: 2px solid #999;
    border-bottom: 0;
    }

.gig-tab > p {
    display: none;
    background: rgba(231, 231, 231, 0.7);
    height: 192px;
    overflow-y: auto;
    margin: 0;
    padding: 10px;
    border-bottom: 2px solid #999;
    }

#giginp1:checked ~ .gig-tab > .tab1,
#giginp2:checked ~ .gig-tab > .tab2,
#giginp3:checked ~ .gig-tab > .tab3 {
    display: block
    }

/*----------------/tabs---------
*/
.gig-info > div {
    width: 30%;
    height: 248px;
    margin: 1% 5% 1% 0;
    padding-right: 50px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    }

.gig-info > div:last-child {
    margin: 1% 0
    }

.gig-gallery:hover~.gig-info>div{
	height: 150px;
	overflow: hidden;
}

.gright .gigpays {
    margin: 9px 0;
    float: left;
    width: 50%;
    height: 57px;
    line-height: 57px
    }

.gright img {
    width: 100%;
    vertical-align: bottom
    }

/*--------dl9 hood.de-----------*/

.hpFeaturedTable{
	-moz-box-shadow: rgba(255, 255, 255, 0.77) 0 0 20px 15px;
-webkit-box-shadow: rgba(255, 255, 255, 0.77) 0 0 20px 15px;
box-shadow: rgba(255, 255, 255, 0.77) 0 0 20px 15px;
background: rgba(255, 255, 255, 0.77);
}

div[style="margin-top:6px;"]>table[width="100%"]{
	/* display: none; */
}

#ds_div center{
	display: none;
}

/*----------------langs----------
*/
.gig-langs > input {
    display: none
    }

.gig-langs label:hover {
    background-color: #aaa;
    cursor: pointer
    }

.gig-langs .gig-lab1{
    background: url(../images/eng.png) right center no-repeat;
}
.gig-langs .gig-lab2{
    background: url(../images/ger.png) right center no-repeat;
}
.gig-langs .gig-lab3{
    background: url(../images/fra.png) right center no-repeat;
}
.gig-langs .gig-lab4{
    background: url(../images/ita.png) right center no-repeat;
}
.gig-langs .gig-lab5{
    background: url(../images/spa.png) right center no-repeat;
}

.gig-langs label {
    padding: 10px 50px 10px 20px;
    display: inline-block;
    height: 18px;
    margin-bottom: -1px;
    border: 1px solid #bbb;
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    border-radius: 0 17px 0 0;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: bold;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background-size: 38px;
      font-size: 0.9em;
    }

.gig-lang {
    border: 1px solid #bbb;
    }

.gig-lang > p {
    display: none;
    background: rgba(231, 231, 231, 0.7);
    overflow-y: auto;
    margin: 0;
    padding: 10px;
      font-size: 0.9em;
    }

#giglang1:checked ~ .gig-lab1, 
#giglang2:checked ~ .gig-lab2, 
#giglang3:checked ~ .gig-lab3, 
#giglang4:checked ~ .gig-lab4, 
#giglang5:checked ~ .gig-lab5 {
    background-color: rgba(231, 231, 231, 0.7);
      border-bottom-color: rgba(235, 235, 235, 1);
    cursor: default
}

#giglang1:checked ~ .gig-lang > .tab1,
#giglang2:checked ~ .gig-lang > .tab2,
#giglang3:checked ~ .gig-lang > .tab3,
#giglang4:checked ~ .gig-lang > .tab4,
#giglang5:checked ~ .gig-lang > .tab5 {
    display: block
}

/*----------------/langs---------
*/

.gig-created{
      margin-bottom: -100px;
      margin-top: -30px;
}

.gig-created a {
  width: 175px;
  display: inline-block;
  text-align: center;
  color: #66A3D9;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.69);
  box-shadow: 0 0 10px white;
  letter-spacing: 10px;
  text-decoration: none;
  font-weight: bold;
  padding: 0 7px;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid #ccc;
  border-radius: 5px;
}

.gig-created a img{
    width: 100%;
}