/* RESET CSS */

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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

/* Required to Render UL and OL elements correclty */
ol {   list-style: decimal inside none; }
ul {   list-style: disc inside none; }


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

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

}

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

}

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

}

/*
   Global 
*/

body {
  background: #030303;
  text-rendering: optimizeLegibility;
}

::-moz-selection{ background: #51B848; color:#fff; text-shadow: none; }
::selection { background:#51B848; color:#fff; text-shadow: none; }


body.basic a {
  color: #524df7;
}

body.basic {
  font-family: Helvetica Neue, Arial;
  font-size: 12px;
  color: #fcf9f9;
}
body.basic h1, body.basic h2 {
  font-family: ColaborateThinRegular;
  color: #fcf7f7;
}
body.basic h1 {
  font-size: 24px;
}
body.basic h2 {
  font-size: 18px;
}

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

#menu {
  position:fixed;
  top:0;
  width:100%;
  z-index:999;
}

  

#menu .container {
  min-height: 55px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20,20,20,1)), to(rgba(30,30,30,0.90))); 
  background-image: -webkit-linear-gradient(top, rgba(20,20,20,1), rgba(30,30,30,0.90)); 
  background-image:    -moz-linear-gradient(top, rgba(20,20,20,1), rgba(30,30,30,0.90)); 
  background-image:     -ms-linear-gradient(top, rgba(20,20,20,1), rgba(30,30,30,0.90)); 
  background-image:      -o-linear-gradient(top, rgba(20,20,20,1), rgba(30,30,30,0.90)); 
  background-image:         linear-gradient(top, rgba(20,20,20,1), rgba(30,30,30,0.90));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#141414', EndColorStr='#1e1e1e');
  padding: 20px 0 0 20px;
}



#menu #logo {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  padding:5px 0;
	*float:left;
}

#menu #logo a {
	display:block;
}

#menu #logo img {
	max-height:40px;
	margin-top:-8px;
}

#menu #logo p.pre-text {
  color: #666666;
  display: block;
  clear: both;
  margin-top: .5em;
}

#menu .menu_list {
  display: inline-block;
	width:60%;
	
  list-style: none;
  
  
}
#menu ul {   list-style: none;}

#menu #logo h1 {
  font-family: ColaborateThinRegular;  
  font-weight: normal;
  font-size: 18px;
}

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

#menu p, #menu li {
  font-size: 12px;
  color: #faf7f7;
}

#menu p, #menu li {
  font-family: Helvetica Neue, Arial;
  float:left;
}

#menu li a {
  color: #eeeeee;
  text-decoration:none;
	font-weight:bold;
  display: block;
  padding: 10px 15px;
}

#menu li a:hover {
  color:#91d4e5;
}

#menu li.category {
  -webkit-transition: background 0.5s ease-out;  
  -moz-transition: background 0.5s ease-out;  
  -ms-transition: background 0.5s ease-out;  
  -o-transition: background 0.5s ease-out;  
  transition: background 0.5s ease-out;
}

#menu li.category.horizontal-menu-cat {
  position:static;
}

#menu li.category span {
  font-weight:bold;
  display:block;
  padding: 10px 15px;
}



#menu li.category ul.vertical-menu {
	position:absolute;
  background-color:#000;
  background:rgba(0,0,0,0.8);
  border-left: 1px solid #555555;
  margin-left:-1px;
  z-index:9999;
}

#menu li.category ul.vertical-menu li {
	clear:both;
}

#menu li.category ul.horizontal-menu {
  position:absolute;
  width:100%;
  display:none;
  left:0;
  background-color:#000;
  background:rgba(0,0,0,0.8);
  z-index:9999;
}

#menu li.category:hover {
  border-left: 1px solid #555555;
  background-color:#000;
  background:rgba(0,0,0,0.8);
  margin-left:-1px;
  color:#91d4e5;
}

#menu li.category ul.horizontal-menu li a {
  border-right:1px solid #333;
}




#menu li.category ul.horizontal-menu li {
  float:left;
}

#menu li.category ul li a {
  padding:10px 15px;
  -webkit-transition: padding 0.1s ease-out;  
  -moz-transition: padding 0.1s ease-out;  
  -ms-transition: padding 0.1s ease-out;  
  -o-transition: padding 0.1s ease-out;  
  transition: padding 0.1s ease-out;  
}

#menu li.category ul li a:hover {
  padding-left:18px;
}

