@import url('https://fonts.googleapis.com/css?family=Assistant:700|Montserrat:600|Nunito:400');
h3 {
    font-family: 'Montserrat', sans-serif;
    color: black;
    font-size: 19px
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px
}

h1 {
    font-family: 'Montserrat', sans-serif;font-size:50px;
    letter-spacing:2PX;
        
}
h2{
    font-family: 'Montserrat', sans-serif;
    color:black;
    font-size:30px;   
}
p{
    font-size: 16px
}
.buttons{
    border-radius: 25px;
    border-style:none;
    padding:5px 7px 5px 7px
}
.cart{
    margin-top:5%
}

.tablehead{
    background:#EBE9EB;
    font-size:14px;
    font-weight: bold;
    padding: 12px 2px;
}

.table-body-row > div{
    padding: 20px 4px;
    border-top: 1px solid #ddd;
}

.table .alt{
    background-color: #f9f9f9;
}

.input[type=text] {
    width: 100px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

button {
    margin-top: 20px;
 

}

.productpage{

}
body {
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding-top: 50px;
    background-image: url(images/bg.jpg);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
height: 100%

}

.form-group .control-label.required:before {
    color: red;
    content: "*";
    position: absolute;
    margin-left: -10px;
}

.top-spacer {
    margin-top: 15px;
}

@media only screen and (min-width: 561px) {
    #page-wrapper.open {
        padding-left: 250px;
    }
}

@media only screen and (max-width: 560px) {
    #page-wrapper.open {
        padding-left: 70px;
    }
}

#page-wrapper.open #sidebar-wrapper {
    left: 150px;
}

#page-wrapper {
    padding-left: 70px;
    height: 100%;
}

#sidebar-wrapper {
    margin-left: -150px;
    left: -30px;
    width: 250px;
    position: fixed;
    height: 100%;
    z-index: 999;
}

#page-wrapper,
#sidebar-wrapper {
    transition: all .4s ease 0s;
}

.nav-side-wrapper {
    width: 250px;
    background-color: #F2F2F2;
    height: 100%;
    z-index: 999;
    padding-bottom: 120px;
    overflow-y: auto;
}

.nav-side-wrapper > ul {
    margin: 0;
    padding: 0;
    text-indent: 20px;
    list-style: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.nav-side-wrapper > ul > li {
    list-style: none;
  font-family: 'Nunito', sans-serif;
}

.nav-side-wrapper > ul > li > a {
    text-decoration: none;
    display: block;
    float: left;
    width: 250px;
    color: darkred;
    font-size: 12px;
    height: 35px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all .6s ease 0s;
}

.nav-side-wrapper > ul > li > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: 45px;
}

.nav-side-wrapper > ul > li > ul > li > a {
    display: block;
    float: left;
    text-decoration: none;
    text-indent: 40px;
    font-size: 14px;
    color: black;
    line-height: 30px;
    width: 250px;
}

.nav-side-wrapper > ul > li > a.nav-side-title {
    color: white;
    background: darkred;
    text-transform: uppercase;
    transition: all .6s ease 0s;
    font-size: 14px;
    line-height: 50px;
    height: auto;
    margin-top: 10px
}

.nav-side-wrapper > ul > li > a:hover {
    cursor: default;
}

.nav-side-wrapper > ul > li .active > a,
.nav-side-wrapper > ul > li > ul > li > a:hover {
    background: #fff;
    color: darkred;
    cursor: pointer;
    font-weight: bold;
}

.nav-side-wrapper > ul > li > a.nav-side-title:hover {
    cursor: pointer;
}

.menu-icon {
    float: right;
    padding-right: 29px;
    line-height: 50px;
    width: 70px;
}

.product-group-nav{
    background: darkred;
    color: white;
}

.product-group-nav h3 {
    color: white;
    padding: 5px;
    margin: 0;
    background: none
}

.product-group .product-group-header {
    background: darkred;
    color: white;
    margin: 5px;
}

