/*
Theme Name: Eskimo Joe
Theme URI: http://www.musicglue.com
Version: 1.0
Author: Tommy @ Music Glue
*/

/*************************** GLOBAL SECTION ***************************/

@import 'fonts/Andada.css';
@import 'fonts/QuattrocentoSans.css';

body, h1, h2, h3, h4, h5, h6, blockquote, p{
    margin: 0;
    padding: 0;
}

body, html{
    height: 100%;
    margin: 0;
    padding-top: 0!important;
    font-size: 12px;
    font-family: 'Quattrocento Sans', sans-serif;
    line-height: 1.5em;
    color: #f00;
    text-align: left;
    vertical-align: center;
    background: #222 url('images/light_throbber.gif') no-repeat 50% 50%;
}

body .bgwrapper{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    min-height: 100%;
}

body *{
    -webkit-transition-duration: .4s;
    -moz-transition-duration:    .4s;
    -o-transition-duration:      .4s;
    -ms-transition-duration:     .4s;
    transition-duration:         .4s;
    word-wrap: break-word;
}

a *,
#lbCenter,
#lbBottomContainer,
#lbOverlay,
#lightbox *{
    -webkit-transition-duration: 0s;
    -moz-transition-duration:    0s;
    -o-transition-duration:      0s;
    -ms-transition-duration:     0s;
    transition-duration:         0s;
}

#lightbox{
    z-index: 10000000!important;
}

h1, h2{
    font-weight: 500;
    font-family: 'Andada', Georgia, serif;
    font-size: 1.8em;
    line-height: 1em;
    margin-bottom: 0.5em;
    display: block;
}

img{
  max-width: 100%;
  height: auto;
  display: block;
}

iframe{
    max-width: 100%;
    display: block;
}

hr{
    border-top: none;
    border-bottom: 2px dotted #000;
}

a img{
    border: none;
}

a{
    border: none;
    color: #fff;
    text-decoration:none;
}

a:hover{
    text-decoration:none;
    color: #f00;
}

p{
    margin: 0 0 1em 0;
}

.wrapper{
    margin: 0;
    background-position:center;
    overflow: visible;
    width: 900px;
    right: 0;
    position: relative;
    max-width: 90%;
    padding: 0 5% 80px;
}
.wrapper[style]{
    overflow: visible!important;
}
.wrapper.menushell{
    overflow: visible;
}

.clear{
    clear: both;
}

.post .title, .post .content, .widget, #container .pagination a, #social-bar{
    padding: 15px;
}

.post .content, .widget, #container .pagination a, #social-bar, .mg_wp_header_bar{
    -moz-box-shadow:    0px 0px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 5px rgba(0,0,0,0.3);

}

ul,ol{
    padding: 0;
    margin: 1em 2em;
}

label{
    display: block;
}

/******************** BUTTONS + forms **************/

form{
    margin: 0;
}

input, textarea, select, button,
a.button, a.button.basket_link{
    margin: 0;
    cursor: default!important;
    margin-bottom: 0.5em;
    padding: 3px 4px 2px;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #444;
    max-width: 100%;
    font-family: 'Quattrocento Sans', sans-serif;
    -webkit-border-radius: 10px;
    -moz-border-radius:    10px;
    border-radius:         10px;
}

input:focus, textarea:focus, select:focus{
    border: 1px solid #1564a1;
    outline: none;
}

input[type='submit'], input[type='button'],
button, a.button, a.button.basket_link{
    cursor: pointer!important;
    cursor: hand!important;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 0.5em;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
    border-color: #1564a1;
    background: #1564a1;
    color: #fff!important;
    box-shadow: none;
}

input[type='submit']:hover, button:hover, a.button:hover, a.button.basket_link:hover{
    background: #f00;
    border-color: #f00;
}

/*********************** HEADER SECTION ******************************/

#header{
    width: 22%;
    max-width: 250px;
    padding: 4% 2% 2.5% 4% ;
    overflow: visible;
    position: fixed;
    float: left;
}

