@charset "utf-8";
/*
  Name: Putka Tattoo
  Date: April 2014
  Description: Putka Tattoo
  Version: 3.0
  Author: Mikko Kaario & Tuoni Studiot
*/

/* CSS Document */

/* Common classes */


/* ============================== */
/* ! Layout for desktop version */
/* ============================== */

html, body{
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 62.5%;
  text-align:center;
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'Arvo', 'Courier New', Courier, Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  text-align: center;
}

p{
  margin: 0 0 15px 0;
}

p, ul{
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: normal;
  color: #000;
}

p span{
  font-size: 24px;
  font-size: 2.4rem;
}

* p:last-child{
  margin-bottom: 0;
}

strong, b{
  font-weight: bold;
}

em, i{
  font-style: italic;
}

li{
  padding-bottom: 10px;
}

a{
  outline: 0;
  font-size: 16px;
  font-size: 1.6rem;
  color:#ea4106;
  text-decoration: none;
}

a:hover, a:active{
  color: #ea4106;
    text-decoration: underline;
}

img, object, embed{
  max-width: 100%;
}

img{
  border: 0;
  height: auto;
}

a img{
  border: 0px;
  text-decoration: none;
  }

h1{
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  color: #2b2b2b;
  margin: 20px 0px 40px 0px;
  text-align: center;
  letter-spacing: 2px;
}

h2{
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #2b2b2b;
  margin: 0px 0px 20px 0px;
  text-align: left;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
}

h3{
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  color: #2b2b2b;
  margin: 0px;
  text-align: left;
  text-transform: uppercase;
}

h4{
  font-size: 26px;
  font-size: 2.6rem;
  text-align: left;
  font-weight:300;
  font-style: normal;
  text-transform: uppercase;
  margin: 5px auto 0 auto;
}

.row a {
  font-size: 1.8rem;
  }

.row .title {
  background: url('../images/divider.png') repeat-x scroll 0 0 transparent;
  margin: 20px 0 0 0;
  padding: 0 0 10px 0;
  }

.row .title h1 {
  background: #ffffff;
  display: inline-block;
  font-family: 'Pathway Gothic One',sans-serif;
  margin: 0 0 0 0;
  padding: 0 10px 0 10px;
  }

tr, td{
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 10px 0;
  font-style: normal;
}


#wrapper {
  min-height: 100%;
}

#header h1{
  color: #a8a394;
  margin-left: auto;
  margin-right: auto;
}

#header{
  background: url(../images/nav_bg.jpg) top center repeat-x;
  width: 100%;
  min-width: 755px;
  height: 56px;
  margin: 0px 0px 10px 0px;
  text-align: center;
  padding: 0;
  position: fixed;
  z-index: 1;
}

#nav{
  height: 79px;
}

.nav-button{
  font-family: 'Pathway Gothic One', sans-serif;
  text-transform: uppercase;
  padding: 10px 10px 12px 12px;
  padding: 1.0rem 1.0rem 1.2rem 1.2rem;
  margin-left: -2px;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 5.0rem;
  font-style: normal;
}

.icon_button.english {
  background: url('../images/icon_english_inactive.png') scroll no-repeat 0 0 transparent;
  display: inline-block;
  height: 15px;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  width: 23px;
}

.icon_button.english:hover,
.icon_button.english.active {
  background: url('../images/icon_english.png') scroll no-repeat 0 0 transparent;
  height: 15px;
  width: 23px;
  text-decoration: none;
}

a.nav-button.current, a.nav-button:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: #fff solid 2px;
}

.current, a.nav-button:hover span{
  text-decoration: none;
  border-bottom: #fff solid 0px;
}

.full-width{
  width: 100%;
  min-width: 755px;
  height: 475px;
  margin: 0;
}

.front{
  background: url(../images/front_image2.jpg) center center no-repeat;
  background-size: cover;
  -ms-behavior: url(../scripts/backgroundsize.min.htc);
  height: 475px;
  margin: 0;
}

.centered{
  position: relative;
  top: 120px;
  margin: 0 auto;
}

.container{
  overflow:auto;
  padding-top: 56px;
  padding-bottom: 150px;
}

.show-on-desktops{
  display: inline;
}

.hide-on-desktops{
  display: none;
}

