@charset "utf-8";
/* FONTS */
/****
font-family: 'Poppins', sans-serif; normal, 500, bold
****/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #999;
}
p {
  margin: 0;
  padding: 10px 0;
  font-size: 16px;
  line-height: 24px;
}
p strong,
li strong {
  font-weight: bold;
}
.cntpad li,
.cntpad ol {
  padding: 5px 0;
  line-height: 24px;
  font-size: 16px;
}
div {
  margin: 0;
  padding: 0;
  height: auto;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  line-height: normal;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
hr {
  clear: both;
  border: 0;
  border-bottom: 1px solid #bbb;
  margin: 0 auto 55px auto;
  padding: 55px 0 0 0;
  max-width: 60%;
}
iframe {
  overflow: hidden;
}
.cntpad ul.ccm-error {
  padding: 10px 20px;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: red;
}
.cntpad ul.ccm-error li {
  dispaly: inline-block;
  background: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cntpad .ccm-ui li {
  background: none !important;
}
.inlineblockp {
  display: inline-block !important;
}
.blockp {
  display: block !important;
}
ul.checkmark-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
ul.checkmark-list li {
  margin-left: 50px;
  padding: 5px 0;
  min-height: 20px;
}
ul.checkmark-list li::before {
  position: absolute;
  content: '';
  color: #000;
  background: none;
  padding: 0;
  margin-left: -45px;
  margin-top: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 24px;
}
ul.checkmark-list li::before,
ul.checkmark-list li.checkmark-yes::before {
  content: "\f00c";
}
ul.checkmark-list li.checkmark-no::before {
  content: "\f00d";
  color: #888;
}
.tables table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #bbb;
  overflow-x: auto;
  white-space: nowrap;
}
.tables table thead {
  border-bottom: 1px solid #bbb;
}
.tables th,
.tables td {
  border: none;
  text-align: left;
  padding: 8px;
  vertical-align: top;
}
.tables td {
  white-space: initial;
  min-width: 100px;
  max-width: 200px;
}
.tables tr:nth-child(even) {
  background-color: #efefef;
}
.whitetxt ul.checkmark-list li::before {
  color: #fff;
}
.p-large {
  font-size: 18px;
  line-height: 28px;
}
.p-small {
  font-size: 14px;
  line-height: 22px;
}
.wrap {
  position: relative;
  margin: 0 auto;
}
.clearit {
  clear: both;
}
.redactor span {
  display: inline-block !important;
}
html.c5-edit-mode .inner-content {
  z-index: auto !important;
}
.ccm-ui hr {
  margin: 10px 0 0 0 !important;
  padding: 0 0 10px 0 !important;
}
.fc-view-container table {
  background: #fff;
}
.fc-view-container table th {
  padding: 8px 0;
}
.easy-gallery-boxes {
  text-align: center;
}
.easy-gallery-boxes .box-wrap {
  box-shadow: none !important;
}
.easy-gallery-boxes .info {
  display: none !important;
}
.fields input,
.fields select,
.fields textarea {
  font-family: 'Poppins', sans-serif !important;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}
.sd-search-left input[type="text"] {
  width: auto;
  min-width: 30%;
  padding: 19px;
  border: 1px #bbb solid;
  background: none;
  margin-right: 5px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#pagewrap,
#headwrap,
#navwrap,
#slidewrap,
#featwrap,
#basewrap,
#cntwrap,
#cntwrap2,
#cntwrap3,
#cntwrap4,
#cntwrap5,
#cntwrap6,
#cntwrap7,
#footwrap,
#credwrap {
  position: relative;
  width: 100%;
  z-index: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}
.whitetxt,
.whitetxt a,
.whitetxt h1,
.whitetxt h2,
.whitetxt h3,
.whitetxt h4,
.whitetxt h5,
.whitetxt h6 {
  color: #fff;
}
/*.whitetxt a:hover { color: #999; }*/
#pagewrap h1,
#pagewrap h2,
#pagewrap h3,
#pagewrap h4,
#pagewrap h5,
#pagewrap h6,
input[type="submit"],
.login-page button.btn,
.form-actions button[type="submit"],
.form-actions button,
#customForm input[type="button"] {
  font-family: 'Poppins', sans-serif;
  margin: 5px 0;
  text-transform: none;
}
#pagewrap h1.pgtitle {
  font-weight: bold;
}
#pagewrap h2 {
  font-weight: bold;
}
#pagewrap h3 {
  font-weight: bold;
}
#pagewrap h4 {
  font-weight: 500;
}
#pagewrap h5 {
  font-weight: 500;
}
#pagewrap h6 {
  font-weight: 500;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #fff !important;
}
a.button,
.login-page button.btn,
.form-actions button[type="submit"],
.form-actions button,
#customForm input[type="button"],
input[type="submit"],
a.clear-results.btn {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  cursor: pointer;
  padding: 15px 25px;
  margin: 8px auto;
  display: inline-block;
  vertical-align: middle;
  text-shadow: none;
  z-index: 1;
  position: relative;
  text-align: center;
  background: #000;
  color: #fff;
  text-decoration: none;
  border: 0;
  overflow: hidden;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
a.button:before,
.login-page button.btn:before,
.form-actions button[type="submit"]:before,
input:before,
.form-actions button:before,
#customForm input[type="button"]:before,
input[type="submit"]:before {
  background: rgba(255, 255, 255, 0.5);
  content: '';
  top: 0;
  left: 0;
  transition: all 0.25s ease-in-out;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  opacity: 0;
}
a.button:after,
.login-page button.btn:after,
.form-actions button[type="submit"]:after,
.form-actions button:after,
#customForm input[type="button"]:after,
input[type="submit"]:after {
  position: relative;
  font-family: FontAwesome;
  content: '\f054';
  color: #fff;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  background: none;
  font-weight: normal;
  padding: 0;
  margin: -2px 0 0 10px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
}
a.button:hover::before,
.login-page button.btn:hover::before,
.form-actions button[type="submit"]:hover::before,
.form-actions button:hover::before,
#customForm input[type="button"]:hover::before,
input[type="submit"]:hover::before {
  opacity: 0.5;
}
a.button.outlined,
a.clear-results.btn {
  color: #000;
  background: none;
  border: 1px solid #000;
}
a.button.outlined::after {
  position: relative;
  font-family: FontAwesome;
  content: '\f054';
  color: #000;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  background: none;
  font-weight: normal;
  padding: 0;
  margin: -2px 0 0 10px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
}
a.button.outlined:hover,
a.clear-results.btn:hover {
  background: #000;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
}
a.button.outlined:hover::after,
a.clear-results.btn:hover::after {
  color: #fff;
}
a.button.goback:after {
  float: left;
  rotate: 180deg;
  margin: 4px 10px 0 0;
}
#slidewrap a.button,
#slidewrap .login-page button.btn,
#slidewrap .form-actions button[type="submit"],
#slidewrap .form-actions button,
#cntwrap7 a.button {
  background: #000;
  color: #fff !important;
}
#slidewrap a.button.outlined,
#cntwrap7 a.button.outlined {
  color: #000 !important;
  background: none;
  border: 1px solid #000;
}
#slidewrap a.button.outlined::after,
#cntwrap7 a.button.outlined::after {
  color: #000 !important;
}
#slidewrap a.button.outlined:hover,
#cntwrap7 a.button.outlined:hover {
  background: #000;
  color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
