/* Reset
-------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html {
    -webkit-font-smoothing: antialiased;
    text-rendering: Legibility;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent;
}

body, ul, ol, dl, h1, h2, h3, h4, h5, h6, td, th,
caption, pre, p, blockquote, input, textarea, label, select {
    line-height: 1.5;
}

body {
    font-size: 75%;
}

html > body  {
    font-size: 12px;
}

html {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, button::-moz-focus-inner { border: 0px; }

/* Clearfix Floats */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom: 1;
}

img {
    display: block;
}





/* Defaults
-------------------------------------------------------------- */

body,ul,ol,dl,h1,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote,input,textarea,label {
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #444;
}

body {
    background: #F2F2F2;
}
body.map {
    background: #fff;

}
hr {
    display: none;
}


/* Common ID & Classes
-------------------------------------------------------------- */

#skip {
    display: none;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.divider {
    background: url(../images/hoz-divider.gif) repeat-x 0 0;
    height: 2px;
    margin: 1.5em 0;
    clear: both;
}

.left {
    width: 45%;
}

.right {
    width: 45%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.block {
    background-color: #FFF;
    padding: 18px 18px;
    margin-bottom: 18px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border: 1px solid #FFF;
    position: relative;
}

.shadow {
    background: url(../images/dropshadow.png) no-repeat right top;
    width: 100%;
    height: 9px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
}

a.readmore, a.readmore:visited, .quip-button {
    background-color: #614848;
    color: #FFF !important;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

a.readmore:hover, .quip-button:hover {
    background-color: #A6C64B;
    color: #4C6600;
}
.quip-button {
    float: none;
    border: none;
}

.gochi {
    font-family: 'Gochi Hand';

}
/* Headers
-------------------------------------------------------------- */

h1 {
    font-size: 24px;
    margin-bottom: 18px;
    line-height: 1.2;
}

h1.gochi {
    font-size: 35px;
    margin-bottom: 18px;
    color: #4C5866;
    display: block;
}

h2 {
    font-size: 20px;
    margin-bottom: 18px;
    line-height: 1.2;
}

h2.gochi {
    font-size: 24px;
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    color: #777;

}

h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 18px;
}


/* Text elements
-------------------------------------------------------------- */

p {
    margin: 0 0 18px 0;

}
p.padded {
    padding: 0 18px;
}
ul {
    margin: 0 0 1.5em 0;
    list-style-type: square;
    list-style-position: inside;
}

ul li, ol li {
    margin-bottom: 5px;
}

ol {
    margin: 0 0 1.5em 0;
    list-style: lower-roman;
    list-style-position: inside;
}

a, a:visited {
    color: #222;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

abbr {
    cursor: help;
    border-bottom: 1px dotted #999;
}

blockquote {
    quotes:"\201C""\201D""\2018""\2019";
    text-align: center;
}

blockquote p {
    font-family: Georgia, "Times New Roman", Times, serif;

    font-size: 1.66em;
    line-height: 1.33em;
    text-shadow: 0px 1px 0px #F8F7F1;
    color: #435B75;
    display: inline;
}

blockquote:before {
    color:#ccc;
    content:open-quote;
    font-size:4em;
    line-height:.1em;
    vertical-align:-.4em;
}

blockquote:after {
    color:#ccc;
    content:close-quote;
    font-size:4em;
    line-height:.1em;
    vertical-align:-.4em;
}


/* Common Text Classes
-------------------------------------------------------------- */
.maincontent p {
    overflow: hidden;
}
.maincontent p img {
    margin: 0 1em 0 0 !important;
    float: left;
}

p.small {
    font-size: 0.8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}

.quiet {
    color: #B8B0A6;
}

p.large, span.large {
    font-size: 1.2em;
    line-height: 1.25em;
    margin-bottom: 1.25em;
}

p.loud, span.loud {
    color: #CC3300;
}

p.strong {
    font-weight: bold;
}

p.last {
    margin-bottom: 0;
}


/* Layout
-------------------------------------------------------------- */

#wrap {
    width: 100%;
    padding-bottom: 36px;
}

header {
    width: 100%;
    margin-bottom: 18px;
    z-index: 100;
}

#topbar {
    background-color: #304000;
    width: 100%;
    height: 36px;
}

#topbar section {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    line-height: 36px;
}

#masthead {
    background-color: #65804D;
    width: 100%;
    padding: 9px 0 18px;
}

#masthead nav {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

