@import "social-icons.css";
@import "hover.css";
@import "fancybox.css";
@import "font-awesome.min.css";
@import "font-awesome-ie7.min.css";
@import "glyphicons.css";
@import "halflings.css";
@import url('https://fonts.googleapis.com/css?family=Roboto');



article {
  margin-left: 10px;
  margin-right: 10px;
}

#block-userlogin>.item-list {
  display: none;
}

.js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-field-password-expiration-value.form-item-field-password-expiration-value,
#edit-field-last-password-reset-wrapper {
  display: none;
}

.row {
  margin-right: -15px;
  margin-left: -15px !important;
}

html {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
}

.clear {
  clear: both;
}

body {

  font-family: "Roboto", "Arial Bold", Arial, sans-serif !important;
  font-size: 15px !important;
  color: #141414 !important;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "Arial Bold", Arial, sans-serif;
  font-weight: Bold !important;
  color: #141414;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 36px;
  line-height: 40px;
}

h2 {
  font-size: 20px;
  line-height: 40px;
}

h3 {
  font-size: 22px !important;
  line-height: 32px !important;
}

h4 {
  font-size: 13px !important;
  line-height: 30px !important;
}

h5 {
  font-size: 12px !important;
  line-height: 26px !important;
}

h6 {
  font-size: 11px !important;
  line-height: 24px !important;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6,
.block h1,
.sidebar .block h2,
.block h2 {
  border-bottom: 0px solid #29a9df !important;
  display: inline-block;
  padding: 0 10px !important;
  font-size: 20px;
  line-height: 32px;
}

div#block-paxton-page-title,
div#block-pagetitle {
  background: url(/themes/custom/paxton/images/titleBg.png);
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  color: #fff;
  background-origin: initial;
  background-position: inherit;
  height: 50px;

}


.block h1 {
  display: inline-block;
  padding: 0 10px !important;
  font-size: 24px;
  line-height: 50px;
  /* margin-left: 35px!important; */
  margin-top: 0px !important;
  color: #fff;
  margin: 0 5px 0 5px;
}

.sidebar input[type="text"] {
  height: 30px;
  border: 1px solid rgb(208, 208, 208);
  width: 62%;
}

.sidebar .block {
  border-bottom: 0px double #f6f6f6;
  margin-bottom: 0px;
  padding: 0px;
}

#wrapper {
  background: white;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: outside;
  margin-left: 20px;
}

ol {
  list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

.node-preview-container {
  padding: 3px;
}

.navbar {
  background-color: white !important;
  border-bottom: 5px solid #f6f6f6 !important;
  /*min-height: 70px !important;*/
  border: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.navbar .navbar-brand {
  color: #ddd !important;
  font-size: 28px;
  padding: 0 15px;
  line-height: 70px;
}

.navbar .navbar-brand:hover {
  color: black !important;
  backgorund: red !important;
}

.navbar .navbar-brand i {
  border: 3px solid #ddd;
  margin-right: 10px;
  width: 54px;
  height: 54px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  line-height: 48px;
  text-align: center;
}

.navbar .navbar-brand span {
  color: #29a9df;
}

.navbar .navbar-toggle {
  margin-top: 16px;
  margin-right: 25px;
  z-index: 100;
}

.navbar .navbar-collapse {
  margin-top: 0;
  border: 0;
}

.navbar-default .navbar-nav>li>a {
  color: #666;
  border-top: 4px solid white;
  font-size: 16px;
  padding: 22px;
  padding: 22px 15px \9;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  border-top: 4px solid #29a9df;
  background: #29a9df !important;
  color: white !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  border-top: 4px solid #09AFDF;
  background-color: #09AFDF !important;
  color: white ! important;
}

.navbar-default .navbar-nav>.active>a .caret,
.navbar-default .navbar-nav>.active>a:hover .caret,
.navbar-default .navbar-nav>.active>a:focus .caret {
  border-top-color: white !important;
  border-bottom-color: white !important;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background: #29a9df;
  color: white;
}

.navbar-default .navbar-nav>li>.dropdown-menu {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.navbar-default .navbar-nav>li>.dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''
}

.navbar-default .navbar-nav>li>.dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  content: ''
}

.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus,
.dropdown-submenu:hover>a {
  color: white;
  background: #29a9df !important;
}

.dropdown-menu .active>a {
  color: white !important;
  background: #29a9df !important;
}

.dropdown-menu .active>a:hover {
  color: white !important;
  background: #29a9df !important;
}

.navbar .btn-navbar {
  margin-top: 15px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #29a9df !important;
  border-bottom-color: #29a9df !important;
}

#page-title-icon {
  background: white;
  height: 48px;
  width: 48px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  padding: 4px;
  margin-left: -16px;
  margin-top: -18px;
  position: relative;
  z-index: 10;
  float: left;
}

#page-title {
  background: url(/themes/custom/paxton/images/slider.jpg);
  display: block;
  margin-bottom: 25px;
  position: relative;
  z-index: 20;
  border-bottom: 5px solid #f6f6f6;
}

#page-title #page-title-inner {
  background: url(data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5YTlkZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI5YTlkZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(41, 169, 223, 0.9) 0, rgba(41, 169, 223, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(41, 169, 223, 0.9)), color-stop(100%, rgba(41, 169, 223, 0.9)));
  background: -webkit-linear-gradient(top, rgba(41, 169, 223, 0.9) 0, rgba(41, 169, 223, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(41, 169, 223, 0.9) 0, rgba(41, 169, 223, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(41, 169, 223, 0.9) 0, rgba(41, 169, 223, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(41, 169, 223, 0.9) 0, rgba(41, 169, 223, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e629a9df', endColorstr='#e629a9df', GradientType=0);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  padding: 10px;
}

#page-title #page-title-inner i {
  margin: -6px 2px -5px -18px;
  padding: 0;
}

#page-title #page-title-inner h2,
#page-title #page-title-inner h1 {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  color: white;
  padding: 10px 20px 5px 20px !important;
  font-size: 30px;
  text-transform: capitalize;
}

#page-title #page-title-inner h1:before,
#page-title #page-title-inner h2:before {
  content: "\f00a";
  font-family: FontAwesome;
  margin: -6px 13px -5px -18px;
  padding: 0;
}

#page-title #page-title-inner span {
  color: #fff;
}

.page-title-small h3 {
  width: 100%;
  text-align: center;
}

.picture {
  position: relative;
}

.picture .item-description {
  padding: 5px 15px;
  border: 0;
  margin: 0;
}

.post .picture,
#portfolio-wrapper .picture {
  position: relative;
  background: white;
  padding: 3px;
  border: 1px solid #fcfcfc;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.post .picture,
#portfolio-wrapper .picture .item-description {
  margin-bottom: 0;
  padding: 5px;
  border: 0;
  margin: 0;
}

#portfolio-wrapper .portfolio-item {
  margin-bottom: 20px;
}

.picture img {
  width: 100%;
  height: auto;
}

.image-overlay-link,
.image-overlay-zoom {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 40;
  display: none;
  background-color: #222;
  background: rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}

.image-overlay-link {
  background-image: url(/themes/custom/paxton/images/overlay-icon-01.png);
}

.image-overlay-zoom {
  background-image: url(/themes/custom/paxton/images/overlay-icon-02.png);
}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  overflow: hidden;
  border: 4px solid white;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.flex-video.widescreen {
  padding-bottom: 57.25%
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media only screen and (max-device-width:800px),
only screen and (device-width:1024px) and (device-height:600px),
only screen and (width:1280px) and (orientation:landscape),
only screen and (device-width:800px),
only screen and (max-width:767px) {
  .flex-video {
    padding-top: 0;
  }
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: 0;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides>li {
  position: relative;
  zoom: 1;
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  position: relative;
  zoom: 1;
  z-index: 50;
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%
}

.no-js .slides>li:first-child {
  display: block;
}

.flexslider {
  background: #5fb698;
  zoom: 1;
}

.ie7 .flexslider {
  margin-bottom: -30px;
}

.flex-viewport {
  max-height: 2000px;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.flex-direction-nav a {
  width: 35px;
  height: 35px;
  display: block;
  float: none;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.flex-direction-nav .flex-next {
  background-image: url(/themes/custom/paxton/images/arrow_down.png);
  background-repeat: no-repeat;
  background-position: 52% 50%
}

.flex-direction-nav .flex-prev {
  margin-right: 36px;
  background-image: url(/themes/custom/paxton/images/arrow_up.png);
  background-repeat: no-repeat;
  background-position: 48% 50%
}

.subpage .flex-direction-nav a {
  bottom: 0;
  right: 0;
  *bottom: 30px;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -30px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 3px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 14px;
  height: 14px;
  display: block;
  background: #c8c8c8;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background: #505050;
}

.flex-control-paging li a.flex-active {
  cursor: default;
}

.slide-caption {
  width: auto;
  max-width: 30%;
  padding: 10px 20px;
  margin: 0;
  position: absolute;
  display: block;
  left: 20px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#b3000000', GradientType=0);
}

.slide-caption.n {
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#b3000000', GradientType=0);
}

.slide-caption h3 {
  color: white;
  font-size: 18px;
  margin: 0;
  line-height: 33px;
}

.slide-caption p {
  margin: 0;
  line-height: 19px;
  color: #bbb;
}

.jumbotron {
  background-color: #09afdf !important;
  color: #fff !important;
  border-left: 4px solid #000000;
  padding: 13px 13px 13px 15px !important;
  font-style: italic;
  margin: 40px auto;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
}

.glyphicons-icon-list div {
  margin: 10px 0;
}

.glyphicons-icon-list div span,
.glyphicons-icon-list div strong {
  font-size: 10px;
}

.glyphicons-icon-list div strong {
  margin-top: -5px;
  display: block;
}

.fontawesome-icon-list div {
  margin: 5px 0;
}

.fontawesome-icon-list .fa {
  width: 20px;
  text-align: center;
  margin-right: 10px;
  font-size: 16px;
}

.icons-box {
  border: 1px solid white;
  padding: 20px 10px 10px 10px;
}

.icons-box:hover {
  background: #fcfcfc;
  border: 1px solid #f6f6f6;
}

.icons-box h3 {
  margin: 0 auto;
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

h3 a {
  font-family: "Roboto", sans-serif;
  font-weight: normal !important;
  color: #666;
  margin: 0;
  padding: 0;
}

.icons-box p {
  float: left;
}

.icons-box i {
  float: left;
  margin: -2px 0 0 0;
  text-align: center;
}

.icons-box i.circle {
  float: none !important;
  margin: 0 auto !important;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}

.icons-box i.big {
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 30px;
}

.icons-box i.color {
  color: #29a9df;
}

.icons-box i.full-color {
  background: #29a9df;
  color: white;
}

.icons-box i.bordered {
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  -webkit-box-shadow: 0 0 0 3px #000;
  -moz-box-shadow: 0 0 0 3px #000;
  box-shadow: 0 0 0 3px #000;
  margin: 0 auto;
  opacity: .1;
}

.icons-box i.bordered.color {
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  -webkit-box-shadow: 0 0 0 3px #29a9df;
  -moz-box-shadow: 0 0 0 3px #29a9df;
  box-shadow: 0 0 0 3px #29a9df;
  margin: 0 auto;
  opacity: 1;
}

.icons-box.vertical h3 {
  margin-top: -15px;
}

.icons-box.vertical p {
  margin-top: -10px;
}

.icons-box.vertical i {
  margin-left: 10px !important;
}

#team img {
  width: 100%
}

#team .team-name {
  padding: 15px 0;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 15px;
  font-family: "Roboto", "Droid Sans";
  font-size: 18px;
  text-align: center;
}

#team .team-name span {
  font-size: 12px;
  font-weight: normal;
  color: #888;
}

#team .team-about p {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 15px;
}

.button,
input[type="button"] {
  padding: 9px 12px;
  display: inline-block;
  border: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  width: auto;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

input[type="button"] {
  float: left;
}

.button.medium {
  padding: 11px 17px;
  font-size: 14px;
}

.button.gray {
  color: white;
  background: #444;
}

.button.gray:hover {
  background: #72b626;
}

.button.light {
  color: white;
  background: #aaa;
}

.button.light:hover {
  background: #72b626;
}

.button.color {
  color: white;
  background: #72b626;
}

.button.color:hover {
  background: #aaa;
}

input[type="button"] {
  color: white;
  background: #72b626;
}

input[type="button"]:hover {
  background: #aaa;
}

.button.gray:hover,
.button.light:hover,
.button.color {
  background: #555;
}

.button.color {
  color: white;
  background: #4370ab;
}

.button.color:hover {
  background: #aaa;
}

input[type="button"] {
  background: #4370ab;
  color: white;
}

.alert {
  background-color: whiteee1;
  color: #daac50;
  border: 1px solid #f5c056;
}

.alert.alert-success {
  background-color: #edf6e5;
  color: #7a9659;
  border: 1px solid #9fc76f;
}

.alert.alert-error {
  background-color: #fdeaea;
  color: #ca6f74;
  border: 1px solid #f27b81;
}

.alert.alert-info {
  background-color: #e9f8ff;
  color: #5d9fa9;
  border: 1px solid #75c7d3;
}

.testimonial-container {
  position: relative;
}

.carousel {
  padding: 0;
}

.carousel .testimonial .testimonials {
  background: #eee;
  border: 1px solid #eee;
  padding: 20px;
  line-height: 21px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
  box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
}

.carousel .testimonial .testimonials-bg {
  background: url(/themes/custom/paxton/images/testimonials-bg.png) no-repeat;
  margin-top: -1px;
  display: block;
  width: 200px;
  height: 30px;
}

.carousel .testimonial .testimonials-author {
  color: #666;
  float: left;
  display: block;
  margin-left: 60px;
  margin-top: -26px;
  margin-bottom: 20px;
}

.carousel .testimonial .testimonials-author span {
  color: #a0a0a0;
}

.carousel-disabled,
.mr-rotato-disabled,
.mr-rotato-next,
.mr-rotato-prev {
  border: 1px solid #f6f6f6;
  display: inline-block;
  margin-right: 1px;
  height: 21px;
  width: 21px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
  box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  display: block;
  position: absolute;
  margin-top: -40px;
}

.mr-rotato-next {
  background: url(/themes/custom/paxton/images/testimonials-right-01.png) no-repeat 50%;
  background-color: white;
  right: -1px;
  z-index: 6;
}

.mr-rotato-prev {
  background: url(/themes/custom/paxton/images/testimonials-left-01.png) no-repeat 50%;
  background-color: white;
  right: 25px;
  -webkit-box-shadow: 3px 0 0 0 #fff;
  -moz-box-shadow: 3px 0 0 0 #fff;
  box-shadow: 3px 0 0 0 #fff;
  z-index: 5;
}

.mr-rotato-next:hover {
  background: url(/themes/custom/paxton/images/testimonials-right-02.png) no-repeat 50%
}

.mr-rotato-prev:hover {
  background: url(/themes/custom/paxton/images/testimonials-left-02.png) no-repeat 50%
}

.mr-rotato-prev:hover,
.mr-rotato-next:hover {
  background-color: #29a9df;
  border-color: #29a9df;
}

.tabs-nav {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}

.tabs-nav li {
  float: left;
  line-height: 34px;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin: 0 0 -1px 0;
}

.tabs-nav li a {
  background-color: #fcfcfc;
  border: 1px solid #f6f6f6;
  border-right: 0;
  border-bottom: 1px solid #f6f6f6;
  color: #888;
  display: block;
  letter-spacing: 0;
  outline: 0;
  padding: 0 10px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.ie7 .tabs-nav li a {
  height: 35px;
}

.tabs-nav li:first-child a {
  border-left: 1px solid #f6f6f6;
}

.tabs-nav li:last-child a {
  border-right: 1px solid #f6f6f6;
}

.tabs-nav li.active a {
  color: #444;
  font-weight: bold;
}

.tabs-nav li.active a i {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)"
}

.tabs-nav li i {
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)"
}

.tabs-nav li a:hover {
  background: white;
}

.tabs-nav li.active a {
  background: white;
  border-bottom: 2px solid white;
}

.tabs-container {
  border: 1px solid #f6f6f6;
  margin: -1px 0 20px;
  overflow: hidden;
  width: 100%;
  line-height: 19px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
  box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
}

.tab-content {
  padding: 20px;
}

ul.skills {
  padding: 0;
}

ul.skills li {
  margin-bottom: 12px;
  list-style: none;
}

ul.skills li h5 {
  margin-bottom: 6px;
}

ul.skills li .meter {
  height: 23px;
  position: relative;
  background: #fcfcfc;
}

ul.skills li .meter>span {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}

ul.skills li .meter>span:after,
ul.skills li .animate>span>span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

ul.skills li .meter>span:after,
ul.skills li .animate>span>spans li.current {
  background: #29a9df;
}

.quotes {
  background: white;
  padding: 3px;
  border: 1px solid #fcfcfc;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-family: "Roboto", "Boogaloo"
}

.quotes .quote,
.quotes .author {
  line-height: 28px;
  font-size: 24px;
  padding: 15px;
  color: white;
  font-family: "Roboto", "Boogaloo"
}

.quotes .author {
  font-size: 14px;
  text-align: center;
}

.quotes .quote,
.quotes .author {
  background: #29a9df;
}

.dropcap {
  background: #fcfcfc;
  color: #666;
  display: inline-block;
  float: left;
  font-size: 23px;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  margin: 0 7px 0 0;
  text-align: center;
  width: 36px;
  border: 1px solid #f6f6f6;
}

.dropcap.dark {
  background: #3a3a3a;
  color: white;
}

.dropcap.dropcap.color {
  background: #29a9df;
  color: white;
}

.clients-carousel {
  border: 1px solid #f6f6f6;
  overflow: hidden;
}

.clients-carousel li {
  float: left;
  overflow: hidden;
  border-right: 1px solid #f6f6f6;
  margin-left: 1px;
}

.clients-carousel ul.clients {
  background: #fcfcfc;
}

.clients-carousel li img {
  width: 100%;
  float: none !important;
  margin: 0 auto !important;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.clients-carousel li:hover {
  background: #fafafa;
}

.clients-carousel li img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.comments-sec {
  float: left;
  width: 100%;
  line-height: 20px;
  margin-top: -15px;
}

ol.commentlist {
  float: left;
  width: 100%;
  margin: 0;
}

ol.commentlist li {
  float: left;
  border-top: 1px solid #e7e7e7;
  padding: 25px 0 20px 0;
}

ol.commentlist li:first-child {
  border: 0;
  padding: 25px 0 0 0;
}

ol.commentlist li {
  list-style: none;
}

ol li ol.childlist {
  float: right;
  width: 89%;
  margin: 0;
}

ol.commentlist li ol.childlist li:first-child {
  border-top: 1px solid #e9e9e9;
  padding: 25px 0 0 0;
  font-size: 12px;
}

ol.commentlist li ol.childlist li {
  border-top: 1px solid #e9e9e9;
  margin: 25px 0 15px 0;
  font-size: 12px;
}

.comments {
  float: left;
  width: 100%
}

.comments-amount {
  color: #888;
}

ol li ol.childlist .comment-des {
  float: right;
  width: 89%
}

.avatar {
  float: left;
}

.comment-des {
  float: right;
  width: 90%
}

.comment-des strong {
  float: left;
  padding-right: 5px;
  font-size: 12px;
}

.comment-des span {
  float: left;
  color: #888;
}

.comment-by {
  float: left;
  width: 100%;
  padding-bottom: 8px;
  padding-top: 5px;
  color: #000;
}

.ie7 .comment-by span.reply span {
  display: none;
}

.comment-by span.reply {
  color: #888;
  float: right;
  display: inline;
}

.comment-by span.reply a {
  height: 17px;
  margin-left: 5px;
  font-weight: normal;
  float: right;
}

.comment-by span.date {
  color: #888;
  padding-right: 7px;
  float: right;
}

.ie7 .comment-by .date {
  display: none;
}

.five-tables .pricing-table {
  width: 20%
}

.four-tables .pricing-table {
  width: 25%
}

.three-tables .pricing-table {
  width: 33%
}

.two-tables .pricing-table {
  width: 50%
}

.pricing-table {
  float: left;
  margin: 1px 0 0 1px;
}

.pricing-table h3 {
  font-size: 16px;
  text-align: center;
  color: white;
  padding: 6px 0;
  margin: 0;
}

.pricing-table li {
  color: #888;
  background: white;
  text-align: center;
  padding: 11px 0;
  border-bottom: 1px solid white;
}

.pricing-table li:nth-child(2n) {
  background: #f6f6f6;
}

.pricing-table h4 {
  padding: 0 0 10px;
}

a.buy {
  text-align: center;
  display: block;
  color: white;
  padding: 12px 0;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

a.buy:hover {
  opacity: .9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)"
}

.pricing-table h3,
.pricing-table h4 {
  color: white;
  margin: 0;
}

.pricing-table h4 {
  padding: 15px 0;
}

.price,
.time {
  display: block;
  text-align: center;
  line-height: 24px;
}

.price {
  font-size: 24px;
  font-weight: normal;
}

.time {
  font-size: 12px;
  font-weight: normal;
}

.pricing-table .color-cccddd h3,
.color-cccddd .buy {
  background-color: #ccc;
}

.pricing-table .color-cccddd h4 {
  background-color: #ddd;
}

.pricing-table .color-666777 h3,
.color-666777 .buy {
  background-color: #666;
}

.pricing-table .color-666777 h4 {
  background-color: #777;
}

.pricing-table .color-custom h3,
.color-custom .buy {
  background-color: #111;
  padding: 15px 0;
}

.pricing-table .color-custom h4 {
  background-color: #222;
  padding: 35px 0;
}

.color-custom {
  margin-top: -57px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.pricing-table {
  position: relative !important;
  z-index: 5 !important;
  margin: 60px 0;
}

.pricing-table.best-option {
  position: relative !important;
  z-index: 6 !important;
}

.pricing-table .color-custom h3,
.color-custom .buy {
  background-color: #1d7ea7;
}

.pricing-table .color-custom h4 {
  background-color: #29a9df;
}

#googlemaps-container-top {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.25);
  height: 20px;
}

#googlemaps-container-bottom {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.25);
  height: 20px;
  margin-top: -40px;
  border-bottom: 5px solid #f6f6f6;
  margin-bottom: 20px;
}

#googlemaps {
  position: relative;
  z-index: 1;
  height: 400px;
  width: 100%;
  top: -20px;
}

