/* photos.toofab.com overrides for www.toofab.com shared css
*********************************************************/

.facebooklike {
  margin-left: 0;
  padding-top: 4px;
}

.actions {
  margin-top: 0;
}

.postmeta {
  margin: 0;
  z-index: 200;
  position: relative;
}

#leaderboard {
  position: static;
  padding-top: 13px;
  padding-bottom: 10px;
  margin: 0 auto;
  background: none;
}

/* general */

.nodisplay {
  display: none;
}

#tmz-footer {
  font-size: 10px;
}

#list-category-boxes {
  margin-top: 0;
}

#query-wrapper input {
  font-size: 11px;
  font-family: "Lucida Grande", Arial, sans-serif;
}

/* General
************************/

#outer-page-wrap {
  margin: 0;
  width: 100%;
}

#page-wrap {
  margin: 0 auto;
  text-align: left;
  width: 1140px;
  background: white;
}

#breadcrumbs {
  color: black;
  font-size: 11px;
  font-weight: bold;
  height: 15px;
  overflow: hidden;
  margin: 5px 0 1px;
  letter-spacing: .7px;
}

#breadcrumbs a {
  color: #336699;
}

#content {
  padding: 30px 0 30px 0;
}

.left-column {
  display: block;
  width: 810px;
  float: left;
  margin-bottom: 30px;
}

.right-column {
  display: block;
  width: 300px;
  float: right;
  margin-bottom: 30px;
}

.right-column .quigo {
  margin: 20px 0 20px 0;
}

.left-column .quigo {
  margin: 20px 0 40px 0;
}

.right-column .ad {
  width: 300px;
  margin-top: 44px;
}

.right-column .long-ad {
  width: 300px;
  margin-top: 44px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #page-wrap {
    width: 940px;
  }
  .left-column {
    width: 610px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #page-wrap {
    width: 720px;
  }
  .left-column {
    float: none;
    width: 720px;
  }
  #leaderboard {
    margin: 0 -4px;
  }
}

@media (max-width: 991px) {
  .right-column {
    float: none;
    margin: 0 auto 40px auto;
  }
  .right-column .ad,
  .right-column .long-ad {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  #page-wrap {
    width: 100%;
    padding: 0 15px;
  }
  .left-column {
    float: none;
    width: 100%;
  }
  #leaderboard {
    width: 100%;
    overflow: hidden;
  }
}

@media (max-width: 329px) {
  #page-wrap {
    padding: 0 10px;
  }
}

.module {
  margin-bottom: 5px;
}
.primary-content h2 {
  margin-top: 10px;
}

/* ipad Scroller Area Sans Scroller */

.ipad-landing {
  background: url(../images/ipad-empty.png) no-repeat;
}
.prev-t-ipad, .next-t-ipad, .prev-b-ipad, .next-b-ipad {
display: block;
height: 35px;
position: absolute;
width: 90px;
top: 5px;
}
.prev-t-ipad, .prev-b-ipad {
left: 0;
background: url(../images/ipad-prev.png) no-repeat;
}
.next-t-ipad, .next-b-ipad {
right: 5px;
background: url(../images/ipad-next.png) no-repeat;
}
.next-b-ipad, .prev-b-ipad {
top: auto;
bottom: 0;
}
.ipad-landing .interior {
  width: 290px;
  height: 575px;
  position: absolute;
  top: 35px;
  left: 10px;
  overflow: hidden;
}
.ipad-landing .list .collection {
  height: 200px;
}
#gallery_show .ipad-landing .collection li.clearfix{
  padding-bottom: 16px;
}
#gallery_index .ipad-landing .collection li.clearfix{
  padding-bottom: 0;
}
.ipad-landing .thumb img {
  width: 115px;
  height: 115px;
}
.ipad-landing #scroller-thumb {
  display: none;
}