#slidewrap a.button.outlined:hover::after,
#cntwrap7 a.button.outlined:hover::after {
  color: #fff !important;
}
/*.whitetxt a.button.outlined, 
*/
.pgpaper h1.pgtitle {
  color: #fff !important;
}
#pagewrap {
  background: #fff;
}
.ccm-panel-ready #pagewrap {
  padding-top: 0 !important;
}
.ui-dialog-content.ui-widget-content {
  min-height: 500px !important;
}
.toptop {
  position: fixed;
  bottom: -50px;
  right: 15px;
  padding: 0;
  z-index: 9999;
  background: #889da7;
  color: #fff;
  box-shadow: 2px 2px 0 #455d68;
  transition: 0.15s ease-in-out bottom;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.toptop a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
  width: 20px;
  text-shadow: 1px 1px 0 #455d68;
}
.pgscrolled .toptop {
  bottom: 15px;
}
#headwrap {
  background: none;
  position: fixed;
  top: 0;
}
.ccm-panel-ready #headwrap {
  top: 47px;
}
#header {
  transition: all 0.15s ease-in-out;
}
#logo,
#headtxt {
  margin: 0 auto;
  padding: 0;
  vertical-align: middle;
}
#logo-print {
  display: none;
}
/*
	.pgscrolled #logo-first {visibility: hidden;opacity: 0;}

	#logo-scrolled { 
	position: absolute;top: 0;left: 0;
    width: 100%;height: 100%;visibility: hidden;opacity: 0; }
	.pgscrolled #logo-scrolled {visibility: visible;opacity: 1;}
	*/