#small-map-container {
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  position: relative;
  z-index: 2;
  border: 5px solid #f6f6f6;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  height: 210px;
  width: 210px;
  margin-bottom: -215px;
}

#small-map-container a {
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  position: relative;
  z-index: 2;
  height: 210px;
  width: 210px;
  display: block;
}

#small-map {
  position: relative;
  z-index: 1;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  margin-left: 5px;
}

#filters {
  text-align: right;
  right: 0;
  margin: 10px 0;
  border-bottom: 3px double #f6f6f6;
}

#filters ul li {
  display: inline;
}

#filters a {
  padding: 5px 10px;
  border: 1px solid #f6f6f6;
  display: inline-block;
  color: #888;
  background-color: white;
  margin: 0 5px 10px 0;
  -webkit-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
  box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#filters a:hover,
.selected {
  background-color: #29a9df !important;
  border: 1px solid #29a9df !important;
  color: white !important;
}

.post {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.post.post-page {
  border-bottom: 0;
  margin-bottom: 0;
}

.post-content {
  margin: 22px 0 0 0;
}

.post-icon {
  float: left;
  width: 70px;
  height: 70px;
  margin-top: 30px;
  font-size: 40px;
  opacity: .25;
}

.post-meta {
  background: white;
  color: #666;
  margin: 5px 0;
  padding: 10px 5px;
  border-top: 1px solid #eee;
}

.post-meta a {
  text-decoration: none;
}

.post-meta i {
  opacity: .35;
  margin-right: 5px;
  zoom: 1;
}

.post-meta span {
  margin-right: 10px;
}

.project-info {
  margin-bottom: 15px;
}

.project-info .button {
  margin-bottom: 30px !important;
}

.project-info strong {
  color: #29a9df;
}

.launch {
  margin-bottom: 30px;
}

.project-tags {
  margin-top: 15px;
}

.project-tags strong {
  float: left;
  margin: 5px 10px 20px 0;
}

.pagination {
  margin-bottom: -10px;
}

.pagination li {
  padding: 5px 10px;
  border: 1px solid #eee;
  display: inline-block;
  *float: left;
  background: white;
  color: #888;
  margin-right: 1px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
  box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.ie7 .pagination li {
  margin-right: 5px;
}

li.current {
  background: #29a9df;
  border: 1px solid #29a9df;
  color: white;
}

.widget {
  margin-top: 25px;
}

.first.widget {
  margin-top: -5px;
}

.first.widget {
  margin-top: -5px;
}

.tags a,
.tabs li a {
  padding: 5px 10px;
  border: 1px solid #eee;
  display: inline-block;
  color: #666;
  background: white;
  margin: 0 3px 6px 0;
  -webkit-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
  box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.tags a:last-child,
.tabs li a:last-child {
  margin-right: 0;
}

.tags a:hover,
.tabs li a:hover,
.tabs .is-active a {
  background: #4370ab;
  border: 1px solid #29a9df;
  color: white;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -ms-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.check_list li,
.plus_list li,
.minus_list li,
.star_list li,
.arrow_list li,
.square_list li,
.circle_list li,
.cross_list li {
  list-style: none;
  margin: 5px 0;
}

.check_list li {
  background: url(/themes/custom/paxton/images/icons/list/blue/list_check.png) no-repeat 0 50%;
  padding: 0 0 0 18px;
}

.plus_list li {
  background: url(/themes/custom/paxton/images/icons/list/blue/list_plus.png) no-repeat 0 50%;
  padding: 0 0 0 18px;
}

.minus_list li {
  background: url(/themes/custom/paxton/images/icons/list/blue/list_minus.png) no-repeat 0 50%;
  padding: 0 0 0 18px;
}

.star_list li {
  background: url(/themes/custom/paxton/images/list/list_star.png) no-repeat 0 50%;
  padding: 0 0 0 16px;
}

.arrow_list li {
  background: url(/themes/custom/paxton/images/list/list_arrow.png) no-repeat 0 50%;
  padding: 0 0 0 16px;
}

.square_list li {
  background: url(/themes/custom/paxton/images/icons/list/blue/list_square.png) no-repeat 0 50%;
  padding: 0 0 0 16px;
}

.circle_list li {
  background: url(/themes/custom/paxton/images/icons/list/blue/list_circle.png) no-repeat 0 50%;
  padding: 0 0 0 16px;
}

.cross_list li {
  background: url(/themes/custom/paxton/images/icons/list/blue/list_cross.png) no-repeat 0 50%;
  padding: 0 0 0 16px;
}

.validation-error,
.validation-error:focus {
  border: 1px solid #f2c4c2 !important;
  background: #ffeceb !important;
}

#login-box,
#register-box {
  padding: 20px 20px;
  margin-bottom: 40px;
  background: white;
  border-top: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

.facebook_connect {
  margin: 5px 0 5px -1px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  border: 1px solid #00549f;
  text-shadow: 0 1px 1px #03327b;
  background: #0d77be;
  background: url(data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkNzdiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDYzYWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #0d77be 0, #0d63aa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d77be), color-stop(100%, #0d63aa));
  background: -webkit-linear-gradient(top, #0d77be 0, #0d63aa 100%);
  background: -o-linear-gradient(top, #0d77be 0, #0d63aa 100%);
  background: -ms-linear-gradient(top, #0d77be 0, #0d63aa 100%);
  background: linear-gradient(to bottom, #0d77be 0, #0d63aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d77be', endColorstr='#0d63aa', GradientType=0);
}

.facebook_connect:hover {
  color: #f0f0f0;
  text-decoration: none;
  text-shadow: 0 0 1px #03327b;
}

.facebook_connect .img {
  display: block;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: 50px;
  font-size: 26px;
  text-align: center;
}

.facebook_connect .text {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  display: block;
  margin-left: 51px;
}

.twitter_connect {
  margin: 5px 0 5px -1px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  border: 1px solid #1b94bc;
  text-shadow: 0 1px 1px #0a8ad2;
  background: #56d4ff;
  background: url(data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzU2ZDRmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYmIwZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #56d4ff 1%, #1bb0e2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #56d4ff), color-stop(100%, #1bb0e2));
  background: -webkit-linear-gradient(top, #56d4ff 1%, #1bb0e2 100%);
  background: -o-linear-gradient(top, #56d4ff 1%, #1bb0e2 100%);
  background: -ms-linear-gradient(top, #56d4ff 1%, #1bb0e2 100%);
  background: linear-gradient(to bottom, #56d4ff 1%, #1bb0e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56d4ff', endColorstr='#1bb0e2', GradientType=0);
}

.twitter_connect:hover {
  color: #f0f0f0;
  text-decoration: none;
  text-shadow: 0 0 1px #0a8ad2;
}

.twitter_connect .img {
  display: block;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: 50px;
  font-size: 26px;
  text-align: center;
}

.twitter_connect .text {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  display: block;
  margin-left: 51px;
}

#login-form input[type="text"],
#login-form input[type="password"] {
  margin-bottom: 8px;
  font-size: 16px;
  height: 40px;
}

#login-form input[type="checkbox"] {
  margin-top: -4px;
}

#login-form .remember {
  width: 45%;
  float: left;
  text-align: left;
  line-height: 30px;
  height: 40px;
}

#login-form .forgot {
  width: 45%;
  float: right;
  text-align: right;
  font-weight: bold;
  line-height: 30px;
  height: 40px;
}

#footer-menu {
  height: 60px;
  margin-top: 20px;
  line-height: 56px;
}

#footer-menu #footer-menu-logo {
  height: 40px;
}

#footer-menu #footer-menu-logo a {
  color: #668;
  text-decoration: none;
  font-size: 22px;
  margin-left: 5px;
  text-transform: capitalize;
}

#footer-menu #footer-menu-logo a span {
  color: #666;
}

#footer-menu #footer-menu-links {
  display: block;
  float: left;
}

#footer-menu #footer-menu-links ul {
  list-style: disc;
  color: #999;
  margin: 0;
}

#footer-menu #footer-menu-links ul li {
  float: left;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-right: 25px;
}

#footer-menu #footer-menu-links ul li:first-child {
  list-style: none;
}

#footer-menu #footer-menu-links ul li a {
  display: inline-block;
  color: #666;
  text-decoration: none;
  font-size: 12px;
  font-family: "Roboto", 'Droid Sans';
  text-transform: lowercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-weight: bold;
}

#footer-menu-back-to-top {
  margin: 12px;
  z-index: 999;
}

#footer-menu-back-to-top a {
  width: 30px;
  height: 30px;
  display: block;
  background-color: #cfd1d2;
  background-image: url(/s3fs-public/fed_artwork_2-26.png);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  float: right;
}

#footer-menu-back-to-top a:hover {
  background-color: #aaa;
}

#footer {
  color: #666 !important;
  padding: 40px 0;
  z-index: 1;
  position: relative;
  opacity: 1;
}

#footer p,
#footer a {
  color: #666 !important;
}

#footer h2,
#copyright h2 {
  padding: 2px 0 !important;
  margin-bottom: 10px;
  color: #666;
  border-bottom: 5px double #f6f6f6;
  font-size: 18px;
  line-height: 32px;
}

form#newsletter {
  color: #999;
  margin-left: 10px;
}

form#newsletter p {
  margin: 0 0 -10px 0;
}

form#newsletter label {
  font-size: 16px;
  width: 20px;
  display: block;
  position: relative;
  left: 12px;
  top: 36px;
  z-index: 2;
  font-weight: 400;
}

form#newsletter input[type=text] {
  background: white;
  float: left;
  border: 1px solid #f6f6f6;
  position: relative;
  z-index: 1;
  height: 40px;
  padding: 0 0 0 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

form#newsletter button {
  background: #29a9df;
  color: white;
  float: left;
  border: 1px solid #f6f6f6;
  position: relative;
  z-index: 2;
  font-size: 14px;
  padding: 9px 30px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

#copyright {
  padding: 20px 0;
}

#copyright p,
#copyright span {
  margin: 0 auto;
  text-align: center;
  color: #666;
  padding: 5px;
  font-size: 12px;
}

.links-list,
.links-list-alt {
  padding: 0;
}

.links-list li a {
  color: #a4a4a4;
  display: block;
  padding: 3px 0;
  padding-left: 12px;
  background: url(/s3fs-public/links-list-arrow-01.png) no-repeat left 47%
}

.links-list-alt li a {
  color: #666;
  display: block;
  padding: 3px 0;
  padding-left: 12px;
  background: url(/s3fs-public/links-list-arrow-02.png) no-repeat left 47%
}

.links-list li a:hover {
  color: #efe9d8;
}

.links-list-alt li a:hover {
  color: #888;
}

.links-list li:first-child a,
.links-list-alt li:first-child a {
  margin: -3px 0 0 0;
}

.flickr-widget {
  margin-right: -12px;
  margin-top: 15px;
}

.flickr-widget img {
  display: block;
  width: 42px;
  height: 42px;
}

.flickr-widget a:hover {
  border-color: #505050;
}

