body,html {
    color:#404848;
    font-family:Arial,Verdana,sans-serif;
    font-size: 12px;
    margin:0;
    height:100%;
    text-shadow:0 0 1px transparent;
    line-height: 1.42857;
    font-weight: 600;

}

.overlay {
    background-color:#F5F5F5;
    cursor:crosshair;
    left:0;
    position:absolute;
    width:100%;
    z-index:99998;
}

.overlaybanner {
    color:#953E1F;
    cursor:crosshair;
    text-align:center;
    width:100%;
    z-index:99999;
}

.overlayimg {
    width:100%;
}

.wrapper {
}

.clearBoth {
    clear:both;
}

p {
    line-height: 1.72222;
    margin: 0 0 15px;
}
a {
    color:#2E7C8D;
    text-decoration: underline;
    transition: all 0.25s ease 0s;	
}

a:hover, a:focus {
    color: #404848;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
}

h1 {
    color:#FFFFFF;
    font-size: 1.6em;
    margin-bottom:.5em;
    margin-top:0;
}

.mapviewer h1 {
    color: #953E1F;
}

h2 {
    font-size: 1.4em;
    margin-bottom:.3em;
    padding: 0.5em 0.5em 0.5em 0;
    color: #953E1F;
}

.winter-tab h2 {
    color: #2E7C8D;
}

h3 {
    font-size: 1.4em;
    margin-bottom: 0.5em;
    color: #953E1F;
}	

a:hover, a:focus {
    cursor:pointer;  
}

a.action-button {
    border-radius: 14px;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    transition: box-shadow 300ms ease 0s;
    vertical-align: middle;
}

a.action-button:hover {
    box-shadow: 0.5px 1px 5px rgba(0, 0, 0, 0.5), 0 -8px 25px 0 rgba(0, 0, 0, 0.5) inset;
    color: #F7F7F7;
}
a.action-button:active {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0), 0 -8px 50px 0 rgba(0, 0, 0, 0.5) inset;
}
a.action-button span, a.action-button:hover span {
    display: block;
    font-size: 0.6em;
    padding-top: 0.4em;
}
.button-large {
    font-size: 1.8em;
    margin: 0.8em;
    min-width: 170px;
    padding: 14px;
}
.button-medium {
    font-size: 1.6em;
    margin: 0.4em;
    min-width: 100px;
    padding: 10px;
}
.button-small {
    font-size: 1.4em;
    margin: 0.2em;
    width: 80%;
    padding: 6px;
}
.button-orange-gradient {
    background: #DE790C repeat scroll 0 0;
    background: linear-gradient(#DE790C, #E6954E) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #AA5D0E;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    border-radius: 6px;
}

.partnerlogo {
    display: block;
    max-width: 150px;
    clear:right;
}

.thirty-wide {
    width: 33%;
    float: right;
    margin: 0 0 2em 1em;
}

.thirty-wide-left {
    width: 33%;
    float: left;
    margin-right: 20px;
}

.partnerpara .thirty-wide {
    margin: 0 0 0 1em;
}

.partnerpara{
    margin: 0;
    padding: 0 0 1em;
    clear: left;
    overflow: hidden;   
}       
.header {
    background: none repeat scroll 0 0 #DE592F;
    min-height: 120px;
    width: 100%;
    z-index: 0;
}

.header img {
    z-index: 9999;
}

.header .logo img {

}

a img {
    border: 0; 
    max-width: 100%;
}


.infobox {
    background: none repeat scroll 0 0 #A59367;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    height: 100px;
    width: 280px;
    /** -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.4);**/
}

.backbutton {
    padding:0.5em 0 0 3em;   
}

.logo {
    z-index:3;
    position:absolute;
}

.message {
    color: #953E1F;
    margin-left: 10px;
    position: absolute;
    top: 100px;
    z-index: 3;
    width:280px;
}

.choooserbox .backbutton a, .message a {
    color: #FFFFFF;
}

.choooserbox .backbutton a:hover, .message a:hover, .choooserbox .backbutton a:focus, .message a:focus {
    color: #404848;
}
.tab-holder {
    display:inline-block;
    width:100%;
    margin-bottom: -4px;
}

.tab {
    cursor:pointer;
    display:inline-block;
    text-align:center;
    width:50%;
    float: left;
    background: #ede9e1;
}

.tab.active {
    background: #d6ceba;
}

.summer-tab {
}



.summer {
    background-color:#FBECE7;
}

.winter {
    background-color:#2e7c8d;
}

#slider-group {

}

.slider-box-heading{
    font-size: 1.25em;
    font-weight: bold;
}

.summer-options {
    padding-top: 2em;
    height: auto;
    color: #953e1f;
}

.winter-options {
    padding-top: 2em;
    height: auto;
    color: #2E7C8D;
}

.general {  
    padding-top: 2em;
    height: auto;
    color: #953e1f;
}