/* Top Tabs
*******************************/
h2.collection-name {
  font-size: 23px;
  text-align: left;
  font-weight: bold;
  color: white;
  height: 40px;
  width: 598px;
  background: transparent url(../images/collection_name_bg.png) top left no-repeat;
  padding-bottom: 0;
  padding-left: 12px;
  line-height: 1.85;
  letter-spacing: 1px;
  margin-top: 0;
  overflow: hidden;
}

/* Pagination
************************/

.toofab-pagination-info {
  font-size: 12px;
  padding: 10px 10px 10px 0;
}

.pagination {
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 0;
}

.pagination .current,
.pagination a {
  padding: 3px;
}

/* Gallery
************************/
.sf_gallery {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.sf_gallery .sponsorship {
  position: absolute;
  top: 10px;
  right: 18px;
}

.sf_gallery h1.photos {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: "texgyreadventorbold", "Century Gothic", CenturyGothic, "Avant Garde", "AvantGarde LT Bold",Avantgarde,Futura,Arial,sans-serif;
  text-transform: uppercase;
}

.sf_gallery h1 .nodisplay {
  display: inline-block;
}

.sf_gallery h2 {
  display: none;
  font-size: 15px;
  margin: 5px 0;
  color: #686868;
  font-weight: normal;
}

.sf_gallery .image_wrapper {
  position: relative;
  width: 100%;
}

.sf_gallery div.image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 77.65%;
  margin: 0;
  background-color: #000;
  text-align: center;
}

.sf_gallery .image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.sf_gallery .controls {
  position: relative;
  display: table;
  width: 100%;
  background-color: #000;
}

.sf_gallery .bar {
  display: table-cell;
  height: 60px;
  padding-right: 60px;
  padding-left: 60px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.3;
  color: #fff;
}

@media (min-width: 768px) {
  .sf_gallery .bar {
    font-size: 16px;
  }
}

.sf_gallery .next,
.sf_gallery .back {
  position: absolute;
  top: 0;
  display: block;
  width: 60px;
  height: 60px;
}

.no-touch .sf_gallery .next:hover:before,
.no-touch .sf_gallery .back:hover:before {
  color: #eb0254;
}

.sf_gallery .back {
  left: 0;
  text-align: left;
}

.sf_gallery .next {
  right: 0;
  text-align: right;
}

.sf_gallery .back:before {
  width: 100%;
  height: 100%;
  padding-left: 18px;
  font-family: "fontello";
  content: "\e80b";
  color: #fff;
  font-size: 42px;
}

.sf_gallery .next:before {
  width: 100%;
  height: 100%;
  padding-right: 18px;
  font-family: "fontello";
  content: "\e80a";
  color: #fff;
  font-size: 42px;
}

.sf_gallery .metadata {
  position: relative;
}

.sf_gallery .description {
  padding-top: 13px;
  padding-bottom: 13px;
  min-height: 43px;
  margin-top: 6px;
  font-size: 12px;
  text-align: center;
}

.sf_gallery .metadata-footer {
  display: table;
  width: 100%;
  border-top: 1px solid #efefef;
}

.sf_gallery .image_count {
  display: table-cell;
  padding: 2px 3px;
  margin: 0;
  font-size: 11px;
  text-align: right;
  color: #999;
}

.sf_gallery .credit {
  display: table-cell;
  padding: 2px 1px;
  margin: 0;
  font-size: 9px;
  color: #999;
}

.sf_gallery .postmeta {
  height: 25px;
  margin-top: -13px;
  text-align: center;
  overflow: hidden;
}

.sf_gallery .interstitial_ad_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  display: none;
  z-index: 65000; /* as high as possible */
}

#interstitial_ad {
  margin: 20% auto 0 auto;
  width: 300px;
  height: 250px;
}

@media (max-width: 599px) {
  .sf_gallery .interstitial_ad_wrapper {
    height: 250px;
  }
  #interstitial_ad {
    margin: 0 auto;
  }
  .sf_gallery .postmeta {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 5px;
  }
}

/* poll overlay */