#logo {
    background: url(../images/logobkg.png) repeat-x right 0;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 18px;
    position: relative;
}

#logo img {
    display: block;
}

#innerwrap {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 36px;
}
.addthis_toolbox {
    margin-bottom: 20px;
}
.addthis_toolbox a {
    margin-bottom: 10px;
}
/** Columns **/

.col800 {
    width: 800px;
    float: left;
    margin-right: 20px;
}

.col540 {
    width: 540px;
    float: left;
    margin-right: 20px;
}

.col700 {
    width: 700px;
    float: left;
    margin-right: 20px;
}

.col240 {
    width: 240px;
    float: left;
    margin-right: 20px;
}

.noslimadverts .col240 {
    margin-right: 0;
}


.col240-r {
    width: 240px;
    float: left;
}

.col400 {
    width: 400px;
    float: left;
}

.col800 .col240 {
    margin-right: 0;
}

.col140 {
    width: 140px;
    float: left;
    position: relative;
}

/** Homepage **/

.blog, .featuredbooks, .related {
    width: 238px;
    float: left;
}

.blog, .related {
    margin-right: 20px;
}
.blog.related {
    margin-right: 0px;
}
.related ul {
    list-style-type: none;}
footer {
    background: #5F7946 url(../images/footerbkgimg.png) no-repeat right bottom;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 18px 20px 54px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


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

#topbar a {
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding-left: 25px;
}

#topbar a.active {
    color: #668126;
}

a.linkhome, a.linkhome:visited {
    background: url(../images/homecontacticon.png) no-repeat 0 9px;
    float: left;
}

a.linkcontact, a.linkcontact:visited {
    background: url(../images/homecontacticon.png) no-repeat 0 -27px;
    float: right;
}

/** Main Nav **/

nav ul {
    list-style: none;
    margin: 0;
    width: 100%;
    max-width: 900px;
}

nav ul li {
    float: left;
    width: 180px;
    margin-top: 5px;
}

nav ul li a, nav ul li a:visited, nav ul li a:link, nav ul li a:active {
    text-decoration: none;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
}

nav ul li a:hover {
    opacity: 0.5;
}

nav ul li a.active {
    color: #303F00;
}

/** Logo **/

#logo p {
    font-size: 18px;
    color: #648033;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 18px;
}

#logo p span {
    font-family: 'Gochi Hand';
    color: #4C5868;
    display: block;
    padding-right: 20px;
}


/* Content
-------------------------------------------------------------- */

/** General **/

.green {
    background-color: #A7C554;
}

.links ul {
    list-style: none;
    margin-bottom: 0;
}

.links ul li a {
    text-decoration: none;
    font-size: 14px;
}

.links ul li a:hover {
    text-decoration: underline;
}
.caption {
    display: block;
    font-style: italic;
    clear: both;
}
/** Search Tours **/

.searchtours {
    background: #65804D url(../images/mapplaceholder.png) no-repeat 10px 18px;
    color: #FFF;
    padding-left: 280px;
}

.noslimadverts .searchtours {
    background-image: none;
    padding-left: 18px;
}

.noslimadverts #search input[type="submit"] {
    right:0;
    left: unset;
}
.noslimadverts #search input[type="text"] {
    width: 180px;
}

.noslimadverts .searchtours input[type=submit] {
    padding-left: 24px;
    padding-right: 24px;
}

.noslimadverts .padded {
    padding: 0;
}

.tag-list {
    display: inline;
    padding-bottom: 20px;
}

.tag-list .tag {
    font-size: 12px;
    padding: 4px 4px 4px 4px;
    border: 1px solid #aaa;
    text-decoration: none;
    border-radius: 3px;
    display: block;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}


.tag-list .tag i {
    color: #A7C554;
}

.tag-list .tag:hover {
    opacity: 0.6;
}

.listing-tour .tag-list-container {
    clear: both;
    margin-bottom: 20px;
}

.noslimadverts .region-map-container p {
    display: none;
}

.noslimadverts #mapster_wrap_0{
    margin-left: auto;
    margin-right: auto;
}

.col240 .searchtours {
    background: #65804D;
    padding-left: 14px;
}

.block.searchtours.searchdirectory {
    background-color: #65804D;
}

.searchtours, .searchtours p  {
    color: #FFF;
}

.searchtours form label {
    display: none;
}

.searchtours form select {
    width: 236px;
    height: 27px;
}

