html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.apps .apps-dropdown {
  display: none;
  position: absolute;
  top: 120px;
  padding: 0;
  z-index: 800;
  width: 200px;
  height: 0px;
  background: #ffffff;
  border: 10px solid #c7c7c7;
  overflow: hidden;
}
.apps .apps-dropdown .icon-nav-arrow-grey {
  width: 20px;
  height: 12px;
  position: absolute;
  top: -22px;
  left: 90px;
}
.apps .apps-dropdown li a, .apps .apps-dropdown li a:link, .apps .apps-dropdown li a:visited {
  font-family: InterfaceR !important;
  font-size: 11pt !important;
  color: #000000;
  padding: 15px 0 15px 10px;
  width: 190px;
}
.apps .apps-dropdown li a:hover {
  background-color: #efefef;
}
.apps .apps-dropdown li:hover {
  background-color: #c7c7c7;
}

.tbg-container {
  z-index: 101;
}
.tbg-container header {
  /*margin-top: -15px;*/
 max-width: 960px;
  position: relative;
  z-index: 500;
}
.tbg-container header .top {
  height: 35px;
  opacity: 1;
  width: 960px;
}
.tbg-container header .top .list {
  float: right;
}
.tbg-container header .top .list li {
  border-right: 1px solid white;
  float: left;
  margin-top: 10px;
  padding: 0 7px;
}
.tbg-container header .top .list li:last-child {
  border-right: none;
  padding-right: 0;
}
.tbg-container header .top .list a:link, .tbg-container header .top .list a:visited {
  font-family: InterfaceR;
  color: white;
  font-size: 8pt;
  text-decoration: none;
}
.tbg-container header .top .list a:hover {
  color: #00a9e0;
}
.tbg-container header .bottom {
  width: 960px;
  margin: 0 auto;
  background-color: #ffffff;
  height: 85px;
  opacity: 1;
}
.tbg-container header .bottom .mobile-bar {
  display: none;
  position: absolute;
  right: 15px;
}
.tbg-container header .bottom .mobile-bar div {
  text-indent: -9999px;
  float: right;
  cursor: pointer;
}
.tbg-container header .bottom .mobile-bar .icon-mobile-search {
  width: 19px;
  height: 20px;
  margin: 11px 0 0 0;
}
.tbg-container header .bottom .mobile-bar .icon-mobile-account {
  width: 24px;
  height: 26px;
  margin: 7px 0 0 0;
}
.tbg-container header .bottom .mobile-bar .icon-mobile-menu {
  width: 19px;
  height: 13px;
  margin: 13px 0 0 0;
}
.tbg-container header .bottom .mobile-bar .icon-mobile-close {
  width: 19px;
  height: 16px;
  margin: 13px 0 0 0;
}
.tbg-container header .bottom .mobile-bar .spacer {
  border-left: 1px solid #c4c5c4;
  border-right: 1px solid #fafafa;
  width: 0px;
  height: 33px;
  margin: 3px 14px 0;
}
.tbg-container header .bottom .logo {
  padding: 18px 0 0 0px;
  float: left;
}
.tbg-container header .bottom .navigation {
  float: left;
  padding: 35px 0 0 15px;
  height: 55px;
  color: black;
}
.tbg-container header .bottom a:link, .tbg-container header .bottom a:visited {
  float: left;
  font-family: InterfaceB;
  text-decoration: none;
  font-size: 13pt;
  color: black;
  border: none;
  outline: 0;
}
.tbg-container header .bottom a:active {
  border: none;
  outline: 0;
}
.tbg-container header .bottom .arrow {
  float: left;
  margin: 5px 0 0 6px;
  width: 11px;
  height: 6px;
}
.tbg-container header .business {
  float: left;
  padding: 35px 0 0 15px;
  height: 55px;
  color: black;
}
.tbg-container header .business a:link, .tbg-container header .business a:visited {
  font-family: InterfaceB;
  text-decoration: none;
  font-size: 13pt;
  color: black;
  outline: 0;
}

#bleed {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  z-index: 100;
  opacity: 1;
}
#bleed .top {
  height: 35px;
  background: #034EA2;
}
#bleed .bottom {
  height: 89px;
  background: white;
}

