@font-face {
    font-family: 'BrushScriptStd';
    src: url('../fonts/BrushScriptStd.eot');
    src: local('BrushScriptStd'), url('../fonts/BrushScriptStd.woff') format('woff'), url('../fonts/BrushScriptStd.ttf') format('truetype');
}
@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-Bold.otf') format('truetype');
}
#clipboard_customizer {
    margin-top: 60px;
}
#image {
    display: inline-block;
    max-width: 800px;
    max-height:800px;
    height:100%;
    vertical-align: top;
    position:relative;
    border: 0px solid black;
    border-radius: 15px;
    margin-top: 20px;
}
#optionDiv {
    padding-top: 40px;
}
#optionDiv img {
    margin-left: 10px;
}
#optionDiv .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

#optionDiv .option-content{
    padding-top: 20px;
    font-size: 14px;
}
.option-content .row {
    margin-bottom: 80px;
}
#clipboard-show {
    margin-top: 60px;
    text-align: center;
}
#picker {
    display: inline-block;
    max-width:570px;
    background-color: #ffffff;
    vertical-align: top;
    text-align: left;
    padding:30px;
    border: 0px solid black;
    border-radius: 15px;
    position:relative;
}
#Band {
    z-index: 11;
}
#Penclip {
    z-index: 10;
}
#Calc {
    z-index: 11;
}
#Light {
    z-index: 11;
}
#Rivet {
    z-index: 10;
}
#Clip {
    z-index: 9;
}
#Notepad {
    z-index: 8;
}
#Label {
    z-index: 7;
}
#Topboard {
    z-index: 6;
}
#Bottomboard {
    z-index: 5;
}
.imgStack {
    position:absolute;
    top:0px;
    left: 0px;
    max-width: 100%;
    height: auto;
}
#Background {
    max-width: 100%;
    height: auto;
}
.option{
    display: inline-block;
    padding: 11px;
    cursor: pointer;
    border-radius: 20px;
    font-size: 12px;
    line-height: 3px;
    height: 25px;
    min-width: 13px;
    background: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-color:#ededed;
    margin:2px 0px 0px 0px;
}
.selected{
    box-shadow: 0 0px 3px 1px #bababa;
    border: 2px solid white;
}
.optionWrapper{
    text-align: center;
    display:none;
    margin-bottom: 25px;
    padding-bottom: 3px;
    padding-top: 2px;
    padding-right: 4px;
    padding-left: 4px;
    width: 100%;
}
.optionWrapper1{
    text-align: center;
    display:none;
    margin-bottom: 25px;
    padding-bottom: 3px;
    padding-top: 2px;
    padding-right: 4px;
    padding-left: 4px;
    width: 100%;
}
.optionHeader{
    cursor:pointer;
    padding:8px 20px 8px;
    color:#9a9a9a;
    margin-top: 3px;
    width: 100%;
    border-radius: 25px;
    font-size: 15px;
    border: 1px solid #04b2ee;
    margin-bottom: 10px;
}
.optionHeader span{
    font-size:14px;
    vertical-align:10%;
    padding-left:5px;
    font-weight: bold;
}
.optionHeader1{
    cursor:pointer;
    padding:8px 20px 8px;
    color:#9a9a9a;
    margin-top: 3px;
    width: 100%;
    border-radius: 25px;
    font-size: 15px;
    border: 1px solid #04b2ee;
    margin-bottom: 10px;
}
.optionHeader1 span{
    font-size:14px;
    vertical-align:10%;
    padding-left:5px;
    font-weight: bold;
}
.upDown{
    float:right;
    margin-top: 4px;
}
.textHeader{
    text-align:center;
    font-weight:bold;
    font-size:25px;
    font-family: 'Oswald', sans-serif;
    margin-bottom:25px;
    margin-top:30px;
    color: #000;
}
.cartButton{
    background: #04b2ee;
    border-radius: 5px;
    font-family: 'Quicksand', sans-serif;
    color:white;
    font-size:14pt;
    font-weight:bolder;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 33px 13px 33px;
    float: right;
    margin-right: 20px;
    border-radius: 30px;
    border: 0;
}
.cartButton:hover {
    background: #c70300;
}
#priceDiv{
    text-align:left;
    margin-top:20px;
    font-family: 'Oswald', sans-serif;
    font-size:20px;
    font-weight:700;
    margin-left: 20px;
}
#price{
    font-family: MyriadPro;
    font-size: 40px;
    color: #c50700;
}
#engraving{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:12;
    width:100%;
    height:auto;
    -ms-transform: skewY(-1.5deg); /* IE 9 */
    -webkit-transform: skewY(-1.5deg); /* Safari */
    transform: skewY(-1.5deg);
}
#engravingSubmit{
    cursor: pointer;
    background-color: #ffb702;
    color:white;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size:11px;
    font-weight:700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 33px 13px 33px;
    border-radius: 5px;
    text-align: center;
    margin-top: 5px;
    max-width:210px;
    margin-right:auto;
    margin-left: auto;
}
#engravingArea{
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid white;
    text-align: center;
}
#engraveEntry{
    width:210px;
    padding:5px;
}

@media screen and (min-width: 992px){
    #optionDiv .option-content{
        padding-top: 210px;
    }
}