/*
Theme Name: Artsatlas
Theme URI: http://greengraphics.com.au/artsatlas
Author: Greengraphics
Author URI: http://greengraphics.com.au
Description: Artsatlas is a portal where local arts can show their work and get their name out there.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, left-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images
Text Domain: artsatlas
*/


/* STANDARD ELEMENTS --------------------------------------------------*/

html {
    min-height: 100%;
}
* {
    margin: 0;
}
a {
    color: #ed1556;
    text-decoration:none;
}
a:hover {
    color: #505050;
    text-decoration:underline;
}
body {
    background: #fff;
    background-repeat: repeat-x;
    background-position: center top;
    color: #656565;
    font: normal 62.5% 'Helvetica Neue', Helvetica, Arial, sans-serif
}


.toprightcorner {
    float:right;
    margin: 0 0 8px;
}

.sortBy {}
.sortBy-active {
    color: black;
    cursor: default;
    text-decoration: underline;
}

.toprightcornernews {
    float:right;
    width:205px;
    margin-top:5px;
}

.add {
    clear: right;
    color:#fff;
    text-decoration:none;
    background:#ed1556;
    width:45px;
    height:25px;
    line-height:25px;
    margin-left:10px;
    color:#FFF;
    text-transform:uppercase;
    font-size:1.1em;
    float:right;
    text-align:center;
    float:right;
}
.add:hover {
    background:#656565;
}

.mapsocial {
    width:750px;
}

.socialmediaicons {
    width:88px;height:28px;
}

.socialmediaiconsmap {
    width:88px;height:28px;
    float:right;
    padding-top:10px;
}


.socialmediaicons-sidebar {
    width:88px;height:28px;
    margin:0 auto;
    padding-top:15px;
    clear:both;
}
.viewasmap {
    color:#ed1556;
    text-decoration:none;
    background:#FFF;
    border:#ed1556 solid 1px;
    width:100px;
    height:23px;
    line-height:23px;
    margin-left:10px;
    text-transform:uppercase;
    font-size:1.1em;
    float:right;
    text-align:center;
    float:right;
}
.viewasmap:hover {
    background:#656565;
    color:#ffffff;
}

.taxonomy-drilldown-dropdowns input{
width:100%;
    background:#979797;
color:#ffffff;
border:none;
padding:5px;
cursor:pointer;

text-transform:uppercase;
font-size:1em;
-webkit-border-radius:0;
        border-radius:0;
}

.taxonomy-drilldown-dropdowns input:hover{
background:#ed1556;
}

.taxonomy-drilldown-dropdowns{
padding-top:15px;
}

.taxonomy-drilldown-dropdowns .taxonomy-drilldown-reset{
text-transform:uppercase;
    background:#979797;
font-size:1em;
width:195px;
color:#ffffff;
border:none;
padding:6px 5px 6px 5px;
cursor:pointer;
text-decoration:none;
clear:left;
float:left;
text-align:center;
margin-top:3px;
}

.taxonomy-drilldown-dropdowns .taxonomy-drilldown-reset:hover{
background:#ed1556;
}
.taxonomy-drilldown-dropdowns select {
border:1px solid #d6d6d6;
}
h2.offscreen{
font-size:1.3em;
text-align:center;
padding-top:20px;
color:#ed1556;
border-bottom:1px dashed #d6d6d6;
}
.sort {
    float: right;
    margin: 0 0 8px;
}
p, code, ul {
    padding-bottom: 10px;
}
li {
    list-style: none;
}
h1 {
    font: normal 1.3em Helvetica Neue, sans-serif;
    margin-bottom: 4px;
    color: #ed1556;
}
h2 {
    font: normal 1.6em sans-serif;
}
h3 {
    font: bold 1.1em sans-serif;
}
big {
    font-size: 1.1em;
}
h1, h2, h3 {
    padding-top: 6px;
    padding-bottom: 10px;
}
label {
    display: block;
    font-size: 0.9em;
}
h4 {
    font: bold 1.1em Helvetica Neue, sans-serif;
    color: #ed1556;
}
/* MISC --------------------------------------------------*/

img {
    height: auto;
    max-width: 100%;
}

.clearer {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}


