@import url("https://bucket0.format-assets.com/theme_versions/186675/assets/stylesheets/reset.css");

/* Font Import */

/*
   Font Import 
*/

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


@font-face {
  font-family: 'Quicksand_Bold';
  src: url("/fonts/Quicksand/Quicksand_Bold-webfont.eot");
  src: url("/fonts/Quicksand/Quicksand_Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Quicksand/Quicksand_Bold-webfont.woff") format("woff"), url("/fonts/Quicksand/Quicksand_Bold-webfont.ttf") format("truetype"), url("/fonts/Quicksand/Quicksand_Bold-webfont.svg#Quicksand") 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;

}
@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;

}

/* General */

body {
  line-height: 1;
  font-size: 12px;
  background: #ffffff;
  color: #333333;
	font-family: Tahoma, Geneva;

}

h1 				{   
  font-family: Quicksand_Book;
  color: #222222;
  font-size: 32px; 
  line-height:1.25em;
  
}
h2				{ 
  font-family: Quicksand_Book;  
  color: #222222;  
  font-size: 19px; 
  line-height: 1.25em; 
  
}
a 				{ 
  outline: none; 
  text-decoration: none; 
  color: #cc00c5; 
}
p { margin: 0; }

p, ul li, ol li {  line-height: 1.5em; }
em {  font-style:italic; }
strong {  font-weight:bold; }


.clear 		{ clear:both; }
body.gallery #wrapper,
body.listing #wrapper,
._4ORMAT_content_wrapper { margin: 0 auto; }

#wrapper>header { position: relative; z-index: 10; }
#wrapper>header .logo {
	text-align: center;
	display: block;
	font-size: 29px;	
	color: #222222;
	margin-top: 0.8em;
	margin-bottom: 0.5em;	
}

#wrapper>header .logo.text {
  padding: 5px 0;
  font-family: Quicksand_Book;
	color: #000000;

}
#wrapper>header .logo img {
  max-height: 100px;
}
.nav_top { 

  margin: 0 auto;
  max-width: 980px;

    ;
  }

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


/* Menu */
#menu {
  text-align: center;
  padding: 0.8em 10px;
}

#menu ul { list-style-type:none;}
#menu li.top_level {
  display: inline-block;
  padding:0 2px 0 2px;
  vertical-align: top;
  zoom: 1;
  margin: 2px 0.6em 2px;
  *display:inline;
  position: relative;
}

#menu .dropdown {
  float: none;
  z-index: 100;
  position: absolute;
  width: 180px;
  height: 0;
  overflow: hidden;

  *left: 0; 
  *top: 20px;

  -webkit-transition: height 700ms;
  -moz-transition: height 700ms;
}

#menu .category:hover .dropdown, 
#menu .category:focus .dropdown {
  -webkit-transition: height 940ms;
  -moz-transition: height 940ms;
}

#menu li.selected a {
  color: #52034f;
}

#menu a {
  font-family: Quicksand_Bold;
  font-size: 13px;
  color: #cc00c5;
  line-height: 1.5em;
}

#menu .dropdown a {
  -webkit-transition: background-color 940ms;
  -moz-transition: background-color 940ms;
  -webkit-font-smoothing: antialiased;

  font-size: 13px;
  line-height: 1em;
  padding: 0.75em 1.35em;  
  text-decoration: none;
  display: block;
  
  font-family: Quicksand_Bold;
  background-color: #222222;
  color: #ffffff;
  
  text-align: left;
}

#menu .dropdown a:hover {
  color: #ffffff;  
  background:  #ffffff;
}

#menu a:hover, 
#menu a:focus {
  text-decoration: none;
  color: #870283;
  -webkit-transition: all 0ms;
  -moz-transition: all 0ms;
}

/* SOCIAL STUFF ------- ------- ------- ------- ------- ------- */
#wrapper>footer   {
  position: relative;
  max-width: 980px;
}
#wrapper>footer  .social {
  top: -6px;
  right: 0;
  position: absolute;
  list-style:none;
}

#wrapper>footer  .social li {
  float:left;
	text-indent: -9999px;
	margin-left: 6px;
	line-height: 1;
	-webkit-transition: opacity .8s; 
	-moz-transition: opacity .8s;
	
}

#wrapper>footer  .social li a {
	display: block;
	height: 20px; width: 20px;
	background:  url('https://bucket0.format-assets.com/theme_versions/186675/assets/images/socialicons.png');
	opacity: .8;
	-webkit-transition: opacity .5s; 
	-moz-transition: opacity .5s;
}
#wrapper>footer  .social li a:hover { opacity: 1; }