.tbg-container header {
  /*DR Product Info Widget*/
  /*Ecommerce DR Mini Cart copied from MCD samsung-common.css*/
  /**since link is absolutely positioned (due to z order of "products" flyout) li needs to have a set width **/
  /*fix a.reg-btn a.lg-btn*/
}
.tbg-container header .user {
  z-index: 700;
}
.tbg-container header .user div {
  float: left;
}
.tbg-container header .user .cart a:link {
  color: #00a9e0 !important;
}
.tbg-container header .user .cart a:link, .tbg-container header .user .cart a:visited {
  color: #00a9e0;
}
.tbg-container header .user .cart #product-name {
  color: #00a9e0;
}
.tbg-container header .user .icon-cart {
  height: 12px;
  margin: 1px 0px 0 1px;
  padding: 3px 0px 0 17px;
  width: 54px;
  position: absolute;
  right: 0px;
  line-height: 9px;
  text-transform: uppercase;
}
.tbg-container header .nav-shop a.reg-btn.eCommerceYes {
  background: url(/us/images/common/bg-btn-shop.png) right -76px no-repeat;
}
.tbg-container header .nav-shop a.reg-btn.eCommerceYes span {
  background: url(/us/images/common/bg-btn-shop.png) 0 0 no-repeat;
}
.tbg-container header a.reg-btn.eCommerceYes:hover {
  background: url(/us/images/common/bg-btn-shop.png) right -114px no-repeat;
}
.tbg-container header a.reg-btn.eCommerceYes:hover span {
  background: url(/us/images/common/bg-btn-shop.png) left -38px no-repeat;
}
.tbg-container header .eCommerceYes a.lg-btn {
  background: url(/us/images/common/bg-btn-shop.png) right -248px no-repeat;
}
.tbg-container header .eCommerceYes a.lg-btn span {
  background: url(/us/images/common/bg-btn-shop.png) 0 -152px no-repeat;
}
.tbg-container header .eCommerceYes a.lg-btn:hover {
  background: url(/us/images/common/bg-btn-shop.png) right -296px no-repeat;
}
.tbg-container header .eCommerceYes a.lg-btn:hover span {
  background: url(/us/images/common/bg-btn-shop.png) left -200px no-repeat;
}
.tbg-container header .cart {
  width: 70px;
  z-index: 203;
  /*added during integration phase*/
}
.tbg-container header .miniCartLink, .tbg-container header .closed {
  position: absolute;
  display: block;
  right: 0px;
  width: 54px;
  height: 28px;
  padding: 0 0 0 24px;
  color: #00a9e0;
  z-index: 203;
  /*added during integration phase*/
}
.tbg-container header a.miniCartLink.open {
  background-color: #fff;
  border: 1px solid #7cd0f0;
  border-bottom: none;
  height: 20px;
  width: 48px;
  z-index: 203;
  /*added during integration phase*/
}
.tbg-container header .miniCart {
  position: absolute;
  width: 330px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: none;
  font-family: 'Helvetica','Arial',sans-serif;
}
.tbg-container header .miniCart .cart-container {
  background: #fff;
  border-bottom: 1px solid #00A9E0;
  border-left: 1px solid #00A9E0;
  border-right: 1px solid #00A9E0;
  border-top: 1px solid #00A9E0;
  margin-top: 20px;
  overflow: hidden;
}
.tbg-container header .miniCart a.link-style {
  text-decoration: none;
  color: #00a9e0;
}
.tbg-container header .miniCart a.link-style:hover {
  text-decoration: underline !important;
}
.tbg-container header .mini-cart-item, .tbg-container header .purchase-container {
  margin: 0 10px;
  padding: 15px 0px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  font-size: 9pt;
  color: #666;
  width: 308px;
}
.tbg-container header .mini-cart-item.last {
  border: none;
}
.tbg-container header .mini-cart-item img, .tbg-container header .mini-cart-item .product-details, .tbg-container header .mini-cart-item .product-purchase-details {
  float: left;
}
.tbg-container header .mini-cart-item .product-details {
  width: 150px;
  margin: 0 0 0 10px;
  font-size: 10px;
  line-height: 1.3em;
}
.tbg-container header .mini-cart-item .product-details a, .tbg-container header .mini-cart-item .product-details span {
  font-family: 'Helvetica','Arial',sans-serif;
}
.tbg-container header .mini-cart-item .product-details span {
  display: block;
}
.tbg-container header .mini-cart-item .product-purchase-details {
  width: 70px;
  text-align: right;
}
.tbg-container header .mini-cart-item .product-purchase-details .price {
  margin: 39px 0 0;
  color: #000;
  float: none;
  font-size: 10px;
  width: 70px;
  display: block;
}
.tbg-container header .mini-cart-item .product-purchase-details .quantity {
  color: #33333;
  float: none;
  font-size: 10px;
  width: 70px;
  display: block;
}
.tbg-container header .mini-cart-item.empty-cart {
  font-size: 9pt;
  color: #333;
  border: none;
}
.tbg-container header .purchase-container {
  border: none;
}
.tbg-container header .purchase-container .cart-total {
  font-size: 12px !important;
  color: #000;
  float: right !important;
  width: 160px;
  text-align: right;
  padding: 0 0 4px 0;
  font-family: 'Helvetica','Arial',sans-serif !important;
}
.tbg-container header .purchase-container .view-cart-link {
  float: left;
  background: white url("/us/images/common/icon-shopping-cart.gif") no-repeat 3px center;
  padding: 0 0 0 26px;
  margin: 0px 0 0;
  line-height: 1.2em;
  font-family: 'Helvetica','Arial',sans-serif !important;
  font-size: 10px !important;
  width: 120px;
}
.tbg-container header .purchase-container .view-cart-link span {
  display: block;
}
.tbg-container header .purchase-container .checkout-link {
  float: right !important;
  font-weight: normal;
  clear: both;
}
.tbg-container header .purchase-container .checkout-link span {
  color: #ffffff !important;
}
.tbg-container header .mobile-cart-notice {
  border-top: 1px solid #ddd;
  background: #f7f7f7;
  color: #666;
  padding: 15px;
  font-size: 10pt;
  line-height: 15pt;
  width: 298px;
}
.tbg-container header .mobile-cart-notice em {
  display: block;
  font-weight: bold;
}
.tbg-container header .mobile-cart-notice a {
  font-weight: bold;
}
.tbg-container header .blue-arrow {
  background: transparent url("/us/images/common/icon-blue-arrow.png") no-repeat right center;
  display: inline-block;
  padding: 0 8px 0 0;
  font-family: 'Helvetica','Arial',sans-serif !important;
  font-size: 12px !important;
}
.tbg-container header .aboutsamsung a.reg-btn, .tbg-container header #news a.reg-btn {
  color: #FFF !important;
}
.tbg-container header .miniCart a.reg-btn:hover, .tbg-container header .eCommerceYes a.lg-btn:hover {
  cursor: pointer;
  text-decoration: none;
}
.tbg-container header .cart a:hover {
  cursor: pointer;
}

