/*
* nnn
* Verson: 1.0.0
- Added new toggle option for the navigation bouncing effect
*/
html, body {padding: 0;margin: 0;}
html {height: 100%;}
body {font-family:helvetica, sans-serif;line-height: 22px;min-height: 100%;position: relative;-webkit-text-size-adjust: none;}
body * {text-shadow: none;}
h1, h2, h3, h4, h5, h6 {margin: 0;}
p {margin: 0 0 10px 0;}
p:empty {margin: 0 0 0 0;}
a, a:link, a:active, a:visited, a:hover {text-decoration: none;}
hr {
    margin: 10px 0;
    width: 100%;
    max-width: 250px;
    display: inline-block;
    padding: 0;
    border: none;
    border-top: medium double;
    text-align: center;
}
img {max-width: 100%; height: auto;}
/* -------------------------------- HEADER */
.sweepLoader {
  top: 50%;
  margin-top: -24px;
  left: 50%;
  margin-left: -24px;
  position: fixed;
}
.sweepLoader span {
  display: inline-block;
  width: 48px;
  height: 48px;
}
.sweepLoader span::before {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  background: transparent;
  border: 10px solid rgba(0, 0, 0, 0.3);
  border-left: 10px solid rgba(255, 255, 255, 0.3);;
  border-radius: 100%;
  -webkit-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
header {
    position: absolute;
    z-index: 1000;
    width: 100%;
}
header > a {
    display: inline-block;
    margin: 10px 20px;
}
header img {
    max-height: 36px;
    vertical-align: sub;
    width: auto;
    top: 0;
    margin: 0;
    padding: 0;
}
header h1 {
    display: inline-block;
    line-height: 32px;
    margin: 0;
}
/* -------------------------------- MENU */
#nav-main {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px;
}
#nav-main li {
    float: left;
}
#nav-main li a {
    padding: 3px 10px;
}
#nav-main.tooMany {
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}
#nav-main.tooMany .opr-nav li {
    padding: 0;
    margin: 0;
    float: none;
}
#nav-main.tooMany .opr-nav li a.is-name {
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 6px;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
    overflow: hidden;
    text-indent: -100%;
}
#nav-main.tooMany .opr-nav li.current-page-item a.is-name {
    background: #fff;
}
#nav-main.tooMany .opr-nav #magic-line {
    display: none;
}
#nav-main ul.opr-nav li.built-in,
.side-nav li.built-in,
#nav-main ul ul {
    display: none;
}
.side-nav {
    position: relative;
    display: inline-block;
    position: fixed;
    left: 15px;
    z-index: 1000;
    margin: 0;
    padding: 0;
    list-style: none;
}
.side-nav li {
    padding: 0;
    margin: 0;
    float: none;
    text-align: center;
}
.side-nav li a.is-name {
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 6px;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
    overflow: hidden;
    text-indent: -100%;
/*    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.3);*/
/*    background-color: rgba(0,0,0,0.3);*/
}
.side-nav li a.is-name:hover,
.side-nav li a.is-name:focus {
    overflow: visible;
    text-indent: 15px;
    white-space: nowrap;
    line-height: 0px;
}
.side-nav li.current-page-item a.is-name {
    background: #fff;
}
.opr-nav li a.is-icon {
    color: #fff;
    font-size: 18px;
    opacity: .5;
}
.opr-nav li a.is-icon:hover {
    opacity: 1;
}
.side-nav li a.is-icon i {
    vertical-align: sub;
}
.opr-nav li.current-page-item a.is-icon {
    opacity: 1;
}
/* -------------------------------- SLINDING UNDERLINE*/
#nav-main {}
#nav-main ul.opr-nav { padding: 0;}
#nav-main ul.opr-nav li { display: inline; }
#nav-main ul.opr-nav li a {}
#nav-main ul.opr-nav li a:hover {}
#magic-line { position: absolute; bottom: -2px; left: 0; width: 100px; height: 2px; }
/* -------------------------------- PAGES */
.opr-page {
    padding: 60px 20px 0px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.opr-page.single-page {
    padding: 90px 20px 0px 20px;
}
.opr-page.has-pattern {
    background-repeat: repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-position: top left;
}
.opr-page.is-fixed {
    background-attachment: fixed;
}
.opr-page page content {
    display: inline-block;
    width: 100%;
}
center-title {
    position:absolute;
    width:100%;
    left: 0;
    top:50%;
    text-align:center;
    transform: translate(0, -60%);
    font-weight: 300;
}
thetitle, bg-image {
    display: none;
}
external-links, ext-link {
    display: none;
}
content theTitle {
    display: inline;
}
.sliding-u-t-b {
    display: inline-block;
}
footer {
    position: absolute;
    z-index: 100;
    bottom: 0;
    padding: 20px 15px;
    display: none;
}

/* -------------------------------- IMAGES */
.slider-instructions {
    background: rgba(0,0,0,0.6);
    padding: 20px;
}
#slides {
    position: absolute !important;
    left: 0;
    top: 0;
}
#slides .slides-container {
    display: none;
}
#slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
#slides .scrollable:after {
    content: "";
    display: table;
    clear: both;
}

