/* @override
	http://localhost:8888/dev/profile/templates/base/css/theme.css */
/* ==========================================================================
   Template:	Profile
   Version: 	3.0 for Joomla 2.5, 3+
   Created: 	August 2013

   Author: 	Anthony Olsen Joomlabamboo
   Copyright:	Anthony Olsen

   Inspiration:
   	Much of the work in this css file is based on Seth Warburton's OneWeb template.
   	Thanks mate!

   	https://github.com/h5bp/html5-boilerplate
	https://github.com/malarkey/320andup/
	https://github.com/csswizardry/inuit.css
   ========================================================================== *

/*------------- Reset -------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace,serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=search] {
    -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix:before,
.media:before,
.media-content:before,
.clearfix:after,
.media:after,
.media-content:after {
    content: "";
    display: table;
}
.clearfix:after,
.media:after,
.media-content:after {
    clear: both;
}
.visuallyhidden {
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    position: static;
    clip: auto;
    height: auto;
    width: auto;
    margin: 0;
    overflow: visible;
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.muted,
figure figcaption,
.article-meta {
    filter: alpha(opacity=70) !important;
    opacity: .7!important;
}
.float-right,
.img-right,
.media .media-object-right,
.media-content .media-object-right {
    float: right;
}
.float-left,
.img-left,
.media .media-object,
.media-content .media-object {
    float: left;
}
.float-none {
    float: none !important;
}
address,
blockquote,
dl,
fieldset,
figure,
form,
hgroup,
.media,
meter,
ol,
p,
pre,
progress,
select,
small,
table,
textarea,
ul {
    margin-top: 0;
    margin-bottom: 1.618em;
}
article {
    margin-bottom: 3.236em;
}
*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-weight: 300;
    background-color: #fff;
    color: #333;
    min-height: 100%;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
body {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    background-color: #fff;
}
::-moz-selection {
    background-color: #cd6e57;
    color: #fff;
    text-shadow: none;
}
::selection {
    background-color: #cd6e57;
    color: #fff;
    text-shadow: none;
}
pre,
code,
kbd,
samp {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
}
pre {
    background-color: #fcfcfc;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 1em;
}
figure img {
    margin-bottom: 0.809em;
}
figure.img-none figcaption {
    text-align: center;
}
form input,
form select,
form textarea {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
form ul {
    list-style-type: none;
    margin-bottom: 0;
}
fieldset {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 1.618em;
}
input,
textarea {
    display: block;
    margin-bottom: .809em;
}
input[type=text],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
textarea {
    width: 100%;
    border: 1px solid #eee;
    padding: .4045em;
    border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
textarea:focus {
    border: 1px solid #d4d4d4;
    outline: 0;
    outline-width: 0;
}
textarea {
    resize: vertical;
}
label {
    display: inline-block;
}
input[type=radio],
input[type=checkbox] {
    display: inline-block;
    margin-left: .4045em;
    margin-right: .4045em;
}
select {
    width: 100%;
    height: 2em;
    border: 1px solid #eee;
}
progress,
meter {
    display: block;
    width: 100%;
    height: 1.618em;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: Lato, sans-serif;
    font-weight: 300;
    text-rendering: optimizelegibility;
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga" 1, "dlig" 1;
    -o-font-feature-settings: "liga" 1, "dlig" 1;
    -webkit-font-feature-settings: "liga" 1, "dlig" 1;
    font-feature-settings: "liga" 1, "dlig" 1;
}
h1,
.h1 {
    font-size: 3em;
    line-height: 1.07867;
    margin-top: 0;
    margin-bottom: .53933em;
}
h2,
.h2 {
    font-size: 2.25em;
    line-height: 1.43822;
    margin-top: 0;
    margin-bottom: .71911em;
}
h3,
.h3 {
    font-size: 1.5em;
    line-height: 1.07867;
    margin-top: 0;
    margin-bottom: 1.07867em;
}
h4,
.h4 {
    font-size: 1.3125em;
    line-height: 1.23276;
    margin-top: 0;
    margin-bottom: 1.23276em;
}
h5,
.h5 {
    font-size: 1.125em;
    line-height: 1.43822;
    margin-top: 0;
    margin-bottom: 1.43822em;
}
h6,
.h6 {
    font-size: 1em;
    line-height: 1.618;
    margin-top: 0;
    margin-bottom: 1.618em;
}
img {
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
img[width],
img[height] {
    max-width: none;
}
.img-right,
.media .media-object-right,
.media-content .media-object-right {
    margin-left: 1.618em;
}
.img-left,
.media .media-object,
.media-content .media-object {
    margin-right: 1.618em;
}
.img-center,
.img-none img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #cd6e57;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #ba5137;
}
a.to-top {
    bottom: 0;
    color: #333;
    cursor: pointer;
    line-height: 1;
    padding: .809em;
    position: fixed;
    right: 0;
}
ul,
ol,
dl {
    padding: 0;
}
ul {
    list-style-type: circle;
}
li > ul,
li > ol {
    margin-bottom: 0;
    padding-left: 2em;
}
hr {
    border: 0;
    border-top: 1px solid #eee;
    display: block;
    height: 1px;
    margin: 1.618em 0;
    padding: 0;
}
.giga {
    font-size: 6em;
    line-height: 1.07867;
    margin-top: 0;
    margin-bottom: .26967em;
}
.mega {
    font-size: 4.5em;
    line-height: 1.07867;
    margin-top: 0;
    margin-bottom: .35956em;
}
.kilo,
.logo {
    font-size: 3em;
    line-height: 1.07867;
    margin-top: 0;
    margin-bottom: .53933em;
}
.milli,
figure figcaption,
cite {
    font-size: .83em;
    line-height: 1.9494;
    margin-top: 0;
    margin-bottom: 1.9494em;
}
.micro {
    font-size: .75em;
    line-height: 2.15733;
    margin-top: 0;
    margin-bottom: 2.15733em;
}
.article p {
    font-variant-numeric: oldstyle-nums;
}
.article p + p {
    text-indent: 1em;
}
.intro {
    font-size: 1.3125em;
    line-height: 1.23276;
    margin-top: 0;
    margin-bottom: 1.23276em;
}
blockquote {
    margin-left: 0;
    padding: .809em 2.427em;
}
blockquote:before,
blockquote:after {
    content: '';
    content: none;
}
blockquote p:last-of-type {
    margin-bottom: 0;
}
blockquote > cite,
blockquote + cite {
    margin-bottom: 0;
}
cite {
    display: block;
    margin-top: .809em;
}
cite:before {
    content: "\2014";
    margin-right: .809em;
}
q {
    quotes: "\2018" "\2019" "\201C" "\201D";
}
q:before {
    content: "\2018";
    content: open-quote;
}
q:after {
    content: "\2019";
    content: close-quote;
}
abbr {
    font-variant: small-caps;
    letter-spacing: .1em;
}
.btn,
.banner-row .download-link,
.banner-row .respository-link,
[class*=btn-] {
    background-color: #fcfcfc;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    font-family: Lato, sans-serif;
    font-weight: 400;
    line-height: 3;
    margin-right: .809em;
    margin-bottom: 1.618em;
    padding: 0 1em;
    vertical-align: middle;
    white-space: nowrap;
}
.btn:hover,
.banner-row .download-link:hover,
.banner-row .respository-link:hover,
[class*=btn-]:hover {
    text-decoration: none;
    background-color: #efefef;
}
.btn:active,
.banner-row .download-link:active,
.banner-row .respository-link:active,
.btn:focus,
.banner-row .download-link:focus,
.banner-row .respository-link:focus,
[class*=btn-]:active,
[class*=btn-]:focus {
    outline: 0;
}
[class*=btn-]:hover {
    color: #ffffff;
}
.btn-primary {
    background-color: #428bca;
    color: #fff;
}
.btn-primary:hover {
    background-color: #357ebd;
}
.btn-success,
.banner-row .download-link {
    background-color: #5cb85c;
    color: #fff;
}
.btn-success:hover,
.banner-row .download-link:hover {
    background-color: #4cae4c;
}
.btn-danger {
    background-color: #d9534f;
    color: #fff;
}
.btn-danger:hover {
    background-color: #d43f3a;
}
.btn-info {
    background-color: #5bc0de;
    color: #fff;
}
.btn-info:hover {
    background-color: #46b8da;
}
.btn-warning {
    background-color: #f0ad4e;
    color: #fff;
}
.btn-warning:hover {
    background-color: #eea236;
}
.btn-small {
    line-height: 2;
    padding: 0 .5em;
}
.btn-large {
    line-height: 4;
    padding: 0 1.5em;
}
.btn-huge {
    line-height: 5;
    padding: 0 2em;
}
[class*=label] {
    padding: .125em .25em;
    text-align: center;
    background-color: #fcfcfc;
    border-radius: 3px;
}
.media .media-content,
.media-content .media-content {
    overflow: hidden;
}
.media .media-content:last-child,
.media-content .media-content:last-child {
    margin-bottom: 0;
}
.media .media-object-right,
.media-content .media-object-right {
    margin-right: 0;
}
.wrapper {
    margin: 0 auto;
    max-width: 640px;
}
[class*="-primary"] {
    background-color: #428bca;
    color: #fff;
}
[class*="-success"] {
    background-color: #5cb85c;
    color: #fff;
}
[class*="-danger"] {
    background-color: #d9534f;
    color: #fff;
}
[class*="-info"] {
    background-color: #5bc0de;
    color: #fff;
}
[class*="-warning"] {
    background-color: #f0ad4e;
    color: #fff;
}
/*------------- Grid -------------*/
.grid-item,
.logo,
[role=navigation],
.above-row .module,
.below-row .module,
.footer-row .module,
.social,
.copyright {
    display: inline-block;
    margin-right: -0.25em;
    width: 100%;
    vertical-align: top;
}
.one-whole {
    width: 100%;
}
.one-half,
.two-quarters,
.three-sixths,
.four-eighths,
.five-tenths,
.six-twelfths {
    width: 50%;
}
.one-third,
.two-sixths,
.four-twelfths {
    width: 33.333%;
}
.two-thirds,
.four-sixths,
.eight-twelfths {
    width: 66.666%;
}
.one-quarter,
.two-eighths,
.three-twelfths {
    width: 25%;
}
.three-quarters,
.six-eighths,
.nine-twelfths {
    width: 75%;
}
.one-fifth,
.two-tenths {
    width: 20%;
}
.two-fifths,
.four-tenths {
    width: 40%;
}
.three-fifths,
.six-tenths {
    width: 60%;
}
.four-fifths,
.eight-tenths {
    width: 80%;
}
.one-sixth,
.two-twelfths {
    width: 16.666%;
}
.five-sixths,
.ten-twelfths {
    width: 83.333%;
}
.one-eighth {
    width: 12.5%;
}
.three-eighths {
    width: 37.5%;
}
.five-eighths {
    width: 62.5%;
}
.seven-eighths {
    width: 87.5%;
}
.one-tenth {
    width: 10%;
}
.three-tenths {
    width: 30%;
}
.seven-tenths {
    width: 70%;
}
.nine-tenths {
    width: 90%;
}
.one-twelfth {
    width: 8.333%;
}
.five-twelfths {
    width: 41.666%;
}
.seven-twelfths {
    width: 58.333%;
}
.eleven-twelfths {
    width: 91.666%;
}
.row-fluid {
    width: 100%;
    *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}