.row{
  width: 100%;
  max-width: 1140px;
  min-width: 755px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol{
  margin-right: 3.8%;
  float: left;
  min-height: 1px;
}

.row .onecol{
  width: 4.85%;
}

.row .twocol{
  width: 13.45%;
}

.row .threecol{
  width: 22.05%;
  margin-top: 25px;
}

.row .threecol p{
  text-align: left;
}

.row .fourcol{
  width: 30.75%;
}

.row .fivecol{
  width: 39.45%;
}

.row .sixcol{
  width: 48%;
}

.row .sevencol{
  width: 56.75%;
}

.row .eightcol{
  width: 65.4%;
  margin-bottom: 20px;
}

.row .eightcol p{
  text-align: left;
}

.row .ninecol{
  width: 74.05%;
}

.row .tencol{
  width: 82.7%;
}

.row .elevencol{
  width: 91.35%;
}

.row .twelvecol{
  width: 100%;
  float: left;
}

.first{
  padding-left: 13%;
}

.last{
  margin-right: 0px;
}

/* Index start */

.row.index h2 a {
  border: 0;
  color: #2b2b2b;
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 2.4rem;
  margin: 0 0 20px 0;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  }

.row.index h2 a:hover {
  text-decoration: none;
  }

.row.index h2 a img {
  border: 0;
  outline: none;
  }
/* Index end */

/* Tattoos start */

.row.tattoos h2 {
  text-align: center;
  }

.row.tattoos p {
  text-align: left;
  }

.row.tattoos h2 a {
  border: 0;
  color: #2b2b2b;
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 2.4rem;
  margin: 0 0 20px 0;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  }

.row.tattoos h2 a:hover {
  text-decoration: none;
  }

.row.tattoos h2 a img {
  border: 0;
  outline: none;
  }

/* Tattoos end */

/* Crew start */

.row.crew h1 {
  background: #ffffff;
  display: inline-block;
  font-family: 'Pathway Gothic One',sans-serif;
  margin: 0 0 0 0;
  padding: 0 10px 0 10px;
  }

.crewbox {
  box-shadow: 0 2px 5px #cccccc;
  margin: 0 10px 10px 10px;
  min-height: 300px;
  padding: 10px 10px 10px 10px;
  text-align: left;
  }

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

.crewbox .crewbox_content {
  padding: 10px 10px 10px 10px;
  }

.crewbox .crewbox_content .profile_img {
  text-align: center;
  padding: 0 0 10px 0;
  }

.crewbox .crewbox_content .profile_img a {
  border: 0;
  outline: none;
  }

.crewbox .crewbox_content .profile_img img {
  border-left: 1px solid #868686;
  border-top: 1px solid #868686;
  border-right: 1px solid #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
  height: 220px;
  outline: none;
  width: 220px;
  }

.crewbox .crewbox_content img.at_icon {
  vertical-align: middle;
  }

/* Crew end */

/* Instructions start */

.row.instructions h1{
  margin-bottom: 0px;
  }

.row.instructions h3 {
  font-size: 3.4em;
  }

.row.instructions h4 {
  color: #2b2b2b;
  font-size: 16px;
  }

/* Instructions end */

/* UKK start */

.row.ukk .title {
  text-align: center;
  }

#questions h2 {
  margin-bottom: 0;
  }

#questions span {
  color: #2B2B2B;
  font-size: 16px;
  }

#questions span.ingress {
  font-size: 2.4rem;
  }

.divider_wide {
  background: url('../images/divider.png') scroll repeat-x 0 0 transparent;
  display: block;
  height: 42px;
  margin: 0 0 0 0;
  width: 100%;
  }

.row.answer {
  margin-bottom: 10px;
  }

.row.answer h2 {
  margin-bottom: 0px;
  white-space: normal;
  }

#questions a,
.row.answer a {
  font-family: 'Pathway Gothic One', sans-serif;
  }

/* UKK end */

/* In english start */

.row.english h2 {
  text-align: center;
  }

.row.english p {
  text-align: left;
  }

/* In english end */

/* Contact information start */
.row.contactinformation {
  padding-bottom: 20px;
  }

.row.contactinformation p {
  text-align: left;
  }

.row.contactinformation h3 {
  font-size: 1.8rem;
  display: inline-block;
  text-align: left;
  }

.row.contactinformation span {
  color: #000000;
  font-size: 1.8rem;
  font-family: 'Pathway Gothic One',sans-serif;
  font-style: normal;
  text-align: left;
  }

.row.contactinformation img.at_icon {
  vertical-align: middle;
  }

/* Contact information end */

#textbox{
  margin: 0px 10px 40px 10px;
  box-shadow: 0px 2px 5px #ccc;
}

#textbox h2{
  text-align: center;
  margin-bottom: 10px;
}

#textbox p{
  padding: 0px 10px 20px 10px;
}

#fb-root{
}

.fb-like-box{
}

.cap-overlay .button {
  margin-top:10px
}

.cap-overlay{
  width: 100%;
  color:#fff;
  left: 0;
  margin-top: 70px;
}

.cap-overlay h5 {
  color:#fff;
}

a[data-toggle="drop-panel"] {
  display: block;
}

.footer{
  background: #3b3a38;
  position: relative;
  width: 100%;
  margin-top: -150px;
  height: 150px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  clear: both;
}

.footer p{
  font-family: 'Pathway Gothic One', sans-serif;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  text-align: left;
}

.footer a{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
}

.footer a:hover{
  text-decoration: underline;
}

/*Png Fix*/
img, div, a, input{
  behavior: url(css/iepngfix.htc);
}

/*Opera Fix*/
body:before{
  content:"";
  height:100%;
  float:left;
  width:0;
  margin-top:-32767px;/
}

/* ============================= */
/* ! Layout for smaller screens */
/* ============================= */

@media only screen and (max-width: 1440px){

  body{
    font-size: 50%;
  }

  p, ul{
    font-size: 16px;
    font-size: 1.6rem;
  }

  p span{
    font-size: 20px;
    font-size: 2.0rem;
  }

  a{
    font-size: 14px;
    font-size: 1.4rem;
  }

  h2{
    font-size: 30px;
    font-size: 3.0rem;
  }

  #header{
    min-width: 480px;
    margin: 0px 0px 15px 0px;
  }

  #nav{
    height: 60px;
  }

  .nav-button{
    font-size: 18px;
    font-size: 1.8rem;
  }

  .row{
    width: 95%;
    max-width: 960px;
  }

  .span{
    width: 100%;
    max-width: 960px;
  }

  .row .threecol{
    width: 17.50%;
  }

  .first{
    padding-left: 20%;
  }

  .center{
    max-width: 900px;
    margin: 0 auto;
  }

  .footer p{
    font-size: 14px;
    font-size: 1.4rem;
  }

  .footer a{
    font-size: 14px;
    font-size: 1.4rem;
  }

}

