/*=================================================================================================================================== 
 #Import Base
======================================================================================================================================*/
/*=================================================================================================================================== 
 #Reset 
======================================================================================================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*=================================================================================================================================== 
 #Less Vars
======================================================================================================================================*/
@font-face {
  font-family: 'Sosa';
  src: url('../fonts/sosa-regular-webfont.eot');
  src: url('../fonts/sosa-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sosa-regular-webfont.woff') format('woff'), url('../fonts/sosa-regular-webfont.ttf') format('truetype'), url('../fonts/sosa-regular-webfont.svg#Sosa') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*=================================================================================================================================== 
 #General
======================================================================================================================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font: 14px/21px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #565656;
  -webkit-font-smoothing: antialiased;
}
p,
ul,
ol {
  margin-bottom: 21px;
}
a {
  color: #a3b745;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #727f30;
  text-decoration: none;
}
hr {
  border: none;
  height: 1px;
  border-top: 1px solid #dfdfdf;
  margin: 35px 0;
}
.hr {
  height: 1px;
  background-color: #dfdfdf;
  text-align: center;
  width: 50%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.hr1 {
  height: 1px;
  background-color: #dfdfdf;
  text-align: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
span.circle {
  background-color: #fafafa;
  position: relative;
  top: -10px;
  font-weight: 700;
  color: #dfdfdf;
}
span.hr_header {
  background-color: #fafafa;
  position: relative;
  top: -14px;
  font-size: 31px;
  padding-right: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: 'Source Sans Pro', "Helvetica Neue", Arial, sans-serif;
  line-height: 1.1em;
  text-transform: uppercase;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 18px;
  font-weight: 600;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
.heading {
  font-size: 24px;
  font-weight: 500;
  margin-top: 60px;
}
blockquote {
  font: 14px/21px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #565656;
  margin: 21px 0;
  margin-top: 40px !important;
}
blockquote::before {
  content: "B";
  font-style: none;
  font-family: 'Sosa';
  font-size: 50px;
  color: #523f6d;
  padding-bottom: 50px;
  display: block;
  float: left;
  margin-right: 20px;
  margin-left: 50px;
}
blockquote cite {
  display: inline;
  color: #a3b745;
  font: normal 12px/21px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
blockquote cite::before {
  content: "- ";
}
em,
i {
  font-style: italic;
}
strong,
b {
  font-weight: bold;
  color: #3d3d3d;
}
/*=================================================================================================================================== 
 #Helpers
======================================================================================================================================*/
.fr {
  float: right !important;
}
.fl {
  float: left !important;
}
.cb {
  clear: both !important;
}
.nm {
  margin: 0 !important;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}
.hide {
  display: none;
}
.nowrap {
  white-space: nowrap;
}
.nt {
  -webkit-transition: all 0s ease-out 0s;
  -moz-transition: all 0s ease-out 0s;
  -o-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
}
.center {
  display: block;
  margin-left: auto !important;
  margin-right: auto!important;
}
.center-text {
  text-align: center !important;
}
.right-text {
  text-align: right !important;
}
.embed {
  position: relative;
  padding: 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.embed iframe,
.embed object,
.embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*=================================================================================================================================== 
/* #Less Mixins
======================================================================================================================================*/
img {
  max-width: 100% !important;
}
/*=================================================================================================================================== 
 #Header
======================================================================================================================================*/
header.top {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14);
  background-color: #fff;
  z-index: 5000 !important;
}
header.top .logo {
  padding: 15px 0 15px 0;
}
header.top nav.main-navigation > div > ul {
  margin-top: 35px;
  text-align: right;
}
header.top nav.main-navigation > div > ul > li {
  display: inline;
  position: relative;
  padding: 0px 0 0px 30px;
}
header.top nav.main-navigation > div > ul > li:first-child {
  padding: 0 0 0 0;
}
header.top nav.main-navigation > div > ul > li > a {
  display: inline-block;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
}
header.top nav.main-navigation > div > ul > li > a.booking {
  background-color: #523f6d;
  color: #e0d9e8;
  padding: 20px 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
header.top nav.main-navigation > div > ul > li > a.booking:hover {
  color: #211a2c;
  background: #e0d9e8;
}
header.top nav.main-navigation > div > ul > li > a:hover {
  color: #a3b745;
}
header.top nav.main-navigation > div > ul > li.selected a {
  color: #a3b745;
}
/*=================================================================================================================================== 
 #Navigation
======================================================================================================================================*/
.menu-img {
  width: 15px;
  height: 15px;
  margin-top: 3px;
}
.sub-menu {
  display: none;
}
nav.sub-navigation {
  border-left: 1px solid #dfdfdf;
  margin-left: 20px;
  padding-left: 20px;
  margin-top: 27px;
}
nav.sub-navigation h3 {
  color: #868686;
}
nav.sub-navigation ul li {
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0;
}
nav.sub-navigation ul li.selected a {
  color: #a3b745 !important;
}
nav.sub-navigation ul li .arrow {
  width: 9px;
  height: 10px;
  background: url('../img/arrow.png');
  margin-top: -16px;
  float: right;
  margin-top: 7px;
  display: inline-block;
}
nav.sub-navigation ul li.selected .arrow,
nav.sub-navigation ul li:hover .arrow {
  display: block;
  background: url('../img/hover_arrow.png');
}
nav.sub-navigation ul li a {
  color: #868686;
  display: inline;
}
/*=================================================================================================================================== 
 #Slider
======================================================================================================================================*/
.flexslider {
  position: relative;
  height: 550px;
  overflow: hidden;
  z-index: 200;
}
.flexslider ul.slides li {
  height: 550px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.flexslider:hover .flex-prev {
  left: -5px;
}
.flexslider:hover .flex-next {
  right: -5px;
}
.flex-prev,
.flex-next {
  position: absolute;
  top: 50%;
  height: 60px;
  width: 60px;
  z-index: 5000;
  display: block;
  margin-top: -30px;
  color: transparent;
  font: 0/0 a;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.flex-prev {
  left: 10px;
  background-image: url(../img/prev.png);
}
.flex-prev:hover {
  background-image: url(../img/prev_hover.png);
}
.flex-next {
  right: 10px;
  background-image: url(../img/next.png);
}
.flex-next:hover {
  background-image: url(../img/next_hover.png);
}
.slider-text {
  position: absolute;
  bottom: 0;
  z-index: 34348;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  padding: 20px 0;
}
.slider-text h3,
.slider-text p {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.slider-text h3 {
  font-size: 45px;
}
.slider-text p {
  margin-bottom: 15px;
}
/*=================================================================================================================================== 
 #Content
======================================================================================================================================*/
section.content {
  background-color: #fafafa;
  padding: 60px 0;
}
section.content .pres {
  text-align: center;
}
section.content .salong {
  background-color: #fff;
  margin-top: 40px;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
section.content .komp {
  padding-right: 30px;
}
section.content .komp h2 {
  margin-bottom: 5px;
}
section.content .salong_info1 {
  padding: 15px 0 0px 15px;
}
section.content .salong_info2 {
  padding: 15px 15px 0px 0;
}
section.content a.more {
  background-color: #523f6d;
  color: #e0d9e8;
  padding: 7px 30px;
  margin-left: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
section.content a.more:hover {
  color: #211a2c;
  background-color: #e0d9e8;
}
section.content a:hover {
  color: #a3b745;
}
section.content .box {
  background: #fff;
  margin-right: 30px;
  padding-bottom: 20px;
  margin-top: 50px;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
section.content .box p,
section.content .box h2 {
  margin-left: 10px;
  margin-right: 10px;
}
section.content .box p {
  margin-bottom: 14px !important;
}
section.content .box h2 {
  margin-bottom: 5px;
  margin-top: 8px;
}
.booking_box {
  background: #e0d9e8;
  padding: 35px;
  margin-top: 70px;
}
.booking_box h3 {
  display: inline;
  color: #523f6d;
}
.booking_box .button {
  float: right;
  margin-top: -8px;
}
.booking_box .button:hover {
  background-color: #fff;
}
img {
  max-width: 100%;
}
img.small-box {
  background: white;
  padding: 5px;
  margin-right: 30px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}
.contact-box {
  background: #fff;
  padding: 30px;
  height: 300px;
}
.contact-box h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.contact-box h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 5px 0;
}
.contact-box p {
  margin-bottom: 1px;
}
#map_canvas,
#map_canvas1 {
  width: 100%;
  height: 300px;
}
.maps {
  margin: 60px 0;
}
.maps .span4 {
  margin: 0px;
}
.maps .span8 {
  margin: 0px;
}
/*=================================================================================================================================== 
 #Footer
======================================================================================================================================*/
footer {
  padding-bottom: 0px;
}
footer .call {
  background-color: #fff;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
}
footer .call h2 {
  font-size: 24px;
  margin-bottom: 8px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer .call span.link {
  color: #a3b745;
}
footer .footer-info {
  background-color: #161819;
}
footer .footer-info nav.footer-nav ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  padding-top: 20px;
}
footer .footer-info nav.footer-nav ul li.selected a {
  color: #a3b745 !important;
}
footer .footer-info nav.footer-nav ul li:hover {
  color: #fff;
}
footer .footer-info nav.footer-nav ul li ::before {
  content: "/";
  padding-left: 10px;
  padding-right: 10px;
}
footer .footer-info nav.footer-nav ul li:first-child ::before {
  content: "";
  padding-left: 0px;
}
footer .footer-info nav.footer-nav ul li a {
  color: #fff;
}
footer .footer-info nav.footer-nav ul li a:hover {
  color: #a3b745;
}
footer .footer-info .copy {
  text-align: right;
}
footer .footer-info .copy p {
  color: #fff;
  margin-top: 20px;
}
/*=================================================================================================================================== 
 #Table
========================================{==============================================================================================*/
table {
  width: 100%;
  margin: 20px 0;
}
table tbody tr:nth-child(2n+1) {
  background: #dfdfdf;
}
table th {
  text-align: left;
  font-weight: bold;
  padding: 10px;
}
table th.center {
  text-align: center;
}
table th.right {
  text-align: right;
}
table td {
  padding: 10px;
}
table td.center {
  text-align: center;
}
table td.right {
  text-align: right;
}
/*=================================================================================================================================== 
 #Forms & buttons
======================================================================================================================================*/
form label {
  font: bold 14px/21px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
}
input,
textarea {
  outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"] {
  font-size: 14px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #565656;
  display: block;
  padding: 7px;
  margin-bottom: 21px;
  width: 100%;
  border: 1px solid #dfdfdf;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus {
  border-color: #c6c6c6;
}
textarea {
  font-size: 14px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #565656;
  display: block;
  padding: 7px;
  margin-bottom: 21px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border: 1px solid #dfdfdf;
}
textarea:focus {
  border-color: #c6c6c6;
}
.button,
button,
input[type="submit"],
input[type="button"] {
  display: inline-block;
  -webkit-appearance: none;
  background-color: #523f6d;
  padding: 10px 30px;
  color: #e0d9e8;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #211a2c;
  background: #e0d9e8;
}
.button.block,
button.block,
input[type="submit"].block,
input[type="button"].block {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.tablet_hide {
  display: block;
}
.tablet_show {
  display: none;
  margin-top: 35px;
}
/*=================================================================================================================================== 
 #MediaQ
======================================================================================================================================*/
/* Smaller than 1200 (devices and browsers) */
@media only screen and (max-width: 1199px) {
  section.content .komp p {
    font-size: 13px;
  }
  .logo {
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
    padding-bottom: 0px;
  }
  .nav-container {
    width: 100%;
    float: none;
    clear: both;
    margin-top: -40px;
  }
  nav.main-navigation ul {
    text-align: center !important;
  }
  nav.main-navigation ul li a {
    padding-left: 0;
    padding-right: 18px;
  }
  nav.main-navigation ul li a.booking {
    margin-top: 20px;
  }
  .booking_box h3 {
    font-size: 18px;
  }
  blockquote::before {
    padding-bottom: 160px;
    display: block;
    float: left;
    margin-right: 15px;
    margin-left: 0px;
  }
  .tablet_hide {
    display: none;
  }
  .tablet_show {
    display: block;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tablet_hide {
    display: none;
  }
  .tablet_show {
    display: block;
  }
  .nav-container {
    width: 100%;
    float: none;
    clear: both;
  }
  nav.main-navigation ul {
    margin-top: 0;
    text-align: center !important;
  }
  nav.main-navigation ul li {
    padding-left: 15px;
  }
  nav.main-navigation ul li a {
    padding-left: 0;
    padding-right: 10px;
  }
  .booking_box {
    position: relative;
  }
  .booking_box .button {
    position: absolute;
    left: 0px;
    bottom: -50px;
  }
  .contact-box {
    padding: 15px 10px;
  }
  .contact-box h2 {
    font-size: px;
  }
  .contact-box p {
    font-size: 13px;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  table {
    font-size: 12px;
  }
  table td,
  table th {
    padding: 5px;
  }
  .toggle-mobile-nav {
    background: #523f6d;
    padding: 8px;
    padding-left: 10px;
    color: #fff;
    cursor: pointer;
    margin-top: 30px;
  }
  .toggle-mobile-nav p {
    text-transform: uppercase;
    display: inline;
    position: absolute;
    margin-left: 5px;
    font-size: 15px;
  }
  nav.main-navigation {
    display: none;
    text-align: left;
  }
  nav.main-navigation ul {
    margin-bottom: 0;
    text-align: left !important;
  }
  nav.main-navigation ul li {
    display: block !important;
    padding: 0px 0 0px 5px !important;
  }
  nav.main-navigation ul li:first-child {
    padding: 0 0 0 5px !important;
    margin-top: -15px;
  }
  nav.main-navigation ul li:last-child {
    margin-bottom: 15px;
  }
  nav.main-navigation ul li a {
    padding: 5px 10px;
    display: block;
  }
  .flexslider {
    height: 200px;
  }
  .flexslider ul.slides li {
    height: 200px;
  }
  .contact-page {
    margin-top: 25px;
  }
  section.content {
    text-align: center;
    padding: 5px;
  }
  section.content .salong_info1 {
    text-align: center !important;
    padding-right: 15px;
  }
  section.content .komp {
    padding-right: 0;
  }
  section.content .contact-header {
    margin-top: 25px;
    border: 2px solid blue;
  }
  section.content .box {
    width: 240px;
    display: block;
    margin-left: auto !important;
    margin-right: auto!important;
  }
  .booking_box {
    position: relative;
    margin-bottom: 100px;
  }
  .booking_box .button {
    position: absolute;
    left: 0px;
    bottom: -50px;
  }
  nav.sub-navigation {
    text-align: left;
  }
  section.page {
    text-align: left;
  }
  .contact-box h2 {
    font-size: px;
  }
  .contact-box p {
    font-size: 13px;
  }
  #map_canvas,
  #map_canvas1 {
    height: 150px;
  }
  .maps {
    margin-top: 40px;
  }
  .tablet_hide {
    display: block;
  }
  .tablet_show {
    display: none;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/*=================================================================================================================================== 
 #Retina displays
======================================================================================================================================*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
