@import url("reset.css");
#custom-logos img
@font-face {
    font-family: 'BasicSquare7Solid';
    src: url('fonts/BasicSquare7Solid/BasicSquare7Solid.eot?#iefix') format('embedded-opentype'),
    url('fonts/BasicSquare7Solid/BasicSquare7Solid.woff') format('woff'),
    url('fonts/BasicSquare7Solid/BasicSquare7Solid.ttf') format('truetype'),
    url('fonts/BasicSquare7Solid/BasicSquare7Solid.svg#BasicSquare7Solid') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

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

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

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

* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    font-family: 'TwCenReg', sans-serif;
    font-weight: normal;
   /*  background: #fff;
   background: #e1e3e8; */
}

a {
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    text-decoration: none;
}

img {
    border: 0;
}

.slogan {
    width: 1064px;
    margin: 0 auto;
    font-family: 'TwCenBold', sans-serif;
    font-size: 27px;
    color: #303030;
}

header {
    text-align: center;
    text-transform: uppercase;
    color: #303030;
    font-size: 27px;
    font-family: 'TwCenBold', sans-serif;
    margin: 18px 0;
}

#container {
    width: 1031px;
    margin: 0 auto 10px;
    position: relative;
  /*  background: white;
    border-radius: 8px;
    border-top: 4px solid #e72d2e;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);*/
  padding: 16px 0px 0px 0px;
    
}

content {
    display: inline-block;
    width: 100%;background-color: white;
}

#menu {
    display: inline-block;
    width: 100%;  background: #222;
}

#menu ul {
    margin: 0;
    padding: 0;
    background: #222;
 /*   border: 1px solid #dedede; */
    border-radius: 8px;
    float: left;
}

#menu ul li {
    display: inline-block;
    list-style: none;
}

#menu ul li a {
    font-family: 'TwCenBold', sans-serif;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    padding: 15px 24px 16px 34px;
    position: relative;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.menu-arrow {
    display: inline-block;
    background: url(../images/arrow.png) no-repeat;
    height: 48px;
    width: 44px;
    vertical-align: middle;
    margin-left: -20px;
    margin-right: -24px;
    position: relative;
    z-index: 2;
}

#menu li a:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    right: -6px;
    top: 19px;
    z-index: 1;
    background: #222;
}

#menu li a:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 48px;
    left: -5px;
    top: 0;
}

#menu ul li p {
    display: inline-block;
}

#menu ul li a:hover {
    opacity: 1;
    color: white;
    background: #8a8a8a;
}

#menu ul li a:hover:before, #menu ul li a:hover:after {
    background: #8a8a8a;
}

#menu ul li a.active:before, #menu ul li a.active:after {
    background: #03a208 !important;
}

.active {
    opacity: 1;
    color: white !important;
    background: #03a208;
}

#menu ul li:first-child a {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding-left: 20px;
}

#menu ul li:last-child a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

#menu ul li:first-child a:after, #menu ul li:last-child a:before {
    content: normal;
}

.menu-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #303030;
    font-size: 15px;
    margin: 20px 0 20px;
    font-family: 'TwCenBold', sans-serif;
}

#nav-arrows {
    float: right;
    margin-top: 8px;
}

#nav-arrows a {
    width: 95px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
}

#back {
    background: url("../images/nav-arrow-left.png");
}
#back:hover{
    background: url("../images/nav-arrow-left-hover.png");
}

#next {
    background: url("../images/nav-arrow.png");
}

#next:hover {
    background: url("../images/nav-arrow-hover.png");
}

#help {
    text-align: center;
    font-size: 12px;
    color: black;
    padding: 10px 30px 0 30px;
}

#copyrights {
    margin: 20px 0 0;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #777777;
    font-size: 12px;
}

#copyrights a {
    color: #777777;
}

.category {
    margin-top: 20px;
}

.category img {
    display: inline-block;
    margin: 0 8px 15px 8px;
    border-top: 4px solid #272727;
    border-radius: 8px;    width: 327px;
}

.inactive {
    opacity: 0.6;
}

.category img:hover {
    border-top: 4px solid #03a208;
}
.category img.inactive:hover {
    border-top: 4px solid #272727;
}

.responsive-img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.mCSB_dragger_bar {
    background: #f1f5f7 !important;
    border: 1px solid #b2b1b2;
}