.flickr-widget a {
  float: left;
  width: 52px;
  height: 52px;
  margin-left: 0;
  margin-right: 11px;
  margin-bottom: 12px;
  background: #fcfcfc;
  border: 1px solid #f6f6f6;
  padding: 4px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.ie7 .flickr-widget a {
  width: 54px;
  height: 54px;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  background-color: #29a9df !important;
  color: white;
  background-image: -moz-linear-gradient(top, #29a9df, #29a9df) !important;
  background-image: -ms-linear-gradient(top, #29a9df, #29a9df) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#29a9df), to(#29a9df)) !important;
  background-image: -webkit-linear-gradient(top, #29a9df, #29a9df) !important;
  background-image: -o-linear-gradient(top, #29a9df, #29a9df) !important;
  background-image: linear-gradient(top, #29a9df, #29a9df) !important;
  background-repeat: repeat-x !important;
  border-color: #29a9df #29a9df #29a9df !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled {
  background-color: #29a9df !important;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #039 \9 !important;
}

.btn-warning {
  background-color: #faa732 !important;
  color: white;
  background-image: -moz-linear-gradient(top, #fbb450, #fbb450);
  background-image: -ms-linear-gradient(top, #fbb450, #fbb450);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#fbb450));
  background-image: -webkit-linear-gradient(top, #fbb450, #fbb450);
  background-image: -o-linear-gradient(top, #fbb450, #fbb450);
  background-image: linear-gradient(top, #fbb450, #fbb450);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled {
  background-color: #fbb450;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  background-color: #da4f49;
  color: white;
  background-image: -moz-linear-gradient(top, #ee5f5b, #ee5f5b);
  background-image: -ms-linear-gradient(top, #ee5f5b, #ee5f5b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#ee5f5b));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #ee5f5b);
  background-image: -o-linear-gradient(top, #ee5f5b, #ee5f5b);
  background-image: linear-gradient(top, #ee5f5b, #ee5f5b);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled {
  background-color: #ee5f5b;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  background-color: #5bb75b;
  color: white;
  background-image: -moz-linear-gradient(top, #29a9df, #29a9df);
  background-image: -ms-linear-gradient(top, #29a9df, #29a9df);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#29a9df), to(#29a9df));
  background-image: -webkit-linear-gradient(top, #29a9df, #29a9df);
  background-image: -o-linear-gradient(top, #29a9df, #29a9df);
  background-image: linear-gradient(top, #29a9df, #29a9df);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled {
  background-color: #29a9df;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  background-color: #49afcd;
  color: white;
  background-image: -moz-linear-gradient(top, #5bc0de, #5bc0de);
  background-image: -ms-linear-gradient(top, #5bc0de, #5bc0de);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#5bc0de));
  background-image: -webkit-linear-gradient(top, #5bc0de, #5bc0de);
  background-image: -o-linear-gradient(top, #5bc0de, #5bc0de);
  background-image: linear-gradient(top, #5bc0de, #5bc0de);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled {
  background-color: #5bc0de;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: white;
  background-color: #363636;
  *background-color: #222;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-image: -moz-linear-gradient(top, #444, #222);
  background-repeat: repeat-x;
  border-color: #222 #222 #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled {
  color: white;
  background-color: #222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

@media only screen and (min-width:1200px) {
  #portfolio-wrapper .col-sm-3.portfolio-item {
    padding: 0;
    width: 24%
  }
}

@media only screen and (min-width:960px) and (max-width:1199px) {
  .navbar .nav>li>a {
    padding: 22px 10px;
  }

  .flexslider.home {
    min-height: 300px;
  }

  .icons-box.vertical i {
    margin-left: 0 !important;
  }

  #portfolio-wrapper .col-sm-3.portfolio-item {
    padding: 0;
    width: 24%
  }
}

@media only screen and (min-width:768px) and (max-width:959px) {
  .navbar-brand {
    margin-left: 15px;
  }

  .navbar .nav>li>a {
    font-size: 14px;
    padding: 22px 7px;
  }

  ol li ol.childlist .comment-des {
    width: 86%
  }
}

@media only screen and (max-width:767px) {
  body {
    padding: 0;
  }

  /*
  #footer-menu, #footer {
    padding: 0 10px;
  }
  */

  .navbar .nav>li>a {
    font-size: 14px;
    padding: 5px 15px !important;
    margin: 5px 15px !important;
  }

  .navbar-brand {
    margin-left: 15px;
  }

  #contact-details {
    text-align: center;
    float: left;
  }

  .post-meta {
    display: none;
  }

  .post-title h2 {
    line-height: 26px;
    margin-bottom: 15px;
  }

  .post-icon {
    margin-top: 28px;
  }

  #filters,
  #portfolio-navi {
    position: relative;
    text-align: left;
    display: block;
    margin: 0 0 23px 0;
  }

  #portfolio-navi {
    margin: -5px 0 25px 0;
  }

  .portfolio-item {
    margin: 5px 0 25px 0 !important;
  }

  .item-description.related {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width:480px) and (max-width:767px) {
  .flickr-widget a {
    width: 53px;
    height: 53px;
  }

  ol li ol.childlist .comment-des {
    width: 82%
  }

  .comment-des {
    width: 83%
  }
}

@media only screen and (max-width:479px) {
  ol li ol.childlist .comment-des {
    width: 77%
  }

  .comment-des {
    width: 78%
  }
}

/* Start Custom */
/*Youtube bar on landing*/
.Youtube-bar {
  width: 100%;
  height: auto;
  display: table;
}

.youtube-bar1 {
  background: #45a8ae;
  width: 9%;
  display: table-cell;
}

.youtube-bar2 {
  width: 67%;
  display: table-cell;
  background-color: #fc421e;
}

.youtube-bar3 {
  background: #bf0712;
  width: 100%;
  display: table-cell;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* Block */


/* Block1 */
div#block-views-block-frontpage-hk-forum-register-logged-in-block-1>div>div>div>div>div>div>a>img,
div#block-views-block-frontpage-hk-forum-register-before-login-block-1>div>div>div>div>div>div>a>img {
  height: 68px;
}

div#block-views-block-frontpage-hk-forum-block-1>div>div>div>div>div>div>a>img {
  height: 327px;
}

div#block-views-block-frontpage-banner2-block-1>div>div>div>div>div>div>a>img {
  height: 310px;
}

div.frontpage-block1>div.view-content>table.cols-0 {
  border: 0px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

div.frontpage-block1>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body {
  width: 50%;
  padding: 0px !important;
  border: 0px !important;
  background: #3f9678;
  color: #fff;
  vertical-align: top;
  height: 196px;
}

div.frontpage-block1>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body a:first-child,
div.frontpage-block1>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body a:first-child:hover {
  background: #3f9678;
  color: #fff !important;
  background-image: url(/s3fs-public/block1title.png);
  background-repeat: repeat-y;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 10px;
  vertical-align: text-top;
  display: block;
  font-weight: bold !important;
}

div.frontpage-block1>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body a.view-detail {
  background: #3f9678;
  color: #fff !important;
  overflow: hidden;
  font-size: 15px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

div.frontpage-block1>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-field-image {
  width: 50%;
  padding: 0px !important;
  border: 0px !important;
  background-color: rgba(34, 158, 38, 0.43);
}

div.frontpage-block1>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-field-image:after {
  content: '';
  position: absolute;
  top: 5%;
  right: 0;
  bottom: 50%;
  left: 50%;
  /*background: url(/s3fs-public/block1bg.png) no-repeat;*/
}

div.frontpage-block1>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body img,
div.frontpage-block1>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body>.form-type-item.form-item.form-group {
  display: none;
}

.frontpage-bg-block_45 {
  min-height: 196px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-height: 500px;
}

/* Block2 */
.frontpage-block2 {
  height: 199px;
  overflow: hidden;
}

div.frontpage-block2>div.view-content>table.cols-0 {
  border: 0px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

div.frontpage-block2>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body {
  width: 25%;
  padding: 0px !important;
  border: 0px !important;
  background: #ff5409;
  color: #fff;
  vertical-align: top;
}

div.frontpage-block2>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body a,
div.frontpage-block2>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body a:hover {
  background: #ff5409;
  color: #fff !important;
  background-image: url(/s3fs-public/block2title.png);
  background-repeat: repeat-y;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  vertical-align: text-top;
  display: block;
  font-weight: bold !important;
}

div.frontpage-block2>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body p {
  background: #ff5409 !important;
  color: #fff !important;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  max-height: 150px;
  font-size: 15px;
  line-height: 20px;
}

div.frontpage-block2>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-field-image {
  width: 75%;
  padding: 0px !important;
  border: 0px !important;
  background-color: rgba(214, 59, 1, 0.69);
}

.frontpage-bg-block_49 {
  min-height: 199px;
  max-height: 199px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*div.frontpage-block2>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-field-image:after {
    content: '';
    position: absolute;
    top: 15%;
    right: 0;
    bottom: 30%;
    left: 18%;
    background: url(/s3fs-public/block2bg.png) no-repeat;
}*/
/* Block3 */
div.frontpage-block3>div.view-content>table.cols-0 {
  border: 0px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

div.frontpage-block3>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body {
  width: 33%;
  padding: 0px !important;
  border: 0px !important;
  background: #3bdb41;
  color: #fff;
  vertical-align: top;
}

div.frontpage-block3>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body a,
div.frontpage-block3>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body a:hover {
  background: #3bdb41;
  color: #fff !important;
  background-image: url(/s3fs-public/block3title.png);
  background-repeat: repeat-y;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  vertical-align: text-top;
  display: block;
  font-weight: bold !important;
}

div.frontpage-block3>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body p {
  background: #3bdb41 !important;
  color: #fff !important;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  max-height: 100px;
  font-size: 15px;
  line-height: 20px;
}

div.frontpage-block3>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-field-image {
  width: 66.5%;
  padding: 0px !important;
  border: 0px !important;
  background-color: rgba(137, 202, 137, 0.63);
}

.frontpage-bg-block_50 {
  min-height: 320px;
  max-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*div.frontpage-block3>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-field-image:after {
	content: '';
    position: absolute;
    top: 15%;
    right: 0;
    bottom: 0%;
    left: 41.1%;
    background: url(/s3fs-public/block3bg.png) no-repeat;
}*/
/* Block4 */
div.frontpage-block4>div.view-content>table.cols-0 {
  border: 0px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

div.frontpage-block4>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body {
  width: 50%;
  padding: 0px !important;
  border: 0px !important;
  background: #39b4c0;
  color: #fff;
  vertical-align: top;
  height: 195px;
  overflow: hidden;
}

div.frontpage-block4>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body a,
div.frontpage-block4>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body a:hover {
  background: #39b4c0;
  color: #fff !important;
  background-image: url(/s3fs-public/block4title.png);
  background-repeat: repeat-y;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  vertical-align: text-top;
  display: block;
  font-weight: bold !important;
}

div.frontpage-block4>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body p {
  background: #39b4c0;
  color: #fff !important;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  line-height: 20px;
}

div.frontpage-block4>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-field-image {
  width: 50%;
  padding: 0px !important;
  border: 0px !important;
  background-color: rgba(122, 213, 221, 0.29);
}

._1880 {
  min-height: 195px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*div.frontpage-block4>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-field-image:after {
	content: '';
    position: absolute;
	top: 15%;
    right: 0;
    bottom: 0;
    left: 50%;
    background: url(/s3fs-public/block4bg.png) no-repeat;
}*/


/* Block5 */

div.frontpage-block5>div.view-content>table.cols-0 {
  border: 0px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

div.frontpage-block5>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body {
  width: 25%;
  padding: 0px !important;
  border: 0px !important;
  background: #009a8a;
  color: #fff;
  vertical-align: top;
  height: 310px;
}

div.frontpage-block5>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body img,
div.frontpage-block5>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body>.form-type-item.form-item.form-group {
  display: none;
}

div.frontpage-block5>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body a:first-child,
div.frontpage-block5>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body a:first-child:hover {
  background: #009a8a;
  color: #fff !important;
  background-image: url(/s3fs-public/block5title.png);
  background-repeat: repeat-y;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 10px;
  vertical-align: text-top;
  display: block;
  font-weight: bold !important;
}

div.frontpage-block5>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body a.view-detail {
  background: #009a8a !important;
  color: #fff !important;
  padding: 8px 10px;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
}

div.frontpage-block5>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-field-image {
  width: 25%;
  padding: 0px !important;
  border: 0px !important;
  background-color: rgb(86, 155, 169);
}

.frontpage-bg-block_146 {
  min-height: 311px;
  max-height: 311px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/*div.frontpage-block5>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-field-image:after {
    content: '';
    position: absolute;
    top: 13%;
    right: 0;
    bottom: 30%;
    left: 11.5%;
    background: url(/s3fs-public/block2bg.png) no-repeat;
}*/

/*Navbar*/
.navbar {
  border-bottom: 0px solid #f6f6f6 !important;
  /*bottom: -26px;
    margin-bottom:9px !important;*/
  margin-bottom: 0px !important;
}

/*HKForum footer*/
.view-hkforum-footerlogo1>div>div>div>div>a>img {
  width: 60%;
}

.view-hkforum-footerlogo2>div>div>div>div>a>img {
  width: 130px;
}

.hkforum-footer-logo>div>div>div>div>img {
  width: auto;
}

.hkforum-footer-logo>div>div>div>span {
  display: block;
}

.hkf-footer-logo {
  float: left;
}

.sponsorlogo>div {
  float: left;
  margin-right: 10px;
}

h2.sponsor_year {
  display: none !important;
}

.hkforum-footer-logo {
  display: inline-table;
  width: 100%;
  margin-bottom: 30px;
}

/*Concurrent Event*/
.HKF-Event-StartDate {
  float: left;
  padding-left: 8px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  padding-top: 5px;
}

.HKF-Event-EndDate {
  float: left;
  color: black;
  font-weight: bold;
  font-size: 20px;
  padding-top: 5px;
}

.HKF-Event-Logo>div>a>img {
  width: initial;
  width: auto;
}

/*HK Forum Landing*/


.hkforum-landingslider img {
  max-height: 600px !important;
}

.view-frontpage-hk-forum>div>div>article.node--view-mode-customdisplay,
.hkforum-landinglogo>div>div>article.node--view-mode-customdisplay {
  margin-left: 0px !important;
  margin-right: 0px !important;
}


article.node--type-jssor-slider {
  margin-left: 0px !important;
  margin-right: 0px !important;
}


/*Photo Gallery*/
.photogallery>div>div>div>div>a>img {
  width: auto !important;
}

.photogallery>div>form>div>div {
  display: inline-block;
}

.photogallery>div>form>div>div>label {
  display: none;
}

.photogallery>div>form>div>div>input.form-submit {
  margin: 0px;
  padding: 0px;
  padding-left: 4px;
  padding-right: 4px;
}

/*leadership*/
.leadership-block>div>form>div>div>input.form-submit {
  margin: 0px;
  padding: 0px;
  padding-left: 4px;
  padding-right: 4px;
}

.leadership-block>div>div>div>div>img,
.leadership-block-img {
  width: 100px !important;
}

.leadership-block>div>form>div>div {
  display: inline-block;
}

.leadership-block>div>form>div>div>label {
  display: none;
}

.leadership-block {
  margin-left: 10px;
  margin-right: 10px;
}

.sf-leadership {
  float: right !important;
}

/*
div#block-leadership {
    
}
*/
/*
div.view-officers-2017>div.view-content>div.views-row {
	display:inline-block;
	width:100%;
	border-bottom:3px solid rgba(128, 128, 128, 0.22);
	padding:15px 0;
}

div.view-officers-2017>div.view-content>div.views-row>div.leadership-block-img {
	float:left;
	margin-right:15px;
}


div.view-officers-2017>div.view-content>div.views-row>div.views-field-field-association-title {
	color:#095cb1;
}

div.view-officers-2017>div.view-content>div.views-row>header.views-field-field-name {
	font-weight:bold;
	margin:10px;
	font-size:17px;
}
*/

#block-leadership {
  margin-top: 30px;
}

div.leadership-block>div.view-content>div {
  display: inline-block;
  width: 100%;
  border-bottom: 3px solid rgba(128, 128, 128, 0.22);
  padding: 15px 0;
}

div.leadership-block>div.view-content>div>div.leadership-block-img {
  float: left;
  margin-right: 15px;
}


div.leadership-block>div.view-content>div>div.views-field-field-association-title {
  color: #095cb1;
}

div.leadership-block>div.view-content>div>header.views-field-field-name {
  font-weight: bold;
  margin: 10px;
  font-size: 17px;
}

.views-field.views-field-field-logo.asso-logo img {
  height: 110px !important;
  width: initial;
  width: auto;

}

/*Forum Programme*/
.program-time {
  width: 30%;
  display: inline-block;
}

.program-title {
  width: 70%;
  display: inline-block;
}

.program-body {
  width: 70%;
  display: inline-block;
  margin-left: 30%;
}

.programme-block>div>div.views-row {
  border-bottom: 2px solid #1bb758;
  padding-bottom: 10px;
  padding-top: 10px;
}

.programme-block>div>h3 {
  text-align: left;
  background-color: rgba(27, 183, 88, 0.64);
  font-size: 20px !important;
  color: white;
  padding-left: 10px;
}

.view-id-hkforum_side_trip_programme>div>table>caption,
.view-id-forum_programme_2014>div>table>caption {
  text-align: left;
  background-color: rgba(27, 183, 88, 0.64);
  font-size: 20px !important;
  color: white;
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 10PX;
  LINE-HEIGHT: 32PX;
}

.view-id-hkforum_side_trip_programme>div>table.cols-0,
.view-id-forum_programme_2014>div>table.cols-0 {
  border: 0px !important;
}

tr.side-program-row {
  font-size: 15px;
  border-bottom: 2px solid #1bb758;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 1.42857143;
  color: #141414;
  background: transparent !important;
}

tr.side-program-row>td {
  border: 0px !important;
}

tr.side-program-row>td:first-child {
  width: 30%;
  vertical-align: top;
}

.view-id-side_trip_programme>div>div>div.views-field-title {
  font-size: 22px;
  font-weight: bold;
  color: #0a6454;
  margin-bottom: 0px !important;
}

.view-id-side_trip_programme>div>div>div.views-field-field-start-date,
.view-id-side_trip_programme>div>div>div.views-field-field-end-date {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #0a6454;
}

.view-id-side_trip_programme>div>div>div.views-field-field-sidetrip-deadline>span,
.view-id-side_trip_programme>div>div>div.views-field-field-single-room-fee>span,
.view-id-side_trip_programme>div>div>div.views-field-field-cancellation-term>span {
  width: 20%;
  display: inline-block;
}

.view-id-side_trip_programme>div>div>div.views-field-field-sidetrip-deadline>div,
.view-id-side_trip_programme>div>div>div.views-field-field-single-room-fee>div,
.view-id-side_trip_programme>div>div>div.views-field-field-cancellation-term>div {
  display: inline-block;
}

.view-id-side_trip_programme>div>div>div.views-field-field-double-room-fee {
  display: inline-block;
  padding-left: 20%;
}

/* Regional Forum Programme*/
.view-id-forum_programme_as>div>table>caption,
.view-id-forum_programme_au>div>table>caption,
.view-id-forum_programme_eu_>div>table>caption,
.view-id-forum_programme_na_>div>table>caption {
  text-align: left;
  background-color: rgba(27, 183, 88, 0.64);
  font-size: 20px !important;
  color: white;
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 10PX;
  LINE-HEIGHT: 32PX;
}

.view-id-forum_programme_as>div>table.cols-0,
.view-id-forum_programme_au>div>table.cols-0,
.view-id-forum_programme_eu_>div>table.cols-0,
.view-id-forum_programme_na_>div>table.cols-0 {
  border: 0px !important;
}

/*Award Programme*/
.award-judging {}

.award-poster {
  float: right;
}


@media (max-width: 768px) {
  .award-poster {
    float: none;
    width: 100%;
    text-align: center;
  }

  .award-poster>div {
    width: 50%;
    display: inline-block;
  }

  .paragraph--type--text-image>.field--name-field-image-demo.field--type-image {
    width: 100%;
  }

  .paragraph--type--text-image>.field--name-field-image-demo.field--type-image>img {
    width: 50%;
  }


  /*block2&3 */
  div.frontpage-block2>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body {
    width: 50%;
  }

  div.frontpage-block2>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-field-image {
    width: 50%;
  }

  div.frontpage-block3>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-title.views-field-body {
    width: 50%;
  }

  div.frontpage-block3>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-field-image {
    width: 50%;
  }

  form.registration-reminder-form>div.row {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }


}


.award-poster>span>img {
  width: auto;
}

.award-title>span {
  font-size: 20px;
  font-weight: bold;

}

.award-prize>span,
.award-deadline>span,
.award-elig>span,
.award-judging>span,
.award-proce>span,
.award-enquiry>span,
.award-remark>span,
.award-application>span {
  background-color: #0a6454;
  color: white;
  padding: 3px;
}

.award-prize,
.award-deadline,
.award-elig,
.award-judging,
.award-proce,
.award-enquiry,
.award-remark,
.award-application {
  margin-top: 20px;
  margin-bottom: 20px;
}

.award-prize>div>ul,
.award-deadline>div>ul,
.award-elig>div>ul,
.award-judging>div>ul,
.award-proce>div>ul,
.award-enquiry>div>ul,
.award-remark>div>ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}

/*award menu*/
ul#superfish-award-winner-gaa-,
ul#superfish-award-winner-bia-,
ul#superfish-award-winner-oma-,
ul#superfish-award-winner-ssa- {
  float: right;
  margin-top: 30px;
}

ul#superfish-award-winner-gaa->li>a,
ul#superfish-award-winner-bia->li>a,
ul#superfish-award-winner-oma->li>a,
ul#superfish-award-winner-ssa->li>a {
  pointer-events: none;
}

/*news*/
.news-block>div>form>div>div {
  display: inline-block;
}

.news-block>div>form>div>div>label {
  display: none;
}

.news-block>div>form>div>div>input.form-submit {
  margin: 0px;
  padding: 0px;
  padding-left: 4px;
  padding-right: 4px;
}

/*Market Intelligence*/
.market-summary,
.market-title,
.market-img {
  text-align: center;
}

.market-img>div>a>img {
  width: 80%;
  padding: 20px;
}

.market-title>div>a {
  color: #831308 !important;
  font-weight: bold;
}

.view-id-market_intelligence>div.view-content>h3 {
  color: #0a6454;
  font-size: 20px !important;
  font-weight: bold !important;
}

.view-id-market_intelligence>div.view-header>h3 {
  color: #073e34;
  font-weight: bold !important;
}

.block-views-blockmarket-intelligence-block-1 {
  margin-left: 10px;
  margin-right: 10px;
}



/*useful resource*/
.view-id-useful_resoruces>div.view-content>h3 {
  text-align: left;
  background-color: rgba(27, 183, 88, 0.64);
  font-size: 20px !important;
  color: white;
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 10PX;
  LINE-HEIGHT: 32PX;
}

/*
.hkforum-landingslider {
    max-height: 700px;
}
*/

/*Block1*/
.hkforum-landingblock1 {
  background: url(/s3fs-public/hkforumr1bg1.png);
  max-height: 160px;
  min-height: 151px;
  float: left;
  width: 100%
}

.hkforum-block-text {
  white-space: normal;
  padding-left: 5%;
  padding-right: 10%;
  padding-top: 10px;
  color: #fff;
  line-height: 25px
}

.hkforum-block-text>div>p {
  margin: 0px;
}

/*Block2*/
.hkforum-landingblock2 {
  background: url(/s3fs-public/hkforumr1bg2.png);
  max-height: 160px;
  min-height: 141px;
  float: left;
  width: 100%
}

.hkforum-block2-text {
  white-space: normal;
  padding-left: 25%;
  padding-right: 10%;
  padding-top: 1px;
  color: #fff;
}

.hkforum-block2-text>div>h3 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.hkforum-block2-text>div>p {
  margin: 0px;
}

.img-responsive {
  height: 90% !important;
}


/*user profile*/
article.profile>div.field--label-above>div.field__label {
  width: 20%;
  display: inline-block;
  background-color: rgba(211, 211, 211, 0.39);
  margin-bottom: 2px;
}

article.profile>div.field--label-above>div.field__item {
  width: 70%;
  display: inline-block;
}

article.profile>div.field--label-above>div.field__items {
  width: 70%;
  display: inline-block;
}

article.profile>div.field--type-link>div.field__item a {
  padding: 5px 12px !important;
}

/*user profile*/
.js-form-item-field-disclaimer-placeholder-0-value.form-item-field-disclaimer-placeholder-0-value>label {
  display: none;
}

.js-form-item-field-disclaimer-placeholder-0-value.form-item-field-disclaimer-placeholder-0-value>input {
  display: none;
}

.field.field--name-field-business-nature.field--type-entity-reference.field--label-above a,
.field.field--name-field-major-product.field--type-entity-reference.field--label-above a,
.field.field--name-field-major-service.field--type-entity-reference.field--label-above a,
.field.field--name-field-modified-by.field--type-entity-reference.field--label-above>a {
  pointer-events: none;
  cursor: none;
  color: #000;
}

/*about menu*/
div#block-aboutthefederation>ul {
  float: right;
}

div#block-aboutthefederation {
  margin-top: 30px;
}

/*map*/
.defmap {
  background: url(/s3fs-public/worldmap.png) no-repeat;
  height: 317px;

  background-position: center;
}

.eumap {
  background: url(/s3fs-public/worldmap_eu.png) no-repeat;
  height: 317px;

  background-position: center;
}

.samap {
  background: url(/s3fs-public/worldmap_sa.png) no-repeat;
  height: 317px;
  background-position: center;
}

.asmap {
  background: url(/s3fs-public/worldmap_as.png) no-repeat;
  height: 317px;

  background-position: center;
}

.namap {
  background: url(/s3fs-public/worldmap_na.png) no-repeat;
  height: 317px;

  background-position: center;
}

.aumap {
  background: url(/s3fs-public/worldmap_au.png) no-repeat;
  height: 317px;

  background-position: center;
}

.map-2>p>a,
.map-1>p>a {
  color: #900f0c;
  font-weight: 800;
  background: transparent;
  font-size: 12px;
}

.member-asso-table {
  font-size: 15px;
}

.emptyrow {
  height: 75px;
}

.emptyrow2 {
  height: 60px;
}

.mapdiv {
  text-align: center;
}

.map-2 {
  width: 200px;
  display: inline-block;
}

.map-1 {
  width: 100px;
  display: inline-block;
}

/*asso member menu*/
ul#superfish-member-associations {
  float: right;
  margin-top: 30px;
}

/*asso member detail*/
.views-field.views-field-field-year-of-establishment.asso-est-year>.views-label {
  width: 30%;
  display: inline-block;
}

.views-field.views-field-field-year-of-establishment.asso-est-year>.field-content {
  display: inline-block;
}

.views-field.views-field-field-noofmembers.asso-member>.views-label {
  width: 30%;
  display: inline-block;
}

.views-field.views-field-field-noofmembers.asso-member>.field-content {
  display: inline-block;
}

.views-field.views-field-field-newsletter.asso-newsletter>.views-label {
  width: 30%;
  display: inline-block;
}

.views-field.views-field-field-newsletter.asso-newsletter>.field-content {
  display: inline-block;
}

.views-field.views-field-field-website.asso-website>.views-label {
  width: 30%;
  display: inline-block;
}

.views-field.views-field-field-website.asso-website>.field-content {
  display: inline-block;
}

.views-field.views-field-field-logo.asso-logo {
  float: right;
}

.asso-profile.col-md-3 {
  /*float: right;*/
  min-height: 500px;
}

.asso-profile.col-md-3>div>img {
  /*float: right;*/
  width: initial;
  width: auto;
}

.asso-member-back {
  float: right;
}

.ppl-asso-title ul,
.view-leadership-awards-committee->.view-content ul {
  list-style-type: none;
  color: #095cb1;
}

/*regional forum list*/
.views-field.views-field-field-forum-period.reginoal-list-period>div {
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
  color: #666;
}

.views-field.views-field-field-year.reginoal-list-link>div>a {
  color: #666;
  font-size: 42px;
  font-weight: bold;
}

.regional-forum-list>div.view-content {
  vertical-align: middle;
  display: inline-block;
  width: 50%;
}

.regional-forum-list>div.view-header {
  display: inline-block;
}

.regional-forum-list {
  text-align: center;
  border: 1px solid #80b7e6;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 30px 0px;
}

/*Chairman??s Message for Federation website*/
p>img.align-right {
  width: 190px !important;
  margin-left: 10px;
  margin-bottom: 20px;
}

/*News Archive*/
.view-news-archive {
  margin-left: 10px;
  margin-right: 10px;
}

.view-news-archive>div>h3 {
  margin-bottom: 5px;
}


/*sponsors*/
.hkforum-footer-logo {
  margin-left: 10px;
  margin-right: 10px;
}


/*awards programme*/
div.paragraph--view-mode--default>div.field--name-field-text-demo>div.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}


/*about the federation*/
div#block-views-block-page-banner-block-1>div>div>div>div>div.views-field-field-banner-image>div {
  position: relative;
}

div.sf-accordion-toggle.sf-style-blue>a>span {
  display: none;
}

ul#superfish-about-the-federation-de--accordion>li {
  background: aliceblue;
}

/*Create new account*/
select#edit-field-association,
select#edit-field-title,
select#edit-field-country,
input#edit-field-company-website-0-uri {
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  height: 34px;
}

.side-program-row>td>div>ul>li>a {
  font-size: 15px;
}

/*search box*/

#search-block-form input {
  margin-bottom: 0px !important;
  vertical-align: middle;
  height: 20px;
  padding: 2px;
  margin: 0px;
  font-size: 12px;
  margin-top: 0px;
}

#search-block-form input#edit-submit,
#search-block-form input#edit-submit--2 {
  color: transparent;
  background: transparent;
  background-image: url(/themes/custom/paxton/images/br_artwork__lens.png);
  background-repeat: no-repeat;
  background-size: 17px;
  width: 20px;
}

div#block-searchform>form>div>input[type=search] {
  width: 60%;
  display: inline-block;
  height: 20px;
  padding: 0px;
  margin: 0px;
  width: 150px;
  vertical-align: middle;
  margin-top: 10px;
}

/*Hotel booking*/
.hotel_booking_form_title {
  display: none;
}

.hotel_header_title {
  background-color: brown;
  height: 50px;
  color: #fff;
  /* vertical-align: middle; */

}

.hotel_content_title {
  font-weight: 500;
}

.hotel_booking_subject {
  font-size: 13px;
  /* text-decoration: initial; */
  /* float: right; 
    text-align: right;*/
  padding: 10px 0px;
}

.hotel_booking_content>ul {
  list-style-type: disc;
  list-style-position: inside;
}

.ui-dialog .ui-dialog-titlebar-close:after {
  background: none;

  margin: 0px;
  padding: 0px;
}


.view-associates-directory.view-id-associates_directory>.view-filters>form#views-exposed-form-associates-directory-block-1>.form--inline.clearfix {

  display: inline-block;

}

.view-associates-directory.view-id-associates_directory>.view-filters>form#views-exposed-form-associates-directory-block-1>.form--inline.clearfix>.js-form-item.form-item.js-form-type-select.form-type-select {
  display: grid;
}

.view-associates-directory.view-id-associates_directory>.view-filters>form#views-exposed-form-associates-directory-block-1>.form--inline.clearfix>.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-combine.form-item-combine,
.view-associates-directory.view-id-associates_directory>.view-filters>form#views-exposed-form-associates-directory-block-1>.form--inline.clearfix>.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-company-value.form-item-field-company-value {
  width: 46%;
}

.js-form-item-field-region-target-id.form-item-field-region-target-id {
  width: 19%;
}

.js-form-item-field-association-target-id.form-item-field-association-target-id {
  width: 73%;
}

.js-form-item-field-business-nature-target-id.form-item-field-business-nature-target-id {
  width: 19%;
}

.js-form-item-field-major-product-target-id.form-item-field-major-product-target-id {
  width: 36%;
}

.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-major-service-target-id.form-item-field-major-service-target-id {
  width: 36%;
}

.view-associates-directory.view-id-associates_directory>.view-filters>form#views-exposed-form-associates-directory-block-1>.form--inline.clearfix>div.js-form-type-select {}



.view-associates-directory.view-id-associates_directory>.view-filters>form#views-exposed-form-associates-directory-block-1>.form--inline.clearfix>div.js-form-type-select>.form-select {
  display: block;
  height: 74px;
  width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow-y: scroll;
}

.view-associates-directory>.view-filters>.views-exposed-form>div>.form-actions>input:first-child {
  float: left;
}

.view-associates-directory.view-id-associates_directory>.view-content>.view-grouping>.view-grouping-header {
  background: #00bd67;
  color: #fff;
  padding: 5px 10px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0px;
}

.view-associates-directory.view-id-associates_directory>.view-content>.view-grouping>.view-grouping-content>h3 {
  font-size: 20px !important;
  margin-top: 10px !important;
  /*padding-left: 10px;*/
}

.view-associates-directory.view-id-associates_directory>.view-content>.view-grouping>.view-grouping-content>div>div>div.views-col {
  padding-left: 0px !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

.view-associates-directory.view-id-associates_directory>.view-content>.view-grouping>.view-grouping-content>div>div>div.views-col>div.views-field-name {
  font-weight: bold;
}

.view-associates-directory.view-id-associates_directory>.view-content>.view-grouping>.view-grouping-content>div>div>div>div>div.field-content {
  display: inline-block;
}

.view-associates-directory.view-id-associates_directory>.view-content>.view-grouping>.view-grouping-content>div>div>div {
  border-bottom: 1px solid #ccc;
}


#user-form #edit-mail {
  pointer-events: none;
}

@media only screen and (min-width: 1025px) {

  .field--name-field-text-demo>div.row>div.col-xs-4 {
    width: auto;
  }

  /*
	div.frontpage-block5>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-field-image:after {
    background: url(/s3fs-public/block5bgV2.png) no-repeat;
	}
	
	div.frontpage-block4>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-field-image:after {
    background: url(/s3fs-public/block4bg.png) no-repeat;
	}
	
	div.frontpage-block3>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-field-image:after {
    background: url(/s3fs-public/block3bg.png) no-repeat;
	}
	
	div.frontpage-block2>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-field-image:after {
    background: url(/s3fs-public/block2bg.png) no-repeat;
	}
	
	div.frontpage-block1>div.view-content>table.cols-0>tbody>tr>td.views-field.views-field-field-image:after {
    background: url(/s3fs-public/block1bg.png) no-repeat;
	}
*/
}

@media (min-width: 1024px) {
  .regional-forum-list>div.view-content {
    margin-left: 100px;
  }

}

@media (max-width: 992px) {
  .hkforum-landing-row4 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    width: 100%;
  }

  .hkforum-landing-row4-c1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }

  .hkforum-landing-row4-c2 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
  }

  .block-views-blockduplicate-of-frontpage-joinus-block-1,
  .block-views-blockfrontpage-joinus-block-1,
  .block-views-blockfrontpage-login-block-1 {
    max-width: 250px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  div#block-views-block-frontpage-hk-forum-block-1>div>div>div>div>div>div>a>img {
    height: auto;
  }

  div#block-views-block-frontpage-hk-forum-register-logged-in-block-1>div>div>div>div>div>div>a>img,
  div#block-views-block-frontpage-hk-forum-register-before-login-block-1>div>div>div>div>div>div>a>img {
    height: auto;
  }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*.navbar {
		margin-bottom:26px !important;
	}*/
}

@media only screen and (max-width: 767px) {
  .regional-forum-list>div.view-content {
    width: 100%;
  }

  div.view-market-intelligence>div>div>div>div.market-col {
    width: 100% !important;
  }

  div#block-searchform {
    display: none;
  }


  .view-associates-directory.view-id-associates_directory>.view-filters>form#views-exposed-form-associates-directory-block-1>.form--inline.clearfix>div.js-form-type-select,
  .view-associates-directory.view-id-associates_directory>.view-filters>form#views-exposed-form-associates-directory-block-1>.form--inline.clearfix>div.js-form-type-textfield {
    width: 100%;
    overflow: hidden;
  }
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
  .youtube-bar2 {
    width: 100%;
  }

  #cmap {
    display: none;
  }

  .asso-profile.col-md-3 {
    /*float: right;*/
    min-height: 10px;
  }

  div#block-searchform {
    display: none;
  }

  .hotel_header_title {
    display: none;
  }


}

@media only screen and (max-width: 479px) {
  .youtube-bar2 {
    width: 100%;
  }

  .asso-profile.col-md-3 {
    /*float: right;*/
    min-height: 10px;
  }

  /*Block1*/
  div#block-searchform {
    display: none;
  }

  .hkforum-block-text {
    white-space: normal;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 25px;
    color: #fff;
    line-height: 25px
  }

  .hotel_header_title {
    display: none;
    /* vertical-align: middle; */
  }

  /*Block2*/

  .hkforum-block2-text {
    white-space: normal;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1px;
    color: #fff;
  }

  /*block3*/
  .frontpage-bg-block_50 {
    min-height: 190px;
  }

  /*Block5*/
  .frontpage-bg-block_146 {
    min-height: 200px;
  }

  #cmap {
    display: none;
  }

  /*user profile*/
  article.profile>div.field--label-above>div.field__label {
    width: 100%;
  }

  /*leadership*/
  div.leadership-block>div.view-content>div>div.views-field-field-position {
    font-size: 11px;
  }

  div.leadership-block>div.view-content>div>header.views-field-field-name {
    margin: 5px;
    font-size: 15px;
  }



  /*past forum*/
  .regional-forum-list {
    border: none;
  }

  .views-field.views-field-field-year.reginoal-list-link>div>a {
    font-size: 36px;
  }

  .regional-forum-list>div.view-content {
    margin-left: 0px;
  }

  div#block-views-block-frontpage-hk-forum-block-1>div>div>div>div>div>div>a>img {
    height: auto;
  }

  div#block-views-block-frontpage-hk-forum-register-logged-in-block-1>div>div>div>div>div>div>a>img,
  div#block-views-block-frontpage-hk-forum-register-before-login-block-1>div>div>div>div>div>div>a>img {
    height: auto;
  }

  div#block-views-block-frontpage-banner2-block-1>div>div>div>div>div>div>a>img {
    height: auto;
  }

  /*
	div#wrapper>.container>.row.layout>.content_layout{
	    margin-left: 10px;
    	margin-right: 10px;
	}
	*/

  .view-association-lists-eu-,
  .view-association-lists-as-,
  .view-association-lists-au-,
  .view-association-lists-na-,
  .view-association-lists,
  .view-association-details,
  .view-associates-directory,
  .view-grouping-content,
  form#user-login-form {
    margin-left: 10px;
    margin-right: 10px;
  }

  form#registration-reminder-form {
    margin-left: 20px;
    margin-right: 20px;
  }

}