/* ============================= */
/* ! Layout for tablets */
/* ============================= */

@media only screen and (max-width: 959px){

  html, body{
    -webkit-text-size-adjust: none;
    min-width: 320px;
  }

  *,
  *:after,
  *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }

  ::selection {
    background: transparent;
  }

  ::-moz-selection {
    background: transparent;
  }

  p, ul{
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
  }

  p span{
    padding: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  h1{
    font-size: 28px;
    font-size: 2.8rem;
    width: 100%;
    min-width: 280px;
  }

  h2{
    font-size: 20px;
    font-size: 2.0rem;
  }

  h3{
    font-size: 18px;
    font-size: 1.8rem;
  }

  #header{
    min-width: 320px;
    padding-top: 0px;
    height: 42px;
    z-index: 1;
  }

  #nav{
    height: 42px;
  }

  .nav-button{
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 8px 10px 10px;
    padding: 0.8rem 0.8rem 1.0rem 1.0rem;
    line-height: 4.0rem;
  }

  img.logo{
    display: inline;
    width: 60%;
    max-width: 208px;
  }

  .container{
    padding-top: 42px;
  }

  .row{
    width: 95%;
    min-width: 320px;
  }

  .full-width{
    width: 100%;
    min-width: 800px;
    height: 465px;
  }

  .footer p{
    text-align: center;
  }

}

/* ============================= */
/* ! Layout for mobile version */
/* ============================= */

@media handheld, only screen and (max-width: 800px){

  .row, body{
    width: 100%;
    min-width: 0;
    margin: 0px;
    padding: 0px;
  }

  li{
    margin: 0 10px 0 30px;
  }

  .show-on-desktops{
    display: none;
  }

  .hide-on-desktops{
    display: block;
  }

  img.logo{
    display: block;
    margin-left: 20px;
    width: 60%;
    max-width: 208px;
  }

  #header {
    background: #000;
  }

  .nav {
    margin: 60px 0 0 0;
    *zoom: 1;
  }

  .nav:after {
    clear: both;
    content: "";
    display: table;
  }

  .wrapper-dropdown-5 {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 42px;
    padding: 12px 15px;
    background: #000;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .wrapper-dropdown-5 p{
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
  }

  .wrapper-dropdown-5:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #fff transparent;
  }

  .wrapper-dropdown-5 .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #8d8576;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
      opacity: 0.9;
    filter: alpha(opacity=90);
  }

  .wrapper-dropdown-5 .dropdown li {
    padding: 0;
    margin-left: 0px;
    margin-right: 0px;
  }

  .wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 10px;
    transition: all 0.1s ease-out;
    border-bottom: 1px solid #e6e8ea;
  }

  .wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
  }

  .wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
  }

  /* Hover state */

  .wrapper-dropdown-5 .dropdown li:hover a {
    background: #ccc;
  }

  /* Active state */

  .wrapper-dropdown-5.active {
    background: #000;
    box-shadow: none;
    border-bottom: none;
    color: #fff;
  }

  .wrapper-dropdown-5.active:after {
    border-width: 0 8px 8px 8px;
    border-color: #fff transparent;
  }

  .wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
  }

  .front{
    background: url(../images/front_image2_small.jpg) center center no-repeat;
    background-size: cover;
    -ms-behavior: url(../scripts/backgroundsize.min.htc);
    height: 334px;
  }

  .container{
    background: url(../images/paper_bg.png) repeat;
    padding-top: 42px;
  }

  .centered{
    position: relative;
    top: 120px;
    padding-left: 20px;
    max-width: 100%;
    overflow: hidden;
  }

  .row .onecol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol{
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 20px 0px 20px;
  }

  .row .fourcol{
    margin-bottom: 20px;
  }

  .row .fourcol.last{
    margin-bottom: 0px;
  }

    .full-width{
    background: none;
    min-width: 320px;
    height: auto;
  }

  .footer{
    padding-top: 10px;
  }

  .footer p{
    padding-bottom: 15px;
  }

  .hide-on-desktops .fb .row.mobile_piercings .table_align {
    margin: 0 auto 0 auto;
    position: relative;
    width: 270px;
  }

  .hide-on-desktops .fb .row.mobile_piercings .table_align table {
    padding: 10px 0 0 10px;
  }

}

/* Helper classes start */

.centeredtext {
  text-align: center;
  }

.clearfix {
  clear: both;
  }

.lefttext {
  text-align: left;
  }

.no_padding {
  padding: 0 0 0 0;
  }

/* Helper classes end */

/* Contact form styles start */

.error {
  color: #ff7d2d;
  display: inline-block;
  font-size: 13px;
  margin-top: 5px;
  padding: 0 0 0 0;
  white-space: nowrap;
}

.hidden {
  display: none;
}

.left {
  float: left;
}

.tab-content {
  display: none;
}

.tab-content.current {
  display: inherit;
}

.radio.error {
  margin-top: 5px;
}

/* Tab navigation */