.mCSB_draggerRail {
    background: url(../images/scroll-bg.png) repeat-y center center !important;
    opacity: 1 !important
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 9px;
    margin: 0;
}

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 11px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger {
    height: 45px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    right: 4px;
}

.garment_data a {
    width: 200px;
    height: 160px;
    background: #f5f5f5;
    border-radius: 8px;
    border: 1px solid #dedede;
    border-top: 4px solid #272727;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 38px 0;
    padding: 15px;
}

.garment_data a:hover {
    border-top: 4px solid #03a208;
}

.garment_data a:nth-child(4n) {
    margin-right: 0;
}

.garment_data a img {
    margin: 0 auto;
    max-width: 90%;
}

#playground {
    display: none;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

#selection {
    width: 383px;
    border-radius: 8px;
  /*  background: white; */
    height: 424px;
    float: left;
}

.lt-heading {
    font-family: 'TwCenBold', sans-serif;
    font-size: 15px;
    color: #303030;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.designs .scroll {
    height: 323px;
    overflow: hidden;
    margin-bottom: 20px;
}

.colors .scroll {
    height: 340px;
}

.sec-lt {
    display: inline-block;
    text-align: left;
    margin: 5px 10px 0;
    width: 96%;
}

#result {
    width: 635px;
    border-radius: 8px;
  /*  background: white;  */
    float: right;
    margin-top: 5px;
}

#rt-heading {
    border-radius: 8px 5px 0 0;
    color: white;
    background: #232323;
    padding: 8px 20px;
    text-transform: uppercase;
    font-family: 'TwCenBold', sans-serif;
    display: inline-block;
    margin: 0 5px;
    font-size: 15px;
    width: 62%;
}

#live-view {
    position: relative;
    clear: both;
    border: 1px solid #dedede;
    border-top: 4px solid #232323;
    border-bottom: 4px solid #232323;
    background: #f5f5f5;
    border-radius: 8px;
    padding-bottom: 15px;
    height: 367px;
}