.sf_gallery .image .poll {
  position: absolute;
  z-index: 1;
  background: transparent;
}

.sf_gallery .image .poll iframe {
  width: 100% !important;
}

.sf_gallery .poll {
  width: 100%;
}

.position-n {
  top: 0;
  left: 0;
}

.position-s {
  bottom: 0;
  left: 0;
}

/* Gallery Index Page
**********************************/


/* Gallery Show Page: Comments
*****************************************************/

.comments {
  font-size: 1.2em;
  width: 579px;
  margin-left: 4px;
  padding-bottom: 15px;
}

.comments a {
  color: #4592DC;
}

.comments h2 {
  background: transparent url(../images/comments_header.png) no-repeat left bottom;
  width: 579px;
  height: 50px;
  margin-left: -14px;
}
.comments li {
  background: #e6f2ff;
  color: #3c425c;
  width: 579px;
  margin-bottom: 20px;
  margin-left: -14px;
}
.comments .body {
  line-height: 1.6em;
  padding: 20px 15px 5px 15px;
}
.comments .byline {
  color: #b7b7b7;
  padding: 10px;
}
.comment-form {
  width: 575px;
  font-size: 1.2em;
}

.comment-form h2 {
  background: transparent url(../images/comment_form_header.png) no-repeat left bottom;
  width: 334px;
  height: 22px;
}

.comment-form p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4;
  margin-top: 10px;
}
.comment-form span {
  font-weight: bold;
}
.comment-form input, .comment-form textarea {
  border: 1px solid #ccc;
  margin-top: 4px;
}
.comment-form textarea {
  width: 98%;
}
.comment-form .submit  {
  margin-top: 15px;
}

/* Utility
**********************/

.clear {
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  _zoom: 1;
  _display: block;
}

/* Sidebar
**********************/
.featured {
  background: transparent url(../images/swipes/featured.png) top left no-repeat;
  width: 117px;
  height: 17px;
  margin: 15px 0 10px 5px;
}

.sidebar-gallery-list {
  width: 300px;
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  padding: 10px 0 0 0;
}
.sidebar-gallery-list li {
  clear: both;
  margin-bottom: 17px;
  margin-left: 5px;
}
.sidebar-gallery-list .thumb {
  width: 75px;
  height: 75px;
  float: left;
}
.sidebar-gallery-list .text {
  float: left;
  margin-left: 10px;
  width: 210px;
  overflow: visible;
}
.sidebar-gallery-list .text .title {
  font-weight: bold;
  color: black;
  font-size: 1.3em;
  line-height: 1.5em;
  margin-top: -4px;
}
.sidebar-gallery-list .text .description {
  color: #666666;
  font-size: 1.1em;
  line-height: 1.6em;
}

.sidebar-gallery-list .ad {
  margin-bottom: 17px;
  margin-left: 0;
}



/* new hat hacks */

/*IE6*/
#hat{
  _padding-left: 0;
}
#hat li.leftlast a {
  _margin-right:253px;
}
#hat li.chguide a {
  _padding: 3px 10px 2px;
}


/*IE7*/
html>body ul#hat li.leftlast a {
  *border: medium none;
  *margin-right: 250px;
}
html>body ul#hat li.chguide a {
  *padding: .4em 1.17em .4em 1.16em;
}


/* Gallery Jumps */

#jumps {
  width: 810px;
  font-size: 16px;
}

@media (min-width: 1200px) {
  #jumps {
    float: left;
  }
}

#top_jumps {
  padding: 0;
  margin: 0 -15px 10px -15px;
}

#bottom_jumps {
  padding: 0;
  margin: 0 -10px 10px -10px;
}

.top_jump,
.bottom_jump {
  display: inline;
  float: left;
}

.top_jump {
  width: 33.3%;
  max-width: 284px;
  padding: 0 15px;
  margin: 0 0 30px 0;
}

.bottom_jump {
  width: 25%;
  max-width: 224px;
  padding: 0 10px;
  margin: 0 0 30px 0;
}