.product-group .product-group-header h3{
    color: white;
    padding: 10px;
}

.product-item1 {
  
    display: inline-block;
    width: 240px;
    margin: 10px;
    padding: 10px;
}

.product-item {
    display: inline-block;
 background:rgba(255,255,255, 0.5);
    margin: 10px;
    padding: 10px;
      width: 240px;
}

.product-item h6 {
    color: black;
}

.product-item img.product-icon {
    margin-bottom: 0.5em;
    height: 200px;
}


.product-item div{
    width: 50%;
    margin: 0 auto;
}

.product-item a.product-add{
    text-decoration: none;
    border-radius: 25px;
    background: #89181A;
    border-style: none;
    padding: 5px;
    color: white;
    width: 100%;
    text-align: center;
    margin: 10px auto 0 auto;
    display: block;
}

.product-item a.product-add:hover {
    cursor: pointer;
}

.grow {
    transition: all .1s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);
    
}

.acc_ctrl {
    background: #89181A;
    border: none;
    border-bottom: solid 1px #F2F2F2;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 1em;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 30px
}

.acc_ctrl h3 {
    font-size: 18px;
    padding: 2px;
    font-weight: 400;
    margin: 0px;
    color: white;
}

.acc_ctrl:before {
    background: #ffffff;
    content: '';
    height: 2px;
    margin-right: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 14px;
}

.acc_ctrl:after {
    background: #ffffff;
    content: '';
    height: 2px;
    margin-right: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
}

.acc_ctrl.active:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.acc_ctrl.active h2, .acc_ctrl:focus h2 {
    position: relative;
}

.acc_panel {
    background: #F2F2F2;
    overflow: hidden;
    padding: 20px;
}

.acc_panel.open {
}

