
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* wp-specific classes */
.wp-caption{
  
}

.wp-caption-text{
  
}

.sticky{
  
}

.gallery-caption{
  
}

/* layout */

body {
  padding-top: 0;
  background: #e2e2e2;
  color: #000;
  -webkit-overflow: scroll;
}

/* Admin Top Navigation fixes */

body.admin-bar .navbar-fixed-top{ 
  top: 28px; 
}


.nav-container{
  padding-left: 0;
  padding-right: 0;
}

#inner-header{
  width: 100%;
}

.nav-collapse > .nav > li > a:hover {
  color: #F1D694 !important;
}

#inner-header .current-menu-item > a {
  color: #F1d694 !important;
}

#inner-header .current-menu-item a:hover {
  color: white !important;
}

#inner-header .current-menu-parent > a {
  color: #F1D694 !important;
}

input, textarea, select, .uneditable-input {
  margin-bottom: 0;
}

.navbar-form, .navbar-search {
  margin: 0 0 9px;
}

.navbar-search{
  padding-left: 0;
}

#s{
  width: 100px;
}

#content {
  padding: 0;
  background: #fff;
  padding-bottom: 40px;
}

.page-template-page-homepage-php #content {
  padding-bottom: 0;
}

.more-link{
  white-space: nowrap;
}


/* post styling */

#main p.meta{
  font-style: italic;
  color: #808080;
}

#main article{
  margin-bottom: 18px;
  padding: 0 0 9px;
}

.sidebar{
  margin-top: 18px !important;
  padding-top: 10px;
}

#main article footer{
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  min-height: 20px;
}

#main article footer a.edit-post{
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.post:hover a.edit-post{
  display: inline;
}

p.tags{
  line-height: 20px;
}

div[id*='attachment_']{
  max-width: 100%;
  height: 100%;
}

#credit320{
  background: url('images/320press_mini.png') no-repeat left top transparent;
  padding-left: 20px;
}

#main .hero-unit {
  text-align: center;
  background-color: #000;
  border-radius: 0;
  color: #fff;
  position: relative;
}
#main .hero-unit img{
  margin: 0 auto;
}

#main article img{
  height: auto;
  max-width: 100%;
}

img.alignleft{
  margin-right: 10px;
  float: left;
}

img.alignright{
  margin-left: 10px;
  float: right;
}

img.aligncenter{
  display: block;
  margin: 0 auto;
}

.post header img{
  margin-bottom: 18px;
}

.archive #main .post h3,
.search #main .post h3 {
  line-height: 24px;
  margin-bottom: 10px;
}

video {
  max-width: 100%;
  height: auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  width: 630px;
  max-width: 100%;
  margin-bottom: 18px;
}

/* page styling */

#featured-carousel .item{
  width: 970px;
  height: 600px;
}

.carousel-caption p{
  display: none;
}

.carousel {
  line-height: 1.3;
}

.page-template-page-homepage-php #main article{
  border-bottom: none;
}

.page-template-page-homepage-php .hero-unit,
.blog .hero-unit{
  padding: 1em;
}

.hero-unit h1 {
  font-size: 3em;
}

/* comments */



#comments{
  line-height: 24px;
  margin-bottom: 18px;
}

ol.commentlist,
ol.commentlist ul.children{
  list-style-type: none;
  margin-left: 0;
}

.comment .vcard div{
  margin-top: 8px;
  padding: 0 10px;
}

ol.commentlist time{
  font-size: .8em;
  color: #eeeeee;
}

ol.commentlist div.comment-author{
  position: relative;
}

ol.commentlist a.comment-edit-link{
  color: #ffffff;
  text-decoration: none;
  padding-left: 5px;
}

ol.commentlist span.edit-comment{
  position: absolute;
  right: 0;
  top: 8px;
}

ol.commentlist li.bypostauthor{
  background-color: #dddddd;
}

ol.commentlist ul.children li{
  background-color: #cccccc;
}

ol.commentlist ul.children li ul.children li{
  background-color: #bbbbbb;
}

ol.commentlist ul.children li ul.children li ul.children li{
  background-color: #aaaaaa;
}

ol.commentlist article{
  border-bottom: none !important;
}

a.comment-reply-link{
  position: absolute;
  right: 0;
  bottom: 0;
}

#comment-nav ul{
  list-style-type: none;
  margin: 0;
}

#comment-form-elements{
  list-style-type: none;
  margin: 0;
}

.comment .vcard .avatar{
  padding-right: 0;
}

.comment .vcard .comment-text{
  margin-left: 0;
}

img.avatar{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-left: 1px solid #ddd;
  
}

ol.commentlist li{
  padding-right: 10px;
  background-color: #F0F0F0;
}

#pings{
  margin-bottom: 9px;
}

ol.pinglist{
  list-style-type: none;
  margin: 0 0 9px 0;
}

#comment{
  width: 270px;
}

ol.commentlist #respond{
  padding: 5px 10px;
}

/* specific post-type styles */

/* image attachment */

.attachment #main .post_content img{
  max-width: 100%;
}

.ie8 #main .media-grid img{
  max-height: none !important;
  max-width: none !important;
}

.attachment-img{
  margin-bottom: 18px;
}

.metadata p.alert-message{
  margin-right: 0;
  margin-bottom: 18px;
}

#gallery-nav{
  list-style-type: none;
  margin-left: 0;
}

li.next a, li.previous a{
  position: relative;
}

li.next a:hover:before{
  content: "\2190";
  position: absolute;
  display: block;
  top: 42%;
  left: 0;
  background-color: #BFBFBF;
  color: #444;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before{
  content: "\2192";
  position: absolute;
  display: block;
  top: 42%;
  right: 0;
  background-color: #BFBFBF;
  color: #444;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}


/* widget styles */

.widget{
  margin-bottom: 18px;
}

.widgettitle{
  margin-bottom: 9px;
}

#tag-cloud{
  margin-bottom: 18px;
  line-height: 160%;
}

/* for some reason the bs version currently available for download doesn't have this style */
.label{
  text-transform: uppercase;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover{
  color: #ffffff;
  text-decoration: none;
}

#tag-cloud a{
  white-space: pre;
  text-transform: uppercase;
}

/* change default form padding for search */

.widget_search form{
  padding-left: 0;
}

.widget_search input{
  width: 121px;
}

/* calendar widget */

#calendar_wrap{
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
}

#wp-calendar{
  width: 100%;
  
}

#wp-calendar caption{
  font-weight: bold;
  padding: 8px;
}

#wp-calendar tr{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#wp-calendar tr:last-child{
  border-bottom: none;
}

#wp-calendar td{
  text-align: center;
  padding: 8px 0;
}

blockquote.pull-left{
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  .carousel-caption p{
    display: block;
  }
}

@media only screen and (min-width: 980px) {
  .container-fluid{
    max-width: 970px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  #inner-footer{
    padding: 0;
  }
  
  #content{
    padding-left: 0;
    padding-right: 0;
  }
  
  .topbar-inner{
    padding: 0;
  }
  
  .topbar form.pull-right {
    float: right;
  }
  
  .navbar-form, .navbar-search {
    margin-top: 6px;
    margin-bottom: 0;
  }
  
  .navbar-search{
    padding-left: 0;
  }
  
  .sidebar{
    margin-top: 0 !important;
  }
  
  .widget_search input{
    width: 230px;
  }
  
  .blog .hero-unit{
    margin-top: 10px;
  }
  
  .page-template-page-homepage-php .hero-unit,
  .blog .hero-unit{
    padding: 0px;
  }
  
  .hero-unit h1 {
    font-size: 50px;
  }
  
  /* hide edit comment button and show on hover on desktop version */
  .edit-comment{
    display: none;
  }
  
  .vcard:hover .edit-comment{
    display: inline-block;
  }
  
  #s{
    width: 210px;
    margin-bottom: 6px;
  }
  
  .widget_search input{
    width: 209px;
  }
  
  .comment .vcard .comment-text{
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1220px) {
  .container-fluid{
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

body #inner-header .navbar-inner {
  background: none;
  background-color: #1b242a;
}

#inner-header .navbar-inner {
  padding: 30px 0;
}