/* ! Thumbnail scroller */    
.mThumbnailScroller{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
    .mThumbnailScroller.mTS_no_scroll, .mThumbnailScroller.mTS_touch_action{ -ms-touch-action: auto; touch-action: auto; }

    .mTSWrapper{
        position: relative;
        overflow: hidden;
        height: 100%;
        max-width: 100%;
        outline: none;
        direction: ltr;
    }

    .mTSContainer{
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    ul.mTSContainer, ol.mTSContainer{ list-style: none; }

    .mTSThumb, 
    ul.mTSContainer > li img{ vertical-align: bottom; }

    .mTS_vertical .mTSContainer{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .mTS_horizontal .mTSContainer{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    
    .mTSButton{
        /* button size (if changed, also change the buttons top and left margins below) */
        width: 32px;
        height: 32px;
        padding: 4px;
        /* ---------- */
        text-align: center;
        background-color: #4F616C; /* button background */
        color: #fff; /* non-svg button icon color */
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        /* show button effect (fades-in button from zero size) */
        opacity: 0.8;
        -webkit-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
        transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
        /* ---------- */
    }
    .mTSButton:hover {
        opacity: 1;
    }

    /* buttons positioning */
    
    .mTSButtonDown{
        top: auto;
        bottom: 0;
    }

    .mTSButtonRight{
        left: auto;
        right: 0;
    }

    .mTSButtonUp, 
    .mTSButtonDown{ /* margin is half the button size */
        left: 50%;
        margin-left: -24px;
    }

    .mTSButtonLeft, 
    .mTSButtonRight{ /* margin is half the button size */
        top: 50%;
        margin-top: -24px;
    }

    .mTSButtonIconContainer{
        display: block;
        position: relative;
    }

    .mTSButtonIcon{ /* SVG icon */
        display: block;
        fill: #fff; /* button icon color */
    }

    .mTSButton.mTS-hidden, 
    .mThumbnailScroller.mTS_no_scroll .mTSButton{
        /* hide button effect (fades-out button to zero size) */
        opacity: 0;
        height: 0;
        width: 0;
        padding: 0;
        -webkit-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
        transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
        /* ---------- */
    }



/* STRUCTURE --------------------------------------------------*/

.container {
    font-size: 1.2em;
    margin: 0 auto;
    padding: 0 0 0;
    width: 982px;
}
.top {
    padding-top:20px;
    padding-bottom:0;
}
#header {
    background:url('img/header.png') no-repeat;
    height: 134px;
    margin: 0 auto;
    padding: 0px 0px 0px;
    width: 982px;
    over: hidden;
    z-index: 100;
}
#logo{
width:273px;height:72px;padding-top:40px;padding-left:30px;
}
.main {
    background:url('img/mainbg.png') repeat-y;
    z-index: 50;
    min-height:450px;
}
.mainhome {
    background:url('img/mainbghome.png') repeat-y;
    z-index: 50;
    min-height:450px;
}
.mainfooter {
    background:url('img/mainbg_footer.png') no-repeat;
    z-index: 50;
    width:982px;
    height:11px;
}
/* SIDEBAR --------------------------------------------------*/

.sidenav {
    float: right;
    width: 426px;
    padding-right:10px;
}
/* SIDEBAR2 --------------------------------------------------*/

.sidenav2 {
    float: right;
    width:210px;
    padding-right:11px;
}
/* WIDGET AREAS --------------------------------------------------*/

.topleft {
    width:210px;
    height:100%;
    float:left;
    padding-top:5px;
}
#php_widget-2 li {
    height:0px;
    padding:0;
    margin:0;
}
.topright {
    width:205px;
    float:right;
    padding-top: 3px;
    padding-right: 4px;
    padding-bottom: 3px;
    padding-left: 3px;
}
.topright ul {
    padding:0;
    border-top: 0px solid #EAEADA;
}
.topright li {
    border-bottom: 3px solid #FFFFFF;
    height:41px;
}
.topright li a {
    font-size: 1.5em;
    color: #FFF;
    display: block;
    line-height:41px;
    text-decoration: none;
    background: #ed1556;
    text-transform:uppercase;
    text-align:center;
}
.topright li a:hover {
    background: #fc3c76;
    color: #fff;
}
.topright li.grey a {
    font-size: 1.5em;
    color: #FFF;
    display: block;
    line-height:41px;
    text-decoration: none;
    background: #bfbfbf;
    text-transform:uppercase;
    text-align:center;
}
.topright li.grey a:hover {
    background: #aaaaaa;
    color: #fff;
}
.tagcloud {
text-align:center;
}
.tagcloud .textwidget {
    text-align:center;
    padding-top:10px;
    color:#ed1556;
}
.tagcloud a {
text-align:center;
    color:#ed1556;
    display: inline;
    text-decoration: none;
    background: none;
    text-transform:none;
}

.tagcloud a:hover {
    background: none;
    text-decoration: underline;
    color: #ed1556;
}
.artisthomepost {
    width:54px;
    height:54px;
    margin-left:7px;
    margin-right:7px;
    float:left;
    border: 1px solid #aaaaaa;
    margin-bottom:10px;
    transition: border-color 700ms linear;
    -moz-transition: border-color 700ms linear;    /* FF3.7+ */
    -o-transition: border-color 700ms linear;      /* Opera 10.5 */
    -webkit-transition: border-color 700ms linear; /* Saf3.2+, Chrome */
}
.artisthomepost:hover {
    border: 1px solid #ed1556;
    margin-bottom:10px;
}
.topleft h2 {
    color:#ed1556;
    font-size: 1.3em;
    padding-left:8px;
}
/* NAVIGATION --------------------------------------------------*/
#navigation {
    background:url('img/nav.png') no-repeat;
    height: 30px;
    z-index: 200;
    width:963px;
    padding-left:11px;
    padding-right:11px;
}

.mobileToggle {
    border: none;
    background: none;
    display: none;
    position: relative;
    float: left;
    width: 30px;
    height: 24px;
    padding: 0;
    z-index: 4;
    -webkit-perspective: 80px;
            perspective: 80px;    
}
.mobileToggle-inner, .mobileToggle-inner:after, .mobileToggle-inner:before {
    background: white;
}
.mobileToggle-inner {
    transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
    -webkit-transition: background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
    transition: transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1);
    transition: transform .2s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1),-webkit-transform .2s cubic-bezier(.645,.045,.355,1);
}
.mobileToggle-inner, .mobileToggle-inner:after, .mobileToggle-inner:before {
    position: absolute;
    width: 30px;
    height: 4px;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.mobileToggle-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.mobileToggle-inner:after, .mobileToggle-inner:before {
    display: block;
    content: '';
}
.mobileToggle-inner:before {
    top: -10px;
}
.mobileToggle-inner:after {
    bottom: -10px;
}
.mobileToggle.is-active .mobileToggle-inner {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    background: transparent;
}
.mobileToggle.is-active .mobileToggle-inner:before {
    -webkit-transform: translate3d(0,10px,0) rotate(45deg);
            transform: translate3d(0,10px,0) rotate(45deg);
    transform: translate3d(0,10px,0) rotate(45deg);
}
.mobileToggle.is-active .mobileToggle-inner:after {
    -webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
            transform: translate3d(0,-10px,0) rotate(-45deg);
    transform: translate3d(0,-10px,0) rotate(-45deg);
}

#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width:800px;
}
#navigation li {
    float: left;
    display: inline-block;
    position: relative;
}
#navigation a {
    color: #333333;
    display: block;
    float: left;
    text-decoration: none;
    font: normal 1.2em;
    font-family: 'Open Sans', Helvetica Neue, Helvetica, sans-serif;
    line-height: 30px;
    padding: 0 15px;
}
#navigation a:hover {
    background:#ed1556;
    color: #FFF;
}
/* SUBMENU --------------------------------------------------*/
#navigation li ul {
    width: 180px;
    position: absolute;
    left: 0px;
    top: 30px;
    margin: 0;
    z-index: 200;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
}
#navigation li ul li {
    background: #eaeaea;
    width: 180px;
    height: 25px;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #CCC;
}
#navigation li ul a {
    background: transparent;
    display: block;
    width: 160px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    font-size:1.1em;
    text-indent:5px;
}
#navigation li ul a:hover {
    background: #ed1556;
    color:#fff;
}
/* search form */
#navigation #form {
    
