
/*===== Privacy Page ======*/
/*===== History Page ======*/
.page-category__history .items-row {
  position: relative;
}
.page-category__history .items-row > div {
  clear: both;
  position: relative;
}
.page-category__history .items-row > div:before {
  color: #ffffff;
  content: '\f1cb';
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  line-height: 40px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  right: -21px;
  text-align: center;
  top: 15px;
  width: 40px;
  background: #3ec7c2;
}
.page-category__history .items-row > div .item {
  border: 1px solid #dddddd;
  margin-right: 25px;
  padding: 30px;
  position: relative;
}
.page-category__history .items-row > div .item:before,
.page-category__history .items-row > div .item:after {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  content: '';
  position: absolute;
  top: 24px;
}
.page-category__history .items-row > div .item:before {
  border-left: 10px solid #dddddd;
  right: -10px;
}
.page-category__history .items-row > div .item:after {
  border-left: 10px solid #27292b;
  right: -9px;
}
.page-category__history .items-row > div .item .item_introtext p {
  padding-bottom: 0;
}
.page-category__history .items-row > div .item .item_info {
  left: 100%;
  margin-left: 80px;
  position: absolute;
  top: 20px;
}
@media (max-width: 767px) {
  .page-category__history .items-row > div .item {
    margin-bottom: 30px;
  }
}
.page-category__history .items-row > div + div {
  float: right;
}
.page-category__history .items-row > div + div:before {
  left: -19px;
  right: auto;
}
.page-category__history .items-row > div + div .item {
  margin-left: 25px;
  margin-right: 0;
}
.page-category__history .items-row > div + div .item:before,
.page-category__history .items-row > div + div .item:after {
  border-bottom: 10px solid transparent;
  border-left: none;
  border-top: 10px solid transparent;
  content: '';
  position: absolute;
  right: auto;
  top: 24px;
}
.page-category__history .items-row > div + div .item:before {
  border-right: 10px solid #dddddd;
  left: -10px;
}
.page-category__history .items-row > div + div .item:after {
  border-right: 10px solid #27292b;
  left: -9px;
}
.page-category__history .items-row > div + div .item .item_info {
  left: auto;
  margin-left: 0;
  margin-right: 80px;
  right: 100%;
}
.page-category__history .items-row:before {
  bottom: 0;
  content: '';
  display: block;
  left: 50%;
  margin-left: 0;
  position: absolute;
  top: 0;
  width: 2px;
  background: #3ec7c2;
}
@media (max-width: 767px) {
  .page-category__history .items-row:before {
    display: none;
  }
}
.page-category__history .item_info_dl {
  font-size: inherit;
}