#wrapper>footer  .social.Black li a 			{background: url('https://bucket0.format-assets.com/theme_versions/186675/assets/images/socialicons_dark.png'); }
#wrapper>footer  .social li.linkedin a		{ background-position: 0 0; }
#wrapper>footer  .social li.skype a			{ background-position: -20px 0; }
#wrapper>footer  .social li.twitter a		{	background-position: -40px 0; }
#wrapper>footer  .social li.vimeo a			{ background-position: -60px 0; }
#wrapper>footer  .social li.facebook a		{ background-position: -80px 0; }
#wrapper>footer  .social li.googleplus a	{	background-position: -100px 0; }

/* Share button */
#wrapper>footer .social li#share_button {
  border-right: 1px solid #eeeeee;
  padding-right: 7px;
  margin-right: 1px;
}
#wrapper>footer .social li#share_button a {
  background: none;
  background-color: #000000;
  color: #ffffff;
  text-indent: 0;
  width: auto;
  height: 11px;

  margin: 1px 2px 1px 0;
  padding: 4px 8px;

  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.04em;

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


  font-family: arial;
  font-size: 11px;
  text-decoration: none;

}

/* General */

/* Video dimensions */
body.gallery .asset .video .youtube_cont { width: 720px;  height: 421px; margin: 0 auto;  }
body.gallery .asset .video .vimeo_cont {  width: 720px;  height: 421px; margin: 0 auto;  }

body.gallery div { outline:none!important; }

.asset .txt { 
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  margin-top:   30px;
}
.asset .txt .txt_inner {
  padding-right: 20px;
}

#title .content .copy { 
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 100px;
}
#title .content .hide { text-align: center;}
#title .arrow {
  position: absolute;
  right: 12px;
  top: 5px;
  z-index: 9999;
}

#title .arrow a {
  text-decoration: none;
  color: #666;
}

.gallery #wrapper,
.listing #wrapper { width: 980px; }

#wrapper #page_content {
	overflow: hidden;
  margin: 0 auto;
	position: relative;
	display: block;
}
.simple #wrapper #page_content,
.listing #wrapper #page_content {
  margin-top: 30px;
}
.simple #wrapper #page_content { padding-left: 10px;}
#wrapper #page_content.listing .copy	{   margin-bottom: 30px; }
#wrapper #page_content.listing .gallery ul	{ list-style-type:none;}
#wrapper #page_content.listing.Square .gallery	ul .image			{
  float: left;
  width: 245px; 
  height: 245px;
  margin: 0;
  position: relative;
  overflow:hidden;
}


#wrapper #page_content.listing.Square .gallery	ul .image	img	{ width: 100%; height: 100%;}
#wrapper #page_content.listing .gallery	ul .image				{
  float: left;
  width: 200px; 
  height: 135px;
  margin: 0 22px 38px;
  position: relative;
}

#wrapper #page_content.listing.Square .gallery ul .image span.bg_hover	{ 
  width: 245px; 
  height: 245px;
  
}

#wrapper #page_content.listing .gallery ul .image span.bg_hover	{ 
  opacity: 0; 
  filter: alpha(opacity=0);
  background: #ffffff; 
  color: #ffffff;
  display: block; 
  -webkit-transition: opacity .5s; 
  -moz-transition: opacity .5s; 
  font-size: 12px; 
  text-align: center; 
  position: absolute; 
  top: 0; 
  width: 200px; 
  height: 135px;
  left: 0;
  cursor:pointer;
  }
  #wrapper #page_content.listing .gallery ul .image span.bg_hover span {
    position: absolute;
    top: 40%;
    left: 0;
    padding: 0 20px;
    margin: 0;
    text-align: center;
    line-height: 1.2em;
    width: 160px;
    filter: alpha(opacity=0);
    }
  #wrapper #page_content.listing.Square .gallery ul .image span.bg_hover span {
    width: 205px;
  }    
  
#wrapper #page_content.listing .gallery ul .image:hover span.bg_hover span { 
    filter: alpha(opacity=100);
}
#wrapper #page_content.listing .gallery ul .image:hover span.bg_hover { 
  opacity: .8; 
  filter: alpha(opacity=80);
}


.assets_container {
  background: #ffffff;
  padding: 25px 0 23px;
  height: 530px;
  margin-bottom: 2px;
  text-align: center;
}



.assets_container .asset.no_caption  div.video ,
.assets_container .asset.no_caption  div.image {
  height: 528px;
  display: block;
  display: table-cell;
  vertical-align: middle;
  width: 980px;
}