#navwrap {
  z-index: 10;
  color: #fff;
  font-weight: 'Poppins', sans-serif;
  font-weight: normal;
}
#nav {
  padding: 0;
}
#slidewrap {
  position: relative;
}
#slideshow {
  padding: 175px 0;
}
span.bluetxt {
  color: #2EAEE4;
}
span.greentxt {
  color: #71AD46;
}
span.purpletxt {
  color: #703A96;
}
span.yellowtxt {
  color: #FDC010;
}
span.redtxt {
  color: #BC3129;
}
#headwrap,
#slidewrap,
.tables table thead {
  background: #2EAEE4;
}
.page-type-vendor-page #headwrap,
.page-type-vendor-page #slidewrap,
.page-type-exhibitor-brief #headwrap,
.page-type-exhibitor-brief #slidewrap,
.page-type-vendor-page .tables table thead,
.page-type-exhibitor-brief .tables table thead {
  background: #71AD46;
}
body,
#footwrap,
#credwrap,
.page-type-social-page #headwrap,
.page-type-social-page #slidewrap,
.page-type-social-page .tables table thead {
  background: #703A96;
}
.page-type-social-page .tables table thead {
  color: #fff;
}
.page-type-lecture-page #headwrap,
.page-type-lecture-page #slidewrap,
.page-type-lecture-page .tables table thead {
  background: #FDC010;
}
.page-type-info-page #headwrap,
.page-type-info-page #slidewrap,
.page-type-info-page .tables table thead {
  background: #BC3129;
}
.page-type-page .pglist table {
  background: rgba(46, 174, 228, 0.8);
  transition: all 0.25s ease-in-out;
}
.page-type-page .pglist table:hover {
  background: #2eaee4;
}
.page-type-vendor-page .pglist table,
.pglist.vendor_page table {
  background: rgba(113, 173, 70, 0.8);
}
.page-type-vendor-page .pglist table:hover,
.pglist.vendor_page table:hover {
  background: #71ad46;
}
.page-type-social-page .pglist table,
.pglist.social_page table {
  background: rgba(112, 58, 150, 0.8);
}
.page-type-social-page .pglist table:hover,
.pglist.social_page table:hover {
  background: #703a96;
}
.page-type-lecture-page .pglist table,
.pglist.lecture_page table {
  background: rgba(253, 192, 16, 0.8);
}
.page-type-lecture-page .pglist table:hover,
.pglist.lecture_page table:hover {
  background: #fdc010;
}
.page-type-info-page .pglist table,
.pglist.info_page table {
  background: rgba(188, 49, 41, 0.8);
}
.page-type-info-page .pglist table:hover,
.pglist.info_page table:hover {
  background: #bc3129;
}
.pglist table:hover a {
  color: #fff !important;
}
.page-type-vendor-page ul#sidenav.nav li a.nav-path-selected,
.page-type-exhibitor-brief ul#sidenav.nav li a.nav-path-selected {
  color: #fff;
  background: #71ad46;
  border: 1px #71ad46 solid;
}
.page-type-social-page ul#sidenav.nav li a.nav-path-selected {
  color: #fff;
  background: #703a96;
  border: 1px #703a96 solid;
}
.page-type-lecture-page ul#sidenav.nav li a.nav-path-selected {
  color: #000;
  background: #fdc010;
  border: 1px #fdc010 solid;
}
.page-type-info-page ul#sidenav.nav li a.nav-path-selected {
  color: #fff;
  background: #bc3129;
  border: 1px #bc3129 solid;
}
.pure-accordion-block-container .header {
  border-left: 1px solid #2EAEE4;
  border-right: 1px solid rgba(0, 0, 0, 0);
}
.pure-accordion-block-container.open .header {
  background: #2EAEE4;
  border-left: 1px solid #2EAEE4;
  border-right: 1px solid #2EAEE4;
}
.pure-accordion-block-container .content {
  border-bottom: 1px solid #2EAEE4;
  border-left: 1px solid #2EAEE4;
  border-right: 1px solid #2EAEE4;
}
.page-type-vendor-page .pure-accordion-block-container .header {
  border-left: 1px solid #71AD46;
  border-right: 1px solid rgba(0, 0, 0, 0);
}
.page-type-vendor-page .pure-accordion-block-container.open .header {
  background: #71AD46;
  border-left: 1px solid #71AD46;
  border-right: 1px solid #71AD46;
}
.page-type-vendor-page .pure-accordion-block-container .content {
  border-bottom: 1px solid #71AD46;
  border-left: 1px solid #71AD46;
  border-right: 1px solid #71AD46;
}
.page-type-social-page .pure-accordion-block-container .header {
  border-left: 1px solid #703A96;
  border-right: 1px solid rgba(0, 0, 0, 0);
}
.page-type-social-page .pure-accordion-block-container.open .header {
  background: #703A96;
  border-left: 1px solid #703A96;
  border-right: 1px solid #703A96;
}
.page-type-social-page .pure-accordion-block-container .content {
  border-bottom: 1px solid #703A96;
  border-left: 1px solid #703A96;
  border-right: 1px solid #703A96;
}
.page-type-lecture-page .pure-accordion-block-container .header {
  border-left: 1px solid #FDC010;
  border-right: 1px solid rgba(0, 0, 0, 0);
}
.page-type-lecture-page .pure-accordion-block-container.open .header {
  background: #FDC010;
  border-left: 1px solid #FDC010;
  border-right: 1px solid #FDC010;
}
.page-type-lecture-page .pure-accordion-block-container.open .header .title {
  color: #000 !important;
}
.page-type-lecture-page .pure-accordion-block-container .content {
  border-bottom: 1px solid #FDC010;
  border-left: 1px solid #FDC010;
  border-right: 1px solid #FDC010;
}
.page-type-info-page .pure-accordion-block-container .header {
  border-left: 1px solid #BC3129;
  border-right: 1px solid rgba(0, 0, 0, 0);
}
.page-type-info-page .pure-accordion-block-container.open .header {
  background: #BC3129;
  border-left: 1px solid #BC3129;
  border-right: 1px solid #BC3129;
}
.page-type-info-page .pure-accordion-block-container .content {
  border-bottom: 1px solid #BC3129;
  border-left: 1px solid #BC3129;
  border-right: 1px solid #BC3129;
}
#slidewrap:before,
#slidewrap:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 0;
  top: 0;
}
#content,
#content2,
#footer {
  z-index: 1;
}
#slidewrap table table {
  background: none;
}
#slideshow {
  padding: 0;
}
#slidewrap .pgpaper:before,
#slidewrap .nopaper:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 0;
}
#slideshowtxt,
#slideshowimg {
  vertical-align: middle;
}
#featwrap {
  padding-bottom: 25px;
}
#featwrap a.button.outlined,
.pgpaper h1.pgtitle {
  color: #000 !important;
}
#cntwrap {
  background: #fff;
  min-height: 50px;
}
#content {
  padding: 0;
}
#crumbz {
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 25px;
  text-shadow: none;
  font-weight: normal;
}
#crumbz a {
  color: #fff;
}
.hmeighty {
  width: 80%;
  margin: auto;
  max-width: 1920px;
}
#newsletter {
  max-width: 250px;
  overflow: hidden;
  overflow-x: scroll;
  margin: auto;
}
#cntwrap {
  background: #fff;
}
#cntwrap2 {
  background: #71AD46;
}
#cntwrap3 {
  background: #fff;
}
#cntwrap4 {
  background: #E6F7FE;
}
#cntwrap5 {
  background: #fff;
}
#cntwrap6 {
  background: #fff;
}
#cntwrap6 .padditbx {
  max-width: 80%;
  margin: auto;
}
#cntwrap7 {
  background: #2EAEE4;
}
.gybk {
  background: #f6f6f6 !important;
}
.grbk {
  background: #71AD46 !important;
}
#footwrap {
  padding: 75px 0 0 0 !important;
}
#footer a {
  border-bottom: none;
}
#footer a:hover {
  color: #999 !important;
}
#footer ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
#footer li {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 20px;
}
.ftaside {
  padding-top: 5px;
}
#footer img {
  margin: 2px;
}
#credits {
  padding: 0 0 25px 0;
  text-align: center;
}
#credits {
  font-size: 14px;
}
.ccm-block-next-previous-wrapper {
  text-align: center;
}
/* ///////////////////////////////////////////////////////////// */
/* //////////////MAKE/IT/RESPONSIVE/THEY/SAID/////////////////// */
/* ////////////////////////////.../SO/I/DID///////////////////// */
/* ///////////////////////////////////////////////////////////// */
@media screen and (min-width: 250px) {
  .wrap {
    width: 85%;
  }
  .tables:before {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    background: #efefef;
    border: #bbb;
    content: 'Scroll left/right view';
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
  }
  .tables table {
    display: block;
  }
  #pagewrap h1 {
    font-size: 30px;
    line-height: 30px;
  }
  #pagewrap h1.pgtitle {
    font-size: 34px;
    line-height: 34px;
  }
  #pagewrap h2 {
    font-size: 28px;
    line-height: 32px;
  }
  #pagewrap h3 {
    font-size: 24px;
    line-height: 24px;
  }
  #pagewrap h4 {
    font-size: 24px;
    line-height: 24px;
  }
  #pagewrap h5 {
    font-size: 22px;
    line-height: 22px;
  }
  #pagewrap h6 {
    font-size: 22px;
    line-height: 22px;
  }
  #toptxt {
    text-align: right;
    font-size: 13px;
  }
  #headwrap {
    z-index: 5;
    text-align: center;
  }
  #header {
    width: 95%;
    padding: 15px 0;
  }
  .pgscrolled #header {
    padding: 5px 0;
  }
  #logo,
  #headtxt {
    display: inline-block;
    vertical-align: middle;
  }
  #logo {
    width: 50%;
    font-size: 11px;
    text-align: left;
    transition: all 0.15s ease-in-out;
  }
  #headtxt {
    width: 48%;
    text-align: center;
  }
  .page-template-home #slideshow {
    padding: 0;
  }
  .page-template-home #slideshow .pgpaper::before {
    display: none;
  }
  #slidewrap table {
    position: relative;
    z-index: 2;
  }
  #slideshowtxt,
  #slideshowimg {
    display: block;
    max-width: 100%;
    margin: auto;
  }
  #slideshowtxt {
    text-align: center;
    padding: 25px 0;
  }
  #slideshowimg {
    text-align: center;
  }
  #slideshowimg img {
    max-width: 525px;
  }
  .homepromo {
    background-color: #fdc010;
    padding: 15px;
    border-radius: 8px;
    max-width: 215px;
  }
  .recaptcha {
    max-width: 215px;
    overflow: hidden;
  }
  .page-template-home #slidewrap #brdrbx {
    position: relative;
    border: 8px solid #d59448;
    margin: 55px auto;
    text-align: left;
    padding: 45px 35px 0 35px;
  }
  .page-template-home #slidewrap .half-half {
    margin: 0;
  }
  .cntpad {
    padding: 125px 0;
  }
  /*.pgpaper { padding: 75px 0; }*/
  .cntpad .graycell li,
  .cntpad .graycell ol {
    display: inline-block;
    width: 48%;
    text-align: left;
  }
  #cntwrap6.cntpad {
    padding: 25px 0 75px 0;
  }
  #cntwrap7.cntpad {
    padding: 125px 0 75px 0;
  }
  #content,
  #content2,
  #content3 {
    margin: auto;
  }
  .page-template-home #cntwrap2.cntpad {
    padding: 25px 0 50px 0;
  }
  .page-template-home #cntwrap2 .padditbx {
    margin: -75px 0 -25px 0;
  }
  .image-full,
  .image-left,
  .image-right {
    display: block;
    padding: 0;
    background: #fff;
    border: 1px #efefef solid;
    margin: 55px auto;
    clear: both;
  }
  .newsfeatimg {
    display: block;
    text-align: center;
    max-width: 80%;
    margin: 0 auto 25px auto;
  }
  .fifty,
  .sixty,
  .eighty {
    margin: auto;
  }
  #footer {
    padding: 25px 0;
    text-align: center;
  }
  .ftbox {
    display: block;
    vertical-align: top;
    padding: 15px 0;
    margin: auto;
  }
  .page-template-right-sidebar #content #aside,
  .page-type-page .ftaside,
  .page-template-home .ftaside,
  .page-template-get-4cloud .ftaside,
  .page-template-service-page .ftaside,
  .page-template-full .ftaside {
    display: none;
  }
  .page-template-right-sidebar .ftaside,
  .page-template-blog-entry .ftaside {
    display: block;
  }
  h1 sup,
  h2 sup,
  h3 sup,
  h4 sup {
    font-size: 20px;
    line-height: 0;
  }
  /*** grid layout presets ***/
  .one-third,
  .two-third,
  .thirds,
  .full-width,
  .half-half,
  .quarters,
  .one-quarter,
  .three-quarter {
    display: block;
    width: 100%;
    margin: 15px auto;
    vertical-align: top;
    min-height: 1px;
    position: relative;
  }
  .one-third a.button,
  .two-third a.button,
  .thirds a.button,
  .full-width a.button,
  .half-half a.button,
  .quarters a.button,
  .one-quarter a.button,
  .three-quarter a.button {
    display: block;
    margin-top: 3px;
    margin-bottom: 5px;
  }
  #slidewrap .one-third,
  #slidewrap .two-third {
    vertical-align: middle;
  }
  /*** --- ***/
}
@media screen and (min-width: 375px) {
  .homepromo {
    max-width: none;
  }
  .recaptcha {
    max-width: none;
    overflow: visible;
  }
}
@media screen and (min-width: 750px) {
  .tables:before {
    display: none;
  }
  .tables table {
    display: inline-table;
  }
  #newsletter {
    max-width: none;
    overflow-x: auto;
  }
  .quarters-layout .quarters {
    width: 48.5%;
    display: inline-block;
  }
  .quarters-layout .quarters:nth-child(even) {
    margin-left: 3%;
  }
}
@media screen and (min-width: 1000px) {
  #logo,
  #headtxt {
    display: inline-block;
  }
  #logo {
    position: relative;
    width: 24%;
    text-align: left;
  }
  #logo img {
    width: 100%;
  }
  #headtxt {
    width: 75%;
    max-width: none;
    text-align: right;
  }
  #navwrap {
    padding: 15px 0;
  }
  .pgscrolled #navwrap {
    padding: 10px 0;
  }
  #slideshow {
    overflow: hidden !important;
  }
  .page-template-home #slideshow {
    padding: 0;
  }
  .page-template-home #slidewrap #brdrbx {
    padding: 45px 55px;
  }
  .page-template-home #slidewrap .halfhalf-layout {
    text-align: left;
    margin: 0;
  }
  .page-template-home #slidewrap .half-half:first-child {
    position: relative;
    margin: 0;
    left: 0;
    text-align: left;
  }
  .page-template-home #slidewrap .half-half:last-child {
    position: absolute;
    margin: 0;
    bottom: 0;
    right: 0;
    width: 50%;
  }
  .homepromo {
    padding: 20px 35px;
    max-width: none;
    overflow: visible;
  }
  .cntpad {
    padding: 50px 0;
  }
  .cntpad .graycell li,
  .cntpad .graycell ol {
    display: list-item;
    width: inherit;
  }
  .page-template-home #cntwrap.cntpad {
    padding: 80px 0;
  }
  .page-template-home #cntwrap.cntpad.grbk {
    padding: 50px 0 100px 0;
  }
  .page-template-home #cntwrap2.cntpad {
    padding: 50px 0 50px 0;
  }
  .page-template-home #cntwrap2 .padditbx {
    margin: -50px 0 -25px 0;
  }
  #cntwrap6.cntpad {
    padding: 25px 0 50px 0;
  }
  #cntwrap7.cntpad {
    padding: 100px 0 50px 0;
  }
  .image-left {
    float: left;
    margin: 0 25px 25px 0;
  }
  .image-right {
    float: right;
    margin: 0 0 25px 25px;
  }
  .featurecontent {
    flex-direction: row;
    display: flex;
  }
  .featbox {
    display: inline-block;
    width: 33.33%;
    flex: 0.4;
  }
  .newsfeatimg {
    float: right;
    max-width: 450px;
    margin: 0;
    padding: 0 0 15px 25px;
  }
  .fifty,
  .sixty,
  .eighty {
    margin: 0 auto;
  }
  .fifty {
    width: 50%;
  }
  .sixty {
    width: 60%;
  }
  .eighty {
    width: 80%;
  }
  #footer {
    text-align: left;
    z-index: 2;
  }
  .ftbox {
    display: inline-block;
    vertical-align: middle;
  }
  #ftbox1 {
    width: 20%;
  }
  #ftbox2 {
    width: 75%;
    padding: 0 0 0 5%;
    text-align: right;
  }
  .page-template-right-sidebar #content #aside {
    display: inline-block;
  }
  .page-template-home .ftaside,
  .page-template-right-sidebar .ftaside,
  .page-type-page .ftaside,
  .page-template-blog-entry .ftaside,
  .page-template-get-4cloud .ftaside,
  .page-template-service-page .ftaside {
    display: none;
  }
  /*** grid layout presets ***/
  .one-third,
  .two-third,
  .thirds,
  .full-width,
  .half-half,
  .one-quarter,
  .three-quarter {
    display: inline-block;
    min-height: 10px;
  }
  .one-third,
  .thirds {
    width: 33.3333%;
  }
  .two-third {
    width: 66.6666%;
  }
  .half-half {
    width: 50%;
  }
  .quaters {
    width: 25%;
  }
  .full-width {
    width: 100%;
    display: block;
    clear: both;
  }
  .threequarter-layout .one-quarter {
    width: 25%;
  }
  .threequarter-layout .three-quarter {
    width: 71%;
    margin-right: 4%;
  }
  .vertical .one-third,
  .vertical .two-third,
  .vertical .thirds,
  .vertical .one-quarter,
  .vertical .three-quarter,
  .vertical .full-width,
  .vertical .half-half {
    vertical-align: middle;
  }
  .one-third a.button,
  .two-third a.button,
  .thirds a.button,
  .one-quarter a.button,
  .three-quarter a.button,
  .full-width a.button,
  .half-half a.button,
  .quarters a.button {
    display: inherit;
    margin-top: 3px;
    margin-bottom: inherit;
  }
  .onethird-layout .two-third {
    width: 62.6666%;
    margin-left: 4%;
  }
  .twothird-layout .two-third {
    width: 62.6666%;
    margin-right: 4%;
  }
  .thirds-layout,
  .quarters-layout {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .thirds-layout .thirds {
    flex: 1;
    width: 33.3333%;
  }
  .thirds-layout .thirds:nth-child(2) {
    margin-left: 3%;
    margin-right: 3%;
  }
  .quarters-layout .quarters {
    flex: 1;
    width: 25%;
  }
  .quarters-layout .quarters:nth-child(even) {
    margin-left: inherit;
  }
  .quarters-layout .quarters:nth-child(2) {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .quarters-layout .quarters:nth-child(3) {
    margin-right: 2.5%;
  }
  .halfhalf-layout .half-half {
    width: 48%;
  }
  .halfhalf-layout .half-half:first-child {
    margin-right: 4%;
  }
  /*** --- ***/
}
@media screen and (min-width: 1140px) {
  .wrap,
  #header.wrap {
    width: 1140px;
  }
  #pagewrap h1 {
    font-size: 50px;
    line-height: 55px;
  }
  #pagewrap h1.pgtitle {
    font-size: 50px;
    line-height: 55px;
  }
  #pagewrap h2 {
    font-size: 45px;
    line-height: 50px;
  }
  #pagewrap h3 {
    font-size: 30px;
    line-height: 35px;
  }
  #pagewrap h4 {
    font-size: 28px;
    line-height: 32px;
  }
  #pagewrap h5 {
    font-size: 24px;
    line-height: 30px;
  }
  #pagewrap h6 {
    font-size: 24px;
    line-height: 30px;
  }
  #slideshowtxt,
  #slideshowimg {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  #slideshowtxt {
    width: 55%;
    text-align: left;
  }
  #slideshowimg {
    width: 43%;
    margin-left: 2%;
  }
  #slideshowimg img {
    max-width: 140%;
  }
}
@media screen and (min-width: 1500px) {
  .wrap,
  #header.wrap {
    width: 80%;
    max-width: 1400px;
  }
  #logo {
    width: 23%;
  }
  #headtxt {
    width: 76%;
  }
  .page-template-home #slidewrap .one-third {
    margin-bottom: -50px;
  }
  .page-template-home #slidewrap #brdrbx {
    margin: 125px auto 100px auto;
  }
  .page-template-home #slidewrap .half-half:last-child {
    bottom: -125px;
  }
}
@media screen and (max-width: 1000px) {
  .ccm-layout-column {
    float: none !important;
    width: 100% !important;
  }
  .ccm-layout-column-inner {
    margin: 25px 0 !important;
  }
}
.ccm-layout-column-inner {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.vertical .ccm-layout-column {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}
/* ///////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////// */
/* Gallery */
.sortable_responsive_gallery_image {
  overflow: hidden;
}
.sortable_responsive_gallery_container .rollover {
  overflow: hidden;
  height: 150px;
}
.sortable_responsive_gallery_container .rollover img {
  width: 100%;
  height: 100%;
  min-height: 175px;
}
.sortable_responsive_gallery_container .rollover img.hoverimage {
  min-height: inherit;
  width: 32px !important;
  height: 32px !important;
}
/* Slider */
.ccm-pagination-wrapper .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.ccm-pagination-wrapper .pagination > li {
  display: inline;
}
.ccm-pagination-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ccm-pagination-wrapper li {
  margin-left: 0px;
}
.ccm-pagination-wrapper .pagination > li:first-child > a,
.ccm-pagination-wrapper .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ccm-pagination-wrapper .pagination > li > a,
.ccm-pagination-wrapper .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #3b526c;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.ccm-pagination-wrapper a {
  color: #428bca;
  text-decoration: none;
}
.ccm-pagination-wrapper .pagination > .active > a,
.ccm-pagination-wrapper .pagination > .active > span,
.ccm-pagination-wrapper .pagination > .active > a:hover,
.ccm-pagination-wrapper .pagination > .active > span:hover,
.ccm-pagination-wrapper .pagination > .active > a:focus,
.ccm-pagination-wrapper .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #3b526c;
  border-color: #3b526c;
  cursor: default;
}
.ccm-pagination-wrapper .pagination > li > a,
.ccm-pagination-wrapper .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #3b526c;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.ccm-pagination-wrapper .pagination > li > span span {
  display: none;
}
.login-page {
  max-width: 500px;
}
.login-page h1,
.login-page-title {
  display: none;
}
.login-page input,
.login-page select,
.login-page textarea {
  border: 1px #122b46 solid;
  background: none;
  color: #122b46;
  text-align: center;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.login-page input::placeholder,
.login-page textarea::placeholder {
  color: #111;
  text-align: center;
}
.login-page .form-group {
  margin: 5px auto;
}
.login-page,
.login-page .col-sm-6,
.login-page button.btn,
.login-form {
  text-align: center;
  margin: 0 auto;
}
.login-page input {
  font-size: 16px;
}
.login-page input,
.login-page button.btn {
  width: 88%;
  padding: 15px 5%;
  margin: 0 auto;
}
.login-page input[type=checkbox] {
  width: auto;
}
.login-page .checkbox {
  margin-bottom: 15px;
}
.login-page button.btn {
  width: 99%;
}
.login-page label {
  font-size: 12px;
}
.login-page button.btn {
  display: inline-block;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  margin: 5px 0;
}
.login-page a.btn {
  font-size: 13px;
}
/** top wave **/
.custom-shape-divider-bottom-1662065767 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-bottom-1662065767 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 41px;
}
.custom-shape-divider-bottom-1662065767 .shape-fill {
  fill: #FFFFFF;
}
.page-template-home .custom-shape-divider-bottom-1662065767 .shape-fill {
  fill: #71AD46 !important;
}
.page-template-home .grbk .custom-shape-divider-bottom-1662065767 .shape-fill {
  fill: #fff !important;
}
/** footer blue wave **/
.custom-shape-divider-top-1662065898 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-top-1662065898 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 41px;
}
.custom-shape-divider-top-1662065898 .shape-fill {
  fill: #FFFFFF;
}
/** footer purple wave **/
.custom-shape-divider-top-1662066075 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1662066075 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 41px;
}
.custom-shape-divider-top-1662066075 .shape-fill {
  fill: #2EAEE4;
}
#customForm,
#customForm input.form-contact {
  font-family: inherit !important;
}
#customForm input.form-contact {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0.375rem;
  background-color: #fff;
  padding: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: #000;
  font-size: 100%;
  line-height: 50px !important;
  width: -webkit-fill-available;
}
#customForm input[type="button"] {
  margin: 0;
}