.tab_wrapper {
  color: #2b2b2b;
  font-family: 'Pathway Gothic One',sans-serif;
  margin: 0 0 0 20px;
  padding: 0 0 0 150px;
  position: relative;
  text-align: left;
  }

.tab_wrapper .tab_nav {
  margin: 0 auto 0 auto;
  width: 80%;
  }

.tab_wrapper .tab_nav::after {
  clear: both;
  display: table;
  content: "";
  }

.tab_wrapper .tab_nav a {
  background: rgba(0,0,0,0.7);
  border: 1px solid rgba(0,0,0,0.8);
  border-bottom: 1px solid rgba(0,0,0,0.6);
  border-radius: 5px 0 0 0;
  color: #fff;
  display: block;
  margin: 0 0 0 0;
  float: left;
  padding: 5px 20px 5px 20px;
  }

.tab_wrapper .tab_nav a.last {
  border-radius: 0 5px 0 0;
  border-left: none;
  }

.tab_wrapper .tab_nav a:hover,
.tab_wrapper .tab_nav a.current {
  color: #ff7d2d;
  text-decoration: none;
  }

.tab_wrapper .tab_nav a.current {
  background: rgba(0,0,0,0.6);
  border-bottom: 1px solid #656565 !important
  }
/* Core form styles */

.ci_form {
  color: #2b2b2b;
  font-family: 'Pathway Gothic One',sans-serif;
  margin: 0 auto 0 auto;
  padding: 0 20px 20px 20px;
  position: relative;
  width: 644px;
}

.ci_form.narrow {
  width: 50%;
}

.ci_form .left {
  background: rgba(0,0,0,0.6);
  border: 1px solid rgba(0,0,0,0.8);
  border-radius: 5px 0 0 5px;
  border-right: none;
  border-top: none;
  padding: 10px 10px;
  min-width: 300px;
}

.ci_form .left.last {
  border-left: none;
  border-right: 1px solid rgba(0,0,0,0.8);
  border-radius: 0 5px 5px 5px;
}

.ci_form .ci_f_row {
  position: relative;
  margin: 0 0 10px 0;
  max-width: 300px;
  width: 100%;
}

.ci_form .ci_f_row .ci_f_column {
  float: left;
  width: 100%;
  }

/* Text inputs */

.ci_form .ci_f_row .ci_textinput {
  padding: 20px 0 0 20px;
}

.ci_form .ci_f_row .ci_textinput .ci_inputlabel {
  background: #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
  border-radius: 5px 0 0 5px;
  color: #fff;
  float: left;
  font-size: 16px;
  margin: 0 0 0 0;
  padding: 10px 10px 10px 10px;
  text-transform: uppercase;
  max-width: 70px;
  width: 100%;
}

.ci_form .ci_f_row .ci_textinput .ci_inputlabel.error {
  color: #ff7d2d;
}

.ci_form .ci_f_row .ci_textinput input {
  background: rgba(0,0,0,0.5);
  border: 1px solid #2b2b2b;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-family: 'Pathway Gothic One',sans-serif;
  font-size: 16px;
  float: left;
  padding: 9px 0 10px 10px;
  min-width: 158px;
}

.ci_form .ci_f_row .ci_textinput input#text_lastname {
  max-width: 167px;
}

.ci_form .ci_f_row .ci_textinput input#input_postnumber {
  max-width: 147px;
}

/* Radios */

.ci_form .ci_f_row .ci_radioinput {
  border: 1px solid #2b2b2b;
  border-radius: 5px 5px 5px 5px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}

.ci_form .ci_f_row .ci_radioinput .ci_inputlabel {
  background: #2b2b2b;
  color: #fff;
  float: left;
  font-size: 16px;
  margin: 0 0 0 0;
  padding: 10px 10px 10px 10px;
  text-transform: uppercase;
}

.ci_form .ci_f_row .ci_radioinput input {
  float: left;
  margin: 12px 20px 10px 20px;
}

.ci_form .ci_f_row .ci_radioinput input[type="radio"] {
    display:none;
}
.ci_form .ci_f_row .ci_radioinput input[type="radio"] + .ci_inputlabel span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url('../images/check_radio_sheet.png') -38px top no-repeat;
    cursor:pointer;
}
.ci_form .ci_f_row .ci_radioinput input[type="radio"]:checked + .ci_inputlabel span {
    background:url('../images/check_radio_sheet.png') -57px top no-repeat;
}

.ci_form .ci_f_row .ci_radioinput .ci_inputlabel.s-left span {
  margin-left: 10px !important;
}

.ci_form .ci_f_row .ci_radioinput .ci_inputlabel.s-right span {
  margin-right: 10px !important;
}

/* Age inputs */

.ci_form .ci_f_row .ci_numberinput {
  padding: 20px 20px 0 20px;
}

.ci_form .ci_f_row .ci_numberinput .ci_inputlabel {
  background: #2b2b2b;
  border-radius: 5px 0 0 5px;
  color: #fff;
  float: left;
  font-size: 16px;
  margin: 0 0 0 0;
  padding: 10px 10px 10px 10px;
  text-transform: uppercase;
}

.ci_form .ci_f_row .ci_numberinput input {
  background: rgba(0,0,0,0.5);
  border: none;
  color: #fff;
  font-family: 'Pathway Gothic One',sans-serif;
  font-size: 16px;
  float: left;
  padding: 9px 16px 9px 13px;
  text-align: center;
}