#header .circle{
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 100%;
    background: #f00;
    -webkit-border-radius: 50%;
    -moz-border-radius:    50%;
    border-radius:         50%;
    -moz-box-shadow:    5px 5px 5px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    box-shadow:         5px 5px 5px 0px rgba(0,0,0,0.3);
}

#header .circle .internal{
    position: absolute;
    top: 0;
    padding: 17.5%;
    width:  65%;
    height: 65%;
    text-align: center;
    left: 0;
}

#header h1{
    margin: 0;
    padding: 0;
    text-transform: lowercase;
    font-style: italic;
    font-size: 2.7em;
    padding-bottom: 0.2em;
    border-bottom: 2px dotted #00f;
}

.circle .menu-container{
    float: none;
}

.circle .menu-container ul{
    padding: 0.8em 0;
    display: block;
    border-bottom: 2px dotted #00f;
}

.circle .menu-container ul li{
    display: block;
}

.circle .menu-container ul li a{
    padding: 7px 10px 5px;
    font-size: 16px;
    -webkit-border-radius: 20px;
    -moz-border-radius:    20px;
    border-radius:         20px;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.circle .menu-container ul li a:hover{
    background: #0ff;
}


/********** MENU **************/

.menushell{
    position: fixed;
    bottom: 30px;
    z-index: 9999999;
    width: 100%;
    background: #f0f;
}

.topbar{
    width: 100%;
    z-index: 99999;
    display: block;
    overflow: auto;
    -moz-box-shadow:    5px 5px 5px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    box-shadow:         5px 5px 5px 0px rgba(0,0,0,0.3);
}

.topbar .wrapper{
    width: 90%;
    padding: 0 5%;
}

.topbar .power{
    font-size: 0.8em;
    padding: 10px 0;
    float: right;
}

.menuwrapper{
    width: 100%;
    overflow: auto;
    -webkit-transition-duration: 0s;
    -moz-transition-duration:    0s;
    -o-transition-duration:      0s;
    -ms-transition-duration:     0s;
    transition-duration:         0s;
}

.page-template-template-home-php .menuwrapper{
    display: none;
}

.menu-container{
    float: left;
    clear: both;
    vertical-align: bottom;
    position: relative;
    list-style: none;
    margin: 0;
    overflow: visible;
}

.menu-container ul{
    padding: 0;
    margin: 0;
}

.menu-container ul li{
    display: inline;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 27px;
}

.menu-container ul li a{
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 12px 20px 10px 0px;
    display: inline-block;
    font-size: 13px;
    vertical-align: center;
    line-height: 14px;
}

.menu-container ul li ul.sub-menu{
    display: none;
    background: #000;
    background: rgba(0,0,0,.6);
    position: absolute;
    text-align: left;
    margin-top: 0.8em;
    font-size: 0.9em;
    top: 0;
    left: 0;
    width: 150px;
    z-index: 9999;
    padding: 0;
}

/*.menu-container ul li:hover ul.sub-menu{
    display: block;
}*/

.menu-container ul li ul.sub-menu li{
    margin: 0;
    padding: 0;
    float: none;
    display: block;
    text-align: left;
    list-style-type: none;
}

.menu-container ul li ul.sub-menu li a{
    display: block;
    padding: 0.5em 0.5em;
}

.menu-container ul li ul.sub-menu li ul{
    display: none!important;
}

#menubutton{
    display: block;
    overflow: auto;
    width: auto;
    float: left;
    font-size: 15px;
    font-family: 'Andada', Georgia, serif;
    font-weight: 500;
    padding: 10px 0 14px;
}


.social-menu{
    display: block;
    position: absolute;
    right: 5%;
    top: 4px;
}

.topbar .wrapper{
    overflow: auto;
    border-bottom: 1px solid #f0f;
    border-top: 1px solid #f0f;
}