/*Search*/
.search-advanced>.details-wrapper>#edit-types-fieldset,
.search-advanced>.details-wrapper>#edit-lang-fieldset {
  display: none;
}

.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-phrase.form-item-phrase,
.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-negative.form-item-negative,
.search-advanced>.fieldset-wrapper>fieldset#edit-types-fieldset,
.search-advanced.js-form-item.form-item.js-form-wrapper.form-wrapper>legend,
.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-or.form-item-or>label,
.search-help-link,
.search-advanced {
  display: none;
}

form#custom-search-block-form>.js-form-type-select.form-type-select {
  display: none;
}

form#custom-search-block-form>.js-form-type-search.form-type-search {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}

form#custom-search-block-form>.js-form-type-search.form-type-search input {
  height: 20px;
  padding: 0px;
  padding-left: 5px;

}

form#custom-search-block-form>div#edit-actions Input {
  height: 20px;
  font-size: 12px;
  line-height: 1px;
  border: 0px solid transparent;
  padding: 0px;
  margin-left: 0px;
  background-color: transparent;

}

form#custom-search-block-form>div#edit-actions {
  display: inline-flex;
  margin-top: 0px;
  margin-bottom: 0px;
}

form#custom-search-block-form>.js-form-submit.form-submit {
  height: 20px;
  margin: 0px;
  font-size: 12px;
  vertical-align: bottom;
  line-height: 1px;
}

/*Footer*/
#superfish-footer2,
#superfish-footer {
  line-height: 0.1;
}

#superfish-footer2>li>a {
  font-size: 12px;
  color: #666;
  /*bottom: 6px;*/
}

#superfish-footer2>li,
#superfish-footer>li {
  display: inline-block;
  float: none !important;
}

ul#superfish-footer2,
ul#superfish-footer {
  display: table !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 5px;
}

ul#superfish-footer {
  border-top: 1px dotted #777777;
  border-bottom: 1px dotted #777777;
}

#superfish-footer>li>a {
  font-size: 13px;
  color: #666;
}

#superfish-footer>li>a:after {
  content: "";
  top: 5px;
  border-right: 1px solid #333333;
  height: 11px;
  position: absolute;
  right: 0px;
}

#superfish-footer>li:last-child>a:after {
  content: none;
}

div#block-footer,
div#block-footer2 {
  display: table;
}

div#block-copyrightblock {
  font-size: 13px;
  line-height: 20px;
}

div#block-footer2>div.sf-accordion-toggle {
  display: none;
}

@media only screen and (max-width: 413px) {
  .navbar-header {
    width: 75%;
  }

  .navbar-header>div>div>a>img {
    width: 95%;
  }

  .headercontainer>div:nth-child(2)>div:nth-child(2) {

    float: left;
  }
}

@media only screen and (max-width: 380px) {
  form#custom-search-block-form>.js-form-type-search.form-type-search input {
    width: 110px;
  }
}

div#copyright>div.container>div.row,
div#copyright>div.container>div.row>div>div.row,
div#footer-menu>div.container>div.row,
div#footer>div.container>div.row,
div#footer2>div.container>div.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*previous winners*/
div#block-awardwinnergaa>ul>li>a,
div#block-awardwinnerbia>ul>li>a,
div#block-awardwinneroma>ul>li>a,
div#block-awardwinnerssa>ul>li>a {
  font-weight: 800;
  padding: 0.75em 0.5em;
}

div#block-awardwinnergaa>ul>li>a,
div#block-awardwinnerbia>ul>li>a,
div#block-awardwinneroma>ul>li>a {
  /*padding:0.75em 0.5em;*/
}

div#block-awardwinnergaa>ul>li,
div#block-awardwinnergaa>ul>li>ul>li,
div#block-awardwinnerbia>ul>li,
div#block-awardwinnerbia>ul>li>ul>li,
div#block-awardwinneroma>ul>li,
div#block-awardwinneroma>ul>li>ul>li,
div#block-awardwinnerssa>ul>li,
div#block-awardwinnerssa>ul>li>ul>li {
  background-color: aliceblue;
}


/***BnR Start***/

/***Landing Start***/

/***Banner Start***/

.land_banner {
  width: 100%;
  position: relative;
}

.land_banner_img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.land_banner_title {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  display: block;
  margin-top: 20%;
}

.land_banner_desc {
  height: 100%;
  color: #fff;
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
}

.land_banner_link {
  width: 50%;
  height: 100%;
  font-size: 24px;
  color: #fff;
  padding: 5px 18px;
  background-color: #71b9a3;
  margin-top: 10px;
  margin-bottom: 35%;
  opacity: 0.7;
}

.land_banner_link a {
  color: #fff !important;
  text-decoration: none !important;
}

@media (max-width: 1414px) {
  .land_banner_title {
    font-size: 40px;
    margin-top: 20%;
  }

  .land_banner_desc {
    font-size: 30px;
    line-height: 35px;
  }

  .land_banner_link {
    font-size: 22px;
    margin-bottom: 35%;
  }

}

@media (max-width: 1224px) {
  .land_banner_title {
    font-size: 36px;
    margin-top: 20%;
  }

  .land_banner_desc {
    font-size: 30px;
    line-height: 35px;
  }

  .land_banner_link {
    font-size: 22px;
    margin-bottom: 20%;
  }

}

@media (max-width: 1124px) {
  .land_banner_title {
    font-size: 32px;
    margin-top: 20%;
  }

  .land_banner_desc {
    font-size: 30px;
    line-height: 35px;
  }

  .land_banner_link {
    font-size: 18px;
    margin-bottom: 20%;
  }

}

@media (max-width: 1024px) {
  .land_banner_title {
    font-size: 28px;
    margin-top: 20%;
  }

  .land_banner_desc {
    font-size: 28px;
    line-height: 35px;
  }

  .land_banner_link {
    font-size: 17px;
    margin-bottom: 30%;
  }

}

@media (max-width: 992px) {
  .land_banner_title {
    font-size: 28px;
    margin-top: 12%;
  }

  .land_banner_desc {
    font-size: 28px;
    line-height: 30px;
  }

  .land_banner_link {
    font-size: 16px;
    margin-bottom: 15%;
  }

}


@media (max-width: 768px) {
  .land_banner_title {
    font-size: 30px;
    margin-top: 4%;
  }

  .land_banner_desc {
    font-size: 25px;
    line-height: 35px;
  }

  .land_banner_link {
    font-size: 16px;
    margin-bottom: 10%;
  }

}

@media (max-width: 615px) {
  .land_banner_title {
    font-size: 24px;
    margin-top: 5%;
  }

  .land_banner_desc {
    font-size: 16px;
    line-height: 13px;
  }

  .land_banner_link {
    font-size: 9px;
    margin-bottom: 10%;
  }
}

@media (max-width: 460px) {
  .land_banner_title {
    font-size: 22px;
    margin-top: 2%;
  }

  .land_banner_desc {
    font-size: 16px;
    line-height: 18px;
  }

  .land_banner_link {
    font-size: 8px;
    margin-bottom: 5%;
  }

}

@media (max-width: 380px) {
  .land_banner_img {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
  }

  .land_banner_img img {
    max-height: 200px;
    width: auto;
  }

  .land_banner_title {
    font-size: 22px;
    margin-top: 40px;
  }

  .land_banner_link {
    font-size: 8px;
    margin-bottom: 30px;
  }
}

@media (max-width: 320px) {
  .land_banner_title {
    font-size: 22px;
    margin-top: 5%;
  }

  .land_banner_desc {
    font-size: 16px;
    line-height: 18px;
  }

  .land_banner_link {
    font-size: 9px;
    margin-bottom: 5%;
  }

}

/***Banner End***/
.region.region-headermenu>div {
  display: inline-block;
}

.region.region-headerlogo {
  text-align: right;
  margin-top: 25px;
}

/***Lang selector Start***/
div#block-languageswitcher ul.links {
  /* display: inline-block; */
  margin: 0px;
}

div#block-languageswitcher ul.links li {
  display: inline-block;
  padding-left: 3px;
  margin-left: 3px;
}

div#block-languageswitcher ul.links li.border a {
  /*background: url(/themes/custom/paxton/images/vertical_24.png);
    background-repeat: no-repeat;
    background-position-y: 4px;
    background-position-x: -10px;
    background-size: 21px;*/
  border-left: 1px solid;
  padding-left: 6px;
}

div.language-switcher-language-url .is-active {
  display: none;
}


div#block-languageswitcher a.language-link {
  color: #6f6f6f;
}

#block-languageswitcher {
  display: inline-block;
  bottom: 5px;
}

#block-fancylogin~div {
  display: inline-block;
}

/***Lang selector End***/

.region.region-headerlogo>div {
  display: inline-block;
}

nav#block-useraccountmenu {
  display: inline-block;
}

nav#block-useraccountmenu ul.menu {
  margin-top: 0px;
  margin-bottom: 0px;
}

nav#block-useraccountmenu li.menu-item {
  font-size: 14px;
}

.view-signinlink ul {
  list-style: none;
}

.view-signinlink a {
  color: #6f6f6f;
}

.dialog-off-canvas-main-canvas~div#wrapper>div>div>.col-sm-12.col-md-8 {
  padding-left: 5px !important;
  padding-right: 40px !important;
}

/***Login Box Start***/

.region.region-headermenu {
  display: block;
  text-align: right;
}

.region.region-headermenu>div>div#block-languageswitcher {
  bottom: 0px;
}

.region.region-headermenu>div>div#block-views-block-myacclink-block-1 {
  bottom: -5px;
  margin-left: 3px;
}

.headercontainer>div.row>div.col-md-9.col-xs-12>div.row:nth-child(1) {
  min-height: 70px;
}

div#block-views-block-signinlink-block-1,
div#block-views-block-myacclink-block-1 {
  display: inline-block;
}

div#block-views-block-signinlink-block-1 a,
div#block-views-block-myacclink-block-1 a {
  border-left: 1px solid;
  padding-left: 6px;
}

div#block-userlogin-2 {
  width: 100%;

}

div#block-userlogin-2 .js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-name.form-item-name,
div#block-userlogin-2 .js-form-item.form-item.js-form-type-password.form-type-password.js-form-item-pass.form-item-pass {
  display: inline-block;
  margin-bottom: 0px;
  margin-top: 0px;
}

div#block-userlogin-2 .js-form-type-email.form-type-email.js-form-item-name.form-item-name>input,
div#block-userlogin-2 .form-type-password.js-form-item-pass.form-item-pass>input {
  height: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

div#block-userlogin-2 div#edit-actions--3,
div#block-userlogin-2 div#edit-actions {
  display: inline-block;
  margin: 0px;
}

div#block-userlogin-2 form#user-login-form {
  display: inline-block;
}

div#block-userlogin-2 .item-list {
  display: inline-block;
  padding: 0px;
  margin: 0px;
}

div#block-userlogin-2 input.form-submit {
  height: 20px;
  padding: 0px 10px;
}

div#block-userlogin-2 .item-list>ul>li,
div#block-views-block-signinlink-block-1 ul,
div#block-views-block-myacclink-block-1 ul {
  list-style: none;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

div#block-userlogin-2 .item-list>ul>li>a {
  color: #6f6f6f;
}

div#block-userlogin-2 .item-list>ul>li:first-child {
  display: none;
}

div#block-userlogin-2 .js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-name.form-item-name>label,
div#block-userlogin-2 .js-form-item.form-item.js-form-type-password.form-type-password.js-form-item-pass.form-item-pass>label {
  display: none;
}


div#block-userlogin-2 div#edit-actions--2,
div#block-userlogin-2 div#edit-actions {
  margin-bottom: 0px;
  margin-top: 0px;
  display: inline-block;
}

#block-fancylogin {
  display: inline-block;
}

#fancy_login_login_link_wrapper a {
  background: #5dbc9a;
  color: #fff;
  padding: 1px 8px;
  border-radius: 40px;
}

#fancy_login_dim_screen {
  z-index: 9999 !important;
}

#fancy_login_login_box {
  z-index: 10000 !important;

}

form#fancy-login-user-login-form>div.item-list>ul>li:nth-child(1) {
  /* display: none;*/
}

/***Login Box End***/

@media (max-width: 768px) {
  .headercontainer>div.row>div.col-md-9.col-xs-12>div.row:nth-child(1) {
    min-height: 0px;
  }
}

@media (max-width: 450px) {
  #wrapper>.container>.row>.col-sm-12.col-md-8 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

}

.view-myacclink {
  bottom: 5px;
}

.view-myacclink .view-empty>ul {
  list-style: none;
  display: inline-block;
}

