/* Artfully masterminded by ZURB  */

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Top
:: Header
:: Menu
:: Main
:: Side Bar
:: Orbit Styles
:: Footer
:: Extra Bits
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
body {
    padding: 0;
    margin: 0;
    background-color: #515153;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.status-message {
    position: relative;
    padding: 10px 140px 10px 10px;
    min-height: 68px;
    color: #fff;
    background: rgb(239,128,52); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(239,128,52,1) 0%, rgba(200,108,44,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,128,52,1)), color-stop(100%,rgba(200,108,44,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(239,128,52,1) 0%,rgba(200,108,44,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(239,128,52,1) 0%,rgba(200,108,44,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(239,128,52,1) 0%,rgba(200,108,44,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(239,128,52,1) 0%,rgba(200,108,44,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8034', endColorstr='#c86c2c',GradientType=0 ); /* IE6-9 */
}

.status-message button {
    width: 100px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 1px solid #fff;
    padding: 10px;
}

a {
    color: #ef8034;
}

a:hover {
    color: #fd984a;
}

.button {
    background: rgb(239,128,52); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(239,128,52,1) 0%, rgba(200,108,44,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,128,52,1)), color-stop(100%,rgba(200,108,44,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(239,128,52,1) 0%,rgba(200,108,44,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(239,128,52,1) 0%,rgba(200,108,44,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(239,128,52,1) 0%,rgba(200,108,44,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(239,128,52,1) 0%,rgba(200,108,44,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8034', endColorstr='#c86c2c',GradientType=0 ); /* IE6-9 */

    color: #fff !important;
    border:0;
    -webkit-box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0);

    -webkit-transition: background-color 0s ;
    -moz-transition: background-color 0s ;
    -ms-transition: background-color 0s ;
    -o-transition: background-color 0s ;
    transition: background-color 0s ;
}

.button:hover {
    background: #ef8034;
}

.disabled-button {
    background: #777777;
    cursor: default;
}

.disabled-button:hover {
    background: #777777;
}

.italic {
    font-style: italic;
}

p, .subheader, h1, h2, h3, h4, h5, h6, body {
    color: #49332a;
}

p {
    line-height: 1.4em;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
    margin-top: 0;
}

h4 {
    font-size: 16px;
    margin-bottom: 0.5em;
}

.separator {
    background: url('../images/separator.svg') top center no-repeat;
    height: 38px;
}

.no-svg .separator {
    background: url('../images/separator.png') top center no-repeat;
}

.dots {
    background: url('../images/dotted_line.svg') center no-repeat;
    height: 15px;
}

.no-svg .dots {
    background: url('../images/dotted_line.png') center no-repeat;
}

/* -----------------------------------------
   Top
----------------------------------------- */

#top {
    background: url(../images/background-honeycomb.png) bottom left repeat-x #fff;
}

#top .inner {
    background: url(../images/background-grass-top.png) bottom center repeat-x;
}

/* -----------------------------------------
   Header
----------------------------------------- */

header {
    padding-top: 15px;
}

header .secondary-nav {
    margin-top: 8px;
}

header .secondary-nav input, header .secondary-nav .postfix {
    font-size: 11px;
    height: 24px;
}

header .secondary-nav .postfix {
    padding-top: 6px;
}

header .memberpanel {
    margin: 15px 0;
}

header .memberpanel img {
    border: 2px solid #ef8034;
}

header .memberinfo {
    padding: 0 0 0 10px !important;
}

header .memberinfo h3 {
    margin: 0 0 5px;
    font-size: 16px;
}

/* -----------------------------------------
   Menu
----------------------------------------- */

#mainnav.nav-bar {
    background: rgb(160,164,167); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(160,164,167,1) 0%, rgba(150,151,153,1) 50%, rgba(141,142,144,1) 51%, rgba(113,114,116,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(160,164,167,1)), color-stop(50%,rgba(150,151,153,1)), color-stop(51%,rgba(141,142,144,1)), color-stop(100%,rgba(113,114,116,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(160,164,167,1) 0%,rgba(150,151,153,1) 50%,rgba(141,142,144,1) 51%,rgba(113,114,116,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(160,164,167,1) 0%,rgba(150,151,153,1) 50%,rgba(141,142,144,1) 51%,rgba(113,114,116,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(160,164,167,1) 0%,rgba(150,151,153,1) 50%,rgba(141,142,144,1) 51%,rgba(113,114,116,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(160,164,167,1) 0%,rgba(150,151,153,1) 50%,rgba(141,142,144,1) 51%,rgba(113,114,116,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a4a7', endColorstr='#717274',GradientType=0 ); /* IE6-9 */
    margin-bottom: 0;
}

#mainnav.nav-bar, #mainnav.nav-bar li, #mainnav.nav-bar li a {
    text-transform: uppercase;
    font-size: 12px;
}

#mainnav.nav-bar li {
    border: 0;
    line-height: 40px;
    -webkit-box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0);
    background: url(../images/menu-splitter.png) right no-repeat;
}

#mainnav.nav-bar li a {
    padding:0 15px;
    color: #fff;
}

#mainnav.nav-bar li:hover {
    background: url(../images/menu-splitter.png) right no-repeat;
}

#mainnav.nav-bar li:hover a {
    color: #ffc835;
}

#mainnav.nav-bar li.active, #mainnav.nav-bar li.active:hover {
    background: rgb(102,101,106); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(102,101,106,1) 0%, rgba(91,91,93,1) 50%, rgba(81,82,84,1) 51%, rgba(69,69,69,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,101,106,1)), color-stop(50%,rgba(91,91,93,1)), color-stop(51%,rgba(81,82,84,1)), color-stop(100%,rgba(69,69,69,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(102,101,106,1) 0%,rgba(91,91,93,1) 50%,rgba(81,82,84,1) 51%,rgba(69,69,69,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(102,101,106,1) 0%,rgba(91,91,93,1) 50%,rgba(81,82,84,1) 51%,rgba(69,69,69,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(102,101,106,1) 0%,rgba(91,91,93,1) 50%,rgba(81,82,84,1) 51%,rgba(69,69,69,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(102,101,106,1) 0%,rgba(91,91,93,1) 50%,rgba(81,82,84,1) 51%,rgba(69,69,69,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66656a', endColorstr='#454545',GradientType=0 ); /* IE6-9 */
}

#mainnav li.shop {
    background: rgb(247,153,81); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(247,153,81,1) 0%, rgba(239,147,76,1) 50%, rgba(233,141,68,1) 51%, rgba(226,136,68,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,153,81,1)), color-stop(50%,rgba(239,147,76,1)), color-stop(51%,rgba(233,141,68,1)), color-stop(100%,rgba(226,136,68,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(247,153,81,1) 0%,rgba(239,147,76,1) 50%,rgba(233,141,68,1) 51%,rgba(226,136,68,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(247,153,81,1) 0%,rgba(239,147,76,1) 50%,rgba(233,141,68,1) 51%,rgba(226,136,68,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(247,153,81,1) 0%,rgba(239,147,76,1) 50%,rgba(233,141,68,1) 51%,rgba(226,136,68,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(247,153,81,1) 0%,rgba(239,147,76,1) 50%,rgba(233,141,68,1) 51%,rgba(226,136,68,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79951', endColorstr='#e28844',GradientType=0 ); /* IE6-9 */
    color: #fff !important;
}

#mainnav li.shop:hover {
    background: #ef8034;
}

#mainnav li.shop a:hover {
    color: #fff !important;
}

/* color for selected subnav: #ef8034 */

#subnav {
    overflow: hidden;
    margin: 0 15px 17px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(224,225,227,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(224,225,227,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,225,227,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,225,227,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,225,227,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(224,225,227,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e1e3',GradientType=0 ); /* IE6-9 */
    border: 1px solid #717274;
    border-top: 0;
    position: relative;
}

#subnav p, #subnav h1, #subnav h2, #subnav h3, #subnav h4, #subnav h5, #subnav h6 {
    color: #333;
}

#arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #717274;
    position: absolute;
    top: 2px;
    left: -100px;
    z-index: 10000;
}

#subnav .masterlist li {
    border-bottom: 1px solid #8c8e91;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0;
}

#subnav .masterlist li a {
    padding: 6px 15px 6px 0;
}

#subnav .masterlist li:first-child {
    border-top: 1px solid #8c8e91;
}

#subnav a {
    color:#5a5b5e;
}

#subnav li a {
    display: block;
}

#subnav li.active a {
    color: #000;
}

#subnav li.active a:hover, #subnav a:hover {
    color:#ef8034;
}

#subnav li.has-subnav {
    background: url(../images/menu-arrow-right-hollow.svg) right no-repeat;
}

.no-svg #subnav li.has-subnav {
    background: url(../images/menu-arrow-right-hollow.png) right no-repeat;
}

#subnav li.has-subnav-out {
    background: url(../images/menu-arrow-right-grey.svg) right no-repeat;
}

.no-svg #subnav li.has-subnav-out {
    background: url(../images/menu-arrow-right-grey.png) right no-repeat;
}

#subnav li.has-subnav:hover {
    background: url(../images/menu-arrow-right.svg) right no-repeat;
}