float:right;
    height:22px;
    padding-top:2px;
    margin:0;
}
#navigation #form .searchinput {
    height:22px;
    background:#fff;
    width:140px;
    margin-right:2px;
    border:none;
    margin-top:0px;
}
#navigation #form #sidebarsubmit {
    height:22px;
    width:60px;
    color:#fff;
    text-transform:uppercase;
    font-size:20px;
    cursor:pointer;
    border:1px solid #ed1556;
    background:#ed1556;
}
#navigation #form #sidebarsubmit:hover {
    cursor:pointer;
    border:1px solid #5d5d5d;
    background:#5d5d5d;
}
/* CATEGORy PAGES SIDEBAR --------------------------------------------------*/
#catdivBU {
    float: right;
    font: normal 1em Helvetica Neue, Helvetica, sans-serif;
    color: #ed1556;
    line-height: 1.7em;
    text-transform: uppercase;
}
#catdiv {
    float: right;
    width: 200px;
    font: normal 1em Helvetica Neue, Helvetica, sans-serif;
    color: #ed1556;
    text-transform: uppercase;
    padding: 3px 4px 3px 4px;
    height:100%;
}
#catdivE {margin-bottom: 20px;}

#catdiv a {
    padding:0;
    height:100%;
    border-top: 0px solid #EAEADA;
    border-bottom: 3px solid #FFFFFF;
    height:41px;
    font-size: 1.15em;
    color: #FFF;
    display: block;
    line-height:41px;
    text-decoration: none;
    background: #ed1556;
    text-transform:uppercase;
    text-align:center;
}
#catdiv a:hover {
    background: #fc3c76;
    color: #fff;
    cursor: hand; cursor: pointer;
}
#allmap a {background: none; color: #ed1556; display: inline; line-height:25px; margin-bottom: 15px; padding: 2px; text-transform:lowercase; text-align:left;}
#backmainmap {width: 200px; height: 30px;}
#backmainmap a {float: right; display: inline; background: none; color: #ed1556; margin-right: 5px; text-transform:lowercase; font-size: 12px;}
#backmainmap a:hover {float: right; display: inline; background: none; color: #ed1556; text-transform:lowercase; text-decoration: underline; }


#catdiv #cat150 {
padding:0px;
background:#FFFFFF;}
.sidebarpages {
    float:left;
    width: 205px;
    padding: 3px 4px 3px 14px;
    height:100%;
}
.sidebarpages .menu ul {
    padding:0;
    height:100%;
    border-top: 0px solid #EAEADA;
}
.sidebarpages .menu li {
    border-bottom: 3px solid #FFFFFF;
    height:41px;
}
.sidebarpages .menu li a {
    font-size: 1.15em;
    color: #FFF;
    display: block;
    line-height:41px;
    text-decoration: none;
    background: #ed1556;
    text-transform:uppercase;
    text-align:center;
}
.sidebarpages .menu li a:hover {
    background: #fc3c76;
    color: #fff;
}
.contentcategories {
    width:690px;
    margin-top:20px;
    margin-right:40px;
    float:right;
    padding-bottom:30px;
    height:100%;
}

/* EVENTS PAGE CATEGORY MENU --------------------------------------------------*/

.contentfull .eventscategories {

float:right;
}
.contentfull .eventscategories ul {
    padding:0;
    height:100%;
    border-top: 0px solid #EAEADA;
}
.contentfull .eventscategories li {
    
    list-style-type:none;
    margin-right:3px;
float:left;

}
.contentfull .eventscategories li a {
    background: #ed1556;
    border: 1px solid #ed1556;
    color: #FFF;
    display: inline-block;
    font-size: 1.15em;
    line-height: 1.2;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    height: auto;
    width: auto;
}
.contentfull .eventscategories li a:hover {
    background: #fc3c76;
    color: #fff;
}
.contentfull .eventscategories li.mapview  a {
border: 1px solid #ed1556;
background:#fff;
color:#ed1556;
}
.contentfull .eventscategories li.mapview a:hover {
    background: #656565;
    color: #fff;
}


/* EVENTS PAGE CATEGORY MENU --------------------------------------------------*/

.contentpage .mapscategories {
padding-top:4px;
float:left;
width:500px;
}
.contentpage .mapscategories ul {
    padding:0;
    height:100%;
    border-top: 0px solid #EAEADA;
}
.contentpage .mapscategories li {
display: inline;    list-style-type:none;
    margin-right:3px;
float:left;

}
.contentpage .mapscategories li a {
    font-size: 1.15em;

    color: #FFF;
    display: inline;
    line-height:41px;
    text-decoration: none;
    background: #ed1556;
    text-transform:uppercase;
    text-align:center;
    padding:5px 10px;
border: 1px solid #ed1556;
}
.contentpage .mapscategories li a:hover {
    background: #fc3c76;
    color: #fff;
}
.contentpage .mapscategories li.mapview  a {
border: 1px solid #ed1556;
background:#fff;
color:#ed1556;
}
.contentpage .mapscategories li.mapview a:hover {
    background: #656565;
    color: #fff;
}




