﻿@font-face {
  font-family: 'Conv_gotham-book-1361523257';
  src: url('/fonts/gotham-book-1361523257.eot');
  src: local('☺'), url('/fonts/gotham-book-1361523257.woff') format('woff'),
   url('/fonts/gotham-book-1361523257.ttf') format('truetype'), 
   url('/fonts/gotham-book-1361523257.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'bodoni_btitalic';
    src: url('/fonts/bodoni-bt-italic-webfont.eot');
    src: url('/fonts/bodoni-bt-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bodoni-bt-italic-webfont.woff2') format('woff2'),
         url('/fonts/bodoni-bt-italic-webfont.woff') format('woff'),
         url('/fonts/bodoni-bt-italic-webfont.ttf') format('truetype'),
         url('/fonts/bodoni-bt-italic-webfont.svg#bodoni_btitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url('/fonts/Gotham-Bold.eot') format('embedded-opentype');
   src: local('☺'), url('/fonts/Gotham-Bold.woff') format('woff'),
   url('/fonts/Gotham-Bold.ttf') format('truetype'), 
   url('/fonts/Gotham-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_gotham-light-1361523255';
  src: url('/fonts/gotham-light-1361523255.eot');
  src: local('☺'), url('/fonts/gotham-light-1361523255.woff') format('woff'), 
  url('/fonts/gotham-light-1361523255.ttf') format('truetype'), 
  url('/fonts/gotham-light-1361523255.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-LightItalic';
  src: url('/fonts/Gotham-LightItalic.eot?#iefix') format('embedded-opentype'),  
  url('/fonts/Gotham-LightItalic.otf')  format('opentype'),
       url('/fonts/Gotham-LightItalic.woff') format('woff'), 
       url('/fonts/Gotham-LightItalic.ttf')  format('truetype'), 
       url('/fonts/Gotham-LightItalic.svg#Gotham-LightItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), 
  url('/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), 
  url('/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), 
  url('/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_gotham-medium-1361523254';
  src: url('/fonts/gotham-medium-1361523254.eot');
  src: local('☺'), url('/fonts/gotham-medium-1361523254.woff') format('woff'), 
  url('/fonts/gotham-medium-1361523254.ttf') format('truetype'),
   url('/fonts/gotham-medium-1361523254.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'Conv_gotham-book-1361523257';
    border: medium none;
    background-color: #0073ba;
    color: #404c53;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
 p {
  font-family: 'Conv_gotham-light-1361523255';
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  color: #404c53;
}
.clear, .cl, .clr {
    clear: both;
}

img {
    vertical-align: top;
    max-width: 100%;
    outline: none;
    border:none;
}
a {
  outline: none;
   transition: all 0.2s ease-in 0s;
   text-decoration: none;
}
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="button"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="email"],
textarea
{
    -webkit-appearance: none !important;
    border-radius: 0;
    outline: none;
}
select {
   box-shadow: none;
   background: #fff;
}
h1 {
    font-family: 'Conv_gotham-light-1361523255';
    font-weight: normal;
    font-size: 44px;
    line-height: 50px;
    color: #fff;
}
h1.category {
    font-family: 'Conv_gotham-light-1361523255';
    font-weight: normal;
    font-size: 44px;
    line-height: 50px;
    color: black;
}
h2 {
     font-family: 'Conv_gotham-light-1361523255';
     font-weight: normal;
     font-size: 38px;
     line-height: 42px;
     color: #404c53;
}
h3 {
    font-weight: normal;
    font-size: 29px;
    line-height: 32px;
    color: #404c53;
    font-family: 'Conv_gotham-book-1361523257';
}
h4 {
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
}
h5 {
   font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #404c53;
  font-family: 'Conv_gotham-book-1361523257';
}
h6 {
   font-weight: normal;
  font-family: 'Gotham-Bold';
  font-size: 14px;
  line-height: 20px;
}
* { 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}
ul {
    list-style: none;
}
a {
  text-decoration: none;
}
body #hamburger {
  background: none repeat scroll 0 0 #bebebe;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  opacity: 0.5;
  top: 0;
  width: 100%;
}

body #hamburger:before, body #hamburger:after, body #hamburger span {
  background: none repeat scroll 0 0 #080F4E;
  content: "";
  display: block;
  height: 5px;
  left: 20px;
  position: absolute;
  width: 30px;
}
body #hamburger {
  display: none;
}
.navigation ul li a:hover, .navigation ul li:hover a, .mm-list a:hover, .top-nav ul li a:hover {
  color: #404c53;
}
body li.active a, .navigation ul li.active a {
  color: #404c53;
}
body .mm-menu .mm-list > li > a.mm-subclose {
  background: #f5f5f5;
  color: #006a79;
}
body .mm-menu {
  background: #fff;
  color: #669900;
}
body .mm-menu ul li a {
  color: #818181;
font-family: 'Conv_gotham-book-1361523257';
font-size: 13px;
line-height: 19px;
}
body .mm-menu ul li.active a {
  color: #404c53;
}
body .mm-menu .mm-list > li > a.mm-subopen::after, body .mm-menu .mm-list > li > a.mm-subclose::before {
  border-color: #006a79;
}
html.mm-opened,
html.mm-opened body{
  overflow: hidden !important;
  width: 100% !important;
  height:100% !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch; /*MAKES OVERFLOWN OBJECTS HAVE INERTIA SCROLLING*/
  -webkit-transform: translateZ(0px); /*HELPS THE ABOVE WORK IN IOS5*/
}
.header {
  background: #fff;
}
.h6-popular-inner-text {
  font-weight: normal;
  font-family: 'Gotham-Bold';
  font-size: 14px;
}
.header-bottom {
  background: #fff;
  border-top: 1px solid #988d70;
  padding-top: 9px;
}
.logo {
  float: left;
  padding: 21px 0 8px 25px;
  width: 26%;
}
.navigation {
  float: left;
  text-align: right;
  width: 100%;
}
.navigation ul li {
  display: inline-block;
  padding: 0 8px;
  vertical-align: middle;
  background: url("/images/nav-border.png") no-repeat left center;
}
.navigation ul li:first-child {
  padding-left: 0;
  background: none;
}
.navigation ul li a {
  color: #818181;
  display: block;
  font-family: "Conv_gotham-book-1361523257";
  font-size: 13px;
  line-height: 19px;
  padding-top: 18px;
}
.box-shadow {
  box-shadow: -1px 3px 3px 4px #ededed;
}
.header-right {
  float: right;
  padding-right: 14px;
  width: 74%;
}
.navigation-button {
  float: left;
  font-size: 0;
  margin-top: 15px;
  padding-right: 2px;
  margin-bottom: 11px;
  text-align: right;
  width: 100%;
}
.navigation-button a {
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-family: "Conv_gotham-book-1361523257";
  font-size: 13px;
  height: 42px;
  line-height: 16px;
  margin-right: 8px;
  padding: 13px 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
}
.navigation-button a.clipart {
  background: #0173BA;
  width: 209px;
}
.navigation-button a.clipart-sm {
  background: #0173BA;
  width: 150px;
}
.navigation-button a.clipart-sm:hover {
   background: #7eb800;
} 
.navigation-button a.live-chat {
  background: #7eb800;
  width: 115px;
}
.navigation-button a.clipart:hover {
   background: #7eb800;
} 
.navigation-button a.live-chat:hover {
  background: #0173BA;
} 
.banner {
  position: relative;
}
.ban-overflow {
  overflow: hidden;
}
.ban-img {
  max-width: 2200px;
  position: relative;
  left: 50%;
  margin-left: -1100px;
}
.banner-over {
  position: absolute;
  top: 0;
}
.drink-image {
  display: inline-block;
  vertical-align: top;
  margin-left: 38px;
  margin-top: 32px;
}
.banner-text {
  display: inline-block;
  margin-top: 96px;
  overflow: hidden;
  padding-left: 64px;
  vertical-align: top;
}
.banner-text h1 span {
  font-family: 'Gotham-Bold';
  font-size: 44px;
  line-height: 50px;
}
.banner-text span {
  font-size: 30px;
  line-height: 36px;
  font-family: 'Conv_gotham-light-1361523255';
  color: #fff;
}
.container.banner {
  padding-left: 0;
  padding-right: 0;
}
.banner-text h1 {
  padding-bottom: 7px;
}
.banner .navigation-button {
  margin-top: 27px;
  text-align: left;
}
.banner .navigation-button span {
  font-family: "Gotham-Bold";
  font-size: 13px;
  line-height: 19px;
}
.banner .navigation-button a {
  height: 47px;
  padding: 14px 0;
}
.banner .navigation-button a.clipart {
  width: 230px;
  background: #f2c200;
}
.banner .navigation-button a.live-chat {
  width: 155px;
}
.banner .navigation-button a.live-chat:hover {
   background: #f2c200;
}
.banner .navigation-button a.clipart:hover {
  background: #7eb800;
}
.banner-middle {
  background: #fff;
}
.banner-middle > .row {
  overflow: visible;
}
.slide-dot {
  float: right;
  margin-top: 38px;
  text-align: right;
  width: 100%;
}
.slide-dot a {
  background: #0097da;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  margin-left: 4px;
}
.slide-dot a.active, .slide-dot a:hover {
  background: #5ebbe4;
}
.small-icon-main {
  float: right;
  font-size: 0;
  margin-top: -49px;
  overflow: hidden;
  padding-right: 111px;
  position: relative;
  text-align: right;
  width: 100%;
}
.small-icon span {
  color: #404c53;
  display: block;
  font-size: 14px;
  line-height: 19px;
  padding-top: 4px;
}
.small-icon {
  /*background: #f0f0f0;*/
  background: #FFD835;
  border-radius: 4px;
  display: inline-block;
  height: 116px;
  margin-left: 1%;
  text-align: center;
  vertical-align: top;
  width: 116px;
  padding: 15px 0 0;
}
.small-icon-main a {
  margin-left: 1%;
}
.small-icon:first-child, .small-icon-main a:first-child {
  margin-left: 0;
}
.icon-image {
  min-height: 46px;
}
.middle-text {
  margin: 0 auto;
  max-width: 922px;
  overflow: hidden;
  padding-bottom: 60px;
  padding-top: 63px;
  text-align: center;
  width: 100%;
}
.middle-text p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 17px;
}
.middle-text h2 span {
  font-family: "Gotham-Bold";
}
.standard-personalize {
  float: left;
  width: 100%;
  background: #f0f0f0;
}
.standard-inner  {
  width: 797px;
  margin: 0 auto;
}
.standard-right {
  overflow: hidden;
  padding-bottom: 29px;
  padding-left: 40px;
  padding-top: 35px;
}
.standard-right span {
   font-size: 27px;
   line-height: 35px;
   color: #404c53;
   font-family: 'Conv_gotham-light-1361523255';
   float: left;
}
.standard-right a {
  background: #5ebbe4;
  border-radius: 4px;
  color: #ffffff;
  float: right;
  font-family: "Conv_gotham-book-1361523257";
  font-size: 16px;
  height: 49px;
  line-height: 22px;
  margin-top: 8px;
  max-width: 153px;
  padding: 14px 0;
  text-align: center;
  width: 100%;
}
.standard-right a:hover, .drink-koozie-text a:hover {
  background: #7eb800;
}
.standard-image {
  float: left;
  margin-top: -30px;
  width: 150px;
}
.drink-koozie-text p {
  margin-bottom: 28px;
}
.drink-koozie-text h1 { /*Added by SJF 4-27-15 */
  margin-bottom: 28px;
  color: #404c53;
}

.drink-koozie-text p.large {
  font-size: 19px;
  line-height: 27px;
  font-family: "Conv_gotham-book-1361523257";
}
.drink-koozie-text p.small {
  font-family: "Conv_gotham-book-1361523257";
  font-size: 15px;
  line-height: 26px;
}
/*.drink-koozie-text a.small {
  font-family: "Conv_gotham-book-1361523257";
  font-size: 15px;
  line-height: 26px;
}*/
.home-page-link-small a {
  font-family: "Conv_gotham-book-1361523257";
  font-size: 15px;
  line-height: 26px;
  }
.drink-koozie-text {
  float: left;
  padding-right: 4px;
  width: 60%;
}
.drink-koozie-image {
  float: left;
  padding-left: 67px;
  padding-top: 3px;
  width: 40%;
}
.drink-koozie {
  float: left;
  padding: 55px 47px 66px;
  width: 100%;
}
.drink-koozie h3 {
  padding-bottom: 24px;
}
/*.drink-koozie-text a {
  background: #0073ba;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  font-family: "Conv_gotham-book-1361523257";
  font-size: 16px;
  height: 45px;
  line-height: 19px;
  max-width: 138px;
  padding: 14px 0;
  text-align: center;
}*/

.review-block {
  background: #f0f0f0;
  position: relative;
}
.review-block:before {
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #ffffff;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -18px;
  position: absolute;
  top: -2px;
  width: 0;
} 
.review-inner-main {
  overflow: hidden;
  max-width: 1094px;
  width: 100%;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 52px;
}
.review-inner {
  background: #ffffff;
  border-radius: 5px;
  float: left;
  margin-left: 1.7%;
  padding: 21px 30px 26px;
  width: 32.2%;
  box-shadow: 3px 0 3px #e2e2e2;
}
.review-inner:first-child {
  margin-left: 0;
}
.review-inner span {
  font-family: 'Conv_gotham-light-1361523255';
  font-size: 13px;
  line-height: 18px;
  color: #17528e;
}
.review-inner p {
  font-family: 'Conv_gotham-light-1361523255';
  color: #818181;
  font-size: 14px;
  line-height: 19px;
  margin: 5px 0 10px;
}
.review-inner a {
  font-family: 'Gotham-LightItalic';
  font-size: 13px;
  line-height: 16px;
  color: #404c53;
}
.review-inner a:hover {
  color: #17528e;
}
.review-block .box-shadow, .footer-top .box-shadow {
  box-shadow: -1px 5px 3px 4px #e6e6e6;
}
.more-review {
  background: #fff;
  border-top: 3px solid #7eb800;
  position: relative;
}
.more-review > .row {
  overflow: visible;
}
.view-more-btn {
  font-family: 'Conv_gotham-book-1361523257';
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 4px;
  background: #7eb800;
  max-width: 208px;
  margin: -22px auto 0;
  width: 100%;
  height: 45px;
  padding: 13px 0;
}
.view-more-btn:hover {
  background: #0073ba;
}
.mr-inner {
  margin: 0 auto;
  max-width: 711px;
  overflow: hidden;
  padding-bottom: 55px;
  padding-top: 31px;
  width: 100%;
}
.mr-inner h3 {
  display: inline-block;
  padding-right: 22px;
  vertical-align: middle;
}
.get-start-btn {
  background: #5ebbe4;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-family: "Conv_gotham-book-1361523257";
  font-size: 16px;
  height: 49px;
  line-height: 18px;
  max-width: 174px;
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.get-start-btn:hover {
  background: #7eb800;
}
.footer-top {
  background: #f0f0f0;
  position: relative;
  text-align: center;
}
.authorized-main {
  font-size: 0;
  padding-bottom: 29px;
  padding-top: 30px;
}
.authorized-main ul li {
  display: inline-block;
  vertical-align: middle;
  background: url("/images/footer-border.png") no-repeat left center;
  padding: 0 9px;
}
.authorized-main ul li:first-child {
  background: none;
  padding-left: 0;
}
.authorized-main ul {
  margin-top: 13px;
}
.authorized-main ul li a {
  font-size: 13px;
  line-height: 20px;
  color: #404c53;
  font-family: 'Conv_gotham-book-1361523257';
}
.authorized-main ul li a:hover {
  color: #5ebbe4 ;
}
.footer {
  background: #0173BA;
  padding-top: 33px;
  padding-bottom: 33px;
  position: relative;
}
.social-icon {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.social-icon a {
  width: 35px;
  height: 35px;
  background: #0091d2;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.social-icon .fa {
  color: #ffffff;
  padding-top: 9px;
}
.social-icon a:hover {
  background: #5ebbe4;
}
.footer p {
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  font-family: 'Conv_gotham-book-1361523257';
  text-align: center;
  margin-top: 20px;
}
.small-icon-main a:hover .small-icon  {
  background: #7eb800;
    /*background: #7eb800;*/
}
.small-icon-main a:hover .small-icon span {
  color: #fff;
}
.small-icon-main a:hover .icon-image img {
  display: none;
}
.small-icon-main a:hover .icon-image {
  background: url("/images15/koonize-hover.png") no-repeat;
  background-position: center center; 
}
.small-icon-main a:hover .icon-image.icon-two-hover {
  background: url("/images15/sport-buttol-hover.png") no-repeat;
  background-position: center center; 
}
.small-icon-main a:hover .icon-image.icon-three-hover {
  background: url("/images15/mugs-hover.png") no-repeat;
  background-position: center center; 
}
.small-icon-main a:hover .icon-image.icon-four-hover {
  background: url("/images15/wedding-favor-hover.png") no-repeat;
  background-position: center center; 
}
.small-icon-main a:hover .icon-image.icon-five-hover {
  background: url("/images15/contact-hover.png") no-repeat;
  background-position: center center; 
}


.in-ban-txt h1 {
  font-size: 32px;
  font-family: "Gotham-Bold";
  line-height: 36px;
  padding-bottom: 0;
}
.in-ban-txt span {
  font-size: 24px;
  line-height: 28px;
}
.in-ban-txt .drink-image {
  margin-left: 4px;
  margin-top: 49px;
}
.in-ban-txt .banner-text {
  margin-top: 104px;
  padding-left: 29px;
}
.bread-crumb {
  float: left;
  font-size: 0;
  margin-top: 40px;
  width: 100%;
}
.bread-crumb ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-family: 'Conv_gotham-book-1361523257';
  font-size: 15px;
  line-height: 18px;
  padding: 0 17px;
  color: #0073ba;
  background: url("/images/bread-crumb-arrow.png") no-repeat left 7px;

}
.bread-crumb ul li:first-child a, .bread-crumb ul li:first-child {
  background: none;
  padding-left: 0;
}
.bread-crumb ul li a {
  font-family: 'Conv_gotham-book-1361523257';
  font-size: 15px;
  line-height: 18px;
  color: #0073ba;
}
.bread-crumb ul li a:hover, .bread-crumb li.active {
  color: #7eb800;
}
 .bread-crumb li.active {
  background: url("/images/bread-crumb-hover.png") no-repeat left 7px;
 }
.collapsible-coolie {
  border-bottom: 0;
  float: left;
  margin-top: 24px;
  padding-bottom: 18px;
  width: 100%;
}
.image-viewer a {
  border: 1px solid #dddddd;
  display: inline-block;
  padding: 18px;
  vertical-align: top;
}
.thumb-main a {
  margin-left: 4.3%;
  min-height: 99px;
  padding: 0 1px;
}
.thumb-main a:first-child {
  margin-left: 0;
}
.thumb-main {
  font-size: 0;
  margin-top: 12px;
  overflow: hidden;
}
.image-viewer a:hover {
  border-color: #0073ba;
}
.thumb-arrow {
  margin-top: 6px;
  text-align: center;
}
.thumb-arrow a {
  border: none;
  padding: 0 0 0 7px;
}
.thumb-arrow a:first-child {
  padding-left: 0;
}
.image-viewer {
  float: left;
  width: 28%;
}
.image-viewer-gallery {
  float: left;
    width: 28%;
  align-content:center;
}
.collapsible-coolie-right {
  float: left;
  padding-left: 25px;
  width: 72%;
}
.collapsible-coolie-right-gallery {
  float: left;
  width: 62%;
}
.collapsible-coolie-right-gallery h3 {
  color: #404c53;
  font-family: "Gotham-Bold";
  font-size: 28px;
  line-height: 32px;
  padding-bottom: 10px;
}

.collapsible-top {
  float: left;
  width: 100%;
}
.collapsible-top h1 {  /*Added 4-23-15 for SEO*/
    font-weight: normal;
    font-size: 29px;
    line-height: 32px;
    color: #404c53;
    font-family: 'Conv_gotham-book-1361523257';
}
.collapsible-coolie-right h3 {
  color: #404c53;
  font-family: "Gotham-Bold";
  font-size: 28px;
  line-height: 32px;
  padding-bottom: 10px;
}
.low-price, .avereage-rating {
  display: inline-block;
  vertical-align: top;
  font-family: 'Conv_gotham-book-1361523257';
  font-size: 14px;
  line-height: 22px;
  color: #404c53;
}
.low-price-main {
  float: left;
  width: 100%;
}
.low-price span {
  color: #0073ba;
  font-size: 18px;
  line-height: 22px;
}
.detail-main {
  float: left;
  padding-bottom: 54px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}
.avereage-rating {
  float: right;
}
.price-box-main {
  float: left;
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.price-box {
  float: left;
  padding-bottom: 15px;
  padding-right: 19px;
  width: 131px;
}
.price-box ul {
  border: 1px solid #dddddd;
  border-radius: 4px;
  text-align: center;
  background: #f5f5f5;
}
.price-box ul li {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 4px;
  padding-top: 4px;
}
.price-box ul li.last {
  border-bottom: none;
}
.product-feature {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.product-feature h4, .product-description h4, 
.item-option h4, .item-price-main h4, .collaps-feature-product h4 {
  font-family: 'Conv_gotham-medium-1361523254';
  font-size: 18px;
  line-height: 22px;
  color: #7eb800;
  text-transform: uppercase;
}
.feature-icon {
  display: inline-block;
  padding-left: 10px;
  vertical-align: top;
}
.feature-icon:first-child {
  padding-left: 0;
}
.feature-image {
  float: left;
  font-size: 0;
  margin-top: 15px;
  width: 100%;
}
.feature-image a {
  background: #0173ba;
  height: 70px;
  width: 70px;
 display: inline-block;
  vertical-align: top;
  text-align: center;
  border-radius: 4px;
  padding-top: 13px;
}
.ic-three a {
  padding-top: 22px;
}
.ic-four a {
  padding-top: 17px;
}
.ic-seven a {
  padding-top: 19px;
}
.feature-icon span {
  color: #404c53;
  font-size: 12px;
  line-height: 16px;
  display: block;
  text-align: center;
  padding-top: 5px;
}
.product-feature-text {
  color: #0073ba;
  float: left;
  font-family: "Gotham-Bold";
  font-size: 14px;
  line-height: 23px;
  margin-top: 22px;
  width: 100%;
}
.product-feature-text span {
  display: block;
}
.product-description {
  float: left;
  margin-top: 23px;
  width: 100%;
  padding-bottom: 25px;
}
.product-description p {
  font-size: 13px;
  line-height: 23px;
  color: #404c53;
  margin-top: 15px;
}
.product-description ul  {
  margin-top: 25px;
  padding-left: 8px;
}
.product-description ul li {
  font-size: 14px;
  line-height: 24px;
  background: url("/images/description-arrow.png") no-repeat left center;
  padding-left: 20px;
}
.product-description span {
  font-size: 15px;
  line-height: 20px;
  display: block;
  margin-top: 25px;
}
.product-description a {
  color: #7eb800;
  text-decoration: underline;
}
.product-description a:hover {
  color: #404c53;
}
.imprint-area-main {
  float: left;
  width: 100%;
  border-top: 1px solid #ddd;
}
.imprint-block {
  float: left;
  padding-top: 23px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 23px;
}
.imprint-area-main h4 {
  color: #0073ba;
  font-family: "Conv_gotham-medium-1361523254";
  padding-bottom: 4px;
}
.imprint-area-main p {
  font-family: 'Conv_gotham-book-1361523257';
  font-size: 14px;
  line-height: 23px;
}
.available-color {
  float: left;
  margin-top: 15px;
  width: 100%;
}
.available-color a {
  font-family: "Conv_gotham-medium-1361523254";
  font-size: 14px;
  line-height: 22px;
  color: #404c53;
  border-bottom: 1px solid #cfd2d4;
}
.color-box {
  margin-top: 10px;
  font-size: 0;
}
.available-color-left {
  float: left;
  width: 50%;
}
.available-color-right {
  float: left;
  width: 50%;
}
.color-box a:first-child {
  padding-left: 0;
}
.color-box a {
  padding-right: 7px;
  padding-bottom: 7px;
  border-bottom: none;
  display: inline-block;
  vertical-align:top;
}
.production-calculation {
  float: left;
  margin-top: 45px;
  width: 100%;
}
.pc-left {
  float: left;
  width: 58.2%;
}
.pc-img {
  position: relative;
}
.pc-txt h3 {
font-family: 'Conv_gotham-light-1361523255';
font-size: 28px;
line-height: 35px;
color: #fff;
}
.pc-txt h3 span {
 font-family: 'bodoni_btitalic';
 display: block;
 font-size: 42px;
 line-height: 45px;
}
.pc-txt-h3 {/*Added by SJF 4-27-15 */
font-family: 'Conv_gotham-light-1361523255';
font-size: 28px;
line-height: 35px;
color: #fff;
}
.pc-txt-h3-span {/*Added by SJF 4-27-15 */
 font-family: 'bodoni_btitalic';
 display: block;
 font-size: 42px;
 line-height: 45px;
}
.pc-txt {
  left: 28px;
  position: absolute;
  top: 38px;
}
.production-calculation a {
  background: #0073ba;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  font-family: "Conv_gotham-medium-1361523254";
  font-size: 16px;
  height: 36px;
  line-height: 22px;
  max-width: 137px;
  padding: 7px 0;
  left: auto;
  position: absolute;
  right: 58px;
  text-align: center;
  text-transform: uppercase;
  top: 59px;
  width: 100%;
}
.production-calculation a:hover {
   background: #7EB800;
} 
.pc-right {
  float: right;
  padding-left: 22px;
  position: relative;
  width: 41.8%;
}
.offer-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.offer-txt h4 {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Conv_gotham-book-1361523257';
  color: #fff;
}
.offer-txt h4 span {
  font-size: 38px;
  line-height: 42px;
  font-family: 'Conv_gotham-medium-1361523254';
  display: block;
  text-transform: uppercase;
}
.offer-left {
  float: left;
  padding-left: 46px;
  padding-top: 32px;
}
.offer-right {
  float: right;
  padding-right: 20px;
  padding-top: 26px;
}
.offer-right h3 {
  color: #0073ba;
  font-family: "Conv_gotham-medium-1361523254";
  font-size: 22px;
  line-height: 24px;
  text-align: right;
}
.offer-right span {/*Added by SJF 4-27-15 */
  color: #0073ba;
  font-family: "Conv_gotham-medium-1361523254";
  font-size: 22px;
  line-height: 24px;
  text-align: right;
}
.offer-right h3 span {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Conv_gotham-book-1361523257';
  display: block;
}
.production-calculation .offer-right a {
  right: 21px;
  top: 85px;
}
.item-option {
  border-bottom: 1px solid #dddddd;
  float: left;
  margin-top: 58px;
  padding-bottom: 36px;
  width: 100%;
}
.item-form-main {
  overflow: hidden;
  margin-top: 25px;
}
.option-box {
  margin-top: 20px;
}
.option-box:first-child {
  margin-top: 0;
}
.option-box span {
  color: #0073ba;
  display: block;
  font-family: "Conv_gotham-book-1361523257";
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0px;
  margin-right: 10px;
}
.option-box a {
  font-family: 'Conv_gotham-book-1361523257';
  font-size: 12px;
  line-height: 15px;
  color: #7eb800;
  text-decoration: underline;
}
.option-box a:hover {
  color: #0073ba;
}
.option-box select, .option-box input[type="text"], .option-box textarea, .quantity input[type="text"] {
  color: #76787a;
  font-family: 'Conv_gotham-book-1361523257';
  font-size: 12px;
  line-height: 15px;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 4px;
  max-width: 554px;
  height: 36px;
  width: 95%;
  padding: 10px 5px 10px 12px;
}
 .option-box input[type="text"] {
  max-width: 253px;
  width: 100%;
  height: 36px;
 }
.option-box input[type="submit"] {
  max-width: 88px;
  height: 36px;
  background: #0073ba;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-family: 'Conv_gotham-medium-1361523254';
  font-size: 14px;
  line-height: 20px;
  border: none;
  outline: none;
  text-transform: uppercase;
  width: 100%;
  margin-left: 4px;
}
.option-box input[type="submit"]:hover {
  background: #7eb800;
}
.option-box ::-webkit-input-placeholder { /* WebKit browsers */
    color:   #76787a;
}
.option-box :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #76787a;
   opacity:  1;
}
.option-box ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #76787a;
   opacity:  1;
}
.option-box :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #76787a;
}
.option-box  img {
  display: block;
  margin-top: 15px;
}
.item-form-left {
  float: left;
  width: 50%;
}
.option-box textarea {
  height: 90px;
  padding-top: 7px;
}
.option-box .clip-art {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Conv_gotham-medium-1361523254';
  color: #fff;
  text-align: center;
  background: #0073ba;
  text-transform: uppercase;
  max-width: 349px;
  height: 36px;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  width: 100%;
  padding: 6px 0;
}
.option-box .clip-art:hover, .item-price-main .add-to-cart:hover  {
  background: #7eb800;
  color: #fff;
}
.item-price-main {
  border-bottom: 1px solid #dddddd;
  float: left;
  margin-top: 30px;
  padding-bottom: 30px;
  width: 100%;
}
.total-quantity {  
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
}
.total-price {
  display: inline-block;
  font-family: "Conv_gotham-book-1361523257";
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
}
.total-price span {
  font-family: 'Conv_gotham-medium-1361523254';
  font-size: 18px;
  line-height: 22px;
  color: #0073ba;
  padding-left: 5px;
}
.quantity input[type="text"] {
  font-size: 12px;
  height: 36px;
  line-height: 16px;
  margin-left: 9px;
  max-width: 71px;
  width: 100%;
}
.quantity span {
  font-family: 'Conv_gotham-book-1361523257';
  font-size: 12px;
  line-height: 22px;
  color: #5b6469;
}
.quantity {
  display: inline-block;
  padding-left: 0px;
  vertical-align: middle;
}
.item-price-main .add-to-cart {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  max-width: 129px;
  width: 100%;
  height: 36px;
  background: #0073ba;
  display: block;
  padding: 5px 0;
  float: left;
  border-radius: 4px;
  text-transform: uppercase;
}
.collaps-feature-product {
  float: left;
  width: 100%;
  margin-top: 28px;
}
.collaps-feature-product h6, .can-standard-text h6 {
  color: #0073ba;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.collaps-feature-product p, .can-standard-text p {
  font-family: 'Conv_gotham-book-1361523257';
  font-size: 11px;
  line-height: 16px;
}
.collaps-feature-product span, .can-standard-text span {
  color: #7eb800;
  display: block;
  font-family: "Conv_gotham-medium-1361523254";
  font-size: 14px;
  line-height: 22px;
  padding-top: 5px;
}
.collaps-feature-product-block {
  border: 1px solid #dddddd;
  border-radius: 6px;
  float: left;
  width: 100%;
}
.collaps-inner-image {
  float: left;
  padding-left: 7px;
  padding-right: 25px;
  padding-top: 11px;
}
.collaps-inner-image-text {
  background: #efefef;
  border-left: 1px solid #dddddd;
  overflow: hidden;
  padding: 14px 10px 20px 15px;
}
.collaps-feature-product  h4 {
  padding-bottom: 17px;
}
.collaps-feature-in {
  float: left;
  margin-bottom: 16px;
  padding-right: 34px;
  width: 50%;
}
.collaps-feature-in-main {
  overflow: hidden;
  margin-right: -34px;
}
.in-ban-category .drink-image {
  margin-left: 49px;
  margin-top: 20px;
}
.in-ban-category .banner-text h1 span {
  font-size: 32px;
  line-height: 36px;
}
.in-ban-category  .banner-text {
  margin-top: 91px;
  padding-left: 34px;
}
.in-ban-category  .banner-text h1 {
  padding-bottom: 0;
}
.in-ban-category .banner-text span {
  font-size: 24px;
  line-height: 26px;
}
.category-title {
  float: left;
  font-size: 14px;
  line-height: 22px;
  margin-top: 47px;
  text-align: center;
  width: 100%;
}
.main-category-selection {
  clear: both;
  margin-right: -22px;
  overflow: hidden;
  padding-top: 33px;
}
.cat-selection {
  float: left;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.cs-image {
  overflow: hidden;
  padding-bottom: 8px;
  padding-top: 6px;
  text-align: center;
  min-height: 171px;
}
.cs-text {
  background: #EFEFEF;
  border-top: 1px solid #ddd;
  padding: 26px 10px 27px 20px;
}
.cs-text h6 {
  color: #0073ba;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.cs-text p {
  font-family: "Conv_gotham-book-1361523257";
  font-size: 12px;
  line-height: 18px;
}
.cat-selection-main {
  float: left;
  margin-bottom: 24px;
  padding-right: 20px;
  width: 33.3%;
}
.personalized-koozies-attention {
  float: left;
  margin-top: 45px;
  width: 100%;
}
.personalized-koozies-attention h1{ /*Added by SJF 4-27-15*/
  font-size: 29px;
  line-height: 31px;
    color: #7eb800;
}
.personalized-koozies-attention span {
  font-size: 19px;
  line-height: 31px;
}
.personalized-koozies-attention p {
  font-family: "Conv_gotham-book-1361523257";
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 29px;
}
.attention-img {
  float: right;
  padding-left: 66px;
}
.personalized-koozies-attention h3 {
  padding-bottom: 21px;
}
.personalized-koozies-attention p.last {
  margin-bottom: 0;
}
.small-icon-main.category-detail-ic {
  padding-right: 83px;
}
.category-popular {
  float: left;
  margin-bottom: 22px;
  margin-top: 44px;
  position: relative;
  width: 100%;
}
.category-popular h3 {
  background: #3f4c54;
  border-radius: 4px 4px 0 0;
  color: #ffffff;
  font-size: 26px;
  line-height: 33px;
  padding: 18px 15px 24px 26px;
}
.popular-inner {
  float: left;
  width: 100%;
  background: #7EB801;
  padding: 20px;
  border-radius: 0 0 4px 4px;
}
.popular-inner-block {
  border-radius: 4px;
  float: left;
  padding-right: 13px;
  width: 20%;
}

.popular-inner-block-3 {/*Added by SJF 4-27-15*/
  border-radius: 4px;
  float: left;
  padding-right: 13px;
  width: 33%;
}
.popular-inner-image {
  background: #ffffff;
  border-radius: 4px 4px 0 0;
  min-height: 118px;
  padding-bottom: 0;
  padding-top: 7px;
  text-align: center;
}
.popular-inner-text {
  background: #f5f5f5;
  padding: 15px 17px 15px 17px;
  border-top: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
}
.popular-inner-text h6 {
  color: #0073ba;
  padding-bottom: 11px;
  text-transform: uppercase;
}
.popular-inner-text ul li {
  border-bottom: 1px solid #dddddd;
  color: #404c53;
  font-family: "Conv_gotham-medium-1361523254";
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
.popular-inner-text ul li span {
  font-family: 'Conv_gotham-book-1361523257';
}
.popular-inner-text {
  font-family: 'Conv_gotham-medium-1361523254';
  font-size: 13px;
  line-height: 16px;
  color: #699802;
}
.popular-inner-text a {
  background: #0073ba;
  border-radius: 4px;
  font-family: 'Conv_gotham-book-1361523257';
  color: #ffffff;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 18px;
  margin: 21px auto 8px;
  max-width: 120px;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.popular-inner-text a:hover {
  background: #7EB801;
}
.popular-inner-block.last a {
  margin-top: 45px;
}
.popular-inner-block.last li.last {
  border-bottom: none;
}
.popularmain-inner {
  overflow: hidden;
  margin-right: -13px;
}
.can-koozies {
  float: left;
  margin-top: 58px;
  width: 100%;
}
.can-koozies h3 {
  font-family: "Gotham-Bold";
  display: inline-block;
  vertical-align: top;
}
.sort-main {
  float: right;
}
.sort-select {
  padding-right: 25px;
}
.sort-select, .view-grid {
  color: #404c53;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.sort-select select {
  text-transform: capitalize;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-family: 'Conv_gotham-book-1361523257';
  width: 127px;
  height: 32px;
  font-size: 12px;
  line-height: 16px;
  padding-left: 5px;
  margin-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
}
.view-grid input[type="text"] {
  width: 70px;
  font-family: 'Conv_gotham-book-1361523257';
  height: 33px;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-left: 10px;
  padding-left: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.can-koozies-standard {
  overflow: hidden;
  margin-right: -20px;
  margin-top: 42px;
}
.can-koozies-standard-inner {
  border: 1px solid #dddddd;
  border-radius: 4px;
  float: left;
  width: 100%;
}
.can-standard-text {
  background: #efefef;
  border-top: 1px solid #dddddd;
  float: left;
  width: 100%;
  padding: 20px 10px 20px 20px;
}
.can-koozies-standard-inner-main {
  float: left;
  margin-bottom: 20px;
  padding-right: 20px;
  width: 25%;
min-height:450px; /*Added 4/22/15 to cleanup the fact that we have images of products various sizes online.*/
}
.standard-img {
  padding-bottom: 9px;
  padding-top: 9px;
  text-align: center;
  max-width: 100%; height: auto
}
.loading-product {
  border-bottom: 1px solid #dddddd;
  float: left;
  margin-top: 25px;
  padding-bottom: 64px;
  text-align: center;
  width: 100%;
}
.loading-product span {
  font-family: 'Conv_gotham-book-1361523257';
  font-size: 16px;
  line-height: 22px;
  color: #0073ba;
  text-transform: uppercase;
  padding-top: 10px;
  display: block;
}
.in-ban-category.imageviewer h1 {
  font-family: 'Conv_gotham-book-1361523257';
  font-size: 32px;
 line-height: 36px;
 padding-top: 0;
}
.in-ban-category.imageviewer .banner-text {
  margin-top: 103px;
}
.clipart-gallery-main {
  float: left;
  margin-top: 70px;
  width: 100%;
}
.clipart-gallery-main h2 {
  font-family: "Gotham-Bold";
  text-align: center;
}
.clipart-input {
  background: #7eb801;
  border-radius: 4px;
  float: left;
  margin-top: 14px;
  padding: 22px 155px 21px 24px;
  width: 100%;
}
.clipart-field {
  float: left;
  width: 50%;
  padding-right: 10px;
}
 body .clipart-field select {
  line-height: 33px;
 }
.clipart-field input[type="text"], .clipart-field select {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Conv_gotham-book-1361523257';
  border: none;
  outline: none;
  border-radius: 4px;
  height: 37px;
  width: 100%;
  padding: 9px 9px 9px 17px;
}
.clipart-field ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #404c53;
}
.clipart-field :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #404c53;
   opacity:  1;
}
.clipart-field ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #404c53;
   opacity:  1;
}
.clipart-field :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #404c53;
}
.clipart-search-field {
  float: left;
  margin-right: -131px;
}
.clipart-search-field input[type="submit"] {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Gotham-Bold";
  text-align: center;
  cursor: pointer;
  background: #0073ba;
  border-radius: 4px;
  border: none;
  outline: none;
  width: 131px;
  height: 37px;
}
.clipart-search-field input[type="submit"]:hover {
  background: #404c53;
}
.clipart-photo-gallery {
  clear: both;
  margin-right: -12px;
  padding-top: 25px;
  overflow: hidden;
}
.clipart-photo-block {
  float: left;
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  text-align: center;
}
.clipart-photo-block-main {
  float: left;
  margin-bottom: 12px;
  padding-right: 12px;
  width: 16.6%;
}
.clip-image {
  padding-bottom: 2px;
  padding-top: 10px;
  text-align: center;
}
.clip-text {
  background: #f5f5f5;
  border-top: 1px solid #f0f0f0;
  min-height: 94px;
  padding-bottom: 12px;
  padding-top: 5px;
}
.clip-text h6 {
  color: #0073ba;
  text-transform: uppercase;
  padding-bottom: 7px;
}
.clip-text span {
  font-size: 12px;
  line-height: 16px;
  display: block;
}
.clip-text-gallery {
  background: #f5f5f5;
  border-top: 1px solid #f0f0f0;
  min-height: 60px;
  padding-top: 5px;
}
.clip-text-gallery h6 {
  color: #0073ba;
  text-transform: uppercase;
  padding-bottom: 7px;
}
.clip-text-gallery span {
  font-size: 12px;
  line-height: 16px;
  display: block;
}
.loading-product.imageview {
  border-bottom: medium none;
  margin-top: 42px;
  padding-bottom: 20px;
}
.avereage-rating a {
  display: inline-block;vertical-align: top;
}






/* Contant area defult box 
- - - - - - - - - - - - - -*/
.cont_def_box {
	margin:0 0px 15px 0;
}
.cont_def_box .title {
	background:url(/images/content-defult-box-bg.png) 0% 0% no-repeat;
	margin:0 0 0 0;
	padding:0 0 0px 0;
}
.cont_def_box.pink .title {
	background:url(/images/content-defult-box-bg-pink.png) 0% 0% no-repeat;
}
.cont_def_box .title .t_bg{
	background:url(/images/content-defult-box-bg.png) 100% 0% no-repeat;
	padding:0 0 8px 0;
	margin:0 0 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	line-height:37px;
}
.cont_def_box.pink .title .t_bg{
	background:url(/images/content-defult-box-bg-pink.png) 100% 0% no-repeat;
}
.cont_box_bg {
	background:url(/images/content-defult-box-bg1.png) 0% 0% repeat-y;
	padding:0px 0 0 15px;
}
.cont_box {
	background:url(/images/content-defult-box-bg1.png) 100% 0% repeat-y;
	padding:15px 15px 15px 0;
}
.cont_box {
	
}
.con_bot_bg {
	background:url(/images/content-defult-box-bg2.png) 0% 0% no-repeat;
	font-size:3px;
	line-height:4px;
}
.con_bot {
	background:url(/images/content-defult-box-bg2.png) 100% 0% no-repeat;
	font-size:3px;
	line-height:4px;
	margin:0 0 0 10px;
}

@media only screen and (max-width: 1024px) {
@font-face {
  font-family: 'Conv_gotham-book-1361523257';
  src: url('/fonts/gotham-book-1361523257.eot');
  src: local('☺'), url('/fonts/gotham-book-1361523257.woff') format('woff'),
   url('/fonts/gotham-book-1361523257.ttf') format('truetype'), 
   url('/fonts/gotham-book-1361523257.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'bodoni_btitalic';
    src: url('/fonts/bodoni-bt-italic-webfont.eot');
    src: url('/fonts/bodoni-bt-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bodoni-bt-italic-webfont.woff2') format('woff2'),
         url('/fonts/bodoni-bt-italic-webfont.woff') format('woff'),
         url('/fonts/bodoni-bt-italic-webfont.ttf') format('truetype'),
         url('/fonts/bodoni-bt-italic-webfont.svg#bodoni_btitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url('/fonts/Gotham-Bold.eot') format('embedded-opentype');
   src: local('☺'), url('/fonts/Gotham-Bold.woff') format('woff'),
   url('/fonts/Gotham-Bold.ttf') format('truetype'), 
   url('/fonts/Gotham-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_gotham-light-1361523255';
  src: url('/fonts/gotham-light-1361523255.eot');
  src: local('☺'), url('/fonts/gotham-light-1361523255.woff') format('woff'), 
  url('/fonts/gotham-light-1361523255.ttf') format('truetype'), 
  url('/fonts/gotham-light-1361523255.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-LightItalic';
  src: url('/fonts/Gotham-LightItalic.eot?#iefix') format('embedded-opentype'),  
  url('/fonts/Gotham-LightItalic.otf')  format('opentype'),
       url('/fonts/Gotham-LightItalic.woff') format('woff'), 
       url('/fonts/Gotham-LightItalic.ttf')  format('truetype'), 
       url('/fonts/Gotham-LightItalic.svg#Gotham-LightItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), 
  url('/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), 
  url('/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), 
  url('/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_gotham-medium-1361523254';
  src: url('/fonts/gotham-medium-1361523254.eot');
  src: local('☺'), url('/fonts/gotham-medium-1361523254.woff') format('woff'), 
  url('/fonts/gotham-medium-1361523254.ttf') format('truetype'),
   url('/fonts/gotham-medium-1361523254.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
}