.slides-navigation {
    margin: -12px auto 0 auto;
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 100%;
}
.slides-navigation a {
    position: absolute;
    display: block;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    height: 30px;
    width: 30px;
}
.slides-navigation a.prev {
    left: 55px;
    border: 8px solid white;
    border-width: 0px 0px 8px 8px;
}
.slides-navigation a.next {
    right: 55px;
    border: 8px solid white;
    border-width: 8px 8px 0px 0px;
}

.slides-pagination {
    position: absolute;
    z-index: 3;
    bottom: 30px;
    text-align: center;
    width: 100%;
}
.slides-pagination a {
    border: 2px solid #fff;
    border-radius: 15px;
    width: 10px;
    height: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
    margin: 2px;
    overflow: hidden;
    text-indent: -100%;
}
.slides-pagination a.current {
    background: #fff;
}

.imageStyle {
/*
    width: auto;
    max-width: 100%;
    height: auto;
    background: #fff;
  	position:relative;
  	border-radius: 2px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
*/
}
/* -------------------------------- BREADCRUMBS */
.affero-breadcrumbs {
    padding: 0;
    margin-bottom: 20px;
}
.affero-breadcrumbs li {
    display: inline-block;
}
/* -------------------------------- PHOTO ALBUM */
@media (max-width: 600px){
 	.thumbnail-frame {
        width: 295px !important;
    }
    #fullResImage {
        width: 290px !important;
        height: auto !important;
    }
    .thumbnail-wrap {
        margin-left: -20px !important;
    }
}
.album-title {
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0;
}
.album-description {

}
.album-wrapper {
    margin: 0 auto;
    position: relative;
    display: inline-block;
}
.thumbnail-wrap {
    text-align: center;
    position: relative;
    float: left;
    height: auto;
    margin-bottom: 40px;
    margin-right: 10px;
    margin-left: 10px;
}
.thumbnail-frame {
    position: absolute;
    top: 0;
    left: 0;
}
.thumbnail-frame img {
    margin: auto;
    border: none;
    overflow: hidden;
    position: relative;
    display: block;
}
.thumbnail-frame img {
    -moz-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
    box-shadow: 0px 1px 5px rgba(0,0,0, .4);
}

.thumbnail-caption {

}

.thumbnail-frame {

}

.thumbnail-frame p {
    margin: 10px 0 15px 0;
}
.thumbnail-frame:hover p {
}
/* -------------------------------- PHOTO PAGE */
.photo-background {
    text-align: center;
}

.photo-navigation {
    margin: 6px auto;
    text-align: center;
    padding: 15px 0;
    max-width: 640px;
    width: 100%;
}

.photo-navigation a, .photo-navigation a:visited {
    text-decoration: none;
}

.photo-navigation a:hover {

}

.photo-frame {
    -moz-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
    box-shadow: 0px 1px 5px rgba(0,0,0, .4);
}

.photo-links {
    padding: 0px;
}

.photo-title {
    padding: 0px;
    font-size: 28px;
    margin: 0;
}

.photo-caption {
    padding: 0px;
    font-size: 1.25em;
}
/* -------------------------------- MOVIE PAGE */
.movie-description {
    text-align: center;
}
.movie-page-title {
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0;
}