#inner-header .navbar-inner {
  filter: none !important;
}

#inner-header .nav {
  float: right;
  text-size: 24px;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: -13px;
  margin-right: 0;
}

#inner-header .navbar-inverse .nav > li > a {
  color: #fff;
  font-family: 'ProximaNovaAExCn-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: normal;
  font-size: 21px;
}
#inner-header .navbar-inverse .nav > li:last-child > a {
  padding-right: 0;
}

#inner-header .brand {
  background: url(images/logo.png);
  background-position: left bottom;
  text-indent: -1000px;
  overflow: hidden;
  width: 298px;
  height: 59px;
  padding: 0;
  margin-left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

#inner-header .extra-links {
  position: absolute;
  top: -5px;
  right: 20px;
}

#inner-header .container-fluid {
  position: relative;
}

#footer {
  background-color: #1b242a;
  color: #fff;
  padding: 0 0 30px 0;
  font-size: 14px;
}
#footer p {
  font-size: 14px;
}

header h1, h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 50px;
}
h2 {
  padding-bottom: 25px;
}
h2.subhead, p.subhead {
  font-size: 30px;
  color: #414141;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: 'ProximaNovaAExCn-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  text-transform: uppercase;
}

h3 {
  color: #414141;
  font-weight: normal;
  font-size: 36px;
}

p {
  margin-bottom: 1em;
}

.page-section {
  background: url(images/page-section-shadow.png) center bottom no-repeat;
  padding-bottom: 70px;
  padding-top: 35px;
  margin-bottom: -35px;
  width: 100%;
  clear: both;
}
.page-section:first-child {
  padding-top: 0;
}
.page-section:last-child {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#iam, #site-map {
  background: #ffa100;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
  padding: 3px 0;
  z-index: 3;
  font-family: 'ProximaNovaAExCn-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: normal;
}

#site-map #site-map-link {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: -2em;
  background: #ffa100;
  margin: 0;
  font-size: 18px;
  border-radius: 4px 4px 0 0;
  line-height: 1;
  width: 5em;
  margin-left: -3.5em;
  text-align: center;
  left: 50%;
  padding: .5em 1em;
  font-weight: normal;
}
#site-map #site-map-link:hover {
  text-decoration: none;
}

#site-map .container-fluid {
  padding: 40px 0;
  text-align: center;
}
#site-map ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  font-size: 24px;
  text-transform: uppercase;
  padding: 2px 0;
}
#site-map ul a {
  color: #fff;
}
.sitemap-links > ul > li {
  margin-right: 1em;
  display: inline-block;
  vertical-align: top;
}
#site-map .sitemap-links .sub-menu {
  font-family: 'ProximaNovaA-Regular', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  text-transform: none;
  font-weight: normal;
  font-size: .8em;
}

.page-template-page-homepage-php #iam {
  display: block;
}
#iam {
  display: none;
  text-align: center;
  margin-bottom: 0;
}

#iam #iam-link {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  bottom: -2em;
  background: #ffa100;
  margin: 0;
  font-size: 18px;
  border-radius: 0 0 4px 4px;
  line-height: 1;
  width: 4em;
  margin-left: -3em;
  left: 50%;
  padding: .5em 1em;
  font-weight: normal;
}
#iam #iam-link:hover {
  text-decoration: none;
}
#iam .container-fluid {
  padding: 30px 0;
}

#iam ul {
  list-style: none;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
}
#iam ul li {
  display: inline;
}
#iam ul a {
  color: #fff;
  padding: 0 10px;
  border-left: 2px solid #fff;
}
#iam ul li:first-child a {
  border: none;
}

#iam a:focus, #site-map a:focus {
  outline: none;
}

body {
  font-family: 'ProximaNovaA-Regular', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}

a {
  outline: none !important;
}

#goto-top {
  position: fixed;
  top: 50%;
  right: 10px;
  background: url(http://wwwlinks.undertone.com/wp-content/themes/untertone/images/top.png);
  width: 53px;
  height: 53px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-indent: -10000px;
  overflow: hidden;
  z-index: 100;
}

h1,h2,h3,h4,h5,h6 {
  
  font-weight: normal;
}

.link, a.link, .link a, p.links, p.links a {
  font-family: 'ProximaNovaAExCn-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: normal;
  font-size: 18px;
  color: #000;
}
p.links a.active {
  color: #F1D694;
}

.extra-links, footer .menu {
  color: #fff;
  font-size: 14px;
}
.extra-links a, footer .footer-links a {
  color: #fff;
  border-right: 1px solid #fff;
  padding: 0 1em;
  margin: 0;
}
.extra-links li:last-child a,
footer .footer-links li:last-child a {
  border-right: none;
  padding: 0 0 0 1em;
}
.footer-links .menu li,
.extra-links li {
  padding: 0;
  margin: 0;
}
#footer_ad_icons {
  text-align: center;
  background: #e2e2e2;
  padding: 40px 0;
}
#footer_ad_icons img {
  padding: 0 3px;
  vertical-align: middle;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
  color: #F1D694 !important;
  background: none;
  box-shadow: none;
}