.content-frame {
    padding-top: 2em;
    height: auto;
    color: #404848;
    background-color: #EDE9E1;
    border: 2px solid;
}

.slider-background {

}

.slider-box {
    border-radius:20px;
    margin:0 1em;
    min-height:80px;
    padding: 0.5em 0 2em 12%;
}



.general .slider-box {
    padding: 0.5em 6% 2em 12%;
}

.active-summer {
    background-color: #EDE9E1;
    border: 2px solid;
}

.active-winter {
    background-color: #EDE9E1;
    border: 2px solid;
}

.ui-autocomplete { position: absolute; cursor: default;z-index:99998 !important;} 

.ui-slider {
    background: none repeat scroll 0 0 #EBEDEF;
    border-radius: 32px;
    box-shadow: none;
    cursor: pointer;
    height: 10px;
    margin-bottom: 1px;
    position: relative;
    width: 80%;
}

.ui-slider .ui-state-default, .ui-slider.ui-widget-content .ui-state-default, .ui-slider.ui-widget-header .ui-state-default {
    background: none;
    border:medium none;
    height: 22px;
    width: 22px;
}

.ui-slider .ui-slider-handle {
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    position: absolute;
    transition: background 0.25s ease 0s;
    width: 25px;
    z-index: 2;
    margin-left: -14px;
    top: -6px;
}



.summer-options .ui-slider .ui-slider-handle {
    background-color: #953E1F;
}

.winter-options .ui-slider .ui-slider-handle {
    background-color: #2E7C8D;
}

.summer-options  .ui-slider-handle:hover, .summer-options .ui-slider-handle:focus {
    background-color: #e68363;
    outline: medium none;
}

.winter-options  .ui-slider-handle:hover, .winter-options .ui-slider-handle:focus {
    background-color: #86bcc7;
    outline: medium none;
}

.steps {
    border:1px solid rgba(0,0,0,0);
    height:2em;
    position:relative;
    width:80%;
    margin-bottom: 1em;
}

.tick {
    border:1px solid rgba(0,0,0,0);
    left:0;
    margin-left:-.7em;
    position:absolute;
    text-align:center;
    width:1em;
}

.tickval {
    border:1px solid rgba(0,0,0,0);
    left:0;
    margin-left:-1.6em;
    position:absolute;
    width:4em;
}

.map-container {
    bottom:0;
    position:absolute;
    top:0;
    width:100%;
    height:95%;
}

.full-size {
    position:relative;
    width:100%;
    max-height:100%;
    margin:1em;
}

.mapviewer {
    padding: 1em;
    background: none repeat scroll 0 0 white;
    display:block;
    position:relative;
    max-width:80% !important;
    max-height:100%;
    z-index:1;
    margin:0 auto;
}

#default-content.mapviewer {
    margin: 0 auto;
}

#default-content.mapviewer .bou-group {
    font-size: 0.8em;
}

.sidr {
    color: #333333;
    display: none;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    overflow-y: auto;
    position: fixed;
    width: 400px;
    z-index: 4;
    background: none repeat scroll 0 0 #D6CEBA;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    4px 4px 4px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         4px 4px 4px 0px rgba(50, 50, 50, 0.4);
    top:0;
    height: 100%;
    
}

.sidr-inner {

}

#slideout-clip {
    bottom: 10%;
    position: absolute;
}



#slideout-inner, #slideout1-inner, #slideout2-inner {
    display:none;
}

#slideout .pullout, #slideout1 .pullout, #slideout2 .pullout  {
    background: none repeat scroll 0 0 #EDE9E1;
    border-radius: 0 5px 5px 0;
    left: 0;
    margin: 0 0 1em;
    position: relative;
    z-index: 2;
}

#slideout .pullout:hover,#slideout .pullout:focus, #slideout1 .pullout:hover, #slideout2 .pullout:hover, #slideout2 .pullout:focus {
    background: none repeat scroll 0 0 #D6CEBA;
    transition: all 0.25s ease 0s;
    cursor:pointer;
}

#slideout .pullout.open, #slideout1 .pullout.open, #slideout2 .pullout.open {
    background: none repeat scroll 0 0 #EDE9E1;
}

#slideout .pullout.open.active, #slideout1 .pullout.open.active, #slideout2 .pullout.open.active, #slideout .pullout.open:hover, #slideout1 .pullout.open:hover, #slideout2 .pullout.open:hover {
    background: none repeat scroll 0 0 #D6CEBA;
    transition: all 0.25s ease 0s;	
    z-index: 3;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    4px 4px 4px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         4px 4px 4px 0px rgba(50, 50, 50, 0.4);
}

.tab-link {
    color: #953E1F; 
    font-size:1.4em;
    text-decoration:none;
    padding: 1.2em;
    display:block;
}

a.tab-link:hover, a.tab-link:focus {
    color: #953E1F;
    
}

#slideout.open.active .pullout {


}

.centerText {
    text-align:center;
    padding-bottom: 2em;
}