.view-myacclink .view-empty>ul>li {
  display: inline-block;
}

.view-myacclink .view-empty>ul>li:nth-child(1) {
  padding-right: 5px;
}

.view-myacclink .view-empty>ul>li>a {
  color: #6f6f6f;
}

.region.region-primary-menu {
  text-align: right;
}

/***Search Box start***/
div#block-paxton-search {
  display: inline-block;
  margin-top: 6px;
}

div#block-paxton-search div.js-form-item.form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys.form-no-label {
  display: inline-block;
  margin: 0px;
}

div#block-paxton-search div#edit-actions {
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
}

/***Search Box End***/

/***News Slider Start***/
.view-id-landingarticles ul.slides,
.view-duplicate-of-landingarticles ul.slides {
  width: 70%;
  display: inline-block;
  max-height: 400px;
}

.view-id-landingarticles ol.flex-control-nav.flex-control-thumbs,
.view-duplicate-of-landingarticles ol.flex-control-nav.flex-control-thumbs {
  width: 28%;
  display: inline-block;
  max-height: 390px;
  top: 0px;
  margin-left: 20px;
  border-left: 5px solid #0f406e;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  /*max-width: 350px;*/
}


.view-id-landingarticles ol.flex-control-nav.flex-control-thumbs>li,
.view-duplicate-of-landingarticles ol.flex-control-nav.flex-control-thumbs>li {
  width: auto;
  float: left;
  display: block;
  position: relative;
  height: 200px;

}

.view-id-landingarticles .flexslider,
.view-duplicate-of-landingarticles .flexslider {
  background-image: url(/themes/custom/paxton/images/green_background.png);
  background-origin: content-box;
  width: 100%;
  height: 420px !important;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0px solid #fff !important;
  margin-bottom: 20px;
}

div#flexslider-1>ul.slides>li>div {
  display: inline-block;
  width: 50%;
  vertical-align: text-top;
  padding: 10px 5px;
}

div#flexslider-1>ul.slides>li {
  padding: 30px 40px 30px 40px;
}

div#flexslider-1>ul.slides>li>div img {
  padding: 10px;
  /*max-height:320px;*/
  height: 320px;
  width: auto;
}

span.land_new_title {
  display: block;
  font-size: 24px;
  /* color: #fff!important; */
  font-weight: bold;
}

span.land_new_title a {
  color: #0f406e !important;
}

span.land_new_date {
  display: block;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

span.land_new_body {
  color: #fff;
}

span.flex-caption {
  position: absolute;
  bottom: 10px;
  left: 0px;
  font-size: 14px;
  color: #fff;
  background: #266473;
  width: 96%;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  opacity: 0.7;
}


.view-id-landingarticles ol.flex-control-nav.flex-control-thumbs>li img,
.view-duplicate-of-landingarticles ol.flex-control-nav.flex-control-thumbs>li img {
  margin: 10px;
  border: 5px solid #0f406e;
  width: 280px;
  height: 180px;
}

li.flex-nav-prev {
  position: absolute;
  top: 20px;
  left: calc(50% - 54px);
}

li.flex-nav-next {
  position: absolute;
  bottom: 20px;
  left: 50%;
}

.flex-direction-nav a.flex-next:before {
  display: none;
}

.flex-direction-nav .flex-next {
  text-align: center;
}

@media (max-width: 1600px) {

  div#flexslider-1>ul.slides>li>div img {
    padding: 10px;
    max-height: 320px;
    height: auto;
    width: 90%;
  }

  div#flexslider-1>ol>li {
    height: 50%;
  }

  span.flex-caption {
    position: absolute;
    bottom: 15px;
    left: 0px;
    font-size: 14px;
    color: #fff;
    background: #266473;
    width: 95%;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 0.7;
  }

  .view-id-landingarticles ol.flex-control-nav.flex-control-thumbs>li img,
  .view-duplicate-of-landingarticles ol.flex-control-nav.flex-control-thumbs>li img {
    margin: 10px;
    border: 5px solid #0f406e;
    width: 270px;
    height: 170px;
  }

  .view-id-landingarticles ol.flex-control-nav.flex-control-thumbs>li,
  .view-duplicate-of-landingarticles ol.flex-control-nav.flex-control-thumbs>li {
    width: auto;
    float: left;
    display: block;
    position: relative;
    height: 180px;
  }
}

@media (max-width: 1280px) {
  span.flex-caption {
    position: absolute;
    bottom: 55px;
    left: 0px;
    font-size: 14px;
    color: #fff;
    background: #266473;
    width: 95%;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 0.7;
  }

  .view-id-landingarticles ol.flex-control-nav.flex-control-thumbs>li img,
  .view-duplicate-of-landingarticles ol.flex-control-nav.flex-control-thumbs>li img {
    margin: 10px;
    border: 5px solid #0f406e;
    width: 230px;
    height: 130px;
  }

  .view-id-landingarticles ol.flex-control-nav.flex-control-thumbs>li,
  .view-duplicate-of-landingarticles ol.flex-control-nav.flex-control-thumbs>li {
    width: auto;
    float: left;
    display: block;
    position: relative;
    height: 140px;
  }
}


@media (max-width: 910px) {

  .view-id-landingarticles ol.flex-control-nav.flex-control-thumbs>li img,
  .view-duplicate-of-landingarticles ol.flex-control-nav.flex-control-thumbs>li img {
    height: 105px;
    width: 205px;
  }

  span.flex-caption {
    bottom: 80px;
  }

}

@media (max-width: 768px) {
  span.flex-caption {
    font-size: 10px;
    max-height: 50px;
    overflow-y: hidden;
  }

  .view-id-landingarticles .flexslider,
  .view-duplicate-of-landingarticles .flexslider {
    height: 410px !important;
    text-align: center;
  }

  div#flexslider-1>ul.slides>li>div {
    display: inline-block;
    width: 50%;
    vertical-align: text-top;
    padding: 10px 5px;
    text-align: left;
  }

  .view-id-landingarticles ol.flex-control-nav.flex-control-thumbs,
  .view-duplicate-of-landingarticles ol.flex-control-nav.flex-control-thumbs {
    max-height: 315px;
  }

  div#flexslider-1>ul.slides>li>div img {
    padding: 10px;
    /* max-height: 320px; */
    height: 140px;
    width: auto;
  }

  span.flex-caption {
    position: absolute;
    bottom: 5px;
    left: 0px;
    font-size: 14px;
    color: #fff;
    background: #266473;
    width: 94%;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 0.7;
  }

  .view-id-landingarticles ol.flex-control-nav.flex-control-thumbs>li img,
  .view-duplicate-of-landingarticles ol.flex-control-nav.flex-control-thumbs>li img {
    margin: 10px;
    border: 5px solid #0f406e;

    height: 100px;
    width: 200px;
  }

  .view-id-landingarticles ol.flex-control-nav.flex-control-thumbs>li,
  .view-duplicate-of-landingarticles ol.flex-control-nav.flex-control-thumbs>li {
    width: auto;
    float: left;
    display: block;
    position: relative;
    height: 110px;
  }



  span.land_new_title {
    display: block;
    font-size: 16px;
    /* color: #fff!important; */
    font-weight: bold;
  }

  span.land_new_body {
    color: #fff;
    font-size: 12px;
  }

  span.flex-caption {
    display: none;
  }

  .view-id-landingarticles ul.slides,
  .view-duplicate-of-landingarticles ul.slides {
    width: 100%;
    display: inline-block;
    max-height: 400px;
  }

  .view-id-landingarticles ol.flex-control-nav.flex-control-thumbs,
  .view-duplicate-of-landingarticles ol.flex-control-nav.flex-control-thumbs {
    width: 90%;
    display: inline-flex;
    /* max-height: 284px; */
    top: 0px;
    margin-left: 0px;
    border-left: 0px solid #0f406e;
    padding-left: 0px;
    margin-top: -15px;
    margin-bottom: 10px;
    position: relative;
    display: -webkit-inline-flex;
  }

  div#flexslider-1>ul.slides>li {
    padding: 20px 20px 20px 20px;
  }

  div#flexslider-1>ol {
    width: 475px;
  }

  .view-id-landingarticles ol.flex-control-nav.flex-control-thumbs>li,
  .view-duplicate-of-landingarticles ol.flex-control-nav.flex-control-thumbs>li {
    width: 100%;
    float: left;
    display: inline-table;
    position: relative;
    margin-left: 10px;
    height: auto;
    display: -webkit-inline-flex;
  }

  .view-id-landingarticles ol.flex-control-nav.flex-control-thumbs>li img,
  .view-duplicate-of-landingarticles ol.flex-control-nav.flex-control-thumbs>li img {
    margin: 10px;
    border: 2px solid #0f406e;
    width: 135px;
  }

  .view-id-landingarticles li.flex-active-slide,
  .view-duplicate-of-landingarticles li.flex-active-slide {
    max-height: 400px;
    overflow: hidden;
  }


}

@media only screen and (max-width: 520px) {

  .view-id-landingarticles ol.flex-control-nav.flex-control-thumbs,
  .view-duplicate-of-landingarticles ol.flex-control-nav.flex-control-thumbs {
    margin-top: -25px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 510px) {
  div#flexslider-1>ol {
    width: 310px;
  }

  .view-id-landingarticles ol.flex-control-nav.flex-control-thumbs,
  .view-duplicate-of-landingarticles ol.flex-control-nav.flex-control-thumbs {
    margin-top: -10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .view-id-landingarticles .flexslider,
  .view-duplicate-of-landingarticles .flexslider {
    height: 440px !important;
  }

  .view-id-landingarticles ol.flex-control-nav.flex-control-thumbs>li img,
  .view-duplicate-of-landingarticles ol.flex-control-nav.flex-control-thumbs>li img {
    margin: 10px;
    border: 2px solid #0f406e;
    width: 135px;
  }

  .view-id-landingarticles ul.slides,
  .view-duplicate-of-landingarticles ul.slides {
    width: 100%;
    display: inline-block;
    max-height: 400px;
    overflow: hidden;
    height: 270px;
  }

  div#flexslider-1>ul.slides>li>div img {
    height: auto;
    width: 90%;
  }

}

@media only screen and (max-width: 450px) {

  .view-id-landingarticles ul.slides,
  .view-duplicate-of-landingarticles ul.slides {
    width: 100%;
    display: inline-block;
    max-height: 400px;
    overflow: hidden;
    height: 270px;
  }
}

/***News Slider End***/


/***Event Start***/

.view-landingevent1.view-id-landingevent1 {
  padding-left: 10%;
}

.view-landingevent1.view-id-landingevent1 .views-row:nth-child(1) {
  border-top: 2px solid #216296;

}

.view-landingevent1.view-id-landingevent1 .views-row {
  border-bottom: 2px solid #216296;
  margin-bottom: 5px;
}

.view-landingevent1.view-id-landingevent1 .views-field-field-event-date {
  font-size: 32px;
  font-weight: bold;
  color: #65c28f;
}

.view-landingevent1.view-id-landingevent1 .views-field-title>span>a {
  font-size: 18px;
  font-weight: bold !important;
  color: #15466e;
  line-height: 20px;
  word-break: break-word;
}

.view-landingevent1.view-id-landingevent1 .views-field-field-tagline {
  font-size: 18px;
  font-weight: 400;
  color: #216296;
  line-height: 18px;
}

.view-landingevent1.view-id-landingevent1 .views-field-field-name {
  font-size: 16px;
  font-weight: 500;
  color: #92d3af;
  padding-top: 20px;
  padding-bottom: 20px;
}

div#block-views-block-event-bookmark-list-block-1 {
  margin-top: 20px;
}

div#block-views-block-landingevent1-block-1>h2 {
  color: #2a587b;
  font-size: 34px;
  margin-top: 10px;
  margin-left: 25px;
}



.event-tree2 .views-infinite-scroll-content-wrapper {
  background: url(/themes/custom/paxton/images/event_bar.png);
  background-repeat: repeat-y;
  background-position: 50% 0%;
}

.event-tree2 .views-infinite-scroll-content-wrapper:before {
  transform: rotate(90deg);
  background: url(/themes/custom/paxton/images/event_bar_arrow.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  background-position: 50% 0%;
  left: 49%;
  position: relative;
  top: -2px;
}

.event-tree2 .views-infinite-scroll-content-wrapper:after {

  background-image: url(/themes/custom/paxton/images/event_bar_arrow.png);
  background-repeat: no-repeat;
  width: 20px;
  background-position: 50% 0%;
  /* background-color: white; */
  /* zoom: 400%; */
  height: 20px;
  background-size: 25px;
  transform: rotate(270deg);
  left: 49%;
  position: relative;
}

.event-tree2 .view-grouping {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.event-tree2 td.views-field.views-field-field-image {
  padding: 0px !important;
  margin: 0px !important;
}

.event-tree2 .view-grouping-header {

  text-align: left;
  font-size: 35px;
  font-weight: bold;
  color: #093662;
  padding: 2px;
  padding-left: 2%;
}

.event-tree2 .view-grouping:nth-child(odd) .view-grouping-header {
  background-image: url(/themes/custom/paxton/images/event_arrow1.png);
  background-repeat: no-repeat;
  background-position: 49%;
}

.event-tree2 .view-grouping:nth-child(even) .view-grouping-header {
  left: 50%;
  position: relative;
  /* float: right; */
  background-image: url(/themes/custom/paxton/images/event_arrow2.png);
  background-repeat: no-repeat;
  background-position: 0.7%;
  padding-left: 4%;
}

div#block-views-block-event-bookmark-list-v2-block-1--2 .view-grouping:nth-child(odd) .view-grouping-content,
div#block-views-block-event-bookmark-list-v2-sc-block-1--2 .view-grouping:nth-child(odd) .view-grouping-content,
div#block-views-block-event-bookmark-list-v2-tc-block-1--2 .view-grouping:nth-child(odd) .view-grouping-content,
div#block-views-block-event-bookmark-list-v2-block-1 .view-grouping:nth-child(odd) .view-grouping-content,
div#block-views-block-event-bookmark-list-v2-sc-block-1 .view-grouping:nth-child(odd) .view-grouping-content,
div#block-views-block-event-bookmark-list-v2-tc-block-1 .view-grouping:nth-child(odd) .view-grouping-content {
  width: 48%;
  float: left;
}

div#block-views-block-event-bookmark-list-v2-block-1--2 .view-grouping:nth-child(even) .view-grouping-content,
div#block-views-block-event-bookmark-list-v2-sc-block-1--2 .view-grouping:nth-child(even) .view-grouping-content,
div#block-views-block-event-bookmark-list-v2-tc-block-1--2 .view-grouping:nth-child(even) .view-grouping-content,
div#block-views-block-event-bookmark-list-v2-block-1 .view-grouping:nth-child(even) .view-grouping-content,
div#block-views-block-event-bookmark-list-v2-sc-block-1 .view-grouping:nth-child(even) .view-grouping-content,
div#block-views-block-event-bookmark-list-v2-tc-block-1 .view-grouping:nth-child(even) .view-grouping-content {
  width: 48%;
  float: right;
}

.event-tree2 caption {
  display: none;
}


.event-tree2 .event_item {
  background: #f9f9f9;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 0px solid #093663;
  border-top: 2px solid #093663;
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.event-tree2 .event_item:hover {
  background: #093662;
}

.event-tree2 .event_item {
  border-bottom: 0px solid #093663;
}

.event-tree2 table.cols-0:last-child tr:last-child>td>.event_item {
  border-bottom: 2px solid #093663 !important;
}

@media (max-width: 1200px) {

  div#block-views-block-event-bookmark-list-v2-block-1--2 .view-grouping:nth-child(odd) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-sc-block-1--2 .view-grouping:nth-child(odd) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-tc-block-1--2 .view-grouping:nth-child(odd) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-block-1 .view-grouping:nth-child(odd) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-sc-block-1 .view-grouping:nth-child(odd) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-tc-block-1 .view-grouping:nth-child(odd) .view-grouping-header {
    background-image: url(/themes/custom/paxton/images/event_arrow1.png);
    background-repeat: no-repeat;
    background-position: 48%;

  }

  div#block-views-block-event-bookmark-list-v2-block-1--2 .view-grouping:nth-child(even) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-sc-block-1--2 .view-grouping:nth-child(even) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-tc-block-1--2 .view-grouping:nth-child(even) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-block-1 .view-grouping:nth-child(even) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-sc-block-1 .view-grouping:nth-child(even) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-tc-block-1 .view-grouping:nth-child(even) .view-grouping-header {
    left: 51%;
    position: relative;
    /* float: right; */
    background-image: url(/themes/custom/paxton/images/event_arrow2.png);
    background-repeat: no-repeat;
    background-position: 0.7%;
    padding-left: 4%;
  }

  .event-tree2 .views-infinite-scroll-content-wrapper:before {

    height: 20px;
    width: 20px;
    background-position: 50% 0%;
    left: 48%;
    top: -2px;
  }

}

@media (max-width: 768px) {


  div#block-views-block-event-bookmark-list-v2-block-1--2 .view-grouping:nth-child(even).view-grouping .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-sc-block-1--2 .view-grouping:nth-child(even).view-grouping .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-tc-block-1--2 .view-grouping:nth-child(even).view-grouping .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-block-1 .view-grouping:nth-child(even).view-grouping .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-sc-block-1 .view-grouping:nth-child(even).view-grouping .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-tc-block-1 .view-grouping:nth-child(even).view-grouping .view-grouping-header {
    left: 5%;
    position: relative;
    /* float: right; */
    background-image: url(/themes/custom/paxton/images/event_arrow2.png);
    background-repeat: no-repeat;
    background-position: 0.7%;
    padding-left: 20px;
    text-align: left;
    margin-top: 20px;
  }

  div#block-views-block-event-bookmark-list-v2-block-1--2 .view-grouping:nth-child(odd) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-sc-block-1--2 .view-grouping:nth-child(odd) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-tc-block-1--2 .view-grouping:nth-child(odd) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-block-1 .view-grouping:nth-child(odd) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-sc-block-1 .view-grouping:nth-child(odd) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-tc-block-1 .view-grouping:nth-child(odd) .view-grouping-header {
    background-image: url(/themes/custom/paxton/images/event_arrow2.png);
    background-repeat: no-repeat;
    margin-left: 0%;
    padding: 2px;
    text-align: left;
    background-position: 0.7%;
    padding-left: 20px;
    position: relative;
    left: 5%;
    margin-top: 20px;
  }

  .event-tree2 .views-infinite-scroll-content-wrapper {
    background: url(/themes/custom/paxton/images/event_bar.png);
    background-repeat: repeat-y;
    background-position: 2% 0%;
  }

  .event-tree2 .views-infinite-scroll-content-wrapper:before {
    transform: rotate(180deg);
    background: url(/themes/custom/paxton/images/event_bar_arrow.png);
    /* background-repeat: no-repeat; */
    height: 20px;
    background-size: 25px;
    width: 25px;
    background-position: 0% 0%;
    left: 1%;
    position: relative;
    margin-top: 10px;
  }

  .event-tree2 .views-infinite-scroll-content-wrapper:after {

    background-image: url(/themes/custom/paxton/images/event_bar_arrow.png);
    /* background-repeat: no-repeat;*/
    width: 25px;

    left: 1%;
    position: relative;
    background-position: 1% 0%;
    /* background-color: white; */
    /* zoom: 400%; */
    height: 20px;
    background-size: 25px;
  }

  div#block-views-block-event-bookmark-list-v2-block-1--2 .view-grouping:nth-child(odd) .view-grouping-content,
  div#block-views-block-event-bookmark-list-v2-sc-block-1--2 .view-grouping:nth-child(odd) .view-grouping-content,
  div#block-views-block-event-bookmark-list-v2-tc-block-1--2 .view-grouping:nth-child(odd) .view-grouping-content,
  div#block-views-block-event-bookmark-list-v2-block-1 .view-grouping:nth-child(odd) .view-grouping-content,
  div#block-views-block-event-bookmark-list-v2-sc-block-1 .view-grouping:nth-child(odd) .view-grouping-content,
  div#block-views-block-event-bookmark-list-v2-tc-block-1 .view-grouping:nth-child(odd) .view-grouping-content {
    width: 92%;
    float: unset;
    left: 4%;
    position: relative;
  }

  div#block-views-block-event-bookmark-list-v2-block-1--2 .view-grouping:nth-child(even) .view-grouping-content,
  div#block-views-block-event-bookmark-list-v2-sc-block-1--2 .view-grouping:nth-child(even) .view-grouping-content,
  div#block-views-block-event-bookmark-list-v2-tc-block-1--2 .view-grouping:nth-child(even) .view-grouping-content,
  div#block-views-block-event-bookmark-list-v2-block-1 .view-grouping:nth-child(even) .view-grouping-content,
  div#block-views-block-event-bookmark-list-v2-sc-block-1 .view-grouping:nth-child(even) .view-grouping-content,
  div#block-views-block-event-bookmark-list-v2-tc-block-1 .view-grouping:nth-child(even) .view-grouping-content {
    width: 92%;
    float: unset;
    left: 4%;
    position: relative;
  }

  .event-tree2 tr:last-child>td>.event_item {
    border-bottom: 0px solid #093663;
  }

}

