/* -------- WEB FONT LISTING  ----------------- */


/* -------- Titillium ----------------- */

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

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

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


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


/* ----------------------------------------
RESET CSS
------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Required to Render UL and OL elements correclty */

ol {
    list-style: decimal inside none;
}
ul {
    list-style: disc inside none;
}


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






/* ----------------------------------------
Basic Body Definitions
------------------------------------------*/


/******************** Baseline grid: 13/18px ********************/
body  {
    font-family: Arial, Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;

    font-size: 75%;
    line-height: 1.5; /*12/18*/

    color: #000;
  	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  font-family: Arial, Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

a { outline: none; }
a:link , a:active, a:visited { text-decoration: none; outline: none;}
a:hover { text-decoration :underline;}

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

h1, h2, h3, h4, h5, h6				{ position: relative; margin-bottom: 0.2em; margin-top: 0;  }
h1									{ font-size: 36px;  }
h2									{ font-size: 28px; }
h3									{ font-size: 22px; }
h4									{ font-size: 18px; }
h5									{ font-size: 15px; }
h6									{ font-size: 13px; }

p, pre, address						{ font-size: 13px; line-height: 18px; position: relative; }
small								{ font-size: 11px; }
abbr, code, kbd,
samp, small, var					{ line-height: 15px; }
ul, ol, dl, dialog					{ font-size: 13px; line-height: 18px; position: relative; }
li ul, li ol, ul ul, ol ol			{ margin-top: 0; margin-bottom: 0; }
li h1, li h2, li h3,
li h4, li h5, li h6,
li p								{ }
form, legend, label		{ font-size: 13px; line-height: 18px; }
legend								{ position: relative;  }
table								{ font-size: 13px; }
caption								{ font-size: 13px; line-height: 18px; position: relative; }
hr                    { position: relative; height: 4px; margin: 18px 0 14px 0; }





/* ----------------------------------------
Theme Specifc Starts
------------------------------------------*/

body.listing #content {
  margin: 0 auto;
  padding: 35px 0px 25px 0px;
  width: 960px;
}

._4ORMAT_content_wrapper {
  margin: 0 auto;
  padding: 35px 0px 25px 0px;
}

/* Extra room for scroller */
.jspPane { width: 92%!important;}

/* ----------------------------------------
Listing Page
------------------------------------------*/


body.listing #content .title_element {
  margin: 0px 0 30px 0;
}

body.listing #content .title_element * {
  text-align: center;
}


body.listing #content .listing_image {
  float:left;
  margin: 0 15px 25px 15px;
}

body.listing #content .listing_image img {
  padding: 4px;
}
body.listing #content .listing_image a:hover img {
  padding: 3px;
  border: 1px solid #888888;
}

body.listing #content .listing_image p {
  text-align: center;
  width: 200px;
  line-height: 1.3em;
  font-size: 11px;
}


/* ----------------------------------------
Gallery Page
------------------------------------------*/

body.gallery #content .title_element {
  margin-left:730px;
  position:absolute;
  width:230px;
}
body.gallery  #content .asset {
  margin: 0 0 15px 0;
}


body.gallery  {  height:100%; }
body.gallery img {  border:none; }


/* YouTube Sizes */
body.gallery .youtube_cont {  width: 700px;  height: 421px; margin-bottom: 5px; }

/* Vimeo Sizes */
body.gallery .vimeo_cont {  width: 700px;  height: 394px; margin-bottom: 5px;}



/* Supersized Gallery */
body.gallery #supersized .text .wrap{
  width: 700px;
  height: 50%;
  position: relative;
}


body.gallery #supersized .video .wrap {
  width: 700px;
  height: 50%;
  position: relative;
}
body.gallery #supersized .video .wrap.has_copy {
  width: 960px;
}

body.gallery #supersized .video .wrap.has_copy  .youtube_cont,
body.gallery #supersized .video .wrap.has_copy  .vimeo_cont {
  float:left;
  width: 650px;
  height: 390px;
}

body.gallery #supersized .video .wrap .copy {
  min-height: 300px;
  float:right;
  width:290px;
}

body.gallery #supersized .video img {
  width: 100%;
}


body.gallery #supersized-loader {
  position:absolute;
  top:50%;
  left:50%;
  z-index:0;
  width:60px;
  height:60px;
  text-indent:-999em;
  background:url(https://bucket0.format-assets.com/theme_versions/10469399/assets/images/progress.gif) no-repeat center center;
  margin:-30px 0 0 -30px;
}

