@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');

.stopadorBlueColor {
  background: url(../img/effect.png) repeat, linear-gradient(rgb(84,115,216), rgb(34,46,193))!important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: rgb(240,240,240);
  font-family: 'Ubuntu', sans-serif;
  overflow-x: hidden;
  padding-bottom: 80px;
  -webkit-transition:  0.5s;
  -moz-transition:     0.5s;
  -ms-transition:      0.5s;
  -o-transition:       0.5s;
  transition:          0.5s;
}

.navbar {
  display: block;
  padding: 8px 30px;
  background-color: rgb(240,240,240);
}

.menuBox{
  display: block;
  width: 100%;
  margin-top: -20px;
  -ms-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -o-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -moz-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -webkit-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
}

.menuBox ul{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 48px;
  margin: 12px 0;
}

.menuBox .nav-item{
  -webkit-flex: 1;
  flex: 1;
  border-right: 1px solid rgb(255,255,255);
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.menuBox .nav-item:last-child{
  border-right: none;
}

.menuBox .nav-item a{
  vertical-align: middle;
  text-align: center;
  color: rgb(255,255,255)!important;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  -webkit-transition: color 0.5s;
  -moz-transition:    color 0.5s;
  -ms-transition:     color 0.5s;
  -o-transition:      color 0.5s;
  transition:         color 0.5s;
}

.menuBox .nav-item a:hover{
  color: rgb(185,213,243)!important;
}

.menuheader {
  display: block;
}

.navbar .navbar-brand {
  margin: 0;
  padding: 5px 0;
  display: inline-block;
  height: 80px;
}

.headerLogo {
  content:url("../img/logo.svg");
  height: 100%;
}

.navbar .navbar-brand img {
  height: 100%;
  -ms-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -o-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -moz-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -webkit-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
}

.menuButton {
  position: absolute;
  top: 21px;
  right: 15px;
  border-color: rgba(0,0,0,.1);
  background-color: rgb(255,255,255);
  display: none;
  border-radius: 5px;
  -ms-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -o-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -moz-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -webkit-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
}

.menuButton span{
  display: table-cell;
  vertical-align: middle;
  content: "≡";
  font-size: 30px;
  line-height: 30px;
  padding: 4px 10px;
}

.socialIcons {
  float: right;
  display: table;
  height: 80px;
}

.socialIcons a{
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  -ms-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -o-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -moz-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -webkit-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
}

.socialIcons a:hover{
  -ms-filter: drop-shadow( 1px 1px 2px rgba(0,0,0,0.6));
  -o-filter: drop-shadow( 1px 1px 2px rgba(0,0,0,0.6));
  -moz-filter: drop-shadow( 1px 1px 2px rgba(0,0,0,0.6));
  -webkit-filter: drop-shadow( 1px 1px 2px rgba(0,0,0,0.6));
  filter: drop-shadow( 1px 1px 2px rgba(0,0,0,0.6));
}

.socialIcons img{
  height: 40px;
}

main {
  margin-top:185px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  color: rgb(51, 51, 51);
}

#sideMenu{
  position: fixed;
  display: none;
  left: 0;
  top: 25%;
  z-index: 10;
}

#sideMenu a{
  display: block;
  background-color: rgb(255,255,255);
  -ms-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -o-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -moz-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -webkit-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  margin-top: 10px;
}

#sideMenu img{
  height: 50px;
  margin: 5px 5px 5px 15px;
}

.containerArea {
  width: 100%;
}

.row{
  padding: 0px 45px;
}

.areaBox {
  background-color: rgb(255,255,255);
  -ms-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -o-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -moz-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -webkit-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  margin-bottom: 1rem;
}

.areaBoxButton:hover {
  -ms-filter: drop-shadow( 1px 1px 2px rgba(0,0,0,0.6));
  -o-filter: drop-shadow( 1px 1px 2px rgba(0,0,0,0.6));
  -moz-filter: drop-shadow( 1px 1px 2px rgba(0,0,0,0.6));
  -webkit-filter: drop-shadow( 1px 1px 2px rgba(0,0,0,0.6));
  filter: drop-shadow( 1px 1px 2px rgba(0,0,0,0.6));
}