.gallery-loading {
  background: url(http://wwwlinks.undertone.com/wp-content/themes/untertone/images/loading.gif) no-repeat center center;
  height: 300px;
  width: 100%;
}
.page-template-page-gallery-php #main,
.post-type-archive-ut_gallery_item #main {
  padding-bottom: 50px;
}
.page-template-page-gallery-php h1,
.post-type-archive-ut_gallery_item h1 {
  color: #F1D694;
  text-transform: uppercase;
  font-size: 66px;
}
.page-template-page-gallery-php .gallery,
.post-type-archive-ut_gallery_item .gallery {
  margin: 0 -1.5%;
}
.page-template-page-gallery-php .gallery-item,
.post-type-archive-ut_gallery_item .gallery-item {
  width: 30%;
  margin: 10px 1.5% 0;
  float: left;
}
.page-template-page-gallery-php .gallery .media-object,
.post-type-archive-ut_gallery_item .gallery .media-object {
  width: 100%;
  height: 205px;
  cursor: pointer;
}
.page-template-page-gallery-php .gallery-item-name,
.post-type-archive-ut_gallery_item .gallery-item-name {
  font-size: 18px;
  font-family: 'ProximaNova-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.page-template-page-gallery-php .gallery .gallery-item-name,
.post-type-archive-ut_gallery_item .gallery .gallery-item-name {
  color: #424242;
  height: 2em;
  line-height: 1em;
  padding-top: .2em;
}

.page-template-page-gallery-php .gallery-item-expanded,
.post-type-archive-ut_galery_item .gallery-item-expanded {
  background-color: #1b242a;
  color: #fff;
  z-index: 100;
  padding: 20px 0;
}
.page-template-page-gallery-php .gallery-item-expanded .gallery-item-name,
.post-type-archive-ut_galery_item .gallery-item-expanded .gallery-item-name {
  color: #fff;
  height: auto;
}
.page-template-page-gallery-php .gallery-item-expanded .close-link,
.post-type-archive-ut_galery_item .gallery-item-expanded .close-link {
  color: #fff;
  position: absolute;
  top: 1em;
  right: 1em;
}
.page-template-page-gallery-php .gallery-item-expanded .arrow,
.post-type-archive-ut_galery_item .gallery-item-expanded .arrow {
  position: absolute;
  top: -39px;
  left: 15.5%;
  height: 39px;
  width: 67px;
  margin-left: -33px;
  background: url(http://wwwlinks.undertone.com/wp-content/themes/untertone/images/gallery-top-arrow.png);
}
.page-template-page-gallery-php .gallery-item-expanded .arrow.center,
.post-type-archive-ut_galery_item .gallery-item-expanded .arrow.center {
  left: 48.5%;
}
.page-template-page-gallery-php .gallery-item-expanded .arrow.right,
.post-type-archive-ut_galery_item .gallery-item-expanded .arrow.right {
  left: 83.5%;
}
.page-template-page-gallery-php .gallery-item-expanded .gallery-item-quick-specs,
.post-type-archive-ut_galery_item .gallery-item-expanded .gallery-item-quick-specs {
  font-size: .8em;
  margin-left: .3em;
}
.page-template-page-gallery-php .gallery-item-expanded .specs,
.post-type-archive-ut_galery_item .gallery-item-expanded .specs,
.specs {
  background: #e2e2e2;
  padding: 10px 50px;
}
.specs {
  padding: 10px;
}
.page-template-page-gallery-php .gallery-item-expanded .specs td,
.post-type-archive-ut_galery_item .gallery-item-expanded .specs td,
.specs td {
  border-color: #414141;
  color: #414141;
  padding: 36px 0;
}
.specs td {
  padding: 14px;
}
.page-template-page-gallery-php .gallery-item-expanded .specs table,
.post-type-archive-ut_galery_item .gallery-item-expanded .specs table,
.specs table {
  margin-bottom: 0;
}
.page-template-page-gallery-php .gallery-item-expanded .specs table tbody tr:first-child td,
.post-type-archive-ut_galery_item .gallery-item-expanded .specs table tbody tr:first-child td,
.specs table tbody tr:first-child td {
  border: none;
}
.page-template-page-gallery-php .gallery-item-expanded .gallery-item-quick-specs a,
.post-type-archive-ut_galery_item .gallery-item-expanded .gallery-item-quick-specs a {
  color: #fff;
}
.page-template-page-gallery-php .gallery-item-expanded .media-object,
.post-type-archive-ut_galery_item .gallery-item-expanded .media-object {
  width: 100%;
  height: auto;
  background: #e2e2e2;
  text-align: center;
  line-height: 0;
}
.page-template-page-gallery-php .gallery-item-expanded .span3,
.post-type-archive-ut_galery_item .gallery-item-expanded .span3 {
  text-align: center;
  font-size: 22px;
}
.page-template-page-gallery-php .gallery-item-expanded .span3 a,
.post-type-archive-ut_galery_item .gallery-item-expanded .span3 a {
  color: #fff;
  font-family: 'ProximaNovaAExCn-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.gallery-show-all {
  background: url('http://wwwlinks.undertone.com/wp-content/themes/untertone/images/icon-refresh.png') no-repeat center center;
  height: 30px;
  width: 30px;
  text-indent: -10000px;
  overflow: hidden;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.gallery-share-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gallery-share-links li,
.gallery-share-links li a {
  display: inline-block;
  height: 22px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}
.gallery-share-links li a {
  padding: 0 4px;
  text-indent: -1000px;
}
.gallery-share-links li.email a {
  background-image: url(http://wwwlinks.undertone.com/wp-content/themes/untertone/images/gallery-share-icon-email.png);
  width: 27px;
}
.gallery-share-links li.facebook  {
  background-image: url(http://wwwlinks.undertone.com/wp-content/themes/untertone/images/gallery-share-icon-facebook.png);
  width: 20px;
}
.gallery-share-links li.twitter a {
  background-image: url(http://wwwlinks.undertone.com/wp-content/themes/untertone/images/gallery-share-icon-twitter.png);
  width: 26px;
}
.gallery-share-links li.web a {
  background-image: url(http://wwwlinks.undertone.com/wp-content/themes/untertone/images/gallery-share-icon-web.png);
  width: 21px;
}
.gallery-share-links li.linkedin a {
  background-image: url(http://wwwlinks.undertone.com/wp-content/themes/untertone/images/gallery-share-icon-linkedin.png);
  width: 24px;
}

#home-carousel.carousel .container-fluid,
.home-carousel.carousel .container-fluid {
  max-width: 1100px;
}
#home-carousel.carousel .item {
  height: 200px;
  padding: 100px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #1b242a;
  line-height: 1.5em;
}
#home-carousel.carousel, #home-carousel.carousel p, #home-carousel.carousel a {
  color: #fff;
}
#home-carousel .carousel-control.left {
  left: 15px;
}
#home-carousel .carousel-control.right {
  right: 15px;
  text-align: right;
}

#home-carousel .carousel-control {
  border: none;
  font-size: 150px;
  font-weight: bold;
  background: none;
  line-height: 117px;
}

.carousel-control {
  font-weight: bold;
  border: none;
  font-size: 50px;
  background: #d4d4d4;
  line-height: 35px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 1;
  width: .4em;
  text-align: center;
  padding: 7px 2px;
}
.carousel-control.left {
  left: 0;
}
.carousel-control.right {
  right: 0;
  text-align: right;
}
.flush-page-section {
  margin-bottom: -51px;
}
.carousel .tight-top {
}

.page-header {
  border-bottom: none;
  padding-bottom: 0;
}
.post .page-header {
  margin-bottom: 0;
}

.text-right {
  text-align: right;
}

.page-template-page-contact-php .page h2 {
  margin: 30px 0 0;
  padding-bottom: 0;
}
.page-template-page-contact-php .hero-unit {
  height: 400px;
  background-position: center center;
  padding: 0;
  margin: 0;
}
.page-template-page-contact-php #content {
  padding-bottom: 0;
}
.hero-unit .overlay {
  width: 100%;
  height: 100%;
  background-image: url(http://wwwlinks.undertone.com/wp-content/themes/untertone/images/contact-overlay.png);
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.page-template-page-contact-php .reveal-bar {
  color: #fff;
  background: #F1D694;
  font-family: 'ProximaNovaAExCn-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: normal;
  font-weight: normal;
  padding: 50px 0;
  font-size: 66px;
  line-height: 66px;
  cursor: pointer;
}
.page-template-page-contact-php .reveal-bar:hover {
  text-shadow: 0 1px 10px rgba(0,0,0,.2);
  background-color: #4E9200;
}
.page-template-page-contact-php .reveal-bar h1 {
  margin: 0;
  font-size: 100%;
  text-transform: uppercase;
}
.page-template-page-contact-php .reveal-bar i {
  margin-top: -20px;
  margin-bottom: -10px;
  float: left;
}

.page-template-page-contact-php .media-object {
  width: 325px;
  height: 325px;
  background: #e2e2e2;
  margin-right: 33px;
}

.page-template-page-contact-php .contact-location {
  margin-top: 30px;
}

.page-template-page-contact-php .contact-location h3 {
  color: #F1D694;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 1.2;
}
.page-template-page-contact-php .contact-location h3 .subhead {
  font-size: 25px;
  color: #424242;
  display: block;
}

footer form {
  float: left;
}
footer form button {
  background: none;
  border: none;
  color: #fff;
  float: right;
  clear: both;
  font-size: 16px;
  display: block;
}
.newsletter-signup legend {
  border: none;
  color: #fff;
  float: left;
  clear: both;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'ProximaNovaAExCn-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: normal;
  margin: 0;
}
body footer form input,
body footer form input.placeholder,
body footer form input:focus {
  border-radius: 2px;
  color: #333;
  font-size: 21px;
  line-height: 1;
  padding: .5em;
  border: none;
  height: auto;
  float: left;
  clear: both;
  width: 330px;
}
body footer form input.placeholder {
  color: #a3a3a3;
}

.social-icons {
  text-align: right;
}
.social-icons a {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 0 10px;
  overflow: hidden;
  text-indent: 1000px;
}

.social-icons a.twitter {
  background-image: url(http://wwwlinks.undertone.com/wp-content/themes/untertone/images/icon-tw.png);
}
.social-icons a.linkedin {
  background-image: url(http://wwwlinks.undertone.com/wp-content/themes/untertone/images/icon-in.png);
}
.social-icons a.facebook {
  background-image: url(http://wwwlinks.undertone.com/wp-content/themes/untertone/images/icon-fb.png);
}
.social-icons a.email {
  background-image: url(http://wwwlinks.undertone.com/wp-content/themes/untertone/images/icon-chat.png);
}
.social-icons a.youtube {
  background-image: url(/wp-content/themes/untertone/images/icon-yt.png);
}
.social-icons a.glassdoor {
  background-image: url(/wp-content/themes/untertone/images/icon-glass.png);
}

header .dropdown .caret {
  display: none;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
  background: none;
  background: #F1D694;
}
.dropdown-menu {
  padding-top: 16px;
  margin-top: 0;
  background: #1b242a;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: right;
  left: auto;
  right: 0;
}
.dropdown-menu a {
  color: #fff;
  font-family: 'ProximaNovaAExCn-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: normal;
  font-size: 21px;
}
.ie8 .dropdown-menu a {
  whitespace: normal;
  white-space: normal;
}
.navbar .nav > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu:after,
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  display: none;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background: none;
}

.collapse {
  background: #1b242a;
}
#test-expand {
  margin-top: 40px;
}
dl {
  padding: 40px;
}
dl dt {
  font-size: 50px;
  color: #F1D694;
  font-family: 'ProximaNovaAExCn-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}
dl dd {
  color: #fff;
  margin: 0;
  border-bottom: 2px solid #8d9295;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
dl dd:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.collapse .collapse-close-link {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: .5em;
}
.collapse .collapse-close-link a {
  color: #fff;
}

h4.widgettitle {
  color: #F1D694;
  font-family: 'ProximaNovaAExCn-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: normal;
  font-size: 28px;
  text-transform: uppercase;
}

.widget {
  color: #000;
  font-size: 20px;
  font-family: 'ProximaNovaAExCn-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: normal;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget a {
  color: #000;
}

.top-bar {
  background: #ffa100;
}
.top-bar h2 {
  color: #fff;
  line-height: 1.2;
  font-size: 56px;
}
.top-bar form, .top-bar h2 {
  margin: 0;
  padding: 0;
}
.top-bar form {
  margin-top: 18px;
  margin-bottom: -10px;
}
.top-bar .add-on {
  border: none;
  background: none;
  margin-top: -8px;
}
.top-bar i {
  color: #fff;
  font-size: 30px;
}

.top-bar input {
  background: none;
  border: none;
  color: #fff;
  font-family: 'ProximaNova-Regular', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: normal;
  font-size: 20px;
  box-shadow: none;
}
.top-bar .btn {
  display: none;
}

.archive_title,
.search .page-header h1 {
  text-transform: uppercase;
  font-size: 50px;
  color:#F1D694;
}
.archive_title span,
.search .page-header h1 span {
  color: #1b242a;
}

.post h3 a,
.post .h2 a {
  color: #F1D694;
  font-size: 50px;
  line-height: 1;
}
#main .post .meta {
  color: #000;
  font-style: normal;
}
#main .post .meta a {
  font-weight: bold;
  color: #000;
  font-family: 'ProximaNova-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: normal;
}

.pagination ul > li > a, .pagination ul > li > span {
  border: none;
  color: #000;
  font-size: 24px;
  font-family: 'ProximaNovaAExCn-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: normal;
}
.pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span {
  color: #F1D694;
  background: none;
}
.pagination ul > li.pagination-arrow > a, .pagination ul > li.pagination-arrow > span {
  font-size: 40px;
}

.widget_authors li img {
  margin-bottom: 10px;
}
.widget_authors img {
  margin-right: 10px;
}

.more-link {
  color: #000;
  font-family: 'ProximaNova-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: normal;
  display: block;
  margin-top: 1em;
}

.author #main .avatar-225 {
  float: left;
  margin-right: 1em;
}
.author .page-header {
  margin-bottom: 100px;
}

h1.single-title {
  text-transform: none;
}

strong, b {
  font-family: 'ProximaNova-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

@media (max-width: 767px) {
  body {
    padding: 0;
  }
  .container-fluid, .container {
    padding-left: 1em;
    padding-right: 1em;
  }
  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.category-releases .meta {
  display: none;
}
.category-releases .more-link {
  text-align: right;
}
.category-releases .more-link:before {
  content: "+ ";
}
.category-releases .post h3,
.category-releases .post h3 a {
  color: #000;
  font-size: 24px;
}

.leadership-item {
  display: inline-block;
  padding: 0 10px 20px 0;
  position: relative;
  line-height: 0;
  cursor: pointer;
  z-index: 2;
  width: 216px;
}

.leadership-photo {
  width: 200px;
  height: 220px;
}

.leadership-text {
  background-color: rgba(0, 0, 0, 0.57);
  position: absolute;
  bottom: 20px;
  left: 1px;
  line-height: 1;
  padding: 8px 1.25em 1.5em;
  color: #fff;
  text-transform: none;
  height: 38px;
  width: 164px;
}

.leadership-text span.leadership-text-name {
  color: #F1D694;
  text-transform: uppercase;
  display: block;
  font-family: 'ProximaNovaAExCn-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 15px;
}

.leadership-text .more {
  position: absolute;
  left: .5em;
  bottom: 0;
}

.leadership-text .more:after {
  position: absolute;
  top: 0;
  left: -.5em;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 1em solid transparent;
  border-bottom: 1em solid #F1D694;
  text-align: right;
}

.leadership-more {
  display: none;
}
	
.leadership-more-info {
  background-color: #282828;
  float: left;
  height: 229px;
  width: 970px;
  margin: -3px 0 50px;
  padding: 40px;
  color: white;
  position: relative;
  display: none;
  z-index: 1;
}

.leadership-more-info-name {
  color: #F1D694;
  text-transform: uppercase;
  display: block;
  font-family: 'ProximaNovaAExCn-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 30px;
margin-top:-40px;
}

.leadership-more-info-position {
  font-size: 20px;
  margin-bottom: 24px;
}

.leadership-more-info-text {
  font-size: 15px;
  width: 90%;
}

.leadership-more-info-triangle-top {
    border-color: #282828 transparent;
    border-style: solid;
    border-width: 0 30px 35px;
    bottom: auto;
    display: block;
    left: auto;
    position: relative;
    left: 45px;
    top: -71px;
    width: 0;
}

.leadership-more-info-triangle-bottom {
    border-color: #F1D694 transparent;
    border-style: solid;
    border-width: 35px 30px 0;
    bottom: -35px;
    display: block;
    left: 85px;
    position: absolute;
    width: 0;
}

.leadership-more-info-close {
  position: absolute;
  left: .5em;
  bottom: 0;
  cursor: pointer;
  z-index: 3;
}

.leadership-more-info-close:after {
  position: absolute;
  bottom: 0;
  left: -.5em;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 1em solid transparent;
  border-bottom: 1em solid#F1D694;
  text-align: right;
}

.modal {
  background: #1b242a;
  color: #fff;
  border: none;
  border-radius: 0;
  /*width: 950px;*/
  width: 48%;
  left: 41.5%;
}
.modal h3 {
  display: none;
}
.modal a, .modal h3, .modal .btn, .modal button, .modal button:hover {
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.modal .modal-header {
  border: none;
}
.modal iframe {
  width: 100%;
  height: 450px;
}
.modal .modal-body {
  padding: 10px 28px 10px;
  max-height: none;
}
.modal .modal-header {
  padding: 14px 28px 0;
}
.modal .modal-footer {
}

.i-am-hidden-brand, .i-am-visible-candidate, .i-am-hidden-agency, .i-am-hidden-publisher {
  display: none;
}

.i-am-visible {
  display: block;
}

.home-carousel p {
  line-height: 1.3em;
}

.home-carousel h3 {
  font-family: 'ProximaNovaA-Regular', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: normal;
}

.gallery-empty {
  background-color: #1b242a;
  color: #fff;
  text-align: center;
  font-size: 30px;
  padding: 2em 9em;
  margin-top: 40px;
}

/* Ryan - 17/05/2013 */

#creative-spotlight {
  overflow: hidden;
  position: relative;
}

#creative-spotlight .row-fluid {
  width: 10000px;
  position: relative;
}

#creative-spotlight .span4, #creative-spotlight img {
  width: 380px;
  margin: 0 10px;
}

.overlay-dismiss {
  background: transparent;
  height: 100%;
  width: 100%;
  position: fixed;
  display: block;
  z-index: 99;
  top: 0;
  left: 0;
}

@media (max-width:1199px) and (min-width:980px) {
  #creative-spotlight .row-fluid > img {
    width: 303px;
  }
}

@media (max-width: 979px) {

  .modal {
    top: 20% !important;
    width: 90% !important;
    left: 0 !important;
    margin: 0 5% !important;
  }

  .nav-collapse > .nav {
    position: fixed;
    right: 0;
    left: initial;
    top: 0;
    margin: 0 !important;
    z-index: -1;
    background: #222;
    height: 100%;
    box-shadow: 0px 0px 10px #111;
    padding-top: 0px;
    transition: transform .3s linear;
      -webkit-transition: -webkit-transform .3s linear;
      -moz-transition: -moz-transform .3s linear;
      -ms-transition: -ms-transform .3s linear;
      -o-transition: -o-transform .3s linear;

    transform: translateX(100%);
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -o-transform: translateX(100%);
      -ms-transform: translateX(100%);
    overflow: scroll;
    -webkit-overflow: scroll;
  }

  .nav-collapse > .nav li {
    text-align: left !important;
    transition: none;
    -webkit-transition: none;
  }

  .nav-collapse > .nav.animate {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }

  #toggle-panel {
    margin-top: -25px;
    z-index: 1;
    margin-right: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  #inner-header .extra-links {
    top: 65px;
    display: none;
  }

  .nav-collapse .dropdown-menu {
    display: block !important;
  }

  #creative-spotlight .row-fluid {
    width: 100%;
  }

  #creative-spotlight .span4, #creative-spotlight img {
    width: 100%;
    margin: 10px 0;
  }
}

@media (max-width: 1105px) and (min-width: 480px) {
  #leadership-more, #director-more {
    height: auto;
    width: 100%;
    box-sizing: border-box;
  }

  .leadership-more-info-triangle-top, .leadership-more-info-triangle-bottom {
    display: none !important;
  }
}