.top_jump .frame,
.bottom_jump .frame {
  display: block;
  width: 100%;
  padding: 7px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
}

.top_jump .frame a,
.bottom_jump .frame a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 118%;
  overflow: hidden;
}

#jumps .swipe {
  margin-bottom: 9px;
}

.top_jump .frame img,
.bottom_jump .frame img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 100%;
  margin: 0;
}

.top_jump .title,
.bottom_jump .title {
  margin: 8px 0 5px 6px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3;
}

#jumps .title a {
    color: #000;
}

#jumps .title a:hover {
    color: #eb0254;
}

.bottom_jump .title {
  font-size: .9em;
}

#jumps .description {
  font-size: .8em;
  line-height: 1.3;
  color: #535353;
  font-weight: normal;
}

.top_jump .description {
  margin: 0 8px 5px 8px;
}

.bottom_jump .description {
  margin: 0 6px 5px 6px;
}

.top_jump .see-the-photos,
.bottom_jump .see-the-photos {
  display: inline-block;
  padding: 5px 14px;
  margin-left: 5px;
  border-radius: 15px;
  background-color: #eb0254;
  color: #fff;
}

.top_jump .see-the-photos:hover,
.bottom_jump .see-the-photos:hover {
  background-color: #b80242;
}

.top_jump .see-the-photos:before,
.bottom_jump .see-the-photos:before {
  content: "SEE THE PHOTOS";
  font-size: 10px;
}

@media (max-width: 1199px) {
  #jumps {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #jumps {
    font-size: 15px;
  }
  .top_jump .swipe {
    width: auto;
    height: 15px;
  }
  .bottom_jump .swipe {
    width: auto;
    height: 12px;
  }
}

@media (max-width: 549px) {
  #top_jumps {
    margin: 0 auto 10px auto;
    max-width: 284px;
  }
  .top_jump {
    width: 100%;
    padding: 0 10px;
  }
  #bottom_jumps {
    max-width: 448px;
    margin: 0 auto;
  }
  .bottom_jump {
    width: 50%;
  }
  .bottom_jump:nth-of-type(odd) {
    clear: left;
  }
}

.hr {
  display: none;
  margin: 20px 0 30px 0;
  border-bottom: 1px solid #dddddd;
}

/**** Zoomview! ****/

.zoomview .image {
  cursor: move;
}

.zoomview_controls {
  display:none;
}

.zoomview .zoomview_controls {
  background: transparent url(../images/zoomview_logo.png) no-repeat top left;
  width: 87px;
  height: 73px;
  padding-top: 76px;
  display:block;
  position: absolute;
  top: 14px;
  left: 21px;
  z-index: 10000; /* above zoom big */
}

.zoomview .zoomspots li {
  background: transparent url(../images/zoomview_zoomspot.png) no-repeat;
  width: 88px;
  height: 21px;
  z-index: 100;
  margin-left: -1px;
  margin-bottom: 3px;
}
.zoomview .zoomspots li a {
  color: white;
  font-size: 1.4em;
  line-height: 1.5;
  padding: 0 0 0 9px;
  font-weight: bold;
}

.zoomview .plus {
  display: block;
  float: right;
  background: transparent url(../images/zoomview_plus.png) no-repeat;
  width: 22px;
  height: 22px;
}

.zoomview .minus {
  display: block;
  float: right;
  background: transparent url(../images/zoomview_minus.png) no-repeat;
  width: 22px;
  height: 22px;
  margin-left: 4px;
}

.cloud-zoom-big {
	overflow:hidden;
}

.cloud-zoom-loading {
	color:white;
	background:#222;
	padding:3px;
	border:1px solid #000;
}

/**** end Zoomview! ***/