.no-svg #subnav li.has-subnav:hover {
    background: url(../images/menu-arrow-right.png) right no-repeat;
}

#subnav .submenu {
    display: none;
    min-height: 350px;
    padding-top: 30px;
}

#subnav .columns {
    padding-bottom: 15px;
}

#subnav ul {
    list-style: none;
    padding-bottom: 30px;
}

#subnav .subsubmenu {
    display: none;
}

#subnav .subsubmenu li {
    padding: 5px 0;
    line-height: 15px;
}

#subnav .default {
    display: block;
}

/* -----------------------------------------
   Main
----------------------------------------- */

#main {
    background: url(../images/background-paper.jpg) bottom left #fff;
}

#main .bottom {
    background: url(../images/background-grass-bottom.png) bottom repeat-x;
    height: 150px;
}

#main .inner {
    background: -moz-linear-gradient(top,  rgba(255,200,53,1) 10%, rgba(255,200,53,0) 65%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(255,200,53,1)), color-stop(65%,rgba(255,200,53,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,200,53,1) 10%,rgba(255,200,53,0) 65%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,200,53,1) 10%,rgba(255,200,53,0) 65%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,200,53,1) 10%,rgba(255,200,53,0) 65%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,200,53,1) 10%,rgba(255,200,53,0) 65%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc835', endColorstr='#00ffc835',GradientType=0 ); /* IE6-9 */
}