.tbg-container nav {
  display: none;
  position: absolute;
  top: 124px;
  padding: 10px 0 0 0;
  z-index: 700;
  width: 905px;
  height: 0px;
  background-color: #C7C7C7;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 15px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 15px;
  font-family: InterfaceR;
  font-size: 11pt;
}
.tbg-container nav .sections {
  position: absolute;
  font-size: 14pt;
  margin-top: 10px;
  z-index: 800;
  width: 200px;
}
.tbg-container nav .sections li {
  padding: 6px 0 5px 15px;
  float: left;
  margin: 10px 0 15px;
  cursor: pointer;
  height: 17px;
  width: 174px;
  font-size: 11pt;
  position: relative;
}
.tbg-container nav .sections .selected {
  background: #00a9e0;
  color: white;
}
.tbg-container nav .sections .selected:before {
  content: "";
  width: 5px;
  background: white;
  display: inline-block;
  height: 28px;
  position: absolute;
  margin-top: -6px;
  left: 0px;
  padding: 0;
  z-indez: 20;
}
.tbg-container nav .sections .selected:after {
  content: url(/us/images/icon/active-arrow.png);
  position: absolute;
  z-index: 20;
  left: 189px;
  width: 20px;
  top: 0px;
}
.tbg-container nav .content {
  position: absolute;
  z-index: 700;
  right: 10px;
  background: #ffffff;
  width: 705px;
  height: 330px;
}
.tbg-container nav .content .dark {
  border-right: 1px solid #c7c7c7;
}
.tbg-container nav .content .dark .selected {
  background: #cccccc;
}
.tbg-container nav .content .light .selected {
  background-color: #efefef;
}
.tbg-container nav .content .image {
  position: absolute;
  right: 95px;
  top: 0;
  width: 285px;
  height: 276px;
  text-align: right;
}
.tbg-container nav .content .level2 {
  display: none;
}
.tbg-container nav .content .level3 li {
  padding: 0px !important;
  height: 28px !important;
  width: 205px !important;
  margin-left: 15px !important;
}
.tbg-container nav .content .level3 a {
  font-size: 15px !important;
  color: #000 !important;
  font-family: 'InterfaceR' !important;
  width: 190px;
  padding: 6px 0 5px 15px;
  display: block;
  line-height: 17px;
}
.tbg-container nav .content .menu {
  float: left;
  margin-top: 20px;
  display: none;
  min-height: 290px;
  height: auto !important;
  height: 290px;
}
.tbg-container nav .content .menu li {
  width: 190px;
  height: 17px;
  padding: 6px 0 5px 15px;
  margin: 10px 0;
  cursor: pointer;
  font-size: 11pt;
}
.tbg-container nav .content .menu li:first-child {
  margin: 0;
}
.tbg-container nav .content .menu li:last-child {
  margin: 0;
}
.tbg-container nav .content .product-list {
  position: absolute;
  top: 40px;
  display: none;
}
.tbg-container nav .content .product-list h3 {
  overflow: hidden;
  text-align: center;
  font-size: 11pt;
  color: #666;
  margin-top: -10px;
}
.tbg-container nav .content .product-list h3:before,
.tbg-container nav .content .product-list h3:after {
  background-color: #dddbdb;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.tbg-container nav .content .product-list h3:before {
  right: 0.5em;
  margin-left: -50%;
}
.tbg-container nav .content .product-list h3:after {
  left: 0.5em;
  margin-right: -50%;
}
.tbg-container nav .content .product-list li {
  float: left;
  width: 190px;
  text-align: center;
  margin: 0 17px;
}
.tbg-container nav .content .product-list li .photo {
  height: 170px;
}
.tbg-container nav .content .product-list li .product {
  font-size: 10pt;
  color: #00A9E0;
}
.tbg-container nav .content .product-list a:link, .tbg-container nav .content .product-list a:visited {
  text-decoration: none;
  font-size: 10pt;
  color: #00A9E0 !important;
}
.tbg-container nav .content .product-list a:hover {
  text-decoration: underline;
}
.tbg-container nav .content .device-list {
  margin: 40px 20px 0 0;
}
.tbg-container nav .content .device-list li {
  float: left;
  width: 190px;
  text-align: center;
  margin-left: 35px;
}
.tbg-container nav .content .device-list li .photo {
  height: 170px;
}
.tbg-container nav .content .device-list a:link, .tbg-container nav .content .device-list a:visited {
  text-decoration: none;
  font-size: 10pt;
  color: #00A9E0;
}
.tbg-container nav .content .device-list a:hover {
  text-decoration: underline;
}
.tbg-container nav .content .register img {
  float: left;
  margin: 30px 10px 0 10px;
}
.tbg-container nav .content .register h3 {
  font-size: 23pt;
  line-height: 20pt;
  color: #787878;
  padding: 40px 10px 10px 0;
}
.tbg-container nav .content .register p {
  font-size: 12pt;
  color: #787878;
  padding-right: 10px;
  line-height: 14pt;
}
.tbg-container nav .content .register a:link, .tbg-container nav .content .register a:visited {
  font-family: InterfaceR;
  color: #00a9e0;
  margin-top: 10px;
  font-size: 11pt;
}
.tbg-container nav .content .register a:hover {
  text-decoration: underline;
  color: #00A9E0;
}

