/*  CSS V1.0  */

/* RESET CSS */
html, body, div, span, a, img,
h1, h2, h3, h4, h5, h6, hgroup, p,
dl, dialog, dt, dd, ol, ul, li, 
abbr, acronym, address, b, big, blockquote, 
cite, code, del, dfn, em, i, ins, kbd, pre, q, 
samp, tt, var, small, sub, sup, 
object, iframe, form, fieldset, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section,
figure, menu, time, mark, audio, video            {
font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; white-space: normal; margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }

body {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;  font-family: Helvetica, Arial, sans-serif; }
h1 {   font-size: 24px;} 
h2 {   font-size: 18px;}

a { outline: none; }
a:link , a:active, a:visited { color: #0083df; text-decoration: underline; outline: none;}
a:hover { color: #000; text-decoration :underline;}

body.basic a:link,
body.basic a:active,
body.basic a:visited {
  color: #ffffff;
  text-decoration: underline;
  outline: none;
}

blockquote, q     { quotes: "" ""; }

/* ClearFix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
} 
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

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

}

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

}

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

}


p,li, span {
  line-height: 1.4em;
}

body, html{
  background: #000000;
}

body.basic { color: #ffffff; }

html {
  overflow-y: auto;
}

a {
  outline: 0;
}

/*  
------------------------------------------------------------------
Menu Nav
------------------------------------------------------------------
*/

#menu {
  background-color: #202022;
  min-height: 78px;
  width: 100%;
  min-width: 990px;

  opacity: 0;
  filter:alpha(opacity=0);
}

#menu #logo {
  float: left;
  padding: 24px 40px 24px 24px;
  position: relative;
  top: 50%;
}

#menu #logo h1 {
  font-size: 24px;
  font-family: TitilliumMaps29L400wt;
  max-width: 250px;
}

#menu #logo h1 a {
  color: #ffffff;
  text-decoration: none;
}

#menu #logo img {
  max-height: 60px;
  max-width: 250px;
}

#menu .menu_list {
  float: left;
  list-style-type: none;
  padding: 0;
  position: relative;
  top: 50%;
  z-index: 9999;
}

#menu p, #menu li {
  font-size: 12px;
  font-family: TitilliumMaps29L400wt;
}

#menu li {
  float: left;
  margin: 0 12px;
  line-height: 1.7em;
}

#menu li.top_level { zoom: 1; }

#menu li a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}

#menu li.selected a, 
#menu li a:hover,
#menu li.category > a.selected { 
  text-decoration: none;
  color: #dd4173;
}

.menu_list > li > a { white-space: nowrap; }

#menu .menu_list .dropdown {
  display: none;
  position: absolute;
  left: -11px;
  list-style-type: none;
  padding-top: 4px;
  width: 150px;
  z-index: 9999;
}

#menu .menu_list .dropdown li {
  padding: 7px 22px 0 16px; 
  width: 150px;
  float: left;
  clear: both;
  background: #df2670;
}

#menu .menu_list .dropdown li a {
  background: #df2670;
  color: #ffffff;
  border-bottom: 1px solid #e9869d;
  width: 100%;
  display: block;
  padding: 0 0 6px 1px;
}

#menu .menu_list .dropdown li a:hover { color: #E9869D; }

#menu .menu_list .dropdown li:first-child { padding-top: 15px; }

#menu .menu_list .dropdown li.last { padding-bottom: 20px; }

#menu .menu_list .dropdown li.selected a { color: #202022; }

#menu li.category { position: relative; }

#menu .menu_list li.category:hover ul.dropdown { display: block; }

/* pre text */

#pre_text {
  float: right;
  color: #909091;
  font-size: 12px;
  font-family: TitilliumMaps29L400wt;
  text-align: right;
  padding-right: 10px;
} 


/*  
------------------------------------------------------------------
Global Content
------------------------------------------------------------------
*/
h1, h2 {
  font-family: TitilliumMaps29L800wt;
  color: #ffffff;
}

body.basic a, #content a {
  color: #ffffff;
}
body.basic, #content {
  font-family: TitilliumMaps29L400wt;
  font-size: 12px;
  color: #ffffff;
}
body.basic h1, body.basic h2, #content h1, #content h2 {
  font-family: TitilliumMaps29L800wt;
  color: #ffffff;
}
body.basic h1, #content h1 {
  font-size: 24px;
}
body.basic h2, #content h2 {
  font-size: 18px;
}
#content .title_element li {
  list-style-position: inside;
}

/* Social */

#social {
  overflow: hidden;
  position: absolute;
  top: 10px; right: 10px;
  width: 390px;
}

#social ul {
  float: right;
  clear: both;
  margin-top: 5px;
  padding: 6px 10px 0 0;
  text-align: right;
  width: 180px;
  position: relative; right: 30px;
}

#social .social_icon {
  list-style-type: none;
  padding: 0;
  text-align: left;
}

#social .social_icon a {
  height: 20px;
  width: 20px;
  display: inline-block;
  filter: alpha(opacity=0);
  opacity: 0;
  padding: 0;
  border: none;
  *zoom: 1;
  position: absolute; top: -1px; left: 0;
}

#social li {
  border-radius: 50%;
  color: #fff;
  margin: 0 0 0 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display:inline;
  float: none;
  position: relative;
  text-indent: 1px;

  
    background: #414042;
  
}

#social .social_icon.icon_share {
  background: none;
  font-size: 1em;
}