/*===== FAQ Page ======*/
/* 
.page-category__faqs .item_title span.item_title_part0 {
  color: #3ec7c2;
}
.page-category__faqs .to_top {
  margin-bottom: 30px;
  position: relative;
  text-align: right;
}
.page-category__faqs .to_top:before {
  background: #ffffff;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  right: 30px;
  top: 50%;
}
.page-category__faqs .to_top a {
  font-size: 18px;
}
.page-category__faqs .item {
  margin-bottom: 0;
} */
/*======================= Archives Page ========================*/
/* .page-archive_filters .filter-search {
  overflow: hidden;
  padding-bottom: 21px;
}
.page-archive_filters select,
.page-archive_filters button {
  display: inline-block;
  margin-bottom: 8px;
} */
/*======================= Contacts Page ========================*/
/* #jform_contact_message {
  height: 149px;
  resize: none;
  width: 100%;
}
#contact-form label {
  display: inline-block;
  margin-bottom: 5px;
}
.contact_misc {
  margin-bottom: 15px;
}
#contact {
  margin-top: 15px;
}
.phone-num {
  display: inline-block;
}
#jform_contact_name,
#jform_contact_email,
#jform_contact_emailmsg {
  width: 100%;
}
.contact_email-copy,
.contact_vcard {
  display: inline-block;
  height: 62px;
  line-height: 62px;
  margin: 0 31px 0 0;
}
.contact_vcard {
  margin: 0;
}
.contact_details .icons-marker {
  display: block;
  float: left;
  line-height: 24px;
  margin-right: 5px;
  width: 16px;
  color: #ffffff;
}
.contact_details h5 {
  text-align: left;
}
@media (max-width: 767px) {
  .contact_details {
    margin-bottom: 30px;
  }
}
.contact_address {
  overflow: hidden;
  padding-bottom: 24px;
}
.contact_details_fax {
  padding-bottom: 24px;
}
#contact_map {
  margin-bottom: 24px;
}
#contact_map .map {
  border: 1px solid #030303;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact_map .map.mfp-hide {
  display: block !important;
}
#map {
  margin-bottom: 30px;
}
#map header {
  margin-bottom: 30px;
}
.map img {
  max-width: none !important;
}
.mfp-content .map {
  max-width: 1200px;
}
.contact_details_item {
  margin-bottom: 20px;
} */
/*======================= 404 PAGE =======================*/
/* .errorBox {
  background: none;
  text-align: left;
}
#error .well {
  margin-bottom: 0;
}
.body__404 .big-404 {
  text-align: center;
}
.body__404 big {
  display: block;
  font-weight: bold;
  padding: 0 0 14px;
}
.body__404 .page-item__404 {
  padding: 50px 0 100px 0;
}
.body__404 img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .body__404 img {
    width: 100%;
  }
}
.body__404 input {
  width: auto;
  float: left;
  margin-right: 5px;
}
.body__404 .mod-search_searchword + .btn {
  margin-top: 0;
}
.body__404 .navbar-form {
  padding: 0;
} */
/*======================= Site Map =======================*/
/* .site_map h1,
.site_map h2,
.site_map h3,
.site_map h4,
.site_map h5,
.site_map h6 {
  text-align: left;
}
.site_map .menu ul {
  padding-left: 15px;
}
.site_map .menu ul ul {
  padding-left: 30px;
}
.site_map .menu ul ul ul {
  padding-left: 45px;
} */
/*======================= Registration =======================*/
/* #member-registration,
#member-profile,
#user-registration {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
#member-registration .chzn-container,
#member-profile .chzn-container,
#user-registration .chzn-container {
  width: 100% !important;
}
#member-registration #helpsite-refresh,
#member-profile #helpsite-refresh,
#user-registration #helpsite-refresh {
  margin-top: 10px;
}
#member-registration .btn,
#member-profile .btn,
#user-registration .btn {
  vertical-align: top;
}
#member-registration .input-append,
#member-profile .input-append,
#user-registration .input-append {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 62px;
  width: 50%;
}
#member-registration .calendar_wrapper #jform_profile_dob_spacer-lbl,
#member-profile .calendar_wrapper #jform_profile_dob_spacer-lbl,
#user-registration .calendar_wrapper #jform_profile_dob_spacer-lbl {
  display: block;
  margin-top: 10px;
}
.page-login {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.page-login .btn {
  vertical-align: inherit;
}
.page-login .input-prepend {
  width: 100%;
}
.page-login form mark {
  top: 0;
} */
/*======================= ADMIN EDIT PAGES =======================*/
/* #modules-form .chzn-container,
#adminForm .chzn-container {
  width: 100% !important;
}
#modules-form .input-prepend .btn + .btn,
#adminForm .input-prepend .btn + .btn,
#modules-form .input-append .btn + .btn,
#adminForm .input-append .btn + .btn {
  margin-left: 1px;
}
#modules-form .btn-toolbar > .btn,
#adminForm .btn-toolbar > .btn {
  margin: 0 5px 5px 0;
}
#modules-form .btn-toolbar > .btn + .btn,
#adminForm .btn-toolbar > .btn + .btn {
  margin-left: 0;
}
#modules-form .accordion-inner,
#adminForm .accordion-inner {
  padding: 5px;
}
#modules-form span.radio,
#adminForm span.radio {
  display: none;
}
#modules-form #jform_published .btn,
#adminForm #jform_published .btn {
  display: inline-block !important;
}
#modules-form .btn-toolbar,
#adminForm .btn-toolbar {
  margin-bottom: 20px;
}
#adminForm #images .input-prepend.input-append {
  width: 100%;
}
#adminForm #images .input-prepend.input-append .btn {
  width: 5%;
}
#adminForm #images .input-prepend.input-append .btn + input {
  width: 85%;
}
#adminForm #images .input-prepend.input-append .btn + input + .btn {
  width: 5%;
}
@media (max-width: 1200px) {
  #contact_map {
    height: 376px;
  }
  .page-category__history .items-row:before {
    margin-left: 9px;
  }
  .page-category__history .items-row > div:before {
    right: -31px;
  }
  .page-category__history .items-row > div + div:before {
    left: -10px;
  }
}
@media (max-width: 979px) {
  .page-category__history .items-row:before {
    margin-left: 5px;
  }
  .page-category__history .items-row > div:before {
    right: -27px;
  }
  .page-category__history .items-row > div + div::before {
    left: -18px;
  }
}
@media (max-width: 767px) {
  .page-category__history .items-row:before {
    left: 19px;
    margin-left: 0;
  }
  .page-category__history .items-row > div + div {
    float: none;
  }
  .page-category__history .items-row > div + div:before {
    left: 0;
    display: none;
  }
  .page-category__history .items-row > div::before {
    left: 0;
    right: auto;
    display: none;
  }
  .page-category__history .items-row > div .item {
    margin-left: 50px !important;
    margin-right: 0 !important;
  }
  .page-category__history .items-row > div .item:before {
    border-left: none;
    border-right: 10px solid #E5E5E5;
    left: -10px;
    right: auto;
    display: none;
  }
  .page-category__history .items-row > div .item:after {
    border-left: none;
    border-right: 10px solid #E5E5E5;
    left: -10px;
    right: auto;
    display: none;
  }
  .page-category__history .items-row > div .item .item_info,
  .page-category__history .items-row > div + div .item .item_info {
    margin: 0;
    position: static;
  }
  .body__404 .big-404 {
    margin-bottom: 15px;
  }
  #member-registration,
  #member-profile,
  #user-registration,
  .page-login {
    width: 100%;
  }
  #helpsite-refresh {
    display: block;
    margin-top: 10px;
  }
  .page_profile .btn-toolbar {
    float: none;
  }
  .input-prepend input {
    width: 100%;
  }
  .page-category__history .items-row > div .item {
    margin-left: 0 !important;
  }
  #adminForm #images .input-prepend.input-append .btn {
    width: 10%;
  }
  #adminForm #images .input-prepend.input-append .btn + input {
    width: 75%;
    padding-left: 12%;
  }
  #adminForm #images .input-prepend.input-append .btn + input + .btn {
    width: 10%;
  }
}
@media (max-width: 639px) {
  #modules-form fieldset#jform_published label.btn span {
    display: none;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .row-fluid [class*="span"].site_map {
    float: left;
    width: 50%;
  }
  .row-fluid [class*="span"].site_map:nth-child(2n-1) {
    clear: both;
  }
}
@media (max-width: 480px) {
  .control-label + .controls {
    margin-top: 10px;
  }
  .page-category__history .items-row > div .item {
    padding: 20px;
  }
  .page-item__privacy_policy .item_fulltext *[class*=heading-style] {
    float: none;
    width: 100%;
  }
  .page-item__privacy_policy .item_fulltext p {
    margin-left: 0;
  }
  .page-item__privacy_policy .item_fulltext p:before {
    display: none;
  }
  #modules-form .btn span:not(.icon-calendar) {
    display: none;
  }
  #modules-form .form-horizontal .control-label {
    padding-bottom: 10px;
    padding-top: 0;
  }
  #adminForm #images .input-prepend.input-append .btn {
    width: 13%;
  }
  #adminForm #images .input-prepend.input-append .btn + input {
    width: 64%;
    padding-left: 15%;
  }
  #adminForm #images .input-prepend.input-append .btn + input + .btn {
    width: 15%;
  }
  #login-form .controls .input-prepend .btn,
  #member-registration .controls .input-prepend .btn,
  #member-profile .controls .input-prepend .btn,
  #user-registration .controls .input-prepend .btn,
  #login-form .controls .input-append .btn,
  #member-registration .controls .input-append .btn,
  #member-profile .controls .input-append .btn,
  #user-registration .controls .input-append .btn {
    margin-bottom: 0;
  }
  #login-form .controls .btn,
  #member-registration .controls .btn,
  #member-profile .controls .btn,
  #user-registration .controls .btn {
    margin-bottom: 10px;
  }
  #adminForm .btn-toolbar .btn-group {
    margin-bottom: 10px;
  }
}
.icemegamenu {
  float: right;
  position: static;
}
.icemegamenu > ul {
  clear: both;
  margin: 22px 0 0;
  padding: 0;
  width: 100%;
  z-index: 999;
}
.icemegamenu > ul:before,
.icemegamenu > ul:after {
  content: " ";
  display: table;
}
.icemegamenu > ul:after {
  clear: both;
}
.icemegamenu > ul:before,
.icemegamenu > ul:after {
  content: " ";
  display: table;
}
.icemegamenu > ul:after {
  clear: both;
}
.icemegamenu > ul > li {
  display: block;
  float: left;
  position: relative;
}
.icemegamenu > ul > li + li {
  margin-left: 31px;
}
.icemegamenu > ul > li > a.iceMenuTitle {
  display: block;
  font: 18px / 24px 'Raleway', sans-serif;
  padding: 0px;
  color: #ffffff;
  background: transparent;
  text-transform: uppercase;
  position: relative;
}
.icemegamenu > ul > li > a.iceMenuTitle:before {
  content: '';
  height: 1px;
  width: 0px;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-top: 10px;
}
.icemegamenu > ul > li > a.iceMenuTitle * {
  font: inherit;
}
.icemegamenu > ul > li > a.iceMenuTitle:hover,
.icemegamenu > ul > li > a.iceMenuTitle.hover,
.icemegamenu > ul > li > a.iceMenuTitle.icemega_active {
  color: #3ec7c2;
  background: transparent;
}
.icemegamenu > ul > li > a.iceMenuTitle:hover:before,
.icemegamenu > ul > li > a.iceMenuTitle.hover:before,
.icemegamenu > ul > li > a.iceMenuTitle.icemega_active:before {
  content: '';
  height: 1px;
  width: 29px;
  background: #3ec7c2;
}
.icemegamenu > ul > li.active > a.iceMenuTitle,
.icemegamenu > ul > li.hover > a.iceMenuTitle {
  color: #3ec7c2;
  background: transparent;
}
.icemegamenu > ul > li.active > a.iceMenuTitle:before,
.icemegamenu > ul > li.hover > a.iceMenuTitle:before {
  content: '';
  height: 1px;
  width: 29px;
  background: #3ec7c2;
}
.icemegamenu > ul > li span.icemega_desc {
  color: #ffffff;
  display: block;
  line-height: 1.25em;
  padding: 0;
}
.icemegamenu .ice-megamenu-toggle {
  display: none;
}
/* when dont have subtitle */
/* 
.icemegamenu > ul > li > a.iceMenuTitle > span.icemega_nosubtitle {
  display: inline-block;
}
ul.icesubMenu {
  height: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 18px 0;
  pointer-events: none;
  position: absolute;
  text-align: left;
  top: 100%;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -moz-transform: translate(0%, 30px);
  -webkit-transform: translate(0%, 30px);
  -ms-transform: translate(0%, 30px);
  -o-transform: translate(0%, 30px);
  transform: translate(0%, 30px);
  z-index: 9999;
  background: #1b1b1b;
  border: none;
}
ul.icesubMenu > li:before,
ul.icesubMenu > li:after {
  content: " ";
  display: table;
}
ul.icesubMenu > li:after {
  clear: both;
}
ul.icesubMenu > li:before,
ul.icesubMenu > li:after {
  content: " ";
  display: table;
}
ul.icesubMenu > li:after {
  clear: both;
}
ul.icesubMenu li a.iceMenuTitle {
  display: block;
  font: 18px / 24px 'Raleway', sans-serif;
  padding: 4px 20px;
  color: #ffffff;
  text-transform: uppercase;
}
ul.icesubMenu li.active > a.iceMenuTitle,
ul.icesubMenu li:hover > a.iceMenuTitle,
ul.icesubMenu li.hover > a.iceMenuTitle {
  color: #3ec7c2;
  background: transparent;
}
ul.icesubMenu.sub_level_1 {
  margin-top: 20px;
}
ul.icesubMenu.sub_level_2 {
  margin-top: -15px;
}
li[class*=iceMenuLiLevel] {
  padding: 0;
}
li[class*=iceMenuLiLevel]:before {
  display: none;
}
#icemegamenu li.iceMenuLiLevel_1.hover > ul.icesubMenu {
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  -moz-transform: translate(0%, 0px);
  -webkit-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  -o-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}
#icemegamenu li.iceMenuLiLevel_1 li.hover > ul.icesubMenu {
  height: auto;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  -moz-transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
#icemegamenu ul.icesubMenu.visible {
  height: auto;
}
ul.icesubMenu ul > li {
  position: relative;
}
/* when is parent */