.tbg-container header .bottom .query_highlight {
  background: #d7f0fc;
}
.tbg-container header .bottom a.login.account-open {
  height: 15px;
  position: relative;
  padding: 0 3px;
  left: 6px;
  display: block;
  background-color: white;
  border-top: 1px solid #00A9E0;
  border-left: 1px solid #00A9E0;
  border-right: 1px solid #00A9E0;
  border-bottom: none;
  z-index: 203;
}
.tbg-container header .bottom .loggedIn:hover .login {
  color: #00a9e0 !important;
}
.tbg-container header .bottom .loggedIn:hover .myaccount-dropdown {
  display: block;
  opacity: 1;
}
.tbg-container header .bottom .myaccount-dropdown {
  display: none;
  width: 98px;
  heigth: 35px;
  position: absolute;
  right: 198px;
  top: -5px;
  opacity: 0;
  z-index: 200;
  font-family: InterfaceR;
  @-moz-document url-prefix() {
    content {
      right: -18px;
    }
}

}
.tbg-container header .bottom .myaccount-dropdown .content {
  position: absolute;
  margin-top: 20px;
  right: -16px;
  width: 100px;
  background-color: white;
  border-bottom: 1px solid #00A9E0;
  border-left: 1px solid #00A9E0;
  border-right: 1px solid #00A9E0;
  border-top: 1px solid #00A9E0;
  z-index: 0;
  padding: 10px;
}
.tbg-container header .bottom .myaccount-dropdown li {
  line-height: 20pt;
}
.tbg-container header .bottom .myaccount-dropdown li a {
  font-size: 8pt;
  color: black;
  text-decoration: none;
}
.tbg-container header .bottom .myaccount-dropdown li a:hover {
  color: #00a9e0;
}
.tbg-container header .bottom .myaccount-dropdown li.no-border {
  border-right: none;
}
.tbg-container header .bottom .search {
  float: right;
  border: 1px solid #ccc;
  margin: 30px 0 0 0;
  width: 140px;
  height: 26px;
  padding: 0;
}
.tbg-container header .bottom .search input {
  width: 112px;
  height: 20px;
  position: relative;
  border: none;
  float: left;
  top: 2px;
  padding: 0 0 0 5px;
}
.tbg-container header .bottom .search .query_suggest {
  position: absolute;
  right: -1px;
  top:  92px;
  width: 243px;
}
.tbg-container header .bottom .search .query_suggest ul {
  background: white;
  border: 1px solid #6FB7F9;
}
.tbg-container header .bottom .search .query_suggest ul li {
  padding: 6px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: regular;
  font-size: 9pt;
  color: #666;
  border-bottom: 1px dotted #ddd;
  line-height: 13pt;
  cursor: pointer;
}
.tbg-container header .bottom .search .query_suggest ul li .recomm_image{
	float: left;
}
.tbg-container header .bottom .search .query_suggest ul li .recomm_description{
	margin: 0 0 0 60px;
	padding: 0;
}
.tbg-container header .bottom .search .query_suggest ul li strong {
  color: #6FB7F9;
  font-weight: bold;
}
.tbg-container header .bottom .search .query_suggest ul li:hover {
  background: #d7f0fc;
}
.tbg-container header .bottom .search #search {
  width: 275px;
  font-family: InterfaceR;
  color: black;
  font-size: 11pt;
}
.tbg-container header .bottom .search .icon-search {
  width: 19px;
  height: 18px;
  margin-top: 4px;
  margin-right: 4px;
  cursor: pointer;
  z-index: 400;
  float: right;
}
.tbg-container header .bottom .user {
  position: absolute;
  top: 44px;
  right: 0;
  width: auto;
}
.tbg-container header .bottom .user li {
  float: left;
  border-right: 1px solid #808080;
  padding-right: 5px;
  padding-left: 3px;
}
.tbg-container header .bottom .user li span {
  font-family: InterfaceB;
  color: black;
  font-size: 8pt;
  text-transform: uppercase;
  float: left;
  padding-right: 4px;
}
.tbg-container header .bottom .user li:first-child {
  padding-left: 0;
}
.tbg-container header .bottom .user li:last-child {
  padding-right: 0;
  border-right: 0;
}
.tbg-container header .bottom .user a:link, .tbg-container header .bottom .user a:visited {
  font-family: InterfaceR;
  color: black;
  font-size: 8pt;
  text-decoration: none;
}
.tbg-container header .bottom .user a:hover {
  color: #00a9e0;
}

