
@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('../fonts/HelveticaNeueLight.eot');
    src: url('../fonts/HelveticaNeueLight.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLight.woff2') format('woff2'),
         url('../fonts/HelveticaNeueLight.woff') format('woff'),
         url('../fonts/HelveticaNeueLight.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLight.svg#HelveticaNeueLight') format('svg');
}
@font-face {
    font-family: 'PlayfairDisplayBold';
    src: url('../fonts/PlayfairDisplayBold.eot');
    src: url('../fonts/PlayfairDisplayBold.eot') format('embedded-opentype'),
         url('../fonts/PlayfairDisplayBold.woff2') format('woff2'),
         url('../fonts/PlayfairDisplayBold.woff') format('woff'),
         url('../fonts/PlayfairDisplayBold.ttf') format('truetype'),
         url('../fonts/PlayfairDisplayBold.svg#PlayfairDisplayBold') format('svg');
}
@font-face {
    font-family: 'PlayfairDisplayRegular';
    src: url('../fonts/PlayfairDisplayRegular.eot');
    src: url('../fonts/PlayfairDisplayRegular.eot') format('embedded-opentype'),
         url('../fonts/PlayfairDisplayRegular.woff2') format('woff2'),
         url('../fonts/PlayfairDisplayRegular.woff') format('woff'),
         url('../fonts/PlayfairDisplayRegular.ttf') format('truetype'),
         url('../fonts/PlayfairDisplayRegular.svg#PlayfairDisplayRegular') format('svg');
}
@font-face {
    font-family: 'PlayfairDisplayBoldItalic';
    src: url('../fonts/PlayfairDisplayBoldItalic.eot');
    src: url('../fonts/PlayfairDisplayBoldItalic.eot') format('embedded-opentype'),
         url('../fonts/PlayfairDisplayBoldItalic.woff2') format('woff2'),
         url('../fonts/PlayfairDisplayBoldItalic.woff') format('woff'),
         url('../fonts/PlayfairDisplayBoldItalic.ttf') format('truetype'),
         url('../fonts/PlayfairDisplayBoldItalic.svg#PlayfairDisplayBoldItalic') format('svg');
}

@font-face {
    font-family: 'PlayfairDisplayItalic';
    src: url('../fonts/PlayfairDisplayItalic.eot');
    src: url('../fonts/PlayfairDisplayItalic.eot') format('embedded-opentype'),
         url('../fonts/PlayfairDisplayItalic.woff2') format('woff2'),
         url('../fonts/PlayfairDisplayItalic.woff') format('woff'),
         url('../fonts/PlayfairDisplayItalic.ttf') format('truetype'),
         url('../fonts/PlayfairDisplayItalic.svg#PlayfairDisplayItalic') format('svg');
}


