@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: #0e0e0e;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #27b073;
}
h3 {
  font-size: 60px;
  font-family: 'ArialRounded', sans-serif;
  line-height: 70px;
  margin-bottom: 28px;
}
h4,
.contact_details h3,
.contact_misc h3 {
  font-size: 24px;
  font-family: 'ArialRounded', sans-serif;
  line-height: 33px;
  margin-bottom: 28px;
}
h6 {
  font-size: 15px;
  font-family: 'ArialRounded', sans-serif;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.hero-unit {
  padding: 20px;
}
.hero-unit h3 {
  font-size: 29px;
  line-height: 30px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  
}
.icons-marker {
  font-size: 15.6px;
  line-height: 18px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 18px;
  background: #ffffff;
  color: #707070;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.disabled {
  cursor: default !important;
}
.btn-primary {
  background: #ce233f;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #ce4023;
  border-bottom-color: #ce4023;
  outline: none !important;
}
.btn-primary:hover {
  background: #ce4023;
  color: #ffffff;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  background: #ce4023;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus,
.btn-primary:active {
  background: #ce233f;
  color: #ffffff;
  text-shadow: none;
}
.btn-primary:focus:hover,
.btn-primary:active:hover {
  background: #ce4023;
  color: #ffffff;
}
.btn-info {
  background: #ffffff;
  color: #555555;
  text-shadow: none;
  border: 1px solid #cccccc;
  border-bottom-color: #cccccc;
  outline: none !important;
}
.btn-info:hover {
  background: #cccccc;
  color: #000000;
}
.btn-info:focus,
.btn-info:active {
  background: #ffffff;
  color: #555555;
  text-shadow: none;
}
.btn-info:focus:hover,
.btn-info:active:hover {
  background: #cccccc;
  color: #000000;
}
.readmore,
.btn-info,
.page-item #section-kmt .kmt-btn-submit,
.kmt-form-submit .submitButton,
.aside .btn-primary,
.page-item__edit .btn-primary,
#contact-form .btn-primary,
#searchForm .btn-primary,
.form-validate .btn-primary,
#adminForm .btn-group .btn,
.filter-search .btn-primary,
#error .btn-primary,
.mod-login_submit .btn-primary,
.mod-newsflash-adv_custom-link a,
.subbutton {
  font-size: 18px;
  color: #FFF !important;
  line-height: 24px !important;
  background: #27b073 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  border: none !important;
  padding: 12px 42px 14px !important;
  text-shadow: none;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: 'ArialRounded', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  border-radius: 0 !important;
}
.readmore:hover,
.btn-info:hover,
.page-item #section-kmt .kmt-btn-submit:hover,
.kmt-form-submit .submitButton:hover,
.aside .btn-primary:hover,
.page-item__edit .btn-primary:hover,
#contact-form .btn-primary:hover,
#searchForm .btn-primary:hover,
.form-validate .btn-primary:hover,
#adminForm .btn-group .btn:hover,
.filter-search .btn-primary:hover,
#error .btn-primary:hover,
.mod-login_submit .btn-primary:hover,
.mod-newsflash-adv_custom-link a:hover,
.subbutton:hover,
.readmore:active,
.btn-info:active,
.page-item #section-kmt .kmt-btn-submit:active,
.kmt-form-submit .submitButton:active,
.aside .btn-primary:active,
.page-item__edit .btn-primary:active,
#contact-form .btn-primary:active,
#searchForm .btn-primary:active,
.form-validate .btn-primary:active,
#adminForm .btn-group .btn:active,
.filter-search .btn-primary:active,
#error .btn-primary:active,
.mod-login_submit .btn-primary:active,
.mod-newsflash-adv_custom-link a:active,
.subbutton:active,
.readmore:focus,
.btn-info:focus,
.page-item #section-kmt .kmt-btn-submit:focus,
.kmt-form-submit .submitButton:focus,
.aside .btn-primary:focus,
.page-item__edit .btn-primary:focus,
#contact-form .btn-primary:focus,
#searchForm .btn-primary:focus,
.form-validate .btn-primary:focus,
#adminForm .btn-group .btn:focus,
.filter-search .btn-primary:focus,
#error .btn-primary:focus,
.mod-login_submit .btn-primary:focus,
.mod-newsflash-adv_custom-link a:focus,
.subbutton:focus,
.readmore.active,
.btn-info.active,
.page-item #section-kmt .kmt-btn-submit.active,
.kmt-form-submit .submitButton.active,
.aside .btn-primary.active,
.page-item__edit .btn-primary.active,
#contact-form .btn-primary.active,
#searchForm .btn-primary.active,
.form-validate .btn-primary.active,
#adminForm .btn-group .btn.active,
.filter-search .btn-primary.active,
#error .btn-primary.active,
.mod-login_submit .btn-primary.active,
.mod-newsflash-adv_custom-link a.active,
.subbutton.active {
  outline: none;
  opacity: 1;
  color: #FFF !important;
  background: #15613f !important;
  text-shadow: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
#jform_contact_name:focus,
#jform_contact_email:focus,
#jform_contact_emailmsg:focus,
#jform_contact_message:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(228, 226, 226, 0.6);
  border: 1px solid #e4e2e2;
}
.label-info,
.badge-info {
  background: #e4e2e2;
}
.label-info[href],
.badge-info[href] {
  background: #e4e2e2;
  border-radius: 0;
}
.label-info[href]:hover,
.badge-info[href]:hover {
  background: #771424;
}
a:focus,
a:hover,
a:active {
  outline: none !important;
  text-decoration: none !important;
}
.tags {
  margin-top: 15px;
}
.page-archive .tags {
  margin: -5px 0 10px;
}
.item_fulltext a {
  text-decoration: underline;
}
.item_fulltext a:hover {
  text-decoration: none;
}
#searchForm .btn.btn-primary {
  height: 28px;
  line-height: 28px;
  padding: 0 10px !important;
}
.contact_email-copy {
  margin-top: 10px;
}
/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font: 800 14px/18px;
  text-transform: none;
  color: #555555;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #555555;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #ce233f;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #771424;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #771424;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 18px;
  position: relative;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after {
  content: '\f14d';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.item_img a:hover:after {
  font-size: 40px;
  color: #ce233f;
}
.item_img a .BWfade {
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}
.item_img a img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 25px 9px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 9px 25px;
  max-width: 50%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  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);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  background: url(../images/baner.jpg);
  text-align: center;
  padding: 10px;
  position: relative;
  z-index: 4;
}
#header-row #logo a {
  margin: 0 0 0 -7px;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  background: url(../images/menubg.jpg) repeat-x;
  text-align: center;
  position: relative;
  z-index: 4;
  box-shadow: 2px 5px 20px rgba(0,0,0,0.7);
}
.navigation ul.sf-menu {
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 25px 0;
  margin: 0 50px;
  float: none;
  display: inline-block;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  background: none;
  color: #FFF;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  /*font-size: 16px;*/
  line-height: 22px;
  font-family: 'ArialRounded', Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  background: none;
  height: 20px;
  display: block;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #cdbfad;
}
.navigation ul.sf-menu > li > a:hover > span,
.navigation ul.sf-menu > li > span:hover > span {
  background-position: center bottom !important;
}
.navigation ul.sf-menu li > ul {
  top: 70px;
}
.navigation ul.sf-menu ul {
  width: 155px;
}
@media (max-width: 533px) {
  .navigation ul.sf-menu li > ul {
  top: 64px;
  }
}
.navigation ul.sf-menu li li ul {
  top: -12px;
  left: 157px;
}
@media (max-width: 533px) {
  .navigation ul.sf-menu li li ul {
    top: -18px;
  left: 120px;
   }
}
.navigation ul.sf-menu li li li ul {
  top: -12px;
  left: 157px;
}
.navigation ul.sf-menu ul {
  background: #555555;
  padding: 12px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navigation ul.sf-menu ul li {
  text-align: left;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 13px;
  line-height: 18px;
  font-family: "ArialRounded", Arial, sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: #333333;
  color: #ffffff;
 /* font-size: 10px;*/
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  background: #333333;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 155px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 155px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 157px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 36px;
  padding-bottom: 36px;
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 38px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 155px;
  top: 36px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  position: relative;
  z-index: 3;
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
#feature-row {
  position: relative;
}
#feature-row .feature {
  position: relative;
  z-index: 3;
}
#feature-row .feature a {
  color: #FFF;
}
#feature-row .feature a:hover {
  color: #e5c8ae;
}
.body__home #feature-row {
  background: url(../images/featbg.jpg);
  margin: 5px 0 0;
  padding: 20px 0 0;
  text-align: center;
  height: 95px;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  padding: 53px 0 73px;
}
.body__home #maintop-row {
 /* background: url(../images/product.jpg) no-repeat;*/
  margin: 30px 0 0;
  min-height: 420px;
  /*width: 50%;*/
}
/*======================= CONTENT TOP =======================*/
#content-top-row .aboutus .readmore {
  margin: 16px 0 0;
}
#content-top-row .aboutus .img-intro {
  margin-top: 12px;
}
#content-top-row .history {
  text-align: center;
  margin-left: 0;
  margin-top: 39px;
}
#content-top-row .recentevents {
  text-align: center;
}
#content-top-row .recentevents .readmore {
  margin: 30px 0 0;
}
#content-top-row .recentevents ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content-top-row .recentevents ul li {
  float: left;
  width: 22%;
  margin: 0 1.5%;
}
#content-top-row .recentevents ul li:before {
  font-size: 60px;
  font-family: 'FontAwesome';
  color: #0e0e0e;
  display: block;
  line-height: 60px;
  margin: 0 0 30px;
}
#content-top-row .recentevents ul li + li:before {
}
#content-top-row .recentevents ul li + li + li:before {
}
#content-top-row .recentevents ul li + li + li + li:before {
}
/*======================= CONTENT =======================*/
#content-row {
  padding: 53px 0 42px;
}
.page-blog .items-row {
  margin-bottom: 30px;
}
.page-gallery_img .img-full a:after {
  display: none;
}
.body__home #content-row {
  padding: 0;
}
.body__home.view-article #content-row {
  padding: 50px 0;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 18px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 18px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -20px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 18px 18px 0 !important;
}
.gallery-item .view .content * {
  color: inherit;
}
.gallery-item .view .content a:hover {
  color: #999;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
blockquote small {
  text-align: right;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
#content-bottom-row {
  padding: 29px 0 0;
}
/*======================= ASIDE RIGHT =======================*/
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
#aside-right .moduletable {
  margin: 0 0 30px;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  padding: 37px 0 18px;
}
#mainbottom-row .carousel blockquote small {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'ArialRounded', sans-serif;
  text-align: left;
  color: #FFF;
  margin: 33px 0 0;
}
#mainbottom-row .carousel blockquote small:before {
  display: none;
}
#mainbottom-row .carousel blockquote p {
  margin-left: 98px;
}
#mainbottom-row .carousel blockquote p:before {
  content: '';
  width: 57px;
  display: block;
  height: 52px;
  background: url(../images/testimonial.png) no-repeat;
  float: left;
  margin-left: -98px;
}
#mainbottom-row .carousel blockquote p:after {
  display: none;
}
.body__home #mainbottom-row {
  background: url(../images/mainbotbg.jpg) no-repeat center;
  background-size: cover;
  color: #FFF;
}
/*======================= BOTTOM =======================*/
#bottom-row {
  padding: 47px 0 39px;
}
.events,
.team,
.latest {
  text-align: center;
}
.events .moduleTitle,
.team .moduleTitle,
.latest .moduleTitle {
  margin-bottom: 53px;
}
.events .item,
.team .item,
.latest .item {
  background: #144164;
  font-size: 14px;
  color: #b8b8b8;
}
.events .item p,
.team .item p,
.latest .item p {
  padding: 0 0 5px;
}
.events .item .item_title,
.team .item .item_title,
.latest .item .item_title {
  color: #FFF;
}
.events .item .item_content,
.team .item .item_content,
.latest .item .item_content {
  padding: 0 5px;
}
.events .item .img-intro,
.team .item .img-intro,
.latest .item .img-intro {
  border-radius: 50%;
}
.events .item .img-intro:before,
.team .item .img-intro:before,
.latest .item .img-intro:before {
  content: '';
  display: block;
  width: 100%;
  background: #FFF;
  height: 50%;
  margin: 0 0 -50%;
  padding: 50% 0 0;
}
.events .item .img-intro a,
.team .item .img-intro a,
.latest .item .img-intro a {
  border: 7px solid #FFF;
  border-radius: 50%;
  margin: -7px;
  background: #FFF;
}
.events .item .img-intro a canvas,
.team .item .img-intro a canvas,
.latest .item .img-intro a canvas {
  border-radius: 50%;
}
.events .item .img-intro img,
.team .item .img-intro img,
.latest .item .img-intro img {
  border-radius: 50%;
}
.latest .item_published {
  font-weight: bold;
  font-size: 15px;
  font-family: 'ArialRounded', sans-serif;
  text-transform: uppercase;
  color: #FFF;
  margin: 0 0 5px;
}
/*======================= FOOTER =======================*/
#footer-wrapper {
  background: #0e0e0e;
}
#footer-row {
  background: url(../images/botbg.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 20px 0;
}
#footer-row .newsletter .acymailing_form {
  text-align: center;
}
#footer-row .newsletter .acymailing_form .inputbox {
  border-radius: 0;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 1);
  color: #0e0e0e !important;
  font-size: 14px;
  padding: 15px;
  height: 53px;
  width: 100% !important;
  margin: 0;
}
#footer-row .newsletter .acymailing_form input::-moz-placeholder {
  color: #0e0e0e !important;
}
#footer-row .newsletter .acymailing_form p {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#footer-row .newsletter .acymailing_form p.fieldacyemail {
  width: 58%;
}
#footer-row .newsletter .acymailing_form p.acysubbuttons {
  margin: 0 0 0 28px;
}
#footer-row .newsletter form {
  margin: 0;
  display: block;
}
#copyright-row {
  padding: 12px 0 0 0;
  font-size: 14px;
  color: #FFF;
  display: none;
}
#copyright-row a {
  color: #fff;
}
#copyright-row a:hover {
  color: #000000;
}
#copyright-row h4 {
  color: #000000;
}
#copyright .year:after {
  content: '|';
  padding: 0 0 0 4px;
}
/*===== Social Media ======*/
.follow .mod-menu__social .menu {
  text-align: left;
}
.social {
  margin: -4px 0 0 0;
}
.social li {
  margin: 0 3px 0 0;
}
.social li a {
  width: 29px;
  height: 28px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  text-indent: 9999px;
  background-repeat: no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*----------------bry@n------------------*/
.containerimagen img{
  //margin-top: 2em;
  //position: relative !important; 
  //border: 1px solid red; 
  
}
.containerimagen{
  //border: 1px solid blue;
  width: 100% !important;
  //float:left;
  text-align: center;
  margin-top: 3em;
}
@media(min-width: 800px) and (max-width: 979px) { 
  .containerimagen{
    margin-left:90px;
  }
}
@media(min-width: 980px) and (max-width: 1279px) { 
  .containerimagen{
    margin-left:160px;
  }
}

.contenedor2{
  //border: 1px solid blue;
  
  //float: left;
   text-align: center;
}
.contenedorinfo{
  text-align: center;
  margin-top:2em;
  //border: 1px solid blue;
  //width: 45%;
  float: left;
  
}
.contenedorinfo div{
  text-align: center;
  //border: 1px solid blue;
  
}
/*.maincontenedor{
  border: 10px solid red;
  text-align: center;
}*/
.contenedorinfo img{
  //border: 1px solid blue;
  min-width: 100%;
  height: auto !important;
  
     
}
.contenedorinfo span{
  display: block;
  width:100%;
}

@media(min-width: 300px) and (max-width: 768px){
	.contenedor2{
		text-align: center;
   // border: 1px solid red;
    margin: 0 auto;
     width: 100%;
    
	}
  .containerimagen{
    //border: 1px solid red;
    width: 100%;
    margin-top:1em;
  }
  .contenedor2 img{
    margin: 0 auto !important;
   // border: 1px solid red;
    width: 60%;
  }
  .contenedorinfo{
		width: 100%;
		text-align: center;
    
	}
}
@media(min-width: 1200px) {
  .contenedorinfo{
    float:none; 
    width: 100%
    //border:1px solid green;
  }
  .contenedor2{
   float:none;
    //width:100%;
    //position: absolute;
  }
  .contenedorinfo {
    //border:1px solid red;
   width: 100%;
  }
  .mfp-table-cell{
    display: block !important; 
    //border:1px solid red;
    float: left !important; 
    width: 25% !important;   
  }
  .mfp-table-row{
    width: 100% !important; 
    //border:1px solid red !important; 
     display: block !important;  
  }
 
}
@media(min-width: 200px) and (max-width: 639px){
#mainbottom-row .carousel blockquote p:before {
    content: "";
    width: 57px;
    display: block;
    height: 52px;
    background: url('../images/testimonial.png') no-repeat scroll 0% 0% transparent;
    float: left;
    margin-left: -70px;
}
  #mainbottom-row .carousel blockquote p {
    margin-left: 70px;
   // border: 1px solid red; 
    width: 14em
}
}