.ci_form .ci_f_row .ci_numberinput input#input_day {
  border-top: 1px solid #2b2b2b;
  border-bottom:  1px solid #2b2b2b;
}

.ci_form .ci_f_row .ci_numberinput input#input_month {
  border-top: 1px solid #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
}

.ci_form .ci_f_row .ci_numberinput input#input_year {
  border-top: 1px solid #2b2b2b;
  border-right: 1px solid #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
  border-radius: 0 5px 5px 0;
}

/* Textarea */

.ci_form .ci_f_row .ci_textarea {
  padding: 20px 20px 0 20px;
}

.ci_form .ci_f_row .ci_textarea .ci_inputlabel {
  background: #2b2b2b;
  border-radius: 5px 5px 0 0;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 0 0 0 0;
  padding: 10px 10px 10px 10px;
  text-transform: uppercase;
  max-width: 239px;
  width: 100%;
}

.ci_form .ci_f_row .ci_textarea textarea {
  background: rgba(0,0,0,0.5);
  border: 1px solid #2b2b2b;
  border-radius: 0 0 5px 5px;
  color: #fff;
  font-family: 'Pathway Gothic One',sans-serif;
  font-size: 16px;
  float: left;
  margin: 0 0 0 0;
  max-width: 237px;
  padding: 9px 10px 9px 10px;
  resize: none;
  width: 100%;
}

/* Submit button */

.ci_form .ci_f_row .ci_submit {
  margin: 0 0 0 0;
  position: relative;
}

.ci_form .ci_f_row .ci_submit .pt_button {
  background: #fff;
  border: 1px solid #2b2b2b;
  border-radius: 5px 5px 5px 5px;
  color: #2b2b2b;
  cursor: pointer;
  font-family: 'Pathway Gothic One',sans-serif;
  font-size: 16px;
  margin: 0 0 0 158px;
  padding: 9px 12px 9px 12px;
  text-align: center;
  text-transform: uppercase;
  transition-property: background, color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  width: 100px;
}

.ci_form .ci_f_row .ci_submit .pt_button:hover {
  background: #2b2b2b;
  color: #ff7d2d;
}

/* Contact form mobile styles */

@media only screen and (max-width: 480px){
  .ci_form {
    max-width: 320px;
    width: 100%;
  }
  .ci_form .left {
    border: 1px solid #000;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    border-top: none;
    max-width: 320px;
  }
  .ci_form .left.last {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-radius: 0 0 5px 5px;
    border-top: none;
  }
  .ci_form .ci_f_row .ci_numberinput input {
  padding: 9px 6px 9px 13px;
  }
  .ci_form .ci_f_row .ci_textarea .ci_inputlabel {
    max-width: 230px;
    margin: 0 0 0 0;
  }
  .ci_form .ci_f_row .ci_textarea textarea {
    max-width: 230px;
  }
  .ci_form .ci_f_row .ci_submit .pt_button {
    margin: 0 0 0 120px;
  }
  .tab_wrapper {
    padding: 0 0 0 100px;
  }
  #tab-2 input#text_firstname,
  #tab-2 input#text_lastname,
  #tab-2 input#text_postnumber {
    padding: 18px 10px 19px 10px;
  }
}

/* Contact form mobile styles end */

/* Admin styles */

.ci_form.admin {
  font-size: 12px;
  width: 100%;
}

.ci_form .ci_f_row .ci_submit.admin {
  text-align: center;
 }


 .ci_form .ci_f_row .ci_submit.admin .pt_button {
   margin: 20px 0 0 0;
  }

.ci_form .ci_f_row .ci_f_column table {
  border-collapse: collapse;
  border-radius: 5px 5px;
  cursor: pointer;
  }

.ci_form .ci_f_row .ci_f_column table tr:hover td {
  color: #ff7d2d;
  }

.ci_form .ci_f_row .ci_f_column table tr th {
  background: #2b2b2b;
  color: #fff;
  }

.ci_form .ci_f_row .ci_f_column table tr td,
.ci_form .ci_f_row .ci_f_column table tr th {
  border: 1px solid #2b2b2b;
  padding: 10px 10px 10px 10px;
  }

.ci_form .ci_f_row .ci_f_column table tr td:nth-child(2n+0) {
  background: #eee9e9;
  }

.ci_form .ci_f_row table input[type="checkbox"] {
    display: none;
  }

.ci_form .ci_f_row table input[type="checkbox"] + .ci_inputlabel span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0 0 0 0;
    vertical-align: middle;
    background: url('../images/check_radio_sheet.png') 0 top no-repeat;
    cursor: pointer;
  }
.ci_form .ci_f_row table input[type="checkbox"]:checked + .ci_inputlabel span {
    background: url('../images/check_radio_sheet.png') -19px top no-repeat;
  }

  .ci_form .ci_f_row .ci_f_column table tr td a {
    background: #2b2b2b;
    border: 1px solid #2b2b2b;
    border-radius: 3px 3px;
    color: #fff;
    padding: 5px 5px;
    text-decoration: none;
    transition-property: background, color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }

  .ci_form .ci_f_row .ci_f_column table tr td a:hover {
    color: #ff7d2d;
    text-decoration: none;
  }


/* Database full listing and common styles begin */

.ci_form.admin {
  padding: 0 0 0 0;
}

.ci_form.admin .ci_f_row,
.ci_form.admin .ci_f_row .ci_f_column {
  float: none;
  max-width: 100%;
  width: 100%;
}