@media (max-width: 480px) {
  #inner-header .brand {
    width: 200px;
    margin-top: -20px;
  }
  .nav-collapse {
    -webkit-transform:none;
  }

  .nav-collapse > .nav {
    max-width: 200px;
    overflow: scroll;
    -webkit-overflow: scroll;
    padding: 0;
  }

  .nav-collapse > .nav li > a {
    white-space: normal !important;
  }

  #home-carousel {
    display: none !important;
  }

  #iam-link {
    display: none !important;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .page-template-page-contact-php .reveal-bar {
    padding: 20px 0;
    font-size: 40px;
  }

  .page-template-page-contact-php .reveal-bar .container-fluid {
    padding: 0 .7em;
  }

  .page-template-page-contact-php .reveal-bar i {
    margin-left: 0;
  }

  .page-template-page-contact-php .media-object {
    width: 100%;
  }

  .leadership-item {
    float: none;
    margin: auto;
  }

  #leadership-more, #director-more {
    position: absolute;
    width: 90%;
    margin: 0px;
    float: none;
    box-sizing: border-box;
    z-index: 999;
    height: auto;
    box-shadow: 0 0 10px #000;
    left: 5%;
    padding: 20px;
  }

  .leadership-more-info-triangle-top {
    left: 50%;
    top: -35px;
    width: 0;
    margin-left: -35px;
  }

  #leadership-more-close, #director-more-close {
    text-align: center;
    width: 90%;
    font-size: 18px;
  }

  .leadership-photos, .directors-photos {
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  
  	#main .links-custom > a {
		min-width: 80px;
		font-size: 20px !important;
		border-right: 0;
	}
  
  #lang_sel_footer {
    padding: 0;
    border: 0;
    font: inherit;
    min-height: auto;
    border: 0;
    background: none;
  }

  #lang_sel_footer ul li {
    display: block;
    margin: 0;
    line-height: auto;
  }

  #lang_sel_footer ul li a {
    padding: 10px 0;
    display: block;
    background: #eee;
    border-bottom: 1px solid #ddd;
  }
}