.acc_cutting_box {
    height: 75px;
    width: 125px;
    background: #89181A;;
    float: left;
    border: 1px solid lightgray;
    cursor: pointer;
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.acc_cutting_box.active-tl {
    border-top-left-radius: 45px;
    -webkit-border-top-left-radius: 45px;
}

.acc_cutting_box.active-tr {
    border-top-right-radius: 45px;
    -webkit-border-top-right-radius: 45px;
}

.acc_cutting_box.active-bl {
    border-bottom-left-radius: 45px;
    -webkit-border-bottom-left-radius: 45px;
}

.acc_cutting_box.active-br {
    border-bottom-right-radius: 45px;
    -webkit-border-bottom-right-radius: 45px;
}

.user-artwork-list {
   
}

.user-artwork-list ul {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    height: 250px;
}

.user-artwork-list ul li {
    list-style: none;
    margin: 2px;
    padding: 4px;
    border: 1px solid white;
    text-overflow: ellipsis;
}

.user-artwork-list ul li.alt {
    background: #eee;
}

.user-artwork-list ul li.selected {
    color: white;
    background: #89181A;
}

.user-artwork-list ul li:hover {
    cursor: pointer;
    color: white;
    background: #89181A;
}


.box {
    background: none;
    cursor:pointer;
    margin: 50px 30px 20px 0px; 
    width: 250px;
    height: 250px
}

box:hover{
background-image: url(https://integrityhr.com/wp-content/uploads/2013/11/2015_desk_calendar_pc_103721.png);
   color: black
}
.box:hover h2{

   color: black
}

.boxbutton{
    background-color: #8B0000;
    border-color: #8B0000;
    color: white;
    border-radius: 25px;
    padding: 7px;
    border-style: solid;
    cursor: pointer;
}

.boxbutton:hover{
    border:none;
    background-color: white;
    color: #89181A;
    text-decoration: none;
}


.next{
   background: #063856;
  -webkit-border-radius: 26;
  -moz-border-radius: 26;
  border-radius: 26px;
  text-shadow: 2px 2px 2px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
  box-shadow: 2px 2px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 6px;
  width: 140px;
  border: solid #063856 0px;
  text-decoration: none;
}
    
    

.next:hover{
    text-decoration: none;
    background-color: #09517D;
    border-radius: 25px;
    color:white
}
.previous{
   background: #063856;
  -webkit-border-radius: 26;
  -moz-border-radius: 26;
  border-radius: 26px;
  text-shadow: 2px 2px 2px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
  box-shadow: 2px 2px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 6px;
  width: 140px;
  border: solid #063856 0px;
  text-decoration: none;
  float: left
}
    
    

.previous:hover{
    text-decoration: none;
    background-color: #09517D;
    border-radius: 25px;
    color:white
}

productconfig {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.3);
    height: 100%;
    width: 450px;
}

a.button {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: -1em;
    background: #000;
    overflow: hidden;
    padding-left: 1em;
}

a.button:after {
    display: inline-block;
    background: #89181A;
    content: "";
    position: relative;
    margin-left: 1em;
    padding: .6em 1em;

}

a.button:hover {
    background-color: #89181A;

}

table {
    border: none;
}

.box:hover{
    background-color: #063856;
    background-color: rgba(139,0,0, 0.8);
}


.btn-flos{
    border-radius: 25px;
    border-style:none;
    padding:10px;
    width: 220px;
    color:white;
    background:#063856;
    text-align: center;
    
}

.btn-flos.btn-flos-red{
    background:#89181A;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background-color: #063856;
}

.nav-pills li a:hover{
background-color: #720a17;
}
.boxes{
    height: 400px;
   padding-top: 20px;
    padding-bottom: 20px;
      background-color: rgba(255, 255, 255, 0.2);
}


.finishing-product{
    display: inline-block;
    width: 200px;
    background: white;
    margin: 10px;
    padding: 10px;
    transition: all .1s ease-in-out;
    transform: scale(1);
}

.finishing-product:hover{
    border: 1px solid #89181A;
    cursor: pointer;
}

.finishing-product.active{
    transform: scale(1.1);
    background:#063856;
    background-color: rgba(171, 171, 171, 0.8);
    padding: 10px
}

.finishing-product-icon{
    width:120px;
    display: block;
    margin: auto;
}

.product-icon h5{
font-weight:900px
}


.headers{
    margin-bottom: 20%;
}

p span{
    font-size: 15px
}
.footer{
    padding:50px;
    background-color: black;
}
.agent{
    background-color: white;
    margin-top: 20px;
    padding: 3px 20px 30px 20px;
}

.ordernow{
    Font-family: 'Raleway', sans-serif;
    font-size: 17px;
    border-radius: 10px;
    background: #89181A;
    color:white;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);         padding:2%;
        animation-duration: 1.5s;
   animation-name: shaker;
}
.ordernow:hover{
    color: #89181A;
    background:#fff;
}

.ordernowxs{
  Font-family: 'Raleway', sans-serif;
    font-size: 17px;
    border-radius: 10px;
    background: #89181A;
    color:white;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);         padding:5%;
        animation-duration: 1.5s;
   animation-name: shaker;
    
}

.ordernowxs:hover{
    color: #89181A;
    background:#fff;
    text-decoration: none;
}


/*
 * DRILLING PRODUCT
 */
.product-drilling-configure .drilling-box-container{
    padding: 0;
    margin: 0;
}

.product-drilling-configure .drilling-box-container .drilling-box{
    background-color: #89181A;
    border: 1px solid #ababab;
    padding: 20px;
    min-width: 200px;
    max-width: 250px;
    height: 150px;
    box-shadow: 1px 1px 5px 1px #888888;
    text-align: center;
}

.product-drilling-configure .drilling-box-container .drilling-box .drillinginput{
    cursor: pointer;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 35px;
}