#main .inner .bee {
    background: url(../images/bee-trail.png) top center no-repeat;
}

[role="main"] {
    padding: 0;
}

#main ul {
    padding-left: 30px;
    line-height: 1.4em;
}

#main ul.pagination, #main ul.tabs-content {
    padding-left: 0;
}

#main ul.tabs-content.contained li {
    background: #fff;
}
#main ul.pmList li {
    padding: 0;
}

#main ul.pmList li table {
    border: 0;
}

#main ul.pmList li p {
    padding: 20px;
}

.tabs dd.active, .tabs li.active {
    border-color: #EF8034;
}

#main ul.pagination li.current a {
    background: #ef8034;
}

.adverts {
    padding-top: 25px;
    padding-bottom: 10px;
}

.adverts img {
    -webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    width: 100%;
}

#main .la_list {
    height:450px;
    overflow: scroll;
}

#main .la_list .row {
    margin-bottom: 8px;
}

#main .la_list .separator {
    background-size: auto 80%;
    margin-top: 20px;
}

#nameSelect {
    background: #efefef;
    position: absolute;
    width: 70%;
    margin-left: 5%;
    margin-top: -20px;
    max-height: 400px;
    overflow: auto;
}

#nameSelect h3 {
    margin-bottom: 5px;
}

#nameSelect hr {
    margin: 5px 0 7px;
}

/* -----------------------------------------
   Side Bar
----------------------------------------- */

[role="complementary"] {
    padding: 0;
}

/* Medium display targeting */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .active [role="main"] {
        margin-right: -40%;
    }

    [role="complementary"] {
        width: 40%;
    }
}

#sidebar .separator {
    background: url('../images/separator-grey.svg') top center no-repeat;
    background-size:  auto 100%;
    height:25px;
}

.no-svg #sidebar .separator {
    background: url('../images/separator-grey.png') top center no-repeat;
}

#sidebar .topper {
    background: #c7c9cb; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 25%, rgba(199,201,203,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(199,201,203,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(199,201,203,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(199,201,203,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(199,201,203,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 25%,rgba(199,201,203,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c7c9cb',GradientType=0 ); /* IE6-9 */
    padding-top: 15px;
}