#subscribe{
    display: none;
    padding: 0.5em 5%;
    border-bottom: none;
    -webkit-transition-duration: 0s;
    -moz-transition-duration:    0s;
    -o-transition-duration:      0s;
    -ms-transition-duration:     0s;
    transition-duration:         0s;
}

#close{
    float: right;
}

.topbar form{
    padding-top: 5px;
    float: left;
    width: 100%;
}

.topbar form input{
    font-size: 11px!important;
    padding: 1px 5px;
    width: 100px;
}

.topbar form input[type="submit"]{
    padding: 3px 5px;
    width: auto;
}

/****************SOCIAL BADGES *********************/

.social-media-badges{
    padding: 10% 5%;
    display: block;
    text-align: center;
}


.social-media-badges ul,
.social-media-badges ul li{
    margin: 0!important;
    padding: 0!important;
    display: block;
    text-align: center;
    overflow: hidden;
    list-style: none;
}

.social-media-badges ul li{
    display: inline-block;
}

.social-media-badges a{
    -webkit-transition-duration: 0s;
    -moz-transition-duration:    0s;
    -o-transition-duration:      0s;
    -ms-transition-duration:     0s;
    transition-duration:         0s;
    display: block;
    background: url('images/social_media_icons.png') no-repeat 0 -33px;
    height: 28px;
    width: 28px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 1px;
}

.widget .social-media-badges{
    overflow: auto;
    float: none;
}
.widget .social-media-badges a{
    float: left;
}

.social-media-badges a:hover{
    background-position: 0px -2px;
}

.social-media-badges a[title="Twitter"]{
    background-position: -32px -32px;
}
.social-media-badges a[title="Twitter"]:hover{
    background-position: -32px -1px;
}

.social-media-badges a[title="Youtube"]{
    background-position: -62px -32px;
}
.social-media-badges a[title="Youtube"]:hover{
    background-position: -62px -1px;
}

.social-media-badges a[title="Flickr"]{
    background-position: -408px -32px;
}
.social-media-badges a[title="Flickr"]:hover{
    background-position: -408px -1px;
}

.social-media-badges a[title="Instagram"]{
    background-position: -189px -32px;
}
.social-media-badges a[title="Instagram"]:hover{
    background-position: -189px -1px;
}

.social-media-badges a[title="Soundcloud"]{
    background-position: -221px -32px;
}
.social-media-badges a[title="Soundcloud"]:hover{
    background-position: -221px -1px;
}

.social-media-badges a[title="iTunes"]{
    background-position: -253px -32px;
}
.social-media-badges a[title="iTunes"]:hover{
    background-position: -253px -1px;
}

.social-media-badges a[title="Tumblr"]{
    background-position: -126px -32px;
}
.social-media-badges a[title="Tumblr"]:hover{
    background-position: -126px -1px;
}

.social-media-badges a[title="Spotify"]{
    background-position: -284px -32px;
}
.social-media-badges a[title="Spotify"]:hover{
    background-position: -284px -1px;
}

.social-media-badges a[title="Myspace"]{
    background-position: -345px -32px;
}
.social-media-badges a[title="Myspace"]:hover{
    background-position: -345px -1px;
}

.social-media-badges a[title="Mailing List"]{
    background-position: -314px -32px;
}
.social-media-badges a[title="Mailing List"]:hover{
    background-position: -314px -1px;
}

.social-media-badges a[title="Pinterest"]{
    background-position: -408px -32px;
}
.social-media-badges a[title="Pinterest"]:hover{
    background-position: -408px -1px;
}

.social-media-badges a[title="Vimeo"]{
    background-position: -439px -32px;
}
.social-media-badges a[title="Vimeo"]:hover{
    background-position: -439px -1px;
}

/***************************** CONTAINER SECTION ********************************/

#mainwrapper{
    float: right;
    overflow: hidden;
    width: 75%;
    padding-top: 6%;
}

#container{
    float: left;
    width: 69%;
    margin: 0 0;
}

#container.littlecontainer{
    width: 49%;
}

