
* your custom CSS modifications here.
 */

html, body {
  margin-top: 0;
}

body {
  background: url('../images/page-bg.jpg');
  background-attachment: fixed;
  background-size: cover;
  font-family: 'Montserrat', sans-serif;
  color: #333 !important;
  font-size: 16px !important;
  margin-top: 0;
}

body.path-frontpage {
  background: none;	
}

/***********
************
END BRANDING
************
***********/

.branding-wrapper {
  display: inline-block;
  width: 100%;
  background: #ffffff;
  padding: 0 65px 25px 65px;
}

#block-kos-contactinfo {
  border-bottom: 1px solid #999999;
  padding: 20px 0 25px 0;
  margin-bottom: 30px;
}

#contact-email, #contact-tel {
  margin-right: 30px;
  display: inline-block;
}

#contact-email a {
  text-decoration: underline !important;
  color: #333333;
}

#contact-tel a {
  color: #333333;
}

/***********
************
END BRANDING
************
***********/

/***********
************
NAV AREA
************
***********/

.logo img {
  max-height: 65px;
  width: auto;
}

.name.navbar-brand {
  color: #bca796;
}

.name.navbar-brand:hover, .name.navbar-brand.focus {
  color: #f7c1c1;
}

.navbar-brand {
  padding: 30px 0 0 0;
  font-size: 22px;
  font-family: 'Parisienne', cursive !important;
}

.path-frontpage .navbarbg {
  margin: 0 !important;	
}

.navbar-header {
  width: 100%;	
}

.navbarbg {
  padding: 25px 0;
  background: #fff;
}

.navbar {
  border: none;
  background: none;
  min-height: auto;
  margin-bottom: 0;
  padding-right: none !important;
}

#block-horizontalmenu {
  float: right;
  text-align: right;
  padding: 25px 0 0 0;
}

#block-responsivemenumobileicon {
  float: right;
  padding: 25px 0 0 0;
}

.menu.sub-nav {
  background: #333;
  border-top: 1px solid #fff;
  margin: 0;
  padding: 10px 0;
  border-radius: 5px;
  opacity: 0.8;
  box-shadow: 2px 2px 2px #333;
}

.menu.sub-nav li {
  padding: 0;
}

.horizontal-menu li a {
  background: none;
  color: #777;
  transition: .3s ease;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.horizontal-menu li a:hover {
  color: #bca796;
  text-decoration: none;
}

.horizontal-menu li  a:hover, .horizontal-menu li a.active {
  text-decoration: none !important;
}

.horizontal-menu li li span {
  float: left;
  width: 100%;
  display: inline-block;
  margin-left: 5px;
  text-align: left;
  color: #fff;
  transition: .3s ease;
  padding: 5px 0 5px 10px;
}

.horizontal-menu li li a {
  padding: 15px 0 15px 10px;
  text-align: left;
  color: #fff;
  transition: .3s ease;
}

.horizontal-menu li li a:hover, .horizontal-menu li li span:hover {
  color: #bca796;
  text-decoration: none;
}

.responsive-menu-toggle-icon::before, .responsive-menu-toggle-icon::after, .responsive-menu-toggle-icon span.icon {
  background: #333 !important;	
}

#toggle-icon .label {
  display: none;	
}

.mm-listitem__text {
  text-align: center;	
}

/***********
************
END NAV AREA
************
***********/

/***********
************
SLIDER
************
***********/

.region-slider {
  margin: 0;
  padding: 0;
}

.flexslider {
  border: none;
  border-radius: 0;
}

#flexslider-1 {
  position: relative;	
}

.view-slider .views-field-title {
  position: absolute;
  top: 45%;
  z-index: 10;
  width: 100%;
  text-align: center;
  letter-spacing: 10px;
  color: #fff;
  font-size: 22px;
}

.view-slider .views-field-title .field-content {
  font-family: 'Parisienne', cursive !important;
}

@media(min-width:767px){
	.view-slider .views-field-title {
	  font-size: 48px;
	}
}

.flex-control-nav.flex-control-paging {
  position: absolute;
  bottom: 0;
  z-index: 10;
}

/***********
************
END SLIDER
************
***********/

/***********
************
CONTENT
************
***********/

.main-container {
  background: #fff;
  border-left: 8px solid #c2c2ad;
  border-right: 8px solid #c2c2ad;
  padding-left: 25px;
  padding-right: 25px;
}

.path-frontpage .main-container {
  border: none;
}

.messages__wrapper {
  padding-top: 25px;	
}

.path-frontpage .content .field--name-body {
  text-align: center;	
}