#post-not-found {
  font-size: 26px;
  color: #fff;
  background: #1b242a url(http://wwwlinks.undertone.com/wp-content/themes/untertone/images/404.png) no-repeat center center;
  padding: 60px 0;
}
#post-not-found h1 {
  font-size: 60px;
  text-transform: uppercase;
  margin-top: 44px;
}
#post-not-found a {
  color: #fff;
}
#post-not-found h1,
#post-not-found p {
  padding-left: 450px;
}

.touch a[title="Gallery"], .touch a[title="Leadership"]
{
  display: none;
}

p a {
  color: #009581;
}

.blog p a {
  color: #009581;
  text-decoration: underline;
}

.fake-item {
  height: 200px;
  padding: 100px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #1b242a;
  line-height: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.cg-title {
  margin-top: 10px;
  color: #424242;
  height: 2em;
  line-height: 1em;
  padding-top: .2em;
  font-size: 18px;
  display: block;
  font-family: 'ProximaNova-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

#lang_sel, #lang_sel_click {
  float: right;
  margin-left: 15px;
  margin-top: -3px;

}

#lang_sel li, #lang_sel_click li {
  width: 50px;
  margin-right: 0px;
}

#lang_sel ul ul > li {
	margin-right: 50px !important;
}

#lang_sel a.lang_sel_sel, #lang_sel_click a.lang_sel_sel {
  height: 25px;
  overflow: hidden;
  background: url(http://wwwlinks.undertone.com/wp-content/plugins/sitepress-multilingual-cms/res/img/nav-arrow-down.png) transparent right no-repeat;
  border: 0;
}

#lang_sel ul ul, #lang_sel_click ul ul {
  border: 0;
}

#lang_sel ul ul li #lang_sel_click ul ul li {
  height: 25px;
  overflow: hidden;
}

#lang_sel ul ul a, #lang_sel ul ul a:visited, #lang_sel_click ul ul a {
  padding: 0;
  padding-left: 10px;
  line-height: 24px;
  overflow: hidden;
  height: 27px;
}

.avatar.avatar-25.photo {
  width: 25px;
}

@media (min-width: 785px) {
  .zipper-right {
    float: right !important;
  }

  .zipper-right img {
    margin-left: 2.564102564102564%;
  }
}