/* Collection Widget
************************/
.tabbed-collection-widget {
  position: relative;
  margin: 10px 0 10px 0;
  width: 100%;
  overflow: visible;
  -webkit-box-shadow: inset 0 0 0 1px rgba(221,221,221,1);
  -moz-box-shadow: inset 0 0 0 1px rgba(221,221,221,1);
  box-shadow: inset 0 0 0 1px rgba(221,221,221,1);
}

.tabbed-collection-widget a {
    color: #000;
}

.tabbed-collection-widget a:hover {
    color: #eb0254;
}

.tabbed-collection-widget .pagination .current {
  background-color: #efefef;
}

.tabbed-collection-widget:before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -38px;
  font-size: 24px;
  font-family: "texgyreadventorbold", "Century Gothic", CenturyGothic, "Avant Garde", "AvantGarde LT Bold",Avantgarde,Futura,Arial,sans-serif;
  content: "MORE PHOTOS";
}

.tabbed-collection-widget .inner {
  position: relative;
  padding-top: 32px;
}

.tabbed-collection-widget .collection-tabs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 31px;
  padding: 0;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.tabbed-collection-widget .collection-tabs li {
  display: inline-block;
  width: 14%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.tabbed-collection-widget .collection-tabs li.last {
  border-right: 1px solid #ddd;
}

.tabbed-collection-widget .collection-tabs li a {
  display: block;
  height: 30px;
  padding-top: 6px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: black;
  background-color: #efefef;
  border-bottom: 1px solid #ddd;
}

.tabbed-collection-widget .collection-tabs li a.active {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.tabbed-collection-widget .galleries {
  margin: 0;
  padding: 0 10px 0 15px;
}

.tabbed-collection-widget .galleries li {
  display: inline-block;
  float: left;
  width: 14.49%;
  max-width: 140px;
  margin-right: 1%;
  margin-left: 1%;
  font-size: 11px;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .tabbed-collection-widget .galleries li {
    margin-right: 2%;
    margin-left: 2%;
    font-size: 12px;
  }
}

.tabbed-collection-widget .galleries li img {
  display: block;
  width: 100%;
  min-width: 100%;
  height: auto;
}

.tabbed-collection-widget .galleries li a {
  font-weight: bold;
}

.tabbed-collection-widget .galleries li p {
  margin-top: 5px;
}

.tabbed-collection-widget .pagination-wrapper {
  padding: 0 15px 0 0;
  text-align: right;
}

@media (max-width: 767px) {
  .tabbed-collection-widget .collection-tabs li {
    width: auto;
  }
  .tabbed-collection-widget .collection-tabs li a {
    padding: 6px;
    font-size: 12px;
    white-space: nowrap;
  }
  .tabbed-collection-widget .pagination-wrapper {
    padding: 0 10px 0 0;
  }
}

@media (max-width: 599px) {
  .tabbed-collection-widget .inner {
    padding-top: 0;
  }
  .tabbed-collection-widget .collection-tabs {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px 10px 0 5px;
    border-bottom: none;
    background-color: transparent;
  }
  .tabbed-collection-widget .collection-tabs li {
    margin: 5px 0 0 5px;
    border: 1px solid #ddd;
  }
  .tabbed-collection-widget .collection-tabs li a {
    height: auto;
    border: none;
    font-size: 11px;
  }
  .tabbed-collection-widget .collection-tabs li a.active {
    border-bottom: none;
  }
  .tabbed-collection-widget .galleries {
    width: 490px;
    padding: 0 5px;
    margin: 0 auto;
  }
  .tabbed-collection-widget .galleries li {
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
  }
  .tabbed-collection-widget .galleries li p {
    min-height: 30px;
  }
}

@media (min-width: 521px) and (max-width: 599px) {
  .tabbed-collection-widget .galleries li:nth-of-type(4n) {
    clear: left;
  }
}


@media (max-width: 520px) {
  .tabbed-collection-widget .galleries {
    width: 315px;
  }
  .tabbed-collection-widget .galleries li:nth-of-type(odd) {
    clear: left;
  }
}

@media (max-width: 360px) {
  .tabbed-collection-widget .galleries {
    width: 300px;
  }
}
/* end tabbed widget */

/* Zergnet Widget
************************/
.zergentity img {
  border:none !important;
  border-bottom: 2px solid #eb0254 !important;
}
.zergheadline a:hover{
  color:#eb0254 !important;
  text-decoration:underline !important;
}
/* end zergnet widget */

.OUTBRAIN .AR_6 .ob_org_header,
.OUTBRAIN .SB_1 .ob_org_header {
  font-family: "texgyreadventorbold", "Century Gothic", CenturyGothic, "Avant Garde", "AvantGarde LT Bold", Avantgarde, Futura, Arial, sans-serif;
}

.OUTBRAIN .AR_6 .ob_container,
.OUTBRAIN .SB_1 .ob_container {
  height: 250px;
}

.OUTBRAIN .AR_6 .ob_container_recs {
  position: absolute;
}

body .OUTBRAIN .AR_6 .ob_container_recs .item-container,
body .OUTBRAIN .SB_1 .ob_container_recs .item-container,
body .OUTBRAIN .AR_6 .item-container.ob-recIdx-3.item-container-ad.ob-last,
body .OUTBRAIN .SB_1 .item-container.ob-recIdx-3.item-container-ad.ob-last,
.OUTBRAIN .SB_1 .item-container.ob-recIdx-1.item-container-ad {
  width: 150px;
  height: 225px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.OUTBRAIN .AR_6 .ob-rec-link-img,
.OUTBRAIN .SB_1 .ob-rec-link-img.ob-tcolor {
  width: 100%;
  border-bottom: 4px solid #eb0254;
}

.OUTBRAIN .SB_1 .ob_org_header {
  display: block;
  padding-top: 10px;
  padding-bottom: 5px;
}

body .OUTBRAIN .AR_6 .ob_container_recs,
.OUTBRAIN .SB_1 .ob_container_recs {
  padding-top: 10px;
}

.OUTBRAIN .AR_6 .ob_what {
  text-align: left;
}

@media (max-width: 991px) {
  .OUTBRAIN .SB_1 .ob_what {
    text-align: left;
}
  .left-column-outbrain,
  .right-column-outbrain {
    width: 100%;
  }
  .OUTBRAIN .SB_1 .ob_container {
    height: 250px;
  }
}

@media (max-width: 479px) {
  .OUTBRAIN .AR_6 .ob_container,
  .OUTBRAIN .SB_1 .ob_container {
    height: 495px;
  }
  .left-column .OUTBRAIN,
  .right-column .OUTBRAIN {
      width: 300px;
      margin: 0 auto;
  }
  .OUTBRAIN .AR_6 .ob_what,
  .OUTBRAIN .SB_1 .ob_what {
    text-align: right;
  }
}

/* font additions for nav */

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

.h-avantgarde {
  font-family: "texgyreadventorbold", "Century Gothic", CenturyGothic, "Avant Garde", "AvantGarde LT Bold", Avantgarde, Futura, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  text-transform: lowercase;
  -moz-osx-font-smoothing: grayscale;
}

/* fontello additions for nav */

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

/* photos only styles for the drop down meun that was removed */
@media (min-width: 768px) {
  .nav-tabs .caret {
    display: none;
  }

  #featured-nav .navtabs-nav li.last {
      border-right: 1px solid #efefef;
  }

  .no-touch #featured-nav .navtabs-nav.nav-justified > li > a,
  .no-touch #featured-nav .navtabs-nav>li>a {
    margin-left: -1px;
  }

  .no-touch #featured-nav .navtabs-nav li.last:hover {
      border-right: 1px solid #afafaf;
  }

  .no-touch #featured-nav .navtabs-nav a:hover {
    -webkit-box-shadow: inset 1px 1px 0 0 #afafaf;
    -moz-box-shadow: inset 1px 1px 0 0 #afafaf;
    box-shadow: inset 1px 1px 0 0 #afafaf;
  }
}