.map select {
    width: 236px;
    height: 27px;
}
.map area {
    cursor: pointer;
}
.col240 .searchtours form select {
    width: 100%;
}
.searchtours form {
    width: 240px;
}
.noslimadverts .searchtours form {
    width: 100%;
}
.col240 .searchtours form {
    width:211px;
}
.searchtours form input[type="submit"] {
    background-color: #FFF;
    color: #614848;
    border: none;
    float: right;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.searchtours form input[type="submit"]:hover {
    background-color: #A6C64B;
    color: #4C6600;
}

.noslimadverts .searchtours span {
    float: left;
    margin-right: 10px;
    padding-top: 4px;
}

.noslimadverts .searchtours form .select-arrow {
    margin-right: 0;
    padding-top: 0px;
}

.noslimadverts  .searchtours form select {
    float: left;
}

.noslimadverts .searchtours form .selectbox {
    margin-left: 0px;
    margin-right: 20px;
    float: right;
}

section.block.articleblock.listing img {
    width: 100%;
}

input[type="submit"].search {
    color: #FFF;
    background-color: #614848;
    border: none;
    float: none;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

input[type="submit"].search:hover {
    background-color: #A6C64B;
    color: #4C6600;
}

.selectbox {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #aeaeae;
    background: #ffffff;
    border-radius: 5px;
    width:236px;
}

.col240 .selectbox {
    width: 207px;
}
.blog .selectbox select {
    width: 236px;
}
.map .selectbox {
    margin: 10px;
}
.selectbox select {
    z-index: 10;
    position: relative;
    border: none;
    background: none;
    outline: none;
    opacity: 0;
    height: 24px;
    -webkit-appearance: none;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.selecttext {
    z-index: 9;
    position: absolute;
    left: 5px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-top: 4px;
    background: transparent;
    color: #666;
}

.select-arrow {
    background: #A6C64B url(../images/select-arrow.png) no-repeat 50% 50%;
    position: absolute;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 100%;
    width: 26px;
    top: 0;
    right: 0;
    border-left: 1px solid #d6d6d6;
}

/** Advertising **/
.block.ads {
    padding: 10px 10px 0 10px;
}
.adwrapper {
    margin: 0 0 10px 0;
}
.adwrapper img {
    max-width: 100%;
}
/** Sharing **/
.block.sharing {
    /* padding: 10px 10px 0 10px; */
    padding: 10px 0;
}
.sharing h2 {
    margin-bottom: 10px;
}
.stButton {
    margin-left: 0 !important;
}
/** Article blocks **/

.articleblock {
    background-size: contain;
    padding-right: 240px;
    position: relative;
}
.articleblock.listing {
    padding: 18px 18px 0 18px;;
}
.listing .detail p {
    margin-bottom: 5px;
}
.listing .detail {
    margin-bottom: 13px;
}
#mapHolder {
    margin-bottom: 18px;
}
.bikefeatures p {
    margin-bottom: 0;
}
.bikefeatures li {
    display: inline;
    margin: 0;
    padding: 0;
}
.bikefeatures li:after {
    content: ", ";
}

.bikefeatures li.last:after {
    content: ". ";
}
.articleblock .readmore {
    position: absolute;
    right: 20px;
    bottom: 27px;
}
.articleblock.listing .readmore {
    position: relative;
    float:right;
    right:0;
    top:5px;
}
.articleblock.listing .readmore.nofloat {
    float:none;
    display: inline-block
}
.articleblock.headline .readmore {
    position: relative;
    float:none;
    right:0;
    top:0;
    display: inline-block;
    margin: 15px 0 0 0;
}
.articleblock.headline p {
    font-size: 13px;
}
.block.forum a {
    font-size: 23px;
    color: #614848;
}
.block.forum h2 {
    background: url(/assets/images/icon-bike.jpg) no-repeat right top;
}
/** Homepage intro **/

.intro, .articleblock {
    padding: 0;
    /* background-size: contain; */
    background-position: right top;
    background-repeat: no-repeat;
}
.innergrad {
    padding: 18px 240px 18px 18px;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 57%, rgba(255,255,255,0) 80%);
    background: -webkit-gradient(linear, left top, right top, color-stop(57%,rgba(255,255,255,1)), color-stop(80%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 57%,rgba(255,255,255,0) 80%);
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 57%,rgba(255,255,255,0) 80%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 57%,rgba(255,255,255,0) 80%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 57%,rgba(255,255,255,0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
/** Homepage blog **/

.blog img {
    width: 100%;
    margin-bottom: 18px;
}

/** Homepage featured books **/

.featuredbooks article {
    margin-bottom: 18px;
    float: left;
}

/*
.featuredbooks a {
float: left;
margin-right: 20px;
}
*/
.fbook {
    overflow: hidden;
}
.fbook img {
    float: left;
    margin: 0 1em 0 0;
}
.fbook span {
    display: block;
    float: left;
    width: 170px;
}
.fbook a {
    text-decoration: none;
}

/** Social **/

a.twitter {
    background: url(../images/socialicons.png) no-repeat 0 0;
    width: 32px;
    height: 32px;
    display: block;
    text-indent: -9000em;
    float: left;
    margin-right: 5px;
}

a.facebook {
    background: url(../images/socialicons.png) no-repeat -37px 0;
    width: 32px;
    height: 32px;
    display: block;
    text-indent: -9000em;
    float: left;
    margin-right: 5px;
}

a.googleplus {
    background: url(../images/socialicons.png) no-repeat -74px 0;
    width: 32px;
    height: 32px;
    display: block;
    text-indent: -9000em;
    float: left;
    margin-right: 5px;
}

a.rss {
    background: url(../images/socialicons.png) no-repeat -111px 0;
    width: 32px;
    height: 32px;
    display: block;
    text-indent: -9000em;
    float: left;
    margin-right: 5px;
}

a.pinterest {
    background: url(../images/socialicons.png) no-repeat -149px 0;
    width: 32px;
    height: 32px;
    display: block;
    text-indent: -9000em;
    float: left;
    margin-right: 5px;
}

a.twitter:hover, a.facebook:hover, a.googleplus:hover, a.rss:hover {
    opacity: .7;
}

/** Region map **/

.regions ul {
    float: left;
    width: 40%;
}

/** Aricles **/

.imgdesc {
    background-color: #624848;
    display: block;
    color: #FFF;
    padding: 4px 2.5%;
}
.imgdesc a{
    color: #fff;
}
.bannerleft {
    float: left;
    width: 49%;
    margin-right: 2%;
}
.bannerleft img, .bannerright img {
    width: 100%;
}

.bannerright {
    float: left;
    width: 49%;
}

/* Slider
-------------------------------------------------------------- */

.flexslider .flex-caption {
    background-color: #FFF;
    background-color: rgba(255,255,255, 0.8);
    position: absolute;
    bottom: 36px;
    z-index: 100;
    width: 70%;
    margin: 0 10%;
    padding: 5px 5%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
}

.flexslider .slides {
    z-index: 50;
}

.flexslider .slides li {
    position: relative;
}

/* In page navigation
-------------------------------------------------------------- */
.paging {
    margin: 18px 0;
    overflow: hidden;
}
.paging ul {
    float: right;
    margin: 0;
}
.paging li {
    float: left;
    list-style: none;
    margin: 0 1em 0 0;
    padding: 0;
}
.paging a {
    width: 27px;
    height: 27px;
    background: #768940;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}
.paging a.active {
    background: #ccc;
}
.paging .next {
    background: url(../images/sliderdirectionbtn.png) no-repeat 0 -54px;
    width: 27px;
    height: 27px;
    display: block;
    text-indent: -9000em;
}

.paging .prev {
    background: url(../images/sliderdirectionbtn.png) no-repeat 0 0;
    width: 27px;
    height: 27px;
    display: block;
    text-indent: -9000em;
}

.sisea-paging {
    margin-bottom: 18px;
}
/* Forms
-------------------------------------------------------------- */

/** Newsletter and Search **/

#newsletter {
    margin-bottom: 9px;
    overflow: hidden;
}

#search {
    margin-bottom: 18px;
    position: relative;
    height: 36px;
}

#newsletter input[type="text"], #search input[type="text"] {
    background-color: #F2F2F2;
    width: 140px;
    height: 35px;
    line-height: 36px;
    float: left;
    padding: 0 10px;
    border: none;
    border-top: 1px solid #CCC;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    font-size: 1em;
}

#search input[type="text"] {
    background-color: #FFF;
    width: 80px;
    position: absolute;
    right: 40px;
}

#newsletter input[type="submit"], #search input[type="submit"] {
    background: #614848 url(../images/searchnewslettericon.png) no-repeat 0 -36px;
    width: 40px;
    height: 36px;
    float: left;
    border: none;
    text-indent: -9000em;
    cursor: pointer;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

#search input[type="submit"] {
    background: #614848 url(../images/searchnewslettericon.png) no-repeat 0 0;
    position: absolute;
    left: 100px;
}

