
@media only screen {/** Skeleton V1.1* Copyright 2011, Dave Gamache* www.getskeleton.com* Free to use under the MIT license.* http://www.opensource.org/licenses/mit-license.php* 8/17/2011*//* Table of Contents==================================================    #Base 980 Grid    #Tablet (Portrait)    #Mobile (Portrait)    #Mobile (Landscape)    #Clearing *//* #Base 980 Grid================================================== */    .container                            { position: relative; width: 960px; margin: 0 auto; padding: 0; }    .column, .columns                           { float: left; display: inline; margin-left: 0px; margin-right: 0px; }    .row                                        { margin-bottom: 20px; }    /* Nested Column Classes */    .column.alpha, .columns.alpha               { margin-left: 0; }    .column.omega, .columns.omega               { margin-right: 0; }    /* Base Grid */    .container .one.column                      { width: 50px;  }    .container .two.columns                     { width: 110px; }    .container .three.columns                   { width: 170px; }    .container .four.columns                    { width: 220px; }    .container .five.columns                    { width: 290px; }    .container .six.columns                     { width: 350px; }    .container .seven.columns                   { width: 410px; }    .container .eight.columns                   { width: 470px; }    .container .nine.columns                    { width: 530px; }    .container .ten.columns                     { width: 590px; }    .container .eleven.columns                  { width: 650px; }    .container .twelve.columns                  { width: 710px; }    .container .thirteen.columns                { width: 770px; }    .container .fourteen.columns                { width: 830px; }    .container .fifteen.columns                 { width: 890px; }    .container .sixteen.columns                 { width: 960px; }    .container .one-third.column                { width: 310px; }    .container .portfolio-item.one-third.column  { width: 296px; }    .container .two-thirds.column               { width: 630px; }            /* Offsets */    .container .paddingLeft_one                   { padding-left: 50px;  }    .container .paddingLeft_two                   { padding-left: 120px; }    .container .paddingLeft_three                 { padding-left: 180px; }    .container .paddingLeft_four                  { padding-left: 240px; }    .container .paddingLeft_five                  { padding-left: 300px; }    .container .paddingLeft_six                   { padding-left: 360px; }    .container .paddingLeft_seven                 { padding-left: 420px; }    .container .paddingLeft_eight                 { padding-left: 480px; }    .container .paddingLeft_nine                  { padding-left: 540px; }    .container .paddingLeft_ten                   { padding-left: 600px; }    .container .paddingLeft_eleven                { padding-left: 660px; }    .container .paddingLeft_twelve                { padding-left: 720px; }    .container .paddingLeft_thirteen              { padding-left: 780px; }    .container .paddingLeft_fourteen              { padding-left: 840px; }    .container .paddingLeft_fifteen               { padding-left: 900px; }/* #Tablet (Portrait)================================================== */    /* Note: Design for a width of 768px */    @media only screen and (min-width: 768px) and (max-width: 959px) {        .container                                  { width: 96%; padding: 0;}        .container .column,        .container .columns                         { margin-left: 1.041667%; margin-right: 1.041667%; }        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 1.041667%; }        .column.omega, .columns.omega               { margin-right: 0; margin-left: 1.041667%; }        .container .one.column                      { width: 3.645833; }        .container .two.columns                     { width: 9.895833%; }        .container .three.columns                   { width: 16.145833; }        .container .four.columns                    { width: 22.395833%; }        .container .five.columns                    { width: 28.645833%; }        .container .six.columns                     { width: 34.895833%; }        .container .seven.columns                   { width: 41.145833%; }        .container .eight.columns                   { width: 47.395833%; }        .container .nine.columns                    { width: 53.645833%; }        .container .ten.columns                     { width: 59.895833%; }        .container .eleven.columns                  { width: 66.145833%; }        .container .twelve.columns                  { width: 72.395833%; }        .container .thirteen.columns                { width: 78.645833%; }        .container .fourteen.columns                { width: 84.895833%; }        .container .fifteen.columns                 { width: 91.145833%; }        .container .sixteen.columns                 { width: 99%; }        .container .one-third.column                { width: 30.729167%; }        .container .two-thirds.column               { width: 64.0625%; }        /* Offsets */        .container .paddingLeft_one                   { padding-left: 6.25%; }        .container .paddingLeft_two                   { padding-left: 12.5%; }        .container .paddingLeft_three                 { padding-left: 18.75%; }        .container .paddingLeft_four                  { padding-left: 25%; }        .container .paddingLeft_five                  { padding-left: 31.25%; }        .container .paddingLeft_six                   { padding-left: 37.5%; }        .container .paddingLeft_seven                 { padding-left: 43.75%; }        .container .paddingLeft_eight                 { padding-left: 50%; }        .container .paddingLeft_nine                  { padding-left: 56.25%; }        .container .paddingLeft_ten                   { padding-left: 62.5%; }        .container .paddingLeft_eleven                { padding-left: 68.75%; }        .container .paddingLeft_twelve                { padding-left: 75%; }        .container .paddingLeft_thirteen              { padding-left: 81.25%; }        .container .paddingLeft_fourteen              { padding-left: 87.5%; }        .container .paddingLeft_fifteen               { padding-left: 93.75%; }    }/*  #Mobile (Portrait)================================================== */    /* Note: Design for a width of 320px */    @media only screen and (max-width: 767px) {        .container  { width: 96%; padding: 0;}        .columns, .column { margin: 0; }        .container .one.column,        .container .two.columns,        .container .three.columns,        .container .four.columns,        .container .five.columns,        .container .six.columns,        .container .seven.columns,        .container .eight.columns,        .container .nine.columns,        .container .ten.columns,        .container .eleven.columns,        .container .twelve.columns,        .container .thirteen.columns,        .container .fourteen.columns,        .container .fifteen.columns,        .container .sixteen.columns,        .container .one-third.column,        .container .two-thirds.column  { width: 100%; }        /* Offsets */        .container .paddingLeft_one,        .container .paddingLeft_two,        .container .paddingLeft_three,        .container .paddingLeft_four,        .container .paddingLeft_five,        .container .paddingLeft_six,        .container .paddingLeft_seven,        .container .paddingLeft_eight,        .container .paddingLeft_nine,        .container .paddingLeft_ten,        .container .paddingLeft_eleven,        .container .paddingLeft_twelve,        .container .paddingLeft_thirteen,        .container .paddingLeft_fourteen,        .container .paddingLeft_fifteen { padding: 0; }    }/* #Mobile (Landscape)================================================== */    /* Note: Design for a width of 480px */    @media only screen and (min-width: 480px) and (max-width: 767px) {        .container  { width: 96%; padding: 0;}        .columns, .column { margin: 0; }        .container .one.column,        .container .two.columns,        .container .three.columns,        .container .four.columns,        .container .five.columns,        .container .six.columns,        .container .seven.columns,        .container .eight.columns,        .container .nine.columns,        .container .ten.columns,        .container .eleven.columns,        .container .twelve.columns,        .container .thirteen.columns,        .container .fourteen.columns,        .container .fifteen.columns,        .container .sixteen.columns,        .container .one-third.column,        .container .two-thirds.column { width: 100%; }    }/* #Clearing================================================== */    /* Self Clearing Goodness */    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }    /* Use clearfix class on parent to clear nested columns,    or wrap each row of columns in a <div class="row"> */    .clearfix:before,    .clearfix:after,    .row:before,    .row:after {      content: '\0020';      display: block;      overflow: hidden;      visibility: hidden;      width: 0;      height: 0; }    .row:after,    .clearfix:after {      clear: both; }    .row,    .clearfix {      zoom: 1; }    /* You can also use a <br class="clear" /> to clear columns */    .clear {      clear: both;      display: block;      overflow: hidden;      visibility: hidden;      width: 0;      height: 0;    }/* Euphonic 1.0.0 - February 24, 2014 */html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {  margin:0;  padding:0;  border:0;  outline:0;  font-size:100%;  vertical-align:baseline;  background:transparent;}                  article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {     display:block;}nav ul { list-style:none; }blockquote, q { quotes:none; }blockquote:before, blockquote:after,q:before, q:after { content:''; content:none; }a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }ins { background-color:#ff9; color:#000; text-decoration:none; }mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }del { text-decoration: line-through; }abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }/* tables still need cellspacing="0" in the markup */table { border-collapse:collapse; border-spacing:0; }hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }input, select { vertical-align:middle; }/* END RESET CSS */html { overflow-y: scroll; -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */ }body {}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {display: block;}a {text-decoration: none;outline: none;}h1, h2, h3, h4, h5, h6{letter-spacing: 0px;line-height: normal;}h1 {font-size: 2em;}h2 {font-size: 1.875em;}h3 {font-size: 1.6em;}h4 {font-size: 1.5em;}h5 {font-size: 1.4em;}h6 {font-size: 0.625em;}.clear {clear: both;}.image-left {float: left;padding: 11px;}.image-right {float: right;padding: 11px;}img, a img {max-width: 100%;margin: 0;padding: 0;height: auto;}a img {border: 0;margin: 0;padding: 0;}img.scale-with-grid {max-width: 100%;height: auto;}blockquote, code {margin: 18px 0;padding: 8px 11px;display: block;}pre, code, kbd, samp { font-family: monospace, sans-serif; }code {font: 1em 'Courier New', Courier, monospace;border: 1px solid #e0e0e0;display: inline-block;background: #fff;}/* LIST ELEMENTS */ul.disc {list-style-type: disc;}ul.circle {list-style-type: circle;}ul.square {list-style-type: square;}ol.arabic-numbers {list-style-type: decimal;}ol.upper-alpha {list-style-type: upper-alpha;}ol.lower-alpha {list-style-type: lower-alpha;}ol.upper-roman {list-style-type: upper-roman;}ol.lower-roman {list-style-type: lower-roman;}/* @end */@font-face {    font-family: 'BebasNeueRegular';    src: url('font/BebasNeue-webfont.eot');    src: url('font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),         url('font/BebasNeue-webfont.woff') format('woff'),         url('font/BebasNeue-webfont.ttf') format('truetype'),         url('font/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');    font-weight: normal;    font-style: normal;}@font-face {    font-family: 'TheanoDidotRegular';    src: url('font/TheanoDidot-Regular-webfont.eot');    src: url('font/TheanoDidot-Regular-webfont.eot?#iefix') format('embedded-opentype'),         url('font/TheanoDidot-Regular-webfont.woff') format('woff'),         url('font/TheanoDidot-Regular-webfont.ttf') format('truetype'),         url('font/TheanoDidot-Regular-webfont.svg#TheanoDidotRegular') format('svg');    font-weight: normal;    font-style: normal;}@font-face {font-family: 'zocial';font-style: normal;font-weight: normal;src: url('font/zocial-regular-webfont.eot');src: url('font/zocial-regular-webfont.eot?#iefix') format('embedded-opentype'), url('font/zocial-regular-webfont.woff') format('woff'), url('font/zocial-regular-webfont.ttf') format('truetype'), url('font/zocial-regular-webfont.svg#ZocialRegular') format('svg');}@keyframes fadein {    from { opacity: 0; }    to   { opacity: 1; }}/* Firefox */@-moz-keyframes fadein {    from { opacity: 0; }    to   { opacity: 1; }}/* Safari and Chrome */@-webkit-keyframes fadein {    from { opacity: 0; }    to   { opacity: 1; }}/* Internet Explorer */@-ms-keyframes fadein {    from { opacity: 0; }    to   { opacity: 1; }}​/* Opera */@-o-keyframes fadein {    from { opacity: 0; }    to   { opacity: 1; }}​/* end font embed *//* @group Structure */html {overflow-x: hidden;}body {overflow-x: hidden;}header {position: absolute;width: 100%;top: 0;}#headerWrapper {height: 160px;width: 100%;}header h1#title {position: absolute;clear: both;left: 0;right: 0;margin-left: auto;margin-right: auto;padding-top: 78px;text-align: center;font-size: 26px;letter-spacing: 11px;}header h2#slogan {position: absolute;left: 0;right: 0;margin-left: auto;margin-right: auto;letter-spacing: 0;padding-top: 118px;text-align: center;font-size: 16px;}a#logo {position: relative;float: right;padding: 25px 0 80px 0;right: 80px;z-index: 999;}a#logo img {}#extraContainer21 {position: absolute;margin-top: 180px;right: 80px;z-index: 999;}#extraContainer21 h1 {font-size: 32px;line-height: 56px;letter-spacing: 16px;text-align: right;}#extraContainer21 h2 {font-size: 20px;line-height: 30px;text-align: right;}/* @end *//* @end */#myExtraContent1,#myExtraContent2,#myExtraContent3, #myExtraContent4 {display: none;}#extraContainer1 #myExtraContent1,#extraContainer2 #myExtraContent2,#extraContainer3 #myExtraContent3,#extraContainer4 #myExtraContent4, #extraContainer5 #myExtraContent5 {display: block;}#extraContainer1 {z-index: -10;}#extraContainer1 #myExtraContent1{display: block;z-index: 1;}/* @end *//* My Menu */#myMenu {position: absolute;padding: 25px 0 25px 80px;width: 100%;z-index: 999;}#myMenu ul {right: 80px;font-family: 'Lato', sans-serif;text-transform: uppercase;    letter-spacing: 2px;    font-weight: 500;        z-index: 999;}#myMenu li {padding-right: 25px;display: inline-block;font-size: 13px;}/* Banner Area *//* FreeStyle banners - Will Woodgate */#fs {margin-top: 0;position: relative;}#freeStyle img {display: block;position: relative;min-width: 100%;height: auto;}/* section */.accent {    background: none repeat scroll 0 0 #dadada;    height: 1px;    margin: 0 auto;    width: 180px;}.wrapper_2, .wrapper_3 {}section {position: relative;z-index: 1;}section li {}section .container {}#main, aside {}aside{}.sb_hide{display: none;}.sidebar.left{float: left;}#main.right{float: right;}#myExtraContent1,#myExtraContent2,#myExtraContent3,#myExtraContent4 {display: none;}#myExtraContent3 {clear: both;}/* @group Footer */#extraContainer20 {height: 45px;}#extraContainer20 #socialIcons {position: relative;float: left;padding: 10px 0 20px 0;margin: 0;font-size: 13px;z-index: 600;}#socialIcons a {margin: 0 14px 0 0;padding: 0 2px;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;}#footerSide {position: absolute;bottom: 30px;left: 100px;font-size: 13px;}a#rw_email_contact {padding-left: 10px;}#breadcrumb {float: none;clear: both;text-align: center;line-height: normal;font-size: 16px; line-height: 24px;}#breadcrumb ul a {list-style: none; text-decoration: none; line-height: normal; -webkit-transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;}#breadcrumb ul{margin: 0;}#breadcrumb li{list-style: none; text-decoration: none; display: inline;}#breadcrumb li a {}#breadcrumblist span{}/* @end *//* Full Page CSS *//** * fullPage 2.4.6 * https://github.com/alvarotrigo/fullPage.js * MIT licensed * * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo */html, body {    margin: 0;    padding: 0;    overflow:hidden;    /*Avoid flicker on slides transitions for mobile phones #336 */    -webkit-tap-highlight-color: rgba(0,0,0,0);}#superContainer {    height: 100%;    position: relative;    /* Touch detection for Windows 8 */    -ms-touch-action: none;    /* IE 11 on Windows Phone 8.1*/    touch-action: none;}.fp-section {    position: relative;    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */    -moz-box-sizing: border-box; /* <=28 */    box-sizing: border-box;}.fp-slide {    float: left;}.fp-slide, .fp-slidesContainer {    height: 100%;    display: block;}.fp-slides {    z-index:1;    height: 100%;    overflow: hidden;    position: relative;    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */    transition: all 0.3s ease-out;}.fp-section.fp-table, .fp-slide.fp-table {    display: table;    table-layout:fixed;    width: 100%;}.fp-tableCell {    display: table-cell;    vertical-align: middle;    width: 100%;    height: 100%;}.fp-slidesContainer {    float: left;    position: relative;}.fp-controlArrow {    position: absolute;    z-index: 4;    top: 50%;    cursor: pointer;    width: 0;    height: 0;    border-style: solid;    margin-top: -38px;}.fp-controlArrow.fp-prev {    left: 15px;    width: 0;    border-width: 38.5px 34px 38.5px 0;    border-color: transparent #fff transparent transparent;}.fp-controlArrow.fp-next {    right: 15px;    border-width: 38.5px 0 38.5px 34px;    border-color: transparent transparent transparent #fff;}.fp-scrollable {    overflow: scroll;}.fp-notransition {    -webkit-transition: none !important;    transition: none !important;}#fp-nav {    position: fixed;    z-index: 100;    margin-top: -32px;    top: 50%;    opacity: 1;}#fp-nav.right {    right: 17px;}#fp-nav.left {    left: 17px;}.fp-slidesNav{    position: absolute;    z-index: 4;    left: 50%;    opacity: 1;}.fp-slidesNav.bottom {    bottom: 17px;}.fp-slidesNav.top {    top: 17px;}#fp-nav ul,.fp-slidesNav ul {  margin: 0;  padding: 0;}#fp-nav ul li,.fp-slidesNav ul li {    display: block;    width: 14px;    height: 13px;    margin: 18px;    position:relative;}.fp-slidesNav ul li {    display: inline-block;}#fp-nav ul li a,.fp-slidesNav ul li a {    display: block;    position: relative;    z-index: 1;    width: 100%;    height: 100%;    cursor: pointer;    text-decoration: none;}#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span {}#fp-nav ul li a span,.fp-slidesNav ul li a span {    top: 2px;    left: 2px;    width: 12px;    height: 12px;    border: 2px solid;    border-radius: 50%;    position: absolute;    opacity: .7;    z-index: 1;        -webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;}#fp-nav ul li a span:hover,.fp-slidesNav ul li a span:hover {opacity: 1;}#fp-nav ul li .fp-tooltip {    position: absolute;    top: -2px;    color: #fff;    font-size: 14px;    font-family: arial, helvetica, sans-serif;    white-space: nowrap;    max-width: 220px;    overflow: hidden;    display: block;    opacity: 0;    width: 0;}#fp-nav ul li:hover .fp-tooltip {    -webkit-transition: opacity 0.2s ease-in;    transition: opacity 0.2s ease-in;    width: auto;    opacity: 1;}#fp-nav ul li .fp-tooltip.right {    right: 20px;}#fp-nav ul li .fp-tooltip.left {    left: 20px;}/* @group Blog *//* @group Tag Cloud */.blog-entry {margin: 0 10px 90px;padding: 0 40px 20px;background: #fff;outline: solid thin #ececec;font-size: 1em;}h1.blog-entry-title {font-size: 1em;line-height: 2.1em;padding: 30px 0 11px;}h1.blog-entry-title a{font-size: 2em;line-height: 1.1em;padding: 30px 0 11px;}.blog-entry-date {font-size: .875em;font-weight: bold;font-style: normal;margin-bottom: 1em;color: #999999;}.blog-entry-category a:link, .blog-entry-category a:visited {padding: 0px 6px;margin: 0 4px;font-size: 1em;font-style: normal;font-weight: normal;background-color: #ececec;display: inline-block;border-radius: 2px;}.blog-read-more {}.blog-entry-body {padding-bottom: 10px;overflow: hidden;}a.blog-comment-link {margin-top: 1.0em;padding: 5px 0px 8px 50px;display: inline-block;}p.blog-entry-tags {margin-top: 1em;font-weight: bolder;font-style: normal;font-size: .8em;}p.blog-entry-tags a {padding: 0 6px;margin: 0 4px;font-size: 1.25em;font-weight: normal;font-style: normal;font-family: Arial;background-color: #ececec;display: inline-block;}#blog-categories:before,#blog-archives:before,ul.blog-tag-cloud:before,#blog-rss-feeds:before {display: block;margin-bottom: 7px;text-transform: uppercase;font-weight: bold;font-size: 1em;}/* Categories */#blog-categories,#blog-archives {padding-top: 12px;padding-bottom: 80px;line-height: 2.5em;}#blog-categories br,#blog-archives br {display: none;}#blog-categories:before {content: "Categories";text-transform: uppercase;font-weight: bold;font-size: 1em;line-height: 1em;text-align: center;background-color: rgba(0, 0, 0, 0.2);padding: 8px 0;}.blog-category-link-enabled,.blog-archive-link-enabled {display: block;}.blog-category-link-enabled:hover,.blog-archive-link-enabled:hover {}.blog-category-link-disabled,.blog-archive-link-disabled {display: none;}/* Archives */#blog-archives {margin-top: 16px;}#blog-archives:before {content: "Archives";text-transform: uppercase;font-weight: bold;font-size: 1em;line-height: 1em;text-align: center;background-color: rgba(0, 0, 0, 0.2);padding: 8px 0;}/* Tag Cloud */section .wrapper ul.blog-tag-cloud {}ul.blog-tag-cloud:before {content: "Tag cloud";text-transform: uppercase;font-weight: bold;text-align: center;background-color: rgba(0, 0, 0, 0.2);}ul.blog-tag-cloud li {display: inline;margin: 0 4px 0 0;padding: 0;font-size: 1em;}ul.blog-tag-cloud li a {display: inline-block;}ul.blog-tag-cloud li a:hover {}.blog-tag-cloud {padding-bottom: 80px;}.blog-tag-size-1 {font-size: 0.8em;}.blog-tag-size-2 {font-size: 0.85em;}.blog-tag-size-3 {font-size: 0.9em;}.blog-tag-size-4 {font-size: 0.95em;}.blog-tag-size-5 {font-size: 1em;}.blog-tag-size-6 {font-size: 1.05em;}.blog-tag-size-7 {font-size: 1.1em;}.blog-tag-size-8 {font-size: 1.15em;}.blog-tag-size-9 {font-size: 1.2em;}.blog-tag-size-10 {font-size: 1.25em;}.blog-tag-size-11 {font-size: 1.3em;}.blog-tag-size-12 {font-size: 1.35em;}.blog-tag-size-13 {font-size: 1.4em;}.blog-tag-size-14 {font-size: 1.45em;}.blog-tag-size-15 {font-size: 1.5em;}.blog-tag-size-16 {font-size: 1.55em;}.blog-tag-size-17 {font-size: 1.6em;}.blog-tag-size-18 {font-size: 1.65em;}.blog-tag-size-19 {font-size: 1.7em;}.blog-tag-size-20 {font-size: 1.75em;}/* Styles the blog RSS feeds in the blog sidebar */#blog-rss-feeds {margin-top: 15px;padding-top: 15px;}#blog-rss-feeds:before {content: "Feeds";text-transform: uppercase;font-weight: bold;font-size: 1em;line-height: 1em;text-align: center;background-color: rgba(0, 0, 0, 0.2);padding: 8px 0;}.blog-rss-link {margin: 0;display: inline-block;}.blog-comments-rss-link {}/* @end *//* FontAwesome Blog Icons */.blog-category-link-enabled:before, .blog-category-link-disabled:before {    content: "\f009";    font-family: FontAwesome;    margin-right: 8px;}.blog-archive-link-enabled:before, .blog-archive-link-disabled:before {    content: "\f114";    font-family: FontAwesome;    margin-right: 8px;}ul.blog-tag-cloud a:before {    content: "\f02c";    font-family: FontAwesome;    margin-right: 6px;    font-size: 1em;    }a.blog-rss-link:before {    content: "\f09e";    font-family: FontAwesome;    margin-right: 6px;}/* End *//* @group File Sharing */.filesharing-item-title a{font-family: arial, helvetica;font-size: 1em;line-height: 1.2em;display: inline-block;padding: 11px 13px;text-decoration: none;background-color: rgba(0, 0, 0, 0.1);border: 1px solid #d3d3d3;}.filesharing-item-title {padding: 60px 0 7px 0;}.filesharing-description {}.filesharing-item {padding: 0;}.filesharing-item-title a:before {    content: "\f0ed";    font-family: FontAwesome;    font-size: 18px;    padding: 0 8px;}/* @end *//* @group Photo Album */.album-title {font-size: 1em;margin: 0;padding: 0;font-style: normal;line-height: normal;}.album-description {margin: 10px 0 20px 0;font-family: sans-serif;}.album-wrapper {width: 100%;}/* @end *//* @group Single Page (Photo view) */.photo-background {text-align: center;background-color: #000;max-width: 960px;margin: 0 auto;}.photo-background img {max-width: 100%;height: auto;}.photo-background p {text-align: left;margin: 0;color: #ffffff;}.photo-navigation {width: 96%;margin: 20px auto 0 auto;padding: 20px;border-top: none;height: 111px;position: relative;text-align: left;font-size: 22px;text-transform: uppercase;}.photo-links {position: absolute;top: 100px;font-size: 1em;}.photo-navigation a:link, .photo-navigation a:visited {color: #fff;text-decoration: none;text-align: left;line-height: 18px;font-size: .8em;}.photo-navigation a:hover {text-decoration: none;color: #878787;}.photo-frame{margin-top: 11px;}.photo-background p.photo-title {padding-bottom: 7px;line-height: 26px;font-size: 1em;}.photo-background p.photo-caption {font-size: 1em;line-height: 16px;font-style: italic;font-family: Times New Roman, Times;margin: 21px 0 0 0;}}img.photo-frame {    clear: both;    height: auto;    max-width: 100%;    position: relative;    visibility: hidden;    width: 100%;    height: auto;}img.photo-frame {    clear: both;    height: auto;    max-width: 100%;    position: relative;    top: 10px;    width: 100%;}.photo-background img {   width: auto;   height: auto;}/* @end *//* @group EXIF data *//* Data wrapper */.exif-data {}.exif-data p {}/* p tag classes for all exif data */p.exif-version {}p.exif-colour-space {}p.exif-focal-length {}p.exif-dimensions {}p.exif-pixel-y-dimension {}p.exif-pixel-x-dimension {}p.exif-oecf-value {}p.exif-subsec-time-original {}p.exif-exposure-mode {}p.exif-spatial-frequency-response {}p.exif-scene-capture-type {}p.exif-subject-location {}p.exif-shutter-speed {}p.exif-datetime-original {}p.exif-subsec-time {}p.exif-compressed-bits-per-pixel {}p.exif-flash-energy {}p.exif-saturation {}p.exif-brightness {}p.exif-exposure-time {}p.exif-f-number {}p.exif-file-source {}p.exif-gain-control {}p.exif-subject-area {}p.exif-cfa-pattern {}p.exif-scene-type {}p.exif-white-balance {}p.exif-flash {}p.exif-exposure-index {}p.exif-flashpix-version {}p.exif-device-setting-description {}p.exif-focalplane-x-resolution {}p.exif-image-uniqueid {}p.exif-components-configuration {}p.exif-light-source {}p.exif-sensing-method {}p.exif-aperture {}p.exif-sharpness {}p.exif-exposure-program {}p.exif-subject-distance {}p.exif-subsec-time-digitized {}p.exif-contrast {}p.exif-focalplane-resolution-unit {}p.exif-gamma {}p.exif-35mm-focal-length {}p.exif-datetime-digitized {}p.exif-subject-distance-range {}p.exif-custom-rendered {}p.exif-max-aperture {}p.exif-sound-file {}p.exif-metering-mode {}p.exif-spectral-sensitivity {}p.exif-exposure-bias {}p.exif-focalplane-y-resolution {}p.exif-iso-rating {}p.exif-maker-note {}p.exif-digital-zoom-ratio {}p.exif-user-comment {}/* @end *//* @end *//* @end *//* @group Quicktime Page */.movie-description {}/* @end *//* @group Quicktime Album *//* @group Index Page (Movie Thumbnail view) */.movie-page-description {    margin-bottom: 15px;    display: block;}.movie-thumbnail-frame {position: relative;    display: inline-block;    margin: 2%;    width: 45%;}.movie-thumbnail-frame:hover {}.lastMov {    margin-bottom: 5px;}.movie-thumbnail-frame img {    border-radius: 2px;    height: auto !important;    width: 100% !important;}.movie-thumbnail-caption {    font-size: 0.9em;    line-height: 1.5em;    padding: 11px 20px;    text-shadow: none;    visibility: hidden;    width: auto;}#movieAlbum .movie-thumbnail-caption {    visibility: visible;}.movie-thumbnail-frame a:before {    cursor: pointer;    position: absolute;}.movie-thumbnail-frame a:hover:before {    opacity: 0.4;}.movie-background {    margin: 0;padding: 24px;text-align: center;background: #000000;opacity: 1;}.movie-title {    color: #ececec;    font-size: 1.375em;    padding: 16px 0 0;}.movie-page-title {    font-size: 2em;    padding: 0 0 3px 3px;}.album-title {    font-size: 2em;    line-height: 1em;    padding: 0 0 21px 3px;}.album-description {    display: none;}.thumbnail-frame {    float: left;    position: relative;}.thumbnail-wrap {    display: block;    float: left;    height: auto !important;    margin: 1%;}.thumbnail-caption {    display: none;}.thumbnail-frame img {}.thumbnail-frame img:active, .thumbnail-frame img:hover {}.thumbnail-frame {}/* @group Contact Form */.message-text {margin-top: 21px; font-size: 1.125em;font-family: Times New Roman, Times, serif;font-style: italic;} .message-text {margin-top: 21px; } form label {    font-size: 0.8em;    text-transform: uppercase;}.required-text {} .form-input-field {width: 70%;} .form-input-button {background-color: #ffffff;border: 1px solid #dfdfdf;} form > div textarea.form-input-field, form > div input.form-input-field[type="text"] {background-color: rgba(255, 255, 255, 0.5);outline: none;border: 1px solid #ececec;padding: 7px 0;}.form-input-button {height: 30px;width: 80px;margin-right: 16px;}/* @end *//****************************GENERAL***************************//** * BxSlider v4.0 - Fully loaded, responsive content slider * http://bxslider.com * * Written by: Steven Wanderski, 2012 * http://stevenwanderski.com * (while drinking Belgian ales and listening to jazz) * * CEO and founder of bxCreative, LTD * http://bxcreative.com *//** RESET AND LAYOUT===================================*/.bx-wrapper {position: relative;margin: 0 auto;padding: 0;*zoom: 1;}.bx-wrapper img {width: 100%;display: block;}/** THEME===================================*/.bx-wrapper .bx-viewport {background: #000;position: absolute;z-index: 1;}.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {position: absolute;bottom: -30px;width: 100%;}/* LOADER */.bx-wrapper .bx-loading {min-height: 50px;background: url(images/bx_loader.gif) center center no-repeat #fff;height: 100%;width: 100%;position: absolute;top: 0;left: 0;}/* PAGER */.bx-wrapper .bx-pager {text-align: center;font-size: .85em;font-family: Arial;font-weight: bold;color: rgba(0,0,0,.75);padding-top: 20px;}.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;*zoom: 1;*display: inline;}.bx-wrapper .bx-pager.bx-default-pager a {background: transparent;text-indent: -9999px;display: block;position: relative;width: 10px;height: 10px;margin: 0 5px;border: 1px solid rgba(166, 166, 166, 0.5);border-radius: 50%;z-index: 10;}.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active {background: rgba(120, 120, 120, 0.5);}/* DIRECTION CONTROLS (NEXT / PREV) */.bx-wrapper .bx-prev {}.bx-wrapper .bx-next {right: 0;}.bx-wrapper .bx-prev:hover {background-position: 0 0;}.bx-wrapper .bx-next:hover {}.bx-wrapper .bx-controls-direction a {position: absolute;top: 50%;margin-top: -72px;outline: 0;height: 144px;width: 71px;text-indent: -9999px;z-index: 1;}.bx-wrapper .bx-controls-direction a.disabled {display: none;}/* AUTO CONTROLS (START / STOP) .bx-wrapper .bx-controls-auto {text-align: center;}.bx-wrapper .bx-controls-auto .bx-start {display: block;text-indent: -9999px;width: 10px;height: 11px;outline: 0;background: url(images/arrow.png) no-repeat 0 0;margin: 0 3px;}.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active {}.bx-wrapper .bx-controls-auto .bx-stop {display: block;text-indent: -9999px;width: 9px;height: 11px;outline: 0;background: url(images/arrow.png) no-repeat -110px 0;margin: 0 3px;}.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active {background-position: -86px -33px;}*//* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {text-align: left;width: 80%;}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {right: 0;width: 35px;}/*!Zocial Icons by Sam Collins (@smcllns)Enjoy*//* Reference icons from font-files */.zocial,a.zocial{display:inline-block;font:bold 100%/2.1 "Lucida Grande",Tahoma,sans-serif;padding:0 .95em 0 0;text-align:center;text-decoration:none;white-space:nowrap;-moz-user-select:none;-webkit-user-select:none;user-select:none;position:relative;-moz-border-radius:.3em;-webkit-border-radius:.3em;border-radius:.3em}.zocial:before{content:"";border-right:.075em solid rgba(0,0,0,0.1);float:left;font:120%/1.65 zocial;font-style:normal;font-weight:normal;margin:0 .5em 0 0;padding:0 .5em;text-align:center;text-decoration:none;text-transform:none;-moz-box-shadow:.075em 0 0 rgba(255,255,255,0.25);-webkit-box-shadow:.075em 0 0 rgba(255,255,255,0.25);box-shadow:.075em 0 0 rgba(255,255,255,0.25);-webkit-font-smoothing:antialiased,}.zocial:active{outline:0}.zocial.icon{overflow:hidden;max-width:2.4em;padding-left:0;padding-right:0;max-height:2.15em;white-space:nowrap}.zocial.icon:before{padding:0;width:2em;height:2em;box-shadow:none;border:0}.zocial.flat{background:none!important;border:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.zocial{background-image:-moz-linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05) 49%,rgba(0,0,0,.05) 51%,rgba(0,0,0,.1));background-image:-ms-linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05) 49%,rgba(0,0,0,.05) 51%,rgba(0,0,0,.1));background-image:-o-linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05) 49%,rgba(0,0,0,.05) 51%,rgba(0,0,0,.1));background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.1)),color-stop(49%,rgba(255,255,255,.05)),color-stop(51%,rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));background-image:-webkit-linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05) 49%,rgba(0,0,0,.05) 51%,rgba(0,0,0,.1));background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05) 49%,rgba(0,0,0,.05) 51%,rgba(0,0,0,.1))}.zocial.amazon:before{content:"\E040"}.zocial.android:before{content:"\E005"}.zocial.angellist:before{content:"\E06C"}.zocial.aol:before{content:"\E001"}.zocial.appstore:before{content:"\E020"}.zocial.bitcoin:before{content:"\E011"}.zocial.blogger:before{content:"\E021"}.zocial.call:before{content:"\E016"}.zocial.cal:before{content:"\E00D"}.zocial.cart:before{content:"\E06A"}.zocial.chrome:before{content:"\E03A"}.zocial.cloudapp:before{content:"\E042"}.zocial.creativecommons:before{content:"\E022"}.zocial.delicious:before{content:"\E002"}.zocial.digg:before{content:"\E01A"}.zocial.disqus:before{content:"\E030"}.zocial.dribbble:before{content:"\E023"}.zocial.dropbox:before{content:"\E043"}.zocial.email:before{content:"\E03C"}.zocial.eventasaurus:before{content:"\E055";color:#9de428}.zocial.eventbrite:before{content:"\E05B"}.zocial.eventful:before{content:"\E006";color:#06c}.zocial.evernote:before{content:"\E024"}.zocial.facebook:before{content:"\E045"}.zocial.fivehundredpx:before{content:"\E00F";color:#29b6ff}.zocial.flattr:before{content:"\E004"}.zocial.flickr:before{content:"\E025"}.zocial.forrst:before{content:"\E019";color:#50894f}.zocial.foursquare:before{content:"\E013"}.zocial.github:before{content:"\E046"}.zocial.gmail:before{content:"\E04C"}.zocial.google:before{content:"\E026"}.zocial.googleplay:before{content:"\E05E"}.zocial.googleplus:before{content:"\E00A"}.zocial.gowalla:before{content:"\E01F"}.zocial.grooveshark:before{content:"\E017"}.zocial.guest:before{content:"\E01E"}.zocial.html5:before{content:"\E014"}.zocial.ie:before{content:"\E015"}.zocial.instagram:before{content:"\E06D"}.zocial.instapaper:before{content:"\E028"}.zocial.intensedebate:before{content:"\E05A"}.zocial.itunes:before{content:"\E048"}.zocial.klout:before{content:"\E02A"}.zocial.lanyrd:before{content:"\E00C"}.zocial.lastfm:before{content:"\E04B"}.zocial.linkedin:before{content:"\E02B"}.zocial.macstore:before{content:"\E03D"}.zocial.meetup:before{content:"\E02C"}.zocial.myspace:before{content:"\E03E"}.zocial.ninetyninedesigns:before{content:"\E018";color:#f50}.zocial.openid:before{content:"\E04E";color:#ff921d}.zocial.opentable:before{content:"\E05F"}.zocial.paypal:before{content:"\E003"}.zocial.pinboard:before{content:"\E04D"}.zocial.pinterest:before{content:"\E010"}.zocial.plancast:before{content:"\E02F"}.zocial.plurk:before{content:"\E049"}.zocial.podcast:before{content:"\E03F"}.zocial.posterous:before{content:"\E05D"}.zocial.print:before{content:"\E06B"}.zocial.quora:before{content:"\E050"}.zocial.reddit:before{content:"\E01D"}.zocial.rss:before{content:"\E031"}.zocial.scribd:before{content:"\E05C";color:#00d5ea}.zocial.skype:before{content:"\E032"}.zocial.smashing:before{content:"\E009"}.zocial.songkick:before{content:"\E04A"}.zocial.soundcloud:before{content:"\E052"}.zocial.spotify:before{content:"\E01C"}.zocial.stumbleupon:before{content:"\E00E"}.zocial.tumblr:before{content:"\E053"}.zocial.twitter:before{content:"\E033"}.zocial.viadeo:before{content:"\E027";color:#f59b20}.zocial.vimeo:before{content:"\E035"}.zocial.weibo:before{content:"\E029";color:#e6162d}.zocial.wikipedia:before{content:"\E00B"}.zocial.windows:before{content:"\E036"}.zocial.xing:before{content:"\E037"}.zocial.wordpress:before{content:"\E056"}.zocial.yahoo:before{content:"\E038"}.zocial.yelp:before{content:"\E058"}.zocial.youtube:before{content:"\E034"}.zocial.amazon{background-color:#ffad1d;color:#030037;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.zocial.android{background-color:#a4c639}.zocial.angellist{background-color:#000}.zocial.aol{background-color:#f00}.zocial.appstore{background-color:#000}.zocial.bitcoin{background-color:#efefef;color:#4d4d4d}.zocial.blogger{background-color:#ee5a22}.zocial.call{background-color:#008000}.zocial.cal{background-color:#d63538}.zocial.cart{background-color:#333}.zocial.chrome{background-color:#006cd4}.zocial.cloudapp{background-color:#fff;color:#312c2a}.zocial.creativecommons{background-color:#000}.zocial.delicious{background-color:#3271cb}.zocial.digg{background-color:#164673}.zocial.disqus{background-color:#5d8aad}.zocial.dribbble{background-color:#ea4c89}.zocial.dropbox{background-color:#fff;color:#312c2a}.zocial.email{}.zocial.eventasaurus{background-color:#192931;color:#fff}.zocial.eventbrite{background-color:#ff5616}.zocial.eventful{background-color:#fff;color:#47ab15}.zocial.evernote{background-color:#6bb130;color:#fff}.zocial.facebook{background-color:#4863ae}.zocial.fivehundredpx{background-color:#333}.zocial.flattr{background-color:#8aba42}.zocial.flickr{background-color:#ff0084}.zocial.forrst{background-color:#1e360d}.zocial.foursquare{background-color:#44a8e0}.zocial.github{background-color:#fbfbfb;color:#050505}.zocial.gmail{background-color:#efefef;color:#222}.zocial.google{background-color:#4e6cf7}.zocial.googleplay{background-color:#000}.zocial.googleplus{background-color:#dd4b39}.zocial.gowalla{background-color:#ff720a}.zocial.grooveshark{background-color:#111;color:#eee}.zocial.guest{background-color:#1b4d6d}.zocial.html5{background-color:#ff3617}.zocial.ie{background-color:#00a1d9}.zocial.instapaper{background-color:#eee;color:#222}.zocial.instagram{background-color:#3f729b}.zocial.intensedebate{background-color:#0099e1}.zocial.klout{background-color:#e34a25}.zocial.itunes{background-color:#efefeb;color:#312c2a}.zocial.lanyrd{background-color:#2e6ac2}.zocial.lastfm{background-color:#dc1a23}.zocial.linkedin{background-color:#0083a8}.zocial.macstore{background-color:#007dcb}.zocial.meetup{background-color:#ff0026}.zocial.myspace{background-color:#000}.zocial.ninetyninedesigns{background-color:#fff;color:#072243}.zocial.openid{background-color:#f5f5f5;color:#333}.zocial.opentable{background-color:#900}.zocial.paypal{background-color:#fff;color:#32689a;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.zocial.pinboard{background-color:blue}.zocial.pinterest{background-color:#c91618}.zocial.plancast{background-color:#e7ebed;color:#333}.zocial.plurk{background-color:#cf682f}.zocial.podcast{background-color:#9365ce}.zocial.posterous{background-color:#ffd959;color:#bc7134}.zocial.print{background-color:#f0f0eb;color:#222;text-shadow:0 1px 0 rgba(255,255,255,0.8)}.zocial.quora{background-color:#a82400}.zocial.reddit{background-color:#fff}.zocial.rss{background-color:#ff7f25}.zocial.scribd{background-color:#231c1a}.zocial.skype{background-color:#00a2ed}.zocial.smashing{background-color:#ff4f27}.zocial.songkick{background-color:#ff0050}.zocial.soundcloud{background-color:#ff4500}.zocial.spotify{background-color:#60af00}.zocial.stumbleupon{background-color:#eb4924}.zocial.tumblr{background-color:#374a61}.zocial.twitter{background-color:#46c0fb}.zocial.viadeo{background-color:#fff;color:#000}.zocial.vimeo{background-color:#00a2cd}.zocial.weibo{background-color:#faf6f1;color:#000}.zocial.wikipedia{background-color:#fff;color:#000}.zocial.windows{background-color:#0052a4;color:#fff}.zocial.wordpress{background-color:#464646}.zocial.xing{background-color:#0a5d5e}.zocial.yahoo{background-color:#a200c2}.zocial.yelp{background-color:#e60010}.zocial.youtube{background-color:#f00}.zocial.primary,.zocial.secondary{margin:.1em 0;padding:0 1em}.zocial.primary:before,.zocial.secondary:before{display:none}.zocial.primary{background-color:#333}.zocial.secondary{background-color:#f0f0eb;color:#222;text-shadow:0 1px 0 rgba(255,255,255,0.8)}/* #Media Queries================================================== */  /* Tablet Portrait size to standard 960 (devices and browsers) */  @media only screen and (min-width: 960px) and (max-width: 1399px) {#banner .container { min-width: 100%;}  }@media only screen and (min-width: 960px) {}  /* Tablet Portrait size to standard 960 (devices and browsers) */  @media only screen and (min-width: 768px) and (max-width: 1199px) {header {}  }  /* All Mobile Sizes (devices and browser) */   @media only screen and (min-width: 480px) and (max-width: 768px) {body {overflow-x: hidden;}#myMenu {display: none;}#extraContainer21 {margin-top: 0;}.bx-wrapper .bx-prev, .bx-wrapper .bx-next {background: none;}.bx-pager-link {display: none !important;}#footerSide {left: 30px;}  }  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */  @media only screen and (max-width: 479px) {body {overflow-x: hidden;}a#logo {display: block;position: relative;margin-left: auto;margin-right: auto;left: auto;right: auto;float: none;padding: 20px 0 0 0;}header h1#title {font-size: 14px;padding-top: 20px;}header h2#slogan {font-size: 12px;padding-top: 50px;}#myMenu, #extraContainer21 {display: none;}#footerSide {bottom: 0;}.bx-wrapper .bx-prev, .bx-wrapper .bx-next {background: none;}.bx-pager-link {display: none !important;}#footerSide {left: 10px;}  }/*PROJECT COLORS*/header, #myMenu {background-color: #FFFFFF;}header h1#title  {color: #FFFFFF;}header h2#slogan {color: #798091;}#extraContainer21 h1  {color: #FFFFFF;}#extraContainer21 h2 {color: #FFFFFF;}#footerSide {color: #333333;}#footerSide a {color: #FED70A;}#socialIcons a {color:#F3C000;}#socialIcons a:hover {color:#666666;}#myMenu li a {color: #FFFFFF}#myMenu li a:hover {color: #666666;}#fp-nav ul li a span,.fp-slidesNav ul li a span {border-color: #666666;background-color: #FED70A;}#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span {background: #1B1B1B;opacity: 1;}/*SLIDE 1 COLORS*/#section0 {background-color: #6EACEE;color: #333333;}.wrapper_1 a {color: #FED70A;}.wrapper_1 h1, .wrapper_1 h2, .wrapper_1 h3, .wrapper_1 h4, .wrapper_1 h5, .wrapper_1 h6 {color: #333333;}/*SLIDE 2 COLORS*/#section1 {background-color: #ECECEC;color: #333333;}#section1 a {color: #FED70A;}#section1 h1, #section1 h2, #section1 h3, #section1 h4, #section1 h5, #section1 h6 {color: #333333;}/*SLIDE 3 COLORS*/#section2 {background-color: #FFFFFF;color: #333333;}#section2 a {color: #FED70A;}#section2 h1, #section2 h2, #section2 h3, #section2 h4, #section2 h5, #section2 h6 {color: #333333;}/*SLIDE 4 COLORS*/#section3 {background-color: #ECECEC;color: #333333;}#section3 a {color: #FED70A;}#section3 h1, #section3 h2, #section3 h3, #section3 h4, #section3 h5, #section3 h6 {color: #333333;}/*SLIDE 5 COLORS*/#section4 {background-color: #FFFFFF;color: #333333;}#section4 a {color: #FED70A;}#section4 h1, #section4 h2, #section4 h3, #section4 h4, #section4 h5, #section4 h6 {color: #333333;}/*SLIDE 6 COLORS*/#section5 {background-color: #ECECEC;color: #333333;}#section5 a {color: #FED70A;}#section5 h1, #section5 h2, #section5 h3, #section5 h4, #section5 h5, #section5 h6 {color: #333333;}/*SLIDE 7 COLORS*/#section6 {background-color: #FFFFFF;color: #333333;}#section6 a {color: #FED70A;}#section6 h1, #section6 h2, #section6 h3, #section6 h4, #section6 h5, #section6 h6 {color: #333333;}/*SLIDE 8 COLORS*/#section7 {background-color: #ECECEC;color: #333333;}#section7 a {color: #999999;}#section7 h1, #section7 h2, #section7 h3, #section7 h4, #section7 h5, #section7 h6 {color: #333333;}/*SLIDE 9 COLORS*/#section8 {background-color: #FFFFFF;color: #333333;}#section8 a {color: #999999;}#section8 h1, #section8 h2, #section8 h3, #section8 h4, #section8 h5, #section8 h6 {color: #333333;}/*SLIDE 10 COLORS*/#section9 {background-color: #ECECEC;color: #333333;}#section9 a {color: #999999;}#section9 h1, #section9 h2, #section9 h3, #section9 h4, #section9 h5, #section9 h6 {color: #333333;}/*SLIDE 11 COLORS*/#section10 {background-color: #FFFFFF;color: #333333;}#section10 a {color: #999999;}#section10 h1, #section10 h2, #section10 h3, #section10 h4, #section10 h5, #section10 h6 {color: #333333;}#headerWrapper {display: none;}header h1#title, #extraContainer21 h1 {font-style: normal;font-weight: normal;}header h1#title, #extraContainer21 h1 {font-family: 'Oswald', sans-serif;}header h2#slogan, #extraContainer21 h2 {font-style: normal;font-weight: 500;}header h2#slogan, #extraContainer21 h2 {font-family: 'PT Sans', sans-serif;}#myMenu {font-style: normal;font-weight: normal;}#myMenu {font-family: 'Lato', sans-serif;font-weight: normal;}#footerSide {font-family: 'Josefin Sans', sans-serif;}h1, h2, h3, h4, h5, h6, span#asideTitle, .album-title, .photo-background p, .movie-title, .movie-page-title, #breadcrumb  {font-family: 'PT Sans', sans-serif;}.section {font-family: 'Open Sans', sans-serif;}.section {font-size: .75em;line-height: 2em;}}/*PROJECT COLORS*/header, #myMenu {background-color: #FFFFFF;}header h1#title  {color: #FFFFFF;}header h2#slogan {color: #798091;}#extraContainer21 h1  {color: #FFFFFF;}#extraContainer21 h2 {color: #FFFFFF;}#footerSide {color: #333333;}#footerSide a {color: #FED70A;}#socialIcons a {color:#F3C000;}#socialIcons a:hover {color:#666666;}#myMenu li a {color: #FFFFFF}#myMenu li a:hover {color: #666666;}#fp-nav ul li a span,.fp-slidesNav ul li a span {border-color: #666666;background-color: #FED70A;}#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span {background: #1B1B1B;opacity: 1;}/*SLIDE 1 COLORS*/#section0 {background-color: #6EACEE;color: #333333;}.wrapper_1 a {color: #FED70A;}.wrapper_1 h1, .wrapper_1 h2, .wrapper_1 h3, .wrapper_1 h4, .wrapper_1 h5, .wrapper_1 h6 {color: #333333;}/*SLIDE 2 COLORS*/#section1 {background-color: #ECECEC;color: #333333;}#section1 a {color: #FED70A;}#section1 h1, #section1 h2, #section1 h3, #section1 h4, #section1 h5, #section1 h6 {color: #333333;}/*SLIDE 3 COLORS*/#section2 {background-color: #FFFFFF;color: #333333;}#section2 a {color: #FED70A;}#section2 h1, #section2 h2, #section2 h3, #section2 h4, #section2 h5, #section2 h6 {color: #333333;}/*SLIDE 4 COLORS*/#section3 {background-color: #ECECEC;color: #333333;}#section3 a {color: #FED70A;}#section3 h1, #section3 h2, #section3 h3, #section3 h4, #section3 h5, #section3 h6 {color: #333333;}/*SLIDE 5 COLORS*/#section4 {background-color: #FFFFFF;color: #333333;}#section4 a {color: #FED70A;}#section4 h1, #section4 h2, #section4 h3, #section4 h4, #section4 h5, #section4 h6 {color: #333333;}/*SLIDE 6 COLORS*/#section5 {background-color: #ECECEC;color: #333333;}#section5 a {color: #FED70A;}#section5 h1, #section5 h2, #section5 h3, #section5 h4, #section5 h5, #section5 h6 {color: #333333;}/*SLIDE 7 COLORS*/#section6 {background-color: #FFFFFF;color: #333333;}#section6 a {color: #FED70A;}#section6 h1, #section6 h2, #section6 h3, #section6 h4, #section6 h5, #section6 h6 {color: #333333;}/*SLIDE 8 COLORS*/#section7 {background-color: #ECECEC;color: #333333;}#section7 a {color: #999999;}#section7 h1, #section7 h2, #section7 h3, #section7 h4, #section7 h5, #section7 h6 {color: #333333;}/*SLIDE 9 COLORS*/#section8 {background-color: #FFFFFF;color: #333333;}#section8 a {color: #999999;}#section8 h1, #section8 h2, #section8 h3, #section8 h4, #section8 h5, #section8 h6 {color: #333333;}/*SLIDE 10 COLORS*/#section9 {background-color: #ECECEC;color: #333333;}#section9 a {color: #999999;}#section9 h1, #section9 h2, #section9 h3, #section9 h4, #section9 h5, #section9 h6 {color: #333333;}/*SLIDE 11 COLORS*/#section10 {background-color: #FFFFFF;color: #333333;}#section10 a {color: #999999;}#section10 h1, #section10 h2, #section10 h3, #section10 h4, #section10 h5, #section10 h6 {color: #333333;}#headerWrapper {display: none;}header h1#title, #extraContainer21 h1 {font-style: normal;font-weight: normal;}header h1#title, #extraContainer21 h1 {font-family: 'Oswald', sans-serif;}header h2#slogan, #extraContainer21 h2 {font-style: normal;font-weight: 500;}header h2#slogan, #extraContainer21 h2 {font-family: 'PT Sans', sans-serif;}#myMenu {font-style: normal;font-weight: normal;}#myMenu {font-family: 'Lato', sans-serif;font-weight: normal;}#footerSide {font-family: 'Josefin Sans', sans-serif;}h1, h2, h3, h4, h5, h6, span#asideTitle, .album-title, .photo-background p, .movie-title, .movie-page-title, #breadcrumb  {font-family: 'PT Sans', sans-serif;}.section {font-family: 'Open Sans', sans-serif;}.section {font-size: .75em;line-height: 2em;}