.fluid {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.index9 {
    z-index: 9
}

.index8 {
    z-index: 8
}

.index7 {
    z-index: 7
}

.index6 {
    z-index: 6
}

.index5 {
    z-index: 5
}

.index4 {
    z-index: 4
}

.index3 {
    z-index: 3
}

.index2 {
    z-index: 2
}

.index1 {
    z-index: 1
}

.index0 {
    z-index: 0
}

.color-box {
    margin: 5px 0 0;
}

.color-row {
    margin: 0 0 6px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.color-row label {
    float: left;
    font-size: 18px;
    color: #303030;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 15px;
    min-width: 15px;
    text-align: left;
    margin-top: 15px;
    margin-left: 15px;
}

.color-row a {
    float: left;
}

.color-row select {
    vertical-align: middle;
    height: 30px;
    border-radius: 8px;
    background: -webkit-linear-gradient(#fbfbfc, #f0f0f1);
    background: -o-linear-gradient(#fbfbfc, #f0f0f1);
    background: -moz-linear-gradient(#fbfbfc, #f0f0f1);
    background: linear-gradient(#fbfbfc, #f0f0f1);
    margin-right: 10px;
    color: #878788;
    font-weight: bold;
}

.color-row span {
    vertical-align: middle;
    float: left;
    clear: both;
    text-transform: uppercase;
    font-size: 12px;
    margin: 7px 0 0 45px;
    font-family: TwCenReg, sans-serif;
}

.sec-data, .color-box {
    float: left;
    width: 100%;
    text-align: left;
}

.logo_data {
    width: 100%;
}

.sec-data .opt {
    display: inline-block;
    margin: 5px 15px;
}

.opt img {
    background: url('../images/image-bg-loader.gif') center no-repeat;
    background-size: 45% auto;
}

.buttons {
    margin: 5px 0 0;
    display: inline-block;
    width: 100%;
}

.buttons a {
    float: left;
    width: 45%;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: #878788;
    border: 1px solid #bfc0c2;
    border-radius: 5px;
    padding-left: 0;
    margin: 0 0 10px 10px;
    box-shadow: 0 0 1px #ccc;
    -webkit-box-shadow: 0 0 1px #ccc;
    -moz-box-shadow: 0 0 1px #ccc;
    -o-box-shadow: 0 0 1px #ccc;
    background: -webkit-linear-gradient(#fbfbfc, #f0f0f1);
    background: -o-linear-gradient(#fbfbfc, #f0f0f1);
    background: -moz-linear-gradient(#fbfbfc, #f0f0f1);
    background: linear-gradient(#fbfbfc, #f0f0f1);
    line-height: 38px;
}

.icon {
    width: 30px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #bfc0c2;
    margin-left: 0;
    padding: 5px 0 5px 5px;
    float: right;
    margin-right: 5px;
}

.icon-fb {
    background: url(../images/icons.png) 8px 8px no-repeat;
}

.icon-tw {
    background: url(../images/icons.png) 8px -29px no-repeat;
}

.icon-save {
    background: url(../images/icons.png) 5px -66px no-repeat;
}

.icon-email {
    background: url(../images/icons.png) 8px -101px no-repeat;
}

.contact {

}

.text {
    font-weight: bold;
    font-size: 12px;
    color: #08667d;
    width: 188px;
    line-height: 22px;
    margin: 15px 0 0 10px;
}

.text span {
    min-width: 50px;
    display: inline-block;
}

#form {
    display: none;
    text-align: left;
    position: relative;
    z-index: 5;
    padding: 10px 5px;
}

.form-row {
    width: 46%;
    margin: 11.5px 11px;
    display: inline-block;
    position: relative;
}

label.error {
    color: red;
    font-size: 12px !important;
    position: absolute;
    font-style: italic;
    bottom: -20px;
}

.form-row-double {
    width: 145px;
    margin-right: 19px;
}

.form-row-half {
    width: 100px;
    margin-right: 0;
}

.form-row-textarea {
    width: 100%;
    margin-right: 0 !important;
}

.form-row label {
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
    font-weight: bold;
}

.form-row input, .form-row select, .form-row textarea {
    width: 98%;
    border-radius: 3px;
    border: 1px solid #8c8c8c;
    padding: 6px 0 6px 4px;
    outline: none
}

.form-row select {
    width: 100%
}

.form-row textarea {
    height: 55px;
    width: 95.5%;
    font-family: Arial, sans-serif;
}

.form-btn {
    display: block;
    font-family: TwCenBold, sans-serif;
    padding: 10px 5px;
    border-radius: 5px;
    width: 100%;
    font-size: 18px;
    border: 0;
    color: white;
    text-shadow: 0 0px 0 #000;
    background: -webkit-linear-gradient(#03a208, #037906);
    background: -o-linear-gradient(#03a208, #037906);
    background: -moz-linear-gradient(#03a208, #037906);
    background: linear-gradient(#03a208, #037906);
    margin-bottom: 11px;
    cursor: pointer;
    text-transform: uppercase;
}

.form-btn:hover {
    opacity: 0.9;
}

.btn-row {
    margin: 5px 9px;
}

.logo-sec {
    margin: 7px 0 0;
    text-align: center;
}

.logo-area {
    display: inline-block;
    margin: 0 15px 12px;
}

.logo-area p {
    font-size: 12px;
    color: #272727;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-bottom: 3px;
}

.logo-img-box {
    display: inline-block;
    width: 80px;
    height: 80px;
    box-shadow: 0 0 1px #ccc;
    -webkit-box-shadow: 0 1px 2px #ccc;
    -moz-box-shadow: 0 1px 2px #ccc;
    -o-box-shadow: 0 1px 2px #ccc;
    background: -webkit-linear-gradient(#fbfbfc, #f0f0f1);
    background: -o-linear-gradient(#fbfbfc, #f0f0f1);
    background: -moz-linear-gradient(#fbfbfc, #f0f0f1);
    background: linear-gradient(#fbfbfc, #f0f0f1);
    border-radius: 7px;
    border: 1px solid #b2b3b6;
    position: relative;
    background-image: url('../images/plus-sign.png');
    background-repeat: no-repeat;
    background-position: center;
}

.logo-img-box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: -webkit-linear-gradient(#fbfbfc, #f0f0f1);
    background: -o-linear-gradient(#fbfbfc, #f0f0f1);
    background: -moz-linear-gradient(#fbfbfc, #f0f0f1);
    background: linear-gradient(#fbfbfc, #f0f0f1);
}

.logo-controls {
    display: inline-block;
}

.logo-controls a {
    width: 15px;
    height: 15px;
    box-shadow: 0 0 1px #ccc;
    -webkit-box-shadow: 0 1px 2px #ccc;
    -moz-box-shadow: 0 1px 2px #ccc;
    -o-box-shadow: 0 1px 2px #ccc;
    background: -webkit-linear-gradient(#fbfbfc, #f0f0f1);
    background: -o-linear-gradient(#fbfbfc, #f0f0f1);
    background: -moz-linear-gradient(#fbfbfc, #f0f0f1);
    background: linear-gradient(#fbfbfc, #f0f0f1);
    border-radius: 8px;
    border: 1px solid #b2b3b6;
    display: block;
    margin-bottom: 3px;
}

.logo-controls i {
    width: 10px;
    height: 10px;
    margin: 3px;
    display: block;
}

.plus {
    background: url(../images/logo-img-control.png) no-repeat;
}

.minus {
    background: url(../images/logo-img-control.png) 0 -14px no-repeat;
}

.tick {
    background: url(../images/logo-img-control.png) 0 -28px no-repeat;
}

.logo-controls input {
    width: 16px;
    height: 17px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 17px;
}

.embroidery {
    margin: -10px 0 10px;
    text-align: center;
}

.embroidery p {
    display: inline-block;
    font-style: italic;
    color: #de5328;
    font-size: 12px;
    vertical-align: middle;
    font-weight: bold;
}

.embroidery input {
    vertical-align: middle;
    display: inline-block;
    margin-left: 7px;
    width: 20px;
    height: 17px;
    outline: none;
    border: 1px solid #b2b3b6;
}

.nn-row {
    margin: 10px 0 0;
    display: inline-block;
    width: 100%
}

.nn-row input {
    background: #e6e7ea;
    border-radius: 8px;
    border: 1px solid #cecfd1;
    box-shadow: inset 0 1px 0 #a8a8a8;
    -webkit-box-shadow: inset 0 1px 0 #a8a8a8;
    -o-box-shadow: inset 0 1px 0 #a8a8a8;
    -moz-box-shadow: inset 0 1px 0 #a8a8a8;
    padding: 7px;
    outline: none;
    display: inline-block;
    width: 31%;
    margin-right: 5px;
}

.nn-row select {
    vertical-align: middle;
    display: inline-block;
    height: 30px;
    width: 100px;
    border-radius: 8px;
    background: -webkit-linear-gradient(#fbfbfc, #f0f0f1);
    background: -o-linear-gradient(#fbfbfc, #f0f0f1);
    background: -moz-linear-gradient(#fbfbfc, #f0f0f1);
    background: linear-gradient(#fbfbfc, #f0f0f1);
    color: #878788;
    font-weight: bold;
}

.size {
    display: inline-block;
    width: 0;
}

.size select {
    width: 58px;
}

#logo-modal {
    position: absolute;
    top: 8%;
    left: 7%;
    width: 880px;
    border: 1px solid white;
    background: rgba(199, 199, 199, 0.9);
    border-radius: 7px;
    box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    z-index: 100;
}

#cross {
    position: absolute;
    top: -17px;
    right: -17px;
    background: url(../images/cross.png) no-repeat;
    width: 42px;
    height: 43px;
}

.logo-content {
    display: inline-block;
    width: 100%;
}

.logo-m-box {

}

.logo-m-box p {
    color: #000000;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin: 0 0 5px 15px;
    text-shadow: 0 1px 1px #fff;
}

.logo-lt-box {
    margin: 15px 0 20px 23px;
    display: inline-block;
    vertical-align: top;
}

.logo-lt {
    width: 480px;
    float: left;
    background: #e2e3e6;
    border: 1px solid #abacaf;
    box-shadow: inset 0 0 10px #ccc;
    height: 395px;
    border-radius: 7px;
    border-bottom: 1px solid white;
    padding: 0 10px;
}

.logo-lt a {
    padding: 15px 14px;
    display: inline-block;
    line-height: 1.6;
    color: black;
}

.logo-rt-box {
    margin: 15px 23px 20px 0;
    width: 313px;
    float: right;
}

.logo-rt {
    width: 313px;
    float: right;
    background: #e2e3e6;
    border: 1px solid #abacaf;
    box-shadow: inset 0 0 10px #ccc;
    height: 340px;
    border-radius: 7px;
    border-bottom: 1px solid white;
}

.logo-uploader {
    margin: 20px 32px;
}

.img-frame {
    display: inline-block;
    width: 99%;
    box-shadow: 0 2px 5px #c9cace;
    -webkit-box-shadow: 0 2px 5px #c9cace;
    -moz-box-shadow: 0 2px 5px #c9cace;
    -o-box-shadow: 0 2px 5px #c9cace;
    background: -webkit-linear-gradient(#fbfbfc, #f0f0f1);
    background: -o-linear-gradient(#fbfbfc, #f0f0f1);
    background: -moz-linear-gradient(#fbfbfc, #f0f0f1);
    background: linear-gradient(#fbfbfc, #f0f0f1);
    border-radius: 7px;
    border: 1px solid #bfc0c2;
    text-align: center;
}

.img-frame img {
    max-width: 100%;
    margin: 30px;
}

.uploader-form {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

/* kit handling */
.sec {
    display: none;
}

#sec0 {
    display: block;
}

#custom-logos {

}

#custom-logos img {
    position: absolute;
    z-index: 3;
    display: none;
}

#right2, #left2 {
    margin-left: 50%;
}

#nn {
    position: absolute;
    right: 0;
    z-index: 5
}

#num_text {
    margin-top: 10px;
}

.rash_guard {
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-top: 5px;
}

.rash_guard input {
    position: relative;
    top: 3px;
}

.tabs {
    text-align: center;
}

.tab-links a {
    border-radius: 8px 8px 0 0;
    color: white;
    background: #8a8a8a;
    padding: 8px 20px;
    text-transform: uppercase;
    font-family: 'TwCenBold', sans-serif;
    display: inline-block;
    margin: 0 5px;
    font-size: 15px;
}

.tab-links a:hover {
    background: #232323;
}

.active-tab {
    background: #232323 !important;
}

.tab-pane {
    display: none;
}

.tab-content {
    border: 1px solid #dedede;
    border-top: 4px solid #272727;
    border-bottom: 4px solid #272727;
    background: #f5f5f5;
    border-radius: 8px;
    padding-top: 15px;
    min-height: 368px;
}

.colorLink {
    width: 170px;
    height: 20px;
    border: 1px solid #6b6b6b;
    border-radius: 3px;
    box-shadow: 0 0 5px #dadada;
    margin-top: 12px;
}

.colorLink p {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;

    border-top: 4px solid #5b5b5b;
    float: right;
    margin: 7px;
}

.color-row img {
    border-radius: 3px;
    border: 1px solid #6b6b6b;
    width: 75px;
    padding: 5px;
    background: #8a8a8a;
}

.flat-border {
    background: url("../images/flat-border.png");
    width: 356px;
    height: 1px;
    display: inline-block;
    clear: both;
    margin-left: 9px;
}

.emb-opts {
    text-align: center;
    margin: 15px;
}

.emb-radiobox {
    clear: both;
    text-align: left;
    margin: 30px 0;
}

.emb-radiobox label {
    display: block;
    text-transform: uppercase;
    margin: 10px 0;
}

.emb-radiobox input {
    vertical-align: middle;
}

.data-container {
    display: inline-block;
}

.modal-link {
    cursor: pointer;
}

.custom-logo-sec {
    width: 60px;
    height: 58px;
    box-shadow: 0 2px 5px #c9cace;
    -webkit-box-shadow: 0 2px 5px #c9cace;
    -moz-box-shadow: 0 2px 5px #c9cace;
    -o-box-shadow: 0 2px 5px #c9cace;
    background: -webkit-linear-gradient(#fbfbfc, #f0f0f1);
    background: -o-linear-gradient(#fbfbfc, #f0f0f1);
    background: -moz-linear-gradient(#fbfbfc, #f0f0f1);
    background: linear-gradient(#fbfbfc, #f0f0f1);
    border-radius: 7px;
    border: 1px solid #bfc0c2;
    text-align: center;
    margin: 15px 8px;
    position: relative;
    display: inline-block;
}

.custom-logo-sec img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.custom-logo-sec span{
    position: absolute;
    color: red;
    font-size: 12px;
    background: white;
    border-radius: 5px;
    padding: 3px 5px;
    right: -6px;
    top: -6px;
    cursor: pointer;
}
/*
#chest {
    display: block !important;
}*/

.sec-nn {
    clear: both;
    margin-bottom: 10px;
}

.name {
    margin-bottom: 11px;
    margin-top: 15px;
}

.nn-sec select {
    /*box-shadow: 0 0 1px #ccc;
    -webkit-box-shadow: 0 1px 2px #ccc;
    -moz-box-shadow: 0 1px 2px #ccc;
    -o-box-shadow: 0 1px 2px #ccc;*/
    background: -webkit-linear-gradient(#fbfbfc, #f0f0f1);
    background: -o-linear-gradient(#fbfbfc, #f0f0f1);
    background: -moz-linear-gradient(#fbfbfc, #f0f0f1);
    background: linear-gradient(#fbfbfc, #f0f0f1);
    border-radius: 5px;
    border: 1px solid #b2b3b6;
    position: relative;
    padding: 5px;
    width: 18%;
    color: #878788;
}

.nn-sec input {
    width: 28%;
    border: 1px solid #8c8c8c;
    border-radius: 5px;
    background: white;
    color: #878788;
    padding: 5px;
}

#jquery-colour-picker {
    width: 355px
}

#jquery-colour-picker-name, #jquery-colour-picker-num {
    width: 18%;
    display: inline;
    margin: 0;
    background: -webkit-linear-gradient(#fbfbfc, #f0f0f1);
    background: -o-linear-gradient(#fbfbfc, #f0f0f1);
    background: -moz-linear-gradient(#fbfbfc, #f0f0f1);
    background: linear-gradient(#fbfbfc, #f0f0f1);
    position: relative;
    top: -1px;
}

#jquery-colour-picker-name .colorLink, #jquery-colour-picker-num .colorLink {
    width: 70px;
    vertical-align: bottom;
    height: 26px;
    display: inline-block;
    float: none;
    border: 1px solid #b2b3b6;
    box-shadow: none;
    margin: 0;
}

#jquery-colour-picker-name .colorBox, #jquery-colour-picker-num .colorBox {
    display: none;
}

#jquery-colour-picker-name .colorLink p, #jquery-colour-picker-num .colorLink p {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid black;
    float: right;
    margin: 11px 8px;
}

.nn-bg {
    background: -webkit-linear-gradient(#fbfbfc, #f0f0f1);
    background: -o-linear-gradient(#fbfbfc, #f0f0f1);
    background: -moz-linear-gradient(#fbfbfc, #f0f0f1);
    background: linear-gradient(#fbfbfc, #f0f0f1);
    text-align: left;
    color: #878788;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 26px;
    padding-left: 5px;
}

.nn-bg p {
    border-top: 6px solid #878788 !important;
}

.quality {
    font-family: 'TwCenReg', sans-serif;
    color: black;
    text-transform: uppercase;
    font-size: 15px;
    margin: 5px 2px 0;
    display: inline-block;
    width: 100%;
}

.quality label {
    display: inline-block;
    margin: 0 4px;
}

.quality-line {
    margin: 10px 0 10px;
    height: 1px;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#f5f5f5), to(#f5f5f5), color-stop(50%, #b5b5b5));
}

.calc {
    text-transform: uppercase;
    text-align: left;
}

.calc-sec1 {
    width: 46%;
}

.calc-sec {
    display: inline-block;
    text-align: center;
    border: 1px solid;
    border-left: 0;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#b5b5b5), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(bottom, #b5b5b5, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(bottom, #b5b5b5, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, #b5b5b5, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to top, #b5b5b5, rgba(0, 0, 0, 0)) 1 100%;
    padding: 5px 5px 10px;
}

.calc p {
    font-family: TwCenBold, sans-serif;
    margin-bottom: 5px;
    text-align: center;
}

.calc-sec1 label {
    clear: both;
    display: inline-block;
    margin: 0 0 0 3px;
    text-align: left;
    font-family: TwCenBold, sans-serif;
    min-width: 80px;
    font-size: 12px;
}

.calc-sec1 input[type='checkbox'] {
    margin-right: 1px;
}

.calc-sec input[type='number'] {
    width: 60px;
    display: inline-block;
    margin: 4px 0 3px 0;
    border-radius: 3px;
    padding: 4px 0 4px 3px;
    border: 1px solid #8c8c8c;
}

label input {
    vertical-align: middle;
}

.calc-sec2 {
    width: 46%;
    border: 0;
    vertical-align: top;
}

.calc-sec2 span {
    display: block;
    margin: 23px 0 0;
}

input:disabled, select:disabled{
    background: #e2e2e2;
}

.outline{
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.stay {
    pointer-events: none;
    opacity: 0.7;
}

.empty-data{
    font-style: italic;
    padding: 10px;
    font-weight: bold;
}