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

/* Font Import */

/*
   Font Import
*/

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

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

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

/* General */

body {
  line-height: 1;
  font-size: 15px;
  background: #ffffff;
  color: #494949;
	font-family: Helvetica, Arial;

}

html {
  overflow-x: hidden;
}
html, body {
  
  height: 100%;
  
}

h1 				{
  font-family: CrimsonRoman;
  color: #252525;
  font-size: 32px;
  line-height:1.25em;

}
h2				{
  font-family: CrimsonRoman;
  color: #252525;
  font-size: 19px;
  line-height: 1.25em;

}
a 				{
  outline: none;
  text-decoration: none;
  color: #E80000;
}
p { margin: 0; }

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


.clear 		{
  clear:both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}
body {
  
}
#wrapper 	{
 
  
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -42px;
  
}

#wrapper>header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #e5e5e5;
  
  -webkit-box-shadow: 0 0 6px 0 #C4C4C4;
  -moz-box-shadow: 0 0 6px 0 #C4C4C4;
  box-shadow: 0 0 6px 0 #C4C4C4;
  
  background: #ffffff;
  padding: 20px 0 30px;
}
#wrapper > header .header-inner {
  width: 860px;
  margin: 0 auto;
  position: relative;
  min-height: 90px;
  display: block;
}
#wrapper > header h1 {
  
  max-width: 286px;
  float: left;
  padding-right: 30px;
  padding-bottom: 20px;
  
  
}
#wrapper>header .logo {
	display: block;
  
	margin-top: 15px;
  
}

#wrapper>header .logo.text {
  font-family: "Bennet Banner Bold", serif;
	color: #252525;
  font-size: 28px;
}
#wrapper > header .logo img {
  max-width: 286px;
  max-height: 160px;
}
.nav_top {
  
  float: right;
  width: 488px;
  
}

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


/* Menu */
#menu .menu_list {
  
  text-align: left;
  
  padding: 15px 0 0;
  
  float: right;
  
}

#menu .menu_list ul, #menu .menu_list{
  list-style-type:none;
  letter-spacing: -3px;
}

#menu .menu_list li {
  letter-spacing: 0;
}

#menu .menu_list li.item, #menu .menu_list li.category {
  background: #ffffff;
}

#menu .menu_list .dropdown li.item a {
  *float: left;
  *width: 100%;
}

#menu .menu_list li.item:hover {
  background: #ffffff;
}

#menu .menu_list li.top_level {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  
  margin: 0 0 0 15px;
  width: 130px;
  padding: 5px 0;
  padding-right: 15px;
  border-top: 1px solid #efefef;
  
  *display:inline;
  position: relative;
  font-size: 18px;
}
#menu .menu_list li.top_level:last-child, #menu .menu_list li.top_level.last {
  
}
#menu .menu_list li.top_level.category {
  
}

#menu .menu_list li.top_level.selected > a{
  color: #f02706;
}

#menu .menu_list li.arrow {
  position: relative;
  height: 14px;
}

#menu .menu_list li.arrow span{
  display: block;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;

  border-bottom: 14px solid #f02706;
  position: absolute;
  
  left: 132px;
  *left: 116px;
  
  margin-left: -14px;
}
#menu .menu_list .dropdown {
  float: none;
  z-index: 101;
  position: absolute;
  
  width: 180px;
  *left: 0;
  
  height: 0;
  overflow: hidden;

  *top: 20px;

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

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

#menu .menu_list .category span.category-arrow {
  background-image: url(https://bucket1.format-assets.com/theme_versions/10469405/assets/images/color-arrows.png);
  
  background-position: 100% -29px;
  
  background-repeat: no-repeat;

  display: block;
  position: absolute;
  right: 8px;
  
  height: 6px;
  width: 10px;
  top: 50%;
  margin-top: -3px;
  *top: 13px;
  *margin-top: 0;
}

#menu .menu_list .dropdown .selected a {
  color: #ffffff;
}
#menu .menu_list {
  font-size: 18px;
}
#menu .menu_list a {
  font-family: CrimsonRoman;
  font-size: 18px;
  color: #424242;
  line-height: 1.5em;
  vertical-align: middle;
}



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

  font-size: 18px;
  line-height: 1em;
  padding: 0.4em 1.3em 0.6em 0.8em;
  text-decoration: none;
  display: block;

  font-family: CrimsonRoman;
  background-color: #f02706;
  color: #ffffff;

  text-align: left;
}

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

