root { 
    display: block;
}

* { 
    font-family: 'Exo', sans-serif;
}

html, body, iframe, 
header, section, aside, article, footer, 
img, ul, ul li, ol, ol li, li, div, span { 
    margin:0; 
    padding:0; 
    border:none;
    outline: none;
}

header ,section, article, aside, footer, iframe, img { 
    display: block;
}

body {
    font-family: 'Exo', sans-serif;
    font-size: 87%;
    line-height: 1.25em;
    font-weight:400;
    color: #53534C;
    background: #fff;
}

/* TEXT */

p, a, hr, h2, h3, h4, h5, h6, ol, ul, li, ul li, ol li, pre, fieldset { 
    line-height:1.25em;
    margin:0.4em 0;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 { 
    font-weight: 700;
    color: #C3DF00;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.25em;
}

h3, h4, h5 {
    font-size: 0.75em;
}

h4, h5 {
    font-weight: 400;
}

h5 {
   color: #C3C3C0;
}

p { 
    font-size:0.75em;
    line-height: 1.75em;
    margin: 1.75em 0;
    color: #53534C; 
    font-weight: normal;
}

a { 
    text-decoration: none; 
    color: #C3C3C0;
    font-weight: 600;
}

a:hover { 
    color: #53534C;
}

a, input, select, label {
    outline: none;
}

hr { 
    width: 100%;
    height: 0.1em;
    border: none;
    margin: 2.5em 0;
    background: #01ABCC;
    clear: both;
}

::-moz-selection { background: #999; color: #fff; } 
::selection { background: #999; color: #fff; }

/* INTERFACE */

.positionRelative {
    position: relative;
}

.positionAbsolute {
    position: absolute;
}

.fright { 
    float: right; 
}

.fleft { 
    float: left; 
}

.fnone { 
    float: none;
}

.dblock { 
    display: block;
}

.dinblock { 
    display: inline-block;
}

.dnone { 
    display: none;
}

.clear-both {
    clear: both;
}

.clear-right {
    clear: right;
}

.clear-left {
    clear: left;
}

.clear-none {
    clear: none;
}

.width50 {
    width: 49.5%;
}

.backgroundNone, div.backgroundNone {
    background: none;
}

.tright {
    text-align: right;
}

.tleft {
    text-align: left;
}

.tcenter {
    text-align: center;
}

.tjust {
    text-align: justify;
}

.bold, .strong, b, strong {
    font-weight: 600;
}

.tupper {
    text-transform: uppercase;
}

.noBorder {
    border: none;
}

.green, span.green {
    color: #C3DF00;
    font-weight: 600;
}

pre.formated {
    margin: 0 auto;
    width: 90%;
    border: 0.1em #ccc solid;
    padding: 1em;
    background: #f6f6f6;
    color:#444; 
    
}

pre.formated, pre.formated p { 
    text-align: left; 
    font-family: "Courier New", Courier, monospace;
    font-size: 0.9em; 
    font-weight: 400;
}

pre.formated p {
    line-height: 1em;
    margin: 0;
    font-size: 0.85em; 
}

/* IMAGE DESATURE */

.desaturate {
    filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
}

.desaturate:hover {
    filter: grayscale(0); /* Current draft standard */
    -webkit-filter: grayscale(0); /* New WebKit */
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0); 
    -o-filter: grayscale(0); /* Not yet supported in Gecko, Opera or IE */ 
    filter: none;
}

/* FOOTER */

footer { 
    min-height: 35px;
    height: auto;
    line-height: normal;
    width: 1010px; 
    padding: 0;
    padding-bottom: 10px;
    background: #fff; 
    text-align: left; 
    clear: both;
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    left:0;
    right: 0;
}

footer a {
    min-width: 90px;
    display: inline-block;
    width: auto;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    background: none;
    border-right: 0.1em #C3C3C0 solid;
}

footer div {
    vertical-align: middle;
    display: inline-block;
    min-width: 90px;
    width: auto;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -ms-background-size: contain; 
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    cursor: pointer;
    margin: 0;
    border-right: 0.1em #C3C3C0 solid;
}

footer div:last-child {
    border-right: none;
}

footer div h3,
footer div p {
    color: #C3C3C0;
    font-size: 0.75em;
    line-height: 1.25em;
    margin: 0 0.75em;
    font-weight: 500;
    margin-top: 0.5em;
    text-align: center;
}

footer div h3 {
    text-transform: uppercase;
    margin-top: 1em;
}

/* CONTENTS */

section { 
    width: 1010px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    height: 600px;
    padding-bottom: 50px;
    display: block;
    /*position: absolute;*/
}

article {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
    text-align: left;
    vertical-align: top;
    width: 880px;
    position: relative;
}

article.art-nav {
    width: 130px;
    margin-top: 2em;
}

article.art-contents {
    height: 100%;
}

article#art-home {
    /*background: url(../img/bck.png);*/
    background: url(../img/bck-gallery.png);
    /*background-size: 880px;*/
    background-size: 794px;
    background-repeat: no-repeat;
    background-position: center left;
    text-align: left;
    margin: 0 auto;
    vertical-align: middle;
}

article#art-promotions {
    background: url(../img/bck-promos.png);
    background-size: 550px;
    background-repeat: no-repeat;
    background-position: center right;
    text-align: left;
    margin: 0 auto;
    vertical-align: middle;
}