@media(min-width: 200px) and (max-width: 766px){
.navigation ul.sf-menu li li ul {
  width: 18em;  
  top: -12px;
    left: 90px; 
  }
  .navigation ul.sf-menu li li ul a{
      font-size: 11px !important; 
  }
  h2 span{
  
    display: block; 
    //border:1px solid red;
  }
  .span12{
    padding: 1em;
  }
}


@media(min-width: 200px) and (max-width: 767px){
.tableplanet td{
 // border:1px solid red; 
  
  }
  .tableplanet img {
    width: 10em !important; 
  }
  .tableplanet span {
   font-size: 14px !important;
    //border:1px solid red; 
    text-align: left;
    display: block;
    width: 100%; 
  }
}
@media(min-width: 200px) and (max-width: 639px){
  .limpiadores span{
    //border:1px solid red;
    text-align: center;
    margin: 0 !important; 
    font-size: 25px; 
   
  }
}
@media(min-width: 200px) and (max-width: 1279px){
  .asistencia{
    //border:1px solid red;
    padding: 15px !important;
  }
}
@media(min-width: 700px) and (max-width: 1023px){
  .limpiadores span{
    //border:1px solid red;
    //display: block; 
    //margin-top: 10% !important; 
    height: 20em !important;
    padding: 0 !important;
    text-align: left !important;
    margin-left: 10% !important;
    
  }
}
@media(min-width: 200px) and (max-width: 767px){
.tablascara td{ 
  //border: 1px solid black !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 11px; 
  
  }
}
.item__module{
  background: #144164; /* fallback */
	background-repeat: no-repeat;
  border: 5px solid #144164;
  border-radius: 500px 500px 0px 0px; 
  font-size: 14px !important;
  color: #B8B8B8 !important; 
  box-shadow:0px 10px 20px -10px black;  
}
.item__module a { 
  color: white !important;  
}
.item__module img{
  border-radius: 500px 500px 500px 500px; 
}