input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="button"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="email"],
textarea
{
    -webkit-appearance: none !important;
    border-radius: 4px;
    outline:none;
    box-shadow: none;
}
::-input-placeholder{color: #616060;}
::-webkit-input-placeholder {
   color: #616060;
}

:-moz-placeholder { /* Firefox 18- */
   color: #616060; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #616060;  
}

:-ms-input-placeholder {  
   color: #616060;  
}

a{outline: none !important; border: none; border: 0px;}
a:focus{outline: 0px !important;}
*{
	box-sizing: border-box;
	-webkit-appearance: none !important;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.main-body{
	width: 100%;
	height: 100%;
	background: url("../images/bg.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}*/
body{
	margin: 0px; 
	padding: 0px; 
	line-height: 20px;
	font-size: 12px; 
	color: #9ea6af;
  font-family: 'HelveticaNeueLight';
	}

.header{
  width: 100%;
  height: 142px;
  float: left;
  margin: 0px 0px;
  position: fixed;
  background-color: #ffffff;
  z-index: 999999999999 !important;
  transition: all 0.4s ease;
   
}
.sticky {
   position: fixed;
   width: 100%;
  height: 74px;
  float: left;
  margin: 0px 0px;
  position: fixed;
  background-color: #ffffff;
  z-index: 999999999999 !important;
  border-bottom: 0px solid #ececec;
  top: 0;
  left: 0;
  right: 0;
 /* transition: all 0.4s ease;*/
 

}
.sticky  .logo img{
  padding-top: 10px;
  padding-bottom: 10px;
  width: 140px;
  transition: all 0.4s ease;
}
.sticky  .nav-main{
  padding-top: 20px;
  transition: all 0.4s ease;
}
/*.fixed{
  position: fixed;
  width: 100%;
}*/
.logo img{
  width: 176px;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.4s ease;
}
body #hamburger { display: none; }
.nav-main{
  padding: 59px 0px 0px 0px;
  vertical-align: middle;
  float: right;
  transition: all 0.4s ease;
}
.nav-main ul{
  white-space: nowrap;
  margin: 0px;
  padding: 0px;

}
.nav-main ul li{
  float: left;
  list-style-type: none;
  color: #818285;
  font-size: 14px;
  outline: none;
  padding-right: 22px;
  padding-left: 22px;
  text-transform: none;
  font-weight: normal;
  text-align: center;
  font-family: 'HelveticaNeueLight';
 
}
.nav-main ul li:first-child{
  padding-left: 0px;
}
.nav-main ul li:last-child{
  padding-right: 0px;
  background-image: none;
}
.nav-main ul li a{
  color: #818285;
 text-decoration: none;
 outline: none;
 float: left;
}
.nav-main ul li a:hover{
  color: #282829;
 padding-bottom: 15px;
  background-image: url("../images/menu-down-arrow.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.nav-main ul li a.active{
  color: #282829;
 padding-bottom: 15px;
  background-image: url("../images/menu-down-arrow.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.slider-bg{
  width: 100%;
  float: left;
   background-image: url("../images/banner-slider-1.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 132px 0px 180px 0px;
  margin-top: 139px;
}
.small-text{
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
  margin-top: 0px
}
.small-text:before {
  background-image: url("../images/line-bg.png");
  background-repeat: repeat-x;
  background-position: left center;
  content: "";
  position: absolute;
  height: 4px;
  width: 127px;
  margin-top: 23px;
  left: 0;
}
.small-text:after {
  background-image: url("../images/line-bg.png");
  background-repeat: repeat-x;
  background-position: left center;
  content: "";
  position: absolute;
  height: 4px;
  width: 127px;
  margin-top: 23px;
  right: 0;
}
.small-text-span{
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  color: #ffffff;
  font-size: 42px;
  line-height: 42px;
  font-family: 'PlayfairDisplayRegular';
  padding-left: 20px;
  padding-right: 20px;
  text-transform: none;
}
.small-text-span b{
  font-family: 'PlayfairDisplayBoldItalic';
  font-weight: normal;
}
.big-text{
  width: 100%;
  float: left;
  text-align: center;
  font-weight: normal;
  color: #ffffff;
  font-size: 142px;
  line-height: 150px;
  /*font-family: 'PlayfairDisplayBold';*/
    font-family: 'PlayfairDisplayRegular';
  text-transform: none;
  margin-top: -15px;
}
.small-text-2{
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
  margin-top: 2px
}
.small-text-2:before {
  background-image: url("../images/line-bg.png");
  background-repeat: repeat-x;
  background-position: left center;
  content: "";
  position: absolute;
  height: 4px;
  width: 90px;
  margin-top: 17px;
  left: 0;
}
.small-text-2:after {
  background-image: url("../images/line-bg.png");
  background-repeat: repeat-x;
  background-position: left center;
  content: "";
  position: absolute;
  height: 4px;
  width: 90px;
  margin-top: 17px;
  right: 0;
}
.small-text-span-2{
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  color: #ffffff;
  font-size: 32px;
  line-height: 32px;
  font-family: 'PlayfairDisplayRegular';
  padding-left: 20px;
  padding-right: 20px;
  text-transform: none;
}
.small-text-span-2 b{
  font-family: 'PlayfairDisplayBoldItalic';
  font-weight: normal;
}
.clear{
  clear: both;
}
.box-70jar{
  width: 397px;
  padding: 2px;
  border: 1px solid #ffffff;
  margin: 30px auto;
  float: none;
}
.box-70jar-inner{
  width: 100%;
  padding: 2px;
  border: 1px solid #ffffff;
}
.box-70jar-inner p{
  width: 90%;
  margin: 0px auto;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  font-size: 19px;
  line-height: 28px;
  font-family: 'HelveticaNeueLight';
  padding: 12px 0px 33px 0px;
  text-transform: none;
}
.more-button{
  width: 125px;
  height: 40px;
  margin: -50px auto;
  font-weight: normal;
  text-align: center;
  color: #282829;
  font-size: 12px;
  line-height: 40px;
  font-family: 'HelveticaNeueLight';
  text-transform: none;
  background-color: #ffffff;
}
.more-button:hover{
   background-color: #f2f2f2;
}
.more-button a{
  color: #282829;
  text-decoration: none;
}
.gray-main-section{
  background-color: #f4f4f4;
  width: 100%;
  float: left;
  padding: 60px 0px 94px 0px;
}
.gray-main-section h1{
  width: 100%;
  float: left;
   font-weight: normal;
  text-align: center;
  color: #282829;
  font-size: 22px;
  line-height: 22px;
  font-family: 'PlayfairDisplayRegular';
  text-transform: none;
   background-image: url("../images/title-top-bulet.png");
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 20px;
}
.top-text-box{
  width: 615px;
   padding: 1px;
  border: 1px solid #282829;
  margin: 30px auto 0px;
  float: none;
   

}
.top-text-box-inner{
  width: 100%;
  padding: 1px;
  border: 1px solid #282829;
}
.top-text-box-bottom-img{
  background-image: url("../images/title-top-bottom-round-line.png");
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 74px;
  position: relative;
}
.top-text-box-inner p{
  width: 88%;
  margin: 0px auto;
  font-weight: normal;
  text-align: center;
  color: #282829;
  font-size: 19px;
  line-height: 28px;
    font-family: 'PlayfairDisplayRegular';
  padding: 15px 0px 15px 0px;
  text-transform: none;
}
.top-text-box-inner p b{
font-family: 'PlayfairDisplayBold';
font-weight: normal;
}
.logo-list-box{
  width: 950px;
  float: none;
  margin: -16px auto 0px auto;
  background-color: #ffffff;
  padding: 73px 90px;
  -webkit-box-shadow: 0 0 3px 0 rgba(115, 115, 115, 0.4);
 box-shadow: 0 0 3px 0 rgba(115, 115, 115, 0.4);
 overflow: hidden;
}
.logo-list-box-inner-left {
   width: 363px;
  float: left;
}
.logo-list-box-inner-left-img-gap{
  height: 53px;
  width: 100%;
  float: left;
}
.logo-list-box-inner-left-img img{
   width: 100%;
  float: left;
}
.logo-list-box-inner-right {
   width: 363px;
  float: right;
  border: 3px solid #f4f4f4;
  padding: 28px 58px;
}
.logo-list-box-inner-right p {
  width: 100%;
  float: left;
  font-size: 17px;
  line-height:23px ;
  color: #58585a;
  text-align: left;
   font-family: 'HelveticaNeueLight';
  text-transform: none;
  padding-bottom: 13px;
}
.logo-list-box-inner-right-ul{
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
}
.logo-list-box-inner-right-ul li{
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  background-image: url("../images/list-bulet.png");
  background-repeat: no-repeat;
  background-position: 0px 13px;
  padding-left: 17px;
   font-size: 17px;
  line-height:26px;
  color: #58585a;
  text-align: left;
   font-family: 'HelveticaNeueLight';
  text-transform: none;
}
.logo-list-box-inner-right-ul li a{
   color: #58585a;
   text-decoration: none;
}
.section-white{
  width: 100%;
  float: left;
  background-color: #ffffff;
  padding:39px 0px 86px 0px ;
}
.image-text-box{
  width: 951px;
  float: none;
  margin: 0px auto 0px auto;
}
.image-text-box-arrow-row{
  width: 100%;
  float: left;
  margin: 0px 0px 22px 0px;
  text-align: right;
}
.image-text-box-arrow-row-1a{
  text-decoration: none;
  color: #e0e0e0;
   line-height: 43px;
   font-size: 13px;
   padding-right: 10px;
   font-weight: bold;
}
.image-text-box-arrow-row-1a:hover{
  color: #282829;
}
.scroll-top{
   width: 48px;
   height: 47px;
   line-height: 43px;
  margin: 0px 0px 0px 1px;
 /* background-image: url("../images/uparrow-buttin.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;*/
  border: 0px;
  outline: none;
   display: inline-block;
   text-align: center;
  vertical-align: top;
  color: #e0e0e0;
  font-size: 22px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
}
.scroll-top:hover{
 /* background-image: url("../images/uparrow-buttin-hover.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;*/
   border: 1px solid #282829;
   color: #282829;
}
body .stButton {
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    left: -66px;
    line-height: 16px;
    margin-left: 3px;
    margin-right: 3px;
    position: absolute;
    text-decoration: none;
    vertical-align: top;
    z-index: 1;
}
body .stButton{
  z-index: -2;
  position: absolute;
}
#thumbnail{
  max-width: 100% !important;
  max-height: 100% !important;
  width: 50% !important;
}
.sts-fl img{
  max-width: 100% !important;
  max-height: 100% !important;
  width: 50% !important;
}
.st_sharethis_vcount {
    height: 45px;
    left: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    width: 45px;
}
.fa-star{
  width: 47px;
  height: 47px;
  line-height: 44px !important;
  overflow: hidden;
}
.image-text-box-star-arrow{
   width: 48px;
   height: 47px;
   line-height: 46px;
  margin: 0px 0px 0px 0px;
 /* background-image: url("../images/start.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;*/
  border: 0px;
  outline: none;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  color: #e0e0e0;
  font-size: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  position: relative;
}
.image-text-box-star-arrow:hover{
 /*  background-image: url("../images/start-hover.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;*/
   border: 1px solid #282829;
   color: #282829;
}
.image-text-box-star-arrow .stButton{
  z-index: -9;
  display: none !important;
}
.image-text-box-inner{
  width: 100%;
  float: left;
  margin: 0px 0px 0px 0px;
  background-color: #f4f4f4;
}
.image-text-box-main-row{
  float: left;
  width: 634px;
}
.image-text-box-inner-row{
  width: 100%;
  float: left;
  position: relative;
}
.image-text-box-inner-row::before {
     border: 3px solid white;
    content: "";
    height: 70%;
    right: 45px;
    position: absolute;
    top: 45px;
    width: 67%;
}
.image-text-box-inner-row-left-col{
  width: 317px;
  float: left;
}
.up-gaay{
  background-color: #f4f4f4;
  height: 155px;
  float: left;
  width: 100%;
  margin-top: 58px;
  position: relative;
  z-index: 9;
}
.up-gaay-1{
   background-color: #f4f4f4;
  height: auto;
  float: left;
  width: 100%;
  margin-top: 58px;
  position: relative;
  padding-bottom: 6px;
}
.up-gaay-3{
  height: auto;
  float: left;
  width: 100%;
  margin-top: 58px;
  padding-bottom: 110px;
}
.image-text-box-inner-row-left-col-title{
   background-image: url("../images/title-top-bulet.png");
    background-position: center top;
    background-repeat: no-repeat;
    color: #282829;
    float: left;
   font-family: 'PlayfairDisplayBold';
    font-size: 29px;
    font-weight: normal;
    line-height: 29px;
    padding-top: 12px;
    text-align: center;
    text-transform: none;
    width: 100%;
    margin-top: 7px;

}
.image-text-box-inner-row-right-col img{
  width: 317px;
  float: right;
}
.title-bottom-line{
  width: 22px;
  float: none;
  margin: 15px auto 9px auto;
  height: 1px;
  background-color: #282829;
}
.image-text-box-inner-row-left-col-small-text{
  width: 100%;
  float: left;
  font-size: 14px;
  line-height:25px ;
  color: #58585a;
  text-align: center;
   font-family: 'HelveticaNeueLight';
  text-transform: none;
  font-weight: normal;
}
.image-text-box-inner-row-left-col-small-text span{
  width: 100%;
  float: left;
  text-align: center;
}

.image-text-box-inner-row-1{
  width: 100%;
  float: left;
  position: relative;
}
.image-text-box-inner-row-1::before {
     border: 3px solid white;
    content: "";
    height: 70%;
    left: 45px;
    position: absolute;
    top: 45px;
    width: 67%;
}
.image-text-box-inner-row-left-col-1{
  width: 317px;
  float: right;
}
.image-text-box-inner-row-right-col-1 img{
  width: 317px;
  float: left;
}
.image-text-box-main-row-right{
  float: right;
  width: 317px;
}
.image-text-box-inner-row-3{
  width: 100%;
  float: left;
  position: relative;
}
.image-text-box-inner-row-3::before {
     border: 3px solid white;
    content: "";
    height: 85.5%;
    left: 45px;
    position: absolute;
    top: 45px;
    width: 67%;
     pointer-events: none;
}
.image-text-box-inner-row-left-col-3{
  width: 317px;
  float: left;
}
.image-text-box-inner-row-right-col-3 img{
  width: 317px;
  float: left;
}
.prijslijst-bg{
  width: 100%;
  float: left;
   background-image: url("../images/prijslijst.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 86px;
   
}
.prijslijst-text-box{
  width: 100%;
  float: left;
  padding-top: 148px;
   padding-bottom: 148px;
}
.prijslijst-h1{
  width: 100%;
  float: left;
   font-weight: normal;
  text-align: center;
  color: #000;
  font-size: 37px;
  line-height: 37px;
  font-family: 'PlayfairDisplayRegular';
  padding: 0px 0px 15px 0px;
  text-transform: none;
}
.prijslijst-h3{
  width: 100%;
  float: left;
   font-weight: normal;
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  line-height: 35px;
  font-family: 'PlayfairDisplayItalic';
  padding: 0px 0px 0px 0px;
  text-transform: none;
}
.prise-section{
  width: 100%;
  float: left;
   padding-bottom: 63px;
   background-color: #ffffff;
   position: relative;
  /* z-index: 99999999 !important;*/
}
.prise-section-left-row{
  width: 740px;
  float: left;
  margin-bottom: 40px;
}
.prise-section-title{
  width: 100%;
  float: left;
  font-weight: normal;
  text-align: left;
  color: #282829;
  font-size: 20px;
  line-height: 22px;
    font-family: 'PlayfairDisplayRegular';
  padding: 0px 0px 17px 0px;
  text-transform: none;
  margin-top: -3px;
}
.prise-section-left-text-main-row{
  width: 100%;
  float: left;
  border-bottom: 1px solid #ececec;
  font-size: 14px;
  line-height:38px ;
  color: #919294;
  text-align: center;
   font-family: 'HelveticaNeueLight';
  text-transform: none;
  font-weight: normal;
}
.prise-section-left-text-main-row-2{
  line-height:22px ;
  padding-top: 5px;
  padding-bottom: 5px;
}
.prise-section-left-text-main-row-active{
  border-bottom: 0px;
}
.prise-section-left-text-main-row-left-span{
   float: left;
   text-align: left;
}
.prise-section-left-text-main-row-left-span br{
  display: none;
}
.prise-section-left-text-main-row-2 br{
  display: block;
}
.prise-section-left-text-main-row-left-span b{
   padding: 0px;
   margin: 0px;
   line-height: 10px;
   text-align: left;
   font-weight: normal;
}
.prise-section-left-text-main-row-right-span{
   float: right;
   text-align: right;
}
.prise-section-left-text-main-row-right-span-2{
  width: 220px;
  text-align: left;
  float: right;
}
.line-height-30{
  line-height: 30px !important;
}
.height-30{
  height: 30px;
  float: left;
  width: 100%;
}
.prise-section-right-row{
  float: right;
  width: 345px;
}
.prise-section-right-box {
    border: 1px solid #282829;
    float: left;
    margin: 0px 0px 55px 0px;
    padding: 1px;
    width: 100%;
}
.prise-section-right-box-inner {
    border: 1px solid #282829;
    padding: 1px;
    width: 100%;
    float: left;
    padding: 23px;
}
.prise-section-right-box-title {
    padding: 0 0 7px;
}
.reeds-images-section{
    background-image: url("../images/reeds.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
   /* margin-bottom: 15px;*/
    width: 100%;
    padding: 107px 0px 107px 0px;
}
.reeds-images-section h3{
    width: 100%;
    float: left;
    font-weight: normal;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
    font-family: 'PlayfairDisplayRegular';
  padding: 0px 0px 2px 0px;
  text-transform: none;
}
.reeds-images-section h2{
    width: 100%;
    float: left;
    font-weight: normal;
  text-align: left;
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
    font-family: 'PlayfairDisplayRegular';
  padding: 0px 0px 17px 0px;
  text-transform: none;
}
.reeds-images-section p{
    width:45%;
    float: left;
    font-weight: normal;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
    font-family: 'HelveticaNeueLight';
  padding: 0px 0px 18px 0px;
  text-transform: none;
}
.reeds-images-section-button{
  width:125px;
  height: 40px;
  float: left;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  line-height: 38px;
  font-family: 'HelveticaNeueLight';
  text-transform: none;
  border: 1px solid #ffffff;
  text-decoration: none;
  margin-top: 15px;
}
.reeds-images-section-button:hover{
  color: #fcdd0d;
   border: 1px solid #fcdd0d;
}
.cuting-section{
  float: left;
  width: 100%;
}
.kapsalon-de-loore{
   float: left;
  /*height:476px ;*/
  height: auto;
  /*background-image: url("../images/kapsalon-de-loore.jpg");*/
    background-image: url("../images/image1.jpg");
  /*background-position: left top;*/
  background-position: left bottom;
  background-repeat: no-repeat;
}

.kapsalon-de-loore-right{
   float: right;
  width: 62%;
  margin-bottom: 40px;
}
.kapsalon-de-loore-right h2{
    width: 100%;
    float: left;
    font-weight: normal;
  text-align: right;
  color: #282829;
  font-size: 22px;
  line-height: 30px;
    font-family: 'PlayfairDisplayRegular';
  padding: 108px 0px 17px 0px;
  text-transform: none;
}
.kapsalon-de-loore-right p{
    width:100%;
    float: left;
    font-weight: normal;
  text-align: right;
  color: #919294;
  font-size: 15px;
  line-height: 22px;
    font-family: 'HelveticaNeueLight';
  padding: 0px 0px 18px 0px;
  text-transform: none;
}
.kapsalon-de-loore-right-button{
  width:125px;
  height: 40px;
  float: right;
  font-weight: normal;
  text-align: center;
  color: #919294;
  font-size: 12px;
  line-height: 38px;
  font-family: 'HelveticaNeueLight';
  text-transform: none;
  border: 1px solid #919294;
  text-decoration: none;
  margin-top: 15px;
}
.kapsalon-de-loore-right-button:hover{
  color: #fcdd0d;
   border: 1px solid #fcdd0d;
}
.map-section{
  width: 100%;
  float: left;
  background-color:#f4f4f4;
  padding: 90px 0px 40px 0px;
}
.map-section-map-col img{
   width: 302px;
  float: left;
  margin-right: 10%;
}
.map-section-social-col{
   width: 275px;
  float: left;
}
.map-section-social-col h1{
  float: left;
  width: 100%;
  font-weight: normal;
  text-align: left;
  color: #282829;
  font-size: 22px;
  line-height: 30px;
  font-family: 'PlayfairDisplayRegular';
  padding: 0px 0px 15px 0px;
  text-transform: none;
  margin-top: -2.8%;
}
.map-section-social-col p{
    width:100%;
    float: left;
    font-weight: normal;
  text-align: left;
  color: #919294;
  font-size: 15px;
  line-height: 22px;
    font-family: 'HelveticaNeueLight';
  padding: 0px 0px 18px 0px;
  text-transform: none;
}
.sochial-box{
  width:100%;
  float: left;
}
.sochial-box a i{
  display: block;
  vertical-align: top;
  line-height: 28px;
}
.sochial-box a{
  width: 31px;
  height: 31px;
  line-height: 30px;
  float: left;
  bottom: 0px;
  outline: none;
  margin-right: 4px;
  border-radius: 50%;
  color: #919294;
  border: 1px solid #919294;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
.sochial-box a:hover{
  color: #282829;
  border: 1px solid #282829;
}
/*.sochial-box a.facebook{
  background-image: url("../images/sochial-icon.png");
  background-position: left top;
  background-repeat: no-repeat;
}
.sochial-box a.facebook:hover{
  background-image: url("../images/sochial-icon-hover.png");
  background-position: left top;
  background-repeat: no-repeat;
}
.sochial-box a.twitter{
   background-image: url("../images/sochial-icon.png");
  background-position: -35px 0px;
  background-repeat: no-repeat;
}
.sochial-box a.twitter:hover{
   background-image: url("../images/sochial-icon-hover.png");
  background-position: -35px 0px;
  background-repeat: no-repeat;
}
.sochial-box a.linkedin{
   background-image: url("../images/sochial-icon.png");
  background-position: -70px 0px;
  background-repeat: no-repeat;
}
.sochial-box a.linkedin:hover{
   background-image: url("../images/sochial-icon-hover.png");
  background-position: -70px 0px;
  background-repeat: no-repeat;
}*/
.tiome-col-box{
  width: 400px;
  float: right;
}
.copy-right{
  width: 100%;
  float: left;
  background-color: #ffffff;
  padding: 45px 0px 45px 0px;
}
.copy-right p{
 width:100%;
    float: left;
    font-weight: normal;
  text-align: center;
  color: #919294;
  font-size: 13px;
  line-height: 20px;
    font-family: 'HelveticaNeueLight';
  padding: 0px 0px 0px 0px;
  text-transform: none;
}
.copy-right span{
  color: #282829;
}
.copy-right p a{
  color: #919294;
  text-decoration: none;
}
.copy-right p a:hover{
   color: #fcdd0d;
}


/* css nv*/

.sochial-box a{
  margin: -5px 10px 0 0;
}


.one-bx {
    float: RIGHT;
}
.one-bx a{
    float: none!important;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;

}
.one-bx a.after-play{

color: #919294;
    float: left;
    font-family: "HelveticaNeueLight";
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
   margin: 10px 0 0 10px;

}
.one-bx a.after-play:hover{
    color: #fcdd0d;
}
.ps-one{
   text-align: center;
    position: absolute;
    bottom: 30px;
   width: 100%;
line-height: 1px;
    box-sizing: border-box;



}
.ps-one a{
    color: #fff;
    text-transform: uppercase;
    font-family: "HelveticaNeueLight";
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;

}


.vacation-list{
  float: left;
  width: 100%;
  margin-top: 30px;
}
.vacation-list h3{
  color: rgb(40, 40, 41);
  float: left;
  font-family: "PlayfairDisplayRegular";
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  margin-top: 0px;
  padding: 0 0 15px;
  text-align: left;
  text-transform: none;
  width: 100%;
}
.vacation-list p {
  color: rgb(145, 146, 148);
  float: left;
  font-family: "HelveticaNeueLight";
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  padding: 0 0 18px;
  text-align: left;
  text-transform: none;
  width: 100%;
}