#cookie-manager
{
    color: #000!important;
}
#cookie-manager a:link, #cookie-manager a:visited, #cookie-manager a:active
{
    color: #000!important;
}
#cookie-manager h2
{
    color: #000!important;
}
.align_left {
 float:left; margin: 0px 7px 5px 0px; 
}

.text_align_right {
 text-align:right;
}
@media (max-width: 767px) {
  .hidethis {
   display: none!important;
  }
}

@media (min-width: 767px) {
.mobileonly {
  display: none;
}
}
.customcontactform {
padding: 20px 20px 20px 20px !important;
padding: 0px 20px 20px 20px !important;
-webkit-border-radius: 7px;
background-color: rgba(0,0,0,0.15);
box-shadow: 0 1px 1px rgba(0,0,0,0.4);
padding: 10px;
}
.wapp a{
    position:fixed;
    bottom:5px;
    left: 0;
    z-index:1001;
  }
.customcontactform h5 {
  color: #fff !important;
  font-size: 22px;
  font-weight: bolder;
}

.customform input[type="text"],
.customform input[type="tel"],
.customform input[type="email"],
.customform input[type="url"],
.customform input[type="password"],
.customform textarea {
  background-color: none !important;
  min-height: 25px !important;
  width: 100% !important;
  color: #000 !important;
  border-width: 1px !important;
  margin-bottom: 20px;
}
.customcontactform .btn-default{
  color: #333;
  border: none;
  min-width: 200px;
  height: 40px;
  background-color: #72c43e;
  }


.pagination.dark {
    color: #feffff;
}

.page.dark {
    border: solid 1px #32373b;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
}

.page.dark:hover, .page.dark.gradient:hover {
    background: #3d4f5d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
    background: -moz-linear-gradient(0% 0% 270deg,#547085, #3d4f5d);
}

.page.dark.active {
    border: none;
    background: #2f3237;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .1);
}

.page.dark.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565b5f), to(#3e4347));
    background: -moz-linear-gradient(0% 0% 270deg,#565b5f, #3e4347);
}

.circle a{
    width:60px;
    height:60px;
    line-height:52px;
    border-radius:50px;
    font-size:16px;
    color:#fff;
    font-family: 'PT Sans', sans-serif;
    text-align:center;
    background-color:#72c43e;
    position:fixed;
    text-decoration:none;
    top:90px;
    right:10px;
    z-index:1000;
    -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
     background-image: url('../z_call-icon.png');
}
.circle a:hover{
    color:#fff;
    background-color:#3780ee;
    -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
@media (max-width:768px) {
  .circle a{
    top:95px;
    right: 30px;
}
}
@media (min-width: 768px) {
.circle {
    display: none;
}
}