﻿@import "../ionicons.min.css";
/* Variables */
/* Clock colors */
/*@seconds: #f08080;
@clock-main: #333;
@minutes: lighten(@clock-main, 20%);
@clockbg: #fff;*/
/* #region Media Queries */
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    /* margin-right: 0; */
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .tblogomb1 {
    margin-left: 15px !important;
  }
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: none !important;
  }
  div.module.parallax1 {
    background-position: 50% 0 !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  div.module.parallax2 {
    background-position: 50% 0 !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  div.module.aboutBanner {
    background-image: url("../../Images/banner/Covercnmb.jpg");
    width: 100%;
    height: 420px !important;
    z-index: 0 !important;
    -webkit-filter: brightness(70%);
  }
  div.module.servicesBanner {
    background-image: url("../../Images/banner/img1.jpg");
    width: 100%;
    height: 420px !important;
    z-index: 0;
    -webkit-filter: brightness(60%);
  }
  div.module.newsBanner {
    background-image: url("../../Images/banner/newsCover.jpg");
    width: 100%;
    height: 420px !important;
    z-index: 0;
    -webkit-filter: brightness(60%);
  }
}
@media (max-width: 852px) {
  .aboutBanner {
    background-image: url("../../Images/banner/Covercnmb.jpg");
    width: 100%;
    height: 440px;
    z-index: 0;
    -webkit-filter: brightness(70%);
    margin-top: -20px;
    background-position: 50% 0px !important;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1296px) {
  div.module.parallax1 {
    background-position: 50% -200px !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}
@media (min-width: 1694px) {
  div.module.parallax1 {
    background-position: 50% -300px !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}
/* #endregion */
/* #region 1) General Classes */
.body-content {
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: justify;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
@font-face {
  font-family: FjallaOne;
  src: url(../../fonts/Fjalla_One/FjallaOne-Regular.ttf);
}
@font-face {
  font-family: Roboto;
  src: url(../../fonts/Roboto/Roboto-Regular.ttf);
}
.dl-horizontal dt {
  white-space: normal;
}
html,
body,
form {
  height: 100%;
  background-color: #111;
  font-family: Roboto !important;
}
th {
  text-align: center;
}
img {
  max-height: 100%;
  width: 100%;
}
.hideXoverflow {
  overflow-x: hidden;
}
.txtleft {
  text-align: left;
}
.txtright {
  text-align: right;
}
.no-margin {
  margin: 0;
}
.setpadding {
  padding-left: 5px;
  padding-right: 5px;
}
.setmargintop {
  margin-top: 10px;
}
.addMgLeft {
  margin-left: 15px;
}
.addMarginTop {
  margin-top: 60px!important;
}
.mg-contacts {
  margin-top: 40px!important;
}
.addMarginBottom {
  margin-bottom: 30px;
}
.text {
  font-size: 14px;
  text-align: justify;
  line-height: 200%;
}
.warning {
  color: #BE544D;
}
.note {
  font-size: 14px;
  text-align: justify;
  line-height: 200%;
  font-weight: bold;
}
.centerText {
  text-align: center;
}
.hide {
  display: none;
}
.center {
  text-align: center;
}
.main-text {
  line-height: 2!important;
  text-align: justify!important;
}
ul.a {
  list-style-type: circle;
  color: #000 !important;
}
/* #endregion */
/* #region 2) Layout */
/* #region 2.1) Topbar */
.topbar {
  width: 100%;
  height: 50px;
  background: transparent;
}
.transparency {
  background: #222;
}
.logocontainer {
  width: 240px;
  height: 50px;
}
.tblogomb1 {
  /*background-image: url('../../Images/logos/logomb1col.png');*/
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
/*.tblogomb2 {
	background-image: url('../../Images/logos/logomb2.png');
	background-repeat: no-repeat;
	width: 190px;
	height: 40px;
}*/
.tblog {
  float: right;
  display: inline-block;
}
.bannerContacts {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #E4CEBB;
  text-align: center;
  font-weight: bold;
  border-radius: 2px;
  position: absolute;
  bottom: 15px;
  font-size: 16px;
  padding: 30px 35px;
  width: 330px;
  height: 135px;
}
.bannerContacts:hover {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.bcserv {
  background-color: #fff;
  color: #000;
  opacity: 0.9;
}
.bannerphone {
  padding: 5px;
}
.bannerphone:before {
  font-family: Ionicons;
  content: "\f4b9";
}
.banneremail {
  -moz-transition: transform 0.3s ease !important;
  -o-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  padding: 5px;
}
.banneremail:before {
  font-family: Ionicons;
  content: "\f132";
}
a.banneremail {
  color: #E4CEBB !important;
  text-decoration: none;
}
a.banneremail:hover {
  color: #F4DECB !important;
  text-decoration: none;
}
a.banneremail:active {
  color: #E4CEBB !important;
  text-decoration: none;
}
a.banneremail:visited {
  color: #E4CEBB !important;
  text-decoration: none;
}
.tbSocialNetworks {
  display: inline-block;
  float: right !important;
}
.tbfb {
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: #333;
  width: 35px;
  height: 25px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  text-align: center;
  float: left;
  margin-left: 3px;
  margin-right: 3px;
}
.tbfb:hover {
  background-color: #3b5998;
}
.tbfbicon {
  font-family: Ionicons;
  font-size: 15px;
  color: #fff;
  padding-top: 3px;
}
.tblinkedin {
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: #333;
  width: 35px;
  height: 25px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  text-align: center;
  float: left;
  margin-left: 3px;
  margin-right: 3px;
}
.tblinkedin:hover {
  background-color: #0074B2;
}
.tblinkedinicon {
  font-family: Ionicons;
  font-size: 15px;
  color: #fff;
  padding-top: 3px;
}
.tbgooglep {
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: #333;
  width: 35px;
  height: 25px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  text-align: center;
  float: left;
  margin-left: 3px;
  margin-right: 3px;
}
.tbgooglep:hover {
  background-color: #dd4b39;
}
.tbgooglepicon {
  font-family: Ionicons;
  font-size: 15px;
  color: #fff;
  padding-top: 3px;
}
/* #endregion */
/* #region 2.2) Navbar */
nav.navbar a {
  -webkit-transition: padding-top 0.5s ease, padding-bottom 0.5s ease;
  -moz-transition: padding-top 0.5s ease, padding-bottom 0.5s ease;
  -o-transition: padding-top 0.5s ease, padding-bottom 0.5s ease;
  transition: padding-top 0.5s ease, padding-bottom 0.5s ease;
}
nav a {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-size: 18px;
}
nav .navbar-toggle {
  margin: 13px 15px 13px 0;
}
.navbar-brand {
  font-size: 30px;
}
.nav > li > a {
  position: relative !important;
  display: block !important;
  padding-right: 7px !important;
  padding-left: 7px !important;
}
.navbar-inverse .navbar-nav > li > a {
  font-size: 16px;
  color: #f2f2f2 !important;
}
.navbar .nav > .active > a {
  /*color: #f2f2f2;
	background: none !important;*/
  font-size: 16px;
  color: #B59F8C !important;
  background: none !important;
  font-weight: bold;
}
nav.navbar.shrink {
  background: #111;
  border-bottom: #111;
  transition: background 0.2s ease-in-out;
  opacity: 0.9;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent !important;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: transparent !important;
  color: #E4CEBB !important;
}
nav.shrink a {
  /*padding-top: 10px !important;
	padding-bottom: 10px !important;*/
}
/*nav.shrink .navbar-toggle {
	padding: 4px 5px;
	margin: 8px 15px 8px 0;
	border-bottom-color: #282828 !important;
}*/
.navbar-inverse {
  padding-top: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
/* #endregion */
/* #region 2.3) Banner Slider */
.bannerWrapper {
  position: relative;
  text-align: center;
}
div.module.bannerSlider {
  height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
div.module.bannerSliderImage1 {
  background-image: url("../../Images/bannerslider/slider1.jpg");
  width: 100%;
  height: 440px;
  z-index: -999;
  -webkit-filter: brightness(50%);
}
div.module.bannerSliderImage2 {
  background-image: url("../../Images/bannerslider/slider2.jpg");
  width: 100%;
  height: 440px;
  z-index: -999;
  -webkit-filter: brightness(50%);
}
div.module.bannerSliderImage3 {
  background-image: url("../../Images/bannerslider/slider3.png");
  width: 100%;
  height: 440px;
  z-index: -999;
  -webkit-filter: brightness(50%);
}
div.module.bannerSliderImage4 {
  background-image: url("../../images/bannerslider/slider4.jpg");
  width: 100%;
  height: 440px;
  z-index: -999;
  -webkit-filter: brightness(50%);
}
div.module.bannerSliderImage6 {
  background-image: url("../../Images/bannerslider/slider6.jpg");
  width: 100%;
  height: 440px;
  z-index: 0;
  -webkit-filter: brightness(70%);
}
/* #endregion */
/* #region 2.4) Banner */
/* About - Parallax Banner Image */
div.module.parallax1 {
  background-position: 50% -40px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
div.module.parallax2 {
  background-position: 50% -40px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
div.module.aboutBanner {
  background-image: url("../../Images/banner/Covercnmb.jpg");
  width: 100%;
  height: 440px !important;
  z-index: 0;
  -webkit-filter: brightness(70%);
}
.parallax-window {
  background-image: url("../../Images/banner/cover.jpg");
  height: 440px;
  background: transparent;
}
/* Services - Banner Image */
div.module.servicesBanner {
  background-image: url("../../Images/banner/img1.jpg");
  width: 100%;
  height: 440px;
  z-index: 0;
  -webkit-filter: brightness(60%);
  margin-top: -20px;
}
div.module.newsBanner {
  background-image: url("../../Images/banner/newsCover.jpg");
  width: 100%;
  height: 440px;
  z-index: 0;
  -webkit-filter: brightness(60%);
}
.aboutBanner {
  background-image: url("../../Images/banner/Covercnmb.jpg");
  width: 100%;
  height: 440px;
  z-index: 0;
  -webkit-filter: brightness(70%);
  background-position: 50% -200px;
  background-repeat: no-repeat;
  background-size: cover;
}
.servicesBanner {
  background-image: url("../../Images/banner/img1.jpg");
  width: 100%;
  height: 440px;
  z-index: 0;
  -webkit-filter: brightness(70%);
  margin-top: -20px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax {
  overflow-x: hidden;
  overflow-y: auto;
}
.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.parallax__layer--base {
  transform: translateZ(0);
}
.parallax__layer--back {
  transform: translateZ(-1px);
}
/* #endregion */
/* #region 2.5) Page title */
.titleArea {
  width: 100%;
  height: 60px;
  padding: 1px;
  background: #d3a985;
  margin-bottom: 40px;
}
.titleText {
  width: 50%;
  text-align: center;
  font-size: 30px;
  color: #f2f2f2;
  margin: auto;
  position: relative;
  top: -7px;
}
/* #endregion */
/* #region 2.6) Schedule */
.schedulewrapper {
  padding: 70px 40px;
  margin-top: 7px;
  background-color: #E4CEBB;
  opacity: 0.9;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
  border-radius: 2px;
  text-align: center;
  color: #222;
  font-size: 16px;
}
.scheduletitle {
  font-weight: bold;
}
.scheduletitle:before {
  font-family: Ionicons;
  content: "\f3b3";
}
/*.schedule {
    color: #fff;
	font-size: 14px;
}*/
.tablesettings > tbody > tr > td {
  background-color: #fff;
  border-top: none;
}
#hov {
  display: none !important;
  background: none !important;
}
/* #endregion */
/* #region 2.7) Clock & Calendar*/
/*/*.face {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: @clockbg;
	margin: 25px auto;
	position: relative;
}

.clockCenter {
	position: absolute;
	margin: 46% 46%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	z-index: 9999999;
	background: @clock-main;
}

.hand {
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;

	&:before {
		content: '';
		position: absolute;
		bottom: 50%;
		left: 50%;
		width: 0;
		border-left: 4px solid @clock-main;
		margin-left: -2px;
	}

	&.hour {
		&:before {
			height: 25%;
		}
	}

	&.min {
		&:before {
			height: 40%;
			border-color: @minutes;
		}
	}

	&.sec {
		&:before {
			height: 50%;
			border-color: @seconds;
			//border-left: 2px solid @seconds!important;
            //left: 49px;
		}
	}
}*/
.calendar {
  font-size: 10px;
  color: #f2f2f2;
  margin-top: 5px;
  margin-bottom: 5px;
}
div.zabuto_calendar .badge-today,
div.zabuto_calendar div.legend span.badge-today {
  background-color: #585858 !important;
  color: #f2f2f2;
  text-shadow: none;
}
/* #endregion */
/* #region 2.8) Gallery */
.galleryWrapper {
  width: 100%;
  height: auto;
}
.slick-dots {
  bottom: 0 !important;
}
.slick-slider {
  margin-bottom: 0 !important;
}
.slick-prev {
  content: "<" !important;
  left: 5px !important;
  z-index: 99 !important;
  top: 50% !important;
}
.slick-next {
  content: ">" !important;
  right: 5px !important;
  z-index: 99 !important;
  top: 50% !important;
}
.thumbnail_container {
  position: relative;
  width: 100%;
  padding-bottom: 55px;
  margin-bottom: 20px;
}
.thumbnail {
  position: absolute;
  width: 100%;
  height: 100% !important;
}
.thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* #endregion */
/* #region 2.9) Footer */
.footer {
  color: rgba(0, 0, 0, 0.7);
  width: 100%;
  margin: 0 auto;
  float: left;
  margin-top: 40px;
}
.footerTop {
  /*height: 180px;
	background: #B59F8C;*/
  height: 240px;
  background: #B59F8C;
  padding: 10px;
}
.mgtop {
  margin-top: 15px;
}
.footer-contacts {
  margin-top: 40px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
}
.footer-social {
  float: right;
}
.footer-logos {
  text-align: center;
}
.logoWrapperMd {
  display: inline-block;
  width: auto;
  height: 80px;
  padding: 10px;
}
.logoWrapperSm {
  width: auto;
  max-height: 70px;
  margin-top: 15px;
}
img.grayscale {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  width: auto;
  height: 100%;
  margin: auto;
  padding: 10px;
}
img.grayscale:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}
img.brightness {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  width: auto;
  height: 100%;
  margin: auto;
  padding: 10px;
}
img.brightness:hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
.footContacts {
  text-align: center;
  padding-top: 35px;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
.footLocation:before {
  font-family: Ionicons;
  content: "\f1ff";
}
.footPhone:before {
  font-family: Ionicons;
  content: "\f4b9";
}
.footFax:before {
  font-family: Ionicons;
  content: "\f21a";
}
.footEmail:before {
  font-family: Ionicons;
  content: "\f132";
}
a.email {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
a.email:hover {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
a.email:active {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
a.email:visited {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.footSNetworksWrap {
  margin: auto;
  width: auto;
}
/*.footSNetworks {
	width: 125px;
	height: auto;
	margin: auto;
	padding: 10px;
}*/
.footer-bottom {
  min-height: 50px;
  background: #111;
}
.footerbottomcontent {
  margin-top: 5px;
}
.footBottomPad {
  padding: 10px;
}
.copyright {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}
.poweredby {
  font-size: 13px;
  color: #999;
}
* {
  margin: 0;
}
.wrapper {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -240px;
  background-color: #f8f9fa;
}
.wrapper:after {
  content: "";
  display: block;
}
.footer,
.wrapper:after {
  min-height: 220px;
  overflow: hidden;
}
/* #endregion */
/* #endregion */
/* #region 3) Contacts */
.ContactForm {
  height: auto;
  width: 100%;
}
.gmap {
  margin-top: 77px;
  background: #EDD7C4;
  margin-bottom: -5px;
}
.cbox {
  text-align: center;
  min-height: 165px;
}
.cicon {
  font-size: 36px;
  color: #555;
}
.ctitle {
  font-size: 20px;
  color: #555;
  font-weight: bold;
}
.ctext {
  font-size: 16px;
  color: #555;
  max-width: 210px;
  display: inline-block;
}
/*.location {
	//font-size: 18px;

	&:before {
		font-family: Ionicons;
		content: "\f456";
	}
}

.phone {
	//font-size: 14px;

	&:before {
		font-family: Ionicons;
		content: "\f4b9";
	}
}

.fax {
	//font-size: 14px;

	&:before {
		font-family: Ionicons;
		content: "\f21a";
	}
}

.email {
	//font-size: 14px;

	&:before {
		font-family: Ionicons;
		content: "\f132";
	}
}

.gps {
	//font-size: 14px;

	&:before {
		font-family: Ionicons;
		content: "\f46e";
	}
}*/
.contacts {
  text-align: center;
  font-size: 16px;
}
a.mailto {
  color: #999 !important;
  text-decoration: none !important;
}
a.mailto:hover {
  color: #777 !important;
}
a.mailto:active {
  color: #999 !important;
  text-decoration: none !important;
}
a.mailto:visited {
  color: #999 !important;
  text-decoration: none !important;
}
.iwcontact {
  display: block;
}
/* #region 3.1) Social Networks */
.socialNetworks {
  display: inline-block;
}
.fb {
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: #B59F8C;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
.fb:hover {
  background-color: #3b5998;
}
.fb:hover .fbicon {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff !important;
}
.fbicon {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: Ionicons;
  font-size: 17px;
  color: #222;
  padding-top: 3px;
}
.linkedin {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #B59F8C;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
.linkedin:hover {
  background-color: #0074B2;
}
.linkedin:hover .linkedinicon {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff !important;
}
.linkedinicon {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: Ionicons;
  font-size: 17px;
  color: #222;
  padding-top: 3px;
}
/*Cookie Consent Begin*/
.cookies-pagetop {
  margin-top: 77px;
  background: #EDD7C4;
  margin-bottom: -5px;
}
#cookieConsent {
  background-color: rgba(20, 20, 20, 0.9);
  min-height: 26px;
  font-size: 14px;
  color: #ccc;
  line-height: 26px;
  padding: 10px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}
#cookieConsent a {
  color: #4B8EE7;
  text-decoration: none;
}
#cookieConsent a.cookieConsentOK {
  background-color: #B59F8C;
  color: #222;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  border-radius: 0;
  padding: 0 10px;
  cursor: pointer;
}
#cookieConsent a.cookieConsentOK:hover {
  background-color: #bfac9c;
}
.pc-wrapper {
  line-height: 1.5;
}
.pc-main-title {
  font-size: 22px;
  padding: 10px 0 10px 0;
}
.pc-title {
  font-size: 18px;
  padding: 5px 0 5px 0;
}
.pc-text {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 5px;
}
/*Cookie Consent End*/
/* #endregion */
/* #endregion */
/* #region 4) Email */
/* #region 4.1) Formulário */
.form-control {
  margin-top: 10px;
  width: 100% !important;
}
.labelMgTop {
  margin-top: 15px;
}
.fullWidth {
  width: 100%;
}
.btsMgTop {
  margin-top: 10px;
}
/* #endregion */
/* #region 4.2) Email*/
.senderInfo {
  font-size: 14px;
}
.subject {
  font-size: 18px;
  font-weight: bold;
}
.message {
  font-size: 14px;
}
/* #endregion */
/* #endregion */
/* #region 5) News */
/*.newsWrapper {
	width: 60%;
	height: auto;
	margin: auto;
}

.nDate {
	font-size: 10px;
	color: #999;
}

.nTitle {
	font-size: 18px;
	font-weight: bold;
}

.nMainImg {
	margin: auto;
}*/
/* #endregion */
/* #region 6) Services */
.serviceswrap {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  height: 320px;
  margin: 10px;
  padding: 15px;
  background-color: #EDD7C4;
  border-radius: 2px;
  line-height: 1.5;
  color: #555;
  font-size: 12px;
}
.serviceswrap:hover {
  /*-webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.3);
        cursor: default;*/
  transform: scale(1.03);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 2px;
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
/*.serviceswrap:before {
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #B59F8C #fff;
    display: block;
    width: 0;
}

.serviceswrap:hover:before {
    display: none;
}*/
.mgtop {
  margin-top: 20px;
}
.servcontwrap {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  height: 305px;
  margin: 10px;
  padding: 15px;
  background-color: #000;
  border-radius: 2px;
  color: #fff;
  opacity: 0.8;
  text-align: center;
  font-size: 18px;
}
.servcontwrap:hover {
  transform: scale(1.03);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 2px;
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.7);
}
/*.servcontwrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #333 #fff;
    display: block;
    width: 0;
}*/
.servtitle {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
}
.servitems {
  font-size: 14px;
  line-height: 1.5;
}
.servitemscont {
  font-size: 16px;
  font-weight: bold;
}
.separator {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-top: 1px solid #ccc;
}
/* #endregion*/
/* #region 10) Backoffice */
.content {
  /*margin-top: 120px;*/
  height: 100%;
}
/* #region 10.1) Nav */
/* #endregion */
/* #region 10.2) Home */
/* #region 10.2.1) Message area */
.modal .modal-body {
  max-height: 310px;
  overflow-y: auto;
}
.modal-warning {
  /*max-height: 560px!important;
	overflow-y: auto;*/
}
.modal-info-header {
  padding: 15px 30px!important;
}
.modal-info-body {
  padding: 0 30px!important;
  /*background-color: #000;
	opacity: 0.9;*/
  font-size: 14px!important;
  text-align: justify!important;
}
.modal-info-footer {
  padding: 15px 30px !important;
  font-size: 12px !important;
  text-align: justify !important;
}
.modal-info-header .close {
  background-color: transparent !important;
  font-size: 25px!important;
}
.close {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #222;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  height: 22px;
  line-height: 15px !important;
  position: relative;
  text-align: center;
  top: -5px;
  right: -15px;
  text-shadow: none !important;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  width: 22px;
}
.close {
  color: #222 !important;
  opacity: 0.9 !important;
}
.close:hover {
  color: #555 !important;
}
.scrollArea {
  overflow: hidden;
}
.newmsg {
  max-height: 380px !important;
}
.message {
  font-size: 16px;
}
.newmessages {
  color: #1bbf33;
}
.bold {
  font-weight: bold;
}
.msgwrapper {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  clear: both;
}
.sender {
  width: 80%;
  float: right;
  background-color: #fff;
  padding: 20px;
  border-radius: 2px;
  margin-bottom: 10px;
  color: #222;
}
.receiver {
  width: 80%;
  float: left;
  background-color: #fff;
  padding: 20px;
  border-radius: 2px;
  margin-bottom: 10px;
  color: #222;
}
.imgwrapper {
  min-height: 100px;
}
.senderpic {
  float: left;
  width: 16%;
}
.receiverpic {
  float: right;
  width: 16%;
}
.msgdate {
  color: #f2f2f2;
  font-size: 10px;
}
.modal-dialog-info {
  width: 60% !important;
  background-color: rgba(242, 242, 242, 0.8) !important;
  color: #222 !important;
}
.modal-dialog-mobile-info {
  width: 75% !important;
  margin: auto;
  background-color: rgba(242, 242, 242, 0.8) !important;
  color: #222 !important;
}
.info-highlights {
  color: #2494DC !important;
  font-weight: bold!important;
}
.warning-highlights {
  color: #EF4444 !important;
  font-weight: bold !important;
}
.info-menu {
  font-weight: bold !important;
  color: #2494DC /*#44B4FD*/ !important;
}
.info-menu:hover {
  color: #32A2EA !important;
}
.warning-menu {
  font-weight: bold !important;
  color: #FF4A4A !important;
}
.warning-menu:hover {
  color: #FF5757 !important;
}
/* #endregion */
/* #region 10.2.2) Activity */
.activity {
  font-size: 16px;
}
.lvltxt {
  font-weight: bold;
  border: 2px solid #333;
  color: #333;
  padding: 5px;
}
/* #endregion */
/* #endregion */
/* #region 10.1) Nav */
/* #endregion */
/* #region 10.1) Nav */
/* #endregion */
/* #region 10.x) Users */
.profileImage {
  height: auto;
}
.fill {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.fill img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}
.ImgPreviewContainer {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
  float: right;
}
.navProf {
  width: 30px;
  height: auto;
}
.navPImage {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 5px 0 0;
  float: left;
}
.profileImg {
  width: 50px !important;
  height: 60px !important;
}
.dropdown-menu > li > a {
  display: block;
  padding: 15px 20px !important;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #282828 !important;
  border-bottom: 2px solid #fff !important;
  outline: 0;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  border-bottom: 2px solid #fff !important;
  background-color: #333 !important;
}
/* #endregion */
/* #region 10.1) Footer */
.footerbo {
  background: #101010;
  padding: 10px 0 0;
}
.wrapbo:after {
  content: "";
  display: block;
}
.footerbo,
.wrapbo:after {
  height: 40px;
}
.wrapbo {
  background-color: #eee;
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -40px;
}
.copyrightbo {
  color: #585858;
  font-size: 12px;
}
.poweredbybo {
  color: #585858;
  font-size: 12px;
}
.logintxtuser {
  font-size: 12px;
  font-weight: bold;
  color: #FFEF2B !important;
}
.logintxtsup {
  font-size: 12px;
  font-weight: bold;
  color: #1C62FF !important;
}
.logintxtadmin {
  font-size: 12px;
  font-weight: bold;
  color: #00FF48 !important;
}
/* #endregion */
/* #endregion */