article#art-tracks {
    background: url(../img/Tracks/Maps/map-zoom0.png);
    background-repeat: no-repeat;
    background-position: center left;
    margin: 0 auto;
    vertical-align: middle;
    height: 600px;
}

a.a-button {
    line-height: normal;
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    color:#C3DF00;
}

a.a-button:hover {
    color: #C3C3C0;
}

/* ARROWS */

.a-arrows {
    display: inline-block;
    margin-right: 10px;
    width: 9px;
    height: 11px;
    line-height: 11px;
    cursor: pointer;
    background: url(../img/arrows_sprite.png) 
}

.a-arrows.a-next {
    background-position: top right;
}

.a-arrows.a-prev {
    background-position: top left;
}

.a-arrows.a-next:hover {
    background-position: bottom right;
}

.a-arrows.a-prev:hover {
    background-position: bottom left;
}

/* SOCIAL */

.div-social {
    margin-top: 80px;
}

.div-social h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

a.a-social {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
    background: url(../img/social_sprite.png) no-repeat;
    margin-bottom: 15px;
}

a.a-social.facebook {
    background-position: 0 top;
}

a.a-social.facebook:hover {
    background-position: 0 bottom;
}

a.a-social.vimeo {
    background-position: -24px top;
}

a.a-social.vimeo:hover {
    background-position: -24px bottom;
}

a.a-social.youtube {
    width: 50px;
    background-position: -48px top;
}

a.a-social.youtube:hover {
    width: 50px;
    background-position: -48px bottom;
}

/* NAV */

.img-logo {
    width: 120px;
}

nav, 
nav ul, 
nav ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index:999; 
}

nav {
    margin-top: 2em;
}

nav ul li a { 
    text-transform: uppercase;
    line-height:1em; 
    display:block; 
    padding:0.35em 0; 
    color:#C3C3C0; 
    font-size:0.75em;
    margin: 0;
    cursor:pointer; 
    font-weight:600; 
}

.ul-lang {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ul-lang li {
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-right: 0.5em;
}

.ul-lang li a {
    cursor: pointer;
    font-size: 0.5em;
    color: #C3C3C0;
}

nav ul li a:hover, 
.ul-lang li a:hover,
ul li a.a-sel { 
    color: #C3DF00;
}

.div-nav-txt {
    margin-top: 25px;
}

.div-nav-txt p {
    color: #C3DF00;
}


/* CONTENTS */

.div-container {
    display: inline-block;
    min-width: 130px;
    width: 130px;
    vertical-align: top;
}

.div-container.width50 {
    width: 44.5%;
    margin: 0 5%;
    margin-left: 0;
    margin-top: 92px;
}

/* PROMOTIONS */

#art-promotions .width50 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
}

#art-contacts .width50 {
   
}

.promo-mask {
    background: url(../img/Masks/mask-promo.png);
    margin: 0px 40px;
    width: 420px;
    height: 460px;
    vertical-align: top;
    position: relative;
}

.promo-container {
    overflow: auto;
    margin-top: 55px;
    margin-left: 50px;
    width: 330px;
    height: 380px;
    position:  absolute;
}

/* COMMENTS */

.div-comments {
    height: 400px;
    text-align: left;
}

.div-comments p {
    font-style: italic;
    font-size:0.75em;
    margin-bottom: 0;
}

.div-comments h4 {
    font-weight: 600;
    font-size: 0.75em;
    color: #53534C;
    margin-top: 0;
}