.row-fluid:after {
    clear: both;
}
.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 4.29184549356%;
    *margin-left: 4.23819742489%;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 4.29184549356%;
}
.row-fluid .span12 {
    width: 100%;
    *width: 99.9463519313%;
}
.row-fluid .span11 {
    width: 91.3090128755%;
    *width: 91.2553648069%;
}
.row-fluid .span10 {
    width: 82.6180257511%;
    *width: 82.5643776824%;
}
.row-fluid .span9 {
    width: 73.9270386266%;
    *width: 73.8733905579%;
}
.row-fluid .span8 {
    width: 65.2360515021%;
    *width: 65.1824034335%;
}
.row-fluid .span7 {
    width: 56.5450643777%;
    *width: 56.491416309%;
}
.row-fluid .span6 {
    width: 47.8540772532%;
    *width: 47.8004291845%;
}
.row-fluid .span5 {
    width: 39.1630901288%;
    *width: 39.1094420601%;
}
.row-fluid .span4 {
    width: 30.4721030043%;
    *width: 30.4184549356%;
}
.row-fluid .span3 {
    width: 21.7811158798%;
    *width: 21.7274678112%;
}
.row-fluid .span2 {
    width: 13.0901287554%;
    *width: 13.0364806867%;
}
.row-fluid .span1 {
    width: 4.3991416309%;
    *width: 4.34549356223%;
}
a.to-top {
    background: #cd6e57;
    color: #fff;
}
blockquote {
    border-left: 4px solid #d9907e;
    font-style: italic;
}
cite {
    font-style: normal;
}
b,
strong {
    font-weight: 400;
}
.btn {
    font-weight: 400;
}
/*------------- Base -------------*/
body {
    margin: 0;
    float: left;
    width: 100%;
    font-weight: 500;
}
.padding {
    padding: 40px 30px 30px;
}
/*------------- Top -------------*/
#topwrap.padding {
    padding: 0;
    color: #fff;
}
/*------------- Typography -------------*/
h1 {
    margin-bottom: 0;
}
h2 {
    margin-bottom: 9px;
}
a {
    color: #ffffff;
}
ul {
    margin-left: 0;
}
ul li {
    list-style-type: none;
    text-align: center;
}
/*------------- Layout - Box -------------*/
#fb-wrapper {
    max-width: 100%;
    margin: 60px auto;
    padding-bottom: 60px;
}
#box {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    min-height: 420px;
    position: relative;
    color: #ffffff;
}
.js #fb-wrapper {
    display: none;
}
#background {
    border-radius: 4px 4px 0 0;
    padding: 20px 0;
}
#overlay {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}
img.profile {
    height: 150px;
    border-radius: 100px;
    box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.2);
    margin: 10px 0;
}
#bottom {
    min-height: 90px;
    padding: 25px 20px 20px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}