.ci_form.admin .ci_f_row .ci_f_column h2 {
  text-align: center;
  margin: 50px 0 20px 0;
}

.ci_form.admin .full_listing {
  margin: 0 auto 0 auto;
  width: 80%;
}

.ci_form .ci_f_row .ci_f_column table tr th.admin_comment {
  color: #ff7d2d;
  font-weight: 400;
}

.ci_form .ci_f_row .ci_f_column table tr td.admin_comment {
  background: #2b2b2b;
  border: 1px solid #535353;
  color: #ff7d2d;
}

.ci_form .ci_f_row .ci_f_column table tr td img.offset_icon {
  border-radius: 3px 3px 3px 3px;
  margin-left: 42px;
}

.ci_form .ci_f_row .ci_f_column table tr td a.print_link:hover {
  background: url('../images/icon_print_active.png') scroll no-repeat 0 0;
}

.logged_in {
  background: #3b3a38;
  border: 1px solid #ff7d2d;
  border-left: none;
  border-top: none;
  border-radius: 0 0 5px 0;
  color: #ff7d2d;
  left: 0;
  padding: 10px 10px;
  position: fixed;
  top: 0;
}

.logged_in p {
  color: #ff7d2d;
  }


.logged_in p span {
  color: #ffffff;
  font-size: 1.8rem;
  }

body.edit .logged_in {
  background: #ffffff;
  border-color: #2b2b2b;
  color: #2b2b2b;
}

body.edit .logged_in p {
  background: #ffffff;
  color: #2b2b2b;
}

body.edit .logged_in span {
  background: #ffffff;
  color: #ff7d2d;
}

.logout {
  background: #3b3a38;
  border: 1px solid #ff7d2d;
  border-right: none;
  border-top: none;
  border-radius: 0 0 0 5px;
  color: #ff7d2d;
  right: 0;
  padding: 10px 10px;
  position: fixed;
  top: 0;
  }

.logout a {
  color: #ff7d2d;
  font-size: 1.8rem;
  }

.logout a:hover {
  color: #ffffff;
  font-size: 1.8rem;
  text-decoration: none;
}

body.edit .logout {
  background: #ffffff;
  border-color: #2b2b2b;
  color: #2b2b2b;
}

body.edit .logout a {
  background: #ffffff;
  color: #2b2b2b;
}

body.edit .logout a:hover {
  background: #ffffff;
  color: #ff7d2d;
}

.access_denied {
  background: #2b2b2b;
  border-bottom: 1px solid #ff7d2d;
  border-top: 1px solid #ff7d2d;
  font-family: 'Pathway Gothic One',sans-serif;
  font-size: 16px;
  margin: 100px auto 0 auto;
  padding: 20px 20px 20px 20px;
}

.access_denied p {
  color: #ff7d2d;
  font-family: 'Pathway Gothic One',sans-serif;
  font-size: 16px;
}

.access_denied span {
  font-family: 'Pathway Gothic One',sans-serif;
  font-size: 16px;
}

.access_denied a {
  color: #ffffff;
  font-family: 'Pathway Gothic One',sans-serif;
  font-size: 16px;
}

/* Database full listing styles end */

/* Database edit mode styles begin */

body.edit {
  background: #3b3a38;
}

body.edit .ci_form.admin .ci_f_row,
body.edit .ci_form.admin .ci_f_row .ci_f_column {
  float: none;
  max-width: 100%;
  width: 100%;
}

body.edit .ci_form.admin .ci_f_row .ci_f_column h2 {
  background: #ff7d2d;
  color: #ffffff;
  text-align: center;
  margin: 200px 0 20px 0;
  padding: 8px 0 8px 0;
}

body.edit .ci_form.admin .edit_wrapper {
  border: 1px solid #ff7d2d;
  margin: 0 auto 0 auto;
  width: 95%;
}

body.edit .ci_form.admin .edit_wrapper .edit_listing {
  width: 100%;
}

body.edit .ci_form.admin .ci_f_row .ci_f_column table tr:hover td {
  color: #2b2b2b;
}

body.edit .ci_form.admin .ci_f_row .ci_f_column table tr td {
  background: #fff;
}

body.edit .ci_form.admin .ci_f_row .ci_f_column table tr td:nth-child(2n+0) {
  background: #eee9e9;
  }

body.edit .ci_form.admin .ci_f_row .ci_f_column table tr td select,
body.edit .ci_form.admin .ci_f_row .ci_f_column table tr td input {
  background: #2b2b2b;
  border: none;
  color: #fff;
  font-family: 'Pathway Gothic One';
  font-size: 1.6rem;
  margin-bottom: 1px;
  padding: 2px 4px 2px 4px;
}