.support .support-dropdown {
  display: none;
  position: absolute;
  top: 124px;
  padding: 0;
  z-index: 800;
  width: 200px;
  height: 0px;
  background: #ffffff;
  border: 10px solid #c7c7c7;
  overflow: hidden;
}
.support .support-dropdown .icon-nav-arrow-grey {
  width: 20px;
  height: 12px;
  position: absolute;
  top: -22px;
  left: 90px;
}
.support .support-dropdown li a:link, .support .support-dropdown li a:visited {
  font-family: InterfaceR;
  font-size: 11pt;
  color: #000000;
  padding: 15px 0 15px 10px;
  width: 190px;
}
.support .support-dropdown li a:hover {
  background-color: #efefef;
}
.support .support-dropdown li:hover {
  background-color: #c7c7c7;
}

.icon-sprite, .icon-active-arrow, .icon-black-arrow-right, .icon-black-arrow, .icon-cart, .icon-checkout-button-over, .icon-checkout-button, .icon-close-grey, .icon-facebook-hero, .icon-google-hero, .icon-indepth-tab, .icon-indepth-triangle, .icon-large-active-arrow, .icon-mobile-account, .icon-mobile-arrow-open, .icon-mobile-arrow, .icon-mobile-close, .icon-mobile-menu, .icon-mobile-search, .icon-mobile-section-arrow, .icon-mobile-section, .icon-nav-arrow-black, .icon-nav-arrow-blue, .icon-nav-arrow-grey, .icon-nav-item-hover, .icon-pause, .icon-pinterest-hero, .icon-play, .icon-search, .icon-twitter-hero {
  background: url('/us/images/icon-sf25d593003.png') no-repeat;
}