#bottom ul.slides1 li {
    width: 100%;
}
#bottom ul.slides2 li {
    width: 48%;
}
#bottom ul.slides3 li {
    width: 33%;
}
#bottom ul.slides4 li {
    width: 25%;
}
#bottom ul.slides5 li {
    width: 20%;
}
#bottom ul.slides6 li {
    width: 16%;
}
#bottom ul.slides7 li {
    width: 14.2%;
}
#bottom ul li {
    float: left;
}
#bottom ul li span {
    font-size: 1.1em;
    margin-bottom: 10px;
    display: block;
}
#socialicons.zencenter li {
    margin: 0 10px;
}
.gallery-flickr img,
#dribbblr .zen-shot {
    background: rgba(0, 0, 0, 0.2) !important;
    padding: 4px!important;
    border-radius: 0;
}
.zenborder .zenimage img {
    background: #222;
    border: 1px solid #333;
}
/*------------- Map -------------*/
#map {
    padding: 30px;
}
#map {
    margin-left: 0 auto;
    width: 100% !important;
    border: 4px solid rgba(0, 0, 0, 0.8);
    margin-bottom: 40px;
    color: #333333;
}
.phocamaps-box img,
#map img,
#hotspots img {
    max-width: none;
}
/*------------- Form -------------*/
.slider input,
.slider textarea#message {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 20px;
    box-shadow: inset 4px 0 0 rgba(0, 0, 0, 0.3);
    width: 100%;
}
.slider textarea {
    min-height: 250px;
}
/*------------- Fontello - remove for JB Type -------------*/
@font-face {
    font-family: fontello;
    src: url(../fonts/fontello.eot?67307909);
    src: url(../fonts/fontello.eot?67307909#iefix) format("embedded-opentype"), url(../fonts/fontello.woff?67307909) format("woff"), url(../fonts/fontello.ttf?67307909) format("truetype"), url(../fonts/fontello.svg?67307909#fontello) format("svg");
    font-weight: 400;
    font-style: normal;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
/*------------- Icons -------------*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/

    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */

    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */

    /* remove if not needed */

    margin-left: .2em;
    /* you can be more comfortable with increased icons size */

    /* font-size: 120%; */

    /* Uncomment for 3D effect */

    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */

}
.nav,
.fbslides_nav {
    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

    /* '' */

}
.nav .icon-info,
.fbslides_nav .icon-info {
    background: none;
}
.nav .icon-info:before,
.fbslides_nav .icon-info:before {
    content: '\e80c';
}
.nav .icon-home:before,
.fbslides_nav .icon-home:before {
    content: '\e80e';
}
.nav .icon-hourglass:before,
.fbslides_nav .icon-hourglass:before {
    content: '\e831';
}
.nav .icon-cloud:before,
.fbslides_nav .icon-cloud:before {
    content: '\e83d';
}
.nav .icon-star:before,
.fbslides_nav .icon-star:before {
    content: '\e806';
}
.nav .icon-star-empty:before,
.fbslides_nav .icon-star-empty:before {
    content: '\e807';
}
.nav .icon-cup:before,
.fbslides_nav .icon-cup:before {
    content: '\e827';
}
.nav .icon-heart-empty:before,
.fbslides_nav .icon-heart-empty:before {
    content: '\e805';
}
.nav .icon-heart:before,
.fbslides_nav .icon-heart:before {
    content: '\e804';
}
.nav .icon-note:before,
.fbslides_nav .icon-note:before {
    content: '\e800';
}
.nav .icon-note-beamed:before,
.fbslides_nav .icon-note-beamed:before {
    content: '\e801';
}
.nav .icon-flag:before,
.fbslides_nav .icon-flag:before {
    content: '\e814';
}
.nav .icon-attention:before,
.fbslides_nav .icon-attention:before {
    content: '\e820';
}
.nav .icon-flight:before,
.fbslides_nav .icon-flight:before {
    content: '\e83e';
}
.nav .icon-mail:before,
.fbslides_nav .icon-mail:before {
    content: '\e803';
}
.nav .icon-pencil:before,
.fbslides_nav .icon-pencil:before {
    content: '\e81c';
}
.nav .icon-feather:before,
.fbslides_nav .icon-feather:before {
    content: '\e81b';
}
.nav .icon-direction:before,
.fbslides_nav .icon-direction:before {
    content: '\e826';
}
.nav .icon-info-circled:before,
.fbslides_nav .icon-info-circled:before {
    content: '\e80d';
}
.nav .icon-eye:before,
.fbslides_nav .icon-eye:before {
    content: '\e811';
}
.nav .icon-tag:before,
.fbslides_nav .icon-tag:before {
    content: '\e812';
}
.nav .icon-upload-cloud:before,
.fbslides_nav .icon-upload-cloud:before {
    content: '\e818';
}
.nav .icon-code:before,
.fbslides_nav .icon-code:before {
    content: '\e819';
}
.nav .icon-export:before,
.fbslides_nav .icon-export:before {
    content: '\e81a';
}
.nav .icon-print:before,
.fbslides_nav .icon-print:before {
    content: '\e81d';
}
.nav .icon-comment:before,
.fbslides_nav .icon-comment:before {
    content: '\e81e';
}
.nav .icon-chat:before,
.fbslides_nav .icon-chat:before {
    content: '\e81f';
}
.nav .icon-vcard:before,
.fbslides_nav .icon-vcard:before {
    content: '\e823';
}
.nav .icon-address:before,
.fbslides_nav .icon-address:before {
    content: '\e822';
}
.nav .icon-location:before,
.fbslides_nav .icon-location:before {
    content: '\e824';
}
.nav .icon-map:before,
.fbslides_nav .icon-map:before {
    content: '\e825';
}
.nav .icon-doc:before,
.fbslides_nav .icon-doc:before {
    content: '\e828';
}
.nav .icon-doc-landscape:before,
.fbslides_nav .icon-doc-landscape:before {
    content: '\e829';
}
.nav .icon-rss:before,
.fbslides_nav .icon-rss:before {
    content: '\e82b';
}
.nav .icon-basket:before,
.fbslides_nav .icon-basket:before {
    content: '\e82d';
}
.nav .icon-popup:before,
.fbslides_nav .icon-popup:before {
    content: '\e834';
}
.nav .icon-down-circled:before,
.fbslides_nav .icon-down-circled:before {
    content: '\e835';
}
.nav .icon-left-open-big:before,
.fbslides_nav .icon-left-open-big:before {
    content: '\e836';
}
.nav .icon-right-open-big:before,
.fbslides_nav .icon-right-open-big:before {
    content: '\e837';
}
.nav .icon-network:before,
.fbslides_nav .icon-network:before {
    content: '\e83b';
}
.nav .icon-lifebuoy:before,
.fbslides_nav .icon-lifebuoy:before {
    content: '\e840';
}
.nav .icon-brush:before,
.fbslides_nav .icon-brush:before {
    content: '\e841';
}
.nav .icon-github:before,
.fbslides_nav .icon-github:before {
    content: '\e846';
}
.nav .icon-flickr:before,
.fbslides_nav .icon-flickr:before {
    content: '\e847';
}
.nav .icon-vimeo:before,
.fbslides_nav .icon-vimeo:before {
    content: '\e848';
}
.nav .icon-twitter:before,
.fbslides_nav .icon-twitter:before {
    content: '\e849';
}
.nav .icon-facebook:before,
.fbslides_nav .icon-facebook:before {
    content: '\e84a';
}
.nav .icon-gplus:before,
.fbslides_nav .icon-gplus:before {
    content: '\e84b';
}
.nav .icon-pinterest:before,
.fbslides_nav .icon-pinterest:before {
    content: '\e84c';
}
.nav .icon-tumblr:before,
.fbslides_nav .icon-tumblr:before {
    content: '\e84d';
}
.nav .icon-linkedin:before,
.fbslides_nav .icon-linkedin:before {
    content: '\e84e';
}
.nav .icon-dribbble:before,
.fbslides_nav .icon-dribbble:before {
    content: '\e84f';
}
.nav .icon-lastfm:before,
.fbslides_nav .icon-lastfm:before {
    content: '\e850';
}
.nav .icon-rdio:before,
.fbslides_nav .icon-rdio:before {
    content: '\e851';
}
.nav .icon-instagram:before,
.fbslides_nav .icon-instagram:before {
    content: '\e852';
}
.nav .icon-skype:before,
.fbslides_nav .icon-skype:before {
    content: '\e853';
}
.nav .icon-picture:before,
.fbslides_nav .icon-picture:before {
    content: '\e80a';
}
.nav .icon-globe:before,
.fbslides_nav .icon-globe:before {
    content: '\e83c';
}
.nav .icon-leaf:before,
.fbslides_nav .icon-leaf:before {
    content: '\e83f';
}
.nav .icon-mic:before,
.fbslides_nav .icon-mic:before {
    content: '\e82f';
}
.nav .icon-ticket:before,
.fbslides_nav .icon-ticket:before {
    content: '\e843';
}
.nav .icon-thumbs-up:before,
.fbslides_nav .icon-thumbs-up:before {
    content: '\e815';
}
.nav .icon-thumbs-down:before,
.fbslides_nav .icon-thumbs-down:before {
    content: '\e816';
}
.nav .icon-user:before,
.fbslides_nav .icon-user:before {
    content: '\e808';
}
.nav .icon-users:before,
.fbslides_nav .icon-users:before {
    content: '\e809';
}
.nav .icon-lamp:before,
.fbslides_nav .icon-lamp:before {
    content: '\e832';
}
.nav .icon-alert:before,
.fbslides_nav .icon-alert:before {
    content: '\e821';
}
.nav .icon-credit-card:before,
.fbslides_nav .icon-credit-card:before {
    content: '\e844';
}
.nav .icon-monitor:before,
.fbslides_nav .icon-monitor:before {
    content: '\e839';
}
.nav .icon-calendar:before,
.fbslides_nav .icon-calendar:before {
    content: '\e82e';
}
.nav .icon-chart-line:before,
.fbslides_nav .icon-chart-line:before {
    content: '\e842';
}
.nav .icon-attach:before,
.fbslides_nav .icon-attach:before {
    content: '\e810';
}
.nav .icon-book-open:before,
.fbslides_nav .icon-book-open:before {
    content: '\e82a';
}
.nav .icon-phone:before,
.fbslides_nav .icon-phone:before {
    content: '\e82c';
}
.nav .icon-download:before,
.fbslides_nav .icon-download:before {
    content: '\e817';
}
.nav .icon-mobile:before,
.fbslides_nav .icon-mobile:before {
    content: '\e83a';
}
.nav .icon-signal:before,
.fbslides_nav .icon-signal:before {
    content: '\e838';
}
.nav .icon-camera:before,
.fbslides_nav .icon-camera:before {
    content: '\e80b';
}
.nav .icon-light-down:before,
.fbslides_nav .icon-light-down:before {
    content: '\e833';
}
.nav .icon-sound:before,
.fbslides_nav .icon-sound:before {
    content: '\e830';
}
.nav .icon-search:before,
.fbslides_nav .icon-search:before {
    content: '\e802';
}
.nav .icon-bookmark:before,
.fbslides_nav .icon-bookmark:before {
    content: '\e813';
}
.nav .icon-link:before,
.fbslides_nav .icon-link:before {
    content: '\e80f';
}
.nav .icon-rocket:before,
.fbslides_nav .icon-rocket:before {
    content: '\e845';
}
/*------------- Tabs / Slides -------------*/
.fbslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.fbslides li.slider {
    -webkit-backface-visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.fbslides li.slider:first-child {
    position: relative;
    display: block;
    float: left;
}
#slider {
    position: relative;
}
/*-------------  Nav -------------*/
#nav {
    width: 100%;
    position: relative;
    z-index: 10;
}
#nav a {
    margin: 20px;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 20px;
}
#nav a.next {
    right: 5px;
    font-size: 1.6em;
    width: 20px;
}
#nav a.prev {
    right: 30px ;
    font-size: 1.6em;
    width: 20px;
}
@media only screen and (max-width: 840px) {
    #fb-wrapper {
        max-width: 90%;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 620px) {
    .padding {
        padding: 20px 20px 55px;
    }
    #fb-wrapper {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    body.active .offcanvas,
    .active #menu-toggle {
        margin-left: 0;
        width: 100% !important;
    }
    a#menu-toggle {
        position: absolute;
    }
    .main_content {
        padding: 0;
    }
    #map iframe {
        max-width: 100%;
    }
    #box {
        margin-top: 0;
    }
    .nav-trigger {
        text-indent: -9999em;
    }
    .nav :before {
        font-size: 2em;
    }
    #bottom {
        padding: 15px 0 0;
        min-height: 20px;
    }
}