#menu .menu_list .dropdown li.selected a {
  background: #c11b00;
}

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

/* SOCIAL STUFF ------- ------- ------- ------- ------- ------- */
.social {
  list-style:none;
  float: right;
}
 header .social {
  position: absolute;
  
  left: 0;
  bottom: 0;
  
}
.social li {
  float:left;
	line-height: 1;
  display: inline-block;
  position: relative;
  width: 20px; height: 20px;
  margin: 0 3px;
  font-size: 14px;
  
  color: #e80000;
  
}

.social li a {
	display: block;
	height: 14px;
  width: 22px;
  position: absolute; top: -1px; left: 0;
}

.social li.social_icon a {
  filter: alpha(opacity=0);
  opacity: 0;
}

.social_icon { position: relative; top: 2px; }

/* Share button */
.social li#share_button {
  width: auto;
}
.social li#share_button a {
  background: transparent;
  
  color: #e80000;
  
  width: auto;
  font-size: 10px;
  font-family: Helvetica, Arial, sans-serif;
  height: 11px;
  margin: 4px 0 0 8px;
  text-transform: lowercase;
}

/* General */

/* Video dimensions */
body.gallery .asset .video .youtube_cont, body.gallery .asset .video .vimeo_cont {
  width: 860px;
  height: 580px;
}
/* end */

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

body.gallery .asset .txt {
  text-align: left;
  width: 860px;
  margin: 0 auto;
}
body.gallery .asset .txt .txt_inner {
  padding-right: 20px;
}

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

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

#wrapper #page_content {
	overflow: hidden;
	position: relative;
  clear: both;
  margin-bottom: 40px;
}
body.listing #wrapper #page_content,
body.gallery #wrapper #page_content {
  margin: 0 auto;
  width: 860px;
}

body.listing #wrapper #page_content { margin-top: 40px; }

._4ORMAT_content_wrapper { margin: 0 auto; }

body.basic a,
#wrapper #page_content a {
  
}

body.basic a:hover,
#wrapper #page_content a:hover {
  
    text-decoration: underline;
  
}
.simple #wrapper #page_content,
.listing #wrapper #page_content {
  margin-top: 40px;
}

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

#assets {
  position: relative;
}
#assets.no_title {
  margin-top: 100px;
}
body.gallery .assets_container {
    background: #ffffff;
}
body.gallery .assets_container, body.gallery .slides_control {
  
  height: 580px !important;
  
  text-align: center;
  list-style-type: none;
  overflow: hidden;
}

body.gallery .flex-viewport {
  width: 860px;
}
body.gallery .assets_container .asset {
  width: 860px;
}
body.gallery .assets_container .asset div.image {
  
  line-height: 580px;
  
}

body.gallery .assets_container .asset .caption {
  display: none;
}
body.gallery .assets_container .asset div.video,
body.gallery .assets_container .asset div.image {
  display: block;
  max-width: 860px;
  margin: 0 auto;
}
body.gallery .assets_container .asset div.txt,
body.gallery .assets_container .asset div.video {
  *float:left;
}
body.gallery .assets_container .asset div.video {
  width: 860px;
  height: 580px;
}

body.gallery .assets_container .asset div.image img {
  max-width: 860px;
}
body.gallery .assets_container div.image img {
 display:block;
 margin: 0 auto;
 
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  
 
 max-height: 580px;
 
 cursor: pointer;
}
body.gallery .assets_container div.image img.loading {
  
    height: auto;
    max-height: 580px;
  
  width: auto;
}

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

body.gallery #title {
  width: 680px;
  margin: 40px 0;
}
body.gallery #title img {
  max-width: 680px;
}
body.gallery #title .txt.title_txt {
  display: block;
  width: 680px;
}
body.gallery #slide-assets {
  position: relative;
  clear: both;
}
body.gallery .control-container {
  position: absolute;
  right: 0;
  top: -77px;
  height: 50px;
}
body.gallery .control-container span {
  line-height: 53px;
  padding: 0 7px;
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-family: CrimsonRoman;
  color: #cccccc;
}
body.gallery .control-container .prev, body.gallery .control-container .next {
  text-decoration: none !important;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /*float: left;*/
  line-height: 53px;
}