.icon-active-arrow {
  background-position: 0 -427px;
}

.icon-black-arrow-right {
  background-position: 0 -622px;
}

.icon-black-arrow {
  background-position: 0 -322px;
}

.icon-cart {
  background-position: 0 -658px;
}

.icon-checkout-button-over {
  background-position: 0 -456px;
}

.icon-checkout-button {
  background-position: 0 -494px;
}

.icon-close-grey {
  background-position: 0 0;
}

.icon-facebook-hero {
  background-position: 0 -176px;
}

.icon-google-hero {
  background-position: 0 -106px;
}

.icon-indepth-tab {
  background-position: 0 -35px;
}

.icon-indepth-triangle {
  background-position: 0 -532px;
}

.icon-large-active-arrow {
  background-position: 0 -211px;
}

.icon-mobile-account {
  background-position: 0 -580px;
}

.icon-mobile-arrow-open {
  background-position: 0 -542px;
}

.icon-mobile-arrow {
  background-position: 0 -551px;
}

.icon-mobile-close {
  background-position: 0 -606px;
}

.icon-mobile-menu {
  background-position: 0 -733px;
}

.icon-mobile-search {
  background-position: 0 -560px;
}

.icon-mobile-section-arrow {
  background-position: 0 -402px;
}

.icon-mobile-section {
  background-position: 0 -358px;
}

.icon-nav-arrow-black {
  background-position: 0 -752px;
}

.icon-nav-arrow-blue {
  background-position: 0 -746px;
}

.icon-nav-arrow-grey {
  background-position: 0 -721px;
}

.icon-nav-item-hover {
  background-position: 0 -691px;
}

.icon-pause {
  background-position: 0 -766px;
}

.icon-pinterest-hero {
  background-position: 0 -70px;
}

.icon-play {
  background-position: 0 -758px;
}

.icon-search {
  background-position: 0 -673px;
}

.icon-twitter-hero {
  background-position: 0 -141px;
}

#header {
  padding-top: 0px !important;
  width: auto !important;
}

.tbg-container {
  overflow: visible;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.noMargin{margin-top: -1px !important;}