#sidebar .inner {
    background: url('../images/background-grass-sidebar.png') bottom left repeat-x;
    padding-bottom: 25px;
    position: relative;
}

#sidebar .close-button {
    position: absolute;
    top:0;
    right:0;
    padding: 4px 8px;
    background-color: #515153;
    color: #fff;
    -webkit-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}

#sidebar .close-button:hover {
    background-color: #878788;
}

#sidebar .memberpanel {
    margin: 15px 0;
}

#sidebar .memberpanel img {
    border: 2px solid #ef8034;
}

#sidebar .memberinfo {
    padding: 0 0 0 10px;
}

#sidebar form {
    margin:0 0 8px;
}

#sidebar h2 {
    color: #515153;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom:5px;
    font-size: 22px;
}

#sidebar h3 {
    color: #515153;
    margin: 0 0 5px;
    font-size: 20px;
}

#sidebar h5 {
    font-size: 20px;
}

#sidebar ul.accordion {
    border: 0;
}

#sidebar ul.accordion li {
    border: 0;
    background: url('../images/sidebar-splitter.png') bottom no-repeat;
    background-size: 60% 1px;
    text-transform: uppercase;
}

#sidebar ul.accordion li .title {
    background: transparent;
    border: 0;
    padding-right:20%;
    text-align: center;
}

#sidebar ul.accordion li.active .title {
    background: #636364;
    padding-top: 15px;
}

#sidebar ul.accordion li .title a {
    color: #fff;
}

#sidebar ul.accordion li.active .title a {
    color: #ffc835;
}

#sidebar ul.accordion li .title:after {
    border-color: transparent #fff transparent transparent;
    border-width: 9px;
    right: 10%;
    top: 17px;
}

#sidebar ul.accordion li.active .title:after {
    border-color: #ffc835 transparent transparent transparent;
    right: 9%;
    top: 19px;
}

#sidebar ul.accordion li .no-arrow:after {
    border-color: transparent;
}

#sidebar ul.accordion li.active .content {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(224,225,227,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(224,225,227,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,225,227,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,225,227,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,225,227,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(224,225,227,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e1e3',GradientType=0 ); /* IE6-9 */
    border: 0;
    text-align: center;
    padding: 25px 15px;
}

#sidebar ul.accordion li.active .content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#sidebar ul.accordion li.active .content li {
    background: transparent;
    font-size: 16px;
    border-bottom: 1px solid #cfcfcf;
    padding: 0;
    line-height: 16px;
}

#sidebar ul.accordion li.active .content li a {
    color: #5a5b5e;
    display: block;
    padding: 10px 0;
}

#sidebar ul.accordion li.active .content li:first-child {
    border-top: 1px solid #cfcfcf;
}

#sidebar ul.accordion li.active .content li a:hover {
    color:#ef8034;
}

/* -----------------------------------------
   Orbit Styles
----------------------------------------- */

#featured { background-position: center; background-size: cover; height: 300px; }
#featured img { display: none; }
#featured.orbit { background: none; }
#featured.orbit img { display: block; }
div.orbit-wrapper span.mask.move, div.orbit-wrapper span.mask { display: none; }
ul.orbit-bullets {
    bottom:-10px;
}
ul.orbit-bullets li {
    background: url(../images/bullets.png) no-repeat 5px 0;
    width:15px;
}

/* -----------------------------------------
   Footer
----------------------------------------- */

footer {
    padding-top: 15px;
    padding-bottom: 30px;
    color: #fff;
    border-top: 3px solid #fff;
}

footer ul {
    list-style: none;
    margin-bottom: 30px;
}

footer li {
    border-bottom: 1px solid #666;
}

footer li:last-child {
    border: 0;
}

footer p {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}

footer h3 {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #fff;
}

footer h4 {
    font-size: 14px;
    color: #ffd350;
    margin-bottom: 0.3em;
    line-height: 16px;
}

footer h4 a {
    color: #ffd350;
}

footer .map {
    background: url('../images/map.svg') bottom right no-repeat #2f3133;
    background-size: 66% auto;
}

.no-svg footer .map {
    background: url('../images/map.png') bottom right no-repeat #2f3133;
}

