/*
Theme Name:	PedicureJennita CreativeInc. 2015
Description:  
Version: 1.0
Author: Jordy Kommeren
Author URI: http://www.thecreativeinc.nl
*/

/* fonts */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900,300,100);
@font-face {
    font-family: jaapokki;
    src: url('../fonts/jaapokkisubtract-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/jaapokkisubtract-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/jaapokkisubtract-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/jaapokkisubtract-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/jaapokkisubtract-regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}


/* basic reset */
* { 
    margin: 0; 
    padding: 0; 
}
.clearfix:after{
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
} 
body {
    font-family: 'Lato', sans-serif;   
    overflow-x:hidden;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, pre, blockquote, cite, table { 
    margin-bottom: 0.8em; 
}
ul, ol, li {
    margin-left: 0.5em; 
}

/* nav */
.navBar {
    width:100%;
    height: 75px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.75);
    position: fixed;
    z-index: 200;
}
.navBar .inner {
    margin: 0 auto;
    width: 90%;
    border-top: 3px solid #f06292;
    height: 75px;
}
.navBar .logo {
    margin-top: 15px;
    margin-left: 20px;
}
.menu-mainnav-container {
    float: right;
    line-height: 70px;
    margin-right: 20px;
}
.menu {
    list-style-type: none;
    text-decoration: none;
}
.menu-item {
    float: left;
    margin: 0 8px;
    text-align: center;
}
.menu-item:hover, .current-menu-item {
    border-bottom: 2px solid #f06292;
}
.menu-item a {
    text-decoration: none;
    color: #1b1b1b;
    font-weight: 300;
}
.header {
  background-image: url("../images/headerhome.jpg");
  background-size: cover;
  position: relative;
  transform: rotate(1deg);
  width: 103%;
  height: 440px;
  overflow: hidden;
}
.headerPraktijk {
  background-image: url("../images/praktijk.JPG");  
}
.headerBehandelingen {
  background-image: url("../images/headerbehandelingen.jpg");  
}

.header .inner {
  transform: rotate(-1deg);
  position: absolute;
}
.contactheader .inner {
  width: 100%;   
}
.header iframe {
  margin-top: 75px;
}
.mainText {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 34px;
  font-weight: 200;
  margin-bottom: 0;
  margin-top: 90%;
  padding: 9px 25px;
  position: relative;
  width: 185px;
}
.mainTextContact {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 34px;
  font-weight: 200;
  margin-bottom: 0;
  margin-top: -170px;
  padding: 9px 25px;
  position: absolute;
  width: 185px;
  z-index: 2147483647;
}
.subText {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 38px;
  font-weight: 200;
  margin-top: 5px;
  padding: 10px 20px;
  width: 230px;
}
.welcome {
  margin: 35px 0;
  padding: 75px 0;
}
.sectionTitle {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}
.welcomeDesc {
  font-size: 15px;
  margin: 0 auto;
  text-align: center;
  width: 60%;
  font-weight: 300;
}
.provoet {
  border-top: 2px solid #f06292;
  transform: rotate(-1deg);
}
.provoetInner {
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  transform: rotate(1deg);
  width: 90%;
}
.leftContent {
  float: left;
  width: 49%;
}
.provoetImg {
  display: block;
  margin: 50px auto;
  width: 300px;
}
.rightContent {
  float: right;
  width: 49%;
}
.rightTitle {
  font-size: 27px;
  font-weight: 300;
  margin-top: 90px;
  text-transform: uppercase;
  
}
.rightDesc {
  font-size: 15px;
  font-weight: 300;
}
.mainContentContact {
  padding: 40px 0;
}
.contactInner {
  margin: 0 auto;
  padding: 40px 0;
  width: 90%;
}
.leftContentContact {
  width: 49%;
  float: left;
}
.rightContentContact {
  width: 49%;
  float: right;
}
.leftContentContact .sectionTitle, .rightContentContact .sectionTitle {
  text-align: left;
}
.gegevensDesc {
  font-weight: 300;
}
input[type="text"], input[type="password"], select, textarea {
    background-color: #dfdfdf;
    border: medium none;
    box-shadow: 0 -2px 0 0 #575757 inset;
    display: block;
    font-size: 18px;
    margin: 0;
    padding: 10px;
    transition: all 0.2s ease-in-out 0s;
    width: 93%;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus  {
    box-shadow: 0 -75px 0 0 #575757 inset;
    color: #fff;
    outline: medium none;
}
input[type="submit"] {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #f06292;
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  font-family: "Lato";
  font-size: 12px;
  font-weight: 300;
  line-height: 38px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  text-align: center;
  text-transform: uppercase;
  width: 93%;
  margin-top: 20px;
}
.button {
  background: none repeat scroll 0 0 #343434;
  border: 2px solid #f06292;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Lato";
  font-size: 12px;
  font-weight: 300;
  line-height: 38px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
  width: 100px;
}
.btnContact {
  margin: 20px auto;
  text-decoration: none;
}
.btnDownload {
  width: 200px;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  font-weight: 400;   
}
.kadobonInner {
  width: 90%;
  margin: 0px auto;
}
.praktijkInner {
  width: 90%;
  margin: 50px auto 0;
}
.rightTitlePraktijk {
  margin-top: 40px;
}
.mainTextKado {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 34px;
  font-weight: 200;
  margin-bottom: 0;
  margin-top: 124%;
  padding: 9px 25px;
  position: relative;
  width: 185px;
}
.mainTextBehandelingen {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 34px;
  font-weight: 200;
  margin-bottom: 0;
  margin-top: 124%;
  padding: 9px 25px;
  position: relative;
}
.voetproblemen {
  margin: 30px auto; 
  text-align: center;
}
.prijslijst {
  width: 60%;
  min-width: 480px;
  margin:0 auto;
}

table h3 {
    color: #f06292;
}
.prijslijstUl {
    text-decoration: none;
    list-style-type: none;
    margin:0;
    padding:0;
}
.prijslijstUl > li {
  margin: 0;
  padding: 0;
}
.rightTd {
  min-width: 100px;
  
}
.footer {
  background-color: #343434;
  color: #fff;
  position: absolute;
  text-align: center;
  width: 100%;
  border-top: 2px solid #f06292;
}
.footerInner {
  padding: 44px 0 0;
}
.footerTitle {
  font-weight: 300;
}
.footerDesc {
  font-weight: 300;
  margin-top: -20px;
}
.footerContact {
  font-weight: 300;
}
.footerContact span {
  font-weight: 400;
}
.copyright {
  font-size: 11px;
  margin-bottom: 0;
  margin-top: 40px;
}
.copyright span {
  font-family: "jaapokki";   
}
.copyrightContact {
  margin-top: 5px;   
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 300px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: left;
}
th, td {
    padding: 10px !important;
}
.sectionTitle > span {
  font-size: 13px;
}
.active {display: block !important}
.menubutton {display: none;}
.menuOpen {
  border-color: #fff;
  color: #fff;
  margin: 18px 45px 0 0 !important;
}
.hide {
  display: none !important;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .menu-mainnav-container {
    display: none;
  }

 .navBar .logo {
   margin-left: 20px;
   margin-top: 25px;
   width: 160px;
 }
  .menubutton {
    border: 1px solid;
    border-radius: 50%;
    float: right;
    height: 40px;
    line-height: 50px;
    margin: 15px 20px 0 0;
    text-align: center;
    width: 40px;
    display: block;
  }

  .menubutton i {
    line-height: 39px;
  }

  .menu-mainnav-container {
    background-color: rgba(0, 0, 0, 0.7);
    float: right;
    height: 100vh;
    left: 0;
    line-height: 70px;
    margin-right: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
  }

  .menu {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .menu-item {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .menu-item a {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
  }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .leftContent {
    float: left;
    width: 100%;
  }

  .rightContent {
    float: left;
    width: 100%;
  }

  .leftContentContact {
    float: left;
    width: 100%;
    margin-top: 40px;
  }

  .rightContentContact {
    float: left;
    width: 100%;

  }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .navBar .logo {
    margin-left: 20px;
    margin-top: 25px;
    width: 160px;
  }

  .menubutton {
    height: 30px;
    margin: 22px 20px 0 0;
    width: 30px;
  }

  .menubutton i {
    line-height: 31px;
  }

  .header {
    height: 250px;
    transform: rotate(0deg);
    width: 100%;

  }

  .header .inner {
    transform: rotate(0deg);
  }

  .mainText {
    margin-top: 40%;
    font-size: 25px;
  }

  .subText {
    font-size: 30px;
  }

  .welcome {
    padding: 5px 0;
  }

  .provoetImg {
    display: inline;
    margin: 0 auto;
    text-align: center;
    width: 200px;
  }

  .mainTextBehandelingen {
    margin-top: 50%;

  }

  .sectionTitle {
    font-size: 20px;
  }

  ;

  .desc {
    font-size: 13px;
  }

  .voetproblemen {
    width: 90%;
  }

  .btnDownload {
    width: 150px;
  }

  td,
  th {
    font-size: 0.65em;
  }

  .rightTd {
    min-width: 1px;
  }

  .prijslijst {
    margin: 0 auto;
    width: 95%;
    min-width: 1px;
  }

  .rightTitle {
    text-align: center;
    margin-top: 40px;
  }

  .rightDesc {
    text-align: center;
  }

  .kadobonInner .leftContent {
    display: block;
    margin: 40px auto 0;
    width: 200px;
    float: none;
  }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}