.areaBox p{
  padding: 20px 40px;
  margin-bottom: 0;
}

.areaBox p span{
  font-weight: bold;
}

.areaBox.areaBoxButton a{
  padding: 8px 40px;
  margin-bottom: 0;
  display: table;
  height: 100%;
  margin-left: 18%;
  color: rgb(51, 51, 51);
}

.areaBox.areaBoxButton a:hover{
  text-decoration: none;
}

.areaBox.areaBoxButton img{
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  margin-right: 15px;
}

.areaBox.areaBoxButton a p{
  padding: 0;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.col:first-child, .col-1:first-child, .col-10:first-child, .col-11:first-child, .col-12:first-child, .col-2:first-child, .col-3:first-child, .col-4:first-child, .col-5:first-child, .col-6:first-child, .col-7:first-child, .col-8:first-child, .col-9:first-child, .col-auto:first-child, .col-lg:first-child, .col-lg-1:first-child, .col-lg-10:first-child, .col-lg-11:first-child, .col-lg-12:first-child, .col-lg-2:first-child, .col-lg-3:first-child, .col-lg-4:first-child, .col-lg-5:first-child, .col-lg-6:first-child, .col-lg-7:first-child, .col-lg-8:first-child, .col-lg-9:first-child, .col-lg-auto:first-child, .col-md:first-child, .col-md-1:first-child, .col-md-10:first-child, .col-md-11:first-child, .col-md-12:first-child, .col-md-2:first-child, .col-md-3:first-child, .col-md-4:first-child, .col-md-5:first-child, .col-md-6:first-child, .col-md-7:first-child, .col-md-8:first-child, .col-md-9:first-child, .col-md-auto:first-child, .col-sm:first-child, .col-sm-1:first-child, .col-sm-10:first-child, .col-sm-11:first-child, .col-sm-12:first-child, .col-sm-2:first-child, .col-sm-3:first-child, .col-sm-4:first-child, .col-sm-5:first-child, .col-sm-6:first-child, .col-sm-7:first-child, .col-sm-8:first-child, .col-sm-9:first-child, .col-sm-auto:first-child, .col-xl:first-child, .col-xl-1:first-child, .col-xl-10:first-child, .col-xl-11:first-child, .col-xl-12:first-child, .col-xl-2:first-child, .col-xl-3:first-child, .col-xl-4:first-child, .col-xl-5:first-child, .col-xl-6:first-child, .col-xl-7:first-child, .col-xl-8:first-child, .col-xl-9:first-child, .col-xl-auto:first-child {
  padding-left: 0px;
}

.col:last-child, .col-1:last-child, .col-10:last-child, .col-11:last-child, .col-12:last-child, .col-2:last-child, .col-3:last-child, .col-4:last-child, .col-5:last-child, .col-6:last-child, .col-7:last-child, .col-8:last-child, .col-9:last-child, .col-auto:last-child, .col-lg:last-child, .col-lg-1:last-child, .col-lg-10:last-child, .col-lg-11:last-child, .col-lg-12:last-child, .col-lg-2:last-child, .col-lg-3:last-child, .col-lg-4:last-child, .col-lg-5:last-child, .col-lg-6:last-child, .col-lg-7:last-child, .col-lg-8:last-child, .col-lg-9:last-child, .col-lg-auto:last-child, .col-md:last-child, .col-md-1:last-child, .col-md-10:last-child, .col-md-11:last-child, .col-md-12:last-child, .col-md-2:last-child, .col-md-3:last-child, .col-md-4:last-child, .col-md-5:last-child, .col-md-6:last-child, .col-md-7:last-child, .col-md-8:last-child, .col-md-9:last-child, .col-md-auto:last-child, .col-sm:last-child, .col-sm-1:last-child, .col-sm-10:last-child, .col-sm-11:last-child, .col-sm-12:last-child, .col-sm-2:last-child, .col-sm-3:last-child, .col-sm-4:last-child, .col-sm-5:last-child, .col-sm-6:last-child, .col-sm-7:last-child, .col-sm-8:last-child, .col-sm-9:last-child, .col-sm-auto:last-child, .col-xl:last-child, .col-xl-1:last-child, .col-xl-10:last-child, .col-xl-11:last-child, .col-xl-12:last-child, .col-xl-2:last-child, .col-xl-3:last-child, .col-xl-4:last-child, .col-xl-5:last-child, .col-xl-6:last-child, .col-xl-7:last-child, .col-xl-8:last-child, .col-xl-9:last-child, .col-xl-auto:last-child {
  padding-right: 0px;
}

.newsBox {
  -ms-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -o-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -moz-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -webkit-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  margin-bottom: 1rem;
  color: rgb(255,255,255);
}

.newsBox p{
  font-size: 30px;
  line-height: 30px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.newsContent {
  position: relative;
  background-color: rgb(255,255,255);
  overflow-y: scroll;
  overflow-x: hidden;
  height: 365px;
  color: rgb(51, 51, 51);
  padding: 8px 5px 8px 8px;
  box-shadow: inset 2px 2px 2px rgba(0,0,0,0.6);
  margin-right: 15px;
}

.newsContent .loaderBox{
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.newsContent .loaderBox .loader{
  display: table-cell;
  vertical-align: middle;
}

.newsContent::-webkit-scrollbar-track {
  position: absolute;
  border-radius: 10px;
  background-color: transparent;
}

.newsContent::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.newsContent::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: rgba(0,0,0,0.5);
}

.newsContent a{
  color: rgb(51,51,51);
}

.newsContent a:hover{
  color: rgb(51,51,51);
  text-decoration: none;
}

.facebookPost{
  margin: 5px 0px;
  padding: 0;
  box-shadow: 2px 0px 2px rgba(0,0,0,0.6);
  border: 1px solid rgb(200,200,200);
}

.facebookPost .row {
  margin: 0px;
  padding: 0;
}

.postHeader {
  background-color: rgb(109, 132, 180);
  margin: 0 0 0 1px;
}

.postHeader p{
  color: rgb(255,255,255);
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  padding: 5px 10px;
  text-align: right;
}

.postHeader p:before{
  content: '';
  background-image: url('../img/like.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  width: 21px;
  margin-top: 3px;
  margin-right: 5px;
}

.postItem {
  padding: 0;
  background-color: rgb(255,255,255);
}

.facebookPost .row p{
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  padding: 5px 10px;
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  max-height: 253px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.facebookPost p:after{
  content: ''
}

.facebookPost img{
  width: 100%;
  padding: 5px;
}

.accordion-section-content {
  display:none;
}

.textArea {
  padding: 20px 40px;
}

.textArea h2{
  font-weight: bold;
}

.textArea .textImg {
  height: 300px;
  margin: 10px 10px 10px 10px;
  float: left;
}

.textArea p {
  padding: 0 0 10px 0;
}

.textArea p:last-child {
  padding: 0 0 50px 0;
}

.textArea2 {
  padding: 0px 10px;
}

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

.textArea2 .textImg {
  height: 300px;
  margin: 10px 10px 10px 10px;
  float: left;
}

.textArea2 p {
  padding: 0 0 10px 0;
  font-size: 15px;
}

.textArea2 p:last-child {
  padding: 0 0 50px 0;
}

.table {
  margin-left: 10px;
}

.table td, .table th {
  border-top: none;
  padding: 5px 10px;
}

td.date {
  white-space:nowrap;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid rgb(233, 236, 239);
}

.imageArea {
  margin-top: 8%;
  position: relative;
}

.imageArea img{
  display: none;
  position: fixed;
  margin: 10px;
}

.headerBox {
  width: 100%;
  text-transform: capitalize;
  padding: 15px 40px 0px;
}

.headerBox h2{
  font-weight: bold;
  font-size: 38px;
}

.questionBox .headerBox {
  width: 100%;
  text-transform: capitalize;
  padding: 0px;
}

.pager {
  margin: 0px 30px 30px;
}

.questionBox {
  padding: 10px 40px 40px 40px;
}

.questionBox a p {
  text-decoration: none;
  padding: 10px 0px;
  color: rgb(50,50,50);
  border: none;
  margin: 0 0 0 20px;
  font-weight: bold;
  position: relative;
}

.questionBox a p span{
  color: rgb(50,50,50);
  font-weight: bold;
  font-size: 25px;
  line-height: 10px;
  top: 16px;
  left: -15px;
  position: absolute;
}

.questionBox a:hover {
  text-decoration: none;
}

.questionBox a:hover p{
  color: rgb(150,150,150);
}

.questionBox p {
  padding: 0px;
  color: rgb(50,50,50);
  margin:  10px 0 10px 30px;
  padding-left: 15px;
  border-left: 1px solid rgb(220,220,220);
}

.questionBox ul {
  padding: 0px;
  color: rgb(50,50,50);
  margin:  10px 0 10px 60px;
  padding-left: 20px;
}

.answersBox {
  margin-left: 20px;
}

.contactform {
  padding: 20px 40px;
}

.contactform div{
  position: relative;

}

.contactform label{
  width: 100%;
  margin: 0;
}

.contactform input{
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid rgb(200,200,200);
  font-size: 14px;
  padding: 5px 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);

}

.contactform textArea{
  width: 100%;
  resize: none;
  margin-bottom: 15px;
  border: 1px solid rgb(200,200,200);
  font-size: 14px;
  padding: 5px 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.submitButton {
  border: none;
  color: rgb(255,255,255);
  cursor: pointer;
  font-weight: bold;
}

.contactform input.error, .contactform textarea.error {
  border: 1px solid rgb(200,50,50);
  background: rgba(200,50,50,0.2);
}

.contactform .errorBox{
  position: absolute;
  width: 100%;
  margin: 0;
  bottom: 0;
  text-align: center;
  color: rgb(200,50,50);
  font-size: 12px;
  margin-bottom: 3px;
}

.contactform .errorBox label{
  margin: 0;
  padding: 0;
}

.forumBox {
  -ms-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -o-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -moz-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -webkit-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  margin-bottom: 1rem;
  color: rgb(255,255,255);
}

.forumBox p{
  font-size: 30px;
  line-height: 30px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.forumContent {
  position: relative;
  background-color: rgb(255,255,255);
  overflow-y: scroll;
  overflow-x: hidden;
  height: 365px;
  color: rgb(51, 51, 51);
  padding: 8px 5px 8px 8px;
  box-shadow: inset 2px 2px 2px rgba(0,0,0,0.6);
  margin-right: 15px;
}

.forumContent .loaderBox{
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.forumContent .loaderBox .loader{
  display: table-cell;
  vertical-align: middle;
}

.forumContent::-webkit-scrollbar-track {
  position: absolute;
  border-radius: 10px;
  background-color: transparent;
}

.forumContent::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.forumContent::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: rgba(0,0,0,0.5);
}

.forumContent a{
  color: rgb(51,51,51);
}

.forumContent a:hover{
  color: rgb(51,51,51);
  text-decoration: none;
}

#map {
  height: 400px;
  width: 100%;
}

footer {
  position: absolute;
  bottom:0;
  width: 100%;
}

footer .footerDiv{
  position: relative;
  margin: 8px 30px;
  padding: 8px 30px;
  -ms-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -o-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -moz-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  -webkit-filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
  filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.6));
}

footer img{
  height: 55px;
  margin: 5px 0;
}

.fb-like {
  display: inline-block;
  position: absolute!important;
  left: 50%;
  margin-left: -32px;
}

.creator {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0px;
  padding: 40px;
  background-color: transparent;
}

.creator .folded-corner {
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(135deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.3));
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all .4s ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.folded-corner img{
  display: inline-block;
  padding: 6px 6px;
  margin: 0;
  height: 40px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  z-index: 1;
  -webkit-transition:  0.5s;
  -moz-transition:     0.5s;
  -ms-transition:      0.5s;
  -o-transition:       0.5s;
  transition:          0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  transform: translateZ(0) scale(1.0, 1.0);
}

.creator .folded-corner:before,
.creator .folded-corner:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 12%;
  bottom: 6%;
  width: 70%;
  max-width: 300px;
  max-height: 100px;
  height: 55%;
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
  transform: skew(-10deg) rotate(-6deg);
}

.creator .folded-corner:after {
  left: auto;
  right: 6%;
  bottom: auto;
  top: 14%;
  transform: skew(-15deg) rotate(-84deg);
}

.creator:hover > div::before{
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.creator:hover img {
  opacity: 0.7;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.creator:hover .folded-corner,
.creator.hover .folded-corner {
  width: 68px;
  height: 68px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: rgb(84,115,216);
}

.navbarToggler {

}

.navbarToggler span{
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.contactBox p{
  padding: 5px 40px;
}

.areaBox p span.emailcontacts {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  margin-left: 10px;
}

.ctitle {
  font-size: 18px;
}

.contactos {
  margin-bottom: 20px;
}

@media screen and (max-width: 1345px) {
  .newsContent {
    height: 390px;
  }
}

@media screen and (max-width: 768px) {
  .headerLogo {
    content:url("../img/mobileLogo.svg");
  }

  .navbar {
    padding: 8px 15px;
    height: 80px;
    background: url(../img/effect.png) repeat, linear-gradient(rgb(84,115,216), rgb(34,46,193))!important;
    -ms-filter: drop-shadow( 0px 2px 2px rgba(0,0,0,0.6));
    -o-filter: drop-shadow( 0px 2px 2px rgba(0,0,0,0.6));
    -moz-filter: drop-shadow( 0px 2px 2px rgba(0,0,0,0.6));
    -webkit-filter: drop-shadow( 0px 2px 2px rgba(0,0,0,0.6));
    filter: drop-shadow( 0px 2px 2px rgba(0,0,0,0.6));
  }

  .navbar.active {
    height: 100vh;
  }

  .row {
    padding: 0px 10px;
    margin: 0;
  }

  .menuBox {
    display: none;
    margin-top: 0;
    background: rgb(255,255,255)!important;
  }

  .menuBox .nav-item a {
    color: rgb(50,50,50)!important;
  }

  .navbar .navbar-brand {
    padding: 0;
    height: 65px;
  }

  .navbar-toggler {
    display: block!important;
  }

  .menuheader {
    position: relative;
  }

  .menuBox ul {
    display: block;
    padding: 20px 0 60px 0;
    height: auto;
  }

  .menuBox .nav-item {
    border: none;
    padding: 10px 0;
  }

  .menuButton {
    display: table;
  }

  .socialIcons{
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
  }

  main {
    margin-top: 90px;
  }

  .col:first-child, .col-1:first-child, .col-10:first-child, .col-11:first-child, .col-12:first-child, .col-2:first-child, .col-3:first-child, .col-4:first-child, .col-5:first-child, .col-6:first-child, .col-7:first-child, .col-8:first-child, .col-9:first-child, .col-auto:first-child, .col-lg:first-child, .col-lg-1:first-child, .col-lg-10:first-child, .col-lg-11:first-child, .col-lg-12:first-child, .col-lg-2:first-child, .col-lg-3:first-child, .col-lg-4:first-child, .col-lg-5:first-child, .col-lg-6:first-child, .col-lg-7:first-child, .col-lg-8:first-child, .col-lg-9:first-child, .col-lg-auto:first-child, .col-md:first-child, .col-md-1:first-child, .col-md-10:first-child, .col-md-11:first-child, .col-md-12:first-child, .col-md-2:first-child, .col-md-3:first-child, .col-md-4:first-child, .col-md-5:first-child, .col-md-6:first-child, .col-md-7:first-child, .col-md-8:first-child, .col-md-9:first-child, .col-md-auto:first-child, .col-sm:first-child, .col-sm-1:first-child, .col-sm-10:first-child, .col-sm-11:first-child, .col-sm-12:first-child, .col-sm-2:first-child, .col-sm-3:first-child, .col-sm-4:first-child, .col-sm-5:first-child, .col-sm-6:first-child, .col-sm-7:first-child, .col-sm-8:first-child, .col-sm-9:first-child, .col-sm-auto:first-child, .col-xl:first-child, .col-xl-1:first-child, .col-xl-10:first-child, .col-xl-11:first-child, .col-xl-12:first-child, .col-xl-2:first-child, .col-xl-3:first-child, .col-xl-4:first-child, .col-xl-5:first-child, .col-xl-6:first-child, .col-xl-7:first-child, .col-xl-8:first-child, .col-xl-9:first-child, .col-xl-auto:first-child {
    padding-right: 0;
    padding-left: 0;
  }

  .col:last-child, .col-1:last-child, .col-10:last-child, .col-11:last-child, .col-12:last-child, .col-2:last-child, .col-3:last-child, .col-4:last-child, .col-5:last-child, .col-6:last-child, .col-7:last-child, .col-8:last-child, .col-9:last-child, .col-auto:last-child, .col-lg:last-child, .col-lg-1:last-child, .col-lg-10:last-child, .col-lg-11:last-child, .col-lg-12:last-child, .col-lg-2:last-child, .col-lg-3:last-child, .col-lg-4:last-child, .col-lg-5:last-child, .col-lg-6:last-child, .col-lg-7:last-child, .col-lg-8:last-child, .col-lg-9:last-child, .col-lg-auto:last-child, .col-md:last-child, .col-md-1:last-child, .col-md-10:last-child, .col-md-11:last-child, .col-md-12:last-child, .col-md-2:last-child, .col-md-3:last-child, .col-md-4:last-child, .col-md-5:last-child, .col-md-6:last-child, .col-md-7:last-child, .col-md-8:last-child, .col-md-9:last-child, .col-md-auto:last-child, .col-sm:last-child, .col-sm-1:last-child, .col-sm-10:last-child, .col-sm-11:last-child, .col-sm-12:last-child, .col-sm-2:last-child, .col-sm-3:last-child, .col-sm-4:last-child, .col-sm-5:last-child, .col-sm-6:last-child, .col-sm-7:last-child, .col-sm-8:last-child, .col-sm-9:last-child, .col-sm-auto:last-child, .col-xl:last-child, .col-xl-1:last-child, .col-xl-10:last-child, .col-xl-11:last-child, .col-xl-12:last-child, .col-xl-2:last-child, .col-xl-3:last-child, .col-xl-4:last-child, .col-xl-5:last-child, .col-xl-6:last-child, .col-xl-7:last-child, .col-xl-8:last-child, .col-xl-9:last-child, .col-xl-auto:last-child {
    padding-right: 0;
    padding-left: 0;
  }

  .newsBox {
    display: none;
  }

  .areaBox.areaBoxButton a {
    margin-left: 0;
    padding: 8px 25px;
  }

  .areaBox.areaBoxButton img {
    height: 60px;
  }

  .areaBox.areaBoxButton a p {
    font-size: 22px;
  }

  .areaBox p {
    padding: 10px 25px;
  }

  .textArea {
    padding: 0;
  }

  .textArea h2 {
    padding: 10px 25px 0 25px;
  }

  .textArea .textImg {
    height: 100px;
    margin: 20px 10px 10px 25px;
    float: left;
  }

  .imageArea {
    display: none!important;
  }

  .headerBox {
    padding: 15px 15px 0px;
  }

  .headerBox h2 {
    line-height: 39px;
  }

  .textArea2 h3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .textArea2 p {
    padding: 10px;
  }

  .textArea2 p:last-child {
    padding: 10px 10px 50px 10px;
  }

  .questionBox {
    padding: 10px 15px 40px 15px;
  }

  .answersBox {
    margin-left: 0;
  }

  .contactform {
    padding: 20px 20px;
  }

  footer .footerDiv {
    margin: 0;
    padding: 8px 15px;
    -ms-filter: drop-shadow( 0px -2px 2px rgba(0,0,0,0.6));
    -o-filter: drop-shadow( 0px -2px 2px rgba(0,0,0,0.6));
    -moz-filter: drop-shadow( 0px -2px 2px rgba(0,0,0,0.6));
    -webkit-filter: drop-shadow( 0px -2px 2px rgba(0,0,0,0.6));
    filter: drop-shadow( 0px -2px 2px rgba(0,0,0,0.6));
  }

  .fb-like {
    display: inline-block;
    position: absolute!important;
    left: auto;
    right: 15px;
  }
}