body.edit .ci_form.admin .ci_f_row .ci_f_column table tr td input.edit_button {
  border: 1px solid #2b2b2b;
  border-radius: 3px 3px;
  padding: 5px 5px;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

body.edit .ci_form.admin .ci_f_row .ci_f_column table tr td input.edit_button:hover {
  color: #ff7d2d;
}

body.edit .ci_form.admin .ci_f_row .ci_f_column table tr td.textarea_td {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  vertical-align: inherit;
}

body.edit .ci_form.admin .ci_f_row .ci_f_column table tr td.textarea_td textarea {
  background: #eee9e9;
  border: none;
  color: #2b2b2b;
  font-family: 'Pathway Gothic One';
  font-size: 18px;
  margin: 0 0 0 0;
  outline: none;
  padding: 10px 10px;
  resize: none;
}

body.edit .ci_form.admin .ci_f_row .ci_f_column table tr td.textarea_td.admin textarea {
  color: #ff7d2d;
}

/* Database edit mode styles end */


/* Contact form style end */

/* Piercings start */

.row.piercings .table_align {
  float: right;
  margin: 0 14px 0 0;
  }

.row.piercings .table_align div.piercings_table {
  float: left;
  }

.row.mobile_piercings .twelvecol.last {
  background: url('../images/fb_dark_mobile.png') no-repeat scroll top center;
  padding: 15px 0 50px 0;
  text-align: center;
  }

.row.mobile_piercings .table_align div.piercings_table {
  padding: 10px 0 0 45px;
  }

div.piercings_table {
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 14px;
  padding: 10px 10px;
  -webkit-font-smoothing: antialiased;
  }

div.piercings_table div.table_header {
  margin-bottom: 5px;
  }

div.piercings_table div.table_row {
  border-bottom: 1px solid transparent;
  padding: 3px 3px;
  position: relative;
  width: 100%;
  }

div.piercings_table div.table_row::after,
div.piercings_table div.table_header::after {
  content: "";
  display: table;
  clear: both;
  }

div.piercings_table div.table_row:hover {
  border-bottom: 1px solid #ff7d2d;
  color: #ff7d2d;
  cursor: default;
  }

div.piercings_table div.table_row.p_g:hover {
  border-bottom: 1px solid transparent;
  color: #fff;
  cursor: default;
  }

div.piercings_table div.table_row:hover + div.p_i {
  visibility: visible;
  opacity: 1;
  }

div.piercings_table div.table_row div,
div.piercings_table div.table_header div {
  float: left;
  width: 33%;
  }

.piercings .p_i {
    background: rgba(0,0,0,0.5);
    border: 1px solid #ccc;
    border-right: 1px solid #ff7d2d;
    border-top: 1px solid #ff7d2d;
    margin-left: -372px;
    margin-top: -1px;
    opacity: 0;
    padding: 5px 5px 2px 5px;
    position: absolute;
    text-align: center;
    z-index: 20000;
    visibility: hidden;
  }

  .piercings .p_i img {
  max-width: 360px;
  }

/* Piercings end */

/* Attention box desktop begins */

div.container .attention_box {
  position: fixed;
  top: 200px;
  left: 0px;
}

div.container .attention_box .ab_close {
  z-index: 30000;
  position: absolute;
  right: -10px;
  top: -5px;
}

div.container .attention_box .ab_close a {
  background: rgba(255,175,75,1);
  background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,146,10,1)));
  background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
  background: -o-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
  background: linear-gradient(to bottom, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
  border: 1px solid #ffffff;
  border-radius: 16px 16px 16px 16px;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0 );
  float: right;
  font-weight: 600;
  height: 16px;
  width: 16px;
  padding: 3px 3px 3px 4px;
  text-transform: uppercase;
}

div.container .attention_box .ab_close a:hover {
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  text-decoration: none;
}

div.container .attention_box .attention_item {
  background: #ffffff;
  border: 1px solid #2b2b2b;
  border-left: none;
  border-radius: 0 5px 5px 0;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  margin: 6px 0 0 0;
  max-width: 300px;
  padding: 10px 10px 0 10px;
  position: relative;
}

div.container .attention_box .attention_item::after {
  content: "";
  display: inline-block;
  clear: both;
}

div.container .attention_box .attention_item .ab_i_icon,
div.container .attention_box .attention_item .ab_i_floatwrapper {
  border: none;
  float: left;
  margin: 0 0 0 0;
  outline: none;
}

div.container .attention_box .attention_item .ab_i_icon img {
  border: none;
  margin: 0 0 0 0;
  outline: none;
}

div.container .attention_box .attention_item .ab_i_floatwrapper {
  padding: 0 10px 0 10px;
  width: 69%;
  text-align: left;
}

div.container .attention_box .attention_item .ab_i_floatwrapper .ab_i_header {
  position: relative;
  width: 100%;
}

div.container .attention_box .attention_item .ab_i_floatwrapper .ab_i_header h4 {
  color: #ff7d2d;
  display: inline-block;
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 18px;
  margin: 0 0 0 0;
  }

div.container .attention_box .attention_item .ab_i_content {
  position: relative;
  text-align: left;
  width: 100%;
}

div.container .attention_box .attention_item .ab_i_content a {
  color: #ff7d2d;
  font-size: 1.8rem;
}

/* Attention box for desktop ends */

/* Attention box for mobile begins */

@media handheld, only screen and (max-width: 800px){
    div.container .attention_box {
      position: relative;
      top: 0;
      left: 0;
    }

    div.container .attention_box .ab_close {
      display: none;
    }

    div.container .attention_box .attention_item {
      border-radius: 0 0 0 0;
      max-width: 100%;
      width: 100%;
    }

  }

/* Attention box for mobile ends */
/* Registration & login page begins */

body.login,
body.registration {
  background: #3b3a38;
}

.login_container,
.login_header,
.registration_container,
.registration_header {
  background: #2b2b2b;
  color: #ffffff;
  font-family: 'Pathway Gothic One',sans-serif;
  font-size: 16px;
  margin: 0 auto 0 auto;
  padding: 20px 20px;
  width: 100%;
}