.leadership-text p {
  display: block;
}

.really_simple_twitter_widget li {
  margin-bottom: 25px;
  font-family: 'ProximaNovaA-Regular', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 15px;
}

a.twitter-link {
  color: #678F34;
}

.jaw_posts {
  font-family: 'ProximaNovaA-Regular', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 14px;
  line-height: 16px;
  margin: 10px 0px 10px 22px;
}

.jaw_months {
  margin: 2px 10px;
}

.jaw_symbol {
  font-size: 11px;
}

.category-releases .subhead {
  font-size: 20px;
  text-transform: none;
}

.in-the-news h4 a {
  color: #000;
  font-size: 22px;
}

.in-the-news .span2 {
  text-align: center;
}

#leadership-more-close-mobile, #director-more-close-mobile {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #leadership-more-close-mobile, #director-more-close-mobile {
    display: block !important;
  }

  #leadership-more, #director-more {
    position: fixed;
    width: 700px;
    left: 50%;
    margin-left: -350px;
    top: 15%;
    z-index: 9999;
    box-shadow: 0 0 10px #000;
  }

  .leadership-more-info-triangle-top, .leadership-more-info-triangle-bottom {
    visibility: hidden;
  }
}

/*********************************************************************************************/

.wrapper_hover{
  position: relative;

}
.play_icon_hover{
  position: absolute;
  background: url(http://w9.undertone.com/wp-content/themes/untertone/images/play-btn-sprite.png);
  width: 82px;
  height: 80px !important;
  /*top: 35%;
  right: 42%;*/
  top: 34.5%;
  left: 43%;
  cursor: pointer;
}

/*.wrapper_hover:hover .play_icon_hover{*/
.play_icon_hover:hover{
  background: url(http://w9.undertone.com/wp-content/themes/untertone/images/play-btn-sprite-hover.png);
}

#videoViewer {
  position: relative;
  padding: 33px;
  margin: 3px 0px 12px 0px;
  
}

.video_player{
  margin-top: 10px;
  width:78%;
  height: 500px;
  float: left;
}

.arrow_video {
  position: relative;
  top: 3px;
  left: 21.5%;
  height: 39px !important;
  width: 67px;
  background: url(http://wwwlinks.undertone.com/wp-content/themes/untertone/images/gallery-top-arrow.png);
}

.close-link-hover{
  color: #fff;
  position: absolute;
  top: 0.5em;
  right: 1em;
  font-size: 23px;
  font-family: 'ProximaNova-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.close-link-hover:hover{
  color: #fff;
  text-decoration: none;
}

.thumbnails_video{
  margin-top: 10px;
  float:right;
  height: 500px;
  width: 19%;

}

.thumbnail{
  position: relative;
  top: -1px;
  padding: 0px;
  margin: 0px 0px 17px 0px;
  /*height: 28%;*/
  height: auto;
  background-color: #000000;
  border: 1px solid #1b242a;
}

.thumbnail > img{
  margin-bottom: 9px;
}

.thumbnail_title{
  /*position: relative;*/
  left: 4px;
  color: #fff;
  line-height: 1em;
  font-size: 18px;
  font-family: 'ProximaNova-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  top: 9px;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 4px;
}

.main_image{
  width: 76%;
  margin-top: 10px;
}

.link_gallery_hover{
  left: 6px;
  text-align: center;
  color: #fff;
  position: relative;
  bottom: -5px;
  line-height: 1em;
  font-size: 18px;
  font-family: 'ProximaNova-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.link_gallery_hover:hover{
  color: #88c542;  
  text-decoration: none;
}

.main_title{
  color: #fff;
  font-size: 18px;
  font-family: 'ProximaNova-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  line-height: 1em;
  position: absolute;
  top: 22px;
  display: block;
  width: 90%;
}

.img_hover_container{
  position: absolute;
  top: 20%;
  left: 6%;
  width: 90%;
}

.img_hover_container_value{
  position: absolute;
  top: 6px;
  left: 37%;
  width: 23%;
  cursor: pointer;
}

.text-right{
  margin-bottom: 14px;
}

.search-gallery-container{
  float:left;
}

.searchBar-gallery{
  float:left;
  width: 163px;
  border-radius: 0px !important;
  height: 29px !important;
  font: 12px sans-serif !important;
  color: #555555 !important;
  background-color: #ddd !important;
}

.searchBtn-gallery{
  float:left;
  border-radius: 0px !important;
  height: 39px !important;
  width: 50px !important;
  color: #FFFFFF!important;
  background-color: #000000 !important;
  text-decoration: none !important;
  font-size: 25px;
  text-align: center;
  cursor: pointer;
}

.searchBtn-gallery:hover {color:none;}

.tablesorter-default .sorter-true {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-repeat: no-repeat;
  cursor: pointer;
  white-space: normal;
}

.tablesorter-default .project-screen {
  background-position: 56% 49%;
}

.tablesorter-default .project-grabber {
  background-position: 43% 49%;
}

.tablesorter-default .industry-screen {
  background-position: 86% 49%;
}

.tablesorter-default .industry-grabber {
  background-position: 79% 49%;
}

.tablesorter-default .date-screen {
  background-position: 89% 49%;
}

.tablesorter-default .date-grabber {
  background-position: 100% 49%;
}

.tablesorter-default thead .tablesorter-headerAsc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
  border-bottom: #000 2px solid;
}

.tablesorter-default thead .tablesorter-headerDesc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
  border-bottom: #000 2px solid;
}

/***********************************************Careers Openings***********************************************/

.tablesorter-default .title-carrer {
  background-position: 17%, 49%;
}

.tablesorter-default .date-career {
  background-position: 48%, 49%;
}

.tablesorter-default .location-career {
  background-position: 75%, 49%;
}

.tablesorter-default .dep-career {
  background-position: 81%, 49%;
}

.tablesorter-default .type-career {
  background-position: 47%, 49%;
}

.row-job:hover{
  background-color: #D6D6D6;
  cursor: pointer;
}

.description{
  margin-top: 3%;
  text-align:justify;
}

.description-btn{
  text-align: center;
}

.description-btn a{
  margin: 12px;
}

.links-custom {
    width: 100%;
}

.links-custom > a, .links-custom > span {
  width: 25%;
  display: block;
  float: left;
  text-align: center;
  background-color: #e2e2e2;
  text-transform: uppercase;
  font-size: 52px !important;
  padding: 10px 0;
  border-right: 3px solid #fff;
  color: #959697 !important;
  
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0px 3px;
  
  z-index: 1;
}

.links-custom > a.active, .links-custom > span.active  {
	color: #F1D694 !important;
	background: #fff;
  	z-index: 3;
	position: relative;
  
  	box-shadow: 0px 0px 7px 1px rgba(180, 180, 180, 0.8);
	-moz-box-shadow: 0px 0px 7px 1px rgba(180, 180, 180, 0.8);
	-webkit-box-shadow: 0px 0px 7px 1px rgba(180, 180, 180, 0.8);
}

div.underline {
 	box-shadow: 0px 0px 7px 1px rgba(180, 180, 180, 0.8);
	-moz-box-shadow: 0px 0px 7px 1px rgba(180, 180, 180, 0.8);
	-webkit-box-shadow: 0px 0px 7px 1px rgba(180, 180, 180, 0.8);
  
	height: 10px;
	position: absolute;
	bottom: -10px;
	left: 0px;
	right: 0px;
	background: white;
	z-index: 2;
}
div.coverstrip {
	height: 18px;
	position: absolute;
	bottom: -18px;
	left: -10px;
	right: -10px;
	background: white;
	z-index: 5;
}