#newsletter input[type="submit"]:hover, #search input[type="submit"]:hover {
    background-color: #A6C64B;
}


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

footer .col {
    width: 200px;
    float: left;
    margin-right: 20px;
}

footer .last {
    margin-right: 0;
}

footer .col ul {
    list-style: none;
}

footer .col a, footer .col a:visited {
    color: #FFF;
    text-decoration: none;
}

footer .col a:hover {
    text-decoration: underline;
}

#footnote {
    width: 95%;
    max-width: 920px;
    margin: 0 auto;
    padding: 9px 20px 18px;
}


/* Popup
-------------------------------------------------------------- */

a.popupmap, a.popupmap:visited {
    background: url(../images/markericon.png) no-repeat 0 0;
    color: #FFF;
    text-decoration: none;
    position: absolute;
    bottom: 18px;
    left: 50px;
    font-size: 14px;
    padding-left: 20px;
    line-height: 18px;
}

a.popupmap:hover {
    text-decoration: underline;
}

.gm-style a {
    font-weight: inherit !important;
    font-family: Verdana,Arial,sans-serif;
    color: #222;
}

p.infotitle {
    padding: 5px 8px;
    margin: 0 0 5px 0;
    background: #A7C554;
    color: #fff;
    font-weight: 600;
}
.gm-style p {
    max-width: 250px;
}
/* Responsive
-------------------------------------------------------------- */