.login_container,
.registration_container {
  border-left: 1px solid #ff7d2d;
  border-bottom: 1px solid #ff7d2d;
  border-right: 1px solid #ff7d2d;
  border-radius: 0 0 5px 5px;
  max-width: 400px;
}

.login_header,
.registration_header {
  border-left: 1px solid #ff7d2d;
  border-top: 1px solid #ff7d2d;
  border-right: 1px solid #ff7d2d;
  border-radius: 5px 5px 0 0;
  padding: 10px 0 10px 0;
  margin-top: 100px;
  max-width: 440px;
}

.login_header h4,
.registration_header h4 {
  background: #ff7d2d;
  color: #fff;
  text-align: center;
  }

.registration_container ul {
  color: #ffffff;
  font-family: 'Pathway Gothic One',sans-serif;
  font-size: 14px;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: left;
}

.registration_container ul li ul {
  padding: 10px 0 0 10px;
}

.registration_container ul li ul li span {
  color: #ff7d2d;
}

.login_form,
.registration_form {
  background: #3b3a38;
  padding: 10px 10px;
}

.login_form .login_input label,
.registration_form .registration_input label {
  color: #ffffff;
  font-family: 'Pathway Gothic One',sans-serif;
  font-size: 16px;
  float: left;
  text-align: left;
  width: 33%;
}

.login_form .login_input,
.registration_form .registration_input {
  width: 100%;
}

.login_form .login_input input,
.registration_form .registration_input input {
  background: #2b2b2b;
  border: none;
  color: #fff;
  float: left;
  font-family: 'Pathway Gothic One';
  font-size: 1.6rem;
  margin-bottom: 1px;
  padding: 2px 4px 2px 4px;
  width: 60%;
}

.login_form .login_button,
.registration_form .registration_button {
  padding: 10px 0 0 0;
}

.login_form .login_button input,
.registration_form .registration_button input {
  background: #2b2b2b;
  border: 1px solid #2b2b2b;
  border-radius: 3px 3px;
  color: #ffffff;
  font-family: 'Pathway Gothic One';
  font-size: 16px;
  padding: 5px 5px;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.login_form .login_button input:hover,
.registration_form .registration_button input:hover {
  color: #ff7d2d;
}

.login_container p,
.registration_container p {
  color: #ffffff;
  font-family: 'Pathway Gothic One';
  font-size: 16px;
  margin: 0 0 0 0;
  padding: 10px 10px 10px 10px;
}

.login_container p a,
.registration_container p a {
  color: #ff7d2d;
}

.login_container p a:hover,
.registration_container p a:hover {
  color: #ff7d2d;
  text-decoration: underline;
}

/* Registration page ends */

/* Print begin */

@media print {
  html, body {
    height: 98%;
  }
  @page {
    margin: 10mm;
  }
}

body.printable {
  font-family: 'Pathway Gothic One';
  font-size: 8px;
  height: 98%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  text-align: left;
  width: 100%;
}

.printable:last-child,
.print_container:last-child {
     page-break-after: auto;
}

body.printable .print_container {
  border-bottom: 1px solid #fff;
  color: #000000;
  height: 99%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  page-break-before: none;
  page-break-after: none;
  page-break-inside: avoid;
  width: 100%;
}

body.printable .print_container .print_header .header_image {
  text-align: center;
}

body.printable .print_container .print_header .header_image img {
  border: none;
  outline: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

body.printable .print_container .print_header h1 {
  color: #000000;
  font-family: 'Pathway Gothic One';
  font-size: 2.5em;
  margin: 1em 0 0 0;
  padding: 0 0 0 0;
  text-transform: uppercase;
}

body.printable .print_container .print_header h4 {
  font-size: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
  text-align: center;
}

body.printable .print_container .print_table {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

body.printable .print_container table {
  border-collapse: collapse;
  font-size: 1em;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
}

body.printable .print_container table tr.dark {
  background: #e3e3e3;
}

body.printable .print_container table tr.clear {
  background: none;
}

body.printable .print_container table tr th {
  font-size: 1em;
  text-align: center;
}

body.printable .print_container table tr td {
  font-size: 1em;
}

body.printable .print_container table tr td.long {
  width: 90%;
}

body.printable .print_container table tr td.crossable {
  border: 1px solid #000000;
  width: 5%;
}

body.printable .print_container .note {
  font-style: italic;
}

body.printable .print_container .paragraph,
body.printable .print_container .paragraph p {
  display: block;
  font-size: 1.2em;
  margin: 1.2em 0 1.2em 0;
  padding: 0 0 0 0;
}

body.printable .print_container p.toplined {
  border-top: 1px solid #000000;
  float: left;
  width: 100%;
}

body.printable .print_container p.underlined {
  border-bottom: 1px solid #000000;
  float: left;
  width: 100%;
}

body.printable .print_container p.underlined.half {
  float: left;
  width: 50%;
}

body.printable .print_container p.date {
  margin: 2em 0 2em 0;
  text-align: center;
  width: 100%;
}

body.printable .print_container div.third {
  float: left;
  width: 33%;
}

body.printable .print_container div.third p {
  font-size: 1.2em;
  float: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

body.printable .print_container div.third p.left {
  text-align: left;
}

body.printable .print_container div.third p.center {
  text-align: center;
}

body.printable .print_container div.third p.right {
  text-align: right;
}
/* Print ends */