.product-drilling-configure .drilling-box-container .drilling-box input[type=checkbox] {
    width: 1.0em;
    height: 1.0em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.product-drilling-configure .drilling-box-container .drilling-box input[type=checkbox]:checked {
    background-color: black;
    width: 1.0em;
    height: 1.0em;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.product-drilling-configure .drilling-box-options h4 {
    margin: 0 0 10px;
    padding: 0;
}

.product-drilling-configure .drilling-box-options input + label{
    font-weight: 200;
}


.cuttinginput{
    margin-top: 2%;
    padding: 20px
}
.folding{
    padding: 50px
}
.folding placeholder{
    font-size: 1px
}

.servicebuttons{
    font-size: 20px;
    background-color: #89181A;
    color: white;
    border-radius: 10px;
    padding: 3%
    
}
.quantityheading{
    background-color: lightgray;
    
}


.textcontent{
   background-color: rgba(0, 0, 0, 0.6);
   padding: 60px 10px 80px 10px
}
.test h3 {
    color:white;
    letter-spacing:1px;
    font-family: 'Assistant';
    font-size: 30px
}

.test h2 {
    color:white;
    letter-spacing:1px;
    font-family: 'Poppins', sans-serif;
}
sbox{
    border-style: solid ;
    color: rgba(139,0,0, 0.8);
}

.agentprogramme{
      padding:10px 0px 30px 0px;
    background-color: #89181A;
    
    }
.agentprogramme p{
    color: white;
    font-size: 18px;
    font-family: 'Assistant';
}
.agentprogramme h3{
    color:white;
    font-family: 'Assistant';
}
.agentprogramme h2{
    font-size: 20px;
    color:white;
    font-family: 'Assistant';
}


.agentprogramme h1{
    color:white;
   
    font-family: 'Poppins', sans-serif;
}

.printservice{

}
.printservice h4 {
   

color:black;
}

.printservice h3{
    color:black;
    font-size:35px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 5px;
}


.printservice p{
color: black;
    font-size: 18px;
    font-family: 'Assistant';
    text-align: left
}
.printserviceproducts{
    padding-top:3%;
    font-family: 'Assistant'

}

.printserviceproducts h2{

    font-family: 'Assistant';
    font-size: 20px
}

.cart h2{
   font-size: 30px;
   padding: 10px
}

.payment{
width: 300px;
    height: 100%;
}
.cutting h2{
    padding-bottom:5px; 
   
}
.cutting p{
    padding-bottom:25px; 
   
}
hr{
    color: black;
    outline-width: thick;
}
.deliver{
    text-align: center;
border-style: solid;
    background-color: #89181A;;
    border-color: #89181A;;

color: white
}

.deliver:hover{

    border-radius: 5px;
    background-color: #89181A;;
    color:white;
    cursor: pointer;
    box-shadow: 2px 2px 3px #000; 

    
}

.deliver:active{
  
 box-shadow: 2px 2px 3px #000; 
}

.delivery{

    height: 100%;


}

.deliveryselect .active{
   background-color: #89181A;
  box-shadow: 2px 2px 3px #000; 
    color: white
}

.deliveryselect{
  

}
.deliveryselect .active p{
    color:white;
}
.deliveryselect .hover:hover{
    border: 1px solid #89181A;
    border-radius: 35px;
    background-color: #89181A;
    color:white;
    cursor: pointer;
    box-shadow: 2px 2px 3px #000;  
}

.deliveryselect h4{
margin-top: 20px
}

.checkout h2{
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    color:#fff;
    margin-top:90px;
}
.checkoutbtn{
    border-style:solid;
    padding:10px;
    color:white;
    margin-top:90px;
}
.checkoutbtn{
    border-style:solid;
    padding:10px;
    color:white;
    margin-top:90px;
}

.checkoutbtn:hover{
   
    color:white;
    
}
.services h2{
    font-family: 'Poppins', sans-serif;
}

.services h3{
    font-size:23px;
    color:white;
    font-family: 'Assistant';
    padding-bottom:10px
}
.serviceblock h3{
    font-size:20px;
}
.serviceblock p{
    font-size:17px;
    font-family: 'Assistant';
}


.find{
    background-color: white;
   
    padding: 60px 0px 0px 0px;
    margin: 0px -10px 0px -20px
}
.find h2{
    font-family: 'Poppins', sans-serif;
}


.faq{
    padding:20px 20px 20px 20px;
    background:white;
    margin: 0px -20px 0px -20px
}

.footer{
    margin: 0px -20px 0px -20px
}

.productconfiguration{
    background-color: white;
    width: 290px;
    padding: 0 20px 20px 20px;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 10px;
}
.productconfiguration h3 {
    margin-top:5px;
}

.productconfig{
        position: fixed;
}

.drillingbutton{
      background: #89181A;
      background-image: -webkit-linear-gradient(top, #89181A, #751516);
      background-image: -moz-linear-gradient(top, #89181A, #751516);
      background-image: -ms-linear-gradient(top, #89181A, #751516);
      background-image: -o-linear-gradient(top, #89181A, #751516);
      background-image: linear-gradient(to bottom, #89181A, #751516);
      -webkit-border-radius: 26;
      -moz-border-radius: 26;
      border-radius: 26px;
      text-shadow: 2px 2px 2px #666666;
      -webkit-box-shadow: 2px 2px 3px #666666;
      -moz-box-shadow: 2px 2px 3px #666666;
      box-shadow: 2px 2px 3px #666666;
      font-family: Arial;
      color: #ffffff;
      font-size: 14px;
      padding: 8px;
      border: solid #89181A 0px;
      text-decoration: none;
    width: 200px
}

.drillingbutton:hover {
    background: #631113;
    text-decoration: none;
}



.contactphone p{
    font-size: 13px;
    color: black
}
    .contact{
margin-top: 5%
}
.contact h1{
    text-decoration: underline;
    color:white;
    font-family: 'Montserrat', sans-serif;
    font-size:45px;
}
.contact h3{
font-size: 22px;
    font-family: 'Assistant';
}

.contactdetails h3{
    color:white;  
    font-family: 'Montserrat', sans-serif;
}
.contactinformation p{ 
    color:white;
    font-family: 'Assistant';
}
.guarantee{

    box-shadow: 2px 2px 3px #666666;
    margin-top: 10px;
    background-color:#F0F0F0
}

artworkalrt{
    margin-top: 40px;
    
    background-color: #ddd9d9
}

.user-override{
    background-color: #89181A;
}




.addCart{
    color: black;
    padding: 10px;

}

.addCart p{
font-size: 14px
}
.selectFile{
    border-radius: 25px;
    background:#419640;
    border-style:none;
    padding:2%;
    margin:2%;
    width: 120px;
}

.productSearch{
    font-family: 'Assistant';
    color:white;    
}

.productHeading{
    margin-top: -20px;
    margin-bottom: 50px;
    color:white;
    font-family: 'Montserrat', sans-serif;
    font-size:40px;
    background-color: #8B0000;
}


.bottomTriangle {
        width: 0;
	      height: 0;
	      border-left: 300px solid transparent;
	      border-right: 150px solid transparent;
      	border-bottom: 400px solid #2A3613;
        position: relative;
        z-index: 1;
        top: -100px;
       
}
.prodCatHead{
    font-family: 'Montserrat', sans-serif;
    color:white;
    padding:1%;
}

.backArt{
    border-style:solid;
    padding:10px;
    color:white
}

.backArt:hover{
   
  
    color:white
}
.editAddress{
    border-radius: 25px;
    background:#063856;
    border-style:none
}

.addAddress{
    background:#419640;
    margin-bottom:1%
}

.collection{
    color:black;
    font-size:30px;
    margin:2% 0% 2% 0%;
}

.totalPay{
    background:#fff;
    width:310px;
    height: 100%;
    padding:3%;
    margin-right:2%;
    
}


.editspecs{
    margin:2%;
    border-radius: 25px;
    background:#063856;
    border-style:none;
}

.continueShop{
     color:white;padding:5px;
}

.carthead{
    margin-top:25px;

}
.carthead h2{
    color:#fff;
    font-size: 40px; 
    font-family: 'Montserrat', sans-serif;
    margin-bottom:40px;
}

.cart-row-item {
    margin:0;
    padding: 8px 4px !important;
}

.proceedCheck{
    border-radius: 25px;
    background:#419640;
    border-style:none;
    padding:2%; 
    width: 200px;
    
}

.unConfigure{
    margin:3%;
    color:white;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}

.clearCart{
    border-radius:25px;
    background:#89181A;
    border-style:none;
    padding:8px;
     width: 200px
}
.artbutton{

}

.artworkMethod{
    margin-top: 25px;
    margin-bottom: 30px;       
}

.requireartworklable{
font-size: 15px;
    font-weight: 300;

        
}
.artworkMethod h2{
text-align: center;
    margin-top: 5px;
    margin-bottom: 40px;
       font-size: 27px;
}
.artworkbutton{
 
    color: black;
 font-size: 16px;
    border-style:  solid;
border-width: thin;
    border-color: #063856;
    padding: 10px;

      
}
.artworkMethodcontent{
margin-top: 50px
}

.artworkbutton.active{
    border-bottom: thin solid #063856;
  background-color: #063856;
    color: white;
padding: 15px;
    box-shadow: 1px 1px 2px #063856;
border: none;
    font-size: 16px
}


.requier{
 background-color: black
}

.artworkbutton1{
 
    color: black;
 font-size: 15px;
    
   border-style:  solid;
border-width: thin;
    border-color: #063856;
    padding: 2px;
}
.artworkMethodcontent{
margin-top: 50px
}

.artworkbutton1.active{
  border-bottom: thin solid #063856;
background-color: black;
    color: white;
    padding: 2px;
   

    

  
}



#finshcontainer{

	position: relative;
	overflow: hidden;
	background: #fff;
	width: 90%;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	font-weight: 300;
	color: black;
	-webkit-font-smoothing: antialiased;
}
.finigshingnav{

 
}

.finigshingnav li {
    float: left;
    line-height: 30px;
    overflow: hidden;
    padding: 0;
    position: relative;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
}

.finigshingnav li label {
    cursor: pointer;
}

.finigshingnav ul li:hover {
    background: white;
    color:#89181A;
}


.finishingnavigation li:hover{
  color: rgb(255, 255, 255);
}

.finishingnavigation ul li:nth-child(1):hover::before{
  border-color: #efefef;
    list-style:none;
}
.finishingnavigation ul li:nth-child(1)::before{
  content:"";
  position:absolute;

  border-color: #aaa;
  top:-10px;right:-1px;
        background-color:#fff;
}
.finishingnavigation ul li:nth-child(1)::after{
  content:"";
    list-style:none;
  position:absolute;
background-color: aqua;
  top:-11px;right:0px;
  border-radius: 0 0 10px 0;
  box-shadow: 1px 1px 0px gray
      
}
.finishingnavigation ul li:nth-child(5):hover::before{
  border-color: #efefef;
    list-style:none;
}
.finishingnavigation ul li:nth-child(5)::before{
  content:"";
    list-style:none;
  position:absolute;
  border-style:solid;
  border-width:5px;
  border-color: #aaa;
  bottom:-10px;right:-1px;
}
.finishingnavigation ul li:nth-child(5)::after{
  content:"";
    list-style:none;
  position:absolute;
  border-style:solid;
  border-width:5px;
  border-color: #fff;
  bottom:-11px;right:0px;
  border-radius: 0 10px 0 0;
  box-shadow: 1px -1px 0px gray;
  background-color:#fff;
     padding: 20px;
}



.configure-content{
    background: #fff;
    width:100%;
    box-shadow: 0 -1px 4px #aaa;
}
.configure-content p{
    padding: 5px;
}
.configure-content .div{
    display:none;
}
#tab1:checked~ .configure-content .div:nth-child(1),
#tab2:checked~ .configure-content .div:nth-child(2),
#tab3:checked~ .configure-content .div:nth-child(3),
#tab4:checked~ .configure-content .div:nth-child(4),
#tab5:checked~ .configure-content .div:nth-child(5){
     display:block;
}
#tab1:checked~ nav ul li:nth-child(1),
#tab2:checked~ nav ul li:nth-child(2),
#tab3:checked~ nav ul li:nth-child(3),
#tab4:checked~ nav ul li:nth-child(4),
#tab5:checked ~ nav ul li:nth-child(5) {
    color: black;
    margin-top: -10px;
    border: none;
    background: #fff;
    z-index: 1;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 5px 5px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}
#tab1:checked~ nav ul li:nth-child(1)::before,
#tab2:checked~ nav ul li:nth-child(2)::before,
#tab3:checked~ nav ul li:nth-child(3)::before,
#tab4:checked~ nav ul li:nth-child(4)::before,
#tab5:checked~ nav ul li:nth-child(5)::before{
    border-color:#efefef;
}

.configure-content .acc_panel_header h2 {
    padding: 5px 10px 10px;
    color:black;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    text-align: center;
    margin-bottom: 0;
}
.configure-content .acc_panel_header hr {
    margin-top: 10px;
}

.cutbox {
      width: 200px;
      height: 200px;
      display: block;
      position: relative;
      background-color: #000;
      margin-top:10px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.productoffers{
padding: 20px 0px 20px 0px
}
.productoffers h4{
    color:white;
    
    font-family: 'Assistant';

    font-size:40px;
        padding-top: 50px
}

.productoffers h3{
    color:black;
    font-size: 20px;
    margin-bottom: -10px
 
} 

.pserviceline{
    text-align: center;
    width: thin;

    height: 210px;
    border-right:  solid;
margin-top: 80px;
    border-color: black
}

.pservice{
  padding: 50px 0px 50px 0px;
   

}

.pservice h3{
    color:black;
    font-size:40px;
 
}

.pservice p{

    
    padding-top: 20px
}

.why h4{
 font-family: 'Assistant';
}

.artworkdesc{

}

.foldinginput{
padding: 20px
}

.corner h3{
padding:20px 0px 20px 0px
}

configureproduct{
 background-color: #89181A;
margin-top: 20px

}

.truck{
border-radius: 25px
}



.servicehead{
margin-bottom: 20px;
}
.checkbox input{
margin-left: 20px
}

.logoimg{
    padding-top: 5px;
    margin-right: 40px
}

.findbtn{
padding: 10px;
    background-color: black;
    color: white;
    border: none;
    width:250px; 
    
}
.findbtn:after {
    display: inline-block;
font-size: 20px;
    content: "";
    position: relative;
    margin-left: 10px;



}
.findbtn:after 
.findbtn:hover{
    display: inline-block;
font-size: 20px;

    position: relative;
    margin-left: 10px;


}
.findbtn:hover{
     
font-size: 20px;
    color: white;
    border: none;
      -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;background: red; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, black , darkred); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, black , darkred); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, black , darkred); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, black , darkred); 
}