/* iPad (Portrait)
------------------------*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* @media only screen and (min-width : 768px) and (max-width : 1024px) { */
    #topbar {
        width: 95%;
        padding: 0 2.5%;
    }

    nav {
        width: 95%;
        padding: 0 2.5%;
    }

    #logo {
        width: 95%;
        margin-right: 2.5%;
        margin-left: 2.5%;
    }

    #innerwrap {
        width: 98%;
        margin: 0 1%;
    }

    .col800 {
        width: 100%;
    }

    .col540 {
        width: 67%;
        margin-right: 1%;
    }

    .col240, .col140, .col400 {
        width: 32%;
        margin-right: 0;
    }

    #newsletter input[type="text"], #search input[type="text"] {
        width: 69% !important;
    }

    #newsletter input[type="submit"], #search input[type="submit"] {
        background-position-x: 50%;
        width: 20%;
    }

    #search {
        width: 100%;
        margin: 0 0 18px;
    }

    #search input[type="text"] {
        position: relative;
        left: 0;
    }

    #search input[type="submit"] {
        position: relative;
        left: 0;
    }

    .searchtours form select {
        width: 100%;
    }

    .blog, .featuredbooks {
        width: 45%;
    }

    .block article img {
        width: 99.8%;
        height: 100%;
    }
    .block article.fbook img {
        width: auto;
        height: auto;
    }
    .fbook span {
        width: 130px;
    }
    footer {
        background-image: none;
        width: 85%;
        margin: 0 2.5% 18px;
        padding: 18px 5%;
    }

    footer .col {
        margin: 0 5% 18px 0;
        width: 25%;
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .searchtours {
        padding-left: 260px;
    }
    .searchtours form {
        width: 213px;
    }
    .selectbox {
        width: 210px;
    }
    .col540 .adwrapper img {
        width: 100%;
        height: auto;
    }
    .listing img {
        width: 100%;
        height: auto;
    }
}


/* Smart Phones
------------------------*/