/* HOME --------------------------------------------------*/

.contenthome {
    float: left;
    margin: 0px 0;
    padding-left:11px;
    width: 533px;
}
.contenthome .descr {
    color: #664;
    font-size: 0.9em;
    margin-bottom: 6px;
}
.contenthome li {
    list-style-type: disc;
    line-height: 140%;
    padding: 0 0 12px 6px;
}
.contenthome p {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    line-height: 140%;
    font-size:0.95em;
    letter-spacing:0.04em;
}

.contenthome .homenews{
float:left;
width:230px;
}

.contenthome .homeopportunities{
float:right;
width:240px;
}

.contenthome .homeopportunities li{
    list-style-type: none;
    line-height: 120%;
    padding: 0 0 6px 0px;
float:left;

}

.contenthome .homenews li{
        list-style-type: none;
    line-height: 120%;
    padding: 0 0 6px 0px;
float:left;

}

.contenthome .homenews ul{
    padding:0;
    height:100%;
}

.contenthome .homenews h2, .contenthome .homeopportunities h2  {
    color:#ed1556;
    font-size: 1.3em;
    padding-left:0px;
    width:100%;
border-bottom:1px solid #ebebeb;
margin-bottom:5px;
padding-bottom:5px;
}

.contenthome .homenews h2 a, .contenthome .homeopportunities h2 a{
color:#656565;
}
.contenthome .homenews h2 a:hover, .contenthome .homeopportunities h2 a:hover{
color:#ed1556;
text-decoration:none;
}


.entryhome {
    width:491px;
    padding:20px 20px;
}
#slider {
    width:533px;
    height:229px;
}
/* PAGE WITH PADDING --------------------------------------------------*/

.content {
    float: left;
    margin: 0px 0;
    padding-right:39px;
    padding-left:50px;
    padding-top:20px;
    width: 672px;
}
.content .descr {
    color: #664;
    font-size: 0.9em;
    margin-bottom: 6px;
}
.content li {
    list-style-type: disc;
    line-height: 140%;
    padding: 0 0 12px 6px;
}
.content p {
    font-family: "Arial", sans-serif;
    line-height: 140%;
}
h5 a {
    font-size: 1.15em;
    color: #FFF;
    display: inline;
    line-height:41px;
    text-decoration: none;
    background: #ed1556;
    text-transform:uppercase;
    text-align:center;
    padding:5px 10px;
    border: 1px solid #ed1556;
}