#menu li.category ul li.selected a {
  padding-left:17px;
  margin-left:-1px;
}

#menu li.category ul li.selected a:hover {
  text-indent:0;
}

#menu li.selected a { 
  border-left: 3px solid #858181;
  color: #ffffff;
}


/*  
------------------------------------------------------------------
Global Content
------------------------------------------------------------------
*/

#content a {
  color: #524df7;
}

#content p {
  line-height:1.5em;
}

#content li {
  margin-bottom:1em;
}

#content {
  font-family: Helvetica Neue, Arial;
  font-size: 12px;
  color: #fcf9f9;
  margin-top: 75px;
}
#content h1, #content h2 {
  font-family: ColaborateThinRegular;
  color: #fcf7f7;
}
#content h1 {
  font-size: 24px;
  margin-bottom:1em;
}
#content h2 {
  font-size: 18px;
}

#content table {
	margin:1em 0;
}

#content table td {
	padding:10px;
}

#content table th {
	font-weight:bold;
}

#content .title_element {
  position:fixed;
  z-index:9999;
  top:50px;
  right:20px;
  width:280px;
	min-height:40px;
  color: #FFFFFF;
}

#content .title_element img {
	max-width:100%;
	height:auto;
}

#content .title_element .container {
  padding:20px;
  background:#67a0b3;
  opacity:.9;
}

#content .title_element #navigation {
  background:#67a0b3;
  margin-top:15px;
  opacity:.9;
  width:280px;
  height:35px;
  position:absolute;
  cursor:pointer;
  -webkit-transition: background 0.3s ease-out;  
  -moz-transition: background 0.3s ease-out;  
  -ms-transition: background 0.3s ease-out;  
  -o-transition: background 0.3s ease-out;  
  transition: background 0.3s ease-out;
}

#content .title_element #navigation:active{
  opacity:1;
}

#content .title_element #navigation:hover {
  background:#91b9c4;
}

#content .title_element #close {
  position:absolute;
  width:20px;
  height:20px;
  background:url('https://bucket1.format-assets.com/theme_versions/10469389/assets/images/ui_close.png') no-repeat center;
  text-indent:-9999px;
  top:10px;
  right:10px;
  z-index:999;
  cursor:pointer;
}

#content .title_element #close.open {
  background:url('https://bucket1.format-assets.com/theme_versions/10469389/assets/images/ui_open.png') no-repeat center;
}

#content .title_element #navigation div {
  display:inline-block;
  width:49%;
  height:35px;
  text-align:center;
  text-indent:-9999px;
  position:relative;
  -webkit-transition: width 0.5s ease-out;  
  -moz-transition: width 0.5s ease-out;  
  -ms-transition: width 0.5s ease-out;  
  -o-transition: width 0.5s ease-out;  
  transition: width 0.5s ease-out;
}

#content .title_element #navigation #next {
  background:url('https://bucket1.format-assets.com/theme_versions/10469389/assets/images/ui_down.png') no-repeat center rgba(255,255,255,0.2);
  background-image:url('https://bucket1.format-assets.com/theme_versions/10469389/assets/images/ui_down.png');
  background-position: center center;
  background-repeat: no-repeat;
  position:absolute;
  top:0;
  right:0;
  width:100%;
}

#content .title_element #navigation #next.compress {
  width:49%;
}

#content .title_element #navigation #prev {
  background:url('https://bucket1.format-assets.com/theme_versions/10469389/assets/images/ui_up.png') no-repeat center;
}

#content .title_element h1  {
  color: #FFFFFF;
  font-size: 24px;
  margin-bottom:0;
  letter-spacing:1px;
}

#content .title_element h2 {
	color: #FFFFFF;
}

#content .title_element p  {
  color: #FFFFFF;
  line-height: 20px;
  font-size: 12px;
}

#content .title_element li {
	margin-bottom:1em;
	margin-left:1em;
}

#footer-text {
  font-family: Helvetica Neue, Arial;
  font-size:12px;
  opacity:.25;
  padding:20px;
}

#footer-text:hover {
  opacity:.75;
}

/* Social */

#social {
  position: absolute;
  top: 10px;
  right: 20px;
}
#social ul { list-style-type:none; }
#social .social_icon { margin-right: 10px; padding: 0px;}

#social .social_icon a {
  height: 20px;
  width: 20px;
  display: inline-block;
  *display: block;
  text-indent: -9999px;
  opacity: 0.3;
  padding: 0;
  border: none;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  
}
#social .social_icon a:hover {
  opacity: 1;
}