.movie-page-description {

}

.movie-thumbnail-frame {
    float: left;
    display: inline;
    margin-bottom: 10px;
    margin-right: 5px;
    text-align: center;
    margin-bottom: 60px;
}
.movie-thumbnail-frame img{
    width: 190px;
    height: 140px;
    margin-bottom: 10px;
    -moz-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
    box-shadow: 0px 1px 5px rgba(0,0,0, .4);
}
.movie-thumbnail-frame {}

.movie-thumbnail-frame a {


}
.movie-thumbnail-frame:hover {}
.movie-thumbnail-caption {
    text-align: center;
    margin-bottom: 3px;
}
.movie-thumbnail-frame {
    overflow: hidden;
}

.movie-thumbnail-frame .movie-thumbnail-caption {


}
.movie-thumbnail-frame:hover .movie-thumbnail-caption {



}
/* -------------------------------- SITE MAP */
.sitemap-header h1 {
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0;
}
.rw-sitemap {
    font-size: 1.25em;
}
.rw-sitemap .tree {
    list-style: none;
}
.rw-sitemap .tree ul {
    margin: 0;
    padding-left: 20px;
    font-size: 1em;
}
/* -------------------------------- MOVIE */
.movie-background {
    background: #ffffff;
    margin-top: 5px;
}
.movie-title {
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0;
}
.movie-frame {
    text-align: center;
    margin-bottom: 10px;
}
/* -------------------------------- FILE SHARING */
.filesharing-description {
    margin: 0px 0 0 0;
}
.filesharing-description h1 {
    font-size: 20px;
    margin: 15px 0;
}
.filesharing-item-title {
    width: auto;
    display: inline-block;
    margin: 20px 0 10px 0;
    padding: 0 !important;
}
.filesharing-item-title a {
    padding: 18px 24px 18px 55px;
    font-size: 16px;
    display: inline-block;
    text-align: left;
  position: relative;
  z-index: 1;
  border: none;
  cursor: pointer;
  transition: box-shadow 0.3s ease, color 0.3s ease;
}
.filesharing-item-title:active,
.filesharing-item-title.active {
  outline: 0;
  box-shadow: inset 0 1px 3px 0 rgba(255, 255, 255, 0.0), inset 0 -6px 20px 7px rgba(0, 0, 0, 0.3), 0 2px 6px 0 rgba(0, 0, 0, 0), inset 0 1px 2px 0 rgba(0, 0, 0, 0.6);
}
.filesharing-item-title:after {
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 74px;
  line-height: 56px;
  font-size: 36px;
  border-radius: 4px;
  box-shadow: inset 0 2px 2px -1px rgba(0, 0, 0, 0.3);
  padding: 8px 0px 8px 16px;
  content:"\e026";
  font-family:'Glyphicons Halflings';
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.filesharing-item-description {

}
/* -------------------------------- CONTACT */

.btn, .button, .form-input-button  {
    font-size: 1.0625em;
    display: inline-block;
    padding: 0.74em 1.5em;
    margin: 30px 0;
    color: #fff;
    border-width: 0 0 0 0;
    border-bottom: 5px solid;
    text-transform: uppercase;
    font-weight: 300;
}
label {
    font-size: 1em;
    display: inline;
}
form input, .form-input-field {
    border: 1px solid #ccc;
    padding: 6px 10px;
    color: #555;
    font-size: 1em;
}
form textarea, textarea.form-input-field {
    border: 1px solid #ccc;
    padding: 6px 10px;
    width: 100%;
    color: #555;
    height: 120px;
}
.single-page .message-text, .single-page form, .single-page .form-footer {
    text-align: center;
}


/* -------------------------------- BLOG */
.blog-entry {
    margin-bottom: 40px;
    padding-bottom: 10px;
    padding: 0px 0px 15px 0px;
}
.blog-entry-title {
    text-align: left;
    font-weight: normal;
    font-size: 24px;
    margin: 10px 0 5px 0;
    padding: 5px 0px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.25);
}
.blog-entry-tags {
    margin: 15px 0 0 0;
}
.blog-entry-tags ul {

}
.blog-tag-cloud {
    display: inline-block;
    margin: 0 !important;
}
.blog-tag-cloud li {
    float: left;
    margin: 0 0 0 5px;
    padding: 0px;
    list-style: none;
}
.blog-tag-cloud li a {
    padding: 5px;
}
.blog-tag-cloud li:after {
    content: " /";
}
.blog-tag-cloud li:last-child:after {
    content: "";
}
.blog-entry-date {

}