.description {
	display:none;
	margin-top:-10px;	
}
.description-header {
	width:100%;
	min-height:100px;
	background:#ebebeb;
	text-transform: uppercase;
	color: #F1D694;
	font-size: 50px;		
}
.description-header-buttons {
	float: right;
	font-size: 10px;
  	width: 120px;
}
.description-title {
	font-size: 50px;
	line-height: 100px;
	vertical-align: middle;
	margin: 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
}
.description-container {
	padding: 30px;			
}
.description-body {
			
}
.description-btn {
	margin-top: 30px;  
  	text-transform: uppercase;
}
.description-sidebar {
	border-left: 1px solid #e6e6e6;
  	padding-left: 30px;
}
.description-sidebar .text-green {
  	color: #F1D694;
}
.description-sidebar div.point {
	line-height: 20px;
	vertical-align: middle;
}
.description-sidebar div.point p {
	padding-left: 40px;	  
}
.description-sidebar div.point img {
	width: 30px;
	margin-right: 10px;
}
.description-sidebar h2 {
	padding-bottom: 0!important;
}
.description-sidebar h3 {
	font-size: 28px
}
.description-sidebar div.point p {
	padding-top: 5px;
}
.learn-more-bold {
	font-size: 18px;
	color: black;
	font-family: 'ProximaNovaAExCn-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.divider {
	background: url(images/page-section-shadow.png) center bottom no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 25px;
	margin: 20px 0 10px;
}


.apply-btn {
	background: #1b242b;
	text-shadow: none;
	box-shadow: none;
	border-radius: 2px;
	margin: 15px 0 10px;
	width: 90px;
}
.back-list-btn {
	background: #539205;
	text-shadow: none;
	box-shadow: none;
	border-radius: 2px;
  	width: 90px;
}
.apply-btn:hover, .back-list-btn:hover {
	background: #aaa;
}

.search-container {
	width: 220px;
	height: 40px;
	background: #d4d4d4;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 11px;
}
.search-container .id_search {
  	background: transparent;
	color: black;
	line-height: 40px;
	height: 100%;
	padding: 5px 40px 5px 20px;
	border: none;
	box-shadow: none;
  	width: 100%;
  	box-sizing: border-box;
}
.search-container img {
  	position: absolute;
	top: 0px; right: 0px; left: auto;
	height: 100%!important;
  	width: 40px;
}
.table-careers-body tr, .table-careers-body tr td {
	border-top: none!important;
	font-size: 18px;
}
.table-careers-body tr td {
  	font-size: 16px;
	font-family: 'ProximaNovaAExCn-Bold', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-weight: normal;
}
.table-careers-body .text-green {
	color: #F1D694;  
}
.table-careers-body tr:nth-child(even) {
    background-color: #f6f6f6;
}
.table-careers-body tr:nth-child(odd) {
    background-color: transparent;
}

.custom-btn-group {
  	width: 220px;
	margin-bottom: 11px;
}
.custom-btn-group img {
  	height: 100%!important;
	position: absolute;
	top: 0px; right: 0px; left: auto;
}
.custom-dropdown-button {
  	width: 100%;
	height: 40px;
	background: #d4d4d4;
	border-radius: 0!important;
	border: none;
	text-align: left;
	padding: 5px 40px 5px 20px;
	color: black;
	text-shadow: none;
}
.custom-dropdown {
	background: #e6e6e6;
	left: 0;
	right: auto;
	padding: 0;
	box-sizing: border-box;
	text-align: left; 
  	border: 2px solid #e6e6e6;
}
.custom-dropdown li {
	padding: 5px 20px;  
}
.custom-dropdown li:nth-child(odd) {
	background: #f6f6f6;
}

#modalApply{
  height: 80%!important;
  top: 10%!important;
  width: 80%;
  left: 10%;
  right: auto;
  bottom: auto;
  margin: auto;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  position: fixed; 
  overflow: hidden;
}

#modalApply iframe{
  border: 0; 
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

#modalApply .modal-header {
  height: 50px;
  position: absolute;
  width: 100%;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  z-index: 2000;
}

#modalApply .modal-body {
  margin: 0;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  position: relative;
  padding: 28px;
  padding-top: 50px;
  overflow: hidden;
}

.career-carousel {
	width: 100%;
	position: relative;	 
	margin: 20px 0;
	overflow: hidden;
}
.career-carousel .left-button {
	width: 40px;
	height: 80px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 30px;
	z-index: 2;  
}
.career-carousel .right-button {
	width: 40px;
	height: 80px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	right: 30px;
  	z-index: 2;
}
.career-carousel .slides {
	width: auto;
	white-space: nowrap;
	height: 100%;
	display: inline;
}
.career-carousel .slides .slide {
	display: inline-block;
  margin-right: 20px;
}

/*************** GM Videos Page ***************/

.gmvideos{
  margin-bottom: 1em;
}

#videocontainer{
  background: white;
}

#videocontainer #videoViewer{
  background: #1b242a;
  height: 520px;
  margin-top: 0px;
}

#videocontainer #closeVideo{
  cursor: pointer;
}

/*************** Formats Page ***************/

.main-products h1
{
  color: #8ec549;
  text-transform: uppercase;
  font-size: 66px;
}

.main-products .row-fluid .image-container
{
  padding-top: 17px;
}

.main-description b{
  letter-spacing: -0.6px;
}

.ut-products .row-fluid{
  margin-top: 22px;
}

.main-header .search-options
{
  padding-top: 13px;
  display: inline-block;
  width: 100%;
}

.main-header .search-options .gallery-show-all{
  position: absolute;
  left: 47%;
}

.all-filters {
  width: 100%;
  position: relative;
}

.filter-wrapper {
  display: inline-block;
  width: 48%;
  position: relative;
}

.ajax-loader
{
  display: none;
  position: absolute;
  right: -0.7em;
  top: 0.5em;
}

.product-title{
  display: none;
}

.close-bottom{
  top: initial;
  bottom: 0.5em;
  display: none;
}
.videocontainer{
  background: white !important;
}

.videocontainer .videoViewer {
  position: relative;
  padding: 33px;
  margin: 3px 0px 12px 0px;
  background: #1b242a;
  height: 520px;
  margin-top: 0px;
}

.videocontainer .close-link-hover{
  cursor: pointer;
}

.videocontainer[data-videoplayer-type] .thumbnail{
  cursor: pointer;
}

.thumbnail[data-active="0"] {
   display: none;
}

.videocontainer[data-odd="1"] {
  margin-left:-105%;
}

.videocontainer[data-odd="0"] {
  margin-right:-105%; 
}

.videocontainer[data-odd="0"] .arrow_video{
  left: 21.5%;
}

.videocontainer[data-odd="1"] .arrow_video{
  left: 71.5%;
}

.ut-products .span6 .videocontainer .videoViewer{
  height: auto;
  padding: 55px;
}

.ut-products .span6 .videocontainer .videoViewer .video_player{
  height: 460px;
}

.ut-products[data-active="1"] .span6:not(.active-product){
  opacity: 0.4;
}

.videocontainer[data-videoplayer-type="0"] .thumbnail .img_hover_container_value{
  display: none;
}

.videocontainer .videoViewer .product_title{
  color: #8ec542;
  font-size: 32px;
  font-family: ProximaNovaAExCn-Bold;
  margin-bottom: 0px;
}

.videoViewer .video_header{
  margin-bottom: 10px;
}

.videocontainer .wrapper_video{
  width: 105%;
}
.videocontainer .video_player{
  float: none;
  width: 100%;
}

.videocontainer .thumbnails_video{
  float: none;
  width: 82%;
  margin-left: 18%;
}