.moduleTitle {
  text-align: center; 
}

@media(min-width: 200px) and (max-width: 639px){
.item__module{
  width: 90% !important;
  margin-left: 14px !important; 
  }
}
@media(min-width: 639px) and (max-width: 799px){
  .item__module{
  width: 40% !important;
    margin-left: 39px !important;    
  }
}
@media(min-width: 200px) and (max-width: 767px){
.noticiaseventos .mfp-img-left {
   //border:1px solid red;
  display:block;
  height:4em !important;
  }
  .noticiaseventos span{
    //border:1px solid red;
    display:block; 
    width: 100%;
    text-align: center;
  }
}
@media(min-width: 768px) and (max-width: 979px){
  .noticiaseventos span{
    //border:1px solid red;
    display:block; 
    width: 100%;
    text-align: center;
  }
 
  .noticiaseventos .mfp-img-left {
  // border:1px solid red;
    width:auto !important;
    height:auto !important; 
    margin-left : 60px !important;
  }
}

@media(min-width: 979px) and (max-width: 1280px){
  .noticiaseventos span{
    //border:1px solid red;
    display:block; 
    width: 100%;
    text-align: center;
  }
 
  .noticiaseventos .mfp-img-left {
 // border:1px solid red;
    width:auto !important;
    height:auto !important; 
    margin-left : 110px !important;
  }
  
}
.titlenoticias span{
  //border:1px solid red;
  display:inline;
}
 .noticiaseventos div   {
    text-align: center !important;
  }