#social .social_icon.icon_share a {
  filter: alpha(opacity=100);
  opacity: 1;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  color: #ffffff;
  font-weight: bold;
  font-family: arial;
  font-size: 11px;
  height: auto;
  line-height: 18px;
  padding: 1px 9px;
  position: relative;
  width: auto;

  
    background: #414042;
  

  behavior: url(/static/PIE-172eaf95ae8ee7073d7d2d20a11b13eaaf0a355d426f0c839a06296c534db344.htc);
} 


/*
------------------------------------------------------------------
Individual Pages
------------------------------------------------------------------ 
*/

/*  ----------------------------  Gallery Page ---------------------------- */
body.gallery #content .assets {
  display: none;
}
body.gallery #content .assets .asset {
  float: left;
  height: 700px;
  position: relative;
  
  
}
body.gallery #content .assets .asset .img {
  line-height: 700px;
  vertical-align: middle;
  background: #000000;
}
body.gallery #content .assets .asset .cover {
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: #000000;
  z-index: 11;
  cursor: pointer;
}
body.gallery #content .assets .asset img {
  
  height: 700px;
  
  max-height: 700px;
  vertical-align: middle;
}

body.gallery #content .asset.txt,
body.gallery #content .assets .asset.text_only
{
  width: 900px;
}

body.gallery #content .asset.video .copy {
  width: 100%;
}

body.gallery #content .asset.txt .jspContainer {
  width: 840px !important;
}
body.gallery #content .asset.video .vimeo_cont,
body.gallery #content .asset.video .youtube_cont {
  height: 700px;
}

body.gallery #content .assets .copy {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  height: 280px;
}

body.gallery #content .assets .caption_cover {
  background: #df2670;
  position: absolute;
  bottom:0;
  left:0;
  width: 100%;
  height: 280px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
body.gallery #content .assets .copy_content {
  position: relative;
  color: #ffffff;
  margin: 62px 60px 30px 35px;
  height: 188px;
  width: auto;
  font-size: 12px;
  font-family: TitilliumMaps29L400wt;
}
body.gallery #content .assets .close,
body.gallery #content .assets .show_container {
  display: block;
  position: absolute;
  right: 45px;
  top: 35px;
  text-indent: -9999em;
  width: 25px;
  height: 25px;
  z-index: 10;
}
body.gallery #content .assets .close {
  
  background: url(https://bucket0.format-assets.com/theme_versions/10469412/assets/images/close_white.png) 50% 50% no-repeat;
  
}
body.gallery #content .assets .show_container {
  bottom: 45px;
  right: 45px;
  top: auto;
  width: 25px;
  height: 25px;
}
body.gallery #content .assets .show {
  display: block;
  background: #df2670 url(https://bucket0.format-assets.com/theme_versions/10469412/assets/images/show_caption.png) 49% 50% no-repeat;
  width: 25px;
  height: 25px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  behavior: url(/static/PIE-172eaf95ae8ee7073d7d2d20a11b13eaaf0a355d426f0c839a06296c534db344.htc);
}

body.gallery #next, body.gallery #prev {
  display: block;
  position: fixed;
  top: 50%;
  text-indent: -2000em;
  width: 39px;
  height: 33px;
  z-index: 999;
  _noFocusLine: expression(this.hideFocus=true);
}
body.gallery #next {
  background: #df2670 url(https://bucket0.format-assets.com/theme_versions/10469412/assets/images/arrow_right.png) 50% 50% no-repeat;
  right: 0;
}
body.gallery #prev {
  background: #df2670 url(https://bucket0.format-assets.com/theme_versions/10469412/assets/images/arrow_left.png) 50% 50% no-repeat;
  left: 0;
}

body.gallery #content .asset.txt li {
  list-style-position: inside;
} 
body.gallery #content .asset.txt .content,
body.gallery #content .asset.text_only .content {
  padding: 0 10px 0 70px;
  width: 730px;
}

body.gallery .jspDrag, body.listing .jspDrag  {
  background: #ffffff
}

body.gallery .jspPane {
  width: 98% !important;
}
.caroufredsel_wrapper {
  min-width: 960px;
}

body.gallery #loader {
  background: url(https://bucket0.format-assets.com/theme_versions/10469412/assets/images/progress.gif) 50% 50% no-repeat;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

/*  ----------------------------  Listing Page ---------------------------- */
body.listing #content .listing_image p,
body.listing #content .listing_image a {
  color: #ffffff;
  font-family: TitilliumMaps29L1wt;
  text-decoration: none;
}

body.listing #content .assets {
  width: 100%;
  padding-top: 30px;
}
body.listing #content .asset {
  float: left;
  position: relative;
}
body.listing #content .asset .copy {
  position: absolute;
  bottom: 0;
  width: 100%;
  left:0;
  padding: 10px 20px;
  width: 260px;
  display: none;
  height: 100px;
}

body.listing #content .asset .copy_background {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom:0;
  left:0;
  background: #df2670;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}
body.listing #content .listing_image .img_copy {
  position: relative;
  font-size: 16px;
  margin: 10px 0;
  height: 100px;
}
body.listing #content .listing_image .img_copy p {
  line-height: 1.2em;
}

body.listing #content .listing_image img {
  display: block;
}

body.listing #content .title_element {
  padding: 30px 0 0 0;
}
body.listing #content .title_element .copy {
  width: 65%;
  min-width: 500px;
  margin-left: 41px;
}

/*  ----------------------------  Simple Page ---------------------------- */
._4ORMAT_content_wrapper {
  margin: 0 auto;
  padding: 30px 0;
}

/*share button */
#share_4ormat_copy_button {
  text-align: center;
}
