
@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;    }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;font-weight: normal;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;}/* FONT EMBED */@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');}/* end font embed *//* @end *//* @group Structure */header {}#headerWrapper {height: 150px;}.centerWrapper {position: absolute;top: 25%;width: 100%;height: auto;background-position: center center;text-align: center;vertical-align: middle !important;z-index: 400;}a#logo {text-align: center;vertical-align: middle !important;margin: 0 auto;}.slide h1#title {position: absolute;clear: both;width: 100%;height: auto;top: 40%;text-align: center;vertical-align: middle !important;line-height: 100%;z-index: 400;}.slide h2#slogan {position: absolute;width: 100%;height: auto;top: 55%;text-align: center;vertical-align: middle !important;line-height: 100%;letter-spacing: 1px;z-index: 400;}.slide h1#titleAlt {position: absolute;vertical-align: middle !important;margin: 70px 0 0 0;line-height: 100%;font-size: 21px;letter-spacing: 1px;}.slide h2#sloganAlt {position: absolute;vertical-align: middle !important;margin: 100px 0 0 0;line-height: 100%;font-size: 14px;letter-spacing: 1px;}#socialIcons {float: right;font-size: .813em;line-height: 1em;height: 33px;font-weight: 100 !important;position: relative;z-index: 400;}#socialIcons a {padding-left: 20px;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;}#extraContainer5 #socialIcons, #extraContainer6 #socialIcons {margin: 17px 0 0 0;}/* @end *//* End ribbon style */#bttmHeader {position: absolute;width: 100%;height: 60px;z-index: 500;}.apdiv {position:absolute;top:0;left:0;bottom:0;width:100%;opacity:.7; /* FX/Opera/Safari/Chrome */-ms-filter:"alpha(opacity=70)"; /* IE8 */filter:alpha(opacity=70); /* IE6/IE7 */-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;}nav {position: relative;float: left;margin: 0 auto;letter-spacing: 1px;z-index: 900;}nav ul {padding: 0;font-size: 14px;padding: 17px 0;z-index: 999;}nav li a {-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;}nav ul li {text-align: left;position: relative;display: inline-block;line-height: 28px;margin: 0 30px 0 0;}nav ul ul li {margin: 0;}nav ul li a{display: block;}nav ul ul li a {margin: 0 20px;}nav li ul li{font-size: 1em;line-height: 16px;background: #ffffff;border-left: 1px solid #222;border-left: 1px solid rgba(0,0,0,0.1);border-right: 1px solid #222;border-right: 1px solid rgba(0,0,0,0.1);border-bottom: 1px solid #444;border-bottom: 1px solid rgba(0,0,0,0.1);width: 100%;padding:0px;z-index: 999;}nav li ul li a {padding: 16px 0;}nav ul li { border-left-color: transparent;border-right-color: transparent;-webkit-transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;}nav ul ul li, nav ul ul li:hover {border-bottom: 1px solid #444;border-bottom: 1px solid rgba(150,150,150,0.1);border-left-color: transparent;border-right-color: transparent;}nav ul ul li, nav ul ul li:hover {border-left: 1px solid #444;border-left: 1px solid rgba(150,150,150,0.1);border-right: 1px solid #444;border-right: 1px solid rgba(150,150,150,0.1);border-bottom: 1px solid #444;border-bottom: 1px solid rgba(150,150,150,0.1);}/* @group Suckerfish CSS */nav li ul { position: absolute;width: 200px;top: 0;left: -999em;border-top: 1px solid transparent;padding-top: 24px;margin-top: 18px;}nav li ul ul { margin: 0 0 0 200px;padding:0; }nav li:hover ul ul, nav li:hover ul ul ul, nav li:hover ul ul ul ul, nav li:hover ul ul ul ul ul, nav li.sfhover ul ul, nav li.sfhover ul ul ul,nav li.sfhover ul ul ul ul, nav li.sfhover ul ul ul ul ul {left: -999em;}nav li:hover ul, nav li li:hover ul, nav li li li:hover ul, nav li li li li:hover ul, nav li li li li li:hover ul, nav li li li li li li:hover ul,nav li.sfhover ul, nav li li.sfhover ul, nav li li li.sfhover ul,nav li li li li.sfhover ul,nav li li li li li.sfhover ulnav li li li li lili.sfhover ul {left:auto;}nav ul ul span.sf-sub-indicator { display: none;}.sf-sub-indicator {position: relative;top: -1px;}/*end Nav *//*Start Menu Nav */.skiptonav {clear: both;float: none;text-align: center;padding: 8px 0 0 0;}.skiptonav a {display: block;font-family: 'Open Sans', sans-serif;font-weight: 400;font-size: 14px;}#menu {padding: 0;position: relative;letter-spacing: 3px;text-align: center;}#menu>ul {margin: 0;list-style: none;line-height: 55px;position: relative;font-size: .825em;}#menu ul li li {padding: 8px 0;list-style: none;}#menu ul ul ul { }#menu>ul>li a {display: inline-block;background-repeat: no-repeat;}#menu>ul>li>a:hover,#menu>ul>li>a.current,#menu>ul>li>a.currentAncestor{background-repeat: no-repeat;}#menu>ul>li>a.current:hover{background-image: none;text-shadow: none;}#menu ul ul { line-height: 14px;letter-spacing: 0;padding: 0 0 16px 0;margin: 0;}#menu ul ul ul {padding: 6px 0 0 0;}#menu ul ul>li{margin: 0;}#menu ul ul>li>a{padding: 3px 6px 5px;}#menu ul li {    border-top: 1px solid rgba(0,0,0,0.1);    border-bottom: 1px solid rgba(255,255,255,0.1);}#menu ul li ul li {border: none;}/*end Menu Nav*//* @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 *//* Banner Area */#banner {position:fixed;width:100%;height:100%;margin: -60px 0 0 0;}/* FreeStyle banners - Will Woodgate*/#freeStyle {position:fixed;top:-50%;left:-50%;width:200%;height:200%;}#freeStyle img {position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;min-width:50%;min-height:50%;}/* section */section .container {}section li {}section .container {}#main, aside {padding: 30px 0;}aside{}span#asideTitle{display: block;    font-size: 2em;    letter-spacing: 0;    line-height: 1em;}div#asidePlug{}.sb_hide{display: none;}.sidebar.left{float: left;}#main.right{float: right;}#myExtraContent1,#myExtraContent2,#myExtraContent3,#myExtraContent4 {display: none;}#myExtraContent3 {clear: both;}/* @group Footer */#myExtraContent4 {}footer {padding: 30px 0;}a#rw_email_contact {float: left;font-size: 1em;line-height: normal;text-transform: uppercase;letter-spacing: 2px;}footer #left {position: relative;text-align: left;font-size: .75em;line-height: 16px;padding-bottom: 20px;}footer p,footer ul,footer ol{}#breadcrumb {position: relative;text-align: left;line-height: normal;font-family: 'Lato'; font-size: 12px; line-height: 13px;}#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{}#extraContainer4 {padding: 0;font-weight: normal;font-size: .75em;line-height: 2em;}/* @end *//* @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: 2em;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-size: .825em;line-height: 1em;font-weight: bold;display: inline-block;padding: 11px 8px;text-decoration: none;background-color: rgba(0, 0, 0, 0.1);border: 1px solid #d3d3d3;}.filesharing-item-title {padding: 0 0 16px 0;}.filesharing-description {}.filesharing-item {padding: 0 0 70px 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: black;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 *//* #IE CSS */.mosaic article.ie-nth-child3n1{clear:both;}.responsive-example{margin-bottom:20px;}.responsive-example .columns,.responsive-example .column{background:#dedede;margin-bottom:10px;text-align:center;font-size:10px;font-weight:bold;text-transform:uppercase;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out;}.responsive-example .columns:hover,.responsive-example .column:hover{background:#333;color:#efefef;}/****************************GENERAL***************************/.camera_wrap a, .camera_wrap img, .camera_wrap ol, .camera_wrap ul, .camera_wrap li,.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td.camera_thumbs_wrap a, .camera_thumbs_wrap img, .camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {background: none;border: 0;font: inherit;font-size: 100%;margin: 0;padding: 0;vertical-align: baseline;list-style: none}.camera_wrap {display: none;float: left;position: relative;z-index: 0;}.camera_wrap img {max-width: none!important;}.camera_fakehover {height: 100%;min-height: 60px;position: relative;width: 100%;z-index: 1;}.camera_wrap {width: 100%;}.camera_src {display: none;}.cameraCont, .cameraContents {height: 100%;position: relative;width: 100%;z-index: 1;}.cameraSlide {bottom: 0;left: 0;position: absolute;right: 0;top: 0;width: 100%;}.cameraContent {bottom: 0;display: none;left: 0;position: absolute;right: 0;top: 0;width: 100%;}.camera_target {bottom: 0;height: 100%;left: 0;overflow: hidden;position: absolute;right: 0;text-align: left;top: 0;width: 100%;z-index: 0;}.camera_overlayer {bottom: 0;height: 100%;left: 0;overflow: hidden;position: absolute;right: 0;top: 0;width: 100%;z-index: 0;}.camera_target_content {bottom: 0;left: 0;overflow: hidden;position: absolute;right: 0;top: 0;z-index: 2;}.camera_target_content .camera_link {    background: url(images/blank.gif);display: block;height: 100%;text-decoration: none;}.camera_loader {    background: #fff url(images/camera-loader.gif) no-repeat center;background: rgba(255, 255, 255, 0.9) url(images/camera-loader.gif) no-repeat center;border: 1px solid #ffffff;-webkit-border-radius: 18px;-moz-border-radius: 18px;border-radius: 18px;height: 36px;left: 50%;overflow: hidden;position: absolute;margin: -18px 0 0 -18px;top: 50%;width: 36px;z-index: 3;}.camera_bar {bottom: 0;left: 0;overflow: hidden;position: absolute;right: 0;top: 0;z-index: 3;}.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {height: 100%;position: absolute;width: auto;}.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {height: auto;position: absolute;width: 100%;}.camera_nav_cont {height: 65px;overflow: hidden;position: absolute;right: 9px;top: 15px;width: 120px;z-index: 4;}.camera_caption {bottom: 0;display: block;position: absolute;width: 100%;}.camera_caption > div {padding: 10px 20px;}.camerarelative {overflow: hidden;position: relative;}.imgFake {cursor: pointer;}.camera_prevThumbs {bottom: 4px;cursor: pointer;left: 0;position: absolute;top: 4px;visibility: hidden;width: 30px;z-index: 10;}.camera_prevThumbs div {background: url(images/camera_skins.png) no-repeat -160px 0;display: block;height: 103px;margin-top: -20px;position: absolute;top: 50%;width: 30px;}.camera_nextThumbs {bottom: 4px;cursor: pointer;position: absolute;right: 0;top: 4px;visibility: hidden;width: 30px;z-index: 10;}.camera_nextThumbs div {background: url(images/camera_skins.png) no-repeat -190px 0;display: block;height: 40px;margin-top: -20px;position: absolute;top: 50%;width: 30px;}.camera_command_wrap .hideNav {display: none;}.camera_command_wrap {left: 0;position: relative;right:0;z-index: 4;}.camera_wrap .camera_pag .camera_pag_ul {list-style: none;margin: 0;padding: 0;text-align: right;}.camera_wrap .camera_pag .camera_pag_ul li {-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;cursor: pointer;display: inline-block;height: 16px;margin: 20px 5px;position: relative;text-align: left;text-indent: -9999px;width: 16px;}.camera_commands_emboss .camera_pag .camera_pag_ul li {-moz-box-shadow:0px 1px 0px rgba(255,255,255,1),inset 0px 1px 1px rgba(0,0,0,0.1);-webkit-box-shadow:0px 1px 0px rgba(255,255,255,1),inset 0px 1px 1px rgba(0,0,0,0.1);box-shadow:0px 1px 0px rgba(255,255,255,1),inset 0px 1px 1px rgba(0,0,0,0.1);}.camera_wrap .camera_pag .camera_pag_ul li > span {-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;height: 10px;left: 3px;overflow: hidden;position: absolute;top: 3px;width: 10px;}.camera_pag_ul .thumb_arrow {    border-left: 4px solid transparent;    border-right: 4px solid transparent;    border-top: 4px solid;top: 0;left: 50%;margin-left: -4px;position: absolute;}.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {-moz-box-shadow:0px 1px 0px rgba(255,255,255,1),inset 0px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:0px 1px 0px rgba(255,255,255,1),inset 0px 1px 1px rgba(0,0,0,0.2);box-shadow:0px 1px 0px rgba(255,255,255,1),inset 0px 1px 1px rgba(0,0,0,0.2);}.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {-moz-box-shadow: 0;-webkit-box-shadow: 0;box-shadow: 0;}.camera_pag_ul li img {display: none;position: absolute;}.camera_prev, .camera_next, .camera_commands {cursor: pointer;height: 103px;position: absolute;top: 25%;width: 52px;background: none;background-color: transparent;z-index: 999 !important;}.camera_prev {left: 0;}.camera_prev > span {margin-left: 20px;background: url(images/slideshow_arrows.png) no-repeat 0 0;display: block;height: 103px;width: 52px;}.camera_next {right: 0;margin-right: 20px;}.camera_next > span {margin-right: 20px;background: url(images/slideshow_arrows.png) no-repeat -52px 0;display: block;height: 103px;width: 52px;}.camera_commands {right: 41px;}/*.camera_commands > .camera_play {background: url(images/camera_skins.png) no-repeat -80px 0;height: 40px;width: 40px;}.camera_commands > .camera_stop {background: url(images/camera_skins.png) no-repeat -120px 0;display: block;height: 40px;width: 40px;border-radius: 3px;moz-border-radius: 3px;*/}.camera_wrap .camera_pag .camera_pag_ul li {-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;cursor: pointer;display: inline-block;height: 16px;margin: 20px 5px;position: relative;text-indent: -9999px;width: 16px;}.camera_thumbs_cont {-webkit-border-bottom-right-radius: 4px;-webkit-border-bottom-left-radius: 4px;-moz-border-radius-bottomright: 4px;-moz-border-radius-bottomleft: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;overflow: hidden;position: relative;width: 100%;}.camera_commands_emboss .camera_thumbs_cont {-moz-box-shadow:0px 1px 0px rgba(255,255,255,1),inset 0px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:0px 1px 0px rgba(255,255,255,1),inset 0px 1px 1px rgba(0,0,0,0.2);box-shadow:0px 1px 0px rgba(255,255,255,1),inset 0px 1px 1px rgba(0,0,0,0.2);}.camera_thumbs_cont > div {float: left;width: 100%;}.camera_thumbs_cont ul {overflow: hidden;padding: 3px 4px 8px;position: relative;text-align: center;}.camera_thumbs_cont ul li {display: inline;padding: 0 4px;}.camera_thumbs_cont ul li > img {border: 1px solid;cursor: pointer;margin-top: 5px;vertical-align:bottom;}.camera_clear {display: block;clear: both;}.showIt {display: none;}.camera_clear {clear: both;display: block;height: 1px;margin: -1px 0 25px;position: relative;}/****************************COLORS & SKINS***************************/.pattern_1 .camera_overlayer {background: url(images/patterns/overlay1.png) repeat;}.pattern_2 .camera_overlayer {background: url(images/patterns/overlay2.png) repeat;}.pattern_3 .camera_overlayer {background: url(images/patterns/overlay3.png) repeat;}.pattern_4 .camera_overlayer {background: url(images/patterns/overlay4.png) repeat;}.pattern_5 .camera_overlayer {background: url(images/patterns/overlay5.png) repeat;}.pattern_6 .camera_overlayer {background: url(images/patterns/overlay6.png) repeat;}.pattern_7 .camera_overlayer {background: url(images/patterns/overlay7.png) repeat;}.pattern_8 .camera_overlayer {background: url(images/patterns/overlay8.png) repeat;}.pattern_9 .camera_overlayer {background: url(images/patterns/overlay9.png) repeat;}.pattern_10 .camera_overlayer {background: url(images/patterns/overlay10.png) repeat;}.camera_caption {color: #fff;}.camera_caption > div {background: #000;background: rgba(0, 0, 0, 0.8);}.camera_wrap .camera_pag .camera_pag_ul li {background: #b7b7b7;}.camera_wrap .camera_pag .camera_pag_ul li:hover > span {background: #b7b7b7;}.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {background: #ffffff;}.camera_pag_ul li img {border: 2px solid #e6e6e6;-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.4);-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.4);box-shadow: 0px 0px 4px rgba(0,0,0,.4);}.camera_pag_ul .thumb_arrow {    border-top-color: #e6e6e6;}.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {}.camera_wrap .camera_pag .camera_pag_ul li {background: #b7b7b7;}.camera_thumbs_cont ul li > img {border-color: 1px solid #000;}/*Hide Slideshow Dots*/.camera_pag_ul{display: none;}/*ASH SKIN*/.camera_ash_skin .camera_prevThumbs div {background-position: -160px -200px;}.camera_ash_skin .camera_nextThumbs div {background-position: -190px -200px;}.camera_ash_skin .camera_prev > span {background-position: 0 -200px;}.camera_ash_skin .camera_next > span {background-position: -40px -200px;}.camera_ash_skin .camera_commands > .camera_play {background-position: -80px -200px;}.camera_ash_skin .camera_commands > .camera_stop {background-position: -120px -200px;}/*!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:hover,.zocial:focus{background-image:-moz-linear-gradient(rgba(255,255,255,.15) 49%,rgba(0,0,0,.1) 51%,rgba(0,0,0,.15));background-image:-ms-linear-gradient(rgba(255,255,255,.15) 49%,rgba(0,0,0,.1) 51%,rgba(0,0,0,.15));background-image:-o-linear-gradient(rgba(255,255,255,.15) 49%,rgba(0,0,0,.1) 51%,rgba(0,0,0,.15));background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.15)),color-stop(49%,rgba(255,255,255,.15)),color-stop(51%,rgba(0,0,0,.1)),to(rgba(0,0,0,.15)));background-image:-webkit-linear-gradient(rgba(255,255,255,.15) 49%,rgba(0,0,0,.1) 51%,rgba(0,0,0,.15));background-image:linear-gradient(rgba(255,255,255,.15) 49%,rgba(0,0,0,.1) 51%,rgba(0,0,0,.15))}.zocial:active{background-image:-moz-linear-gradient(bottom,rgba(255,255,255,.1),rgba(255,255,255,0) 30%,transparent 50%,rgba(0,0,0,.1));background-image:-ms-linear-gradient(bottom,rgba(255,255,255,.1),rgba(255,255,255,0) 30%,transparent 50%,rgba(0,0,0,.1));background-image:-o-linear-gradient(bottom,rgba(255,255,255,.1),rgba(255,255,255,0) 30%,transparent 50%,rgba(0,0,0,.1));background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.1)),color-stop(30%,rgba(255,255,255,0)),color-stop(50%,transparent),to(rgba(0,0,0,.1)));background-image:-webkit-linear-gradient(bottom,rgba(255,255,255,.1),rgba(255,255,255,0) 30%,transparent 50%,rgba(0,0,0,.1));background-image:linear-gradient(bottom,rgba(255,255,255,.1),rgba(255,255,255,0) 30%,transparent 50%,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";color:#f7931a}.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}.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}.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}.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)}html,body {width:100%;height:100%;}.slide{background-attachment: fixed;width:100%;height:100%;position: relative;box-shadow:inset 0px 1px 3px rgba(0,0,0,0.3);}.slideno{position:absolute;bottom:0px;left:0px;font-size:100px;font-weight:bold;color:rgba(255,255,255,0.3);}.button{display:block;width:80px;height:55px;position:absolute;bottom:0;left:50%;margin-left: -40px;background-repeat:no-repeat;z-index: 400;color: #ffffff;text-align: center;text-transform: uppercase;font-size: 10px;padding-top: 15px;letter-spacing: 1px;opacity: .9;background-size: 80px 55px;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;}.circle p {display:block;width:120px;height:55px;position:absolute;bottom:60px;left:50%;margin-left: -60px;background-repeat:no-repeat;z-index: 400;text-align: center;font-size: 12px;padding-top: 15px;letter-spacing: 1px;font-family: "Georgia", Times;font-style: italic;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;}.button{display:block;width:80px;height:55px;position:absolute;bottom:0;left:50%;margin-left: -40px;background-repeat:no-repeat;z-index: 400;color: #ffffff;text-align: center;text-transform: uppercase;font-size: 10px;padding-top: 15px;letter-spacing: 1px;opacity: .9;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;}.button:hover {cursor:pointer;opacity: 1;}/****************************** SLIDE 1 *******************************/#slide1{background: transparent;}/****************************** SLIDE 2 *******************************/#slide2{background: transparent;}/*! *  Font Awesome 3.0.2 *  the iconic font designed for use with Twitter Bootstrap *  ------------------------------------------------------- *  The full suite of pictographic icons, examples, and documentation *  can be found at: http://fortawesome.github.com/Font-Awesome/ * *  License *  ------------------------------------------------------- *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License - *    http://opensource.org/licenses/mit-license.html *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/ *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated: *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome" *  Contact *  ------------------------------------------------------- *  Email: dave@davegandy.com *  Twitter: http://twitter.com/fortaweso_me *  Work: Lead Product Designer @ http://kyruus.com */@font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=3.0.1');src:url('font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),  url('font/fontawesome-webfont.woff?v=3.0.1') format('woff'),  url('font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');font-weight:normal;font-style:normal }[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none}[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none}a [class^="icon-"],a [class*=" icon-"]{display:inline-block}.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em}.btn [class^="icon-"],.nav [class^="icon-"],.btn [class*=" icon-"],.nav [class*=" icon-"]{display:inline}.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em}.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block}.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em}li [class^="icon-"],.nav li [class^="icon-"],li [class*=" icon-"],.nav li [class*=" icon-"]{display:inline-block;width:1.25em;text-align:center}li [class^="icon-"].icon-large,.nav li [class^="icon-"].icon-large,li [class*=" icon-"].icon-large,.nav li [class*=" icon-"].icon-large{width:1.5625em}ul.icons{list-style-type:none;text-indent:-0.75em}ul.icons li [class^="icon-"],ul.icons li [class*=" icon-"]{width:.75em}.icon-muted{color:#eee}.icon-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.icon-2x{font-size:2em}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.icon-3x{font-size:3em}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.icon-4x{font-size:4em}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.pull-right{float:right}.pull-left{float:left}[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em}[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em}.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em}.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em}.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em}.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em}.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em}.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@-moz-document url-prefix(){.icon-spin{height:.9em}.btn .icon-spin{height:auto}.icon-spin.icon-large{height:1.25em}.btn .icon-spin.icon-large{height:.75em}}.icon-glass:before{content:"\f000"}.icon-music:before{content:"\f001"}.icon-search:before{content:"\f002"}.icon-envelope:before{content:"\f003"}.icon-heart:before{content:"\f004"}.icon-star:before{content:"\f005"}.icon-star-empty:before{content:"\f006"}.icon-user:before{content:"\f007"}.icon-film:before{content:"\f008"}.icon-th-large:before{content:"\f009"}.icon-th:before{content:"\f00a"}.icon-th-list:before{content:"\f00b"}.icon-ok:before{content:"\f00c"}.icon-remove:before{content:"\f00d"}.icon-zoom-in:before{content:"\f00e"}.icon-zoom-out:before{content:"\f010"}.icon-off:before{content:"\f011"}.icon-signal:before{content:"\f012"}.icon-cog:before{content:"\f013"}.icon-trash:before{content:"\f014"}.icon-home:before{content:"\f015"}.icon-file:before{content:"\f016"}.icon-time:before{content:"\f017"}.icon-road:before{content:"\f018"}.icon-download-alt:before{content:"\f019"}.icon-download:before{content:"\f01a"}.icon-upload:before{content:"\f01b"}.icon-inbox:before{content:"\f01c"}.icon-play-circle:before{content:"\f01d"}.icon-repeat:before{content:"\f01e"}.icon-refresh:before{content:"\f021"}.icon-list-alt:before{content:"\f022"}.icon-lock:before{content:"\f023"}.icon-flag:before{content:"\f024"}.icon-headphones:before{content:"\f025"}.icon-volume-off:before{content:"\f026"}.icon-volume-down:before{content:"\f027"}.icon-volume-up:before{content:"\f028"}.icon-qrcode:before{content:"\f029"}.icon-barcode:before{content:"\f02a"}.icon-tag:before{content:"\f02b"}.icon-tags:before{content:"\f02c"}.icon-book:before{content:"\f02d"}.icon-bookmark:before{content:"\f02e"}.icon-print:before{content:"\f02f"}.icon-camera:before{content:"\f030"}.icon-font:before{content:"\f031"}.icon-bold:before{content:"\f032"}.icon-italic:before{content:"\f033"}.icon-text-height:before{content:"\f034"}.icon-text-width:before{content:"\f035"}.icon-align-left:before{content:"\f036"}.icon-align-center:before{content:"\f037"}.icon-align-right:before{content:"\f038"}.icon-align-justify:before{content:"\f039"}.icon-list:before{content:"\f03a"}.icon-indent-left:before{content:"\f03b"}.icon-indent-right:before{content:"\f03c"}.icon-facetime-video:before{content:"\f03d"}.icon-picture:before{content:"\f03e"}.icon-pencil:before{content:"\f040"}.icon-map-marker:before{content:"\f041"}.icon-adjust:before{content:"\f042"}.icon-tint:before{content:"\f043"}.icon-edit:before{content:"\f044"}.icon-share:before{content:"\f045"}.icon-check:before{content:"\f046"}.icon-move:before{content:"\f047"}.icon-step-backward:before{content:"\f048"}.icon-fast-backward:before{content:"\f049"}.icon-backward:before{content:"\f04a"}.icon-play:before{content:"\f04b"}.icon-pause:before{content:"\f04c"}.icon-stop:before{content:"\f04d"}.icon-forward:before{content:"\f04e"}.icon-fast-forward:before{content:"\f050"}.icon-step-forward:before{content:"\f051"}.icon-eject:before{content:"\f052"}.icon-chevron-left:before{content:"\f053"}.icon-chevron-right:before{content:"\f054"}.icon-plus-sign:before{content:"\f055"}.icon-minus-sign:before{content:"\f056"}.icon-remove-sign:before{content:"\f057"}.icon-ok-sign:before{content:"\f058"}.icon-question-sign:before{content:"\f059"}.icon-info-sign:before{content:"\f05a"}.icon-screenshot:before{content:"\f05b"}.icon-remove-circle:before{content:"\f05c"}.icon-ok-circle:before{content:"\f05d"}.icon-ban-circle:before{content:"\f05e"}.icon-arrow-left:before{content:"\f060"}.icon-arrow-right:before{content:"\f061"}.icon-arrow-up:before{content:"\f062"}.icon-arrow-down:before{content:"\f063"}.icon-share-alt:before{content:"\f064"}.icon-resize-full:before{content:"\f065"}.icon-resize-small:before{content:"\f066"}.icon-plus:before{content:"\f067"}.icon-minus:before{content:"\f068"}.icon-asterisk:before{content:"\f069"}.icon-exclamation-sign:before{content:"\f06a"}.icon-gift:before{content:"\f06b"}.icon-leaf:before{content:"\f06c"}.icon-fire:before{content:"\f06d"}.icon-eye-open:before{content:"\f06e"}.icon-eye-close:before{content:"\f070"}.icon-warning-sign:before{content:"\f071"}.icon-plane:before{content:"\f072"}.icon-calendar:before{content:"\f073"}.icon-random:before{content:"\f074"}.icon-comment:before{content:"\f075"}.icon-magnet:before{content:"\f076"}.icon-chevron-up:before{content:"\f077"}.icon-chevron-down:before{content:"\f078"}.icon-retweet:before{content:"\f079"}.icon-shopping-cart:before{content:"\f07a"}.icon-folder-close:before{content:"\f07b"}.icon-folder-open:before{content:"\f07c"}.icon-resize-vertical:before{content:"\f07d"}.icon-resize-horizontal:before{content:"\f07e"}.icon-bar-chart:before{content:"\f080"}.icon-twitter-sign:before{content:"\f081"}.icon-facebook-sign:before{content:"\f082"}.icon-camera-retro:before{content:"\f083"}.icon-key:before{content:"\f084"}.icon-cogs:before{content:"\f085"}.icon-comments:before{content:"\f086"}.icon-thumbs-up:before{content:"\f087"}.icon-thumbs-down:before{content:"\f088"}.icon-star-half:before{content:"\f089"}.icon-heart-empty:before{content:"\f08a"}.icon-signout:before{content:"\f08b"}.icon-linkedin-sign:before{content:"\f08c"}.icon-pushpin:before{content:"\f08d"}.icon-external-link:before{content:"\f08e"}.icon-signin:before{content:"\f090"}.icon-trophy:before{content:"\f091"}.icon-github-sign:before{content:"\f092"}.icon-upload-alt:before{content:"\f093"}.icon-lemon:before{content:"\f094"}.icon-phone:before{content:"\f095"}.icon-check-empty:before{content:"\f096"}.icon-bookmark-empty:before{content:"\f097"}.icon-phone-sign:before{content:"\f098"}.icon-twitter:before{content:"\f099"}.icon-facebook:before{content:"\f09a"}.icon-github:before{content:"\f09b"}.icon-unlock:before{content:"\f09c"}.icon-credit-card:before{content:"\f09d"}.icon-rss:before{content:"\f09e"}.icon-hdd:before{content:"\f0a0"}.icon-bullhorn:before{content:"\f0a1"}.icon-bell:before{content:"\f0a2"}.icon-certificate:before{content:"\f0a3"}.icon-hand-right:before{content:"\f0a4"}.icon-hand-left:before{content:"\f0a5"}.icon-hand-up:before{content:"\f0a6"}.icon-hand-down:before{content:"\f0a7"}.icon-circle-arrow-left:before{content:"\f0a8"}.icon-circle-arrow-right:before{content:"\f0a9"}.icon-circle-arrow-up:before{content:"\f0aa"}.icon-circle-arrow-down:before{content:"\f0ab"}.icon-globe:before{content:"\f0ac"}.icon-wrench:before{content:"\f0ad"}.icon-tasks:before{content:"\f0ae"}.icon-filter:before{content:"\f0b0"}.icon-briefcase:before{content:"\f0b1"}.icon-fullscreen:before{content:"\f0b2"}.icon-group:before{content:"\f0c0"}.icon-link:before{content:"\f0c1"}.icon-cloud:before{content:"\f0c2"}.icon-beaker:before{content:"\f0c3"}.icon-cut:before{content:"\f0c4"}.icon-copy:before{content:"\f0c5"}.icon-paper-clip:before{content:"\f0c6"}.icon-save:before{content:"\f0c7"}.icon-sign-blank:before{content:"\f0c8"}.icon-reorder:before{content:"\f0c9"}.icon-list-ul:before{content:"\f0ca"}.icon-list-ol:before{content:"\f0cb"}.icon-strikethrough:before{content:"\f0cc"}.icon-underline:before{content:"\f0cd"}.icon-table:before{content:"\f0ce"}.icon-magic:before{content:"\f0d0"}.icon-truck:before{content:"\f0d1"}.icon-pinterest:before{content:"\f0d2"}.icon-pinterest-sign:before{content:"\f0d3"}.icon-google-plus-sign:before{content:"\f0d4"}.icon-google-plus:before{content:"\f0d5"}.icon-money:before{content:"\f0d6"}.icon-caret-down:before{content:"\f0d7"}.icon-caret-up:before{content:"\f0d8"}.icon-caret-left:before{content:"\f0d9"}.icon-caret-right:before{content:"\f0da"}.icon-columns:before{content:"\f0db"}.icon-sort:before{content:"\f0dc"}.icon-sort-down:before{content:"\f0dd"}.icon-sort-up:before{content:"\f0de"}.icon-envelope-alt:before{content:"\f0e0"}.icon-linkedin:before{content:"\f0e1"}.icon-undo:before{content:"\f0e2"}.icon-legal:before{content:"\f0e3"}.icon-dashboard:before{content:"\f0e4"}.icon-comment-alt:before{content:"\f0e5"}.icon-comments-alt:before{content:"\f0e6"}.icon-bolt:before{content:"\f0e7"}.icon-sitemap:before{content:"\f0e8"}.icon-umbrella:before{content:"\f0e9"}.icon-paste:before{content:"\f0ea"}.icon-lightbulb:before{content:"\f0eb"}.icon-exchange:before{content:"\f0ec"}.icon-cloud-download:before{content:"\f0ed"}.icon-cloud-upload:before{content:"\f0ee"}.icon-user-md:before{content:"\f0f0"}.icon-stethoscope:before{content:"\f0f1"}.icon-suitcase:before{content:"\f0f2"}.icon-bell-alt:before{content:"\f0f3"}.icon-coffee:before{content:"\f0f4"}.icon-food:before{content:"\f0f5"}.icon-file-alt:before{content:"\f0f6"}.icon-building:before{content:"\f0f7"}.icon-hospital:before{content:"\f0f8"}.icon-ambulance:before{content:"\f0f9"}.icon-medkit:before{content:"\f0fa"}.icon-fighter-jet:before{content:"\f0fb"}.icon-beer:before{content:"\f0fc"}.icon-h-sign:before{content:"\f0fd"}.icon-plus-sign-alt:before{content:"\f0fe"}.icon-double-angle-left:before{content:"\f100"}.icon-double-angle-right:before{content:"\f101"}.icon-double-angle-up:before{content:"\f102"}.icon-double-angle-down:before{content:"\f103"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-angle-up:before{content:"\f106"}.icon-angle-down:before{content:"\f107"}.icon-desktop:before{content:"\f108"}.icon-laptop:before{content:"\f109"}.icon-tablet:before{content:"\f10a"}.icon-mobile-phone:before{content:"\f10b"}.icon-circle-blank:before{content:"\f10c"}.icon-quote-left:before{content:"\f10d"}.icon-quote-right:before{content:"\f10e"}.icon-spinner:before{content:"\f110"}.icon-circle:before{content:"\f111"}.icon-reply:before{content:"\f112"}.icon-github-alt:before{content:"\f113"}.icon-folder-close-alt:before{content:"\f114"}.icon-folder-open-alt:before{content:"\f115"}/* #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: 959px) {header {}.skiptonav, #menu {display: none;}}  /* Tablet Portrait size to standard 960 (devices and browsers) */  @media only screen and (min-width: 768px) and (max-width: 959px) {header {}.skiptonav, #menu {display: none;}#banner .container {min-width: 100%;}  }  /* All Mobile Sizes (devices and browser) */   @media only screen and (min-width: 480px) and (max-width: 768px) {#banner .container, #freeStyle img {min-width: 100%;}#bttmHeader {height: 100px;}#extraContainer6 #socialIcons, #extraContainer5 #socialIcons {float: none;position: relative;text-align: center;}.skiptonav {padding: 3px 0 0 0;}nav {display: none;}.circle p {bottom:40px;}.skiptonav, #menu {display:block;margin: 0;}  }  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */  @media only screen and (max-width: 479px) {#banner .container, #freeStyle img {min-width: 100%;}#bttmHeader {height: 100px;}#extraContainer6 #socialIcons, #extraContainer5 #socialIcons {float: none;position: relative;text-align: center;}nav {display: none;}.skiptonav, #menu {display:block;margin: 0;}#socialIcons {float: none;position: relative;text-align: center;padding: 10px 0;}a#logo {height: 50%;width: 50%;}.slide h1#title {top: 48%;}.circle p {bottom:40px;}footer #left {clear: both;}  }    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {.slide h1#title, .slide h2#slogan, a#logo {display: none;}/*PROJECT COLORS*/.apdiv {background-color: #000000;}.button {background-color: #FFFFFF;}.button:hover {background-color: #FFFFFF;}.circle p {color: #FFFFFF}nav {border-top-color: %colour_toolbar_border%;}body, #slide1 {background-color: #1B1B1B;}.wrapper_2 {background-color: #F9F9F9;}.wrapper_3 {background-color: #F9F9F9;}section .container {border-top-color: %colour_section_border%;}section {color: #212121;background-color: #FFFFFF;}#headerWrapper  {background-color: #FFFFFF;}footer, #slide2 {background-color: #FFFFFF;}a {color: %colour_link%;}nav li a {color: #FFFFFF}nav a.current {color: #FFFFFF;}nav li a:hover {color: #999999;}nav ul li:hover {border-color: %colour_dropdown_border%;}nav li ul li a {color: #4D4D4D;}nav li ul li a:hover {color: #666666;}.skiptonav a {color: #4D4D4D;}#menu {background-color: #171717;}#menu a, #menu a:visited {color: #FFFFFF;}#socialIcons a {color:#D7D7D7;}#socialIcons a:hover {color:#999999;}.slide h1#titleAlt  {color: #FFFFFF;}.slide h2#sloganAlt  {color: #3C3F45;}.slide h1#title {color: #48B2CC;}.slide h2#slogan {color: #FFFFFF;}footer .container ul, footer .container ul, footer .container a {color: #999999;}footer .container a:hover {color: #666666}section a:hover,aside a:hover{color: %colour_link_hover%;}h1, h2, h3, h4, h5, h6,span#asideTitle,.album-title, .movie-page-title,h1.blog-entry-title, h1.blog-entry-title a,#blog-categories:before,#blog-archives:before,ul.blog-tag-cloud:before,#blog-rss-feeds:before {color: #FFFFFF;}footer #left {color: #333333;}#content a, aside a, section a {color: #0000FF;}  /* Mobile Landscape Size to Tablet Portrait (devices and browsers)*/  @media only screen and (min-width: 480px) and (max-width: 768px) {.sf-sub-indicator {color: #FFFFFF;}  }  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)*/  @media only screen and (max-width: 479px) {.sf-sub-indicator {color: #FFFFFF;}  }.button{background-image:url(images/arrow_black.png);}(null)section {background-image: none;}@media all and (-webkit-min-device-pixel-ratio: 1.5) {section {    background-image: none;}}footer {background-image: none;}@media all and (-webkit-min-device-pixel-ratio: 1.5) {footer {    background-image: none;}}.wrapper_2 {background-image: none;}@media all and (-webkit-min-device-pixel-ratio: 1.5) {.wrapper_2 {    background-image: none;}}.wrapper_3 {background-image: none;}@media all and (-webkit-min-device-pixel-ratio: 1.5) {.wrapper_3 {    background-image: none;}}.slide h1#title, .slide h1#titleAlt {font-style: normal;font-weight: normal;}.slide h1#title, .slide h1#titleAlt {font-family: 'Open Sans', sans-serif;}.slide h2#slogan, .slide h2#sloganAlt {font-style: italic;}.slide h2#slogan, .slide h2#sloganAlt {font-family: 'PT Sans Narrow', sans-serif;}nav ul, #menu ul, aside ul ul ul {font-family: 'PT Sans Narrow', sans-serif;}footer #left, footer #breadcrumb {font-family: 'Open Sans', sans-serif;}h1, h2, h3, h4, h5, h6, span#asideTitle, .album-title, .photo-background p, .movie-title, .movie-page-title  {font-family: 'Open Sans', sans-serif;}section, .thumbnail-caption, footer {font-family: 'Open Sans', sans-serif;}section {font-size: .875em;line-height: 2.175em;}}<script>  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');  ga('create', 'UA-64010346-1', 'auto');  ga('send', 'pageview');</script> 