@media(min-width: 1200px) and (max-width: 1919px){
.noticiaseventos img{
  border:0px solid red;  
  float: left !important;
  margin-left: 1px !important; 
}
  .noticiaseventos .mfp-img-left{
    border:0px solid red; 
    margin-left: 1px !important; 
  }
}
.imglaboratorio{
  text-align: center !important;
 //border:3px solid green;
  width:100%;
  margin:10px auto !important;
  
}
.imglaboratorio div{
  margin:10px auto !important;
}
 

#textolaboratorio{
  //border:1px solid red;
  width: 98%;
  margin:0 auto !important;
  padding-left: -2em;
  
}
@media(min-width: 200px) and (max-width: 479px) {
  .galeryimgs{
    border: 1px solid red; 
    width:auto !important;
  }
}
#contenedorwid{
  //border:1px solid red;
  text-align: center;
  margin:0 auto !important;
}
#contenedorwid div {
  margin:0 auto !important;
  text-align: center;
}
#contenedorwid .caption{
 // border:1px solid red;
  width: auto !important; 
  min-width: 100%;
 margin:0 auto !important;
}
#contenedorwid .nav li{
  text-align: center !important;
  margin:0 auto !important;
//border:1px solid red;
  float:none;
  display:inline-block;
 
}
#contenedorwid .nav{
  margin:0 auto !important;
  text-align: center !important;
 //border:1px solid red;
}
#contenedorwid .nav img{
  //border:1px solid blue;
  float:none;
  width:4em;
  padding: 0 !important;
  margin:0 auto !important;
}
.titulosimg{
  //border:1px solid blue;
  background-color: black;
  opacity: 0.8 !important;
  filter: alpha(opacity =40);   
   width: 100%; 
  
}
.titulosimg h2 {
  color: white !important; 
  margin-top: 0.2% !important;
}
@media(min-width: 980px) {
  .titulosimg{
   width: 97.9%; 
}
}
@media(min-width: 1280px) {
  .titulosimg{
   width: 83.1%; 
}
}
.datosfooter{
  color:white !important;
 
}
.datosfooter a{
  color:white !important;
}
.datosfooter span{
  display:block; 
}
.datosfooter #logocopy {
 max-width: 100%;
  height: auto;
}
#tablalogos{
  //border:1px solid red;
  margin:0 auto;
 
}