.hatfield{
margin-bottom: 86px

}

.richardsbay{
margin-bottom: 4px
}

.findstore{
margin-bottom:50px
}

@keyframes shaker {
  0% {
    transform:rotate(0deg);
  }

  29% {
    transform:rotate(0deg);
  }


  30% {
    transform:rotate(1deg);
  }

  31% {
    transform:rotate(2deg);
  }

  33% {
    transform:rotate(1deg);
  }

  35% {
    transform:rotate(0deg);
  }

  37% {
    transform:rotate(-1deg);
  }

  39% {
    transform:rotate(-2deg);
  }

  41% {
    transform:rotate(-1deg);
  }

  43% {
    transform:rotate(0deg);
  }


  45% {
    transform:rotate(1deg);
  }

  47% {
    transform:rotate(2deg);
  }

  49% {
    transform:rotate(1deg);
  }

  51% {
    transform:rotate(0deg);
  }

  53% {
    transform:rotate(-1deg);
  }

  55% {
    transform:rotate(-2deg);
  }

  57% {
    transform:rotate(-1deg);
  }

  59% {
    transform:rotate(0deg);
  }


  100%{
    transform:rotate(0deg);
  }
}

.closenav{
width: 60px;
}

.black_overlay {
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.7;
  opacity: .70;
  filter: alpha(opacity=70);
}