#container .post{
    clear: both;
    -moz-box-shadow:    5px 5px 5px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    box-shadow:         5px 5px 5px 0px rgba(0,0,0,0.3);
    background-color: #f0f;
    overflow: auto;
    margin-bottom: 3em;
    border-left: 6px solid #ff0;
}

#container .top{
    height: 25px;
    width: 100%;
}

#container .content{
    clear: right;
    overflow: hidden;
}

.content span.light{
    opacity: 0.5;
}

#container .bottom{
    height: 25px;
    width: 100%;
}

#container.full{
    width: 100%;
}

/******************************* CONTENT SECTION ********************************/

.entry{
    padding:10px 10px 20px;
    min-height:440px;
    float:left;
    width: 456px;
    max-width: 100%;
}

.entry_news{
    padding:10px;
}

.content img{
    max-width: 100%;
    margin: 0 0 0.5em 0;
}

.content img.alignnone{
    display: inline;
    margin: 0;
}

.content img.alignleft{
    float:left;
    clear: left;
    margin-right: 1em;
}

.content img.aligncenter{
    display: block;
    clear: both;
    margin: 0 auto;
}

.content img.alignright{
    float:right;
    clear: right;
    margin-left: 1em;
}

h1.title,
.post h2.title{
    display: block;
    margin-bottom: 0em;
    padding-bottom: 0em;
    padding-top: 0.5em;
}

h1.title{
    -moz-box-shadow:    5px 5px 5px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    box-shadow:         5px 5px 5px 0px rgba(0,0,0,0.3);
    padding: 0.4em 0.6em;
    margin-bottom: 1em;
    padding-top: 200px;
    margin-top: -200px;
    float: left;
    clear: both;
}

h2.widgettitle{
    border-bottom: 1px dotted #f00;
    padding-bottom: 5px;
}

h2.title a{
    text-decoration: none;
}

.post span.meta{
    font-size: 9px;
    text-transform: none;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: normal;
    margin-left: 0.5em;
}

.singlepost{
    margin-bottom: 2em;
}

.singlepost.singlepage{
    margin-top: 0;
}

.post .social-share {
    display: block;
    width: 100%;
    padding: 10px 0;
    clear: both;
    height: 20px;
    clear: both;
}

.social-share a.comments{
    margin-top: 2px;
    float: left;
    font-size: 0.75em;
    margin-left: 5px;
}

.social-share .fb-like{
    display: block;
    float: left;
    margin-right: 10px;
}
.social-share .twitter-share-button[style]{
    display: block;
    float: left;
    width: 85px!important;
}

.post .preview-thumb{
    display: block;
    float: left;
    margin: 15px;
    clear: both;
}

.post .preview-thumb img{
    margin: 0;
}

.releases h2.title{}

.releases .post .content{
    padding: 15px 15px 0 0;
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;
}

#container.index .newsthumb{
    float: right;
    max-width: 20%;
}

#container.index .newsthumb img{
    margin-bottom: 0;
}

#container.index .eightyfloat{
    float: left;
    max-width: 80%;
    clear: none;
}

/***** USER CONTENT *****/

.post img{
    margin: 0 0 1em 0;
}

.post img.alignleft{
    float:left;
    margin-right:15px;
}

.post img.aligncenter{
    display: block;
    margin: 0 auto;
}

.post img.alignright{
    float:right;
    margin-left:15px;
}

.post img.alignnone{
    display: inline-block;
}

a.buylink{
    float: right;
}

.fb-comments{
    width: 100%;
    margin-top: 1em;
    display: block;
}

.fb-comments *{
    width: 100%!important;
}

.fb-comments *>[style]{
    width: 100%!important;
}


/******************************* PAGINATION *************************************/

#container .pagination{
    overflow: hidden;
    margin-bottom: 2em;
}

#container .pagination a{
    padding: 0.4em 1em 0.5em;
    font-family: 'Andada', Georgia, serif;
    text-decoration: none;
    width: auto;
    max-width: 30%;
}