@media(min-width: 200px) and (max-width: 639px){
  #tablalogos img{
   // border:1px solid red;
    width: 9em; 

  }
  .datosfooter{
    
    padding: 15px;
  }
}

@media(min-width: 800px) and (max-width: 2000px){ 
  #direcccion1{
    width:55%;
    float: left;
    font-size: 1.2em;
  }
  #direcccion2{
    width:45%;
    float: left;
  }
}
@media(min-width: 200px) and (max-width: 799px){ 
  #direcccion1{
    //border:1px solid red;
   text-align: center;
  }
  #direcccion2{
    //border:1px solid red;
    margin-top:4%;
    text-align: center;
  }
}
#tablapaises{
  margin-top: 5%; 
 //border:1px solid red;
    
}
#tablapaises td{
  padding: 5px !important; 
}

#paises  {
   margin-top: 2% !important;  
  text-align: center;
  float: left;
  //border:1px solid red;
  column-count: 5; 
  -moz-column-count: 5;
  -webkit-column-count: 5; 
}
@media(min-width: 200px) and (max-width: 699px){ 
  #paises  {
  //border:1px solid red;
  margin-top: 5% !important;  
  column-count: 1; 
  -moz-column-count: 1;
  -webkit-column-count: 1;  
    font-size: 12px;
    width: 100%;
}
}
  @media(min-width: 700px) and (max-width: 1279px){ 
  #paises  {
  //border:1px solid red;
  margin-top: 4% !important;  
  column-count: 3; 
  -moz-column-count: 3; 
  -webkit-column-count: 3;     
    //font-size: 12px;
    width: 100%; 
}
  
}