.white_content {
  display: block;
  position: absolute;
  top: 25%;
  left: 25%;

  padding: 10px;
width:200px;
    height: 200px;
  background-color: white;
  z-index: 1002;
  overflow: auto;
}

.textright {
  float: right;
}

.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 10px;
  width: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  color: white;
  
}


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

.img-responsive
 {
    display: block;
    max-width: 100%;
    height: auto;
}
.white_content p {

font-size: 10px}
.white_content h1 {

font-size: 10px}




.nav nav-pills .active{
background-color: #063856
}

.nav nav-pills li a:hover{
background-color: #063856
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before 
	td:nth-of-type(2):before 
	td:nth-of-type(3):before 
	td:nth-of-type(4):before 
	td:nth-of-type(5):before 
	td:nth-of-type(6):before 
	td:nth-of-type(7):before 
	td:nth-of-type(8):before 
	td:nth-of-type(9):before 
	td:nth-of-type(10):before 
}

.ordersuccess {
    background-color: #89181A;
    margin-top: 100px;
    padding: 20px

}

.ordersuccess h2 {
    font-family: 'Montserrat', sans-serif;
    color: white;
}

.ordersuccess h3 {
    letter-spacing: 1PX;
    font-family: 'Assistant';
    color: white
}

.dialog-header-error {
    background-color: #89181A;
}