#container .pagination .left a,
#container .pagination .right a{
    float: left;
    max-width: 40%;
    font-size: 14px;
    font-weight: 600;
}

#container .pagination .right a{
    float: right;
    text-align: right;
}

/*********************************** SIDEBAR SECTION *********************************/

.sidebar{
    float: right;
    width: 27%;
    padding: 0;
    overflow: visible;
}

.sidebar .rightsidebar,
.sidebar .leftsidebar{
    float: left;
    width: 100%;
}

.doublesidebar .sidebar{
    width: 48%;
}

.doublesidebar .sidebar .leftsidebar{
    float: left;
    width: 47%;
}

.doublesidebar .sidebar .rightsidebar{
    float: right;
    width: 47%;
}

.sidebar ul.leftsidebar,
.sidebar ul.rightsidebar{
    display: block;
    margin: 0;
    padding: 0;
}

.sidebar .widget{
    display: block;
    margin-bottom: 2em
}

.sidebar .widget .widgetcontent{
    padding: 0;
}

.sidebar .widget .widgetcontent li, .sidebar .widget a.gig{
    padding: 1em 0;
    display: block;
}

.sidebar .widget .widgetfoot{
    display: block;
    width: 100%;
    height: 20px;
}

h2.highlight{
    padding-bottom: 0.4em;
    border-bottom: 2px dotted #f00;
}

h2.highlight a span.meta{
    font-size: 12px;
    display: block;
    font-family: 'Andada', Georgia, serif;
}

.mailing-list{
    padding: 0.5em;
}

li.widget{
    list-style: none;
}

li.widget ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 1em;
}

.sidebar li.widget .widgetcontent ul{
    margin-left: 0;
}
.sidebar li.widget .widgetcontent ul li{
    padding-top: 0;
}

.widget_slideshow h2{
    display: none;
}

.ngg-widget,
.ngg-widget-slideshow{
    padding: 0!important;
}

.sidebar .widget.map h2.title{
    border-bottom: none;
    margin-bottom: 0.2em;
}
.sidebar .widget.twitter h2.title{
    border-bottom: none;
    margin: 0;
}

body .sidebar .widget{
    -webkit-transition-duration: 0s;
    -moz-transition-duration:    0s;
    -o-transition-duration:      0s;
    -ms-transition-duration:     0s;
    transition-duration:         0s;
}

p.tweet-text{
    margin: 0;
}
p.tweet-details{
    margin: 0;
    font-size: 0.7em;
}



/***********RESPONSIVE FACEBOOK LIKE BOX*********/

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
    width: 100% !important;
}

/********** SOCIAL BAR ************/

#social-bar{
    position: relative;
    top: 0;
    width: 100%;
    padding: 8px 0 0;
    border-bottom: 2px dotted #f00;
}

#social-bar .wrapper{
    padding-bottom: 0;
    overflow: visible;
}

#social-bar .fb-like{
    height: 35px;
    top: 2px;
}

#social-bar iframe{
    background: transparent!important;
}

#social-bar .social-media-badges{
    float: right;
    padding-bottom: 6px;
}

/******** HIGHLIGHT ********/

a.gighighlight{
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #f00;
    font-family: 'Andada', Georgia, serif;
    line-height: 1.8em;
    font-weight: 500;
}


 a.gighighlight span.venue{
    font-size: 18px;
 }


a.gighighlight span.date{
    font-family: 'Andada', Georgia, serif;
    font-size: 12px;
    display: block;
}


/********** SOCIAL BADGES ************/

.socialwidget{
    overflow: visible;
}

.socialwidget .fb-like{
    float: left;
    margin: 4px 10px 4px 0;
    max-width: 100px;
    overflow: visible;
}


/***********RESPONSIVE INSTAPRESSPRESS**********/

.instapress-shortcode-image{
    display: block;
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-bottom: 5%;
}

.instapress-shortcode-image a{
    display: block;
}