#post-18317 h5 a {
    font-size: 2em;
    line-height: 2.2em;
}
h5 a:hover {
    text-decoration: none;
    background: #fc3c76;
    color: #fff;
}
.gform_footer input.button {
clear:both; background-color: #aaa; border: 0 none; -webkit-border-radius:4px; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-weight: bold; height: 42px; line-height: 42px; margin: 0 5px 10px 0; padding:0 20px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
.gform_footer input.button:hover {background-color:#ED1556;}


not.gform_footer input.button {
    font-size: 2em;
    cursor: pointer; 
    color: #FFF;
    display: inline;
    line-height:41px;
    text-decoration: none;
    background: #ed1556;
    text-transform:uppercase;
    text-align:center;
    padding:25px 25px;
    border: 1px solid #ed1556;
}
not.gform_footer input.button:hover {
    text-decoration: none;
    background: #fc3c76;
    color: #fff;
}

/* PAGE WITH NO MARGIN --------------------------------------------------*/

.contentpage {
    float: left;
    margin: 0px 0;
    padding-right:0px;
    padding-left:11px;
    padding-top:0px;
    width: 960px;
}
.contentpage:before, .contentpage:after {clear: both; content: ''; display: table;}
.contentpage .descr {
    color: #664;
    font-size: 0.9em;
    margin-bottom: 6px;
}
.contentpage li {
    list-style-type: disc;
    line-height: 140%;
    padding: 0 0 12px 6px;
}
.contentpage p {
    font-family: "Arial", sans-serif;
    line-height: 140%;
}
/* FULL WIDTH PAGE --------------------------------------------------*/

.contentfull {
    float: left;
    margin: 20px 0;
    padding: 0 50px;
    width: 882px;
}
.contentfull .descr {
    color: #664;
    font-size: 0.9em;
    margin-bottom: 6px;
}
.contentfull li {
    list-style-type: disc;
    line-height: 140%;
    padding: 0 0 12px 6px;
}
.contentfull p {
    font-family: "Arial", sans-serif;
    line-height: 140%;
}
.contentnarrow {
    float: left;
    margin: 20px 0;
    padding: 0 50px;
    width: 650px;
}
.contentnarrow .descr {
    color: #664;
    font-size: 1em;
    margin-bottom: 6px;
}
.contentnarrow li {
    list-style-type: disc;
    font-size: 1.1em;
    line-height: 160%;
    padding: 0 0 12px 6px;
}
.contentnarrow p {
    font-family: "Arial", sans-serif;
    font-size: 1.1em;
    line-height: 160%;
}
.leftprofile {
    float: left;
    padding: 0;
    width: 400px;
}
.rightprofile {
    float: right;
    padding: 0;
    width: 400px;
}
.linkage {padding-bottom: 12px;}

/* SINGLE POST FULL WIDTH PAGE --------------------------------------------------*/

.contentsingle {
    float: left;
    margin: 0px 0;
    padding: 0 11px;
    width: 960px;
}
.contentsingle .descr {
    color: #664;
    font-size: 0.9em;
    margin-bottom: 6px;
}
.contentsingle li {
    list-style-type: disc;
    line-height: 180%;
    padding: 0 0 12px 6px;
}
.contentsingle p {
    font-family: "Arial", sans-serif;
    line-height: 180%;
    font-size:1.1em;
}
.leftprofilesingle {
    float: left;
    padding: 0;
    width: 416px;
    padding-top:40px;
    padding-bottom:40px;
    margin-left:50px;
}
.rightprofilesingle {
    float: right;
    padding-top:40px;
    margin-right:50px;
    width: 416px;
    padding-bottom:40px;
}
.leftoppsingle {
    float: left;
    padding: 0;
    width: 535px;
    padding-top:40px;
    padding-bottom:40px;
    margin-left:50px;
}
.rightoppsingle {
    float: right;
    padding-top:40px;
    margin-right:50px;
    width: 295px;
    padding-bottom:40px;
}
.artistheading {
    margin:0 auto;
    color:#ffffff;
    background:#4d4d4d;
    line-height:42px;
    height:42px;
    padding-left:50px;
    padding-right:50px;
    width:860px;
}
.mapheading {margin:0 auto; color: #fff; background: #4d4d4d; line-height: 42px; height: 42px; padding-left: 15px; padding-right: 15px; width: 930px;}
.mapheading .name {float:left;font-size:1.4em;}
.mapheading .backtoartist {float:right; font-size:1.2em;}
.mapheading .backtoartist a {color:#FFF;}
.mapheading .backtoartist a:hover {color:#d8d8d8; text-decoration:none;}

body[class*='template-maps'] .contentpage {
    float: none;
}

.map {
    float: left;
    width: 70%;
}
.single .map {
    float: none;
    width: 100%;
}

.marker {
    display: none;
}
.map-ready .marker {
    display: block;
}

.map-directions {
    display: block;
    font-style: italic;
    margin: 8px 0;
}

.map-sidebar {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: right;
    padding: 20px;
    width: 30%;
}

.map-sidebar h3 {
    margin: 0 0 8px;
    padding: 0;
}

.mapTypes,
.mapLocals {
    margin: 0 0 16px;
}

.btn {
    background: #ed1556;
    border: 2px solid #ed1556;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    color: white;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn:hover,
.mapLocals-link-active,
.mapTypes-link-active {
    background: white;
    color: #ed1556;
    text-decoration: none;
}

.artistslideshow {
    width:100%;
    background:#808080;
    height:215px;
}
.artistheading .name {
    float:left;
    font-size:1.3em;
}
.artistheading .backtoartist {
    float:right;
    font-size:1.1em;
}
.artistheading .backtoartist a {
    color:#FFF;
}
.artistheading .backtoartist a:hover {
    color:#d8d8d8;
    text-decoration:none;
}
/* IMAGE WRAP STYLES --------------------------------------------------*/

img.alignright {
    float:right;
    margin:0em 0m 1em 1em
}
img.alignleft {
    float:left;
    margin:0 1em 1em 0
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
a img.alignright {
    float:right;
    margin:0 0 1em 1em
}
a img.alignleft {
    float:left;
    margin:0 1em 1em 0
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
img a {
    margin:0;
    padding:0;
}
/* FOOTER --------------------------------------------------*/

.footer {
    background: url('img/footer.png') no-repeat;
    color: #7a7a7a;
    font: normal 0.9em Hevetice Neue, Helvetica;
    height: 169px;
    padding: 10px 0 0 12px;
    margin-bottom:5px;
}
.footer .logos {
    background: #ffffff;
    width:532px;
    height:147px;
    background: url('img/logos.jpg') no-repeat;
    float:left;
}
.footer .disclaimer {
    float:left;
    width:190px;
    padding-top:12px;
    padding-left:20px;
    padding-right:10px;
}
.footer .aboutthissite {
    float:left;
    width:190px;
    padding-top:12px;
    padding-left:10px;
}
.footer h1 {
    text-transform:uppercase;
    color:#505050;
    font: bold 1em Hevetice Neue, Helvetica;
}
.footer a, .footer a:hover {
    color: #505050;
    underline:none;
}
.footer .inner {
    color: #505050;
    width:890px;
    margin:0 auto;
}
.copyright {
    font: normal 0.9em Hevetice Neue, Helvetica;
    clear:both;
}
.credits {float:right;}
.footer2 {
    padding-left:10px;
    padding-right:10px;
}
/* POSTS --------------------------------------------------*/

.post h1 a {
    text-decoration:none;
}
.post h1 a:hover {
    text-decoration:underline;
}
.post {
    margin: 0;
    word-wrap: break-word;
}
.post:before, .post:after {clear: both; content: ''; display: table;}

.post .info {
    padding: 5px 10px;
    border: 1px solid #E3E4E4;
    background:#F5F5F5;
    color: #555;
    margin: 2px 0 4px;
}
.post img {
    border: 0px solid #DDD;
}
.post a img {
    border: 0px solid #DDD;
}
.post a:hover img {
    border-color: #CCC;
}
.info a {
    text-decoration: none;
}
.info a:hover {
    text-decoration: underline;
}
/* ARTISTS POSTS --------------------------------------------------*/

.postartist h3 a {
    color: #6d6d6d;
    text-decoration:none;
    font-weight:normal;
}
.postartist h3 a:hover {
    text-decoration:none;
    color:#ed1556;
}
.postartist {
    margin: 0;
    width:120px;
    float:left;
    padding-right:18px;
    height:170px;
}
.postartist .info {
    padding: 5px 10px;
    border: 1px solid #E3E4E4;
    background:#F5F5F5;
    color: #555;
    margin: 2px 0 4px;
}
.postartist img {
    border: 2px solid #FFFFFF;
}
.postartist a img {
    border: 2px solid #FFFFFF;
    transition: border-color 700ms linear;
    -moz-transition: border-color 700ms linear;    /* FF3.7+ */
    -o-transition: border-color 700ms linear;      /* Opera 10.5 */
    -webkit-transition: border-color 700ms linear; /* Saf3.2+, Chrome */
}
.postartist a:hover img {
    border-color: #ed1556;
}

/* SPACES POSTS --------------------------------------------------*/

.spacesLabel {text-transform: uppercase; font-size:0.8em; color: #929292;}

/* OPP & NEWS POSTS --------------------------------------------------*/



.postnews h2 a {
    color: #6d6d6d;
    text-decoration:none;
    font-weight:normal;

}
.postnews h2 a:hover {
    text-decoration:none;
    color:#ed1556;
}
.postnews {
    margin: 0;
    width:305px;
padding:10px;
    float:left;
    margin-right:18px;
    margin-bottom: 15px;
    height: 105px;
    overflow: hidden;
    background: #f8f8f8;
}

.postnews .info {
font-style:italic;
font-size:0.9em;
}
.postnews img {
    border: 2px solid #FFFFFF;
}
.postnews a img {
    border: 2px solid #FFFFFF;
    transition: border-color 700ms linear;
    -moz-transition: border-color 700ms linear;    /* FF3.7+ */
    -o-transition: border-color 700ms linear;      /* Opera 10.5 */
    -webkit-transition: border-color 700ms linear; /* Saf3.2+, Chrome */
}
.postnews a:hover img {
    border-color: #ed1556;
}

.post-meta{
display: block;
width: 70px;
text-align: center;
color: white;
float: left;
margin-right: 20px;-webkit-border-radius:5px;border-radius:5px;
padding:5px;
border:1px solid #be3a00;
background:#eac68f;
}
.post-meta .day{
text-transform:uppercase;
font: normal 1.15em "Helvetica Neue", Helvetica,sans-serif;
color:#be3a00;
}

.post-meta .month{
text-transform:uppercase;
font: lighter 0.9em "Helvetica Neue", Helvetica,sans-serif;
color:#be3a00;
}

.post-meta .year{
text-transform:uppercase;
font: normal 1.1em "Helvetica Neue", Helvetica,sans-serif;
color:#be3a00;
}

/* CATEGORY POSTS --------------------------------------------------*/

.postartist1 h3 a {
    color: #6d6d6d;
    text-decoration:none;
    font-weight:normal;
}
.postartist1 h3 a:hover {
    text-decoration:none;
    color:#ed1556;
}
.postartist1 {
    margin: 0;
    width:120px;
    float:left;
    padding-right:18px;
    height:170px;
}
.postartist1 .info {
    padding: 5px 10px;
    border: 1px solid #E3E4E4;
    background:#F5F5F5;
    color: #555;
    margin: 2px 0 4px;
}
.postartist1 img {
    border: 2px solid #FFFFFF;
}
.postartist1 a img {
    border: 2px solid #FFFFFF;
    transition: border-color 700ms linear;
    -moz-transition: border-color 700ms linear;    /* FF3.7+ */
    -o-transition: border-color 700ms linear;      /* Opera 10.5 */
    -webkit-transition: border-color 700ms linear; /* Saf3.2+, Chrome */
}
.postartist1 a:hover img {
    border-color: #ed1556;
}

/* SEARCH RESULTS --------------------------------------------------*/

.searchresults h3 a {
    color: #6d6d6d;
    text-decoration:none;
    font-weight:normal;
}
.searchresults h3 a:hover {
    text-decoration:none;
    color:#ed1556;
}
.searchresults {
    margin: 0;
    width:120px;
    float:left;
    padding-right:6px;
    height:170px;
}
.searchresults .info {
    padding: 5px 10px;
    border: 1px solid #E3E4E4;
    background:#F5F5F5;
    color: #555;
    margin: 2px 0 4px;
}
.searchresults img {
    border: 2px solid #FFFFFF;
}
.searchresults a img {
    border: 2px solid #FFFFFF;
    transition: border-color 700ms linear;
    -moz-transition: border-color 700ms linear;    /* FF3.7+ */
    -o-transition: border-color 700ms linear;      /* Opera 10.5 */
    -webkit-transition: border-color 700ms linear; /* Saf3.2+, Chrome */
}
.searchresults a:hover img {
    border-color: #ed1556;
}


/* CATEGORY LISTS --------------------------------------------------*/

.categorylist {
    z-index: 200;
    width:650px;
}
.categorylist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.categorylist li {
    float: left;
    display: inline-block;
    position: relative;
    padding-top:0;
    padding-bottom:3px;
}
.categorylist li.categories {
    padding:0;
    margin:0;
}
.categorylist a {
    display: block;
    float: left;
    text-decoration: none;
    font: normal 1em Helvetica Neue, Helvetica, sans-serif;
    text-transform:uppercase;
    padding-right:20px;
    color: #6d6d6d;
    text-decoration:none;
}
.categorylist a:hover {
    color: #ed1556;
    text-decoration:none;
}
/* COMMENTS --------------------------------------------------*/

.content ol li {
    list-style: none;
    background: none;
}
#commentlist li {
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #700000;
    list-style: none;
}
#commentform {
    margin: 1em 0;
    background: #FAFAFA;
    width: 280px;
}
.commentmetadata {
    padding: 2px 0 4px;
}
.commentmetadata a {
    color: #664;
}
textarea.styled {
    width: 280px;
}
.styled {
    font-size: 1.1em;
    background: #F8F7F6;
    border: 1px solid #D6D3D3;
}
.styled:hover {
    background: #FFF;
    border: 1px solid #D6D3D3;
}
.styled:focus {
    background: #FFF;
    border: 1px solid #939793;
}
#commentform input {
    margin-bottom: 3px;
}
a img {
    border:none;
}

input {
    margin-right: 6px;
}
.dots {
    height: 13px;
    background:url('img/dots.jpg') repeat-x;
}
.bigquote {
    margin-bottom: 20px;
    font-family: 'Open Sans', Helvetica Neue, Helvetica, sans-serif;
    font-style: italic;
    font-size: 2.2em;
    color: #666;
}
.mapimage img {
    margin-right: 5px;
}

/* CLEARFIX
----------------------------------------------- */

.clearboth {
    display: block;
    margin: 0;
    padding: 0;
    clear: both;
}

/* SLIDER -------------------------------------- */

#slider {
    float:left;
    width:533px;
    height:229px;
    margin:0 0px;
    position:relative;
}
#slider #slides {
    position:absolute;
    top:0px;
    left:0px;
    z-index:100;
}
#slider .slides_container {
    width:533px;
    overflow:hidden;
    position:relative;
    display:none;
}
#slider .slides_container div.slide {
    width:533px;
    height:229px;
    display:block;
}
#slider .slides_container .caption {
    z-index:500;
    position:absolute;
    top: 180px;
    left:20px;
    height:25px;
    font-size:2.2em;
    font-family: 'Open Sans', Helvetica Neue, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height:25px;
    color:#ed1556;
    padding:5px;
    background:#fff;
    text-align:center;
    font-weight:normal;
}
#slider h5 {
    font-weight: normal;
}
#slider .caption h2 {
    font-size:18px;
    line-height:22px;
    margin-bottom:10px;
}
#slider #slides .next, #slides .prev {
    position:absolute;
    top:112px;
    left:10px;
    width:32px;
    height:34px;
    display:block;
    z-index:101;
    text-indent:-99999em;
    background: url(img/left.png);
}
#slider #slides .next {
    left:490px;
    background: url(img/right.png);
}
.offscreen {
    font-size: 1.2em;
    padding-left: 10px;
}