/* 
ul.icesubMenu > li:before {
  display: none;
}
ul.icesubMenu > li > .iceCols {
  max-width: 100% !important;
  width: 100%;
}
/* Second Level Dropdown */

/* 
ul.sub_level_2,
ul.sub_level_3,
ul.sub_level_4,
ul.sub_level_5 {
  left: 100%;
  margin-left: 10px;
  top: 0px;
  -moz-transform: translate(30px, 0);
  -webkit-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  -o-transform: translate(30px, 0);
  transform: translate(30px, 0);
  z-index: 99999;
}
ul.icesubMenu ul > li.hover > ul {
  opacity: 1;
  overflow: visible;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}
.icesubMenu .icemega_cover_module span.iceModuleTile {
  display: block;
}
.ice_righttoleft {
  left: auto !important;
  right: 0;
}
.icemega_modulewrap {
  padding: 20px;
}
.nav-collapse .icesubMenu .nav > li > a,
.nav-collapse .icesubMenu .dropdown-menu a {
  margin-bottom: 0;
  padding: 0;
}
.nav-collapse.collapse {
  height: auto;
}
.rd-mobilemenu_ul a.active,
.rd-mobilemenu_ul li.level_1.active > a {
  color: white !important;
}
@media (max-width: 979px) {
  .icemegamenu {
    overflow: visible !important;
  }
}
.icons-marker {
  font-size: 16.8px;
  line-height: 24px;
}
*[class*=center] {
  text-align: center;
}
.item_img,
.category_img {
  font-size: 0;
  line-height: 0;
  margin: 0 0 23px;
  position: relative;
}
.item_img a,
.category_img a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.item_img a:hover img,
.category_img a:hover img,
.item_img a:hover .BWfade,
.category_img a:hover .BWfade {
  opacity: 1 !important;
}
.item_img img,
.category_img img {
  max-width: 100%;
  height: auto;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin-right: 30px;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin-left: 30px;
  max-width: 50%;
}
.lazy_preloader {
  background: #ffffff url("data:image/gif;base64,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") no-repeat center;
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: middle;
}
.lazy_preloader .lazy_preloader_inner {
  display: block;
  max-width: 100%;
}
.lazy_preloader img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
img.lazy {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -moz-transform: scale(0.9) !important;
  -webkit-transform: scale(0.9) !important;
  -ms-transform: scale(0.9) !important;
  -o-transform: scale(0.9) !important;
  transform: scale(0.9) !important;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.BWfade {
  display: block !important;
  height: 100% !important;
  left: 0 !important;
  opacity: 0 !important;
  top: 0 !important;
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: all 0.5s linear !important;
  -o-transition: all 0.5s linear !important;
  transition: all 0.5s linear !important;
  width: 100% !important;
  z-index: 2;
}
.well {
  background-color: transparent;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
  text-align: right;
}
.well #limit_chzn {
  margin-bottom: 0;
}
.item__module,
.item {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.item__module.visible-first,
.item.visible-first {
  opacity: 100;
  filter: alpha(opacity=10000);
  transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.stuck {
  background: transparent;
  z-index: 1034 !important;
}
body:not(.modal-open) .stuck {
  width: 100% !important;
}
.scroll-to-fixed-fixed {
  background: #ffffff;
  padding-top: 6px !important;
  z-index: 1034 !important;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
}
.scroll-to-fixed-fixed #logo {
  margin-bottom: 4px !important;
}
.home_video {
  margin: 0 auto;
}
.home_video .rd-video_cnt {
  padding: 300px 0 319px;
  text-align: center;
}
.btn-player {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.moduletable.list .pretext,
.moduletable.list .category_desc {
  text-align: left;
}
.moduletable.list .page-header,
.moduletable.list .page_header {
  text-align: left;
}
.mod-article-single {
  margin-bottom: 48px;
}
.mod-article-single .item__module:before,
.mod-article-single .item__module:after {
  content: " ";
  display: table;
}
.mod-article-single .item__module:after {
  clear: both;
}
.mod-article-single .item__module:before,
.mod-article-single .item__module:after {
  content: " ";
  display: table;
}
.mod-article-single .item__module:after {
  clear: both;
}
.mod-article-single.mod-article-single__image {
  margin-bottom: 24px;
}
.mod-newsflash-adv i.left {
  float: left;
  margin-right: 20px;
}
.mod-newsflash-adv i.right {
  float: right;
  margin-left: 20px;
}
.mod-newsflash-adv *[class*=puppets] {
  color: #3ec7c2;
  font-size: 48px;
  line-height: 68px;
}
.mod-newsflash-adv.services *[class*=puppets] {
  color: white;
  display: inline-block;
  font-size: 100px;
  line-height: 120px;
  padding: 17px 0 31px;
}
.mod-newsflash-adv.services .item_title {
  color: #3ec7c2;
  margin-bottom: 18px;
}
.mod-newsflash-adv.team .item_title {
  margin-bottom: 2px;
}
.mod-newsflash-adv.team figcaption {
  display: block;
  margin-bottom: 17px;
}
.mod-newsflash-adv.mod-newsflash-adv__list .item_content {
  overflow: hidden;
}
.mod-newsflash-adv.mod-newsflash-adv__type1,
.mod-newsflash-adv.mod-newsflash-adv__type2 {
  padding-top: 72px;
}
.mod-newsflash-adv.mod-newsflash-adv__type1 i.left,
.mod-newsflash-adv.mod-newsflash-adv__type2 i.left,
.mod-newsflash-adv.mod-newsflash-adv__type1 i.right,
.mod-newsflash-adv.mod-newsflash-adv__type2 i.right {
  min-width: 70px;
}
.mod-newsflash-adv.mod-newsflash-adv__type1 .item_content,
.mod-newsflash-adv.mod-newsflash-adv__type2 .item_content {
  overflow: hidden;
}
.mod-newsflash-adv.mod-newsflash-adv__type1 .item_title,
.mod-newsflash-adv.mod-newsflash-adv__type2 .item_title {
  color: #3ec7c2;
  margin-bottom: 18px;
}
.mod-newsflash-adv.mod-newsflash-adv__type1 {
  text-align: right;
}
@media (min-width: 1440px) {
  .mod-newsflash-adv.mod-newsflash-adv__type1 {
    margin-left: -90px;
  }
}
@media (min-width: 1440px) {
  .mod-newsflash-adv.mod-newsflash-adv__type2 {
    margin-right: -90px;
  }
}
.mod-newsflash-adv.counters {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.mod-newsflash-adv.counters .item_content {
  overflow: hidden;
}
.mod-newsflash-adv.counters .counter {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 14px;
}
*/
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content {
  text-align: center;
  padding: 30px 20px;
  border: 1px solid #3ec7c2;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content ul {
  padding: 10px 0;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content ul li {
  font-size: 24px;
  line-height: 26px;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content ul li:before {
  display: none;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content ul li + li {
  margin-top: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item .item_content .item_title {
  color: #3ec7c2;
  margin-bottom: 0;
  text-transform: uppercase;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item.featured .item_content {
  background: #374046;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .item.featured .item_content .btn:hover {
  background: #3ec7c2;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .price {
  font-size: 40px;
  line-height: 50px;
  padding: 14px 0;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_simple .price span {
  font-size: 16px;
  line-height: 41px;
  vertical-align: bottom;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item {
  position: relative;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_title {
  background: white;
  color: #3ec7c2;
  margin-bottom: 0;
  padding: 37px 0 33px;
  text-align: center;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item i.caption {
  background: #3ec7c2;
  color: white;
  display: block;
  font-size: 48px;
  font-style: normal;
  line-height: 60px;
  padding: 16px 0 24px;
  text-align: center;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .price {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-size: 40px;
  line-height: 50px;
  padding: 14px 0;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .price span {
  font-size: 16px;
  line-height: 38px;
  vertical-align: bottom;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_content {
  background: white;
  color: #27292b;
  text-align: center;
  padding: 30px 20px 53px;
}
.mod-newsflash-adv.mod-newsflash-adv__pricing_detailed .item .item_content ul.item_list {
  display: table;
}

.mod-newsflash-adv.mod-newsflash-adv__progbars_horizontal {
  text-align: center;
}
.mod-newsflash-adv.mod-newsflash-adv__progbars_circle {
  text-align: center;
}
.mod-newsflash-adv.mod-newsflash-adv__progbars_circle .item_content {
  padding: 0 14px;
}
.mod-newsflash-adv.mod-newsflash-adv__progbars_circle .item_content .progress-bar {
  margin-bottom: 36px;
}
.mod-newsflash-adv.mod-newsflash-adv__progbars_circle .item_content .item_title {
  margin: 0 -14px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod-newsflash-adv.mod-newsflash-adv__progbars_circle .item__module {
    width: 50%;
    float: left;
  }
}

.mod-newsflash-adv .mod-newsflash-adv_custom-link {
  margin-bottom: 48px;
}
.parallax {
  background: #3ec7c2;
  padding: 115px 0 73px;
}
.parallax .page-header,
.parallax .page_header {
  text-align: left;
}
.parallax .page-header .moduleTitle,
.parallax .page_header .moduleTitle {
  margin-bottom: 30px;
}
.parallax .page-header .moduleTitle.type1,
.parallax .page_header .moduleTitle.type1 {
  color: #27292b;
  margin-bottom: 24px;
}
.parallax .page-header .moduleTitle.type1 .item_title_part_0,
.parallax .page_header .moduleTitle.type1 .item_title_part_0 {
  color: white;
  margin-right: -16px;
}
.parallax .pretext,
.parallax .category_desc {
  padding-bottom: 45px;
}
.parallax *[class*=puppets] {
  color: #27292b;
}
.parallax .item_title {
  color: #27292b;
  margin-bottom: 18px;
}
.parallax .mod-newsflash-adv [class*="puppets"] {
  color: white;
}
.parallax.parallax__parallax1 {
  font-size: 24px;
  line-height: 36px;
  padding: 9% 0 8.5%;
}
.parallax.parallax__parallax1 .item-title {
  color: #27292b;
  margin-bottom: 12px;
}
.parallax ul.systems {
  margin-top: 18px;
}
.parallax ul.systems li {
  color: #229692;
}
.parallax ul.systems li + li:before {
  background: #229692;
}
.skills_diagram {
  display: inline-block;
  vertical-align: middle;
}
/*===== Testimonials Page ======*/

/* 
 
.sorting .btn-group > * {
  font-size: 14px;
}
.tags {
  clear: both;
}
.tags .label {
  padding: 3px 5px;
  font-size: 100%;
  line-height: 12px;
  border-radius: none;
  font-weight: normal;
  color: #ffffff;
  background: #3ec7c2;
}
.tags .label:hover {
  color: #ffffff;
}
.tags li {
  line-height: 12px;
}
.tags li + li {
  padding-left: 10px;
  border-left: 2px solid #ffffff;
}
.addthis_toolbox {
  padding-top: 14px;
}
.video_frame {
  margin-bottom: 26px;
  position: relative;
}
.video_frame iframe {
  border: medium none !important;
  height: 100% !important;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
.item_info .item_info_dl {
  margin: 0 0 17px;
}
.item_info .item_info_dl dd {
  color: #ffffff;
  font-size: 13px;
  margin: 0 14px 0 0;
  display: inline;
}
.item_info .item_info_dl dd > * {
  display: inline;
}
.item_info .item_info_dl dd .tags:before,
.item_info .item_info_dl dd .item_createdby:before,
.item_info .item_info_dl dd .item_hits:before,
.item_info .item_info_dl dd .item_published:before,
.item_info .item_info_dl dd .item_category-name:before,
.item_info .item_info_dl dd .kmt-comment:before {
  font: normal normal normal 14px/1 'FontAwesome';
  color: #3ec7c2;
  margin-right: 2px;
}
.item_info .item_info_dl dd .item_category-name:before {
  content: "\f115";
}
.item_info .item_info_dl dd .item_createdby:before {
  content: "\f007";
}
.item_info .item_info_dl dd .item_hits:before {
  content: "\f06e";
}
.item_info .item_info_dl dd .item_published:before {
  content: "\f017";
}
.item_info .item_info_dl dd .kmt-comment:before {
  content: "\f0e6";
}
.item_info .item_info_dl dd a {
  color: #ffffff;
}
.item_info .item_info_dl dd a:hover {
  color: #3ec7c2;
}
.social-links li {
  display: inline-block;
  margin: 0 5px;
}
.social-links li:before {
  display: none;
}
.social-links li a {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  color: #3ec7c2;
  display: block;
  line-height: 52px;
  text-align: center;
  width: 52px;
  background: #ffffff;
  border: 1px solid transparent;
}
.social-links li a:hover {
  background: transparent;
  border: 1px solid #ffffff;
}
.rd-video iframe#player {
  max-width: none;
}
#top {
  background: #1b1b1b;
  padding-top: 35px;
  width: 100%;
}
#logo {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 32px;
  margin-top: 3px;
  text-transform: uppercase;
}
#logo a {
  color: #3ec7c2 !important;
  display: inline-block;
  max-width: 100%;
}
#logo a img {
  margin-right: 12px;
  position: relative;
  top: -3px;
}
#logo a .site-logo .item_title_part0 {
  font-weight: bold;
  color: white !important;
  margin-right: -8px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
#showcase {
  padding-bottom: 23px;
  padding-top: 89px;
}
#feature {
  background: white;
  color: #27292b;
  padding-bottom: 0px;
  padding-top: 90px;
}
#feature .moduleTitle {
  color: #27292b;
  margin-bottom: 31px;
}
#feature .pretext {
  padding-bottom: 36px;
  text-align: center;
}
 */
#maintop {
  background: #f4f4f4;
  color: #27292b;
  padding-bottom: 53px;
  padding-top: 87px;
}
#maintop .moduleTitle {
  color: #27292b;
  margin-bottom: 41px;
}

#content {
  padding-bottom: 57px;
  padding-top: 89px;
}
/* 
#component {
  min-height: 0;
}
.item {
  margin-bottom: 48px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-item {
  padding-bottom: 48px;
}
/*===== AddThis ======

/*  
.at-share-tbx-element a.at-share-btn {
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.at-share-tbx-element a.at-share-btn:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  display: inline-block;
  list-style: none;
  padding: 0 15px 12px 0;
}
.content-links ul {
  list-style: none;
  margin: 0;
}
#mainbottom-2 {
  background: white;
  color: #27292b;
  padding-bottom: 38px;
  padding-top: 87px;
}
#mainbottom-2 .moduleTitle {
  color: #3ec7c2;
}
#mainbottom-3 {
  background: #3ec7c2;
  padding-top: 88px;
}
#bottom {
  padding-bottom: 45px;
  padding-top: 100px;
}
#footer-wrapper {
  background: #1b1b1b;
  font-size: 18px;
  padding-bottom: 33px;
  width: 100%;
}
#footer {
  background: white;
  color: #27292b;
  padding-bottom: 38px;
  padding-top: 87px;
}
#footer .moduleTitle {
  color: #3ec7c2;
}
.acymailing_module_success {
  min-height: 163px;
}
.acymailing_module_form .acymailing_introtext {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 35px;
}
.acymailing_module_form .acymailing_form {
  border: none;
  display: table;
  margin: 0 auto;
  width: auto;
}
.acymailing_module_form .acymailing_form tr td {
  border: none;
  display: table-cell;
  padding: 9px;
}
.acymailing_module_form .acymailing_form tr td .inputbox {
  min-width: 409px;
}
.acymailing_module_form .acymailing_form tr td .btn {
  min-width: 198px;
}
#copyright {
  padding-top: 73px;
}
.copyright {
  margin-bottom: 48px;
  text-align: center;
}
.copyright .year:after {
  content: '\f111';
  font-size: 6px;
  margin: 0 8px 0 13px;
  font-family: 'FontAwesome';
  vertical-align: top;
}
#style_switcher {
  color: #ffffff;
}
#style_switcher,
#style_switcher .toggler {
  background: #333;
}
#style_switcher .style_switcher_form .btn {
  color: #333;
}
#style_switcher .style_switcher_form .btn:hover {
  color: #ffffff;
}
#style_switcher .toggler:hover {
  color: #ffffff;
}
body.mobile_mode.mobile div#fixed-sidebar-right .moduletable.login {
  top: 56px;
}
#to-desktop {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*== 1200px and beyond ===================================================
========================================================================*/
/* Large desktop */

/*  
@media screen and (max-height: 639px) {
  #style_switcher,
  div#fixed-sidebar-right .moduletable.login {
    top: 57px !important;
  }
  .modal-dialog {
    bottom: 0;
    top: 0;
    transform: translate(-50%, 0%);
  }
}
/*== Up to 1200px =====================================================
========================================================================*/
/* Large desktop */

/*  
@media (max-width: 1200px) {
  .mod-newsflash-adv [class*="puppets"] {
    font-size: 40px;
    line-height: 40px;
  }
  .mod-newsflash-adv.mod-newsflash-adv__type1 i.right,
  .mod-newsflash-adv.mod-newsflash-adv__type2 i.right,
  .mod-newsflash-adv.mod-newsflash-adv__type1 i.left,
  .mod-newsflash-adv.mod-newsflash-adv__type2 i.left {
    display: inline-block;
    margin: 0 0 24px !important;
    float: none !important;
  }
}
/*== Up to 980px ======================================================
========================================================================*/
/* Narrow desktop */

/* @media (max-width: 979px) {
  h1.heading-style-1,
  h2.heading-style-1,
  h3.heading-style-1,
  h4.heading-style-1,
  h5.heading-style-1,
  h6.heading-style-1 {
    font-size: 50px !important;
  }
  h1.heading-style-2,
  h2.heading-style-2,
  h3.heading-style-2,
  h4.heading-style-2,
  h5.heading-style-2,
  h6.heading-style-2 {
    font-size: 40px !important;
  }
  h1.heading-style-3,
  h2.heading-style-3,
  h3.heading-style-3,
  h4.heading-style-3,
  h5.heading-style-3,
  h6.heading-style-3 {
    font-size: 40px !important;
  }
  h1.heading-style-4,
  h2.heading-style-4,
  h3.heading-style-4,
  h4.heading-style-4,
  h5.heading-style-4,
  h6.heading-style-4 {
    font-size: 30px !important;
  }
  h1.heading-style-5,
  h2.heading-style-5,
  h3.heading-style-5,
  h4.heading-style-5,
  h5.heading-style-5,
  h6.heading-style-5 {
    font-size: 24px;
    margin-bottom: 13px;
  }
  h1.heading-style-6,
  h2.heading-style-6,
  h3.heading-style-6,
  h4.heading-style-6,
  h5.heading-style-6,
  h6.heading-style-6 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .btn.btn-info,
  .kbutton.btn-info,
  .btn.readmore,
  .kbutton.readmore {
    padding-left: 20px;
    padding-right: 20px;
  }
  .icemegamenu > ul > li + li {
    margin-left: 10px;
  }
  #logo {
    font-size: 26px;
  }
  .thumbnails {
    margin-left: -12px;
  }
  .thumbnails > li {
    margin-left: 12px;
  }
  #back-top {
    display: none !important;
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    font-weight: inherit;
  }
} */
/*== Up to 980px and beyond 768px ======================================
========================================================================*/
/* Portrait tablet to landscape and desktop */
/* 
@media (min-width: 768px) and (max-width: 979px) {
  .fullwidth ul.icesubMenu.sub_level_1 > li {
    padding-left: 0;
    padding-right: 0;
  }
  .fullwidth ul.icesubMenu.sub_level_1 .iceCols > ul {
    padding: 0 15px;
  }
}
@media (max-width: 800px) {
  .img-full__left.span5 {
    width: 50%;
  }
} */
/*== Up to 767px ======================================================
========================================================================*/
/* Landscape phone to portrait tablet */
/* 
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  h1.heading-style-1,
  h2.heading-style-1,
  h3.heading-style-1,
  h4.heading-style-1,
  h5.heading-style-1,
  h6.heading-style-1 {
    font-size: 40px !important;
  }
  h1.heading-style-2,
  h2.heading-style-2,
  h3.heading-style-2,
  h4.heading-style-2,
  h5.heading-style-2,
  h6.heading-style-2 {
    font-size: 32px !important;
  }
  h1.heading-style-3,
  h2.heading-style-3,
  h3.heading-style-3,
  h4.heading-style-3,
  h5.heading-style-3,
  h6.heading-style-3 {
    font-size: 32px !important;
  }
  h1.heading-style-4,
  h2.heading-style-4,
  h3.heading-style-4,
  h4.heading-style-4,
  h5.heading-style-4,
  h6.heading-style-4 {
    font-size: 24px !important;
  }
  h1.heading-style-5,
  h2.heading-style-5,
  h3.heading-style-5,
  h4.heading-style-5,
  h5.heading-style-5,
  h6.heading-style-5 {
    font-size: 20px;
    margin-bottom: 13px;
  }
  h1.heading-style-6,
  h2.heading-style-6,
  h3.heading-style-6,
  h4.heading-style-6,
  h5.heading-style-6,
  h6.heading-style-6 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .icemegamenu {
    display: none;
  }
  .icemega_modulewrap .icemega_cover_module {
    padding-left: 20px;
    padding-right: 20px;
  }
  #logo {
    text-align: center;
  }
  #logo a {
    margin: 0;
  }
  .mod-newsflash-adv.mod-newsflash-adv__type1,
  .mod-newsflash-adv.mod-newsflash-adv__type2 {
    text-align: center;
  }
  .acymailing_module_form .acymailing_form tr td .btn {
    min-width: auto;
  }
  .parallax .parallax_image {
    background: transparent !important;
  } */
  /*===== Mobile Menu =====*//* 
  .rd-mobilemenu_ul a.iceMenuTitle:hover {
    background: #3ec7c2;
  }
  .rd-mobilemenu_ul a.active,
  .rd-mobilemenu_ul li.level_1.active > a {
    color: #3ec7c2;
    background: #3ec7c2;
  }
  .rd-mobilemenu_submenu li.active > a {
    color: #3ec7c2;
    background: transparent;
  }
  .rd-mobilemenu_submenu .item,
  .rd-mobilemenu_submenu .item__module {
    opacity: 100;
    filter: alpha(opacity=10000);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .rd-mobilemenu_submenu [class*="span"] {
    width: 100% !important;
  }
  .rd-mobilemenu_submenu .icemega_modulewrap.top_search > i.fa-search {
    display: none;
  }
  .rd-mobilemenu_submenu .icemega_modulewrap.top_search .mod-search {
    position: static;
    visibility: visible;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 16px 0;
  }
  .rd-mobilemenu_submenu .icemega_modulewrap.top_search .mod-search .navbar-form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 16px !important;
    padding: 0px;
    position: relative;
    width: auto;
  }
  .rd-mobilemenu_submenu .icemega_modulewrap.top_search .mod-search i.fa-times {
    display: none;
  }
  .rd-mobilemenu_submenu .icemega_modulewrap.top_search .mod-search #searchword {
    padding-right: 40px;
    width: 100%;
  }
  .rd-mobilemenu_submenu .icemega_modulewrap.top_search .mod-search .btn-primary {
    right: 10px;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .nav.menu.pull-right.nav-pills {
    float: none;
    text-align: center;
  }
  .nav.menu.pull-right.nav-pills li {
    display: inline-block;
    float: none;
  } */
  /*===== Tabs =====*/
/*   .nav-tabs li {
    display: block;
  }
  /*===== Tables =====*/
  
  .item_introtext dl.table {
    display: block;
  }
  .item_introtext table {
    display: none;
  }

/* 
} 
 */
/*== Up to 640px ==================================================
====================================================================*/
/* @media (max-width: 639px) {
  ul#order {
    float: none;
  }
  .acymailing_module_form .acymailing_form tr td {
    display: block;
  }
  .acymailing_module_form .acymailing_form tr td .inputbox {
    min-width: 270px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod-newsflash-adv__progbars_circle .row-fluid .span3 {
    width: 50%;
    float: left;
  }
  .mod-newsflash-adv__progbars_circle .row-fluid .span3:nth-child(2n-1) {
    clear: both;
  }
} */
/*== Up to 480px ==================================================
====================================================================*/
/* Landscape phones and down */
/* @media (max-width: 479px) {
  .modal-dialog {
    left: 0;
    transform: translate(0%, 0%);
  }
  .alert {
    padding: 28px 58px 28px 70px;
  }
  .alert:before {
    left: 10px;
    font-size: 40px;
  }
  .img-full__left.span5 {
    margin-right: 0;
    width: 100%;
  } */
  /*blog*/
  /* .item_img {
    float: none;
    margin: 0 0 24px 0;
    max-width: 100%;
  }
  .portfolio-thumbs {
    float: none;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .portfolio-thumbs ul {
    margin-right: 0;
    overflow: hidden;
  }
  .portfolio-thumbs ul li {
    padding-right: 0;
  }
  .data-table dl {
    float: none;
    width: 100%;
  }
  .data-table dl + dl {
    border-left: 1px solid #dddddd;
    border-top: none;
  } */
  /*search*/
 /*  .mod-search__aside .mod-search_searchword {
    width: 100%;
  } */
  /*login*/
  /* .mod-login__aside .mod-login_username,
  .mod-login__aside .mod-login_passwd,
  .mod-login__aside .mod-login_userdata {
    width: 100%;
  }
  .mod-login__aside .mod-login_userdata {
    overflow: hidden;
  }
  div.modal {
    position: absolute;
  }
  #error input {
    width: 200px;
  }
  .jg_photo {
    width: 100%;
  } */
  /*===== Tables =====*/
/*   .item_introtext table tr td:before,
  .item_fulltext table tr td:before {
    font-size: 18px;
    padding: 10px;
  }
  .item_introtext table tr td + td,
  .item_fulltext table tr td + td {
    border-left: none;
  }
  .chzn-container {
    width: 100% !important;
    min-width: 200px;
  }
  #habla_beta_container_do_not_rely_on_div_classes_or_names {
    display: none !important;
  }
} */
/* @media (max-width: 320px) {
  #style_switcher {
    width: 220px !important;
    padding: 20px !important;
  }
  #style_switcher ul {
    padding: 0 0 13px !important;
  }
  #style_switcher ul li {
    margin-right: 5px !important;
  }
}
@media print {
  .item__module,
  .item {
    opacity: 100 !important;
    filter: alpha(opacity=10000) !important;
    transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
  }
  .scroll-to-fixed-fixed {
    position: static !important;
    width: 100% !important;
  }
  .scroll-to-fixed-fixed + div {
    display: none !important;
  }
}  */