#social .icon_twitter a {
    background:transparent url(https://bucket1.format-assets.com/theme_versions/10469389/assets/images/socialicons.png) no-repeat scroll  -40px 0px;

}
#social .icon_linkedin a {
  background:transparent url(https://bucket1.format-assets.com/theme_versions/10469389/assets/images/socialicons.png) no-repeat scroll 0px 0px;
}

#social .icon_facebook a {
  background:transparent url(https://bucket1.format-assets.com/theme_versions/10469389/assets/images/socialicons.png) no-repeat scroll -80px 0px;
}



/* Share button */
#social #share_button.social_icon {
  border-left: 1px solid #ffffff;
  padding-left: 12px;
  margin-left: 3px;
}

#social #share_button.social_icon a {
  background: #ffffff;
  color: #000000;

  opacity: 0.3;

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

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

  width: auto;
  height: 11px;

  margin: 1px 2px 1px 0;
  padding: 4px 8px;
  
  line-height: 1em;
  letter-spacing: 0.04em;
  font-family: arial;
  font-size: 11px;
  text-indent: 0;
  text-decoration: none;

}
  #social #share_button.social_icon a:hover,
  #social #share_button.social_icon a:focus { 
    opacity: 1;
  }


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

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


#content #asset_title a {
  color: #FFFFFF;
}

body.gallery #content .assets .copy .container {
 position:absolute;
 width:240px;
 bottom:40px;
 line-height:20px;
 padding:20px;
 right:0;
 color: #FFFFFF;
 background-color:#000;
 background:rgba(0,0,0,0.8);
}

body.gallery #content .assets.full-width .copy .container {
 bottom:20%;
 right:50px;
}


body.gallery #content .assets .copy .container h1 {
  color: #FFFFFF;
}

body.gallery #content .assets .copy h1 {
  margin-bottom:1em;
}

body.gallery #content .assets .asset.video .copy {
  margin-top:1em;
}

body.gallery #content .assets .copy .copy-extend {
  width:30px;
  height:30px;
  position:absolute;
  right:-30px;
  background:url('https://bucket1.format-assets.com/theme_versions/10469389/assets/images/ui_info.png') no-repeat center #ff8080;
  bottom:40px;
  text-indent:-9999px;
}

body.gallery #content .assets.full-width .copy .copy-extend {
	bottom:20%;
	right:20px;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.6); 
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.6); 
	box-shadow: 0px 0px 4px rgba(0,0,0,0.6); 
}

body.gallery #content .assets .copy .copy-extend:hover{
  background-color: #777777;
}

body.gallery #content .assets .copy .copy-extend.close {
  background-image:url('https://bucket1.format-assets.com/theme_versions/10469389/assets/images/ui_close.png');
}

body.gallery #content .assets .asset {
  position:relative;
  width:900px;
  line-height:0;
}

body.gallery #content .assets.full-width .asset {
  width:auto;
}



body.gallery #content .assets .asset.txt {
  line-height:20px;
  width:820px;
  padding:40px;
}



body.gallery #content .assets .asset.txt h1 {
  margin-bottom:1em;
}

.bgwidth { width: 100%; }

.img img { min-height: 100px; }


/*
   Video (YouTube, Vimeo)
*/
.asset.video {margin: 20px 0;}



.asset.video .copy {line-height:20px;width:700px;padding-left:40px;margin-bottom:20px;}
.asset.video .youtube_cont { width: 700px;  height: 438px; padding-left:40px;}
.asset.video .vimeo_cont { width: 700px;  height: 411px; padding-left:40px; }



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

body.listing #content .listing_image {
  position:relative;
}

body.listing #content .listing_image .copy a {
  color: #FFFFFF;
  text-decoration:none;
  display:block;
  height:100%;
  width:100%;
}


body.listing #content .listing_image .copy {
  display:none;
  position:absolute;
  color: #fcf9f9;
  height: 260px;
  width: 260px;
	background-color: #000;
  background: rgba(0,0,0,0.5);
  top:0;
  padding:20px;
  font-family: ColaborateThinRegular;
  font-size: 28px;
}




body.listing #content .listing_image .copy p {
  line-height:1.10em;
}

body.listing #content .asset {
  float:left;
  line-height:0;
  margin:0 1px 1px 0;
}

/*  ----------------------------  Simple Page ---------------------------- */

.simple #content {
  padding:40px 0 0 20px;
}