.page-header {
  padding: 25px 0;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  color: #555555;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: normal;
}

p {
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #777777;
  font-size: 18px;
}

.views-field-body {
  color: #777777;	
}

.quote {
  text-align: center;
  font-family: 'Parisienne', cursive !important;
  color: #bca796;
  font-size: 28px;
}

ol, ul {
  margin: 20px 0 20px 45px;
  color: #777777;
}

a, a:hover, a:focus {
  color: #bca796;
  transition: .3s ease;
}

a:hover, a:focus {
  color: #bca796;
}

.left {
  float: left;
  margin: 0 20px 20px 0;
}

.right {
  float: right;
  margin: 0 0 20px 20px;
}

.center {
  margin: 0 auto;
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

.block-title {
  font-size: 20px;
  margin: 0 0 20px 0;	
}

.region-sidebar-first, .region-sidebar-second {
  text-align: center;
}

.nav-tabs > li {
  padding: 0 5px;	
}

.view-slider.view-slider {
  margin-bottom: 45px;	
}

.field-content {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: normal;
}

.nav-tabs {
  margin-bottom: 25px;	
}

/***********
************
END CONTENT
************
***********/

/***************
****************
TESTIMONIALS
****************
***************/

.view-header {
  text-align: center;
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #555;
}

.view-empty {
  color: #555;
  text-align: center;
}

.view-testimonials .views-row {
  padding: 25px 0;
  border-bottom: 1px solid #f1f1f1;
}

.view-testimonials .views-field-field-testimonial-image {
  float: left;
  width: 10%;
  margin-right: 2%;
}

.view-testimonials .views-field-field-testimonial-image img {
  max-width: 100%;
  border-radius: 100%;
}

.view-testimonials .views-field-title {
  font-size: 27px;
  color: #bca796;
  margin-bottom: 15px;
  padding-left: 11%;
}

.view-testimonials .views-field-title .field-content {
  font-family: 'Parisienne', cursive !important;
}

.view-testimonials .views-field-body {
  margin-bottom: 15px;
  float: left;
  width: 88%;
}

.view-testimonials .views-field-body p:before {
  content: "''";
}

.view-testimonials .views-field-body p:after {
  content: "''";
}

.view-testimonials .views-field-field-testimonial-client-name, .view-testimonials .views-field-field-testimonial-company-name {
  color: #222;
}

/***************
****************
END TESTIMONIALS
****************
***************/

/***************
****************
BLOG
****************
***************/

.view-blog .views-row {
  padding: 45px 0;
  border-bottom: 1px solid #f1f1f1;
}

.view-blog .views-field-title {
  font-size: 18px;
  color: #bca796;
  margin-bottom: 15px;
}

.view-blog .views-field-body {
  margin-bottom: 15px;
  color: #555;
}

.views-field-created {
  color: #555;
  font-size: 12px;
}

/***************
****************
END BLOG
****************
***************/

/***************
****************
FAQS
****************
***************/

.view-faqs .views-row {
  padding: 25px 0;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}

.view-faqs .views-field-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.view-faqs .views-field-title a {
  color: #333333;
}

/***************
****************
END FAQS
****************
***************/

/***************
****************
ACCREDITATIONS
****************
***************/

.view-accreditations .views-row {
  clear: both;
}

.view-accreditations .views-col {
  text-align: center;
}

.view-accreditations .views-field-field-accreditation-logo img {
  margin: 0 auto;
  max-height: 200px;
  width: auto;
}

#block-views-block-accreditations-block-1 {
  margin-top: 65px;	
}

/***************
****************
END ACCREDITATIONS
****************
***************/

/***************
****************
HOMEPAGE TESTIMONIALS BLOCK
****************
***************/

.view-homepage-testimonials {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  background: url('../images/quotes.png');
  background-repeat: no-repeat;
  padding: 0 75px;
}

.view-homepage-testimonials p, .view-homepage-testimonials a  {
  color: #bca796;
  font-size: 28px;
  font-family: 'Parisienne', cursive !important;
}

/***************
****************
END HOMEPAGE TESTIMONIALS BLOCK
****************
***************/

/***************
****************
SERVICES
****************
***************/

.path-frontpage .view-services {
  margin: 45px 0;	
}

.view-services .views-row {
  clear: both;	
}

.view-services .views-col {
  text-align: center;
  position: relative;
  padding: 5px;
}

.view-services .views-field-title {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  padding: 0 25px;
}

.view-services .views-field-title a {
  color: #fff;
  font-size: 12px;
}

.view-services .views-field-title a:hover {
  text-decoration: none;
}