@media only screen  and (max-width : 767px) {

    .ads, #logo p {
        display: none;
    }
    a.popupmap {
        position: relative;
        left: 0;
        bottom: auto;
        padding: 0 18px;
    }
    h2.gochi {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);

    }
    #logo {
        background: none;
        width: 95%;
        margin: 0 2.5% 18px;
    }

    #logo img {
        width: 100%;
        height: 100%;
    }

    #topbar {
        width: 95%;
        padding: 0 2.5%;
    }

    nav {
        width: 95%;
        padding: 0 2.5%;
    }

    nav ul li {
        width: 95%;
        text-align: center;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255,255,255,0.5);
        margin: 0;
    }

    nav ul li.last {
        border: none;
    }

    #masthead {
        padding: 0;
    }

    h1.gochi {
        width: 95%;
        margin: 0 2.5% 18px;
    }

    .col800, .col540, .col240, .col140, .col700 {
        width: 100%;
        float: none;
        margin-right: 0;
        /* NM EDIT */
        display:table;
    }

    .flexslider {
        width: 100%;
    }

    .flexslider .slides img {
        width: 100%;
        height: 100%;
    }

    .block {
        width: 95%;
        margin: 0 2.5% 18px;
        padding: 0;
    }
    .block.feeds {
        padding: 18px;
        width: 85%;
        padding: 18px 2.5%;
    }
    .block article img {
        width: 99.8%;
        height: 100%;
    }
    .block .related {
        width: 100%;
    }
    .block article.fbook img {
        width: auto;
        height: auto;
    }
    .block h2, .block p, .block h3, .block li, #newsletter {
        padding: 0 18px;
    }
    .blog h2, .featuredbooks h2 {
        padding-top: 18px;
        margin-bottom: 0;
    }
    .forum h2 {
        margin: 18px 18px 0 18px;
        padding: 0;
    }
    .articleblock.listing {
        padding: 18px 0;
    }
    .listing img {
        width: 100%;
    }
    .listing ul {
        padding: 0 18px;
    }
    .bikefeatures li {
        padding: 0 !important;
    }
    .maincontent h3 {
        margin-top: 18px;
    }
    .quip-add-comment textarea {
        width: 90% !important;
    }
    .quip-fld.recaptcha {
        margin: 1em 0;
    }
    .featuredbooks article {
        float: none;
    }
    .innergrad, .blog article, .featuredbooks article, .links, .newsletter {
        padding: 18px 0;
    }
    .articleblock {
        background: none !important;
    }
    .articleblock .readmore {
        position: relative;
        right: auto;
        bottom: auto;
    }
    .searchtours {
        background-image: none;
        padding-top: 10px;
        padding-left: 0 !important;
    }

    .searchtours form select {
        width: 100%;
    }

    .searchtours form input[type="submit"] {
        float: none;
        margin-bottom: 18px;
    }

    a.inline {
        position: relative;
        left: 0;
        bottom: auto;
    }

    .blog, .featuredbooks {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .blog {
        /* margin-bottom: 36px; */
    }

    #newsletter input[type="text"], #search input[type="text"] {
        width: 72% !important;
    }

    #newsletter input[type="submit"], #search input[type="submit"] {
        background-position-x: 50%;
        width: 15%;
    }

    #search {
        width: 95%;
        margin: 0 2.5% 18px;
    }

    #search input[type="text"] {
        position: relative;
        left: 0;
    }

    #search input[type="submit"] {
        position: relative;
        left: 0;
    }

    .flex-direction-nav {
        right: 2.5%;
    }

    footer {
        background-image: none;
        width: 85%;
        margin: 0 2.5% 18px;
        padding: 18px 5%;
    }

    footer .col {
        margin: 0 5% 18px 0;
        width: 90%;
        display: block;
        float: none;
        vertical-align: top;
    }

    #footnote {
        width: 95%;
        margin: 0 2.5%;
        padding: 9px 0 0;
    }

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

    #logo img {
        max-width: 326px;
        width:100%;
    }

    nav ul li {
        width: 47.5%;
        text-align: left;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255,255,255,0.5);
        margin: 0;
    }

}











/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible; background:#FFF;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#FFF; padding:1px;}
#cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#000;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:0; background:url(../images/colorbox/controls.png) no-repeat 0 0;}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious:hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext:hover{background-position:-25px -25px;}
#cboxClose{background-position:-50px 0px; right:0;}
#cboxClose:hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}




/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 9px; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}*/

.flex-direction-nav {
    width: 64px;
    height: 27px;
    margin-bottom: 18px;
    float: right;
    position: relative;
}

.flex-direction-nav .flex-next {
    background: url(../images/sliderdirectionbtn.png) no-repeat 0 -54px;
    width: 27px;
    height: 27px;
    display: block;
    text-indent: -9000em;
    position: absolute;
    top: 0;
    right: 0;
}

.flex-direction-nav .flex-prev {
    background: url(../images/sliderdirectionbtn.png) no-repeat 0 0;
    width: 27px;
    height: 27px;
    display: block;
    text-indent: -9000em;
    position: absolute;
    top: 0;
    left: 0
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 9px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #FFF; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #FFF; background: rgba(255,255,255,0.7); }
.flex-control-paging li a.flex-active { background: #FFF; background: rgba(255,255,255,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
    .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}


/* new stuff */
.innergrad {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 77%, rgba(255, 255, 255, 0) 80%);
}