.loading {
    background: url(img/loading.gif) no-repeat center center;
    height: 230px;
}


.featuredSlideshow {
    position: relative;
}

.slides {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.slides:before, .slides:after { clear: both; content: ''; display: table; }

.slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.featuredSlideshow-link {
    display: block;
}

.featuredSlideshow-img {
    display: block;
}

.featuredSlideshow-title {
    background: #fff;
    color: #ed1556;
    font-family: 'Open Sans';
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2;
    max-width: 90%;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px; left: 20px;
    z-index: 1;
}


.scroller {
    background-color: #999;
    overflow: hidden;
    padding: 8px;
    position: relative;
}

.scroller__link {
    display: none;
    margin: 0 4px;
}

.scroller__img {
    display: none;
}





/* MailChimp Form Embed Code - Slim - 08/17/2011 */
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; -webkit-border-radius:4px; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#ED1556;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:280px; min-width:130px;}
#mc_embed_signup input.button {display:block; width:100px; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}


@media only screen
and (max-device-width: 982px)
and (-webkit-min-device-pixel-ratio: 2) {
    * {-webkit-box-sizing: border-box;box-sizing: border-box;}
    :focus, :active {outline: none;}
    img {height: auto; max-width: 100%;}
    body {font-size: 13px; background: none;}
    .top {padding: 0;}
    #header {background: none; height: auto; width: auto;}
    #logo {padding: 16px; height: auto; width: auto;}
    .container {font-size: 14px; width: auto; padding: 0 16px;}
    #navigation {background: #d9d9d9; height: auto; width: auto; padding: 0;}
    #navigation ul {width: auto;}
    #navigation > ul {float: left;}
    #navigation li {float: none;}
    #navigation a {float: none; padding: 8px 12px;}
    #navigation #form {height: auto; padding: 10px 0;}
    
    .mainhome {background: none; min-height: none;}
    
    .contenthome {width: 50%; padding: 0;}
    .contenthome p {font-size: 14px;}
    .entryhome {width: auto;}
    
    .contentfull {float: none; margin: 0; padding: 32px 0; width: 100%;}
    
    #tribe-events-content {padding: 0;}
    
    .main {background: none; min-height: 0; position: relative;}
    .sidebarpages {padding: 4px 4px 0 0; width: 180px; position: absolute; top: 0; left: 0;}
    .sidebarpages .menu li {height: auto;}
    .sidebarpages .menu li a {font-size: 14px; line-height: 1.65; padding: 8px;}
    h2.offscreen {padding: 8px; text-align: left;}
    .taxonomy-drilldown-dropdowns {padding: 0;}
    .widget_taxonomy-drill-down ul {padding: 8px;}
    .taxonomy-drilldown-dropdowns label,
    .taxonomy-drilldown-dropdowns select {margin: 0 0 5px;}
    .taxonomy-drilldown-dropdowns select {padding: 4px; width: 120px;}
    .taxonomy-drilldown-dropdowns input,
    .taxonomy-drilldown-dropdowns .taxonomy-drilldown-reset {display: block; width: 100%;}
    
    .contenthome .homenews,
    .contenthome .homeopportunities {float: none; width: 100%;}
    .contenthome .homenews:before, .contenthome .homenews:after,
    .contenthome .homeopportunities:before, .contenthome .homeopportunities:after { clear: both; content: ''; display: table;}
    
    .contentcategories {
        float: left;
        margin: 0;
        min-height: 400px;
        padding: 16px 16px 16px 196px;
        width: 100%;
    }
    
    .postartist,
    .postartist1 {
        width: 114px;
        margin: 0 16px 16px 0;
        padding: 0;
    }
    
    .postartist1 a, .postartist1 img {display: block; border: none;}
    
    .postartist1 h3 {
        font-size: 14px;
        padding: 6px 0 0;
        text-align: center;
    }
    
    .contentsingle {float: left; padding: 0; width: 100%;}
    
    .contentsingle p {font-size: 14px; line-height: 1.65;}
    
    .leftoppsingle {
        float: none;
        width: auto;
        padding: 0;
        margin: 0;
    }
    
    
    .contentnarrow {margin: 0; padding: 32px 0; width: 50%;}
    
    .artistheading {width: auto;}
    
    .artistslideshow {overflow: hidden;}
    
    .leftprofilesingle {
        margin: 0;
        padding: 32px 16px 32px 0;
        width: 50%;
    }
    
    .rightprofilesingle {
        margin: 0;
        padding: 32px 0 32px 16px;
        width: 50%;
    }
    
    .bigquote {
        font-size: 18px;
    }
    
    #map {width: 100% !important;}
    
    
    .postnews {
        display: inline-block;
        margin: 0 2% 16px -2px;
        float: none;
        height: auto;
        vertical-align: top;
        width: 48%;
    }
    

    #slider {float: none; width: 100%; height: auto;}
    #featured-slider {position: relative;}
    #slider .slides_container div.slide {width: 100%; height: 200px;}    
    
    .sidenav {width: 50%; padding: 0;}    
    .topleft {width: 50%; background: #e7e7e7;}
    .topright {width: 50%;}
    .topright li a,
    .topright li.grey a {font-size: 16px;}
    
    .toprightcorner {width: auto; padding: 0 0 8px; margin: 0;}
    .add, .viewasmap {height: auto; width: auto; font-size: 15px; padding: 4px 8px; line-height: 1.65;}
    
    .mainfooter {display: none;}
    .footer {background: none; border-top: 5px solid #d9d9d9; font-size: 12px; height: auto; padding: 32px 0; margin: 0;}
    .footer:before, .footer:after { clear: both; content: ''; display: table;}
    .footer .logos {height: auto; margin: 0 auto 32px; float: none;}
    .footer .disclaimer,
    .footer .aboutthissite {
        padding: 0 16px;
        width: 50%;
    }
}

@media only screen 
and (max-device-width: 968px)
and (-webkit-min-device-pixel-ratio: 2) {
    body {
        background: none !important;
    }
    
    .container {
        background: white;
    }

    .mapheading {
        width: 100%;
    }

    .contentpage {
        padding: 0;
        width: auto;
    }
    
}

@media only screen 
and (max-device-width: 768px)
and (-webkit-min-device-pixel-ratio: 2) {
    body {
        background-image: none !important;
        position: relative;
        left: 0;
        -webkit-transition: left 0.3s ease-in-out;
        transition: left 0.3s ease-in-out;
    }
    body.active {
        left: 200px;
    }
    
    #navigation {
        padding: 8px;
    }
    #navigation:before, #navigation:after { clear: both; content: ''; display: table; }
    
    .mobileToggle {
        display: block;
    }
    .menu-top-container {
        background: #d9d9d9;
        padding: 32px 8px;
        position: fixed;
        top: 0; left: -200px; bottom: 0;
        -webkit-transition: left 0.3s ease-in-out;
        transition: left 0.3s ease-in-out;
        width: 200px;
        z-index: 1;
    }
    .menu-top-container.active {
        left: 0px;
    }
    
    #navigation li {
        display: block;
    }
    
    #navigation .current-menu-item a {
        background: #ed1556;
        color: white;
        font-weight: 600;
        line-height: 1.65;
    }
    
    #navigation #form {
        padding: 0;
    }
    
    #navigation #form input {
        margin: 0;
    }
    
    
    .featuredSlideshow-img {
        width: auto;
        max-height: 240px;
    }
    
    .slides {background-color: #f3f3f3;}
    
    
    .contenthome {
        float: none;
        width: 100%;
    }
    
    .homenews,
    .homeopportunities {
        margin-bottom: 16px;
    }
    
    .sidenav {
        float: none;
        width: 100%;
    }
    
    .topleft {
        padding: 8px;
        width: 65%;
    }
    
    .topright {
        padding: 0 0 0 4px;
        width: 35%;
    }
    .topright li {
        border: none;
        height: auto;
        margin-bottom: 4px;
    }
    .topright img {
        width: 100%;
    }
    .footer {
        margin: 32px 0 0;
    }

    .map-sidebar {
        float: none;
        padding: 20px 0;
        width: 100%;
    }
    .map-sidebar:before, .map-sidebar:after {clear: both; content: ''; display: table;}

    .mapTypes {
        float: left;
        width: 30%;
    }
    .mapLocals {
        float: left;
        width: 70%;
    }

    .map-sidebar .btn {
        display: inline-block;
        font-size: 14px;
        margin: 0 6px 6px 0;
        padding: 6px 8px;
    }

    .map {
        clear: both;
        float: none;
        width: 100%;
    }

}

@media only screen 
and (max-device-width: 560px)
and (-webkit-min-device-pixel-ratio: 2) {
    .container {
        padding: 0;
    }
    
    .contentfull,
    .contentpage {
        padding: 0 16px;
    }
    
        .featuredSlideshow-img {
        width: 100%;
        max-height: 220px;
    }
    
    .leftprofilesingle,
    .rightprofilesingle,
    .leftoppsingle,
    .contentnarrow {
        float: none;
        padding: 16px;
        width: 100%;
    }
    
    .footer .logos {
        width: 100%;
    }
}

@media only screen 
and (max-device-width: 425px)
and (-webkit-min-device-pixel-ratio: 2) {
    .topleft {
        float: none;
        width: 100%;
    }
    .topleft:before, .topleft:after { clear: both; content: ''; display: table; }
    .topright {
        float: none;
        margin: 32px auto 0;
        max-width: 260px;
        padding: 4px;
        width: auto;
    }
}