.assets_container .asset.has_caption  div.video {
  height: 528px;
  display: block;
  display: table-cell;
  vertical-align: middle;
  width: 980px;
}
.assets_container .asset  div.image { 
  height: 505px;
  width: 980px;  
  vertical-align : middle;
  display:table-cell;
  }
.assets_container .asset.no_caption div.image img { 
  max-height:528px;
  max-width: 930px;
}
.assets_container div.image img { 
 display:block;
 margin: 0 auto;
 max-height: 100%;
 max-width: 100%;
 min-height: 1px;
 min-width: 1px;
}

.asset.has_caption .image img,
.asset.has_caption .image {
  max-height: 502px;
}

.asset .jspDrag { background: #bbbbbb; width: 5px; }
.assets_container div.txt {  display: block; }

/* Gallery Thumbs List */
.pagination {
  overflow: auto;
  width: 100%;
  height: 78px;
  padding-top: 3px;
}


.pagination ul.thumb_container { 
  list-style-type:none;
  margin: 0; padding: 0;
  overflow-y: hidden;
  height: 55px;
}

.pagination li 													{ float: left; margin: 0;  }
.pagination li a 												{ padding: 1px;  display: block; border: 1px solid transparent;}

  
  .pagination li.current a								{ border: 1px solid #888888; }


.pagination ul li a .thumb_wrap					{ overflow: hidden; display: block; position: relative; background: #333333;}
.pagination ul li a .thumb_wrap.copy		{ height: 50px; width: 50px; }
.pagination ul li a .thumb_wrap.copy h1 { font-size: 12px; }
.pagination li img {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
	margin: 0 auto;
	vertical-align: bottom;
	height: 50px; 
	width: auto;
}

.pagination li .thumb_wrap img {
  width:none!important;
  height: none!important;
}
.pagination li.current img { opacity: 1.0; }

.pagination .jspHorizontalBar .jspDrag {
	height: 4px;
  background: #bbbbbb;  
}

/* Gallery Arrows */
#assets a.nav {
  position: absolute;
  z-index: 999;
	text-indent: -9999px;
	height: 54px; width: 54px;
	background: url("https://bucket0.format-assets.com/theme_versions/186675/assets/images/arrows.png") no-repeat;
	opacity: 0;
	-webkit-transition: background-color .5s, opacity .5s;
	-moz-transition: background-color: .5s, opacity .5s;
	top: 245px !important;
	display: block;
	-moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
  
}

#assets:hover a.nav { 
  opacity: 1; display: block;  
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
}


  #assets a.nav.next { 
    right: 20px  !important; 
    background-position: -96px -79px; 
  }

  #assets a.nav.prev 		{ 
    left: 20px !important; 
    background-position: 0 -79px; 
  }



.asset .caption p {  padding-top: 5px;}

.asset .caption .copy {
  overflow: auto;
  text-align: center;
  height:40px;
  line-height: 1.3em;
  width:900px;
  margin: 0 auto;
  display: block;
  margin-top: 5px;  
  font-size: 11px;
  color: #777777;
}
.asset .caption .copy p {   font-size: 11px;   line-height: 1.5em;} 

.asset .caption .arrow {
  position: absolute;
  right: 12px;
  top: 20px;
  z-index: 9999;
}
.asset .caption .arrow a {
  text-decoration: none;
  color: #666;
}
.asset.image_text .image {  height: 400px!important; }

/* Listing Page */

.listing_title {
  width: 960px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.listing_title img { margin: 0 auto;  display:block; margin-bottom: 15px;}


#assets.listing .asset {  float: left; }

.asset.image_text .txt { 
  max-height: 100px;
  text-align: left;
  }
  
.asset 													{  width: 980px; padding: 0; }

.asset .txt .txt_inner					{ overflow: auto; width: 100%;     height: 520px; }

.asset .txt.title_txt .txt_inner					{ overflow: auto; width: 100%;    height: 490px; }

/* Image title with text */
.asset.title_image .txt.title_txt .txt_inner					{ overflow: auto; width: 100%;     height: 120px; }

.asset .txt.title_txt { max-height: 490px!important; margin-top: 10px!important;}

.asset .txt .txt_inner .jspDrag	{ width: 4px; background: #bbbbbb; }

#wrapper>footer { margin: 15px auto 30px;  text-align: center; font-size: 11px; clear: both; }
#wrapper>footer p { font-size: 11px;}


/* Variables */

#menu {
  border-bottom: 1px solid #eeeeee;
     border-top: 1px solid #eeeeee;
}
.assets_container {
     border-bottom: 1px solid #eeeeee;
}
  



  #menu a { text-transform: uppercase;}


/* IE7 Bug Fix */
.jspPane {
  *left:0px;
}