a.a-comments {
    color: #C3DF00;
    text-transform: uppercase;
    text-align: right;
    font-size: 0.85em;
}

a.a-comments:hover {
    color: #7E7E79;
}

/* TRACKS */

#tracks-list {
    margin-top: 100px;
}

.a-tracks {
    margin-bottom: 1em;
    display: block;
    cursor: pointer;
}

.a-tracks:hover > h3,
.a-tracks:hover > h4,
.a-tracks.sel h3,
.a-tracks.sel h4,
.a-tracks.sel:hover h3, 
.a-tracks.sel:hover h4 {
    color:#7E7E79;
}

.img-tracks {
    margin: 0.75em 0;
    width: 130px;
    height: 85px;
    background-position: center center;
    -webkit-background-size: cover;
    -ms-background-size: cover; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.div-tracks {
    width: 746px;
    height: 600px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
}

/* MAPS */

.div-map-icon {
    margin: 1.75em 0;
}

.map-icon {
    display: inline-block;
    width: 30px;
    height: 45px;
    background: url(../img/maps-icon.png);
    cursor: pointer;
}

.map-icon.map1 {
    background-position: top left;
}

.map-icon.map1:hover {
    background-position: bottom left;
}

.map-icon.map2 {
    background-position: top right;
}

.map-icon.map2:hover {
    background-position: bottom right;
}

div.map1, div.map2 {
    display: none;
}

div.map1 h4, 
div.map2 h4 {
    color: #C3C3C0;
}

#map-wrapper {
    position: relative;
    margin: 0 auto;
}

.pin {
    display: none;
}

.tooltip-up, .tooltip-down {
    position: absolute;
    background: url(../img/icon.png);
    width: 17px;
    height: 17px;
}

.tooltip-down {
    background-position: 0 -52px;
}

.tooltip {
    display: none;
    width: auto;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 999;
    margin-left: -115px;
    padding:0;
    color: #222;
    background: none;			
}

.tooltip-down .tooltip {
    bottom: -60px;
    top: auto;
}

#map-wrapper div.tooltip {
    background: url('../img/Masks/mask-poi-color.png') no-repeat;
    background-size: 170px 120px;
    width: 170px;
    height: 119px;
}

#map-wrapper div img.maskPoi,
#map-wrapper div canvas.maskPoi {
    margin-top: 4px;
    margin-left: 5px;
    width: 160px;
    height: 112px;
}

canvas.maskPoi {

}

/* EVENTS */

.div-events {
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    width: 634px;
    height: 575px;
    margin-top: 50px;
    background: url(../img/bck-events.png) no-repeat; 
}

.div-events-right {
    width: 230px;
    line-height: normal;
    margin-top: 80px;
}

.div-events-right a {
    line-height: 1.75em;
    display: block;
    text-transform: uppercase;
    font-size: 0.85em;
}

.div-events-right a.a-events {
    font-size: 1em;
    line-height: normal;
    text-transform: none;
}

.div-events-right h1,
.div-events-right h2,
.div-events-right h3 {
    margin: 0.5em 0;
}

.div-events-right h1 {
    margin: 0;
}

.div-events-right h2 {
    color: #7E7E79;
}

.div-events-right h3 {
    font-size: 1em;
    color: #C3DF00;
    text-transform: uppercase;
    margin-bottom: 3em;
}

.a-events:hover > h1,
.a-events:hover > h2,
.a-events:hover > h3 {
    color: #C3C3C0;
}

.a-inscriptions {
    background: url(../img/inscriptions.png) no-repeat;
    width: 149px;
    height: 49px;
    line-height: 49px;
    display: block;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    padding-top: 18px;
}

.div-events-img {
    display: block;
    text-align: center;
    margin: 0;
    margin-top: 50px;
    margin-left: 50px;
    vertical-align: middle;
    width: 373px;
    height: 456px;
    background: url('../img/Masks/mask-events-img-color.png') no-repeat;
    background-size: 373px 456px;
}

.div-events-img img.maskEvents,
.div-events-img canvas.maskEvents {
    margin-top: 10px;
    margin-left: 0px;
    width: 348px;
    height: 433px;
}

/* HOME */

.div-home-top {
    /*position: absolute;
    top:30px;*/
    position: relative;
    top:-70px;
    margin-left: 510px;
    z-index: 999999;
    height: 130px;
    width: 370px;
    cursor: pointer;
}