.instapress-shortcode-image a img{
    margin: 0;
}

.instapress-shortcode-image:nth-child(3n){
    margin-right: 0;
}

.widget.instagram .instagram-image{
    margin-top: 15px;
}

.widget.instagram #instagram-image-1{
    margin-top: 0;
}

.widget.instagram .instagram-images-clear{
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
}


/***********RESPONSIVE TUBEPRESS**********/

.tubepress_normal_embedded_wrapper[style],
.tubepress_thumbnail_area[style]{
width: 100%!important;
}
.tubepress_thumb{
    width: 25%!important;
}
.tubepress_thumbs .tubepress_thumb img{
    margin: 0 0 6px 0!important;
}


/*********PREORDER********/

.row{
    width: 100%;
    overflow: auto;
    margin-bottom: 2em;
}

.row .third{
    width: 30%;
    margin-right: 5%;
    float: left;
    text-align: center;
}

.row .third.last{
    margin-right: 0;
}

.row .third a{
    display: block;
    padding: 10px;
    overflow: auto;
    text-decoration: none!important;
    -webkit-border-radius: 2px;
    -moz-border-radius:    2px;
    border-radius:         2px;
}

.row .third a:hover{

}

.row .third .title{
    font-family: 'Andada', Georgia, serif;
    font-size: 21px;
    font-weight: 500;
    margin: 15px 0;
}

.row .third .subtitle{
    font-family: 'Andada', Georgia, serif;
    font-size: 14px;
    border-top: 2px dotted #f00;
    font-weight: 400;
    border-bottom: 2px dotted #f00;
    padding: 2px 0 4px;
}


/************* MUSIC GLUE ***********/

.musicglue_container *{
    -webkit-transition-duration: 0s;
    -moz-transition-duration:    0s;
    -o-transition-duration:      0s;
    -ms-transition-duration:     0s;
    transition-duration:         0s;
}

.content .musicglue_shop_grid_container .shop_row .product_form .shop_product .grid_details .buy_link{
    margin-top: -0.2em;
}

.content .musicglue_shop_grid_container .shop_row .product_form .shop_product .grid_details .buy_link.sold_out{
    cursor: default!important;
}

.details_right a.tickets{
    float: right;
}

.post .musicglue_container .content{
    padding: 0;
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;
}
.musicglue_shop_grid_container .product_form h2{
    margin-top: 0!important;
    margin-bottom: 0.5em;
}


/**** MUSICGLUE BAR *****/

.mg_wp_header_bar{
    float: right!important;
    right: 0!important;
    left: auto!important;
    width: auto!important;
    top: 5px!important;
    background-image: none!important;
    border: 1px solid #f0f!important;
    border-right: none!important;
    z-index: 999999!important;
}

.mg_wp_header_bar .internal{
  max-width: 960px!important;
  padding: 10px 20px 5px 0px!important;
}

.mg_wp_header_bar .internal a.button.basket_link{
    margin-bottom: 0;
}

/***************/
.social-media-badges .mg-plug{
    margin: 10px auto;
    display: block;
    text-align: center;
    padding: 5px 0;
    background-image: none;
    width: auto;
    height: auto;
    opacity: 0.8;
}

.social-media-badges .mg-plug:hover{
    opacity: 1;
}

.social-media-badges .mg-plug img{
    margin: 0 auto;
}



#footer .mg-plug{
    float: right;
    margin-top: -10px;
}

/************* FULL SCREEN FLEXSLIDER SLIDESHOW ************/

.flexslider{
    display: block;
    position: relative;
    height: 100%!important;
    overflow: hidden!important;
    width: 100%!important;
    background: #000 url('images/light_throbber.gif') no-repeat 50% 50%!important;
}

.flexslider .slides,
.flexslider .slides li{
    width: 100%!important;
    height: 100%!important;
}

.flexslider .slides img{
    position: relative;
    max-height: 1000%!important;
    max-width: 1000%!important;
}