@media(min-width:767px){
	.view-services .views-field-title {
  	  top: 45%;
	}
	
	.view-services .views-field-title a {
	  font-size: 18px;
	}
}

.view-services .views-field-field-service-image {
  filter: brightness(0.5);
  max-width: 269px;
  max-height: 269px;
  overflow: hidden;
}

.view-services .views-field-field-service-image img {
  transition: .3s ease;
}

.view-services .views-field-field-service-image img:hover {
  filter: brightness(0.6);
  transform: scale(1.2);
}

/***************
****************
END SERVICES
****************
***************/

/***********
************
CONTACT
************
***********/

#gmap {
  width: 100%;
  height: 450px;
  border: none;
  margin-bottom: 40px;
}

.form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #c2c2ad;
  border-radius: 0;
  padding: 6px 10px;
  box-shadow: none;
  transition: .3s ease;
}

.form-control:focus {
  border: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #bca796 !important;
  background: #f5f5f5;
}

.btn {
  border-radius: 0;
  font-size: 15px;
  padding: 5px 10px;
  background: none;
  border: 1px solid #bca796;
  color: #bca796;
  text-shadow: none;
  transition: 0.3s ease;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}

.btn:hover {
  background: #bca796;	
  border: 1px solid #bca796;
}

.g-recaptcha {
  margin-bottom: 15px;
}

#edit-flexbox {
  margin-bottom: 0;	
}

#edit-flexbox .webform-flex {
  margin-bottom: 15px;
}

#edit-flexbox input {
  margin-bottom: 0;	
}

#webform-submission-contact-node-47-add-form {
  margin-top: 40px;	
}

/***********
************
END CONTACT
************
***********/

/***********
************
SITEMAP
************
***********/

.view-sitemap {
  text-align: center;
}

.view-sitemap h3 {
  margin: 45px 0 20px 0;
}

/***********
************
END SITEMAP
************
***********/

/***********
************
USERS
************
***********/

.field--name-user-picture img {
  border-radius: 100%;
  display: block;
  margin: 20px auto;
}

/***********
************
END USERS
************
***********/

/***********
************
FEATURED
************
***********/

.featured-wrapper .container {
  background: #fff;
  padding: 25px 0;
  border-left: 8px solid #c2c2ad;
  border-right: 8px solid #c2c2ad;
  padding-left: 25px;
  padding-right: 25px;
}

.path-frontpage .featured-wrapper .container {
  border: none;
}

.region-featured .block-title {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: normal;
  font-weight: normal;
  color: #555;
  font-size: 22px;
  margin-top: 20px;
  padding-top: 20px;
}

.region-featured #block-webform {
  margin-bottom: 20px;
  border-top: 1px solid #f1f1f1;
  margin-top: 45px;
}

/***********
************
END FEATURED
************
***********/

/***********
************
POSTSCRIPT
************
***********/

.postscript-wrapper {
  font-size: 12px;	
}

.region-postscript-first, .region-postscript-second, .region-postscript-third {
  text-align: center;
}

@media(min-width:767px){
  .region-postscript-first {
  	text-align: left;	
  }
	
  .region-postscript-second {
  	text-align: center;	
  }
	
  .region-postscript-third {
  	text-align: right;	
  }	
}

.path-frontpage .postscript-wrapper {
  background: #333;	
}

.postscript-wrapper .container {
  background: #333;
  padding: 25px 0;
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
}

.postscript-wrapper .block-title {
  color: #fff;
  font-size: 20px;
  margin: 0 0 20px 0;
}

.postscript-wrapper a, .postscript-wrapper p, .postscript-wrapper .field-item {
  color: #fff;
  font-size: 14px;
}

.postscript-wrapper p:last-child {
  margin-bottom: 20px;	
}

.social-img {
  max-width: 25px;
  height: auto;
  margin-right: 5px;
  transition: .3s ease;
}

.social-img:hover {
  opacity: 0.8;
}

.region-postscript-full {
  text-align: center
}

.region-postscript-full p {
  margin: 0 !important;
}

/***********
************
END POSTSCRIPT
************
***********/

/***********
************
FOOTER
************
***********/

.footer-wrapper {
  text-align: center;
  font-size: 12px;
  padding: 15px 0;
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
}

.footer-wrapper, .footer-wrapper a, .footer-wrapper p, .footer-wrapper .field-content {
  color: #fff !important;
}

.path-frontpage .footer-wrapper {
  color: #555 !important;
}