@media (max-width: 400px) {

  div#block-views-block-event-bookmark-list-v2-block-1--2 .view-grouping:nth-child(even).view-grouping .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-sc-block-1--2 .view-grouping:nth-child(even) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-tc-block-1--2 .view-grouping:nth-child(even) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-block-1 .view-grouping:nth-child(even).view-grouping .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-sc-block-1 .view-grouping:nth-child(even) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-tc-block-1 .view-grouping:nth-child(even) .view-grouping-header {
    left: 8%;
    position: relative;
    /* float: right; */
    background-image: url(/themes/custom/paxton/images/event_arrow2.png);
    background-repeat: no-repeat;
    background-position: 0.7%;
    padding-left: 20px;
    text-align: left;
    margin-top: 20px;
  }

  div#block-views-block-event-bookmark-list-v2-block-1--2 .view-grouping:nth-child(odd) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-sc-block-1--2 .view-grouping:nth-child(odd) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-tc-block-1--2 .view-grouping:nth-child(odd) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-block-1 .view-grouping:nth-child(odd) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-sc-block-1 .view-grouping:nth-child(odd) .view-grouping-header,
  div#block-views-block-event-bookmark-list-v2-tc-block-1 .view-grouping:nth-child(odd) .view-grouping-header {
    background-image: url(/themes/custom/paxton/images/event_arrow2.png);
    background-repeat: no-repeat;
    margin-left: 0%;
    padding: 2px;
    text-align: left;
    background-position: 0.7%;
    padding-left: 20px;
    position: relative;
    left: 8%;
    margin-top: 20px;
  }
}


@media (max-width: 991px) {
  .view-landingevent1.view-id-landingevent1 {
    padding-left: 0%;
  }

  div#block-views-block-landingevent1-block-1>h2 {
    margin-left: -10px;
  }
}

@media (max-width: 820px) {

  .land-event.contextual-region.view.view-landingevent1 {
    margin-left: 10px;
    margin-right: 10px;
  }

  div#block-views-block-landingevent1-block-1>h2 {
    margin-left: 0px;
  }
}


/***Event End***/

/***Member Asso Start***/

#block-views-block-landingmembersasso-block-1 {
  width: 100%;
  height: 340px;
  overflow: hidden;
  position: relative;

}

div#block-views-block-landingmembersasso-block-1 h2 {
  color: #2a587b;
  font-size: 28px;
  margin-top: 0px;
  padding-bottom: 10px !important;
}

.land-asso {
  height: 320px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.land-asso .view-content {
  position: absolute;
  left: 0px;
  margin-top: 30px;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
}

.land-asso .views-col {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 85px;
}

.land-asso .views-field-field-association-logo>div {

  line-height: 85px;
  text-align: center;
}

.land-asso .views-field-field-association-logo>div>a>img {
  width: auto !important;
  height: 85px;
}

.land-asso .views-col .views-field-title {
  text-align: center;
}

@media only screen and (max-width: 767px) {

  .land-asso .views-col {
    width: 50% !important;
  }

  .land-asso .views-field-field-association-logo>div>a>img {
    width: auto !important;
    height: 55px;
  }

}

/***Member Asso End***/

.view-id-banner1 .field-content,
.view-id-banner2 .field-content {
  text-align: center;
}

img.image-style-bannerads {
  padding: 10px;
  max-width: 488px !important;
}

.land-news .views-row {
  position: relative;
  padding: 10px;
}

.land-news .views-field-title {
  position: absolute;
  top: 55px;
  left: 25px;
  font-size: 20px;
}

.land-news .views-field-field-image {
  text-align: center;
}

.land-news .views-field-field-image img {
  max-width: 152px;
  width: auto;
  height: 188px !important;

}



.land-news .views-field-field-pdf {
  background-color: #64c28e;
  text-align: center;
  height: 25px;
  border-radius: 15px;
  /* padding-top: 1px; */
  /* border: 1px solid; */
  width: 152px;
  margin-left: auto;
  margin-right: auto;

}

.land-news .views-field-field-pdf .field-content {
  margin-top: 5px;
  margin-bottom: 5px;

}

.land-news .views-field-field-pdf .file {

  padding-left: 0px !important;
  display: inline-block;
  min-height: 16px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: none !important;
}

.land-news .views-field-field-pdf a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}

/***Landing End***/

/***intelligence Start***/
a.a2a_button_facebook {
  padding-left: 0px;
}

.node--type-intelligence a.a2a_dd.addtoany_share img {
  width: 20px;
  top: -2px;
  position: relative;
}

.node--type-intelligence .block-field-blocknodeintelligencebody {
  margin-top: 40px;
}

.flag.flag-bookmark.action-flag,
.flag.flag-bookmark.action-unflag {
  width: 25px;
  height: 25px;
  display: inline-block;
  float: right;
}

.flag.flag-bookmark {
  display: inline-block;
  float: right;
}

.node--type-intelligence .field--name-field-date.field--type-datetime {
  margin-bottom: 10px;
  margin-top: 15px;
  color: #04183b;
  font-weight: bold;
}

.node--type-intelligence .field--name-body.field--type-text-with-summary {
  margin-top: 10px;
  margin-bottom: 10px;
}

.view-intelligencelist .flag img {
  width: 20px;
  margin-top: 3px;
  margin-right: 5px;
}

.view-intelligencelist .addtoany_list>a {
  border: 0;
  display: inline-block;
  font-size: 16px;
  padding: 0 4px;
  width: 25px;

  float: right;
}

/***intelligence End***/

/***Event End***/
.event_item {
  background: #f9f9f9;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #093663;
  border-top: 2px solid #093663;
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.event_item .col-md-3>img {
  width: 150px;
  height: 150px;
  padding: 10px;
}

img.image-style-thumbnail {
  padding: 10px;
}

.event_item .col-md-4,
.event_item .col-md-3 {
  vertical-align: middle;
  text-align: center;
}


.event_item img.image-style-thumbnail {
  width: 150px;
  height: 150px;
}


span.event-title {
  display: block;
  color: #093662;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

span.event-tagline {
  display: block;
  color: #093662;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

span.event-date {
  display: block;
  font-size: 25px;
  font-weight: bold;
  color: #5bbc90;
  text-align: left;
}

span.event-venue {
  display: block;
  color: #5bbc90;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.col-md-11.col-sm-11.col-xs-11>.event-date,
.col-md-11.col-sm-11.col-xs-11>a>.event-title,
.col-md-11.col-sm-11.col-xs-11>.event-tagline,
.col-md-11.col-sm-11.col-xs-11>.event-venue {
  padding-left: 10px;
}

.col-md-8.col-sm-11.col-xs-11>.event-date,
.col-md-8.col-sm-11.col-xs-11>a>.event-title,
.col-md-8.col-sm-11.col-xs-11>.event-tagline,
.col-md-8.col-sm-11.col-xs-11>.event-venue {
  padding-left: 10px;
}

li.timeline-item.clearfix.odd .flag {
  float: left;
}

.event_item.row:hover {
  background: #093662;
}

.event_item.row:hover span.event-tagline,
.event_item.row:hover span.event-title {
  color: #fff;
}

.flag.flag-bookmark-event.action-flag,
.flag.flag-bookmark-event.action-unflag {
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 3px;
}




/***Event End***/

/***Event Detail Start***/

.event-detail .views-field-title {
  font-size: 24px;
  font-weight: bold;
  color: #093662;
}

.event-detail .views-field-field-date {
  font-size: 18px;
  font-weight: bold;
  color: #093662;
  padding-top: 10px;
  padding-bottom: 10px;
}

.event-detail .flag.flag-bookmark-event img {
  width: 25px;
}

.event-detail .views-field-field-link a {
  color: #141414;
}

.event-detail .views-field-field-event img {
  width: 33%;
  padding: 5px;
}

.event-detail .views-field-link-flag {
  float: right;
}

.event-detail .views-field-field-tagline {
  color: #093662;
  font-size: 18px;
  font-weight: 400;
  padding: 5px 0px;
}

.event-detail .views-field-field-organizer {


  margin-bottom: 20px;
  margin-top: 20px;
}

.event-detail .views-field-field-name {


  margin-bottom: 20px;
}


.event-detail .views-field-field-name {}



.event-detail .views-field.views-field-field-image img {
  width: 150px;
  max-height: 150px;
  height: auto;
}

.row.event-image-row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.event-detail .views-field.views-field-field-image {
  /* display: block; */
  /* float: left; */
  width: 90%;
}

.event-detail .views-field-field-link {
  margin-bottom: 20px;
}

.event-detail .views-field-field-organizer span.views-label,
.event-detail .views-field-field-name span.views-label,
.event-detail .views-field-field-link span.views-label {
  display: inline-block;
  width: 15%;
  min-width: 80px;
}

.event-detail .views-field-field-organizer .field-content,
.event-detail .views-field-field-name .field-content,
.event-detail .views-field-field-link .field-content {
  display: inline-block;
  width: 85%;
}

@media only screen and (max-width: 767px) {
  span.event-date {
    font-size: 22px;
  }

  .event-image-row .col-md-3.col-sm-3.col-xs-0 {
    display: none;
  }

  .event-detail .view-content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .lity-iframe-container {
    min-height: 500px;
  }

  .event-detail .views-field-field-event img {
    width: 48%;
  }

}

/***Event Detail End***/

div#edit-field-chatroom-block-wrapper {
  display: none;
}

/***Intelligence Start***/

.block-field-blocknodeintelligencefield-video {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#views-exposed-form-intelligencelist-block-1>div {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

#views-exposed-form-intelligencelist-block-1 .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-combine.form-item-combine {
  width: 85%;
  margin-top: 40px;
}

#views-exposed-form-intelligencelist-block-1 .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-combine.form-item-combine>input {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-width: 300px;
  height: 40px;
}

#views-exposed-form-intelligencelist-block-1 .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-combine.form-item-combine>label {
  display: none;
}

#views-exposed-form-intelligencelist-block-1>div>.form-actions {
  /* display: none; */
  display: inline-block;
  width: 10%;
  margin-top: 30px;
}

#views-exposed-form-intelligencelist-block-1 .form-actions .form-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  color: transparent;
  margin: 5px;
  background-image: url(/themes/custom/paxton/images/br_artwork__lens.png);
  background-repeat: no-repeat;
  height: 40px;
  content: "";
}

/*.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-content.form-item-content {
    width: 33.33333%;
    margin-right: 0px;
    padding-right: 15px;
}
.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-region-target-id.form-item-field-region-target-id {
width: 33.3333%;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-sector-target-id.form-item-field-sector-target-id {
	width: 33.3333%;
    margin-right: 0px;
    padding-left: 15px;
}
*/
.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-content.form-item-content label,
.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-region-target-id.form-item-field-region-target-id label,
.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-sector-target-id.form-item-field-sector-target-id label {
  display: none;
}

/*
.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-content.form-item-content select {
    height: 40px;
    border: 1px solid #03193e;
    width: 100%;
    background:#fff;
}
.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-region-target-id.form-item-field-region-target-id select{
    width: 100%;
    height: 40px;
    border: 1px solid #3a867c;
    background:#fff;
}
.js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-sector-target-id.form-item-field-sector-target-id select {
    width: 100%;
    height: 40px;
    border: 1px solid #031738;
    background:#fff;
}
*/

#views-exposed-form-intelligencelist-block-1 .js-form-item-field-sector-target-id.form-item-field-sector-target-id,
#views-exposed-form-intelligencelist-block-1 .js-form-item-field-region-target-id.form-item-field-region-target-id {
  max-width: 400px;
  width: 100%;
}

#views-exposed-form-intelligencelist-block-1 .js-form-item-field-sector-target-id.form-item-field-sector-target-id>select,
#views-exposed-form-intelligencelist-block-1 .js-form-item-field-region-target-id.form-item-field-region-target-id>select {

  height: 35px;
  width: 100%;
  max-width: 290px;
  background: #fff;
  border: 1px solid #ccc;
}

.view.view-intelligencelist.view-id-intelligencelist .button.js-form-submit.form-submit {
  display: none;
}

.view.view-intelligencelist.view-id-intelligencelist .view-filters {
  /* margin-left: 15px; */
  /* margin-right: 15px; */
  margin-top: 20px;
}

.view.view-intelligencelist.view-id-intelligencelist .views-col.col-1 {
  padding-left: 0px;
  padding-right: 20px;
}

.view.view-intelligencelist.view-id-intelligencelist .views-col.col-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.view.view-intelligencelist.view-id-intelligencelist .views-col.col-3 {
  padding-left: 20px;
  padding-right: 0px;
}

.view-intelligencelist.view-id-intelligencelist .views-row {

  margin-top: 40px;
}

.view-intelligencelist.view-id-intelligencelist .views-field-title {
  /* float: left; */
  display: inline-block;
  width: 80%;
  vertical-align: super;
}

.view-intelligencelist.view-id-intelligencelist .views-field-title a {
  padding-top: 0px;
  margin-bottom: 0px;
  color: #093662;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;

  word-break: break-word;
}

#block-views-block-intelligencelist-block-1 a.a2a_button_facebook,
#block-views-block-intelligencelist-block-1 a.a2a_button_twitter,
#block-views-block-intelligencelist-block-1 a.a2a_button_google_plus,
#block-views-block-intelligencelist-block-1 a.a2a_button_wechat,
#block-views-block-intelligencelist-block-1 a.a2a_button_linkedin {
  display: none;
}

#block-views-block-intelligencelist-block-1 .views-field.views-field-addtoany-share {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}

.view-intelligencelist.view-id-intelligencelist .views-field-link-flag {
  /* display: contents; */
  /* float: right; */
  text-align: right;
  width: 10%;
  display: inline-block;
  vertical-align: top;
}

.view-intelligencelist.view-id-intelligencelist .views-field-field-date {
  color: #093662;
  font-size: 16px;
  font-weight: bold;
}

.login-star.view.view-login-star.view-id-login_star {
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 3px;
  float: right;
}

a.a2a_dd.addtoany_share img {
  width: 26px;
}

.block-layout-builder.block-field-blocknodeintelligencebody img {
  min-width: 250px;
}

@media (max-width: 768px) {

  .view-intelligencelist.view-id-intelligencelist .views-field-link-flag a {
    border: 0;
    display: inline-block;
    font-size: 16px;
    padding: 0 4px;
  }

  .view-intelligencelist.view-id-intelligencelist .views-field-link-flag .flag.flag-bookmark {
    line-height: 30px;
  }

  .view-intelligencelist.view-id-intelligencelist .views-field-link-flag a>img {
    width: 26px;
    /* padding: 3px; */
    top: -3px;
    position: relative;
  }
}

@media (max-width: 767px) {

  .view.view-intelligencelist.view-id-intelligencelist .views-col {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
  }

  .view-intelligencelist.view-id-intelligencelist .views-field-link-flag {
    /* display: contents; */
    /* float: right; */
    text-align: right;
    width: 10%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 3px 3px 3px;
  }


  .view-intelligencelist.view-id-intelligencelist .view-filters {
    padding-left: 20px;
    padding-right: 20px;
  }


  #views-exposed-form-intelligencelist-block-1 .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-combine.form-item-combine>input {
    min-width: auto;
  }

}

/***Intelligence End***/

/***AboutUs start***/

.about-row img,
.about-annual-rt img {
  width: 100%;
}

.row.about-row:nth-child(1) {
  margin-top: 30px;
}

.row.about-row {
  margin-left: -10px !important;
  margin-right: -10px;
}

.about-text1 {
  background: url(/themes/custom/paxton/images/about-bg1.png);
  background-size: cover;
}

.about-text2 {
  background: url(/themes/custom/paxton/images/about-bg2.png);
  background-size: cover;
}

.about-text3 {}

.about-text1,
.about-text2 {
  padding: 20px;
  /* margin-left: 20px; */
}


.about-text1 .about-heading,
.about-text2 .about-heading {
  color: #0f3662;
  font-size: 58px;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.about-text1 .about-body,
.about-text2 .about-body {
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  color: #0f3662;
}

.about-text2 .about-heading,
.about-text2 .about-body {
  text-align: left;
}

.row.about-annual-rt {

  margin-top: 30px;
  margin-bottom: 30px;
  background: url(/themes/custom/paxton/images/about-bg3.png);
  background-size: cover;
  margin-right: -10px;
  margin-left: -10px;
}

.about-text3 {
  padding: 40px;
}

.about-annual-rt .about-heading {
  font-size: 58px;
  color: #fff;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 10px;
}

.about-annual-rt .about-body {
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
}

div#block-views-block-secretariats-block-1 {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}

.about-sec {
  padding-top: 30px;
  padding-bottom: 10px;
}

.row.sectionspace {
  padding-top: 30px;
}

div#block-views-block-secretariats-block-1 .views-field-title {
  font-size: 18px;
  font-weight: bold;
  color: #0f3662;
}

div#block-views-block-secretariats-block-1 .views-field-field-paragraphs-demo {
  color: #0f3662;
  padding-left: 15px;
  padding-right: 15px;
}

.row.sectionspace>.col-sm-4.col-md-4.col-xs-12:nth-child(1) {
  /* margin-right: 30px; */
  border-right: 1px solid #ccc;
  padding-right: 30px !important;
}

.row.sectionspace>.col-sm-4.col-md-4.col-xs-12:nth-child(2) {
  padding-left: 30px !important;
}

.sectionspace img {
  width: 200px;
}

div#block-views-block-membersassociationlogofull-block-1 {
  margin-bottom: 50px;
}

div#block-views-block-membersassociationlogofull-block-1 h2 {
  color: #0f3662;
  font-size: 32px;
  padding: 0px !important;
  padding-bottom: 20px !important;
}

div#block-views-block-membersassociationlogofull-block-1 .views-field-title {
  text-align: center;
  font-size: 14px;
}

.aboutus-asso .views-field-field-company-url>div {
  text-align: center;
  line-height: 85px;
}

.aboutus-asso .views-field-field-company-url>div>img,
.aboutus-asso .views-field-field-company-url>div>a>img {
  max-height: 150px;
  width: auto;
  margin-bottom: 35px;
}



@media only screen and (max-width: 767px) {
  .aboutus-asso .views-field-field-company-url>div>img.image-style-thumbnail {
    padding: 0px;
  }

  .aboutus-asso .views-col {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50% !important;
    height: 150px;
  }

  .aboutus-asso .views-view-grid .views-row {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }

  .about-text1 .about-heading,
  .about-text2 .about-heading {
    margin-top: 0px;
    font-size: 38px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: left;
  }

  .about-text1 .about-body,
  .about-text2 .about-body {
    padding-left: 60px;
    padding-right: 60px;
    text-align: left;
  }

  .about-text2,
  .about-text1 {
    margin-bottom: 10px;
  }

  .about-text3 {
    padding: 20px 40px 40px 40px;
  }

  div#block-views-block-membersassociationlogofull-block-1 h2 {
    font-size: 22px;
    padding-left: 20px !important;
  }

  .aboutus-asso .views-field-field-company-url>div>img,
  .aboutus-asso .views-field-field-company-url>div>a>img {
    max-height: 135px;
    width: auto;
    margin-bottom: 35px;
    padding: 20px;
    max-width: 90% !important;
  }





}

/***AboutUs End***/

/***Newsletter Start***/
div#block-views-block-newsletter-block-1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.news-list .views-field.views-field-field-image {
  text-align: center;
}

.news-list .views-field.views-field-field-image img {
  height: 180px !important;
  width: auto !important;
}

.news-list img.image-style-landingnewsletter {
  height: 180px !important;
  width: auto !important;
}

.news-list .views-field.views-field-field-pdf {
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 20px;

}

.news-list .views-field.views-field-field-pdf a {
  color: #0f3662;
}


@media (max-width: 767px) {
  .news-list .views-col {
    width: 50% !important;
  }

}

/***Newsletter End***/

/***Webfrom***/
form.webform-submission-form>div.form-item>div.form-title {
  margin-left: 0px !important;
  /* margin-right: -15px; */
}

.webform-submission-intelligence-form .js-form-item-content.form-item-content>label,
.webform-submission-intelligence-form .js-form-item-region.form-item-region>label,
.webform-submission-intelligence-form .js-form-item-sector.form-item-sector>label,
.webform-submission-intelligence-form .js-form-item-industry.form-item-industry>label,
.webform-submission-intelligence-form .js-form-item-date.form-item-date>label,
.webform-submission-event-form .js-form-item-start-date.form-item-start-date>label,
.webform-submission-event-form .js-form-item-end-date.form-item-end-date>label,
.webform-submission-event-form .js-form-item-region.form-item-region>label,
.webform-submission-event-form .js-form-item-industry.form-item-industry>label,
.webform-submission-intelligence-form .js-form-item-video.form-item-video>label,
.webform-submission-intelligence-form .js-form-item-video-tc.form-item-video-tc>label,
.webform-submission-intelligence-form .js-form-item-video-sc.form-item-video-sc>label,
.webform-submission-event-form .js-form-item-link.form-item-link>label,
.webform-submission-intelligence-form .js-form-item-region-1.form-item-region-1>label {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

.webform-submission-intelligence-form .js-form-item.form-item.js-form-type-select.form-type-select>select {
  height: 35px;
}

.webform-submission-intelligence-form .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-content.form-item-content {
  width: 100%;
  padding-right: 0px;
}

.webform-submission-intelligence-form .js-form-item-content.form-item-content>label {
  display: inline-block !important;
}

.webform-submission-intelligence-form select#edit-content,
.webform-submission-intelligence-form select#edit-region,
.webform-submission-intelligence-form select#edit-sector,
.webform-submission-intelligence-form select#edit-industry,
.webform-submission-event-form select#edit-region,
.webform-submission-event-form select#edit-industry,
.webform-submission-intelligence-form select#edit-region-1 {

  border: 1px solid #ccc;
  width: 65%;
  height: 80px;

}