.flexslider *{
    -webkit-transition-duration: 0s;
    -moz-transition-duration:    0s;
    -o-transition-duration:      0s;
    -ms-transition-duration:     0s;
    transition-duration:         0s;
}


.flex-direction-nav li a{
    display: none!important;
}

ol.flex-control-nav{
   width: 100%!important;
   right: 2%;
   bottom: 20px!important;
}

ol.flex-control-nav li a{
    background: #000!important;
    width: 10px!important;
    height: 10px!important;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 2px dotted #fff;
}

ol.flex-control-nav li a:hover,
ol.flex-control-nav li a.active{
    background: #fff!important;
    border: 2px dotted #000;
}

.flexslider a{
    display: block;
}

.flex-caption{
    padding: 8px 10px 6px!important;
    width: auto!important;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    text-align: center;
    position: absolute!important;
    margin: 0 auto!important;
    bottom: auto!important;
    top: 90px!important;
    background: #000!important;
    background: rgba(0,0,0,.7)!important;
    font-size: 20px!important;
    line-height: 21px!important;
}

/********* GALLERY ********/

.gallery .gallery-item img{
    border: none!important;
    margin: 0;
}
.gallery .gallery-item{
    margin: 0!important;
}

#lbCaption a{
    color: #000;
}

/********* ADAPTIVE *********/

@media all and (max-width: 900px){
    .wrapper{
        overflow-x: hidden;
    }

    .post .preview-thumb{
        float: none;
    }

    .menuwrapper{
        display: none;
    }

    body .bgwrapper{
        background-image: none!important;
    }

    #container, .sidebar, #container.littlecontainer, .doublesidebar .sidebar{
        width: 100%;
    }

    .releases .post .content{
        padding: 15px;
    }

    #container.home{
        width: 103%;
    }

    #container.home .content{
        width: 97%
    }

    #header, #mainwrapper{
        width: 100%;
        max-width: 100%;
        float: none;
        position: relative;
        padding: 0;
        padding-top: 25px;
    }
    #header .circle{
        width: 250px;
        padding: 0;
        height: 250px;
        margin: 0 auto;
    }
        h1.title{
        padding-top: 208px;
    }

    .social-media-badges{
        display: none;
    }

}

#menubutton{
    display: none;
}

#footer{
    display: none;
    padding: 10px 5%;
}

@media all and (min-width: 550px){
    #main-menu[style]{
        display: block!important;
    }
    #toplink[style]{
        display: none!important;
    }
}

@media all and (max-width: 550px){
    #toplink{
        position: fixed;
        bottom: 20px;
        right: 20px;
        padding: 15px;
        z-index: 99999;
        width: 15px;
        height: 15px;
        -webkit-border-radius: 30px;
        -moz-border-radius:    30px;
        border-radius:         30px;
        opacity: 0.5;
        -webkit-transition-duration: 0s;
        -moz-transition-duration:    0s;
        -o-transition-duration:      0s;
        -ms-transition-duration:     0s;
        transition-duration:         0s;
    }

    .menushell{
        position: relative;
        bottom: 0;
    }

    .wrapper{
        padding-bottom: 0px
    }

    .menushell .power{
        display: none;
    }

    #footer{
        display: block;
        clear: both;
    }

    #menubutton{
        display: block;
        text-transform: uppercase;
        font-family: 'Quattrocento Sans', sans-serif;
        font-weight: bold;
    }

    #main-menu{
        float: none;
        display: none;
        -webkit-transition-duration: 0s;
        -moz-transition-duration:    0s;
        -o-transition-duration:      0s;
        -ms-transition-duration:     0s;
        transition-duration:         0s;
    }

    #main-menu.menu-container ul{
        padding-bottom: 8px;
    }

    #main-menu.menu-container ul li a{
        display: block;
        border-top: 2px dotted #555;
        background: none;
        padding: 10px 0px;
        text-align: left;
    }

    .footermenu{
        display: none;
    }

}