.path-frontpage .footer-wrapper, .path-frontpage .footer-wrapper a, .path-frontpage .footer-wrapper p, .path-frontpage .footer-wrapper .field-content {
  color: #555 !important;
}

/***********
************
END FOOTER
************
***********/

/***********
************
DISABLE RESPONSIVE MENU MODULE CSS & OVERRIDE IT HERE
************
***********/

body.user-logged-in.toolbar-fixed.mm-wrapper_opening,
body.user-logged-in.toolbar-fixed.mm-wrapper_opened {
  padding-top: 0!important;
}

.responsive-menu-block-wrapper {
  display: none;
}


.mm-wrapper_opening .toolbar-tray-open.toolbar-fixed.toolbar-vertical,
.mm-opened .toolbar-tray-open.toolbar-fixed.toolbar-vertical {
  margin-left: 0;
}

.mm-wrapper_opening .toolbar-tray-open.toolbar-fixed.toolbar-vertical .mm-page,
.mm-opened .toolbar-tray-open.toolbar-fixed.toolbar-vertical .mm-page {
  padding-left: 240px;
  padding-left: 15rem;
}

.horizontal-menu {
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.horizontal-menu > li {
  display: inline-block;
  position: relative;
}

.horizontal-menu > li ul ul {
  left: 13.75em;
  top: 0;
}

.horizontal-menu ul .fly-left ul {
  left: -13.75em;
}

.horizontal-menu > li > a {
  display: block;
  padding-top: 0.3em;
  padding-right: 1em;
  padding-bottom: 0.35em;
  padding-left: 1em;
  background-color: #fff;
}

.horizontal-menu > li ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-sizing: border-box;
  width: 13.75em;
  list-style: none;
}

.horizontal-menu li.sfHover > ul,
.horizontal-menu li:hover > ul {
  display: block;
}

.horizontal-menu li li {
  position: relative;
  float: left;
  width: 100%;
}

.horizontal-menu > li > li:hover > ul,
.horizontal-menu > li > li.sfHover > ul {
  display: block;
}

.horizontal-menu > li li > a {
  display: block;
  position: relative;
  padding-top: 0.25em;
  padding-right: 1em;
  padding-bottom: 0.25em;
  padding-left: 1em;
  text-transform: none;
}

.off-canvas-wrapper {
  display: block;
}

.no-js .off-canvas-wrapper {
  display: none;
}

.responsive-menu-toggle {
  display: inline-block;
}

.responsive-menu-toggle-icon {
  box-sizing: border-box;
  display: block;
  width: 44px;
  height: 35px;
  z-index: 4;
  margin-top: 0;
  position: relative;
}

.no-js .responsive-menu-toggle-icon {
  display: none;
}

.responsive-menu-toggle-icon span.label {
  display: block;
  position: absolute;
  font-size: 17px;
  text-transform: uppercase;
  top: 2px;
  left: 40px;
  color: #fff;
}

.responsive-menu-toggle-icon:before,
.responsive-menu-toggle-icon:after,
.responsive-menu-toggle-icon span.icon {
  background: #fff;
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 13px;
  border-radius: 2px;
}

.responsive-menu-toggle-icon:before {
  top: 8px;
}

.responsive-menu-toggle-icon span.icon {
  top: 14px;
}

.responsive-menu-toggle-icon:after {
  top: 20px;
}

.responsive-menu-toggle-icon:before,
.responsive-menu-toggle-icon:after,
.responsive-menu-toggle-icon span.icon {
  transition: none 0.4s ease-out 0.1s;
  transition-property: -webkit-transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}

.mm-wrapper_opening .responsive-menu-toggle-icon:before,
.mm-wrapper_opening .responsive-menu-toggle-icon:after {
  top: 14px;
}

.mm-wrapper_opening .responsive-menu-toggle-icon span.icon {
  left: -25px;
  opacity: 0;
}

.mm-wrapper_opening .responsive-menu-toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-wrapper_opening .responsive-menu-toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mm-blocker {
  background: rgba(0, 0, 0, 0);
}
.mm-wrapper_opening #mm-blocker {
  background: rgba(0, 0, 0, 0.2);
  transition: background 1s ease 0.3s;
}
.mm-wrapper_opening #page {
  border-left: 1px solid #ccc;
}

.mm-panel a {
  border-bottom: none;
}

ul.menu.mm-listview a.is-active {
  color: inherit;
}

.mm-panel a:hover {
  border: none;
}

ul.menu.mm-listview {
  padding-left: 0;
  margin-left: 0;
}

/***********
************
END DISABLE RESPONSIVE MENU MODULE CSS & OVERRIDE IT HERE
************
***********/