.videos{
  //border:1px solid red;
  text-align:center;
  width:80%; 
}
.videos div {
  //border:1px solid red;
}
.videos .avPlayerContainer {
  //border:1px solid blue;
  margin: 0 auto !important;
  width:40em; 
}
.videos iframe{
  width:auto!important; 
  height: auto!important;
}

@media(min-width: 200px) and (max-width: 767px){ 
   #videosiframe iframe{
     //border:1px solid red;
  width:16em!important; 
  height: 10em !important; 
  }
  #videosiframe div{
    // border:1px solid red; 
    width:100% !important;
    padding:0 !important; 
  }
  #videosiframe{
    margin-top:-10% !important; 
  }
 
}
#logosredes{
//border:1px solid red; 
  margin:0 auto;
}
#logosredes img{
  width:4em;
}
.contenedor2 h3 {
  //border:1px solid red;
  margin: 0 !important;
  padding: 0 !important;
  width:70%;
  text-align: center;
  
} 
@media(min-width: 200px) and (max-width: 799px){ 
  .contenedor2 h3 {
 // border:1px solid red;
  margin: 0 !important;
  padding: 0 !important;
  width:100%;
  text-align: center;
  
  } 
}
  .contenedor2 h3 {
 //border:1px solid red;
    text-align: center;
    margin-left:auto !important; 
    margin-right: auto !important;
    
 }
.contenedor2  {
   //border:1px solid red;
  text-align: center;
}