body.gallery #supersized {
  list-style: none;
  display:block;
  position:fixed;
  left:0;
  top:0;
  overflow:hidden;
  z-index:-999;
  height:100%;
  width:100%;
}

body.gallery #supersized img {
  width:auto;
  height:auto;
  position:relative;
  display:none;
  outline:none;
  border:none;
}

body.gallery #supersized.speed img {
  -ms-interpolation-mode:nearest-neighbor;
  image-rendering:0;
}

body.gallery #supersized.quality img {
  -ms-interpolation-mode:bicubic;
  image-rendering:optimizeQuality;
}

body.gallery #supersized > li {
  display:block;
  list-style:none;
  z-index:10;
  position:fixed;
  overflow:hidden;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

body.gallery #supersized li.prevslide { z-index:20; }
body.gallery #supersized li.activeslide {  z-index:30; }
body.gallery #supersized li.image-loading {   width:100%;  height:100%; }
body.gallery #supersized li.image-loading img {  visibility:hidden; }
body.gallery #supersized li.prevslide img, #supersized li.activeslide img {  display:inline; }





body.gallery #info {
  max-width: 450px;
  background: #222222;
  opacity: 0.7;
  line-height: 18px;

  color: #ffffff;
  position: absolute;
  bottom: 18px;
  left: 18px;
  padding: 8px 15px;

  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;

  

}
body.gallery #info:hover {
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  opacity: 1;
}
body.gallery #info * {
  color: #ffffff;
}
body.gallery #info a { text-decoration: underline; }

body.gallery .slide_button {
  opacity: 0.6;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  z-index: 333333;
  text-indent: -99999px;
  display:block;
  cursor: pointer;
}

body.gallery .slide_button:hover {
  opacity: 1;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;


}
body.gallery.nav_top #prev_slide,
body.gallery.nav_bottom #prev_slide {
  position: absolute;
  left: 25px;
  top: 50%;
  cursor: pointer;

  width: 75px;
  margin-top: -55px;
  height: 75px;

}

body.gallery.nav_top #next_slide,
body.gallery.nav_bottom #next_slide {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -55px;
  cursor: pointer;

  width: 75px;
  margin-top: -55px;
  height: 75px;

}

.nav_bottom .footer {
  position: fixed;
  top: 0px;
  width: 200px;
  left: 50%;
  text-align: center;
  margin-left: -100px;
  padding: 1px 10px 3px;
  color: #cccccc;
  background:#06393c;


  
}

.nav_top .footer {
  position: fixed;
  bottom: 0px;
  padding: 1px 10px 3px;
  width: 200px;
  left: 50%;
  text-align: center;
  margin-left: -100px;

  color: #cccccc;
  background:#06393c;


  
}

/* Round - White Buttons */
body.gallery .white #next_slide {
  background:transparent url(https://bucket0.format-assets.com/theme_versions/10469399/assets/images/arrows_1.png) no-repeat scroll   -121px 4px;
}
body.gallery .white  #prev_slide {
  background:transparent url(https://bucket0.format-assets.com/theme_versions/10469399/assets/images/arrows_1.png) no-repeat scroll  4px 4px;
}
/* Round - Black Buttons */
body.gallery .black #next_slide {
  background:transparent url(https://bucket0.format-assets.com/theme_versions/10469399/assets/images/arrows_1.png) no-repeat scroll   -121px -97px;
}
body.gallery .black  #prev_slide {
  background:transparent url(https://bucket0.format-assets.com/theme_versions/10469399/assets/images/arrows_1.png) no-repeat scroll  4px -97px;
}

/* -------------------- TYPOGRAPHY STACK - START -------------------- */


  body {                font-family: 'TitilliumText22LRegular', Arial;   }
  h1,h2,h3,h4,h5 {      font-family: 'TitilliumText22LLight';   }
  strong {              font-family: 'TitilliumText22LBold';   }





  #menu         {       font-family: 'TitilliumText22LRegular';   }
  #menu ul li a.category_name {       font-family: 'TitilliumText22LBold';   }
  #menu ul li a {       font-family: 'TitilliumText22LLight';   }
  #menu h1 a    {       font-family: 'TitilliumText22LRegular';   }


