/*
* Omnicon
* Verson: 1.0.0
*/
body, html, main, .nnn-wrap {
  min-height: 100%;
  width: 100%;
  font-family: helvetica, arial, sans-serif;
  position: relative;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
body {
  display: inline-block;
}
#menu {
  overflow: hidden;
}
*:focus {
  outline: 0;
}
a:hover {text-decoration: none;}
main .nnn-wrap {
  position: relative;
  z-index: 2;
}
main {
  padding-left: 0px;
  padding-right: 0px;
  -webkit-transition: left 600ms, right 600ms, padding 600ms;
  -moz-transition: left 600ms, right 600ms, padding 600ms;
  transition: left 600ms, right 600ms, padding 600ms;
}
.menu-loaded main {
  padding-left: 80px;
}
.menu-loaded.menu-active main {
  padding-left: 300px;
  -webkit-transition: left 600ms, right 600ms, padding 600ms;
  -moz-transition: left 600ms, right 600ms, padding 600ms;
  transition: left 600ms, right 600ms, padding 600ms;
}
.menu-loaded.sidebar-active main {
  padding-right: 300px;
  -webkit-transition: left 600ms, right 600ms, padding 600ms;
  -moz-transition: left 600ms, right 600ms, padding 600ms;
  transition: left 600ms, right 600ms, padding 600ms;
}
/*------------------------------------/
  Side Navigation
/-----------------------------------*/
.nnn-nav .menu-item.site-title a .logo-wrap {
  width: 60px;
  float: left;
  display: inline-block;
  text-align: center;
}
.nnn-nav .menu-item.site-title a .logo-wrap img {
  width: auto;
  height: 37px;
}
.nnn-nav .menu-item.site-title a .page-title {
  line-height: 37px;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.nnn-nav {
  z-index: 1;
  width: 300px;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
}
.nnn-nav ul {
  width: 300px;
}
.nnn-nav ul {
  padding: 0;
  margin: 0;
}
.nnn-nav .menu-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nnn-nav .menu-item a {
  margin: 0;
  padding: 20px 0px;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
  border-width: 1px 0px 1px 0px;
  border-color: rgba(0,0,0,0.0) rgba(0,0,0,0.0) rgba(0,0,0,0.15) rgba(0,0,0,0.0);
  border-style: solid;
  font-size: 16px;
  vertical-align: top;
}
.nnn-nav .menu-item a i {
  float: left;
  font-size: 26px;
  line-height: 37px;/*pagetitle height + subtitle height*/
  height: 37px;
  padding: 0px;
  width: 80px;
  text-align: center;
}
.nnn-nav .menu-item a i.letter {
  font-style: inherit;
  font-weight: bold;
  text-transform: uppercase;
}
.letter:before {
  content: " ";
  width: 24px;
  height: 25px;
  border: 0px solid #333;
  border-radius: 4px;
  display: block;
  top: 15px;
  left: 18px;
  position: absolute;
}
.nnn-nav .menu-item a .page-title {
  margin-left: 4px;
  width: 230px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  float: left;
  white-space: nowrap;
}
.nnn-nav .menu-item a .sub-title {
  display: block;
  margin-left: 4px;
  min-width: 150px;
  font-size: 12px;
  line-height: 17px;
  float: left;
  white-space: nowrap;
}
/*Sub nav*/
.nnn-nav > ul > li {
  position: relative;
}
.nnn-nav ul ul.sub-menu {
  display: block;
  width: 300px;
  position: absolute;
  left: 250px;
  top: 0px;
  z-index: 10;
  -webkit-transition: left 600ms;
  -moz-transition: left 600ms;
  transition: left 600ms;
}
.nnn-nav ul ul.sub-menu ul  {
  display: none;
}
.nnn-nav ul ul.sub-menu.not-active {
  z-index: 5;
}
.nnn-nav ul ul.sub-menu.active {
  left: 0px;
  z-index: 11;
}
.nnn-nav ul ul.sub-menu .sub-toggle {
  width: 50px;
  height: 78px;
  float: left;
  cursor: pointer;
  background: #fff;
  border-left: 1px solid rgba(0,0,0,0.15);
}
.nnn-nav ul ul.sub-menu.active > .sub-toggle {
  box-shadow: 0px 0px 0px 1000px rgba(0,0,0,0.6);
}
.sub-toggle:before {
  content: "\f361";
  display: block;
  font-family: "Ionicons";
  line-height: 79px;
  text-align: center;
  font-size: 24px;

}
.active > .sub-toggle:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nnn-nav ul ul.sub-menu .menu-item a {
  padding: 10px;
  width: 250px;
  float: right;
  background: #fff;
  font-size: 14px;
}
.nnn-nav ul ul.sub-menu .menu-item a:hover {
  text-decoration: none;
}
/*more sub menu levels*/
.nnn-nav ul ul.sub-menu.active li {
  display: inline-block;
  float: right;
  position: relative;
}
.nnn-nav ul ul.sub-menu ul.sub-menu {
  display: block;
  left: 200px;
}
.nnn-nav ul ul.sub-menu ul.sub-menu.active {
  left: -50px;
  z-index: 12;
}
.nnn-nav ul ul.sub-menu ul.sub-menu > .sub-toggle {
  display: block;
  height: 42px;
}
.nnn-nav ul ul.sub-menu ul.sub-menu > .sub-toggle:before {
  line-height: 42px;
}
/*------------------------------------/
  Topbar
/-----------------------------------*/
header, footer, .nnn-slider, .nnn-content {
  display: inline-block;
  width: 100%;
  float: left;
}
.topBarTitle {
  display: none;
}
.topBarTitle h2.site-title {
  text-align: center;
  margin: 0;
  line-height: 60px;
}
.live-search {
  height: 79px;
  background: #fff;
  border-color: red;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
.live-search form {
  padding-top: 19px;
}
.input-wrap {
  width: 75%;
  margin: 0px auto;
  display: block;
  position: relative;
  -webkit-transition: width 600ms;
  -moz-transition: width 600ms;
  transition: width 600ms;
}
.input-wrap:after {
  font-family: "Ionicons";
  content: "\f4a5";
  position: absolute;
  font-size: 20px;
  left: 15px;
  top: 8px;
  z-index: 102;
}
.menu-toggle,
.sidebar-toggle {
  width: 80px;
  height: 79px;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  float: left;
  font-size: 26px;
  line-height: 78px;
  text-align: center;
  cursor: pointer;
}
.sidebar-toggle {
  top: 0;
  right:0;
  position: absolute;
  border-width: 0px 1px 1px 1px;
}
.tipue_search_content_title a {
  font-size: 20px;
}
/*------------------------------------/
  Sidebar
/-----------------------------------*/
.nnn-sidebar {
  z-index: 1;
  width: 300px;
  position: absolute;
  min-height: 100%;
  right: 0;
  top: 0;
  padding: 20px 25px;
}
/*------------------------------------/
  Banner /  Slider
/-----------------------------------*/
.nnn-slider img.imageStyle {
  width: 100%;
  height: auto;
}
.row > .stacks_out,
.row > .stacks_out > .com_onelittledesigner_stacks_Omnicon_Column_stack {
  display: inline;
}
.camera_wrap {
  margin: 0 !important;
}
/*------------------------------------/
  Content
/-----------------------------------*/
.nnn-content {
  width: 100%;
  max-width: 100%;
  min-height: 1080px;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
}
.padding {
  padding: 20px 40px;
}
.remove-padding .nnn-content .padding {
  padding: 0px;
}
.container {
  max-width: 100%;
}
hr {
  border: 1px solid rgba(0,0,0,0.15);
  border-width: 1px 0px 0px 0px;
}
.com_onelittledesigner_stacks_Omnicon_Row_stack.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.nnn-content .slogan {
  display: none;
}
/*------------------------------------/
  Footer
/-----------------------------------*/
footer {
  padding: 10px 0px 0px;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
}
.breadcrumbs {
  float: right;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li span {
  font-family: "Ionicons";
  font-size: 10px;
}
.breadcrumbs li:last-child span { display: none; }
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 15px;
}
.remove-padding .footer-inner {
  padding: 0px 15px;
}
/*------------------------------------/
  Extras
/-----------------------------------*/
.link-list {
  list-style: none;
  padding:0;
}
.link-list li a, .list-item {
  border-top: 1px solid rgba(0,0,0,0.15);
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
}
.link-list.dark li a, .list-item-dark {
  border-top: 1px solid rgba(255,552,255,0.15);
}
.link-list li:first-child a, .link-list.dark li:first-child a, .list-item-first {
  border-top: 0px solid rgba(0,0,0,0.15);
}
.link-list li a span:first-child {
  margin-right: 10px;
  width: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.button {
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid rgba(0,0,0,0.15);
  text-decoration: none;
}
.button:hover {
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.3);
  border: 1px solid rgba(0,0,0,0.3);
}
.button:active {
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.05);
  border: 1px solid rgba(0,0,0,0.05);
}
.notify {
  position: fixed;
  bottom: 40px;
  right: 60px;
  width: 300px;
  background: #FFF;
  color: rgba(0,0,0,0.6);
  border: 1px solid rgba(0,0,0,0.3);
  padding: 20px 20px 20px 65px;
  z-index: 9999;
}
.notify:before {
  color: rgba(0,0,0,0.4);
  content: "\f2d7";
  font-family: "Ionicons";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.notify:after {
  color: rgba(0,0,0,0.4);
  content: "\f149";
  font-family: "Ionicons";
  position: absolute;
  left: 5px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 32px;
  text-align: center;
  display: inline-block;
  top: 50%;
  margin-top: -25px;
}
.notify.error {
  color: rgba(255,255,255,0.8);
  background: #DC5350;
}
.notify.error:after {
  content: "\f100";
}
.notify.success {
  color: rgba(255,255,255,0.8);
  color: #fff;
  background: #37A93D;
}
.notify.success:after {
  content: "\f120";
}

/*------------------------------------/
  Contact Page
/-----------------------------------*/
.rw-contact-form > div {
  display: inline-block;
  width: 456px;
  max-width: 100%;
  position: relative;
}
.rw-contact-form > div > .mail-icon {
  position: absolute;
  bottom: 0;
}
.rw-contact-form > div > label {
  float: left;
  clear: left;
  width: 150px;
  height: 50px;
  line-height: 45px;
}
.rw-contact-form > div > input,
.rw-contact-form > div > textarea {
  width: 306px;
  float: left;
  color: #676767;
  max-width: 100%;
}
.rw-contact-form .form-input-button[type="reset"],
.rw-contact-form .form-input-button[type="submit"] {
  float: left;
  clear: left;
  margin-top: 15px;
  margin-left: 150px;
  width: 306px;
  max-width: 100%;
}
@media all and (max-width: 540px) {
  .rw-contact-form .form-input-button[type="submit"] {
    margin-left: 0px;
  }
}
.rw-contact-form input,
.rw-contact-form textarea {
  border: 1px solid rgba(0,0,0,0.15);
  padding: 10px;
}
.rw-contact-form > div > select {
  width: 306px;
  float: left;
  color: #676767;
  margin-top: 12px;
  max-width: 100%;
}
.rw-contact-form > div > input[type=radio] {
  float: left;
  color: #676767;
  margin-top: 5px;
  width: 30px;
  clear: left;
  margin-left: 150px;
}
.rw-contact-form > div > .radioLabel {
  float: left;
  clear: none;
  width: 120px;
  height: 25px;
  line-height: 20px;
  margin: 0px 0px 15px 0px;
}
.rw-contact-form > div > input[type=checkbox] {
  float: left;
  color: #676767;
  margin-top: 15px;
}
/* ------------------------------------------- */
/* HTML page
/* ------------------------------------------- */
.standout, blockquote {
  font-size: 1.1em;
  padding: 5px;
  margin-top: 5px 0px 5px 0px;
  display: block;
  font-style: italic;
}
blockquote p {
  font-size: 2em;
}
blockquote p:before {
  content: '"';
  font-size: 2.25em !important;
}
blockquote p:after {
  content: '"';
  font-size: 2.25em !important;
  line-height: 1em;
}
a.social {font-family: 'JustVector';}
a.social:hover {
  transition: color .5s;
  -moz-transition: color .5s;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
}
.footer a.social {font-size: 24px; padding-left: 3px; float: right;}
#siteTitle a.social { margin-right: 5px;}
/* ------------------------------------------- */
/* Blog page
/* ------------------------------------------- */
.imageStyle {
  max-width: 100%;
  height: auto;
}
.blog-entry {
  padding-bottom: 40px;
  padding: 0px 0px 15px 0px;
}
.blog-entry-title {
  text-align: left;
  font-weight: normal;
  font-size: 24px;
  margin: 10px 0 5px 0 !important;
  padding: 0px 0 0 0 !important;
}
.blog-entry-tags {
  padding: 0 0 0 10px;
}
.blog-entry-tags ul {

}
.blog-tag-cloud {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.blog-tag-cloud li {
  float: left;
  margin: 0 0 0 5px;
  list-style: none;
}
.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 {
}
/* ------------------------------------------- */
/* File sharing
/* ------------------------------------------- */
.filesharing-description {
  margin: 0px 0 0 0;
}
.filesharing-description h1 {
  font-size: 20px;
  margin: 15px 0;
}
.filesharing-item {

}
.filesharing-item-title a {
  font-size: 18px;
  display: block;
  text-align: left;
  margin-top: 15px;
}
.filesharing-item-title {

}
.filesharing-item-title:active,
.filesharing-item-title.active {

}
.filesharing-item-title:after {

}

.filesharing-item-description {

}
/* ------------------------------------------- */
/* 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 {
  /*overflow: hidden;*/
}

.thumbnail-frame p {
  margin: 10px 0 15px 0;
}
.thumbnail-frame:hover p {
}
/* ------------------------------------------- */
/* Photo album - 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;
}
/* ------------------------------------------- */
/* 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-top: 10px;
  margin-left: 20px;
  font-size: 1em;
}

/*
Tipue Search 5.0
Copyright (c) 2015 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
#tipue_search_input {
  width: 100%;
  color: #333;
  height: 40px;
  border-radius: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-style: solid;
  border-width: 0px;
  background-color: #ddd;
  padding: 0px 20px 0px 40px;
  z-index: 101;
  position: relative;
}
#tipue_search_content {
  display: none;
  padding: 20px 40px;
  position: absolute;
  margin: 20px 0 0 0;
  z-index: 100;
  width: 100%;
  box-shadow: 0px 0px 0px 1000px rgba(0,0,0,0.75);
}
#tipue_search_content .h01 {
  background: yellow;
}
.searching #tipue_search_content {
  display: block !important;
}
#tipue_search_warning {
  color: #555;
  margin: 7px 0;
}

.tipue_search_content_title
{
  margin-top: 23px;
}
.tipue_search_content_title a
{
  color: #333;
  text-decoration: none;
}
.tipue_search_content_title a:hover
{
  color: #555;
}
.tipue_search_content_url{
  word-wrap: break-word;
  hyphens: auto;
}
.tipue_search_content_url a{
  color: #396;
  text-decoration: none;
}
.tipue_search_content_url a:hover{
  color: #555;
}
.tipue_search_content_text{
  color: #555;
  word-wrap: break-word;
  hyphens: auto;
  margin-top: 3px;
}
.tipue_search_content_debug{
  color: #555;
  margin: 5px 0;
}
.h01{
  color: #333;
  font-weight: 400;
}

#tipue_search_foot{
  margin: 51px 0 21px 0;
}
#tipue_search_foot_boxes{
  padding: 0;
  margin: 0;
}
#tipue_search_foot_boxes li
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
#tipue_search_foot_boxes li a{
  padding: 10px 17px 11px 17px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-decoration: none;
  text-align: center;
}
#tipue_search_foot_boxes li.current{
  padding: 10px 17px 11px 17px;
  background: #f6f6f6;
  border: 1px solid %#555;
  border-radius: 1px;
  color: #555;
  margin-right: 7px;
  text-align: center;
}
#tipue_search_foot_boxes li a:hover{
  background: #f6f6f6;
}
/* spinner */
.tipue_search_spinner {
  padding: 31px 0;
  width: 50px;
  height: 28px;
}
.tipue_search_spinner > div:after {
  content: "\f29a";
  font-family: "Ionicons";
  font-size: 24px;
  padding: 10px;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
  -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
.tipue_search_spinner .tipue_search_rect2 {
  display: none;
}
.tipue_search_spinner .tipue_search_rect3 {
  display: none;
}
@-webkit-keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@media all and (max-width: 1280px) {
  .menu-loaded.menu-active main {
    padding-left: 80px;
  }
  .sidebar-mobile-active.menu-loaded main {
    padding-left: 80px;
  }
}
/* -------------------------------- FONTS */
.nnn-content .cycler_reel {
  width: 100% !important;
}

/* -------------------------------- 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;

}