.videoViewer .video_header .main_title{
  position: static;
  display: inline;  
  width: auto;
}

.videoViewer .video_header .link_gallery_hover{
  display: inline;
  float: right;
  color: #88c542;
  left: -2%;
  font-size: 14px;
}

.videocontainer .videoViewer .description_product{
  width: 100%;
  color: #FFF;
}

.videocontainer .videoViewer .divide{
  background-image: url(/wp-content/themes/untertone/images/dividerline.png);
  background-size: 100% 100%;
  width: 100%;
  height: 9px;
}

.specifications{
  /*position: absolute;
  top: 65%;
  width: 93%;*/
}

.specifications .specs_header{
  margin-bottom: 26px;
  position: relative;
}

.specifications .specs_header span{
  color: #fff;
  font-size: 21px;
  font-family: ProximaNovaAExCn-Bold;
}

.specifications .specs_header a{
  right: 2%;
  bottom: 0;
  position: absolute;
  color: #88c542;
  font-size: 14px;
  font-family: 'ProximaNova-Bold';
}

.specifications .specs_header a:hover{
  text-decoration: none;
  cursor: pointer;
}

.specification .content{
  width: 93%;
  margin-top: 10px;
  position: relative;
}

.specifications .content .table-specs{
  color: white;
}

.specifications .content .logo{
  text-align: right;
}

.specifications .content .logo .logo-container{
  margin-top: 34%;
  padding: 0 18%; 
}

.specifications .content .logo .logo-container img[src="/"]{
  display: none;
}

.table-specs .table tr{
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.table-specs .table tr:first-child,
.table-specs .table tr:last-child,
.table-specs .table tr td {
  border: none;
}

@media (max-width: 767px){

  .ut-products .row-fluid{
    margin-top: 0px;
  }
  
  .main-header .search-options .gallery-show-all{
    left: 87%;
    top: 12%;
  }

  .container-fluid.main-products{
    padding-left: 0;
    padding-right: 0;
  }

  .main-description, .main-header{
    padding-right: 1em;
    padding-left: 1em;
  }

  .span6{
    opacity: 1 !important;
  }

  .main-header.affix,
  .main-header.sticky{
    background: #fff;
    position: fixed !important;
    width: 100%;
    padding-bottom: 13px;
    padding-left: 6px;
    top: 0; 
    left: 0;
    z-index: 100;
    margin-top: 0;
  }

  .main-header.sticky .all-filters .filter-wrapper,
  .main-header.affix .all-filters .filter-wrapper{
    width: 44%;
  }

  .main-header.sticky .all-filters .ajax-loader,
  .main-header.affix .all-filters .ajax-loader{
    right: 4%;
  }

  .main-header .row-fluid{
    position: relative;
  }

  .span6.active-product{
    position: fixed;
    left: 0;
    bottom: 0;
    margin-top: 13px;
  }

  .span6.active-product .videocontainer{
    width: 100%;
    background: #1b242a;
    height: auto;
    position: absolute;
    top: 138px;
    bottom: 0px;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
  }
  
  .span6.active-product .product{
    padding-bottom: 11px;
  }

  .product{
    background-color: #f5f5f5;
    border-top: 2px solid #dedede;
  }

  .product:hover{
    cursor: pointer;
  }

  .video_header, .wrapper_content{
    display: none;
  }

  .videocontainer[data-odd="0"] .arrow_video,
  .videocontainer[data-odd="1"] .arrow_video{
    display: none;
  }

  .videocontainer{
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .product-title, .image-container{
    width: 48%;
    display: inline-block;
    font-family: ProximaNovaAExCn-Bold;
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
    line-height: 1em;
  }

  .product-title{
    padding-left: 5px;
  }

  .specifications .content .logo{
    text-align: center;
  }

  .specifications .content .logo .logo-container{
    margin-top: 0;
  }

  .divider-2{
    display:none;
  }

  .close-bottom{
    display: block;
  }

}

/*************** Video Hero ***************/

#video-hero{
  top: 23%;
  width: 52%;
  left: 19%;
  margin: 0 5%;
}

#video-hero button{
  position: relative;
  left: -13px;
}

#video-hero .modal-body{
  margin-right: 0;
  padding: 31px 23px 31px 31px;
}

#video-hero .modal-body .video_player{
  margin-top: 0;
}

.video-hero-trigger{
  background-image: url('/wp-content/themes/untertone/images/play-btn-sprite.png');
  width: 100%;
  display: inline-block;
  height: 80px;
  width: 83px;
}

.video-hero-trigger:hover{
  background-image: url('/wp-content/themes/untertone/images/play-btn-sprite-hover.png');
}

.video-hero-trigger-container{
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

@media (max-width: 1330px){
  
  #video-hero{
    width: 66%;
    left: 13%;
  }
  
}

.row-fluid [class*="span"]:first-child{
  	margin-left:0px !important;
	}

.hs-form {
  margin-bottom: -20px !important;
	}

.hs-form label{
	visibility:hidden !important;
}

.hs-form label:after{
    content:"NEWSLETTER SIGN-UP";
	visibility:visible;
	border: medium none;
	color: #FFF !important;
	float: left;
	clear: both;
	font-size: 30px !important;
	text-transform: uppercase;
	font-family: 'ProximaNovaAExCn-Bold',"Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-weight: normal;
	margin: 0px 0 10px !important;
	}
		  
footer .newsletter-signup form .hs-input {
	width: 350px;
  	height: 35px;
}

.hs-form .hs-input[placeholder] {
	content:"Email Address";
}
			  
.hs-form .hs-button{
	background: none repeat scroll 0% 0% transparent !important;
	border: medium none !important;
	color: #FFF !important;
	float: right !important;
	clear: both !important;
	font-size: 13px !important;
	display: block !important;
    font-weight: normal !important;
	line-height: 20px !important;
  	vertical-align: middle !important;
 	margin: 0px !important;
  	height: 49px !important;
  	border-radius: 3px !important;
  	font-family: GothamBold !important;
	padding: 1px 11px !important;
  	text-shadow: none !important;
  	box-shadow: none !important;
    top: -35px !important;
    right: -20px !important;
}


@media only screen and (max-width:768px){
	.hs-form label:after{
 	text-align: center !important;
	width: 100% !important;
	}

.hs-form .hs-button{
    text-align: left !important;
  	float: left !important;
	color: #FFF !important;
	width: 30% !important;
	margin: 10px 0px !important;
	}
		
}

@media only screen and (min-width:870px) {
 
  #ultaCarousel .span5 {
	margin-top:11%;
  }
  
}

@media only screen and (min-width:750px) and (max-width:869px) {
 
  #ultaCarousel .span5 {
	margin-top:3%;
  }
  
}

/***************** Opt-Out-Results Page ****************/
.opt-out-result-div {
	width:100%;
	border-top:2px solid #dddddd;
	border-bottom:2px solid #dddddd;
	margin-bottom:50px;
}
	
.opt-out-result-div div:first-child {
	width:100px;
	display:inline-block;
	padding: 12px 12px 12px 25px;
	font-weight:bold;
}
		  
.opt-out-result-div div:nth-child(2) {
	display:inline-block;
	padding: 12px;
}

.opt-out-legent-table {
	width:100%;
	border:2px solid #dddddd;
}
		
.opt-out-legent-table table {
	margin-top: 20px;
}
			
.opt-out-legent-table tr td:first-child {
	width: 100px;
	padding-left: 25px;
}

.opt-out-legent-table tr td:nth-child(2) {
	width: 65px;
}
		
.opt-out-legent-table table td {
	padding: 12px;
	border: none;
}
	
@media only screen and (min-width: 980px) {
	.opt-out-legent-table {
		width: 62%;
	}
}