/* -------------------- TYPOGRAPHY- END -------------------- */

/* ----------------------------------------
Format Variable Definitions
------------------------------------------*/
body {
    background: #657172;
    color : #ffffff;
}

/* Slide Background */
body.gallery #supersized li {
  background: #657172;
}


h1,h2,h3,h4,h5 {
  color: #ffffff;
  line-height: 1.2em;
}

a {
   color: #fcfcfc;

}

/* define different line height if different font size is set  */
p {
  color : #ffffff;
  font-size: 14px;
  line-height:  1.4em;
}
li {
  font-size: 14px;
  line-height:  1.4em;
}

/* define different H1 & H2 sizes */
h1	{ font-size: 36px; }
h2	{ font-size: 28px; }


/* Menu Global */

#menu {
  color: #cccccc;
  position : relative;
  background:#06393c;
  width: 550px;
  left: 50%;
  margin-left: -275px;
  z-index: 333333;
}
#menu .menu_wrap {
  padding: 0px 15px 0px;
}


#menu #logo {
  text-align: center;
}

#menu  #logo a img {
  border:0px;
  vertical-align: bottom;
  max-height: 80px;

  margin-top: 8px;
  margin-bottom: 8px;

}
#menu #logo h1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;

  text-align: center;
  padding:0px;

  font-size: 17px;
  line-height: 1.3em;
}
#menu #logo h1 a {
  color : #f7f7f4;

}

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

#menu ul {

  margin: 0px 15px 0px 5px;
  padding-bottom : 13px;
  padding-top: 12px;

  clear:both;
	list-style-type: none;
	text-align: center;
}

#menu ul li  {
  display: inline;
  padding:0px;
  font-size: 14px;
  line-height: 1.5em;
}

#menu ul li a {
  color: #f7f7f7;

  font-size: 14px;
  padding: 2px 8px;
}

#menu ul a:hover {
    color: #cccccc;
    text-decoration: none;
}

#menu .selected a {
    color: #cccccc;
}

#menu ul li.category a.category_name.selected {
  color: #cccccc;
  text-decoration: none;
  background: #555555;

  

}


#menu ul li.social_icon {
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  color: #06393c;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  top: 0;
  margin: 3px;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

#menu ul li.social_icon:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

#menu ul li.social_icon a {
  height: 20px;
  width: 20px;
  display: inline-block;
  padding: 0px;
  position: absolute; top: -1px; left: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

#menu ul.category_pages {
  text-align: center;
  display:none;
}


  #menu ul li.social_icon { background: #fff; }



/* Page Name & Counter */
#menu .page_name_container {
  text-align: center;
  font-size: 14px;
}

#menu .page_name_container #slide_counter {
  margin-left: 10px;
}






/* ----------------------------- Menu Top ----------------------------- */
#menu.nav_top_wrap  {
  top: 0px;
  position: fixed;

  
}


#menu.nav_top_wrap #logo img { margin-top: 10px;}
#menu.nav_top_wrap ul {
  border-bottom: 1px solid #333333;
}


#menu.nav_top_wrap .page_name_container {
  padding: 0px 0 8px;
}


/* Additional Page Elements */
body.nav_top #content {
  padding-top: 150px;
}



/* ----------------------------- Menu Bottom ----------------------------- */

#menu.nav_bottom_wrap  {
  bottom: 0px;
  position: fixed;

  
}

#menu.nav_bottom_wrap ul {
  border-top: 1px solid #333333;
}


#menu.nav_bottom_wrap .page_name_container {
  padding: 8px 0 0;
}


/* Additional Page Elements */
body.nav_bottom #content {
  padding-top: 50px;
  padding-bottom: 200px;
}
body.nav_bottom #info {
  top: 20px;
  bottom: auto;
  right: 20px;
  left: auto;
}
body.nav_bottom #supersized .video .wrap {
  margin-top: -105px;
}

/* Social share functionality */
#share_4ormat_link {
  position: relative;
  background: #ffffff;
  color: #000000;
  line-height: 1.5;
  padding: 1px 10px;
  position: fixed;
  bottom: 5px; left: 5px;

  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;

  opacity: 0.6;
  z-index: 999999;

  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
}
#share_4ormat_link:hover,
#share_4ormat_link:focus {
  text-decoration: none;
  opacity: 1;
}