.dialog-header-wait {
    background-color: #428bca;
}

.dialog-header-notify {
    background-color: #eeeeee;
}

.dialog-header-confirm {
    background-color: #333333;
}

.dialog-header-error span, .dialog-header-error h4,
.dialog-header-wait span, .dialog-header-wait h4,
.dialog-header-confirm span, .dialog-header-confirm h4 {
    color: #ffffff;
}

.ui-icon-prev{
    display: none;
}

.ui-icon-next{
    display: none;
}

.productinPrice h5 {
    font-size: 13px;
    color: black;
    font-weight: 900;
}

.productinPrice strong {
    color: #8B0000;
}



.dropbtn {
    background-color: #f9f9f9;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    width: 200px;
    height: auto;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
  
}


.noPadding {
    margin-right: auto;
    margin-left: auto;
    padding-left:0px;
    padding-right:0px;
    overflow: hidden;
}


.headingsm{
    margin-bottom: 120px
}

.navbar-default{
    background-color: white;
    padding-bottom: 5px;
    padding-bottom: 5px;
}

.navbar-default .navbar-nav>li>a{
    color: black;
    font-size: 15px;
    margin-top: 5px
}



/**
 *  Main Nav Menu
 */
#mainNav ul.nav > li > a {
    cursor:pointer;
}

#mainNav ul.nav > li > a:hover {
    text-decoration: underline;
}

#mainNav div.btn-group {
    padding:15px;
    margin-top:5px;
}

#mainNav div.btn-group a {
    color:black;
    cursor:pointer;
}

#mainNav div.btn-group ul.dropdown-menu {
    left:auto;
    right:0;
}



.prod-conf-group {}
.prod-conf-group h5{}
.prod-conf-group h5 + div{
    margin: 0 0 20px;
}


.btn-artwork-select {
    padding:20px 0;
    border: 1px none;
    display: block;
    color:#063856;
}

.btn-artwork-select.active,
.btn-artwork-select:hover {
    border: 1px solid;
    cursor: pointer;
}

.btn-artwork-select.active {
    background-color: #063856;
    color:white;
}



.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}