.webform-submission-intelligence-form #edit-date,
.webform-submission-event-form #edit-start-date,
.webform-submission-event-form #edit-end-date {

  border: 1px solid #ccc;
  width: 20%;
  HEIGHT: 25PX;
}

/***Bookmark Start***/

.bookmark-event,
.bookmark-intelligence {
  margin-top: 20px;
}

.bookmark-event .views-field-title,
.bookmark-intelligence .views-field-title {
  width: 90%;
  text-align: left;
  display: inline-block;
}

.bookmark-intelligence .views-field-title a {
  font-size: 18px;
  color: #093661;
  font-weight: bold !important;

  word-break: break-word;
}

.bookmark-event .views-field-field-image>div>img,
.bookmark-intelligence .views-field-field-image>div>img {
  margin-bottom: 10px;
  margin-top: 20px;
}


.bookmark-event .views-field-link-flag,
.bookmark-intelligence .views-field-link-flag {
  width: 10%;
  text-align: right;
  display: inline-block;
  vertical-align: top;
}

.bookmark-event .views-field-field-event-date,
.bookmark-intelligence .views-field-field-date {
  font-size: 16px;
  color: #093661;
  font-weight: 400;
}

.bookmark-event .views-field-field-image,
.bookmark-intelligence .views-field-field-image {
  margin-bottom: 10px;
}

/***Bookmark End***/


/***Forum Member Start***/

.member-forum {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.member-forum form#views-exposed-form-forum-members-list-block-1>div {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.member-forum .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-combine.form-item-combine {
  width: 85%;
  margin-top: 40px;
}

.member-forum .js-form-item-field-country-target-id.form-item-field-country-target-id>label,
.member-forum .js-form-item-field-nature-of-business-target-id.form-item-field-nature-of-business-target-id>label {
  display: none;
}

.member-forum .js-form-item-field-country-target-id.form-item-field-country-target-id,
.member-forum .js-form-item-field-nature-of-business-target-id.form-item-field-nature-of-business-target-id {
  max-width: 400px;
  width: 100%;
}

.member-forum .js-form-item-field-country-target-id.form-item-field-country-target-id>select,
.member-forum .js-form-item-field-nature-of-business-target-id.form-item-field-nature-of-business-target-id>select {
  height: 35px;
  width: 100%;
  max-width: 290px;
  background: #fff;
  border: 1px solid #ccc;
}

.member-forum .views-field-field-brief-company-profile>div>p {
  margin: 0px;
}

.member-forum .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-combine.form-item-combine>input {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-width: 300px;
  height: 40px;
}

.member-forum .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-combine.form-item-combine>label {
  display: none;
}

.member-forum form#views-exposed-form-forum-members-list-block-1>div>.form-actions {
  /* display: none; */
  display: inline-block;
  width: 10%;
  margin-top: 30px;
}

.member-forum .form-actions .form-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  color: transparent;
  margin: 5px;
  background-image: url(/themes/custom/paxton/images/br_artwork__lens.png);
  background-repeat: no-repeat;
  height: 40px;
  content: "";
}

.member-forum .views-row {
  margin-top: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
}

.member-forum img.image-style-medium {
  max-width: 150px !important;
  max-height: 100px;
  /*width: auto;*/
  width: 20%;
  padding-top: 15px;
  display: inline-block;
}

.member-forum .views-field-field-association-logo {
  vertical-align: top;
  width: 20%;
}

.member-forum .views-field-title.views-align-left.views-field-field-brief-company-profile div.row {
  margin-left: 0px !important;
  font-size: 15px;
  font-weight: normal;
  width: 80%;
  line-height: 20px;
  display: inline-block;
  margin-left: 20% !important;
}

.member-forum span.views-field-field-association-logo {
  width: 20%;
  display: inline-block;
  margin-right: 5%;
  text-align: center;
}

.member-forum .views-field.views-field-name,
.member-forum .views-field.views-field-title {
  display: inline-block;
  width: 75%;
  font-size: 22px;
  font-weight: bold;
  color: #0f3662;

  vertical-align: top;
}

.view-forummemberfulllist {
  margin-top: 20px;
}

.member-forum .view-header {

  margin: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  text-align: right;
}

.member-forum .view-header>a {
  padding: 5px 10px;
  background: transparent;
  color: #0f3661;
  /* margin: 10px; */
  border: 1px solid #0f3661;
}

.member-forum .view-filters {

  padding-bottom: 40px;
}

.member-forum .views-field.views-field-title>.title {
  margin-bottom: 20px;
  display: inline-block;
  width: 80%;
}

.member-forum td {
  /* border-bottom: 1px solid #ccc; */
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-top: 20px;
}

.member-forum tr {
  border-bottom: 1px solid #ccc;
  /* margin-bottom: 20px; */

}

.member-forum .views-field-field-company-url,
.member-forum .views-field.views-field-field-establishment-date,
.member-forum .views-field.views-field-field-no-of-employees,
.member-forum .views-field.views-field-field-country,
.member-forum .views-field.views-field-field-country-other,
.member-forum .views-field.views-field-field-address-4,
.member-forum .views-field.views-field-field-address-4-other,
.member-forum .views-field.views-field-field-brief-company-profile,
.member-forum .views-field.views-field-field-name,
.member-forum .views-field.views-field-field-position {
  margin-left: 10%;
  width: 80%;
  line-height: 32px;
  word-wrap: break-word;

  text-align: justify;
}


.member-forum .views-field.views-field-field-name {
  margin-top: 20px;
}

.member-forum span.views-label-field-company-url,
.member-forum span.views-label.views-label-field-establishment-date,
.member-forum span.views-label.views-label-field-no-of-employees,
.member-forum span.views-label.views-label-field-address-4,
.member-forum span.views-label.views-label-field-address-4-other,
.member-forum span.views-label.views-label-field-country,
.member-forum span.views-label.views-label-field-country-other,
.member-forum span.views-label.views-label-field-brief-company-profile,
.member-forum span.views-label.views-label-field-name,
.member-forum span.views-label.views-label-field-position {
  width: 25%;
  display: inline-block;

  color: #999;
  font-weight: bold;
  vertical-align: top;
}

.member-forum .views-field-field-company-url>.field-content,
.member-forum .views-field.views-field-field-establishment-date>.field-content,
.member-forum .views-field.views-field-field-no-of-employees>.field-content,
.member-forum .views-field.views-field-field-country>.field-content,
.member-forum .views-field.views-field-field-country-other>.field-content,
.member-forum .views-field.views-field-field-address-4>.field-content,
.member-forum .views-field.views-field-field-address-4-other>.field-content,
.member-forum .views-field.views-field-field-brief-company-profile>.field-content,
.member-forum .views-field.views-field-field-name>.field-content,
.member-forum .views-field.views-field-field-position>.field-content {
  display: inline-block;
  width: 75%;
  color: #999;
}

.member-forum .view-content>div>.views-row>div:nth-child(1) {
  margin-left: 25%;
}


.view-forummemberfulllist .view-content {
  column-count: 3;
}

.view-forummemberfulllist .view-content h3 {
  border-bottom: 1px solid;
  padding-bottom: 10px;
}


.view-forummemberfulllist .view-content .views-row {
  border-bottom: 1px solid #989898;
  line-height: 40px;
}

.view-forummemberfulllist .view-content .views-field-title {
  margin-bottom: 0px;
}

@media (max-width: 991px) {

  .member-forum img.image-style-medium {
    width: 15%;
  }



}


@media (max-width: 753px) {



  .member-forum img.image-style-medium {
    max-height: 100px;
    width: 15%;
    vertical-align: top;
    padding-top: 0px;
  }

  .member-forum .views-field-title.views-align-left.views-field-field-brief-company-profile div.row {
    margin-left: 0px !important;
    width: 100%;
  }

  .member-forum .views-field-field-company-url,
  .member-forum .views-field.views-field-field-establishment-date,
  .member-forum .views-field.views-field-field-no-of-employees,
  .member-forum .views-field.views-field-field-country,
  .member-forum .views-field.views-field-field-country-other,
  .member-forum .views-field.views-field-field-address-4,
  .member-forum .views-field.views-field-field-address-4-other,
  .member-forum .views-field.views-field-field-brief-company-profile,
  .member-forum .views-field.views-field-field-name,
  .member-forum .views-field.views-field-field-position {
    margin-left: 0px;
    width: 100%;
    line-height: 32px;
    word-wrap: break-all;
  }


}

@media (max-width: 520px) {

  .member-forum .views-field-field-company-url,
  .member-forum .views-field.views-field-field-establishment-date,
  .member-forum .views-field.views-field-field-no-of-employees,
  .member-forum .views-field.views-field-field-country,
  .member-forum .views-field.views-field-field-country-other,
  .member-forum .views-field.views-field-field-address-4,
  .member-forum .views-field.views-field-field-address-4-other,
  .member-forum .views-field.views-field-field-brief-company-profile,
  .member-forum .views-field.views-field-field-name,
  .member-forum .views-field.views-field-field-position {
    margin-left: 0px;
    width: 100%;
    word-wrap: break-all;
  }

  .member-forum img.image-style-medium {
    width: 30%;
  }

  .member-forum .views-field.views-field-title>.title {
    margin-bottom: 20px;
    width: 70%;
    text-align: left;
    margin-left: 0px;
    padding-left: 0px;
    float: left;
  }

  .member-forum .views-field-title.views-align-left.views-field-field-brief-company-profile div.row {
    margin-left: 0px !important;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    word-wrap: break-word;
    width: 100%;
  }
}

/***Forum Member End***/

/***Asso Member Start***/

.asso-member {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

.asso-member form#views-exposed-form-associate-members-block-1>div {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.asso-member .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-combine.form-item-combine {
  width: 85%;
  margin-top: 40px;
}

.asso-member .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-combine.form-item-combine>input {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-width: 300px;
  height: 40px;
}

.asso-member .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-combine.form-item-combine>label {
  display: none;
}

.asso-member form#views-exposed-form-associate-members-block-1>div>.form-actions {
  /* display: none; */
  display: inline-block;
  width: 10%;
  margin-top: 30px;
}

.asso-member .form-actions .form-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  color: transparent;
  margin: 5px;
  background-image: url(/themes/custom/paxton/images/br_artwork__lens.png);
  background-repeat: no-repeat;
  height: 40px;
  content: "";
}



.asso-member .views-col.col-1,
.asso-member .views-col.col-2,
.asso-member .views-col.col-3 {
  border: 1px solid #ccc;
  padding: 30px;
  width: 32.15% !important;
  text-align: center;
  height: auto;
  min-height: 580px;
}

.asso-member .views-field-field-first-name {
  min-height: 55px;
}

.asso-member .views-field-field-position {
  min-height: 55px;
}

.asso-member .views-field-field-company {
  min-height: 90px;
}

.asso-member .views-field-field-country {
  min-height: 20px;
}

.asso-member .views-field-field-nature-of-business {
  min-height: 20px;
}

.asso-member .views-field-field-forum-members {
  min-height: 80px;
}

.asso-member .views-col.col-1 {
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.asso-member .views-col.col-2 {
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.asso-member .views-col.col-3 {
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
}

.asso-member .views-field.views-field-user-picture img {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: 100% !important;
  transform: translateX(-50%);
  border-radius: 100%;
}

.asso-member .views-field.views-field-user-picture {
  display: block;
  position: relative;
  margin: 0 auto;
  height: 50%;
  /* desired width */
  margin-bottom: 30px;
}

.asso-member .views-field.views-field-user-picture:before {
  content: "";
  display: block;
  padding-top: 50%;
  padding-left: 50%;
  /* initial ratio of 1:1*/
}

.asso-member .views-field.views-field-user-picture .field-content {
  position: absolute;
  top: 0px;
  left: 50%;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: 100% !important;
  transform: translateX(-50%);
  max-width: 200% !important;
  background: #56b156;
  border-radius: 100%;
}

.asso-member .views-field.views-field-field-first-name,
.asso-member .views-field.views-field-field-company,
.asso-member .views-field.views-field-field-position {
  font-size: 18px;
  font-weight: bold;
  color: #0f3661;
  line-height: 28px;
}

.asso-member .views-field-field-country {
  /* display: inline-block; */
  margin-top: 10px;
}


.asso-member .view-filters {
  margin-bottom: 20px;
}

.asso-member .views-field-field-nature-of-business,
.asso-member .views-field-field-country {
  /* display: inline-block; */
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #777;
  vertical-align: top;
}

.asso-member .js-form-item-field-country-target-id.form-item-field-country-target-id>label,
.asso-member .js-form-item-field-nature-of-business-target-id-1.form-item-field-nature-of-business-target-id-1>label {
  display: none;
}


.asso-member .js-form-item-field-country-target-id.form-item-field-country-target-id,
.asso-member .js-form-item-field-nature-of-business-target-id-1.form-item-field-nature-of-business-target-id-1 {
  max-width: 400px;
  width: 100%;
}

.asso-member .js-form-item-field-country-target-id.form-item-field-country-target-id>select,
.asso-member .js-form-item-field-nature-of-business-target-id-1.form-item-field-nature-of-business-target-id-1>select {
  height: 35px;
  width: 100%;
  max-width: 290px;
  background: #fff;
  border: 1px solid #ccc;
}


.asso-member .views-field.views-field-field-forum-members {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #777;
  font-weight: bold;
}

.asso-member .views-field.views-field-uid>span>a {
  width: 200px;
  background: #0f3660;
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
}

.asso-member .views-field.views-field-uid {

  text-align: center;
}

div.redirect-chatroom {
  width: 100px;
  background: #0f3660;
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}

.hiddenpost {
  display: none;
}

@media (max-width: 1200px) {

  .member-forum .js-form-item-field-country-target-id.form-item-field-country-target-id,
  .member-forum .js-form-item-field-nature-of-business-target-id.form-item-field-nature-of-business-target-id {
    max-width: max-content;
    width: 100%;
  }

  .member-forum .js-form-item-field-country-target-id.form-item-field-country-target-id>select,
  .member-forum .js-form-item-field-nature-of-business-target-id.form-item-field-nature-of-business-target-id>select {
    height: 35px;
    width: 100%;
    max-width: auto;
    background: #fff;
    border: 1px solid #ccc;
  }

  .asso-member .js-form-item-field-country-target-id.form-item-field-country-target-id,
  .asso-member .js-form-item-field-nature-of-business-target-id-1.form-item-field-nature-of-business-target-id-1 {
    max-width: max-content;
    width: 100%;
  }

  .asso-member .js-form-item-field-country-target-id.form-item-field-country-target-id>select,
  .asso-member .js-form-item-field-nature-of-business-target-id-1.form-item-field-nature-of-business-target-id-1>select {
    height: 35px;
    width: 100%;
    max-width: auto;
    background: #fff;
    border: 1px solid #ccc;
  }


}

@media (max-width: 1199px) {

  .asso-member .views-col.col-1 {
    margin-right: 0px;
  }

  .asso-member .views-col.col-3 {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {

  body {

    overflow-x: hidden;

  }


  .asso-member .views-col.col-1,
  .asso-member .views-col.col-2,
  .asso-member .views-col.col-3 {
    border: 1px solid #ccc;
    padding: 30px;
    width: 100% !important;
    text-align: center;
  }

  .member-forum .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-combine.form-item-combine>input,
  .asso-member .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-combine.form-item-combine>input {
    min-width: auto;
  }

  .member-forum span.views-field-field-association-logo {
    vertical-align: top;
  }


  .asso-member .views-col.col-1,
  .asso-member .views-col.col-2,
  .asso-member .views-col.col-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .view-forummemberfulllist .view-content {
    column-count: 1;
  }
}

/***Asso Member End***/

/***Footer Start***/
div#block-footer1hktdc a,
div#block-footer2lang a,
div#block-footer3terms a,
div#block-footer1hktdctc a,
div#block-footer1hktdcsc a,
div#block-footer3termssc a,
div#block-footer3termstc a {

  padding-left: 10px;
  padding-right: 10px;
}

div#block-footer1hktdc a,
div#block-footer2lang a,
div#block-footer3terms a,
div#block-footer4follow a,
div#block-footer1hktdctc a,
div#block-footer4followtc a,
div#block-footer1hktdcsc a,
div#block-footer4followsc a,
div#block-footer3termssc a,
div#block-footer3termstc a {
  font-size: 12px;
  color: #666;
  padding-bottom: 5px;
  padding-top: 5px;
}

.region.region-footer-bottom2 {
  text-align: center;
  display: block;
}

div#block-footer1hktdc,
div#block-footer1hktdctc,
div#block-footer1hktdcsc {
  display: inline-block;
  width: auto;
  padding: 5px;
}

div#block-footer2lang {
  display: inline-block;
  width: auto;
}

div#block-footer3terms,
div#block-footer3termssc,
div#block-footer3termstc {
  display: block;
  width: auto;
}

div#block-footer3terms ul#superfish-footer3,
ul#superfish-footer3-terms-sc,
ul#superfish-footer3-terms-tc {
  display: inline-block;
}

div#block-footer4follow,
div#block-footer4followsc,
div#block-footer4followstc {
  display: block;
  width: auto;
}

div#block-footer4follow ul#superfish-footer4-follow,
div#block-footer4followsc ul,
div#block-footer4followtc ul {
  display: inline-block;
  padding: 5px;
}

ul#superfish-footer2-,
ul#superfish-footer3,
ul#superfish-footer3-terms-sc,
ul#superfish-footer3-terms-tc {
  display: table !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 5px;
}

ul#superfish-footer2 li,
ul#superfish-footer2- li,
ul#superfish-footer3 li,
ul#superfish-footer1-hktdc-sc li,
ul#superfish-footer1-hktdc-tc li,
ul#superfish-footer3-terms-sc li,
ul#superfish-footer3-terms-tc li {
  border-left: 1px solid;
  text-align: center;
}

#superfish-footer2,
#superfish-footer,
ul#superfish-footer2,
ul#superfish-footer2-,
ul#superfish-footer3,
ul#superfish-footer1-hktdc-sc,
ul#superfish-footer1-hktdc-tc,
ul#superfish-footer3-terms-sc,
ul#superfish-footer3-terms-tc {
  line-height: 0.1;
}

ul#superfish-footer2 li:nth-child(1),
ul#superfish-footer2- li:nth-child(1),
ul#superfish-footer3 li:nth-child(1),
ul#superfish-footer1-hktdc-sc li:nth-child(1),
ul#superfish-footer1-hktdc-tc li:nth-child(1),
ul#superfish-footer3-terms-sc li:nth-child(1),
ul#superfish-footer3-terms-tc li:nth-child(1) {
  border-left: 0px solid;

}

ul#superfish-footer4-follow li:nth-child(1),
ul#superfish-footer4-follow-sc li:nth-child(1),
ul#superfish-footer4-follow-tc li:nth-child(1) {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

ul#superfish-footer4-follow li:nth-child(2) a,
ul#superfish-footer4-follow-sc li:nth-child(2) a,
ul#superfish-footer4-follow-tc li:nth-child(2) a {
  color: transparent;
  background: url(/themes/custom/paxton/images/fb.png);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
}

ul#superfish-footer4-follow li:nth-child(6) a,
ul#superfish-footer4-follow-sc li:nth-child(6) a,
ul#superfish-footer4-follow-tc li:nth-child(6) a {
  color: transparent;
  background: url(/themes/custom/paxton/images/wechat.png);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
}

ul#superfish-footer4-follow li:nth-child(3) a,
ul#superfish-footer4-follow-sc li:nth-child(3) a,
ul#superfish-footer4-follow-tc li:nth-child(3) a {
  color: transparent;
  background: url(/themes/custom/paxton/images/twitter.png);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
}

ul#superfish-footer4-follow li:nth-child(4) a,
ul#superfish-footer4-follow-sc li:nth-child(4) a,
ul#superfish-footer4-follow-tc li:nth-child(4) a {
  color: transparent;
  background: url(/themes/custom/paxton/images/linkedin.png);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
}

ul#superfish-footer4-follow li:nth-child(5) a,
ul#superfish-footer4-follow-sc li:nth-child(5) a,
ul#superfish-footer4-follow-tc li:nth-child(5) a {
  color: transparent;
  background: url(/themes/custom/paxton/images/Weibo.png);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
}

ul#superfish-footer4-follow li:nth-child(7) a,
ul#superfish-footer4-follow-sc li:nth-child(7) a,
ul#superfish-footer4-follow-tc li:nth-child(7) a {
  color: transparent;
  background: url(/themes/custom/paxton/images/youtube.png);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
}

ul#superfish-footer4-follow li:nth-child(8) a,
ul#superfish-footer4-follow-sc li:nth-child(8) a,
ul#superfish-footer4-follow-tc li:nth-child(8) a {
  color: transparent;
  background: url(/themes/custom/paxton/images/youku.png);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
}