footer .map .trcorner {
    background: url('../images/corner_tr.png') no-repeat top right;
    border: 0;
}

footer .map .blcorner {
    background: url('../images/corner_bl.png') no-repeat bottom left;
    border: 0;
    padding-bottom: 115px;
    padding-left: 15px;
    padding-right: 15px;
}

footer .icon {
    background-color: #fff;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    line-height: 54px;
    text-align: center;
    color: #515153;
    display: inline-block;
    margin-right: 6px;
}

footer .copyright {
    padding-top:30px;
    margin-bottom: 50px;
}

footer .copyright p {
    font-size: 11px;
    color: #97999c;
}

/* -----------------------------------------
   Extra Bits
----------------------------------------- */

.hl {
    color: #4392db;
}

.right_align {
    text-align: right;
}

.center_align {
    text-align: center;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

@media only screen and (max-width: 767px) {
    span.hide-mobile { display: none; }
    footer h3 { text-align:center; }
    .copyright p { text-align: left !important; }
}

@media only screen and (min-width: 768px) {
    span.hide-large { display: none; }
}

#map_canvas {
    height:472px;
}

.section_menu {
    padding-left:5px !Important;
    padding-top:5px !important;
    line-height:15px;
    font-weight:bold;
}

.buttongrey {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */

    border:1px solid rgb(175, 175, 175);
}

.home-box-title {
    background:#FEC83A;
    padding:10px;
    margin-bottom:0;
}

/**** NEWS AND PRESS STLES *****/

.presstime {
    background:#ef8034;
    padding:10px 20px !important;
    border-right:1px solid #fff;
}

.presstype {
    background:#ef8034;
    padding:10px 20px !important;
}

.day, .month, .year, .type {
    font-size:16px;
}

.padded {
    padding-left:30px !Important;
    padding-right:30px !Important;
}

.top-bar ul li.toggle-topbar {
    margin-right: 10px !important;
}

.top-bar ul.left li a:hover {
    color:#fff;
}

.top-bar ul.left li:not(.name):hover, .top-bar ul li.has-dropdown.moved .dropdown li a:hover, .top-bar ul li.has-dropdown .dropdown li.active a {
    background:#ec7e29;
}

.orange {
    background:#ef8034 !important;
}

.panel.callout {
    background:#ef8034;
    border:1px solid #ec7e29;
}

.panel.darkgrey {
    background:#999;
    color: #fff;
}

.panel.darkgrey h3 {
    color: #fff;
}

.filed a {
    color:#ef8034;
}

.newsinfo, .newstags {
    padding:10px 20px !important;
}

.newstags {
   background:#f2f2f2;
   font-size:12px;
}

/**** FORUM STLES *****/

.reported {
    border:1px solid #EF8034;
    margin-top:20px;
    padding-bottom:10px;
    padding-top:10px;
    line-height:19px;
}

.topic {
    font-size:20px;
    padding:10px !Important;
}

.postContent {
    line-height:19px;
}

.branch {
    font-size:12px;
    color:#C3C1C1;
}

.userName {
    font-size:20px;
    line-height:20px;
}

.top-tools {
    margin-top:10px;
}

.sidebar {
    line-height:17px;
}

p.lastedited {
    margin: 1em 0;
    font-size: 0.9em;
    color: #999;
}

.bbcode_quote {
    background:#fff;
    padding:10px;
    margin:5px 0 15px;
}

.bbcode_quote_head {
    border-bottom:1px solid #333;
    padding-bottom:5px;
    font-weight:bold;
}

.bbcode_quote_body {
    padding-top:5px;
}

/**** GALLERY STYLES *****/

#side .panel ul.tagcloud {
    font-size:1em;
    list-style: none;
    padding:0;
    margin:0;
}

#side .panel ul.tagcloud li {
    display:inline-block;
    padding:0;
    margin: 0 1em 0 0;
}

.orbit.with-bullets {
    margin-bottom:20px !important;
}

#main ul.imgList, #main ul.imgList ul {
    list-style: none;
    padding:0;
    margin:0;
}

#main ul.imgList ul li {
    display: inline;
    margin-right: 1em;
}

/**** SHOP STYLES *****/

#shiptobilling {
    display:none;
}

.discount a {
    display: none;
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    .adverts div {
        float: left !important;
        width: 50% !important;
    }
}