.centre-content {
    margin: 0 auto;
    width: 75%;
    padding-top: 2em;
}

.button {
    -webkit-box-shadow:rgba(0, 0, 0, 0.498039) 1px 2px 10px;
    -webkit-transition:box-shadow 300ms;
    border-radius: 5px;
    color:white;
    display:inline-block;
    position:relative;
    text-decoration:none;
    text-shadow:rgba(0, 0, 0, 0.4) 0 1px 0;
    transition:box-shadow 300ms;
    vertical-align:middle;
    background: #953E1F;
    background-image:linear-gradient(#953E1F, #682B16);
    border:2px solid #AA5D0E;
    font-size:1.1em;
    margin:0.3em;
    min-width:180px;
    padding:10px;
}

.winterbutton {
    -webkit-box-shadow:rgba(0, 0, 0, 0.498039) 1px 2px 10px;
    -webkit-transition:box-shadow 300ms;
    border-radius: 5px;
    color:white;
    display:inline-block;
    position:relative;
    text-decoration:none;
    text-shadow:rgba(0, 0, 0, 0.4) 0 1px 0;
    transition:box-shadow 300ms;
    vertical-align:middle;
    background: #2E7C8D;
    background-image:linear-gradient(#2E7C8D, #205763);
    border:2px solid #205763;
    font-size:1.1em;
    margin:0.3em;
    min-width:180px;
    padding:10px;
}

a.close {
    -webkit-box-shadow:rgba(0, 0, 0, 0.498039) 1px 2px 10px;
    -webkit-transition:box-shadow 300ms;
    border-radius: 5px;
    color:#FFFFFF;
    display:inline-block;
    position:relative;
    text-decoration:none;
    text-shadow:rgba(0, 0, 0, 0.4) 0 1px 0;
    transition:box-shadow 300ms;
    vertical-align:middle;
    background: #A59367;
    background-image:linear-gradient(#A59367,#A59367);
    border:2px solid #404848;
    font-size:1.1em;
    margin:2em 1em 0em 1.2em;
    min-width:160px;
    padding:10px;
    text-align:center;
}

a.close:hover, a.close:focus {
    color: #FFFFFF;
    cursor: pointer;
}

.listbtn {
    -webkit-box-shadow:rgba(0, 0, 0, 0.498039) 1px 2px 10px;
    -webkit-transition:box-shadow 300ms;
    border-radius: 5px;
    color:white;
    display:inline-block;
    position:relative;
    text-decoration:none;
    text-shadow:rgba(0, 0, 0, 0.4) 0 1px 0;
    transition:box-shadow 300ms;
    vertical-align:middle;
    background: #953E1F;
    background-image:linear-gradient(#953E1F, #823F1B);
    border:2px solid #AA5D0E;
    font-size:1em;
    margin:0.2em;
    min-width:70px;
    padding-left:4px;
}
 
.bougroup {
    margin-left: 5%
    
}

.speciesbtn{
    -webkit-box-shadow:rgba(0, 0, 0, 0.498039) 1px 2px 10px;
    -webkit-transition:box-shadow 300ms;
    border-radius: 5px;
    color:white;
    display:inline-block;
    position:relative;
    text-decoration:none;
    text-shadow:rgba(0, 0, 0, 0.4) 0 1px 0;
    transition:box-shadow 300ms;
    vertical-align:middle;
    background: #953E1F;
    background-image:linear-gradient(#953E1F, #823F1B);
    border:2px solid #AA5D0E;
    font-size:1.25em;
    margin:0.2em;
    width: 100px;
    min-height:4em;
    padding-left:4px;
}


.para {
    border-bottom: 2px dashed;
    margin: 1em 0;
    padding: 0 0 1em;
    clear: left;
    overflow: hidden;   
}


/* smaller screens ----------- */



@media only screen and (max-width: 1200px)  
{

    .map-container {
        top: 120px;
        height: 80%;
    }
    
    .sidr {
        width:350px;
    }
    .centre-content {
        width: 90%;
    }
}

@media only screen and (max-width: 650px)  
{
    .sidr {
        width:300px;
    }
    .centre-content {
        width: 100%;
    }
   
}

@media only screen and (max-width: 590px)  
{
    .infobox {
        position:relative; 
        top: 120px;
        width:auto;
    }
    .map-container {
     top: 250px;
    }
    
    .mapviewer {
        height:auto;
        width: 80%;
    }
    
    #default-content.mapviewer {
        top: 120px;
    }
    
    #slideout-clip {
    bottom: auto;
    position: absolute;
    top: 400px;
    }
    
    .sidr {
        
        /*top: 0px;*/
        width: 280px;
        overflow-y: scroll;
    }
    
    .message {
        width: auto;
    }
    
    .button, .winterbutton {
        min-width: 150px;
        width: 150px;
    }
    
    a.close {
        min-width: 150px;
        width: 150px;       
    }
    
}