.view.view-footer-tdc-logo.view-id-footer_tdc_logo.view-display-id-block_1 {
  margin-left: 65px;

}


@media (max-width: 1199px) {
  .view.view-footer-tdc-logo.view-id-footer_tdc_logo.view-display-id-block_1 {
    margin-left: -20px;
  }
}

@media (max-width: 991px) {
  .view.view-footer-tdc-logo.view-id-footer_tdc_logo.view-display-id-block_1 {
    margin-left: 65px;

  }

}

@media (max-width: 768px) {

  .view.view-footer-tdc-logo.view-id-footer_tdc_logo.view-display-id-block_1 {
    margin-left: 0px;

  }

  #copyright {
    padding: 20px 0;
    margin-top: 50px;
    display: block;
  }

  #footer-menu {
    height: 60px;
    margin-top: 20px;
    line-height: 56px;
    display: block;
    margin-bottom: 50px;
  }

  ul#superfish-footer3-terms-sc,
  ul#superfish-footer3-terms-tc {

    margin-left: 0px;

  }


}

@media only screen and (max-width:768px) {

  div#copyright .sf-accordion-toggle.sf-style-none {
    display: none;
  }

  .region.region-footer-bottom2 {
    text-align: left;
    /* margin-top: 50px; */
  }

  div#block-footer2lang {
    display: none;
  }

  div#block-footer1hktdc li,
  div#block-footer1hktdctc li,
  div#block-footer1hktdcsc li,
  ul#block-footer3terms li,
  ul#superfish-footer3-terms-tc li,
  ul#superfish-footer3-terms-sc li {
    border: 0px;
    display: block;
    padding: 0px;
    width: 100%;
  }

  div#block-footer1hktdc,
  div#block-footer1hktdctc,
  div#block-footer1hktdcsc,
  div#block-footer3terms {
    padding: 0px;
  }

  ul#superfish-footer2,
  ul#superfish-footer1-hktdc-tc,
  ul#superfish-footer1-hktdc-sc {
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
  }

  ul#superfish-footer3 {
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
  }

  ul#superfish-footer3-terms-sc,
  ul#superfish-footer3-terms-tc {

    margin-left: 10px;

  }

  ul#superfish-footer3 li {
    display: block;
    border: 0px;
    width: 100%;
  }

  div#block-footer1hktdc li,
  div#block-footer1hktdctc li,
  div#block-footer1hktdcsc li,
  ul#superfish-footer3 li,
  ul#superfish-footer1-hktdc-tc li,
  ul#superfish-footer1-hktdc-sc li,
  ul#superfish-footer3-terms-tc li,
  ul#superfish-footer3-terms-sc li {
    padding-left: 5px;
    line-height: 10px;
  }

  div#block-footer1hktdc li:nth-child(4),
  div#block-footer1hktdctc li:nth-child(4),
  div#block-footer1hktdcsc li:nth-child(4) {
    padding-bottom: 0px;
  }

  div#block-footer1hktdc li a,
  div#block-footer1hktdctc li a,
  div#block-footer1hktdcsc li a,
  ul#superfish-footer3 li a ul#superfish-footer1-hktdc-tc li a,
  ul#superfish-footer1-hktdc-sc li a,
  ul#superfish-footer3-terms-tc li a,
  ul#superfish-footer3-terms-sc li a {
    text-align: left;
  }



  ul#superfish-footer3 li a {
    text-align: left;
  }

  div#block-footer1hktdc li:nth-child(5),
  div#block-footer1hktdc li:nth-child(6),
  div#block-footer1hktdctc li:nth-child(5),
  div#block-footer1hktdcsc li:nth-child(5),
  div#block-footer1hktdctc li:nth-child(6),
  div#block-footer1hktdcsc li:nth-child(6) {
    display: none;
  }

  ul#superfish-footer4-follow,
  ul#superfish-footer4-follow-sc,
  ul#superfish-footer4-follow-tc,
  #superfish-footer1-hktdc-tc,
  #superfish-footer1-hktdc-sc {
    display: block !important;
  }

  div#block-footer4follow ul#superfish-footer4-follow,
  div#block-footer4followsc ul,
  div#block-footer4followtc ul {
    padding-top: 0px;
  }

  div#block-footer3terms {
    margin-top: -5px;
  }

  div#block-footer4followtc,
  div#block-footer4followsc {
    margin-top: -5px;
  }

  div#block-footer3termssc,
  div#block-footer3termstc {
    margin-top: -10px;
    margin-left: -5px;
  }

  ul#superfish-footer4-follow li:nth-child(1),
  ul#superfish-footer4-follow-sc li:nth-child(1),
  ul#superfish-footer4-follow-tc li:nth-child(1) {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 3px;
  }


  ul#superfish-footer4-follow li:nth-child(2),
  ul#superfish-footer4-follow-sc li:nth-child(2),
  ul#superfish-footer4-follow-tc li:nth-child(2) {
    padding-left: 20px;

  }

  ul#superfish-footer4-follow li,
  ul#superfish-footer4-follow-sc li,
  ul#superfish-footer4-follow-tc li {
    margin-top: 10px;
    z-index: 100;
  }

  ul#superfish-footer4-follow li:nth-child(1) a,
  ul#superfish-footer4-follow-sc li:nth-child(1) a,
  ul#superfish-footer4-follow-tc li:nth-child(1) a {
    text-align: left;
  }


}

/***Footer End***/

/***Profile Start***/
.profile .block.block-layout-builder.block-field-blockuseruserfield-is-company-member,
.profile .block.block-layout-builder.block-field-blockuseruserfield-user-type,
.profile .js-form-item.form-item.js-form-type-item.form-type-item.js-form-item-.form-item-.form-no-label,
.profile .flag.flag-bookmark-user.js-flag-bookmark-user-1.action-unflag {
  display: none;
}

.profile .field.field--name-field-forum-members.field--type-entity-reference.field--label-above>div,
.profile .field.field--name-field-salute.field--type-list-string.field--label-above>div,
.profile .field.field--name-field-first-name.field--type-string.field--label-above>div,
.profile .field.field--name-field-last-name.field--type-string.field--label-above>div,
.profile .field.field--name-field-company.field--type-string.field--label-above>div,
.profile .field.field--name-field-position.field--type-string.field--label-above>div,
.profile .field.field--name-field-tel.field--type-string.field--label-above>div,
.profile .field.field--name-field-country.field--type-entity-reference.field--label-above>div,
.profile .field.field--name-field-country-other.field--type-string.field--label-above>div,
.profile .field.field--name-field-state.field--type-string.field--label-above>div,
.profile .field.field--name-field-disclaimer.field--type-boolean.field--label-above>div,
.profile .field.field--name-field-fax.field--type-string.field--label-above>div {

  display: inline-block;

}

.profile .field.field--name-field-forum-members.field--type-entity-reference.field--label-above>.field__label,
.profile .field.field--name-field-salute.field--type-list-string.field--label-above>.field__label,
.profile .field.field--name-field-first-name.field--type-string.field--label-above>.field__label,
.profile .field.field--name-field-last-name.field--type-string.field--label-above>.field__label,
.profile .field.field--name-field-company.field--type-string.field--label-above>.field__label,
.profile .field.field--name-field-position.field--type-string.field--label-above>.field__label,
.profile .field.field--name-field-tel.field--type-string.field--label-above>.field__label,
.profile .field.field--name-field-country.field--type-entity-reference.field--label-above>.field__label,
.profile .field.field--name-field-country-other.field--type-string.field--label-above>.field__label,
.profile .field.field--name-field-state.field--type-string.field--label-above>.field__label,
.profile .field.field--name-field-disclaimer.field--type-boolean.field--label-above>.field__label,
.profile .field.field--name-field-fax.field--type-string.field--label-above>.field__label {
  width: 20%;
  font-weight: bold !important;
  line-height: 28px;
  min-width: 130px;
  word-wrap: break-word;
}

.profile .field.field--name-field-forum-members.field--type-entity-reference.field--label-above>.field__item,
.profile .field.field--name-field-salute.field--type-list-string.field--label-above>.field__item,
.profile .field.field--name-field-first-name.field--type-string.field--label-above>.field__item,
.profile .field.field--name-field-last-name.field--type-string.field--label-above>.field__item,
.profile .field.field--name-field-company.field--type-string.field--label-above>.field__item,
.profile .field.field--name-field-position.field--type-string.field--label-above>.field__item,
.profile .field.field--name-field-tel.field--type-string.field--label-above>.field__item,
.profile .field.field--name-field-country.field--type-entity-reference.field--label-above>.field__item,
.profile .field.field--name-field-disclaimer.field--type-boolean.field--label-above>.field__item,
.profile .field.field--name-field-country-other.field--type-string.field--label-above>.field__item,
.profile .field.field--name-field-state.field--type-string.field--label-above>.field__item {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: rgb(20, 20, 20) !important;
}

.profile .field--name-user-picture.field--type-image.field--label-hidden.field__item {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

.profile .field.field--name-field-forum-members.field--type-entity-reference.field--label-above>.field__item>a,
.profile .field.field--name-field-country.field--type-entity-reference.field--label-above>.field__item>a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: rgb(20, 20, 20) !important;
}

.profile .image-style-thumbnail {

  border-radius: 100%;
  height: 150px !important;
  width: 150px;
  padding: 0px;

}

.profile .flag.flag-bookmark-user {
  display: none;
}




#user-form #edit-field-is-company-member-wrapper,
#user-form #edit-field-user-type-wrapper,
#user-form #edit-field-forum-members-wrapper {
  display: none;

}

div#ui-datepicker-div {
  width: 310px;
}

.sidemenu ul {
  list-style: none;
}

.sidemenu>ul {
  margin-left: 10px;
  margin-top: 20px;
}

.sidemenu a {
  color: #767676;
  text-decoration: none;
}


.sidemenu li {
  background: url(/themes/custom/paxton/images/plus.png);
  display: inline-block;
  /* margin-left: -1.3em; */
  width: 100%;
  background-repeat: no-repeat;
  height: 20px;
  padding-left: 20px;
  background-position: left;
}

.loginstar img {
  width: 27px;
  padding: 3px;
}

@media (max-width: 768px) {

  .loginstar {
    border: 0;
    display: inline-block;
    font-size: 16px;
    padding: 0 4px;
  }

  .loginstar img {
    width: 26px;
    padding: 0px;
    margin-top: 5px;
  }


  .wrapper>.container>.row>.col-md-8.col-sm-12 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/***Profile End***/
form#chat-room-offline-email {
  padding: 20px;
}


div#popup-tooltip {
  position: absolute;
  width: 200px;
  height: 210px;
  background: black;
  color: white;
  text-align: center;
  bottom: 20px;
}

div#popup-tooltip img {
  width: 180px;
  height: 180px;
  padding: 15px;
}


/***Menu Start***/
#search-block-form input#edit-submit {
  color: transparent;
  background: transparent;
  background-image: url(/themes/custom/paxton/images/br_artwork__lens.png);
  background-repeat: no-repeat;
  background-size: 17px;
  width: 20px;
}

@media (max-width: 778px) and (min-width: 767px) {

  body {
    overflow-x: hidden;
  }

  .mobile.headercontainer>div.row>div.col-md-9.col-xs-12>div.row:nth-child(1) {
    min-height: 10px;
  }

  .mobile.headercontainer div#block-languageswitcher ul.links li.border a {

    padding-left: 10px;
  }



  div#block-userlogin-2 {
    margin-left: 25px;
    margin-top: 10px;
    width: 90%;

  }

  #superfish-main-accordion>a {
    /*padding-top: 30px;
    margin-top: 30px;
     height: 60px; */
    display: block;
    position: relative;
    /* padding-bottom: 30px; */
    line-height: 35px;
    padding-bottom: 0px;
    margin-left: 10px;
  }

  .mobile.headercontainer div#block-paxton-branding img {
    margin: 0px 0px 0px 10px;
    width: auto;
    max-height: 50px;

  }

  .mobile.headercontainer div#block-paxton-search {
    margin-left: 20px;
    border-bottom: 1px solid #ccc;
    width: 90%;
    padding-bottom: 15px;
    padding-top: 10px;
    background: #0e4674;
    border-radius: 49px;
    padding-top: 15px;
    text-align: center;
  }

  div#block-paxton-search div.js-form-item.form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys.form-no-label {

    width: 80%;
  }

  div#edit-actions--3 {
    width: 10%;
  }


  div#block-userlogin-2 .js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-name.form-item-name,
  div#block-userlogin-2 .js-form-item.form-item.js-form-type-password.form-type-password.js-form-item-pass.form-item-pass {

    width: 80%;
  }

  div#block-userlogin-2 input.form-submit {
    margin-bottom: 0px !important;
    vertical-align: middle;
    height: 20px;
    padding: 3px;
    margin: 0px;
    font-size: 12px;
    margin-top: 0px;
    line-height: 15px;
    width: 55px;
  }

  #search-block-form input.button {

    width: 55px;
  }

  type-email.form-type-email.js-form-item-name.form-item-name {
    margin-right: 20px;
  }

  .mobile.headercontainer #block-languageswitcher {
    display: inline-block;
    bottom: -5px;
    position: relative;
    margin-right: 20px;
    float: right;
  }

  .mobile.headercontainer #block-languageswitcher a {
    background: #fff;
    border: 0px solid #0f3662;
    color: #0f3662;
    display: inline-block;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    position: relative;
    margin: 0px;
  }


  .dialog-off-canvas-main-canvas~div#wrapper>div>div>.col-sm-12.col-md-8 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }


  div#block-views-block-landingmembersasso-block-1 h2 {
    font-size: 22px;

  }

  .view-landingevent1.view-id-landingevent1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  div#block-views-block-landingevent1-block-1>h2 {
    font-size: 22px;
    padding-left: 25px !important;
    padding-right: 15px !important;
  }

  .view-landingevent1.view-id-landingevent1 .views-field-field-event-date {
    font-size: 30px;

    margin-top: 10px;
  }

  #footer-menu #footer-menu-logo {
    height: 0px;
  }

  .land-news.view.view-landingnewsletter {
    margin-top: 20px;
  }

  .view-forummemberfulllist {
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media (max-width: 764px) {
  .headercontainer>div.row>div.col-md-9.col-xs-12>div.row:nth-child(1) {
    min-height: 10px;
  }

  div#block-languageswitcher ul.links li.border a {

    padding-left: 10px;
  }



  div#block-userlogin-2 {
    margin-left: 25px;
    margin-top: 10px;
    width: 90%;

  }

  .mobile #superfish-main-accordion>a {
    /*padding-top: 30px;
    margin-top: 30px;
     height: 60px; */
    display: block;
    position: relative;
    /* padding-bottom: 30px; */
    line-height: 35px;
    padding-bottom: 0px;
    margin-left: 10px;
  }

  .mobile div#block-paxton-branding img {
    margin: 0px 0px 0px 10px;
    width: auto;
    max-height: 50px;

  }

  .mobile div#block-paxton-search {
    margin-left: 20px;
    border-bottom: 1px solid #ccc;
    width: 90%;
    padding-bottom: 15px;
    padding-top: 10px;
    background: #0e4674;
    border-radius: 49px;
    padding-top: 15px;
    text-align: center;
  }

  .mobile div#block-paxton-search div.js-form-item.form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys.form-no-label {

    width: 80%;
  }

  .mobile div#edit-actions--3 {
    width: 10%;
  }


  .mobile div#block-userlogin-2 .js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-name.form-item-name,
  div#block-userlogin-2 .js-form-item.form-item.js-form-type-password.form-type-password.js-form-item-pass.form-item-pass {

    width: 80%;
  }

  .mobile div#block-userlogin-2 input.form-submit {
    margin-bottom: 0px !important;
    vertical-align: middle;
    height: 20px;
    padding: 3px;
    margin: 0px;
    font-size: 12px;
    margin-top: 0px;
    line-height: 15px;
    width: 55px;
  }

  .mobile #search-block-form input.button {

    width: 55px;
  }

  .mobile type-email.form-type-email.js-form-item-name.form-item-name {
    margin-right: 20px;
  }

  .mobile #block-languageswitcher {
    display: inline-block;
    bottom: -5px;
    position: relative;
    margin-right: 20px;
    float: right;
  }

  .mobile #block-languageswitcher a {
    background: #fff;
    border: 0px solid #0f3662;
    color: #0f3662;
    display: inline-block;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    position: relative;
    margin: 0px;
  }


  .dialog-off-canvas-main-canvas~div#wrapper>div>div>.col-sm-12.col-md-8 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }


  div#block-views-block-landingmembersasso-block-1 h2 {
    font-size: 22px;

  }

  .view-landingevent1.view-id-landingevent1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  div#block-views-block-landingevent1-block-1>h2 {
    font-size: 22px;
    padding-left: 25px !important;
    padding-right: 15px !important;
  }

  .view-landingevent1.view-id-landingevent1 .views-field-field-event-date {
    font-size: 30px;

    margin-top: 10px;
  }

  #footer-menu #footer-menu-logo {
    height: 0px;
  }

  .land-news.view.view-landingnewsletter {
    margin-top: 20px;
  }

  .view-forummemberfulllist {
    padding-left: 15px;
    padding-right: 15px;
  }

}



/***Event tree 2 Start***/

.event-tree2 .view-grouping>.view-grouping-content>table>caption {
  display: none;
}


#block-views-block-event-bookmark-list-v2-block-1 .view-grouping:nth-child(odd)>.view-grouping-content,
#block-views-block-event-bookmark-list-v2-sc-block-1 .view-grouping:nth-child(odd)>.view-grouping-content,
#block-views-block-event-bookmark-list-v2-tc-block-1 .view-grouping:nth-child(odd)>.view-grouping-content {
  /*width: 40%;
    left: 52%;*/
  position: relative;
}


#block-views-block-event-bookmark-list-v2-block-1 .view-grouping:nth-child(even)>.view-grouping-content,
#block-views-block-event-bookmark-list-v2-sc-block-1 .view-grouping:nth-child(even)>.view-grouping-content,
#block-views-block-event-bookmark-list-v2-tc-block-1 .view-grouping:nth-child(even)>.view-grouping-content {
  width: 40%;
  /*left: 8%;*/
  position: relative;
}

/*
#block-views-block-event-bookmark-list-v2-block-1 .view-grouping:nth-child(odd)>.view-grouping-header,
#block-views-block-event-bookmark-list-sc-v2-block-1 .view-grouping:nth-child(odd)>.view-grouping-header,
#block-views-block-event-bookmark-list-tc-v2-block-1 .view-grouping:nth-child(odd)>.view-grouping-header {
    position: relative;

    padding-left: 5px;
    padding-right: 5px;
}
#block-views-block-event-bookmark-list-v2-block-1 .view-grouping:nth-child(even)>.view-grouping-header,
#block-views-block-event-bookmark-list-sc-v2-block-1 .view-grouping:nth-child(even)>.view-grouping-header,
#block-views-block-event-bookmark-list-tc-v2-block-1 .view-grouping:nth-child(even)>.view-grouping-header {
    position: relative;

    padding-left: 5px;
    padding-right: 5px;
}
*/
/***Event tree 2 End***/


@media only screen and (max-width: 479px) {

  .mobile div#block-userlogin-2 form#user-login-form {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }


}

/***IE10 and IE11**/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {



  div#block-userlogin-2 input.form-submit {
    margin-top: -3px;

  }

  div#block-userlogin-2 input.form-submit {
    position: relative;
    top: -6px;
  }

  div#block-userlogin-2 div.item-list {
    position: relative;
    top: -5px;
  }

  #block-languageswitcher {
    position: relative;
    top: -5px;
  }

  #block-views-block-signinlink-block-1 {
    position: relative;
    top: -5px;
  }

  #block-views-block-myacclink-block-1 {
    position: relative;
    top: -5px;
    display: inline-block;
  }

  #search-block-form input#edit-submit {
    position: relative;
    top: -6px;
  }

  /***Menu End***/
  .cc-banner.cc-bottom {
    z-index: 999999999999;
  }


  /*@media screen and (-ms-high-contrast:active), all and (-ms-high-contrast:none)*/
  .event-tree2 :nth-child(2n+1).view-grouping>.view-grouping-content {
    position: static;
  }


}

.sitemap .sitemap-box ul {
  list-style: none;
}

/***BnR End***/

#china-consent-block>#chn-header-bar {
  height: 32px;
}

#china-consent-block button {
  margin: 10px;
}

#china-consent-block #message-container {
  width: 100%;
  line-height: 18.4px;
}

#china-consent-block div {
  font-family: Roboto, 微軟雅黑體, Microsoft JhengHei, 微軟正黑體, Arial, sans-serif;
}

#china-consent-block button#china-consent-allow {
  white-space: unset;
}

#china-consent-block .china-consent-message {
  margin: 16px 0;
}

#edit-name--description {
  display: none;
}

#edit-pass--description {
  display: none;
}

ul#superfish-main li.menuparent.sf-no-children>a {
  pointer-events: auto !important;
}

@media only screen and (min-width:768px) {
  .flex-prev {
    left: 50% !important;
    top: 20px !important;

  }

  .flex-next {
    left: 50%;
    top: 410px !important;
  }
}

/* End Custom */