.blog-entry-body {
    text-align: left;
    margin-top: 20px;
}

.blog-entry-comments {
    padding-top: 5px;
}

.blog-entry-category {
}

.blog-category-link-disabled {
}

.blog-category-link-enabled {
}

.blog-archive-headings-wrapper {
    margin-bottom: 2em;
}

.blog-archive-month {

}

/* styles the archives in the blog sidebar */
#blog-archives {
    margin-bottom: 10px;
}

.blog-archive-link-enabled {
    margin: 0 5px;
}

.blog-archive-link-disabled {
    margin: 0 5px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
    margin-bottom: 10px;
}

.blog-category-link-enabled {
    margin: 0 5px;
}

.blog-category-link-disabled {
    margin: 0 5px;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
    margin-bottom: 10px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}
/* -------------------------------- FONTS */
@font-face {
    font-family: 'Quicksand';
    src: url('css/fonts/Quicksand_Book-webfont.eot');
    src: url('css/fonts/Quicksand_Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/Quicksand_Book-webfont.woff') format('woff'),
         url('css/fonts/Quicksand_Book-webfont.ttf') format('truetype'),
         url('css/fonts/Quicksand_Book-webfont.svg#QuicksandBook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Quicksand';
    src: url('css/fonts/Quicksand_Bold-webfont.eot');
    src: url('css/fonts/Quicksand_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/Quicksand_Bold-webfont.woff') format('woff'),
         url('css/fonts/Quicksand_Bold-webfont.ttf') format('truetype'),
         url('css/fonts/Quicksand_Bold-webfont.svg#QuicksandBold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'SourceCode';
    src: url('css/fonts/SourceCodePro-ExtraLight-webfont.eot');
    src: url('css/fonts/SourceCodePro-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/SourceCodePro-ExtraLight-webfont.woff') format('woff'),
         url('css/fonts/SourceCodePro-ExtraLight-webfont.ttf') format('truetype'),
         url('css/fonts/SourceCodePro-ExtraLight-webfont.svg#SourceCodeProExtraLight') format('svg');
    font-weight: 100;
    font-style: normal;

}

@font-face {
    font-family: 'SourceCode';
    src: url('css/fonts/SourceCodePro-ExtraLight-webfont.eot');
    src: url('css/fonts/SourceCodePro-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/SourceCodePro-ExtraLight-webfont.woff') format('woff'),
         url('css/fonts/SourceCodePro-ExtraLight-webfont.ttf') format('truetype'),
         url('css/fonts/SourceCodePro-ExtraLight-webfont.svg#SourceCodeProExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;

}

@font-face {
    font-family: 'SourceCode';
    src: url('css/fonts/SourceCodePro-Light-webfont.eot');
    src: url('css/fonts/SourceCodePro-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/SourceCodePro-Light-webfont.woff') format('woff'),
         url('css/fonts/SourceCodePro-Light-webfont.ttf') format('truetype'),
         url('css/fonts/SourceCodePro-Light-webfont.svg#SourceCodeProLight') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'SourceCode';
    src: url('css/fonts/SourceCodePro-Regular-webfont.eot');
    src: url('css/fonts/SourceCodePro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/SourceCodePro-Regular-webfont.woff') format('woff'),
         url('css/fonts/SourceCodePro-Regular-webfont.ttf') format('truetype'),
         url('css/fonts/SourceCodePro-Regular-webfont.svg#SourceCodeProRegular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'SourceCode';
    src: url('css/fonts/SourceCodePro-Semibold-webfont.eot');
    src: url('css/fonts/SourceCodePro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/SourceCodePro-Semibold-webfont.woff') format('woff'),
         url('css/fonts/SourceCodePro-Semibold-webfont.ttf') format('truetype'),
         url('css/fonts/SourceCodePro-Semibold-webfont.svg#SourceCodeProSemibold') format('svg');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'SourceCode';
    src: url('css/fonts/SourceCodePro-Semibold-webfont.eot');
    src: url('css/fonts/SourceCodePro-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/SourceCodePro-Semibold-webfont.woff') format('woff'),
         url('css/fonts/SourceCodePro-Semibold-webfont.ttf') format('truetype'),
         url('css/fonts/SourceCodePro-Semibold-webfont.svg#SourceCodeProSemibold') format('svg');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'SourceCode';
    src: url('css/fonts/SourceCodePro-Bold-webfont.eot');
    src: url('css/fonts/SourceCodePro-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/SourceCodePro-Bold-webfont.woff') format('woff'),
         url('css/fonts/SourceCodePro-Bold-webfont.ttf') format('truetype'),
         url('css/fonts/SourceCodePro-Bold-webfont.svg#SourceCodeProBold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'SourceCode';
    src: url('css/fonts/SourceCodePro-Black-webfont.eot');
    src: url('css/fonts/SourceCodePro-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/SourceCodePro-Black-webfont.woff') format('woff'),
         url('css/fonts/SourceCodePro-Black-webfont.ttf') format('truetype'),
         url('css/fonts/SourceCodePro-Black-webfont.svg#SourceCodeProBlack') format('svg');
    font-weight: bold;
    font-style: normal;

}
 @font-face{
 	font-family:'Glyphicons Halflings';
 	src:url('css/fonts/glyphicons-halflings-regular.eot');
 	src: url('css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
 		 url('css/fonts/glyphicons-halflings-regular.woff') format('woff'),
 		 url('css/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
 		 url('css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
    font-family: 'caviar_dreams';
    src: url('css/fonts/CaviarDreams-webfont.eot');
    src: url('css/fonts/CaviarDreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/CaviarDreams-webfont.woff') format('woff'),
         url('css/fonts/CaviarDreams-webfont.ttf') format('truetype'),
         url('css/fonts/CaviarDreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'caviar_dreams';
    src: url('css/fonts/CaviarDreams_Italic-webfont.eot');
    src: url('css/fonts/CaviarDreams_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/CaviarDreams_Italic-webfont.woff') format('woff'),
         url('css/fonts/CaviarDreams_Italic-webfont.ttf') format('truetype'),
         url('css/fonts/CaviarDreams_Italic-webfont.svg#caviar_dreamsitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}
@font-face {
    font-family: 'caviar_dreams';
    src: url('css/fonts/CaviarDreams_BoldItalic-webfont.eot');
    src: url('css/fonts/CaviarDreams_BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/CaviarDreams_BoldItalic-webfont.woff') format('woff'),
         url('css/fonts/CaviarDreams_BoldItalic-webfont.ttf') format('truetype'),
         url('css/fonts/CaviarDreams_BoldItalic-webfont.svg#caviar_dreamsbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;

}
@font-face {
    font-family: 'caviar_dreams';
    src: url('css/fonts/Caviar_Dreams_Bold-webfont.eot');
    src: url('css/fonts/Caviar_Dreams_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/Caviar_Dreams_Bold-webfont.woff') format('woff'),
         url('css/fonts/Caviar_Dreams_Bold-webfont.ttf') format('truetype'),
         url('css/fonts/Caviar_Dreams_Bold-webfont.svg#caviar_dreamsbold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'droid_sans';
    src: url('css/fonts/DroidSans-webfont.eot');
    src: url('css/fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/DroidSans-webfont.woff') format('woff'),
         url('css/fonts/DroidSans-webfont.ttf') format('truetype'),
         url('css/fonts/DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'droid_sans';
    src: url('css/fonts/DroidSans-Bold-webfont.eot');
    src: url('css/fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('css/fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('css/fonts/DroidSans-Bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_slab';
    src: url('css/fonts/RobotoSlab-Light-webfont.eot');
    src: url('css/fonts/RobotoSlab-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/RobotoSlab-Light-webfont.woff') format('woff'),
         url('css/fonts/RobotoSlab-Light-webfont.ttf') format('truetype'),
         url('css/fonts/RobotoSlab-Light-webfont.svg#roboto_slablight') format('svg');
    font-weight: 200;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_slab';
    src: url('css/fonts/RobotoSlab-Regular-webfont.eot');
    src: url('css/fonts/RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/RobotoSlab-Regular-webfont.woff') format('woff'),
         url('css/fonts/RobotoSlab-Regular-webfont.ttf') format('truetype'),
         url('css/fonts/RobotoSlab-Regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_slab';
    src: url('css/fonts/RobotoSlab-Bold-webfont.eot');
    src: url('css/fonts/RobotoSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/RobotoSlab-Bold-webfont.woff') format('woff'),
         url('css/fonts/RobotoSlab-Bold-webfont.ttf') format('truetype'),
         url('css/fonts/RobotoSlab-Bold-webfont.svg#roboto_slabbold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_slab';
    src: url('css/fonts/RobotoSlab-Thin-webfont.eot');
    src: url('css/fonts/RobotoSlab-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/RobotoSlab-Thin-webfont.woff') format('woff'),
         url('css/fonts/RobotoSlab-Thin-webfont.ttf') format('truetype'),
         url('css/fonts/RobotoSlab-Thin-webfont.svg#roboto_slabthin') format('svg');
    font-weight: 100;
    font-style: normal;

}



/* -------------------------------- MEDIA QUERIES */
@media all and (max-width: 959px) {
    header {
        text-align: center;
        width: 100%;
        height: 80px;
    }
    header > a {
        margin: 0;
    }
    header h1 {
        font-size: 30px;
        margin: 8px;
    }
    #nav-main {
        text-align: center;
        margin: 0 auto;
        position: relative;
        display: inline-block;
    }
    #nav-main li {
        float: none;
    }
    .opr-nav {
        margin-bottom: 0px;
    }
    .opr-page {
        padding: 80px 50px 0px 50px;
    }
    .side-nav {
        left: 10px;
    }
    .opr-nav li a.is-icon {
        display: inline-block;
        position: relative;
        top: 2px;
    }
}
/* -------------------------------- <=IE8 */
.ie8Message {
    display: inline-block;
    width: 100%;
}
.info-box {
    margin: 18px auto;
    padding: 18px 36px;
    opacity: 1;
    position: relative;
}
.box-warning {
    background: #f7d5d2 url(images/box-warning-icon.png) no-repeat 24px center;
    border: 1px solid #e3c6c3;
    color: #bf7069;
    padding-left: 86px;
}
.opr-page {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: auto;
}
.opr-page page {
    display: block;
    margin: 0 auto;
}
.opr-current {
    z-index: 99;
}
.opr-animate {
    z-index: 100;
}
.opr-nav a[data-target], .opr-next, .opr-prev {
    cursor: pointer;
}
.opr-next {
    width: 30px;
    height: 30px;
    margin: 30px 0px 50px;
    position: relative;
    left: 50%;
    border: 6px solid;
    border-width: 0px 4px 4px 0px;
    border-color: #fff;/* Color of text */
    transform: translate(-50%, 0) rotate(45deg);
    -moz-transform: translate(-50%, 0) rotate(45deg);
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    cursor: pointer;
}
.opr-next.home-page {
    position: fixed;
    bottom: 20px;
    display: none;
}



/* External Links icons */
.external-link {
  height: 25px;
}
.opr-nav li a.is-icon {
  margin: 0 5px;
  width: 15px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  display: inline-block;
  zoom: 1;
  white-space: nowrap;
  overflow: hidden;
}
.opr-nav li:hover a.is-icon {
  overflow: visible;
}
.side-nav li a.is-icon i {
  vertical-align: middle;
  margin-right: 3px;
  font-size: 16px;
  text-align: center;
  width: 15px;
}

/* Animation Updates */
.sweepLoading header,
.sweepLoading .opr-nav,
.sweepLoading .opr-container {
  visibility: hidden;
}
.sweepLoaded .opr-container .opr-page {
  visibility: hidden;
}
.sweepLoaded .opr-container .solitary-page-1 {
  visibility: visible;
}