.div-home-img {
    vertical-align: top;
    width: 121px;
    height: 114px;
    background: url('../img/Masks/mask-home-img-color.png') no-repeat;
    background-size: 121px 114px;
    display: inline-block;
    margin-right: -10px;
    
}

.div-home-img img, .div-home-img canvas {
    display: block;
    vertical-align: top;
    width: 110px;
    height: 103px;
    margin-top: 5px;
    margin-left: 5px;
}

.div-home-text {
    width: 300px; /*220px;*/
    height: 146px; /*107px;*/
    display: inline-block;
    background: url(../img/Masks/mask-home-txt.png);
    margin-top: -20px;
    background-position: center center;
    -webkit-background-size: cover;
    -ms-background-size: cover; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.div-home-text h3 {
    color: #fff;
    font-size: 1.1em;
    line-height: 1.25em;
    vertical-align: middle;
    margin-top: 20px;
    margin-right: 50px;
    text-align: right;    
}

.div-home {
    display: inline-block;
    text-align: center;
    margin: 0;
    margin-left: 50px;
    vertical-align: middle;
    /*width: 782px;
    height: 298px;
    background: url('../img/Masks/mask-home-color.png') no-repeat;
    background-size: 782px 298px;*/
    width: 716px;
    height: 451px;
    background: url('../img/Masks/mask-gallery-img-color.png') no-repeat;
    background-size: 716px 451px;
}

.div-home img, .div-home canvas {
    margin-top: 9px;
    margin-left: 0;
    padding: 0;
    /*width: 760px;
    height: 278px;*/
    width: 696px;
    height: 431px;
}

/* GALLERY */

.div-gallery-top, .div-gallery-bottom, .div-gallery-arrows {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-left: 50px;
    vertical-align: middle;
    width: 794px;
    max-width: 794px;
    height: 470px; /*480*/
    background: url(../img/bck-gallery.png) no-repeat; 
}

.div-gallery-top {
    margin-top: 30px;
    padding-top: 50px;
}

.div-gallery-bottom {
    height: auto;
    background: none; 
}

.div-gallery-arrows {
    background: none;
    height: 20px;
    text-align: right;
    vertical-align: top;
    padding: 0;
}

.div-gallery-arrows a.a-arrows {
    margin-top: 0;
}

.div-gallery-img {
    display: block;
    text-align: center;
    margin: 0;
    margin-left: 50px;
    vertical-align: middle;
    width: 696px;
    height: 431px;
    background: url('../img/Masks/mask-gallery-img-color.png') no-repeat;
    background-size: 696px 431px; /*709px 439px;*/
}

.div-gallery-img img.maskGallery,
.div-gallery-img canvas.maskGallery {
    margin-top: 7px;
    margin-left: 0;
    width: 683px;
    height: 416px;
}

.div-gallery-thumbs {
    margin: 0 auto;
    width: auto;
    height: 50px;
    text-align: left;
}

.div-gallery-thumbs img {
    min-width: 75px;
    width: 75px;
    max-width: 75px;
    min-height: 50px;
    height: 50px;
    max-height: 50px;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    cursor: pointer;
    border-bottom: 5px #fff solid;
}

.div-gallery-thumbs img.sel {
    border-bottom: 5px #C3DF00 solid;
}

/* SPONSORS */

.div-sponsors {
    margin-top: 80px;
}

.div-sponsors img {
    width: 90px;
    margin: 20px 0;
}

/* PARTNERS */

.div-partners-bck {
    display: block;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    /*width: 891px;
    max-width: 891px;
    height: 644px;*/
    width: 940px;
    max-width: 940px;
    height: 632px;
    margin-top: 26px;
    background: url(../img/bck-partners.png) no-repeat; 
}

.div-partner {
    width: 500px;
    margin: 0;
    margin-left: 250px;
    top: 80px;
    position: relative;
    height: 200px;
    display: block;
}

.div-partner table tr td {
    text-align: left;
    vertical-align: top;
    padding: 0 1em;
}

.div-partner table tr td img {
    margin-top: 20px;
}

.div-partners {
    display: block;
    position: relative;
    top: 160px;
    width: 470px;
    height: 92px;
    margin: 0;
    text-align: left;
    margin-left: 280px;
}

.div-partners div.desaturate {
    vertical-align: middle;
    display: inline-block;
    min-width: 90px;
    width: auto;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -ms-background-size: contain; 
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    cursor: pointer;
    margin: 0;
    margin-right: -4px;
    padding: 5px 0;
    /*margin-bottom: 0.25em;*/
    border-right: 0.1em #C3C3C0 solid;
    border-bottom: 0.1em #C3C3C0 solid;
}

.div-partners a:last-child div.desaturate {
    border-right: none;
}

.div-partners div p {
    color: #C3C3C0;
    font-size: 0.75em;
    line-height: 1.25em;
    margin: 0 0.75em;
    font-weight: 500;
    margin-top: 0.5em;
    text-align: center;
}

.div-partners-bck a.a-partner-contact {
    width: 220px;
    height: 135px;
    margin-top: -5px;
    float: left;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.5em;
    padding-top: 32px;
    color: #fff;
}

/* NEWS */

.div-news-bck {
    display: block;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    width: 903px; /*814px;*/
    max-width: 903px;
    height: 591px;
    background: url(../img/bck-news.png) no-repeat right; 
}

.div-news {
    width: 400px;
    margin-left: 280px;
    margin-top: 0;
    top:130px;
    position: relative;
    height: 280px;
    text-align: left;
}

.div-news-img {
    display: block;
    text-align: center;
    margin: 0;
    margin-top: 30px;
    margin-left: 0;
    vertical-align: middle;
    background: url('../img/Masks/mask-news-img-color.png') no-repeat;
    background-size: 228px 162px;
    width: 228px;
    height: 162px;
}

.div-news-img img.maskNews,
.div-news-img canvas.maskNews {
    margin-top: 5px;
    margin-left: 0px;
    width: 215px;
    height: 150px;
}

a.a-contactus {
    background: url(../img/contact.png) no-repeat;
    width: 456px;
    height: 329px;
    font-size: 1.25em;
    color: #fff;
    display: block;
    text-indent: 68px;
    line-height: 3em;
    font-weight: 400;
}

/* FORM */

form {
    width: auto;
    font-size: 1.25em;
}

form p {
    text-align: center;
    margin: 0.25em auto;
    padding: 0;
    display: block;
    width: auto;
    vertical-align: top;
}

form p.dinblock {
    width: 49.75%;
}

label, input, select, textarea { 
    text-align: left;
    vertical-align: top;
    display: inline-block;
    background: #e6e6e6;
    border: none;
    padding: 0.5em;
    height: 2.5em;
    line-height: 1.5em;
    margin:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    outline: none;
}

input, textarea {
    -moz-border-bottom-left-radius: 0.3em;
    -moz-border-bottom-right-radius: 0.3em;
    -webkit-border-bottom-left-radius: 0.3em;
    -webkit-border-bottom-right-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
}

input:focus, textarea:focus {
    background: #d6d6d6;
}
    
label { 
    background: #C3DF00;
    color: #444;
    font-weight: 600;
    height: auto;
    -moz-border-top-left-radius: 0.3em;
    -moz-border-top-right-radius: 0.3em;
    -webkit-border-top-left-radius: 0.3em;
    -webkit-border-top-right-radius: 0.3em;
    border-top-left-radius: 0.3em;
    border-top-right-radius: 0.3em;
    margin: 0.25em 0;
}

textarea {
    resize: none;
    min-height: 10em;
    height: 10em;
    max-height: 10em;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}

.h5validate {
    background: #b81900;
    color: #fff;
}

/* BUTTONS */

input[type="button"], 
input[type="submit"] {
    display: block;
    background: #C3DF00;
    color: #444;
    padding: 0.5em 1em;
    margin: 0 0.25em;
    width: auto;
    height: 2.5em;
    line-height: 1.5em;
    text-align: center;
    -moz-border-radius:0.3em; 
    -webkit-border-radius:0.3em; 
    border-radius:0.3em;
    border: none;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    float: right;
    margin: 1em 0;
}

input[type="button"]:hover, 
input[type="submit"]:hover {
    background: #53534C;
    color: #fff;
}

/* JQUERY */

/* Scroll Pane */

.jspVerticalBar {
    width: 5px;
}

.jspHorizontalBar {
    height: 5px;
}

.jspTrack {
    background: #E5F196;
}

.jspDrag {
    background: #F3F9CC;
}

.horizontal-only {
    overflow: auto;
    width: auto;
    height: 65px;
    max-height: 65px;
}

.horizontal-only .jspTrack {
    background: #C3C3C0;
}

.horizontal-only .jspDrag {
    background: #7E7E79;
}

/* Fancy Box */

.fancybox-skin {
	background: none;
	color: #444;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}