body.gallery .flex-control-paging {
  z-index: 10;
  padding:0;
  max-width: 230px;
  position: relative;
  margin-top: 20px;
  float: left;
}

body.gallery .flex-control-paging li {
  float:left;
  margin: 0px 7px 7px 0;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 8px;
  height: 8px;

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

body.gallery .flex-control-paging li a {
  display: block;
  text-indent: -9999%;
  width: 100%;
  height: 100%;
  cursor: pointer;
  _noFocusLine: expression(this.hideFocus=true);
}

body.gallery .flex-control-paging li  {
  background: #afafaf;
}

body.gallery .flex-control-paging li.current {
  background: #f02706;
}
body.gallery .flex-control-paging li:hover{
  background: #5d5d5d;
}

body.gallery .control-container a {
  font-size: 15px;
  font-family: CrimsonRoman;
}

body.gallery .control-container a:hover {
  color: #F0634C
}

body.gallery .control-container .prev, body.gallery .control-container .next {
  color: #f02706;
  text-transform: uppercase;
}

body.gallery #copy_container {
  width: 601px;
  float: right;
  opacity: 0;
  filter: alpha(opacity=0);
}
body.gallery #copy_container .top_bar {
  height: 21px;
  
  background: url(https://bucket1.format-assets.com/theme_versions/10469405/assets/images/pattern-grey.png) repeat;
  
  background-position: 1px 0;
}
body.gallery #copy_container .content {
  padding-top: 18px;
  line-height: 1.5em;
  color: #494949;
  font-size: 13px;
  font-family: Helvetica, Arial;
}

body.gallery #copy_container .content h1, body.gallery #copy_container .content h2{
  color: #ff2400;
  padding: 10px 0;
  line-height: 1em;
}
/* Listing Page */

body.listing #page_content .listing_image,
body.listing #page_content .listing_image a {
  color: #494949;
  font-family: CrimsonRoman;
  font-size: 14px;
  text-decoration: none !important;
  line-height: 1.5em;
}
body.listing #page_content .assets {
  width: 860px;
}
body.listing #page_content .asset {
  float: left;
  margin: 0 20px 16px 0;
  width: 200px;
}
body.listing #page_content .asset.edge {
  margin-right: 0;
}

body.listing #page_content .asset a, body.listing #page_content .asset img {
  display: block;
}

body.listing #page_content .listing_image .copy {
  width: 200px;
  text-align: center;
  padding-top: 5px;
}
body.listing #page_content .title_element .img, body.listing #page_content .title_element .copy {
  margin-bottom: 20px;
 }
body.listing #page_content .title_element .copy.image {
  margin: 20px 0;
}
body.listing #page_content .title_element {
  width: 860px;
}
body.listing #page_content .title_element img {
  max-width: 860px;
  display: block;
}

/* Image title with text */

body.gallery .asset .txt.title_txt {
  display: none;
}

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

footer {
  position: relative;
  background: #ffffff;
  
  font-size: 11px;
  clear: both;
  border-top: 1px solid #dedede;
}

footer .inner {
  width: 860px;
  margin: 0 auto;
  padding: 20px 0;
}

footer p {
  max-width: 700px;
  float: left;
  font-size: 13px;
  color: #515151;
  font-family: CrimsonRoman;
}

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

/* Blog styling */

.f_blog_body_typography,
.f_blog_body_typography:hover {
    color: #222222!important;
    font-family: Georgia, serif!important;
    font-size: 18px!important;
    line-height: 1.65!important;
}
.f_blog_body_typography > p { line-height: 1.65!important; }

.f_blog_body_typography_color,
.f_blog_body_typography_color:hover,
.blog_date_icon_path { fill: #222222!important; }

.f_blog_title_typography,
.f_blog_title_typography:hover {
  color: #222222!important;
  font-family: PTSansRegular!important;;
  font-size: 36px!important;
  font-style: normal!important;
  font-weight: bold!important;
}
.f_blog_title_typography_hover:hover {
  color: #222222!important;
  text-decoration: underline!important;
}

/* Hack to make listing hovers work nicely */
.f_blog_list a:hover h4 {
  color: #222222!important;
  text-decoration: underline!important;
}

.fancybox-title .child, /* apply to fancybox for popup image captions */
.f_blog_caption_typography {
  font-family: Georgia, serif!important;;
  font-size: 14px!important;
}
.f_blog_caption_typography_font-size { font-size: 14px!important; }


